@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*General Css*/

body {
    font-family: "Fira Sans", sans-serif;
    background: #fff;
}

:root {
    --bs-indigo: #50a5f1;
    --bs-warning: #ffa800;
}

.sidebar-menu-scroll {
    height: calc(100% - 128px);
    margin-top: 128px;
}

.card {
    box-shadow: none;
    border: solid 1px #3734a91c;
    padding: 1.1rem 1.2rem !important;
    border-radius: 15px;
}

/* .card-body {
    border: solid 1px rgb(83 82 154 / 18%);
    border-radius: 18px;
} */
.page-title-box {
    padding: 1.4rem 0 1.4rem;
    margin-bottom: 1.7rem;
    border-bottom: solid 1px #3734a94a;
}

div#layout-wrapper {
    background: transparent;
}

:root,
[data-bs-theme=light] {
    --bs-yellow: #a28ce2;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans", sans-serif;
}

a.btn-sf-green {
    background: #355eb2;
    color: #fff;
    padding: 0.65rem 1.27rem;
    border-radius: 6px;
}

a.btn-sf-green:hover {
    background: #0b7240;
}

button.btn-sf-green,
button.btn-sf-green:focus {
    background: #7276e4;
    color: #fff !important;
}

.btn-sf-orange {
    background: #dd9b10;
    color: #fff;
}

button.btn-sf-green:hover {
    background: #9277d0;
    color: #fff;
}

.btn-sf-orange:hover {
    background: #d18f03;
    color: #fff;
}

.btn.btn-sf-red {
    background: #d65c5c;
    color: #fff;
}

.btn.btn-sf-red:hover {
    background: #c14848;
    color: #fff;
}

badge {
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
}

fieldset {
    border: solid 1px #d2d2d2;
    margin: 0.6rem 0 1.5rem;
    padding: 1rem 1.3rem;
    background: #f2f5f8;
}

legend {
    padding: 0px 16px 3px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: -30px;
    display: inline !important;
    background: #fff;
    width: auto;
    margin-bottom: 0.8rem;
    color: #3734a9;
}

.form-label {
    margin-bottom: .3rem;
    font-weight: 400;
    color: #32316c;
    padding: 0px 2px;
}

.checkbox-col {
    background: #f2f5f8;
    padding: 0.9rem;
    margin-bottom: 0.8rem !important;
}

span.input-group-text {
    background: #3734a9;
    color: #00dced;
}

.checkbox-col input.form-check {
    margin: 0 !important;
}

.form-check {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem !important;
}

.form-check label {
    margin: 0;
    padding: 0 5px;
}

.form-group {
    margin: 0 0 1.2rem;
}

.btn.btn-sf-green:active {
    background: #2f60c1;
}

.btn-sf-green a {
    color: #fff;
}

button.modal-close {
    background: #d65c5c;
    padding: 7px 12px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.table-card-list {
    border-spacing: 0 12px !important;
}

textarea.form-control {
    min-height: calc(1.5em + .94rem + calc(var(--bs-border-width)* 2));
    max-height: unset;
    height: auto;
}

/*Page Top Bar*/

.admin-avatar-btn {
    display: flex;
    align-items: center;
}

.admin-avatar-btn i.avatar {
    background: #7276e4;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
}

.noti-icon .badge {
    background: #bd8309 !important;
}

.noti-icon i {
    color: #1f572f;
}

.page-title-box h4 {
    font-weight: 500;
    font-size: 20px !important;
    color: #3734a9;
    letter-spacing: -0.4px;
}

/*Login Header*/

.login-header {
    background: #ffffff;
    max-height: 90px;
    height: 100vh;
    position: relative;
    top: 0rem;
    z-index: 1;
    width: 100%;
    box-shadow: 0px -8px 19px 9px rgb(40 34 67 / 20%);
}

a.login-header-left {
    display: inline-flex;
    align-items: center;
}

.login-header-left img {
    height: 90px;
    filter: grayscale(1);
}

a.login-header-left h4 {
    margin: 0 0 0 0.6rem;
    font-size: 1.5rem;
    letter-spacing: -0.2px;
    line-height: 27px;
}

h4 span {
    display: block;
    font-size: 1.1rem;
}

.login-header-right {
    display: flex;
    align-items: center;
    justify-content: right;
}

.login-header-right h5 {
    margin: 0 0.5rem 0 0;
}

.login-header-right h5 span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}

