@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Spinner Start */

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.spinner-dark .lds-spinner div:after {
  background: #5c5c5c;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Small variant */
.spinner-sm .lds-spinner div {
  transform-origin: 10px 10px;
}
.spinner-sm .lds-spinner div:after {
  top: 0.75px;
  left: 9.25px;
  width: 1.5px;
  height: 4.5px;
}

/* Spinner ends */

/* === Helpers === */
.d-flex {
  display: flex !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.align-start {
  align-items: start !important;
}
.align-center {
  align-items: center !important;
}
.float-none {
  float: none !important;
}
.d-flex-inline {
  display: inline-flex;
}
.pl-1 {
  padding-left: 1.2rem;
}
.pr-2 {
  padding-right: 2rem;
}
.pt-2 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ml-1 {
  margin-left: 5px;
}
/* === Auth Module === */
.forgot-password {
  height: auto;
  line-height: 51px;
  margin-left: auto;
}

.form-control,
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-container.select2-container-disabled .select2-choice,
.select2-container,
.select2 {
  background: rgba(255, 255, 255, 1) !important;
  border: 1px solid #ebebeb;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02) !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px 5px;
  font-size: 11px;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  opacity: 0.4 !important;
}

.modal-content-video-call {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-top: 50%;
}

.modal-content-video-call button {
  padding: 9px 13px;
}

.video-call-container {
  padding: 13px !important;
  top: -13px !important;
}

#lclVideo {
  bottom: 29px;
  right: 6px;
  box-shadow: 2px 3px 11px rgba(255, 255, 255, 0.6);
  border: 1px solid #000;
}

.video-element-container::before {
  background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
}

.video-call-container {
  position: absolute;
  top: 39px;
  overflow: auto;
  z-index: 9999999;
}

.controls-container b {
  position: absolute;
  top: 14px;
  z-index: 99999998;
  padding: 5px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.call-answer {
  background: #33c05f;
}

.call-declain {
  background: #de4354;
}

.controls-container .minimize i {
  position: absolute;
  right: 5px;
  top: 19px;
  z-index: 99999999999;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.26);
  padding: 10px;
}

.controls-container .maximize i {
  position: absolute;
  right: 45px;
  top: 20px;
  z-index: 99999999999;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.26);
  padding: 10px;
}

.modal-content-video-call i {
  font-size: 30px;
  position: relative;
  left: 1px;
}

.call-maximize-icon {
  background: url(../img/maxi.png) no-repeat center;
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  bottom: 23px;
  left: 6px;
}

.call-minimize-icon {
  background: url(../img/mini.png) no-repeat center;
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  bottom: 23px;
  left: 6px;
}

.mute-icon {
  background: url(../img/mute.png) no-repeat center;
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  bottom: 23px;
  left: 6px;
}

.switch-call {
  background: url(../img/Layer_1.png) no-repeat center;
  width: 32px;
  height: 32px;
  display: inline;
}

.shadow-div {
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  bottom: 23px;
  left: 46px;
}

.closing-button {
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  top: 23px;
  right: -29px;
  padding: 2px 8px;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.cam-button {
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  bottom: 23px;
  left: 134px;
  padding: 5px 9px;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.muted-button {
  background: url(../img/mute.png) no-repeat center;
  width: 32px;
  height: 32px;
  display: inline;
}

.shadow-div-end {
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  background: #e04f5f;
  border-radius: 50px;
  bottom: 23px;
  left: 90px;
}

.shadow-div-mute {
  width: 32px;
  height: 32px;
  display: inline;
  position: absolute;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  bottom: 23px;
  left: 178px;
}

.end-call {
  background: url(../img/end.png) no-repeat center;
  width: 32px;
  height: 32px;
  display: inline;
}

.face-slider-text {
  position: relative;
  left: -18px;
  text-align: center;
}

.face-slider-table {
  /*margin-left: 7px;*/
  line-height: 1.2 !important;
  font-size: 10px !important;
}

.face-slider-table td {
  padding: 6px 3px 2px 3px !important;
}

.face-slider-table td p,
.face-slider-table tr td p,
.face-slider-table tr td {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.slider-table-first-tab {
  width: 63px;
}

@media (min-width: 992px) {
  .slider-container-div table {
    width: 100% !important;
  }
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/*new alerts*/

.alerts-section {
  min-height: 1190px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: 1px solid #eaeaea;
  background: #fbfbfb;
  padding-top: 15px;
  padding-top: 15px;
  transition: width 2s linear 1s;
}

.single-alert {
  height: 55px;
  width: 174px;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  border-left-width: 7px;
}

.vertical-div {
  height: 1122px;
  overflow-y: scroll;
  transition: width 1s;
}

.vertical-div .popover-inner {
  max-height: 203px;
  overflow-y: auto;
}

.alert-title p {
  margin-bottom: 1px;
}

.alert-title {
  padding-left: 13px !important;
}

.alert-message {
  padding-left: 15px;
}

.alert-repeater .heading {
  padding-left: 5px;
  border-left: 7px solid;
  margin-left: -1px;
}

.alert-repeater .heading.Panic-alert {
  padding-left: 5px;
  border-left: 7px solid;
  margin-left: -1px;
  border-left-color: #000 !important;
}

.alert-repeater .heading.High-alert {
  padding-left: 5px;
  border-left: 7px solid;
  margin-left: -1px;
  border-left-color: #de4354;
}

.alert-repeater .heading.Medium-alert {
  padding-left: 5px;
  border-left: 7px solid;
  margin-left: -1px;
  border-left-color: #ffa500 !important;
}

.alert-repeater .heading.Normal-alert {
  padding-left: 5px;
  border-left: 7px solid;
  margin-left: -1px;
  border-left-color: #cbcbcb;
}

.alert-repeater .heading.Low-alert {
  padding-left: 5px;
  border-left: 7px solid;
  margin-left: -1px;
  border-left-color: #ffe418;
}

.alert-vertical-scrollable-div {
  height: 1122px;
  overflow-y: scroll;
}

.alert-message a {
  margin-right: 20px;
  color: #626262 !important;
}

.single-alert h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.Panic-alert {
  border-left-color: #000 !important;
}

.High-alert {
  border-left-color: #de4354;
}

.Medium-alert {
  border-left-color: #ffa500 !important;
}

.Normal-alert {
  border-left-color: #8bd846 !important;
}

.Low-alert {
  border-left-color: #ffe418;
}

.alert-container {
  border-left: 1px solid;
  height: 100%;
}

/*New alerts*/

/*Vital Ranges */

.panic-row {
  background: #000;
  color: #fff;
}

.table-ranges-static {
  margin-top: 22px;
}

.panic-row:hover {
  color: #000;
}

.high-row {
  background: #ff98b0;
  color: #fff;
}

.high-row:hover {
  color: #000;
}

.medium-row {
  background: #ffa500;
  color: #fff;
}

.medium-row:hover {
  color: #000;
}

.low-row {
  background: #ffe418;
  color: #fff;
}

.low-row:hover {
  color: #000;
}

/*.vitals-table-edit tbody tr td {
    width:25%;
}
*/

/*.popover{
    top:7px; !important;
}*/

.vitals-table-edit tbody tr td input {
  /*display: flex;
    align-items: stretch;*/
  height: 25px;
  width: 50%;
}

.vitals-table-edit tbody tr td select {
  height: 20px;
  padding: 0;
}

.vitals-table-edit tbody tr td {
  padding: 7px 10px;
}

/*Vital ranges */

/* pain score starts */

.pain-group {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: auto auto;
}

.pain-group .item {
  display: flex;
  grid-row: 1;
  justify-content: center;
  position: relative;
  padding: 6px 0;
}

.pain-group .item .radio {
  padding-right: 0 !important;
}

.pain-group .item:nth-child(n + 12) {
  grid-row: 2;
  padding: 12px 0;
}

.pain-group .item:nth-child(12) .arrow-up.left {
  left: 50%;
  transform: translateX(-50%);
}

.pain-group .item:nth-child(n + 13) {
  margin: 0px 40px;
}

.pain-group .item .item-label span {
  position: relative;
  padding: 0 4px;
  background-color: white;
  z-index: 1;
}

.pain-group .item .arrow-up {
  position: absolute;
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.pain-group .item .arrow-up::before {
  content: "";
  height: 18px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 2px;
  position: absolute;
  left: -1px;
  top: 5px;
}

.pain-group .item .arrow-up.left {
  left: -5px;
}
.pain-group .item .arrow-up.right {
  right: -5px;
}

.pain-group .item {
  position: relative;
}
.pain-group .item:nth-child(n + 13) .item-label::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  left: 50%;
  width: 100%;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.pain-group .item:nth-child(12) {
  grid-column: 1;
}

.pain-group .item:nth-child(13) {
  grid-column: 2 / 5;
}
.pain-group .item:nth-child(14) {
  grid-column: 5 / 8;
}
.pain-group .item:nth-child(15) {
  grid-column: 8 / 12;
}

.face-slider .radio {
  z-index: 2;
}

.pain-score-label {
  margin-bottom: 12px;
}

/* pain score ends */

.set-shadow {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px hsl(0, 0%, 37%);
}

.line-force p,
.last-paragraph p {
  position: relative;
  top: 25px;
  right: 20px;
}

.last-paragraph {
  padding: 8px 0px;
}

.last-paragraph-inputs {
  padding-top: 4px !important;
}

.last-paragraph p {
  right: 25px;
}

.faces-img img {
  position: relative;
  bottom: -13px;
  left: -2%;
  width: 102%;
}

.face-slider-table thead td p {
  font-size: 10px;
  -moz-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.slider-container-div {
  padding-right: 0 !important;
}

.canvas-container canvas {
  margin: auto !important;
}

.hidden-menu #main {
  margin-left: 0px !important;
}

.label-success2 {
  background-color: #476747;
  color: #dbdbdb;
}

.label-danger2 {
  background-color: #ff98b0;
  color: #262626;
}

.select2-container .select2-choice {
  border: 0 !important;
}

.charts-title {
  background: #f7464a;
  color: #fff;
  padding: 9px;
  margin-top: 0;
}

.bg {
  background: #1b1e24 !important;
}

.icon-white {
  color: #fff !important;
}

.icon-red {
  color: #d84646 !important;
}

.icon-blue {
  color: #97bbcd !important;
}

.icon-yellow {
  color: #ffe418 !important;
}

.icon-green {
  color: #8bd846 !important;
}

.green {
  color: green !important;
}

.text-grey {
  color: #595959 !important;
}

.connected-panels {
  margin-top: -20px;
}

.report-form a {
  padding: 5px 12px;
}

#documentPdf_utilization .report-form em,
#documentPdf_utilization .list-group-item em {
  color: #000;
}

.report-img-container {
  padding: 1% 0;
}

.charts_table {
  height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.readings_table {
  height: 200px !important;
  overflow-y: scroll !important;
}

.overflow {
  overflow: auto !important;
}

#guide {
  padding: 10px;
  border: 1px solid #eaeaea;
}

#encounter-edit-width {
  width: 1070px;
}

.greyed-out {
  opacity: 0.5;
  pointer-events: none;
}

.trudoc-pharmacy-recommendation-banner {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 12px;
}

.trudoc-pharmacy-recommendation-banner span {
  margin-left: 4px;
}

#guide h6 {
  margin: 0 0 6px 0;
}

#guide span {
  display: inline-block;
  width: 15px;
  height: 20px;
  border: 1px solid #eaeaea;
  margin-right: 3px;
}

#guide i {
  position: relative;
  top: 3px;
  color: #616161;
}

