/* html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
} */
body {
  background: #f4fbfd;
  font-size: 14px;
}
.pl-35 {
  padding-left: 35px;
}
.w100px {
  width: 100px;
}
.z-index1 {
  z-index: 1;
}
.onboarding-pat {
  background: #ffea53;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.primary-color {
  color: #00779d !important;
}
.primary-light {
  color: #00b5ee !important;
}
.primary-black {
  color: #1d1d1d !important;
}
.grayheading {
  color: #505050 !important;
}
.lightgray {
  color: #7b7b7b !important;
}
.newRed {
  color: #fa0000 !important;
}
.newGreen {
  color: #308f00 !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font18 {
  font-size: 18px !important;
}
.font20 {
  font-size: 20px !important;
}
.font24 {
  font-size: 24px !important;
}
.font30 {
  font-size: 30px !important;
}
.font35 {
  font-size: 35px !important;
}
.font38 {
  font-size: 38px !important;
}
.font50 {
  font-size: 50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.h-53px {
  height: 53px;
}
.img-size-64 {
  width: 64px;
  height: 64px;
}
.nowrap {
  white-space: nowrap;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.form-control:focus {
  box-shadow: none;
}
.radius4 {
  border-radius: 4px !important;
}
a {
  color: #00779d;
}
a:hover {
  text-decoration: none;
}

.popupCarousel-wrapper {
  border: 1px solid #00000029;
  min-height: 220px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
}
.popupCarousel h2 {
  font: 600 16px "Open Sans", sans-serif;
  color: #1d1d1d;
}
.popupCarousel ul {
  padding: 0 0 0 17px;
  margin: 0;
  list-style: none;
}
.popupCarousel li {
  font: normal 14px;
  color: #1d1d1d;
  margin: 5px 0;
  position: relative;
}
.popupCarousel ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #adadad;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 8px;
}
.popupCarousel-wrapper .popupCarousel .carousel-inner {
  height: 225px;
}
.popupCarousel .carousel-indicators {
  border-top: 1px solid #00000029;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 12px 60px;
  justify-content: start;
}
.popupCarousel .carousel-indicators li {
  width: 11px;
  height: 11px;
  border: 1px solid #707070;
  border-radius: 50%;
  margin: 0 5px !important;
  opacity: 1;
}
.popupCarousel .carousel-indicators li.active {
  background: #00779d;
  border: 1px solid #00779d;
}
.popupCarousel .carousel-control-next-icon,
.popupCarousel .carousel-control-prev-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 4px;
  background-position: center;
  background-size: 50%;
  color: #00779d;
  font-weight: 600;
}
.popupCarousel .carousel-control-next-icon:before {
  font-family: "fs-icons" !important;
  content: "\e90b";
  display: block;
  transform: rotate(180deg);
}
.popupCarousel .carousel-control-prev-icon:before {
  font-family: "fs-icons" !important;
  content: "\e90b";
  display: block;
}

.popupCarousel .carousel-control-next {
  right: 15px;
  left: calc(100% - 80%);
}

.popupCarousel .carousel-control-prev {
  left: 15px;
}
.popupCarousel .carousel-control-next,
.popupCarousel .carousel-control-prev {
  bottom: 9px;
  display: unset;
  top: unset;
  width: fit-content;
  z-index: 15;
  position: relative;
}

#welcomePopup .btn-link {
  font: 600 20px "Open Sans", sans-serif;
  color: #00779d;
  margin: 20px 0 0px 0;
}
#welcomePopup .btn-link:hover {
  background-color: #ffffff;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}

.custom-table table {
  margin-bottom: 0;
}
.custom-table table th {
  background-color: #f0f0f0;
  padding: 16px 11px;
  border-top: 1px solid #dee2e6;
  border-bottom: none;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.custom-table table td {
  vertical-align: inherit;
  /* padding: 20px; */
  white-space: nowrap;
}
.custom-table .bg-primary {
  background-color: #fffddf !important;
}
.customSearch {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  height: 40px;
  padding: 10px;
  width: 245px;
}
.custom-table table a {
  color: #00779d;
  text-decoration: none;
}
.custom-table table .dropleft a,
.custom-table table .dropdown-menu button {
  font-size: 14px;
}
.custom-table table .dropdown-menu button {
  padding: 5px 13px;
}
.custom-table table .dropleft .btn-outline-info {
  border-color: #17a2b8;
}
.custom-table .table-bordered th {
  border: none;
  /* padding: 15px 0.75rem; */
  /* font-size: 14px; */
}
.custom-table .table-bordered td {
  border-width: 1px 0px 1px 0px;
  vertical-align: middle;
  font-size: 14px;
  text-wrap: wrap;
}

/*Custom Radio Button*/

.custom-radio-wrapper {
  margin: 10px 0;
}
/* The container */
.custom-radio-wrapper .radio-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
}
.custom-radio-wrapper .radio-container .label-span {
  margin-left: 35px;
  display: block;
}
.custom-radio-wrapper .radio-container .label-span h6 {
  font-size: 16px;
  color: #343434;
  margin-bottom: 0;
}
.custom-radio-wrapper .radio-container .label-span p {
  font-size: 13px;
  color: #1d1d1d;
  line-height: 20px;
  margin-bottom: 5px;
}
.custom-radio-wrapper .radio-container .label-span a {
  font-size: 13px;
  color: #00779d;
}
.custom-radio-wrapper .radio-container .label-span a i {
  font-size: 20px;
  color: #5e5e5e;
  vertical-align: text-bottom;
}

/* Hide the browser's default radio button */
.custom-radio-wrapper .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #707070;
  box-sizing: content-box;
}

/* On mouse-over, add a grey background color */
.custom-radio-wrapper .radio-container:hover input ~ .checkmark {
  background-color: #f7f7f7;
}

/* When the radio button is checked, add a blue background */
.custom-radio-wrapper .radio-container input:checked ~ .checkmark {
  background-color: #f7f7f7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-wrapper .radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-wrapper .radio-container .checkmark:after {
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00b5ee url(/assets/img/check_icon.png) no-repeat center center;
}

/*Custom Radio Button*/

.close span {
  font-weight: 300;
  font-size: 30px;
}

