@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.bundle.scp.css';
@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bundle.scp.css';

/* /Authorization/UnauthorizePage.razor.rz.scp.css */
.container[b-ivkmzc3pep] {
    text-align: center;
    max-width: 500px;
    animation: slideIn-b-ivkmzc3pep 0.6s ease-out;
}

.forbidden-img[b-ivkmzc3pep] {
    width: 100%;
}

    .forbidden-img img[b-ivkmzc3pep] {
        width: 100%;
    }

    .logo[b-ivkmzc3pep]{
        width: 100px;

    }

    .logo img[b-ivkmzc3pep]{
        width: 100%;
   
    }

@keyframes slideIn-b-ivkmzc3pep {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-code[b-ivkmzc3pep] {
    font-size: 72px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.error-title[b-ivkmzc3pep] {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 300;
}

.error-message[b-ivkmzc3pep] {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 30px;
}

.lock-icon[b-ivkmzc3pep] {
    width: 80px;
    height: 80px;
    background: #e74c3c;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .lock-icon[b-ivkmzc3pep]::before {
        content: '🔒';
        font-size: 36px;
        color: white;
    }

.btn-home[b-ivkmzc3pep] {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

    .btn-home:hover[b-ivkmzc3pep] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

.contact-info[b-ivkmzc3pep] {
    margin-top: 30px;
    border-top: 1px solid #ecf0f1;
    font-size: 14px;
    color: #95a5a6;
}

@media (max-width: 480px) {
    .container[b-ivkmzc3pep] {
        padding: 40px 20px;
    }


    .error-code[b-ivkmzc3pep] {
        font-size: 56px;
    }

    .error-title[b-ivkmzc3pep] {
        font-size: 24px;
    }
}
/* /Components/Auth/CLogin.razor.rz.scp.css */
body[b-7uf930gom9] {

}

.login-btn[b-7uf930gom9] {
    background: linear-gradient(rgba(253, 164, 0, .5), rgba(194, 125, 0, 1)), /* Overlay color and opacity */
    url('images/bg_imgs/9274894.jpg');
    background-size: cover;
    background-position: right;
    border-radius: 10px;
    border: 1px solid #FFBA63;
    font-family: 'Poppins';
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ffdc9d;
}
/* /Components/Background/HoloweenBG.razor.rz.scp.css */
.background[b-h0rnsqn6i4] {
    background: linear-gradient(rgba(30, 27, 27, 1), rgba(30, 27, 27, 0.7)), /* Overlay color and opacity */
    url('images/bg_imgs/9764682.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 200px rgba(255, 165, 0, 0.2); /* Background glow */
}

.glow[b-h0rnsqn6i4] {
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: rgba(124, 65, 32, 1); /* Solid orange background */
    box-shadow: 0 0 150px 60px rgba(124, 65, 32, .6); /* Glowing effect */
    animation: glow-effect-b-h0rnsqn6i4 3s infinite ease-in-out;
}

.top-left-glow[b-h0rnsqn6i4] {
    top: 8%;
    left: 8%;
    transform: translate(-50%, -50%);
}

.bottom-right-glow[b-h0rnsqn6i4] {
    bottom: 10%;
    right: 8%;
    transform: translate(50%, 50%);
}

.snowflake[b-h0rnsqn6i4] {
    position: fixed;
    bottom: -20%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    animation-name: snowflakes-fall-b-h0rnsqn6i4, snowflakes-shake-b-h0rnsqn6i4;
    -webkit-animation-duration: 10s, 5s;
    animation-duration: 10s, 5s;
    -webkit-animation-timing-function: linear, linear; /* Changed to linear */
    animation-timing-function: linear, linear; /* Changed to linear */

    -webkit-animation-iteration-count: infinite, infinite;
    animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-play-state: running, running;
    filter: drop-shadow(0 0 0.50rem #ffd15e);
}

.snowflake:nth-of-type(0)[b-h0rnsqn6i4] {
    left: 1%;
    -webkit-animation-delay: 0s,0s;
    animation-delay: 0s,0s
}

.snowflake:nth-of-type(1)[b-h0rnsqn6i4] {
    left: -100%;
    -webkit-animation-delay: 1s,1s;
    animation-delay: 1s,1s
}

.snowflake:nth-of-type(2)[b-h0rnsqn6i4] {
    left: 20%;
    -webkit-animation-delay: 6s,.5s;
    animation-delay: 6s,.5s
}

.snowflake:nth-of-type(3)[b-h0rnsqn6i4] {
    left: 30%;
    -webkit-animation-delay: 4s,2s;
    animation-delay: 4s,2s
}

.snowflake:nth-of-type(4)[b-h0rnsqn6i4] {
    left: -100%;
    -webkit-animation-delay: 2s,2s;
    animation-delay: 2s,2s
}

snowflake:nth-of-type(5)[b-h0rnsqn6i4] {
    left: 50%;
    -webkit-animation-delay: 8s,3s;
    animation-delay: 8s,3s
}

.snowflake:nth-of-type(6)[b-h0rnsqn6i4] {
    left: 60%;
    -webkit-animation-delay: 6s,2s;
    animation-delay: 6s,2s
}

.snowflake:nth-of-type(7)[b-h0rnsqn6i4] {
    left: 70%;
    -webkit-animation-delay: 2.5s,1s;
    animation-delay: 2.5s,1s
}

.snowflake:nth-of-type(8)[b-h0rnsqn6i4] {
    left: 80%;
    -webkit-animation-delay: 1s,0s;
    animation-delay: 1s,0s
}

.snowflake:nth-of-type(9)[b-h0rnsqn6i4] {
    left: 90%;
    -webkit-animation-delay: 3s,1.5s;
    animation-delay: 3s,1.5s
}

.fire-img[b-h0rnsqn6i4] {
    position: fixed;
    bottom: -7%;
    right: 0%;
    z-index: 99999;
    width: 400px;
    filter: drop-shadow(0 0 0.75rem #fff);
    display: none;
}

.spider-img-1[b-h0rnsqn6i4] {
    position: fixed;
    top: -5%;
    right: -1%;
    z-index: 99999;
    width: 350px;
    filter: drop-shadow(0 0 0.75rem #fff);
}

.bat-img[b-h0rnsqn6i4] {
    position: fixed;
    top: 2%;
    left: 4%;
    z-index: 99999;
    width: 110px;
    filter: drop-shadow(0 0 0.30rem #fff);
    transform: rotate(-10deg);
}

@keyframes glow-effect-b-h0rnsqn6i4 {
    0%, 100% {
        box-shadow: 0 0 150px 150px rgba(255, 165, 0, 0.5);
    }

    50% {
        box-shadow: 0 0 200px 60px rgba(255, 165, 0, 1);
    }
}

@keyframes snowflakes-fall-b-h0rnsqn6i4 {
    0% {
        bottom: -20%;
    }

    100% {
        bottom: 120%;
    }
}

@keyframes snowflakes-shake-b-h0rnsqn6i4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .background[b-h0rnsqn6i4] {
        background-position: left;
    }

    .fire-img[b-h0rnsqn6i4]{
        display: block;
    }

    .spider-img-1[b-h0rnsqn6i4] {
        right: -10%;
        width: 250px;
    }
}
    
/* /Components/ButtonContainer/AddButton.razor.rz.scp.css */

i[b-3dn6d570eq]{
    margin-right: 8px;
}

button[b-3dn6d570eq] {
    background: #FED424;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 12px 15px;
    border-radius: 7px;
    transition: .3s ease;
    letter-spacing: .5px;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    z-index: 1;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

button[b-3dn6d570eq]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 7px;
    background-color: #F6A71E;
    z-index: -1;
    transition: all 250ms
}

button:hover[b-3dn6d570eq]::before {
    width: 100%;
}
/* /Components/ButtonContainer/BRAddButton.razor.rz.scp.css */

i[b-yfevfdggaz]{
    margin-right: 8px;
}

button[b-yfevfdggaz] {
    background: #FED424;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 12px 15px;
    border-radius: 7px;
    transition: .3s ease;
    letter-spacing: .5px;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    z-index: 1;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

button[b-yfevfdggaz]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 7px;
    background-color: #F6A71E;
    z-index: -1;
    transition: all 250ms
}

button:hover[b-yfevfdggaz]::before {
    width: 100%;
}
/* /Components/CardContainer/CardCount.razor.rz.scp.css */
body[b-7hoqd1azo8] {
}

.card-container-parent[b-7hoqd1azo8] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 27px 23px;
    cursor: pointer;
    transition: .5s ease;
    border: 1px solid #F1F1F1;
}

    .card-container-parent.active-class[b-7hoqd1azo8] {
        background: #FDDE3F;
    }

        .card-container-parent.active-class .title-text[b-7hoqd1azo8] {
            color: #fff;
        }

        .card-container-parent.active-class .amount-text[b-7hoqd1azo8] {
            color: #fff;
        }

    .card-container-parent.active-class i[b-7hoqd1azo8] {
        background: #ffffec;
        color: #FDDE3F;
    }

.title-text[b-7hoqd1azo8] {
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 13px;
    color: #91989D;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.amount-text[b-7hoqd1azo8] {
    font-weight: 500;
    letter-spacing: -.5px;
    font-size: 16px;
    color: #0A1A28;
}

.card-container-parent i[b-7hoqd1azo8] {
    color: #fff;
    background: #FDDE3F;
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 45px;
    text-align: center;
}

/*HOVER*/

.card-container-parent:hover[b-7hoqd1azo8] {
    background: #FDDE3F;
}

.card-container-parent:hover .title-text[b-7hoqd1azo8] {
    color: #fff;
}

.card-container-parent:hover .amount-text[b-7hoqd1azo8] {
    color: #fff;
}

    .card-container-parent:hover i[b-7hoqd1azo8] {
        background: #ffffec;
        color: #FDDE3F;
    }
/*HOVER*/
/* /Components/Dashboard/LowOnStocks.razor.rz.scp.css */
.title[b-gsm0kfq2ut] {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.running-low-parent[b-gsm0kfq2ut] {
    position: absolute;
    right: -30px;
    top: 15px;
    z-index: 99;
}

.stock-div[b-gsm0kfq2ut] {
    /* From https://css.glass */
    background: rgba(255, 0, 0, 0.54);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /*border: 1px solid rgba(255, 0, 0, 0.3);*/
    font-family: 'Poppins', sans-serif;
    padding: 38px 30px 25px 30px;
    width: 250px;
    cursor: pointer;
    animation: MoveUpDown-b-gsm0kfq2ut 2s ease-in-out infinite;
    position: relative; /* Add position for top to work */
    text-align: center;
}

@keyframes MoveUpDown-b-gsm0kfq2ut {
    0%, 100% {
        transform: translateY(0); /* Use translateY for smoother motion */
    }

    50% {
        transform: translateY(10px); /* Move down */
    }
}

.stock-div img[b-gsm0kfq2ut] {
    width: 60px;
    position: absolute;
    top: -8px;
    right: 60px;
    transform: translate(-50%, -50%);
}

.list-div[b-gsm0kfq2ut] {
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: start;
}

.stock-div ul li[b-gsm0kfq2ut] {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    padding-bottom: 5px;
    color: #fff;
}

button[b-gsm0kfq2ut] {
    margin-top: 15px;
    background: transparent;
    color: #ffdfdf;
    padding: 6px;
    font-weight: 400;
    width: 100%;
    border-radius: 7px;
    font-size: 13px;
    border: 1px solid #ffdfdf;
}


@media only screen and (max-width: 1280px) {
    .running-low-parent[b-gsm0kfq2ut] {
        right: -10px;
        top: 10px;
    }
}
/* /Components/DashboardV2/GlobalCard.razor.rz.scp.css */
body[b-ure4f36rkp] {
}

.card-container-parent[b-ure4f36rkp] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 23px;
}

.date-text[b-ure4f36rkp] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 12px !important;
    color: #d5b200 !important;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    right: 22px;
    background: #fffae0;
    border-radius: 6px;
    padding: 4px 10px;
    border: 1px solid #ffe76c;
}

.title-text[b-ure4f36rkp] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-ure4f36rkp] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #0A1A28 !important;
    margin-bottom: 4px;
    margin-top: 15px;
}

.card-container-parent .fi[b-ure4f36rkp] {
    color: #fff;
    background: #FDDE3F;
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 45px;
    text-align: center;
}

.fa-arrow-up[b-ure4f36rkp] {
    background: #E7F7EE;
    color: #29BB68;
    border-radius: 50%;
    padding: 5px 7px;
    margin-top: 2px;
}

.fa-arrow-down[b-ure4f36rkp] {
    background: #FFEBE8;
    color: #FF4A31;
    border-radius: 50%;
    padding: 5px 7px;
    margin-top: 2px;
}

.fa-equals[b-ure4f36rkp]{

}

.inc-div[b-ure4f36rkp]{
    margin-top: -10px;  
}

.dec-div[b-ure4f36rkp] {
    margin-top: -10px;
}

.inc-text[b-ure4f36rkp] {
    font-size: 14px;
    font-weight: 400;
    color: #29BB68;
    margin-left: 8px;
}

.dec-text[b-ure4f36rkp] {
    font-size: 14px;
    font-weight: 400;
    color: #FF4A31;
    margin-left: 8px;
   
}
/* /Components/DashboardV2/NormalCard.razor.rz.scp.css */
body[b-a93pd3485e] {
}

.card-container-parent[b-a93pd3485e] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 23px;
}

.date-text[b-a93pd3485e] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 12px !important;
    color: #d5b200 !important;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    right: 22px;
    background: #fffae0;
    border-radius: 6px;
    padding: 4px 10px;
    border: 1px solid #ffe76c;
}

.title-text[b-a93pd3485e] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-a93pd3485e] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #0A1A28 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

