﻿@charset "UTF-8";

@font-face {
    font-family: DMSans;
    src: local(DMSans-Regular), url(../fonts/DMSans-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: DMSansBold;
    src: local(DMSans-Bold), url(../fonts/DMSans-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: PingFangSC;
    src: local(PingFang/PingFang-SC-Regular), url("../fonts/PingFang/PingFang-SC-Regular.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: HelveticaNeue;
    src: local(HelveticaNeue-Bold), url(/path/to/HelveticaNeue-Bold.woff2) format("woff2"), url(/path/to/HelveticaNeue-Bold.woff) format("woff"), url(/path/to/HelveticaNeue-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

body {
    font-family: DMSans !important;
}
/*--------------------------------------------Navbar-section-----------------------------------*/
.Navbar-top {
    height: 60px;
    background-color: #fff;
    width: 100%;
    z-index: 10;
}

    .Navbar-top img {
        height: 50px;
        width: auto;
    }

    .Navbar-top .navbar-nav, .navbar-nav {
        flex-direction: row;
    }

.right-nav {
    padding-right: 2.5rem;
}

.Company-Name-Div a:hover {
    color: #ffffff;
}

.Company-Name-Div a:focus {
    outline: none;
}

.Nvest-Solutions-Priv {
    font-family: DMSans !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #ffffff;
    padding: 15px;
}

.Oval {
    border-radius: 15px;
    padding: 3px 6px;
    background-color: #6263d6;
}

.Profile-btn {
    margin-left: 1rem;
    /* height: 50px;*/
    border-radius: 25px;
    padding: 7px;
    color: #fff;
}

.user_name {
    font-family: DMSans;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
}

    .user_name .dropdown-toggle::after {
        display: none;
    }

.Company-Name-Div {
    margin-left: 90px;
}

ul.navbar-nav li.nav-item a {
    padding: 0px 11px 0px 11px !important;
    color: #000;
}

.vl {
    border-left: 1px solid #DEDEDE;
    /*height: 50px;*/
}
/* Hide scrollbars on page BODY */
.no-scrollbar {
    overflow: hidden;
}
/*----------------------------------------------- Knowledge Bot ---------------------------------------------*/
.minimiseBtn,
.closeBtn {
    background-image: radial-gradient(#f2f0f7, #005dab) !important;
}

    .minimiseBtn:hover {
        background-image: radial-gradient(#f2f0f7, #b27627) !important;
    }

    .closeBtn:hover {
        background-image: radial-gradient(#f2f0f7, #a20202) !important;
    }
/*----------------------------------------------- SOCIAL MEDIA ---------------------------------------------*/
.social-media-section {
    position: fixed;
    float: right;
    bottom: 15%;
    right: 1%;
    z-index: 2500;
}

.social-btn {
    color: #fff;
    background-color: var(--secondary);
    padding: 8px 10px;
    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
}
.social-btn-green {
    background: linear-gradient(0deg, #07BE57 0%, #0EA75A 100%);
    padding: 8px 10px;
    border-radius: 10px;
    display: block;
}
/*----------------------------------------------- Payment MODE ---------------------------------------------*/
.flex-center-col {
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    flex-direction: column;
}

.cart-head-tooltip {
    position: absolute;
    font-family: DMSans;
    top: 0.3rem;
    text-align: center;
    left: 0px;
    right: 0;
}

.cart-div {
    color: #3F618D;
}
/*--------------------------------------------------select2-----------------------------------------------------*/
.select2-container--default .select2-selection--single {
    border: none;
}

.select2 {
    width: 100% !important;
}
.select2-dropdown {
    padding-bottom: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fb6442 !important;
    color: white;
}
.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius:4px;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 165px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: DMSans;
    font-size: 15px;
    color: #404179;
}


.select2-search__field:focus {
    outline: none !important;
}

.select2-selection select2-selection--single:focus {
    outline: none !important;
}

.select2-selection__rendered:focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2e5ff;
}


.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

select2-container .select2-selection--multiple {
    min-height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    min-height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 25px !important;
}

.select2-container--default .select2-results__group {
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 4px 0 0;
    margin-right: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    line-height: 1 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    height: 5px;
}

.listBoxhide .select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 10px 14px 6px 10px;
    border-radius: 4px;
    margin-bottom: 7px;
    font-size: 16px;
    color: #848484;
    display: flex;
    cursor: pointer;
    border: 1px solid #d2e5ff;
}

.listBoxhide .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: auto;
}

.select2-selection__arrow b {
    border-color: var(--secondary) transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single:hover {
    border: 1px solid var(--secondary) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--secondary) !important;
}

.docupdate-select + .select2-container {
    margin-bottom: 15px;
    width: 60% !important;
}

.tab-head.active {
    border: none;
    border-bottom: 4px solid var(--secondary) !important;
    color: var(--secondary) !important;
}
/*----------------------------------------------------buttons-----------------------*/

.button, .button-bordered, .button-bordered:hover, .button-filled, .button-filled:hover, .button-link, .button-link-lg, -lg.button-link:hover, .button-link:hover, .button-link-lg:hover, .button-link-black, .button-bordered:focus, .button-filled:focus, .button-empty {
    font-family: DMSans;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    /*letter-spacing: 1px;*/
    text-align: center;
    border-radius: 5px;
    padding: 10px 25px;
    cursor: pointer;
    outline: none !important;
}

.button-empty {
    background: white;
    color: #FC951A;
    border: 1px solid #FC951A;
}

.button-link-lg, .button-link-lg:hover {
    font-size: 16px !important;
}

.button-link-black {
    font-family: DMSans;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: 1px;
    color: #404179;
}

.button-link-blue {
    cursor: pointer;
    color: #3A577F;
}

.button-filled.disabled, .button-bordered.disabled {
    opacity: 0.5;
}

.button-bordered, .button-bordered:hover {
    color: var(--secondary);
    box-shadow: 0px 5px 10px -3px var(--secondary);
    border: solid 1px var(--secondary);
    background-color: #ffffff;
    outline: none !important;
}

.button-filled, .button-filled:hover {
    color: #ffffff !important;
    background: var(--secondary) !important;
    border-radius: 5px !important;
    border: 1px solid var(--secondary) !important;
    box-shadow: none !important;
    outline: none !important;
}

.swal-button-bordered, .swal-button-bordered:hover {
    color: var(--secondary) !important;
    box-shadow: 0px 5px 10px -3px var(--secondary) !important;
    border: solid 1px var(--secondary) !important;
    background-color: #ffffff !important;
}

.swal-button-filled, .swal-button-filled:hover {
    color: #ffffff !important;
    background: var(--secondary) !important;
    border-radius: 5px !important;
    border: 1px solid var(--secondary) !important;
}

.swal-var-sec {
    border-color: #EB2215 !important;
    color: #EB2215 !important;
}

.button-link, .button-link-lg, -lg.button-link:hover, .button-link:hover, .button-link-lg:hover, -lg.button-link:hover {
    cursor: pointer;
    color: var(--secondary);
}

.form-control.disabled {
    background: #e9ecef;
}

/*--------------------------------------------------------------------radio buttons--------------------------------------------*/
.radio-input input[type="radio"], .radio-option input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-input label, .radio-option label {
    font-family: DMSans;
    line-height: 1.3;
    padding: 9px 15px;
    width: 100%;
    margin: 0;
    border: 1px solid #CBCBCB;
    box-shadow: 0px 10px 15px -10px #E8E8E8;
    border-radius: 5px;
    font-size: 14px;
    color: #848484;
    cursor: pointer;
}

.radio-input label span {
padding-left: 15px;
}

.radio-input label span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.radio-input input[type="radio"]:checked + label {
    font-weight: bold;
    line-height: 1.3;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    font-size: 14px;
    font-weight: 500;
    color: #3A577F;
    background-color: #fff;
}

.radio-input input[type="radio"]:checked + label::before,
.radio-input input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: -10px;
    right: 10px;
}

.radio-input input[type="radio"]:checked + label.radioLabel::before,
.radio-input input[type="radio"]:checked + label.radioLabel::after {
    right: -7.5px;
}

.radio-input input[type="radio"]:checked + label::after {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 20px;
    line-height: 20px;
    color: #3A577F;
    background-color: #f6f6f6;
}

.radio-option input[type="radio"]:checked + label::before,
.radio-option input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 48%;
    top: auto;
}

.radio-input input[type="radio"]:checked + label {
    font-weight: bold;
    line-height: 1.3;
    border-radius: 5px;
    border: 1px solid var(--secondary);
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
}

.radio-input input[type="radio"]:checked + label::after {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary);
    background-color: #f6f6f6;
}


.radio-option input[type="radio"]:checked + label {
    font-weight: bold;
    line-height: 1.3;
    border-radius: 5px;
    border: 2px solid var(--secondary);
    font-weight: 500;
    color: var(--primaryLabel);
}

.radio-option input[type="radio"]:checked + label::after {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary);
    background-color: #f6f6f6;
}


label > input[type="radio"], input[type="radio"][class="optionRadio"] {
    display: none;
}

label > input[type="radio"] + *::before, input[type="radio"][class="optionRadio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: var(--secondary);
    cursor: pointer;
}

label > input[type="radio"]:checked + *, input[type="radio"][class="optionRadio"]:checked + * {
    color: #000000;
    font-weight: bold;
}

label > input[type="radio"]:checked + *::before, input[type="radio"][class="optionRadio"]:checked + *::before {
    background: var(--secondary);
    border-color: var(--secondary);
}


/*--------------------------------------------------------checkbox*--------------------------------------------*/
label > input[type="checkbox"] {
    display: none;
}

    label > input[type="checkbox"] + *::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-right: 0.3rem;
        border-radius: 20%;
        border-style: solid;
        border-width: 0.1rem;
        border-color: #145599;
        cursor: pointer;
        color: #adadad;
        background: #ffffff;
    }

    label > input[type="checkbox"]:checked + *::before {
        /*background: var(--primaryLabel);*/
        font-size: 14px;
        color: var(--primaryLabel);
        content: '\2713';
        background: #FFFFFF;
        border-style: solid;
        border-width: 0.1rem;
        /*border-color: #000;*/
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        width: 20px;
        height: 20px;
        margin-right: 0.3rem;
        padding-left: 0.1rem;
        /*background: var(--primaryLabel);
        content: '\2713';
        font-size: 16px;
        color: #ffffff;*/
        /*position: absolute;
        left: 4px !important;*/
    }

/*-----------------------------------------------------------font-size-------------------------------------------*/
.fs-38 {
    font-size: 38px;
}

