@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --font: "Poppins", sans-serif;
    --fs20: 18px;
    --fs16: 15px;
    --fs14: 14px;
    --fs12: 12px;
    --fs10: 9px;
    --gradient: linear-gradient(0deg, #448edd, #3d86d5);
    --bgClr: #f1f7fd;
    --mClr: #1855a2;
    --txtClr: #272728;
    --lgtClr: rgba(55, 130, 150, 0.6);
    --grnClr: #4aa7b9;
    --rdClr: #a73030;
    --frbClr: rgba(0, 0, 0, 0.2);
    --whtClor: #fff;
    --ts: 0.5s all ease-in;
}

/* default start */
body {
    font-family: var(--font) !important;
    /* background-color: var(--bgClr); */
    overflow-x: hidden;
}

a,
.modal-title > span {
    transform: var(--ts);
}

.mn-sdb_nav_lnk.active > a {
    background-image: var(--gradient);
}

.form-control:disabled {
    background-color: #f3f3f3;
    color: #27272894;
}
table thead > tr > th:last-child,
table tbody > tr > td:last-child {
    background-color: #333 !important;
    border-color: #fff !important;
    width: 150px;
}
table thead > tr > th:last-child {
    border-radius: 0 0px 0 0;
}
table tbody > tr:last-child > td:last-child {
    border-radius: 0 0px 0px 0px;
}
table thead > tr > th:last-child,
table tbody > tr > td:last-child {
    color: #fff !important;
}
table tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
}
table tbody > tr:nth-child(even) {
    background-color: #fff;
}
.dsb-div_rgt_container {
    background-color: rgb(255 255 255 / 20%);
}
.btn_primary_fade > button,
.srh-div > input {
    background-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(50px);
}
table th,
.log_div > a,
.btn_primary > button,
.btn_primary > a.active,
.mn-bdy_dv_tbl_container {
    background-color: var(--whtClor);
}
.main-sdb_div {
    background: none;
}
.btn-lft_div {
    background-color: #ffffff20;
}

.btn_primary a > span,
.mn-sdb_nav_lnk.active > a span,
.dsb-div_title_container > h1,
.srh-div > input,
::placeholder {
    color: var(--whtClor);
}
.btn_primary .active > span,
.mn-bdy_dv_tbl_container thead th {
    color: var(--mClr) !important;
}
.innTitle,
.frm-inp_div label,
.modal-title,
.mn-bdy_dv_tbl_container table td,
.mn-bdy_dv_tbl_container table td a {
    color: var(--txtClr);
}
.mn-sdb_nav_lnk span {
    color: rgba(0, 0, 0, 0.7);
}
.edt_dlt_lnk span {
    color: rgba(39, 39, 40, 0.8);
}

.btn_primary_fade > button,
.srh-div > input {
    border-color: rgb(255 255 255 / 20%);
}
.mn-bdy_dv_tbl_container,
.main-sdb_div_bar {
    border-color: rgba(48, 93, 167, 0.1);
}
.table > tbody td,
.mn-bdy_dv_tbl_container thead th {
    border-color: rgb(3 2 41 / 5%);
}

.main-sdb_div_bar,
.mn-bdy_dv_tbl_container thead th,
.mn-bdy_dv_tbl_container,
.btn_primary_fade > button,
.srh-div > input,
.table > tbody td,
.mn-bdy_dv_tbl_container {
    border-width: 1px;
}
.table > tbody td,
table th {
    border-bottom-width: 0 !important;
    border-top-width: 0 !important;
}

.btn_primary_fade > button,
.srh-div > input,
.table > tbody td,
.mn-bdy_dv_tbl_container {
    border-style: solid;
}

.flex-1 {
    flex: 1;
}

.modal-title,
.dsb-div_title_container > h1 {
    font-size: var(--fs20);
}
.innTitle,
.frm-inp_div > span > strong {
    font-size: var(--fs16);
}
.srh-div > input,
.frm-inp_div label,
::placeholder,
.mn-sdb_nav_lnk span,
.btn_primary span,
.btn_primary_fade span {
    font-size: var(--fs14);
}
.edt_dlt_lnk span,
.mn-bdy_dv_tbl_container table td,
.mn-bdy_dv_tbl_container thead th {
    font-size: var(--fs12);
}

