body {
    /* overflow: hidden; */
    min-height: 100vh;
    color: #111b21 !important;

}

html {
    height: 100vh;
}

html,
body {
    overflow: auto !important;
}

#root {
    height: 100%;
}

.mainsection {
    margin: 1rem;
}

.searchform {
    border-radius: 5px;
}

.cpage-title {
    font-size: 1.5rem !important;
}

.lbtn {
    text-align: left;
}

.fbtn {
    text-align: right;
}

.plist {
    padding: 0px !important;
}

.pcard {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.pname {
    /*  font-size: 18px !important; */
    font-weight: 500;
}

.cpointer {
    cursor: pointer;
}

.cont {
    margin-top: 5px;
}

.bg {
    background-color: white;
}

.hpcol {
    flex: 0 0 100%;
    max-width: 100%;
}

.input-group {
    width: 100% !important;
}

.floatingbtn {
    position: absolute;
    /* bottom:40px;
    right:40px; */
    right: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1;
}

.ag-style {
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.appdate {
    padding-top: 1rem !important;
}

.pad-left {
    padding-left: 2rem !important;
}

.backgrnd-filter {
    /* backdrop-filter: blur(5px) */
    background-color: #dddfdf !important;
}

.border-rad-bottom {
    border-bottom-left-radius: .45cm !important;
    border-bottom-right-radius: .45cm !important;
    border-top-left-radius: .45cm !important;
    border-top-right-radius: .45cm !important;
}


.z-index-1500 {
    z-index: 1500 !important;
}

.date-picker-wrapper {
    display: flex !important;
    flex-direction: column !important;
}

.bordernull {
    border: 0 !important;
}

.modalmn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

.pres-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}

.pres-layout>div:first-child {
    flex: 0 1 auto;
}

.pres-layout>div:nth-child(2) {
    flex: 0 1 78%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pres-layout>div:last-child {
    flex: 0 1 10%;
    border-top: 1px solid #e9edef;
    display: flex;
}

.modal-main {
    position: fixed;
    background: white;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-body {
    overflow-y: auto;
    max-height: 430px;
}

.btnspc {
    margin-right: 5px;
}

.bbtn {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.cbtn {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.btns-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tcol {
    color: #5a6169 !important;
}

.customnavlinks {
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;

}

.topright {
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    padding-right: 5px;
    cursor: pointer;
}

.flabel {
    font-weight: 700;
}

.scontent {
    border: none;
    width: 100%;
}

.ansection {
    display: flex;
    justify-content: flex-end;
}

.sheader {
    border: none !important;
}

.sheader:focus {
    outline: none !important;
    border-color: white !important;
    box-shadow: none !important;
}

.bbtm {
    border-bottom: 1px solid #e1e5eb;
}

.nmbtm {
    margin-bottom: 0px !important;
}

.btns {
    display: flex;
}

.ptop {
    padding-top: 20px;
}

.preview {
    display: flex;
    justify-content: center;
    font-size: large;
    color: #5a6169;
}

.docvisit {
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width: 992px) {
    .hpcol {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 776px) {
    .input-group {
        width: 100% !important;
    }
}

.thead {
    font-weight: bold;
    text-align: "-webkit-match-parent";
    vertical-align: bottom;
    padding: .75rem;
}

.tbody {
    padding: 10px;
}

/* Searchable Dropdown box style */
.dropdown {
    position: relative;
    color: #333;
    cursor: default;
}

.dropdown .arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: 0.3rem;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 0;
}

.dropdown .arrow.open {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
}

.dropdown .selected-value {
    line-height: 1.5;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: default;
    outline: none;
    padding: 8px 52px 8px 10px;
    transition: all 200ms ease;
    width: 100%;
}

.dropdown .options {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
}

.dropdown .options.open {
    display: block;
}

.dropdown .option {
    box-sizing: border-box;
    color: rgba(51, 51, 51, 0.8);
    cursor: pointer;
    display: block;
    padding: 8px 10px;
}

.dropdown .option.selected,
.dropdown .option:hover {
    background-color: #f2f9fc;
    color: #333;
}

.loginDiv {
    margin-top: 10px;
}

.verticalCenter {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x_panel {
    position: relative;
    width: 100%;

    margin-bottom: 20px;
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: center;
    margin-top: 10px
}

.jce {
    justify-content: flex-end !important;
}

.navlabel {
    font-weight: 500;
    font-size: 20px;
}

.btn-left-align {
    text-align: left
}

/* Login Page background Styles */
.shard {
    will-change: transform;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 40px;
    z-index: 1;
    width: 280px;
    animation: float 7s ease-in-out infinite;
    z-index: 2;
}

.welcome {
    background: #fff;
    height: 100vh;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.success-msgstrip {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 15px;
    height: 40px;
    background: #b0f3c0;
    border-radius: 9px;
    left: 0px;
    margin: 0px 0px 28px 0px;

    border: 1px solid transparent;
    border-color: #bee5eb;
}

.error-msgstrip {
    display: flex;
    align-items: center;
    width: 97%;
    padding: 0px 15px;
    height: 51px;
    background: #ff000c;
    border-radius: 9px;
    left: 0px;
    margin: 0px 0px 28px 15px;

    border: 1px solid transparent;
    border-color: #ff0023;
}

.success-msg,
.error-msg {
    color: black;
    font-size: 12px;
}

@media (max-width: 550px) {
    .welcome:before {
        left: -35%;
    }
}

@media (max-width: 750px) {
    .welcome:before {
        left: -30%;
    }
}

@media (max-width: 750px) {
    .welcome:after {
        right: -17%;
    }

    /* .template-form .btn-save{
        left: 0% !important;
    } */
}

.welcome:before {
    left: -15vw;
    top: -30%;
    background: #fff;
    background: -moz-linear-gradient(left, #e2e7ef 0, #fff 100%);
    background: -webkit-linear-gradient(left, #e2e7ef 0, #fff 100%);
    background: linear-gradient(to right, #e2e7ef 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e7ef', endColorstr='#ffffff', GradientType=1);
}

.welcome:after {
    right: -5vw;
    top: -15%;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, #e2e7ef 100%);
    background: -webkit-linear-gradient(left, #fff 0, #e2e7ef 100%);
    background: linear-gradient(to right, #fff 0, #e2e7ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e7ef', GradientType=1);
}

.welcome:after,
.welcome:before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 80vh;
    transform: rotate(-25deg);
    z-index: 1;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.welcome .inner-wrapper {
    position: relative;
    z-index: 3;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.slide-in {
    will-change: transform;
    opacity: 0;
    transform: translateY(50%);
    transition: transform 850ms cubic-bezier(.785, .135, .15, .86), opacity 850ms cubic-bezier(.785, .135, .15, .86);
}

.visible {
    visibility: visible !important;
}

.slide-in.visible {
    transform: translateY(0);
    opacity: 1;
}

.menu-head {
    padding: 0px !important;
    border-right: 1px solid #ddcfcf;
}

.menu-head-content {
    flex: 0 0 85%;
}

.menu-head-icon {
    flex: 0 1 15%;
    display: flex;
    justify-content: flex-end;
}

.menu-content {
    background-color: #f0f2f5;
    flex-direction: column;
}

.menu-search {
    border-radius: 20px !important;
}

.pres-modal-main {
    position: fixed !important;
}

.modal-actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.list-left-menu {
    flex: 0 1 30%;
    /*   position: fixed !important;
    top: 0;
    left: 0;
    width: 30% !important;
    right: 0; */
}

.list-content-panel {
    flex: 0 1 70%;
    display: flex;
    flex-direction: column;
    height: 100%;
    /*  width: 100%;
    margin-left: 30%;
    position: relative;
    overflow: hidden; */
}

.list-content-panel.adjust-width {
    flex: 0 1 50%;
}

.patient-desc {
    flex: 0 1 20%;
}

.newPatient {
    flex: 0 1 50%;
}

.downloadReport {
    flex: 0 1 10%;
}

.list-layout-header {
    /* position: fixed;
    left: 30%; */
    position: relative;
    left: 0;
    right: 0;
    /* z-index: 500; */
    /* width: 100%; */
}

.pres-layout-basic-info {
    /* position: fixed;
    left: 30%; */
    z-index: 999;
    /* width: 35%; */
}

.layout-content {
    /*  max-height: 16%; */
    /*  max-height: 40%;  */
    overflow: auto;
    /* padding-top: 75px; */
    background-image: url(bg3.png);
    /* position: relative;
    top: 75px; */
    /* border: 1px solid black; */
    /* height: 100%; */
}

.left-list-patient {
    /* max-height: 474px; */
    overflow: auto;
}

.list-layout-footer {
    /* position: fixed;
    left: 30%; */
    /* position: fixed;
    left: 30%;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 70%; */
}

.pres-layout-basic-footer {
    /* position: fixed; */
    left: 30%;
    /* right: 0; */
    bottom: 0;
    z-index: 999;
    /* width: 35%; */
}

.attch-options {
    position: absolute;
    /* bottom: 50px; */
    bottom: 0px;
    left: 45px;
}

.attchlist {
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    box-sizing: initial;
    width: 53px;
    pointer-events: all;
    transform-origin: left top;
    /* left: -5px;   */
    left: 0px;

    animation: mymove 1s;
    /* animation: mymove 5s linear; 
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
    animation-timing-function: linear;
    animation-delay: -1s; */
}

/* @keyframes mymove {
    0% {
        opacity: 0;
        bottom: -86px;
    } 
    100% {
        opacity: 1;
        bottom: 0px;
    }
} */

@keyframes mymove {
    0% {
        opacity: 0;
        left: -86px;
    }

    100% {
        opacity: 1;
        left: 0px;
    }
}


.options-list {
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #1bd7d3;
    border-radius: 50%;
}

.ul-list {
    display: flex;
    /* flex-direction: column-reverse; */
}

.type {
    flex: 0 0 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;

}

.consult,
.all {
    flex: 0 0 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid;
}

.type.selectedtab {
    color: #171818;
    background: lightgray;
}

.patinet-tab {
    background-color: #f0f2f5;
    cursor: pointer;
    justify-content: center;
}

.layout-head-content {
    flex: 0 1 90%;
}

.pres-header {
    flex: 0 1 5%;
    /*   position: relative;
    left: 0;
    right: 0;
    z-index: 99999; */

    /*     width: 100%;
    top: 0%;
    position: absolute; */
}

.pres-footer {
    flex: 0 1 5%;
    /* position: relative; */


}

.patient-basic {
    max-height: 800px;
    overflow: scroll;
}

.basic-layout-header {
    position: fixed;
    left: 65%;
    right: 0;
    z-index: 999;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
     max-height: 877px;*/
}

.basic-close {
    flex: 0 0 25%;
}

.basic-header-title {
    flex: 0 0 75%;
}

.pres-with-basic {
    flex: 0 1 90%;
    /*   max-height: 80%;
    min-height: 80%;
    top: 15%; */

    /*   max-height: 20%;
    top: 70px; */
    /* position: relative; */
    overflow: auto;
    background-image: url(bg7.jpg);
    background-size: cover;
}


.pres-img {
    width: 300px;
}

/* ::-webkit-scrollbar {
    width: 2px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #c7bcbc; 
    border-radius: 10px;
  } */
/* Track */
/*  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  } */


.img-name {
    align-items: center;
}

.patient-img {
    height: 40px;
    width: 40px;
}

.patient-sec {
    align-items: center;
}

.img-disp {
    border-radius: 50%;
}

.patient-cont-sec {
    justify-content: center;
}

.patient-cont-img-name {
    flex-direction: column;
    align-items: center;
}

.patient-lastvisit {
    /* display: flex;
    align-items: center;
    justify-content: center; */

    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-width: 100% !important;
    font-size: 12.5px;
    line-height: 21px;
    color: #54656f !important;
}

.patient-lastvisit-date {
    /*   border-radius: 12%;
    padding: 6px;
    background: white; */

    padding: 5px 12px 6px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    background-color: hsla(0, 0%, 100%, 0.95);
    border-radius: 7.5px;
    box-shadow: 0 1px 0.5px rgba(11, 20, 26, .13);

}

/* .template-form{
    max-height: 480px;
    overflow-y: auto;
} */

.template-form .btn {
    position: fixed;
    bottom: 10px;
    right: 5%;
}

.hide-submit .btn {
    display: none !important;
}

.rjsf>div>button.btn {
    background-color: #006fe6 !important;
    border-color: #006fe6 !important;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%), 0 4px 10px rgb(0 123 255 / 25%) !important;
}

legend {
    font-size: 1rem !important;
}

/*zoom*/
.card-body .note-card {
    height: auto !important;
    padding: 6px;
    min-width: 130px;
    /* min-height: 20px; */
}

.bubble-arrow:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: 0px solid transparent;
    left: -7px;
    top: 0px;
}

.join-meeting {
    color: white !important;
    font-size: 12px !important;
}

#zmmtg-root {
    display: none;
}

.zoom-meet-section {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 70% !important;
    right: 0;
}

.zoom-content-panel {
    top: 0;
    left: 0;
    width: 70% !important;
    right: 0;
}

.zoom {
    height: 100vh;
}

.add-new-card {
    position: absolute;
    bottom: 0px;
    width: 80%;
    justify-content: center;
    margin: 10px;
}

#zmmtg-root {
    background: red;
    width: 66.6% !important;
}

#zoom-meeting {
    /* display: none; */
}

#zmmtg-root #content_container {
    height: 625px !important;
    /*  width: 910px  !important; */
    width: 100% !important;
}

.align-middle.av-preview-container {
    /*  width: 750px  !important; */
    width: 100% !important;
}

#zmmtg-root .media-preview-container {
    margin: 10px 0px 0px 0px !important;
}

#zmmtg-root .meeting-client {
    width: 56% !important;
}

#zmmtg-root .meeting-client .meeting-client-inner {
    width: 66.6% !important;
}

#zmmtg-root .meeting-client-inner .join-dialog {
    width: 100% !important;
}

#zmmtg-root .meeting-app {
    width: 100% !important;
}

#zmmtg-root #wc-loading {
    width: 100% !important;
}

.meeting-info-container--right-side {
    left: 60% !important;
}

/*zoom*/


/*notes*/
.save-card {
    float: right;
}

.notes-card-body {
    overflow-y: auto;
    max-height: 84%;
    cursor: pointer;
}

.notes-label-card-body {
    /*  max-height: 84%; */
    cursor: pointer;
}

/* #zoom-notes-edit{
    left: 66.666667% !important;
    width: 33.333333% !important;
} */
.edit-zoomonote {
    width: 60% !important;
}

.model-notes-body {
    /*  width: 60% !important; */
    padding-bottom: 0px !important;
}

.model-label {
    padding-top: 0px !important;
}

.review-model {
    display: flex !important;
    flex-direction: column;
}

.review-model-notes {
    flex: 0 1 75%;
    overflow: auto;
    max-height: 432px;
    background: #f0f2f5 !important;
    border-radius: 8px !important;
    box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%);
}

.review-model-label {
    flex: 0 0 23%;
    /* background: white; */
    /* padding: 34px 0px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #f0f2f5 !important;
    border-radius: 8px !important;
    box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%);
}

.add-note {
    background: #f0f2f5 !important;
    border-radius: 8px !important;
    box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%) !important;
    flex: 0 1 75%;
}

.notes-submit {
    flex: 0 1 23%;
}

.close-model {
    display: flex;
    justify-content: end;
    cursor: pointer;
}

/* .zoom-noteslabel{
    height: 510px;
} */

.notes-model-title {
    display: flex;
    align-items: center;
    justify-content: start;
    /*  padding: 10px; */
}

.note-label {
    width: 10px;
    margin: 0 5px;
    padding: 6px;
    height: 10px !important;
}

.new-label-btn {
    justify-content: center;
    /*  padding-bottom: 10px; */
}

.notes-preview-title {

    /* justify-content: center; */
    height: 100px;
    align-items: center;
}

.notes-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 35px; */
    /* background-color: #D8D8D8!important; */
    z-index: 9999;
    /* filter: blur(8px); */
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    /* background-color: rgba(0,0,0,0.5); */
}

.notes-bg {
    background-color: #e6e6e6 !important;
}

.note-font-size {
    font-size: x-large;
}

.label-title {
    color: white;
}

.highlight {
    background-color: #ebe8e8 !important;
}

/*notes*/
/*discharge summary*/
.dishc-summary .dishc-close {
    margin-right: 0px !important;
    cursor: pointer;
}

.discharge-modal {
    padding: 10px !important;
}

.resp-msg {
    padding: 10px 0px;
}

a:hover {
    cursor: pointer;
}

.template-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: #D8D8D8!important; */
    z-index: 9999;
}