.fs-36 {
    font-size: 36px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-20 {
    font-size: 20px;
}

.fs-28 {
    font-size: 28px;
}

.fs-24 {
    font-size: 24px;
}

.fs-12 {
    font-size: 12px;
}

.fs-12-i {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}
/*----------------------------------------table section------------------------------------------*/
.data-table thead tr th {
    color: #ffffff !important;
}

.data-table td {
    color: #000000 !important;
    font-size: 14px !important;
}

.data-table thead .table_head {
    background: var(--primary-bg) !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle !important;
    border-top: none !important;
}

.dataTables_scroll .dataTables_scrollBody, .dataTables_scroll .dataTables_scrollHead {
    box-shadow: 0 2px 8px 0 rgba(112, 112, 165, 0.14);
}

td.dt-body-center {
    text-align: center;
    vertical-align: middle;
}

.content-spacing {
    width: 216px;
    padding: 8px 10px !important;
}

.enclose hr {
    margin-top: 0.2rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-color: lightgray;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}


div.dts div.dataTables_scrollBody {
    background: none !important;
}

.dataTables_scrollBody thead th {
    padding: 0 !important;
}

table.dataTable tbody tr.selected {
    background-color: #f5f5fc !important;
}

.dataTables_length {
    display: none;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_info {
    font-family: DMSans;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #404179;
    border-radius: 15px;
    background-color: #f5f5fc;
    margin-top: 10px;
    padding: 10px;
}

.table .dataTable .no-footer {
    width: 100%;
}

.dataTable {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0px 5px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000000 !important;
    /*change the hover text color*/
}

.dataTables_wrapper .dataTables_info {
    display: none;
}

/*no of rows per page*/
.dt-buttons {
    margin-top: 10px;
    float: right !important;
    border-radius: 15px !important;
    background-color: #f5f5fc !important;
}

button.dt-button {
    font-family: DMSans;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #404179;
    color: #333 !important;
    display: inline-block;
    border: none !important;
    background: none !important;
    padding: 10px;
}

.dataTables_paginate {
    margin-top: 10px;
    float: left !important;
    border-radius: 15px;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    background-color: #f5f5fc;
}

    .dataTables_paginate .paginate_button {
        font-family: DMSans;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
        display: inline-block;
        border: none !important;
        background: none !important;
        padding: 0.5em 1em;
    }

.dataTables_paginate .paginate_button .current {
    font-family: DMSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #404179 !important;
}

.data-table thead .table_head {
    border-radius: 2px;
}

.data-table thead tr th {
    font-family: DMSans;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--bannerTxt) !important;
    border-bottom: none !important;
}

.data-table tr:hover {
    box-shadow: 0 5px 10px 0 rgba(112, 112, 165, 0.25) !important;
}

.data-table tr {
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(112, 112, 165, 0.14);
    /* border: solid 0.5px $color-complimentary-c-01-10;*/
    background-color: #ffffff;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.7rem 10px !important;
}

td.dt-body-center {
    text-align: center;
    vertical-align: middle;
}

.table_head {
    border-radius: 2px;
    background-color: #f5f5fc;
}

.table thead th {
    border-bottom: none;
}

.table.dataTable thead td {
    border-bottom: none;
}

.down_arrow {
    opacity: 0;
}

.desktop:hover .down_arrow {
    opacity: 1;
}

.data-table_info {
    padding: 10px;
    margin-top: 10px;
    float: right;
    font-family: DMSans;
    font-size: 12px;
    font-weight: bold;
    border-radius: 25px;
    background-color: #f5f5fc;
}

.nosort {
    background-image: none !important;
}

table.dataTable thead {
    background-image: none !important;
}

table.dataTable thead:hover .sorting {
    background: url("../images/icons-sort.svg") no-repeat center right !important;
    background-size: 16px 10px;
}

table.dataTable thead:hover .sorting_asc {
    background: url("/images/sort_asc.svg") no-repeat center right !important;
}

table.dataTable thead:hover .sorting_desc {
    background: url("/images/sort_desc.svg") no-repeat center right !important;
}

table.dataTable thead .sorting_asc_disabled {
    background: none !important;
}

table.dataTable thead .sorting_desc_disabled {
    background: none !important;
}

.data-table_paginate {
    /*padding: 4px;*/
    float: left;
    background-color: #f5f5fc;
    /*border-radius: 25px !important;*/
    margin-top: 10px;
}

/* table.dataTable thead .sorting {
        background-image: none;
    }
*/
.table_data {
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(112, 112, 165, 0.14);
    border: solid 0.5px #f5f5fc;
    background-color: #ffffff;
}

.status_btn {
    align-items: center;
    display: inline-flex;
    border-radius: 16px;
    border: solid 0.5px #B7B6D3;
    padding: 3px 14px;
    background-color: #f5f5fc;
}

.status-text {
    font-family: DMSans;
    font-size: 10px;
    line-height: 1.3;
    color: #404179;
    display: inline-flex;
    align-items: center;
}

.interests {
    font-family: DMSans;
    font-size: 12px;
    line-height: 1.5;
    color: #404179;
}

.days_ago {
    font-family: DMSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #404179;
}

.age_gender {
    font-family: DMSans;
    font-size: 12px;
    line-height: 1.67;
    color: #7070a5;
}

.contact {
    font-family: DMSans;
    font-size: 12px;
    line-height: 1.67;
    color: #7070a5;
}

.date {
    font-family: DMSans;
    font-size: 12px;
    line-height: 1.67;
    color: #7070a5;
}

.users {
    font-family: DMSans;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #404179;
}

.new_image {
    /* width: 15px;
    padding-left: 5px;*/
    /*opacity: 0;*/
    display: none !important;
}

.odd:hover .new_image {
    display: block !important;
}

.details {
    opacity: 0;
}

    .details img:nth-of-type(2) {
        padding: 10px 5px 10px 10px;
    }

.odd:hover .details {
    opacity: 1;
}

.image_down {
    width: 10px;
    /* opacity: 0;*/
    display: none !important;
}

.odd:hover .image_down {
    display: block !important;
}

.even:hover .new_image {
    display: block !important;
}

.even:hover .details {
    opacity: 1;
}

.even:hover .image_down {
    display: block !important;
}

/*  table icons*/
.right_arrow img {
    height: 20px;
    width: 18px;
    object-fit: contain;
}

.details img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

/*-----------------------------------------proposal form--------------------------------------------*/

.proposalTabs li .active .stepper-tab {
    border: 4px solid #0BAB64 !important;
    border-top: 4px solid #CBCBCB !important;
    border-left: 4px solid #CBCBCB !important;
}

.proposalTabs li .completed .stepper-tab {
    border: 4px solid #0BAB64 !important;
}

.proposalTabs li .active .heading {
    color: var(--primaryLabel);
    border-bottom: 3px solid var(--secondary);
}

.proposalTabs li .heading {
    font-family: DMSans;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #CBCBCB;
}

.tab-heading {
    font-family: DMSans;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--secondary);
}
/*----------- subTabs -----------------*/
#subTabs.proposalTabs li .completed .heading {
    color: var(--primaryLabel);
    border-bottom: 3px solid green;
}
/*-----------------------------------------carousel--------------------------------------------*/

#carouselExampleIndicators .carousel-indicators li {
    background-color: var(--bannerTxt);
}

#carouselExampleIndicators .carousel-control-prev, #carouselExampleIndicators .carousel-control-next {
    display: none;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background-color: #0072BC;
}
/*.carousel-control-prev {
    margin-left: -100px;
}

.carousel-control-next {
    margin-right: -100px;
}*/
.carousel-control-next, .carousel-control-prev {
    position: inherit !important;
}

.carousel-indicators li {
    background-color: var(--primary-bg);
}