.mn-bdy_dv_tbl_container table td:last-child {
    font-weight: 700;
}
.innTitle,
.modal-title,
.mn-bdy_dv_tbl_container thead th,
.btn_primary span,
.dsb-div_title_container > h1 {
    font-weight: 600;
}
.mn-bdy_dv_tbl_container table td a,
.mn-sdb_nav_lnk span,
.edt_dlt_lnk span,
.frm-inp_div label,
.mn-bdy_dv_tbl_container table td {
    font-weight: 500;
}
.srh-div > input,
::placeholder,
.btn_primary_fade span {
    font-weight: 400;
}

.mn-sdb_nav_img img {
    border-radius: 5px;
}
#next_button,
#back_button,
.dsb-div_rgt_container {
    border-radius: 10px;
}
.lg_out_btn,
.cpy_butn > button {
    border-radius: 10px !important;
}

.btn-lft_div,
.mn-bdy_dv_tbl_container,
.main-sdb_div_bar {
    border-radius: 5px;
}
.btn_primary > button,
.btn_primary > a,
.srh-div > input,
.btn_primary_fade > button {
    border-radius: 5px;
}

.main-bdy_div::before {
    position: fixed;
}
.main-sdb_div_bar,
.main-bdy_div::after,
.main-bdy_div::before,
.main::before,
.main::after,
.mdBns_sl,
.mdApp_sl,
.hd-fixed::before,
.srh-div img {
    position: absolute;
}

.main-sdb_div {
    visibility: visible;
}

.main-sdb_div {
    transform: none;
}

.sdb-gap,
.main-sdb_div {
    width: 260px;
}
.sdb-gap_mb,
.main-bdy_div {
    width: 100%;
}
.btn-lft_div {
    width: fit-content;
}

.w-18 {
    width: 18px;
    height: 18px;
}
.w-16 {
    width: 16px;
    height: 16px;
}
.w-12 {
    width: 12px;
    height: 12px;
}
.w-10 {
    width: 10px;
    height: 10px;
}

.btn_primary > button,
.btn_primary > a,
.btn_primary_fade > button {
    width: auto;
    min-width: fit-content;
}

.mn-bdy_tbl_img {
    width: 48px;
    height: 48px;
}

.dsb-div_rgt_container {
    width: 40px;
}
.lg_out_btn {
    width: 40px !important;
}
.srh-div,
.lg_out_btn,
.dsb-div_rgt_container,
.btn_primary > button,
.btn_primary > a,
.btn_primary_fade > button {
    height: 40px;
}
.hd-div {
    height: 240px;
    border-radius: 0 0 5px 5px;
}

input[type="checkbox"] {
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    filter: hue-rotate(20deg) brightness(1.6);
}
.outline_btn {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.outline_btn span,
.plus,
.outline_btn img {
    filter: brightness(8.5) grayscale(1);
}

.emp_cde_ {
    font-size: var(--fs10);
    font-weight: 600;
    color: var(--lgtClr);
}

.dsb-div {
    height: 92px;
    background: #ffffff1a;
    width: calc(100% - 260px);
    border-bottom: 1px solid #ffffff75;
}

.srh-div > input {
    height: 100%;
}
.btn_primary > a {
    padding: 10px 40px;
}
.srh-div > input,
.btn_primary > button,
.btn_primary_fade > button {
    padding: 10px 20px;
}
.mn-bdy_dv_tbl_container thead th,
.mn-bdy_dv_tbl_container tbody td {
    padding: 15px 20px;
}

.mn-bdy_dv_tbl_container {
    overflow-x: scroll;
}

.mn-bdy_dv_tbl_container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.mn-bdy_dv_tbl_container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 20px;
}

.mn-bdy_dv_tbl_container::-webkit-scrollbar-thumb {
    background-image: var(--gradient);
    border-radius: 20px;
}

.mn-bdy_dv_tbl_container table tr {
    align-items: center;
}
.table > tbody {
    vertical-align: middle;
}

.mn-sdb_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
}

.mn-sdb_nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.mn-sdb_nav::-webkit-scrollbar-thumb {
    background-color: #4e211f;
}

.mn-bdy_dv_tbl_container table td a:hover {
    text-decoration: underline !important;
}

