.gradient-overlay {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100px;
  flex-direction: row;
  top: 0px;
  z-index: 501;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5074404761904762) 0%,
    rgba(0, 0, 0, 0.2637429971988795) 34%,
    rgba(0, 212, 255, 0) 100%
  );
}
.hero-img {
  position: fixed;
  width: 100vw;
  height: var(--ui-hero-h);
  top: 0px;
  background-size: 100% auto;
  z-index: 103;
  background-color: var(--ui-avatar-bg);
}
.grey-header {
  background: var(--base-grey-bg);
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: var(--ui-header-h);
  top: 0px;
  z-index: 102;
}
.white-header {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: var(--ui-header-h);
  top: 0px;
  z-index: 102;
}

.white-header-without-back-arrow {
  background: #ffffff;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: var(--ui-header-h);
  top: 0px;
  z-index: 102;
}
.full-page-stepheader {
  height: calc( 100vh - var(--ui-header-h) );
}
.full-page-stepheader.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (orientation: portrait) {
  #content-zone[data-notch="true"] .full-page-stepheader {
    height: calc( 100vh - var(--ui-header-search-h-ipx));
  }
}
.page-header {
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: var(--ui-header-h);
  top: 0px;
  z-index: 500;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--ui-avatar-bg);
}
.header-lock-with-search {
  position: fixed;
  width: 100vw;
  height: var(--ui-header-search-h);
  top: 0px;
  z-index: 120;
}
.header-lock-with-search .search-content {
  background-color: var(--ui-bg-content);
  z-index: 102;
  /* z-index: 104; */
}
.sticky-box {
  position: sticky;
  top: 0;
}
.sys-icon {
  font-size: 24px;
  cursor: pointer;
}
.white-icon {
  color: #ffffff;
}
.btn-container {
  padding-top: 20px;
  padding-left: 20px;
  width: 70px;
}
.step-indicator {
  width: calc(100vw - 140px);
}
.sub-name-right {
  padding-top: 45px !important;
  align-items: flex-end;
}
.sub-name-blk {
  display: flex;
  position: sticky;
  background-color: var(--ui-bg-content);
  width: 100vw;
  top: var(--ui-header-h);
  padding: 15px;
  border-bottom: 1px solid var(--ui-sub-border);
  flex-direction: column;
  z-index: 1;
}
.sub-name-blk-x {
  display: flex;
  background-color: var(--ui-bg-content);
  width: 100vw;
  top: var(--ui-header-h);
  padding: 15px;
  border-bottom: 1px solid var(--ui-sub-border);
  flex-direction: column;
}
.sub-name-blk .title, .sub-name-blk-x .title {
  font-size: 24px;
  font-weight: bold;
  color: var(--ui-primary-text-color);
  font-family: var(--ui-main-font-family-bold);
}
.sub-name-blk .sub-title, .sub-name-blk-x .sub-title {
  font-size: 16px;
  color: var(--ui-secondary-text-color);
  font-family: var(--ui-main-font-family-regular);
}
.text-line {
  padding: 15px;
  font-size: 14px;
  color: var(--ui-secondary-text-color);
  font-family: var(--ui-main-font-family-regular);
}
.content-panel {
  position: relative;
  margin-top: var(--ui-hero-h);
  background-color: var(--ui-bg-content);
  /* z-index: 101; */
  z-index: 104;
}
.content-search-margin {
  margin-top: var(--ui-header-search-h);
}
.content {
  margin-top: 0px;
}
.sticky-box {
  position: sticky;
  top: 0;
}
.content-padding {
  padding: 15px;
}
.slot-content {
  padding: 15px;
}
.slot-content .title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 24px;
  /* font-weight: bold; */
  font-family: var(--ui-main-font-family-bold);
}
.slot-content .title .tbadge {
  text-transform: uppercase;
  font-size: 12px;
  height: 25px;
  margin-left: 5px;
  padding: 3px 15px 3px 15px;
  font-weight: bold;
  background-color: var(--ui-sub-border);
  border-radius: 15px;
  font-family: var(--ui-main-font-family-regular);
}
.hosp-avatar {
  position: absolute;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: var(--ui-avatar-bg);
  border: 3px solid var(--ui-avatar-border);
  top: -40px;
  right: 15px;
  z-index: 105;
}
.hosp-avatar img {
  width: 80%;
  height: auto;
  object-fit: contain;
}
.data-block:last-child {
  border-bottom: 0px;
}
.modal-rad-20 {
  border: 0px;
  border-radius: 20px;
}
.data-block {
  margin-top: 10px;
  border-bottom: 1px solid var(--ui-sub-border);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.data-block.no-bottom-line {
  border-bottom: 0px;
}
.data-block .left {
  display: flex;
  width: 75px;
  justify-content: space-between;
  padding-top: 10px;
}
.data-block .right {
  width: calc(100% - 120px);
}
.data-block .right .line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  /* border-bottom: 1px solid var(--ui-sub-border); */
}