.template-body {
    background-color: #cccccc !important;
    height: 630px;
}

.mobile_line {
    line-height: 1.5 !important;
}

/*discharge summary*/


/* https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png  */


.main-navbar .navbar>* {
    align-items: center;
}

.main-sidebar {
    z-index: 1030 !important;
    border-right: 1px solid #ddcfcf;
}

.modal-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* .patient-img{
    flex: 0 1 10%;
} */

.patient-details {
    flex: 0 1 85%;
    border-bottom: 1px solid #e1e5eb;
}

.date-time {
    color: #667781 !important;
}

.search-bar {
    border-bottom: 1px solid #e1e5eb;
}

.navbar-search {
    background: #f0f2f5 !important;
    border-radius: 8px !important;

}


.join-meeting-icon.show {
    visibility: visible;
}

.join-meeting-icon.hide {
    visibility: hidden;
}

.main-container {
    overflow: hidden;
}

.search-container {
    flex: 0 1 33%;
}

.back-icon {
    /* display: none; */
    visibility: hidden;
    /* position: fixed;
    left: 3%;
    top: 9%;
    z-index: 666; */
}

.list-actions {
    width: 68%;
    height: 7%;
    z-index: 999;
    /* backdrop-filter: blur(1px); */
    right: 2%;
    /* left: 30%; */
}