.login-header-right img {
    height: 90px;
}

/*Login Form Row*/

.login-left h2 {
    color: #ffffff;
    font-size: 2.7rem;
    display: inline-block;
    text-transform: uppercase;
    font-family: inherit;
    word-spacing: 7px;
    margin: 1rem 0 0;
}

.login-left h2 span {
    color: #f15b57;
}

.login-left h4 {
    color: #fff;
    font-size: 2.6rem;
    line-height: 45px;
}

.login-left h4 span {
    display: block;
    font-size: 1.7rem;
    font-weight: 400;
}

.login-row {
    align-items: center;
    justify-content: right;
    position: relative;
    z-index: 1;
    height: calc(100vh / 1 - 0px);
}

.login-row img {
    width: 240px;
}

.login-row .card {
    background: transparent;
    box-shadow: none;
    border: none;
}

.login-row .card .card-body {
    width: 70%;
    background: white;
    margin: auto;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-height: 440px;
    height: 100vh;
}

.login-row .card:before {
    content: "";
    background: rgb(255 255 255 / 60%);
    height: 85%;
    position: absolute;
    width: 79%;
    padding: 6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1;
}

.row.login-row .card:after {
    content: "";
    background: rgb(255 255 255 / 15%);
    height: 70%;
    position: absolute;
    width: 88%;
    padding: 6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: -1;
}

.login-type {
    padding: 0.8rem;
    margin: 1rem 0;
    background: #16256d;
}

.login-type button {
    border: solid 1px #cecece;
    background: transparent;
    padding: 0.4rem 0.7rem;
    border-radius: 6px;
    margin-right: 3px;
    box-shadow: 2px 1px 4px 0px rgb(7 67 16 / 11%);
    font-size: 14px;
    color: #fff;
}

.login-type button.active {
    background: #0ad3ef;
    border-color: #0ad3ef;
    color: #16256d;
}

.text-left.mt-2.login-heading h5 {
    margin-bottom: 0.3rem;
}

.login-heading h3 {
    color: #ffffff !important;
    font-size: 1.4rem;
    font-weight: 500;
    background: #950c14;
    padding: 8px;
    margin: 0.6rem 0 0;
}

form.admin-form .form-control {
    background: #f3f3f4;
    max-height: 45px;
    height: 100vh;
    border: none;
}

.admin-form .form-check {
    padding-left: 0;
}

.form-control {
    border: solid 1px #dbdbdb;
}

input.form-check-input {
    border: solid 1px #dbdbdb;
}

.login-row .form-check-input[type=checkbox] {
    margin-left: 0;
}

