body {
  background: #f4fbfd;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.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;
}

.font25 {
  font-size: 25px !important;
}

.font38 {
  font-size: 38px !important;
}

.font40 {
  font-size: 40px !important;
}

.font60 {
  font-size: 60px !important;
}

.h-53px {
  height: 53px;
}

.img-size-64 {
  width: 64px;
  height: 64px;
}

.nowrap {
  white-space: nowrap;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.form-control:focus {
  box-shadow: none;
}

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;
  white-space: nowrap;
}

.custom-table .bg-primary {
  background-color: #fffddf !important;
}

.custom-table .customSearch {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  height: 40px;
  padding: 10px;
  width: 280px !important;
}

.custom-table .all-pat-customSearch {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  height: 40px;
  padding: 10px;
  width: 280px;
}

.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: 20px 0.75rem;
}

.custom-table .table-bordered td {
  border-width: 1px 0px 0px 0px;
  vertical-align: middle;
  font-size: 14px;
  white-space: normal;
}

/*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;
  top: -7px;
}

.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: #007aab url(../images/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;
}

.slick-slider .slick-prev {
  left: 0;
  border-radius: 4px 0px 0px 4px;
  background: url("/assets/img/arrow-pre.svg") no-repeat center center !important;
}

.slick-slider .slick-next {
  right: 0;
  border-radius: 0px 4px 4px 0px;
  background: url("/assets/img/arrow-next.svg") no-repeat center center !important;
}

.book-calendar .slick-slider {
  padding: 0 50px;
}

.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%;
}

.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;
}

.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;
  flex: 1 1 auto;
  padding: 0px 36px;
  height: 54px;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.5s;
}

.book-calendar .tab-pane ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 92px 92px;
  gap: 12px 20px;
  overflow: auto;
  max-height: 180px;
  width: 233px;
}

.book-calendar .tab-pane ul::-webkit-scrollbar {
  width: 8px;
}

.book-calendar .tab-pane ul::-webkit-scrollbar-track {
  background: #ececec;
}

.book-calendar .tab-pane ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.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: 18px;
}

.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: 600;
  margin-bottom: 18px;
}

.book-calendar h3 span {
  font-size: 32px;
  font-weight: 600;
  vertical-align: sub;
}

.book-calendar h4 {
  font-size: 18px;
  font-weight: 400;
}

.select-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0px 13px 0px 7px;
}

.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-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-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: 14px;
  height: 38px;
  color: #033c4d;
  font-weight: 600;
}

.btn-outline-primary {
  height: 38px;
  border-color: #00779d;
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #00779d;
  border-radius: 5px;
  color: #00779d;
  font-size: 14px;
  height: 38px;
  font-weight: 600;
}

.btn-negative {
  background: #dcdcdc;
  border-color: #c4c4c4;
  color: #033c4d;
  height: 38px;
  font-size: 14px;
}

.form-control {
  height: 38px;
  border: 1px solid #c0bebe;
  border-radius: 4px;
  font-size: 14px;
}

.video-msg label {
  color: #777777;
}

.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 {
  border-left: 1px solid #adadad;
  justify-content: space-between;
  align-items: center;
}

.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: 12px 0px;
  border-radius: 4px;
  transition: all 0.5s;
}

.attchment-options span {
  font-size: 16px !important;
  margin-right: 4px !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;
  padding: 15px 0 0 0;
  border-top: 0;
  align-items: center;
}

.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 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 .btn {
  border: 1px solid #ced4da;
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
  background: #fff;
  color: #00779d;
  position: relative;
  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: 20px;
}

.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: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.profileHeader .btn-outline-primary {
  color: #00779d;
  border-color: #00b5ee;
  font-size: 14px;
  border-radius: 4px;
  height: 46px;
  background-color: #ffffff;
}

.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;
  padding: 15px !important;
  display: flex;
  align-items: center;
}

.profileDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}

.ProfileCard h2 {
  font-size: 17px;
  margin: 0;
}

.ProfileCard p {
  font-size: 14px;
  margin: 0 0 6px 0;
}

.col-lg-3.ProfileCard span {
  font-size: 42px;
  color: #e2e2e2;
  margin: 0 25px 0 15px;
}

.col-lg-3.ProfileCard h3 {
  margin: 0;
  font-size: 17px;
  color: #1d1d1d;
}

.col-lg-3.ProfileCard p {
  margin: 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: 38px;
  color: #1d1d1d;
}

.icon-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.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: -540px;
  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: 550px;
}

.DetailSidebar,
.DocSidebar {
  right: -550px;
}

.DetailSidebar .nav-tabs li {
  font-size: 14px;
  margin-right: 25px;
}

.DetailSidebar .nav-tabs li .nav-link {
  padding: 6px 0px;
}

.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;
  font-size: 14px;
}
.chat-actionBtn .video-btn {
  background: #00B5EE;
  color: #000000;
  border-color: #00B5EE;
  height: 39px;
}

.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;
  appearance: none;
  -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: #dfdfdf;
  border-radius: 4px;
  padding: 8px;
  margin-top: 5px;
  width: 50%;
}

.attachedFiles li span {
  font-size: 18px;
  vertical-align: text-top;
  color: #7c7c7c;
  margin-right: 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: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.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: 2.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: -1px;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Upload File";
  background: url(../images/download.svg) no-repeat 100px;
  height: 2.5rem;
  padding: 0.5rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00779d;
  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: 1fr 1fr 1fr;
  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: 38px;
}

#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: 99;
}

.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 8px;
  font-size: 20px;
}

#main-nav .toggle-nav span {
  font-size: 18px;
  color: #ffffff;
}

#main-nav .navigation {
  width: 100%;
}

.main-nav-opened #main-nav .navigation .nav-scroll {
  margin-bottom: 0;
  max-height: calc(100vh - 194px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.main-nav-opened #main-nav .navigation .nav-scroll::-webkit-scrollbar {
  width: 2px;
}

.main-nav-opened #main-nav .navigation .nav-scroll::-webkit-scrollbar-track {
  background: #033c4d;
}

.main-nav-opened #main-nav .navigation .nav-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 12px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#main-nav .navigation>.nav>li {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}

.nav-stacked>li {
  float: none;
}

.nav>li {
  position: relative;
  display: block;
}

#main-nav .navigation>.nav>li>a {
  height: 42px;
  display: block;
  line-height: 45px;
  padding: 0 10px;
  overflow: hidden;
  zoom: 1;
}

.main-nav-closed #main-nav .navigation>.nav>li>a {
  overflow: visible !important;
}

.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: 57px;
  width: 238px;
  height: 42px;
  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 {
  font-size: 16px;
  margin-bottom: 0;
}

.appointments-details .media p {
  font-size: 13px;
  margin-bottom: 4px;
  word-break: break-word;
  word-wrap: break-word;
}

.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;
}

.appointments-details .booking-details p i {
  font-size: 18px;
  vertical-align: text-top;
}

.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;
  border: 1px solid #dee2e6;
}

.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;
  cursor: pointer;
}

.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 9px;
  background: #033c4d;
}

.main-nav-closed .book-appointment-nav {
  background: transparent;
}

.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;
  color: #777777;
  font-weight: normal;
}

.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;
}

.fiilter-alignment {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr 100px;
  gap: 15px;
}

ul.pagination {
  margin-bottom: 0;
}

/*** Login CSS ***/
.login-bg {
  background: #01b6ef;
  background-image: url(/assets/img/loginbg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.form-login {
  width: 354px;
  height: auto;
  margin: auto;
}

.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: 50px;
  height: 129px;
}

.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: #fbfbfb;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  position: relative;
  box-shadow: 10px 10px 27px 0px rgb(0 0 0 / 10%);
}

