﻿
/* ========================================================================
     Drop-zone
 ========================================================================== */

.dropzone {
    display: block !important;
    background-color: var(--bs-info-bg-subtle) !important;
    border-radius: 20px !important;
    border: 1px solid white !important;
}

.dropzone {
    border: 1px solid var(--bs-border-color) !important;
}

    .dropzone .dz-preview.dz-image-preview {
        background: transparent !important;
    }

    .dropzone .dz-preview .dz-remove {
        margin-top: 10px;
        font-size: 1rem !important;
        font-weight: bold;
    }

.dz-preview:hover .dz-error-message {
    display: none !important;
}

.dz-image:hover ~ .dz-error-message {
    display: block !important;
}

.dropzone .dz-preview .dz-image {
    width: 80px !important;
    height: 80px !important;
}

.dropzone .dz-preview {
    min-height: 0 !important;
}

.dz-remove {
    text-decoration: none !important;
    cursor: pointer;
}

.dz-remove:hover {
    text-decoration: none !important;
}

.dropzone {
    padding: 0;
    min-height: 100px !important;
    background-color: #fffbfb !important;
    border: 1px dotted navy !important;
    padding: 0 !important;
}


.hide-menu {
    white-space: nowrap;
}

.app-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
}

.progress {
    background-color: #ebeef5;
}

#documentRootName {
    /* width: 120% !important;*/
    /*border: var(--bs-border-width) solid #DFE5EF;*/
    border: unset !important;
}

    #documentRootName:focus {
        width: 120% !important;
        border: var(--bs-border-width) solid #DFE5EF !important;
    }

/*Partail QR*/

.success-card {
    max-width: 500px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
}

.success-icon {
    font-size: 90px;
    animation: popIn 0.6s ease forwards;
}

.performance-btn {
    /* Mặc định cho mobile */
    float: none;
    display: block; /* Cho dễ nhìn trên mobile */
    margin: 0 3rem; /* căn giữa nếu muốn */
}

@media (min-width: 768px) {
    .performance-btn {
        float: right;
        margin: 0; /* bỏ margin nếu muốn dính bên phải */
        display: inline-block;
    }
}
.badge-phoenix-success {
    color: #3ed667 !important;
    font-size: 14px !important;
}
.badge-phoenix-danger {
        color: red !important;
        font-size: 14px !important;
    }

.simplebar-track.simplebar-vertical{
    display:none;
}