:root {
    --bs-blue: #0294C8;
    --lg-blue: #0D98CA;
    --bs-white: #ffffff;
    --lg-white: #EFF4FD;
    --bs-grey: #DAE1E9;
    --dr-purple: #3C2A4D;
    --lg-purple: #645362;
    --bs-orange: #F3755B;
    --bs-red: #FB5B45;
    --bs-yellow: #F7A400;
    --dr-grey: #7E8299;
    --bs-green: #28A745;
    --md-grey: #373942;
    --nr-grey: #6E7C87;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Inter", serif;
}

.fw-500 {
    font-weight: 500 !important;
}

.header {
    background: var(--bs-blue);
    padding: 26px 20px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 9999999;
    /* box-shadow: 1px 3px 8px 0px #00000040; */
}

.navBox {
    width: 48px;
    height: 48px;
    background: var(--lg-blue);
}

.userBox {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid var(--bs-white);
}

.userBox img {
    object-fit: scale-down;
}

.userBoxbg {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
}

p {
    font-size: 14px;
    font-family: "Inter", serif;
    font-weight: 500;
    line-height: 16.59px;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.header .form-select {
    padding: 0;
    font-size: 14px;
    line-height: 16.8px;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: url(../img/dropdown.svg);
    background-size: 13px 11px;
    width: 80px;
}

.header .form-select option {
    background-color: var(--lg-blue);
    color: #fff;
    border: none;
    box-shadow: none;
}

.header .form-select:focus {
    box-shadow: none;
}

.mainHeading {
    font-family: "Rubik", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.44px;
    color: var(--bs-blue);
    margin-bottom: 50px;
}

.nav-tabs {
    border: none;
    display: block;
}

.nav-tabs .nav-link {
    background: var(--bs-grey);
    border-radius: 12px;
    border: none;
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", serif;
    color: var(--md-grey);
    padding: 16px 15px;
    margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: var(--dr-purple);
    color: #ffffff;
}

.tab-content {
    padding: 0px 0 0 40px;
}

.tab-content .form-label,
.form-input-fields .form-label {
    color: var(--md-grey);
    font-size: 14px;
    font-family: "Rubik", serif;
    font-weight: 500;
    line-height: 16.59px;
}

.tab-content .form-control,
.form-input-fields .form-control {
    border: 1px solid var(--bs-grey);
    font-family: "Rubik", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.59px;
    color: var(--nr-grey);
    padding: 18.71px 12px;
    border-radius: 6px;
}

.tab-content .form-control::placeholder,
.form-input-fields .form-control::placeholder {
    color: var(--nr-grey);
}

.tab_col_gap {
    gap: 20px 0;
}

.customBtn {
    border-radius: 12px;
    width: 204px;
    padding: 15px 12px;
    font-weight: 600;
    font-family: "Inter", serif;
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
}

.customBtn2 {
    border-radius: 12px;
    padding: 11px 20px;
    font-weight: 600;
    font-family: "Inter", serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-white);
}

.customBtn:hover,
.customBtn2:hover {
    background-color: #fff !important;
    border: 1px solid var(--bs-blue) !important;
    color: var(--bs-blue) !important;
}

.lg-light {
    background: #F3F2F4 !important;
}

.bg-orange {
    background: var(--bs-orange) !important;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 18.71px 12px;
    border: 1px solid var(--bs-grey);
    border-radius: 3px;
    transition: 0.2s;
    border-radius: 6px;
}

.choose-file-button {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--nr-grey);
    line-height: 16.59px;
    font-family: "Rubik", serif;
    margin-right: 12px;
}