.app-no-box {
    border: 1px solid var(--secondary);
    border-radius: 25px;
    padding: 5px 15px;
    display: inline-block;
    color: var(--secondary);
    font-family: DMSans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.proposalTabs li .active .heading {
    color: var(--primaryLabel);
    border-bottom: 3px solid var(--secondary);
}

.option-data {
    font-family: DMSans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: var(--primaryLabel);
}

.recommanded-box {
    background-color: var(--primaryLabel);
    padding: 10px;
    color: #fff;
    /*border-radius: 10px;*/
}


/*---------------------------------------------------Universal-----------------------------------------*/

.cursor-pointer {
    cursor: pointer;
}

.errorinputbox {
    border: 1px solid #d61717 !important;
}

.demo-country-picker.errorinputbox {
    border-radius: 0.25rem;
}

.mobile_num.errorinputbox {
    border: 0 !important;
    border-left: 1px solid #cfcfcf !important;
}

.description-product {
    font-family: DMSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.circle-div {
    height: 300px;
    width: 300px;
    /*background: #dbdbdb;*/
    font-size: 1.5rem;
    border-radius: 50%;
    margin: 0 10px;
    font-weight: 600;
}

.circle-div > div.text-center > svg {
    height: 90px;
}

.download-btn {
    font-family: DMSans;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    padding: 10px 25px;
    border-radius: 20px !important;
    width: 170px;
    border: none;
    background: linear-gradient( to left, var(--secondary) 50%, #ebebeb 50% );
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    transition: all ease 1s;
    color: white;
}

.download-btn:hover {
    background-position: left bottom;
    color: var(--primaryTxt);
}

.grey-text {
    font-family: DMSans;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    color: #848484;
}

.grey-bg {
    background: #e0e0e0 !important;
}

.green-txt {
    color: #2eb164 !important;
}

.white-txt {
    color: #fff !important;
}
.modal-open {
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-dialog .modal-content {
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: none !important;
}

.modal-backdrop.show {
    opacity: .9 !important;
}

.modal-backdrop {
    background-color: #E5E5E5 !important;
    backdrop-filter: blur(45px) !important;
    filter: blur(45px);
}

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
}

.box-border {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
}

.footer-end a[aria-expanded="false"] .fa-angle-down {
    display: block;
}

.footer-end a[aria-expanded="true"] .fa-angle-up {
    display: block;
}

.footer-end a .fa-angle-up, .footer-end a .fa-angle-down {
    display: none;
}

.primaryTextClr {
    color: #404179;
}

.height-75 {
    height: 75px;
}

.object-contain {
    object-fit: contain;
}
::-webkit-scrollbar{
    background-color: #fff;
    width: 12px
}
::-webkit-scrollbar:hover {
    background-color: #fff;
    width: 12px
}


::-webkit-scrollbar-track {
    background-color: #fff;
}

   /* body::-webkit-scrollbar-track:hover {
        background-color: #fff;
        border: 8px solid #fff
    }*/


::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 16px;
    border: 3px solid #fff
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--secondary);
        border: 3px solid var(--secondary)
    }

.contain-fit {
    object-fit: contain;
}

.bg-white {
    background: white;
}

.hide {
    display: none !important;
}

.blue-grad {
    background: linear-gradient(86.23deg, #0078BD 0%, #018CCD 38.86%, #86D6FC 76.36%, #0A95D4 100.2%);
    background: linear-gradient(86.23deg, rgba(0, 120, 189, 0.98) 0%, #018CCD 38.86%, #25A0DA 76.36%, #0A95D4 100.2%);
    border-radius: 8px;
}

.radio-btns .lbl_font {
    padding-bottom: 0.6rem;
}

.lbl_font {
    font-family: DMSans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
}

.heading-blue {
    font-family: DMSans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #0072BC;
}

.form-control {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    height: 40px;
    font-family: DMSans;
    font-size: 14px;
}

.input-group-addon {
    background: none;
    color: #0072bc;
    padding: 0 10px;
    border: 1px solid #d2e5ff;
    width: 100%;
    border-radius: 4px !important;
}


.input-group.age .input-group-addon {
    border: 1px solid #d2e5ff;
    border-radius: 4px;
    background: #f6faff !important;
    height: 40px;
    line-height: 40px;
    color: #6d6767;
}

.switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 36px;
}

    .switch input {
        display: none;
    }

input:checked + .sliderBtn {
    /*background-color: #0072BC;*/
}

input:checked#ProposalStatus + .sliderBtn {
    background-color: #0072BC;
}

.sliderBtn.round {
    border-radius: 34px;
    height: 18px;
    width: 44px;
}

.sliderBtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sliderBtn:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.sliderBtn.round:before {
    border-radius: 50%;
}

.sliderBtn:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggleSwitch {
    height: 0px !important;
    width: 40px !important;
    margin-right: 16px;
}

.p-side-50 {
    padding: 0px 50px;
}

.p-side-2pct {
    padding: 0px 2%;
}

.p-side-4pct{
    padding: 0px 4%;
}

.p-side-9pct{
    padding: 0px 9%;
}

.p-side-28pct {
    padding: 0px 28%;
}

.center-banner {
    padding-top: 20%;
}

.products-width {
    padding-left: 12%;
    padding-right: 12%;
}

.py-10px {
    padding: 10px 0 !important;
}

.card-header {
    background: #ffffff !important;
}

.product-card {
    background: #FFFFFF;
    /*box-shadow: 0px 0px 20px #E8F6FF;*/
    border-radius: 15px;
    /*border: 1px solid #fff0;*/
    border: 1px solid var(--primaryLabel);
}

    .product-card .card-footer {
        background: #ffffff !important;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }



.prod-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*.labelHeight {
    height: 35px;
}*/

.amount_word {
    margin-top: 15px;
    display: block;
    font-family: DMSans;
    color: #fb9217;
}

.border-rad-25 {
    border-radius: 25px;
}

.border-rad-0 {
    border-radius: 0px;
}

.cart-div {
    background: #F2F9FE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 5px;
}

.border-div {
    border: 1px solid #ceced6;
    border-radius:5px;
}

.brdLeft {
    border-left: 1px solid #ceced6;
}

.brdRight {
    border-right: 1px solid #ceced6;
}

.brdBottom {
    border-bottom: 1px solid #ceced6;
}

.brdTop {
    border-top: 1px solid #ceced6;
}
/*.page-body{
    top:50px;
}*/

.primaryTextClr {
    color: #0072BC;
}

.secondaryTextClr {
    color: #FC951A !important;
}

.dropdown-width {
    width: 104%;
}

.Login-text {
    /*text-align: center;*/
    margin-bottom: 8%;
    margin-top: 5%;
}

.radio-lbl {
    margin-right: 3%;
}

.LoginSec {
    margin-left: 6%;
    margin-top: 2%;
}

.login-heading {
    font-size: 45px;
}


.login-sub-heading {
    font-size: 18px;
}

.count {
    position: relative;
    left: -20px;
    top: 9px;
    color: #CBCBCB;
    font-size: 12px;
}

.orange-div {
    background: var(--secondary);
    border-radius: 10px;
    height: 4px;
    width: 100%;
    visibility: hidden;
}

.tab-head:hover {
    color: var(--secondary);
}

/*-------------------tushar-------------------------*/
.app-no-box {
    border: 1px solid var(--secondary);
    border-radius: 25px;
    padding: 5px 15px;
    display: inline-block;
    color: #0072BC;
    font-family: DMSans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.white-box {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.ybOtpFld,
.otpFld {
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 10px;
    width: 13%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border: 1px solid;
    margin: 5px;
}

.single-prod-box img {
    width: 90%
}

.p-b-md {
    padding-bottom: 10px;
}

.p-b-sm {
    padding-bottom: 5px;
}

.p-b-lg {
    padding-bottom: 20px;
}

.p-t-lg {
    padding-top: 20px;
}

.pd15 {
    padding: 15px;
}

.m-5-15 {
    margin: 5px 15px;
}

.center-grid-item {
    justify-content: center;
}

.f-w {
    font-weight: bold;
}

.text-note {
    font-size: 13px;
    /*font-style: italic;*/
    color: grey;
}

.error-msg {
    color: red;
}

.success-msg {
    color: #28a745;
}

.recommanded-box {
    background-color: #3A577F;
    padding: 10px;
    color: #fff;
    /*border-radius: 10px;*/
}

.mt-30 {
    margin-top: 30px;
}

.h-40{
    height: 40px !important;
}

.h-200 {
    height: 200px !important;
}

.text-sentence-case {
    text-transform: capitalize;
}
.w-40p{
    width: 40px;
}
/* --------------- RESET ---------------- */
.reset-bg{
    background: unset;
}
.reset-border{
    border: unset;
}
.reset-margin {
    margin: unset;
}
/*---------------------TEXT LOADER----------------------*/
#proposal-form-setup .loader-bg{
    background: #e3f2ff !important;
}
#proposal-form-setup .text-loadder{
    background: linear-gradient(to right, #FFF 20%, #093252 40%, #093252 60%, #FFF 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s linear infinite;
}

.text-loadder {
    font-size: 65px;
    font-family: DMSans;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #FFF 20%, var(--secondary) 40%, var(--secondary) 60%, #FFF 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s linear infinite;
}

.loader-bg {
    background: var(--primary-bg) !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    flex-basis: 0;
    margin: 0;
    padding: 0;
    z-index: 3000;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    overflow: hidden;
}

@-webkit-keyframes shine {
    to {
        background-position: -200% center;
    }
}

.text-loader-msg {
    font-size: 18px;
    color: var(--bannerTxt);
    font-weight: bold;
    font-family: DMSans;
}

.error-box {
    border-radius: 10px;
    background-color: #f6dada;
    color: red;
    font-family: DMSans;
    line-height:1.7;
}
/*--------------------- CKYC */
.partner-details h1 {
    font-family: DMSans;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.44;
    color: #404179;
}

.partner-onboarding-sidebar {
    padding: 10px;
    border-radius: 5px;
    border: solid 0.5px #b7b6d3;
    background-color: #ffffff;
    width: 100%;
    transition: width 0.3s;
}

.partner-onboarding-sidebar .partner-onboarding-sidebar-title {
    font-family: DMSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: var(--color-text-light);
}

.partner-onboarding-sidebar .partner-onboarding-sidebar-toggle {
    cursor: pointer;
}

.partner-onboarding-sidebar ul li {
    margin-bottom: 5px;
    padding: 15px 10px 13px 8px;
    border: solid 0.5px transparent;
    border-bottom: 1px solid #ceced6;
    position: relative;
}

        .partner-onboarding-sidebar ul li .active-image {
            display: none;
        }

        .partner-onboarding-sidebar ul li a {
            width: 100%;
        }

        .partner-onboarding-sidebar ul li .Basic-Information {
            font-family: DMSans;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.43;
            color: #404179;
            overflow: hidden;
            max-width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .partner-onboarding-sidebar ul li .Personal-info-addre {
            font-family: DMSans;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            color: #7070a5;
            overflow: hidden;
            max-width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .partner-onboarding-sidebar ul li div {
            max-width: 63%;
            margin-left: 10px;
        }

        .partner-onboarding-sidebar ul li .floating-icon {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .partner-onboarding-sidebar ul li.complete {
            background: red;
        }

            .partner-onboarding-sidebar ul li.complete .incomplete-show {
                display: none;
            }

            .partner-onboarding-sidebar ul li.complete .complete-show {
                display: block;
            }

        .partner-onboarding-sidebar ul li.disabled {
            cursor: not-allowed;
            pointer-events: none !important;
            background-color: #e8e8e8 !important;
        }

            .partner-onboarding-sidebar ul li.disabled a {
                cursor: not-allowed;
            }

            .partner-onboarding-sidebar ul li.disabled .incomplete-show {
                display: block;
            }

            .partner-onboarding-sidebar ul li.disabled .complete-show {
                display: none;
            }

        .partner-onboarding-sidebar ul li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
        }

        .partner-onboarding-sidebar ul#pfs-side-nav li.active{
            border-left: 5px #007bff solid;
        }

        .partner-onboarding-sidebar ul li.active {
            border: solid 0.5px #b7b6d3;
            border-radius: 5px;
            background-color: #f5f5fc;
        }

            .partner-onboarding-sidebar ul li.active .active-image {
                display: inline-block;
            }

            .partner-onboarding-sidebar ul li.active .inactive-image {
                display: none;
            }

    .partner-onboarding-sidebar.partner-onboarding-sidebar-open .menu-open-icon {
        display: inline-block;
    }

    .partner-onboarding-sidebar.partner-onboarding-sidebar-open .menu-close-icon {
        display: none;
    }

    .partner-onboarding-sidebar.partner-onboarding-sidebar-closed {
        width: 78px;
    }

        .partner-onboarding-sidebar.partner-onboarding-sidebar-closed .partner-onboarding-sidebar-title {
            display: none;
        }

        .partner-onboarding-sidebar.partner-onboarding-sidebar-closed .menu-open-icon {
            display: none;
        }

        .partner-onboarding-sidebar.partner-onboarding-sidebar-closed .menu-close-icon {
            display: inline-block;
        }

        .partner-onboarding-sidebar.partner-onboarding-sidebar-closed ul li div {
            display: none;
        }

        .partner-onboarding-sidebar.partner-onboarding-sidebar-closed ul li .floating-icon {
            right: 4px;
        }

.partner-onboarding-sidenav-col-open {
    transition: all 0.3s;
}

    .partner-onboarding-sidenav-col-open.partner-onboarding-sidenav-col-shrinked {
        flex: 0 0 108px;
        max-width: 108px;
    }

.partner-onboarding-main-col-open {
    transition: all 0.3s;
}

    .partner-onboarding-main-col-open.partner-onboarding-main-col-shrinked {
        flex: 0 0 calc(100% - 108px);
        max-width: calc(100% - 108px);
    }

.custom-shadow {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.custom-card {
    padding: 20px;
    border-radius: 5px;
    border: solid 0.5px #e0e0e0;
    background-color: #ffffff;
}

    .custom-card h2 {
        font-family: DMSans;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
        font-weight: 600;
    }

    .custom-card h3 {
        font-family: DMSans;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.65;
        letter-spacing: normal;
        color: #404179;
    }

    .custom-card h4 {
        font-family: DMSans;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
    }

    .custom-card h5 {
        font-family: DMSans;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
        font-size: 14px;
    }

    .custom-card .page-tabs-ul {
        border-bottom: 1px solid #9e9eaf;
    }

        .custom-card .page-tabs-ul li {
            position: relative;
        }

            .custom-card .page-tabs-ul li a.active + .focus-border {
                height: 4px;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 100%;
            }

    .custom-card .details {
        opacity: 1;
    }

    .custom-card .custom-card-section {
        border-bottom: 0.5px solid #e5e5e5;
        padding: 20px 0;
    }

        .custom-card .custom-card-section:last-of-type {
            border-bottom: 0;
        }

        .custom-card .custom-card-section .share-save-buttons a {
            font-family: DMSans;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.33;
            letter-spacing: 1px;
            color: #f3643e;
            font-size: 14px;
        }

            .custom-card .custom-card-section .share-save-buttons a i {
                color: #f3643e;
                font-size: 16px;
            }

        .custom-card .custom-card-section .custom-card-section-title {
            margin-bottom: 20px;
        }

            .custom-card .custom-card-section .custom-card-section-title img {
                margin-right: 15px;
            }

            .custom-card .custom-card-section .custom-card-section-title h2 {
                font-family: DMSans;
                font-size: 24px;
                font-weight: bold;
                line-height: 1.5;
                color: #404179;
                font-weight: 600;
            }

            .custom-card .custom-card-section .custom-card-section-title h3 {
                font-family: DMSans;
                font-size: 20px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                color: #404179;
                font-weight: 600;
            }

            .custom-card .custom-card-section .custom-card-section-title a {
                font-family: DMSans;
                font-size: 12px;
                font-weight: bold;
                line-height: 1.33;
                letter-spacing: 1px;
                color: #f3643e;
            }

        .custom-card .custom-card-section .paragraph {
            font-family: DMSans;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.86;
            letter-spacing: normal;
            color: #7070a5;
        }

        .custom-card .custom-card-section.code-key span {
            display: inline-block;
            font-family: DMSans;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            color: #404179;
            min-width: 42px;
            margin-right: 39px;
            line-height: 40px;
        }

        .custom-card .custom-card-section.code-key p {
            font-family: DMSans;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.88;
            letter-spacing: normal;
            color: #404179;
        }

.custom-form label {
    font-family: DMSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #7070a5;
}

.custom-form input {
    font-family: DMSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #7070a5;
}

.custom-form p {
    font-family: DMSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #404179;
}

.uploaded-image-preview {
    /*height: 42px;
    width: 120px;*/
    background-color: #000;
}

.custom-file-upload {
    border: 1px dashed #404179;
    position: relative;
}

    .custom-file-upload label {
        margin-bottom: 0;
        position: relative;
    }

    .custom-file-upload input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .custom-file-upload i {
        color: #404179;
        font-size: 1.4em;
    }

    .custom-file-upload div p {
        line-height: 1em;
        font-family: DMSans;
    }

    .custom-file-upload div span {
        font-size: .7em;
        font-family: DMSans;
    }

.upload-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

#myProgressWrap {
    flex-basis: 342px;
}

#myProgress {
    width: 100%;
    background-color: #ddd;
    overflow: hidden;
    border-radius: 4px;
}

#myBar {
    width: 1%;
    height: 5px;
    background-color: #4CAF50;
}

.w-142 {
    width: 142px;
}

.dataTables_filter {
    display: none;
}

.dummy-page-structure {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 1px solid #544f8b;
    border-radius: 10px;
}

    .dummy-page-structure .dummy-page-structure-nav {
        background-color: #0072bc;
        padding: 10px;
    }

        .dummy-page-structure .dummy-page-structure-nav .left-pill, .dummy-page-structure .dummy-page-structure-nav .right-pill {
            padding: 10px;
            border-radius: 15px;
        }

        .dummy-page-structure .dummy-page-structure-nav .left-pill {
            flex-basis: 30%;
        }

        .dummy-page-structure .dummy-page-structure-nav .right-pill {
            flex-basis: 10%;
        }

    .dummy-page-structure .dummy-page-structure-body .sidebar {
        padding: 10px;
    }

        .dummy-page-structure .dummy-page-structure-body .sidebar i {
            font-size: 23px;
            margin-right: 0;
            margin-bottom: 8px;
        }

        .dummy-page-structure .dummy-page-structure-body .sidebar div {
            background-color: #F2F2F2;
            padding: 10px;
            border-radius: 50%;
            margin-bottom: 8px;
        }

    .dummy-page-structure .dummy-page-structure-body .dummy-page-main {
        flex-basis: 100%;
        padding: 8px;
        background-color: #F5F5FC;
    }

        .dummy-page-structure .dummy-page-structure-body .dummy-page-main .dummy-page-main-btn-container div {
            padding: 3px 15px;
            font-size: 12px;
            font-family: DMSans;
        }

        .dummy-page-structure .dummy-page-structure-body .dummy-page-main .dummy-page-main-btn-container .bordered-button {
            border: 1px solid #FB6442;
            color: #FB6442;
            background-color: #fff;
        }

        .dummy-page-structure .dummy-page-structure-body .dummy-page-main .dummy-page-main-btn-container .filled-button {
            background-color: #FB6442;
            color: #fff;
            border: 1px solid #FB6442;
        }

        .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li {
            margin-bottom: 8px;
        }

            .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan {
                background-color: #fff;
                border-radius: 5px;
                padding: 10px;
            }

                .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan .dummy-page-plan-image {
                    height: 40px;
                    flex-basis: 30%;
                    background-color: #F2F2F2;
                }

                    .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan .dummy-page-plan-image.plan-image-title {
                        height: auto;
                        background-color: initial;
                    }

                .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan .dummy-page-plan-text {
                    flex-basis: 60%;
                }

                    .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan .dummy-page-plan-text .dummy-page-plan-line1, .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan .dummy-page-plan-text .dummy-page-plan-line2 {
                        background-color: #F2F2F2;
                        border-radius: 10px;
                        padding: 4px;
                    }

                    .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan .dummy-page-plan-text .dummy-page-plan-line1 {
                        margin-bottom: 6px;
                    }

                    .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan .dummy-page-plan-text .dummy-page-plan-line2 {
                        width: 50%;
                    }

                .dummy-page-structure .dummy-page-structure-body .dummy-page-main ul li .dummy-page-plan i {
                    color: #404179;
                }

.custom-shadow {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.custom-card {
    padding: 20px;
    border-radius: 5px;
    border: solid 0.5px #e0e0e0;
    background-color: #ffffff;
}

    .custom-card h2 {
        font-family: DMSans;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
        font-weight: 600;
    }

    .custom-card h3 {
        font-family: DMSans;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.65;
        letter-spacing: normal;
        color: #404179;
    }

    .custom-card h4 {
        font-family: DMSans;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
    }

    .custom-card h5 {
        font-family: DMSans;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
        font-size: 14px;
    }

    .custom-card .page-tabs-ul {
        border-bottom: 1px solid #9e9eaf;
    }

        .custom-card .page-tabs-ul li {
            position: relative;
        }

            .custom-card .page-tabs-ul li a.active + .focus-border {
                height: 4px;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 100%;
            }

    .custom-card .details {
        opacity: 1;
    }

    .custom-card .custom-card-section {
        border-bottom: 0.5px solid #e5e5e5;
        padding: 20px 0;
    }

        .custom-card .custom-card-section:last-of-type {
            border-bottom: 0;
        }

        .custom-card .custom-card-section .share-save-buttons a {
            font-family: DMSans;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.33;
            letter-spacing: 1px;
            color: #f3643e;
            font-size: 14px;
        }

            .custom-card .custom-card-section .share-save-buttons a i {
                color: #f3643e;
                font-size: 16px;
            }

        .custom-card .custom-card-section .custom-card-section-title {
            margin-bottom: 20px;
        }

            .custom-card .custom-card-section .custom-card-section-title img {
                margin-right: 15px;
            }

            .custom-card .custom-card-section .custom-card-section-title h2 {
                font-family: DMSans;
                font-size: 24px;
                font-weight: bold;
                line-height: 1.5;
                color: #404179;
                font-weight: 600;
            }

            .custom-card .custom-card-section .custom-card-section-title h3 {
                font-family: DMSans;
                font-size: 20px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                color: #404179;
                font-weight: 600;
            }

            .custom-card .custom-card-section .custom-card-section-title a {
                font-family: DMSans;
                font-size: 12px;
                font-weight: bold;
                line-height: 1.33;
                letter-spacing: 1px;
                color: #f3643e;
            }

        .custom-card .custom-card-section .paragraph {
            font-family: DMSans;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.86;
            letter-spacing: normal;
            color: #7070a5;
        }

        .custom-card .custom-card-section.code-key span {
            display: inline-block;
            font-family: DMSans;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            color: #404179;
            min-width: 42px;
            margin-right: 39px;
            line-height: 40px;
        }

        .custom-card .custom-card-section.code-key p {
            font-family: DMSans;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.88;
            letter-spacing: normal;
            color: #404179;
        }

.custom-form label {
    font-family: DMSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #7070a5;
}

.custom-form input {
    font-family: DMSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #7070a5;
}

.custom-form p {
    font-family: DMSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #404179;
}

.orange-mediun-text a {
    font-family: DMSans;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #f3643e;
    font-size: 14px;
}

.alert img {
    margin-right: 20px;
}

.alert h2 {
    font-family: DMSans;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #404179;
    font-weight: 600;
}

#addNewPartner .modal-header i {
    font-size: 25px;
}

#addNewPartner .modal-body p {
    font-family: DMSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #7070a5;
}

#addNewPartner .modal-body label {
    font-family: DMSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #7070a5;
}

