@font-face {
    font-family: 'icomoon';
    src: url('./fonts/icomoon.eot?r08prc');
    src: url('./fonts/icomoon.eot?r08prc#iefix') format('embedded-opentype'), url('./fonts/icomoon.ttf?r08prc') format('truetype'), url('./fonts/icomoon.woff?r08prc') format('woff'), url('./fonts/icomoon.svg?r08prc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Preeti";
    src: url("../fonts/PREETI.eot") format("eot"), url("../fonts/PREETI.woff") format("woff"), url("../fonts/PREETI.ttf") format("truetype"), url("PREETI.svg#Preeti") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**
primary color: var(--primary) for banner, thead, modal header
secondary color: var(--primary) for buttons
tirtiary color: var(--light-primary30)for hover
*/

body {
    color: #555;
    padding-bottom: 56px;
}

.skin-blue .main-header .navbar {
    background-color: var(--primary);
}

@media (max-width: 991px) {
    .skin-blue .main-header .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.skin-blue .main-header .logo {
    background-color: var(--primary) !important;
}

.box-content {
    border-top: 2px solid var(--primary20);
}

table.table thead tr th,
table tr th,
table thead tr td,
table.table thead tr th input,
#discharge-summ-modal .modal-body table thead tr td,
#discharge-summ-modal .modal-body table tr th,
table.dataTable th input {
    background-color: var(--primary) !important;
    color: #fff !important;
}

table.table thead tr th input,
table.dataTable th input {
    border: 1px solid var(--primary) !important;
}

span a.paginate_button,
a.paginate_button.next,
a.paginate_button.previous {
    color: var(--primary) !important;
}

span a.paginate_button.current {
    background-color: var(--primary) !important;
    color: #fff !important;
}

tr.selected td,
#todaypat tbody tr.selected td,
.table-striped tbody tr.selected td,
#pat-history table tr.active td,
.visitHistory .table-visit tr.active td,
tr.active {
    background: var(--light-primary30) !important;
    color: #fff !important;
}

table thead th div.calt {
    background: var(--primary) !important;
    border: var(--light-primary30) !important;
    border-radius: 5px;
}

table thead th div.calt:hover {
    background: var(--light-primary30) !important;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
    background-color: var(--primary) !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: var(--light-primary30) !important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    display: flex;
    align-items: center;
}

.btn-info,
.btnCircle {
    background: var(--primary) !important;
    border: 1px solid var(--light-primary30) !important;
    color: #fff !important;
}

.btn-info:hover,
.btnCircle:hover {
    background: var(--light-primary30) !important;
}

.btn-link,
a.complaintsSetupBtn {
    color: var(--primary) !important;
}

.btn-link:hover,
a.complaintsSetupBtn:hover,
.modal-header .btn-link {
    color: var(--light-primary30) !important;
}

.btn.delete {
    color: red !important;
}

.modal .modal-content .modal-header,
.modal .modal-header,
.modal .fsmodal-content .fsmodal-header {
    background: var(--primary) !important;
}

#profilehis-modal div#moveHere label,
.adviceDiv label,
.historyMain .probDiagTitle strong,
.historyMain .finDiagTitle strong,
label.heading,
h4.widgettitle,
label.heading,
#pat-history-detail .probDiagTitle,
.diagnosis strong,
ul.nav li:not(.active) a,
.btn-info .glyphicon,
.skin-blue .sidebar-menu .treeview-menu>li>a:not(.selected):hover {
    color: var(--light-primary30) !important;
}

label.heading,
#pat-history-detail .probDiagTitle {
    font-weight: bold;
}

#discharge-summ-modal .modal-body table thead tr td,
#discharge-summ-modal .modal-body table tr th {
    background: var(--primary) !important;
    color: #fff !important;
}

.modal .modal-header h4,
.modal .modal-header .close {
    color: #fff !important;
}

.treeview-menu li a.selected {
    background: var(--primary) !important;
}

.head-plr,
.panel-default .panel-heading {
    background: var(--primary) !important;
}

#pat-stats img.active {
    border: 3px solid var(--light-primary30) !important;
}

span.badge {
    background: var(--primary) !important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: var(--light-primary30) !important;
}

.navbar-custom-menu>ul {
    display: flex;
}

