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

/* /Components/Cards/CardCount.razor.rz.scp.css */

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

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

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

.card-container-parent i[b-n7xp4lhl5s] {
    color: #fff;
    background: rgb(39,40,41);
    background: var(--hcp-raspberry-rgba);
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 45px;
    text-align: center;
}

.active-class[b-n7xp4lhl5s] {
    background-color: #fff; /* Light background for active */
    border: 1px solid #ffc900;
    box-shadow: 0 0 10px rgb(255 173 0 / 50%);
}

/*HOVER*/

.card-container-parent:hover[b-n7xp4lhl5s] {
    background: var(--hcp-raspberry-rgba);
}

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

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

    .card-container-parent:hover i[b-n7xp4lhl5s] {
        background: #fff;
        color: #626262;
    }
/*HOVER*/
/* /Components/Loading/Loading.razor.rz.scp.css */
/*.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1s linear infinite;
        border-bottom: 3px solid #EFEFFA;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 3px solid #EFEFFA;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 3px solid #EFEFFA;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
*/
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-zsdyfwblne] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-jrwua20ufp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-jrwua20ufp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AccountingV2/AccountingAccount/Deposit/ViewAccountDeposit.razor.rz.scp.css */
.pink-container[b-dup33iu8kz] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-dup33iu8kz] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.image-container[b-dup33iu8kz] {
    border: 1px solid #c6cad5;
    border-radius: 8px;
    padding: 16px;
}

.category-label[b-dup33iu8kz] {
    text-align: center;
    background: #ff9999;
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/AccountingAccount/Transfer/ViewAccountTransfer.razor.rz.scp.css */
.pink-container[b-ejo55v638x] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-ejo55v638x] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.image-container[b-ejo55v638x] {
    border: 1px solid #c6cad5;
    border-radius: 8px;
    padding: 16px;
}