.file-message {
    font-size: 14px;
    font-weight: 500;
    color: var(--nr-grey);
    line-height: 16.59px;
    font-family: "Rubik", serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.upload-abs {
    position: absolute;
    right: 17px;
}

.tab-content label,
.checkLabel label {
    display: inline-block;
    font-family: "Rubik", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.59px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid var(--bs-black);
}

.form-check-input:checked {
    background: var(--bs-white);
    border: 2px solid var(--bs-blue);
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.form-check-input:focus {
    box-shadow: none;
}

.signBox {
    border-bottom: 1px dashed var(--md-grey);
    padding-bottom: 2px;
    width: 150px;
    display: inline-block;
    margin-left: 12px;
}

.costWritten {
    font-family: "Rubik", serif;
    border: 1px solid var(--bs-grey);
    background: var(--bs-white);
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.59px;
    color: var(--nr-grey);
    padding: 18.71px 12px;
}

.tab-content .form-select:focus,
.form-input-fields .form-select:focus {
    box-shadow: none;
}

.form-select {
    border: 1px solid var(--bs-grey);
    border-radius: 6px;
    font-family: "Rubik", serif;
    font-weight: 500;
    line-height: 16.59px;
    font-size: 14px;
    color: var(--nr-grey);
    padding: 18.71px 12px;
    background-image: url(../img/arrowDark.svg);
}

.form-select:focus {
    box-shadow: none;
}

.form-check {
    padding-left: 2em;
}

.form-check .form-check-input {
    margin-left: -2em;
}

.datepicker-dropdown.dropdown-menu {
    --bs-dropdown-font-size: 14px;
}

.datepicker td,
.datepicker th {
    width: 25px;
    height: 25px;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #c2e2e7;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: var(--bs-blue);
    background-image: none;
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.date-picked .input-group-text {
    background: transparent;
    border-left: none;
}

.date-picked .form-control {
    border-right: none !important;
}

.calendar-icon {
    cursor: pointer;
}

.subheading {
    font-family: "Rubik", serif;
    color: var(--bs-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 18.96px;
}

.col_gap {
    gap: 30px 0;
}

.CountBox {
    background: #FFF2F0;
    border-radius: 12px;
    padding: 20px 20px;
}

.CountBox2 {
    border: 1px solid var(--bs-blue);
    padding: 30px 20px;
    border-radius: 8px;
}

.CountBox2 .countNum {
    font-size: 18px !important;
}

.CountBox2 .rs-custom {
    font-size: 28px;
    margin-right: 12px;
    font-weight: 600;
    color: var(--md-grey);

}

.countNum {
    font-weight: 400 !important;
    font-size: 38px !important;
    line-height: 46px !important;
}

.countImg {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countP {
    font-size: 14px !important;
}

.countBlue {
    border: 2px solid var(--bs-blue);
}

.countBlue .countNum {
    color: var(--bs-blue);
}

.countBlue .countImg {
    background: var(--bs-blue);
}

.countBlue .countP {
    color: var(--bs-blue);
}

.countRed {
    border: 2px solid var(--bs-red);
}

.countRed .countNum {
    color: var(--bs-red);
}

.countRed .countImg {
    background: linear-gradient(180deg, #FB5B45 0%, #C84331 100%);
}

.countRed .countP {
    color: var(--bs-red);
}

.countYellow {
    border: 2px solid var(--bs-yellow);
}

.countYellow .countNum {
    color: var(--bs-yellow);
}

.countYellow .countImg {
    background: var(--bs-yellow);
}

.countYellow .countP {
    color: var(--bs-yellow);
}

.countGreen {
    border: 2px solid var(--bs-green);
}

.countGreen .countNum {
    color: var(--bs-green);
}

.countGreen .countImg {
    background: var(--bs-green);
}

.countGreen .countP {
    color: var(--bs-green);
}

.headingMain {
    font-size: 24px;
    line-height: 28.44px;
    font-weight: 400;
    color: var(--md-grey);
    font-family: "Rubik", serif;
}

.cardBox {
    border: 1px solid var(--bs-grey);
    padding: 25px;
    border-radius: 10px;
}

.cardBox2 {
    background-color: #F7F8FA;
    border-radius: 12px;
    padding: 40px 30px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    font-family: "Rubik", serif;
}

table thead tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.59px;
    color: var(--md-grey);
}

table tbody tr th,
table tbody tr td {
    font-weight: 400;
    color: var(--dr-grey);
    font-size: 14px;
    line-height: 16.59px;
}

.table>:not(caption)>*>* {
    border-color: var(--bs-border-color);
    padding: .8rem .5rem;
}

.redBtn {
    border: 1px solid var(--bs-red);
    color: var(--bs-red);
}

.blueBtn {
    border: 1px solid var(--bs-blue);
    color: var(--bs-blue);
}

.yellowBtn {
    border: 1px solid var(--bs-yellow);
    color: var(--bs-yellow);
}

.greenBtn {
    border: 1px solid var(--bs-green);
    color: var(--bs-green);
}

.customBlBtn {
    font-family: "Rubik", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.59px;
    background: var(--md-grey);
    padding: 7.21px 12px;
}

.customBlBtn:hover {
    background: var(--bs-blue);
}

.dr-grey {
    color: var(--dr-grey) !important;
}

.md-grey {
    color: var(--md-grey) !important;
}

.nr-grey {
    color: var(--nr-grey) !important;
}

.font-rubik {
    font-family: "Rubik", serif !important;
}

.costYellow {
    color: #E0CA32;
    font-size: 24px;
    line-height: 28.44px;
}

.dashp p {
    font-family: "Rubik", serif;
    font-size: 16px;
    line-height: 18.96px;
    font-weight: 400;
}

.blnc {
    width: 17px;
    height: 5px;
    border-radius: 12px;
}

.blcbg {
    width: 100%;
    height: 41px;
    border-radius: 6px;
}

.blnc.blue {
    background: var(--bs-blue);
}

.blcbg.blue {
    background: var(--bs-blue);
}

.blnc.red {
    background: var(--bs-red);
}

.blcbg.red {
    background: var(--bs-red);
}

.blnc.green {
    background: #C3DB26;
}

.blcbg.green {
    background: #C3DB26;
}

.transBox {
    background: #D9D9D9;
    border-radius: 32px;
    list-style: none;
    display: flex;
    padding-left: 0;
}

.trnsBtn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--md-grey);
    font-family: 'Rubik';
    line-height: 18.96px;
    text-decoration: none;
    border-radius: 32px;
    border: none;
    background: transparent;
}

.trnsBtn.active {
    background: var(--bs-blue);
    color: var(--bs-white);
}

.greenBtnBg {
    background: var(--bs-green);
}

.pendingBtn {
    background: #FDE3E3;
}

.w-p-100 {
    width: 100px !important;
}

.h4Heading {
    line-height: 21.33px;
    font-size: 18px;
}

.text-blue {
    color: var(--bs-blue) !important;
}

.ws-pre {
    white-space: pre !important;
}

.searchbox.input-group {
    border: 1px solid var(--bs-grey);
    border-radius: 6px;
    max-width: 297px;
}

.searchbox .input-group-text {
    border-radius: 6px;
}

.searchbox .form-control {
    border-radius: 6px;
    padding: 10px 12px;
    height: 39px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.dropFilter {
    border: 1px solid var(--bs-grey);
    padding: 8px 13px;
    border-radius: 6px;
    line-height: 17.7px;
    height: 39px;
}

.clientImg {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.dropdown-custom {
    position: relative;
    display: inline-block;
}

.dropdown-custom-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 16%);
    z-index: 1;
    text-align: start;
    right: 0;
}

.dropdown-custom-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-custom-content a:hover {
    background-color: #f1f1f1;
}

.show-custom {
    display: block;
}

.table-custom .table>:not(caption)>*>* {
    border: none;
}

.table-custom .table-striped>tbody>tr:nth-of-type(even)>* {
    background: #F5F7FA;
}

.table-custom .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #ffffff;
    color: var(--dr-grey);
}

.table-custom .table-striped>thead>tr>th {
    background: #F5F7FA;
}

.table-custom .table>:not(caption)>*>* {
    padding: 1rem 0.5rem;
}

.greenProgress {
    background: #C3DB26;
}

.page-link {
    width: 25px;
    height: 25px;
    padding: 3px;
    border-radius: 50%;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-grey);
    color: var(--nr-grey);
    font-weight: 500;
    font-size: 12px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    margin-right: 12px;
    background: var(--nr-grey);
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #4FD1D9;
}

.createBlue {
    background: var(--bs-blue) !important;
}

.userTable {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
}

.chat-Sidebar {
    max-width: 352px;
    width: 352px;
    background: var(--md-grey);
    max-height: 100%;
    position: fixed;
    left: 0;
    top: 172px;
    z-index: 999;
    border-radius: 0 52px 0 0;
    transition: all 0.3s ease;
    /* padding: 20px; */
}

.page-wrapper.toggled .chat-Sidebar {
    left: 353px;
}

.chat-Sidebar-scroll {
    max-height: 80%;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 20px;
}

.text-truncate.mw-sm {
    max-width: 156px;
}

.chatOptions {
    list-style-type: none;
    padding-left: 0;
    background: #D9D9D9;
    padding: 11px 16px;
    border-radius: 12px;
}

.chatOptions li {
    font-size: 14px;
    color: var(--nr-grey);
    font-weight: 600;
    padding: 9px 20px;
    border-radius: 12px;
}

.chatOptions li.active {
    background: var(--bs-white);
    color: var(--bs-black);
}

.box-profile-chat {
    border-bottom: 1px solid #F8F3F3;
    padding: 20px;
}

.chatBoxContent {
    margin-left: 344px;
    margin-top: 10px;
    border: 1px solid var(--bs-grey);
    border-radius: 12px;
}

.chatProfile {
    padding: 10px 30px;
    border-bottom: 1px solid var(--bs-grey);
}

.text-green {
    color: var(--bs-green) !important;
}

.chatBoxMid {
    overflow-y: auto;
    min-height: 560px;
    max-height: 560px;
    padding: 20px 30px;
}

.chatBoxLeft {
    margin-top: 40px;
}

.chatBoxRight {
    margin-top: 50px;
}

.chatBoxLeft p,
.chatBoxRight p {
    font-family: "Rubik", serif;
}

.chatBoxLeft .message,
.chatBoxRight .message {
    background: var(--bs-grey);
    padding: 14px 24px;
    border-radius: 12px;
    margin-top: 18px;
    max-width: 443px;
}

.chatBoxRight .message {
    background: #FDE3E3 !important;
}

.chatBoxLeft .message p,
.chatBoxRight .message p {
    line-height: 18.96px;
    font-weight: 400;
}

.chatFooter {
    background: var(--bs-white);
    position: sticky;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    border-top: 1px solid var(--bs-grey);
    padding: 6px 14px 6px 24px;
}

.chatFooter .form-control {
    padding: 0;
    border: none;
    font-size: 16px;
    color: var(--nr-grey);
    font-weight: 500;
    width: 70%;
}

.chatShareBtn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 12px;
    background: var(--bs-blue);
}