#guide p {
  margin: 0 0 0 3px !important;
}

.list-sub-cat p {
}

.sub-cat-top {
  border-top: none;
  padding-left: 30px !important;
}

.sub-cat-mid {
  border-top: none;
  border-bottom: none;
  padding-left: 30px !important;
}

.sub-cat-bottom {
  border-bottom: none;
  padding-left: 30px !important;
}

.sub-cat-bottom p,
.sub-cat-mid p,
.sub-cat-top p {
  border-left: 1px solid #eaeaea;
  text-indent: 5px;
}

.sub-cat-top-table span {
  padding-left: 30px !important;
}

.blue-legend {
  background-color: #97bbcd !important;
}

.legend-container {
  color: #717171;
  margin-right: 25px;
}

/*Manual Chart legend section*/

.legend-tabs-upper {
  width: 40px;
  height: 10px;
  margin-right: 5px;
  margin-top: 5px;
}

.legend-text {
  display: inline-block;
}

.lightGrey-legend {
  background-color: #dcdcdc;
}

.red-legend {
  background-color: #f7464a;
}

.legend-aqua {
  background-color: #46bfbd;
}

.green-legend {
  background-color: #46bfbd;
}

.yellow-legend {
  background-color: #fdb45c;
}

.darkGrey-legend {
  background-color: #4d5360;
}

/*Manual Chart legend section*/

.filter-btn {
  position: absolute;
  height: 70px;
  top: -36px;
  left: 26px;
}

.filter-btn:focus {
  position: absolute;
  height: 70px;
  top: -36px;
  left: 26px;
}

.filter-btn:active {
  position: absolute;
  height: 70px;
  top: -36px;
  left: 26px;
}

.white-bg {
  background: #fff !important;
}
.white {
  color: #fff !important;
}

table .no-margin {
  margin: 0 !important;
}

.dark_alter {
  /*background-color:#1b1e24 !important;*/
}

.danger2 {
  background: #d84646;
  color: #fff;
}

.danger2:hover {
  background: #d00000 !important;
  color: #fff !important;
}

/*.highlight{
    background : #f8f8f8 !important;
    color : #000000 !important;
}
.highlight:hover{
    background : #c5c5c5 !important;
    color : #000000 !important;
}*/

.success2 {
  background: #8bd846;
  color: #fff;
}

.success2:hover {
  background: #5cc300 !important;
  color: #fff !important;
}

.primary2 {
  background: #3276b1;
  color: #fff;
}

.primary2:hover {
  background: #2d6595 !important;
  color: #fff !important;
}

.lenny {
  opacity: 0.7;
}

.form-panel-neu {
  padding-bottom: 15px;
}

.lenny:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  border-left: 0;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-left: 11px solid #000;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  color: #1982c2 !important;
  background-color: rgba(233, 245, 252, 1) !important;
  border-color: #d5e5ee !important;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02) !important;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: rgba(244, 244, 244, 0.43);
}

.select2-choice {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
  font-family: "Roboto Condensed", sans-serif !important;
}

label {
  font-family: "Open Sans", sans-serif !important;
  color: rgb(98, 98, 98);
  white-space: nowrap;
}

label .info-text {
  color: rgb(98, 98, 98, 0.7);
  font-size: 10px;
}

.fieldset_Lightgrey {
  background-color: #f9f9f9 !important;
  padding: 12px 0 !important;
}

.program_custome_table {
  border: 1px solid #eaeaea;
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* padding:5px;*/
}

.grey_border {
  border: 1px solid #eaeaea;
}

/*Menu shrinking*/

#header > :first-child,
aside {
  width: 175px;
}

aside {
  background-color: #1b1e24 !important;
}

#main {
  margin-left: 175px;
}

nav ul li a {
  font-size: 13px;
}

nav ul ul li > a {
  font-size: 11px;
}

.program_custome_table p {
  margin: 0 !important;
}

.form-fix {
  overflow: auto;
  padding-bottom: 13px;
}

.program_custome_table .key_block {
  background-color: #7f969f;
  color: #fff;
  padding: 6px 0;
  outline: 1px solid #fff;
  font-size: 10px;
  white-space: nowrap;
  min-height: 30px;
}

.program_custome_table .val_block {
  background-color: #ececec;
  color: #000;
  padding: 6px 10px;
  outline: 1px solid #fff;
  min-height: 30px;
}

.txt_ar_container {
  padding: 0 20px;
}

.custome_panel {
  border-radius: 0 !important;
  border-color: #7aa6cc !important;
}

.custome_panel .panel-heading {
  background-color: #7aa6cc !important;
  border-color: #7aa6cc !important;
  padding: 7px !important;
  color: #fff;
}