.form-control,
.srh-div > input {
    box-shadow: none !important;
}
.srh-div > input {
    outline: none !important;
}
/* default end */
.hd-div > .container > .row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url(../img/icn/line.svg);
    background-position: center;
    background-repeat: no-repeat;
}
th {
    position: relative;
}
.mdBns_sl,
.mdApp_sl {
    text-align: center;
    background: var(--rdClr);
    color: #fff;
    width: 100%;
    top: -0;
    left: 0;
    font-size: var(--fs10);
    font-weight: 400;
}

.cnf_sal_txt {
    background: #35bb94;
    color: #fff;
    font-weight: 400;
    padding: 2px 11px;
    border-radius: 10px;
    font-size: var(--fs10);
}
.cnf_sal_chk .input[type="checkbox"] {
    height: 20px;
}
.cnf_sal {
    display: flex;
    align-items: center;
}
/* .frm_emp_strc_dtl table > tbody > tr td.active, .frm_emp_strc_dtl table > tbody > tr td:first-child,.frm_emp_strc_dtl table > tbody > tr td:last-child {
  opacity: 1;
}
.frm_emp_strc_dtl table td {
  opacity: .5;
} */
.frm_emp_strc_dtl table td input[type="text"]:disabled,
.frm_emp_strc_dtl table td input[type="number"]:disabled {
    background: transparent !important;
    cursor: not-allowed;
    opacity: 0.5;
}
.leave_bnc-inp {
    width: 36px !important;
    padding: 0;
    margin-left: 0px !important;
    text-align: center;
}
.leave_bnc span p {
    margin: 0;
}
.srh-div > input::placeholder {
    font-weight: 200;
}
.cpy_div_img {
    width: 40px;
    height: 40px;
}
.leave_bnc span {
    display: flex;
    align-items: center;
}
.frm_emp_strc_dtl table td input[type="text"],
.frm_emp_strc_dtl table td input[type="number"] {
    width: 80px;
    padding-left: 5px;
    height: fit-content;
    margin-left: -5px;
    font-size: var(--fs12);
    color: var(--txtClr);
    font-weight: 500;
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(27px);
    appearance: auto;
    outline: none;
    border: none;
}

/* modal start */
.modal-content {
    background-color: #fff;
}
.modal-body {
    background-color: #f6f7f8;
}
.nav-pills::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    background-color: #2727281c;
    top: 30px;
    z-index: 0;
}

.btn-close {
    position: absolute;
    right: 20px;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 10px #00000036;
    border-radius: 100%;
    font-size: 10px;
}

.active .mlr-div_frm_count span {
    color: rgb(0 0 0 / 60%);
    border-color: rgb(0 0 0 / 60%);
}
.active .mlr-div_frm_count p {
    color: rgb(0 0 0 / 60%);
    font-weight: 600;
}

.mlr-div_frm_count span {
    width: 35px;
    height: 35px;
    background: #fff;
    font-size: 16px;
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: rgb(0 0 0 / 50%);
}

.mlr-div_frm_count p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(0 0 0 / 50%);
}
.nav-fill {
    padding: 12px 0 10px;
    grid-gap: 25px;
    width: fit-content;
    margin: 0 auto;
}
.slr-div_form .card-body {
    padding: 10px 20px 28px;
}
.mlr-div_frm_count {
    position: relative;
}
.completed .mlr-div_frm_count > span {
    background-color: #30a75a;
    border-color: #30a75a !important;
    border-radius: 100%;
}
.completed .mlr-div_frm_count > span::before {
    content: "";
    position: absolute;
    top: 5px;
    width: 24px;
    height: 24px;
    background-image: url(../img/icn/tick.svg);
    background-size: 15px;
    background-position: center;
    background-color: #30a75a;
    background-repeat: no-repeat;
    z-index: 1;
}

label > span {
    color: var(--rdClr);
}

.slr-div_form input,
.slr-div_form select {
    border-color: rgb(39 39 40 / 20%);
    border-radius: 5px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
}
.slr-div_form select {
    appearance: auto;
    padding-left: 12px;
}

.nextBtn {
    background-color: #30a79d !important;
    border-color: #30a79d !important;
}
/* .prvBtn {
  background: #42BACF!important;
  border-color: #42BACF!important;
} */