.line.disabled {
  opacity: 0.2;
}

.data-block .right .line:last-child {
  border-bottom: 0px;
}
.data-block .right .line .time {
  align-self: flex-start;
  font-size: 14px;
  font-weight: bold;
  color: #979797;
  font-family: var(--ui-main-font-family-bold);
  padding-top: 8px;
  min-width: 16%;
}
.data-block .right .line .re-button,
.data-block .right .line .re-button-full {
  padding: 6px 15px 6px 15px;
  padding-left: 35px;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 20px;
  width: 220px;
  align-self: flex-end;
  color: var(--ui-grey-button-text);
  background-color: var(--calendar-fourth-color);
  /* text-align: center; */
  position: relative;
  cursor: pointer;
  font-family: var(--ui-main-font-family-bold);
}
.data-block .right .line .re-button-full {
  color: var(--ui-red-button-text);
  background-color: var(--ui-bg-content);
}
.data-block .right .line .re-button:hover {
  color: var(--ui-grey-button-text-hover);
  background-color: var(--ui-grey-button-bg-hover);
}
.icon-container {
  position: absolute;
  top: 5px;
  right: 10px;
}
.icon-blue,
.icon-green,
.icon-red {
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 20px;
}
.icon-green {
  /* background-color: #EDFFEB; */
  color: #007f38;
}
.icon-blue {
  /* background-color: #EBFCFF; */
  color: #00467f;
}
.icon-red {
  /* background-color: #FFEBEB; */
  color: #ff0000;
}
.calendar-block {
  border-radius: 8px;
  width: 80px;
  height: 95px;
  border: 1px solid var(--calendar-sixth-color);
  overflow: hidden;
  margin-bottom: 10px;
}
.calendar-block .header {
  background-color: var(--calendar-seventh-color);
  font-size: 14px;
  font-weight: bold;
  color: var(--calendar-header-text-color);
  text-align: center;
  padding: 3px;
  text-transform: uppercase;
}
.calendar-block .date-text {
  font-size: 26px;
  font-weight: bold;
  color: var(--calendar-primary-color);
  text-align: center;
  font-family: var(--ui-main-font-family-bold);
  padding-top: 5px;
}
.calendar-block .month-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: var(--ui-text-grey);
  font-family: var(--ui-main-font-family-regular);
}

.card__doctor {
  margin: 20px 10px 0px 10px;
}

/* .column__doctor {
  display: flex;
  justify-content: start;
} */