.custom-form .radio,
.custom-form .checkbox {
  display: table-cell !important;
  padding-right: 10px !important;
}

.custom-form .row {
  padding: 2px 0px !important;
}

.select2-hidden-accessible {
  display: none !important;
}

.disabled-link,
.disabled-link:hover {
  color: #aaa !important;
}

.uib-daypicker button.active {
  background: #82a9bb !important;
}

.modal-backdrop {
  opacity: 0.7;
}

.form-group {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 1px !important;
}

.server-side-dt {
  padding-top: 0px !important;
}

.server-side-dt .dataTables_wrapper .row {
  margin-top: 6px !important;
}
.dataTables_wrapper {
  overflow: auto;
}

.server-side-dt .pagination-xs {
  margin-top: 0px !important;
}

.modal-dialog .modal-huge {
  width: 80%;
  margin-left: -40%;
}

.modal-1000 {
  width: 1000px;
}

.modal-ultra {
  width: 1210px;
}
.modal-950 {
  width: 950px;
}
@media (min-width: 768px) {
  .modal-huge {
    width: 800px;
    margin: 30px auto;
  }
}

.clinicalnote-section {
  padding-left: 10px;
  padding-right: 10px;
}

.clinical-note-form {
  position: relative;
}

.clinical-note-block-overlay {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 28px;
}

.table-title-border {
  position: relative;
  margin: 16px 0;
}
.table-title-border.table-hidden::before {
  border-radius: 0;
  height: 0;
  border-width: 1px;
}

.table-title-border span {
  margin-right: 8px;
}

.table-title-border::before {
  content: "";
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 9px;
  right: 0;
  border-radius: 8px;
}

.hover-txt-highlight:hover {
  color: #4141ff;
  transition: color 0.2s;
}

.medication-refill-section {
  margin-top: 16px;
}

.table-title-border .title {
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}

#erxSubmitModal .modal-header::after,
#erxSubmitModal .modal-header::before {
  content: none;
}

#erxSubmitModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#insuranceUpdateModal .modal-dialog {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

#insuranceUpdateModal .modal-header::after,
#insuranceUpdateModal .modal-header::before {
  content: none;
}

#insuranceUpdateModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#followUpModal .modal-dialog {
  width: 50%;
  max-width: 100%;
}

#followUpModal .modal-header::after,
#followUpModal .modal-header::before {
  content: none;
}

#followUpModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#followUpModal .modal-body fieldset {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

#followUpModal .modal-body .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#followUpModal .modal-body .form-label {
  margin-right: 0;
  white-space: nowrap;
}

#followUpModal .modal-body .form-group .d-flex {
  display: flex;
  gap: 12px;
  align-items: center;
}

#followUpModal .modal-body .col-lg-9 {
  flex-grow: 1;
  display: block;
  gap: 0;
  align-items: unset;
}


.clinicalnote-section table .inactive-row {
  background-color: #f5f5f5;
}
.clinicalnote-section table .priority-availability-row-p1 {
  background-color: #eaf5fd !important;
}
.clinicalnote-section table .priority-availability-row-p2 {
  background-color: #ffc1072b !important;
}

#map-container {
  width: 40%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 10000;
  margin-left: 20px;
  margin-right: 40px;
}

#map {
  height: 400px;
  width: 100%;
  left: 10px;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  padding: 12px 11px 0 13px;
  text-overflow: ellipsis;
  width: 80%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 111121;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-card {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  font-family: Roboto;
  margin: 10px 0;
  padding: 10px;
  z-index: 111112;
  position: relative;
}

.pac-container {
  z-index: 999999 !important;
  position: "fixed";
}

.addressforms {
  margin-bottom: 30px;
}

.space-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.medications_legend-erx-no {
  min-width: 120px;
  padding-right: 18px;
}

.medications_legend-erx-no span {
  color: #989898;
}
.medications_legend-erx-no span.hasNumber {
  color: green;
}

.erx-info-wrapper {
  align-items: flex-end;
  flex-direction: column;
}

.erx-info-wrapper .info-change-creds {
  font-size: 10px;
  margin: 0;
  padding-top: 8px;
  color: #989898;
}

.erx-confirm-modal-action {
  margin-top: 24px;
}

.editable {
  font-style: italic;
  border-bottom: 1px dashed #000;
  display: inline-block;
}

/* fixing bugs and */

/** Custome Styles and fixes oriented **/

.dt-toolbar-fix1 {
}

.dt-toolbar-fix1 span.input-group-addon {
  margin-bottom: 9px !important;
  height: 14px !important;
  box-sizing: content-box;
  padding: 8px;
}

th.sorting {
  white-space: nowrap !important;
}

