:root {
    scroll-behavior: smooth;
}

* {
    scrollbar-width: none;
}

html {
    font-size: 10px;
}

body {
    overflow: hidden;
    font-size: 16px;
    background: #ffffff;
    color: rgb(62 80 93);
    font-family: "Open Sans", sans-serif;
}

.table > thead {
    vertical-align: middle !important;
}

.table-bordered thead tr th {
    vertical-align: middle !important;
}

.simple-border {
    height: 100%;
    border: 1px solid #d5d3d3;
    border-radius: 3px;
}

.btn {
    font-size: 15px;
    background-color: #eb7365;
    transition: all 0.5s;
}

.btn-danger {
    background-color: #dc3545 !important;
}


a {
    color: #eb7365;
    text-decoration: none;
}

    a:hover {
        color: #d68a2e;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

.asidebar-nav .active {
    background-color: #6e3676;
    border-radius: 3px;
    color: #ffffff;
}

    .asidebar-nav .active i {
        color: #ffffff;
    }

.asidebar-nav .child-active {
    color: #eb7365;
}
    /*    .asidebar-nav .nav-link.active, .asidebar-nav .child-active a.nav-link {
        border: 1px solid #eb7365;
    }*/
    /*    .asidebar-nav .child-active .nav-link:hover {
        color: #585858;
        border: 1px solid #585858;
    }*/
    .asidebar-nav .child-active a.nav-link {
        color: #ffffff;
        background-color: #eb7365;
    }
        /*        .asidebar-nav .nav-link:hover {
            border: 1px solid #585858;
        }*/
        .asidebar-nav .child-active a.nav-link[aria-expanded="true"] {
            border: 1px solid #dddddd;
        }

.asidebar-nav .nav-link[aria-expanded="true"]:hover {
    border: 1px solid #dddddd;
}
/*.toggle-asidebar .asidebar-nav .nav-item.active .nav-link {
    border: 1px solid #dddddd;
}*/

/*--------------------------------------------------------------
# scrollbar-css
--------------------------------------------------------------*/

:root {
    scrollbar-width: none;
    scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    /*padding: 10px;*/
    padding: 15px; /*Added by Aastha on 10 June 2025*/
    transition: all 0.3s;
    position: fixed;
    overflow-y: auto;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

@media (max-width: 1199px) {
    #main {
        padding: 10px;
        margin-left: 0px;
    }
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 19px;
    bottom: 21px;
    z-index: 99999;
    background: #eb7365;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #d68a2e;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.fts-14 {
    font-size: 14px;
}

.h-34 {
    height: 34px !important;
}
/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 0px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdow {
    position: relative;
}

    .dropdow:hover .dropdown-menu {
        display: block;
    }

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 6px 25px;
    color: #eb7365;
}

    .dropdown-menu .dropdown-footer a {
        color: #fff;
        text-decoration: underline;
    }