@media screen and (max-width: 600px) {

    .list-actions {
        width: 96% !important;
        margin-top: 5px;
    }

    .list-content-panel.mobile-view .back-icon {
        /* display: block; */
        visibility: visible;
        background: lightgray;
        border-radius: 50%;
        padding: 10px;
    }

    .add-new .back-icon {
        visibility: visible;
        background: lightgray;
        border-radius: 50%;
        padding: 8px 10px 6px 10px;
    }

    .list-left-menu {
        flex: 1 0 100% !important;
    }

    .list-left-menu.mobile-view {
        display: none !important;
    }

    .list-content-panel {
        flex: 1 0 100% !important;
    }

    .list-content-panel.adjust-width {
        display: none;
    }

    .patient-desc {
        flex: 1 0 100%;
    }

    .file-upload-container .doc-selcted {
        width: 100% !important;
    }

    .file-upload-container .text-input {

        width: 100% !important;
    }

    .file-upload-container .text-input .input-group.input-group-seamless>.form-control {
        border-radius: 1rem !important;
    }

    .images-container>div:first-child {
        max-width: 75% !important;
    }

    .expanded-views,
    .expanded-views.adjust-width {
        left: 0 !important;
        right: 0 !important;
    }

    /* .template-form .btn.adjust-width{
        right: 23% !important;
    } */

    .pres-img {
        width: 170px !important;
    }

    .zoom-noteslabel {
        flex-wrap: wrap;
        overflow-y: auto;
    }

    .review-model-notes {
        flex: 0 1 100% !important;
        margin-bottom: 15px;
    }

    .review-model-label {
        flex: 0 1 100% !important;
    }

    .search-service {
        flex: 0 1 100% !important;
    }

    .new-service {
        flex: 0 1 100% !important;
    }
}