.form-horizontal .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-Pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body {
  background: -moz-linear-gradient(top, #ffffff 0%, #cedae2 100%) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cedae2 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #cedae2 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cedae2', GradientType=0);
  /* for IE */
}

.pad_fix {
  padding: 20px 5px;
}

.prog_elips {
  background: #00628a;
  color: #fff;
  padding: 0px 29px;
  line-height: 1.2;
  margin-bottom: 3px;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bar_Prog_control a {
  border-radius: 30px;
  margin-right: 5px;
}

.leftban {
  padding: 13px;
}

.centerban {
  padding: 10px;
}

.rightban {
  padding: 11px;
}

.mrg_dn_5 {
  margin-bottom: 5px;
}

.mrg_dn_15 {
  margin-bottom: 15px;
}

.mrg_tp_20 {
  margin-top: 20px;
}

.readings_table tbody tr td {
}

.live-readings-reading label {
  font-size: 12px !important;
}

.table.readings_table > tbody > tr > td,
.table.readings_table > tbody > tr > th,
.table.readings_table > tfoot > tr > td,
.table.readings_table > tfoot > tr > th,
.table.readings_table > thead > tr > td,
.table.readings_table > thead > tr > th {
  padding: 1px 2px !important;
  white-space: nowrap !important;
  line-height: 2;
}

.table.readings_table > tbody > tr > td {
  font-size: 11px;
}

.image_upload_container {
  border: 4px solid #eaeaea;
  min-height: 200px;
}

.image_upload_container img {
  max-width: 100%;
}

.center_out {
  margin: auto;
  float: none;
}

article {
  padding-bottom: 20px;
}

/*#main,body{
  background:#f0f0f0;
}*/

.widget_btn_group label {
  padding: 6px 3px;
}

.table.readings_table > tbody > tr {
  cursor: pointer !important;
}

.form fieldset {
  background: #fff !important;
}

.readings_table .paging_simple_numbers {
  margin: 10px 10px 0 0 !important;
}

.graph_container {
  margin-bottom: 20px;
}

.graph_btn_wdgt_position {
  position: relative;
  right: -1.4%;
}

.btn-header > :first-child > a {
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  font-size: 17px;
  margin: 5px 0 0;
  -moz-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.btn-header > :first-child > a:hover {
  background: #2e8cde;
  color: #fff;
  border-color: #2e8cde;
}

.graph_cont {
  margin-top: 6px;
  border: 1px solid #eaeaea;
  padding-top: 15px;
  margin-left: -1px;
  min-height: 297px;
  border-bottom: 0px;
  border-right: 0px;
}

.input-group.date .input-group-addon:last-child {
  border-left: 1px solid #ccc;
}

/*menu related stuff*/

#ribbon {
  padding: 4px 13px;
  min-height: 48px;
  background: #2a2f3a;
}

#left-panel {
  padding-top: 0 !important;
}

.navigation_logo {
  border-bottom: 1px solid #1a1817;
  height: 48px;
  overflow: hidden;
  padding-left: 3px !important;
  background: #fff;
}

.navigation_logo img {
  max-width: 150px;
  max-height: 115%;
  display: block;
  margin: 10px auto auto 10px;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.navigation_logo img:hover {
  opacity: 1;
}

.trBg {
  border: 1px solid red;
}

.custome_modal {
  margin: 0 0 10px;
  background: #3276b1;
  padding: 8px;
  color: #fff;
}

.readings_table .dataTables_paginate {
  padding: 15px !important;
}

/*medication popup start*/

.bg-black {
  background: #000 !important;
  color: #fff;
}

.bg-yellow {
  background: #ffff00 !important;
  color: #000;
}

.bg-orange {
  background: #ffa500 !important;
}

.bg-orange {
  background: #ffa500 !important;
}

.LEVEL_4 {
  background: #cf113c !important;
}

.LEVEL_3 {
  background: #ff4326 !important;
}

.LEVEL_2 {
  background: #f97d00 !important;
}

.LEVEL_1 {
  background: #ffdc2c !important;
}

.INFO {
  background: #0a2f88 !important;
  color: #ffffff;
}

.UNKNOWN {
  background: #808080 !important;
}

.uib-close {
  display: none;
}

.lengand-pending {
  background-color: #14356b;
}

.label-pending {
  color: #14356b;
}

.legend-tabs li {
  float: right;
  list-style: none;
  margin-right: 15px;
}

.block {
  line-height: 1.2;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border: 1px solid #a6a6a6;
  color: #fff;
}

.blue-squer {
  background: #023cd0;
}

.yellow-squer {
  background: #f8e71c;
}

.dyellow-squer {
  background: #f8e71c;
}

.orange-squer {
  background: #f5a623;
}

.dorange-squer {
  background: #df5a0b;
}

.red-squer {
  background: #d0021b;
}

.white-squer {
  background: #f2e2e2;
}

.blue-border {
  border-left: 11px solid #023cd0;
}

.yellow-border {
  border-left: 11px solid #f8e71c;
}

.dyellow-border {
  border-left: 11px solid #f8e71c;
}

.orange-border {
  border-left: 11px solid #f5a623;
}

.dorange-border {
  border-left: 11px solid #df5a0b;
}

.red-border {
  border-left: 11px solid #d0021b;
}

.white-border {
  border-left: 11px solid #f2e2e2;
}

.nav-tabs2.nav-justified2 > li > a {
  border: 1px solid #ddd !important;
  border-radius: 4px 4px 0 0 !important;
  margin: 2px !important;
  border-radius: 0 !important;
  padding: 3px;
  white-space: nowrap;
}

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #a4a4a4;
    color:#fff;
}*/

.text-boundries {
  border: 1px solid #eaeaea;
}

.popover {
  /*
    left: -482px !important;
    */
  max-width: 586px !important;
  /*top:-117px !important;*/
}

/*.popover{
    margin-top:110px;
}*/

/*.popover.left>.arrow {
    top: 5%;
}*/

.popover-content {
  padding-left: 0px !important;
}

.popover-title {
  display: none !important;
}

.border-tabs-right {
  border-right: 1px solid #cbcbcb;
  min-height: 600px;
}

.border-tabs-left {
  border-right: 1px solid #cbcbcb;
}

.border-tabs-bottom {
  border-bottom: 1px solid #cbcbcb;
}

.upper-container-tabs {
  min-height: 70px;
}

.tabs-container {
  padding: 20px 0;
}

.expanded-text-tabs {
  padding: 7px 7px 0 7px;
  margin-left: 5px;
  margin-bottom: 15px;
}

.expanded-text-tabs p {
  border: 1px solid #eaeaea;
  padding: 15px;
}

.btn-custome-tabs {
  background: #c9ccd2;
  border: 1px solid #b0b2b5;
  border-radius: 0;
  margin-right: 15px;
}

.btn-custome-tabs-dark {
  background: #898b90;
  border: 1px solid #898b90;
  border-radius: 0;
  margin-right: 15px;
  color: #fff;
}

.scrollable-content {
  height: auto;
}

.scrollable-content .section-scroll {
  min-height: 80px;
  margin-bottom: 20px;
}

.strong-title {
  padding: 5px 15px;
}

.section-tab-title {
  margin-bottom: 5px;
  padding: 5px;
}

.outline {
  border: 1px solid #eaeaea;
}

.tabs-upper {
  padding-top: 15px;
}

.btn-fix {
  height: 20px;
  line-height: 0;
  position: relative;
  top: 2px;
}

/*medication popup end*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.custom-check .check-inline {
  display: inline-block !important;
}

.custom-check .check-inline i {
  margin-top: 6px;
}

.SmallBox {
  min-width: 600px;
}

#quickInterventionModal {
  z-index: 9999 !important;
}

.multiselect-parent.btn-group.dropdown-multiselect,
button.dropdown-toggle.ng-binding.btn.btn-default {
  width: 100%;
}

#divSmallBoxes .SmallBox {
  display: inline-block !important;
}

#dialog .ui-dialog-title {
  position: absolute;
  z-index: 999;
  margin-left: 25px;
  font-size: 14px;
}

.topArrow {
  right: -22px !important;
  margin-top: -11px !important;
  border-right-width: 0 !important;
  border-left-color: #999 !important;
  border-left-color: rgba(0, 0, 0, 0.25) !important;
  border-width: 11px !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-color: transparent !important;
  border-style: solid !important;
}

.popover.left > .topArrow:after {
  content: " " !important;
  right: 1px !important;
  border-right-width: 0 !important;
  border-left-color: #fff !important;
  bottom: -10px !important;
}

.popover > .topArrow:after {
  border-width: 10px !important;
  content: "" !important;
}

.popover > .topArrow,
.popover > .topArrow:after {
  position: absolute !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-color: transparent !important;
  border-style: solid !important;
}

/*================ clinicalnotes style ======================*/

@media (min-width: 992px) {
  .face-slider-table {
    border: 1px solid #ddd !important;
  }
}

.sugar-condition {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

/* Helpers */
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  margin-bottom: 0 !important;
}
.pr-0 {
  margin-right: 0 !important;
}
.pl-0 {
  margin-left: 0 !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.white-space-pre-line {
  white-space: pre-line !important;
}
.margin-left-10 {
  margin-left: 10px;
}
.no-margin.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/*=====================incomming call stype===========================*/

#incomingCallModal .modal-content-video-call,
#incomingCallModalDoctor .modal-content-video-call {
  margin-top: 0px;
}

#incomingCallModal .modal-content-video-call i.fa-window-maximize,
#incomingCallModal .modal-content-video-call i.fa-window-minimize,
#incomingCallModalDoctor .modal-content-video-call i.fa-window-maximize,
#incomingCallModalDoctor .modal-content-video-call i.fa-window-minimize {
  font-size: 16px;
  cursor: pointer;
}

/*==============edited by ahmed ragab demoraphic page [add phone number]===========*/

form fieldset .form-group div.add-button-margin-left {
  margin-left: 81.5%;
}

.alert-minifyme {
  border-bottom: 1px solid #302f2f;
  background: #454545;
  color: #a8a8a8;
  text-align: center;
  padding: 0;
  width: 36px;
  height: 28px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  font-size: 19px;
  transition: all 0.1s linear 0s;
}

.no-margin {
  margin: 0 !important;
}

.dataTable-number .popover {
  min-width: 200px;
}

.padding-bordered {
  border: 1px solid #ccc;
  padding: 10px !important;
  margin-bottom: 20px !important;
}

.max-width-150 {
  max-width: 150px;
}

.dataTable-number .popover.right {
  margin-left: 13%;
}

.dataTable-number .popover-inner {
  padding: 5px;
}

.border-bottom-phoneNumber {
  border-bottom: 1px solid #ddd !important;
}

.phones-cell span {
  display: inline-block;
  float: left;
}

.one-number-row {
  clear: both;
}

.smart-form footer {
  height: 100px;
}

#phones-cell {
  padding: 0;
}

#phones-cell div:last-child span {
  border-bottom: none;
}

#phones-cell .action-cell {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 31.5%;
}

#phones-cell .action-number {
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 10px;
  width: 68%;
}

#phones-cell .action-number:last-of-type {
  border-bottom: none;
}

.word-wrap {
  word-wrap: break-word;
}

/*=============== avaya source popup ========================*/

.avaya-source-popup,
.assign-encounter-pop {
  width: 250px;
  height: auto;
  position: fixed;
  z-index: 9999999;
  bottom: 50px;
  right: 70px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #ccc;
  padding: 5px;
  background: #81a4cb;
  color: black;
}