.chatShareBtn:hover {
    background: var(--md-grey);
}

tbody tr:nth-last-child(1) .dropdown-custom-content {
    bottom: 0;
}

tbody tr:nth-last-child(2) .dropdown-custom-content {
    bottom: 0;
}

tbody tr:nth-last-child(3) .dropdown-custom-content {
    bottom: 0;
}

tbody tr:nth-child(1) .dropdown-custom-content {
    top: 0;
}

tbody tr:nth-child(2) .dropdown-custom-content {
    top: 0;
}

tbody tr:nth-child(3) .dropdown-custom-content {
    top: 0;
}

#newbarChart {
    width: 60%;
    height: 400px !important;
}

#projectBudgetChart {
    width: 50%;
    height: 200px !important;
}

.highcharts-root {
    font-family: "Rubik", serif !important;
}

.reports-labels {
    width: 40%;
}

.reports-labels ul {
    list-style-type: none;
    padding-left: 0;
    float: right;
}

.reports-labels ul li {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: "Rubik", serif;
    font-weight: 500;
}

.reports-labels ul .marker {
    width: 14px;
    min-width: 14px;
    height: 14px;
    border-radius: 2px;
}

.bg-peach {
    background: #FF7D7D;
}

.bg-green {
    background: #A7CF55;
}

