.tr-temp > td:first-child .action-btn {
    width: 21px !important;
    height: 21px !important;
    line-height: 21px !important;
}
.test-final i { color: #FFF !important;}
.text-light-green {
    color: #129B7A !important;
}
.overflow-box {
    overflow: hidden auto; 
    scroll-behavior: smooth;
    height: 100%;
}
.vert-tab.tab-content.opemrtab {
    border: 0;    
    padding: 0;
   
  }
  .vert-tab.tab-content.opemrtab .tab-pane {
    background:  #FFF;
    padding: 1rem;
    border : 1px solid rgba(0, 0, 21, 0.125);
    border-radius: 1rem;
  }
.vert-tab.tab-content.opemrtab .tab-pane .tab-pane {
  border-radius: 0rem;
  border-bottom-left-radius : 1rem;
  border-bottom-right-radius : 1rem;
  border: 0;
  

}


  .opemr-nav  {
    position: relative;
    z-index: 0;
    border-radius : 1rem;
  }
  .opemr-greenstrip {
    width: 50px;
    height: 100%;
    /*background: #0E4F53; */
    position: absolute;  
    top: 0;
    left: 0;
    z-index: 1;
  }

  .opemr-nav  a , .opemr-nav span {
    width: 100%;
    text-transform: uppercase;
    color:rgba(44, 56, 74, 0.95);
    z-index: 2; 
    display: inline-block;    
  }
  .opemr-nav  a i , .opemr-nav  span i {
    width: 50px;
    height: 50px;
    /*background: #0E4F53; */  
    color: #FFF;
    line-height: 50px;
    text-align: center;   
    font-size: 20px;
    font-weight: 100;
    margin-right: 8px;
  }
  .opemr-nav span { 
    color: #FF0000;
    
   }
  .opemr-nav span i { 
    background:  #f53030; 
    font-weight: 100;
    border-top-left-radius : 0.5rem;
    border-bottom-left-radius : 0.5rem;
  }
  .opemr-nav a:hover, .opemr-nav a.active {   
    color: #129B7A
  }
  .opemr-nav a.active { font-weight: 700;}

  
.emr-final-save {
  /*position: sticky;
  z-index: 4000;
  top: 0;*/
  position: absolute;
  right: 1rem;
  z-index: 1000;
}
.right-aside {  
  opacity :1 ;
  transition: opacity 2s ease; 
}

.hide {
  opacity: 0; 
}

.vert-tab.tab-content.opemrtab .tab-pane > h6, .h6-class  {
  color : #d57414;
  text-transform: uppercase;
}
 
.all-check {
  position: absolute;
  right: 40px;
  z-index: 1000;
  width: auto;
  background: #FFF;
}


/* Just for Testing */
.sidebar-right, .sidebar-right-report {
  right: -50rem;
  position: fixed;
  top: 0;
  width: 50rem;
  background-color: #FFF;
  margin-top: 3.5rem;
  transition: all .5s ease-in-out;
  border-radius: 0.375rem;
  z-index: 9999;
  height: 90%;  
}
.sidebar-right-report {
  width: 16rem;
  right: -16rem;
}
.sidebar-right-report li { width: 100%; }

.bg-overlay, .bg-overlay-report {
  position: fixed;
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9998;
  transition: all 1s ease-in-out;
}
.bg-overlay.hide, .bg-overlay-report.hide { display:  none;}

.sidebar-right-trigger, .sidebar-right-report-trigger {
  position: absolute;
  z-index: 9;
  top: 7.75rem;
  right: 100%;  
  color: #fff;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 3rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  box-shadow: -0.3125rem 0.1875rem 0.3125rem 0rem rgba(119, 119, 119, 0.15);
}

.sidebar-right-report-trigger { top: 11.5rem; }

.sidebar-right-trigger:hover, .sidebar-right-report-trigger:hover { color : #FFF }
.sidebar-right .sidebar-close-trigger, .sidebar-close-report-trigger {
  position: absolute;
  z-index: 2;
  font-size: 1.75rem;
  top: 0;
  right: -3rem;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center; 
  color: #fff;
  cursor: pointer;
}
.sidebar-right-inner {
  position: relative;
  height: 100%;
}

.sidebar-right.show, .sidebar-right-report.show {
  /*right: 5.25rem;*/
  right : 0;
  box-shadow: 0rem 0rem 3.125rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
}


.sidebar-right-report li a {
  width: 100%;
  padding: 0.8rem 1rem;  
  margin-bottom: 3px;  
}
.sidebar-right-report li a i { font-weight: 400; margin-right: 3px; font-size: 1.25rem ;  min-width: 30px;  text-align: center; }
.sidebar-right-report li a:hover {
  background:  #f0f0f0;
  border-radius: 30px;
}
.sidebar-right-report li a.active {
  background:  #fca742;
  border-radius: 30px;
}
.save-btn {
  position: fixed;
  right: 3rem;
  bottom: 100px;
}
.btn.btn-link {font-size : 0.875rem}

.form-control.text-danger {
  color: #E45256;
}
.form-control.text-info {
  color: rgb(47, 142, 252); 
}
.form-control.text-black {
    color: rgb(0, 0, 0); 
}
.lh-normal { line-height: normal;}




.text-ontime {
  color: #129B7A !important;
  background-color: rgba(15, 183, 107, 0.12) !important;
  padding: 0.25rem 0.5rem;
  border-radius:1rem;
  border: 0;
}
.text-more30 { color: #fd7e14 !important;
  background-color: #fe90244d  !important;
  padding: 0.25rem 0.5rem;
  border-radius:1rem;
  border: 0;
}
.text-more60 { color: #E45256 !important;
  background-color: rgb(182 2 2 / 12%) !important;
  padding: 0.25rem 0.5rem;
  border-radius:1rem;
  border: 0;
}


.bg-processed { background-color: #2fb0c4; }
.bg-unprocessed { background-color: #FEc32c; }

.bg-vital-processed { background-color: #008080; }
.bg-vital-unprocessed { background-color: #69737f; }

.bmi-box {
  max-width: 100px;
  color: #FFF !important;
  margin: 0 auto;
  border: 0;
  border-radius: 1rem;
}
.conversion-tbl-box {
  height: 285px; 
  overflow: auto;
}

.yellow-hdr h6 {  
  color: #d57414 !important;
}

.bg-end-obs, .bg-pendingReq {
  background-color:#444
}
.bg-inprogress-obs, .bg-billed {
  background-color: #28a745
}

.fw-semilight {
  font-weight: 200 !important;
}
.obs-bill-box {
  max-height: 250px;
  overflow: auto;
}
.obs-bill-medbox {
  max-height: 500px;
  overflow: auto;
}

/* #modal_vital_entry input.form-control {
  font-size: 20px;
} */
.txt-pending { color: #444!important;}
.txt-billed { color:#28a745!important;}
#modal_vital_entry .col-form-label {
  font-size: 0.9rem;
  color: #808080;
}
#modal_vital_entry input.form-control {
  border: 0 !important; 
  border-bottom: 1px solid #ddd !important;     
  margin: 0 auto;
}
.hospital-name {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  font-family: 'Philosopher', sans-serif;
}
.hospital-name span {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Philosopher', sans-serif;
}
.company-branding {
  font-family: 'Philosopher', sans-serif;
}

.severe { color : #d32f2e }
.moderate { color : #f5511e }
.mild { color: #ff9f00 }
.normal { color: #00acc2 }
.over { color: #009788 }
.obese-class1 { color: #ff9f00 }
.obese-class11 { color: #f5511e }
.obese-class111 { color: #d32f2e }

.icon-box .fa-thin, .icon-box  .fat { font-weight: 300 !important;}

#id_table_todo_list td:first-child {
  width: 150px;
}
.spinner-box.jq-sub-loader {
  z-index: 1;
}

a.inactive-anchor i {
  color: #aaa !important;
}

.autofilled {
  background-color: #f0f0f0; /* Set your desired background color for autofilled inputs */
}

@media (max-width: 1199px) {
  .opemr-nav  a {
    width:auto;
  }

  .opemr-nav  a {      
    background: #0E4F53;
    color: #FFF;
    margin: 0 3px 3px 0;
    padding-right:  10px;
  }
  .opemr-nav  a i {
    width: 30px;
    height: 30px;
    background: #0E4F53;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-right: 0;
  }
  .opemr-greenstrip { display: none;}
  .conversion-tbl-box {
    height: auto;
  }
}


.round-btn {
  width: 32px;
  height: 32px;
  line-height: 22px;
  border-radius: 50% !important;
  color: #FFF;
  padding: 5px;
  display: block;
  text-align: center;
}


.round-btn:hover {
  color: #FFF;
}


.save-end { 
  margin-left: 40%;
  /* background-color: #FF00;
  color: white;
  box-shadow: 0 2px 4px darkslategray; */
  border: none;
  padding: 5px;
  font-size: 16px; 
  height: 80px;
  width: 80px;  
  border-radius: 50%;
  background-color: #14a44d;
  color: #fff;
  box-shadow: 0 4px 9px -4px #14a44d;  
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.save-end:hover, .save-end:focus {
  background-color : #139c49;
  color: #fff;
  border-color : #2cad5f;
}
.save-end:active {
  background-color :#129445;
  color: #fff;
  border-color :  #2cad5f;
}

/*.save-btn, .save-btn.btn:hover, .save-btn.btn:active, .save-btn.btn:focus {  
  font-weight: 600;
  background: #FE9024 !important
}*/
/* .save-btn.btn:focus {
box-shadow: 0 0 0 0.25rem rgba(228, 82, 86, 0.5)
} */


@media (max-width: 768px) { 
  .sidebar-right {
    width: 80%;
    right: -80%;
  }
  .sidebar-right.show {
    right: 0
  } 

}

.dashboard-graph .graph-lbl3 { min-width: 163px }

.p-desc { color: #DDD !important;}
.login-copyright { color : #83A5AA }
.login-copyright a { color : #83A5AA }


.p-vitals i {
  font-size: 2em !important;
}
.p-vitals p { margin-bottom: 0;}
.p-vitals h3 {
  margin-top: 1rem;
  color: #129B7A;
}

.vitals.summary .p-vitals h3 { margin-top:  0.5rem;  color: rgb(44, 56, 74); font-size:1.3rem }

.vitals.summary .p-vitals i { font-size: 2.2em !important; color : #129B7A !important; }






/* 
@media only screen and (min-width: 1024px) and (max-width: 1919px) { 

  :root {
    --cui-body-font-size: 0.875rem;
  }
  label {    
    font-size: 0.7rem; 
  }

  .col-form-label {    
    font-size: 0.7rem; 

  .form-control {   
    font-size: 0.875rem;
  }
  
  .form-control-sm {    
     font-size: 0.75rem; 
   }

  .form-select {    
    font-size: 0.875rem;
   } 

   .form-select-sm {   
    font-size: 0.75rem;   
  }

  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn { 
    font-size: 0.75rem;  
  }

  .btn {
    font-size:  0.875rem;
  }


  .btn-sm, .btn-group-sm > .btn {    
    font-size: 0.75rem;    
  }

  .dropdown-menu {
    font-size: 0.875rem;
  }
  .dropdown-header {   
    font-size: 0.75rem;    
  }
  .accordion-button {
    font-size: 0.75rem;
  }  
  .tooltip {
    font-size: 0.75rem;
  }

} */

.report-desc {
  min-height: 90px;
  
  line-height: 1.5;
}

.card-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1rem;
}

.custom-file-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.custom-file-label {
  display: inline-block;  
  cursor: pointer;
}
.ico-box {
 width: 50px;  
 display: inline-block;
 vertical-align: middle;
 text-align: center;
}

legend {
  padding-bottom: 5px;
  border-bottom: 1px solid #c4c9d0;
  color: maroon;
}

.ico-box {
  display: inline-block;
  min-width: 35px;
  text-align: center;
}
.expand-height {
  height: 910px;
}
.compress-height {
  height: 700px;
}

#sReportBox .nav-link { padding-bottom:  0; min-width: 200px}

.header-inner .utility a {  color: rgba(44, 56, 74, 0.95) !important }

.header-inner .utility i { font-size: 25px; margin-bottom: 5px;}

.related-app {
  text-align: center;
  border-radius: .5rem;
  border: 1px solid rgba(0, 0, 21, 0.15);
}
.related-app:hover {
  background-color: rgb(243,246,248);
}
.fs-12 {
  font-size: .75rem;
}

.related-app .fad::before {
  color: #FE9024;  /* Replace with your desired primary color code */
  opacity: 1;
}

.related-app .fad::after {
  color: #0E4F53;/* Replace with your desired secondary color code */
  opacity: 1;
}

.dropdown-menu.utility {
  transform-origin: 50% 100%; /* Change the transform origin to adjust the position */
  transform: translate(0, 15%) !important; /* Adjust the translation values */  
    box-shadow: 0 .25rem .625rem rgba(20,20,20,.1);
    inset-block-start: -3px!important;
}

.small-box.box-vitals h3 span {
  color: rgba(44, 56, 74, 0.95); 
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

.allergy-box { 
  color: #FF0000;
  border-radius: 0.5rem;
  /*height: 50px;*/
  min-height: 50px;
  font-weight: 600;
  line-height: 20px;
}
.allergy-box span { font-weight: 400;}
.p-allergy, .p-allergy i, .allergy-box a { color: #FF0000}

.allergy-over { 
  background: #FFF;
  border-radius: 1rem;
  position: absolute;
  left: 200px;
  z-index: 2000;
  top:180px;
  cursor: pointer;
}

.allergy-over .fs-6 { font-size: 0.95rem !important }
.bdr-right-light {
  border-right: 1px solid #DDD;
}
.allergy-tbl td { padding-bottom:  8px;}
.text-mild { color: #FFFF00;}

.opemr-nav  a i.fa-triangle-exclamation {      
  background: #f53030;
  color: #FFF;
}

.about-container {
  
  border-radius: .5rem;
  overflow: hidden;
  padding: 1.25rem;
  background: #fff ;
}
.aboutus-banner {
  width: 100%;
  background-image: url(../images/media-79.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: .5rem .5rem 0 0;
  z-index: 9;
  -webkit-margin-after: 3rem;
  margin-block-end: 3rem;
  border-radius: .5rem;
}
.aboutus-banner {
  padding: 4rem;
  -webkit-margin-after: 8rem;
  margin-block-end: 8rem;
}
.aboutus-banner:before {
  content: "";
  position: absolute;
  background-color: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  bottom: 0;
  border-radius: .3rem;
}
.aboutus-banner .aboutus-banner-content {
  z-index: 10;
  text-align: center;
  color: #fff;
}
.intro-text {
  opacity: 0.8;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400 !important;
  text-align: justify;
}

.about-company-stats {
  position: absolute;
  bottom: -3rem;
  z-index: 10;
  inset-inline-start: 0;
  inset-inline-end: 0;
}
.about-company-stats .about-company-stats-border {
  -webkit-border-end: 1px dashed rgba(0,0,0, 0.1);
  border-inline-end: 1px dashed rgba(0,0,0, 0.1);
}
.card.custom-card .card-body {
  padding: 1.25rem;
  color: #333;
}
.no-stretch {
  flex-grow: 0 !important;
}
.bg-count-1 { background: #dbede2 ;}
.bg-count-2 { background:  #e4eff2; ;}
.count {
  font-size: 20px;
  color:#25282a;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.count-desc {
  font-size: 16px;
  color:#25282a;
}
.copyright {
  font-size: 0.85rem;
  font-style: italic;
  text-align : right;
}
.area-height { height:  75px;}
.navico {
  width: 30px;  
}
#pageNav i, .page-nav i {
  color: #d57414;
  font-size: 1rem;
 }

 .req-box {
  max-height: 200px;
  overflow: auto;  
 }
 .routine-box {
  height: 200px;
  overflow: auto;  
 }
 .lab-request-total, .procxs-request-total {
  padding-left: 10px;
  font-size: 20;
  font-size: 20px;
  font-weight: 500;
}
.appointment-progress-bg {
  background-color : #0b7d87
}
.totalop-progress-bg {
  background-color :#FEC32C
 }
 .visited-progress-bg {
  background-color :#545b62
 }
 .consultation-progress-bg {
  background-color :#0b7d87
 }
 .new-progress-bg {
  background-color :#FF0000 
 }
 .progress.count-progress { height: 1.5rem;}
 .progress.count-progress .progress-bar { line-height: 1.5rem;}
 .opemr-nav.bg-white { border : 1px solid rgba(0, 0, 21, 0.125)}



 /*
.dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.dashboard-menu>ul>li {
  border-bottom: 1px solid rgba(0, 0, 21, 0.125);
  position: relative;
}
.dashboard-menu>ul>li a {
  color: #757575;
  display: block;
  padding: 16px 20px;
}
.dashboard-menu ul li a i {
  
}
.dashboard-menu ul li a span, .dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu>ul>li.active>a, .dashboard-menu>ul>li:hover a {
  color: rgb(24, 198, 135)
}*/

.dashboard-menu button {
  text-align: left;
}
.dashboard-menu button i {
  font-size: 17px;
  margin-right: 10px;
  width: 22px;
  vertical-align: middle;
}
.dashboard-menu .nav-link {
  border-right : 3px solid rgba(0, 0, 21, 0.125);
  padding: 1rem 0;
  color : rgba(44, 56, 74, 0.95);
}
.dashboard-menu .nav-link span  {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu .nav-link:hover, .dashboard-menu .nav-link.active {
  border-right : 3px solid rgb(24, 198, 135);

}
.dash-card .dash-widget.dct-border-rht {
  border-right: 1px solid rgba(0, 0, 21, 0.125);
}
.dash-card .dash-widget .circle-bar {
  margin-right: 15px;
}
.dash-card .dash-widget .circle-bar>div canvas {
  width: 90px!important;
  height: 90px!important;
}
.dash-card .dash-widget .circle-bar>div i {
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font-size: 2.3em !important;
  
}
.dash-card .dash-widget .circle-bar>div {
  display: inline-block;
  position: relative;
  text-align: center;
}

.dash-card .dash-widget .circle-bar {
  margin-right: 15px;
}
.dash-card .dash-widget h6 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
.dash-card .dash-widget h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;8
}
.dash-card .dash-widget p {
  color: #757575;
  font-size: 14px;
  margin-bottom: 0;
  margin-bottom: 0.3rem;
}
.dash-card .dash-widget p.text-muted {
  color : rgba(44, 56, 74, 0.7) !important;
} 
.opemr-card .card {
  border-radius: 1rem;
}
.summary-list .list-group-item {
  border: none !important;
  font-weight: 400;
  color: rgb(44, 56, 74);
}
.summary-list .bdr-right {
  border-right: 1px solid rgba(0, 0, 21, 0.125);
}
.summary-list .list-group-item p {
  margin: 0.25rem 0 0 0;
}

.card.bg-inpatient .nav-tabs li:first-child .nav-link {
  border-top-left-radius: 1rem;
}
/*.card.bg-inpatient .tab-content {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.modal .card.bg-inpatient .tab-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

}*/

.white-box {
  min-height: 200px;
}
.hdr-bdr {
  border-bottom: 1px solid rgba(0, 0, 21, 0.125);
  padding-bottom: 0.5rem;
}

.blue-btn {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
  padding: 0.25rem 0.5rem;
  border-radius:1rem;
  border: 0;
}
.green-btn {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  border-radius:1rem;
}
.line-height-n {
  line-height: 18px;
}
.file-title {
  font-size: 1.2rem;
}
.date {
  color: rgba(44, 56, 74, 0.7) !important;
}
.listing-tbl td { padding: 8px 5px;}
.key-notes {
  line-height: 20px;
}
.listing-tbl i {
  color: #129B7A !important;
}

.desc-box-rpt { margin-bottom: 1rem; line-height: 18px;}

.accordion .card { border-radius: 0;}

.summary-overflow {
  height: 100%;
  overflow: auto;
}
.complaint-btns-outer .btn.custom-button {
  position: relative;
  padding-inline-start: 2.75rem;
  padding-left: 1.6rem !important;
  color : #FFF;
}
.custom-button .custom-btn-icons {
  box-shadow: 0 0 1px .25rem rgba(0,0,0,.1);
  position: absolute; 
  inset-block-start: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: .375rem;
  border-radius: 3.125rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #FFF;
  color: #0E4F53;
  left: -2px;
  top: 0;
  }


  .vert-tab.tab-content.opemrtab .modal .tab-pane {
    border: 0;
    border-radius: 0;
  }

  .listing-tbl .fa-2x { font-size: 1.5em; }


  #modal_LabTemplate .checkmark { visibility: hidden;   }   
 .highlight-nav .nav-link:hover, .highlight-nav .nav-link:focus {
    background-color: rgba(15, 183, 107, 0.12) !important;
    border-radius: 50rem;
 }

 .allergy-over.div_patient_profile { 
  background: #FFF;
  border-radius: 1rem;
  position: absolute;
  left: 200px;
  z-index: 10000;
  top:auto;
  cursor: pointer;
  
}

.bdr-bottom { border-bottom:  1px solid #c4c9d0;}



@media (max-width: 767.98px) {
 /* .header-inner { 
    justify-content:left;
  }*/
}

.ct-scroll {
  max-height: 120px;
  overflow: auto;
}





/* iframe {
  zoom: 1.2; 
  -moz-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  transform: scale(1.2); 
} */


.bg-moderate {
  background-color: #FF8C00 !important;
}

.bg-normal-weight{
    background-color: rgb(2 182 179 / 70%) !important;
}

.bg-over-weight{
    background-color: #198754c2 !important;
}


:root {
	--primary-color: #15616D;
	--secondary-color: #e6eef9;
}


.toggle-container {	
	display: flex;
	align-items: center;
	justify-content: center;
  background-color: #fff;
  border-radius: 99px;  
}
.toggle-container  .tabs {
	display: flex;
	position: relative;
	
	box-shadow: 0 0 1px 0 rgba(#185ee0, 0.15), 0 6px 12px 0 rgba(#185ee0, 0.15);
	padding: 0.5rem;
	
}
.toggle-container.appointment-toggle .tabs {
  border: 1px solid var(--cui-card-border-color, rgba(0, 0, 21, 0.125));
  border-radius: 99px; 
}





.toggle-container  .tabs input[type="radio"] {
	display: none;
}

.tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: 170px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 99px; 
	cursor: pointer;
	transition: color 0.15s ease-in;
  z-index: 3;
}
.tab.appointment {
  width: 230px;
}
.notification {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	margin-left: 0.75rem;
	border-radius: 50%;
	background-color: var(--secondary-color);
	transition: 0.15s ease-in;
  font-size: 0.9rem;
}

.toggle-container input[type="radio"] {
	&:checked {
		& + label {
			color: var(--primary-color);
			& > .notification {
				background-color: var(--primary-color);
				color: #fff;
			}
		}
	}
}

.toggle-container input[id="radio-1"] {
	&:checked {
		& ~ .glider {
			transform: translateX(0);
		}
	}
}

.toggle-container input[id="radio-2"] {
	&:checked {
		& ~ .glider {
			transform: translateX(100%);
		}
	}
}
.glider, .glider-appoint {
	position: absolute;
	display: flex;
	height: 34px;
	width: 170px;
	background-color: var(--secondary-color);
	z-index: 1;
	border-radius: 99px; // just a high number to create pill effect
	transition: 0.25s ease-out;
}
.glider-appoint {
  width: 230px;
}

@media (max-width: 700px) {
	.tabs {
		transform: scale(0.9);
	}
}

.notify {
  background: rgba(15, 183, 107, 0.22) !important;
  color: #129B7A;
}

#print_content .card { border-radius: 1rem;}
#print_content .card-header {
  border-top-right-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}
.accordion-collapse.collapse .accordion-body {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important;
}

.nav.nav-bold i {
    font-size: 1rem;
}