.assign-encounter-pop {
  top: 50%;
  left: 45%;
  height: 100px;
  background-color: #eee;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.page-footer {
  height: 30px !important;
}

.no-border {
  border: none !important;
}

.border {
  border: 1px solid #aaa !important;
}

.border-l {
  border-left: 1px solid #aaa !important;
}

.border-r {
  border-right: 1px solid #aaa !important;
}

.border-b {
  border-bottom: 1px solid #aaa !important;
}

.border-t {
  border-top: 1px solid #aaa !important;
}

.p-sm {
  padding: 5px;
}

.p-md {
  padding: 10px;
}

.p-lg {
  padding: 20px;
}

.p-xl {
  padding: 30px;
}

.p-xxl {
  padding: 50px;
}

.m-sm {
  margin: 5px;
}

.m-md {
  margin: 10px;
}

.m-lg {
  margin: 20px;
}

.m-xl {
  margin: 30px;
}

.m-xxl {
  margin: 50px;
}
.w-100 {
  width: 100% !important;
}

.dividor {
  display: inline-block;
  /* width: 100% !important; */
  height: 200px;
  margin-top: 80px;
  border: 1px solid #aaa;
  width: 1px;
  margin-left: 50%;
}

.dividor span {
  padding: 10px;
  background: #fff;
  position: absolute;
  left: 45px;
  top: 55%;
}

[uib-typeahead-popup].dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.stamp-image {
  width: 564px;
  height: 394px;
}

.caregiver-table {
  margin-top: 70px;
}

.th-width-25 th {
  width: 25%;
}

body.modal-open {
  overflow: auto;
}

/*================start oauth style =============*/
.client {
  border-left: 5px solid #aaa;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.text-wrap-class {
  word-wrap: break-word;
}
/*================= start insurence profile style ================*/

.padding-10 {
  padding: 10px !important;
}

.text-bold {
  font-weight: bold;
}

@media only screen and(max-width: 696px) {
  body {
    font-size: 11px !important;
  }
}

.overflow-hidden-class {
  overflow: hidden;
}

/*================= end insurence profile style ================*/

#bordered-bottom-dash {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px !important;
}

.text-align {
  text-align: justify;
  background: #f3efef;
  padding: 1px;
  margin-right: 3px;
}

/* ======================screening sprint ================================ */

.padding-0 {
  padding: 0 !important;
}
.border-0 {
  border: 0px !important;
}
.test_code_table tr:first-child td {
  border-top: 0 !important;
  line-height: 2 !important;
  height: 100px !important;
}
.table > thead:first-child > tr:first-child > th {
  vertical-align: top !important;
}
.screen_header .jarviswidget-ctrls {
  display: none !important;
}

.text-area-97 {
  width: 97%;
  margin-left: 3%;
}

.table-fixed-width {
  table-layout: fixed;
  width: 100%;
  display: table;
}
.nestedTable th,
.nestedTable td {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
}
/* ======================== start reminder style====================== */
.width-13 {
  width: 13% !important;
}
.height-auto footer {
  height: auto !important;
}
.padding-left-40 {
  padding-left: 40px;
}

.margin-top-40 {
  margin-top: 40%;
}
.margin-top-70 {
  margin-top: 70%;
}
.time_class {
  position: relative;
  padding-left: 3.5%;
}
.time_class .uib-time input {
  width: 40px !important;
  padding: 0 !important;
}
.time_class .badge {
  position: absolute;
  right: -19%;
  top: 38%;
  cursor: pointer;
  background-color: #a90329;
  z-index: 999999;
}
.time_section .time_class:nth-of-type(1) .badge {
  display: none;
}
.full-width {
  width: 100% !important;
}
.fullscreen {
  background-color: #fff;
  overflow: auto;
  /* padding: 20px; */
}
.alert-time {
  padding: 0px;
}
.td_nested_table {
  border-bottom: 1px solid #ddd !important;
  padding: 8px;
}
.full-width:last-of-type .td_nested_table {
  border-bottom: none !important;
}
.uib-datepicker-popup.dropdown-menu,
.select2-drop-active {
  z-index: 99999999999;
}

/* ======================== end reminder style====================== */
#btn {
  display: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #303438;
}
.nav-pills > li > a {
  color: #333;
}
.text-area-resize {
  resize: vertical;
  min-height: 150px;
}
.margin-right-13 {
  margin-right: 13px;
}
#viewPatientDataModal .modal-footer {
  border-top: none;
}
.elpise {
  white-space: nowrap;
  width: 129px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu > li > a[disabled="disabled"]:focus,
.dropdown-menu > li > a[disabled="disabled"]:hover {
  color: #333;
  background-color: #fff;
  cursor: not-allowed;
}

.dropdown-menu > li > a[disabled="disabled"]:focus,
.dropdown-menu > li > a[disabled="disabled"]:hover {
  color: #333;
  background-color: #fff;
  cursor: not-allowed;
}
/* ================= style for skype loader  ===============*/
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

#extr-page #header #logo img,
#logo img {
  width: 200px !important;
}

.smart-form .radio-block {
  display: inline-block;
}

nav ul ul ul li a {
  padding: 8px 10px 8px 44px;
}
nav ul ul ul ul li a {
  padding-left: 60px;
}

@media (min-width: 992px) {
  .description_width_label {
    width: 11.333333%;
  }
  .description_width_text {
    width: 88.333333%;
  }
}

/* ================= style for aduit trails  ===============*/
.aduitItem:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.aduitItem:last-of-type {
  margin-bottom: 0;
}

/* ================= style for sendbird chat ===============*/
@media (min-width: 768px) {
  #chatInvitationModal .modal-sm,
  #chatFileTypeModal .modal-sm,
  #uploadImageModal .modal-sm,
  #leaveChatModal .modal-sm {
    width: 360px;
  }
  #chatDetailsModal .modal-sm {
    width: 900px;
  }
  #previewImageModal .modal-sm {
    width: 70%;
    /* height: 400px; */
  }
}
#previewImageModal .modal-sm .modal-content {
  /* height: 100%; */
  /* height: 80%;
  width: 78%; */
  margin: auto;
}
#previewImageModal .modal-body {
  height: 100%;
}
#chatInvitationModal .modal-body {
  padding: 24px;
}
#chatInvitationModal .media {
  margin-bottom: 25px;
}
#chatInvitationModal .chat-invitation-header {
  margin-bottom: 26px;
}
#chatInvitationModal .chat-request-p {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
#chatInvitationModal .chat-invitation-icon {
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
#chatInvitationModal .caller-image {
  border-radius: 50%;
  height: 34px;
  margin-right: 10px;
  width: 34px;
}
#chatInvitationModal .caller-name,
#chatInvitationModal .caller-phone {
  font-size: 14px;
}
#chatInvitationModal .caller-name {
  color: #333;
  margin-bottom: 3px;
}
#chatInvitationModal .caller-phone {
  color: #979797;
}
#chatInvitationModal .invitation-actions button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
#chatInvitationModal .invitation-actions .col-lg-6:nth-of-type(1) {
  padding-left: 24px;
  padding-right: 7px;
}
#chatInvitationModal .invitation-actions .col-lg-6:nth-of-type(2) {
  padding-right: 24px;
  padding-left: 7px;
}
#chatInvitationModal .invitation-actions .btn-primary {
  background-color: #006aa6;
}
#chatInvitationModal .invitation-actions .btn-danger {
  background-color: #d0021b;
}
#chat-content .chat-file-input,
#uploadImageModal .chat-file-input {
  display: none;
}
.chat {
  position: relative;
}
.chat-container {
  background: #444753;
  bottom: 0;
  border-radius: 5px;
  height: 400px;
  padding: 0;
  position: fixed;
  right: 20px;
  width: 360px;
  z-index: 10;
}
.chat {
  width: 100%;
  float: left;
  height: 100%;
  background: #f2f5f8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.16);
  color: #434651;
}
.chat .chat-header {
  align-items: center;
  background-color: #627089;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  display: flex;
  padding: 12px 15px 12px 12px;
}
.chat .chat-header img {
  border: solid 1.5px #ffffff;
  border-radius: 50%;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}
