﻿
.p-b-60 {
    padding-bottom: 60px !important;
}


.p-b-80 {
    padding-bottom: 80px !important;
}


.grid {
    display: grid;
}

.grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid--2 {
    grid-template-columns: repeat(2, 1fr);
}


.patient-card {
    border: 1px solid #edebe8;
    background: #fff;
}

.patient-card-header {
    padding: 0.5rem;
    background: #197994;
}

.patient-card-body .grid-item {
    padding: 1.5rem;
}

    .patient-card-body .grid-item:not(:last-child) {
        border-right: 1px solid #edebe8;
    }

.patient-card-header h4 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.number-item {
    font-size: 20px;
}

.patient-card-sub {
    text-align: center;
    border-bottom: 1px solid #ebe0d2;
    background: #fff2e2;
    padding: 10px;
}

    .patient-card-sub h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #f47621;
        font-weight: bold;
    }


.donut-size {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}


.half-donut text {
    font-weight: bold !important;
    font-family: 'Mada', sans-serif !important;
}



.right-sticky {
    width: 1000px;
    
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 10000;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.08);
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
}

.right-sticky.active {
    transform: translateX(0);
}


.treatmentcardex-sticky {
    width: 1303px;
    padding: 2px 1.25rem 2rem 1.25rem;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 1002;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.08);
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
}

.treatmentcardex-sticky.active {
    transform: translateX(0);
}




.discharge-sticky {
    width: 1303px;
    padding: 2px 1.25rem 2rem 1.25rem;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 1002;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.08);
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
}

.discharge-sticky.active {
    transform: translateX(0);
}


.sticky-notes {
    position: fixed;
    top: 44%;
    transform: translateY(-50%);
    right: -29px;
    z-index: 1000;
    transition: all 0.3s ease;
    flex-direction: row; /* Align buttons in a horizontal line */
}


.treatment-notes {
    position: fixed;
    top: 24%;
    transform: translateY(-50%);
    right: -95px;
    z-index: 1000;
    transition: all 0.3s ease;
    flex-direction: row; /* Align buttons in a horizontal line */
}

.discharge-notes {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    right: -95px;
    z-index: 1000;
    transition: all 0.3s ease;
    flex-direction: row;*/ /* Align buttons in a horizontal line */
}

.sticky-notes.noted {
    top: 68%;
}

.noted-btn {
    background: #197994 !important;
}


.noted-popup {
    width: 95%;
    padding: 3rem 1.25rem 2rem 1.25rem;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 10000;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.08);
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
}

.noted-popup.active {
    transform: translateX(0);
}



.sticky-notes-texts {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: orange;
    color: white;
    right: -27px !important;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding: 8px 0;
    margin-right: 28px;
}

.treatment-notes-texts {
    writing-mode: vertical-rl;
    /* text-orientation: mixed; */
    background-color: #098111;
    color: white;
    right: -27px !important;
    border-radius: 10px 0px 0 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-right: 95px;
    /*   writing-mode: vertical-lr;
    text-orientation: mixed;
    background-color: #098111;
    color: white;
    padding: 9px 15px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-right: 96px;*/
    /*   transform: rotate(-90deg);
    transform-origin: left bottom;
    white-space: nowrap;
    background: #107936;
    padding: 0.25rem 1rem;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    right: -25px;
    cursor: pointer;
    display: inline-block;
    border: none;
    text-transform: uppercase;*/
}

/*.discharge-notes-texts {
    writing-mode: vertical-rl;*/
    /* text-orientation: mixed; */
    /*background-color: #098111;
    color: white;
    right: -27px !important;
    border-radius: 10px 0px 0 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-right: 95px;*/
    /*   writing-mode: vertical-lr;
    text-orientation: mixed;
    background-color: #098111;
    color: white;
    padding: 9px 15px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-right: 96px;*/
    /*   transform: rotate(-90deg);
    transform-origin: left bottom;
    white-space: nowrap;
    background: #107936;
    padding: 0.25rem 1rem;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    right: -25px;
    cursor: pointer;
    display: inline-block;
    border: none;
    text-transform: uppercase;*/