@media (max-width: 991px) {
    .main-sidebar {
        padding-top: 20px;
        margin-top: 60px;
    }
}

.chart-area {
    height: auto !important;
}


/* Footer */

.dashboard-footer {
    background-color: #f7f7f7;
    color: #444;
    padding: 0.3rem 1.5rem;
    font-size: 13px;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
}

.dashboard-footer a {
    color: var(--secondary);
}

.mb-0 {
    margin-bottom: 0;
}

.dashboard-footer .row {
    text-align: center;
}

@media (min-width: 992px) {
    .dashboard-footer .row {
        display: flex;
        align-items: center;
        text-align: left;
    }
}

code {
    word-break: break-all;
}


/* Logo Brand */

.logo-brand_img {
    height: 25px;
    object-fit: cover;
}

@media (min-width: 576px) {
    .logo-brand_img {
        height: 45px;
    }
}


/* Top panel */

.top-panel {
    padding: 1rem;
    text-align: center;
    background-color: #95ab86;
    color: #fff;
}

@media (min-width: 768px) {
    .top-panel {
        display: none;
    }
}


/* Header  */

.navbar-brand.hos-tit-cont {
    display: none;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .navbar-brand.hos-tit-cont {
        display: block;
        padding-left: 5rem;
        height: auto;
        max-height: 8rem;
        padding: 0;
    }
}

.main-header .navbar {
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: center;
}

.site-brand {
    display: flex;
}

.logo-brand_link {
    padding: 3px 10px;
    display: inline-block;
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .main-header .navbar-custom-menu {
        margin-left: auto;
    }
}


/* Filter heading  */

@media (min-width: 576px) {
    .filter_heading {
        display: flex;
        justify-content: space-between;
    }
    .filter_form {
        display: flex;
        gap: 20px;
    }
}

.filter_form-wrapper {
    position: relative;
}

.add-btn {
    background-color: var(--primary);
    padding: 0.55rem 1rem;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-transform: capitalize;
}

.add-btn:hover,
.add-btn:focus {
    background-color: var(--primary30);
    color: #fff;
}


/* input:focus,
select:focus {
  background-color: #fbec88 !important;
} */

textarea.input-div-indthm {
    min-height: 50px;
}


/* Utilities */

.row-1 {
    display: flex;
    flex-wrap: wrap;
}

.text-end {
    text-align: right;
}

.mt-16 {
    margin-top: 1rem;
}

.mb-16 {
    margin-bottom: 1rem;
}

.mb-24 {
    margin-bottom: 24px;
}

.text-light {
    color: #fff;
}

.mr-5 {
    margin-right: 5px;
}

