/* _content/Benifit_Selection_Portal/Components/Account/Login.razor.rz.scp.css */
.bootbox-close-button[b-dpv0hclogb] {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.bootbox-close-button[b-dpv0hclogb] {
    background: url(https://app.uat.pluxee.in/Pluxee_Library/images/plx-ic-Close.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 23px;
    opacity: 1;
    float: right;
    border: 0px;
}

    .bootbox-close-button:hover[b-dpv0hclogb] {
        background: url(https://app.uat.pluxee.in/Pluxee_Library/images/plx-ic-Close-hover.png) no-repeat;
        width: 25px;
        height: 25px;
        background-size: 23px;
        opacity: 1;
        float: right;
        border: 0px;
    }

.bootbox-close-button[b-dpv0hclogb] {
    position: absolute;
    right: 30px;
    top: 30px;
}

.btn-close[b-dpv0hclogb] {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-header[b-dpv0hclogb] {
    padding: 40px 25px 10px 25px;
    border-bottom: none;
    display: block;
}

.modal-title[b-dpv0hclogb] {
    width: 100%;
}
/* _content/Benifit_Selection_Portal/Components/Account/OTPVerification.razor.rz.scp.css */
.spamtimerMsg[b-pfy2xx2kg4]{
    color: red; /* Red color for the timer */
    /*  font-weight: bold; */ /* Optional: make it bold */
    float: right;
    margin-right: 10px; /* Space between timer and other elements */
}

.resend-otp[b-pfy2xx2kg4] {
    color: var(--chakra-colors-core-confidentlyCoral-8);
    float: right;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
    font-weight: 500;
}

#btnResendOTP[b-pfy2xx2kg4] {
    background: none; /* Remove background */
    border: none; /* Remove border */
    color: red; /* Link color */
    text-decoration: underline; /* Underline text */
    font: inherit; /* Inherit font properties */
    cursor: pointer; /* Change cursor to pointer */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    outline: none; /* Remove outline on focus */
    transition: color 0.2s; /* Smooth transition for hover effect */
    float: right;
}

#btnResendOTP:hover[b-pfy2xx2kg4] {
    color: darkred; /* Darker color on hover */
}

#btnResendOTP:focus[b-pfy2xx2kg4] {
    outline: none; /* Remove outline on focus */
}
/* _content/Benifit_Selection_Portal/Components/Account/SetPassword.razor.rz.scp.css */
/* CSS to center password_text_div */
/*.password_text_div {
	display: flex;
	flex-direction: column;
	justify-content: center;*/ /* Vertically center */
	/*align-items: center;*/ /* Horizontally center */
	/*text-align: center;*/ /* Center the text inside */
	/*height: 100vh;*/ /* Full height of the viewport */
	/*position: absolute;*/ /* Position relative to the nearest positioned ancestor */
	/*top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 20%;
}*/

	/* Optional styling to adjust the appearance of the list */
	/*.password_text_div ul {
		list-style: none;
		padding: 0;
	}

	.password_text_div li {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: normal;
	}*/

/* Optional: Style for the lock icon */
/*.lock_icon {
	margin-top: 20px;
	font-size: 30px;
}

.password_text_div p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}*/

/* Optional: Styling for a cleaner look */
/*.password_text_div ul {
	padding-left: 0;
}*/
/* _content/Benifit_Selection_Portal/Components/Admin/Glances/EmployeeGlance.razor.rz.scp.css */
.ui-jqgrid-view[b-su600hk25j] {
    max-width: 963px;
}

.tablegride[b-su600hk25j], #grid[b-su600hk25j], #pager[b-su600hk25j] {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.contractInfo[b-su600hk25j] {
    background: #f4f4f4;
}
/* _content/Benifit_Selection_Portal/Components/Admin/Masters/UploadEmployeeData.razor.rz.scp.css */
.ui-jqgrid-view[b-dxzxwk3r2x] {
    max-width: 963px;
}

.tablegride[b-dxzxwk3r2x], #grid[b-dxzxwk3r2x], #pager[b-dxzxwk3r2x] {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
.col-2[b-dxzxwk3r2x] {
    flex: 0 0 auto !important;
    width: 20% !important;
}