#addNewPartner .modal-body .form-control {
    font-family: DMSans;
    font-size: 12px;
    line-height: 1.67;
    color: #7070a5;
    font-weight: 500;
}

#leadTable2_filter {
    display: none !important;
}

.typography.primaryTextClr {
    font-family: DMSans;
}

    .typography.primaryTextClr span {
        font-family: DMSans;
        font-size: 56px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.82;
        letter-spacing: normal;
        margin-bottom: 30px;
        margin-top: 35px;
        display: block;
    }

    .typography.primaryTextClr * {
        font-family: inherit !important;
        color: inherit;
    }

.minicolors-sprite {
    background-image: url("../Content/images/jquery.minicolors.png") !important;
}

.minicolors {
    position: static !important;
}

.color-container {
    position: relative;
    padding-left: 55px;
}

    .color-container input {
        font-family: DMSans;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
        color: #404179;
    }

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%);
    border-radius: 50% !important;
    width: 39px !important;
    height: 39px !important;
    cursor: pointer;
}

.riderPanel {
    padding: 10px !important
}

.switchStyle {
    display: flex;
    padding-right: 0px;
}

.bottom-buttons {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
    /*margin-bottom: 10px;*/
    text-align: right !important;
}

.Heading-color {
    color: #0072BC;
}

.varPadding {
    padding-left: 5%;
    padding-right: 0%;
}

.zoom-on-hover:hover {
    transform: scale(1.05);
    transition: all ease 500ms;
}

.text-transform-none{
    text-transform: none !important;
}

.otp-modal {
    margin-top: 33% !important;
}

.otp-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otp-code-section{
    width: 460px;
}
.main-message {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}
.staff-Details {
    font-size: 14px;
    line-height: 18px;
    overflow-wrap: anywhere;
}
.ack-btn-width{
    width:265px;
}
.receipt-download-lbl {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}
.app-download-btn {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
}
.rating {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}
.module-position{
    margin-top: 10% !important;
}
.black-clr {
    color: #000 !important;
}
#docUpload {
    top: 30%;
}
.varHeading {
    font-size: 32px;
}
.thanks-msg {
    color: var(--primaryLabel);
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}
.copy-text {
    color: var(--secondary);
    display: inline-grid;
    position: absolute;
    padding-top: 5px;
    padding-left: 8px;
    cursor: pointer;
}
.rightLoginSec .form-control {
    border-radius: 2px !important;
    font-size: 12px !important;
    /*height: 38px !important;*/
}
.loginForm-box {
    margin: 9% 12%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1.5rem;
}
.loginForm-box .otpFld {
    margin: unset;
}
/* some common headers patterns */
.sub-head {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--primaryTxt);
}
.sub-heading-lg {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: var(--primaryTxt);
}
.sub-heading-md {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: var(--primaryTxt);
}
/*--- COMMON STYLING FOR FORM ELEMETS INPUTS*/
.input-label, .lbl_font {
    color: var(--primaryLabel);
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 5px;
    letter-spacing: 0.5px;
}

.input-element {
    /*color: var(--primaryTxt);*/
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 16px;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 7px 9px -10px #CBCBCB;
}

.input-element2 {
    font-size: 14px;
    margin-bottom: 7px;
    margin-right: 25px;
    line-height: 16px;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 7px 9px -10px #CBCBCB;
}
/*--- // COMMON STYLING FOR FORM ELEMETS INPUTS*/
.new-breadcrumb {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #848484;
    padding-top: 12px;
}