.m-0 {
    margin: 0 !important;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.align-center {
    align-items: center;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block;
}

.pt-8 {
    padding-top: 8px;
}

.d-inline-block {
    display: inline-block;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}


/* #captured_image .imagePreview{
        height: 70px;
        object-fit: cover;
    } */

.fw-bold {
    font-weight: bold;
}


/* buttons */

.site-btn {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    padding: 0.5rem 1.3rem !important;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.site-btn:hover {
    background-color: #7e9171;
    border-color: #7e9171;
}

.inline-input {
    display: flex;
    align-items: center;
    width: 100%;
}

.ws-nowrap {
    white-space: nowrap;
}


/* User list */

ul.list-choice-cms {
    border: 1px solid lightgray;
    padding: 1.5rem;
    margin: 0;
}

.modal .modal-body table tr td {
    vertical-align: middle;
}


/* Modal Styles */

.modal-content-scrollable {
    height: 500px;
    min-height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 2rem;
}

.headtitle .widgettitle {
    display: inline-block;
}


/* Scrollbar */


/* width */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    /* max-height: 30%; height: 30%; */
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #777;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Modal */

.modal-lg {
    min-width: 100%;
    height: 100%;
    margin: 0;
}

.modal-lg .model-content,
.model-content {
    height: 100%;
}

.modal-lg .row {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    width: 100%;
}


/* Selectivize css */

.modal-lg .selectize-input {
    line-height: 24px;
    overflow: visible;
}


/* Overwriting module css */

tbody tr td {
    overflow: visible;
}

.input-group-addon {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px;
}

.modal-header h4.modal-title {
    font-weight: bold;
}


/* Capture image */


/* #captured_image img {
    height: 80px;
    object-fit: cover;
    width: 80px;
    border: 2px solid var(--primary);
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 3px 3px rgb(0 0 0 / 10%);
} */


/* Buttons */

.cusfloat {
    position: fixed;
    min-width: 75px;
    height: 75px;
    bottom: 4rem;
    right: 40px;
    background-color: #00a65a;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 10;
}

.cusFloat:hover,
.cusFloat:focus {
    background: #f39c12 !important;
}

.gray-panel {
    padding: 1rem;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    min-height: 100%;
}

.gray-panel .widgettitle {
    margin-bottom: 1.2rem;
    margin-top: 0;
    padding: 0;
}

.gray-panel .gray-panel {
    padding: 0;
    border: 0;
    margin: 0;
}

.content-wrapper {
    min-height: 90vh !important;
}

.close {
    font-size: 28px;
    opacity: 1;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.align-middle {
    vertical-align: middle;
}


/* Spacing classes */

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}


/* End of spacing classes */

.justify-content-between {
    justify-content: space-between;
}

.d-none {
    display: none;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.pb-0 {
    padding-bottom: 0;
}

.fw-normal,
.form-control {
    font-weight: normal;
}

.form-control {
    height: auto;
}

h5.heading-border {
    margin: 0 0 10px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


/* Custom scrollbar */

.mh-50 {
    max-height: 50px;
}

.mh-300 {
    max-height: 300px;
}

.mh-400 {
    max-height: 400px;
}

label input,
input[type='checkbox'],
input[type='radio'] {
    vertical-align: middle;
}

label input {
    margin: 0 5px;
}

.position-static {
    position: static;
}

.position-absolute {
    position: absolute;
}

.filterSection {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    max-width: 75%;
}

.filterSection label {
    margin: 0 1px 5px;
    font-weight: 600;
}

#tbl_labPatientList_wrapper {
    margin-top: -25px;
}

.btn-gap-3 .btn {
    margin: 0 3px 5px;
}

.modal-header .modal-title {
    margin-top: 3px;
}

.select2 {
    width: 100% !important;
}

.center-input {
    margin-top: 5px;
}

.selectize-dropdown [data-selectable] .highlight {
    background-color: rgba(33, 150, 243, 0.5) !important;
}

.paginate_button.next {
    margin-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    cursor: pointer;
    margin-left: 2.5px;
}

.paginate_button.previous {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    cursor: pointer;
    margin-left: 2.5px;
}


/* Helper Styles */

.img-fluid {
    max-width: 100%;
}

.fs-13 {
    font-size: 13px;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.h-100 {
    height: 100%;
}

.bg-primary {
    background-color: var(--primary);
}

.fw-semi {
    font-weight: 600;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-secondary {
    color: #a16cba;
}


/* Over writing */

.btn {
    transition: all 250ms ease-in;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary30);
    border-color: var(--primary20);
}


/* Login Styles */

.login-right-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 1.8rem 0;
}

.login-left-bg {
    min-width: 1px;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .login-left-bg,
    .login-right-column {
        height: 100%;
    }
}

.login-box {
    background-color: #fff;
    padding: 1.4rem 1.4rem 2.5rem;
    border-radius: 4px;
    min-width: 420px;
    margin-bottom: 3rem;
    border: 1px solid #eee;
    margin-top: auto;
    margin-bottom: auto;
}

.toggle-pass-icon {
    position: absolute;
    top: 10px;
    right: 1rem;
    font-size: 15px;
}

.toggle-pass-icon:hover {
    color: var(--primary);
}

.divider {
    display: inline-block;
    padding: 0 6px;
}

.main-header .user-dropdown .dropdown-toggle {
    color: #fff !important;
}

.main-header .user-dropdown .fa-sort-down {
    vertical-align: top;
    margin-left: 5px;
}

.main-header .user-dropdown .fa-sort-down:before {
    vertical-align: middle;
}

.user-dropdown .dropdown-menu {
    width: 220px !important;
}

.main-header .user-dropdown .dropdown-menu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    color: #333 !important;
    font-size: 14px;
    transition: all 300ms linear;
}

.main-header .user-dropdown .dropdown-menu li:last-child a {
    border-bottom: none;
}

.main-header .user-dropdown .dropdown-menu li a:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
    margin-right: 7px;
}

.mh-100 {
    min-height: 100%;
}

.mw-105 {
    min-width: 130px;
    display: inline-block;
}

#div_footerCodes table {
    margin-top: 0 !important;
}