.chat .chat-header .caller-name {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.chat .chat-header .chat-controls {
  align-items: center;
  display: flex;
  line-height: 0;
  margin-left: auto;
}
.chat .chat-header .chat-about {
  align-items: center;
  float: left;
}
.chat .chat-header .chat-with {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-right: 10px;
}
.chat .chat-header .unread-counter {
  background-color: #006aa6;
  border-radius: 50%;
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.chat .chat-header .chat-num-messages {
  color: #92959e;
}
.chat .chat-header .action-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
.chat .chat-header .leave-action {
  background-color: #d0021b;
  border-radius: 4px;
  height: 32px;
  padding: 9px;
  width: 32px;
}
.chat .chat-header .minimize-action {
  margin-right: 16px;
}
.chat .chat-history {
  background-color: #fff;
  border: 0;
  height: calc(100% - 112px);
  position: relative;
}
.chat .chat-history ul {
  height: 100%;
  list-style: none;
  overflow-y: auto;
  padding: 10px;
}
.chat .chat-history .chat-ended-bot > div > p {
  background-color: rgba(109, 114, 120, 0.1);
  border-radius: 17.5px;
  margin-top: 21px;
  color: #4a4a4a;
  font-size: 11px;
  padding: 9px 28px 8px 31px;
}
.chat .chat-history .chat-ended-bot > div > p > span {
  text-transform: capitalize;
}
.chat .chat-history .message-container {
  display: flex;
  flex-direction: column;
  float: none;
  margin-bottom: 13px;
}
.chat .chat-history .message-line {
  align-items: flex-end;
  width: 100%;
}
.chat .chat-history .message-line .caller-image {
  border-radius: 50%;
  height: 24px;
  margin-bottom: 8px;
  margin-right: 6px;
  width: 24px;
}
.chat .chat-history .message-data {
  line-height: 0;
}
.chat .chat-history .message-data.add-padding {
  padding-left: 30px;
}
.chat .chat-history .message-data img:first-of-type {
  margin-right: -6px;
}
.chat .chat-history .message-data .read {
  display: inline-block;
  margin-right: -3px;
}
.chat .chat-history .message-data .not-sent {
  color: #e02020;
  display: inline-block;
  font-size: 9px;
  line-height: normal;
}
.chat .chat-history .message-data-time {
  color: #929292;
  font-size: 7.7px;
  line-height: normal;
  padding-left: 0px;
}
.chat .chat-history .message .caption-message,
.chat .chat-history .message {
  color: white;
  padding: 9px;
  line-height: normal;
  font-size: 12.3px;
  border-radius: 6px;
  margin-bottom: 8px;
  max-width: 90%;
  /*min-width: fit-content;*/
  position: relative;
  word-break: break-all;
  width: auto;
}
.chat .chat-history .message span {
  min-width: auto;
  white-space: pre-line;
}
.chat .chat-history .message .file-message {
  text-decoration: underline;
}
.chat .chat-history .message .file-message p {
  text-decoration: none;
}
.chat .chat-history .message .file-message i {
  margin-right: 6px;
}
.chat .chat-history .message .caption-message {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 100%;
  max-width: 100%;
}
.chat .chat-history .my-message .file-message,
.chat .chat-history .my-message .caption-message,
.chat .chat-history .my-message {
  background: #f3f3f6;
  color: #4a4a4a;
}
.chat .chat-history .other-message,
.chat .chat-history .other-message .caption-message {
  background: #006aa6;
}
.chat .chat-history .other-message .file-message {
  color: #fff;
}
.chat .chat-history .message.image-message,
.chat .chat-history .message.image-message img {
  background: transparent !important;
  border-top-left-radius: 6.8px;
  border-top-right-radius: 6.8px;
}
.chat .chat-history .message.image-message img {
  width: 100%;
}
.chat .chat-history .message.image-message {
  border: 0.9px solid #d9d9d9;
  cursor: pointer;
  padding: 0;
  width: 126px;
}
.chat .chat-history ul::-webkit-scrollbar {
  width: 10px;
}
.chat .chat-history ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.chat .chat-history ul::-webkit-scrollbar-thumb {
  background: #888;
}
.chat .chat-history ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.chat .chat-history .chat-error {
  padding: 11px 0 9px;
  position: absolute;
  top: 0;
  width: 100%;
}
.chat .chat-history .chat-error p {
  color: #fff;
  font-size: 12.4px;
  line-height: normal;
}
.chat .chat-history .chat-error.no-internet {
  background-color: #e94558;
}
.chat .chat-history .chat-error.something-wrong {
  background-color: #f5a623;
}
.chat .chat-typing {
  background-color: #fff;
  bottom: 56px;
  color: #9b9b9b;
  padding-left: 12px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
}
.chat .chat-typing img {
  margin-right: 5px;
}
.chat .chat-message,
#uploadImageModal .chat-message {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #d1d0d0;
  display: flex;
  padding: 8px 16px;
}
#uploadImageModal .chat-message textarea,
#uploadImageModal .chat-message textarea:focus,
.chat .chat-message textarea,
.chat .chat-message textarea:focus {
  background-color: #f2f2f2 !important;
  color: #4a4a4a !important;
}
#uploadImageModal .chat-message textarea::-webkit-input-placeholder,
#uploadImageModal .chat-message textarea::-ms-input-placeholder,
#uploadImageModal .chat-message textarea::placeholder,
.chat .chat-message textarea::-webkit-input-placeholder,
.chat .chat-message textarea:-ms-input-placeholder,
.chat .chat-message textarea::placeholder {
  /* Edge */
  color: #4a4a4a;
  font: 14px;
}

#uploadImageModal .chat-message textarea,
.chat .chat-message textarea {
  width: 262px;
  border: solid 1px #c6c6c6;
  border-radius: 25px;
  padding: 9px 16px;
  font-size: 14px;
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  resize: none;
}
#uploadImageModal .chat-message button,
.chat .chat-message button {
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
  padding: 0;
}
#uploadImageModal .chat-message .attach-file,
.chat .chat-message .attach-file {
  margin-right: 8px;
}
#uploadImageModal .chat-message .send_btn,
.chat .chat-message .send_btn {
  margin-left: auto;
}
#uploadImageModal .chat-message img,
.chat .chat-message img {
  cursor: pointer;
}
#chatFileTypeModal .modal-header {
  border-bottom: 0;
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  padding: 34px 24px 14px 24px;
}
#chatFileTypeModal .modal-title {
  line-height: normal;
}
#chatFileTypeModal .file-type {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 34px;
}
#chatFileTypeModal .smart-form.file-type .radio {
  color: #4a4a4a;
  font-size: 14px;
  line-height: normal;
}
#chatFileTypeModal .smart-form.file-type .radio span {
  margin-left: 11px;
}
#chatFileTypeModal .smart-form.file-type .radio i {
  border-color: #010101;
  border-width: 2px;
  margin-top: -4px;
  opacity: 0.54;
}
#chatFileTypeModal .smart-form.file-type .radio input:checked + i {
  border-color: #006aa6;
  opacity: 1;
}
#chatFileTypeModal .done-btn {
  padding: 34px 24px 16px;
}
#chatFileTypeModal .done-btn .btn {
  background-color: #006aa6;
  font-size: 14px;
  width: 100%;
}
#chatFileTypeModal .done-btn .btn label {
  color: #fff;
  cursor: pointer;
  padding-bottom: 9px;
  padding-top: 9px;
  width: 100%;
}
#chatFileTypeModal .done-btn .btn label.disabled {
  pointer-events: none;
}

#uploadImageModal .modal-header {
  padding: 28px 8px 16px 24px;
}
#uploadImageModal .modal-title {
  font-family: Helvetica !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