@media screen and (max-width: 992px) {
    .authentication-bg {
        height: 100% !important;
    }

    .login-row {
        padding: 0 5rem;
        height: auto;
    }

    .login-left h2 {
        font-size: 2.2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .login-row {
        padding: 0 0rem;
    }

    .login-left h2 {
        font-size: 1.7rem;
        padding-bottom: 0.8rem;
    }

    .login-row img {
        width: 140px;
    }

    .login-row .card .card-body {
        width: 93%;
        max-height: unset;
        height: auto;
    }

    .row.login-row .card:after {
        display: none;
    }

    .login-row .card:before {
        width: 100%;
    }

    .login-heading h5 {
        display: none;
    }

    .login-heading {
        margin: 0 !important;
    }

    .login-type button {
        padding: 0.3rem 0.4rem;
        border-radius: 5px;
        margin-right: 2px;
    }

    form.admin-form .mb-3 {
        margin-bottom: 0.8rem !important;
    }

    .login-type {
        margin: 0.8rem 0 -0.3rem;
    }

    .login-heading h3 {
        font-size: 1.5rem;
    }

    .navbar-brand-box .logo span.logo-sm {
        display: flex;
        align-items: center;
    }
}

/*Page Topbar*/

header#page-topbar,
footer.footer {
    box-shadow: none;
    background: #f1f5ff;
}

.page-content {
    /* padding: calc(44px + 1.25rem) calc(1.25rem / 2) 22px calc(1.25rem / 2); */
    margin-bottom: 2.5rem;
}

/*Verticle 	Menu*/

.vertical-menu {
    margin: auto;
    background: linear-gradient(180deg, hsl(0deg 0% 100%) 17%, hsl(255deg 100% 50% / 11%) 100%);
    box-shadow: -6px -11px 17px 0px rgba(15, 34, 58, .12);
    background: #3734a9;
}

.navbar-header .vertical-menu-btn {
    display: unset;
}

.navbar-header {
    height: 62px;
}

.navbar-brand-box {
    background-color: transparent;
    padding: 0.3rem 0.9rem 0.9rem 0.9rem;
    background: #312e99;
}

.navbar-brand-box a .logo-lg {
    display: block;
    align-items: center;
    text-align: center;
}

.navbar-brand-box a .logo-lg h4 {
    font-size: 20px;
    margin: 6px 0 0;
    color: #ffffff;
    font-weight: 400;
    line-height: 21px;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: -0.3px;
}

.navbar-brand-box a .logo-lg h4 span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 0.5px;
}

.vertical-menu .vertical-menu-btn {
    position: absolute;
    right: -60px;
    top: 9px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 100px;
    border: solid 1px #7276e4;
}

.vertical-menu .vertical-menu-btn .fa-bars {
    color: #7276e4;
}

.vertical-menu .vertical-menu-btn:hover {
    background: #7276e4;
}

.vertical-menu .vertical-menu-btn:hover .fa-bars {
    color: #fff;
}

.breadcrumb-item>a {
    color: #09a2ae;
}

body[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px !important;
    padding: 0 0.7rem;
    background: #3a45c0;
}

.metismenu li {
    display: block;
    width: 100%;
    margin: 0.2rem 0;
}

#sidebar-menu {
    padding: 22px 0 30px 0;
    /* max-height: 475px;
    height: 100%;
    overflow-y: scroll; */
}

#sidebar-menu ul li a {
    color: #f3f2f2;
    padding-left: 2.4rem;
    border-radius: 13px;
    border: solid 1px transparent;
    margin: 0 22px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: .3rem 0.5rem .3rem 1.9rem;
    color: #f3f2f2;
    font-size: 14px !important;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    margin: 0 22px;
}

#sidebar-menu ul li a i {
    position: absolute;
    left: 14px;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
    padding: 11px 0;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a i {
    position: relative;
    min-width: 0px;
    font-size: 1.05rem;
    left: 17px;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    width: calc(195px + 70px);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i {
    color: #13419e !important;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i {
    color: #ffffff !important;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a span {
    display: inline;
    padding-left: 17px;
    font-size: 14px;
}

.mm-active .active {
    color: #2f60c1 !important;
}

.mm-active>a {
    background: #3a45c0;
    color: #00dced !important;
    background-color: #312e99 !important;
    border: solid 1px #00dcedb5 !important;
}

#sidebar-menu ul li a:hover {
    color: #ffffff;
}

.metismenu li:hover a i {
    color: #fff !important;
}

ul.sub-menu li a {
    color: #f2f2f2 !important;
    font-size: 15px !important
}

.mm-active>.active>i,
.mm-active:hover>.active>i {
    color: #0b754c !important;
}

.mm-active>i {
    color: #ffffff !important;
}

#sidebar-menu ul li a i {
    color: #f3f2f2;
}

.mm-active>a>i {
    color: #ffffff !important;
}

.metismenu li:hover a {
    background-color: #3a45c0 !important;
    color: #fff !important;
}

.metismenu li:hover ul.sub-menu a {
    background: transparent !important;
}

.metismenu li.mm-active:hover a {
    background: #fff;
}

.metismenu li.mm-active:hover a i {
    color: #ffffff !important;
}