#next_button,
.nextBtn__ {
    width: 140px;
    border: 1px solid #007bff;
    background: #007bff;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
}
.frm_btn_mdp > button {
    background-color: #30a79d !important;
    color: #0d2c29;
}
.frm_btn_mdtds > button {
    background-color: #42bacf !important;
    color: #122c31;
}
.frm_btn_mdps > button {
    background-color: var(--rdClr) !important;
    color: #fff !important;
}
.cpy_butn > button {
    width: 100%;
    border: none;
    font-weight: 500;
    white-space: nowrap;
    font-size: 14px;
    height: 40px;
}
.cpyDwn_div_icn {
    width: 25px;
}
.none {
    display: none;
}

#back_button,
.backBtn__ {
    width: 100px;
    background: transparent;
    border: 1px solid rgba(39, 39, 40, 0.5) !important;
    color: rgba(39, 39, 40, 0.5) !important;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
}
input[type="file"] {
    background-color: #e9ecef;
}

/* modal end */
/* unique start */
.modal input::placeholder {
    color: #27272859 !important;
}
.frm_emp_bnk_dtl,
.frm_emp_strc_dtl {
    border-top: 1.4px dashed #bdbdbd5c;
}
.modal {
    backdrop-filter: blur(2px);
    background: linear-gradient(90deg, #4aa7b97a, #1855a282);
}

.hd-fixed::before {
    content: "";
    height: 240px;
    top: 0;
    left: 0;
    background: #448edd;
    width: 100%;
    border-radius: 0;
    z-index: -1;
}

.main-bdy_div::before {
    content: "";
    height: 240px;
    width: 240px;
    top: -68px;
    left: -20px;
    background-image: url(../img/icn/money-pot.png);
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.main-bdy_div::after {
    content: "";
    height: 240px;
    width: 240px;
    bottom: -110px;
    left: -88px;
    background-image: url(../img/icn/locker.png);
    z-index: -1;
    background-repeat: no-repeat;
}
/* .main::before {
  content: "";
  height: 100px;
  width: 100px;
  background-color: #448edd;
  z-index: -1;
  border-radius: 100%;
  left: 40px;
  top: 40%;
  position: fixed;
  filter: blur(100px);
}
.main::after {
  content: "";
  height: 100px;
  width: 100px;
  background-color: #448edd;
  z-index: -1;
  border-radius: 100%;
  right: 40px;
  top: 80%;
  position: fixed;
  filter: blur(100px);
} */

.dsb-div {
    width: calc(100% - 260px);
    /* position: fixed;
  top: 0;
  left: 260px;
  z-index: 99; */
}

.w-24 {
    width: 25px;
    height: 25px;
}
.mn-sdb_nav_lnk.active > a {
    border-left: 6px solid #2d7691;
}
.mn-sdb_nav_img img {
    width: 32px;
    height: 32px;
}

.mn-sdb_nav_lnk > a {
    display: flex;
    align-items: center;
    width: 210px;
    padding: 10px 20px;
    border-radius: 0 10px 10px 0;
    margin-left: 0;
}

.mn-sdb_nav {
    max-height: 70vh;
    overflow-y: scroll;
}

.log_div img {
    width: 130px;
    height: 58px;
    margin: 17px auto;
    object-fit: contain;
}

.mn-bdy_dv_tbl {
    padding: 0;
}

.main-sdb_div_bar {
    top: 20px;
    width: 240px;
    height: 95vh;
    z-index: 99;
}
.main-bdy_div {
    margin-top: -78px;
}
.mn-bdy_dv_tbl_container table > thead th:last-child {
    width: 150px;
    display: block;
    text-align: center;
    border: 0;
}
.mn-bdy_dv_tbl_container table > tbody td:last-child {
    text-align: center;
    border: 0;
}
.mn-bdy_dv_tbl_container table > thead th:nth-child(15) {
    border: 0;
}

.table > tbody tr,
.table > thead tr {
    border: none !important;
}

.btn_primary_fade span {
    color: var(--mClr);
}
/* .btn_primary_outline {
} */

.srh-div img {
    top: 12px;
    right: 20px;
}

.modal-title > span:hover {
    opacity: 1;
}

.modal-title > span {
    display: flex;
    position: absolute;
    top: 10px;
    align-items: center;
    opacity: 0.6;
    background: #f3f3f3;
    padding: 1px 10px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 600;
    font-size: 10px;
    margin-left: 165px;
    border: 1px solid #27272821;
}

.sdb-gap {
    padding: 0;
}

.dwn-div_form li a {
    width: 330px;
    background: #6d8fc8;
    display: grid;
    padding: 12px 20px;
    border-radius: 30px;
    margin: 10px auto;
    border: 1px solid #6d8fc8;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.dwn-div_form li a:hover {
    text-decoration: underline;
}

.dwn-div_form li a.active {
    background-color: #3b5f9b;
    border-color: #3b5f9b;
}

.dwn-div_form li a.active_1 {
    background: #1f4179;
    border-color: #1f4179;
}

#downloadAs .modal-dialog {
    width: 500px !important;
}

/* unique end */
/* login start */
.lg-div {
    background-image: var(--gradient);
}
.lg-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.1;
}
.lg-div > .container > .row {
    height: 100vh;
}
.lg-div_frm {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid rgb(251 253 254);
    padding: 30px 50px;
    background: #fff;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 -25px 18px 0px #448edd54;
}
.lg-div_frm_log {
    width: 150px;
}
.lg-div_inp label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--txtClr);
}
.lg-div_inp input {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border-color: #333;
}
.lg-div_rem label > span {
    font-size: 14px;
    font-weight: 500;
    color: hsl(240deg 1% 15% / 50%);
    cursor: pointer;
}
.lg-div_fgt a {
    color: #272728;
    font-weight: 500;
    font-size: 14px;
    transition: var(--ts);
}
.lg-div_fgt a:hover {
    color: var(--mClr);
}
.lg-div_btn > input[type="submit"],
.lg-div_btn > input[type="button"] {
    width: 100%;
    background: #448edd;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 43px;
    border-radius: 5px;
    transition: var(--ts);
}
.lg-div_btn > input[type="submit"]:hover,
.lg-div_btn > input[type="button"]:hover {
    text-decoration: underline;
}