.card-container-parent .fi[b-a93pd3485e] {
    color: #fff;
    background: #FDDE3F;
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 45px;
    text-align: center;
}
/* /Components/DashboardV2/SalesCard.razor.rz.scp.css */
body[b-o6w1g26gln] {
}

.card-container-parent[b-o6w1g26gln] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 23px;
}

.date-text[b-o6w1g26gln] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 12px !important;
    color: #d5b200 !important;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    right: 22px;
    background: #fffae0;
    border-radius: 6px;
    padding: 4px 10px;
    border: 1px solid #ffe76c;
}

.title-text[b-o6w1g26gln] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-o6w1g26gln] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #0A1A28 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

.card-container-parent .fi[b-o6w1g26gln] {
    color: #fff;
    background: #FDDE3F;
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 45px;
    text-align: center;
}

.card-container-parent button[b-o6w1g26gln] {
    margin-top: 20px;
    background: #FDDE3F;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 7px;
    border-radius: 7px;
    transition: .3s ease;
    letter-spacing: .5px;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    z-index: 1;
}

.card-container-parent button[b-o6w1g26gln]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 7px;
    background-color: #F6A71E;
    z-index: -1;
    transition: all 250ms
}

.card-container-parent button:hover[b-o6w1g26gln] {
    color: #e8e8e8;
}

.card-container-parent button:hover[b-o6w1g26gln]::before {
    width: 100%;
}

/* /Components/Dialog/PaymentDialog/AddPaymentDialog.razor.rz.scp.css */
.total-div[b-z3849qxwkv] {
    font-family: 'Poppins';
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 14px 15px;
    border-top: 1px solid #E1E5E9;
    border-bottom: 1px solid #E1E5E9;
    margin-bottom: 25px;
}

.total-text[b-z3849qxwkv] {
    letter-spacing: -.3px;
    font-size: 13px;
}

.total-num[b-z3849qxwkv] {
    letter-spacing: .1px;
    font-size: 13px;
    font-weight: 600;
}

/* /Components/Dialog/PaymentDialog/AddShippingPaymentDialog.razor.rz.scp.css */
.total-div[b-n0h8wz90ql] {
    font-family: 'Poppins';
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 14px 15px;
    border-top: 1px solid #E1E5E9;
    border-bottom: 1px solid #E1E5E9;
    margin-bottom: 25px;
}

.total-text[b-n0h8wz90ql] {
    letter-spacing: -.3px;
    font-size: 13px;
}