.mm-active {
    color: #ffffff !important;
}

.mm-active .active {
    color: #00dced !important;
    background-color: #312e99 !important;
    border: solid 1px #00dcedb5 !important;
}

.metismenu li .active i,
.metismenu li:hover .active i {
    color: #00dced !important;
}

ul.sub-menu .mm-active a.active {
    background: transparent !important;
    color: #00dced !important;
    border: none !important;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #00dced !important;
}


#sidebar-menu .has-arrow:after {
    content: '\eb3a';
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul {
    width: 220px;
    background: #1f5f37;
}

@media (max-width: 991.98px) {
    .logo span.logo-lg {
        display: none;
    }

    .navbar-brand-box {
        background-color: transparent;
    }

    .navbar-brand-box .logo span.logo-sm {
        display: flex;
        align-items: center;
    }

    .navbar-brand-box .logo span.logo-sm h4 {
        margin: 0 0 0 8px;
        font-size: 18px;
        text-align: left;
    }
}





/*Footer*/

a.designed-link {
    color: #09a2ae;
}

@media screen and (max-width:767px) {
    footer.footer {
        text-align: center;
    }
}

/*Dashboard*/

.tab-btn,
.tab-btn:focus {
    background: #53529a !important;
    color: #ffffff !important;
}

.tab-btn.active,
.tab-btn:hover {
    background: #34c38f !important;
}

.dash-card-body img {
    width: 28px;
}

.card-img {
    width: 66px;
    height: 66px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.7rem;
}

.dash-card-body h4 span {
    color: #f5f5f5;
    font-size: 1.7rem !important;
    font-weight: 600;
}

.dash-card-body {
    border-radius: 18px;
    padding: 1rem 1.2rem !important;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: solid 3px #3734a938;
    display: flex;
    align-items: center;
}

.dash-card-body:after {
    content: "";
    width: 115px;
    height: 115px;
    background: rgb(255 248 248 / 10%);
    position: absolute;
    border-radius: 100px;
    top: -44px;
    right: -34px;
}

.dash-card-body p {
    font-size: 19px;
    letter-spacing: -0.3px;
    font-weight: 500;
    color: #00dced;
    cursor: pointer;
}

.faded {
    position: absolute;
    right: 0px;
    width: 100px !important;
    opacity: 0.03;
    top: 0;
}

.card-container {
    position: relative;
    padding: 0;
}

.table-card-body {
    background: linear-gradient(161deg, rgb(67 65 143 / 91%) 40%, rgb(113 84 7 / 79%) 100%);
    border-radius: 15px;
}

.upc-expiry-table tr td span {
    width: 22px;
    height: 9px;
    background: red;
    display: inline-block;
    margin-right: 5px;
}

.table-card-body div#datatable_info {
    color: #fff;
}

.table-card-body div#datatable_filter label {
    color: #fff;
}

.card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: dashed 1px rgb(128 128 128 / 17%);
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
}

.card-heading h4,
.card-heading h5 {
    margin-bottom: 0;
}

.card-heading h5 {
    color: #414ac2;
    font-size: 20px;
    font-weight: 600;
    padding-left: 1rem;
    border-left: solid 1px #988bce;
}

.project-ver-table {
    max-height: 284px;
    height: 100vh;
    overflow-y: scroll;
}

fieldset.dash-fieldset {
    margin: 0 0 1rem;
    border: none;
    border-bottom: dashed 1px rgb(210 210 210 / 44%);
    padding: 0 0 0rem;
}

.add-wrapper {
    background-color: #272c6b;
    height: 165px;
    width: 75%;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
}

.add-wrapper:after {
    content: "";
    background-image: url(../../pacs/assets/images/add-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}

.add-wrapper img {
    width: 105px;
    margin-top: 6px;
    filter: drop-shadow(8px 0px 5px rgb(36 40 120 / 92%));
}

.dash-fieldset .form-control {
    padding: .35rem 2.25rem .35rem .75rem;
    max-height: 37px;
}

.dataTable.trans-table thead tr th {
    padding: 7px 14px !important;
}

#column_chart_datalabel2 path:nth-child(even) {
    fill: #ffa800;
}