/*}*/
.close-btn {
    position: absolute;
    left: 1rem;
    top: 0.25rem;
    cursor: pointer;
    font-size: 24px;
}


.fc .fc-toolbar-title {
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1.2;
}


.fc-toolbar-chunk {
    display: flex;
}

.fc .fc-button {
    font-size: 12px;
}


.fc .fc-button-primary:disabled {
    background-color: #f09022 !important;
    border-color: #f09022 !important;
}

.fc .fc-button-primary {
    background-color: #197994 !important;
    border-color: #58a39b !important;
}

.sticky-form textarea {
    background-color: #f0f9ff44;
    background-clip: padding-box;
    border: 1px dashed #24b3a6;
    border-radius: 0.25rem;
    color: #00243f;
    font-family: 'Mada', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    padding: 0.375rem 0.75rem;
    width: 100%
}

    .sticky-form input:focus,
    .sticky-form textarea:focus {
        border: 1px dashed #24b3a6;
        outline: none;
    }

.sticky-form h4{
    font-size: 15px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px !important;
    user-select: none;
    -webkit-user-select: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(18, 102, 119);
}

::-webkit-scrollbar-thumb {
    background: #23b5e2;
}

::-webkit-scrollbar-thumb:hover {
    background: #23b5e2;
}

.openModelBtn {
    border-radius: 50%;
    background: #4E9F3D;
    font-weight: bold;
    font-size: 50px;
    margin-left: 0.3rem;
    outline: none;
    border: none;
}

.custom__input-container {
    position: relative;
}

.card-register-form .custom__input-container,
.card-register-form .agegroup {
    margin-bottom: 0.5rem;
}

.custom__input-container > span {
    font-size: 10px;
}

.custom__input {
    padding: 3px 6px !important;
    font-size: 13px !important;
    height: 10px !important;
    min-height: 28px !important;
    background: #f8f9fa !important;
}


#MultipleNoteSave {
    margin-bottom: 20px;
}


.historyemr1 {
    width: 100%;
    border-radius: 4px;
    border-color: #dcdcdc;
    padding-right: 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px !important;
        color: #444;
        line-height: 28px;
        border-radius: 4px;
    }


.custom__input > select > option {
    font-size: 12px !important;
}

.custom__input ~ label {
    position: absolute;
    left: 15px !important;
    top: 0% !important;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px !important;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
}

.custom__input:focus ~ label,
.custom__input:not([value=""]) ~ label {
    top: -4% !important;
    left: 15px !important;
    background: #fff !important;
    padding: 0.25px 0.4px !important;
    color: var(--color-dark-gray);
    font-size: 12px !important;
    font-weight: 400;
}


.m-module {
    border: 1px solid #ddd;
    padding: 0.5rem;
    position: relative;
    border-radius: .25rem;
}

.follow-up {
    position: absolute;
    top: -9px;
    left: 15px;
    font-size: 12px;
    padding: 0 4px;
    background: #fff;
}


.custom__input-container label {
    background: #fff !important;
    border-radius: 20px;
    margin-left: 5px;
    padding-top:5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #22b4a6 !important;
}

.dmodule {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    margin-top: 1rem;
}

.module-item + .module-item{
    margin-top: 1rem;
}

.t-colapse{
    position: relative;
}


.t-colapse {
    position: relative;
}

.t-colapse-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #197994;
    color: #fff;
    cursor: pointer;
}

.d-tabs-inside {
    position: relative;
}

.share-buttons .whatsapp svg {
    height: 24px;
    width: 24px;
}


.share-buttons .messanger svg {
    height: 24px;
    width: 24px;
}


.share-buttons .viber svg {
    height: 24px;
    width: 24px;
}



.share-buttons .whatsapp svg path {
    fill: #28A219;
}


.share-buttons .messanger svg path {
    fill: #006aff;

}


.share-buttons .viber svg path {
    fill: #774D97;
}




/*.div-scroll { 
    padding: 12px;
    height: 300px;
    width: 1070px;
    box-shadow: 1px 2px 1px 2px rgb(230, 229, 229);
    margin: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}*/