.icon_container {
    position: relative;
    /* width: 3rem;
    height: 3rem; */
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 10rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: 0px 6px 5px 0 rgb(0 0 0 / 28%);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.icon_container>svg {
    z-index: 90;
}

/* .icon_container:hover {
    transform: scale(1.1);
  } */
.doc::before,
.cam::before,
.gallery::before,
.audio::before,
.pay::before,
.loc::before,
.contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
}

.doc {
    background: #5157af;
}

.doc::before {
    background: #5f67cc;
}

.cam {
    background: #d3396d;
}

.cam::before {
    background: #ec407a;
}

.gallery {
    background: #ad45d0;
}

.gallery::before {
    background: #bd58ce;
}

.audio {
    background: #f17a02;
}

.audio::before {
    background: #f78e0e;
}

.pay {
    background: #5bb2a1;
}

.pay::before {
    background: #61beab;
}

.loc {
    background: #108c50;
}

.loc::before {
    background: #039b52;
}

.contact {
    background: #0795dd;
}

.contact::before {
    background: #0eaaf4;
}

.attach-btn {
    padding: 5px;
}

.attach-btn:active,
.attach-btn:visited,
.attach-btn:focus {
    padding: 5px;
    background: rgba(11, 20, 26, 0.1);
    border-radius: 50%;
}

::placeholder,
.main-navbar__search input.form-control,
.main-sidebar__search input.form-control {
    font-size: 12px !important;
}

.list-patient .blog-comments__meta {
    font-size: 12px;
}

.list-patient .navbar-search {
    box-shadow: 0 0.125rem 0.625rem rgb(90 97 105 / 12%) !important;

}

.file-upload-container,
.template-container,
.packservice-container,
.discrgsumm-container,
.consultant-container,
.notes-container {
    top: 56px;
    height: calc(100% - 57px);
    left: 30%;
    right: 0px;
    background: #e9edef;
    z-index: 1000;
}

.expanded-views.adjust-width {
    right: 20%;
}