.project-ver-table table tbody tr:nth-child(odd) .cstm-badge {
    background: #F0F9FF;
    border: solid 1px #0095FF;
    padding: 4px 6px;
    border-radius: 7px;
    color: #0095FF;
}

.project-ver-table table tbody tr:nth-child(even) .cstm-badge {
    background: #F0FDF4;
    border: solid 1px #00E58F;
    padding: 4px 6px;
    border-radius: 7px;
    color: #00E58F;
}

.project-ver-table tbody tr:nth-child(odd) td:nth-child(2) {
    color: #0095FF;
}

.project-ver-table tbody tr:nth-child(even) td:nth-child(2) {
    color: #04c87f;
}

/*Seed Report Table*/


.report-title {
    background: whitesmoke;
    padding: 12px;
    margin: 0 0 1.1rem;
    text-align: center;
}

.report-title h5 {
    margin: 0;
    color: #10502b;
}

.table-wrapp {
    width: 100%;
    overflow-x: scroll;
}

.report-cstm-table {
    margin-bottom: 15px !important;
}

.report-cstm-table th,
.report-cstm-table td {
    border: solid 1px #cacaca;
    text-align: center;
    font-size: 14px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(15 80 43 / 30%);
}

::-webkit-scrollbar {
    height: 10px;
    width: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(15 79 42 / 60%);
}

.cstm-report-row ul.pagination {
    margin: 10px 0 0 !important;
}


/*Infrastructure Form*/

.radio-input {
    display: flex;
}

.mouza-group input {
    display: inline-block;
    width: calc(100% / 4 - 5px);
}

div#datepicker1 span {
    background: rgb(114 118 228);
    color: #fff;
    border: solid 1px rgb(113 117 225);
}

.godown-form table {
    width: 100%;
    border: solid 1px #f1f1f1;
    margin: 9px 0;
}

.godown-form table tbody tr td:first-child {
    width: 215px;
}

.godown-form table tr th {
    padding: 0.8rem 0.9rem 0.2rem;
}

.godown-form table tr td {
    padding: 0rem 0.9rem 0.9rem;
}

table.godowns-modal-table tbody tr:nth-child(odd) {
    background: #eff3f2;
}

table.godowns-modal-table tbody td h6 {
    margin-bottom: 0;
}

.view-btn-col {
    display: flex;
    justify-content: end;
    align-items: end;
}

.view-btn-col button {
    margin-left: 6px;
}

.thank-modal i.fa-check {
    font-size: 26px;
    color: #127948;
    margin-bottom: 0.6rem;
}

.thank-modal .modal-body p {
    font-size: 18px;
}

/*Dashboard*/

.card-body.bar-card-body {
    border-radius: 23px;
    box-shadow: 0px 0px 12px 6px rgb(170 179 224 / 11%);
    border: solid 1px rgb(83 82 154 / 18%);
}

.upc-expiry-table .card-title {
    border-bottom: dashed 1px #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.3rem !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upc-expiry-table h4 {
    color: #fff !important;
    margin: 0;
}

.upc-expiry-table .card-title p {
    margin: 0;
    color: #fff;
}

.upc-expiry-table .card-title p span.red {
    width: 18px;
    height: 11px;
    background: red;
    display: inline-block;
    border: solid 1px #fff;
    margin-right: 5px;
}

.upc-expiry-table table {
    border-radius: 10px;
    overflow: hidden;
}

.upc-expiry-table .dataTable thead tr th {
    background: #c8d3ff !important;
    color: unset !important;
}

.upc-expiry-table div.dataTables_length {
    color: #fff;
}

/*PROCUREMENT*/


.btn-form-group {
    margin-top: 0.7rem;
    text-align: center;
}

.btn-form-group button {
    padding: 0.5rem 3rem;
}

/*Datatable*/

.dataTable thead tr th {
    background: #5c59b2f2 !important;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px;
    padding: 11px 14px !important;
    border-bottom: solid 2px #ffffff !important;
}