.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: 10px;
  font-weight: normal;
  line-height: 24px;
}

.form_input-label {
  font: normal 14px/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 16px/16px "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: 56px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}

.form_row .form-btn {
  margin: 16px 0 0 0;
  width: 100%;
}

.ShowPassword-wrapper {
  position: relative;
  width: 100%;
}

.form__input-text--password {
  font: normal 14px/16px "Open Sans", sans-serif;
}

.signup-link {
  font: normal 600 16px/33px "Open Sans", sans-serif;
  letter-spacing: 0px;
  color: #00779d;
  text-transform: uppercase;
  margin-top: 23px;
  display: block;
  text-decoration: none;
}

.form_radio_fake,
.form_checkbox_fake {
  border: 2px solid #d7d7d7;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  width: 20px;
  z-index: 2;
}

.form_radio_input,
.form_checkbox_input {
  left: 1px;
  position: absolute;
  top: 4px;
  z-index: 1;
  width: 19px;
  height: 19px;
}

.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: -5px;
}

/*** Login CSS ***/
.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;
  border-top: none;
}

.diagnosis-wrapper .nav-tabs li .nav-link {
  font-size: 14px;
  padding: 16px 0;
  cursor: pointer;
}

.diagnosis-wrapper .nav-tabs li {
  margin: 0 0 0 15px;
}

