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

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

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

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

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

    }

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

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

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

.error-code[b-ts3ee38whf] {
    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-ts3ee38whf] {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 300;
}

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

.lock-icon[b-ts3ee38whf] {
    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-ts3ee38whf]::before {
        content: '🔒';
        font-size: 36px;
        color: white;
    }

.btn-home[b-ts3ee38whf] {
    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-ts3ee38whf] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

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

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


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

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

}

.login-btn[b-d9b1bebz3j] {
    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-tvxq1sma31] {
    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-tvxq1sma31] {
    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-tvxq1sma31 3s infinite ease-in-out;
}

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

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

.snowflake[b-tvxq1sma31] {
    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-tvxq1sma31, snowflakes-shake-b-tvxq1sma31;
    -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-tvxq1sma31] {
    left: 1%;
    -webkit-animation-delay: 0s,0s;
    animation-delay: 0s,0s
}

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

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

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

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

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

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

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

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

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

.fire-img[b-tvxq1sma31] {
    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-tvxq1sma31] {
    position: fixed;
    top: -5%;
    right: -1%;
    z-index: 99999;
    width: 350px;
    filter: drop-shadow(0 0 0.75rem #fff);
}

.bat-img[b-tvxq1sma31] {
    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-tvxq1sma31 {
    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-tvxq1sma31 {
    0% {
        bottom: -20%;
    }

    100% {
        bottom: 120%;
    }
}

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

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

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

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

    .spider-img-1[b-tvxq1sma31] {
        right: -10%;
        width: 250px;
    }
}
    
/* /Components/Badges/MinimalPillBadge.razor.rz.scp.css */
.pill-badge[b-czsl2cqa9a] {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    background: #f8fafc;
    border: 1px solid;
    border-radius: 50px;
    padding: 7px 20px;
    /* font-weight: 600; */
    font-size: 12px;
    transition: all 0.3s ease;
    cursor: default;
}

    .pill-badge:hover[b-czsl2cqa9a] {
        transform: scale(1.05);
    }

    .pill-badge.excellent[b-czsl2cqa9a] {
        border-color: #10b981;
        color: #065f46;
        background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    }

    .pill-badge.good[b-czsl2cqa9a] {
        border-color: #3b82f6;
        color: #1e40af;
        background: linear-gradient(135deg, #eff6ff, #dbeafe);
    }

    .pill-badge.warning[b-czsl2cqa9a] {
        border-color: #f59e0b;
        color: #92400e;
        background: linear-gradient(135deg, #fffbeb, #fef3c7);
    }

    .pill-badge.poor[b-czsl2cqa9a] {
        border-color: #ef4444;
        color: #991b1b;
        background: linear-gradient(135deg, #fef2f2, #fee2e2);
    }

    .pill-badge .badge-icon[b-czsl2cqa9a] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .pill-badge.excellent .badge-icon[b-czsl2cqa9a] {
        background: #10b981;
    }

    .pill-badge.good .badge-icon[b-czsl2cqa9a] {
        background: #3b82f6;
    }

    .pill-badge.warning .badge-icon[b-czsl2cqa9a] {
        background: #f59e0b;
    }

    .pill-badge.poor .badge-icon[b-czsl2cqa9a] {
        background: #ef4444;
    }

.demo-section[b-czsl2cqa9a] {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 1rem;
}

.demo-title[b-czsl2cqa9a] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #495057;
}
/* /Components/ButtonContainer/AddButton.razor.rz.scp.css */

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

button[b-em1e8da1ok] {
    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-em1e8da1ok]::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-em1e8da1ok]::before {
    width: 100%;
}
/* /Components/ButtonContainer/WHAddButton.razor.rz.scp.css */

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

button[b-ovrj5aya6y] {
    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-ovrj5aya6y]::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-ovrj5aya6y]::before {
    width: 100%;
}
/* /Components/CardContainer/CardCount.razor.rz.scp.css */
body[b-ssedt6yl2n] {
}

.card-container-parent[b-ssedt6yl2n] {
    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-ssedt6yl2n] {
        border: 1px solid #FDDE3F;
        background: #fffdf3;
    }

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

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

.card-container-parent i[b-ssedt6yl2n] {
    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-ssedt6yl2n] {
    background: #FDDE3F;
}

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

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

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

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

.stock-div[b-2gg2yglj5m] {
    /* 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-2gg2yglj5m 2s ease-in-out infinite;
    position: relative; /* Add position for top to work */
    text-align: center;
}

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

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

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

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

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

button[b-2gg2yglj5m] {
    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-2gg2yglj5m] {
        right: -10px;
        top: 10px;
    }
}
/* /Components/DashboardV2/Chart/StoreSalesChart.razor.rz.scp.css */
body[b-rxrltj306e] {
}

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

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

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

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

/*HEADER*/
.header-div[b-rxrltj306e] {
    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-rxrltj306e] {
    font-size: 16px !important;
    color: #42546A !important;
    margin-top: 2px;
}

.date-stat-text[b-rxrltj306e] {
    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-rxrltj306e] {
    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-rxrltj306e] {
    width: 100%;
    margin-top: -5px;
}

/*MENU*/
.menu-header-div[b-rxrltj306e] {
    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-rxrltj306e] {
    width: 100%;
    padding: 30px 35px 0px 35px;
    background: #fff;
    border-radius: 10px;
    overflow-y: hidden;
    border: 1px solid #f1f1f1;
}

.tbl-div[b-rxrltj306e] {
    height: 473px;
    overflow-y: auto;
    margin-bottom: 35px;
}

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

    /*.tbl-div{
        padding: 10px;
    }*/
    .heatmap-div[b-rxrltj306e] {
        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-rxrltj306e] {
        overflow-y: auto;
        height: 450px;
    }

    .heat-header-div[b-rxrltj306e] {
        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;
    }
}
/* /Components/DashboardV2/Chart/WarehouseSalesChart.razor.rz.scp.css */
body[b-zw6z8vtavb] {
}

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

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

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

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

/*HEADER*/
.header-div[b-zw6z8vtavb] {
    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-zw6z8vtavb] {
    font-size: 16px !important;
    color: #42546A !important;
    margin-top: 2px;
}

.date-stat-text[b-zw6z8vtavb] {
    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-zw6z8vtavb] {
    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-zw6z8vtavb] {
    width: 100%;
    margin-top: -5px;
}

/*MENU*/
.menu-header-div[b-zw6z8vtavb] {
    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-zw6z8vtavb] {
    width: 100%;
    padding: 30px 35px 0px 35px;
    background: #fff;
    border-radius: 10px;
    overflow-y: hidden;
    border: 1px solid #f1f1f1;
}

.tbl-div[b-zw6z8vtavb] {
    height: 473px;
    overflow-y: auto;
    margin-bottom: 35px;
}

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

    /*.tbl-div{
        padding: 10px;
    }*/
}
/* /Components/DashboardV2/GlobalCard.razor.rz.scp.css */
body[b-x1stvosj3a] {
}

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

.date-text[b-x1stvosj3a] {
    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-x1stvosj3a] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-x1stvosj3a] {
    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-x1stvosj3a] {
    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-x1stvosj3a] {
    background: #E7F7EE;
    color: #29BB68;
    border-radius: 50%;
    padding: 5px 7px;
    margin-top: 2px;
}

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

.fa-equals[b-x1stvosj3a]{

}

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

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

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

.dec-text[b-x1stvosj3a] {
    font-size: 14px;
    font-weight: 400;
    color: #FF4A31;
    margin-left: 8px;
   
}
/* /Components/DashboardV2/MFLocationFilter/LocationCard.razor.rz.scp.css */
.loc-div[b-cm48tjp2ui] {
    background-color: #fffdf2;
    border: 1px solid #ffef95;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 25px;
}

.loc-div img[b-cm48tjp2ui] {
    width: 60px;
}

.loc-div h6[b-cm48tjp2ui] {
    font-family: 'Poppins';
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #0A1A28 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

.loc-div button[b-cm48tjp2ui] {
    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;
}

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

.loc-div button:hover[b-cm48tjp2ui] {
    color: #e8e8e8;
}

.loc-div button:hover[b-cm48tjp2ui]::before {
    width: 100%;
}

/* /Components/DashboardV2/NormalCard.razor.rz.scp.css */
body[b-kcq9ncqbjh] {
}

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

.date-text[b-kcq9ncqbjh] {
    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-kcq9ncqbjh] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-kcq9ncqbjh] {
    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-kcq9ncqbjh] {
    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-d1xsftt5c5] {
}

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

.date-text[b-d1xsftt5c5] {
    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-d1xsftt5c5] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-d1xsftt5c5] {
    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-d1xsftt5c5] {
    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-d1xsftt5c5] {
    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-d1xsftt5c5]::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-d1xsftt5c5] {
    color: #e8e8e8;
}

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

/* /Components/Dropdowns/Components/NoNotificationFound.razor.rz.scp.css */
.no-found[b-8eumvi9v8h] {
    text-align: center;
    margin: 32px 0px 32px 0px;
}

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

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

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

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

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

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

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

.notification-container[b-8eumvi9v8h] {
    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-8eumvi9v8h 0.8s ease-out;
}

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

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

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

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

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

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

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

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

.subtitle[b-8eumvi9v8h] {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    opacity: 0.8;
}
/* /Components/Dropdowns/Components/NotificationBubble.razor.rz.scp.css */
.notification-container[b-odxdjc8hmb] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    width: 90%;
    pointer-events: none;
}