.upcomingDoctorList .box-two {
  margin-top: 20px;
}
.upcomingDoctorList h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.upcomingDoctorList .count {
  width: 22px;
  height: 22px;
  background-color: #ffeb52;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
.upcomingDoctorList img {
  border-radius: 4px;
  margin-right: 15px;
  height: 70px;
}
.upcomingDoctorList h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.upcomingDoctorList p {
  font-size: 16px;
}
.appointment-details {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 6px 0;
}

.appointment-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.appointment-details li {
  font-size: 14px;
}
.appointment-details li i {
  font-size: 18px;
  vertical-align: sub;
  color: #737373;
}
.appointment-actions {
  text-align: right;
}
.appointment-actions a {
  margin: 0 5px 0 14px;
}
.appointment-actions a:first-child {
  color: #515151;
  font-weight: 500;
}
.appointment-actions a:last-child {
  color: #00779d;
  font-weight: 500;
  border-left: 1px solid #dddddd;
  padding-left: 20px;
}

.slider h3 {
  background: #ccc;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  border: 1px solid #00779d;
  height: 54px;
  width: 51px;
  color: rgb(255 255 255 / 0%);
}
.slick-slider .slick-prev {
  left: 0;
  border-radius: 4px 0px 0px 4px;
  background: url("../images/arrow-pre.svg") no-repeat center center !important;
}
.slick-slider .slick-next {
  right: 0;
  border-radius: 0px 4px 4px 0px;
  background: url("../images/arrow-next.svg") no-repeat center center !important;
}
.book-calendar .slick-slider {
  padding: 0 50px;
}
.book-calendar .slick-next:before,
.book-calendar .slick-prev:before {
  display: none;
}
.book-calendar .slick-slider .slick-list {
  padding: 16px 0px;
}
.book-calendar .nav-tabs {
  border-bottom: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.book-calendar .nav-tabs .nav-link {
  width: 100%;
  text-transform: uppercase;
}
.book-calendar .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ffea53;
  border-color: #ffffff #ffffff #cacaca #ffffff;
  box-shadow: 0px 2px 2px #00000078;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  top: -15px;
  height: 80px;
  transform: scale(1);
  transition: all 0.5s;
  font-size: 18px;
  line-height: 24px;
  width: 100px;
}
.book-calendar .nav-tabs .nav-link:focus,
.book-calendar .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.book-calendar .nav-tabs .nav-item {
  margin: 0;
  border: 1px solid #cacaca;
  border-radius: 0;
  padding: 0px 20px;
  height: 54px;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
}
.book-calendar .tab-pane ul {
  padding: 15px;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 20px;
  overflow: auto;
  max-height: 180px;
  width: calc(100% - 25px);
  border: 1px solid #cccccc;
  border-radius: 5px;
  min-height: 180px;
  background: url('../img/no-info.svg') no-repeat center center;
}
.book-calendar .tab-pane ul:has(li) {
  min-height: 0;
  content: "";
  background: unset;
}
.book-calendar .tab-pane ul::-webkit-scrollbar {
  width: 8px;
}
.book-calendar .tab-pane ul::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 10px;
}
.book-calendar .tab-pane ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.book-calendar .tab-pane ul li {
  border: 1px solid #adadad;
  border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.book-calendar .tab-pane ul li.active {
  background: #ffea53;
  border: 1px solid #ffea53;
}
.book-calendar h2 {
  font-size: 24px;
  font-weight: 300;
}

.book-calendar .selected-doctor {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  height: 105px;
  margin: 12px 0 30px 0;
  padding: 21px;
}

.book-calendar .selected-doctor h3 {
  font-size: 20px;
  color: #00779d;
  margin-bottom: 0;
}

.book-calendar .selected-doctor p {
  font-size: 16px;
  margin-bottom: 0;
}

.book-calendar .change-doc-btn {
  width: 177px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #505050;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1d;
}
.book-calendar .change-doc-btn:hover {
  text-decoration: none;
}

.book-calendar h3 {
  font-size: 18px;
  font-weight: 500;
}

.book-calendar h4 {
  font-size: 22px;
  font-weight: 400;
}

.select-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.select-dates h5 {
  font-size: 18px;
  margin: 0 10px 0 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 20px;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  background: #00b5ee;
  border-color: #00b5ee;
  box-shadow: none;
}
.btn-primary {
  background: #00b5ee;
  border-color: #00b5ee;
  border-radius: 5px;
  /* font-size: inherit; */
  height: 38px;
  color: #033c4d;
  font-weight: 600;
}
.btn-secondary {
  background: #ffffff;
  border: 1px solid #00779d;
  border-radius: 5px;
  color: #00779d;
  font-size: inherit;
  height: 40px;
  line-24height: 40px;
  font-weight: 600;
}
.btn-negative {
  background: #dcdcdc;
  border-color: #c4c4c4;
  color: #033c4d;
  height: 38px;
  font-size: 14px;
}
.form-control {
  border: 1px solid #c0bebe;
  border-radius: 4px;
  font-size: 14px;
}
/* .video-msg label {
  color: #777777;
} */
.video-msg h6 {
  color: #777777;
  font-size: 18px;
}
.videoBox {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 4px;
  display: flex;
}

.videoBox textarea {
  border: none;
  width: 100%;
  border-radius: 4px;
  resize: none;
  padding: 10px;
}
.vid-buttons {
  width: 312px;
  border-left: 1px solid #adadad;
}
.file-attach-wrapper:hover .attchment-options {
  top: 0;
  transition: all 0.5s;
}
.attchment-options {
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 24px;
  transition: all 0.5s;
}
.attchment-options span {
  font-size: 20px !important;
}
.attchment-options p {
  font-size: 14px !important;
}
.vid-buttons a {
  display: flex;
  padding: 10px 10px 10px 30px;
  height: 80px;
  justify-content: start;
  align-items: center;
  font-size: 16px;
  color: #00779d;
  gap: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.vid-buttons a p {
  font-size: 16px;
  color: #00779d;
}
.vid-buttons a span {
  font-size: 20px;
  margin-right: 8px;
  color: #00779d;
}
.vid-buttons a:hover {
  text-decoration: none;
}
.vid-buttons a:not(:last-child) {
  border-bottom: 1px solid #adadad;
}

#AppointmentConfirm span {
  color: #4ba423;
  font-size: 60px;
}
#AppointmentConfirm h1 {
  font-size: 24px;
  margin: 20px 0;
}
.green {
  color: #27a30e !important;
}
.gray {
  color: #a8a8a8 !important;
}
.custom-pagination {
  display: flex;
  justify-content: space-between;
  /* border-top: 1px solid #E7E7E7 !important; */
  padding: 15px;
  border-top: 0;
  align-items: center;
}
.custom-table .dataTables_info {
  display: inline-flex;
}
.custom-table .dataTables_paginate {
  display: inline-flex;
  float: right;
}
.custom-table .dataTables_paginate .page-link {
  border: none;
  padding: 10px 15px;
}
.custom-table .dataTables_paginate .page-item.active .page-link {
  color: #000;
  background-color: #ffea53;
  border-color: #ffea53;
}
.custom-pagination .page-link {
  border: none;
  color: #25282a;
}

.custom-pagination .page-item.active .page-link {
  color: #000;
  background-color: #ffea53;
  border-color: #ffea53;
}

#bookAppointment .custom-radio-wrapper .radio-container {
  top: 0px;
  width: 100%;
  margin-bottom: 0;
}
#bookAppointment .custom-radio-wrapper .radio-container .label-span p {
  margin-bottom: 0px;
}
#bookAppointment .custom-radio-wrapper .radio-container .label-span {
  margin-left: 0;
}
#bookAppointment .custom-radio-wrapper .checkmark {
  top: 9px;
  right: 0;
  left: unset;
}

#bookAppointment .custom-radio-wrapper .radio-container .label-span h6 em {
  font-size: 14px;
  font-weight: 300;
}

.doctors-Tabs .nav-tabs .nav-link.active {
  color: #00779d;
  background-color: #fff;
  border-color: transparent transparent #dee2e6 transparent;
}
.doctors-Tabs .nav-tabs li {
  position: relative;
  font-size: 16px;
}
.doctors-Tabs .nav-tabs li .nav-link {
  padding: 16px 24px;
  color: #535353;
}
.doctors-Tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.doctors-Tabs .nav-tabs li .nav-link span {
  margin-right: 7px;
  font-size: 23px;
  vertical-align: middle;
}
.doctors-Tabs .nav-tabs li .nav-link.active::after {
  content: "";
  height: 5px;
  background: #00b5ee;
  border-radius: 4px 4px 0 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
}

.actions {
  display: flex;
  gap: 25px;
}
.actions a {
  color: #00779d;
  font-size: 20px;
}
.actions a:last-child {
  color: #454545;
}
.actions a span {
  vertical-align: middle;
}
.actions a .dropdown-item {
  color: #00779d;
  font-size: 13px;
  padding: 2px 10px;
}
.actions .dropdown-menu::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  border: 1px solid #bababa;
  top: -8px;
  right: 20px;
  transform: rotate(45deg);
  z-index: 1;
}
.actions .dropdown-menu::after {
  content: "";
  width: 16px;
  height: 8px;
  background: #fff;
  display: block;
  position: absolute;
  top: -1px;
  right: 18px;
  z-index: 1;
}
.actions .dropdown-menu.show {
  display: block;
  transition: 0.3s;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  z-index: 2;
  right: -15px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #00779d;
}

.negative-action {
  color: #454545;
}
.doctors-Tabs td .icon-heart-rate {
  color: #24c00c;
  font-size: 20px;
  vertical-align: inherit;
}

.filterElements a {
  color: #1d1d1d;
  font-size: 16px;
  /* padding: 0 0px 0 30px; */
  text-decoration: none;
}
.filterElements a span {
  margin-right: 7px;
  vertical-align: middle;
}
.filterElements a.active {
  color: #00779d;
}
.filterElements .display-switch-wrapper {
  display: flex;
  gap: 20px;
  margin: 6px 0;
}
.filterElements .display-switch-wrapper .display-switch--active {
  background-color: transparent !important;
  border-bottom: 2px solid #00b5ee;
  color: #00b5ee;
}
.filterElements .btn {
  height: 38px;
}