.diagnosis-wrapper .nav-tabs .nav-link {
  margin-bottom: 0px;
}

.diagnosis-wrapper .btn.btn-secondary {
  height: 27px;
  border-radius: 5px;
  border-radius: 2px;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  width: 21px;
  height: 21px;
  border: 1px solid #707070;
  border-radius: 2px;
  top: 0;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  width: 21px;
  height: 21px;
  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: block;
}

.rotate180 {
  transform: rotate(-180deg);
}

/*** Multi Select Dropdown ***/
.admin-custom-table.hcp-grid .info-box:hover .inner-info-box {
  width: 100%;
}

.admin-custom-table.hcp-grid .progress-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.input-group-text {
  border-radius: 4px;
}

.select-day {
  border-radius: 5px;
  padding: 4px 10px;
  color: #4f4f4f;
  border: 1px solid #9b9b9b;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  flex: 1;
}

.select-day.btn-primary {
  color: #ffffff;
  border: 1px solid #00a2d5;
}

.profile-edit-mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.profile-edit-mode a {
  font-size: 25px;
  font-weight: 600;
  border: 1px solid;
  padding: 0 7px;
  display: inline-flex;
  height: 36px;
  border-radius: 4px;
  align-items: center;
  justify-content: 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");
}

.showMoreBtn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.5rem;
}

.showMoreBtn-wrapper::after {
  content: "";
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  position: absolute;
}

.showMoreBtn {
  height: 32px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  color: #00779d;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  z-index: 1;
}

.showlessfile {
  max-height: 138px;
  overflow: hidden;
  transition: height 0.3s linear;
}

.showlessfile.showActive {
  max-height: 100%;
  transition: height 0.3s linear;
}

.latest-vitals {
  height: 40px;
  background: #fdffe6;
  border: 1px solid #f5fcbf;
  border-radius: 4px;
  margin: 15px 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  position: relative;
}

.latest-vitals p {
  margin: 0;
}

.latest-vitals .custom-collpase {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.time-slot-box {
  height: 37px;
  background: #eeeeee 0% 0% no-repeat padding-box;
  border: 1px solid #c0bebe;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 600;
}

.to-class {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 40%);
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

#forgot-email-cls label.form__error {
  color: red !important;
  position: absolute;
  left: 0;
  bottom: -12px;
}

@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;
  }
}

@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;
  }

  .grid-wrapper {
    grid-template-columns: 1fr;
  }
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
  color: transparent !important;
}

/************ Patient Diagnosis************/
.view-recording {
  color: #00779d;
  cursor: pointer;
}

.view-recording-cls {
  color: #00779d;
}