.total-num[b-n0h8wz90ql] {
    letter-spacing: .1px;
    font-size: 13px;
    font-weight: 600;
}
/* /Components/Dialog/PaymentDialog/ModeofPaymentV2.razor.rz.scp.css */
.container[b-mut08hlmfk] {
    position: relative;
    background-size: cover;
    padding: 12px 22px 13px 22px;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .container .card-details[b-mut08hlmfk] {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

header[b-mut08hlmfk], .logo[b-mut08hlmfk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .logo img[b-mut08hlmfk] {
        margin-top: 10px;
        margin-right: 10px;
    }

h5[b-mut08hlmfk] {
    font-weight: 400;
}

header .chip[b-mut08hlmfk] {
    margin-top: 5px;
    width: 50px;
    height: 45px;
    border-radius: 8px;
}

h6[b-mut08hlmfk] {
    color: #f4f7fa;
    font-size: 13px;
    font-weight: 200;
    font-family: 'Poppins';
    margin-top: -15px;
}

h5.number[b-mut08hlmfk] {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
}

h5.name[b-mut08hlmfk] {
    margin-top: 20px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    color: #dddddd;
}

/*MODES*/

/*GCASH*/
.gcash-div[b-mut08hlmfk] {
    background: linear-gradient(rgba(0, 124, 255, .8), rgba(0, 124, 255, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
    border: 1px solid #0053a7;
}

.gcash-logo img[b-mut08hlmfk] {
    width: 50px;
    content: url(images/payment_imgs/gcash.png);
}

/*MAYA*/
.maya-div[b-mut08hlmfk] {
    background: linear-gradient(rgba(39, 39, 39, .8), rgba(1, 179, 100, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
    border: 1px solid #01B363;
}

.maya-logo img[b-mut08hlmfk] {
    width: 80px;
    content: url(images/payment_imgs/maya.png);
}

/*UNION*/
.union-div[b-mut08hlmfk] {
    background: linear-gradient(rgba(255, 129, 0, .8), rgba(255, 129, 0, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
    border: 1px solid #ffc992;
}

.union-logo img[b-mut08hlmfk] {
    width: 140px;
    content: url(images/payment_imgs/union.png);
}

/*RCBC*/
.rcbc-div[b-mut08hlmfk] {
    background: linear-gradient(rgba(19, 132, 192, .1), rgba(19, 132, 192, 0.7)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.rcbc-logo img[b-mut08hlmfk] {
    width: 60px;
    content: url(images/payment_imgs/rcbc.png);
}

/*PBCOM*/
.pbcom-div[b-mut08hlmfk] {
    background: linear-gradient(rgba(251, 51, 51, 1), rgba(251, 51, 51, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.pbcom-logo img[b-mut08hlmfk] {
    width: 90px;
    content: url(images/payment_imgs/pbcom.png);
}

/*BDO*/
.bdo-div[b-mut08hlmfk] {
    background: linear-gradient(rgba(1, 78, 168, 1), rgba(1, 78, 168, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.bdo-logo img[b-mut08hlmfk] {
    width: 80px;
    content: url(images/payment_imgs/bdo1.png);
}

/*BDO*/
.bpi-div[b-mut08hlmfk] {
    background: linear-gradient(rgba(251, 51, 51, .1), rgba(251, 51, 51, 0.5)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.bpi-logo img[b-mut08hlmfk] {
    width: 80px;
    content: url(images/payment_imgs/bpi.png);
}

@media only screen and (max-width: 600px) {
    h6[b-mut08hlmfk] {
        font-size: 12px;
    }

    h5.number[b-mut08hlmfk] {
        font-size: 16px;
    }

    h5.name[b-mut08hlmfk] {
        font-size: 13px;
    }

    header .chip[b-mut08hlmfk] {
        width: 45px;
        height: 40px;
    }

    .union-logo img[b-mut08hlmfk] {
        width: 120px;
    }
}
/* /Components/Dialog/PaymentDialog/ModesOfPayment.razor.rz.scp.css */
.container[b-6s8fzj8my1] {
    position: relative;
    background-size: cover;
    padding: 12px 22px 13px 22px;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.container .card-details[b-6s8fzj8my1] {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

header[b-6s8fzj8my1], .logo[b-6s8fzj8my1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img[b-6s8fzj8my1] {
    margin-top: 10px;
    margin-right: 10px;
}

h5[b-6s8fzj8my1] {
    font-weight: 400;
    
}

header .chip[b-6s8fzj8my1] {
    margin-top: 5px;
    width: 50px;
    height: 45px;
    border-radius: 8px;
}

h6[b-6s8fzj8my1] {
    color: #f4f7fa;
    font-size: 13px;
    font-weight: 200;
    font-family: 'Poppins';
    margin-top: -15px;
}

h5.number[b-6s8fzj8my1] {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
}

h5.name[b-6s8fzj8my1] {
    margin-top: 20px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    color: #dddddd;
}

/*MODES*/

/*GCASH*/
.gcash-div[b-6s8fzj8my1] {
    background: linear-gradient(rgba(0, 124, 255, .8), rgba(0, 124, 255, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
    border: 1px solid #0053a7;
}

.gcash-logo img[b-6s8fzj8my1] {
    width: 50px;
    content: url(images/payment_imgs/gcash.png);
}

/*MAYA*/
.maya-div[b-6s8fzj8my1] {
    background: linear-gradient(rgba(39, 39, 39, .8), rgba(1, 179, 100, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
    border: 1px solid #01B363;
}

.maya-logo img[b-6s8fzj8my1] {
    width: 80px;
    content: url(images/payment_imgs/maya.png);
}

/*UNION*/
.union-div[b-6s8fzj8my1] {
    background: linear-gradient(rgba(255, 129, 0, .8), rgba(255, 129, 0, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
    border: 1px solid #ffc992;
}

.union-logo img[b-6s8fzj8my1] {
    width: 140px;
    content: url(images/payment_imgs/union.png);
}

/*RCBC*/
.rcbc-div[b-6s8fzj8my1] {
    background: linear-gradient(rgba(19, 132, 192, .1), rgba(19, 132, 192, 0.7)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.rcbc-logo img[b-6s8fzj8my1] {
    width: 60px;
    content: url(images/payment_imgs/rcbc.png);
}

/*PBCOM*/
.pbcom-div[b-6s8fzj8my1] {
    background: linear-gradient(rgba(251, 51, 51, 1), rgba(251, 51, 51, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.pbcom-logo img[b-6s8fzj8my1] {
    width: 90px;
    content: url(images/payment_imgs/pbcom.png);
}

/*BDO*/
.bdo-div[b-6s8fzj8my1] {
    background: linear-gradient(rgba(1, 78, 168, 1), rgba(1, 78, 168, 0.3)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.bdo-logo img[b-6s8fzj8my1] {
    width: 80px;
    content: url(images/payment_imgs/bdo1.png);
}

/*BDO*/
.bpi-div[b-6s8fzj8my1] {
    background: linear-gradient(rgba(251, 51, 51, .1), rgba(251, 51, 51, 0.5)), /* Overlay color and opacity */
    url('images/credcard_imgs/bg.png');
}

.bpi-logo img[b-6s8fzj8my1] {
    width: 80px;
    content: url(images/payment_imgs/bpi.png);
}

@media only screen and (max-width: 600px) {
    h6[b-6s8fzj8my1] {
        font-size: 12px;
    }

    h5.number[b-6s8fzj8my1] {
        font-size: 16px;
    }

    h5.name[b-6s8fzj8my1] {
        font-size: 13px;
    }
    header .chip[b-6s8fzj8my1] {
        width: 45px;
        height: 40px;
    }
    .union-logo img[b-6s8fzj8my1] {
        width: 120px;
    }
}
/* /Components/Dialog/PaymentDialog/RetryPaymentDialog.razor.rz.scp.css */
.total-div[b-0ugjwdzpjg] {
    font-family: 'Poppins';
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 14px 15px;
    border-top: 1px solid #E1E5E9;
    border-bottom: 1px solid #E1E5E9;
    margin-bottom: 25px;
}

.total-text[b-0ugjwdzpjg] {
    letter-spacing: -.3px;
    font-size: 13px;
}

.total-num[b-0ugjwdzpjg] {
    letter-spacing: .1px;
    font-size: 13px;
    font-weight: 600;
}
/* /Components/Dropdowns/Components/NoNotificationFound.razor.rz.scp.css */
.no-found[b-pz781msys2] {
    text-align: center;
    margin: 32px 0px 32px 0px;
}

.mango-shape[b-pz781msys2] {
    position: absolute;
    border-radius: 50% 50% 50% 70%;
    opacity: 0.1;
    animation: float-b-pz781msys2 6s ease-in-out infinite;
}

    .mango-shape:nth-child(1)[b-pz781msys2] {
        width: 150px;
        height: 120px;
        background: #FF8C42;
        top: 10%;
        left: 10%;
        animation-delay: 0s;
    }

    .mango-shape:nth-child(2)[b-pz781msys2] {
        width: 100px;
        height: 80px;
        background: #FFD23F;
        top: 70%;
        right: 15%;
        animation-delay: 2s;
    }

    .mango-shape:nth-child(3)[b-pz781msys2] {
        width: 120px;
        height: 100px;
        background: #FF6B35;
        bottom: 20%;
        left: 20%;
        animation-delay: 4s;
    }

    .mango-shape:nth-child(4)[b-pz781msys2] {
        width: 80px;
        height: 70px;
        background: #FFA726;
        top: 30%;
        right: 30%;
        animation-delay: 1s;
    }

@keyframes float-b-pz781msys2 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.notification-container[b-pz781msys2] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
    max-width: 480px;
    width: 90%;
    position: relative;
    z-index: 10;
    transform: translateY(0);
    animation: slideUp-b-pz781msys2 0.8s ease-out;
}

@keyframes slideUp-b-pz781msys2 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mango-icon[b-pz781msys2] {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
    animation: bounce-b-pz781msys2 2s ease-in-out infinite;
}

@keyframes bounce-b-pz781msys2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.mango-svg[b-pz781msys2] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 10px 20px rgba(255, 107, 53, 0.3));
}

.title[b-pz781msys2] {
    font-size: 25px;
    font-weight: 600;
    color: #FF8C42;
    font-family: 'Poppins';
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.subtitle[b-pz781msys2] {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    opacity: 0.8;
}
/* /Components/Dropdowns/NotificationDropdown.razor.rz.scp.css */
.notifications-container[b-toktd9inyw] {
    position: fixed;
    top: 75px;
    right: 20px;
    width: 420px;
    max-height: 80vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15), 0 4px 16px rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 9999;
    border: 1px solid #e1e4e8;
}

body.notification-open[b-toktd9inyw]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Header */
.notifications-header[b-toktd9inyw] {
    padding: 20px 24px;
    border-bottom: 1px solid #e1e4e8;
    display: flex;
    background: linear-gradient(135deg, #FFE066 0%, #FF9A56 50%, #FF6B35 100%);
    justify-content: space-between;
    align-items: center;
}

.notifications-title[b-toktd9inyw] {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.mark-all-read[b-toktd9inyw] {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins';
}

    .mark-all-read:hover[b-toktd9inyw] {
        text-decoration: underline;
    }

/* Navigation Tabs */
.notifications-nav[b-toktd9inyw] {
    display: flex;
    border-bottom: 1px solid #e1e4e8;
    padding: 0 24px;
}

.nav-tab[b-toktd9inyw] {
    padding: 12px 16px;
    color: #656d76;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-right: 24px;
    position: relative;
}

    .nav-tab.active[b-toktd9inyw] {
        color: #24292f;
        border-bottom-color: #fd8c73;
    }

    .nav-tab .count[b-toktd9inyw] {
        background: #656d76;
        color: white;
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 10px;
        margin-left: 6px;
        font-weight: 600;
    }

    .nav-tab.active .count[b-toktd9inyw] {
        background: #FF8C42;
    }

/* Notifications List */
.notifications-list[b-toktd9inyw] {
    padding: 0;
    max-height: 60vh;
    overflow-y: auto;
}

    .notifications-list[b-toktd9inyw]::-webkit-scrollbar {
        width: 6px;
    }

    .notifications-list[b-toktd9inyw]::-webkit-scrollbar-track {
        background: #f6f8fa;
    }

    .notifications-list[b-toktd9inyw]::-webkit-scrollbar-thumb {
        background: #d1d9e0;
        border-radius: 3px;
    }

        .notifications-list[b-toktd9inyw]::-webkit-scrollbar-thumb:hover {
            background: #c7d2da;
        }

.notification-item[b-toktd9inyw] {
    display: flex;
    align-items: flex-start;
    padding: 16px 24px;
    border-bottom: 1px solid #f6f8fa;
    position: relative;
    transition: background-color 0.15s ease;
}

    .notification-item:hover[b-toktd9inyw] {
        background-color: #f6f8fa;
    }

    .notification-item:last-child[b-toktd9inyw] {
        border-bottom: none;
    }

    /* Unread indicator */
    .notification-item.unread[b-toktd9inyw]::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 20px;
        width: 8px;
        height: 8px;
        background: #0969da;
        border-radius: 50%;
    }

    .notification-item.unread[b-toktd9inyw] {
        background-color: #f0f6ff;
    }

/* Avatar */
.notification-avatar[b-toktd9inyw] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f6f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #24292f;
}

    .notification-avatar img[b-toktd9inyw] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .notification-avatar i[b-toktd9inyw] {
        font-size: 18px;
    }

/* Avatar colors */
.avatar-green[b-toktd9inyw] {
    background: #acf2bd;
    color: #0f5132;
}

.avatar-pink[b-toktd9inyw] {
    background: #ffb3d9;
    color: #7d1538;
}

.avatar-blue[b-toktd9inyw] {
    background: #b3d9ff;
    color: #0c4a6e;
}

.avatar-orange[b-toktd9inyw] {
    background: #ffd4b3;
    color: #7c2d12;
}

.avatar-purple[b-toktd9inyw] {
    background: #d4b3ff;
    color: #4c1d95;
}

/* Content */
.notification-content[b-toktd9inyw] {
    flex: 1;
    min-width: 0;
}

.all-notification-title[b-toktd9inyw] {
    font-size: 15px;
    font-weight: 600;
}

.notification-text[b-toktd9inyw] {
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.4;
}

    .notification-text strong[b-toktd9inyw] {
        font-weight: 600;
    }

.notification-time[b-toktd9inyw] {
    color: #656d76;
    font-size: 12px;
    font-weight: 400;
}

/* Action buttons */
.notification-actions[b-toktd9inyw] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.btn[b-toktd9inyw] {
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-primary[b-toktd9inyw] {
    background: #0969da;
    color: white;
    border-color: #0969da;
}

    .btn-primary:hover[b-toktd9inyw] {
        background: #0860ca;
        border-color: #0860ca;
    }

.btn-secondary[b-toktd9inyw] {
    background: #f6f8fa;
    color: #24292f;
    border-color: #d1d9e0;
}

    .btn-secondary:hover[b-toktd9inyw] {
        background: #f3f4f6;
        border-color: #c7d2da;
    }

/* File attachment */
.file-attachment[b-toktd9inyw] {
    display: flex;
    align-items: center;
    background: #f6f8fa;
    border: 1px solid #d1d9e0;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 8px;
    max-width: 300px;
}

.file-icon[b-toktd9inyw] {
    width: 24px;
    height: 24px;
    background: #8b5cf6;
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.file-info[b-toktd9inyw] {
    flex: 1;
    min-width: 0;
}

.file-name[b-toktd9inyw] {
    font-size: 13px;
    font-weight: 500;
    color: #24292f;
    margin-bottom: 2px;
}

.file-size[b-toktd9inyw] {
    font-size: 12px;
    color: #656d76;
}

/* Responsive */
@media (max-width: 600px) {
    .notifications-container[b-toktd9inyw] {
        position: fixed;
        right: 10px;
        left: 10px;
        width: auto;
        max-height: 85vh;
    }

    .notifications-header[b-toktd9inyw] {
        padding: 16px 20px;
    }

    .notifications-nav[b-toktd9inyw] {
        padding: 0 20px;
    }

    .notification-item[b-toktd9inyw] {
        padding: 16px 20px;
    }

    .notification-avatar[b-toktd9inyw] {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .notifications-container[b-toktd9inyw] {
        top: 5px;
        right: 5px;
        left: 5px;
        border-radius: 8px;
    }
}
/* /Components/Ordering/OrderFormContact.razor.rz.scp.css */
/* /Components/Ordering/OrderFormHeader.razor.rz.scp.css */
h1[b-5nddmpnf06] {
    font-family: 'Poppins';
    font-size: 17px ;
    font-weight: 600 ;
    letter-spacing: .1px ;
    color: #43576F;
    margin-bottom: 15px;
}

span[b-5nddmpnf06] {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .4px;
    color: #97A5B4;
    text-transform: uppercase;
    line-height: 1.2;
}
/* /Components/Overlay/BGOverlay.razor.rz.scp.css */
.overlay[b-mpdbvhtg9j] {
    font-family: 'Poppins';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(1.1px);
    -webkit-backdrop-filter: blur(1.1px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    z-index: 2;
}

.overlay-content[b-mpdbvhtg9j] {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.37);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.1px);
    -webkit-backdrop-filter: blur(1.1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

img[b-mpdbvhtg9j]{
    margin-bottom: 20px;
    width: 110px;
}
/* /Components/RightSidebar/AnnouncementRightSidebar.razor.rz.scp.css */
body[b-ddp53ozxlt] {
}

.ann-sidebar[b-ddp53ozxlt] {
}

.close-icon[b-ddp53ozxlt] {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #787E84;
    cursor: pointer;
}

.ann-title[b-ddp53ozxlt] {
    color: #1D2630;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.8px;
}

.ann-date[b-ddp53ozxlt] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.3px;
}
/*CARD*/
.ann-card[b-ddp53ozxlt] {
    border: 1px solid #cfcfcf;
    padding: 15px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s ease;
}

    .ann-card:hover[b-ddp53ozxlt] {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

.img-gif[b-ddp53ozxlt] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
}

.ann-yellow-chip[b-ddp53ozxlt] {
    background: #efc700;
    color: #fff;
    padding: 3px 8px 2px 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 7px;
}

.ann-blue-chip[b-ddp53ozxlt] {
    background: #003C61;
    color: #fff;
    padding: 3px 8px 2px 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 7px;
}

.ann-card-date[b-ddp53ozxlt] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}

.ann-body-title[b-ddp53ozxlt] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 5px;
}

.ann-branch-name[b-ddp53ozxlt] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 8px;
    text-decoration: underline;
    text-transform: uppercase;
}

.ann-desc[b-ddp53ozxlt] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}
/* /Components/Sidebar/PartialFranchiseeAuthorize.razor.rz.scp.css */
/* /Components/Toast/CustomToast.razor.rz.scp.css */
.toasts[b-nnqavwhxek] {
    pointer-events: auto;
    min-width: 300px;
    max-width: 400px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border: 1px solid #4a5568;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Toast Types */
.toast-success[b-nnqavwhxek] {
    border-left: 4px solid #28a745;
}

    .toast-success .toast-icon[b-nnqavwhxek] {
        color: #28a745;
    }

.toast-error[b-nnqavwhxek] {
    border-left: 4px solid #dc3545;
}

    .toast-error .toast-icon[b-nnqavwhxek] {
        color: #dc3545;
    }

.toast-warning[b-nnqavwhxek] {
    border-left: 4px solid #ffc107;
}

    .toast-warning .toast-icon[b-nnqavwhxek] {
        color: #ffc107;
    }

.toast-info[b-nnqavwhxek] {
    border-left: 4px solid #007bff;
}

    .toast-info .toast-icon[b-nnqavwhxek] {
        color: #007bff;
    }

/* Animation Classes */
.toast-fade.toast-show[b-nnqavwhxek] {
    opacity: 1;
    transform: translateX(0);
}

.toast-fade.toast-hide[b-nnqavwhxek] {
    opacity: 0;
    transform: translateX(100%);
}

.toast-slide.toast-show[b-nnqavwhxek] {
    opacity: 1;
    transform: translateX(0);
}

.toast-slide.toast-hide[b-nnqavwhxek] {
    opacity: 0;
    transform: translateX(100%);
}

.toast-bounce.toast-show[b-nnqavwhxek] {
    opacity: 1;
    transform: translateX(0);
    animation: bounceIn-b-nnqavwhxek 0.3s ease;
}

.toast-bounce.toast-hide[b-nnqavwhxek] {
    opacity: 0;
    transform: translateX(100%);
    animation: bounceOut-b-nnqavwhxek 0.3s ease;
}

.toast-zoom.toast-show[b-nnqavwhxek] {
    opacity: 1;
    transform: scale(1);
}

.toast-zoom.toast-hide[b-nnqavwhxek] {
    opacity: 0;
    transform: scale(0.8);
}

@keyframes bounceIn-b-nnqavwhxek {
    0% {
        transform: translateX(100%) scale(0.8);
        opacity: 0;
    }

    60% {
        transform: translateX(-10px) scale(1.05);
        opacity: 1;
    }

    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes bounceOut-b-nnqavwhxek {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    40% {
        transform: translateX(-10px) scale(1.05);
        opacity: 1;
    }

    100% {
        transform: translateX(100%) scale(0.8);
        opacity: 0;
    }
}

.toasts:hover[b-nnqavwhxek] {
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.toast-header[b-nnqavwhxek] {
    display: flex;
    align-items: center;
    padding: 12px 16px 8px 16px;
    border-bottom: 1px solid #4a5568;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px 8px 0 0;
}

.toast-icon[b-nnqavwhxek] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.toast-title[b-nnqavwhxek] {
    font-weight: 600;
    font-size: 14px;
    margin-right: auto;
    color: #e2e8f0;
}

.toast-timestamp[b-nnqavwhxek] {
    font-size: 12px;
    color: #a0aec0;
    margin-right: 12px;
}

.toast-close[b-nnqavwhxek] {
    background: none;
    border: none;
    color: #a0aec0;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .toast-close:hover[b-nnqavwhxek] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }

.toast-body[b-nnqavwhxek] {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.4;
    color: #e2e8f0;
}

@media (max-width: 480px) {
    .toast-container[b-nnqavwhxek] {
        left: 10px;
        right: 10px;
        top: 10px;
    }

    .toast[b-nnqavwhxek] {
        min-width: auto;
        max-width: none;
    }
}
/* /Components/Toast/CustomToastContainer.razor.rz.scp.css */
.toast-container[b-xb4f51uhzp] {
    position: fixed;
    top: 20px;
    right: 20PX;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-kqex7wofcn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kqex7wofcn] {
    flex: 1;
}

.sidebar[b-kqex7wofcn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kqex7wofcn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kqex7wofcn]  a, .top-row[b-kqex7wofcn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kqex7wofcn]  a:hover, .top-row[b-kqex7wofcn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kqex7wofcn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kqex7wofcn] {
        justify-content: space-between;
    }

    .top-row[b-kqex7wofcn]  a, .top-row[b-kqex7wofcn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kqex7wofcn] {
        flex-direction: row;
    }

    .sidebar[b-kqex7wofcn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kqex7wofcn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kqex7wofcn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kqex7wofcn], article[b-kqex7wofcn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q9i8m6ronh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q9i8m6ronh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q9i8m6ronh] {
    font-size: 1.1rem;
}

.bi[b-q9i8m6ronh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-q9i8m6ronh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-q9i8m6ronh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-q9i8m6ronh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-q9i8m6ronh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q9i8m6ronh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q9i8m6ronh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q9i8m6ronh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-q9i8m6ronh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-q9i8m6ronh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-q9i8m6ronh] {
        display: none;
    }

    .collapse[b-q9i8m6ronh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-q9i8m6ronh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard/MMChartV2/MOPCards.razor.rz.scp.css */

.card-cont[b-uinzl3mco9] {
    border-top: 1px solid #E0E0E0;
    margin-top: 20px;
    padding-top: 30px;
    
}

.card-div[b-uinzl3mco9] {
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 15px 15px;
    border-radius: 7px;
    background: #90a1b4;
}

.gcash-card-div[b-uinzl3mco9] {
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 15px 15px;
    border-radius: 7px;
    background: #77b9ff;
}

.pf-card-div[b-uinzl3mco9] {
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 15px 15px;
    border-radius: 7px;
    background: #ff84b9;
}

.grab-card-div[b-uinzl3mco9] {
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 15px 15px;
    border-radius: 7px;
    background: #43d986;
}

.title[b-uinzl3mco9] {
    font-weight: 300 !important;
    font-size: 13px !important;
    color: #fff !important;
    text-transform: uppercase;
}

.value[b-uinzl3mco9] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 15px !important;
    color: #fff !important;
}

.paymaya-card-div[b-uinzl3mco9] {
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 15px 15px;
    border-radius: 7px;
    background: #cdc3f7;
}

.other-card-div[b-uinzl3mco9] {
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 15px 15px;
    border-radius: 7px;
    background: #fed2aa;
}




/* /Pages/Dashboard/MMChartV2/SalesCharts.razor.rz.scp.css */
body[b-7bn7s5hjnn] {
}

.title-text[b-7bn7s5hjnn] {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 24px !important;
    color: #42546A !important;
}

.chart-container[b-7bn7s5hjnn] {
    width: 100%;
    padding: 30px 30px 30px 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.loading-div[b-7bn7s5hjnn] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    min-height: 367px;
}

.loading-div span[b-7bn7s5hjnn]{
    margin-left: 15px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

/*HEADER*/
.header-div[b-7bn7s5hjnn] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.fi[b-7bn7s5hjnn] {
    font-size: 16px !important;
    color: #42546A !important;
    margin-top: 2px;
}

.date-stat-text[b-7bn7s5hjnn] {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    letter-spacing: -.3px !important;
    font-size: 14px !important;
    color: #42546A !important;
    text-transform: uppercase;
}

.stat-label[b-7bn7s5hjnn] {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    letter-spacing: .3px !important;
    font-size: 13px !important;
    color: #42546A !important;
    text-transform: uppercase;
    margin-top: 2px;
}

.dropdown-div[b-7bn7s5hjnn] {
    width: 100%;
    margin-top: -5px;
}

/*MENU*/
.menu-header-div[b-7bn7s5hjnn] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.menu-container[b-7bn7s5hjnn] {
    width: 100%;
    padding: 25px 35px 0px 35px;
    background: #fff;
    border-radius: 10px;
    overflow-y: hidden;
    border: 1px solid #f1f1f1;
}

.tbl-div[b-7bn7s5hjnn] {
    height: 634px;
    overflow-y: auto;
    margin-bottom: 35px;
}

.icon-container[b-7bn7s5hjnn] {
    color: #fff;
    background: #FDDE3F;
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 45px;
    text-align: center;
}

.card-container[b-7bn7s5hjnn] {
    background: #FFF;
    height: 100px;
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-label[b-7bn7s5hjnn] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .dropdown-div[b-7bn7s5hjnn] {
        width: 100%;
    }

    /*.tbl-div{
        padding: 10px;
    }*/
}
/* /Pages/Dashboard/MMChartV2/SalesHeatmap.razor.rz.scp.css */
body[b-th9z3o5jx4] {
}

.heatmap-div[b-th9z3o5jx4] {
    background-color: #fff;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    width: 100%;
    border: 1px solid #f1f1f1;
}

.chart-div[b-th9z3o5jx4] {
    overflow-y: auto;
    height: 450px;
}

.heat-header-div[b-th9z3o5jx4] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.date-stat-text[b-th9z3o5jx4] {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    letter-spacing: -.3px !important;
    font-size: 14px !important;
    color: #42546A !important;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .heatmap-div[b-th9z3o5jx4] {
        overflow-x: auto; 
    }
    .chart-div[b-th9z3o5jx4] {
        width: 1000px;
    }
}
/* /Pages/Employee/EmployeeProfile.razor.rz.scp.css */
.box-1[b-3vflmmqtop] {
    border: 1px solid #E7EAEE;
    padding: 20px 25px 20px 25px;
    background: #fff;
    margin-top: 12px;
    border-radius: 12px;
    display: flex;
    gap: 10px;
}

    .box-1 button[b-3vflmmqtop] {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
    }

        .box-1 button.active[b-3vflmmqtop] {
            background: #e2f5ff;
            color: #18afff !important;
            transition: background 0.3s ease, color 0.3s ease;
        }

        .box-1 button:hover[b-3vflmmqtop] {
            color: #0A8DD1;
        }
/* /Pages/Employee/EmployeeShiftInformationDialog.razor.rz.scp.css */
.datetime-container[b-2ac7j9y43o] {
    margin-bottom: 1rem;
    background: #ffe959;
    display: inline-flex;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.upper-date[b-2ac7j9y43o]{
    display: flex;
    align-items: center;
    gap: 5px;
}

.day-number[b-2ac7j9y43o]{
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 0;
}

.day-text p[b-2ac7j9y43o] {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Poppins';
}

.day-year[b-2ac7j9y43o] {
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 0;
}
/* /Pages/Employee/Infos/EmployeePanel.razor.rz.scp.css */
.personal-details-container[b-rbgqc99upf] {
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}

.personal-details-wrapper[b-rbgqc99upf] {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.section-title[b-rbgqc99upf] {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #536B89 !important;
}

.section-subtitle[b-rbgqc99upf] {
    color: #8899BF;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.label-text[b-rbgqc99upf] {
    color: #8899BF;
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.value-text[b-rbgqc99upf] {
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.detail-row[b-rbgqc99upf] {
    display: block;
    margin-top: 1.25rem;
}

@media (min-width: 576px) {
    .detail-row[b-rbgqc99upf] {
        display: flex;
    }

    .detail-item[b-rbgqc99upf] {
        width: 100%;
    }
}
/* /Pages/Employee/Infos/EmploymentPanel.razor.rz.scp.css */
.employment-section[b-qav8n59e67] {
    display: block;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .employment-section[b-qav8n59e67] {
        display: flex;
    }
}

.employment-item[b-qav8n59e67] {
    width: 100%;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .employment-item[b-qav8n59e67] {
        margin-left: 8px;
        margin-top: 0;
    }
}

.employment-label[b-qav8n59e67] {
    color: #8899BF;
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.employment-subtitle[b-qav8n59e67] {
    color: #8899BF;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.employment-value[b-qav8n59e67] {
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.divider[b-qav8n59e67] {
    margin-top: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
}

.employment-subtitle[b-qav8n59e67] {
    margin-top: 28px;
    color: #536B89 !important;
    font-weight: 600;
}
/* /Pages/Employee/Infos/ShiftScheduleCalendar.razor.rz.scp.css */


.calendar-div .legend[b-v6zc7f9tvd] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}

.legend .shift[b-v6zc7f9tvd],
.legend .off[b-v6zc7f9tvd] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.legend .legend-box[b-v6zc7f9tvd] {
    width: 10px;
    height: 10px;
}

.legend .shift .legend-box[b-v6zc7f9tvd] {
    background: #15e8a9;
}

.legend .off .legend-box[b-v6zc7f9tvd] {
    background: #9C27B0;
}

.calendar-div .header[b-v6zc7f9tvd] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

    .calendar-div .header i[b-v6zc7f9tvd] {
        cursor: pointer;
    }

.curr-month-text[b-v6zc7f9tvd] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    font-weight: 500;
}

.curr-year-text[b-v6zc7f9tvd] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    font-weight: 300;
}

.calendar[b-v6zc7f9tvd]{
    position: relative;
}

.calendar .days[b-v6zc7f9tvd] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-v6zc7f9tvd] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-v6zc7f9tvd] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 14px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: none;
}

.day[b-v6zc7f9tvd] {
    position: sticky;
    top: 0;
}

.calendar .day-number:nth-of-type(7n + 7)[b-v6zc7f9tvd] {
    border-right: 0;
}

.calendar .day-number.shift[b-v6zc7f9tvd] {
    color: #ffffff !important;
    background-color: #15e8a9 !important;
}

.calendar .day-number.day-off[b-v6zc7f9tvd] {
    color: #ffffff !important;
    background-color: #9C27B0 !important;
}

.calendar .day-number.other-month[b-v6zc7f9tvd] {
    color: #98a0a6a3 !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}


.calendar .day-number:last-child[b-v6zc7f9tvd] {
    border-right: none;
}

.day-number:hover[b-v6zc7f9tvd] {
    background: rgba(255, 166, 48, 0.1);
}

.contract-mark[b-v6zc7f9tvd] {
    background: #f1f6ff;
    font-size: 12px;
    font-weight: 400;
    color: #4786FF;
    margin-top: 13px;
    padding: 8px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 4px solid #4786FF;
    text-align: start;
}

    .contract-mark:hover[b-v6zc7f9tvd] {
        background: #4786FF;
        color: #fff;
        border-left: 4px solid #005bff;
    }


.loading[b-v6zc7f9tvd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); /* semi-transparent white */
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Pages/Employee/Shifts/EmployeeShiftCalendarView.razor.rz.scp.css */
.calendar-container[b-xnflvw452f] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

    .calendar-container h3[b-xnflvw452f] {
        text-align: center;
        margin-bottom: 20px;
    }

.calendar-div[b-xnflvw452f] {
    background: #fff;
    border-radius: 8px;
    padding-top: 35px;
}

.calendar[b-xnflvw452f] {
    overflow: auto;
    position: relative;
}

.date-change-btn[b-xnflvw452f] {
    background: #fff;
    background: #57677B;
    color: #fff;
    border-radius: 6px;
    width: 95px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    transition: .3s ease;
}

    .date-change-btn:hover[b-xnflvw452f] {
        background: #000000;
    }

.arrow-ico[b-xnflvw452f] {
    color: #7C8286;
    font-size: 15px;
}

.date-filter-btn[b-xnflvw452f] {
    font-family: 'Poppins';
    background: #f8f9fa;
    color: #748190;
    border: 1px dashed #bfc4ca;
    font-size: 20px;
    border-radius: 6px;
    transition: .3s ease;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .date-filter-btn:hover[b-xnflvw452f] {
        background: #4F5C71;
        color: #D7DEE8;
    }

.curr-month-text[b-xnflvw452f] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    text-align: center;
    font-weight: 500;
}

.curr-year-text[b-xnflvw452f] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    text-align: center;
    font-weight: 300;
}

.calendar .days[b-xnflvw452f] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-xnflvw452f] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-xnflvw452f] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    min-height: 130px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
}

    .calendar .day-number:hover[b-xnflvw452f] {
        background: #fffcf3;
    }

    .calendar .day-number:nth-of-type(7n + 7)[b-xnflvw452f] {
        border-right: 0;
    }

    .calendar .day-number.other-month[b-xnflvw452f] {
        color: rgba(#98a0a6, 0.6);
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
        cursor: not-allowed;
    }

    .calendar .day-number:last-child[b-xnflvw452f] {
        border-right: none;
    }

.contract-mark[b-xnflvw452f] {
    background: #fffdf4;
    font-size: 10px;
    font-weight: 400;
    color: #e9c000;
    margin-top: 13px;
    padding: 8px 8px 8px 10px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 5px solid #ff992b;
    border-top: 1px solid #ffdc2b;
    border-bottom: 1px solid #ffdc2b;
    border-right: 1px solid #ffdc2b;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .contract-mark .shift[b-xnflvw452f] {
        font-size: 8px;
    }

    .contract-mark:hover[b-xnflvw452f] {
        background: #ffd81e;
        color: #fff;
        border-left: 4px solid ##fff1f1;
    }

.month-filter-div[b-xnflvw452f] {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 8px 13px;
}

    .month-filter-div .mud-input-control[b-xnflvw452f] {
        margin-top: 0px !important;
    }

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-xnflvw452f] {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px;
}

.month-filter[b-xnflvw452f] {
    width: 250px;
    font-size: 12px !important;
}

@media (max-width: 600px) {
    .calendar .day-number[b-xnflvw452f] {
        padding: 25px 20px;
    }

    .calendar-container[b-xnflvw452f] {
        max-width: 100%;
        padding: 0 10px;
    }

    .curr-month-text[b-xnflvw452f] {
        font-size: 16px;
    }

    .date-change-btn[b-xnflvw452f] {
        font-size: 12px;
    }

    .month-filter-div[b-xnflvw452f] {
        margin-top: 20px;
    }
}



.calendar .day-number.shift[b-xnflvw452f] {
    color: #ffffff !important;
    background-color: #15e8a9 !important;
}

.calendar .day-number.day-off[b-xnflvw452f] {
    color: #ffffff !important;
    background-color: #9C27B0 !important;
}

.calendar .day-number.other-month[b-xnflvw452f] {
    color: #98a0a6a3 !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}

.schedule[b-xnflvw452f] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}
/* /Pages/Employee/Shifts/EmployeeShiftDialog.razor.rz.scp.css */
.no-data-found[b-pekpu679rj] {
    text-align: center;
    margin: 20px 0px 20px 0px;
    border: 1px dashed #e1e5e8;
    border-radius: 10px;
}

    .no-data-found p[b-pekpu679rj] {
        margin: 0px;
        padding: 20px;
        color: #959595;
    }


.datetime-container[b-pekpu679rj] {
    margin-bottom: 1rem;
    background: #ffe959;
    display: inline-flex;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.upper-date[b-pekpu679rj] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.day-number[b-pekpu679rj] {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 0;
}

.day-text p[b-pekpu679rj] {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Poppins';
}

.day-year[b-pekpu679rj] {
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 0;
}
/* /Pages/Employee/Shifts/ShiftCalendar.razor.rz.scp.css */
.calendar-container[b-h47lh5dlug] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

    .calendar-container h3[b-h47lh5dlug] {
        text-align: center;
        margin-bottom: 20px;
    }

.calendar-div[b-h47lh5dlug] {
    background: #fff;
    border-radius: 8px;
    padding-top: 35px;
}

.calendar[b-h47lh5dlug] {
    overflow: auto;
}

.date-change-btn[b-h47lh5dlug] {
    background: #fff;
    background: #57677B;
    color: #fff;
    border-radius: 6px;
    width: 95px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    transition: .3s ease;
}

    .date-change-btn:hover[b-h47lh5dlug] {
        background: #000000;
    }

.arrow-ico[b-h47lh5dlug] {
    color: #7C8286;
    font-size: 15px;
}

.date-filter-btn[b-h47lh5dlug] {
    font-family: 'Poppins';
    background: #f8f9fa;
    color: #748190;
    border: 1px dashed #bfc4ca;
    font-size: 20px;
    border-radius: 6px;
    transition: .3s ease;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .date-filter-btn:hover[b-h47lh5dlug] {
        background: #4F5C71;
        color: #D7DEE8;
    }

.curr-month-text[b-h47lh5dlug] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    text-align: center;
    font-weight: 500;
}

.curr-year-text[b-h47lh5dlug] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    text-align: center;
    font-weight: 300;
}

.calendar .days[b-h47lh5dlug] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-h47lh5dlug] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-h47lh5dlug] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    min-height: 180px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
}
    .calendar .day-number:hover[b-h47lh5dlug] {
        background: #fffcf3;
        cursor: pointer;
    }

    .calendar .day-number:nth-of-type(7n + 7)[b-h47lh5dlug] {
        border-right: 0;
    }

    .calendar .day-number.other-month[b-h47lh5dlug] {
        color: rgba(#98a0a6, 0.6);
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
        cursor: not-allowed;
    }

    .calendar .day-number:last-child[b-h47lh5dlug] {
        border-right: none;
    }

.contract-mark[b-h47lh5dlug] {
    background: #fffdf4;
    font-size: 10px;
    font-weight: 400;
    color: #e9c000;
    margin-top: 13px;
    padding: 8px 8px 8px 10px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 5px solid #ff992b;
    border-top: 1px solid #ffdc2b;
    border-bottom: 1px solid #ffdc2b;
    border-right: 1px solid #ffdc2b;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.contract-mark .shift[b-h47lh5dlug]{
    font-size: 8px;
}
    .contract-mark:hover[b-h47lh5dlug] {
        background: #ffd81e;
        color: #fff;
        border-left: 4px solid ##fff1f1;
    }

.month-filter-div[b-h47lh5dlug] {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 8px 13px;
}

    .month-filter-div .mud-input-control[b-h47lh5dlug] {
        margin-top: 0px !important;
    }

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-h47lh5dlug] {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px;
}

.month-filter[b-h47lh5dlug] {
    width: 250px;
    font-size: 12px !important;
}

@media (max-width: 600px) {
    .calendar .day-number[b-h47lh5dlug] {
        padding: 25px 20px;
    }

    .calendar-container[b-h47lh5dlug] {
        max-width: 100%;
        padding: 0 10px;
    }

    .curr-month-text[b-h47lh5dlug] {
        font-size: 16px;
    }

    .date-change-btn[b-h47lh5dlug] {
        font-size: 12px;
    }

    .month-filter-div[b-h47lh5dlug] {
        margin-top: 20px;
    }
}
/* /Pages/Expense/ViewExpenseDialog.razor.rz.scp.css */

.main-div[b-2fmcjedr3t] {
    font-family: 'Poppins';
}

.header-div[b-2fmcjedr3t] {
    margin-top: -20px;
}

.title-text[b-2fmcjedr3t] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-2fmcjedr3t] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-2fmcjedr3t] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-2fmcjedr3t] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-2fmcjedr3t] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-2fmcjedr3t] {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/
.body-div[b-2fmcjedr3t] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-2fmcjedr3t] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

.desc-div h6[b-2fmcjedr3t] {
    font-weight: 400 !important;
    letter-spacing: .2px !important;
    font-size: 13px !important;
    color: #91989D !important;
    margin-bottom: 8px;
}

.desc-div span[b-2fmcjedr3t] {
    font-weight: 400 !important;
    letter-spacing: -.2px !important;
    font-size: 13px !important;
    color: #536B89 !important;
    text-transform: uppercase;
}

.desc-div .desc-input[b-2fmcjedr3t] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Pages/Login/Login.razor.rz.scp.css */
/*

.mm-img {
    border-radius: 50%;
    animation: glow-effect 3s infinite ease-in-out;
    filter: drop-shadow(0 0 0.60rem #333);
}

.hat-img {
    width: 130px;
    position: absolute;
    top: -72px;
    right: 2px;
    transform: rotate(15deg);
    filter: drop-shadow(0 0 0.40rem #333);
}

@keyframes glow-effect {
    0%, 100% {
        box-shadow: rgba(255, 165, 0, 0.3) 0px 7px 29px 0px;
    }

    50% {
        box-shadow: rgba(21, 19, 19, 0.7) 0px 7px 29px 0px;
    }
}

@media only screen and (max-width: 600px) {
    .logo-div {
        margin-top: 30px;
    }
}
*/
/* /Pages/Payment/PaymentV2/ViewCreamlinePayment.razor.rz.scp.css */

.main-div[b-6uu71os6xr] {
    font-family: 'Poppins';
}

.header-div[b-6uu71os6xr] {
    margin-top: -20px;
}

.title-text[b-6uu71os6xr] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-6uu71os6xr] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-6uu71os6xr] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-6uu71os6xr] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-6uu71os6xr] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-6uu71os6xr] {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/
.body-div[b-6uu71os6xr] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-6uu71os6xr] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

    .desc-div h6[b-6uu71os6xr] {
        font-weight: 400 !important;
        letter-spacing: .2px !important;
        font-size: 13px !important;
        color: #91989D !important;
        margin-bottom: 8px;
    }

    .desc-div span[b-6uu71os6xr] {
        font-weight: 400 !important;
        letter-spacing: -.2px !important;
        font-size: 13px !important;
        color: #536B89 !important;
        text-transform: uppercase;
    }

    .desc-div .desc-input[b-6uu71os6xr] {
        border-bottom: 1px solid #E1E5E9;
        color: #536B89;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 13px;
        margin-bottom: -18px;
    }
/* /Pages/Payment/ViewPayment.razor.rz.scp.css */

.main-div[b-g497k7559g] {
    font-family: 'Poppins';
}

.header-div[b-g497k7559g] {
    margin-top: -20px;
}

.title-text[b-g497k7559g] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-g497k7559g] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-g497k7559g] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-g497k7559g] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-g497k7559g] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-g497k7559g] {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/
.body-div[b-g497k7559g] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-g497k7559g] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

.desc-div h6[b-g497k7559g] {
    font-weight: 400 !important;
    letter-spacing: .2px !important;
    font-size: 13px !important;
    color: #91989D !important;
    margin-bottom: 8px;
}

.desc-div span[b-g497k7559g] {
    font-weight: 400 !important;
    letter-spacing: -.2px !important;
    font-size: 13px !important;
    color: #536B89 !important;
    text-transform: uppercase;
}

.desc-div .desc-input[b-g497k7559g] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Pages/Payment/ViewShippingDetails.razor.rz.scp.css */

.main-div[b-gepwu0rgzs] {
    font-family: 'Poppins';
}

.header-div[b-gepwu0rgzs] {
    margin-top: -20px;
}

.title-text[b-gepwu0rgzs] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-gepwu0rgzs] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-gepwu0rgzs] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-gepwu0rgzs] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-gepwu0rgzs] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-gepwu0rgzs] {
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/
.body-div[b-gepwu0rgzs] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-gepwu0rgzs] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

.desc-div h6[b-gepwu0rgzs] {
    font-weight: 400 !important;
    letter-spacing: .2px !important;
    font-size: 13px !important;
    color: #91989D !important;
    margin-bottom: 8px;
}

.desc-div span[b-gepwu0rgzs] {
    font-weight: 400 !important;
    letter-spacing: -.2px !important;
    font-size: 13px !important;
    color: #536B89 !important;
    text-transform: uppercase;
}

.desc-div .desc-input[b-gepwu0rgzs] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Pages/SalesDeposit/AddDepositDialog.razor.rz.scp.css */
/*BODY*/

.date-container[b-3qsr2cehx4] {
    padding: 0px 0px 16px 0px;
    border-radius: 8px;
    border: 1px solid #E1E5E9;
    margin-top: 15px;
}

.dates-div[b-3qsr2cehx4] {
    padding-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
}

.label-div[b-3qsr2cehx4] {
    margin-bottom: 12px;
    width: 100%;
    background: #3d4042;
    padding: 13px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.label-text[b-3qsr2cehx4] {
    font-family: 'Poppins';
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-top: 3px;
}

.label-div img[b-3qsr2cehx4] {
    width: 25px;
    margin-right: 10px;
}

.date-text[b-3qsr2cehx4] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
}

input[type="date"][b-3qsr2cehx4]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3)[b-3qsr2cehx4], .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)[b-3qsr2cehx4] {
    color: #82878E;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.add-date-btn[b-3qsr2cehx4] {
    font-family: 'Poppins';
    font-size: 13px;
    background: #FED424;
    color: #fff !important;
    transition: .3s ease;
    border: 1px solid #f3c70f;
}

.add-date-btn:hover[b-3qsr2cehx4] {
    background: #cca709;
}

.date-remove-btn[b-3qsr2cehx4] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ff6565;
}

.input-group[b-3qsr2cehx4]{
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 23px;
    padding-right: 23px;
}
/* /Pages/SalesDeposit/DepositCalendar.razor.rz.scp.css */
.calendar-container[b-u2vgbmv4s4] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

    .calendar-container h3[b-u2vgbmv4s4] {
        text-align: center;
        margin-bottom: 20px;
    }

.calendar-div[b-u2vgbmv4s4] {
    background: #fff;
    border-radius: 12px;
    padding-top: 35px;
    border: 1px solid #E1E5E9;
}

.calendar[b-u2vgbmv4s4] {
    overflow: auto;
}

.date-change-btn[b-u2vgbmv4s4] {
    background: #fff;
    background: #57677B;
    color: #fff;
    border-radius: 6px;
    width: 95px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    transition: .3s ease;
}

    .date-change-btn:hover[b-u2vgbmv4s4] {
        background: #000000;
    }

.arrow-ico[b-u2vgbmv4s4] {
    color: #7C8286;
    font-size: 15px;
}

.date-filter-btn[b-u2vgbmv4s4] {
    font-family: 'Poppins';
    background: #f8f9fa;
    color: #748190;
    border: 1px dashed #bfc4ca;
    font-size: 20px;
    border-radius: 6px;
    transition: .3s ease;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .date-filter-btn:hover[b-u2vgbmv4s4] {
        background: #4F5C71;
        color: #D7DEE8;
    }

.curr-month-text[b-u2vgbmv4s4] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    text-align: center;
    font-weight: 500;
}

.curr-year-text[b-u2vgbmv4s4] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    text-align: center;
    font-weight: 300;
}

.calendar .days[b-u2vgbmv4s4] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-u2vgbmv4s4] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-u2vgbmv4s4] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 37px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
}

.calendar .day-number.has-deposit[b-u2vgbmv4s4] {
    background-color: #d1ffeb;
    /*border: 1px solid #4fffb2;*/
    cursor: pointer;
    color: #007e47;
}

    .calendar .day-number.has-deposit:hover[b-u2vgbmv4s4] {
        background-color: #a6ffd9;
    }

.calendar .day-number:nth-of-type(7n + 7)[b-u2vgbmv4s4] {
    border-right: 0;
}

.calendar .day-number.other-month[b-u2vgbmv4s4] {
    color: rgba(#98a0a6, 0.6);
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}

.calendar .day-number:last-child[b-u2vgbmv4s4] {
    border-right: none;
}

.contract-mark[b-u2vgbmv4s4] {
    background: #fffdf4;
    font-size: 12px;
    font-weight: 400;
    color: #e9c000;
    margin-top: 13px;
    padding: 8px 8px 8px 10px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 5px solid #ffdc2b;
    border-top: 1px solid #ffdc2b;
    border-bottom: 1px solid #ffdc2b;
    border-right: 1px solid #ffdc2b;
    text-align: start;
}

    .contract-mark:hover[b-u2vgbmv4s4] {
        background: #ffd81e;
        color: #fff;
        border-left: 4px solid ##fff1f1;
    }

.month-filter-div[b-u2vgbmv4s4] {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 8px 13px;
}

    .month-filter-div .mud-input-control[b-u2vgbmv4s4] {
        margin-top: 0px !important;
    }

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-u2vgbmv4s4] {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px;
}

.month-filter[b-u2vgbmv4s4] {
    width: 250px;
    font-size: 12px !important;
}

@media (max-width: 600px) {
    .calendar .day-number[b-u2vgbmv4s4] {
        padding: 18px 13px;
    }

    .calendar-container[b-u2vgbmv4s4] {
        max-width: 100%;
        padding: 0 10px;
    }

    .curr-month-text[b-u2vgbmv4s4] {
        font-size: 16px;
    }

    .date-change-btn[b-u2vgbmv4s4] {
        font-size: 12px;
    }

    .month-filter-div[b-u2vgbmv4s4] {
        margin-top: 20px;
    }
}
/* /Pages/SalesDeposit/ViewDepositDetails.razor.rz.scp.css */

.main-div[b-8pksxtrbhq] {
    font-family: 'Poppins';
}

.header-div[b-8pksxtrbhq] {
    margin-top: -20px;
}

.title-text[b-8pksxtrbhq] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-8pksxtrbhq] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-8pksxtrbhq] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-8pksxtrbhq] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-8pksxtrbhq] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-8pksxtrbhq] {
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/

.date-container[b-8pksxtrbhq] {
    padding: 0px 0px 16px 0px;
    border-radius: 8px;
    border: 1px solid #E1E5E9;
}

.dates-div[b-8pksxtrbhq]{
    padding-top: 10px;
    padding-left: 17px;
    padding-right: 17px;
}

.label-div[b-8pksxtrbhq] {
    margin-bottom: 12px;
    width: 100%;
    background: #3d4042;
    padding: 13px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.label-text[b-8pksxtrbhq] {
    font-family: 'Poppins';
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-top: 3px;
}

.label-div img[b-8pksxtrbhq]{
    width: 25px;
    margin-right: 10px;
}

.date-text[b-8pksxtrbhq] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
}

.body-div[b-8pksxtrbhq] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-8pksxtrbhq] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