@media (max-width: 768px) {
    .banner-heading{
        font-size: 16px !important;
    }
    .sub-heading-lg{
        font-size: 18px;
        line-height: unset;
    }
    .sub-heading-md{
        font-size: 16px;
        line-height: unset;
    }
    .sub-head{
        font-size: 14px;
        line-height: unset;
    }

    .mob-margin0 {
        margin: 0px !important;
    }

    .regLinkCopySection span {
        width: 100% !important;
    }
    .pl-m-8 {
        padding-left: 8% !important;
    }

    .Navbar-top .navbar-nav, .navbar-nav {
        flex-direction: column;
        box-shadow: -1px 5px 5px 3px #00000047;
    }
    .blurContent {
        opacity: 0.4;
        pointer-events: none;
    }
    .Navbar-top img {
        height:100%;
        width:70px;
    }
    .border-rad-0-mob {
        border-radius: 0px !important;
    }

    .modal-dialog {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100%;
    }

    .modal-content {
        position: relative !important;
        margin: auto;
        width: 100% !important;
        height: 100% !important;
        right: 0px;
        left: 0px;
        top: 0;
        overflow-y: scroll;
    }

    .page-2 {
        margin-left: 2% !important;
    }

    .p-0-mbl {
        padding: 0px !important;
    }

    h2.primaryTextClr {
        font-size: 18px !important;
    }

    p.trickerHeading.primaryTextClr {
        font-size: 16px;
        line-height: 1;
    }

    .trickerBox .planDescription .txtclr {
        font-size: 13px !important;
    }

    .trickerBox .ArrowSec .button-text-new {
        font-size: 14px !important;
    }

    .trickerBox .letsGoBtn {
        position: unset !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    .page-body .text-left.grey-text {
        font-size: 12px !important;
    }

    .grey-box {
        border: 1px solid rgba(203, 203, 203, 0.2);
        box-sizing: border-box;
        border-radius: 10px;
        margin: 5%;
    }

        .grey-box .relative .secondary.boxShadow.secondaryBrd {
            width: 100%;
        }
/*
    #dp1 {
        padding-left: 0;
    }*/

    .KYC-Heading {
        font-size: 18px !important;
    }

    .KYC-Sub-Heading, .app-no-box {
        font-size: 11px !important;
        color: #3A577F;
    }

    .white-box {
        border-radius: 10px !important;
    }

    #SearchKYCdiv .pd15 {
        font-size: 14px !important;
    }

    .bottom-buttons {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
        text-align: center !important;
    }

    .cKYC-box .checkboxLbl, .eKYC-box .checkboxLbl {
        font-size: 12px;
    }

    .modal-body .disclaimer-Heading {
        font-size: 16px;
    }

    .KYC-Modal {
        position: absolute;
        width: 67%;
        /*height: 361px;*/
        left: 15%;
        /*top: 8rem;*/
        background: #FFFFFF;
        border: 1px solid #CBCBCB;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .module-position{
        left: unset !important;
        width: 60% !important;
        height: unset !important;
    }

    .otp-modal {
        width: 90% !important;
    }

    .LoginPage .otp-modal {
        width: unset !important;
    }

        .otp-modal .modal-title {
            font-size: 16px;
        }

        .otp-modal .modal-body {
            font-size: 14px;
        }

            .otp-modal .modal-body .grey-text {
                font-size: 12px;
            }

    .text-note {
        font-size: 10px;
    }

    .eKYC-box .eKYC-label {
        font-size: 13px;
    }

    .mob-scroll-hori {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

        .mob-scroll-hori::-webkit-scrollbar {
            width: 0px;
            height: 0px;
            border-radius: 50%;
        }

        .mob-scroll-hori::-webkit-scrollbar-thumb {
            background: #ceced6;
        }

        .mob-scroll-hori::-webkit-scrollbar-track {
            background: #f5f5f6;
        }

    h1 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 13px;
    }

    .p-side-50 {
        padding: 0 15px;
    }
    .p-side-9pct{
        padding: 0px 15px;
    }

    .p-15-mob {
        padding: 0 15px !important;
    }

    .p-30-mob {
        padding: 0 30px !important;
    }

    .m-sm-0 {
        margin: 0;
    }

    .m-t-0 {
        margin-top: unset !important;
    }

    .mt-sm-0 {
        margin-top: 0;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .ml-sm-0 {
        margin-left: 0;
    }

    .mr-sm-0 {
        margin-right: 0;
    }

    .p-sm-0 {
        padding: 0;
    }

    .pt-sm-0 {
        padding-top: 0;
    }

    .pb-sm-0 {
        padding-bottom: 0;
    }

    .pl-sm-0 {
        padding-left: 0;
    }

    .pr-sm-0 {
        padding-right: 0;
    }

    .center-mob {
        justify-content: center;
    }

    .riderPanel {
        padding-right: 0 !important
    }

    .circle-div > div.text-center > svg {
        height: 80px;
    }

    .circle-div {
        font-size: 1.3rem;
    }

    .download-btn {
        border-radius: 44px !important;
        width: 120px
    }
    .login-margin {
        margin: unset !important;
        margin-top: 17% !important;
    }
    .pt-m-3 {
        padding-top: 1rem !important;
    }
    .tooltipInfo {
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#docUpload {
    top: 30%;
}

.fs-link {
    font-size: 18px;
}

@media screen and (min-width: 0) and (max-width:568px) { /*For Big Screen mobile*/
    .recommanded-box {
        padding: 0;
    }

    .letsGoBtn {
        position: unset !important;
    }

    .mt-30 {
        margin-top: 2px !important;
    }

    .app-no-box > img {
        display: none;
    }

    .app-no-box {
        padding: 0 4px;
    }

    .KYC-Modal {
        left: 0%;
        height: auto !important;
        width: 90% !important;
        overflow-y: auto;
    }

    .otpBoxSec {
        padding-left: 0;
        padding-right: 0;
    }

    .ybOtpFld,
    .otpFld {
        margin: auto;
    }

    .otp-modal .button-bordered.resendText, .button-filled {
        padding: 10px 5px !important;
    }

    .otp-modal .button-bordered.resendText, .button-filled {
        padding: 10px 5px !important;
    }

    .fs-mb-14 {
        font-size: 14px !important;
    }

    .fs-mb-12 {
        font-size: 12px !important;
    }

    .fs-mb-20 {
        font-size: 20px !important;
    }

    .fs-mb-28 {
        font-size: 28px !important;
    }

    .p-mb-0 {
        padding: 0;
    }

    .confirmInput {
        display: inline-flex;
        width: auto;
    }

    .confirmText {
        display: inline-flex;
        width: 90%;
    }

    .varPadding {
        padding-left: 5%;
        padding-right: 0%;
    }

    .mblBtn {
        width: 100%;
    }

    .p-mob-0 {
        padding: 0;
    }

    .pl-mob-0 {
        padding-left: 0;
    }

    .pr-mob-0 {
        padding-right: 0;
    }

    .pt-mob-0 {
        padding-top: 0;
    }

    .pb-mob-0 {
        padding-bottom: 0;
    }

    .px-mob-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .py-mob-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pl-mob-0 {
        padding-left: 0;
    }

    .pr-mob-0 {
        padding-right: 0;
    }

    .pt-mob-0 {
        padding-top: 0;
    }

    .p-mob-5-4 {
        padding: 3rem 1rem !important;
    }

    .pb-mob-0 {
        padding-bottom: 0;
    }

    .p-m-3 {
        padding: 1rem !important;
    }

    .py-m-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .px-m-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .pt-m-3 {
        padding-top: 1rem !important;
    }

    .pb-m-3 {
        padding-bottom: 1rem !important;
    }

    .pl-m-3 {
        padding-left: 1rem !important;
    }

    .pr-m-3 {
        padding-right: 1rem !important;
    }

    .m-mob-0 {
        margin: 0 !important;
    }

    .mx-mob-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-mob-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .ml-mob-0 {
        margin-left: 0 !important;
    }

    .mr-mob-0 {
        margin-right: 0 !important;
    }

    .mt-mob-0 {
        margin-top: 0 !important;
    }

    .mb-mob-0 {
        margin-bottom: 0 !important;
    }

    .mt-mob-3 {
        margin-top: 1rem !important;
    }

    .mt-mob-2rem {
        margin-top: 2rem !important;
    }

    .docupdate-select + .select2-container{
        width: 100% !important;
    }

    .w-m-100 {
        width: 100% !important;
    }

    .w-m-45 {
        width: 45% !important;
    }

    .h-mob-16 {
        height: 16px;
    }

    .circle-div {
        height: 140px;
        width: 140px;
        font-size: 0.6rem;
    }

        .circle-div > div.text-center {
            top: 20px !important;
        }

            .circle-div > div.text-center > svg {
                height: 40px;
                width: 50px;
            }

    .download-btn {
        border-radius: 30px !important;
        width: 80px;
        height: 22px;
        font-size: 0.6rem;
        padding: 0px 25px;
    }

    .nowrap-mobile {
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

        .nowrap-mobile::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .d-m-block {
        display: block !important;
    }

    .d-m-flex {
        display: flex !important;
    }

    .d-m-inline {
        display: inline !important;
    }

    .d-m-none {
        display: none !important;
    }

    #docUpload {
        height: auto !important;
        width: 100% !important;
     
    }

    #WithoutCkycId .modal-content {
        /*left: 5%;
        right: 5%;*/
        height: auto !important;
        width: 90% !important;
        top: 30%;
    }

    .otp-code-section {
        width: 250px;
    }

    .ellipses {
        /*width: 250px;*/
        overflow: hidden;
    }

        .ellipses.line-clamp {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

    .contact-details {
        font-size: 16px !important;
    }

    .text-mob-center {
        text-align: center !important;
    }

    .lh-20 {
        line-height: 20px !important;
    }

    .fs-mob-18 {
        font-size: 18px !important;
    }

    .login-otp-modal-mob {
        width: 114% !important;
    }

    .varHeading {
        font-size: 24px;
    }

    .Bajaj-Allianz-line-height {
        line-height: 28px;
    }

    .swal2-popup.swal2-toast {
        width: 90vw;
    }

    .advisory-breadcrumb {
        padding: 0 5% !important;
        background: #fff;
    }

        .advisory-breadcrumb > .new-breadcrumb {
            color: var(--primaryTxt) !important;
        }

    .fs-link {
        font-size: 14px;
    }


    .doc-table td:nth-child(4) {
        max-width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .button-bordered, .button-bordered:hover, .button-filled, .button-filled:hover {
        padding: 7px 15px !important;
        font-size: 14px !important;
    }
    .slider-body {
        padding: 55px 25px 2px 25px !important;
    }
    .green-box {
        width: 100% !important;
    }

    .brown-box {
        width: 100% !important;
        margin-top:20px;
    }
    .tooltip-box-1 {
        left: 38% !important;
        top: 44px !important;
    }
    
.tooltip-box-2 {
    left: 38% !important;
    top: 61% !important;
}
    .slider-bg {
        height:190px !important;
    }
    .fs-mb-30{
        font-size:30px !important;
    }
   }

@media screen and (min-width: 0) and (max-width:360px) { /*For Small Screen mobile*/
    .card-footer {
        padding: .7rem !important;
        /*padding-right: 0 !important;*/
    }

    .switchStyle {
        display: flex;
        padding-right: 0px;
        padding-left: 0px;
    }

    .appBoxStyle {
        padding: 0 2px;
    }

    .heading-pill {
        padding: 0 2px;
    }

    .circle-div {
        height: 120px;
        width: 120px;
    }

        /*.circle-div > div.text-center {
            top: 24px !important;
        }*/
    .circle-div > div.text-center {
        height: 50px;
    }
    .varHeading {
        font-size: 20px;
    }
    .fs-link {
        font-size: 10px;
    }
    .doc-table td:nth-child(4) {
        max-width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

}

@media screen and (min-width: 768px) and (max-width:1000px) { /*For Tablets*/
    .Navbar-top .navbar-nav, .navbar-nav {
        flex-direction: column;
        box-shadow: -1px 5px 5px 3px #00000047;
    }
    .blurContent {
        opacity: 0.4;
        pointer-events: none;
    }
    .Navbar-top img {
        width: 70px;
        height: 100%;
    }
    .modal-dialog {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100%;
    }

    .modal-content {
        position: relative !important;
        margin: auto;
        width: 100% !important;
        height: 100% !important;
        right: 0px;
        left: 0px;
        top: 0;
        overflow-y: scroll;
    }

    .p-15-tab {
        padding: 0 15px !important;
    }

    .m-md-0 {
        margin: 0;
    }

    .mt-md-0 {
        margin-top: 0;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }

    .ml-md-0 {
        margin-left: 0;
    }

    .mr-md-0 {
        margin-right: 0;
    }

    .p-md-0 {
        padding: 0;
    }

    .pt-md-0 {
        padding-top: 0;
    }

    .pb-md-0 {
        padding-bottom: 0;
    }

    .pl-md-0 {
        padding-left: 0;
    }

    .pr-md-0 {
        padding-right: 0;
    }

    .KYC-Modal {
        height: auto !important;
        width: 87% !important;
        /*top: 8%;*/
        left: 0%;
    }

    .module-position {
        width: 60% !important;
    }
    .confirmInput {
        display: inline-flex;
        width: auto;
    }

    .confirmText {
        display: inline-flex;
        width: 90%;
    }

    .pd15 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .nowrap-mobile {
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .nowrap-mobile::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    #docUpload {
        left: 5%;
        right: 5%;
        height: auto !important;
        width: 90% !important;
        top: 30%;
    }
    #WithoutCkycId .modal-content {
        /*left: 5%;
        right: 5%;*/
        height: auto !important;
        width: 90% !important;
        top: 30%;
    }
    .radio-input label, .radio-option label {
        padding: 10px 5px;
    }
    .radio-input label span {
        padding-left: 5px !important;
    }
    .varHeading {
        font-size: 28px;
    }
    .p-side-9pct {
        padding: 0 9%;
    }
}

@media screen and (min-width: 1000px) and (max-width:1366px) { /*For Laptops*/
    .radioLabel {
        padding: 9px 3px !important;
    }

    .chkSpan {
        padding-left: 0 !important;
    }

    .p-lap-0 {
        padding-left: 0 !important;
    }
    .varHeading {
        font-size: 28px;
    }
    .loginForm-box {
        margin: 5% !important;
    }
}

@media (min-width: 768px) {
    .pl-lg-6{
        padding-left: 6rem !important;
    }
    .pl-lg-0 {
        padding-left: 0rem !important;
    }
    .p-lg-0 {
        padding: 0rem !important;
    }
    .pr-lg-8{
        padding-right: 8rem !important;
    }
}

/* --- BORDERS ---*/
.border-btm {
    border-bottom: 1px solid #c0c0c0 !important;
    border-radius: 4px;
}

.border-tp {
    border-top: 1px solid #ceced6;
}

.border-lft {
    border-left: 1px solid #ceced6;
}
/*
.primary-border {
    border: 1px solid var(--primary-bg) !important;
    border-radius: 4px;
}*/

.secondary-border {
    border: 1px solid var(--secondary) !important; /*Secondary  border Color*/
    border-radius: 4px;
}


/* --- /BORDERS ---*/

/* --- BACKGROUNDS ---*/
.bgBody {
    background: var(--bodyBackground) !important; /*Body Back Ground Color*/
}

.primary-bg {
    background: var(--primary-bg) !important;
}

.primary-bg-light {
    background: var(--primary-bg-light) !important; /*primaryBgClrBackGround light Color*/
}

.secondary-bg {
    background: var(--secondary-bg) !important;
}
/* --- /BACKGROUNDS ---*/


/*---------------- TEXT -------------------*/
.product-dynamic-info .input-label,
.primary-text {
    color: var(--primaryTxt) !important;
}

.primary-text-label {
    color: var(--primaryLabel) !important;
}


.secondary-text {
    color: var(--secondary);
}

#prodInfoBanner label.title-field,
#defField .input-label,
.banner-text {
    color: var(--bannerTxt) !important;
}

/*---------------- /TEXT -------------------*/

.icon-grey {
    color: #2e6b93 !important; /*Icons Color*/
}

.bg-blue {
    background-color: #428bca !important;
}

.btn-bg-blue {
    padding: 12px;
    border-radius: 8px;
    background: var(--light-support-variable-sz-colour-support-variable, #145599);
    color: var(--light-typography-on-surface-sz-colour-typo-on-surface, #FFF);
    text-align: center;
}

label > input[type="radio"].radio-d-unset, input[type="radio"][class="optionRadio"].radio-d-unset {
    display: unset;
}

.product-logo {
    height: auto;
    width: 100%;
}

.product-name {
    font-family: DMSans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.description-product {
    font-family: DMSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.product-logo {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

a.active svg,
a:hover svg {
    fill: var(--secondary);
    fill-opacity: 1.0;
}

a svg {
    fill: currentColor;
    fill-opacity: 1.0;
}

svg {
    fill: var(--secondary);
}

.height-100vh {
    height: 100vh;
}

@media screen and (min-width: 0) and (max-width:767px) {
    /*Font Size For Mobile*/
    .flm_8 {
        font-size: 8px !important;
    }

    .flm_10 {
        font-size: 10px !important;
    }

    .flm_11 {
        font-size: 11px !important;
    }

    .flm_12 {
        font-size: 12px !important;
    }

    .flm_13 {
        font-size: 13px !important;
    }

    .flm_14 {
        font-size: 14px !important;
    }

    .flm_15 {
        font-size: 15px !important;
    }

    .flm_16 {
        font-size: 16px !important;
    }

    .flm_17 {
        font-size: 17px !important;
    }

    .flm_18 {
        font-size: 18px !important;
    }

    .flm_19 {
        font-size: 19px !important;
    }

    .flm_20 {
        font-size: 20px !important;
    }

    .flm_21 {
        font-size: 21px !important;
    }

    .flm_22 {
        font-size: 22px !important;
    }

    .flm_24 {
        font-size: 24px !important;
    }

    .flm_32 {
        font-size: 32px !important;
    }

    .height-100vh {
        height: auto;
    }

    .check.yes, .check.no {
        min-height: 53px;
        min-width:12em !important;
    }
    .doc-table td:nth-child(4) {
        max-width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #nav-docUpload {
        width: 100%;
        display: flex;
        font-size: 13px;
        flex-direction: row;
        flex-wrap: inherit;
    }

        #nav-docUpload .nav-tab2 {
            padding: 10px 9px;
        }
   
}

div.datetimepicker-days > table > thead > tr > th.switch {
    display: table-cell !important;
}

/*SP Approval Page*/
@media (max-width: 360px) {
    .sp-approval-body .mainHeading {
        font-size: 1rem;
    }

    .sp-approval-body {
        font-size: 0.8rem;
    }
}

.pos-rel-top {
    position: relative;
    top: -7px;
}

    .pos-rel-top .active {
        border-color: #fff;
        background-color: #fff;
    }
    .pos-rel-top .check {
        /*padding: 11px 8px !important    ;*/
        border: 1px solid #ccc;
        text-align: center;
        color: var(--banner-text) ;
        cursor: pointer;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
        border-radius: 0px 20px 20px 0px;
        background: #fff;
    }
.check.yes {
    border-radius: 20px 0 0 20px;
    display: inline-block;
    min-width: 14em;
    min-height: 40px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-width: 10em;
    white-space: nowrap;*/
}
.check.no {
    display: inline-block;
    min-width: 14em;
    min-height: 40px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-width: 10em;
    white-space: nowrap;*/
}
.flexWidth > div:first-child {
    min-width: 50%;
}



.flexWidth > div {
    min-width: 25%;
}



.flexWidth .check.yes,
.flexWidth .check.no {
    min-width: unset;
    font-size: 8px;
    padding: 0;
    padding-left: 5px;
}

.revButton {
    color: var(--secondary) !important;
    border: solid 1px var(--secondary) !important;
}

.autoalign {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.list-spacing > div {
    line-height: 25px;
}

.Bajaj-Allianz-line-height {
    line-height: 35px;
}

.filebutton {
    line-height: 1.5;
}

.cal-premium-btn, .cal-premium-btn:hover, .cal-premium-btn:active {
    padding: 10px 0 !important;
}

.advisory-breadcrumb {
    padding: 0 20%;
}

.advisory-breadcrumb > .new-breadcrumb {
    color: var(--bannerTxt);
}

.modify-details-mb {
    padding: 2% 10%;
}

.grid-image {
    max-width: 100%;
    max-height: 100%;
}

.banner-line {
    border-top: 2px solid #fff;
}

@media screen and (min-width: 0) and (max-width:767px) {
    .grid-text {
        font-size: 12px !important;
        line-height: 12px !important;
    }
}


.side-modal {
    width: 700px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px #e8e6e6;
    padding-bottom: 20px;
}

 .side-modal .btn-close {
        padding: 10px 10px 10px 30px;
        text-decoration: none;
        font-size: 23px;
        display: block;
  }

#proposal-form-setup .side-modal {
    width: 25%;
}

.spouseDOBAlign {
    background: none !important;
    /* border-bottom: 1px solid #d2cdcd; */
    border-radius: 0 !important;
}

.breadcrumb-style, .breadcrumb-style > a {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    font-family: DMSans;
    color: #848484;
}

.rounded-card {
    border-radius: 0.5rem !important;
}

.modal::-webkit-scrollbar {
    width: 15px;
}
/*::-webkit-scrollbar:hover {
    width: 20px;
}*/
/* Accordion Arrows */
.panel-title {
    width: 100%;
    text-align: left;
}

    .panel-title::after {
        content: "\f107";
        font-family: "FontAwesome";
        float: right;
    }

    .panel-title[aria-expanded="true"]::after {
        content: "\f106";
    }

.border-left-round {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.paginate_button.current {
    background: #0000001a !important;
}
.show-more-text{
    color:#333333;
    text-decoration:underline;
}
.show-more-text:hover {
    color: #333333;
}
.nav-dropDown .dropdown-menu {
    top: 40px;
    right: 32%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
/*.nav-dropDown:hover {
    padding: 7px;
    background: var(--primary-bg) !important;
    color: #000;
}*/
.no-hover-effect:hover {
    background: unset !important;
    border-radius: 10px !important;
}
#dropdownMenuButton:hover {
    background: var(--primary-bg) !important;
    color: #000 !important;
    border-radius: 20px !important;
}

/*.swal2-popup{
    width:475px !important;
}*/
.alert-icon-width {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    margin-bottom: 0;
    margin-top: 0;
}

.description ul {
    padding-inline-start: 20px;
}

.family-image {
    -webkit-transform: scale(0.85); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.85); /* FF3.5+ */
    -ms-transform: scale(0.85); /* IE9 */
    -o-transform: scale(0.85); /* Opera 10.5+ */
    transform: scale(0.85);
}

.eligibility-plus-icon {
    float: right;
    margin-right: 2%;
    font-size: 32px;
}

.eligibility-plus-icon[aria-expanded="false"]:before {
    content: '+'
}

.eligibility-plus-icon[aria-expanded="true"]:before {
    content: '-'
}

textarea {
    resize: none;
}

.width-max-content {
    width: max-content;
}

html {
    scroll-behavior: smooth;
}

.border-bottom-primary {
    border-bottom: 1px solid var(--primaryLabel);
}

.cart-div .col-lg-6 {
    line-height: 1em;
}

@media (max-width: 767px) {
    .flex-col-mb {
        flex-direction: column;
    }

    .mob-1 {
        order: 1;
    }

    .mob-2 {
        order: 2;
    }
    .otpSecCount {
        position: unset !important;
    }
  

}
.date-field-append {
    position: absolute;
    right: 55px;
    z-index: 9;
    top: 10px;
    cursor: pointer;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff !important;
    background-color: var(--secondary) !important;
    background-image: none !important;
}
.removeImg {
    position: absolute;
    right: 32%;
    top: 34px;
    color: #0285c7;
    cursor:pointer
}
.pointer-event-style {
    pointer-events: none;
}
.otpSecCount {
    position: absolute;
    bottom: 0;
    left: 11%;
}

.slider-bg {
    height: 210px;
    background: linear-gradient(82.22deg, #0072BC 2.08%, #80C5F7 98.63%);
    border-radius: 15px;
    z-index: 3
}

.slider-img {
    width: 277px;
    float: right;
}

.slider-content {
    position: absolute;
    top: 27%;
    font-weight: 800;
    left: 30px;
    line-height: 1.2;
    color: #fff;
}

.slider-button-top {
    left: 30px;
}

.slider-button-bottom {
    left: 30px;
    bottom: -30px;
}

.slider-btn-blue {
    color: #ffffff;
    font-family: DMSans;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 25px;
    border-radius: 5px;
    background: #5DB1F9;
    border: 1px solid #5DB1F9;
}
.slider-body {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: 2;
    position:relative;
    top:-18px;
    padding:80px 25px 60px 25px;
}
.green-box {
    background: #F8FFF7;
    border: 1px solid #2EA94D;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    width: 650px;
    margin-right: 15px;
    text-align:center;
}
.brown-box {
    background: #FEFBF0;
    border: 1px solid #DDB23E;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    width: 200px;
    text-align: center;
}
.box-content {
    color: #000;
    opacity: 0.5;
}
.tooltip-box-1 {
    background: #E3FEDF;
    border-radius: 15px;
    position: absolute;
    left: 31%;
    font-size: 12px;
    top: 64px;
    padding: 0px 18px;
    color: #2EA94D;
}

.tooltip-box-2 {
    background: #FFF5D5;
    border-radius: 15px;
    position: absolute;
    left: 78%;
    font-size: 12px;
    top: 64px;
    padding: 0px 13px;
    color: #DDB23E;
}
.red-box {
    background: #FDF6F1;
    border-radius: 12px;
    font-size: 14px;
    color: #EF6E15;
}

.why-bajaj-allianz a {
    color: #d9d6d6;
    text-decoration: underline;
    margin-left: 5px;
}

.why-bajaj-allianz .divider {
    width: 1px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}

.lineSeprater {
    position: relative;
    text-align: center;
}

.lineSeprater:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.lineSeprater span {
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0 10px;
}
#LangSwitch {
    text-align: right;
    padding-right: 2rem !important;
}

#controldivTxt_Height label {
    font-size: 12px;
    color: #2E3744;
    font-weight: 600;
}
#controldivTxt_HeightPH label {
    font-size: 12px;
    color: #2E3744;
    font-weight: 600;
}
.switchBtn {
    position: relative;
    width: 46px;
    margin: -2px 5px;
}

    .switchBtn input {
        opacity: 0;
        width: 0;
        height: 0;
    }
input[type=radio]:disabled + .radioLabel {
    cursor:not-allowed !important
}

.slider.round {
    border-radius: 34px;
    height: 21px;
    width: 37px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #145599;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider.round:before {
      border-radius: 50%;
    position: absolute;
    bottom: auto;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 0px;
        bottom: -3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: '' !important;
    position: relative;
    top: 0px;
    left: -8px;
}
/*input:checked + .slider {
    background-color: #004d6b;
}*/
.errorFieldMsg {
    line-height: 20px;
    color: #d61717 !important;
}
.drdFeet {
    font-size: 12px;
    padding: 5px 1px;
}

.drdInches {
    font-size: 12px;
    padding: 5px 1px;
}

.txtheightCm {
    width: 100% !important;
}

.p-r-0 {
    padding-right: 0px;
}
.middleAlign {
    display: flex;
    align-items: flex-end;
}
.fldWidthSel {
width:50%;
}
input[type=radio]:disabled + .radioLabel {
    cursor: not-allowed !important
}

input[type=radio]:disabled + .rectBox {
    cursor: not-allowed;
}

.mblBannerImage {
    width: 75%;
}

@media (max-width: 1023px) {
    .mblBannerImage {
        width: 100%;
    }

    .mblBannerText {
        display: flex;
        align-items: center;
        padding: 0 !important;
    }

    .mblBannerText .sub-heading-lg {
        text-align: left;
    }
}

/* Mobile field with country code style starts here */
.mbsc-page {
    min-height: auto !important;
}

.mbsc-textfield-stacked {
    width: 200px;
    padding: 0px 35px 0px 10px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mbsc-page {
    padding: 1em;
}

.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-item > div,
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item > div,
.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item > div {
    height: 100%;
    display: flex;
    align-items: center;
}

.md-country-picker-item {
    padding: 0 0 0 22px;
    position: relative;
    font-family: 'DMSans';
    font-size: 12px;
    line-height: 20px;
    white-space: initial;
}

.md-country-picker-flag {
    width: 18px;
    height: 12px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.demo-country-picker > div {
    height: 50px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 7px 9px -10px #CBCBCB;
            box-shadow: 0px 7px 9px -10px #CBCBCB;
}

.form-control-dynamic .demo-country-picker {
    height: 40px;
    margin-top: 4px;
}

.form-control-dynamic .demo-country-picker > div {
    height: 40px;
}

.mbsc-material.mbsc-textfield-wrapper,
.mbsc-ios.mbsc-textfield-wrapper,
.mbsc-windows.mbsc-textfield-wrapper {
    margin: 0 !important;
}

.mbsc-material.mbsc-select.mbsc-ltr,
.mbsc-ios.mbsc-select.mbsc-ltr,
.mbsc-windows.mbsc-select.mbsc-ltr {
    width: 64px;
    height: 48px;
    padding: 0 22px 0 2px !important;
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    font-size: 14px;
    line-height: 64px;
    outline: 0;
    text-align: center;
    background: #fff !important;
    color: #495057 !important;
}

.form-control-dynamic .mbsc-material.mbsc-select.mbsc-ltr,
.form-control-dynamic .mbsc-ios.mbsc-select.mbsc-ltr,
.form-control-dynamic .mbsc-windows.mbsc-select.mbsc-ltr {
    height: 36px;
    border-radius: 5px 0 0 5px !important;
}

.mbsc-material.mbsc-select.mbsc-ltr:disabled,
.form-control-dynamic .mbsc-material.mbsc-select.mbsc-ltr:disabled,
.mbsc-ios.mbsc-select.mbsc-ltr:disabled,
.form-control-dynamic .mbsc-ios.mbsc-select.mbsc-ltr:disabled,
.mbsc-windows.mbsc-select.mbsc-ltr:disabled,
.form-control-dynamic .mbsc-windows.mbsc-select.mbsc-ltr:disabled {
    background-color: #e9ecef;
}

.mbsc-material.mbsc-select-icon.mbsc-ltr,
.mbsc-ios.mbsc-select-icon.mbsc-ltr,
.mbsc-windows.mbsc-select-icon.mbsc-ltr {
    top: 50%;
    right: 0 !important;
    left: 66% !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.form-control-dynamic .mbsc-material.mbsc-textfield-wrapper,
.form-control-dynamic .mbsc-ios.mbsc-textfield-wrapper,
.form-control-dynamic .mbsc-windows.mbsc-textfield-wrapper {
    position: relative;
    overflow: visible !important;
}

.form-control-dynamic .mbsc-material.mbsc-textfield-wrapper:after,
.form-control-dynamic .mbsc-ios.mbsc-textfield-wrapper:after,
.form-control-dynamic .mbsc-windows.mbsc-textfield-wrapper:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 9%;
    top: 5px;
    cursor: pointer;
}

.mbsc-material.mbsc-textfield-box.mbsc-focus,
.mbsc-material.mbsc-textfield-outline.mbsc-focus,
.mbsc-ios.mbsc-textfield-box.mbsc-focus,
.mbsc-ios.mbsc-textfield-outline.mbsc-focus,
.mbsc-windows.mbsc-textfield-box.mbsc-focus,
.mbsc-windows.mbsc-textfield-outline.mbsc-focus {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.mbsc-select-filter-input.mbsc-textfield-box.mbsc-focus,
.mbsc-select-filter-input.mbsc-textfield-outline.mbsc-focus {
    border-color: #0078d7 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 1px #0078d7 !important;
            box-shadow: inset 0 0 0 1px #0078d7 !important;
}

.mbsc-material.mbsc-textfield-box.mbsc-select:disabled,
.mbsc-ios.mbsc-textfield-box.mbsc-select:disabled,
.mbsc-windows.mbsc-textfield-box.mbsc-select:disabled {
    background-color: #e9ecef !important;
}

.mobile_num + .maskedField,
input.mobile_num {
    height: 48px !important;
    padding: 0 0 0 8px !important;
    margin: 0;
    border: 0;
    border-left: 1px solid #cfcfcf !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.form-control-dynamic .mobile_num + .maskedField,
.form-control-dynamic input.mobile_num {
    height: 36px !important;
    border-radius: 0 5px 5px 0 !important;
}

.mobile_num.errorinputbox {
    height: 48px !important;
}

input.mobile_num:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #cfcfcf;
}

.demo-country-picker > div:focus-within {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-item,
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item,
.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
    padding: 0 0 0 5px !important;
    color: #0072bc !important;
}

.mbsc-popup-content {
    position: relative;
    overflow: unset !important;
}

.mbsc-select-filter-cont {
    position: sticky !important;
    background-color: #fff;
    top: 0;
    z-index: 2;
}

/* .mbsc-windows.mbsc-scroller {
    position: relative;
    height: auto;
    max-height: 120px;
} */

.mbsc-popup-content .mbsc-textfield-inner {
    padding: 4px;
}

.mbsc-textfield-inner .mbsc-select-filter-input {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected,
.mbsc-ios.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected,
.mbsc-windows.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
    color: #0072bc;
    background-color: #ddd;
}

.mbsc-material.mbsc-scroller-wheel-item.mbsc-hover,
.mbsc-ios.mbsc-scroller-wheel-item.mbsc-hover,
.mbsc-scroller-bar,
.mbsc-scroller-bar:after,
.mbsc-windows.mbsc-scroller-wheel-item.mbsc-hover {
    color: #fff !important;
    background-color: #d61717 !important;
}

.mbsc-scroller-bar {
    width: 7px !important;
    border-radius: 15px;
    left: 2px;
}

.mbsc-scroller-bar:hover {
    width: 10px !important;
    left: unset !important;
}

.mbsc-scroller-bar-cont {
    background: #fff !important;
}

.mbsc-material-dark.mbsc-textfield,
.mbsc-material-dark.mbsc-page,
.mbsc-ios-dark.mbsc-textfield,
.mbsc-ios-dark.mbsc-page,
.mbsc-windows-dark.mbsc-textfield,
.mbsc-windows-dark.mbsc-page {
    background-color: #fff !important;
    color: #333 !important;
}

.mbsc-material-dark .mbsc-icon > svg,
.mbsc-ios-dark .mbsc-icon > svg,
.mbsc-windows-dark .mbsc-icon > svg {
    fill: #495057 !important;
}

.mbsc-material-dark.mbsc-scroller-wheel-item,
.mbsc-ios-dark.mbsc-scroller-wheel-item,
.mbsc-windows-dark.mbsc-scroller-wheel-item {
    background-color: #fff !important;
    border-color: #fff !important;
}

.mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-selected,
.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-selected,
.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-selected {
    background-color: #ddd !important;
}

.mbsc-material-dark.mbsc-scroller-wheel-cont,
.mbsc-ios-dark.mbsc-scroller-wheel-cont,
.mbsc-windows-dark.mbsc-scroller-wheel-cont {
    background-color: #fff !important;
}

.mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-hover,
.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-hover,
.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-hover {
    background-color: #d61717 !important;
}
/* Mobile field with country code style ends here */

input[type=radio]:disabled + .rectBox {
    cursor: not-allowed;
}


.pos-rel-top .checkTab {
    /* padding: 11px 8px !important; */
    border: 1px solid #ccc;
    text-align: center;
    color: var(--banner-text);
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px;
    background: #fff;
}
.checkTab.yes {
    border-radius: 20px 0 0 20px;
    display: inline-block;
    min-width: 14em;
    min-height: 40px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkTab {
    height: 18px;
    width: 18px;
}
    .checkTab.no {
        display: inline-block;
        min-width: 14em;
        min-height: 40px;
        display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.hideRadioBtn {
    opacity: 0;
    position: fixed;
    width: 0;
}
    .hideRadioBtn:checked + label {
        font-weight: bold;
        line-height: 1.3;
        border-radius: 5px;
        border: 2px solid var(--secondary);
        font-weight: 500;
        color: var(--primaryLabel);
    }
        .hideRadioBtn:checked + label::after {
            font-family: FontAwesome;
            content: "\f058";
            font-size: 20px;
            line-height: 20px;
            color: var(--secondary);
            background-color: #f6f6f6;
        }


        .hideRadioBtn:checked + label::before, .hideRadioBtn:checked + label::after {
            position: absolute;
            bottom: 0px;
            right: 48%;
            top: auto;
        }

.check-icon::after,
.xmark-icon::after,
.exclamation-icon::after {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
}

.check-icon::after {
    content: "\f058";
    color: #28a745;
}

.xmark-icon::after {
    content: "\f057";
    color: #dc3545;
}

.exclamation-icon::after {
    content: "\f06a";
    color: #ffc107;
}

.cursor-na {
    cursor: not-allowed;
}

.maskedField {
    line-height: 2;
    cursor: text;
    overflow: hidden;
}

.mobile_num + .maskedField {
    line-height: 2.5;
}

.pasaInputs .mobile_num + .maskedField {
    line-height: 3.5;
}

#modalMobile + .maskedField {
    line-height: 3.5;
}

.maskedField.disabled,
.maskedField:disabled {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

.input-group > .maskedField {
    margin-right: 0.5rem!important;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
    margin-bottom: 0;
}

.userInfo .date-field + .maskedField,
.pasaInputs .panfield + .maskedField,
.pasaInputs .emailfield + .maskedField {
    margin: 0 !important;
    border-radius: 5px !important;
    line-height: 2.4;
}

.userInfo .date-field + .maskedField {
    margin-right: 0.5rem!important;
}

.inptGrp .maskedField {
    width: 100% !important;
}

.tooltipIcon {
    padding-bottom: 10px;
    display: inline-block;
}

.tooltipIcon:hover .tooltipInfo {
    display: block !important;
}

.tooltipInfo {
    max-width: 300px;
    max-height: 200px;
    width: 300px;
    padding: 8px;
    border: 1px solid #c5c5c5;
    font-family: 'DMSANS';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: #fff;
    color: #333;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    overflow: auto;
    cursor: text;
}

    .KYC-Sub-Heading {
        color: #068FCF !important;
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 100% */
        letter-spacing: 0.24px;
    }
    .sub-text {
        color: var(--dark-surface-secondary-sz-colour-surface-secondary, #404040);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.24px;
    }
    .btn-add {
        border-radius: 8px;
        border: 1px solid var(--light-stroke-default-sz-colour-stroke-default, #E2E2E2);
        background: var(--light-surface-secondary-sz-colour-surface-secondary, #F9F9F9);
        color: var(--light-support-variable-sz-colour-support-variable, #145599);
        text-align: center;
        font-weight: 700;
        line-height: 18px; /* 150% */
        letter-spacing: 0.32px;
        padding: 8px 16px;
    }
    .lockdiv {
        border-radius: 4px;
        background: var(--light-neutral-neutral-1-sz-colour-neutral-1, #F1F4F7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 24px;
        height: 24px;
    }
    .resendOtp {
        color: #9e9e9e;
    }
    #creatNew .resendOtp {
        color: var(--secondary) !important;
    }
    .shielddiv {
        border-radius: 4px;
        display: flex;
    }
    .OTPerror-box{
        border-color:red;
    }
    .label-ckyc {
        color: var(--light-typography-primary-sz-colour-typo-primary, #282828);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.24px;
    }

    .sub-info {
        color: var(--light-typography-secondary-sz-colour-typo-secondary, #6E6E6E);
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; /* 125% */
        letter-spacing: 0.24px;
    }

.text-blue {
    color: #0072bc !important;
}

.lable-note {
    font-size: 13px;
    color: var(--secondary);
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .mbsc-popup-arrow-wrapper-bottom,
    .mbsc-material.mbsc-popup-buttons.mbsc-ltr,
    .mbsc-ios.mbsc-popup-buttons.mbsc-ltr {
        display: none;
    }
    .mbsc-material.mbsc-picker .mbsc-popup-body,
    .mbsc-ios.mbsc-picker .mbsc-popup-body {
        border-radius: 0;
    }
    .mbsc-material.mbsc-select-filter-cont,
    .mbsc-ios.mbsc-select-filter-cont {
        background: #fff !important;
        padding: 0 !important;
    }
    .mbsc-material.mbsc-scroller-wheel-group-cont,
    .mbsc-ios.mbsc-scroller-wheel-group-cont {
        padding: 0 !important;
    }
    .mbsc-material.mbsc-scroller-wheel-line,
    .mbsc-ios.mbsc-scroller-wheel-line {
        background: transparent !important;
    }
    .mbsc-scroller-wheel-item-2d .md-country-picker-item {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .mbsc-material.mbsc-scroller-wheel-item-2d.mbsc-selected,
    .mbsc-ios.mbsc-scroller-wheel-item-2d.mbsc-selected {
        color: #fff !important;
        background-color: #ddd !important;
        border-radius: 0;
    }
    .mbsc-material.mbsc-scroller-wheel-item-3d,
    .mbsc-material.mbsc-scroller-wheel-item-2d,
    .mbsc-ios.mbsc-scroller-wheel-item-3d,
    .mbsc-ios.mbsc-scroller-wheel-item-2d {
        padding: 0 0 0 5px !important;
        color: #0072bc !important;
        background: #fff !important;
    }
    .mbsc-material.mbsc-textfield-ripple,
    .mbsc-material.mbsc-textfield-inner-box.mbsc-focus,
    .mbsc-material.mbsc-textfield-inner-box,
    .mbsc-material.mbsc-select-filter-input,
    .mbsc-material.mbsc-scroller-bottom,
    .mbsc-material.mbsc-scroller-top,
    .mbsc-ios.mbsc-textfield-ripple,
    .mbsc-ios.mbsc-textfield-inner-box.mbsc-focus,
    .mbsc-ios.mbsc-textfield-inner-box,
    .mbsc-ios.mbsc-select-filter-input,
    .mbsc-ios.mbsc-scroller-bottom,
    .mbsc-ios.mbsc-scroller-top {
        background: #fff !important;
    }
}
/* Start PRODUCT CONFIGURATION ::sidebar changes */
.list-unstyled {
    padding-left: 0;
    list-style: none;
    display: block;
    border-bottom: none;
    width: 100%;
}

#sidebar .nav-item .icons:not(.add-new) img {
    height: 20px;
    width: 20px;
}

#sidebar .nav-item .icons i {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    margin-right: 18px;
}

#sidebar .nav-item .active .icons {
    color: var(--secondary);
}

#sidebar .nav-item .icons {
    color: var(--primary);
}

.secondaryHover:hover {
    color: #fff !important;
    background: #f8f5f9 !important;
}

.menu-list {
    align-self: center;
}

.sidebar-label {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--primary);
    letter-spacing: normal
}

.Rectangle_sidebar {
    width: 60px;
    height: 800px;
    box-shadow: 4px 0 14px -2px rgba(22, 22, 25, 0.07);
    border: solid 0.5px #e2e2e2;
    background-color: #fff;
}

    .Rectangle_sidebar .nav-tabs {
        overflow-y: scroll;
    }

        .Rectangle_sidebar .nav-tabs::-webkit-scrollbar {
            width: 5px;
            background-color: #ffffff;
        }

        .Rectangle_sidebar .nav-tabs::-webkit-scrollbar-track {
            /*-webkit-box-shadow: inset 0 0 6px #ffbeb0;*/
            background-color: #ffffff;
        }

        .Rectangle_sidebar .nav-tabs::-webkit-scrollbar-thumb {
            border-color: var(--secondary);
        }

#sidebar.active {
    min-width: var(--sidenav-width);
    max-width: var(--sidenav-width);
    text-align: center;
}

    #sidebar.active li.brd {
        border-bottom: none !important;
    }

    #sidebar.active .logo {
        padding: 10px 0;
    }

    #sidebar.active .closebar {
        display: none;
    }

    #sidebar.active .hamburger {
        display: inline-block;
    }

    #sidebar.active .menu-list {
        display: none !important;
    }

    #sidebar.active .nav-tabs {
        overflow-y: unset !important;
    }

    #sidebar.active .showSubMenu:hover > .SubMenu {
        display: block !important;
    }

#sidebar {
    position: fixed;
    z-index: 99;
    min-width: 260px;
    max-width: 200px;
    height: 100%;
    background: #ffffff;
    color: black;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
}


    #sidebar .closebar {
        display: inline-block;
    }

    #sidebar .hamburger {
        display: none;
    }

    #sidebar li.brd {
        border-bottom: 1px solid #ceced6;
    }

    #sidebar ul li {
        margin-bottom: 0 !important;
    }

        #sidebar ul li .SubMenuWrapper i {
            margin-right: 5px;
        }

        #sidebar ul li .SubMenuWrapper .subSubLabel i {
            margin-right: 8px;
        }

        #sidebar ul li.nav-item.showSubMenu .menu-list::after {
            content: "";
            background: url('../Content/images/svg/arrow-right.svg') no-repeat center center !important;
            right: 8px;
            text-align: center;
            vertical-align: middle;
            position: absolute;
            width: 10px;
            height: 10px;
            display: inline-block;
            top: 0;
            bottom: 0;
            height: 100%;
            transform: rotate(0deg);
            transition: transform 200ms ease-in;
        }

        #sidebar ul li.nav-item.showSubMenu.firstSubmenu .menu-list::after {
            content: none;
        }

        #sidebar ul li.nav-item.showSubMenu a.change-arrow .menu-list::after {
            transform: rotate(90deg);
        }

        #sidebar ul li.nav-item:hover {
            background-color: #ff9b2329;
            overflow: visible;
        }

        #sidebar ul li ul li.showActive a.active .sidebar-label {
            color: var(--secondary) !important;
        }

        #sidebar ul li a {
            padding: 11px 15px;
            display: block;
            color: black;
            border-bottom: #ceced6;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
        }

            #sidebar ul li a.active {
                border-left: 5px solid var(--secondary);
                background-color: #fff2e0;
            }

                #sidebar ul li a.active .sidebar-label {
                    color: var(--primary) !important;
                }

        #sidebar ul.SubMenu li a.active, #sidebar ul li.secondaryHover a.active {
            border-left: 2px solid transparent;
            background-color: #fff;
        }

            #sidebar ul.SubMenu li a.active .sidebar-label, #sidebar ul li.secondaryHover a.active .sidebar-label {
                color: #6d3078 !important;
            }