.bg-dr-blue {
    background: #426ACF;
}

.bg-blue {
    background: #25C0E0;
}

.pay-yellow {
    background: var(--bs-yellow);
}

.pay-grey {
    background: var(--bs-grey);
}

.guage-wh {
    width: 50%;
    margin: 0 auto;
}

.payment-reports ul {
    list-style-type: none;
}

.payment-reports ul li {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: "Rubik", serif;
    font-weight: 500;
}

.payment-reports ul .marker {
    width: 14px;
    min-width: 14px;
    height: 14px;
    border-radius: 2px;
}

.bgmd-grey {
    background: var(--md-grey) !important;
}

.profile-tabs .nav-tabs {
    display: flex;
}

.profile-tabs .nav-tabs .nav-link {
    width: auto;
    padding: 0;
    margin-right: 35px;
    background: transparent;
    color: #000000;
    font-weight: 400;
    font-family: "Rubik", serif;
}

.profile-tabs .nav-tabs .nav-item.show .nav-link,
.profile-tabs .nav-tabs .nav-link.active {
    color: var(--bs-blue);
    font-weight: 500;
}

.profile-container {
    border: 1px dashed #000000;
    border-radius: 12px;
    background-color: #fff;
    width: 140px;
    height: 140px;
    display: block;
    overflow: hidden;
    position: relative;
}