.desc-div h6[b-8pksxtrbhq] {
    font-weight: 400 !important;
    letter-spacing: .2px !important;
    font-size: 13px !important;
    color: #91989D !important;
    margin-bottom: 8px;
}

.desc-div span[b-8pksxtrbhq] {
    font-weight: 400 !important;
    letter-spacing: -.2px !important;
    font-size: 13px !important;
    color: #536B89 !important;
    text-transform: uppercase;
}

.desc-div .desc-input[b-8pksxtrbhq] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Pages/SalesReceipts/AllSalesReceipt.razor.rz.scp.css */
.total-card[b-o1w8cam5f0] {
    background: linear-gradient(90deg, rgb(255 209 0), rgb(255 221 66));
    padding: 20px;
    border-radius: 10px;
    max-width: 350px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.total-card h1[b-o1w8cam5f0]{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins';

}


.icon-php[b-o1w8cam5f0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    font-family: 'Poppins';
}

.icon-php p[b-o1w8cam5f0] {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 30px;
}

.completed-orders[b-o1w8cam5f0] {
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins';
    font-weight: 300;
}
/* /Pages/ShippingPayment/ViewPayment.razor.rz.scp.css */

.main-div[b-gbfu0wt9yn] {
    font-family: 'Poppins';
}

.header-div[b-gbfu0wt9yn] {
    margin-top: -20px;
}

.title-text[b-gbfu0wt9yn] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-gbfu0wt9yn] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-gbfu0wt9yn] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-gbfu0wt9yn] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-gbfu0wt9yn] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-gbfu0wt9yn] {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/
.body-div[b-gbfu0wt9yn] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-gbfu0wt9yn] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