/*.searchInput {
    padding: 5px;
    width: 200px;
    float: right;
}*/
/*#myTable {
    border-collapse: collapse;
}

    #myTable th,
    #myTable td {
        border: 1px solid #ccc;
        padding: 8px;
    }

    #myTable th {
        background-color: #f2f2f2;
    }


.fixTableHead {
    overflow-y: auto;
    height: 300px;
}

    .fixTableHead thead th {
        position: sticky;
        top: 0;
    }
table, thead, td {
    border: solid 1px #DDD;
    border-collapse: collapse;
    padding: 2px 3px;
    text-align: center;
}
.table thead th {
    background-color: white;
}
td {
    padding: 80px 100px;
    border: 1px #DDD;
}*/
/*CUSTOM MODAL CSS HERE*/
.page__top-bar {
    background: #197994 !important;
    color: #fff !important;
    padding: 8px 0;
}

    .page__top-bar h1 {
        font-size: 16px;
        margin: 0;
        color: #fff;
    }



.modal__close-btn {
    position: absolute;
    color: #fff;
    background: #fd9702 !important;
    padding: 3px 10px !important;
    border-radius: 50%;
    z-index: 10;
    /*border: none !important;*/
    outline: none !important;
    border: 1px solid #fd9702;
    transition: all .2s ease-in-out;
}

    .modal__close-btn:focus, .modal__close-btn:focus:active {
        z-index: 10;
        border: none !important;
        outline: none !important;
        transition: all .2s ease-in-out;
    }

    .modal__close-btn:hover {
        background: #ee8e03 !important;
    }

.modal .modal-dialog .modal__close-btn {
    top: -13px;
    right: -3%;
}

.modal .modal-dialog.modal-sm .modal__close-btn {
    right: -5%;
}

.modal .modal-dialog.modal-lg .modal__close-btn {
    right: -2%;
}

.modal .modal-dialog.modal-xl .modal__close-btn {
    right: -1%;
}

.page__body {
    padding: 6px 5px;
    background: #fff;
}

.page__bodymain {
    padding: 5px 5px;
    background: #eef5f4;

}

.page__form-container {
    background: #fff;
    padding: 5px 4px;
}

.page__body {
    overflow: scroll;
}

/*.modal-content {
    width: 127% !important;
    margin-left: -90px !important;
}
*/


.table__wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    overflow: scroll;
    position: relative;
    min-height: 190px !important;
    height: 190px;
    z-index: 0;
}

.table__wrapper--120 {
    min-height: 120px !important;
}

.table__wrapper-340 {
    height: 290px;
}

.table__wrapper.table__wrapper--custom {
    min-height: inherit !important;
    height: 350px !important;
}


.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.table__wrapper table {
    width: 100%;
    overflow: scroll;
    margin-bottom: 0;
    font-size: 13px;
}

.table__wrapper thead {
    background: #e6e9e9;
    position: sticky;
    top: -1px;
    z-index: 1;
    --webkit-position: sticky;
}

.table__wrapper tr th {
    font-weight: 500;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    font-size: 13px;
    padding: 5px;
}


.table__wrapper tr td {
    padding: 4px;
}

.tbl-sn {
    padding-left: 10px !important
}

.table__wrapper tbody tr:nth-child(odd) {
    background: #fff;
}

.table__wrapper tbody tr:nth-child(even) {
    background: #F0F0F0;
}

.button-medium {
    padding: 3px 10px;
    font-size: 14px;
}

.button-small {
    font-size: 12px;
    padding: 1px 4px;
    display: inline;
}

.table_title {
    display: flex;
    align-items: end;
    padding-left: 10px;
}

    .table_title span {
        font-weight: 800 !important;
    }

.actions-td {
    text-align: center;
}