.lg-div_frm::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 38%;
    transform: translate(0px, -100%);
    border-radius: 100px 100px 0 0;
    margin: 0 auto;
    width: 100px;
    height: 6px;
    background-color: #448edd;
    filter: blur(100px);
    z-index: -1;
}
.lg-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0px;
}
/* login end */

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .btn-rgt_div_container > .btn_primary_fade.flex-1 {
        margin-left: 100px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-rgt_div_container > .btn_primary_fade.flex-1 {
        margin-left: 100px !important;
    }
    .sdb-gap,
    .main-sdb_div {
        width: 160px;
    }
    .dsb-div {
        width: calc(100% - 160px);
    }
}
/* @media only */
@media only screen and (max-width: 768px) {
    .btn-rgt_div_container > .btn_primary_fade.flex-1 {
        margin-left: 0;
        position: absolute;
        top: 13px;
        right: 0;
        flex: 1;
        width: 160px;
    }

    .dwnAs {
        width: 100%;
        margin-top: 10px;
        text-align: center;
        display: inline-flex !important;
        justify-content: center;
    }
    .dwnAs > button {
        justify-content: center;
        width: 100%;
    }

    .sdb-gap {
        width: 150px;
    }
    .dsb-div,
    .main-sdb_div {
        width: 100%;
    }

    .dsb-div {
        margin-top: 12px;
        background: transparent;
        border: none !important;
    }

    .modal-dialog {
        max-width: 100%;
    }

    #downloadAs .modal-dialog {
        width: 90% !important;
        margin: 25px auto;
    }
    .dwn-div_form li a {
        width: 90%;
    }

    .btn-rgt_div,
    .btn-lft_div,
    .mn-bdy_dv_tbl {
        padding: 0;
    }

    .btn-lft_div {
        justify-content: space-between;
    }
    .btn-lft_div > button {
        width: 100%;
        display: inline-flex !important;
        justify-content: center;
    }

    .log_div img {
        width: 100px;
        height: 38px;
        margin: 15px auto;
    }

    .main-bdy_div {
        margin-top: -75px;
    }
    .lg-div_frm {
        padding: 25px;
    }
}

button:disabled {
    color: #ffffff5e !important;
    cursor: not-allowed !important;
}

/* .modal-dialog { */
/*max-width: 80%;*/
/* } */
.modal-dialog.modal-xl {
    --bs-modal-width: 90% !important;
}
.modal-footer-buttons .btn-success {
    background-color: #00c896 !important;
}
.modal-footer-buttons .btn-info {
    background-color: #003366 !important;
}
