.did-floating-label-content > .dp-button-select-native + .did-floating-label {
    top: -10px;
    font-size: 11px;
}

.did-floating-label-content:has(> .dp-button-select-native.is-open) > .did-floating-label {
    color: #075f90 !important;
}
.receipt-download-btn {
    width: 28px;
    height: 32px;
    margin-top: 4px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0878df !important;
    background: #eef7ff;
    border: 1px solid #b9dcfb;
    border-radius: 7px;
    cursor: pointer;
    line-height: 1;
    transition: all .15s ease;
}

.receipt-download-btn:hover {
    color: #fff !important;
    background: #0878df;
    border-color: #0878df;
    box-shadow: 0 3px 8px rgba(8, 120, 223, .25);
}

.receipt-download-btn .fas,
.receipt-download-btn .fa-file-download {
    display: inline-block !important;
    color: inherit !important;
    font-size: 14px !important;
    line-height: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.status-badge {
    width: 90px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.status-paid {
    color: #16a34a;
    background: #dcfce7;
    border: 1px solid #22c55e;
}

.status-pending {
    color: #d97706;
    background: #fff7ed;
    border: 1px solid #f59e0b;
}

.status-cancel {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #ef4444;
}

.status-default {
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
}
﻿
@media only screen and (max-width: 400px) {
    .hide-mobile {
        display: none;
    }
}
.did-floating-label-content {
    position: relative;
}

.did-floating-label {
    color: #66665d!important;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 7px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 33px;
    padding: 3px 5px 1px 5px;
    background: #fff;
    color: #323840!important;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Tahoma, Helvetica,Open Sans;
}
.did-floating-inputError,
.did-floating-selectError {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 33px;
    padding: 0 10px;
    background-color: yellow !important;
    color: #323840!important;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Tahoma, Helvetica,Open Sans;
}

    .did-floating-input:focus,
    .did-floating-select:focus {
        outline: none;
    }

        .did-floating-input:focus ~ .did-floating-label,
        .did-floating-select:focus ~ .did-floating-label {
            top: -10px;
            font-size: 11px;
            color: #075f90 !important;
        }

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.did-floating-select::-ms-expand {
        display: none;
    }

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -10px;
    font-size: 11px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -10px;
    font-size: 11px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: 11px;
    font-size: 15px;
}

.did-floating-label:hover {
    color: #075f90 !important;
}

.did-floating-label:focus-within {
    color: #075f90 !important;
}

.did-floating-label-content:focus {
    border: 1px solid #075f90;
}

did-floating-label-content:focus {
    border: 1px solid #075f90;
}

.did-floating-input:hover {
    border: 1px solid #075f90;
}

.did-floating-input:focus-within {
    border: 1px solid #075f90;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
    border: 1px solid #9d3b3b;
    color: #9d3b3b;
}

.did-error-input .did-floating-label {
    font-weight: 600;
    color: #66665d;
}

.did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}

.input-group {
    display: flex;
}

    .input-group .did-floating-input {
        border-radius: 0 4px 4px 0;
        border-left: 0;
        padding-left: 0;
    }

.input-group-append {
    display: flex;
    align-items: center;
    /*   margin-left:-1px; */
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 33px;
    color: #323840!important;
    padding: 0 5px 0 10px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #075f90;
    border-radius: 4px 0 0 4px;
    border-right: none;
    font-family: Tahoma, Helvetica,Open Sans;
}
.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    font-size: 15px !important;
    height: 30px !important;
    padding-bottom: 2px !important;
    padding-top: 1px !important;
    padding-left: 5px !important;
    font-family: Tahoma, Helvetica,Open Sans;
    color: #323840 !important;
}

.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    font-size: 15px !important;
    color: #323840 !important;
    font-family: Tahoma, Helvetica,Open Sans;
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}
/*.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: 13px !important;*/
    /* color: #000000 !important;*/
    /*line-height: 12px !important;*/
    /*  margin-bottom: -1px !important;*/
    /*margin-top: -1px !important;*/
    /*top:-1px
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    line-height: 18px;
}*/

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: 13px !important;
    /* color: #000000 !important; */
    line-height: 12px !important;
    /* margin-bottom: -1px !important; */
    /* margin-top: -1px !important; */
    color: #66665d !important;
    font-family: Tahoma, Helvetica, Open Sans;
    top: -1px;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    color: var(--mud-palette-text-secondary);
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .00938em;
    z-index: 0;
    pointer-events: none;
}

.mud-input-label-outlined.mud-input-label-margin-dense {
    transform: translate(14px, 12px) scale(1);
    color: #66665d !important;
    font-family: Tahoma, Helvetica, Open Sans;
}
.spinner {
    border: 15px solid silver;
    border-top: 15px solid #c1902a;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 500px;
    left: 50%;
    position: absolute;
}
.spinner-login {
    border: 15px solid silver;
    border-top: 15px solid #075f90;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 150px;
    left: 48%;
    position: absolute;
}
.form-select-pagesize{
    font-size:15px!important
}
.blur {
    backdrop-filter: blur(10px);
}

.dialog-background {
    background-color: transparent;
}

.dialog-background-title {
    background: rgb(from var(--mud-palette-info-lighten) r g b / 50%);
    color: var(--mud-palette-white);
}

.dialog-background-surface {
    background: rgb(from var(--mud-palette-surface) r g b / 75%);
}
.dialogContent {
    display: block;
    font-size: 15px;
    word-wrap: break-word;
    text-align: center;
    font-style: italic;
    position: relative;
    top: 15px;
}

.dialogText {
    background-color: #D3D3D3;
    padding-right: 4px;
    color: blue;
    font-family: sans-serif !important;
    font-style: italic;

}
.mud-icon-button {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}
.form-control {
    font-size: 15px !important;
    /* font-weight: 500 !important; */
    color: #323840 !important;
    padding-top: 8px !important;
    padding-left: 5px !important;
    height: 33px !important;
    padding-bottom: 3px !important;
    border-radius: 5px !important;
    border-color: #c9c9c9 !important;
    font-family: Tahoma, Helvetica,Open Sans;
}

.form-control-area {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #323840 !important;
    padding-top: 12px !important;
    padding-left: 12px !important;
    height: 120px !important;
    padding-bottom: 5px !important;
    border-radius: 5px !important;
    font-family: Tahoma, Helvetica,Open Sans;
}

.form-control-error {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #323840 !important;
    background-color: yellow !important;
    padding-top: 12px !important;
    padding-left: 12px !important;
    height: 42px !important;
    padding-bottom: 5px !important;
    border-radius: 5px !important;
    font-family: Tahoma, Helvetica,Open Sans;
}

.select2-selection {
    font-size: 1rem !important;
    font-weight: 450 !important;
    color: #323840 !important;
    padding-top: 12px !important;
    padding-left: 20px !important;
    height: 42px !important;
    padding-bottom: 5px !important;
    border-radius: 5px !important;
    font-family: Tahoma, Helvetica,Open Sans;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5); /* Màu nền mờ */
    backdrop-filter: blur(3px); /* Làm mờ giao diện sau */
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: auto; /* Chặn sự kiện bên dưới */
}
.col-12 {
    padding-right: 0px!important;
    padding-left: 15px!important;
}
.col-md-12 {
    padding-right: 0px !important;
    padding-left: 15px !important;
}

/*@keyframes spin {
    to {
        transform: rotate(360deg);
    }
*/