.diagnosis-wrapper .custom-checkbox .custom-control-label::before,
.diagnosis-wrapper .custom-checkbox .custom-control-label::after {
  width: 21px;
  height: 21px;
  border: 1px solid #707070;
  border-radius: 2px;
}

.diagnosis-wrapper .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #00779d;
  background-color: #00779d;
}

.diagnosis-wrapper .custom-control-label::after {
  border-color: #00779d;
}

.advanced-icd-div.custom-scrollbar-one {
  height: 270px;
  overflow: auto;
}

.more-practice {
  text-align: end;
  font-size: 12px;
}

#file_upload .custom-file-upload {
  display: flex;
}

#file_upload .file-upload-wrapper {
  width: 100%;
  border: 1px solid #c0bebe;
  border-radius: 4px;
}
#file_upload .file-upload-input {
  height: 37px;
  background: transparent;
}

#file_upload .file-upload-button {
  height: 38px;
  border-radius: 0px 4px 4px 0;
}

#file_upload a {
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-left: 10px;
}

/************ Patient Diagnosis end************/
.draft-badge {
  width: 63px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 4px;
  color: #666666;
  text-align: center;
  font-size: 13px;
}

.public-badge {
  width: 63px;
  height: 22px;
  background: #c7ffc9;
  border: 1px solid #86f38a;
  border-radius: 4px;
  color: #006804;
  text-align: center;
  font-size: 13px;
}

.private-badge {
  width: 63px;
  height: 22px;
  background: #ffe7c7;
  border: 1px solid #fdd5a0;
  border-radius: 4px;
  color: #9a5800;
  text-align: center;
  font-size: 13px;
}

.shiftcreateinfo-wrapper .shiftcreateinfo {
  width: 328px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e9e9e9;
  position: absolute;
  right: -40px;
  top: 35px;
  padding: 15px;
  z-index: 1;
  display: none;
}

.shiftcreateinfo-wrapper .shiftcreateinfo::before {
  content: "";
  background: #ffffff;
  box-shadow: -2px -2px 4px #00000024;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -7px;
  right: 38px;
  transform: rotate(45deg);
  z-index: 1;
}

.shiftcreateinfo-wrapper:hover .shiftcreateinfo {
  display: block;
}

.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: unset !important;
  right: 0 !important;
  background: #00b5ee !important;
  border-color: #00b5ee !important;
  border-radius: 5px !important;
  height: 45px !important;
  color: #033c4d !important;
  font-weight: 600 !important;
  top: 0 !important;
  display: flex !important;
  width: 45px !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 35px !important;
}

.fs-cusome-fileupload .form__row__add {
  position: unset !important;
  right: 53px !important;
  background: #00b5ee !important;
  border-color: #00b5ee !important;
  border-radius: 5px !important;
  height: 45px !important;
  color: #033c4d !important;
  font-weight: 600 !important;
  top: 0 !important;
  display: flex !important;
  width: 45px !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 35px !important;
}

.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;
  background-color: transparent;
  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;
}

.file-upload-input {
  background-color: transparent;
  border: none;
  color: #757575;
  float: left;
  height: 40px;
  font-size: 16px;
  outline: none;
  padding: 11px 17px;
  position: relative;
  transition: all 0.2 ease-in;
  width: 85%;
}

.fs-cusome-fileupload .file-upload-input:hover,
.fs-cusome-fileupload .file-upload-input:focus {
  background: #ffffff;
}

.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;
}

@media (max-width: 1024px) {
  .doctors-Tabs .nav-tabs li .nav-link {
    padding: 16px 14px;
  }

  .custom-table table {
    display: block;
  }
}