.col-4[b-dxzxwk3r2x] {
    flex: 0 0 auto !important;
    width: 30% !important;
}
.contractInfo[b-dxzxwk3r2x] {
    background: #f4f4f4;
}
/* _content/Benifit_Selection_Portal/Components/Admin/Masters/UploadMasterData.razor.rz.scp.css */
.ui-jqgrid-view[b-dzzampf7hp] {
    max-width: 963px;
}

.tablegride[b-dzzampf7hp], #grid[b-dzzampf7hp], #pager[b-dzzampf7hp] {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.col-2[b-dzzampf7hp] {
    flex: 0 0 auto !important;
    width: 20% !important;
}

.col-4[b-dzzampf7hp] {
    flex: 0 0 auto !important;
    width: 30% !important;
}

.contractInfo[b-dzzampf7hp] {
    background: #f4f4f4;
}

/* _content/Benifit_Selection_Portal/Components/Consumer/BenefitOptin.razor.rz.scp.css */
.benefit_details[b-njwomjizf7] {
    float: left;
    width: 100%;
    background: var(--chakra-colors-white);
    border-radius: 0px;
    padding: 0;
    margin: 1% 0% 5% 0%;
    border: 1px solid var(--chakra-colors-core-deepBlue-4) !important;
    background: #f4f4f4;
}

.benefit_container[b-njwomjizf7] {
    background-color: #efefef;
}

.border-bottom[b-njwomjizf7] {
    border-bottom: 1px solid var(--chakra-colors-core-deepBlue-4) !important;
}

.plx_title_h1[b-njwomjizf7] {
    margin: 0 !important;
}

.row[b-njwomjizf7] {
    margin-left: calc(-.01* var(--bs-gutter-x)) !important;
    margin-right: calc(-.01* var(--bs-gutter-x)) !important;
}

.btn-success[b-njwomjizf7] {
    background-color: #00eb5e !important;
    color: #221c46 !important;
    border: 1px solid #221c46 !important;
    font-weight: bold !important;
}

.btn-success:hover[b-njwomjizf7] {
    background-color: #00eb5e !important;
    color: #221c46 !important;
    border: 1px solid #221c46 !important;
    font-weight: bold !important;
}

.benefit[b-njwomjizf7] {
    float: left;
    width: 92%;
    background: var(--chakra-colors-white);
    border-radius: 0px;
    padding: 0px .5rem 30px .5rem;
    margin: -5px 0.5% 4% 4%;
    box-shadow: 0px 0px 20px 0px rgb(155 152 152 / 20%);
}

.benefit_Amount[b-njwomjizf7] {
    /* text-align: center;*/
    background-color: #f4f4f4;
    border: 1px solid var(--chakra-colors-core-deepBlue-4);
}

.contentAlingment[b-njwomjizf7] {
    margin: 6px 4px 0 0 !important;
}
/*input[type=checkbox], input[type=radio] {
    float: inline-end !important;
    margin: 6px 4px 0 0 !important;
}*/
.custom-checkbox-label[b-njwomjizf7] {
    margin-left: 10px;
    cursor : pointer;
}

.strong[b-njwomjizf7] {
    font-weight: 600;
}

.row-padding[b-njwomjizf7]{
    padding-top:1rem!important;
    padding-bottom:1rem!important;
}

.w-20[b-njwomjizf7] {
    width: 20% !important;
}

.w-30[b-njwomjizf7] {
    width: 30% !important;
}

.col-md-3[b-njwomjizf7] {
    width: 30% !important;
}

.ms-2[b-njwomjizf7] {
    margin-left: 2rem !important;
}

.ms-3[b-njwomjizf7]{
    margin-left:1.4rem!important;
}

.heading[b-njwomjizf7] {
    width: 100%;
    padding: 0.7%;
    background: var(--Secondary-color);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    font-weight: 550;
    font-size: 20px;
    vertical-align: middle;
}

.text-justify[b-njwomjizf7] {
    text-align: justify !important;
}