.template-form .btn.adjust-width {
    right: 23% !important;
}


.file-upload-container .tools {
    flex: 0 1 5%;
}

.file-upload-container .doc-selcted {
    flex: 0 1 25%;
    margin: 0 auto;
    width: 60%
}

.doc-selcted.minHeight {
    min-height: 300px;
}

.file-upload-container .text-input {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    width: 70%;
}

.close-attach {
    font-size: 25px !important;
    cursor: pointer;
}

.selected-image-container {
    flex: 0 1 80%;
}

.images-container {
    flex: 0 1 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.images-container>div:first-child {
    flex: 1 1 auto;
    align-items: center;
    margin: 4px 16px 0;
    max-width: 85%;
}

.images-container>div:first-child>div .img-block {
    margin: 8px 5px 10px;
    border: 1px solid #d1d7db;
    border-radius: 5px;
    width: 75px;

}

.images-container>div:first-child>div .active {
    border: 3px solid #00a884;

}

.images-container>div:first-child>div:first-child {
    flex: 0 1 auto;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;

}

.images-container>div:last-child {
    background: #00a884;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.images-container>div:last-child>span {
    color: #fff;
}

.images-container .add-file {
    border: 1px solid #d1d7db;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 10px 0px 10px 0;
    cursor: pointer;
}

.remove-img {
    position: absolute;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: end;
    opacity: 0;
    color: #fff;

}

.images-container>div:first-child>div .remove-img:hover {
    transition: right 75ms ease-out, top 75ms ease-out;
    opacity: 1;
}

.images-container>div:first-child>div .remove-img:hover .close-attach {
    font-size: 13px !important;
    right: 4px;
}

.images-container>div:first-child>div .img-block:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    transition: right 75ms ease-out, top 75ms ease-out;

}

.images-container>div:first-child>div .img-block:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.2) 100%);

}

.bg-none {
    background-color: transparent !important;
}

.media-gallery-thumb {
    /*  background-color: #dfe3e7; */
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.arrow-prev {
    padding: 10px 5px 10px 15px;
    background: rgba(17, 27, 33, 0.35);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.arrow-next {
    padding: 10px;
    background: rgba(17, 27, 33, 0.35);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.appdate>label {
    flex: 0 1 15%;
}

.err-msg {
    font-size: 12px;
}


.list-group-item+.list-group-item {
    border-top-width: thin !important;
}

.list-group-item {
    cursor: pointer;
}

.room-type>div.active {
    background-color: #00b8d8;
    color: #fff;
}

.room-type>div.disable {
    opacity: 0.3;
    pointer-events: none !important;
}

.list-group-item.active>h6 {
    color: #fff !important;
}

.list-group-item.disable {
    pointer-events: none !important;
    opacity: 0.6 !important;
}

/* .service-container{
    max-height: 85%;
    overflow: auto;
} */

.search-service {
    flex: 0 1 75%;
}

.new-service {
    flex: 0 1 20%;
}

.select-tag input[type=text]:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.select-tag .css-1pahdxg-control {
    border-color: hsl(0, 0%, 80%) !important;
    box-shadow: none !important;
}


.schedule-appnt {
    width: 96% !important;
}

@media (min-width: 300px) and (max-width: 600px) {
    /* .schedule-appnt{
        width: 95% !important;
     } */
}

@media (min-width: 600px) and (max-width: 991px) {
    .search-service {
        flex: 0 1 100%;
    }

    .new-service {
        flex: 0 1 100%;
    }
}

.discharge-modal {
    height: 90%;
    overflow-y: auto;
    width: 90% !important;
}

.room-container {
    /* height: 500px; */
}

.room-container .rooms-list {
    min-height: 330px;
    overflow-y: auto;
}

.filter-options .filter-btn {
    background-color: #fff;
    color: #000;
    height: 25px;
    border: 1px solid #000;
    padding: 5px 5px 2px 5px;
}


.filter-options .filter-btn:active,
.filter-options .form-control.active {
    background-color: lightslategray !important;
    color: #fff !important;
}

.pres-with-basic .filter-options .form-control {
    /* padding: 0.4rem 0.75rem !important; */
    border: 1px solid #000 !important;
    height: 25px !important;
    padding: 2px 5px 2px 5px !important;
}


@media (min-width: 576px) {
    #appointment-modal .modal-dialog {
        max-width: max-content !important;
        margin: 0.5rem auto 0.5rem auto;
        min-width: 80% !important;
        height: 100%;
    }

    #appointment-modal .modal-dialog .modal-content {
        height: 98%;
        position: relative;
    }

    #appointment-modal #appointment-body {
        max-height: 68% !important;
    }
}

#appointment-modal .btn-date {
    padding: 0.3rem 1rem !important;
    font-weight: 600;
}

#appointment-modal .css-yk16xz-control,
#appointment-modal .css-g1d714-ValueContainer #appointment-modal .css-26l3qy-menu,
#appointment-modal .css-1wa3eu0-placeholder {
    font-size: 12px !important;
}

#appointment-modal .modal-subsection span {
    font-size: 12px !important;
}

#appointment-modal .arr-prev,
#appointment-modal .arr-next {
    font-size: 18px !important;
}

.insurance-section {
    max-height: 85%;
    overflow-y: auto;

}

/* width */
#appointment-modal ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
#appointment-modal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#appointment-modal ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#appointment-modal ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.insurance-section .material-icons {
    font-size: 25px;
}

.insurance-section p {
    font-weight: 400 !important;

}

.insurance-section .policy-desc {
    width: 82%;
}