#uploadImageModal .modal-content {
  border-radius: 6px;
}
#uploadImageModal .selectedImage {
  height: 182px;
  width: 358px;
}
#previewImageModal .selectedImage {
  height: 100%;
  width: 100%;
}
#previewImageModal .selectedImage img,
#uploadImageModal .selectedImage img {
  height: 100%;
  object-fit: fit;
  width: 100%;
}
#uploadImageModal .selectedImage > .d-flex {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#uploadImageModal .selectedImage > .d-flex i {
  font-size: 80px;
  margin-bottom: 5px;
}
#uploadImageModal .selectedImage > .d-flex p {
  font-size: 20px;
}
#uploadImageModal .fileType {
  padding: 10px 0 7px 24px;
}
#uploadImageModal .fileType label {
  color: #929292;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 3px;
}

#chatDetailsModal,
#chatDetailsModal .modal-dialog {
  overflow-y: hidden;
}
#chatDetailsModal .modal-content {
  height: 515px;
}
#chatDetailsModal .modal-content {
  border-radius: 0;
}
#chatDetailsModal .modal-header {
  border-bottom: solid 1px #d7e2e8;
}
#chatDetailsModal .modal-header .media-heading {
  color: #333333;
  font-family: "Helvetica" !important;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 4px;
  text-transform: capitalize;
}
#chatDetailsModal .modal-header .chat-details__info {
  color: #999999;
  text-transform: capitalize;
  font-family: "Helvetica" !important;
  font-size: 12px;
}
#chatDetailsModal .modal-body {
  padding: 0 0 34px 0;
}
#chatDetailsModal .modal-header .chat-details__patient-img {
  display: block;
  height: 40px;
  width: 40px;
}
#chatDetailsModal .modal-header .chat-details__patient-img img {
  height: 100%;
  width: 100%;
}
#chatDetailsModal .modal-body .chat-details__date {
  color: #9ba1ac;
  font-family: "Helvetica" !important;
  font-size: 13px;
  line-height: 1.46;
  padding-bottom: 16px;
  padding-top: 18px;
}
#chatDetailsModal .modal-body .chat-details__messages {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px 0 25px;
  height: 388px;
  overflow-y: scroll;
}
#chatDetailsModal .modal-body .chat-details__messages li {
}
#chatDetailsModal .modal-body .chat-details__message {
  margin-bottom: 12px;
}
#chatDetailsModal .modal-body .message-body .patient-photo {
  height: 32px;
  margin-right: 8px;
  width: 32px;
}
#chatDetailsModal .modal-body .message-body .message-text {
  border-radius: 8px;
  display: inline-block;
  padding: 8px 18px 8px 12px;
}
#chatDetailsModal .modal-body .chat-details__message .message-time {
  color: #929292;
  font-family: "Helvetica" !important;
  line-height: 1.58;
  margin-top: 3px;
}
#chatDetailsModal
  .modal-body
  .chat-details__message.other-message
  .message-time {
  margin-left: 40px;
  font-size: 12px;
}
#chatDetailsModal .modal-body .chat-details__message.my-message .message-time {
  font-size: 10.7px;
  line-height: normal;
  text-align: right;
}
#chatDetailsModal .modal-body .chat-details__message .message-time img {
  height: 12px;
  width: 12px;
}
#chatDetailsModal
  .modal-body
  .chat-details__message
  .message-time
  img:first-of-type {
  margin-right: -5px;
}
#chatDetailsModal .modal-body .chat-details__message.other-message {
  align-self: flex-start;
}
#chatDetailsModal .modal-body .chat-details__message.my-message {
  align-self: flex-end;
}
#chatDetailsModal
  .modal-body
  .chat-details__message.other-message
  .message-text {
  background-color: #f3f3f6;
  color: #333;
  font-family: "Helvetica" !important;
  font-size: 15px;
  line-height: 1.47;
}
#chatDetailsModal .modal-body .chat-details__message .file-message i {
  margin-right: 5px;
}
#chatDetailsModal
  .modal-body
  .chat-details__message.other-message
  .file-message
  i {
  color: #006aa6;
}
#chatDetailsModal .modal-body .chat-details__message.my-message .message-text {
  background-color: #006aa6;
  color: #fff;
  font-family: "Helvetica" !important;
  font-size: 15px;
  line-height: 1.53;
  margin-left: auto;
}
#chatDetailsModal .chat-details__message .file-message .image-message {
  width: 126px;
  height: auto;
}
#chatDetailsModal .chat-details__message .file-message .non-image-file p {
  margin-top: -6px;
}
#chatDetailsModal .chat-details__message .file-message .image-message p,
#chatDetailsModal .chat-details__message .file-message .non-image-file p {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 18px 8px 12px;
}
#chatDetailsModal .chat-details__message .file-message .non-image-file p {
  padding-top: 12px;
}
#chatDetailsModal
  .chat-details__message.other-message
  .file-message
  .non-image-file
  p {
  background-color: #d6d6df;
}
#chatDetailsModal
  .chat-details__message.other-message
  .file-message
  .image-message
  p {
  background-color: #f3f3f6;
}
#chatDetailsModal
  .chat-details__message.my-message
  .file-message
  .non-image-file
  p,
#chatDetailsModal
  .chat-details__message.my-message
  .file-message
  .image-message
  p {
  color: #fff;
}
#chatDetailsModal
  .chat-details__message.my-message
  .file-message
  .non-image-file
  p {
  background-color: #8daaba;
}
#chatDetailsModal
  .chat-details__message.my-message
  .file-message
  .image-message
  p {
  background-color: #006aa6;
}
#chatDetailsModal .chat-details__message .file-message img {
  border: 0.9px solid #d9d9d9;
  padding: 0;
  width: 100%;
  height: 100%;
}
#leaveChatModal .modal-header {
  border-bottom: 0;
  padding: 33px 24px 0 24px;
}
#leaveChatModal .modal-header .modal-title {
  color: #000;
  font-weight: bold;
}
#leaveChatModal .modal-body {
  padding: 20px 24px 17px 24px;
}
#leaveChatModal .modal-body p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 33px;
}
#leaveChatModal .invitation-actions .col-lg-6:first-of-type {
  padding-right: 7px;
}
#leaveChatModal .invitation-actions .col-lg-6:last-of-type {
  padding-left: 7px;
}
#leaveChatModal .invitation-actions button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.71;
}
#leaveChatModal .invitation-actions .btn-primary {
  background-color: #006aa6;
  border-color: #006aa6;
}
#leaveChatModal .invitation-actions .btn-danger {
  background-color: #d0021b;
  border-color: #d0021b;
}