.profile-img {
    min-width: 140px;
    min-height: 140px;
    border-radius: 12px;
    object-fit: cover;
}

.upload-btn {
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
}

.upload-btn:hover {
    background-color: #f5f5f5;
}

.profile-container input[type="file"] {
    display: none;
}

#uploadText {
    display: block;
}

.upload-plus {
    width: 18px;
    display: flex;
    height: 18px;
    border-radius: 50%;
    background: #00000040;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
    margin: 4px auto;
}

.btn-change {
    background: var(--bs-blue);
    color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    padding: 12px 15px;
    font-size: 16px;
}

.btn-change:hover {
    background: var(--bs-blue);
}

.btn-remove {
    background: #EBEFF2;
    border-radius: 0px 8px 8px 0px;
    padding: 12px 15px;
    font-size: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide the default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 24px;
    transition: background-color 0.4s;
    border: 1px solid #ccc;
}

.slider::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: -1px;
    bottom: -4px;
    background-color: #cccccc;
    border-radius: 50%;
    transition: transform 0.4s;
}

/* On state */
input:checked+.slider {
    background-color: #a3cd84;
    border: 1px solid #a3cd84;
}

input:checked+.slider::before {
    transform: translateX(26px);
    background-color: #75A651;
}

.SettingsCard {
    border: 1px solid var(--bs-grey);
    border-radius: 10px;
}

.ln-field .form-select {
    width: 250px;
    padding: 16px 17px;
}