.benefit-text-messsage[b-njwomjizf7]{
    text-align : center;
}

section.footer[b-njwomjizf7] {
    margin-top: 0 !important;
}



.icon-img[b-njwomjizf7] {
    width: 45px;
    height: 45px;
    float: left;
    justify-self: flex-start;
}


/*Model Css*/
.modal-content[b-njwomjizf7] {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-header[b-njwomjizf7] {
    padding: 0px 0px 0px 0px !important;
    border-bottom: solid !important;
    display: block;
    border-color: #00EB5E !important ;
}

button.close[b-njwomjizf7] {
    background: none !important;
    width: 24px;
    height: 24px;
    background-size: 24px;
    opacity: 1;
    float: right !important;
}

.modal-footer[b-njwomjizf7] {
    border-top: none;
}

.margin-gap-top-10[b-njwomjizf7]{
    margin-top:10px;
}

.display-none[b-njwomjizf7]{
    display:none!important;
}

/*ENd*/
@media (max-width: 576px) {
    .col-sm-12[b-njwomjizf7] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .row[b-njwomjizf7] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .benefit_container[b-njwomjizf7] {
        padding-right: calc(var(--bs-gutter-x)* .01) !important;
        padding-left: calc(var(--bs-gutter-x)* .01) !important;
    }

    .benefit_details[b-njwomjizf7] {
        margin: 1% 0% 0% 0% !important;
        border: 0 !important;
    }

    .container-fluid[b-njwomjizf7] {
        padding-right: calc(var(--bs-gutter-x)* .0);
        padding-left: calc(var(--bs-gutter-x)* .01);
    }
    .benefit[b-njwomjizf7] {
        margin: 1.5% 0% 1.5% 0% !important;
        width: 100% !important;
    }
    .benefit-text-messsage[b-njwomjizf7]{
        text-align : justify !important;
    }
    .px-5[b-njwomjizf7] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #btnSubmit[b-njwomjizf7] {
        justify-content: normal !important;
    }
    #btnSubmit > .col-4[b-njwomjizf7]{
        width : 100% !important;
    }

    #lblTAC > .justify-content-center[b-njwomjizf7]{
        justify-content : normal !important
    }

    .ms-2[b-njwomjizf7] {
        margin-left: 3rem !important;
    }
    .sm-ms-2[b-njwomjizf7], .ms-3[b-njwomjizf7] {
        margin-left: 4rem !important;
    }

    .modal-dialog[b-njwomjizf7] {
        margin: 1.75rem auto;
    }

    .modal-content[b-njwomjizf7] {
        padding: 10px;
    }
}
/* _content/Benifit_Selection_Portal/Components/Layout/LoginLayout.razor.rz.scp.css */
/*.page {
    margin-top: 90px !important;
    margin: 1rem 0 1rem 1rem;
    display: inline-flex;
    width: 98.5%;
}

.main {
    margin-left: .3rem;
    width: 100%;
}

.main-wrapper {
    width: 80.5%;
    background: #fafffa;
    height: 100%;
    padding: .9rem 0 1rem 1rem;
    overflow: hidden;
    box-shadow: 1px 0px 8px 0px rgba(34,28,70,0.01);
}
*/


.page[b-g8nrsc7h59] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g8nrsc7h59] {
    flex: 1;
}

.sidebar[b-g8nrsc7h59] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g8nrsc7h59] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g8nrsc7h59]  a, .top-row[b-g8nrsc7h59]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g8nrsc7h59]  a:hover, .top-row[b-g8nrsc7h59]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g8nrsc7h59]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-g8nrsc7h59] {
        justify-content: space-between;
    }

    .top-row[b-g8nrsc7h59]  a, .top-row[b-g8nrsc7h59]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g8nrsc7h59] {
        flex-direction: row;
    }

    .sidebar[b-g8nrsc7h59] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g8nrsc7h59] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g8nrsc7h59]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g8nrsc7h59], article[b-g8nrsc7h59] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g8nrsc7h59] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-g8nrsc7h59] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Benifit_Selection_Portal/Components/Layout/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    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 {
    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 {
    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 {
    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 {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
