.creative-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


body.modal-open .nxl-container,
body.modal-open .nxl-header,
body.modal-open .nxl-navigation,
body.modal-open .page-header {
    filter: none !important;
    transition: all .2s linear;
}

.app-skin-dark label {
    color: #fff !important;
}

html.app-skin-dark .nxl-navigation .m-header .logo-sm {
    filter: invert(1);
}

html.app-skin-dark .user-avtar {
    filter: invert(1) !important;
}

html.app-skin-dark .table thead th {
    color: #1b2436 !important;
}

html.app-skin-dark .page-link {
    color: #1b2436 !important;
}

.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.select2-container--default .select2-selection--single {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px !important;
}

.document-thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.document-icon {
    width: 70px;
    height: 70px;
    background: #f5f6f8;
    border-radius: 8px;
}

.document-card {
    transition: 0.2s ease;
}

.document-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.preview-wrapper {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.preview-img {
    max-height: 150px;
    object-fit: cover;
}

.preview-iframe {
    width: 100%;
    height: 150px;
    border: none;
}

.custom-dropzone {
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: 0.2s ease;
    background: #f9fafb;
}

.custom-dropzone:hover {
    border-color: #0d6efd;
    background: #f1f7ff;
}

.dropzone .dz-preview {
    margin-top: 15px;
}