.filterElements h5 {
  color: #505050;
  font-size: 18px;
}
.filterElements .dates-picker {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
.activeStatus,
.pendingStatus {
  width: 50px;
  height: 21px;
  background: #9affb8;
  border: 1px solid #74f19a;
  border-radius: 2px;
  letter-spacing: 0px;
  color: #053312;
  font-size: 12px;
  padding: 2px 5px;
}
.pendingStatus {
  background: #ffdd9a;
  border-color: #f1bb74;
}
.first {
  width: 18%;
}
.second {
  width: 25%;
}
.ellipsis {
  position: relative;
}

.ellipsis span {
  position: absolute;
  left: 10px;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.profileWrapper {
  background-color: #f8f8f8;
}
.profileHeader {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 4px 4px 0px 0px;
  padding: 15px;
}
.profileHeader .profilePic {
  position: relative;
}
.profileHeader .profilePic span {
  position: absolute;
  bottom: -13px;
  left: 50%;
  color: #00779d;
  font-size: 22px;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-50%);
}
.profileHeader .profilePic img {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.profileHeader .btn-outline-primary {
  color: #00779d;
  border-color: #00b5ee;
  font-size: 14px;
  border-radius: 4px;
  height: 40px;
  background-color: #ffffff;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.profileHeader .btn-outline-primary span {
  vertical-align: text-top;
  font-size: 18px;
}
.profileHeader .btn-outline-primary:not(:disabled):not(.disabled):active,
.profileHeader .primary:not(:disabled):not(.disabled):active:focus {
  background-color: #00779d;
  border-color: #00779d;
  box-shadow: none;
}
.ProfileCard {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  height: 125px;
  padding: 15px !important;
  display: flex;
  align-items: center;
}
.profileDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.profileDetails h2 {
  color: #707070;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.profileDetails p {
  color: #707070;
  font-size: 13px;
  margin: 0;
}

.ProfileCard span {
  font-size: 42px;
  color: #e2e2e2;
  margin: 0 25px 0 15px;
}
.ProfileCard h3 {
  margin: 0;
  font-size: 17px;
  color: #1d1d1d;
}
.ProfileCard p {
  margin: 0;
}
.col-lg-3.ProfileCard span {
  font-size: 42px;
  color: #e2e2e2;
  margin: 0 15px 0 15px;
}
.col-lg-3.ProfileCard h3 {
  margin: 0;
  font-size: 17px;
  color: #1d1d1d;
}
.col-lg-3.ProfileCard p {
  margin: 0;
}
.main-signup-wrapper .skinned-select {
  margin-bottom: 0;
}

#subscribeDetails .list-group-item:last-child {
  background-color: #ffea53;
}

.filterBtns .btn {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #c0bfbe;
  border-radius: 4px;
  height: 40px;
  color: #1d1d1d;
}

.icon-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  color: #aeaeae;
}

.calendar-wrapper {
  background: #fff;
  margin-top: 20px;
}
.calendar-wrapper table {
  clear: both;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  border-collapse: collapse;
  color: #444;
}
.calendar-wrapper td {
  height: 48px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  width: 14.28571429%;
}
.calendar-wrapper td.not-current {
  color: #c0c0c0;
}
.calendar-wrapper tr.days {
  background: #ebebeb;
}
.calendar-wrapper td.today {
  font-weight: 700;
  color: #28283b;
  font-size: 1.5em;
}
.calendar-wrapper thead td {
  border: none;
  color: #28283b;
  font-size: 18px;
  background: #e6e6e6;
}
.daysSelections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.daysSelections .dayBox {
  height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #00b5ee;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 1px 10px;
}
.dayBox .custom-control-input {
  right: 0;
  left: inherit;
}
.dayBox .custom-control {
  padding-left: 0;
}
.dayBox .custom-control-label {
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  vertical-align: sub;
}
.dayBox .custom-control-label::before {
  right: 0rem;
  left: inherit;
  border: 1px solid #707070;
  width: 19px;
  height: 19px;
  top: 0;
}
.dayBox .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.dayBox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00b5ee;
  background-color: #00b5ee;
  top: 0;
}
.dayBox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.dayBox .custom-control-label::after {
  right: 0rem;
  left: inherit;
  width: 19px;
  height: 19px;
  top: 0;
}
.timeSidebarOverlay,
.DetailSidebarOverlay,
.DocSidebarOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  display: none;
}
.timeSidebarOverlay.active,
.DetailSidebarOverlay.active,
.DocSidebarOverlay.active {
  display: block;
}
.timeList {
  height: calc(100vh - 305px);
  overflow: auto;
}
.timeList::-webkit-scrollbar {
  width: 8px;
}
.timeList::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.timeList::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.timeSidebar,
.DetailSidebar,
.DocSidebar {
  width: 380px;
  border: 1px solid;
  position: fixed;
  right: -390px;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #f5f5f5;
  height: 100vh;
  z-index: 3;
  padding: 10px 20px;
  display: block;
  transition: all 0.3s;
}
.timeSidebar.active,
.DetailSidebar.active,
.DocSidebar.active {
  right: 0px;
}
.DetailSidebar,
.DocSidebar {
  width: 500px;
}
.DetailSidebar,
.DocSidebar {
  right: -500px;
}

.DetailSidebar .nav-tabs li {
  font-size: 14px;
  margin-right: 25px;
}
.DetailSidebar .nav-tabs li .nav-link {
  padding: 6px 0px;
}
.DetailSidebar .tab-pane {
  overflow: auto;
  height: calc(100vh - 200px);
  margin-top: 15px;
  padding-right: 5px;
}
.DetailSidebar .tab-pane::-webkit-scrollbar {
  width: 8px;
}
.DetailSidebar .tab-pane::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.DetailSidebar .tab-pane::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.timeSidebar .doctors-Tabs .nav-tabs li {
  flex: 1;
}
.timeSidebar .doctors-Tabs .nav-tabs li .nav-link {
  width: 100%;
  padding: 10px 16px;
  font-weight: 600;
}

.timeList .list-group-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 13px;
}

.timeList .list-group-item span {
  padding: 0 5px;
  cursor: pointer;
}
.timeList .list-group-item span.active {
  background: #ffe815;
  border: 1px solid #ffe815;
  border-radius: 4px;
}

.chat-actionBtn .btn {
  background: #ffffff;
  border: 1px solid #00779d;
  border-radius: 3px;
  color: #00779d;
  margin-right: 10px;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #00779e;
  border-color: #00779d;
}

.chat-page h2 {
  color: #505050;
  font-size: 20px;
  margin: 20px 0 0 0;
}

.chat-page .list,
#videoCallPopup .list {
  height: 50px;
  border: 1px solid #c5c4c4;
  border-radius: 4px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 15px;
}
.customHeight {
  height: calc(100vh - 100px);
}
.chat-page .list span:last-child,
#videoCallPopup .list span:last-child {
  color: #21a107;
}

.green {
  color: #21a107;
}

.animSwitch input[type="checkbox"] {
  position: relative;
  width: 78px;
  height: 25px;
  /* -webkit-appearance: none; */
  background-color: #e7e7e7;
  outline: none;
  border-radius: 20px;
  transition: all 0.5s;
  cursor: pointer;
}

.animSwitch input:checked[type="checkbox"] {
  background: #e7e7e7;
}
.animSwitch input:checked[type="checkbox"]::before {
  content: "Yes";
}

.animSwitch input[type="checkbox"]::before {
  content: "No";
  position: absolute;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #00b5ee;
  transition: 0.5s;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
}
.animSwitch input:checked[type="checkbox"]::before {
  left: 28px;
}