.bootstrap-datetimepicker-widget {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.timepicker-picker {
  font-size: 16px !important;
}

.modal-content {
  border-radius: 8px;
}

.week-day {
  display: flex;
  gap: 10px;
}

.removeOverlay {
  background-color: transparent;
  border: none;
  font-size: 20px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #dddddd !important;
  border-color: #cccccc !important;
}

.text-grey {
  color: grey;
}

.upload-file-info {
  color: #686868;
  font-size: 12px;
}

.nav-logo {
  display: flex;
  align-items: center;
  margin: 16px 10px 16px 10px;
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.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;
}

.js-add-custom-file {
  font-size: 25px;
  font-weight: 600;
  border: 1px solid;
  padding: 0 7px;
  display: inline-flex;
  height: 38px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.shift-partial-msg {
  background: #cde8f5;
  border: 1px solid #cae5f2;
  border-radius: 4px;
  color: #084968;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.disabled-day {
  background-color: #e9ecef;
  pointer-events: none;
  cursor: default;
}

/** Start Select Shift CSS **/
#accordionSelectShift .card {
  border-radius: 0;
}

#accordionSelectShift .card-header {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

#accordionSelectShift .table {
  font-weight: 600;
}

#accordionSelectShift button.collapsed .icon-arrow-down {
  transform: rotate(0deg);
}

#accordionSelectShift button .icon-arrow-down {
  transition: all 0.5s;
  transform: rotate(180deg);
}

.shift-partial-msg {
  background: #cde8f5;
  border: 1px solid #cae5f2;
  border-radius: 4px;
  color: #084968;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

/** Select Shift CSS End **/
#accordionSelectShift td {
  white-space: nowrap;
}

.alert-popup-icon {
  color: #dee2e6;
  font-size: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* border: 1px solid; */
  margin: auto;
}

.table.table-head-fixed thead tr:nth-child(1) th {
  text-align: left;
}

.table.table-head-fixed thead tr:nth-child(1) th {
  border-bottom: 0;
  box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.save-draft-help {
  position: absolute;
  top: 62px;
  right: 38px;
  width: 350px;
  z-index: 1;
}

.delete-message {
  line-height: 33px;
}

.icon-icd-search {
  border-left: 1px solid #c0bebe;
  padding: 8px 0 8px 13px;
}

.signup-one label.form__error {
  position: absolute;
  left: 0;
  bottom: -21px;
  color: red;
}

.js-terms-page h1,
.js-terms-page h2,
.js-terms-page h3 {
  font-size: 22px !important;
  line-height: normal !important;
  margin: 20px 0 !important;
}

.js-terms-page p {
  font-size: 14px !important;
  margin-bottom: 15px !important;
}

.js-terms-page ol,
.js-terms-page ul {
  padding-left: 16px;
}

/*** 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-content ul {
  padding-left: 25px;
}
.policy-content ul li {
  margin-bottom: 1rem;
}

.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: .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;
}
/*** Privacy Policy End ***/

.hcp-hotline {
  flex-direction: column;
}

.hcp-hotline .vid-buttons {
  display: flex;
  border-left: none;
  border-top: 1px solid #adadad;
}

.hcp-hotline .vid-buttons a:not(:last-child) {
  border-right: 1px solid #adadad;
  border-bottom: none;
}

.hcp-hotline .vid-buttons a {
  padding: 10px;
  width: 100%;
  justify-content: center;
}

.hcp-hotline .vid-buttons a span {
  font-size: 22px;
}

.hcp-hotline .vid-buttons a p {
  margin-bottom: 0;
  font-weight: 600;
}

.hcp-hotline .attchment-options {
  padding: 7px 0px; 
}
.hcp-hotline .attchment-options p {
  font-size: 16px;
  font-weight: 600;
}

#selected-notes-template .hotline-delete-note-icon {
  right: 0 !important;
}

/*** New Loader CSS ***/
.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-box, .preloader__animation {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  width: 150px;
  height: 135px;
  display: flex;
  justify-content:center;
  align-items: center;
 flex-direction: column;
}
.blue {
  background-color: #42B4DD;
}
.loader-box p, .preloader__animation p {
  margin-bottom: 0;
  font-family: Arial;
  font-size: 15px;
  margin-top: 10px;
}
.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;
}