.desc-div h6[b-gbfu0wt9yn] {
    font-weight: 400 !important;
    letter-spacing: .2px !important;
    font-size: 13px !important;
    color: #91989D !important;
    margin-bottom: 8px;
}

.desc-div span[b-gbfu0wt9yn] {
    font-weight: 400 !important;
    letter-spacing: -.2px !important;
    font-size: 13px !important;
    color: #536B89 !important;
    text-transform: uppercase;
}

.desc-div .desc-input[b-gbfu0wt9yn] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Utilities/SuccessPopUpDialog.razor.rz.scp.css */
.done-dialog[b-smp2zenoik] {
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.img-div[b-smp2zenoik] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

img[b-smp2zenoik] {
    width: 120px;
}

h5[b-smp2zenoik] {
    font-size: 17px;
    font-weight: 500;
    color: #0A1A28;
}

span[b-smp2zenoik] {
    font-size: 13px;
    font-weight: 400;
    color: #8a9499;
    letter-spacing: .5px;
}

.btn-div[b-smp2zenoik] {
    margin-top: 22px;
    text-align: center;
}

button[b-smp2zenoik] {
    border-radius: 8px;
    background: #43d297;
    color: #fff;
    width: 180px;
    height: 40px;
    font-size: 14px;
    transition: .3s ease;
}

button:hover[b-smp2zenoik] {
    background: #28986a;
}