.radioBtn .form-check-input:checked[type=radio] {
    background-image: url(../img/check.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.radioBtn .form-check-input[type=radio] {
    border-radius: 4px;
}

.bbg {
    border-bottom: 1px solid var(--bs-grey);
}

.min-char {
    width: 200px;
    border: 1px solid var(--bs-grey);
    border-radius: 8px;
}

/* ----login screen---- */
.wrapper-login {
    width: 100%;
    height: 100%;
    padding: 80px 0;
    background-image: url(../img/bgLR.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #33B3FE;
    overflow-y: scroll;
}

.log-reg {
    padding: 50px 50px;
    border-radius: 25px;
}

.fph {
    height: 600px;
}

.tol-table table thead tr th {
    background: var(--bs-blue);
    color: var(--bs-white);
}

.tol-table table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.tol-table table thead tr th:last-child {
    border-top-right-radius: 12px;
}

.tol-table table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 12px;
}

.tol-table .table>:not(caption)>*>* {
    border: none;
}

.tol-table .table {
    box-shadow: 0px 0px 11px 1px #0000004a;
}

.profile-content {
    padding: 130px 0px 0px 30px;
}

.text-orange {
    color: var(--bs-orange);
}

/* other css */
.radiocheck {
    display: flex;
    align-items: center;
    width: auto;
    max-width: inherit;
    padding: 0;
}

.radiocheck .form-group {
    margin-right: 15px;
    border: 1px solid #DAE1E9;
    border-radius: 4px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    padding: 2px 33px 3px 5px;
    font-size: 14px;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    right: 0;
    border-radius: 4px;
    top: 4px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 11px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.Heading-flex-line h4 {
    margin: 0;
}

.radiocheckrow.row {
    align-items: center;
    padding: 30px 0 0;
}

.radiocheckrow.row .Heading-flex-line {
    width: auto;
    max-width: inherit;
}

.bxs {
    box-shadow: 0 4px 4px 0 #00000040;
}

.reportChart#newbarChart {
    width: 100%;
    height: 380px !important;
}

.h-br {
    border-radius: 10px 10px 0 0;
}

/* .tableCustom table thead tr th{
    background-color: #645362;
    color: var(--bs-white);
    border-color: var(--bs-white);
}
.tableCustom .table>:not(caption)>*>*{
    border-color: var(--bs-grey);
} */
.btn-close {
    background: transparent url(../img/close.svg) center / 1em auto no-repeat;
    opacity: 1;
}

.deleteUserBtn .btn-close {
    background: transparent url(../img/black_cross.svg) center / 1em auto no-repeat;
}

.searchBtn .input-group-text {
    background: var(--bs-white);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: none;
    border-color: var(--bs-grey);
}

.searchBtn .form-control {
    border-left: none;
    border-color: var(--bs-grey);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: var(--md-grey);
    font-size: 13px;
    padding: 13.25px 14px;
    min-width: 300px;
}

.searchBtn .form-control:focus {
    box-shadow: none;
}

.searchBtn .form-control::placeholder {
    color: var(--md-grey);
}

.contentP p {
    font-weight: 400;
}

.contentP ul li {
    font-size: 14px;
    font-weight: 400;
}

.digit-group input {
    width: 50px;
    height: 50px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-grey);
    text-align: center;
    font-size: 14px;
    color: var(--bs-header);
    border-radius: 5px;
}

.datatable-responsive .table>:not(caption)>*>* {
    border: none;
}

.datatable-responsive table thead tr th {
    background-color: #645362 !important;
    color: var(--bs-white);
}

.datatable-responsive.table-responsive {
    overflow-x: auto;
}

.datatable-responsive .table {
    white-space: nowrap;
}

.datatable-controls {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 10px;
}

.dataTables_length,
.dataTables_filter {
    margin: 0;
}

.dt-length label {
    display: none;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-wrapper i {
    position: absolute;
    left: 10px;
    color: gray;
    font-size: 16px;
}

.search-wrapper input {
    padding: 9px 12px 9px 34px;
}

.dt-search {
    display: flex;
}

.dt-length {
    margin-right: 20px;
}

.dt-length select {
    min-width: 130px;
    background-color: var(--bs-green);
    color: var(--bs-white);
    background-image: url(../img/dropdown-bl.svg);
    font-size: 12px;
    padding: 11px 12px;
}

.filter-container {
    margin-right: 20px;
}

.filter-container select {
    min-width: 130px;
    background-color: var(--bs-white);
    color: var(--bs-black);
    background-image: url(../img/filter-bl.svg);
    font-size: 12px;
    padding: 11px 12px;
}

.headingPosition {
    position: absolute;
    top: 18px;
}

.dropdown-header button:focus,
.dropdown-header button:hover,
.dropdown-header button:active {
    border: 1px solid transparent;
    outline: 0;
}

.btnTb {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6F0FF;
    padding: 3px;
}

.btnTb:hover {
    border: 1px solid var(--bs-blue);
    color: var(--bs-blue);
}

.datatable-responsive button:hover {
    color: var(--bs-blue) !important;
    border: 1px solid var(--bs-blue);
}

.datatable-responsive .dt-paging-button .page-link.first,
.datatable-responsive .dt-paging-button .page-link.last {
    display: none;
}

.datatable-responsive .dt-paging-button .page-link.previous,
.datatable-responsive .dt-paging-button .page-link.next {
    background-color: transparent;
    border-width: 0;
}

.datatable-responsive .pagination {
    margin: 0;
}

.page-link:focus {
    box-shadow: none;
}

#userManagement th:first-child,
#userManagement td:first-child {
    width: 50px;
    white-space: nowrap;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

td {
    vertical-align: middle !important;
}

.activeBtn {
    background-color: var(--bs-green) !important;
    background-image: url(../img/dropdown.svg) !important;
    min-width: 90px !important;
    width: 90px !important;
}

.custom-checkbox-dropdown .btn {
    border: 1px solid var(--bs-grey);
    font-family: "Rubik", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.59px;
    color: var(--nr-grey);
    padding: 18.71px 12px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
}

.input-text {
    color: var(--nr-grey);
    font-size: 14px;
    padding: 14px 12px;
    border: 1px solid var(--bs-grey);
    border-radius: 8px;
}

.bg-purple {
    background: var(--lg-purple);
}

.ul-custom li {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-black);
    margin-bottom: 15px;
}

.select2-container {
    z-index: 999999;
}

.select2-container {
    min-width: 100%;

}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    position: relative;
    height: 18px;
    width: 18px;
    border: 1px solid var(--bs-grey);
    border-radius: 4px;
    background-color: var(--bs-white);
    margin-right: 16px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.select2-results__option[aria-selected] {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: var(--bs-blue);
    display: inline-block;
    padding-left: 3px;
    border: 1px solid var(--bs-blue);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
    padding: 10px 12px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    font-size: 14px;
    color: var(--nr-grey);
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
    border: 1px solid var(--bs-grey) !important;
    border-radius: 6px !important;
    padding: 13.5px 12px !important;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
}

.progress-circle svg {
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease-in-out;
}

.progress-circle .circle-bg {
    stroke: #e6e6e6;
}

.progress-circle .circle-progress {
    stroke-dasharray: 316;
    /* Circumference (2 * π * r) */
    stroke-dashoffset: 316;
}

.progress-text {
    font-size: 32px;
    font-weight: 600;
}

#progress1 {
    color: var(--bs-indigo);
}