.type-fields {
    /* position: relative;
    bottom: 0; */
    /* background: lightgray; */
    /* right: 0;
    left: 0; */
}


.type-fields div {
    flex: 0 1 15%;
}

.insurance .filter-options div {
    width: 20%;
}

.filter-container {
    text-decoration: none;
    color: #000000;
    /* position: fixed;
    width: 100%;    
    right: 18px; */
    display: block;
    text-align: right;
    z-index: 1000;
}

.filter-container .filter-icon {
    font-size: 25px;
    cursor: pointer;
}

.filter-options {
    opacity: 1;
    font-weight: bold;
    text-align: center;
    right: 4%;
    top: -7px;
    bottom: 0;
}

.insurance .add-file {
    border: 1px solid #d1d7db;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background-color: #fff;
}

#appointment-modal table {
    border-collapse: unset;
}

#appointment-modal table tr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#appointment-modal .time-table td {
    padding: 5px 20px;
    text-align: center;
    margin: 5px;
    background-color: #f5f6f8;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
}

#appointment-modal .btn.active {
    background: #007bff;
    color: #fff;
}

#appointment-modal table td.slot-booked {
    background-color: #00a884;
    color: #fff;
}

#appointment-modal table td.slot-alreadybooked {
    background-color: #eaf73c;
    color: #fff;
}

.appointment__item-content {
    display: flex;
    border-radius: 6px;
}

.appointment__item-indicator {
    align-self: center;
    background-color: orange;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-right: 0.5rem;
}

.appointment__item-title {
    display: none;
}

.section-heading {
    padding: 1rem 0;
    font-size: 1.5rem;
}

.has-background-white-ter {
    background-color: #f5f5f5 !important;
}

.appnt-button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
}

.appnt-button.is-primary.is-hovered,
.appnt-button.is-primary:hover {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff;
}

.appnt-button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap;
}

#appointment-modal .label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.insurance-procedure {
    background-color: white;
}

.file-upload {
    flex-direction: column;
}

.insurance-procedure .file-upload {
    flex-direction: column !important;
    align-items: center !important;
}

.buttonsetconfirm {
    display: flex;
    justify-content: space-between;
}

.confirmationheader {
    padding: 0.5rem;
}

.titlePadding {
    padding: 1rem;
}

.basic-details>div>div {
    flex: 1 1 100%;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}

.basic-details>div>div>div>label {
    width: 35%;
}

.pres-layout .hideIcon {
    visibility: hidden !important;
}

.alert-div {
    width: 93%;
    position: fixed !important;
    z-index: 10000;
    top: 10%;
    display: flex;
    justify-content: space-between;
    left: 3%;
    border-radius: 10px !important;
}

.room-container .ag-root-wrapper-body.ag-layout-normal {
    height: 100%;
}

.ag-row.disable-row {
    pointer-events: none !important;
    opacity: 0.3 !important;
}

.enable-row {
    pointer-events: visible !important;
}

.delete {
    color: red;
    display: none;
}

.markForDelete:hover .delete {
    display: block
}

.black-color {
    color: black;
    display: none;
}

.basic-details>div {
    flex: 0 1 40%;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}

.basic-details>div .header {
    font-weight: 500;
}


.ag-header-group-cell-label,
.ag-header-cell-labe {
    justify-content: center !important;
}

.upload-img .expand,
.presc-notes .expand,
.presc-summary .expand,
.service-msg .expand {
    visibility: visible;
    position: absolute;
    /* right: 5px;
    top: 4px; */
    right: 0px;
    top: 0px;
    cursor: pointer;

}

.upload-img:hover .expand,
.presc-notes:hover .expand,
.presc-summary:hover .expand,
.service-msg:hover .expand {
    /* visibility: visible; */
}

.bubble-arrow label {
    cursor: pointer;
}

.dropdown-menu .dropdown-item {
    color: #3b4a54 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.procedure-msg .checkbox {
    flex: 0 1 10%;

}

.procedure-msg .set-width {
    max-width: 90%;
}

#procedure-list .bg-highlight {
    background-color: rgba(0, 128, 105, 0.08);
}

#procedure-list .print-footer {
    z-index: 1000;
}

#procedure-list input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
}

/* pdfcss */

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
        monospace;
}

.pdf-page {
    position: relative;

    margin: 0 auto;

    padding: 0.4in 0.3in;

    color: #333;

    background-color: #fff;

    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);

    box-sizing: border-box;
    overflow: auto;
}

.pdf-header {
    padding-bottom: 0.2in;

    margin-bottom: 0.3in;

    border-bottom: 1px solid #e5e5e5;
}

.tokenForm {
    font-size: 1.2em;

    font-weight: bold;

}

.dischargeform {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.2em;

    font-weight: bold;
}

.hospital-name {
    display: flex;
    justify-content: end;
}

.invoice-number {
    padding-top: 0.1in;

    float: right;
}

.pdf-footer {
    position: absolute;

    bottom: 0.25in;

    left: 0.3in;

    right: 0.3in;

    padding-top: 0.05in;

    border-top: 1px solid #e5e5e5;

    font-size: 0.9em;

    text-align: left;

    color: #212529;
}

.addresses {
    font-size: 12px;
}

.addresses:after {
    display: block;

    content: "";

    clear: both;
}

.for {
    float: left;
}

.from {
    float: right;
}

.addresses p {
    color: #787878;

    padding: 0.05in 0;

    border-top: 1px solid #e5e5e5;
}

.addresses p:first-of-type {
    border-top: 0;
}