/* End PRODUCT CONFIGURATION ::sidebar changes */



.select_option {
    display: grid;
    /*padding: 4px 0px;*/

    text-align: center;
    font-size: 12px;
    margin-right: 18px;
    border: 1px solid #758cab;
    border-radius: 4px;
    background: #fff;
    color: #758cab;
    width: 9em;
    float: left;
    margin-bottom: 16px;
    height: 28px;
    line-height: 28px;
}





.validation .select_option {
    cursor: pointer;
}



.validation_input {
    background: #0072bc;
    color: #fff;
    /*padding: 4px 0px;*/

    border: none;
}



.clear {
    clear: both;
}

.tabValidation {
    display: flex;
    justify-content: space-between;
    padding: 14px 0px 0px 0px;
    /*background: #dff4ff;*/

    align-items: self-start;
    border-radius: 4px;
    gap: 18px;
    font-weight: 600;
}

.drawerBg {
    background: #e4f5ff !important;
}

.topBrd {
    border-top: 1px solid #4e5e66;
}

.mb-p-5 {
    margin-bottom: 5rem;
}

.pageHeading {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 4px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.pageSubHeading {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 4px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

/* for table Ab* */
.table_head {
    background: var(--primary-bg) !important;
}
/* ---------------------- */

.gap-3 {
    gap: 15px;
}

/* Custom Radio Design*/
.custom-radio .custom-control-label {
    cursor: pointer;
}

    .custom-radio .custom-control-label::before {
        width: 18px;
        height: 18px;
        transition: none;
    }

    .custom-radio .custom-control-label::after {
        top: 0.25rem;
        left: -1.5rem;
        width: 18px;
        height: 18px;
    }

.custom-radio .custom-control-input {
    box-shadow: none;
    width: 18px;
    height: 18px;
    top: 4px;
}

    .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
        border-color: var(--primary-bg);
        background-color: #fff;
        box-shadow: none;
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        background-image: none;
        background-color: var(--secondary);
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 8px;
        left: -20px;
    }

.need-help {
    max-width: 300px;
    position: absolute;
    top: -12px;
    right: 0;
    margin: 20px;
    z-index: 999;
}

.need-help #needHelpInfo {
    border-radius: 10px;
}