.dataTable tbody tr td {
    font-size: 13.2px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 14px !important;
}

.trans-table tbody tr td {
    padding: 7px 14px !important;
}

.dataTable tbody tr:nth-child(odd) td {
    background: rgb(241 245 255);
}

.dataTable tbody tr td {
    vertical-align: middle;
}

table.dataTable .form-check .form-check-input {
    margin-left: 0;
}

.table-btn {
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 2px;
}

div#datatable_wrapper .form-control {
    max-height: 35px;
}

/*Insurance form css*/

/*.insurance-form textarea.form-control {
    min-height: unset;
    height: 100vh;
}*/

.insurance-form h5,
.proposal-form h4 {
    background: rgb(233 238 236 / 71%);
    margin: 0;
    padding: 13px 18px;
    color: #2b2e3b;
}



/**/

.status-btn {
    border-radius: 50px;
    padding: 4px 13px;
}

.status-modal ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.status-modal ul li {
    position: relative;
    border-bottom: solid 1px gray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 0.5rem 1.1rem 2rem;
}

.status-body {
    max-height: 450px;
    height: 100vh;
    overflow-y: auto;
}

.status-modal ul li h4 {
    font-size: 16px;
    margin: 0;
    width: 55%;
}

.status-time h5 {
    font-size: 14px;
    margin: 0;
}

.status-time {
    display: flex;
    gap: 15px;
}

.status-modal ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #dee1e6;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 0px 5px #f7f7f7;
}

.status-modal ul li.active:before {
    background: #689F38;
    box-shadow: 0px 0px 0px 5px #DCEDC8;
}

.status-modal .modal-content {
    padding: 0.7rem;
    background: aliceblue;
}

.status-modal .modal-header {
    background: #3734a9;
    border-radius: 5px;
    padding: 0.8rem 1rem;
}

.status-modal h5.modal-title {
    color: #fff;
}

button.btn-close {
    background-color: #3ad7ff;
    opacity: 1;
    border: solid 2px #fff;
    background-size: 11px;
    padding: 6px !important;
    border-top-width: 2px;
}





.g-table,
.lo-table {
    display: none;
}

h4.card-title {
    font-weight: 500;
    font-size: 19px;
    color: #3734a9 !important;
    letter-spacing: -0.4px;
    border-bottom: solid 1px #3734a914;
    padding: 0.7rem 0.7rem 0.7rem;
    margin-bottom: 1.2rem;
    background: #f6f6fe;
}

.msg-time {
    padding-left: 1rem;
    border-left: solid 1px gray;
    height: 100%;
}

.msg-time h5 {
    font-size: 15px;
    margin: 0;
    padding: 5px 2px;
}

.datepicker-months span{
    display:inline-block;
    width:calc(100% / 3 - 5px);
    text-align: center;
    padding: 5px;
}
.datepicker-years table{
    width:100%;
}
.datepicker-years span{
    display:inline-block;
    width:calc(100% / 3 - 5px);
    text-align: center;
    padding: 5px;
}

/* CSS to disable previous dates (before today) */
.datepicker table td.disabled,
.datepicker table td.old {
    pointer-events: none; /* Prevent interaction with disabled cells */
    background-color: #f0f0f0; /* Change background color of disabled cells */
    color: #d0d0d0; /* Change text color of disabled cells */
}

.datepicker-months .disabled, 
.datepicker-months .old {
    pointer-events: none;  /* Prevent clicking */
    background-color: #f0f0f0;  /* Light grey background */
    color: #d0d0d0;  /* Light grey text */
}

/* Disable previous years */
.datepicker-years .disabled,
.datepicker-years .old {
    pointer-events: none;  /* Prevent clicking */
    background-color: #f0f0f0;  /* Light grey background */
    color: #d0d0d0;  /* Light grey text */
}



/* Loader */
#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.33);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Ensure the loader is on top of other elements */
    display: none;
    /* Initially hidden */
}

/* Styling for the loader itself */
#loader-container #loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #6461b5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
}



/* Keyframe animation for the loader spin effect */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loader */