.pdf-body {
    margin-top: 0.3in;
}

.company-logo {
    font-size: 1.8em;

    font-weight: bold;

    color: #3aabf0;
}

.signature {
    padding-top: 0.3in;
}

/* Dimensions other than px and em should be divided by 1.33 for the proper PDF output */

.size-a4 {
    width: 6.2in;

    height: 8.7in;
}

.size-letter {
    width: 6.3in;

    height: 8.2in;
}

.size-executive {
    width: 5.4in;

    height: 7.8in;

    font-size: 12px;
}

.size-executive .pdf-header {
    margin-bottom: 0.1in;
}

.box {
    padding: 1em;

    background-color: rgba(20, 53, 80, 0.038);

    border: 1px solid rgba(20, 53, 80, 0.05);
}

.pdfbody {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f4f9f3;

}

.labelContainerPdf {
    display: flex;
    justify-content: space-around;
}

.hospitalDetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.labelContainerPdf>span {
    flex: 0 1 25%;
    font-weight: bold;
    text-decoration: underline;
}

.labelContainerPdflist {
    display: flex;
    justify-content: space-between;
}

.labelContainerPdflist>span {
    flex: 0 1 25%;
}

/* pdfcss end */


.editComp {
    height: 700px;
    max-height: 80%;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
}

.editComp .btn {
    position: fixed;
    bottom: 10px;
    right: 7%;
}

.template-view>div:first-child,
.service-view>div:first-child,
.summary-view>div:first-child {
    height: 5%;
}

.template-view>div:nth-child(2),
.service-view>div:nth-child(2),
.summary-view>div:nth-child(2) {
    height: 90%;
}

.rjsf #root {
    display: flex;
    flex-wrap: wrap;
}

/* .rjsf #root__title{
    min-width: 280px;
 } */


/* .rjsf > div:last-child{
    display: flex;
    justify-content: flex-end;
    margin-right: 1.5rem;
 } */

.rjsf #root .form-group>label,
.service-lable,
.summary-label {
    font-size: 13px !important;
    font-weight: 500;
}

.sun-editor .se-btn {
    width: 30px !important;
    height: 20px !important;
}

.se-resizing-bar .sun-editor-common {
    display: none;
}

.service-list-container {
    background-color: #e9edef;
}

.product-list-container {
    z-index: 999;
    background-color: #e9edef;
    width: 200px;
    max-height: 240px;
    overflow-y: auto;
}

.rjsf .form-control::placeholder {
    font-style: italic !important;
}

.patient-edit-form .form-group .form-control {
    font-weight: 500 !important;
}

.ag-react-container i.material-icons {
    font-size: 20px;
}

.ag-header-cell-label {
    justify-content: center;
}

.select-options__option,
.select-options__single-value {
    font-size: 12px !important;
}

.ag-cell-center {
    display: flex !important;
    align-items: center;
}

.dashboard-grid .ag-row {
    height: 40px !important;
}

.dashboard-grid .ag-grid-input {
    border: none !important;
}

.ag-cell:focus,
.dashboard-grid .ag-grid-input:focus,
.dashboard-grid .ag-grid-input:active {
    outline: none !important;
}

.ag-cell:focus {
    border: none !important;
    outline: none;
}

.ag-cell-focus,
.ag-cell-no-focus {
    border: none !important;
}

.dashboard-grid .ag-react-container {
    width: 100% !important;
}

.dashboard-grid .ag-cell-productId .ag-react-container {
    position: fixed;
}

.custom-tooltip {
    position: absolute;
    width: 150px;
    height: 70px;
    top: 10%;
    border: 1px solid cornflowerblue;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 1s;
}

.custom-tooltip.ag-tooltip-hiding {
    opacity: 0;
}

.custom-tooltip p {
    margin: 5px;
    white-space: nowrap;
}

.custom-tooltip p:first-of-type {
    font-weight: bold;
}

[contenteditable]:focus {
    outline: 0px solid transparent;
}

.insurance-procedure .modal {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -35%) !important;
}

#insurance-modal {
    display: flex !important;
    align-items: center;
}

#insurance-modal .modal-dialog {
    min-width: 70% !important;
    min-height: 80% !important;
    height: 80%;
}

#insurance-modal .modal-content {
    height: 100%;
}

.ins-submit {
    bottom: 0;
    right: 0;
}

#payment .title {
    font-size: 1.2rem;
}

.card-details .form-group .label {
    font-size: 13px !important;
}

.payOptn-btn.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%), 0 4px 10px rgb(0 123 255 / 25%);
}

.add-patient {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    background: #ddcfcf;
    padding: 10px 12px;
    cursor: pointer;
}

.add-patient .material-icons {
    top: 3px !important;
    font-size: 25px !important;
}

.disable-btn {
    pointer-events: none;
    opacity: 0.3;
    color: inherit;
}

.h_iframe iframe {

    width: 100%;
    height: 100%;
}

@media (min-width: 0px) {
    .currenttoken {
        font-size: 70px;
    }
}

@media (min-width: 0px) {
    .nexttoken {
        font-size: 70px;
    }
}

@media (min-width: 0px) {
    .deskid {
        font-size: 25px;
    }
}


.desk {
    flex: 0 1 40%;
    margin-bottom: 25px;
    margin-left: 80px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    width: 20px;
    height: 20px;
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #383636;
    /* Blue */
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: spinner 1.5s linear infinite;
}

.spinner-container {
    display: grid;
    justify-content: center;
    align-items: center;
}

