
.dropzone {
    min-height: 174px;
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 6px;
}
.dropzone.dz-drag-hover {
    border: 2px dashed lightblue;
}
.dropzone .dz-message {
    font-size: 24px;
    width: 100%;
}

.kyc-doc-verification .dropzone {
    min-height: 180px;
}

.kyc-doc-verification .dropzone .dz-message {
    margin: 24px 0;
}

.dropzone .dz-preview {
    width: 190px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background: #fff;
    outline: solid 2px transparent;
}

.dropzone .dz-preview::after {
    z-index: 11;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65) 0,
        rgba(0, 0, 0, 0.65) 7%,
        transparent 82%,
        transparent
    );
}

.dropzone .dz-preview:hover {
    box-shadow: 0 4px 5px rgb(0 0 0 / 30%);
}

.dropzone.dropzone-previews.dz-clickable .dz-preview:hover {
    cursor: pointer;
}

.dropzone .dz-preview .dz-image {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 150px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    height: auto;
    max-height: 100%;
}

.dropzone .dz-preview .dz-filename > span {
    width: fit-content;
    font-weight: 700;
    font-size: 13px;
}

.dropzone .dz-preview .dz-footer {
    border-top: 1px solid #e4ebf1;
    font-size: 11px;
    line-height: 11px;
    color: #90a0b3;
}

.dropzone .dz-preview .dz-toolbar {
    top: 2px;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 12;
}

.dropzone .dz-preview .copied {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    text-align: center;
    margin-left: -40px;
    margin-top: -25px;
    padding: 5px 8px;
    z-index: 99;
    color: #fff;
    display: none;
}

.dropzone .dz-preview .dropdown-toggle::after {
    color: transparent;
}

.dropzone .dz-preview .dropdown-menu {
    margin-top: 5px;
}

.dropzone .dz-preview .dropdown-menu:before,
.dropzone .dz-preview .dropdown-menu:after {
    display: none;
}

.dropzone .dz-preview .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    font-size: 0.75rem;
    text-decoration: none;
    text-align: left;
}

.dropzone .dz-preview .dropdown-menu .dropdown-item > i {
    margin-right: 5px;
}

.dropzone .dz-preview .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 92, 228, 0.12);
    color: #000 !important;
    text-decoration: none;
    cursor: pointer;
}

.dropzone .dz-preview .dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dropzone .dz-preview .dropdown-menu .dropdown-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ekko-lightbox .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.ekko-lightbox .modal-header .modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    word-break: break-all;
}

.dz-preview .dropdown.dd-menu .dropdown-toggle:before {
    content: "";
}

.dz-preview.selected {
    outline: solid 2px lightblue;
}
span> a.dzo-copy-link{
    margin: 0 2em!important;
}