.need-help button {
    min-width: unset;
    padding: 10px !important;
    margin-left: auto;
    display: block;
}

.need-help .filled-btn {
    background: var(--secondary-bg) !important;
    border-radius: 200px !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    padding: 12px 24px !important;
}

.need-help .btn-close {
    border: 0;
    padding: 0 !important;
    background: none !important;
    opacity: 1;
    box-shadow: none !important;
    }
/* Aggregator customer registration modal Starts here */
#customerRegModal .sub-header {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.regLinkCopySection {
    border: 1px solid #D6D6D6A6;
    padding: 7px 8px 7px 12px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.copyText {
    background-color: #F0F7FF;
    padding: 8px 10px;
    display: flex;
    gap: 6px;
    color: #005EAC;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.confetti {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: -1;
}

.policyInsContentWrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    background: rgba(0, 94, 172, 0.06);
    padding: 20px 16px 24px 18px;
    border-radius: 8px;
    align-items: center;
    border: 1px solid rgba(0, 94, 172, 1);
    width: 100%;
}

    .policyInsContentWrapper .header {
        font-size: 18px;
        font-weight: 700;
        color: rgba(0, 94, 172, 1);
    }

    .policyInsContentWrapper .imagesSection {
        position: relative;
        bottom: -24px;
        right: -17px;
    }