.text__doctor {
  display: flex;
  flex-direction: column;
}
.text__doctor--main {
  font-size: 16px;
  padding-left: 20px;
  font-family: var(--ui-main-font-family-bold);
}
.text__doctor--date {
  font-size: 14px;
  font-family: var(--ui-main-font-family-bold);
}
.doctor__detail__depart {
  color: #404040;
  /* padding-left: 20px; */
  font-family: var(--ui-main-font-family-regular);
}
.doctor__detail__content {
  color: #404040;
  font-family: var(--ui-main-font-family-regular);
}
.card__content {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.card__content__detail {
  float: left;
  width: 20%;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
}
.doctor__appointment {
  height: 2px;
}

.content__box__carddoctor {
  margin: 20px;
}
.card__appoint__box {
  background-color: blue;
  background-color: var(--calendar-fourth-color);
  border-radius: 10px;
}
.card-app {
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
}
.appointment__card__calendar {
  width: 30%;
  height: 10px;
  float: left;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  height: auto;
}
.appointment__card__detail {
  width: 70%;
  height: 100px;
  overflow: hidden;
  border-left: 1px solid var(--ui-border-lightblue);
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  line-height: 1.7;
  height: auto;
}
.inbox__card__appointment {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  max-width: 200px;
  color: var(--ui-text-grey);
  font-family: LINESeedSans_Bd;
}
.namehospital__card__appointment {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  max-width: 200px;
  color: var(--calendar-secondary-color);
  font-family: var(--ui-main-font-family-regular);
}
.department__card__appointment {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  max-width: 200px;
  color: var(--ui-text-grey);
  font-family: var(--ui-main-font-family-regular);
}
.site__card__appointment {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  max-width: 200px;
  color: var(--ui-text-blueMHF);
  font-family: var(--ui-main-font-family-regular);
}
.time__appointment {
  text-align: center;
  font-family: var(--ui-main-font-family-bold);
  font-size: 14px;
}
.button__card__appointment {
  padding: 3px 10px 3px 10px;
  font-size: 10px;
  border-radius: 20px;
  background-color: var(--ui-button-mhf);
  border: none;
  color: var(--ui-text-color-white);
}

.content__box__carddoctor {
  margin: 20px;
}
.img__hospital__status {
  width: 100%;
}
.equalHMVWrap {
  flex-wrap: wrap;
  height: 380px;
  overflow-y: hidden;
}
.eq-hospital {
  height: auto;
  overflow-y: auto;
}
.arrow-btn {
  transform: rotate(180deg);
}
.arrow__box {
  text-align: center;
  padding: 10px;
}
.title__appoint {
  line-height: 3;
  color: var(--ui-primary-text-color);
  font-family: var(--ui-main-font-family-bold);
  font-size: 16px;
}
.appoint__card {
  background-color: var(--calendar-fourth-color);
  padding: 20px 10px 10px 10px;
  border-radius: 10px;
}
.column__doctor__appoint {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 10px;
}
/* .img__doctor--size {
    width: 52px;
    height: 52px;
    border-radius: 30px;
    outline-offset: 3px;
    outline: 1px solid #c1c1c1;
    position: relative;
} */
.text__doctor {
  display: flex;
  flex-direction: column;
}
.text__doctor--date {
  font-size: 14px;
  font-family: var(--ui-main-font-family-bold);
  padding-left: 20px;
}
.text__doctor--seconday {
  color: #9b9b9b;
  font-size: 12px;
  font-family: var(--ui-main-font-family-regular);
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 280px;
}
/* .doctor__appointment--button {
    padding: 3px 14px;
    border: none;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    background-color: #0071ce;
    float: right;
    font-family: var(--ui-main-font-family-regular);
} */
.text__doctor--name {
  font-size: 14px;
  line-height: 3;
  padding: 20px 20px 0px 20px;
  font-family: var(--ui-main-font-family-bold);
}
.find__doctor {
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  background-color: #0071ce;
  border: none;
}
.card__content__detail {
  float: left;
  width: 20%;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
}
.detail__button {
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: var(--ui-main-font-family-bold);
}
.register__button {
  float: left;
  color: #8ed1f1;
  font-size: 12px;
  font-family: var(--ui-main-font-family-regular);
}

.cover__status--hospital {
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 100;
}

.circle__img--doctor {
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  /* padding: 2px; */
  overflow: hidden;
  width: 52px;
  height: 52px;

  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
}

.splide {
  width: 100vw;
}

.my-carousel-progress {
  background: #ccc;
}

.my-carousel-progress-bar {
  background: greenyellow;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.splide__list {
  max-width: 96vw;
}

.splide__pagination {
  bottom: -5.5em !important;
}

.splide__pagination__page.is-active {
  background-color: var(--calendar-seventh-color) !important;
}

.popular__doctor__wrapper {
  display: flex;
  width: 100%;
  font-family: var(--ui-main-font-family-bold);
}