input[type='text'] {
    font-family: Arial, Helvetica, sans-serif;
}

.text-left {
    text-align: left !important;
}

.icon-ward:before {
    content: '\e912';
}

.icon-square:before {
    content: '\e914';
}

.icon-account:before {
    content: '\e900';
}

.icon-analytics:before {
    content: '\e901';
}

.icon-appointment:before {
    content: '\e902';
}

.icon-claim-management:before {
    content: '\e903';
}

.icon-daily-report:before {
    content: '\e904';
}

.icon-emergency:before {
    content: '\e905';
}

.icon-inventory:before {
    content: '\e906';
}

.icon-investigation:before {
    content: '\e907';
}

.icon-master-setup:before {
    content: '\e908';
}

.icon-medical-record:before {
    content: '\e909';
}

.icon-mis:before {
    content: '\e90a';
}

.icon-opd:before {
    content: '\e90b';
}

.icon-ot:before {
    content: '\e90c';
}

.icon-patient-administration:before {
    content: '\e90d';
}

.icon-pharmacy:before {
    content: '\e90e';
}

.icon-pis:before {
    content: '\e90f';
}

.icon-queue-management:before {
    content: '\e910';
}

.icon-usermanagement:before {
    content: '\e911';
}


/* dashboard-listing */


/* .dashboard-listing{
  display: none;
} */

.dashboard-listing .card {
    background: linear-gradient(0deg, #f3f3f3 0%, #e9e9e9 100%);
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 400ms linear;
}


/* Rectangle 21 */

.dashboard-listing .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard-listing .row [classz^='col-md'] {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-listing .card:hover {
    box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.dashboard-listing .card-header {
    background-color: var(--secondary);
    color: #f7f7f7;
    font-size: 1.5rem;
    padding: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}

.dashboard-listing .card-body {
    padding: 1.5rem 1rem;
}

.dashboard-ico {
    font-size: 50px;
    color: var(--primary);
    height: 50px;
}

.btn-outline-primary {
    background-color: transparent;
    color: var(--primary);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid var(--primary);
    font-weight: 600;
    transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--primary);
    color: #fff;
}

.btn-outline-primary em {
    margin-left: 3px;
}

.navbar-custom-menu {
    display: flex;
}

.right-header-panel {
    background-color: var(--secondary);
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    min-width: 120px;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 300ms linear;
}

.right-header-panel:hover {
    background-color: var(--light-primary30);
}

.right-header-panel .small {
    font-size: 9px;
    margin-bottom: 3px;
    font-weight: normal;
    letter-spacing: 1px;
}

.right-header-panel .icon-square {
    font-size: 22px;
}

.right-nav-wrapper {
    position: fixed;
    z-index: 1032;
    height: 100%;
    min-width: 269px;
    top: 0;
    background-color: var(--primary);
    color: #fff;
    transition: all 250ms linear;
    right: -269px;
    visibility: hidden;
}

.right-nav-head {
    background-color: var(--secondary);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1.503rem 1.5rem;
    display: flex;
    justify-content: space-between;
}

.right-nav ul {
    list-style: none;
    padding: 0;
    margin-top: 32px;
}

.right-nav li a {
    padding: 1rem 1rem;
    display: block;
    color: #f3f3f3;
    font-size: 13px;
    border-bottom: 1px solid var(--primary20);
    text-transform: uppercase;
    transition: all 250ms ease-in;
}

.right-nav li a:hover,
.right-nav li.active a {
    background-color: var(--secondary);
}

.right-nav li em {
    margin-right: 5px;
}

.right-nav-open {
    right: 0;
    visibility: visible;
}

.right-nav-open:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.right-nav-close-btn {
    cursor: pointer;
}

nav.right-nav {
    position: relative;
    background-color: var(--primary);
    z-index: 100;
    height: 100%;
}

.right-nav-open-body {
    overflow: hidden;
}

.modal-body {
    padding: 8px;
}

.modal-body .box-body {
    padding: 0;
}

.input-group .form-control {
    background-color: #fff;
}


/* Overwriting bootstrap css */

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 8px;
    padding-right: 8px;
}

.input-group-addon {
    padding: 6px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 1px 2px;
}

.select2.select2-container {
    overflow: hidden;
}

.btn-light {
    color: #333;
}

#div_footerCodes {
    min-height: 30px;
}