.redTitle {
    font-size: 24px;
    font-weight: 700;
    color: rgba(175, 6, 6, 1);
    text-align: center;
}

.greenTitle {
    font-size: 24px;
    font-weight: 700;
    color: rgba(67, 160, 71, 1);
    text-align: center;
}

.aa-filled-btn {
    width: 100%;
    outline: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--secondary);
    border-radius: 5px;
    box-shadow: 0px 5px 10px -3px #FFD7A6;
}

.aa-btn {
    outline: none !important;
    color: var(--secondary) !important;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff !important;
    border-radius: 5px;
    border: 1px solid var(--secondary);
    box-shadow: 0px 5px 10px -3px #FFD7A6;
}

.aggregatorCard div .input-field input[type='radio']:checked, .regCard div .input-field input[type='radio']:checked {
    background-color: #B5B5B5;
}

/* active card styling */
.aggregatorCard.active, .regCard.active {
    border: 1px solid var(--secondary);
    background-color: #FC951A0D;
}

    .aggregatorCard.active div .input-field label, .regCard.active div .input-field label {
        color: #054C87;
    }


    .aggregatorCard.active div .input-field input[type='radio'], .regCard.active div .input-field input[type='radio'] {
        box-shadow: 0 0 0 2px var(--secondary);
        background-color: var(--secondary);
    }


.aggregatorCard img, .regCard img, .benefitCard img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.regCard img, .aggregatorCard img {
    border-bottom-right-radius: 8px;
}

.aaModalHeader {
    color: #B45309;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.aaModalSubHeader {
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
/* in-active card styling */
.aggregatorCard, .regCard {
    position: relative;
    border: 1px solid #D7D7D7A6;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 18px 14px 22px 18px;
    z-index: 2;
    cursor: pointer;
}

    .regCard div .input-field label {
        color: #404040;
        font-size: 16px;
        cursor: pointer;
        font-weight: 700;
    }

    .aggregatorCard div .input-field label {
        color: #404040;
        font-size: 20px;
        cursor: pointer;
        font-weight: 700;
        margin-left: 8px;
    }

    .aggregatorCard div .input-field input[type='radio'], .regCard div .input-field input[type='radio'] {
        border: 2px solid white;
        box-shadow: 0 0 0 2px #B5B5B5;
        appearance: none;
        border-radius: 50%;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background-color: #fff;
        transition: all ease-in 0.2s;
        margin-top: -4px;
    }


    .aggregatorCard div .input-field ul li {
        padding-left: 24px;
        margin-left: -40px;
        margin-right: 20px;
        margin-top: 4px;
        list-style-type: none;
        font-size: 14px;
        font-weight: 500;
    }

#aggregatorNoList li {
    color: #737373;
    background: url(../Content/images/info.svg) no-repeat left top;
}

#aggregatorYesList li {
    color: #000;
    background: url(../Content/images/green-tick.svg) no-repeat left top;
}


#customerRegModal .header {
    font-size: 24px;
    color: #43A047;
    font-weight: 700;
}

#customerRegModal .sub-header {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.regLinkCopySection {
    border: 1px solid #D6D6D6A6;
    padding: 7px 8px 7px 12px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
    .regLinkCopySection span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 74%;
    }

.copyText {
    background-color: #F0F7FF;
    padding: 8px 10px;
    display: flex;
    gap: 6px;
    color: #005EAC;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.confetti {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: -1;
}

.gap-3 {
    gap: 15px;
}

.recommendText {
    background: linear-gradient(97.13deg, color-mix(in srgb, var(--secondary) 80%, #f6f6f6) 20%, var(--secondary) 80%);
    border: 4px solid #FFFFFF;
    padding: 4px 12px;
    border-radius: 20px;
    position: absolute;
    top: -20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    right: 14px;
}

.thumb-icon {
    position: relative !important;
    margin-right: 3px;
    bottom: 3px !important;
    z-index: 1 !important;
}

.twoMoreMinuteWrapper {
    background: linear-gradient(109deg, #c9e7ff61 62.56%, #1069b445 123.44%);
    padding: 24px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.regTimerHeader {
    color: #0A3F70;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.timerText {
    color: #262626;
    font-size: 36px;
    font-weight: 700;
}

#twoMoreMinuteBtn:disabled {
    cursor: not-allowed !important;
    color: rgba(151, 151, 151, 1);
    border: 1px solid rgba(151, 151, 151, 1);
}

    #twoMoreMinuteBtn:disabled svg path {
        fill: rgba(151, 151, 151, 1);
    }

#twoMoreMinuteBtn svg path {
    fill: #005EAC;
}

#twoMoreMinuteBtn {
    border: 1px solid #005EAC;
    color: #005EAC;
    padding: 10px 40px;
    border-radius: 36px;
    display: flex;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    gap: 8px;
    align-items: center;
}
.benefitCard {
    width: 100%;
    border: 1px solid rgba(175, 6, 6, 0.3);
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 18px 18px 24px 18px;
    background: linear-gradient(97.13deg, rgba(251, 174, 174, 0.7) 5.56%, rgba(255, 246, 246, 1) 94.44%);
}

    .benefitCard div .input-field ul li {
        padding-left: 24px;
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 4px;
        list-style-type: none;
        color: rgba(38, 38, 38, 1);
        font-size: 14px;
        font-weight: 500;
        background: url(../Content/images/aa-red-info.svg) no-repeat left top;
    }

.benefitCard {
    width: 100%;
    border: 1px solid rgba(175, 6, 6, 0.3);
    border-radius: 8px;
    padding: 18px 18px 24px 18px;
    background: linear-gradient(97.13deg, rgba(251, 174, 174, 0.7) 5.56%, rgba(255, 246, 246, 1) 94.44%);
}

/* Aggregator customer registration modal Ends here */


.email-suggestion-list {
    width: 90%;
    background-color: white;
    position: absolute;
    z-index: 1;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #c5c5c5;
}

    .email-suggestion-list:empty {
        border: none;
    }

    .email-suggestion-list div {
        background-color: white;
        padding: 3px 1em;
        color: #333333;
    }

        .email-suggestion-list div:hover {
            background-color: var(--secondary);
            color: white;
        }

#easyassist-side-nav-options-co-browsing {
    height: auto !important;
}
