body {
    word-break: break-all;
    font-family: "Montserrat", serif !important;
    overflow-y: auto;
    padding: 0 !important;
}
.login_model {
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-size: initial;
    background-image: url("../../bms/img/lbg.jpg");
    background-size: 50%;
    background-attachment: fixed;
}

.row {
    margin: 0 !important;
}
.horizontal_scroll {
    overflow-x: auto;
}
.vertical_scroll {
    overflow-y: auto;
}

/* Position */
.relative {
    position: relative;
}
/* Position */

/* Display */
.d-flex {
    display: flex;
}
.d-block {
    display: block;
}
/* Display */

/* Margin */
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mt-14 {
    margin-top: 14px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-14 {
    margin-bottom: 14px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
/* Margin */

/* Padding */
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Padding */

/* Align */
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
/* Align */

.col-span-2{
    grid-column: span 2/span 2;
}

a {
    color: #4A4FDC !important;
    text-decoration: none !important;
}
a.tdu{
    text-decoration: underline !important;
}
.primary_button {
    border: 1px solid #28C76F;
    background: #28C76F;
    color: #FFFFFF;
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.07px;
    margin: 0 auto;
    display: block;
    min-width: 238px;
    min-height: 70px;
    border-radius: 50px;
}
.primary_button:hover {
    border: 1px solid #2B1DA2;
    background: #2B1DA2;
}

.w-70 {
    width: 70%;
}
.buttons {
    padding: 10px 22px;
    min-height: 70px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.07px;
}
.primary_btn {
    border: 1px solid #4C4C4C;
    background: #4C4C4C;
}
.primary_btn:hover {
    background:#2B1DA2;
}
.secoundry_btn {
    border: 1px solid #2B1DA2;
    background: #2B1DA2;
}
.secoundry_btn:hover {
    background: #4C4C4C;
}
.third_btn {
    border: 1px solid #4A4FDC;
    background: #4A4FDC;
}
.third_btn:hover {
    border-color: #4C4C4C;
    background: #4C4C4C;
}
.arrow_btn {
    background: #5855BC;
    padding: 1px 7px;
    border-radius: 4px;
}
.arrow_btn:hover {
    background: #4C4C4C;
}
.arrow_btn img {
    width: 48px;
}
input.form-control {
    color: #1F293A;
    border: 1px solid #CDD5E0;
    font-family: "Montserrat", serif;
    font-size: 14px !important;
    font-weight: 200;
    line-height: 17.07px;
    letter-spacing: 0.06px;
    text-align: left;
    margin-bottom: 0;
    box-shadow: none;
    padding: 10px 22px;
    min-height: 70px;
    border-radius: 10px !important;
}
input.search {
    padding: 10px 45px 10px 22px;
    background-image: url("/bms/img/iserch.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 24px;
}

input.new_search {
    border-bottom: 1px solid #CDD5E0;
    min-height: 50px;
    padding: 10px 45px 10px 10px;
    background-image: url("/bms/img/iserch.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 24px;
    color: #898585;
    font-family: "Montserrat", serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: 0.06px;
}

input.optional{
    background: #DCDCDC;
}
input.form-control:focus {
    box-shadow: none;
    border: 1px solid #CDD5E0;
}
select.form-select {
    border: 1px solid #CDD5E0;
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.94px;
    letter-spacing: 0.08px;
    text-align: left;
    margin-bottom: 0;
    box-shadow: none;
    padding: 11px 22px;
    min-height: 70px;
    border-radius: 10px !important;
    width: 100%;
}

.form-control-group {
    position: relative;
}
.form-control-group label {
    color:#5E6368;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 0 4px;
    background: #FFF;
    position: absolute;
    top: calc(50% - 32px);
    left: 12px;
    z-index: 9;
}
.form-control-group label span {
    color: #E00000;
    font-weight: 600;
}
.form-control-group input {
    border: 1px solid #4D4D4D;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #4D4D4D;
    width: 100%;
}
.form-control-group input[type="date"] {
    line-height: 20px;
}
.form-control-group select {
    border: 1px solid #4D4D4D;
    border-radius: 4px;
    padding: 14px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #4D4D4D;
    width: 100%;
}
.form-control-group input[type="file"]::-webkit-file-upload-button {
    display: none;
}
.form-control-group input[type="file"]::before {
    content: 'Browse';
    color: #FFF;
    background: #5855BC;
    display: inline-block;
    border-radius: 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
}
.form-control-group input.search {
    padding: 14px 45px 14px 15px;
    background-image: url("/bms/img/iserch.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 24px;
}
.form-control-group input.arrow {
    padding-right: 45px;
}
.form-control-group .arrow_grp {
    position: relative;
}
.form-control-group .arrow_grp button {
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    background: transparent;
    padding: 0;
}
.form-control-group-checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
}
.form-control-group-checkbox input{
    margin: 0;
    border: 1px solid #838B91;
    border-radius: 3px;
    width: 18px;
    aspect-ratio: 1/1;
}
.form-control-group-checkbox p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.form-control-radio {
    border: 1px solid #CDD5E0;
    box-shadow: none;
    padding: 10px 22px;
    min-height: 70px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-control-radio .radio-options {
    display: flex;
    align-items: center;
    gap: 25px;
}
.form-control-radio .radio-options {
    display: flex;
    align-items: center;
    gap: 25px;
}
.form-control-radio .radio-options input {
    margin: 0;
    width: 32px;
    background: #D9D9D9;
}
.form-control-radio .radio-options input[type="radio"] {
    display: none;
}
.form-control-radio label {
    position: relative;
    padding-left: 42px;
    cursor: pointer;
}
.form-control-radio label::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #D9D9D9;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}
.form-control-radio label::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #2B1DA2;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}
.form-control-radio input[type="radio"]:checked + label::before {
    border-color: #2B1DA2;
}
.form-control-radio input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(0.55);
}
.form-control-radio * {
    color: #1F293A;
    font-family: "Montserrat", serif;
    font-size: 14px !important;
    font-weight: 200;
    line-height: 17.07px;
    letter-spacing: 0.06px;
    margin: 0;
}

.note {
    color: #1F293A;
    font-family: "Montserrat", serif;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 14.63px;
    letter-spacing: 0.05px;
}
.info {
    color: #FF9F43;
    font-family: "Montserrat", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    letter-spacing: 0.05px;
    text-align: center;
    background: #FF9F431F;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 28px;
}

.mh_100 {
    min-height: 100vh !important;
}

/* Login */
.login_page .lp_left {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 75px;
    padding-right: 0;
}
.login_page .lp_left h1 {
    color: #FFF;
    font-family: "Montserrat", serif;
    font-size: 40px !important;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.17px;
    margin: 0;
}
.login_page .lp_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 115px 20px 18px;
}
.login_page .lp_right .lpr_container {
    max-width: 496px;
    margin: 0 auto;
}
.login_page .lp_right .title {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.login_page .lp_right .title hr {
    margin: 0 auto;
    border-color: #D4D4D4;
    max-width: 318px;
}
.login_page .lp_right h2 {
    font-family: "Montserrat", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.88px;
    letter-spacing: 0.16px;
    text-align: center;
    color: #1F293A;
    margin-bottom: 14px;
}
.login_page .lp_right .two_fields {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}
.login_page .lp_right .mobile_number {
    display: grid;
    grid-template-columns: 112px auto;
    gap: 14px;
}
.login_page .lp_right .mobile_number input {
    padding-right: 85px;
}
.login_page .lp_right .mobile_number a {
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.06px;
    position: absolute;
    top: calc(50% - 9px);
    right: 18px;
}

.login_page .lp_right .otp_row .otp_fields {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 24px;
}
.login_page .lp_right .otp_row .otp_fields input {
    text-align: center;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 21.94px;
    letter-spacing: 0.08px;
}
.login_page .lp_right .code {
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    letter-spacing: 0.06px;
}
.login_page .lp_right .ocuption {
    margin: 40px 0 !important;
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.94px;
    letter-spacing: 0.05px;
}
.login_page .lp_right .signin a {
    font-family: "Montserrat", serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.07px;
}
.login_page .lp_right .msme_number {
    display: grid;
    grid-template-columns: 70px auto;
    gap: 14px;
}

.bussiness_location select,
.bussiness_location input {
    font-weight: 600;
}

.thank_you .note {
    margin: 0 50px 46px;
    line-height: 26px;
}
/* Login */

/* Top Bar */
.moden_dashbord nav.main-menu {
    width: 360px !important;
    padding: 40px 0 20px !important;
    overflow: auto !important;
    background: #4C4C4C !important;
    z-index: 9999;
}
.moden_dashbord .right_section {
    padding-left: 360px;
}
.moden_dashbord .right_section .top_bar {
    padding: 0 50px;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 0.3px solid #393939;
    position: relative;
}
.moden_dashbord .right_section .top_bar .top_right_menu {
    position: absolute;
    top: 80px;
    right: 0;
    background: #FFF;
    border-radius: 0 0 6px 6px;
    border: 1px solid #DBDFEA;
    min-width: 311px;
    z-index: 9;
}
.moden_dashbord .right_section .top_bar .top_right_menu .tr_item {
    padding: 9px 32px;
    display: grid;
    grid-template-columns: 24px auto;
    align-items: center;
    gap: 34px;
}
.moden_dashbord .right_section .top_bar .top_right_menu .tr_item:not(:last-child) {
    border-bottom: 1px solid #DBDFEA;
}
.moden_dashbord .right_section .top_bar .top_right_menu .tr_item .tr_contain h6 {
    color: #1F293A;
    font-size: 13px;
    font-weight: 600;
    line-height: 17.18px;
    margin: 0;
}
.moden_dashbord .right_section .top_bar .top_right_menu .tr_item .tr_contain p {
    color: #1F293A;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.86px;
    margin: 0;
}
.moden_dashbord .right_section .top_bar .top_right_menu .tr_item .tr_contain p.dec {
    font-size: 10px;
    line-height: 12.19px;
}
.moden_dashbord .right_section .drop_down,
.moden_dashbord .right_section #mobile_menu_btn {
    background: transparent;
    padding: 0;
}
.moden_dashbord .right_section .drop_down {
    float: right;
}
.moden_dashbord .left_sidbar .user_info {
    margin: 0 20px 16px;
}
.moden_dashbord .left_sidbar .user_info h3 {
    color: #FFFFFF;
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.025em;
}
.moden_dashbord .left_sidbar .user_info p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 0.025em;
}
.moden_dashbord .left_sidbar .nav_list {
    margin: 0;
}
.moden_dashbord .left_sidbar .nav_list li {
    width: 100%;
    padding: 0;
    line-height: 0;
}
.moden_dashbord .left_sidbar .nav_list li span {
    color: #FFF !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.025em;
}
.moden_dashbord .left_sidbar .nav_list li.active {
    background: #040218;
}
.moden_dashbord .left_sidbar .nav_list li a {
    width: 100%;
    padding: 13px 15px 13px 25px;
    background: transparent !important;
    line-height: 0;
    display: grid;
    grid-template-columns: auto 25px;
    gap: 10px;
}
.moden_dashbord .left_sidbar .nav_list li a .nl_info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.moden_dashbord .left_sidbar .nav_list li .nl_icon img {
    transition: all 0.5s ease;

}
.moden_dashbord .left_sidbar .nav_list li.active .nl_icon img {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu {
    width: 100%;
    background: #1F293A;
    display: none;
}
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu.open {
    display: block;
}
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu li a {
    padding-left: 45px;
}
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu li span {
    font-size: 16px;
}
/* .moden_dashbord .left_sidbar .nav_list li .nl_sub_menu li.active {
    background: #FFFFFF;
}
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu li.active span {
    color: #040218 !important;
} */
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu li .sec {
    display: none;
    transform: unset;
}
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu li.active .pri {
    display: none;
}
.moden_dashbord .left_sidbar .nav_list li .nl_sub_menu li.active .sec {
    display: block;
}
/* Top Bar */

.moden_dashbord .main_right {
    padding: 62px 18px;
}

/* Dashbord */
.moden_dashbord .md_dashbord {
    background: #ECF7EE;
    padding: 32px;
}
.moden_dashbord .md_dashbord .fs_dashbord {
    display: flex;
    align-items: center;
}
.moden_dashbord .md_dashbord .fs_left {
    display: flex;
    gap: 35px;
    align-items: center;
}
.moden_dashbord .md_dashbord .fs_left p {
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: 0.025em;
}
.moden_dashbord .md_dashbord select {
    float: right;
    border: none;
    border-radius: 0 !important;
    width: auto;
    min-height: unset;
    height: auto;
}

.moden_dashbord .md_dashbord .ss_dashbord {
    display: grid;
    grid-template-columns: 39.6% 23.65% auto;
    gap: 95px;
}
.moden_dashbord .md_dashbord .ss_dashbord .primary_box {
    border: 1px solid #000000;
    background: #FFF;
    padding: 24px;
}
.moden_dashbord .md_dashbord .ss_dashbord .primary_box h6 {
    color: #494949;
    font-size: 26px;
    font-weight: 600;
    line-height: 31.47px;
    letter-spacing: 0.025em;
    margin: 0 0 22px;
}
.moden_dashbord .md_dashbord .ss_dashbord .primary_box p {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    letter-spacing: 0.025em;
    margin: 0 0;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFF;
    padding: 28px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #CDD5E0;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: 0.025em;
    text-align: center;
    margin: 0 0 0;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: 0.025em;
    text-align: center;
    margin: 32px 0 18px;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box h6 span {
    display: block;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #BABFC7;
    padding: 14px 10px 0;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box ul li span {
    background: #E65100;
    border: 1px solid #BABFC7;
    display: inline-block;
    width: 14px;
    height: 14px;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box ul li div {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    letter-spacing: 0.025em;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
}
.moden_dashbord .md_dashbord .ss_dashbord .secoundry_box ul li p {
    color: #494949;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    letter-spacing: 0.025em;
}
/* Dashbord */

/* Dashbord Two */
.moden_dashbord .mdd_two .ss_dashbord .primary_box {
    background: #F1F0FF80;
}
.moden_dashbord .mdd_two .ssd_two .primary_box {
    background: #FFFEF080;
}
.moden_dashbord .mdd_two .secoundry_box {
    border: none !important;
}
.moden_dashbord .mdd_two .ss_dashbord .secoundry_box {
    background: #F9F9F980;
}
.moden_dashbord .mdd_two .ss_dashbord .secoundry_box:last-child {
    background: #FFF9E780;
}
.moden_dashbord .mdd_two .ssd_two .secoundry_box {
    background: #FDF0F080;
}
.moden_dashbord .mdd_two .ssd_two .secoundry_box:last-child {
    background: #F5FFFA80;
}
/* Dashbord Two */

/* Dashbord Three */
.moden_dashbord .mdd_three .ss_dashbord {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}
.moden_dashbord .mdd_three .ssd_two {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 80px;
    margin: 80px 0 0;
}
.moden_dashbord .mdd_three .primary_box,
.moden_dashbord .mdd_three .secoundry_box {
    border: none !important;
}
/* Dashbord Three */

/* Dashbord Four */
.moden_dashbord .mdd_four .ss_dashbord {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}
.moden_dashbord .mdd_four .ss_dashbord .primary_box {
    background: #F6F5F5bc;
    border: 1px solid #979797;
}
.moden_dashbord .mdd_four .ss_dashbord .primary_box:last-child {
    background: #F0EFFFbc;
}
.moden_dashbord .mdd_four .ssd_two {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 80px;
    margin: 80px 0 0;
}
.moden_dashbord .mdd_four .ssd_two .secoundry_box {
    background: #ECF6FFbc;
    border: 1px solid #979797;
}
.moden_dashbord .mdd_four .ssd_two .secoundry_box:nth-child(2) {
    background: #FFFAF4bc;
}
.moden_dashbord .mdd_four .ssd_two .secoundry_box:nth-child(3) {
    background: #FEFFEBbc;
}
.moden_dashbord .mdd_four .ssd_two .secoundry_box:nth-child(4) {
    background: #FEF4FFbc;
}
/* Dashbord Four */

/* Dashbord Five */
.moden_dashbord .mdd_five .ss_dashbord {
    display: grid;
    grid-template-columns: auto 25.943%;
    gap: 160px;
}
.moden_dashbord .mdd_five .ss_dashbord .left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.moden_dashbord .mdd_five .ssd_two {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 160px;
    margin: 40px 0 0;
}
/* Dashbord Five */

/* Dashbord Six */
.moden_dashbord .mdd_six .ss_dashbord {
    display: grid;
    grid-template-columns: auto 25.943%;
    gap: 160px;
}
.moden_dashbord .mdd_six .ss_dashbord .left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.moden_dashbord .mdd_six .ss_dashbord .left .primary_box {
    background: #EFF1FA;
}
.moden_dashbord .mdd_six .ss_dashbord .left .primary_box:last-child {
    background: #F3F6F3;
}
.moden_dashbord .mdd_six .ssd_two {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 160px;
    margin: 40px 0 0;
}
.moden_dashbord .mdd_six .ss_dashbord .secoundry_box {
    border: none;
    background: #F9F5FA;
}
.moden_dashbord .mdd_six .ssd_two .secoundry_box {
    background: #F9F9F2;
    border: none;
}
.moden_dashbord .mdd_six .ssd_two .secoundry_box:nth-child(2) {
    border: 1px solid #979797;
    background: #ECF6FA;
}
.moden_dashbord .mdd_six .ssd_two .secoundry_box:last-child {
    border: none;
    background: #F8FDEC;
}
/* Dashbord Six */

/* Profile */
.moden_dashbord .md_profile {
    background: #ECF7EE;
    padding: 40px 0 0;
    display: grid;
    grid-template-columns: 280px auto;
    gap: 0 100px;
    min-height: calc(100vh - 204px);
}
.moden_dashbord .md_profile .tab {
    background: #FFF;
    border: 0.3px solid #393939;
    border-radius: 3px;
}
.moden_dashbord .md_profile .tab button {
    width: 100%;
    text-align: left;
    background: #1C0EAF;
    border: 1px solid #1C0EAF;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: 0.025em;
    padding: 10px 20px;
    height: 60px;
    display: flex;
    align-items: center;
}
.moden_dashbord .md_profile .tab button.active {
    background: #4A4FDC;
    border-color: #4A4FDC;
}
.moden_dashbord .md_profile .info_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px 84px;
    padding: 0 100px 20px 0;
}
.moden_dashbord .md_profile .info_list .info_item {
    background: #FFFFFF;
    padding: 15px 21px;
    border-bottom: 1px solid #979797;
    display: grid;
    grid-template-columns: 40px auto;
    gap: 0 20px;
    align-items: center;
}
.moden_dashbord .md_profile .info_list .info_item label {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0;
}
.moden_dashbord .md_profile .info_list .info_item p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin: 13px 0 0;
}
.moden_dashbord .md_profile .info_list .info_item input {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin: 9px 0 0;
    padding: 0;
    border: none;
}
.moden_dashbord .md_profile .tabcontent {
    display: none;
}
/* Profile */

/* My Leads */
.leads_text {
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0.025em;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.my_leads {
    background: #ECF7EE;
}
.popup_button {
    padding: 0 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
}
.popup_button button {
    padding: 0 !important;
    border-radius: 50px !important;
}
.popup_button .buttons {
    padding: 10px 22px !important;
    border-radius: 10px !important;
    width: auto !important;
    min-height: 50px;
}
.dataTables_wrapper .col-sm-12 {
    padding: 0;
}
.my_leads .my_leads_main {
    background: #FFFFFF;
    padding: 40px 0;
}
table.md_table * {
    font-family: "Montserrat", serif !important;
}
table.md_table {
    margin: 0 !important;
}
table.md_table thead th {
    padding: 15px 26px 15px 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
    color: #000000 !important;
    white-space: nowrap !important;
}
table.md_table tbody tr td {
    padding: 13px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    color: #000000 !important;
}
table.md_table tbody tr td:has(input) {
    padding: 1px 10px !important;
}
table.md_table tbody tr td:has(.optional) {
    display: flex;
    align-items: center;
    gap: 5px;
}
table.md_table tbody tr td:has(.action) {
    padding: 8px 10px !important;
}
table.md_table tbody tr td input {
    min-height: 38px;
}
table.md_table thead tr th.arrow_remove {
    padding-right: 10px !important;
}
table.md_table thead tr th.arrow_remove::before,
table.md_table thead tr th.arrow_remove::after {
    display: none !important;
}
table.md_table tbody .even td {
    background-color: #F2F7FE !important;
}
table.md_table tbody tr td span {
    font-size: 10px !important;
    font-weight: 300 !important;
    line-height: 10px !important;
    display: block !important;
}
table.md_table tbody tr td.true {
    color: #2FB169 !important;
}
table.md_table tbody tr td.false {
    color: #4A4FDC !important;
}
table.md_table tbody tr td .status_true {
    color: #2FB169 !important;
    border: 1px solid #0E6245 !important;
    background: #CBF4C9 !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    text-align: center !important;
}
table.md_table tbody tr td .status_false {
    color: #FFF !important;
    border: 1px solid #950000 !important;
    background: #FF0000 !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    text-align: center !important;
    text-align: center !important;
}
table.md_table input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    margin: 0 !important;
    border: 1px solid #6F809E !important;
    background: transparent !important;
    text-align: center !important;
}
table.md_table tbody tr td .bank_option {
    display: flex;
    gap: 14px;
    align-items: center;
}
table.md_table tbody tr td .bank_option img {
    height: 30px;
    object-fit: contain;
}
table.md_table tbody tr td.status {
    width: 80px;
    word-break: normal;
    color: #E65100 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
table.md_table tbody tr td.status.sales {
    color: #2FB169 !important;
}
table.md_table tbody tr td.status.credit {
    color: #1C0EAF !important;
}
table.md_table tbody tr td.status.legal {
    color: #0E6245 !important;
}
table.md_table tbody tr td.status.disbirsed {
    color: #1F293A !important;
}
table.md_table tbody tr td.status.rejected {
    color: #950000 !important;
}
.profile {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile .name_letter {
    color: #5855BC;
    font-weight: 500;
    border: 1px solid #5855BC;
    background: #F5F6FA;
    width: 42px;
    aspect-ratio: 1/1;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-backdrop {
    background: transparent !important;
}
.modal {
    background: #616161cc !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.modal.right .modal-content {
    padding: 10px 20px 30px;
}
.modal.right .modal-content .modal-header {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal.right .modal-content .modal-body .fgroups h6.modal-title,
.modal.right .modal-content .modal-header .modal-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
}
.modal.right .modal-content hr {
    border: 1px solid #E4E4E4;
    margin: 7px 0 0;
}
.modal.right .modal-content .close {
    position: relative;
    top: unset;
    right: unset;
    margin: 0;
}
.modal.right .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 10px 0;
    min-height: calc(100vh - 82px);
    gap: 20px;
}
.modal.right .modal-content .modal-body:has(.fgroups) {
    padding: 25px 10px 0;
}
.modal.right .modal-content .modal-body .fgroups {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal.right .modal-content .modal-body .fgroups h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.modal.right .modal-content .modal-body .fgroups hr {
    margin-bottom: 20px;
}
.modal.right .modal-content .modal-body .fields_group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px 55px;
}
.modal.right .modal-content .modal-body .fields_group.main_otp_group {
    display: grid;
    grid-template-columns: auto 60%;
}
.modal.right .modal-content .modal-body .fields_group .col-span-2{
    grid-column: span 2/span 2;
}
.modal.right .modal-content .footer_btns {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}
.modal.right .modal-content .buttons {
    border: 2px solid #4A4FDC;
    background: #4A4FDC;
    border-radius: 4px;
    padding: 10px 54px;
    min-height: 60px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    letter-spacing: 0.06px;
    width: auto;
}
.modal.right .modal-content .buttons:hover {
    border-color: #4C4C4C;
    background: #4C4C4C;
}
.modal.right .modal-content .buttons.cancel {
    background: #FFF;
    color: #4A4FDC;
}
.modal.right .modal-content .buttons.cancel:hover {
    background: #4A4FDC;
    border-color: #4A4FDC;
    color: #FFF;
}
/* My Leads */

/* My Leads Registration */
.my_leads_registration {
    background: #ECF7EE;
}
.my_leads_registration .registration_tab {
    background: #FFFFFF;
    min-height: calc(100vh - 204px);
}
.my_leads_registration .registration_tab {
    padding: 0;
    display: grid;
    grid-template-columns: 19.029% auto;
}
.my_leads_registration .registration_tab .tab {
    padding: 40px 0 0;
}
.my_leads_registration .registration_tab .tab button {
    padding: 14px 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #040218;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 10px;
}
.my_leads_registration .registration_tab .tab button.active {
    background: #E5F0FF;
}
.my_leads_registration .registration_tab .tab button.active img {
    opacity: 0;
}
.my_leads_registration .registration_tab .contain {
    border: 1px solid #000000;
    padding: 50px 45px;
    border-radius: 5px;
}
.my_leads_registration .registration_tab .contain .tabcontent {
    display: none;
}
.my_leads_registration .registration_tab .contain .popup_button {
    padding: 0;
}
.my_leads_registration .registration_tab .contain .contain_part {
    padding: 25px 35px 0;
}
.my_leads_registration .registration_tab .contain .apply_loan .al_first {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 50px;
}
.my_leads_registration .registration_tab .contain .apply_loan .al_secound {
    max-width: 690px;
    margin: 40px auto 0;
}

.my_leads_registration .registration_tab .contain .create_acount .ca_first {
    display: grid;
    grid-template-columns: 22.5% 22.5% auto;
    gap: 25px 50px;
}

.my_leads_registration .registration_tab .contain .company_details .cc_first,
.my_leads_registration .registration_tab .contain .company_details .cc_section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px 50px;
}
.my_leads_registration .registration_tab .contain .company_details .cc_section {
    margin: 25px 0;
}
.my_leads_registration .registration_tab .contain .company_details .cc_section .left {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px 50px;
}
.my_leads_registration .registration_tab .contain .company_details .msme_number {
    display: grid;
    grid-template-columns: 70px auto;
    gap: 14px;
}
.my_leads_registration .registration_tab .contain .company_details .cc_three {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px 50px;
}

.my_leads_registration .registration_tab .contain .bussiness_details .bd_first {
    display: grid;
    grid-template-columns: auto 30.225%;
    gap: 25px 50px;
}
.my_leads_registration .registration_tab .contain .bussiness_details .bd_secound {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 50px;
}
/* My Leads Registration */

/* CNL - CaseFiles-details */
.cf_details {
    background: #ECF7EE;
}
.cf_details .cfd_main {
    background: #FFFFFF;
    padding: 50px 45px;
}
.cf_details .cfd_main .cf_first {
    display: grid;
    grid-template-columns: 80% auto;
    align-items: center;
    gap: 20px;
}
.cf_details .cfd_main .cf_first h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34.46px;
    color: #393939;
    margin: 0;
}
.cf_details .cfd_main .cf_first p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 21.54px;
}
.cf_details .cfd_main .cf_first img {
    display: block;
    margin-left: auto;
}
.cf_details .cfd_main .cf_secound {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 35px 0;
    min-height: calc(100vh - 360px);
}
.cf_details .cfd_main .cf_secound .items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 50px;
}
.cf_details .cfd_main .cf_secound .items.five_col {
    grid-template-columns: repeat(5,1fr);
}
.cf_details .cfd_main .cf_secound .footer_button {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    padding: 20px 0 0;
}
.cf_details .cfd_main .cf_secound .footer_button button {
    width: auto;
}
/* CNL - CaseFiles-details */

/* Create Invoice */
.cf_details.upload_invoice .cfd_main .cf_secound .items {
    grid-template-columns: repeat(1,1fr);
}
/* Create Invoice */

/* Create Sales Invoice */
.upload_invoice .cfd_main {
    padding: 0;
}
.upload_invoice .cfd_main .ui_first {
    padding: 50px 45px;
}
.upload_invoice .cfd_main .ui_first h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34.46px;
    color: #393939;
    margin: 0 0 25px;
}
.upload_invoice .cfd_main .ui_first .items {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px 35px;
}
.upload_invoice .cfd_main .ui_third {
    display: grid;
    grid-template-columns: 37% auto 16%;
    gap: 45px;
    background: #F5F5F5;
    margin: 25px 0;
    padding: 20px;
}
.upload_invoice .cfd_main .ui_third label {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 0 8px;
}
.upload_invoice .cfd_main .ui_third textarea {
    border: 1px solid #BABFC7;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 4px;
    padding: 15px;
    min-height: 110px;
}
.upload_invoice .cfd_main .ui_third .uit_coltwo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 15px;
}
.upload_invoice .cfd_main .ui_third .uit_coltwo button {
    border: 1px dashed #CDCDCD;
    background: #FFFFFF;
    width: 204px;
    padding: 15px 5px;
    color: #5E6368;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.upload_invoice .cfd_main .ui_third ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.upload_invoice .cfd_main .ui_third ul li {
    display: grid;
    grid-template-columns: 65% auto;
    gap: 5px;
}
.upload_invoice .cfd_main .ui_third ul li p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.29px;
    margin: 0;
}
.upload_invoice .cfd_main .ui_third ul li:last-child p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.65px;
}
.upload_invoice .cfd_main .footer_button {
    padding: 0 45px 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.upload_invoice .cfd_main .footer_button button {
    width: auto;
}
.upload_invoice .cfd_main .vertical_scroll {
    height: 235px;
}
/* Create Sales Invoice */

/* Sales Invoice */
.upload_invoice .cfd_main .ui_first .items .col-span-2 {
    grid-column: span 2/span 2;
    margin: 0;
    color: #0C1636;
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    letter-spacing: -0.17px;
    display: flex;
    align-items: center;
    gap: 22px;
}
.upload_invoice .cfd_main .ui_third {
    position: relative;
}
.upload_invoice .cfd_main .ui_third .tabs {
    position: absolute;
    bottom: -35px;
    left: 40px;
    display: flex;
    gap: 0;
}
.upload_invoice .cfd_main .ui_third .tabs button {
    border: 1px solid #DBE0E8;
    background: #F1F3F5;
    border-radius: 0px 0px 8px 8px;
    width: 160px;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
}
.upload_invoice .cfd_main .ui_third .tabs button.active {
    background: #DBE0E8;
}
.upload_invoice .cfd_main .ui_third .tabcontent {
    display: none;
}
.upload_invoice .cfd_main .ui_third .attachments_tab {
    display: flex;
    gap: 20px;
}
.upload_invoice .cfd_main .ui_third .attachments_tab .at_item {
    border: 1px solid #BABFC7;
    border-radius: 4px;
    background: #EFEFEF;
    width: 144px;
    padding: 6px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.upload_invoice .cfd_main .ui_third .attachments_tab .at_item .trash {
    display: block;
    margin-left: auto;
}
.upload_invoice .cfd_main .ui_third .attachments_tab .at_item h6 {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    margin: 0;
}
.upload_invoice .cfd_main .ui_third .attachments_tab .at_item .bottom {
    display: flex;
    gap: 5px;
    align-items: flex-end;
    justify-content: space-between;
}
.upload_invoice .cfd_main .ui_third .attachments_tab .at_item .bottom p {
    font-size: 8px;
    font-weight: 300;
    line-height: 8px;
    color: #000000;
    margin: 0;
}
.upload_invoice .cfd_main .ui_third .attachments_tab .at_item.new_add {
    justify-content: center;
}
.upload_invoice .cfd_main .ui_third .attachments_tab .at_item.new_add button {
    padding: 0;
}
.upload_invoice .cfd_main .ui_third .history_tab {
    display: flex;
}
.upload_invoice .cfd_main .ui_third .history_tab .ht_item:not(:last-child) {
    padding-right: 20px;
    position: relative;
}
.upload_invoice .cfd_main .ui_third .history_tab .ht_item:not(:last-child)::after {
    content: ' ';
    background: #BABFC7;
    height: 3px;
    width: 20px;
    position: absolute;
    top: calc(50px - 1.5px);
    right: 0;
}
.upload_invoice .cfd_main .ui_third .history_tab .ht_item h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    aspect-ratio: 1/1;
    background: #E5E7E9;
    border: 1px solid #BABFC7;
    text-align: center;
    border-radius: 50px;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 2px;
}
.upload_invoice .cfd_main .ui_third .history_tab .ht_item p {
    columns: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
}
.upload_invoice .cfd_main .ui_third .history_tab .ht_item p span {
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    display: block;
}
/* Sales Invoice */

/* Payouts */
.moden_dashbord .payouts .payouts_table .pt_item:nth-child(odd) {
    background: #F2F7FE;
}
.moden_dashbord .payouts .payouts_table .pt_item {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
}
.moden_dashbord .payouts .payouts_table .pt_item .arrow {
    display: flex;
    gap: 10px;
}
.moden_dashbord .payouts .payouts_table .pt_item .arrow button {
    padding: 0;
    line-height: normal;
    background: transparent;
}
.moden_dashbord .payouts .payouts_table .pt_item h6 {
    color: #040218;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin: 0 0 10px;
}
.moden_dashbord .payouts .payouts_table .pt_item p {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.moden_dashbord .payouts .payouts_table .pt_item p.registered {
    color: #697FF1;
}
.moden_dashbord .payouts .payouts_table .pt_item p.status {
    font-weight: 700;
    color: #1C0EB0;
}
.moden_dashbord .payouts .payouts_table .pt_item p.status.comlete {
    color: #00CF2E;
}
.moden_dashbord .payouts .payouts_table .pt_item p.status.uncomplete {
    color: #950000;
}
/* Payouts */

/* GST */
.moden_dashbord .gst_payots .payouts_table .pt_main_item:nth-child(odd) {
    background: #F2F7FE;
}
.moden_dashbord .gst_payots .payouts_table .pt_main_item {
    display: grid;
    align-items: center;
    grid-template-columns: auto 110px;
    gap: 20px;
    padding: 20px;
}
.moden_dashbord .gst_payots .payouts_table .pt_item {
    background: transparent !important;
}
.moden_dashbord .gst_payots .payouts_table .pt_main_item .pt_item {
    padding: 0;
}
.moden_dashbord .payouts_table .view_details button {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    background: #1E88E5;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 11px 9px;
    width: 100%;
}
.moden_dashbord .payouts_table .pt_item p.registered {
    font-weight: 700;
    color: #0E6245;
}
.moden_dashbord .payouts_table .pt_item p.registered.false {
    color: #697FF1;
}
/* GST */

/* GST Details */
.moden_dashbord .main_right .gst_details {
    padding: 60px 60px 30px;
    background: #FFFFFF;
    position: relative;
}
.moden_dashbord .main_right .gst_details .gd_main {
    background: #ECF7EE;
    padding: 20px;
}
.moden_dashbord .main_right .gst_details .close_btn {
    background: transparent;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
.profile_info {
    display: flex;
    gap: 35px;
    align-items: center;
}
.profile_info p {
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: 0.025em;
}
.moden_dashbord .main_right .gst_details .gst_info {
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.moden_dashbord .main_right .gst_details .gst_info h5 {
    background: #1E88E5;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #FFFFFF;
    padding: 18px 25px;
    margin: 0;
}
.moden_dashbord .main_right .gst_details .gst_info h5.bank_data {
    background: #4A4FDC;
}
.moden_dashbord .main_right .gst_details .gst_info h5.dsa_data {
    background: #7367F0;
}
.moden_dashbord .main_right .gst_details .gst_info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.moden_dashbord .main_right .gst_details .gst_info ul li {
    padding: 11px 25px;
    color: #393939;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.moden_dashbord .main_right .gst_details .gst_info ul li:nth-child(odd) {
    background: #DCE2EB;
}
.moden_dashbord .main_right .gst_details .gst_info.gi_col_two {
    grid-template-columns: repeat(2,1fr);
}
.moden_dashbord .main_right .gst_details .gst_info.gi_col_two h5 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.moden_dashbord .main_right .gst_details .gst_info.gi_col_two h5 span {
    text-align: right;
}
.moden_dashbord .main_right .gst_details .gst_info.gi_col_two ul li {
    display: grid;
    grid-template-columns: auto 65%;
    gap: 10px;
}
.moden_dashbord .main_right .gst_details .gst_info.gi_col_two ul li span {
    text-align: right;
}
/* GST Details */

/* Training Videos */
.training_videos {
    background: #ECF7EE;
    padding: 32px;
}
.mr_first {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    align-items: center;
}
.mr_first select {
    float: right;
    border: none;
    border-radius: 0 !important;
    width: auto;
    min-height: unset;
    height: auto;
}
/* Training Videos */

/* Training Videos */
.yt_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin: 30px 0 0;
}
.yt_grid .ytg_item {
    background: #FFFFFF;
    padding: 20px;
}
.yt_grid .ytg_item .feature {
    position: relative;
}
.yt_grid .ytg_item h6 {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.025em;
    margin: 0 0 5px;
}
.yt_grid .ytg_item hr {
    margin: 0 0 20px;
    border: 1px solid #979797;
}
.yt_grid .ytg_item .feature button {
    padding: 0;
    background-color: transparent;
    position: absolute;
    left: calc(50% - 49px);
    top: calc(50% - 33.5px);
}
.yt_grid .ytg_item .main_img {
    border-radius: 20px;
    opacity: 0.7;
    margin: 0;
}
.yt_grid .ytg_item p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.025em;
    margin: 20px 0 0;
}
/* Training Videos */

/* Promotional Offers */
.main_offer {
    margin: 30px 0;
}
.bank_offers {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.bank_offers .bo_item {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 10px 10px 40px;
    background: #FFFFFF;
}
.bank_offers .bo_item img {
    border-radius: 20px;
}
.bank_offers .bo_item button {
    display: block;
    margin: 30px auto 0;
    background: #1E88E5;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.025em;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    width: 174px;
    padding: 10px;
    border-radius: 10px;
}
.bank_offers .bo_item button:hover {
    background: #4C4C4C;
}
/* Promotional Offers */

/* FAQ */
.faqs {
    padding: 32px 32px 0;
}
.faqs .accordion-item {
    margin-bottom: 10px;
}
.faqs .accordion-header {
    padding: 23px 55px 23px 30px;
    cursor: pointer;
    background: #393939;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.05em;
    margin: 0;
    position: relative;
}
.faqs .accordion-content {
    display: none;
    padding: 15px 30px;
    background-color: #fff;
}
.faqs .accordion-content p {
    margin: 0;
    color: #393939;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.05em;
}
.faqs .accordion-content p:not(:last-child) {
    margin: 0 0 10px;
}
.faqs .accordion-header::after {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-left: auto;
    content: "";
    position: absolute;
    right: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.faqs .accordion-header.open::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
/* FAQ */

.mr_heading {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    align-items: center;
    padding: 0 50px;
}
.mr_heading .popup_button {
    padding: 0 !important;
}
.mr_heading h2 {
    margin: 0;
    color: #0C1636;
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    letter-spacing: -0.17px;
}

.otp_form_group {
    display: grid;
    grid-template-columns: auto 63px;
    gap: 20px;
    align-items: center;
}

/* Media Query 1680-1600 */
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
    .buttons {
        min-height: 50px;
    }
    .moden_dashbord .md_dashbord .ss_dashbord {
        gap: 20px;
    }
    .moden_dashbord .mdd_four .ssd_two,
    .moden_dashbord .mdd_three .ssd_two {
        margin: 40px 0 0;
    }

    .moden_dashbord .md_profile {
        gap: 0 20px;
    }
    .moden_dashbord .md_profile .info_list {
        gap: 18px 20px;
        padding: 0 20px 20px 0;
    }

    .my_leads_registration .registration_tab .contain {
        padding: 40px 20px;
    }
    .my_leads_registration .registration_tab .contain .create_acount .ca_first,
    .my_leads_registration .registration_tab .contain .apply_loan .al_first {
        gap: 20px;
    }
    .my_leads_registration .registration_tab .contain .contain_part {
        padding: 25px 20px 0;
    }
    .my_leads_registration .registration_tab .contain .apply_loan .al_secound {
        margin: 20px auto 0;
    }
    .form-control-radio label::before,
    .form-control-radio label::after {
        width: 16px;
        height: 16px;
    }
    .form-control-radio label {
        padding-left: 20px;
    }

    .my_leads_registration .registration_tab .contain .company_details .cc_first,
    .my_leads_registration .registration_tab .contain .company_details .cc_section .left,
    .my_leads_registration .registration_tab .contain .company_details .cc_three,
    .my_leads_registration .registration_tab .contain .bussiness_details .bd_first,
    .my_leads_registration .registration_tab .contain .bussiness_details .bd_secound,
    .my_leads_registration .registration_tab .contain .company_details .cc_section {
        gap: 20px;
    }

    .modal.right .modal-content .modal-body {
        padding: 40px 10px 0;
    }
    .modal.right .modal-content .modal-body .fields_group {
        gap: 20px;
    }

    .cf_details .cfd_main {
        padding: 40px 20px;
    }
    .cf_details .cfd_main .cf_secound {
        padding: 40px 20px 0;
    }
    .cf_details .cfd_main .cf_secound .items {
        gap: 20px;
    }

    .upload_invoice .cfd_main {
        padding: 40px 0;
    }
    .upload_invoice .cfd_main .ui_first {
        padding: 0 20px 40px;
    }
    .upload_invoice .cfd_main .ui_first .items {
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
    }
    .upload_invoice .cfd_main .ui_third {
        grid-template-columns: 37% auto 21%;
        gap: 20px;
        background: #F5F5F5;
        margin: 25px 0;
        padding: 20px;
    }
    .upload_invoice .cfd_main .footer_button {
        padding: 0 20px;
    }
    .mr_heading,
    .popup_button {
        padding: 0 20px;
    }

    .upload_invoice .cfd_main .ui_third .tabs button {
        width: 110px;
        padding: 10px 5px;
    }

    .upload_invoice .cfd_main .ui_third .history_tab .ht_item h6 {
        width: 80px;
    }
    .upload_invoice .cfd_main .ui_third .history_tab .ht_item:not(:last-child)::after {
        top: calc(40px - 1.5px);
    }
    .moden_dashbord .payouts .payouts_table .pt_item {
        padding: 15px;
        gap: 15px;
        grid-template-columns: repeat(4,1fr);
    }
    .moden_dashbord .gst_payots .payouts_table .pt_main_item {
        padding: 15px;
        gap: 15px;
    }

    .moden_dashbord .main_right .gst_details .close_btn {
        top: 10px;
        right: 10px;
    }
    .moden_dashbord .main_right .gst_details .close_btn img {
        max-width: 20px;
    }
    .moden_dashbord .main_right .gst_details {
        padding: 40px 20px 20px;
    }

    .training_videos {
        padding: 20px;
    }
    .yt_grid {
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
    .yt_grid .ytg_item .feature button img {
        width: 70px;
    }
    .yt_grid .ytg_item .feature button {
        left: calc(50% - 35px);
        top: calc(50% - 24px);
    }
    .yt_grid .ytg_item hr {
        margin: 0 0 15px;
    }
    .yt_grid .ytg_item p {
        margin: 15px 0 0;
    }

    .bank_offers {
        gap: 20px;
    }
    .bank_offers .bo_item button {
        margin: 15px auto 0;
    }
    .bank_offers .bo_item {
        padding: 10px 10px 15px;
    }

    .faqs {
        padding: 20px 20px 0;
    }
}
/* Media Query 1680-1600 */

/* Media Query 1440-1366 */
@media only screen and (min-width: 1300px) and (max-width: 1450px) {
    .moden_dashbord .main_right {
        padding: 40px 18px;
    }
    .buttons {
        min-height: 50px;
    }

    .moden_dashbord .md_dashbord .ss_dashbord {
        gap: 20px;
    }
    .moden_dashbord .mdd_four .ssd_two,
    .moden_dashbord .mdd_three .ssd_two {
        margin: 40px 0 0;
    }

    .moden_dashbord .md_profile {
        gap: 0 20px;
    }
    .moden_dashbord .md_profile .info_list {
        gap: 18px 20px;
        padding: 0 20px 20px 0;
    }

    .my_leads_registration .registration_tab .contain {
        padding: 40px 20px;
    }
    .my_leads_registration .registration_tab .contain .apply_loan .al_first {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .my_leads_registration .registration_tab .contain .contain_part {
        padding: 25px 0 0;
    }
    .my_leads_registration .registration_tab .contain .apply_loan .al_secound {
        margin: 20px auto 0;
        max-width: unset;
    }
    .form-control-radio label::before,
    .form-control-radio label::after {
        width: 16px;
        height: 16px;
    }
    .form-control-radio label {
        padding-left: 20px;
    }

    .my_leads_registration .registration_tab .contain .company_details .cc_first,
    .my_leads_registration .registration_tab .contain .company_details .cc_section,
    .my_leads_registration .registration_tab .contain .company_details .cc_section .left,
    .my_leads_registration .registration_tab .contain .company_details .cc_three,
    .my_leads_registration .registration_tab .contain .bussiness_details .bd_first,
    .my_leads_registration .registration_tab .contain .bussiness_details .bd_secound,
    .my_leads_registration .registration_tab .contain .create_acount .ca_first {
        gap: 20px;
    }

    .modal.right .modal-content .modal-body {
        padding: 40px 10px 0;
    }
    .modal.right .modal-content .modal-body .fields_group {
        gap: 20px;
    }

    .cf_details .cfd_main {
        padding: 40px 20px;
    }
    .cf_details .cfd_main .cf_secound {
        padding: 40px 0 0;
    }
    .cf_details .cfd_main .cf_secound .items {
        gap: 20px;
    }

    .upload_invoice .cfd_main {
        padding: 40px 0;
    }
    .upload_invoice .cfd_main .ui_first {
        padding: 0 20px 40px;
    }
    .upload_invoice .cfd_main .ui_first .items {
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
    }
    .upload_invoice .cfd_main .ui_third {
        grid-template-columns: 43% auto 28%;
        gap: 20px;
        background: #F5F5F5;
        margin: 25px 0;
        padding: 20px;
    }
    .upload_invoice .cfd_main .ui_third .uit_coltwo {
        flex-direction: column;
    }
    .upload_invoice .cfd_main .footer_button {
        padding: 0 20px;
    }
    .mr_heading,
    .popup_button {
        padding: 0 20px;
    }

    .upload_invoice .cfd_main .ui_third .tabs button {
        width: 110px;
        padding: 10px 5px;
    }

    .upload_invoice .cfd_main .ui_third .history_tab .ht_item h6 {
        width: 80px;
    }
    .upload_invoice .cfd_main .ui_third .history_tab .ht_item:not(:last-child)::after {
        top: calc(40px - 1.5px);
    }

    .moden_dashbord .payouts .payouts_table .pt_item {
        padding: 15px;
        grid-template-columns: repeat(4,1fr);
        gap: 15px;
    }
    .moden_dashbord .gst_payots .payouts_table .pt_main_item {
        padding: 15px;
        gap: 15px;
    }

    .moden_dashbord .main_right .gst_details .close_btn {
        top: 10px;
        right: 10px;
    }
    .moden_dashbord .main_right .gst_details .close_btn img {
        max-width: 20px;
    }
    .moden_dashbord .main_right .gst_details {
        padding: 40px 20px 20px;
    }

    .training_videos {
        padding: 20px;
    }
    .yt_grid {
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
    .yt_grid .ytg_item .feature button img {
        width: 70px;
    }
    .yt_grid .ytg_item .feature button {
        left: calc(50% - 35px);
        top: calc(50% - 24px);
    }
    .yt_grid .ytg_item hr {
        margin: 0 0 15px;
    }
    .yt_grid .ytg_item p {
        margin: 15px 0 0;
    }

    .bank_offers {
        gap: 20px;
    }
    .bank_offers .bo_item button {
        margin: 15px auto 0;
    }
    .bank_offers .bo_item {
        padding: 10px 10px 15px;
    }

    .faqs {
        padding: 20px 0 0;
    }
}
/* Media Query 1440-1366 */

.w-full.radio_btns {
    display: flex;
    column-gap: 60px;
}

.w-full.radio_btns input[type="radio"] {
    margin-right: 10px;
}


.back_btn {
    display: flex;
    align-items: center;
    gap: 15px;
}
.back_btn .m_titles {
    margin: 0;
}