.attachedFiles {
  margin-top: 20px;
}
.attachedFiles li {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px;
  margin-top: 5px;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.attachedFiles li span {
  font-size: 28px;
  vertical-align: text-top;
  color: #7c7c7c;
  margin-left: 5px;
}
.notesList ul {
  list-style: none;
}
.notesList li {
  background: #f9f9f9;
  border: 1px solid #c0bebe;
  border-radius: 4px;
  padding: 10px 30px 10px 15px;
  margin-top: 10px;
  position: relative;
}
.notesList li input[type="checkbox"],
.uploadFileSection li input[type="checkbox"] {
  width: 17px;
  height: 17px;
}
.notesList li p {
  line-height: 20px;
}

.notesList li span.icon-close,
.uploadFileSection li span.icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 3.5rem;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 3.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 0.075rem solid #ddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgb(0 0 0 / 5%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.file-custom:before {
  position: absolute;
  top: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Upload File";
  background: url(../images/download.svg) no-repeat 100px;
  height: 3.5rem;
  padding: 0.5rem 4rem 0.5rem 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00779d;
  border: 1px solid #c0bebe;
  border-radius: 0 0.25rem 0.25rem 0;
}

.uploadFileSection ul {
  list-style: none;
}
.uploadFileSection li {
  border: 1px solid #c0bebe;
  border-radius: 4px;
  position: relative;
  padding: 8px 10px;
  margin-bottom: 10px;
  width: 80%;
}
.uploadFileSection p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.uploadFileSection li i {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 7px;
  color: #7b7b7b;
}

.hotline-message {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto auto;
  margin-bottom: 0;
}
.videoIcon {
  width: 80px;
  border: 3px solid #419f17;
  height: 80px;
  border-radius: 50%;
  color: #419f17;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
}
td.primaryDoc button {
  color: #00779d;
  padding-left: 0;
  font-size: 14px;
}
td.primaryDoc .btn:hover {
  background: transparent;
  color: #00779d;
  text-decoration: none;
}
td.primaryDoc button .icon-check-circle {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 5px;
}
td.setPrimaryDoc button {
  color: #1d1d1d;
  padding-left: 0;
  font-size: 14px;
}
td.setPrimaryDoc .btn:hover {
  background: transparent;
  color: #00779d;
  text-decoration: none;
}
td.setPrimaryDoc button .icon-circle {
  vertical-align: sub;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
  display: inline-block;
  border-radius: 50%;
}
td.setPrimaryDoc .btn-link.focus,
td.setPrimaryDoc .btn-link:focus,
td.primaryDoc .btn-link.focus,
td.primaryDoc .btn-link:focus {
  text-decoration: none;
}

#carouselCalendar .currentDays {
  border-top: 1px solid #bbbbbb;
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  padding: 8px 0;
}
#carouselCalendar .currentWeek {
  border: 1px solid #bbbbbb;
  border-radius: 8px;
}
#carouselCalendar .currentWeek .tHead {
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
#carouselCalendar .currentWeek .tHead .th {
  width: 100%;
  border-right: 1px solid #ccc;
  padding: 8px 0;
  text-align: center;
}
#carouselCalendar .currentWeek .tHead .th .activeDay {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  padding: 5px 9px;
}
#carouselCalendar .currentWeek .tHead .th:last-child,
#carouselCalendar .currentWeek .tBody .td:last-child {
  border-right: 0px;
}
#carouselCalendar .currentWeek .tBody {
  display: flex;
  justify-content: space-around;
}

#carouselCalendar .currentWeek .tBody .td {
  width: 100%;
  border-right: 1px solid #ccc;
}
#carouselCalendar .currentDays span {
  font-weight: 500;
  padding: 8px 0;
}

#carouselCalendar .shiftBox {
  border-radius: 4px;
  font-size: 15px;
  margin: 6px 3px;
}

#carouselCalendar .shiftBox.morningShift {
  background: #ecfff2;
  border: 1px solid #d3ffe2;
}
#carouselCalendar .shiftBox.morningShift .shiftActions {
  border-top: 1px solid #d3ffe2;
}

#carouselCalendar .shiftBox.afternoonShift {
  background: #fef7ea;
  border: 1px solid #f9e8c9;
}
#carouselCalendar .shiftBox.afternoonShift .shiftActions {
  border-top: 1px solid #f9e8c9;
}

#carouselCalendar .shiftBox.evening01Shift {
  background: #e6effa;
  border: 1px solid #d6e9ff;
}
#carouselCalendar .shiftBox.evening01Shift .shiftActions {
  border-top: 1px solid #d6e9ff;
}

#carouselCalendar .shiftBox.evening02Shift {
  background: #ffffcb;
  border: 1px solid #e6e6ab;
}
#carouselCalendar .shiftBox.evening02Shift .shiftActions {
  border-top: 1px solid #e6e6ab;
}

#carouselCalendar .shiftBox.shortShift {
  background: #c4ffc4;
  border: 1px solid #a0eaa0;
}
#carouselCalendar .shiftBox.shortShift .shiftActions {
  border-top: 1px solid #a0eaa0;
}

#carouselCalendar .shiftBox p {
  margin: 0;
  padding: 6px 15px;
  color: #1d1d1d;
  font-size: 14px;
}

#carouselCalendar .shiftBox span {
  font-size: 12px;
  vertical-align: middle;
  color: #424242;
}

#carouselCalendar .shiftBox .shiftActions {
  display: flex;
  justify-content: space-around;
  padding: 6px 0;
}

#carouselCalendar .shiftBox .shiftActions button {
  border: none;
  background: transparent;
  font-size: 13px;
  color: #424242;
}

#carouselCalendar .carousel-control-next,
#carouselCalendar .carousel-control-prev {
  border: 1px solid;
  color: #000;
  font-size: 20px;
  width: 40px;
  top: -111px;
  bottom: unset;
  height: 40px;
}
#carouselCalendar .carousel-control-next:focus,
#carouselCalendar .carousel-control-next:hover,
#carouselCalendar .carousel-control-prev:focus,
#carouselCalendar .carousel-control-prev:hover {
  color: #000;
}
#carouselCalendar .carousel-control-prev {
  right: 39px;
  left: unset;
  border-radius: 5px 0 0 5px;
}
#carouselCalendar .carousel-control-next {
  border-radius: 0 5px 5px 0;
}
.custom-table table {
  display: inline-table;
}

/**** Side Navigation CSS ****/
#main-nav {
  width: 250px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #033c4d;
  transition: width 0.3s;
  border-left: 8px solid #00b5ee;
  z-index: 2;
}
.main-nav-closed #main-nav {
  width: 66px;
}
#main-nav .toggle-nav {
  height: 30px;
  display: flex;
  align-items: center;
}
.main-nav-closed .toggle-nav {
  overflow: hidden;
  width: 60px;
  display: inline-flex;
  align-items: center;
}
#main-nav .toggle-nav i {
  color: #ffffff;
  padding: 0 17px 0 7px;
  font-size: 20px;
}
#main-nav .toggle-nav span {
  font-size: 18px;
  color: #ffffff;
}
#main-nav .navigation {
  width: 100%;
}
#main-nav .navigation .nav {
  margin-bottom: 0;
}
#main-nav .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#main-nav .nav:before,
#main-nav .nav:after {
  content: " ";
  display: table;
}
#main-nav .navigation > .nav > li {
  position: relative;
  display: block;
  margin: 3px 0;
  width: 100%;
}
#main-nav .nav-stacked > li {
  float: none;
}
#main-nav .nav > li {
  position: relative;
  display: block;
}
#main-nav .navigation > .nav > li > a {
  height: 43px;
  display: block;
  line-height: 45px;
  padding: 0 10px;
  overflow: hidden;
  zoom: 1;
  overflow: visible !important;
}
#main-nav .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#main-nav .navigation > .nav > li > a [class^="icon-"],
#main-nav .navigation > .nav > li > a [class*=" icon-"] {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 40px;
  transition: all 100ms ease;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.main-nav-closed #main-nav .navigation > .nav > li i.angle-down,