/* Base notification bubble - hidden by default */
.notification-bubble[b-odxdjc8hmb] {
    background: linear-gradient(135deg, #FFE066 0%, #FFD23F 30%, #FF8C42 70%, #FF6B35 100%);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transform: translateX(120%) scale(0.8);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 16px;
    pointer-events: auto;
}

    /* Show notification when targeted */
    .notification-bubble:target[b-odxdjc8hmb] {
        transform: translateX(0) scale(1);
        opacity: 1;
        animation: notificationShow-b-odxdjc8hmb 0.6s ease-out, autoDismiss-b-odxdjc8hmb 5s ease-in-out;
    }

@keyframes notificationShow-b-odxdjc8hmb {
    0% {
        transform: translateX(120%) scale(0.8);
        opacity: 0;
    }

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

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

@keyframes autoDismiss-b-odxdjc8hmb {
    0%, 80% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

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

/* Different notification types */
.notification-bubble.success[b-odxdjc8hmb] {
    background: linear-gradient(135deg, #C8E6C9 0%, #A5D6A7 30%, #81C784 70%, #66BB6A 100%);
    box-shadow: 0 20px 40px rgba(76, 175, 80, 0.3);
}

.notification-bubble.warning[b-odxdjc8hmb] {
    background: linear-gradient(135deg, #FFF3E0 0%, #FFCC02 30%, #FF9800 70%, #F57C00 100%);
    box-shadow: 0 20px 40px rgba(255, 152, 0, 0.3);
}

.notification-bubble.error[b-odxdjc8hmb] {
    background: linear-gradient(135deg, #FFEBEE 0%, #EF9A9A 30%, #E57373 70%, #EF5350 100%);
    box-shadow: 0 20px 40px rgba(239, 83, 80, 0.3);
}

/* Notification content */
.notification-header[b-odxdjc8hmb] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.notification-icon[b-odxdjc8hmb] {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    animation: bounce-b-odxdjc8hmb 2s ease-in-out infinite;
}

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

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

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

.mango-svg[b-odxdjc8hmb] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.notification-title[b-odxdjc8hmb] {
    font-size: 16px;
    font-weight: 700;
    color: #8B4513;
    margin: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.notification-time[b-odxdjc8hmb] {
    font-size: 12px;
    color: #A0522D;
    margin-left: auto;
    opacity: 0.8;
}

.notification-message[b-odxdjc8hmb] {
    color: #8B4513;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.notification-actions[b-odxdjc8hmb] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.action-btn[b-odxdjc8hmb] {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #8B4513;
    text-decoration: none;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    display: inline-block;
}

    .action-btn:hover[b-odxdjc8hmb] {
        background: rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
    }

    .action-btn.primary[b-odxdjc8hmb] {
        background: rgba(139, 69, 19, 0.2);
        color: #8B4513;
    }

        .action-btn.primary:hover[b-odxdjc8hmb] {
            background: rgba(139, 69, 19, 0.3);
        }

/* Close button */
.close-btn[b-odxdjc8hmb] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(139, 69, 19, 0.2);
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #8B4513;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .close-btn:hover[b-odxdjc8hmb] {
        background: rgba(139, 69, 19, 0.3);
        transform: scale(1.1);
    }

/* Shimmer effect */
.notification-bubble[b-odxdjc8hmb]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer-b-odxdjc8hmb 3s ease-in-out infinite;
}

@keyframes shimmer-b-odxdjc8hmb {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* Progress bar for auto-dismiss */
.progress-bar[b-odxdjc8hmb] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(139, 69, 19, 0.4);
    border-radius: 0 0 16px 16px;
    width: 0%;
    animation: progress-b-odxdjc8hmb 5s linear;
}

.notification-bubble:target .progress-bar[b-odxdjc8hmb] {
    animation: progress-b-odxdjc8hmb 15s linear;
}

@keyframes progress-b-odxdjc8hmb {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* Responsive design */
@media (max-width: 480px) {
    .notification-container[b-odxdjc8hmb] {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }

    .notification-bubble[b-odxdjc8hmb] {
        padding: 16px;
    }

    .notification-title[b-odxdjc8hmb] {
        font-size: 14px;
    }

    .notification-message[b-odxdjc8hmb] {
        font-size: 13px;
    }

    .demo-container[b-odxdjc8hmb] {
        padding: 20px;
    }

    .trigger-link[b-odxdjc8hmb] {
        font-size: 16px;
        padding: 14px 28px;
    }
}

/* Background decoration */
.bg-decoration[b-odxdjc8hmb] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-mango[b-odxdjc8hmb] {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0.1;
    animation: float-b-odxdjc8hmb 8s ease-in-out infinite;
}

    .floating-mango:nth-child(1)[b-odxdjc8hmb] {
        top: 10%;
        left: 10%;
        animation-delay: 0s;
    }

    .floating-mango:nth-child(2)[b-odxdjc8hmb] {
        top: 60%;
        right: 15%;
        animation-delay: 3s;
    }

    .floating-mango:nth-child(3)[b-odxdjc8hmb] {
        bottom: 20%;
        left: 20%;
        animation-delay: 6s;
    }

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

    50% {
        transform: translateY(-30px) rotate(10deg);
    }
}

/* Auto-show first notification on page load */
.notification-bubble.auto-show[b-odxdjc8hmb] {
    animation: autoShowOnLoad-b-odxdjc8hmb 1s ease-out 1s both, autoDismiss-b-odxdjc8hmb 14s ease-in-out 1s;
}

@keyframes autoShowOnLoad-b-odxdjc8hmb {
    0% {
        transform: translateX(120%) scale(0.8);
        opacity: 0;
    }

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

    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}
/* /Components/Dropdowns/NotificationDropdown.razor.rz.scp.css */
.notifications-container[b-vp1pdez5u0] {
    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-vp1pdez5u0]::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-vp1pdez5u0] {
    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-vp1pdez5u0] {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    margin: 0;
}

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

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

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

.nav-tab[b-vp1pdez5u0] {
    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-vp1pdez5u0] {
        color: #24292f;
        border-bottom-color: #fd8c73;
    }

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

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

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

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

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

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

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

.notification-item[b-vp1pdez5u0] {
    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-vp1pdez5u0] {
        background-color: #f6f8fa;
    }

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

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

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

/* Avatar */
.notification-avatar[b-vp1pdez5u0] {
    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-vp1pdez5u0] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.btn[b-vp1pdez5u0] {
    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-vp1pdez5u0] {
    background: #0969da;
    color: white;
    border-color: #0969da;
}

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

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

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

/* File attachment */
.file-attachment[b-vp1pdez5u0] {
    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-vp1pdez5u0] {
    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-vp1pdez5u0] {
    flex: 1;
    min-width: 0;
}

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .notifications-container[b-vp1pdez5u0] {
        top: 5px;
        right: 5px;
        left: 5px;
        border-radius: 8px;
    }
}
/* /Components/Toast/CustomToast.razor.rz.scp.css */
.toasts[b-5iesv57qsv] {
    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-5iesv57qsv] {
    border-left: 4px solid #28a745;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes bounceIn-b-5iesv57qsv {
    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-5iesv57qsv {
    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-5iesv57qsv] {
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.toast-header[b-5iesv57qsv] {
    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-5iesv57qsv] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

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

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

.toast-close[b-5iesv57qsv] {
    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-5iesv57qsv] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }

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

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

    .toast[b-5iesv57qsv] {
        min-width: auto;
        max-width: none;
    }
}
/* /Components/Toast/CustomToastContainer.razor.rz.scp.css */
.toast-container[b-lnfrj3dg11] {
    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-jpsl2vx0sk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bi[b-3wbztmv5sy] {
    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-3wbztmv5sy] {
    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-3wbztmv5sy] {
    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-3wbztmv5sy] {
    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-3wbztmv5sy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-3wbztmv5sy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3wbztmv5sy] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Announcement/AnnouncementRightSidebar.razor.rz.scp.css */
body[b-8hjwqd2h7q] {
}

.ann-sidebar[b-8hjwqd2h7q] {
}

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

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

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

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

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

.ann-yellow-chip[b-8hjwqd2h7q] {
    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-8hjwqd2h7q] {
    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-8hjwqd2h7q] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}

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

.ann-branch-name[b-8hjwqd2h7q] {
    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-8hjwqd2h7q] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}
/* /Pages/Branches/ViewBranchDetailsDialog.razor.rz.scp.css */
.user-cover-img-container[b-hnhs5qbjcx] {
    position: relative;
}

.user-cover-img[b-hnhs5qbjcx] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.overlay[b-hnhs5qbjcx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(216, 136, 0, 0.6);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

/*ONBOARD CHIP*/

.body-div[b-hnhs5qbjcx] {
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: -5px;
}

.onboard-def-chip[b-hnhs5qbjcx] {
    justify-content: center;
    color: #e0bf17;
    background: #fffced;
    border: 1px solid #e0bf17;
    width: 135px;
    font-size: 13px;
    border-radius: 25px;
    padding-top: 4px;
    padding-bottom: 2px;
    animation: colorDefTransition-b-hnhs5qbjcx 4s infinite; /* Apply the animation */
}

@keyframes colorDefTransition-b-hnhs5qbjcx {
    0% {
        background: #fffced;
        color: #e0bf17; /* Original text color */
    }

    50% {
        background: #eac718; /* Midway point, transition to the new background color */
        color: #fff; /* Change text color to white */
    }

    100% {
        background: #fffced;
        color: #e0bf17; /* Text color goes back to original */
    }
}

.onboard-chip[b-hnhs5qbjcx] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #66A60A; /* Default text color */
    background: #f8ffed; /* Initial background color */
    border: 1px solid #93BF52;
    width: 110px;
    font-size: 13px;
    border-radius: 25px;
    padding: 3px;
    animation: colorGreenTransition-b-hnhs5qbjcx 4s infinite; /* Apply the animation */
}

.onboard-chip i[b-hnhs5qbjcx] {
    margin-top: 4px;
    margin-right: 5px;
}

@keyframes colorGreenTransition-b-hnhs5qbjcx {
    0% {
        background: #f8ffed;
        color: #66A60A; /* Original text color */
    }

    50% {
        background: #84cd10; /* Midway point, transition to the new background color */
        color: #fff; /* Change text color to white */
    }

    100% {
        background: #f8ffed;
        color: #66A60A; /* Text color goes back to original */
    }
}

/*USER DETAILS*/
.user-details-div[b-hnhs5qbjcx]{
    margin-top: 20px;
}

.user-details-div span[b-hnhs5qbjcx] {
    color: #536B89 ;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.user-details-div h6[b-hnhs5qbjcx] {
    color: #304560;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: -.3px;
}

/*TOTALS SEPARATOR*/
.total-div[b-hnhs5qbjcx]{
    margin-top: 30px;
    margin-bottom: 30px;
}
.total-separator[b-hnhs5qbjcx] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0px 10px;
}

.total-separator i[b-hnhs5qbjcx] {
    font-size: 24px;
    color: #ffdc00;
}

.total-separator h6[b-hnhs5qbjcx] {
    font-size: 14px;
    color: #304560;
    letter-spacing: -.3px;
    word-wrap: break-word;
}

.total-separator span[b-hnhs5qbjcx] {
    color: #536B89;
    font-weight: 300;
    font-size: 13px;
}

/*DESC*/
.user-desc-div[b-hnhs5qbjcx] {
    border: 1px solid #E7ECF2;
    border-radius: 10px;
    padding: 23px 20px 10px 20px;
    text-align: start;
}

.desc-div[b-hnhs5qbjcx] {
    gap: 3px;
    border-bottom: 1px solid #E7ECF2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

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

.desc-div h6[b-hnhs5qbjcx] {
    font-size: 13px;
    color: #304560;
    letter-spacing: -.3px;
    word-wrap: break-word;
    text-transform: uppercase;
}
/* /Pages/BranchMenuPricing/ChangeBranchPriceDialog.razor.rz.scp.css */
.menu-container[b-1bru84e1hu] {
    background: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.header-section[b-1bru84e1hu] {
    background: linear-gradient(135deg, #8b7213, #ffc52a);
    height: 350px;
    position: relative;
    overflow: hidden;
}

    .header-section svg[b-1bru84e1hu] {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

.mm-background[b-1bru84e1hu] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/images/other_imgs/cover.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.4;
}



.main-title[b-1bru84e1hu] {
    font-family: "Permanent Marker", cursive;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 300px;
    color: white;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.mm-cup[b-1bru84e1hu] {
    position: absolute;
    bottom: 109px;
    right: 80px;
    width: 120px;
    z-index: 1;
    height: 160px;
    animation: steam-b-1bru84e1hu 2s infinite ease-in-out;
}





@keyframes steam-b-1bru84e1hu {
    0%, 100% {
        transform: rotate(19deg) translateY(0);
    }

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

.logo[b-1bru84e1hu] {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 10px;
    text-align: center;
}

.logo-icon[b-1bru84e1hu] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
}

    .logo-icon[b-1bru84e1hu]::after {
        content: '☕';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        color: #8b4513;
    }

.menu-section[b-1bru84e1hu] {
    padding: 30px 35px;
    height: calc(100% - 280px);
    background: white;
    position: relative;
}

.menu-title[b-1bru84e1hu] {
    font-size: 24px;
    color: #654321;
    font-weight: bold;
    margin-bottom: 25px;
    font-style: italic;
}

.menu-grid[b-1bru84e1hu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
}

.menu-item[b-1bru84e1hu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dotted #d4b896;
    position: relative;
}

.item-number[b-1bru84e1hu] {
    background: #8b4513;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    margin-right: 8px;
    flex-shrink: 0;
}

.item-info[b-1bru84e1hu] {
    flex: 1;
}

.item-name[b-1bru84e1hu] {
    font-size: 12px;
    color: #654321;
    font-weight: bold;
    margin-bottom: 2px;
}

.item-desc[b-1bru84e1hu] {
    font-size: 9px;
    color: #8b6f47;
    line-height: 1.2;
}

.item-price[b-1bru84e1hu] {
    font-size: 16px;
    font-weight: bold;
    color: #654321;
    margin-left: 8px;
}

.currency[b-1bru84e1hu] {
    font-size: 12px;
    vertical-align: top;
}


@media (max-width: 600px) {
    .menu-container[b-1bru84e1hu] {
        width: 90%;
        max-width: 450px;
        height: auto;
        min-height: 700px;
    }

    .main-title[b-1bru84e1hu] {
        font-size: 28px;
    }

    .menu-grid[b-1bru84e1hu] {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
/* /Pages/BranchMenuPricing/ChangeRegionPriceDialog.razor.rz.scp.css */


.locality-card[b-zj6lwheuxh] {
    overflow: hidden;
    padding: 20px;
}

    .locality-card[b-zj6lwheuxh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: left 0.6s;
    }



    .locality-card:hover[b-zj6lwheuxh]::before {
        left: 100%;
    }

  

.location-icon-card[b-zj6lwheuxh] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    animation: float-b-zj6lwheuxh 3s ease-in-out infinite;
}

    .location-icon-card[b-zj6lwheuxh]::before {
        content: '📍';
        font-size: 28px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }

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

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

.locality-header[b-zj6lwheuxh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.locality-info h3[b-zj6lwheuxh] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.locality-info p[b-zj6lwheuxh] {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.price-badge[b-zj6lwheuxh] {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
    position: relative;
    transition: all 0.3s ease;
}

    .price-badge:hover[b-zj6lwheuxh] {
        transform: scale(1.1);
        box-shadow: 0 12px 35px rgba(76, 175, 80, 0.4);
    }

    .price-badge[b-zj6lwheuxh]::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(45deg, #4CAF50, #45a049, #66BB6A);
        border-radius: 50px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .price-badge:hover[b-zj6lwheuxh]::before {
        opacity: 1;
    }



.action-button[b-zj6lwheuxh] {
    width: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

    .action-button[b-zj6lwheuxh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .action-button:hover[b-zj6lwheuxh]::before {
        left: 100%;
    }

    .action-button:hover[b-zj6lwheuxh] {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    }

    .action-button:active[b-zj6lwheuxh] {
        transform: translateY(0);
    }

/* Different card themes */
.upper_luzon .location-icon[b-zj6lwheuxh] {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.luzon .location-icon[b-zj6lwheuxh] {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.mindanao .location-icon[b-zj6lwheuxh] {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.visayas .price-badge[b-zj6lwheuxh] {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.3);
}

.card-theme-3 .price-badge[b-zj6lwheuxh] {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    box-shadow: 0 8px 25px rgba(155, 89, 182, 0.3);
}

@media (max-width: 768px) {
    .container[b-zj6lwheuxh] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .locality-card[b-zj6lwheuxh] {
        padding: 25px 20px;
    }

    .locality-header[b-zj6lwheuxh] {
        flex-direction: column;
        gap: 15px;
    }
}


.branches[b-zj6lwheuxh]{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* /Pages/BranchMenuPricing/Components/ExcludeBranchSkeleton.razor.rz.scp.css */
.skeleton-container[b-e5tugm55e2] {
    background-color: white;
    border-radius: 8px;
    padding: 20px 0px;

}

.skeleton-item[b-e5tugm55e2] {
    margin-bottom: 30px;
}

.skeleton-line[b-e5tugm55e2] {
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .skeleton-line[b-e5tugm55e2]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
        animation: shimmer-b-e5tugm55e2 1.5s infinite;
    }

    .skeleton-line.large[b-e5tugm55e2] {
        width: 100%;
        height: 24px;
    }

    .skeleton-line.medium[b-e5tugm55e2] {
        width: 50%;
        height: 18px;
    }

    .skeleton-line.small[b-e5tugm55e2] {
        width: 40%;
        height: 16px;
    }

    .skeleton-line.extra-small[b-e5tugm55e2] {
        width: 30%;
        height: 14px;
        margin-top: 15px;
    }

@keyframes shimmer-b-e5tugm55e2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
/* /Pages/BranchMenuPricing/PhilippineMap.razor.rz.scp.css */
.map-container[b-2ffpkum4c9] {
    display: flex;
    justify-content: center;
    margin: 30px 0px 0px 0px;
}

.location-icon[b-2ffpkum4c9] {
    width: 50px;
    height: 50px;
}

.location[b-2ffpkum4c9] {
    position: absolute;
    display: flex;
    gap: 10px;
    z-index: 100;
}

.location p[b-2ffpkum4c9] {
    margin: 0 !important;
}


/*ICON PIN POINT*/
.location.luzon[b-2ffpkum4c9] {
    transform: translate(265%, 215%);
}

    .location.upper_luzon[b-2ffpkum4c9] {
        transform: translate(303%, -10%);
    }

    .location.visayas[b-2ffpkum4c9] {
        transform: translate(508%, 565%);
    }

    .location.mindanao[b-2ffpkum4c9] {
        transform: translate(18.5rem, 25rem);
    }

/*LOCATION COLORS*/
.location.upper_luzon .map-pin[b-2ffpkum4c9] {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.3);
}

.location.luzon .map-pin[b-2ffpkum4c9] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

    .location.visayas .map-pin[b-2ffpkum4c9] {
        background: linear-gradient(135deg, #5bff81, #5289ee);
        box-shadow: 0 8px 25px rgb(156 255 107 / 30%);
    }

    .location.mindanao .map-pin[b-2ffpkum4c9] {
        background: linear-gradient(135deg, #9b59b6, #8e44ad);
        box-shadow: 0 8px 25px rgba(155, 89, 182, 0.3);
    }


.map-pin[b-2ffpkum4c9] {
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce-b-2ffpkum4c9 2s infinite;
    cursor: pointer;
}
    .map-pin.disable[b-2ffpkum4c9]{
        cursor: not-allowed;
    }

    .map-pin[b-2ffpkum4c9]::before {
        content: '';
        width: 25px;
        height: 25px;
        background: white;
        border-radius: 50%;
        transform: rotate(45deg);
    }


.ph-map[b-2ffpkum4c9] {
    width: 400px;
    padding: 25px
}

@keyframes bounce-b-2ffpkum4c9 {
    0%, 20%, 50%, 80%, 100% {
        transform: rotate(-45deg) translateY(0);
    }

    40% {
        transform: rotate(-45deg) translateY(-5px);
    }

    60% {
        transform: rotate(-45deg) translateY(-3px);
    }
}





.locality-mini-badge[b-2ffpkum4c9] {
    position: absolute;
    left: 67px;
    top: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2c3e50;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}

    .locality-mini-badge.hide[b-2ffpkum4c9] {
        display: none;
    }

    .locality-mini-badge:hover[b-2ffpkum4c9] {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .locality-mini-badge[b-2ffpkum4c9]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: left 0.5s;
    }

    .locality-mini-badge:hover[b-2ffpkum4c9]::before {
        left: 100%;
    }

.mini-icon[b-2ffpkum4c9] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    font-weight: bold;
}

.price-text[b-2ffpkum4c9] {
    color: #4CAF50;
    font-weight: 700;
}

/* Icon color themes */
.theme-luzon .mini-icon[b-2ffpkum4c9] {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.theme-visayas .mini-icon[b-2ffpkum4c9] {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.theme-mindanao .mini-icon[b-2ffpkum4c9] {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}
/* /Pages/BranchMenuPricing/ViewMenuPricePerBranchDialog.razor.rz.scp.css */
.menu-container[b-3739dscgf1] {
    gap: 20px;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pos-card[b-3739dscgf1] {
    background: white;
    border-radius: 15px;
    padding: 20px;
    width: 400px;
    height: 200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .pos-card:hover[b-3739dscgf1] {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .pos-card[b-3739dscgf1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #ff6b6b, #ffa726, #66bb6a);
    }

.product-image[b-3739dscgf1] {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    position: relative;
}



.product-info[b-3739dscgf1] {
    font-family: 'Poppins';
}

.product-name[b-3739dscgf1] {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.price-container[b-3739dscgf1] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.original-price[b-3739dscgf1] {
    font-size: 20px;
    color: #95a5a6;
    text-decoration: line-through;
    font-weight: 500;
}

.current-price[b-3739dscgf1] {
    font-size: 28px;
    color: #e67e22;
    font-weight: bold;
}

.currency[b-3739dscgf1] {
    font-size: 24px;
}


.discount-badge[b-3739dscgf1] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .pos-card[b-3739dscgf1] {
        width: 100%;
        max-width: 380px;
        height: auto;
        min-height: 180px;
        padding: 20px;
    }

    .product-image[b-3739dscgf1] {
        width: 100px;
        height: 100px;
    }

    .fruit[b-3739dscgf1] {
        width: 80px;
        height: 80px;
    }

    .product-name[b-3739dscgf1] {
        font-size: 20px;
    }

    .current-price[b-3739dscgf1] {
        font-size: 24px;
    }

    .original-price[b-3739dscgf1] {
        font-size: 18px;
    }
}
/* /Pages/CLientExpense/ViewClientExpenseDialog.razor.rz.scp.css */

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

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

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

.amount-text[b-uwyxtg1erf] {
    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-uwyxtg1erf] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

.amount-text[b-q65tvcw6bn] {
    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-q65tvcw6bn] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

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

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

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

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

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

    .desc-div .desc-input[b-q65tvcw6bn] {
        border-bottom: 1px solid #E1E5E9;
        color: #536B89;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 13px;
        margin-bottom: -18px;
    }
/* /Pages/Dashboard/MMChart/BSMenuChart.razor.rz.scp.css */
body[b-4kc5ylxes6] {
}

.chart-container[b-4kc5ylxes6] {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 35px 30px 30px 30px;
    width: 100%;
}

.loading-div[b-4kc5ylxes6] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.loading-div span[b-4kc5ylxes6] {
    margin-left: 15px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
/* /Pages/Dashboard/MMChart/BSProdChart.razor.rz.scp.css */
body[b-ewdc1uuy0e] {
}

.chart-container[b-ewdc1uuy0e] {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 35px 30px 30px 30px;
    width: 100%;
}

.loading-div[b-ewdc1uuy0e] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.loading-div span[b-ewdc1uuy0e] {
    margin-left: 15px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
/* /Pages/Dashboard/MMChart/FranchiseRegionCharts.razor.rz.scp.css */
body[b-x61tbcoctx] {
}

.chart-container[b-x61tbcoctx] {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 35px 30px 30px 30px;
    width: 100%;
}

.loading-div[b-x61tbcoctx]{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.loading-div span[b-x61tbcoctx]{
    margin-left: 15px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
/* /Pages/Dashboard/MMChart/SalesCharts.razor.rz.scp.css */
body[b-ml1b2ljfbt] {
}

.chart-container[b-ml1b2ljfbt] {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 35px 30px 30px 30px;
    width: 100%;
}

.loading-div[b-ml1b2ljfbt]{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.loading-div span[b-ml1b2ljfbt]{
    margin-left: 15px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
/* /Pages/Dashboard/MMChart/WarehouseSalesCharts.razor.rz.scp.css */
body[b-2ddsoxtk7o] {
}

.chart-container[b-2ddsoxtk7o] {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 35px 30px 30px 30px;
    width: 100%;
}

.loading-div[b-2ddsoxtk7o]{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.loading-div span[b-2ddsoxtk7o]{
    margin-left: 15px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
/* /Pages/Dashboard/MMChartV2/MOPCards.razor.rz.scp.css */

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

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

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

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

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

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

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



/* /Pages/Dashboard/MMChartV2/POCards.razor.rz.scp.css */

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

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

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

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

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

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

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



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

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

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

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

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

/*HEADER*/
.header-div[b-ldcmdz7ov0] {
    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-ldcmdz7ov0] {
    font-size: 16px !important;
    color: #42546A !important;
    margin-top: 2px;
}

.date-stat-text[b-ldcmdz7ov0] {
    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-ldcmdz7ov0] {
    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-ldcmdz7ov0] {
    width: 100%;
    margin-top: -5px;
}

/*MENU*/
.menu-header-div[b-ldcmdz7ov0] {
    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-ldcmdz7ov0] {
    width: 100%;
    padding: 30px 35px 0px 35px;
    background: #fff;
    border-radius: 10px;
    overflow-y: hidden;
    border: 1px solid #f1f1f1;
}

.tbl-div[b-ldcmdz7ov0] {
    height: 473px;
    overflow-y: auto;
    margin-bottom: 35px;
}

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

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

.heatmap-div[b-o2wsgj361o] {
    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-o2wsgj361o] {
    overflow-y: auto;
    height: 450px;
}

.heat-header-div[b-o2wsgj361o] {
    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-o2wsgj361o] {
    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-o2wsgj361o] {
        overflow-x: auto; 
    }
    .chart-div[b-o2wsgj361o] {
        width: 1000px;
    }
}
/* /Pages/Dashboard/MMChartV2/WHSalesChart.razor.rz.scp.css */
body[b-kog2fs1kw0] {
}

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

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

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

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

/*HEADER*/
.header-div[b-kog2fs1kw0] {
    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-kog2fs1kw0] {
    font-size: 16px !important;
    color: #42546A !important;
    margin-top: 2px;
}

.date-stat-text[b-kog2fs1kw0] {
    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-kog2fs1kw0] {
    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-kog2fs1kw0] {
    width: 100%;
    margin-top: -5px;
}

/*MENU*/
.menu-header-div[b-kog2fs1kw0] {
    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-kog2fs1kw0] {
    width: 100%;
    padding: 30px 35px 0px 35px;
    background: #fff;
    border-radius: 10px;
    overflow-y: hidden;
    border: 1px solid #f1f1f1;
}

.tbl-div[b-kog2fs1kw0] {
    height: 473px;
    overflow-y: auto;
    margin-bottom: 35px;
}

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

    /*.tbl-div{
        padding: 10px;
    }*/
}
/* /Pages/Employee/EmployeeProfile.razor.rz.scp.css */
.box-1[b-dgm4d29y7d] {
    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-dgm4d29y7d] {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
    }

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

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

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

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

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

.day-year[b-c8g6m9kshr] {
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 0;
}
/* /Pages/Employee/Infos/EmployeePanel.razor.rz.scp.css */
.personal-details-container[b-qsoduwwwb8] {
    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-qsoduwwwb8] {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider[b-xld3xf0m9a] {
    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-xld3xf0m9a] {
    margin-top: 28px;
    color: #536B89 !important;
    font-weight: 600;
}
/* /Pages/Employee/Infos/ShiftScheduleCalendar.razor.rz.scp.css */
.calendar-div .legend[b-4zpf0xkk2y] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.calendar .day-name[b-4zpf0xkk2y] {
    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-4zpf0xkk2y] {
    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-4zpf0xkk2y] {
    position: sticky;
    top: 0;
}

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

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

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

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

.calendar .day-number.other-month[b-4zpf0xkk2y] {
    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-4zpf0xkk2y] {
    border-right: none;
}

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

.contract-mark[b-4zpf0xkk2y] {
    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-4zpf0xkk2y] {
        background: #4786FF;
        color: #fff;
        border-left: 4px solid #005bff;
    }


/* /Pages/Employee/Shifts/EmployeeShiftCalendarView.razor.rz.scp.css */
.calendar-container[b-z40rbn1b1x] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

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

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

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

.date-change-btn[b-z40rbn1b1x] {
    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-z40rbn1b1x] {
        background: #000000;
    }

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

.date-filter-btn[b-z40rbn1b1x] {
    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-z40rbn1b1x] {
        background: #4F5C71;
        color: #D7DEE8;
    }

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

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

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

.calendar .day-name[b-z40rbn1b1x] {
    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-z40rbn1b1x] {
    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-z40rbn1b1x] {
        background: #fffcf3;
    }

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

    .calendar .day-number.other-month[b-z40rbn1b1x] {
        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-z40rbn1b1x] {
        border-right: none;
    }

.contract-mark[b-z40rbn1b1x] {
    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-z40rbn1b1x] {
        font-size: 8px;
    }

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

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

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

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

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

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

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

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

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

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



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

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

.calendar .day-number.other-month[b-z40rbn1b1x] {
    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-z40rbn1b1x] {
    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-x5f6c8gjv1] {
    text-align: center;
    margin: 20px 0px 20px 0px;
    border: 1px dashed #e1e5e8;
    border-radius: 10px;
}

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


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

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

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

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

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

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

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

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

.date-change-btn[b-svmwz75ifx] {
    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-svmwz75ifx] {
        background: #000000;
    }

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

.date-filter-btn[b-svmwz75ifx] {
    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-svmwz75ifx] {
        background: #4F5C71;
        color: #D7DEE8;
    }

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

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

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

.calendar .day-name[b-svmwz75ifx] {
    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-svmwz75ifx] {
    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-svmwz75ifx] {
        background: #fffcf3;
        cursor: pointer;
    }

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

    .calendar .day-number.other-month[b-svmwz75ifx] {
        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-svmwz75ifx] {
        border-right: none;
    }

.contract-mark[b-svmwz75ifx] {
    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-svmwz75ifx] {
        font-size: 8px;
    }

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

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

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

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

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

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

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

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

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

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

/* /Pages/EventBooking/Bookings/BookingCalendar.razor.rz.scp.css */
.calendar-container[b-5ybs63xjd4] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

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

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

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

.date-change-btn[b-5ybs63xjd4] {
    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-5ybs63xjd4] {
        background: #000000;
    }

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

.date-filter-btn[b-5ybs63xjd4] {
    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-5ybs63xjd4] {
        background: #4F5C71;
        color: #D7DEE8;
    }

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

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

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

.calendar .day-name[b-5ybs63xjd4] {
    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-5ybs63xjd4] {
    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:nth-of-type(7n + 7)[b-5ybs63xjd4] {
    border-right: 0;
}

.calendar .day-number.other-month[b-5ybs63xjd4] {
    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-5ybs63xjd4] {
    border-right: none;
}

.contract-mark[b-5ybs63xjd4] {
    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-5ybs63xjd4] {
    background: #ffd81e;
    color: #fff;
    border-left: 4px solid ##fff1f1;
}

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

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

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

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

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

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

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

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

    .month-filter-div[b-5ybs63xjd4] {
        margin-top: 20px;
    }
}
/* /Pages/EventBooking/Bookings/ViewBookingDialog.razor.rz.scp.css */
.main-container[b-rnez3subzs] {
    font-family: 'Poppins';
    margin-top: -15px;
    padding-bottom: 10px;
}

.content[b-rnez3subzs] {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 1fr;
    align-items: start;
}

/*BOX-1*/

.box-1[b-rnez3subzs] {
    background: #fff;
    border: 1px solid #ddd;
}

.pack-selection[b-rnez3subzs] {
    display: flex;
    gap: 15px;
    border-top: 1px solid #ddd;
    padding: 30px 30px 25px 30px;
}

.box-1 .pack-img[b-rnez3subzs] {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.box-1 .pack-details[b-rnez3subzs] {
    text-align: start;
    padding-left: 10px;
    width: 100%;
}

.box-1 .pack-details h2[b-rnez3subzs] {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.box-1 .pack-details .details[b-rnez3subzs] {
    font-size: 13px;
    font-weight: 400;
    white-space: pre-wrap;
}

.box-1 .pack-sub-details[b-rnez3subzs] {
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.box-1 .pack-sub-details h2[b-rnez3subzs] {
    font-size: 16px;
    font-weight: 400;
}

.box-1 .pack-sub-details span[b-rnez3subzs] {
    font-size: 13px;
    font-weight: 300;
    color: #656a70;
}

.box-1 .pack-sub-details button[b-rnez3subzs] {
    background: #5AB2FF;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
}

.box-1 .pack-sub-details button:hover[b-rnez3subzs] {
    background: #357fbf;
}

.box-1 .pack-sub-details .view-pack[b-rnez3subzs] {
    font-size: 13px;
    text-decoration: none;
}


/*BOX-2*/
.box-2[b-rnez3subzs] {
    border: 1px solid #ddd;
}

.summary-cont[b-rnez3subzs] {
    padding: 30px 30px 25px 30px;
}

.line[b-rnez3subzs] {
    border: 1px solid #ffdb3c;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.box-2 .summary-cont h2[b-rnez3subzs] {
    font-size: 16px;
    font-weight: 400;
}

.box-2 .summary-cont .details[b-rnez3subzs] {
    font-size: 13px;
    font-weight: 400;
}

.box-2 .summary-cont .pack-cont[b-rnez3subzs] {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 25px;
}

.box-2 .summary-cont .pack-cont img[b-rnez3subzs] {
    width: 40px;
    height: 40px;
}

.box-2 .summary-cont .pack-cont h2[b-rnez3subzs] {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.box-2 .summary-cont .pack-cont span[b-rnez3subzs] {
    color: #656a70;
    margin-top: -4px;
}

.box-2 .summary-cont .total-cont[b-rnez3subzs] {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.box-2 .summary-cont .total-cont h2[b-rnez3subzs] {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.3px;
}

.box-2 .summary-cont .paid-btn[b-rnez3subzs] {
    background: #00ff8f;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
    width: 100%;
    margin-top: 20px;
}

.box-2 .summary-cont .paid:hover[b-rnez3subzs] {
    background: #00d779;
}

.box-2 .summary-cont .unpaid-btn[b-rnez3subzs] {
    background: #f5cb15;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
    width: 100%;
    margin-top: 20px;
}

.box-2 .summary-cont .rejected-btn[b-rnez3subzs] {
    background: #ff4d4d;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 960px) {
    .content[b-rnez3subzs] {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .main-header[b-rnez3subzs] {
        font-size: 15px!important;
    }
    .box-2 .summary-cont h2[b-rnez3subzs] {
        font-size: 15px;
    }
    .box-1 .pack-details h2[b-rnez3subzs] {
        font-size: 15px;
    }
    .box-1 .pack-sub-details h2[b-rnez3subzs] {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .pack-selection[b-rnez3subzs] {
        flex-direction: column;
        gap: 20px;
    }
}
/* /Pages/EventBooking/Bookings/ViewBookingPayment.razor.rz.scp.css */

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

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

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

.amount-text[b-upd6p8sckf] {
    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-upd6p8sckf] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

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

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

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

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

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

    .desc-div .desc-input[b-upd6p8sckf] {
        border-bottom: 1px solid #E1E5E9;
        color: #536B89;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 13px;
        margin-bottom: -18px;
    }
/* /Pages/EventBooking/Bookings/ViewCalendarBooking.razor.rz.scp.css */
.main-container[b-r7pluqp7yj] {
    font-family: 'Poppins';
    margin-top: -15px;
    padding-bottom: 10px;
}

.content[b-r7pluqp7yj] {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 1fr;
    align-items: start;
}

/*BOX-1*/

.box-1[b-r7pluqp7yj] {
    background: #fff;
    border: 1px solid #ddd;
}

.pack-selection[b-r7pluqp7yj] {
    display: flex;
    gap: 15px;
    border-top: 1px solid #ddd;
    padding: 30px 30px 25px 30px;
}

.box-1 .pack-img[b-r7pluqp7yj] {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.box-1 .pack-details[b-r7pluqp7yj] {
    text-align: start;
    padding-left: 10px;
    width: 100%;
}

.box-1 .pack-details h2[b-r7pluqp7yj] {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.box-1 .pack-details .details[b-r7pluqp7yj] {
    font-size: 13px;
    font-weight: 400;
    white-space: pre-wrap;
}

.box-1 .pack-sub-details[b-r7pluqp7yj] {
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.box-1 .pack-sub-details h2[b-r7pluqp7yj] {
    font-size: 16px;
    font-weight: 400;
}

.box-1 .pack-sub-details span[b-r7pluqp7yj] {
    font-size: 13px;
    font-weight: 300;
    color: #656a70;
}

.box-1 .pack-sub-details button[b-r7pluqp7yj] {
    background: #5AB2FF;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
}

.box-1 .pack-sub-details button:hover[b-r7pluqp7yj] {
    background: #357fbf;
}

.box-1 .pack-sub-details .view-pack[b-r7pluqp7yj] {
    font-size: 13px;
    text-decoration: none;
}


/*BOX-2*/
.box-2[b-r7pluqp7yj] {
    border: 1px solid #ddd;
}

.summary-cont[b-r7pluqp7yj] {
    padding: 30px 30px 25px 30px;
}

.line[b-r7pluqp7yj] {
    border: 1px solid #ffdb3c;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.box-2 .summary-cont h2[b-r7pluqp7yj] {
    font-size: 16px;
    font-weight: 400;
}

.box-2 .summary-cont .details[b-r7pluqp7yj] {
    font-size: 13px;
    font-weight: 400;
}

.box-2 .summary-cont .pack-cont[b-r7pluqp7yj] {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 25px;
}

.box-2 .summary-cont .pack-cont img[b-r7pluqp7yj] {
    width: 40px;
    height: 40px;
}

.box-2 .summary-cont .pack-cont h2[b-r7pluqp7yj] {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.box-2 .summary-cont .pack-cont span[b-r7pluqp7yj] {
    color: #656a70;
    margin-top: -4px;
}

.box-2 .summary-cont .total-cont[b-r7pluqp7yj] {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.box-2 .summary-cont .total-cont h2[b-r7pluqp7yj] {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.3px;
}

.box-2 .summary-cont .paid-btn[b-r7pluqp7yj] {
    background: #00ff8f;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
    width: 100%;
    margin-top: 20px;
}

.box-2 .summary-cont .paid:hover[b-r7pluqp7yj] {
    background: #00d779;
}

.box-2 .summary-cont .unpaid-btn[b-r7pluqp7yj] {
    background: #f5cb15;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
    width: 100%;
    margin-top: 20px;
}

.box-2 .summary-cont .rejected-btn[b-r7pluqp7yj] {
    background: #ff4d4d;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 13px;
    margin-right: 15px;
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 960px) {
    .content[b-r7pluqp7yj] {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .main-header[b-r7pluqp7yj] {
        font-size: 15px!important;
    }
    .box-2 .summary-cont h2[b-r7pluqp7yj] {
        font-size: 15px;
    }
    .box-1 .pack-details h2[b-r7pluqp7yj] {
        font-size: 15px;
    }
    .box-1 .pack-sub-details h2[b-r7pluqp7yj] {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .pack-selection[b-r7pluqp7yj] {
        flex-direction: column;
        gap: 20px;
    }
}
/* /Pages/Franchise/ViewApplicationDialog.razor.rz.scp.css */
.main-container[b-qmdihrog8c]{
    font-family: 'Poppins';
}

.details[b-qmdihrog8c] {
    text-align: start;
}

.details h1[b-qmdihrog8c] {
    font-size: 1.2rem;
}

.form-cont[b-qmdihrog8c] {
    border-top: 1px solid #E0EAF7;
    margin-top: 1.5rem;
    padding-top: 1rem;
}

.form-cont h1[b-qmdihrog8c] {
    font-size: 2.2rem;
    line-height: 1.2;
    color: #FCA402;
}

.form-cont h2[b-qmdihrog8c] {
    font-size: .9rem;
    color: #333;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.pdf-cont[b-qmdihrog8c]{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pdf-cont a[b-qmdihrog8c] {
    padding: 13px 15px;
    border: 1px solid #CCD1DA;
    border-radius: 8px;
    width: 100%;
    color: #ff4343;
    font-size: 13px;
}

.pdf-cont i[b-qmdihrog8c] {
    font-size: 20px;
    color: #ff4343;
}

.img-cont[b-qmdihrog8c] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.img-cont a[b-qmdihrog8c] {
    padding: 13px 15px;
    border: 1px solid #CCD1DA;
    border-radius: 8px;
    width: 100%;
    color: #4382ff;
    font-size: 13px;
}

.img-cont i[b-qmdihrog8c] {
    font-size: 20px;
    color: #4382ff;
}
/* /Pages/Franchise/ViewFranchisePayment.razor.rz.scp.css */

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

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

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

.amount-text[b-7wifvls1sv] {
    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-7wifvls1sv] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

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

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

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

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

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

    .desc-div .desc-input[b-7wifvls1sv] {
        border-bottom: 1px solid #E1E5E9;
        color: #536B89;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 13px;
        margin-bottom: -18px;
    }
/* /Pages/Franchise/ViewFranchiseTimeline.razor.rz.scp.css */
.main-container[b-uj9e7at16v]{
    font-family: 'Poppins';
}

.details[b-uj9e7at16v] {
    text-align: start;
    border-bottom: 1px solid #E0EAF7;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.details h1[b-uj9e7at16v] {
    font-size: 1.2rem;
}

/*TIMELINE*/
.timeline[b-uj9e7at16v] {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0px;
    margin-top: 4rem;
}

.timeline[b-uj9e7at16v]::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #bdbdbd;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.approve-btn[b-uj9e7at16v] {
    border: 1px solid #00e943;
    color: #00e943;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    margin-top: 20px;
    transition: .3s ease;
    font-size: 13px;
}

.approve-btn:hover[b-uj9e7at16v] {
    background: #00e943;
    color: #fff;
}

.view-payment-btn[b-uj9e7at16v] {
    border: 1px solid #4195ff;
    color: #4195ff;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    margin-top: 20px;
    transition: .3s ease;
    font-size: 13px;
}

.view-payment-btn:hover[b-uj9e7at16v] {
    background: #4195ff;
    color: #fff;
}

.timeline-item[b-uj9e7at16v] {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
}

.timeline-item:last-child[b-uj9e7at16v] {
    margin-bottom: 0;
}

.timeline-box[b-uj9e7at16v] {
    position: relative;
    width: calc(50% - 40px);
    border-radius: 6px;
    color: white;
}

/*.timeline-box::after {
    content: '';
    position: absolute;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}*/

/* Right-pointing arrow for left boxes */
/*.timeline-left::after {
    right: 5px;
    border-left: 10px solid;
    border-left-color: inherit;
}*/

/* Left-pointing arrow for right boxes */
/*.timeline-right::after {
    left: 5px;
    border-right: 10px solid;
    border-right-color: inherit;
}*/

/* Color-specific arrow colors */
/*.timeline-box.gray::after {
    border-left-color: #cbcbcb;
    border-right-color: #cbcbcb;
}

.timeline-box.green::after {
    border-left-color: #41ff7e;
    border-right-color: #41ff7e;
}*/

.timeline-left[b-uj9e7at16v] {
    left: 0;
}

.timeline-right[b-uj9e7at16v] {
    left: 50%;
    margin-left: 40px;
}

.timeline-content[b-uj9e7at16v] {
    position: relative;
    padding: 15px;
    text-align: center;
}

.timeline-content h2[b-uj9e7at16v] {
    font-size: 13px;
    margin-top: 0.5rem;
    word-wrap: break-word; /* Ensures words wrap properly */
    overflow-wrap: break-word; /* Alternative for better support */
    text-overflow: ellipsis; /* Adds '...' for very long words */
    max-width: 100%; /* Ensures it doesn't exceed parent width */
    white-space: normal; /* Allows text wrapping */
}

.timeline-circle[b-uj9e7at16v] {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-circle i[b-uj9e7at16v] {
    font-size: 1rem;
    color: #e7fff1;
}

.timeline-left .timeline-circle[b-uj9e7at16v] {
    right: -55px;
}

.timeline-right .timeline-circle[b-uj9e7at16v] {
    left: -55px;
}

.timeline-date[b-uj9e7at16v] {
    position: absolute;
    top: 28px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.date-set[b-uj9e7at16v] {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cbcbcb;
    text-transform: uppercase;
    text-align: center;
}

.timeline-left .timeline-date[b-uj9e7at16v] {
    right: -165px;
    text-align: left;
}

.timeline-right .timeline-date[b-uj9e7at16v] {
    left: -165px;
    text-align: right;
}

/* Colors */
.gray[b-uj9e7at16v] {
    background-color: #cbcbcb;
}

.green[b-uj9e7at16v] {
    background-color: #41ff7e;
}

/* /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/MasterExpense/ViewExpenseDialog.razor.rz.scp.css */

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

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

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

.amount-text[b-cg7hodwf8n] {
    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-cg7hodwf8n] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

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

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

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

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

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

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

.logo-div[b-45psg76q1s] {
    font-family: 'Poppins';
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-div img[b-45psg76q1s] {
    width: 80px;
    margin-right: 13px;
}

.logo-div h3[b-45psg76q1s] {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #292c32;
}

/*INVOICE TEXT*/
.invoice-text-div[b-45psg76q1s] {
    margin-top: 30px;
    font-family: 'Poppins';
}

.invoice-text-div h3[b-45psg76q1s] {
    font-size: 25px;
    font-weight: 500;
    color: #292c32;
    margin-bottom: 10px;
}

.invoice-text-div span[b-45psg76q1s] {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #292c32;
    text-transform: uppercase;
}

/*BILLING*/
.billing-div[b-45psg76q1s] {
    font-family: 'Poppins';
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.billing-div h3[b-45psg76q1s] {
    font-size: 13px;
    font-weight: 600;
    color: #292c32;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.billing-div span[b-45psg76q1s] {
    font-size: 13px;
    font-weight: 300;
    color: #292c32;
    text-transform: uppercase;
}

/*BODY*/
.body-div[b-45psg76q1s] {
    font-family: 'Poppins';
    margin-top: 30px;
    margin-bottom: 20px;
}

.order-table[b-45psg76q1s] {
    border-collapse: collapse;
    width: 100%;
}

.order-table th[b-45psg76q1s] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #292c32;
}

.order-table td[b-45psg76q1s] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: 13px;
    font-weight: 300;
    color: #292c32;
    text-transform: uppercase;
}

.total-div[b-45psg76q1s] {
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
    margin-top: 25px;
}

.total-div h3[b-45psg76q1s] {
    font-size: 13px;
    font-weight: 400;
    color: #292c32;
    letter-spacing: .2px;
    margin-top: 7px;
}

.total-div span[b-45psg76q1s] {
    font-size: 13px;
    font-weight: 600;
    color: #292c32;
    letter-spacing: .2px;
}

.footer-text[b-45psg76q1s] {
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #292c32;
}

/* /Pages/MasterPayment/ViewPayment.razor.rz.scp.css */

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

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

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

.amount-text[b-rq3vj8zc2x] {
    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-rq3vj8zc2x] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

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

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

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

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

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

.desc-div .desc-input[b-rq3vj8zc2x] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Pages/MasterUser/components/UserAdminAccess.razor.rz.scp.css */
.title[b-pfql0dvaof] {
    font-size: 16px;
    font-weight: 500;
}

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

.access-list[b-pfql0dvaof] {
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    background-color: #fff; /* prevent overlap artifacts */
    padding: 16px;
    overflow: auto;
}

.access-selection[b-pfql0dvaof] {
    overflow-y: auto;
    height: fit-content;
    padding: 16px;
}

.access-group[b-pfql0dvaof] {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.parent-access[b-pfql0dvaof] {
    margin-bottom: 10px;
}

.children-container[b-pfql0dvaof] {
    margin-left: 20px;
    border-left: 1px solid #d0d0d0;
    padding-left: 15px;
}

.child-access[b-pfql0dvaof] {
    margin-bottom: 8px;
}

    .child-access .checkbox-label[b-pfql0dvaof] {
        font-weight: normal;
    }

.level-1[b-pfql0dvaof] {
    margin-left: 0;
}

.level-2[b-pfql0dvaof] {
    margin-left: 10px;
}

.level-3[b-pfql0dvaof] {
    margin-left: 20px;
}

.selected-permissions[b-pfql0dvaof] {
    width: 100%;
    position: sticky;
    top: 0;
}

    .selected-permissions h4[b-pfql0dvaof] {
        margin: 0 0 10px 0;
        color: #2c5f7c;
    }

.selected-tree[b-pfql0dvaof] {
    font-family: 'Poppins';
}

.selected-group[b-pfql0dvaof] {
    margin-bottom: 12px;
}

.selected-parent[b-pfql0dvaof] {
    font-weight: bold;
    color: #2c5f7c;
    margin-bottom: 6px;
}

    .selected-parent.unselected[b-pfql0dvaof] {
        color: #6c757d;
        font-style: italic;
    }

.selected-child[b-pfql0dvaof] {
    margin-left: 20px;
    font-size: 12px;
    color: #495057;
}

    .selected-child i[b-pfql0dvaof] {
        margin-right: 5px;
    }

    .selected-child.level-1[b-pfql0dvaof] {
        margin-left: 20px;
    }

    .selected-child.level-2[b-pfql0dvaof] {
        margin-left: 40px;
    }

    .selected-child.level-3[b-pfql0dvaof] {
        margin-left: 60px;
    }

    .selected-child.level-4[b-pfql0dvaof] {
        margin-left: 80px;
    }

.selected-standalone[b-pfql0dvaof] {
    margin-bottom: 4px;
    color: #28a745;
    font-weight: 500;
}

.selected-permissions li[b-pfql0dvaof] {
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #34495e;
}


/* Alternative simpler tree styling */
.tree-branch[b-pfql0dvaof] {
    position: relative;
    padding-left: 20px;
}

    .tree-branch[b-pfql0dvaof]::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #ccc;
    }

    .tree-branch[b-pfql0dvaof]::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 12px;
        width: 8px;
        height: 1px;
        background-color: #ccc;
    }

    .tree-branch:last-child[b-pfql0dvaof]::before {
        height: 12px;
    }

.tree-node[b-pfql0dvaof] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}
/* /Pages/MasterUser/components/UserSysAccess.razor.rz.scp.css */
.title[b-kirj0oiwa1] {
    font-size: 16px;
    font-weight: 500;
}

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

.access-list[b-kirj0oiwa1] {
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    background-color: #fff; /* prevent overlap artifacts */
    padding: 16px;
    overflow: auto;
}

.access-selection[b-kirj0oiwa1] {
    overflow-y: auto;
    height: fit-content;
    padding: 16px;
}

.access-group[b-kirj0oiwa1] {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.parent-access[b-kirj0oiwa1] {
    margin-bottom: 10px;
}

.children-container[b-kirj0oiwa1] {
    margin-left: 20px;
    border-left: 1px solid #d0d0d0;
    padding-left: 15px;
}

.child-access[b-kirj0oiwa1] {
    margin-bottom: 8px;
}

    .child-access .checkbox-label[b-kirj0oiwa1] {
        font-weight: normal;
    }

.level-1[b-kirj0oiwa1] {
    margin-left: 0;
}

.level-2[b-kirj0oiwa1] {
    margin-left: 10px;
}

.level-3[b-kirj0oiwa1] {
    margin-left: 20px;
}

.selected-permissions[b-kirj0oiwa1] {
    width: 100%;
    position: sticky;
    top: 0;
}

    .selected-permissions h4[b-kirj0oiwa1] {
        margin: 0 0 10px 0;
        color: #2c5f7c;
    }

.selected-tree[b-kirj0oiwa1] {
    font-family: 'Poppins';
}

.selected-group[b-kirj0oiwa1] {
    margin-bottom: 12px;
}

.selected-parent[b-kirj0oiwa1] {
    font-weight: bold;
    color: #2c5f7c;
    margin-bottom: 6px;
}

    .selected-parent.unselected[b-kirj0oiwa1] {
        color: #6c757d;
        font-style: italic;
    }

.selected-child[b-kirj0oiwa1] {
    margin-left: 20px;
    font-size: 12px;
    color: #495057;
}

    .selected-child i[b-kirj0oiwa1] {
        margin-right: 5px;
    }

    .selected-child.level-1[b-kirj0oiwa1] {
        margin-left: 20px;
    }

    .selected-child.level-2[b-kirj0oiwa1] {
        margin-left: 40px;
    }

    .selected-child.level-3[b-kirj0oiwa1] {
        margin-left: 60px;
    }

    .selected-child.level-4[b-kirj0oiwa1] {
        margin-left: 80px;
    }

.selected-standalone[b-kirj0oiwa1] {
    margin-bottom: 4px;
    color: #28a745;
    font-weight: 500;
}

.selected-permissions li[b-kirj0oiwa1] {
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #34495e;
}


/* Alternative simpler tree styling */
.tree-branch[b-kirj0oiwa1] {
    position: relative;
    padding-left: 20px;
}

    .tree-branch[b-kirj0oiwa1]::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #ccc;
    }

    .tree-branch[b-kirj0oiwa1]::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 12px;
        width: 8px;
        height: 1px;
        background-color: #ccc;
    }

    .tree-branch:last-child[b-kirj0oiwa1]::before {
        height: 12px;
    }

.tree-node[b-kirj0oiwa1] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}
/* /Pages/MasterUser/EditUserAccess.razor.rz.scp.css */

.access-list[b-r4b63bbtzr] {
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    background-color: #fff; /* prevent overlap artifacts */
    padding: 16px;
    overflow: auto;
}

.access-selection[b-r4b63bbtzr] {
    overflow-y: auto;
    height: fit-content;
    padding: 16px;
}

.access-group[b-r4b63bbtzr] {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.parent-access[b-r4b63bbtzr] {
    margin-bottom: 10px;
}

.children-container[b-r4b63bbtzr] {
    margin-left: 20px;
    border-left: 1px solid #d0d0d0;
    padding-left: 15px;
}

.child-access[b-r4b63bbtzr] {
    margin-bottom: 8px;
}

    .child-access .checkbox-label[b-r4b63bbtzr] {
        font-weight: normal;
    }

.level-1[b-r4b63bbtzr] {
    margin-left: 0;
}

.level-2[b-r4b63bbtzr] {
    margin-left: 10px;
}

.level-3[b-r4b63bbtzr] {
    margin-left: 20px;
}

.selected-permissions[b-r4b63bbtzr] {
    width: 100%;
    position: sticky;
    top: 0;
}

    .selected-permissions h4[b-r4b63bbtzr] {
        margin: 0 0 10px 0;
        color: #2c5f7c;
    }

.selected-tree[b-r4b63bbtzr] {
    font-family: 'Poppins';

}

.selected-group[b-r4b63bbtzr] {
    margin-bottom: 12px;
}

.selected-parent[b-r4b63bbtzr] {
    font-weight: bold;
    color: #2c5f7c;
    margin-bottom: 6px;
}

    .selected-parent.unselected[b-r4b63bbtzr] {
        color: #6c757d;
        font-style: italic;
    }

.selected-child[b-r4b63bbtzr] {
    margin-left: 20px;
    font-size: 12px;
    color: #495057;
}
    .selected-child i[b-r4b63bbtzr] {
        margin-right: 5px;
    }

    .selected-child.level-1[b-r4b63bbtzr] {
        margin-left: 20px;
    }

    .selected-child.level-2[b-r4b63bbtzr] {
        margin-left: 40px;
    }

    .selected-child.level-3[b-r4b63bbtzr] {
        margin-left: 60px;
    }

    .selected-child.level-4[b-r4b63bbtzr] {
        margin-left: 80px;
    }

.selected-standalone[b-r4b63bbtzr] {
    margin-bottom: 4px;
    color: #28a745;
    font-weight: 500;
}

.selected-permissions li[b-r4b63bbtzr] {
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #34495e;
}

/* /Pages/RenewalCalendar/ViewRenewalCalendar.razor.rz.scp.css */
.calendar-container[b-y09ek6lgj3] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

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

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

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

.date-change-btn[b-y09ek6lgj3] {
    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-y09ek6lgj3] {
    background: #000000;
}

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

.date-filter-btn[b-y09ek6lgj3] {
    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-y09ek6lgj3] {
    background: #4F5C71;
    color: #D7DEE8;
}

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

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

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

.calendar .day-name[b-y09ek6lgj3] {
    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-y09ek6lgj3] {
    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:nth-of-type(7n + 7)[b-y09ek6lgj3] {
    border-right: 0;
}

.calendar .day-number.other-month[b-y09ek6lgj3] {
    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-y09ek6lgj3] {
    border-right: none;
}

.contract-mark[b-y09ek6lgj3] {
    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-y09ek6lgj3] {
    background: #ffd81e;
    color: #fff;
    border-left: 4px solid ##fff1f1;
}

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

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

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

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

@media (max-width: 600px) {
    .calendar .day-number[b-y09ek6lgj3] {
        padding: 25px 20px;
    }
    .calendar-container[b-y09ek6lgj3] {
        max-width: 100%;
        padding: 0 10px;
    }

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

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

    .month-filter-div[b-y09ek6lgj3] {
        margin-top: 20px;
    }
}
/* /Pages/ShippingPayment/ViewShipPayment.razor.rz.scp.css */

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

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

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

.amount-text[b-t9miylptkf] {
    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-t9miylptkf] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

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

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

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

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

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

.desc-div .desc-input[b-t9miylptkf] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Pages/StoreOfflineRate/AllStoreOfflineRate.razor.rz.scp.css */
.badge-3[b-6yn75b6xkm] {
    position: relative;
    background: linear-gradient(135deg, #ffe9a0 0%, #ffb300 50%, #ffc634 100%);
    padding: 7px 11px;
    border-radius: 50px 50px 50px 10px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #ff6f00;
    animation: sliceWobble-b-e3p20tfxhx 4s ease-in-out infinite;
}

    .badge-3[b-6yn75b6xkm]::before {
        content: '';
        position: absolute;
        top: 20%;
        left: 15%;
        right: 15%;
        height: 2px;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 2px;
        transform: rotate(-15deg);
    }

    .badge-3[b-6yn75b6xkm]::after {
        content: '';
        position: absolute;
        top: 60%;
        left: 20%;
        right: 20%;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 1px;
        transform: rotate(-10deg);
    }

@keyframes sliceWobble-b-6yn75b6xkm {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
    }

    75% {
        transform: rotate(-1deg);
    }
}
/* /Pages/StoreOfflineRate/BranchSessionsDialog.razor.rz.scp.css */
.branch-container[b-htbx1wgg3w] {
    /*max-width: 1200px;*/
    margin: 0 auto;
    display: grid;
    padding: 0 !important;
    grid-template-columns: 450px 1fr;
    gap: 20px;
}

.profile-sidebar[b-htbx1wgg3w] {
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    /*height: fit-content;*/
}

.profile-header[b-htbx1wgg3w] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.user-cover-img-container[b-htbx1wgg3w] {
    position: relative;
}

.user-cover-img[b-htbx1wgg3w] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.overlay[b-htbx1wgg3w] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(216, 136, 0, 0.6);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}



.body-div[b-htbx1wgg3w] {
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: -5px;
}

.onboard-def-chip[b-htbx1wgg3w] {
    justify-content: center;
    color: #e0bf17;
    background: #fffced;
    border: 1px solid #e0bf17;
    width: 135px;
    font-size: 13px;
    border-radius: 25px;
    padding-top: 4px;
    padding-bottom: 2px;
    animation: colorDefTransition-b-htbx1wgg3w 4s infinite; /* Apply the animation */
}

@keyframes colorDefTransition-b-htbx1wgg3w {
    0% {
        background: #fffced;
        color: #e0bf17; /* Original text color */
    }

    50% {
        background: #eac718; /* Midway point, transition to the new background color */
        color: #fff; /* Change text color to white */
    }

    100% {
        background: #fffced;
        color: #e0bf17; /* Text color goes back to original */
    }
}

.onboard-chip[b-htbx1wgg3w] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #66A60A; /* Default text color */
    background: #f8ffed; /* Initial background color */
    border: 1px solid #93BF52;
    width: 110px;
    font-size: 13px;
    border-radius: 25px;
    padding: 3px;
    animation: colorGreenTransition-b-htbx1wgg3w 4s infinite; /* Apply the animation */
}

    .onboard-chip i[b-htbx1wgg3w] {
        margin-top: 4px;
        margin-right: 5px;
    }

@keyframes colorGreenTransition-b-htbx1wgg3w {
    0% {
        background: #f8ffed;
        color: #66A60A; /* Original text color */
    }

    50% {
        background: #84cd10; /* Midway point, transition to the new background color */
        color: #fff; /* Change text color to white */
    }

    100% {
        background: #f8ffed;
        color: #66A60A; /* Text color goes back to original */
    }
}

/*USER DETAILS*/
.user-details-div[b-htbx1wgg3w] {
    margin-top: 20px;
}

    .user-details-div span[b-htbx1wgg3w] {
        color: #536B89;
        font-weight: 300;
        font-size: 13px;
        text-transform: uppercase;
    }

    .user-details-div h6[b-htbx1wgg3w] {
        color: #304560;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: -.3px;
    }

/*TOTALS SEPARATOR*/
.total-div[b-htbx1wgg3w] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.total-separator[b-htbx1wgg3w] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0px 10px;
}

    .total-separator i[b-htbx1wgg3w] {
        font-size: 24px;
        color: #ffdc00;
    }

    .total-separator h6[b-htbx1wgg3w] {
        font-size: 14px;
        color: #304560;
        letter-spacing: -.3px;
        word-wrap: break-word;
    }

    .total-separator span[b-htbx1wgg3w] {
        color: #536B89;
        font-weight: 300;
        font-size: 13px;
    }

    .total-separator .tool-tip[b-htbx1wgg3w] {
        background: #404040;
        color: #fff;
        border-radius: 50%;
        font-size: 11px;
        padding: 0px 5px;
    }

/*DESC*/
.user-desc-div[b-htbx1wgg3w] {
    border: 1px solid #E7ECF2;
    border-radius: 10px;
    padding: 23px 20px 10px 20px;
    text-align: start;
}

.desc-div[b-htbx1wgg3w] {
    gap: 3px;
    border-bottom: 1px solid #E7ECF2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

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

    .desc-div h6[b-htbx1wgg3w] {
        font-size: 13px;
        color: #304560;
        letter-spacing: -.3px;
        word-wrap: break-word;
        text-transform: uppercase;
    }




.main-content[b-htbx1wgg3w] {
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 25px;
}

.content-header[b-htbx1wgg3w] {
    padding: 24px 0px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-title[b-htbx1wgg3w] {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
}

.job-table[b-htbx1wgg3w] {
    width: 100%;
    border-collapse: collapse;
}

    .job-table th[b-htbx1wgg3w] {
        background-color: #f2c041;
        padding: 16px;
        font-family: 'Poppins';
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .job-table td[b-htbx1wgg3w] {
        padding: 16px;
        border-bottom: 1px solid #e9ecef;
        font-size: 14px;
    }

    .job-table tr:last-child td[b-htbx1wgg3w] {
        border-bottom: none;
    }

    .job-table tr:hover[b-htbx1wgg3w] {
        background-color: #f8f9fa;
    }

.more-btn[b-htbx1wgg3w] {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px;
}


@media (max-width: 768px) {
    .container[b-htbx1wgg3w] {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .bottom-sections[b-htbx1wgg3w] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/WarehouseDelivery/ViewWarehouseDeliveryV2.razor.rz.scp.css */

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

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

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

.main-text[b-ce2ad7dxfb] {
    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-ce2ad7dxfb] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

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

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

/*IMG*/
.img-div[b-ce2ad7dxfb] {
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

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

.desc-input[b-ce2ad7dxfb] {
    border: 1px solid #E1E5E9;
    border-radius: 8px;
    padding: 10px;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    padding: 15px;
    margin-bottom: 5px;
}


/* /Utilities/SuccessPopUpDialog.razor.rz.scp.css */
.done-dialog[b-v0aw2okfkv] {
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
}

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

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

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

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

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

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

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