.category-label[b-ejo55v638x] {
    text-align: center;
    background: #ff9999;
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/AccountingAsset/AssetLogs/ViewAssetLog.razor.rz.scp.css */
.pink-container[b-f0kcphxi2a] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-f0kcphxi2a] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.category-label[b-f0kcphxi2a] {
    text-align: center;
    background: #ff9999;
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/AccountingAsset/Assets/SingleAccountingAsset.razor.rz.scp.css */
.option-button[b-sdtohl2bi3] {
    border: 1px solid #d6d7d9;
    border-radius: 12px;
    padding: 6px;
    font-size: 13px;
    margin-bottom: 20px;
    background: #fbfbfb;
    color: gray;
    font-weight: 600;
}
    .option-button:hover[b-sdtohl2bi3] {
        background: #efeaea;
    }
/* /Pages/AccountingV2/AccountingEquity/EquityLog/ViewEquityLog.razor.rz.scp.css */
.pink-container[b-2uc1cwwewf] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-2uc1cwwewf] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.category-label[b-2uc1cwwewf] {
    text-align: center;
    background: #ff9999;
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/AccountsPayable/AccountsPayableLedger.razor.rz.scp.css */
.payable-tbl.mud-table[b-rg8ul1vach] {
    margin-bottom: 0px !important;
}

.payable-tbl.mud-simple-table table thead[b-rg8ul1vach] {
    background: #f5f5f5;
    color: #696666;
}

.payable-tbl.mud-simple-table table * tr > td[b-rg8ul1vach] {
    color: #797d85;
}

.select-text[b-rg8ul1vach] {
    color: #7d7878;
    margin-bottom: 0px !important;
    font-style: italic;
}

.header-div[b-rg8ul1vach] {
    background-image: linear-gradient(var(--hcp-logo-fade-75), var(--hcp-logo-fade-50)), url(Images/BG/floral_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px;
    gap: 6px;
}

/* TEXT */
.company-text[b-rg8ul1vach] {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.document-text[b-rg8ul1vach] {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
}

.date-text[b-rg8ul1vach] {
    color: #FFF;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 22px;
    font-size: 17px;
}
/* /Pages/AccountingV2/AccountsReceivable/AccountsReceivableLedger.razor.rz.scp.css */
.payable-tbl.mud-table[b-nmxv1mpj25] {
    margin-bottom: 0px !important;
}

.payable-tbl.mud-simple-table table thead[b-nmxv1mpj25] {
    background: #f5f5f5;
    color: #696666;
}

.payable-tbl.mud-simple-table table * tr > td[b-nmxv1mpj25] {
    color: #797d85;
}

.select-text[b-nmxv1mpj25] {
    color: #7d7878;
    margin-bottom: 0px !important;
    font-style: italic;
}

.header-div[b-nmxv1mpj25] {
    background-image: linear-gradient(var(--hcp-logo-fade-75), var(--hcp-logo-fade-50)), url(Images/BG/floral_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px;
    gap: 6px;
}

/* TEXT */
.company-text[b-nmxv1mpj25] {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.document-text[b-nmxv1mpj25] {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
}

.date-text[b-nmxv1mpj25] {
    color: #FFF;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 22px;
    font-size: 17px;
}

.mud-button-root.mud-button.mud-button-filled.mud-button-filled-warning.mud-button-filled-size-medium[b-nmxv1mpj25] {
    box-shadow: none !important;
    background-color: var(--hcp-imperial-red) !important;
}
/* /Pages/AccountingV2/BalanceSheet/BalanceSheet.razor.rz.scp.css */
/* BOX */
.header-div[b-c2d6lz23dk] {
    background-image: linear-gradient(var(--hcp-logo-fade-75), var(--hcp-logo-fade-50)), url(Images/BG/floral_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0px 0px;
    gap: 6px;
}

.content-box[b-c2d6lz23dk] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.total-box[b-c2d6lz23dk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff7f7;
    color: var(--hcp-logo-light-4);
    font-weight: 600;
    padding: 8px;
    margin-bottom: 20px;
    font-size: 13px;
}

.final-total-box[b-c2d6lz23dk] {
    background: #fff6f8;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    color: var(--hcp-logo-light-4);
    font-weight: 600;
    border: 1px solid var(--hcp-logo-light-4);
    margin-top: 20px;
}

.value-box[b-c2d6lz23dk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #696767;
    padding: 8px;
}

/* TEXT */
.company-text[b-c2d6lz23dk] {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
}

.document-text[b-c2d6lz23dk] {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
}

.date-text[b-c2d6lz23dk] {
    color: #FFF;
    padding: 6px 20px;
    border-radius: 22px;
    font-size: 17px;
}

.classification-text[b-c2d6lz23dk] {
    color: var(--hcp-logo-light-3);
    border-bottom: 2px solid var(--hcp-logo-light-3);
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

.type-text[b-c2d6lz23dk] {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}
/* /Pages/AccountingV2/IncomeStatement/ConsolidatedIncomeStatement.razor.rz.scp.css */
/* BOX */
.header-div[b-omiazqpv4s] {
    background-image: linear-gradient(var(--hcp-logo-fade-75), var(--hcp-logo-fade-50)), url(Images/BG/floral_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0px 0px;
    gap: 6px;
}

.content-box[b-omiazqpv4s] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    

.value-box[b-omiazqpv4s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #696767;
    padding: 8px;
}

.final-total-box[b-omiazqpv4s] {
    background: #fff6f8;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    color: var(--hcp-logo-light-4);
    font-weight: 600;
    border: 1px solid var(--hcp-logo-light-4);
    margin-top: 4px;
}

.total-box[b-omiazqpv4s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff7f7;
    color: var(--hcp-logo-light-4);
    font-weight: 600;
    padding: 8px;
    font-size: 13px;
}

/* TEXT */
.company-text[b-omiazqpv4s] {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.document-text[b-omiazqpv4s] {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
}

.date-text[b-omiazqpv4s] {
    color: #FFF;
    padding: 6px 20px;
    border-radius: 22px;
    font-size: 17px;
}

.classification-text[b-omiazqpv4s] {
    color: var(--hcp-logo-light-3);
    border-bottom: 2px solid var(--hcp-logo-light-3);
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

.type-text[b-omiazqpv4s] {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.value-text[b-omiazqpv4s] {
    flex: 1;
    text-align: center;
}
/* /Pages/AccountingV2/IncomeStatement/ConsolidatedIncomeStatementTemplate.razor.rz.scp.css */
/* BOX */
.header-div[b-jkvgaaprry] {
    background-image: linear-gradient(var(--hcp-logo-fade-75), var(--hcp-logo-fade-50)), url(Images/BG/floral_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0px 0px;
    gap: 6px;
}

.content-box[b-jkvgaaprry] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .content-box .mud-icon-button[b-jkvgaaprry] {
        padding: 0px !important;
    }

.value-box[b-jkvgaaprry] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #696767;
    padding: 8px;
}

.final-total-box[b-jkvgaaprry] {
    background: #fff6f8;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    color: var(--hcp-logo-light-4);
    font-weight: 600;
    border: 1px solid var(--hcp-logo-light-4);
    margin-top: 4px;
}

.total-box[b-jkvgaaprry] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff7f7;
    color: var(--hcp-logo-light-4);
    font-weight: 600;
    padding: 8px;
    font-size: 13px;
}

/* TEXT */
.company-text[b-jkvgaaprry] {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.document-text[b-jkvgaaprry] {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
}

.date-text[b-jkvgaaprry] {
    color: #FFF;
    padding: 6px 20px;
    border-radius: 22px;
    font-size: 17px;
}

.classification-text[b-jkvgaaprry] {
    color: var(--hcp-logo-light-3);
    border-bottom: 2px solid var(--hcp-logo-light-3);
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

.type-text[b-jkvgaaprry] {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.value-text[b-jkvgaaprry] {
    flex: 1;
    text-align: center;
}

.no-text[b-jkvgaaprry] {
    flex: 1;
    color: #ff4c4c;
    font-style: italic;
}
/* /Pages/AccountingV2/IncomeStatement/CostOfSale/ViewCostOfSale.razor.rz.scp.css */
.pink-container[b-r7g83jhyc6] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-r7g83jhyc6] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.image-container[b-r7g83jhyc6] {
    border: 1px solid #c6cad5;
    border-radius: 8px;
    padding: 16px;
}

.category-label[b-r7g83jhyc6] {
    text-align: center;
    background: #ff9999;
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/IncomeStatement/Expense/ViewAccountingExpense.razor.rz.scp.css */
.pink-container[b-h17rcblknr] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-h17rcblknr] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.image-container[b-h17rcblknr] {
    border: 1px solid #c6cad5;
    border-radius: 8px;
    padding: 16px;
}

.category-label[b-h17rcblknr] {
    text-align: center;
    background: #ff9999;
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/IncomeStatement/OtherIncome/ViewOtherIncome.razor.rz.scp.css */
.pink-container[b-qn3a27v4ug] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-qn3a27v4ug] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.image-container[b-qn3a27v4ug] {
    border: 1px solid #c6cad5;
    border-radius: 8px;
    padding: 16px;
}

.category-label[b-qn3a27v4ug] {
    text-align: center;
    background: var(--hcp-logo-light-3);
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/IncomeStatement/SalesDeduction/ViewSalesDeduction.razor.rz.scp.css */
.pink-container[b-5c9b6ock3n] {
    background: #fffafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ffbfbf;
}

.gray-container[b-5c9b6ock3n] {
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #d3cece;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.image-container[b-5c9b6ock3n] {
    border: 1px solid #c6cad5;
    border-radius: 8px;
    padding: 16px;
}

.category-label[b-5c9b6ock3n] {
    text-align: center;
    background: var(--hcp-logo-light-3);
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
/* /Pages/AccountingV2/Journal/ViewJournalVoucher.razor.rz.scp.css */
.header-div[b-01evy3md3m] {
    background-image: linear-gradient(var(--hcp-logo-fade-75), var(--hcp-logo-fade-50)), url(Images/BG/floral_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0px 0px;
    gap: 6px;
    padding: 20px;
}

.header-box[b-01evy3md3m] {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #696767;
    padding: 8px;
    background: #f7f7f7;
    font-weight: 600;
}

.value-box[b-01evy3md3m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #696767;
    padding: 8px;
}

    .header-box span[b-01evy3md3m], .value-box span[b-01evy3md3m] {
        flex: 1;
    }

.jv-number-box[b-01evy3md3m] {
    background: #f7f7f7;
    padding: 4px 8px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.company-text[b-01evy3md3m] {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
}

.document-text[b-01evy3md3m] {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
}
/* /Pages/AccountingV2/StatementOfAccount/LateSettlementCalculator.razor.rz.scp.css */
/* BOX */
.value-box[b-pil6sj9yw5] {
    background: #fff5f5;
    border: 1px solid #ffc3c3;
    border-radius: 8px;
    padding: 20px;
    margin-top: 16px;
}

/* TEXT */
.label-text[b-pil6sj9yw5] {
    font-size: 12px;
    color: #8d8686;
    font-weight: 500;
    margin-bottom: 4px;
}

.value-text[b-pil6sj9yw5] {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    line-height: 1em;
    max-height: 2em;
    font-weight: 700;
    color: #6f6363;
    white-space: nowrap;
}
/* /Pages/AccountingV2/StatementOfAccount/SingleFlexiCreditPoints.razor.rz.scp.css */
.value-box[b-q0veh82pt5] {
    background: #fff5f5;
    border: 1px solid #ffc3c3;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 20px;
}

.label-text[b-q0veh82pt5] {
    font-size: 13px;
    color: #8d8686;
}

.value-text[b-q0veh82pt5] {
    font-size: 16px;
    font-weight: 600;
    color: #6f6363;
}

.red-text[b-q0veh82pt5] {
    color: #ff6d6d;
    font-weight: 600;
}

/*TABLE*/
.custom-tbl.mud-simple-table table thead[b-q0veh82pt5] {
    background: #b49e9b;
    color: #FFF;
}

.custom-tbl.mud-simple-table table tbody[b-q0veh82pt5] {
    color: #8899BF;
}

.custom-tbl.mud-simple-table table * tr > td[b-q0veh82pt5],
.custom-tbl.mud-simple-table table * tr th[b-q0veh82pt5] {
    padding: 8px !important;
    font-size: 13px
}

.important-text-div[b-q0veh82pt5] {
    border-bottom: 1px solid #ff6666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.notice-container[b-q0veh82pt5] {
    border: 1px solid #ff6666;
    padding: 20px;
    border-radius: 6px;
    background: #fff8f8;
    color: #ff6666;
    text-align: justify;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.custom-tbl.mud-simple-table table thead[b-q0veh82pt5] {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    letter-spacing: .3px !important;
    text-transform: uppercase !important;
    color: #FFF1F1 !important;
    font-size: 12px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    background-color: var(--hcp-logo-light-6);
}
/* /Pages/AccountingV2/StatementOfAccount/SingleFlexiInterest.razor.rz.scp.css */
.value-box[b-62iwhptige] {
    background: #fff5f5;
    border: 1px solid #ffc3c3;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 20px;
}

.label-text[b-62iwhptige] {
    font-size: 13px;
    color: #8d8686;
}

.value-text[b-62iwhptige] {
    font-size: 16px;
    font-weight: 600;
    color: #6f6363;
}

.red-text[b-62iwhptige] {
    color: #ff6d6d;
    font-weight: 600;
}

/*TABLE*/
.custom-tbl.mud-simple-table table thead[b-62iwhptige] {
    background: #b49e9b;
    color: #FFF;
}

.custom-tbl.mud-simple-table table tbody[b-62iwhptige] {
    color: #8899BF;
}

.custom-tbl.mud-simple-table table * tr > td[b-62iwhptige],
.custom-tbl.mud-simple-table table * tr th[b-62iwhptige] {
    padding: 8px !important;
    font-size: 13px
}

.important-text-div[b-62iwhptige] {
    border-bottom: 1px solid #ff6666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.notice-container[b-62iwhptige] {
    border: 1px solid #ff6666;
    padding: 20px;
    border-radius: 6px;
    background: #fff8f8;
    color: #ff6666;
    text-align: justify;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.custom-tbl.mud-simple-table table thead[b-62iwhptige] {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    letter-spacing: .3px !important;
    text-transform: uppercase !important;
    color: #FFF1F1 !important;
    font-size: 12px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    background-color: var(--hcp-logo-light-6);
}
/* /Pages/AccountingV2/StatementOfAccount/SingleFlexiPay.razor.rz.scp.css */
.ibo-text[b-vj8y1xpksx] {
    text-align: center;
    color: #ff6666;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #fff8f8;
    padding: 8px;
    border-top: 1px solid #ffc8c8;
    border-bottom: 1px solid #ffc8c8;
}
/* /Pages/AccountingV2/StatementOfAccount/ViewFlexiPay.razor.rz.scp.css */
/*TABLE*/
.custom-tbl.mud-simple-table table thead[b-b75vgco2ma] {
    background: #ff9999;
    color: #FFF;
}

.custom-tbl.mud-simple-table table tbody[b-b75vgco2ma] {
    color: #8899BF;
}

.custom-tbl.mud-simple-table table * tr > td[b-b75vgco2ma], 
.custom-tbl.mud-simple-table table * tr th[b-b75vgco2ma] {
    padding: 10px !important;
    font-size: 13px
}

/*BOX*/
.value-box[b-b75vgco2ma] {
    background: #fff5f5;
    border: 1px solid #ffc3c3;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 20px;
}

/* TEXT */
.ibo-text[b-b75vgco2ma] {
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 22px;
    font-size: 21px;
    text-align: center;
    color: #ff6666;
}

.label-text[b-b75vgco2ma] {
    font-size: 13px;
    color: #8d8686;
}

.value-text[b-b75vgco2ma] {
    font-size: 16px;
    font-weight: 600;
    color: #6f6363;
}

.red-text[b-b75vgco2ma] {
    color: #ff6d6d;
    font-weight: 600;
}
/* /Pages/AccountingV2/StatementOfAccount/ViewFlexiPaymentDialog.razor.rz.scp.css */
.value-box[b-arg8425aiq] {
    background: #fff5f5;
    border: 1px solid #ffc3c3;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 20px;
}

.label-text[b-arg8425aiq] {
    font-size: 13px;
    color: #8d8686;
}

.value-text[b-arg8425aiq] {
    font-size: 16px;
    font-weight: 600;
    color: #6f6363;
}

.red-text[b-arg8425aiq] {
    color: #ff6d6d;
    font-weight: 600;
}

/*TABLE*/
.custom-tbl.mud-simple-table table thead[b-arg8425aiq] {
    background: #ff9999;
    color: #FFF;
}

.custom-tbl.mud-simple-table table tbody[b-arg8425aiq] {
    color: #8899BF;
}

.custom-tbl.mud-simple-table table * tr > td[b-arg8425aiq],
.custom-tbl.mud-simple-table table * tr th[b-arg8425aiq] {
    padding: 8px !important;
    font-size: 13px
}
/* /Pages/Checkque/Component/ViewMoreCheckDetails.razor.rz.scp.css */
body[b-js7mjbdx16] {
}

.rating-text[b-js7mjbdx16] {
    color: #FFB400;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
}

.desc-input[b-js7mjbdx16] {
    border: 1px solid #E1E5E9;
    border-radius: 12px;
    padding: 10px;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    padding: 15px;
    margin-bottom: -18px;
}

.header-1[b-js7mjbdx16] {
    color: #515457;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.4px;
}

.header-2[b-js7mjbdx16] {
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
}

/*TRANSACTION DETAILS*/
.transac-container[b-js7mjbdx16] {
    font-family: 'Poppins';
}

.transac-container .transac-details[b-js7mjbdx16] {
    padding-left: 0px;
    border-bottom: 1px solid #D9E1E9;
    padding-top:20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: #F9F9FB;
}

.transac-container .transac-details p[b-js7mjbdx16] {
    margin-bottom: 3px;
    color: #515457;
    font-weight: 600;
    letter-spacing: -.2px;
    font-size: 13px;
    text-transform: uppercase;
}


/*
TIMELINE*/
.details-container[b-js7mjbdx16] {
    border: 1px solid #d9e1e9;
    border-radius: 10px;
    padding: 20px;
    height: 435px;
    font-family: 'Poppins';
    overflow-y: auto;
}

.details[b-js7mjbdx16] {
    position: relative;
    padding-left: 5px;
    flex: 1;
    padding-left: 10px;
    margin-bottom: 8px;
}

.history-item[b-js7mjbdx16] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.def-icon[b-js7mjbdx16] {
    width: 40px;
    height: 40px;
    background-color: #e7ebf3;
    color: #8891a3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.icon[b-js7mjbdx16] {
    width: 40px;
    height: 40px;
    background-color: #e4edff;
    color: #457eff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.details p[b-js7mjbdx16] {
    margin-bottom: 3px;
    color: #515457;
    font-weight: 400;
    letter-spacing: -.2px;
    font-size: 14px;
}

.date[b-js7mjbdx16] {
    font-size: 13px;
    color: #536B89;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .details-container[b-js7mjbdx16] {
        height: auto;
    }

    .transac-container .details p[b-js7mjbdx16] {
        color: #515457;
        font-weight: 600;
        letter-spacing: -.2px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .details p[b-js7mjbdx16] {
        color: #515457;
        font-weight: 500;
        letter-spacing: -.2px;
        font-size: 13px;
    }
}
/* /Pages/Dashboard/Index.razor.rz.scp.css */
.cashout-div[b-fmu250stj4] {
    position: absolute;
    top: 90px;
    right: 25px;
    padding: 20px;
}

.cashout-cont[b-fmu250stj4] {
    /* From https://css.glass */
    background: var(--hcp-logo-fade-10);
    border-radius: 10px;
    backdrop-filter: blur(4.2px);
    -webkit-backdrop-filter: blur(4.2px);
    border: 1px solid var(--hcp-logo-fade-10);
    padding: 20px 30px;
    font-family: 'Poppins';
    cursor: pointer;
}

.cash-title[b-fmu250stj4] {
    color: var(--hcp-logo);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 600;
}

.cash-desc[b-fmu250stj4] {
    color: var(--hcp-logo);
    text-align: center;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .cashout-div[b-fmu250stj4] {
        top: 60px;
        right: 0px;
    }
}
/* /Pages/Employee/EmployeeInfos/EmployeePanel.razor.rz.scp.css */
.personal-details-container[b-r29j26z1ka] {
    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-r29j26z1ka] {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider[b-n5js916w0c] {
    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-n5js916w0c] {
    margin-top: 28px;
    color: #536B89 !important;
    font-weight: 600;
}
/* /Pages/Employee/ShiftScheduleCalendar.razor.rz.scp.css */
/* Calendar Styling */
.calendar-div[b-5mstzqkt0a] {
    width: 100%;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 12px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

.legend[b-5mstzqkt0a] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.shift[b-5mstzqkt0a], .off[b-5mstzqkt0a] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #e02448;
}

.legend-box[b-5mstzqkt0a] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.shift .legend-box[b-5mstzqkt0a] {
    background-color: #EBF6FF;
    border: 1px solid #B3D9FF;
}

.shift-label .legend-box[b-5mstzqkt0a] {
    background-color: #EBF6FF;
    border: 1px solid #B3D9FF;
}

.off .legend-box[b-5mstzqkt0a] {
    background-color: #ffe6ec;
    border: 1px solid #ffa9c5;
}

.header[b-5mstzqkt0a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.fa-chevron-left[b-5mstzqkt0a], .fa-chevron-right[b-5mstzqkt0a] {
    cursor: pointer;
    color: #536B89;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .fa-chevron-left:hover[b-5mstzqkt0a], .fa-chevron-right:hover[b-5mstzqkt0a] {
        background-color: #f0f3f7;
    }

.calendar[b-5mstzqkt0a] {
    margin-top: 16px;
}

.days[b-5mstzqkt0a] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.day-name[b-5mstzqkt0a] {
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
}

.day-number[b-5mstzqkt0a] {
    height: 65px;
    padding: 6px;
    border-radius: 6px;
    position: relative;
    transition: transform 0.2s;
}

    .day-number:hover[b-5mstzqkt0a] {
        transform: scale(1.05);
    }

    .day-number .day[b-5mstzqkt0a] {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
    }

.shift[b-5mstzqkt0a] {
    background-color: #EBF6FF;
    border: 1px solid #B3D9FF;
    color: #3073B7;
}

.shift-label[b-5mstzqkt0a] {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #3073B7;
}


.day-off[b-5mstzqkt0a] {
    background-color: #ffe6ec;
    border: 1px solid #ffa9c5;
    color: #e02448;
}

.other-month[b-5mstzqkt0a] {
    opacity: 0.4;
}

.d-flex[b-5mstzqkt0a] {
    display: flex;
}

.flex-column[b-5mstzqkt0a] {
    flex-direction: column;
}

.gap-4[b-5mstzqkt0a] {
    gap: 16px;
}

.position-relative[b-5mstzqkt0a] {
    position: relative;
}

.mt-4[b-5mstzqkt0a] {
    margin-top: 16px;
}
/* /Pages/Funneling/FunnelOrderTimeline.razor.rz.scp.css */
.timeline[b-snn5i4jn9q] {
    position: relative;
    padding-left: 5px;
}

    .timeline[b-snn5i4jn9q]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 25px;
        height: 100%;
        width: 2px;
        background-color: #e4edff;
    }
/* /Pages/Funneling/FunnelTimelineComponent.razor.rz.scp.css */
.history-item[b-cdnwh1la6l] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.def-icon[b-cdnwh1la6l] {
    width: 40px;
    height: 40px;
    background-color: #e7ebf3;
    color: #8891a3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.icon[b-cdnwh1la6l] {
    width: 40px;
    height: 40px;
    background-color: #ffe5e5;
    color: #CD5C5C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    animation: glow-b-cdnwh1la6l 1s infinite ease-in-out;
}

@keyframes glow-b-cdnwh1la6l {
    0% {
        box-shadow: 0 0 5px rgba(237, 41, 57, 0.8), 0 0 15px rgba(237, 41, 57, 0.6), 0 0 20px rgba(237, 41, 57, 0.5);
    }

    50% {
        box-shadow: 0 0 10px rgba(237, 41, 57, 1), 0 0 20px rgba(237, 41, 57, 0.8), 0 0 30px rgba(237, 41, 57, 0.6);
    }

    100% {
        box-shadow: 0 0 5px rgba(237, 41, 57, 0.8), 0 0 15px rgba(237, 41, 57, 0.6), 0 0 20px rgba(237, 41, 57, 0.5);
    }
}

.details[b-cdnwh1la6l] {
    flex: 1;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

    .details p[b-cdnwh1la6l] {
        margin-bottom: 3px;
        color: #515457;
        font-weight: 500;
        letter-spacing: -.2px;
        font-size: 14px;
    }

.date[b-cdnwh1la6l] {
    font-size: 13px;
    color: #536B89;
    font-weight: 300;
}
/* /Pages/IBO/IBOIdCard.razor.rz.scp.css */
.id-card-holder[b-ganhww443q] {
    width: 420px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.id-card[b-ganhww443q] {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #cc6f7a 0%, #e88e97 40%, #e88e97 100%);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.id-bg[b-ganhww443q] {
    display: flex;
    background-image: linear-gradient(330deg, #ffffff, #fffefe, #ffc6cb, #ff6e7d);
    overflow: hidden;
    border-radius: 20px;
}

    .id-card img[b-ganhww443q] {
        margin: 0 auto;
    }



.id-card-hook[b-ganhww443q] {
    background-color: black;
    width: 70px;
    margin: 0 auto;
    height: 15px;
    border-radius: 5px 5px 0 0;
}

    .id-card-hook[b-ganhww443q]:after {
        content: '';
        background-color: white;
        width: 47px;
        height: 6px;
        display: block;
        margin: 0px auto;
        position: relative;
        top: 6px;
        border-radius: 4px;
    }

.id-card-tag-strip[b-ganhww443q] {
    width: 45px;
    height: 40px;
    background-color: #aa414d;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 9px;
    z-index: 1;
    border: 1px solid #aa414d;
}

    .id-card-tag-strip[b-ganhww443q]:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #a11a00;
        position: relative;
        top: 10px;
    }

.id-card-tag[b-ganhww443q] {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #aa414d;
    margin: -10px auto -30px auto;
}

    .id-card-tag[b-ganhww443q]:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 100px solid white;
        margin: -10px auto -30px auto;
        position: relative;
        top: -130px;
        left: -50px;
    }


.background-pattern[b-ganhww443q] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

.diagonal-lines[b-ganhww443q] {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: repeating-linear-gradient( 45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 2px, transparent 10px );
    transform: rotate(10deg);
}


.hexagon-container[b-ganhww443q] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.hexagon[b-ganhww443q] {
    width: 60px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.9);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-weight: bold;
    color: #666;
}

.photo-container[b-ganhww443q] {
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 2;
}

.photo-circle[b-ganhww443q] {
    width: 125px;
    height: 124px;
    position: relative;
    left: 10px;
    overflow: hidden;
    background-color: white;
    border-radius: 50%;
}

    .photo-circle .img-photo[b-ganhww443q] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.ph span[b-ganhww443q] {
    font-size: 10px;
    text-transform: uppercase;
}

.id-info[b-ganhww443q] {
    position: absolute;
    top: 190px;
    left: 25px;
    font-size: 11px;
    color: #333;
    z-index: 2;
}

.info-row[b-ganhww443q] {
    margin-bottom: 3px;
}

.info-label[b-ganhww443q] {
    font-weight: bold;
    display: inline-block;
    width: 45px;
}

.person-details[b-ganhww443q] {
    position: absolute;
    top: 80px;
    right: 20px;
    text-align: right;
    z-index: 2;
}

.name[b-ganhww443q] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #444;
}

.ibo-title[b-ganhww443q] {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}

.dates[b-ganhww443q] {
    font-size: 9px;
    text-align: right;
    margin-top: 10px;
}

.date-row[b-ganhww443q] {
    margin-bottom: 2px;
}

.signature[b-ganhww443q] {
    position: absolute;
    bottom: 25px;
    right: 25px;
    text-align: center;
    z-index: 2;
}

.signature-line[b-ganhww443q] {
    width: 100px;
    height: 1px;
    background-color: #444;
    margin-bottom: 5px;
}

.signature-name[b-ganhww443q] {
    font-size: 10px;
}

.signature-title[b-ganhww443q] {
    font-size: 8px;
}

.company-text[b-ganhww443q] {
    position: absolute;
    top: 20px;
    filter: invert(1);
    right: 12px;
    text-align: right;
    color: white;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}


@media print {
    .id-card[b-ganhww443q] {
        page-break-inside: avoid;
        break-inside: avoid;
    }
}

.btn-container[b-ganhww443q] {
    display: flex;
    gap: 20px;
    margin: 40px 0px 10px 0px;
    justify-content: center;
}

.print-btn[b-ganhww443q] {
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 10px;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.065);
    transition: all 0.3s;
}

.printer-wrapper[b-ganhww443q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 100%;
}

.printer-container[b-ganhww443q] {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .printer-container svg[b-ganhww443q] {
        width: 100%;
        height: auto;
        transform: translateY(4px);
    }

.printer-page-wrapper[b-ganhww443q] {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.printer-page[b-ganhww443q] {
    width: 70%;
    height: 10px;
    border: 1px solid black;
    background-color: white;
    transform: translateY(0px);
    transition: all 0.3s;
    transform-origin: top;
}

.print-btn:hover .printer-page[b-ganhww443q] {
    height: 16px;
    background-color: rgb(239, 239, 239);
}

.print-btn:hover[b-ganhww443q] {
    background-color: rgb(239, 239, 239);
}



.signature-btn[b-ganhww443q] {
    padding: 10px;
    background-color: white;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 10px;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    transition-duration: 300ms;
}

    .signature-btn:hover[b-ganhww443q] {
        background-color: rgb(239, 239, 239);
    }

.signature-img[b-ganhww443q] {
    position: absolute;
    bottom: -4px;
    right: -25px;
    width: 153px;
    z-index: 2;
}

    .signature-img .img-signature[b-ganhww443q] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }




@media (max-width: 720px) {
    .lace-container[b-ganhww443q] {
        display: none;
    }
}
/* /Pages/IBO/ViewIBODetailsDialog.razor.rz.scp.css */
body[b-tpvzaccrx0] {
}

.rating-text[b-tpvzaccrx0] {
    color: #FFB400;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
}

.desc-input[b-tpvzaccrx0] {
    border: 1px solid #E1E5E9;
    border-radius: 12px;
    padding: 10px;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    padding: 15px;
    margin-bottom: -18px;
}

.header-1[b-tpvzaccrx0] {
    color: #515457;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.4px;
}

.header-2[b-tpvzaccrx0] {
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
}

/*TRANSACTION DETAILS*/
.transac-container[b-tpvzaccrx0] {
    border: 1px dashed #d3dce4;
    background: #f9f9fb;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    font-family: 'Poppins';
}

.transac-container .details[b-tpvzaccrx0] {
    padding-left: 0px;
}

.transac-container .details p[b-tpvzaccrx0] {
    margin-bottom: 3px;
    color: #515457;
    font-weight: 600;
    letter-spacing: -.2px;
    font-size: 13px;
    text-transform: uppercase;
}


/*
TIMELINE*/
.details-container[b-tpvzaccrx0] {
    border: 1px solid #d9e1e9;
    border-radius: 10px;
    padding: 20px;
    height: 535px;
    font-family: 'Poppins';
    overflow-y: auto;
}

.details[b-tpvzaccrx0] {
    position: relative;
    padding-left: 5px;
    flex: 1;
    padding-left: 10px;
    margin-bottom: 8px;
}

.history-item[b-tpvzaccrx0] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.def-icon[b-tpvzaccrx0] {
    width: 40px;
    height: 40px;
    background-color: #e7ebf3;
    color: #8891a3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.icon[b-tpvzaccrx0] {
    width: 40px;
    height: 40px;
    background-color: #e4edff;
    color: #457eff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.details p[b-tpvzaccrx0] {
    margin-bottom: 3px;
    color: #515457;
    font-weight: 400;
    letter-spacing: -.2px;
    font-size: 14px;
}

.date[b-tpvzaccrx0] {
    font-size: 13px;
    color: #536B89;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .details-container[b-tpvzaccrx0] {
        height: auto;
    }

    .transac-container .details p[b-tpvzaccrx0] {
        color: #515457;
        font-weight: 600;
        letter-spacing: -.2px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .details p[b-tpvzaccrx0] {
        color: #515457;
        font-weight: 500;
        letter-spacing: -.2px;
        font-size: 13px;
    }
}
/* /Pages/Leaderboards/Leaderboards.razor.rz.scp.css */
body[b-ab6lwlgsr2] {
}

.leaderboard-div[b-ab6lwlgsr2] {
    font-family: 'Poppins';
    /*background: #fff;*/
    border-radius: 10px;
    /*padding: 40px 40px;*/
}

.leaderboard-header-text[b-ab6lwlgsr2] {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--hcp-fire-brick);
}

.ibo-div[b-ab6lwlgsr2] {
    border: 2px solid #ffced5;
    padding: 10px 15px;
    background: #ffecef;
    border-radius: 10px;
}

.num-text[b-ab6lwlgsr2] {
    font-size: 14px;
    font-weight: 500;
    margin-right: 13px;
    color: #FF79A7;
}

.ibo-div img[b-ab6lwlgsr2] {
    border: 1px solid #E7EAEE;
    border-radius: 5px;
    margin-right: 10px;
    background: #f3f3f3;
}

.ibo-name[b-ab6lwlgsr2] {
    font-size: 13px;
    font-weight: 500;
}

.ibo-badge[b-ab6lwlgsr2] {
    font-size: 13px;
    font-weight: 300;
}

.ibo-points[b-ab6lwlgsr2] {
    color: var(--hcp-fire-brick);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.fi[b-ab6lwlgsr2] {
    font-size: 22px;
    color: #FF79A7;
}

.first-lead-div img[b-ab6lwlgsr2] {
    width: 200px;
    height: 200px;
}
/* /Pages/LeaveFiling/SingleLeaveFiling.razor.rz.scp.css */
.date-container[b-7l9wvul9uy] {
}

.date-input[b-7l9wvul9uy] {
    font-family: 'Poppins';
    font-size: 15px;
    border: 1px solid #E1E5E9;
    border-radius: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #8E9CAC;
}

.date-div[b-7l9wvul9uy] {
    padding: 19px 20px 10px 20px;
    border-radius: 10px;
    border: 1px solid #E1E5E9;
    background: #fafafa;
}

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

.add-date-btn[b-7l9wvul9uy] {
    font-family: 'Poppins';
    font-size: 13px;
    background: #101642;
    color: #fff !important;
    transition: .3s ease;
}

    .add-date-btn:hover[b-7l9wvul9uy] {
        background: #070a1d;
    }

.label-text[b-7l9wvul9uy] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
    margin-bottom: 12px;
    width: 100%;
}

.date-text[b-7l9wvul9uy] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -.2px;
}

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

.reject-container[b-7l9wvul9uy] {
    border: 1px solid #ffd4d4;
    border-radius: 8px;
    padding: 14px;
    background: #fff1f1;
}

.reject-text[b-7l9wvul9uy] {
    margin-bottom: 0px !important;
    color: #cd5d5d !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}

.reject[b-7l9wvul9uy] {
    color: #cd5d5d !important;
}
/* /Pages/Login/Index.razor.rz.scp.css */

.container[b-o8loxl4edg] {
    background: linear-gradient(rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.3)), url('images/login_imgs/jonas-jacobsson-QZKfNcaO17U-unsplash.jpg');
    background-size: cover;
    background-position: center;
}

.half[b-o8loxl4edg], .half .container > .row[b-o8loxl4edg] {
    height: 100vh;
}

    .half .contents[b-o8loxl4edg], .half .bg[b-o8loxl4edg] {
        width: 50%;
    }

    .half .bg[b-o8loxl4edg] {
        background-color: #7f0000;
        background-size: cover;
        background-position: center;
        position: relative;
        /*animation: background-rotation 12s infinite ease-in-out;*/
        /*transition: background-image 0.5s ease-in-out;*/
    }

.left-panel[b-o8loxl4edg] {
    background: rgba(255, 255, 255, 0.67);
    border-radius: 14px;
    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, 255, 255, 0.3);
    padding: 29px 40px 35px 40px;
    font-family: 'Poppins';
    width: 500px;
}


.logo[b-o8loxl4edg] {
    width: 195px;
    margin-bottom: 25px;
    margin-top: 17px;
}

h2[b-o8loxl4edg] {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 7px;
    text-align: center;
    color: #333;
}

p[b-o8loxl4edg] {
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    color: #333;
}

form[b-o8loxl4edg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label[b-o8loxl4edg] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
}

input[type="email"][b-o8loxl4edg],
input[type="password"][b-o8loxl4edg] {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}

    input[type="email"]:focus[b-o8loxl4edg] {
        border: 1px solid #594ae2;
    }

.options[b-o8loxl4edg] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -5px;
}

    .options a[b-o8loxl4edg] {
        font-size: 12px;
        color: #3b82f6;
        text-decoration: none;
        cursor: pointer;
        transition: .3s ease;
    }

        .options a:hover[b-o8loxl4edg] {
            color: #2B6CD5;
        }

button[type="submit"][b-o8loxl4edg] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 7px;
    background-color: #7F0000;
    color: white;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 400;
}

    button[type="submit"]:hover[b-o8loxl4edg] {
        transform: scale(1.01);
    }

@keyframes background-rotation-b-o8loxl4edg {
    0%, 30% {
        background-image: url('Images/login_imgs/bgtest.png');
        opacity: 1;
    }

    33%, 63% {
        background-image: url('Images/login_imgs/bgtest2.png');
        opacity: 1;
    }

    66%, 96% {
        background-image: url('Images/login_imgs/bgtest3.png');
        opacity: 1;
    }

    100% {
        background-image: url('Images/login_imgs/bgtest.png');
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    .half .contents[b-o8loxl4edg], .half .bg[b-o8loxl4edg] {
        width: 100%;
        box-shadow: none;
    }
}

@media (min-width: 576px) {
    .container[b-o8loxl4edg], .container-sm[b-o8loxl4edg] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.bg[b-o8loxl4edg] {
    position: relative;
    overflow: hidden;
}


.image-wrapper[b-o8loxl4edg] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.fire-spark-container[b-o8loxl4edg] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.spark[b-o8loxl4edg] {
    position: absolute;
    bottom: 0;
    width: var(--w, 2px);
    height: var(--h, 10px);
    left: var(--x, 50%);
    transform: rotate(var(--r, 0deg));
    background: linear-gradient(45deg, #ffae00, transparent);
    border-radius: 20%;
    opacity: 0.8;
    animation: rise-b-o8loxl4edg 1s ease-in infinite;
    animation-delay: var(--d, 0s);
}


@keyframes rise-b-o8loxl4edg {
    0% {
        bottom: 0;
        opacity: 0.9;
        transform: translateX(0) scale(1);
    }

    50% {
        opacity: 0.5;
        transform: translateX(-10px) scale(1.2);
    }

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

.overlay-image[b-o8loxl4edg] {
    width: 100%;
    object-fit: contain;
}

.overlay-image-1[b-o8loxl4edg] {
    width: 100%;
    object-fit: contain;
    margin-top: -5px; /* tweak for spacing overlap */
}

.overlay-images[b-o8loxl4edg] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Pages/Tree/Component/TreeComponent.razor.rz.scp.css */
.disabled-button[b-n1hu77ega5] {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.member-container[b-n1hu77ega5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.member-button[b-n1hu77ega5] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-direction: column;
}

.member-info[b-n1hu77ega5] {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    font-family: 'Poppins';
    font-size: 12px;
    border: 2px solid #fff;
}

.member-id-text[b-n1hu77ega5] {
    background: var(--hcp-imperial-red-rgba);
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 4px 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.member-name-text[b-n1hu77ega5] {
    color: #e52557;
    background: #fff7f9;
    padding: 6px 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-transform: uppercase;
}

.member-points p[b-n1hu77ega5] {
    font-family: 'Poppins';
    font-size: 13px;
}

.member-points[b-n1hu77ega5] {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 0.7rem !important;
}

.tf-tree li li[b-n1hu77ega5]:before {
    border-top: 1px solid #ff79a7;
}

.tf-tree .tf-nc[b-n1hu77ega5]:after, .tf-tree .tf-nc[b-n1hu77ega5]:before, .tf-tree .tf-node-content[b-n1hu77ega5]:after, .tf-tree .tf-node-content[b-n1hu77ega5]:before {
    border-left: 1px solid #ff79a7;
    border-right: 1px solid #ff79a7;
}
/* /Pages/Tree/GetIBOHeadTree.razor.rz.scp.css */
.title[b-190kz8ko3e] {
    font-size: 18px !important;
    font-weight: 500!important;
    font-family: 'Poppins'!important;
    letter-spacing: .5px;
}

.tf-tree[b-190kz8ko3e] {
    height: auto;
    padding-top: 85px;
    border-radius: 8px;
    background: #eceef5;
    border: 1px dashed #d1d4e1;
}

.bg-tree[b-190kz8ko3e] {
    background-color: #E78D96;
    color: white;
    border-radius: 10px;
    padding: 5px;
}

.member-info[b-190kz8ko3e] {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    font-family: 'Poppins';
    font-size: 12px;
    border: 2px solid #fff;
}

.member-id-text[b-190kz8ko3e] {
    background: var(--hcp-imperial-red-rgba);
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 4px 15px;
    border-radius: 5px;
}

.member-points p[b-190kz8ko3e] {
    font-family: 'Poppins';
    font-size: 13px;
}

.member-points[b-190kz8ko3e] {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 0.7rem !important;
}

.tf-tree .tf-nc[b-190kz8ko3e]:after, .tf-tree .tf-nc[b-190kz8ko3e]:before, .tf-tree .tf-node-content[b-190kz8ko3e]:after, .tf-tree .tf-node-content[b-190kz8ko3e]:before {
    border-left: 1px solid #ff79a7;
}

.disabled-button[b-190kz8ko3e] {
    opacity: 0.6;
    cursor: not-allowed !important;
}
/* /Pages/Tree/TreeComponent2.razor.rz.scp.css */
.disabled-button[b-e3i6efzcps] {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.member-container[b-e3i6efzcps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.member-button[b-e3i6efzcps] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-direction: column;
}

.member-info[b-e3i6efzcps] {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    font-family: 'Poppins';
    font-size: 12px;
    border: 2px solid #fff;
}

.member-id-text[b-e3i6efzcps] {
    background: var(--hcp-imperial-red-rgba);
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 4px 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.member-name-text[b-e3i6efzcps] {
    color: #e52557;
    background: #fff7f9;
    padding: 6px 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-transform: uppercase;
}

.member-points p[b-e3i6efzcps] {
    font-family: 'Poppins';
    font-size: 13px;
}

.member-points[b-e3i6efzcps] {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 0.7rem !important;
}

.tf-tree li li[b-e3i6efzcps]:before {
    border-top: 1px solid #ff79a7;
}

.tf-tree .tf-nc[b-e3i6efzcps]:after, .tf-tree .tf-nc[b-e3i6efzcps]:before, .tf-tree .tf-node-content[b-e3i6efzcps]:after, .tf-tree .tf-node-content[b-e3i6efzcps]:before {
    border-left: 1px solid #ff79a7;
    border-right: 1px solid #ff79a7;
}
/* /Pages/Tree/TreeTeamMember.razor.rz.scp.css */
.title[b-pniksx9cs1] {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    letter-spacing: .5px;
}

.tf-tree[b-pniksx9cs1] {
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    border-radius: 8px;
    background: #eceef5;
    border: 1px dashed #d1d4e1;
}

.bg-tree[b-pniksx9cs1] {
    background-color: #E78D96;
    color: white;
    border-radius: 10px;
    padding: 5px;
}

.member-info[b-pniksx9cs1] {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    font-family: 'Poppins';
    font-size: 12px;
    border: 2px solid #fff;
}

.member-id-text[b-pniksx9cs1] {
    background: var(--hcp-imperial-red-rgba);
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 4px 15px;
    border-radius: 5px;
}

.member-points p[b-pniksx9cs1] {
    font-family: 'Poppins';
    font-size: 13px;
}

.member-points[b-pniksx9cs1] {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 0.7rem !important;
}

.tf-tree .tf-nc[b-pniksx9cs1]:after, .tf-tree .tf-nc[b-pniksx9cs1]:before, .tf-tree .tf-node-content[b-pniksx9cs1]:after, .tf-tree .tf-node-content[b-pniksx9cs1]:before {
    border-left: 1px solid #ff79a7;
}

.disabled-button[b-pniksx9cs1] {
    opacity: 0.6;
    cursor: not-allowed !important;
}
/* /Pages/YearlyMaintenance/ViewYearlyMaintenance.razor.rz.scp.css */
p[b-x300eizmpo] {
    margin-bottom: 0px !important;
}

.mud-progress-circular-svg[b-x300eizmpo]{
    color: #FFF !important;
}

/* BOX */
.user-box[b-x300eizmpo] {
    display: flex;
    border: 2px solid #ffdae0;
    background: #fffcfd;
    border-radius: 12px;
}

.user-info[b-x300eizmpo] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.payment-box[b-x300eizmpo] {
    border: 1px dashed #adadad;
    border-radius: 12px;
    padding: 14px;
}

.payment-info-box[b-x300eizmpo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    flex: 1;
}

.notes-box[b-x300eizmpo] {
    border: 1px dashed #adadad;
    border-radius: 6px;
    padding: 14px;
}

/* TEXT */
.maintenance-text[b-x300eizmpo] {
    background: #e9e9e9;
    display: block;
    text-align: center;
    padding: 6px;
    margin-top: 16px;
    font-style: italic;
    font-weight: 600;
    border-radius: 2px;
    color: #636363;
}

.label-text[b-x300eizmpo] {
    color: #636363;
    font-size: 12px;
}

.value-text[b-x300eizmpo] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px !important;
    color: #575252;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
}

.no-payment-text[b-x300eizmpo] {
    margin: 16px !important;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: #797777;
}

.reject-reason-text[b-x300eizmpo] {
    background: #ffebeb;
    padding: 6px;
    color: #a73535;
    font-size: 13px;
    border-radius: 6px;
    margin-bottom: 12px !important;
}

/* BUTTON */
.reject-button[b-x300eizmpo] {
    flex: 1;
    background: #ff6464;
    padding: 6px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.approve-button[b-x300eizmpo] {
    flex: 1;
    background: #168716;
    padding: 6px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.4px;
}
/* /Utilities/SuccessPopUpDialog.razor.rz.scp.css */
.done-dialog[b-r7bnv2rhpk] {
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
}

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

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

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

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

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

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

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