.main-nav-closed #main-nav .navigation > .nav > li span {
  display: none;
}
#main-nav .navigation > .nav > li > a span {
  color: #ffffff;
  position: relative;
  top: -2px;
  transition: all 100ms ease;
  white-space: nowrap;
}
#main-nav .navigation > .nav > li > a:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 22px;
  right: -7px;
  margin-top: -6px;
  border-right: 6px solid #f5f6f6;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: right, linear 0.1s;
  opacity: 0;
}
#main-nav .navigation > .nav > li:nth-child(1) > a:after,
#main-nav .navigation > .nav > li:nth-child(2) > a:after {
  border-right-color: #fff;
}
#main-nav .navigation > .nav > li .nav > li > a [class^="icon-"],
#main-nav .navigation > .nav > li .nav > li > a [class*=" icon-"] {
  display: inline-block;
  text-align: center;
  width: 25px;
  font-size: 11px;
}
.main-nav-opened #main-nav .navigation > .nav > li i.angle-down,
.main-nav-opened #main-nav .navigation > .nav > li span {
  display: inline !important;
}
#main-nav .navigation > .nav > li .nav > li > a:hover,
#main-nav .navigation > .nav > li .nav > li > a:focus {
  background-color: #e9e9e9;
}
#main-nav .navigation > .nav > li:hover > a,
#main-nav .navigation > .nav > li:focus > a,
#main-nav .navigation > .nav > li.active > a {
  background-color: #00b5ee;
}
.main-nav-closed #main-nav .navigation > .nav > li:hover > a > span {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 250px;
  height: 43px;
  line-height: 40px;
  background-color: #00b5ee;
  display: block;
  z-index: 1000;
  border: 1px solid transparent;
  border-left: none;
}
#main-nav .navigation > .nav > li:hover > a [class^="icon-"],
#main-nav .navigation > .nav > li:hover > a [class*=" icon-"],
#main-nav .navigation > .nav > li:focus > a [class^="icon-"],
#main-nav .navigation > .nav > li:focus > a [class*=" icon-"],
#main-nav .navigation > .nav > li.active > a [class^="icon-"],
#main-nav .navigation > .nav > li.active > a [class*=" icon-"] {
  color: #000000 !important;
}
#main-nav .navigation > .nav > li:hover > a span,
#main-nav .navigation > .nav > li:focus > a span,
#main-nav .navigation > .nav > li.active > a span {
  color: #000000 !important;
  padding-left: 2px !important;
}
.main-nav-closed #main-nav .navigation > .nav > li:hover > a > .angle-down {
  position: absolute;
  left: 250px;
  top: 0;
  display: block;
  z-index: 1100;
}
#main-nav .navigation > .nav > li > a .icon-arrow-down {
  float: right;
  line-height: 40px;
  margin-right: 0;
  transition: all 100ms ease;
}
#main-nav .dropdown-collapse .icon-arrow-down {
  font-size: 13px !important;
}
.main-nav-closed #main-nav .navigation > .nav > li:hover > ul {
  display: block !important;
  position: absolute;
  z-index: 1000;
  height: auto;
  overflow: visible;
  top: 42px;
  left: 58px;
  width: 237px;
  background-color: #e1e1e1;
  border-bottom: 1px solid #373a3d;
}
#main-nav .navigation > .nav > li .nav > li > a {
  padding: 5px;
  border-top: 1px solid #c8c8c8;
}
#main-nav .navigation > .nav > li > .nav > li > a {
  padding-left: 10px;
}
.main-nav-closed #main-nav .navigation > .nav > li:hover > ul li a span {
  display: inline;
}
#main-nav .navigation > .nav > li > .nav {
  border-right: 1px solid transparent;
}
#main-nav .navigation > .nav > li .nav {
  background: #e1e1e1;
  border-bottom: 1px solid #373a3d;
  display: none;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a.active {
  text-decoration: none;
  background-color: #00b5ee;
  color: #000000;
}
#main-nav .nav > li > a.active i,
#main-nav .nav > li > a.active span {
  color: #000000 !important;
}
#main-nav .navigation > .nav > li:hover > a,
#main-nav .navigation > .nav > li:focus > a,
#main-nav .navigation > .nav > li.active > a {
  background-color: #00b5ee;
  color: #000000;
}
.main-nav-closed #main-nav .navigation > .nav > li > .nav {
  display: none !important;
}
/**** Side Navigation CSS ****/