#progress2 {
    color: var(--bs-blue);
}

#progress3 {
    color: var(--bs-green);
}

#progress4 {
    color: var(--bs-yellow);
}

.progress {
    height: 8px;
    margin-top: 12px;
}

.progress-bar {
    border-radius: 10px;
    /* Rounded corners */
}

.progress-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--md-grey);
}

.progress-count {
    color: var(--bs-blue);
    font-size: 14px;
    font-weight: 500;
}

.up_doc {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.box-upload {
    width: 70%;
    height: 56px;
    border: 1px solid var(--bs-grey);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.predefined {
    width: 100%;
    height: 54px;
    padding: 4px 12px;
    border: 1px solid var(--bs-grey);
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .countImg {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    .CountBox {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .wrapper-login {
        padding: 60px 0;
    }
}

@media (max-width: 700px) {
    .headingPosition {
        position: relative;
        margin-bottom: 10px;
        top: auto;
    }

    .table-responsive.custom-table table thead tr th,
    .table-responsive.custom-table table tbody tr td {
        min-width: 120px;
    }
}

@media (max-width: 565px) {
    .log-reg {
        padding: 20px 20px;
    }

    .profile-content {
        padding: 130px 0px 0px 0px;
    }

    .page-wrapper .page-content>div {
        padding: 20px 20px;
    }
}



.select2-container .select2-selection--single {
    height: 56px !important;
    padding: 12px 12px !important;
    border: 1px solid var(--bs-grey) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px !important;
}

.notify-btn .dropdown-toggle::after {
    display: none;
}

.notify-btn .dropdown-menu {
    width: 320px !important;
    max-width: 100%;
    border-radius: 11px 12px 0px 0px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.notify-btn .dropdown-header {
    background: #007bff;
    color: white;
    padding: 15px 13px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.notify-btn .dropdown-header span {
    font-size: 14px;
    font-weight: normal;
}

.notify-btn .dropdown-header .mark-read {
    background: #fbbc0b;
    color: black;
    font-size: 10px;
    padding: 4px 7px;
    border-radius: 12px;
    cursor: pointer;
}

.notify-btn .notification-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.notify-btn .notification-item:hover {
    background: #f8f9fa;
}

.notify-btn .notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.notify-btn .notification-icon img {
    width: 24px;
}

.notify-btn .notification-text {
    flex: 1;
}

.notify-btn .notification-text h6 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.notify-btn .notification-text span {
    font-size: 12px;
    color: gray;
}

.notify-btn .view-all {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    margin: 0 auto;
}



.table-wrapper {
    max-height: 300px;
    overflow-y: auto;
    display: block;
    border: 1px solid var(--bs-border-color);
}

.table-wrapper .table thead th {
    position: sticky;
    top: -1px;
    background-color: var(--bs-border-color);
    z-index: 2;
}

/* icard */
.flip-card {
    background-color: transparent;
    width: 350px;
    height: 538px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    background: var(--bs-white);
    color: black;
    z-index: 2;
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.cardHeader {
    background-image: url(../img/frontShape.svg);
    width: 100%;
    height: 209px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card .userBox {
    width: 110px;
    min-width: 110px;
    height: 110px;
    background-color: var(--bs-white);
    border: 6px solid var(--bs-blue);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -62px;
    overflow: hidden;
}

.gradient-text {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(to bottom, #000F30, #2E9DA6);
    /* Adjust colors as needed */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* For Firefox */
    color: transparent;
}

.logo-card-img {
    top: 25px;
    left: 13px;
}

.card_ul li {
    font-size: 14px;
    color: var(--bs-black);
}

.cardFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
}

.br-dash {
    border-top: 1px dashed var(--bs-black);
}

@media (max-width: 1199px) {
    .countImg {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    .CountBox {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .wrapper-login {
        padding: 60px 0;
    }
}

@media (max-width: 700px) {
    .headingPosition {
        position: relative;
        margin-bottom: 10px;
        top: auto;
    }

    .table-responsive.custom-table table thead tr th,
    .table-responsive.custom-table table tbody tr td {
        min-width: 120px;
    }
}

@media (max-width: 565px) {
    .log-reg {
        padding: 20px 20px;
    }

    .profile-content {
        padding: 130px 0px 0px 0px;
    }

    .page-wrapper .page-content>div {
        padding: 20px 20px;
    }
}



.select2-container .select2-selection--single {
    height: 56px !important;
    padding: 12px 12px !important;
    border: 1px solid var(--bs-grey) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px !important;
}

.pin-input {
    font-size: 1.8rem;
    letter-spacing: 1.5rem;
    font-family: monospace;
    color: #6c757d;
    caret-color: black;
    text-align: left;
}

.pin-input::placeholder {
    color: #adb5bd;
}

.pin-input::selection {
    background: transparent;
}

.pin-input:focus {
    border: 1px solid var(--bs-grey);
}