#div_footerCodes td label {
    margin-bottom: 0;
}

.horizontal-bar {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 6px;
    margin-bottom: 0.8rem;
}

.btnDivComponent>button {
    display: inline-block;
    margin-left: 5px;
}

.fs-12 {
    font-size: 12px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 3px 10px;
}

.dataTables_wrapper .dataTables_length {
    display: inline-block;
    float: right;
}

.dataTables_length {
    display: inline-block;
    float: right;
}

.opd-color {
    text-align: center;
    padding: 0 0 6px;
    position: absolute;
    width: 100%;
    left: 34px !important;
    z-index: 0;
}

.center-input {
    position: absolute;
    width: 100%;
}

#tbl_registered_patients_length,
div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
    z-index: 3;
}

.btn-light {
    color: #333;
}

#div_footerCodes {
    min-height: 30px;
}

#div_footerCodes td label {
    margin-bottom: 0;
}

.right-nav-body {
    height: 100%;
    overflow: auto;
}

.input-group-sm .input-group-addon {
    font-size: 11px;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 25px;
    padding: 3px 6px;
    font-size: 11px !important;
    line-height: 1.5;
}

.line-title {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.calculationDiv .input-group-addon {
    min-width: 95px;
}

.form-control-lg {
    padding: 6px 14px;
}

#searchNav {
    position: fixed;
}

th .form-control,
td .form-control {
    padding: 3px 8px;
}

.item {
    vertical-align: text-bottom;
}

.selectize-input {
    font-size: 13px;
}


/* Left nav css */

aside.left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    background: var(--primary);
    height: 100%;
}

.content-wrapper,
.main-footer {
    margin-left: 0;
}

.main-sidebar-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 300;
}

.sidebar-collapse .main-sidebar-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms linear;
}

.main-sidebar {
    z-index: 1060;
    padding-top: 0;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
.sidebar-mini.sidebar-collapse .sidebar-form,
.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: block !important;
}

.webcam-circle #captured_image {}

#patientImage {
    width: 110px;
    border-radius: 50%;
    border: 3px solid #777;
    height: 110px;
    object-fit: cover;
}

.webcam-circle {
    position: relative;
    height: 110px;
    width: 110px;
    overflow: hidden;
    border-radius: 50%;
}

.webcam-circle:hover .webcam-circle-overlay {
    opacity: 1;
    visibility: visible;
}

.webcam-circle-overlay {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: all 300ms linear;
}

.webcam-circle-overlay label {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.dataTables_filter {
    display: inline-block;
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    border: none !important;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border: 1px solid var(--primary);
}

#tbl_body_mdl_testlist .heading {
    position: sticky;
    top: 24px;
    background: #fff;
}

#tbl_body_mdl_testlist .heading td {
    text-align: left !important;
}

/* form#testResultCommentDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; 
} */

#tbl_labPatientList td {
    text-align: center;
}

#tbl_labPatientList .status-pending,
#tbl_labPatientList .status-deptreceived,
.status-labreceived,
.status-samplecollected,
.status-findingscompleted,
.status-verified,
.status-authorized,
.status-dispatched {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.rounded-badge-box {
    position: relative;
    text-align: center;
    display: inline-block;
}

.rounded-badge-box img {
    width: 70px;
}

.panel {
    margin-bottom: 8px;
}

#extraTable td {
    vertical-align: top;
}

#signcanvas {
    height: 137px;
    width: 100%;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.table thead tr.sub-thead th {
    background-color: #ddd !important;
    color: #444 !important;
    font-weight: 600;
    border: 1px solid #eee;
    text-transform: uppercase !important;
}

.required {
    color: red !important;
    display: inline-block;
    margin: 0 1px;
}

#myFormTestListModal td .form-control {
    padding: 2px 8px;
    background-color: #f5f5f5;
}

#myFormTestListModal iframe#SPECIALRANGE_ifr {
    height: 70px !important;
}

