@import '_content/Fastlink.AppBase.Web.Client/Fastlink.AppBase.Web.Client.bundle.scp.css';

/* /Pages/BookingExpress.razor.rz.scp.css */
#dropzone-external[b-ytn321oeu8] {
    width: 200px;
    height: 150px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #dropzone-external > *[b-ytn321oeu8] {
        pointer-events: none;
    }

    #dropzone-external.dropzone-hover[b-ytn321oeu8] {
        border-style: solid;
    }

.upload-container > span[b-ytn321oeu8] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image[b-ytn321oeu8] {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span[b-ytn321oeu8] {
    opacity: 0.5;
}

.upload-progress[b-ytn321oeu8] {
    display: flex;
    margin-top: 10px;
}

.flex-box[b-ytn321oeu8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.booking-wrapper table tbody tr:nth-child(even)[b-ytn321oeu8] {
    background-color: #efefef;
}

.bookingExpressForm .tabs-body[b-ytn321oeu8] {
    max-height: 70vh;
    overflow: auto;
}

.order-status[b-ytn321oeu8] {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

    .order-status li[b-ytn321oeu8] {
        position: relative;
        padding: 8px 16px 8px 24px;
        background: #f5f5f5;
        color: #999;
        cursor: pointer;
        display: flex;
        align-items: center;
        border-radius: 15px;
    }

        .order-status li.active[b-ytn321oeu8] {
            font-weight: 600;
            color: #fff;
        }

/* màu khi active */
.draft.active[b-ytn321oeu8] {
    background: #4caf50;
}

.booked.active[b-ytn321oeu8] {
    background: #2196f3;
}

.pickedup.active[b-ytn321oeu8] {
    background: #2196f3;
}

.canceled.active[b-ytn321oeu8] {
    background: #f44336;
}




.dxbl-grid-toolbar-container[b-ytn321oeu8] {
    display: block;
    overflow: auto;
}



.dot[b-ytn321oeu8] {
    width: 10px;
    height: 10px;
    background: #fff;
    margin-right: 8px;
}

.icon[b-ytn321oeu8] {
    margin-right: 6px;
}
/* /Pages/Components/UploadFileComponent.razor.rz.scp.css */
[id^="dropzone-external-"][b-ghvxi8yidn] {
    width: 100%;
    aspect-ratio: 2 / 1;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    [id^="dropzone-external-"] > *[b-ghvxi8yidn] {
        pointer-events: none;
    }

    [id^="dropzone-external-"].dropzone-hover[b-ghvxi8yidn] {
        border-style: solid;
    }

.file-preview[b-ghvxi8yidn] {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    max-height: 64px;
    width: 100%;
}

    .file-preview:hover[b-ghvxi8yidn] {
        background: #f0f0f0;
    }

.upload-container > span[b-ghvxi8yidn] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image[b-ghvxi8yidn] {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span[b-ghvxi8yidn] {
    opacity: 0.5;
}

.upload-progress[b-ghvxi8yidn] {
    display: flex;
    margin-top: 10px;
}

.flex-box[b-ghvxi8yidn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.file-grid[b-ghvxi8yidn] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.file-item[b-ghvxi8yidn] {
    width: 120px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    transition: all 0.2s;
    cursor: pointer;
}

    .file-item:hover[b-ghvxi8yidn] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.file-content[b-ghvxi8yidn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

    .file-content img[b-ghvxi8yidn] {
        width: 50px;
        height: 60px;
        object-fit: contain;
        border-radius: 6px;
    }

.file-icon[b-ghvxi8yidn] {
    font-size: 40px;
    padding: 0px;
    height: 60px
}

.file-name[b-ghvxi8yidn] {
    font-size: 12px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remove-btn[b-ghvxi8yidn] {
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 12px;
    cursor: pointer;
    color: #999;
}

    .remove-btn:hover[b-ghvxi8yidn] {
        color: red;
    }
/* /Pages/Home.razor.rz.scp.css */
.fl-overlay[b-g3qgq6ve9p] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fl-overlay .card[b-g3qgq6ve9p] {
        pointer-events: auto;
        z-index: 1051;
    }
/* /Pages/Layout/BookingHeaderAdmin.razor.rz.scp.css */
.header[b-if8o31k9wr] {
    height: 90px;
}

    .header .header-logo[b-if8o31k9wr] {
        height: 50px;
    }

    .header .header-user[b-if8o31k9wr] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

/* Ẩn tam giác cho dropdown trong header-user */
.header-user .menu-item .dropdown-content[b-if8o31k9wr]::after {
    display: none;
}


.language-selector ul[b-if8o31k9wr] {
    position: absolute;
    min-width: 130px;
    top: 100%;
    left: -50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 5px;
    margin-top: 16px;
    background: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

    .language-selector ul li[b-if8o31k9wr] {
        padding: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        transition: background 0.2s ease;
    }

        .language-selector ul li:hover[b-if8o31k9wr] {
            background-color: #eaeaea;
        }

@media (max-width: 1199px) {
    /* Giảm padding các cột - chỉ áp dụng cho cột chính, không áp dụng cho submenu */
    [b-if8o31k9wr] .dropdown-content > .d-flex > div.px-5 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 1046px) {
    .language-selector ul[b-if8o31k9wr] {
        left: -100%;
    }
}

@media (max-width: 992px) {
    .header-menu[b-if8o31k9wr] {
        display: none !important;
    }
}


.user-info .user-name[b-if8o31k9wr] {
    font-size: 0.94rem;
    font-weight: bold;
}

.user-menu[b-if8o31k9wr] {
    /* dropdown box */
    width: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(20,20,20,0.12);
    padding: 10px;
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    transform: translateX(-30%);
    transform-origin: top right;
}

.user-menu .customers[b-if8o31k9wr],
.user-menu > .customers[b-if8o31k9wr] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 360px;
    overflow-y: auto;
    padding: 4px 2px;
}

.user-menu .item[b-if8o31k9wr],
.user-menu > div.item[b-if8o31k9wr] {
    padding: 8px 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .12s ease, transform .06s ease;
}

.user-menu .item:hover[b-if8o31k9wr] {
    background-color: #f7f9fb;
    transform: translateY(-1px);
}

.user-menu .item i[b-if8o31k9wr],
.user-menu > div i[b-if8o31k9wr] {
    margin-right: 6px;
    font-style: normal;
    color: #55606a;
    line-height: 1;
    font-size: 1rem;
    min-width: 20px;
}

.user-menu .item .customer-text[b-if8o31k9wr] {
    font-size: 0.95rem;
    color: #202428;
    white-space: normal;
    word-break: break-word;
    line-height: 1.25;
}

/* active item appearance */
.user-menu .item .fa-check[b-if8o31k9wr],
.user-menu .item.active i.fa-check[b-if8o31k9wr] {
    color: #0d6efd;
}

.user-menu .item.active[b-if8o31k9wr] {
    background: rgba(13,110,253,0.06);
}

.user-menu > .logout[b-if8o31k9wr] {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid #eef1f3;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #495057;
}

/* subtle custom scrollbar */
.user-menu .customers[b-if8o31k9wr]::-webkit-scrollbar {
    width: 7px;
}
.user-menu .customers[b-if8o31k9wr]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.08);
    border-radius: 6px;
}

/* hide the scrollbar track / thin border showing on the right */
.user-menu .customers[b-if8o31k9wr]::-webkit-scrollbar-track {
    background: transparent;
    border: none;
}

/* firefox scrollbar color: thumb then track (track transparent) */
.user-menu .customers[b-if8o31k9wr] {
    scrollbar-color: rgba(0,0,0,0.08) transparent;
}

/* Some flyout wrappers may add a thin border on the overlay - remove it when hosting our user-menu */
.dx-flyout .dx-overlay-content[b-if8o31k9wr],
.dx-overlay-content[b-if8o31k9wr] {
    border: none !important;
    background-clip: padding-box; /* avoid ghost border from shadows */
}

@media (max-width: 480px) {
    .user-menu[b-if8o31k9wr] { width: 100%; transform: translateX(0); box-shadow: none; border-radius: 6px; }
}