.online,
.offline,
.me {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #86bb71;
}
.offline {
  color: #e38968;
}
.me {
  color: #94c2ed;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* ================= style for outdoor ===============*/
.booth {
  background-color: #efefef;
  min-height: 100vh;
}
.booth__bar {
  align-items: center;
  background-color: #00098d;
  height: 110px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 150px;
}
.booth__bar .logo,
.booth__bar .booth__qr-code {
  height: 60px;
  width: 60px;
}
.booth__bar .logo img,
.booth__details .card img,
.booth__bar .booth-logo img,
.booth__bar .booth__qr-code img {
  height: 100%;
  width: 100%;
}
.booth__bar .booth__name {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  text-transform: capitalize;
}

.booth .card {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.booth .booth__details {
  padding: 0 150px;
}

.booth__details .booth__details-address {
  padding: 15px 20px;
}
.booth__details .right {
  width: 70%;
  height: 20%;
}
.booth__details .booth__details-img {
  height: 20%;
  /* padding: 15px 0; */
  width: 100%;
}
.booth__details .right {
  margin-right: 27px;
}
.booth__details .booth__details-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.booth__details-address .name {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.booth__details-address .address {
  color: #646f86 !important;
  font-size: 15px;
}
.booth__details-address .address label,
.booth__details-address .address i {
  margin-right: 9px;
}

.booth__details .left {
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 15px;
  width: 30%;
}
.booth__details .left label {
  color: #4a4a4a;
  font-size: 22px;
}
.booth__details .left .current-slot {
  font-size: 33px;
  font-weight: bold;
  line-height: 52px;
}
.booth__details .left .current-slot-status {
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  padding: 14px;
  text-transform: uppercase;
  width: 100%;
}
.booth__details .left .current-slot-status.occupied {
  background-color: #de6372;
}
.booth__details .left .current-slot-status.available {
  background-color: #00adc6;
}

.available-slots {
  padding: 0 150px;
}
.available-slots .card {
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 16px;
}
.available-slots .card .slot {
  align-items: center;
  justify-content: center;
}

.location-select {
  margin-bottom: 20px;
}

.available-slots .slot,
.current-slot .slot {
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 1px rgba(52, 60, 61, 0.06);
  color: #343c3d;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-bottom: 15px;
  margin-right: 15px;
  width: calc(100% / 9);
}

@media only screen and (max-width: 1366px) {
  .booth__bar,
  .booth .booth__details,
  .available-slots {
    padding: 0 100px;
  }
  .booth__details .left label {
    font-size: 20px;
  }
  .booth__details .left .current-slot {
    font-size: 25px;
  }
}
/*****************************************************/
.btns_controllpatents {
  margin: 10px 0px 0px 0px;
}
.btns_controllpatents a {
  position: relative;
  display: inline-block;
}
.btns_controllpatents .megebtn {
  margin-right: 10px;
}
.btns_controllpatents .clearbtn {
  margin-right: 10px;
}
.mergepopuptable {
  position: relative;
  margin: 20px 0px;
}
.tagsCapitalized {
  text-transform: capitalize;
}
/* ================= style for radio and checkbox ===============*/
/* The container-radio */
.container-radio {
  display: inline-flex;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 13px;
  margin-right: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0d6aa5;
}

/* The container-checkbox */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}
/* .container-checkbox input[type=checkbox][disabled] + .checkmark{
      cursor: cell;
  } */
s-resize
  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #0d6aa5;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.allow {
  cursor: pointer;
}
.not-allow {
  cursor: not-allowed;
  color: #a4a4a4;
}
.programforms .form-group {
  margin-bottom: 10px !important;
}
.programforms textarea {
  overflow: auto;
  width: 100%;
  resize: vertical;
}
#login-form footer .btn {
  float: right !important;
}
.beatsugartitle {
  font-size: 13px;
}
#tips-widget-grid,
#categories-widget-grid,
#categories-list-grid {
  padding: 10px 14px;
  position: relative;
}

textarea {
  resize: vertical;
}

.clinicalnote-section label.control-label {
  white-space: pre-wrap;
}

.clinicalnote-section .no-new-medications {
  pointer-events: none;
  cursor: not-allowed;
}
.clinicalnote-section .no-new-medications .inputs {
  opacity: 0.5;
}
.clinicalnote-section .no-new-medications .text-danger {
  display: none;
}

.black-box {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.checkBox-disabled {
  opacity: 0.5;
}

.flex-row {
  flex-direction: row;
}
.f-justify-center {
  justify-content: center;
}
.f-justify-between {
  justify-content: space-between;
}
.f-justify-end {
  justify-content: flex-end;
}
.gap-12 {
  gap: 12px;
}

.modal-full-screen {
  width: 95%;
}

.modal-full-screen .modal-body {
  height: 80vh;
  overflow: scroll;
}
.green {
  color: green;
}

.orange {
  color: orange;
}

.red {
  color: red;
}

.close {
  opacity: 0.8;
}

.column-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.small-text {
  color: grey;
  font-size: smaller;
  text-align: center;
}

.arrow-icon {
  cursor: pointer;
  font-size: 20px;
  margin-left: 5px;
}

.add-condition-btn {
  border: 0.5px solid black;
  border-radius: 3px;
  background-color: white;
  padding: 5px;
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer; /* Add cursor pointer for better UX */
}

.pharmacy-section {
  display: flex;
  flex-direction: column;
}

.prescription-mode {
  display: flex;
  align-items: center;
}

.prescription-mode > div {
  gap: 3rem;
}

.prescription-mode > * {
  flex: 1;
  display: flex;
}

.prescription-mode > .label {
  flex: 0.2;
}

.prescription-mode > div > div {
  display: flex;
  gap: 2rem;
}

.radioSet input {
  margin: 0px;
}

.patient-ribbon {
  color: var(--Grey-50, rgba(114, 125, 136, 1));
  display: flex; 
  gap:5rem; 
  padding: 1rem;

  .heading{
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 27.32px;
  }
  .patient-details{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  .labels-container{
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .section1{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .section2{
    display: flex; 
    flex: 1; 
    flex-direction: column; 
    gap: 0.5rem;
    border-left: 1px solid black;
    padding-left: 3rem;
    justify-content: center;
  }
  .label{
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .allergy{
    font-size: 10px;
  }
  .label-success {
    color: rgba(46, 219, 37, 1);
    background-color: rgba(233, 251, 235, 1);
  }
  .label-danger {
    color: rgba(255, 54, 90, 1);
    background-color: rgba(255, 208, 207, 1);
  }
  .label-warning {
    color: rgba(219, 189, 37, 1);
    background-color: rgba(249, 244, 177, 1);
  }
}

/* Pill button styling */
.btn-pill {
  background-color: #e0e0e0;
  color: #333;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  cursor: pointer;
}

.orders-tag {
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  margin-right: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.updateDropdownContainer {
  display: flex;
}

.floating-recommendation-btn {
  position: fixed;
  bottom: 5rem;
  background-color: #3276b1;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1051;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.floating-recommendation-btn:hover {
  background-color: #0056b3;
}

.floating-accordion-widget {
  position: fixed;
  top: 12rem;
  left: auto;
  right: 0;
  width: 300px;
  max-height: 90vh;
  background: #fff;
  border-left: 1px solid #ccc;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  z-index: 1052;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  cursor: move;
  user-select: none;
}


.widget-body {
  margin-top: 10px;
}

.medication-search-wrapper {
  position: relative;
}

.medication-suggestions {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  z-index: 999;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding-left: 0;
  margin-top: 2px;
}

.medication-suggestions .list-group-item {
  position: relative;
  display: block;
  padding: 5px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  cursor: pointer;
  /* border: none; */
}

.medication-suggestions .list-group-item:hover {
  background-color: #f5f5f5;
}


.tag {
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

.tag.untagged {
  background-color: #EBEBEB;
  color: black;
}

.tag.preferred {
  background-color: #30866F;
  color: white;
}

.tag.alternative {
  background-color: #F3E7C9;
  color: black;
}

.iti__flag-container {
  display: inline-block !important;
}
.iti__flag {
  display: inline-block !important;
  width: 20px !important;
  height: 15px !important;
  background-size: contain !important;
}

.custom-dropdown-footer{
  display: flex;
  margin: auto;
  margin-top: 10px;
  border-radius: 5px;
  padding-bottom:7px;
}
.pastDocsTpl .stamp {
  max-width: 125px;
  max-height: 90px;
}

.modal {
  overflow-y: scroll;
}

/* Phone Number Dropdown Package styles STARTS */

.iti__flag {
  background-color: unset !important;
  background-size: unset !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/img/flags.png") !important;
  }
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: white !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}

.selectize-control .item {
  color: black;
  background-color: white;
  background-image: none;
}

.selectize-item {
  display: flex !important;
  align-items: center;
  margin-right: 30px;
  justify-content: space-between;
}

.selectize-input{
  padding: 4px 8px !important;
  min-height: 36px;
  display: flex !important;
}

.selectize-control.single .selectize-input {
  background-color: #ffffff !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
}

.selectize-dropdown {
  padding: 8px;
}

.selectize-dropdown [data-selectable] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px !important;
  border-radius: 2px;
}

.phone-number-label {
  padding:6px !important;
  border-radius: 4px !important;
  background-color: rgba(237, 239, 240, 1);
  color: black;
  font-size: 10px;
}

.selectize-item .phone-number-label {
  align-items: center;
  position: absolute !important;
  right: 36px;
}

.selectize-dropdown.single {
  padding-bottom: 24px !important;
}
.selectize-dropdown [data-selectable].active {
  background-color: #3276B1 !important;
  color: white !important;
}
.active .phone-number-label {
  background: rgba(25, 82, 132, 1) !important;
  color: white !important;
}
/* Phone Number Dropdown Package styles ENDS */

.fav-medication-name {
  padding-left: 0.3125rem;
}

.fill-medication-add-icon{
  font-size: 24px;
  color: #000;
}