.btn-circle {
    border-radius: 50% !important;
    height: 25px !important;
    width: 25px !important;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

    .btn-circle:focus {
        outline: none;
        box-shadow: none !important;
    }

.table_search {
    background: #F0F0F0;
    justify-content: center;
    align-items: center;
}

.emailTemplageBox {
    /* margin-top: 5px;*/
    margin-bottom: 5px;
    overflow: scroll;
    position: relative;
    z-index: 0;
    max-height: calc(100vh - 45vh);
    background: red;
}

.form-control:disabled {
    background: #eee !important;
}

.form-control {
    background-color: white !important;
}

/*nav bar*/
.header-nav-custom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #197994;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 50px;
    padding: 0 5px !important;
    margin-bottom: 0;
}

.main-nav > li.active > a {
    color: #89e7df !important;
}

.main-nav li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: white;
}


@media only screen and (min-width: 991.98px) {
    .main-nav li > a {
        line-height: 50px;
    }

}


.main-nav li .submenu a {
    line-height: inherit;
}



/*emr opt print option*/
.emr-opt-print-option {
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
    font-size: 12px;
}

/*EMR Report*/
.emr-opt-report {
    box-shadow: 0px 0px 0px #919191;
    overflow-y: scroll;
    overflow-x: hidden;
}


/*OPD left nav*/
.patient-test-info {
    background-color: #AAC8B8;
    border-radius: 3px;
    color: white;
    font-size: 20px;
    font-style: normal;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
}

.video-call {
    border: none;
    border-radius: 4px;
    padding: 5px 18px !important;
    text-align: center;
    font-size: 15px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    background: white;
}

.dashboard-menu ul i a {
    font-size: 16px;
}

/*Model error fixed*/
.modal-open .main-wrapper {
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
    fliter: none !important;
    -webkit-filter: none !important;
}

.card-header.custom-card-header {
    background-color: #e6e9e9 !important;
}

.card-header.custom-card-header-1 {
    background-color: #197994 !important;
    color: #fff;
    border:none;
}

.morrisArea-custom path:not([fill="none"]) {
    fill: #24B3A6;
}

.morrisArea-custom path {
    stroke: #24B3A6;
}

.morrisArea-custom circle {
    fill: #24B3A6;
}

.morrisLine--custom circle {
    fill: #24B3A6;
}
/*
.morrisLine--custom path:nth-child(1n) {
    stroke: #24B3A6;
}

.morrisLine--custom path:nth-child(2n) {
    stroke: #f47621;
}
*/

.footer .container-fluid {
    padding-right: 70px;
}

@media (min-width: 576px) {
    .modal-dialog--custom {
        max-width: 355px;
    }
}

/*footer*/
.custom-copyright {
    padding: 10px 5px !important;
}

.custom-container {
    padding: 0px !important;
}

.opd-right-nav {
    padding: 8px !important;
}


/*footer*/
/*.custom-footer{
    height:30px!important;
}*/
@media only screen and (max-width: 767px) {
    .custom__input-container {
        position: relative;
        margin-bottom: 1rem;
    }

    .half-donut.grid--4 {
        grid-template-columns: repeat(1, 1fr);
    }

    .patient-card-outer .col-md-3 + .col-md-3{
        margin-top: 20px;
    }

    #v-pills-tabContent {
        margin-top: 20px;
    }

    .admitted-flex{

    }



    .donut-size {
        margin: 0 auto;
    }

    .donut-size svg {
        margin: 0 auto;
    }

    .section-specialities {
        padding: 20px 10px 10px 10px !important;
    }

    .graph svg {
        width: 100%;
    }
}

/*Password show icons*/
.field-icon {
    float: right;
    margin-right: 13px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    color: #b9b9b9;
}

.field-icon1 {
    float: right;
    margin-right: 12px;
    margin-top: -22px;
    position: relative;
    z-index: 2;
    font-size: 12px;
}

.validate-message {
    color: red !important;
    padding-bottom: 5px;
}

/*-----------------
	 Patient Dashboard slider 
-----------------------*/


/*-----------------
	Patient Dashboard
-----------------------*/

.dash-widget-icon {
    align-items: center;
    display: inline-flex;
    font-size: 1.875rem;
    height: 50px;
    justify-content: center;
    line-height: 48px;
    text-align: center;
    width: 50px;
    border: 3px solid;
    border-radius: 50px;
    padding: 28px;
}