.main-nav-closed #content {
  margin-left: 66px;
}
#content {
  margin-left: 251px;
  min-width: 276px;
  transition: all 0.3s;
  padding: 0 30px;
}
.header .toggle-nav {
  display: none;
}
/*** HCP Dashboard CSS ***/
.hcp-dashboard h2 {
  font-size: 24px;
  font-weight: 300;
}
.appointments-details .media h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.appointments-details .media p {
  font-size: 13px;
  margin-bottom: 4px;
}
.appointments-details .media span {
  font-size: 12px;
  color: #535353;
  font-weight: 600;
}
.appointments-details .media {
  border-bottom: 1px solid #e7e7e7;
}
.appointments-details .booking-details {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.appointments-details .booking-details p {
  color: #7b7b7b;
  margin: 0;
}
.appointments-details .booking-details p span {
  color: #7b7b7b;
}
.patient-msg {
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  padding: 1rem;
  border-radius: 0px 0px 4px 4px;
}
.patient-msg .action-links {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  justify-content: space-evenly;
}
.patient-msg .action-links a {
  padding: 4px 10px;
  color: #00779d;
  margin: 4px 0;
  text-decoration: none;
  flex: 1;
  text-align: center;
  font-weight: 600;
}
.patient-msg .action-links a:first-child {
  color: #515151;
}
.patient-msg .pat-msg {
  font-size: 16px;
  margin-bottom: 5px;
  color: #232323;
}
.in-progress-details {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  margin: 0 1rem;
  padding: 8px;
}
.in-prog-wrapper {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  border-top: 1px solid #e2e2e2;
}
.in-prog-wrapper .in-prog-status,
.in-prog-wrapper .in-prog-status span {
  color: #ffa000;
}
.in-prog-actions a {
  text-decoration: none;
}
.in-prog-actions a span {
  color: #00779d;
  font-size: 17px;
  vertical-align: middle;
}
.in-prog-actions {
  display: flex;
  gap: 10px;
}
/*** HCP Dashboard CSS ***/

.book-appointment-nav {
  color: white;
  position: fixed;
  bottom: 0;
  padding: 10px;
}
.book-appointment-nav p {
  font-size: 12px;
  margin-bottom: 0;
  color: #ffffff;
}
.book-appointment-nav a {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  height: 53px;
  display: inline-flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  vertical-align: bottom;
  margin-top: 5px;
  color: #1d1d1d;
}
.main-nav-closed .book-appointment-nav p,
.main-nav-closed .book-appointment-nav a span {
  display: none;
}
.main-nav-closed .ba-navbox {
  display: flex;
  flex-direction: column;
}
.main-nav-closed .book-appointment-nav a {
  padding: 6px;
  width: 40px;
  transition: all 0.5s;
}
.main-nav-closed .book-appointment-nav a:hover {
  border: 1px solid #e7e7e7;
  width: 110px;
  justify-content: flex-start;
}
.main-nav-closed .book-appointment-nav a:hover span {
  display: block;
  white-space: nowrap;
}
.main-nav-closed .book-appointment-nav a img {
  width: 25px;
}
h5.modal-title {
  font-size: 20px;
  letter-spacing: 0px;
}
.attched-doc-Tabs .nav-tabs li .nav-link {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
}
.attched-doc-Tabs .nav-tabs li .nav-link span {
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color: #535353;
}
.attched-doc-Tabs .nav-tabs li .nav-link.active span {
  color: #00779d;
}
.attched-doc-Tabs .nav-tabs li {
  margin: 0 25px 0 0;
}
.reply-input {
  width: 25px;
  display: inherit;
  height: 20px;
  margin-right: 10px;
  margin-left: 3px;
  color: #1d1d1d;
}

/*** Login CSS ***/
.login-bg {
  background: #01b6ef;
  background-image: url(/assets/img/login-bg-v2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.form-login {
  width: 354px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.form-login label.form__error {
  position: absolute;
  left: 0;
  top: 46px;
  font-size: 13px;
  color: red;
  margin-bottom: 0;
}

.form-login .logo {
  display: flex;
  padding: 25px 0 53px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #033c4d;
  border-radius: 10px 10px 0 0;
  /* margin-top: 30px; */
  height: 140px;
}
.form-login .logo::after {
  content: "";
  background: url(/assets/img/waves.PNG) no-repeat center;
  height: 52px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -7px;
}

.form_wrapper {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  position: relative;
}
.form_wrapper h1 {
  color: #1d1d1d;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: normal;
}
.form_wrapper .form-wrapper-heading {
  color: #515151;
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 24px;
}

.form_input-label {
  font: 600 13px/19px "Open Sans", sans-serif;
  color: #1d1d1d;
  margin-bottom: 5px;
  display: block;
}
.mail-icon {
  background: url(/assets/img/email-line.svg) no-repeat 15px center;
  padding-left: 40px;
}
.password-icon {
  background: url(/assets/img/lock-unlock.svg) no-repeat 15px center;
  padding-left: 40px;
}
.form_input-text {
  box-sizing: border-box;
  color: #515151;
  font: normal 14px/16px "Open Sans", sans-serif;
  height: 45px;
  outline: none;
  padding: 0 10px 0 40px;
  width: 100%;
  border: 1px solid #c0bfbe;
  border-radius: 5px;
  /* margin-bottom: 20px; */
}
.form_input-text::placeholder {
  color: #c2c2c2;
  font: normal 14px/16px "Open Sans", sans-serif;
}
.form_wrapper .link {
  color: #00779d;
  font: 500 14px/14px "Open Sans", sans-serif;
  letter-spacing: -0.14px;
  text-decoration: none;
  transition: color 300ms ease;
}
.form_wrapper .form-btn {
  background: #00b5ee;
  border: 0 none;
  box-shadow: none;
  color: #000;
  display: inline-block;
  font: normal normal 600 18px/24px "Open Sans", sans-serif;
  height: 58px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 300ms ease, color 300ms ease, border 300ms ease;
  border-radius: 10px;
}
.form_row .form-btn {
  margin: 22px 0 0 0;
  width: 100%;
}
.ShowPassword-wrapper {
  position: relative;
}
.form__input-text--password {
  font: normal 14px/16px "Open Sans", sans-serif;
}
.password-pass-field {
  background-image: url(/assets/img/eye-slash.svg);
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-text-field {
  background-image: url(/assets/img/eye-open.svg);
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.signup-link {
  font: normal 600 22px/33px "Open Sans", sans-serif;
  letter-spacing: 0px;
  color: #00779d;
  text-transform: uppercase;
  margin-top: 14px;
  margin-top: 14px;
  display: block;
  text-decoration: none;
}
.form_radio_fake,
.form_checkbox_fake {
  border: 2px solid #d7d7d7;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  width: 20px;
  z-index: 2;
  vertical-align: super;
}
.form_radio_input,
.form_checkbox_input {
  left: 1px;
  position: absolute;
  top: 4px;
  z-index: 1;
}
.form_radio,
.form_checkbox {
  display: inline-block;
  position: relative;
}
.form_radio_label,
.form_checkbox_label {
  color: #1d1d1d;
  display: inline-block;
  font: normal 16px/16px "Open Sans", sans-serif;
  letter-spacing: 0px;
  vertical-align: super;
}
.form_radio-add-top-margin {
  margin-top: 20px;
}

.popover {
  font-size: 13px;
}
.popover-x.right .arrow {
  left: -1.4rem;
}
.modal-xl {
  max-width: 1400px;
}
.medicine-form-btn {
  width: 111px;
  height: 35px;
  border: 1px solid #cdcdcd;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000000;
}
.diagnosis-wrapper .nav-tabs li .nav-link {
  font-size: 14px;
  padding: 16px 0;
}
.diagnosis-wrapper .nav-tabs li {
  margin: 0 0 0 27px;
}
.diagnosis-wrapper .nav-tabs .nav-link {
  margin-bottom: 0px;
}
.diagnosis-wrapper .btn.btn-outline-primary {
  height: 27px;
  border: 1px solid #00779d;
  border-radius: 2px;
  color: #00779d;
  font-size: 12px;
}
.diagnosis-wrapper .btn:hover {
  color: #ffffff;
  background-color: #00779d;
}
.custom-control-label::before,
.custom-control-label::after {
  width: 21px;
  height: 21px;
  border: 1px solid #707070;
  border-radius: 2px;
  top: 0;
}
.custom-radio .custom-control-label::after {
  border-radius: 50%;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #00779d;
  background-color: #00779d;
}
.custom-control-label::after {
  border-color: #00779d;
}
/** Custom Scrollbar One **/
.custom-scrollbar-one {
  height: calc(100vh - 265px);
  overflow: auto;
}
.custom-scrollbar-one::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollbar-one::-webkit-scrollbar-track {
  background: #ececec;
}
.custom-scrollbar-one::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 12px;
}
/** Custom Scrollbar One **/
.recording-time {
  height: 37px;
  background: #fa2222;
  border-radius: 100px;
  width: 135px;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 100px;
}
.progress-bar {
  background-color: #ff0000;
}
/*** Multi Select Dropdown ***/
.multi-selector {
  width: 100%;
}
.select-field {
  border: 1px solid #c0bfbe;
  border-radius: 5px;
}
.select-field,
.task,
.list {
  width: 100%;
  background-color: white;
  padding: 0.3rem;
}
.select-field input:focus-visible {
  outline: unset;
}
.select-field input {
  width: calc(100% - 25px);
  height: 32px;
  border: none;
  padding: 0 4px;
}
.list {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #c0bfbe;
  border-radius: 5px;
  width: 345px;
  position: absolute;
  display: none;
}
.down-arrow {
  font-size: 1.2rem;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s linear;
}
.task {
  display: block;
  padding-left: 0;
  width: 100%;
}
.task span {
  float: right;
  font-size: 0.6rem;
  padding-top: 6px;
}
.task:hover {
  background-color: aliceblue;
}
.show {
  display: flex;
}
.rotate180 {
  transform: rotate(-180deg);
}
.modal-content,
.overlay__alert {
  border-radius: 10px;
}
.overlay__alert p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.medical-history .form__row {
  /* border-bottom: 1px solid #E7E7E7; */
  margin-bottom: 25px;
}
.medical-history h4 {
  font-size: 16px;
}
/*** Multi Select Dropdown ***/
.patient-notes {
  min-height: 90px;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-top: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.patient-uploads {
  border: 1px solid #c0bebe;
  margin-bottom: 15px;
}
.patient-uploads ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.patient-uploads ul li {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 20px;
}
.patient-uploads ul li:not(:last-child) {
  border-bottom: 1px solid #bdbcbc;
}
.patient-uploads ul li:nth-child(even) {
  background: #f9f9f9;
}

.patient-uploads ul li h6 {
  font-size: 16px;
  color: #00779d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.patient-uploads ul li p {
  margin: 0;
}
.alert-text-doctor {
  height: 50px;
  background: #cbebfb;
  border: 1px solid #75ceee;
  border-radius: 4px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.alert-text-doctor .icon-info {
  color: #0b6f93;
  font-size: 20px;
}
.alert-doctor-chat-btn .icon-doctor {
  font-size: 18px;
  vertical-align: sub;
  margin-right: 5px;
}
.alert-doctor-chat-btn {
  background: #033c4d;
  width: 113px;
  height: 33px;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
}
.hospitalView .header {
  height: 70px;
  background: #033c4d url("../img/header-logo.svg") no-repeat 3rem center;
  box-shadow: 0px 3px 6px #00000029;
  color: #ffffff;
  border-radius: 0;
  border: none;
}
.hospitalView .header .profile-details .admin_name,
.hospitalView .header .profile-details i {
  color: #ffffff;
}
.hospitalView .hospital-sidebar {
  min-height: calc(100vh - 135px);
}
.learn-more-body ul {
  padding: 0px 25px;
  list-style: circle;
  margin: 0;
}
.learn-more-body ul li {
  margin: 0 0 12px 0;
}

/*** My Document Page CSS Start ***/

.showMoreBtn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 3rem 0 1.5rem 0;
}
.showMoreBtn {
  height: 32px;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  color: #00779d;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  z-index: 1;
}
.showMoreBtn-wrapper::after {
  content: "";
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  position: absolute;
}
.calendarbtn {
  width: 40px;
  height: 37px;
  background: #ffffff;
  border: 1px solid #00779d;
  border-radius: 4px;
  font-size: 18px;
  color: #00779d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailCustomFilter {
  width: 260px;
  height: 125px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  position: absolute;
  top: 38px;
  right: 14px;
  padding: 6px 0 6px 12px;
  display: none;
  z-index: 1;
}
.detailCustomFilter .input-group-text {
  padding: 0 5px;
  background: #fff;
}
.detailCustomFilter .form-control {
  height: 27px;
  padding: 0 4px;
  font-size: 12px;
}
.detailCustomFilter a {
  color: #000;
  display: block;
  margin: 3px 0;
}
.tooltip {
  font-size: 14px;
}
.tooltip-inner {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px 4px 0px 0px;
  text-align: left;
  color: #707070;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #707070 !important;
}
.fs-cusome-fileupload .form__row__add {
  position: absolute;
  right: 53px;
  background: #00b5ee;
  border-color: #00b5ee;
  border-radius: 5px;
  height: 45px;
  color: #033c4d;
  font-weight: 600;
  top: 0;
  display: flex;
  width: 45px;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.fs-cusome-fileupload .form__row__remove {
  position: absolute;
  right: 0;
  background: #00b5ee;
  border-color: #00b5ee;
  border-radius: 5px;
  height: 45px;
  color: #033c4d;
  font-weight: 600;
  top: 0;
  display: flex;
  width: 45px;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.fs-cusome-fileupload .file-upload-wrapper {
  height: 45px;
  border: 1px solid #c0bebe;
  border-radius: 4px;
  font-size: 14px;
  background: transparent;
  width: calc(100% - 108px) !important;
}
.fs-cusome-fileupload .file-upload-button {
  background: url(../../assets/img/paperclip.svg) no-repeat center center;
  width: 50px;
}
.fs-cusome-fileupload .file-upload-button:hover {
  background: url(../../assets/img/paperclip.svg) no-repeat center center;
}
.fs-cusome-fileupload .file-upload-input:hover,
.fs-cusome-fileupload .file-upload-input:focus {
  background: #ffffff;
}
.restoracewrapper img.markcompleted {
  margin-top: 50px;
  margin-bottom: 15px;
}
.restoracewrapper h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
}
.restoracewrapper .btn-primary {
  font-size: 20px;
  border-radius: 10px;
  padding: 4px 30px;
  line-height: 39px;
  height: 50px;
  font-weight: 400;
}
.hospitalView .header {
  height: 70px;
  background: #033c4d url(../img/header-logo.svg) no-repeat 3rem center;
  box-shadow: 0px 3px 6px #00000029;
  color: #ffffff;
  border-radius: 0;
  border: none;
}
.hospitalView .header a {
  color: #ffffff;
}

/*** Plan Page CSS ***/
.payment-options .quick-links {
  background: #e6f9ff;
  border-radius: 4px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.payment-options .more-details {
  height: 57px;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
}
.more-details .label-span {
  color: #858585;
  font-size: 16px;
}
.morecard-details {
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  border-radius: 0px 0px 4px 4px;
}
.billing-amount {
  height: 40px;
  background: #effbff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 5px;
}
.payment-options .plan-benefits {
  background: #fcfcfc;
  border-top: 1px solid #e7e7e7;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-options .plan-benefits span {
  padding: 16px;
  text-align: center;
  height: 56px;
  color: #505050;
  font-size: 16px;
  flex: 1;
  text-wrap: nowrap;
}
.payment-options .plan-benefits span:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
.payment-options .cost-per-head h3 {
  color: #1d1d1d;
  font-size: 30px;
  margin: 0;
  line-height: 30px;
  font-weight: 600;
}
.payment-options .cost-per-head p {
  margin: 0;
  color: #1d1d1d;
  font-weight: 600;
}
.plan-detail h3 {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
/*** Plan Page CSS ***/

/*** Start Privacy Policy ***/
.policy-menu {
  width: 350px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 3px 30px #00000029;
  position: fixed;
}
.policy-menu .list-group-item {
  display: flex;
  font-size: 16px;
  letter-spacing: 0px;
  color: #343434;
  align-items: center;
  gap: 10px;
  border: none;
}
.policy-menu h1 {
  color: #666666;
  font-size: 24px;
  margin: 25px 20px;
}
.policy-content h2 {
  color: #666666;
  font-size: 24px;
  margin-top: 50px;
}

.policy-content h3 {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: bold;
}
.policy-content {
  width: calc(100% - 380px);
  margin-left: 380px;
  margin-right: 70px;
  padding-top: 20px;
}
.policy-content p {
  font-size: 16px;
  color: #2a2a2a;
  word-wrap: break-word;
}
.policy-content p em {
  font-style: italic;
  font-family: system-ui;
}
.policy-header {
  height: 137px;
  background: #033c4d;
  border-radius: 10px;
  margin-bottom: 25px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.policy-header h4 {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  font-weight: 100;
}
.grayBox-content {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 20px;
}
.grayBox-content p {
  margin-bottom: 0;
}
.list-group-item.active {
  background-color: #f8f9fa;
}

.scrollspy-pp {
  position: relative;
  height: calc(100vh - 200px);
  margin-top: 0.5rem;
  overflow: auto;
  padding-right: 20px;
  scroll-behavior: smooth;
}
.scrollspy-pp::-webkit-scrollbar {
  width: 8px;
}
.scrollspy-pp::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 10px;
}
.scrollspy-pp::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
/*** New Login Flow ***/
.main-login-wrapper,
.main-signup-wrapper {
  display: flex;
  width: 708px;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 2px #00000029;
}
.main-signup-wrapper .skinned-select {
  margin-bottom: 0;
}

.color-red {
  color: red;
}
.signup-flow {
  width: 354px;
  height: 100%;
  padding: 20px;
}
.signup-flow h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0;
}
.signup-flow h2 {
  font-size: 22px;
  color: #1d1d1d;
}
.signup-flow h1 {
  font-size: 22px;
  color: #00779d;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.clinic-plan {
  background: url(/assets/img/clinic-plan.svg) no-repeat bottom right;
  padding-bottom: 2rem;
  /* margin-bottom: 3rem; */
}
.hospital-plan {
  background: url(/assets/img/hospital-plan.svg) no-repeat bottom right;
  margin-top: 30px;
}
/*** New Login Flow ***/
/*** Login CSS ***/

/*** Signup CSS ***/
.main-signup-wrapper {
  background: #ffffff;
  flex-direction: column;
  width: 808px;
}
.main-signup-wrapper .logo {
  height: 78px;
  background: #033c4d;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.main-signup-wrapper .logo .steps span {
  border: 1px solid #04556d;
  padding: 5px 10px;
  line-height: 22px;
  border-radius: 5px;
  background: #04556d;
  color: #fff;
}
.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.form_row {
  position: relative;
  margin-bottom: 20px;
}
.form_input-label {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 5px;
  display: block;
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.input-icon img {
  vertical-align: middle;
}
.grid-wrapper .form_row small {
  font-size: 11px;
  color: #5e5e5e;
}
.skinned-select,
.av-settings .opentok-hardware-setup-selector select {
  border: 1px solid #c0bfbe;
  color: #515151;
  cursor: pointer;
  display: block;
  font-weight: 500;
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.skinned-select__select {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  width: 100%;
  color: #515151;
  padding: 0 10px 0 40px;
  background-color: #ffffff;
}
#country.skinned-select__select {
  padding-left: 10px;
}

.cell-phone .input-icon {
  left: 4px;
}
.cell-phone img {
  width: 35px;
  height: 41px;
  vertical-align: middle;
}
/*** Signup CSS ***/

/*** Plan Selection CSS Start ***/
.form_wrapper .fs-plans .quick-links {
  background: #e6f9ff;
  padding: 20px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  border: 1px solid #9ae7ff;
  box-shadow: none;
  border-radius: inherit;
}

.form_wrapper .fs-plans .more-details {
  height: 48px;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
}
.form_wrapper .fs-plans .plan-detail {
  width: 100%;
  padding: 0;
}
.form_wrapper .fs-plans h3 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.form_wrapper .plan-detail p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 22px;
}
.form_wrapper .custom-radio-wrapper .radio-container {
  top: 0;
}
/*** Plan Selection CSS End ***/
/*** Upload File Custom CSS Start ***/
.custom-upload {
  height: 78px;
  background: #ffffff;
}
.custom-upload textarea {
  height: 38px;
}
.custom-upload .file {
  height: 38px;
  margin: 0;
  width: 100%;
  /* padding: 6px; */
  overflow: hidden;
  position: relative;
}
.custom-upload .file input {
  margin: 0;
  position: relative;
  left: -95px;
  opacity: unset;
}
.custom-upload .file-custom {
  height: 38px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 4px;
  display: block;
  border: 1px solid #ced4da;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0px;
  cursor: pointer;
}
.custom-upload .file-custom:before {
  height: 38px;
  content: "\e951";
  font-family: "fs-icons";
  background: transparent;
  color: #b6b6b6;
  font-size: 18px;
  padding: 6px 15px;
  border: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*** Upload File Custom CSS End ***/
.create-patient-headings h2 {
  background-color: #ffffff;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 16px;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 500;
}
.create-patient-headings h2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ececec;
  width: 100%;
  margin-left: 12px;
}
.red {
  color: #fa0000 !important;
}
.hidden {
  display: none;
}
/*** Privacy Policy End ***/

.errormsg-style label.form__error {
  position: absolute;
    left: 0;
    bottom: -22px;
}
.errormsg-style .skinned-select {
  margin-bottom: 0;
}

.no-doctor-heading {
  background-color: #EAF8FF;
  border: 1px solid #ACCADA;
  border-radius: 4px;
  padding: 15px 30px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.no-doctor-heading h2 {
  font-size: 18px;
  line-height: 24px;
}
.no-doctor-heading span {
  font-size: 35px;
}
.select-doc-steps {
  background-color: #FAF7F7;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 6px 30px;
  margin-bottom: 25px;
}
.select-doc-steps ol {
  list-style-position: inside;
}
.select-doc-steps li, .select-doc-steps p {
  margin: 20px 0;
  font-size: 16px;
}
/*** New Loader ***/
.loader-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap: 50px;
      position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}


.preloader__animation p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
}
.preloader__animation .loader-container {
  --uib-size: 45px;
  --uib-color: #00b5ee;
  --uib-speed: 1.75s;
  --uib-bg-opacity: 0.1;
  height: 31.25px;
  width: 50px;
  transform-origin: center;
  overflow: visible;
}

.preloader__animation .loader-car {
  stroke: var(--uib-color);
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: travel var(--uib-speed) ease-in-out infinite,
    fade var(--uib-speed) ease-out infinite;
  will-change: stroke-dasharray, stroke-dashoffset;
  transition: stroke 0.5s ease;
}
.preloader__animation .loader-car {
  stroke: #FFE03F;
}

.preloader__animation .track {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--uib-color);
  opacity: var(--uib-bg-opacity);
}

.preloader__animation .track {
  stroke: white;
}
.preloader__animation p {
  color: white;
}

@keyframes travel {
  0% {
    stroke-dashoffset: 100;
  }

  75% {
    stroke-dashoffset: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  20%,
  55% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.overlay .modal-width {
  width: 25%;
}
/*** New Loader CSS End ***/
@media (max-width: 767px) {
  .main-nav-closed #main-nav {
    width: 0;
    border: 0;
    left: -66px;
  }
  .main-nav-closed #content,
  #content {
    margin-left: 0;
  }
  #main-nav {
    overflow-y: auto;
    overflow-x: hidden;
  }
  #content {
    padding: 0;
  }
  #content-wrapper {
    padding: 0 15px;
  }
  .header {
    border-radius: 0px;
  }
  .header .toggle-nav i {
    font-size: 20px;
  }
  .header .toggle-nav {
    display: block;
  }
  .header h1 {
    margin-left: 0;
  }
  .header .profile-details .admin_name {
    display: none;
  }
  .videoBox {
    display: block;
  }
  .videoBox textarea {
    width: 100%;
  }
  .vid-buttons a p {
    display: none;
  }
  .vid-buttons a span {
    margin-right: 0;
    font-size: 23px;
  }
  .vid-buttons {
    flex-direction: row;
    border-left: 0;
    width: 100%;
  }
  .vid-buttons a {
    border-bottom: 0 !important;
    border-top: 1px solid #adadad;
    justify-content: center;
  }
  .vid-buttons a:not(:last-child) {
    border-right: 1px solid #adadad;
  }
  .attchment-options > div {
    display: none;
  }
  .policy-menu {
    display: none;
  }
  .policy-content {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
  }
  .policy-content h2 {
    font-size: 20px;
  }
  .policy-header {
    padding: 0 15px;
    height: 70px;
  }
  .policy-header h4 {
    font-size: 17px;
  }
  .policy-header img {
    width: 160px;
  }
  .scrollspy-pp {
    height: calc(100vh - 135px);
    padding-right: 15px;
  }
  .overlay .modal-width {
    width: 75%;
  }
}
.header .profile-details i {
  font-size: 14px;
  color: #333;
  position: relative;
  top: 4px;
  padding-left: 8px;
}
.medical-history-blog {
  background: #d5ffe0;
  border-radius: 4px;
  display: flex;
  padding: 11px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.bg-light-blue {
  background: #f4fbfd;
  border: 1px solid #d8f6ff;
}
.change-passowrd-alert {
  height: 75px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-left: 5px solid #ffb405;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px 25px 15px;
}
.file-upload-progress {
  background-color: #ffffff !important;
}
.ul-style ul li {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .doctors-Tabs .nav-tabs li .nav-link {
    padding: 16px 14px;
  }
  .custom-table table {
    display: block;
  }
}

.profileHeader .file-upload-button,
.profileHeader .file-upload-button:hover {
  background: #f8f8f8 url("../img/camera.svg") no-repeat center center;
  border-radius: 50%;
  background-size: 23px;
}
.ul-style ul li {
  margin-bottom: 10px;
}
.no-doctor-heading {
  background-color: #EAF8FF;
  border: 1px solid #ACCADA;
  border-radius: 4px;
  padding: 15px 30px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.no-doctor-heading h2 {
  font-size: 18px;
  line-height: 24px;
}
.no-doctor-heading span {
  font-size: 35px;
}
.select-doc-steps {
  background-color: #FAF7F7;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 6px 30px;
  margin-bottom: 25px;
}
.select-doc-steps ol {
  list-style-position: inside;
}
.select-doc-steps li, .select-doc-steps p {
  margin: 20px 0;
  font-size: 16px;
}

.video-sub-menu {
  background-color: #000;
  height: 45px;
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
}
select.form-control {
  display: block;
  width: 100%;
  font-size: 1em;
  font-family: inherit;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}
.initials {
  width: 38px;
  height: 38px;
  background-color: #008CAF !important;
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
}
.chat__transcript__item--left .chat-item-text {
  background: #b9ffbf;
  color: #0094cc;
  float: left;
  font-size: 14px;
  padding: 5px;
}
.chatimg {
  padding-right: 10px;
}
.chat__transcript__item .chat-item-text {
  border-radius: 5px;
  font: 500 16px / 20px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow-wrap: break-word;
  padding: 10px;
  width: 50%;
}
.chat__transcript__item--left .chat-item-text {
  background: #b9ffbf;
  color: #0094cc !important;
  float: left;
  font-size: 14px;
  padding: 5px;
}
.chat__transcript__item .chat-item-timestamp {
  color: #91949d;
  font: 500 12px / 12px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 3px;
}
.chat__transcript__item--left .chat-item-timestamp {
  text-align: right;
}
.recentchat {
  height: 19px;
  text-align: left;
  font: normal normal 600 14px / 41px Open Sans;
  letter-spacing: 0px;
  color: #00779D;
  opacity: 1;
}
.skinned-select, .av-settings .opentok-hardware-setup-selector select {
  border: 1px solid #c0bfbe;
  color: #515151;
  cursor: pointer;
  display: block;
  font: normal 14px / 16px "Open Sans", sans-serif;
  font-weight: 500;
  height: 38px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.skinned-select__text {
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  /* position: absolute; */
  right: 0;
  top: 0;
  text-align: left;
  transition: all 0.2s ease-in;
}
.OT_widget-container {
  cursor: pointer;
}