.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;
}
.blue .loader-car {
  stroke: #FFE03F;
}

.track {
  stroke-linecap: round;

  stroke-linejoin: round;

  stroke: var(--uib-color);

  opacity: var(--uib-bg-opacity);
}

.blue .track {
  stroke: white;
}
.blue 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;
  }
}
/*** New Loader CSS ***/

/*** Privacy Policy End ***/

.frm-signout-summary a {
  padding: 10px;
  height: 63px;
  white-space: nowrap;
}

@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 {
    border: none;
    width: calc(100% - 312px);
    border-radius: 4px;
    resize: none;
    padding: 10px;
  }

  .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 {
    padding: 10px 6px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-align: 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: 15px;
    font-weight: normal;
  }
  .policy-header img {
    width: 145px;                                                                                                                                       
  }
  .scrollspy-pp {
    height: calc(100vh - 135px);
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .doctors-Tabs .nav-tabs li .nav-link {
    padding: 16px 14px;
  }

  .custom-table table {
    display: block;
  }
}

/*** 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;
}
.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;
}
/*** My Docuemnt Page CSS end ***/




/* For the patient view summary code for new tab  dignosis and billing code */
/*** 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: .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;
}
/*** Privacy Policy End ***/

.tooltip .tooltip-inner {
  background-color: white;
  color: #1D1D1D;
  box-shadow: 0px 1px 2px #00000029;
  border: 1px solid #E8E8E8;
  font-size: 14px;
}
.tooltip.show {
  opacity: 1;
}

.allDiagnosis2, .CPTCodeSecondary {
  display: none;
}
.icon-icd-search {
  border-left: 1px solid #c0bebe;
  padding: 8px 0 8px 13px;
}
#billing .notesScrollbar {
  max-height: calc(100vh - 190px);
}

.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%;
  top: 0;
  left: 0;
  z-index: 10;
}
.hcp-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1051;
}
@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;
  }
  /*** Login and Signup CSS ***/
  .login-bg {
      padding: 15px;
  }
  .grid-wrapper {
      grid-template-columns: 1fr;
  }
  .main-signup-wrapper .logo img {
      width: 170px;
  }
  .main-signup-wrapper {
      margin-top: 30px;
      margin-bottom: 30px;
      height: 100%;
  }
  /*** Login and Signup CSS ***/
}

@media (max-width: 1024px) {
  .doctors-Tabs .nav-tabs li .nav-link {
      padding: 16px 14px;
  }
  .custom-table table {
      display: block;
  }
}
.recentchat {
    height: 19px;
    text-align: left;
    font: normal normal 600 14px / 41px Open Sans;
    letter-spacing: 0px;
    color: #00779D;
    opacity: 1;
}
.patient-detail-chat {
  height: 39px;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 2px solid #00B5EE !important;
  border-radius: 4px !important;
  opacity: 1 !important;
  text-align: left !important;
  color: #000000 !important;
  opacity: 1 !important;
}

.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;
}
.chatimg {
  padding-right: 10px;
}

.chat-room-list {
  height: calc(100vh - 301px);
}
button.btn.btn-primary.btn-lg.search-doctor {
  margin-left: 10px;
}
.invite-to-chat__available.js-invite-doctor-list {
  /* height: 350px !important; */
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e9e6e6;
  padding: 5px;
}
span.bx.bx-video.svg.icon-privacy-on {
  opacity: 1 !important;
}
.no-touch .stream-controls__item--privacy:hover {
  background: white !important;
}
.toast.toast-success {
  background-color: #51A351 !important;
}
.toast.custom-toast-large {
  font-size: 18px !important;
  padding: 20px !important;
  line-height: 1.6;
  color: #000;
  padding-left: 46px !important;
  max-width: 646px !important;
  width: 501px !important;
}

.hotline-message li a, .hotline-message li p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}