.mce-flow-layout-item.mce-last {
    display: none;
}

.input-group .form-control[disabled],
.input-group .form-control[readonly],
.input-group fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.clear {
    clear: both;
}

.well-sm {
    padding: 4px 8px;
}

.dataTables_filter {
    position: relative;
    z-index: 1000;
}

.lh-1 {
    line-height: 1;
}


/*  */

.sorting,
.sorting_asc,
.sorting_desc {
    vertical-align: middle !important;
}

.sorting::after,
.sorting_asc::after,
.sorting_desc::after {
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

tr.inactive {
    color: #bfbfbf;
}


/* h4.widgettitle {
  font-size: 24px !important;
  text-transform: capitalize;
} */

.p-20-30 {
    padding: 20px 30px;
}

.data-table__heading {
    margin-bottom: 20px;
}

.hmis-form {
    padding: 0 20px;
}


/* .hmis-form select, .hmis-form input:not([type=checkbox]) {
  max-width: 100%;
  width: 180px;
  border: 1px solid #ddd;
} */

#closeBtn {
    font-size: 28px;
    font-weight: 900;
    text-decoration: none;
}

.hmis-form label.input-group-addon {
    text-align: left;
    width: 180px;
    max-width: 100%;
}

.hmis-form input[type='checkbox']+label {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.hmis-form .form-group>[class^='col-'] {
    display: table;
}

.hmis-form .form-group .input-group {
    display: table-row;
}

.hmis-form label.input-group-addon::after {
    content: ' :';
}

.hmis-form input[type='number'] {
    text-align: left;
}

.hmis-form input:focus,
.hmis-form select:focus {
    background-color: inherit !important;
}

.selectize-dropdown .active {
    background-color: var(--primary);
    color: #fff;
}

#tbl_machineNameList td {
    vertical-align: middle;
}

.ward_buttons .btn {
    margin-bottom: 2px;
}

.panel-heading .panel-title {
    color: #fff;
}

.text-center th {
    text-align: center !important;
}

table {
    margin-bottom: 10px !important;
}

.style-readonly {
    pointer-events: none;
}

.text-primary {
    color: var(--primary);
}

.billing-info-wrapper {
    justify-content: space-between;
}

.billing-info-wrapper_box {
    background-color: #f9f9f9;
    width: 49.5%;
    border: 1px solid #eee;
    min-height: 200px;
    padding: 8px;
}

.billing-info-wrapper:before,
.billing-info-wrapper:after {
    display: none;
}

#billing_table .billing-info-row td {
    border: none !important;
    padding: 1px 6px !important;
    background: #f7f7f7;
}

.shadow-none {
    box-shadow: none !important;
}

#billing_table tfoot {
    border: 1px solid #ddd;
}

#dtable_prevtest thead .sorting:after,
#dtable_prevtest thead .sorting_desc:after {
    top: 11px !important;
    font-size: 10px;
}

#billing_table #dtable_prevtest tr td {
    border: 1px solid #eee !important;
}

@media print {
    table.table thead tr th,
    table tr th,
    table thead tr td,
    table.table thead tr th input,
    #discharge-summ-modal .modal-body table thead tr td,
    #discharge-summ-modal .modal-body table tr th,
    table.dataTable th input {
        color: #000 !important;
    }
    .report-title span {
        color: #000 !important;
    }
}

#setupDataTable td:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms_condition_modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms_condition_modal .col-md-5:nth-child(1) {
    margin-bottom: auto;
}

.inpatientlist {
    color: red !important;
}

.followupList {
    color: #b840b1 !important;
}

.demographicList {
    color: #f39c12 !important;
}

.ssfList {
    color: blue !important;
}

.insList {
    color: brown !important;
}

.cp-0 {
    padding: 0 !important;
    text-align: right;
    padding-right: 5px !important;
}

.mrg-5{
    margin:5px !important;
}



@media(max-width:992px) {
    .dashboard-listing .row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .dashboard-listing .row::before {
        display: none;
    }

    #popupModal {
        padding-left: 0 !important;
        width: 100%;
    }

    #tbl_otlist_wrapper {
        margin-top: 50px;
    }

    .center-input {
        right: 11% !important;

    }

    .wrapthistable {
        width: 100%;
        overflow: scroll;
    }
}