.dash-count {
    font-size: 18px;
    margin-left: auto;
}

.dash-widget-info h3 {
    margin-bottom: 10px;
}

.dash-widget-header {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.card-chart .card-body {
    padding: 8px;
}

#morrisArea > svg, #morrisLine > svg {
    width: 100%;
}

.activity-feed {
    list-style: none;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

    .activity-feed .feed-item {
        border-left: 2px solid #e4e8eb;
        padding-bottom: 19px;
        padding-left: 20px;
        position: relative;
    }

        .activity-feed .feed-item:last-child {
            border-color: transparent;
            padding-bottom: 0;
        }

        .activity-feed .feed-item:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -7px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #177dff;
        }

        .activity-feed .feed-item .feed-date {
            display: block;
            position: relative;
            color: #777;
            text-transform: uppercase;
            font-size: 13px;
        }

        .activity-feed .feed-item .feed-text {
            color: #777;
            position: relative;
        }

            .activity-feed .feed-item .feed-text a {
                color: #333;
                font-weight: 600;
            }


.section-patients {
    background-color: #f8f9fa !important;
    padding: 20px 0;
}

.section-patient-features {
    background-color: #f8f9fa !important;
    padding: 5px 0;
}

.feature-title {
    padding-bottom: 5px;
}

#diseasesId > .select2-container {
    display: block !important;
    width: 100% !important;
}

/*Quick services*/

/*1.Tele consulation*/
.section-quick-services {
    background: #ffffff;
    padding: 20px 0;
}


.quick-card {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    margin: 10px;
    width: 200px;
    display: flex-start;
    flex: 1 1 200px;
    flex-direction: column;
    background-color: #5F9EA0;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
}


.btn-tele-consultation {
    background: blue !important;
    color: white;
}

    .btn-tele-consultation:hover {
        background: blue !important;
        color: white;
    }

.progress-tele-bg {
    background: blue !important;
}

/*Patient Health tips*/
/*Patitle shedule*/
#shedule-title {
    font-weight: 600;
}


#shedule-card-body {
    padding: 10px !important;
}

/*Patient banner*/
#banner-left {
    text-align: justify;
}

/*Others service*/

.service-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 15px;
}

.service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}

    .service-img img {
        align-items: center;
        border-radius: 4px;
        transform: translateZ(0);
        transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        width: 100%;
        height: 120px;
    }

    .service-img:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }



.featurs-btn {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: solid 2px #d5d5d5 !important;
    background: rgb(123,118,223);
    background: -moz-linear-gradient(90deg, rgba(123,118,223,1) 5%, rgba(13,177,210,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(123,118,223,1) 5%, rgba(13,177,210,1) 100%);
    background: linear-gradient(90deg, rgba(123,118,223,1) 5%, rgba(13,177,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b76df",endColorstr="#0db1d2",GradientType=1);
}

    .featurs-btn:hover {
        color: white;
        background: rgb(125,118,251);
        background: -moz-linear-gradient(90deg, rgba(125,118,251,1) 5%, rgba(2,186,223,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(125,118,251,1) 5%, rgba(2,186,223,1) 100%);
        background: linear-gradient(90deg, rgba(125,118,251,1) 5%, rgba(2,186,223,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d76fb",endColorstr="#02badf",GradientType=1);
    }

/*Calculator*/
.section-calculator {
    background-color: #fff;
    padding: 20px 0;
}

.calclator-btn {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
    width: 100%;
    border: solid 2px #c3bcbc !important;
    border-radius: 5px;
    background: rgb(210,231,232);
    background: -moz-linear-gradient(110deg, rgba(210,231,232,1) 16%, rgba(60,179,181,1) 100%);
    background: -webkit-linear-gradient(110deg, rgba(210,231,232,1) 16%, rgba(60,179,181,1) 100%);
    background: linear-gradient(110deg, rgba(210,231,232,1) 16%, rgba(60,179,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2e7e8",endColorstr="#3cb3b5",GradientType=1);
}

    .calclator-btn:hover {
        color: white;
        background: rgb(210,231,232);
        background: -moz-linear-gradient(110deg, rgba(72,231,232,1) 0%, rgba(60,179,181,1) 100%);
        background: -webkit-linear-gradient(110deg, rgba(72,231,232,1) 0%, rgba(60,179,181,1) 100%);
        background: linear-gradient(110deg, rgba(72,231,232,1) 0%, rgba(60,179,181,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2e7e8",endColorstr="#3cb3b5",GradientType=1);
    }

    .calclator-btn img {
        margin-right: 5px;
        height: 50px;
        width: 50px;
    }

.patient__footer-contact {
    display: flex;
    color: white;
}


/*OPD SECTION*/
/*1. Patient details section*/
.section-patient-details {
    background-color: #fff !important;
    padding: 20px 0px 0px 0px;
}

.patient-media {
    justify-content: end !important;
}

.btn__patient-media {
    margin: 2px;
    height: 35px;
    width: 45px;
    align-items: center;
    color: white;
    font-size: 16px;
}

.patient-image {
    width: 75px;
    align-items: center !important;
    padding: 5px !important;
    border-radius: 10px !important;
}

.patient-left-sidebar {
    padding: 10px !important;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.dashboard-widget .col-lg-4 {
    padding: 0 5px;
    margin-bottom: 10px;
}

.dashboard-widget .row {
    margin: 0 -5px;
}


.btn-test {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    padding: 10px;
    width: 100%;
   
    border-radius: 8px;
    transition: all 0.2s;
    background: linear-gradient(135deg, rgb(197 245 240) 0%, #179dc3 50%, rgb(52 185 223) 51%, rgb(140 229 221) 100%);
}

.btn-disable {
    border: solid 2px #b9b9b9 !important;
    background: linear-gradient(135deg, rgb(231 234 234) 0%,rgb(184 197 196) 50%,rgb(149 149 149) 51%,rgb(217 217 217) 100%) !important;
}



.btn-test:hover {
    opacity: 0.8;
}

.btn-text:active {
}

.btn-test > img {
    width: 40px;
    height: 35px;
}

.btn-test span {
    font-size: 12px;
    font-weight: 400;
    padding: 3px;
    color: #000;
    font-weight: 700;
}

.test-outer {
    width: 100%;
}

/*REPORT Section*/
.report-top-section {
    display: flex;
    flex-direction: row;
    padding: 5px;
    background: white;
    justify-content: end;
    align-content: center;
    position: sticky;
    -webkit-position: sticky;
    top:0;
    background: #fff;
    z-index: 100;
}

.report-top-section .col-md-2 {
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: max-content;
}
/*EMR Setting*/
.emr-setting-box {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.emr-input-checkbox {
    margin-left: 5px;
}


@media only screen and (max-width: 1200px) {



    #department {
        margin-bottom: 1rem;
    }

    #video-call {
        height: 65px;
    }

        #video-call i {
            font-size: 20px !important;
        }

    .agecombine {
        width: 100% !important;
    }

    .mobile {
        width: 100% !important;
    }

    input {
        width: 100% !important;
    }

    .form-control {
        width: 100% !important;
    }
}
/*scroll bar css*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #197994 !important; /* Set the color of the scrollbar thumb */
}

::-webkit-scrollbar-track {
    background-color: #F1F1F1 !important; /* Set the color of the scrollbar track */
}

#RadiologyModal,
#VitalModel {
    height: 95vh;
}


.page__body {
    overflow: scroll;
    max-height: 500px;
}

.page__body--height{
    max-height: 560px;
}

.table__wrapper.table__wrapper-height {
    min-height: 100px !important;
    height: 140px;
}

.label-outer {
    font-size: 14px;
}



.label-outer-1 input[type="checkbox"] + label:before {
    left: 0;
}

.label-outer-1 input[type="checkbox"] + label {
    padding-left: 2rem;
}

.label-outer .d-flex .form-check-label {
    margin-left: 8px;
    position: relative;
    top: 4px;
}

.form-check-input {
    border-color: #ddd !important;
}

.badge-success {
    background-color: #2fb1a4;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #197994 !important;
    color: white;
}

.select2-container--open.select2-container *:focus {
    border-color: #197994;
}

.form-control:focus {
    border-color: #197994;
}

.policy-menu {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    font-size: 13px;
    margin-bottom: 0;
}

.footer.footer-custom {
    background: #20a99c;
}

.footer {
    border-top: 1px solid #d6e7e5;
    z-index: 100;
    background: #fff;
    bottom: 0;
    width: 100%;
}

.policy-menu li {
    list-style: none;
}

    .policy-menu li a {
        color: #197994
    }

.copyright-text a {
    text-transform: uppercase;
    color: #197994;
    letter-spacing: -0.5px;
}

.date-outer input {
    border: 1px solid #ddd;
    padding: 3px;
    color: #333;
}

.card-header {
    padding: 0.25rem 1.25rem;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    all: unset;
    margin: 4px;
    border: #fe9903 1px solid;
    box-shadow: none;
    background: #fff;
    outline: none;
    padding: 0.25rem 1.5rem;
}


button + button {
    margin-left: 0.2rem;
}



select option:hover {
    background: #197994 !important;
}

select:hover option:hover {
    background: #197994 !important;
}

.page__body--c .table__wrapper {
    height: 300px !important;
    min-height: inherit !important
}


@media only screen and (min-width: 1400px) {
    .btn-test {
        height: 110px;
        justify-content: center;
    }

    .btn-test > img {
        width: 50px;
        height: 35px;
    }

    .btn-test > span {
        font-size: 15px;
        padding: 5px;
    }

    .section-doctor--height {
        height: 710px;
    }

    .print-ph {
        height: 660px !important;
    }
}


    @media only screen and (max-width: 1200px) {
        .fieldset-custom legend {
            width: 21% !important;
        }

        .card-pb span {
            width: 100% !important;
        }

        .text-right--custom {
            display: flex;
            align-items: center;
        }

        .card-pb select {
            width: 100% !important;
        }

        .footer-custom {
            height: auto;
        }

        .boxborder.col-md-3 {
            max-width: 25%;
        }

        #Savedemo {
            padding-right: 0 !important;
        }
    }

    @media (min-width: 992px) {
        .modal-lg, .modal-xl {
            max-width: 980px;
        }
    }



    @media (min-width: 768px) and (max-width: 1200px) {
        [class^="col-"] {
            margin-bottom: 1rem !important;
        }

        .doctor-documt [class^="col-"] {
            margin-bottom: 0 !important;
        }



        #btnComplaintCancel {
            margin-top: 1rem;
        }

        .ph-code {
            font-size: 12px;
        }

        .main-nav > li {
            margin-right: 7px;
        }

        .main-nav li a {
            font-size: 12px;
        }

        .patient-card-body .grid-item {
            padding: 1.25rem;
        }
    }

    @media only screen and (max-width: 992px) {
        #video-call {
            height: 37px;
        }

        .text-right--custom {
            text-align: left !important;
        }

        .page-wrapper > .content {
            padding-bottom: 80px;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .modal {
            top: 100px;
            z-index: 10500;
        }

        .grid--4 {
            grid-template-columns: repeat(3, 1fr);
        }

        .patient-card-body .grid-item {
            padding: 0.5rem;
        }
    }


    @media only screen and (max-width: 768px) {
        .card-register-form .row.mb-3 {
            margin-bottom: 1rem !important;
        }



        #video-call i {
            font-size: 16px !important;
        }
    }


    @media only screen and (max-width: 767px) {

        .card-pb {
            padding-bottom: 120px;
        }

        .main-wrapper {
            padding-bottom: 60px;
        }

        .fieldset-custom legend {
            width: 27% !important;
        }


        .row.label-outer.ml-2 .col-md-2 {
            margin-bottom: 1rem;
        }

        .sticky-content-inside {
            width: 240px !important;
        }

        .sticky-note {
            width: 240px !important;
        }

        .sticky-note-text {
            right: -195px !important;
        }

        .sticky-note.active .sticky-note-text {
            right: -115px !important;
        }

        #video-call i {
            font-size: 40px !important;
        }

        #video-call {
            height: 80px;
        }

        .footer-custom .policy-menu {
            justify-content: flex-start;
        }

        .col-md-3.boxborder {
            max-width: 95% !important
        }

        .pad-con {
            padding-right: 15px;
        }

        .col-md-10.col-lg-10.md-10.mb-2 {
            order: 2;
        }

        .policy-menu {
            justify-content: flex-start;
            padding: 0;
        }

        .select2 {
            width: 100% !important;
        }

        .modal {
            z-index: 10010;
        }

        #searchAllergy2,
        #searchRadiology,
        #searchDiagnosis {
            margin-left: 0 !important;
        }

        #searchRadiology {
            margin-top: 1rem !important;
        }

        .modal-dialog {
            margin-top: 100px;
        }



        .patient-img {
            margin-bottom: 20px;
        }


        .mobile-margin {
            margin-bottom: 20px;
        }

        .card-register-form .row.mb-3 {
            margin-bottom: 0;
        }

        .agegroup {
            gap: 1rem;
        }

        .btn.mr-2 {
            margin-right: 0 !important;
        }
    }


    @media only screen and (max-width: 400px) {
        .fieldset-custom legend {
            width: 63% !important;
        }
    }

    .section-admitted {
        padding-right: 20px;
    }

    .section-admitted-container {
        display: flex;
        column-gap: 3rem;
        row-gap: 1rem;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #dee3e2;
        border-bottom: 1px solid #dee3e2;
        padding: 0.5rem !important;
        margin: 0 8px;
        background: #e9efee;
    }

    .btns-wrap {
        gap: 8px;
    }


    .btn-arrow {
        position: fixed;
        top: 10px;
        right: 100px;
        border-radius: 100%;
        background: #ee8e22;
        color: #fff;
        z-index: 10000;
        height: 28px;
        width: 28px;
        display: flex;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        display:none;
    }

    .section-inpatient {
        margin-top: 1rem;
        padding-bottom: 4rem;
    }

        .section-inpatient .container-fluid {
            padding: 0 18px;
        }

    .section-sidebar-menu {
        background: #197994;
        padding: 0;
        height: 350px;
        overflow-y: scroll;
        position: sticky;
        -webkit-position: sticky;
        top: 70px;
    }


        .section-sidebar-menu.active {
            top: 8px;
        }


        .section-sidebar-menu li {
            list-style: none;
        }


            .section-sidebar-menu li a {
                color: #fff;
                display: block;
                padding: 8px 16px
            }

            .section-sidebar-menu li.active a,
            .section-sidebar-menu li:hover a {
                background: #24b3a6;
            }

    .page-wrapper + .footer {
        padding-left: 60px;
    }

    .main-wrapper + .footer {
        padding-left: 60px;
    }

.close-treatmentbtn {
    position: absolute;
    top: 13px;
    right: 40px;
    font-size: 20px;
    cursor: pointer;
}

.btns-gp button.nav-link{
    border: none;
    margin-left: 0;
    font-size: 14px;
}

.headbar-right{
    display:flex;
    align-items:center;
    gap: 8px;
}

.report-html {
    padding: 20px;
    border: 1px solid #ddd;
}

.report-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.table-report table{
    width: 100%;
}

.table-report table td,
.table-report table th{
    border: 1px solid #ddd;
    padding: 0.5rem; 
}

    @media only screen and (max-width: 1200px) {
        .discharge-sticky {
        width: 1150px;
    }
}

@media only screen and (max-width: 992px) {

    .discharge-sticky {
        width: 950px;
    }
}

@media only screen and (max-width: 1491px) {
    .discharge-sticky {
        width: 1435px;
    }
}

@media only screen and (max-width: 767px) {

    /*    #sticky {
        position: inherit !important;
    }*/
    .discharge-sticky {
        width: 750px;
    }
}