.table-head {
    text-transform: capitalize !important;
}

.vochersList {
    margin-bottom: 15px;
    border-bottom: 1px dotted;
}

.vochersListDoctors {
    margin-bottom: 15px;
}

.vocherdisplay {
    height: 410px;
    overflow: auto;
    margin: 10px 3px;
}

.voucherpreview {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: large;
    color: #5a6169;
    height: 320px;
}

.redeem {
    float: right;
}

.vochermodal {
    position: fixed;
    top: 52%;
    left: 65%;
    transform: translate(-50%, -50%);
    background-color: #e9edef;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    width: 64%;
    z-index: 99999999999;
    border-radius: 0.5rem;
    height: 81%;
}

.applyVoucher {
    margin-bottom: 43px;
    display: flex;
    justify-content: space-evenly;
}

.appointedPatient {
    flex: 0 1 25%;
    background-color: white;
    padding: 6px 12px;
    box-shadow: 0 0 10px lightgrey;
    border-radius: 0.3rem;
    height: 400px;
    overflow: auto;
}

.appointmentHide {
    display: "flex" !important;
}

.doctor-home-doct-name {
    position: absolute;
    left: 3.5rem;
}

.vouchers-doctors {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 10px 10px 10px 0;
    margin: 10px 0px;
}

.jfkfkj {
    background: white;
    margin: 10px 0;
    padding: 10px 10px 5px 0;
    border-radius: 0.25rem;
}

.vochersList-doctors {
    margin-bottom: 15px;
}

.voucherr {
    background: white;
    padding: 5px;
    border-radius: 0.25rem;
    border-bottom: 0.5px solid #d5c3c3;

}

.voucher-row {
    padding: 5px;
}

.voucher-header {
    margin-top: 26px;
    background: white;
    padding: 5px;
    margin-bottom: 5px;
}

.voucher-row {
    color: grey;
    font-size: 14px;
}

.voucher-label {
    padding-left: 5px;
}

.save-diabled {
    cursor: not-allowed;
}

.brand {
    font-size: 13px !important;
    font-weight: 500;
}

.eprec_local_med {
    margin-bottom: 22px;
}

.pdfoneclick {
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-form .btn-save {
    right: 15% !important;
}

/* Added By divya 15/05/23 */

#sidebar {
    /* width: 20%; */
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 255px;
    /* transform: translateX(0) */
}

#sidebar.sidebar-hidden {

    /* transform: translateX(-100%) */
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    /* display: none; */
    width: 80px;
}

#mainpage {

    -webkit-transition: padding-left 1s ease-in-out;
    -moz-transition: padding-left 1s ease-in-out;
    -o-transition: padding-left 1s ease-in-out;
    transition: padding-left 1s ease-in-out;
    width: 100%;
    padding-left: 255px;
}

#mainpage.sidebar-hidden {
    position: relative;
    padding-left: 80px;

}

/* .main-sidebar{
    position: relative !important;
} */

.profile-page-title {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-top: 10px;
    padding: 8px 25px;
    border-radius: 35px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.profile-page-title h1 {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 0;
    line-height: 1;
    text-transform: capitalize;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: rgba(118, 118, 118, 1.0);
    margin-bottom: 10px;
}

.patient-profile .patient-summary {
    /* flex: 0 1 70%; */
}

.patient-profile .appointmnt-det {
    /* flex: 0 1 26%; */
}

.patient-profile .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
}

.patient-profile .dwnlod-icon {
    font-size: 20px !important;
}

.patient-profile .more-action {
    margin-top: -14px;
}

.patient-profile .dropdown-menu {
    right: 0 !important;
    left: unset !important;
}

.patient-profile .text-muted {
    font-size: 13px !important;
}

.patient-profile>label {
    font-size: 14px !important;
}

.patient-profile>button:focus,
.patient-profile .dropdown-item:focus {
    outline: none !important;
}

@media (max-width: 992px) {
    .appointmnt-det {
        margin-top: 3rem !important;
    }
}

.list-doctors,
.complaints-det {
    /* display: inline-block; */
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;

}

#appointment-modal .token-list thead th {
    flex: 0 1 20%;
}

#appointment-modal .token-list tbody tr td {
    flex: 0 1 20%;
}

.patient-profile .p-details .p-icon {
    flex: 0 1 12% !important;
}

.patient-profile .p-details .p-data {
    flex: 0 1 auto !important;
}

@media (min-width: 300px) and (max-width:767px) {
    #mainpage {
        padding-left: 0px !important;
    }

    .menu-icon {
        visibility: hidden;
    }
}

.vertically-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 0px;
}

.readonly-field {
    border: none;
    background-color: transparent;
    color: #f4f4f4;
    font-weight: 400;
    cursor: default;
}


.hideNotes {
    display: none !important;
}

.tag-label {
    flex: 0 1 95%;
}

.justifySpaceBetween {
    justify-content: space-between;
}

.presc-serach-result input {
    height: 30px;
}

.presc-serach-result .presc-img {
    border-radius: 5px;
}

.searchbox input {
    height: 36px;
}

.relativeInlineBlock {
    position: relative;
    display: inline-block;
    width: 350px;
}

.tabs {
    width: 180px;
    font-size: 12px;
}


.button-text {
    position: absolute;
    transform: translate(50%, 50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 8px;
    background-color: #faf8f6; 
    color: #000; 
    border-radius: 4px; 
  }
  

  .newPatient:hover .button-text {
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 3;
  }
  
  .downloadReport:hover .button-text {
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  
  .button-container {
    position: relative;
  }