.bg-ft {
    background-color: #d68a2e;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    margin: 0;
    border-top: 1px solid rgb(157 157 157);
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

    .dropdown-menu .dropdown-item i {
        margin-right: 10px;
        font-size: 18px;
        line-height: 0;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: #f6f9ff;
    }

.dropdown-menu-arrow::before {
    content: "";
    width: 14px;
    height: 17px;
    background: #fff;
    border-radius: 0px 0px 50px 0px;
    top: -8.5px !important;
    position: absolute;
    top: -10px;
    right: 20px;
    transform: rotate(50deg);
    border-left: 1px solid #E9EDF4;
    border-top: 1px solid #E9EDF4;
    right: 10px;
}

@media (min-width: 400px) {
    .profile::before {
        background: #d68a2e !important;
    }

    .profile::before {
        right: 12px !important;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Card */
.card {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(58 58 58 / 20%);
}

.card-1 {
    background-color: #eb7365;
}

.card-2 {
    background-color: #eb7365;
}

.card-3 {
    background-color: #eb7365;
}

.fix-card-txt {
    width: 56px;
    text-align: center;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.card-4 {
    background-color: #eb7365;
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}



.dash-card {
    margin-bottom: 0;
    background-color: #FFF;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 4px 0px #0000000f;
    color: inherit;
    padding: 0px 4px;
}

    .dash-card .card-header {
        border-color: #d3d3d3;
        position: relative;
        background: #fff;
        padding: 10px;
    }

    .dash-card .card-footer {
        position: relative;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #d3d3d3;
    }

.total-text-with-bg {
    background-color: #eb7365;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
    padding: 2px 6px;
    border-radius: 2px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.dash-card .filter {
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dash-card .filter .dropdown-menu {
        min-width: 125px;
        border: 1px solid rgb(216, 216, 216);
    }

    .dash-card .filter .dropdown-menu {
        border-color: #E9EDF4;
        box-shadow: 0px 0px 8px 0px rgba(19, 16, 34, 0.06);
        background-color: #FFF;
        padding: 3px;
        border-radius: 2px;
    }

    .dash-card .filter .dropdown-item {
        color: #202C4B !important;
        padding: 5px;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
    }

.dash-card .card-body {
    padding: 10px 6px;
}

.update-card {
    color: #fff;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 4px 0px #0000000f;
}

    .update-card .up-heading {
        font-size: 22px;
        font-weight: 500;
    }

    .update-card .up-lable {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff !important;
        margin-bottom: 5px;
    }

.bg-c-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#ffac88));
    background: linear-gradient(to right, #fe9365, #ffac88);
}

.bg-c-green {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#00e394));
    background: linear-gradient(to right, #0ac282, #00e394);
}

.bg-c-pink {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to right, #fe5d70, #fe909d);
}

.bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.card-block {
    padding: 15px;
}

.update-card .card-footer {
    background-color: transparent;
    border-top: 1px solid #efefef;
    padding: 10px 12px;
}

    .update-card .card-footer p, .update-card .card-footer i {
        font-size: 14px;
        line-height: normal;
    }

.simble i {
    font-size: 30px;
}

.cd-action i {
    color: #fff;
    font-size: 17px;
    background-color: transparent;
    padding: 1px 3px;
    transition: all 0.2s;
    cursor: pointer;
}

    .cd-action i:hover {
        background-color: #eb736521;
    }

.tot-value {
    background-color: #3e505d;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    width: -webkit-fill-available;
    padding: 4px 6px;
    border-radius: 2px;
    margin-bottom: 0px;
    white-space: nowrap;
    text-align: center;
}

.ftp-btn {
    border: 1px solid #eb7365;
    background-color: #eb7365;
    color: #ffffff;
    padding: 1px 7px;
    border-radius: 2px;
}

.btn-ico {
    font-size: 15px;
}

.apexcharts-text {
    fill: #3e505d;
}


.datatable-table th button {
    color: #eb7365 !important;
}

.datatable-sorter::before {
    border-top: 4px solid #eb7365 !important;
}

.datatable-sorter::after {
    border-bottom: 4px solid #eb7365 !important;
}

td a {
    color: #000;
}

    td a:hover {
        color: #eb7365;
    }

.datatable-sorter::before,
.datatable-sorter::after {
    opacity: 1 !important;
}

.card-title {
    padding: 0px 0px 5px 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

    /* .card-b{
  border: 2px solid #eb7365;
} */
    .card-title span {
        color: #ffffffcc;
        font-size: 13px;
        font-weight: 400;
    }

.apexcharts-legend-text {
    font-weight: 500 !important;
}

.apexcharts-text tspan {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 14px;
    color: rgb(62 80 93) !important;
}

#SvgjsG1175,
.datatable-top,
.datatable-bottom {
    display: none;
}

.apexcharts-legend {
    gap: 1.2rem;
}

.pl-0 {
    padding-left: 5px !important;
}

.ps-3 {
    padding: 0px !important;
}

    .ps-3 span {
        font-size: 13px;
        color: #ffffff;
    }

.card-body {
    padding: 15px 15px 15px 15px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    color: #899bbd;
    font-weight: 600;
}

.bold {
    font-weight: 600;
}

@media print {
    .bold {
        font-weight: 600;
    }
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

    .breadcrumb a:hover {
        color: #51678f;
    }

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    padding-bottom: 5px;
    gap: 10px;
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #d68a2e;
    }

        .nav-tabs-bordered .nav-link:hover {
            background-color: #d68a2e;
            border-radius: 3px;
            color: #ffffff;
        }

        .nav-tabs-bordered .nav-link .active {
            background-color: #d68a2e;
            border-radius: 3px;
            color: #ffffff;
        }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #d68a2e;
    border-radius: 3px;
    color: #ffffff;
}

.gap-15-0 {
    gap: 15px 0px;
}

.gap-10-0 {
    gap: 10px 0px;
}

.gap-0-5 {
    gap: 5px 0px;
}

.input-with-box span {
    background-color: #808080;
    color: #fff;
    border: none;
    border-radius: 0 3px 3px 0;
    padding: 2px 12px;
    font-size: 14px;
}

.input-with-box input {
    border-right: 0;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 15px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #6e8192;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover,
        .dashboard .filter .icon:focus {
            color: #eb7365;
        }

.apexcharts-menu-icon, .apexcharts-pan-icon, .apexcharts-reset-icon, .apexcharts-selection-icon, .apexcharts-toolbar-custom-icon, .apexcharts-zoom-icon, .apexcharts-zoomin-icon, .apexcharts-zoomout-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 24px;
    color: #eb7365 !important;
    text-align: center;
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg, .apexcharts-theme-light .apexcharts-reset-icon:hover svg, .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg, .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg, .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg, .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
    fill: #eb7365 !important;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

    .dashboard .filter .dropdown-header h6 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #aab7cf;
        margin-bottom: 0;
        padding: 0;
    }

.dashboard .filter .dropdown-item {
    padding: 3px 10px;
}

.filter-cal {
    box-shadow: none !important;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 0px;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #ffffff;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: end;
}

.dashboard .sales-card .card-icon {
    color: #ffffff;
}

.dashboard .revenue-card .card-icon {
    color: #ffffff;
}

.dashboard .customers-card .card-icon {
    color: #ffffff;
}

.text-mute {
    color: #ffffffbf !important;
}

.res-card-pra {
    color: #d1d1d1;
    margin: 0;
    font-size: 13px;
}
/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #4154f1;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }




/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    border: 3px solid #d68a2e;
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #d68a2e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 17px;
    color: #065079;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: #065079;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #d68a2e;
    }

.profile .profile-overview .row {
    margin-bottom: 12px;
    font-size: 15px;
}

.profile .profile-overview .card-title,
.pw-lable {
    color: #065079;
}

.profile .profile-overview .label {
    color: rgb(6 80 121);
}

.profile .profile-edit label {
    color: rgb(6 80 121);
}

.profile .profile-edit img {
    max-width: 120px;
}

.form-control {
    font-size: 14px;
    padding-right: 25px;
    border: 1px solid #eb7365;
}

.field-icon {
    float: right;
    top: -22px;
    right: 3px;
    position: relative;
    z-index: 2;
    color: #eb7365b8;
}

.form-check {
    margin-bottom: 5px;
}

    .form-check .form-check-label {
        font-size: 13px !important;
    }

.loding-v3m {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .loding-v3m img {
        width: 112px;
    }

.add-btn {
    cursor: pointer;
    padding: 1px 2px !important;
    background-color: #4f5b70 !important;
    transition: all 0.5s !important;
}

    .add-btn:hover {
        background-color: #eb7365 !important;
    }

    .add-btn img {
        width: 55px !important;
        height: 30px;
    }

.btn-cancle {
    background-color: #3a4b57 !important;
}

    .btn-cancle:hover {
        background-color: #eb3737 !important;
    }

.expanding-search-form {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    width: auto;
}

.welcome-text h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #4f5b70;
    padding-left: 3px;
}

.justify-content-end .expanding-search-form {
    border: 0;
    border-radius: 3px;
}

input[type="search"]::-webkit-search-cancel-button {
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    z-index: 99999999999;
}

.expanding-search-form .search-input {
    position: relative;
    top: 0;
    display: inline-block;
    height: 31px;
    width: 245px !important;
    float: left;
    border: 0;
    font-size: 12px;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    padding: 5px;
    border: 1px solid rgb(79 91 112);
}

    .expanding-search-form .search-input:focus {
        outline: none;
        background-color: #fff;
    }


.expanding-search-form .button {
    position: relative;
    top: 0;
    display: inline-block;
    float: left;
    padding: 0 7px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #4f5b70;
    text-align: center;
    transition: 250ms all ease-in-out;
}

    .expanding-search-form .button:hover {
        /*background-color: #08527a;*/
        background-color: #eb7365;
    }

.button {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.expanding-search-form .search-button {
    border: 0;
    width: 34px;
    height: 31px;
    z-index: 3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .expanding-search-form .search-button .coustm-ic {
        width: 22px;
        margin-top: -2px;
    }

    .expanding-search-form .search-button .ser {
        width: 17px;
        rotate: 90deg;
    }

.quickgrid[theme=default] .col-header-content {
    padding-left: 10px;
    display: flex;
    justify-content: center;
}

.expanding-search-form .coustm-btn {
    border-radius: 3px;
    padding: 0px 7px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 8px;
}

input[type=radio] {
    cursor: pointer;
    border-color: #979797;
}

.main-plus-btn a {
    border-radius: 3px;
    height: 33px;
    width: 33px;
    box-shadow: 0px 0px 3px #999999;
    padding: 0px !important;
}

    .main-plus-btn a i {
        font-size: 21px;
        position: relative;
        top: 1.5px;
    }

input[type=radio]:hover {
    border-color: #eb7365;
}

.form-check-input {
    border-color: #979797;
}

    .form-check-input:checked[type=radio] {
        background-size: auto;
    }

    .form-check-input[type=radio] {
        height: 15px;
        width: 15px;
        border-color: #979797;
        cursor: pointer;
    }

    .form-check-input:checked {
        background-color: #eb7365 !important;
        border-color: #eb7365 !important;
    }

    .form-check-input:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(106 106 106 / 25%);
    }

    .form-check-input:hover {
        border-color: #eb7365;
    }

    .form-check-input[type=checkbox] {
        border-radius: 2px;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

.ser-page-titles .col-8 {
    gap: 10px;
}

.under-popup-tb {
    height: calc(100vh - 200px);
    overflow: auto;
}

    .under-popup-tb thead {
        position: sticky;
        top: 0;
    }

@media (max-width: 650px) {
    .expanding-search-form .search-input {
        width: 170px;
    }

    .ser-page-titles {
        padding: 4px 4px;
    }

    #main {
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .res-card-title {
        font-size: 15px;
    }

    .dashboard .info-card h6 {
        font-size: 20px;
    }
}


.page-titles {
    position: relative;
}


@media (max-width: 520px) {
    .ser-page-titles .col-4 {
        position: absolute !important;
        top: 0px !important;
        width: 100% !important;
    }

    .ser-page-titles .col-8 {
        width: 100% !important;
        flex-direction: row-reverse !important;
    }

    .expanding-search-form .search-input {
        width: 120px;
    }

    .invoice-text .hospital-nm {
        font-size: 12px !important;
    }

    .invoice-text .hospital-tx {
        font-size: 9px !important;
    }

    .invoice-text {
        font-size: 13px !important;
    }

    .invoice-heading {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
    }

    .modify-dt p {
        font-size: 12px !important;
    }
}

@media (max-width: 520px) {
    #main {
        margin-top: 55px;
        padding: 10px !important;
    }

    .logo img {
        max-height: 35px;
    }

    .header-main {
        width: 110px;
    }
}

.input-group-sr {
    display: flex;
    flex-direction: column;
    width: auto;
}

.custom-select-sr {
    width: 200px !important;
    height: 31px !important;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #676767;
    color: #676767;
    outline: none;
    font-size: 12px;
    /* background-color: #eb736514;*/ /*@* Changed by Aastha 05-01-2026 *@ */
}

    .custom-select-sr:focus {
        background-color: #fff;
        outline: none;
        box-shadow: none;
        border: 1px solid #676767;
    }

    .custom-select-sr::placeholder {
        color: #676767;
    }

.input-group-sr label {
    color: #ff8e13;
    font-weight: 600;
}

.dr-image {
    background-color: #e0982d;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 3px;
}

@media (max-width: 576px) {
    .order-col-1 {
        order: 1 !important;
    }

    .order-col-2 {
        order: 2 !important;
    }

    .order-col-3 {
        order: 3 !important;
    }
}
/*++++++++++++++++++++++++++++++++++++++++++CSS for autocomplete dropdown like area*/

.suggestions-list {
    position: absolute;
    right: 0;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    padding: 7px;
}

    .suggestions-list li {
        padding: 0px;
        cursor: pointer;
        font-size: 13px;
        padding: 1px 6px;
    }
        /*  17-05-2025 -change for hover - Aastha */
        .suggestions-list li:hover {
            background-color: #8d8d94;
            color: #fff;
        }

/*++++++++++++++++++++++++++++++++++++++++++*/
/*Add by monika 27-09-2024*/
.validation-message {
    color: red;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #60a0ff;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.box-with-icon div {
    height: 34px;
    padding: 0px 5px;
    background-color: #646464;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
}

.border-box-sec {
    border: 1px solid #cbcbcb;
    padding: 0px 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 34px;
}

strong {
    font-weight: 600;
}

/*.logo-loding {
        display: flex;
        align-content: center;
        justify-content: center;
        height: 100%;
    }*/
.logo-loding {
    border: 1px solid #20282e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #ffffff9c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dr-ser-box {
    height: auto !important;
}

.input-end-box {
    border-radius: 3px 0px 0px 3px !important;
}

.invoice-text .hospital-nm {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.invoice-text .hospital-tx {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
}

.invoice-text {
    font-size: 14px !important;
}

.invoice-heading {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.up-eye-img {
    width: -webkit-fill-available;
}

.section-title {
    margin-bottom: 1rem;
    color: #0a4f8f;
    font-size: 1.3rem;
    border-bottom: 2px solid #cce0ff;
    padding-bottom: 0.5rem;
}

.full-width {
    width: 100%;
}

.sub-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
}

.form-save-btn {
    border: 1px solid #009688;
    border-radius: 2px;
    padding: 4px 12px;
    background-color: #009688;
    box-shadow: 1px 1px 2px #3a3a3a;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.form-print-btn {
    border: 1px solid #eb7365;
    border-radius: 2px;
    padding: 4px 12px;
    background-color: #eb7365;
    box-shadow: 1px 1px 2px #3a3a3a;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.small-heading {
    margin: 0;
    padding: 4px 8px;
    background-color: #e9e9e9;
    width: fit-content;
    border-radius: 2px;
}

.button-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 1rem;
}

.fun-table thead tr th {
    text-align: center;
    background-color: aliceblue;
    color: #eb7365;
    font-size: 14px;
    font-weight: 600;
}

.fun-table tbody tr td {
    font-size: 13px;
    padding: 6px 8px;
    color: #464646;
}

    .fun-table tbody tr td input[type=radio] {
        margin-right: 3px;
        position: relative;
        top: 1px;
    }

@media print {
    .full-print-box {
        min-width: fit-content !important;
        width: fit-content !important;
    }

    .custom-modal {
        align-items: start;
    }

    .print-hide {
        display: none;
    }

    .font-weight-bold {
        font-weight: 700;
    }

    .bold {
        font-weight: 600 !important;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 48% !important;
    }

    .order-sm-2 {
        order: 3 !important;
    }

    .print-100 {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.expanding-search-form .search-input {
    width: -webkit-fill-available;
    min-width: 60px;
}

    .expanding-search-form .search-input.w-webkit {
        width: -webkit-fill-available !important;
    }

.suspend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modify-dt p {
    font-size: 14px;
}

.w-34 {
    width: 34px;
}
/*changed by Aastha content 31 december 2025*/
.form-main-heading {
    font-size: 15px;
    background-color: #3e505d;
    padding: 3px 6px;
    border-radius: 3px;
    width: fit-content;
    color: #fff;
}

.cls-btton .bi-x {
    font-size: 30px;
}

.h-din {
    background-color: #fff;
    overflow: auto;
    scrollbar-width: thin;
    height: 515px;
}


/*+++++++++++++++++++++++++++++++css form area combo */

.suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    scrollbar-width: thin; /*Added by Aastha obn 17 May 2025*/
    /* text-transform: lowercase; */ /*Added by Aastha 15 January 2026*/
}

.suggestion-item.active {
    background-color: #eb7365 !important;
    color: #fff;
}

.suggestions-list::-webkit-scrollbar {
    width: 10px;
}

.suggestions-list::-webkit-scrollbar-thumb {
    background-color: orange;
    border-radius: 5px;
}

.suggestions-list::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}


/*=================================================For DATE*/

.under-label {
    position: relative;
}

    .under-label label {
        padding: 0 3px;
        position: absolute;
        left: 4px;
        font-size: 14px;
        top: -11px;
        background-color: #ffffff;
        line-height: normal;
    }

    .under-label input {
        background-color: #ffffff;
    }

.preview-img img {
    max-width: 200px;
    border: 2px solid #525252;
    border-radius: 5px;
}

.popup-loder {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9595957a;
    z-index: 999;
}

    .popup-loder img {
        margin: auto;
        width: 100px;
    }

.page-loder img {
    margin: auto;
    width: 100px;
}

.blink-text {
    position: absolute;
    top: 16px;
    left: -5px;
    transform: rotateZ(313deg);
    color: #ff9b00;
    animation: blinker 2s linear infinite;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.re-feld {
    color: red;
    font-size: 15px;
    line-height: 9px;
}

.side-box-nav .dropdow.active {
    color: #eb7365;
    background: #f6f9ff;
    border-radius: 5px;
}

    .side-box-nav .dropdow.active .side-box-link, .side-box-nav .dropdow.active .side-box-link i {
        color: #607D8B;
    }

        .side-box-nav .dropdow.active .side-box-link .bd-i {
            border: 2px solid #eb7365;
        }

.dropdown-list-chk {
    max-height: 86px !important;
}

    .dropdown-list-chk .form-check {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 4px;
    }

        .dropdown-list-chk .form-check .form-check-input {
            margin: 0 !important;
        }

        .dropdown-list-chk .form-check .form-check-label {
            margin: 0;
            line-height: normal;
            font-size: 13px;
        }

        .dropdown-list-chk .form-check .form-check-input[type=checkbox] {
            width: 16px;
            height: 16px;
        }



input.form-control.pl-center::placeholder {
    font-weight: 700
}

.ClinicalCamp {
    text-align: -webkit-center;
}

/*Added BY Aastha content 15 May 2025*/
article.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
}

main.main {
    height: 100vh;
    display: flex;
}

.top-headings {
    flex: 0 0 5%;
}

.quick-main-div-size {
    flex: 1 1 auto;
    overflow: auto;
    border-radius: 5px;
    padding: 7px;
    background-color: #ffffff;
    margin-bottom: 15px;
    gap: 5px 0px;
    box-shadow: 0px 0px 6px 0px rgb(201 201 201);
    border: 1px solid #d5d5d5;
}

.footer-pagination {
    flex: 0 0 5%;
    flex-shrink: 0;
    width: 100%;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

body {
    display: flex;
    flex-direction: column;
}

#app {
    /* flex: 1;*/
    display: flex;
    flex-direction: column;
}

.page {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.activeClr {
    background: #009688;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    width: 80px;
    padding: 3px 0px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

.inactiveClr {
    background: #4f5b70;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    width: 80px;
    padding: 3px 0px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

.scrollable-menu {
    max-height: 178px !important;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 1px 7px #00000069;
}

.dropDownIcon {
    position: absolute;
    top: 35px;
    right: 10px;
    cursor: pointer;
    color: #a5a5a5;
    font-size: 13px !important;
}

.w-webkit {
    width: -webkit-fill-available;
}

.map-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    gap: 20px;
}

    .map-img img {
        width: 40px;
        cursor: pointer;
        transition: all 0.3s;
    }

        .map-img img:hover {
            filter: grayscale(1);
        }

.p-dt-box {
    margin: 0;
    font-size: 14px;
    color: #444444;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    padding: 2px 6px;
    border-radius: 2px;
    background-color: #4444440f;
}

    .p-dt-box span {
        font-weight: 400;
    }

.s-type {
    background-color: #FFC107;
    padding: 10px 15px;
    border-radius: 3px;
    color: #525252;
    font-weight: 600;
    font-size: 14px !important;
    border: 1px solid #797979;
    min-width: 180px;
    align-items: center;
    justify-content: center;
}

.border-box-type {
    border: 1px solid #a4a4a4;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: auto;
    flex-wrap: wrap;
    gap: 14px 0;
}


.overaly-box:before {
    content: 'Please Select Patient Type';
    position: absolute;
    inset: 0;
    background-color: rgba(251, 251, 251, 0.85);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #E91E63;
    text-align: center;
    padding-top: 40px;
}

td button.fa {
    border: 0;
    background-color: transparent;
    color: red;
}

/*@* Changed by Aastha 03-01-2026 *@ */
.login-footer {
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*@* Changed by Aastha 05-01-2026 *@ */
.copy-txt {
    color: #fff;
    font-size: 14px;
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
}

    .copy-txt a {
        text-decoration: none;
        color: #fff;
    }

        .copy-txt a:hover {
            text-decoration: underline;
        }

.hkl-login .form-info {
    position: relative;
}

.vi-name {
    font-size: 22px !important;
    color: #fff;
    font-weight: 600 !important;
    margin: 0;
    padding: 5px 10px;
}

.cu-pointer {
    cursor: pointer;
}

.loading-text {
    color: #20282e;
    font-weight: 600;
}

select:disabled {
    background-color: #e8e8e8;
}
