/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/vue-datepicker-next-th@1.0.7/index.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.vue-datepicker{
  font-family: ProximaNovaRegular;
}
.mx-icon-left:before, .mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  box-sizing: border-box;
  transform-origin: center;
  transform: rotate(-45deg) scale(0.7)
}

.mx-icon-double-left:after {
  left: -4px
}

.mx-icon-double-right:before {
  left: 4px
}

.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after {
  transform: rotate(135deg) scale(0.7)
}

.mx-btn {
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  color: #73879c;
  white-space: nowrap
}

.mx-btn:hover {
  border-color: #1284e7;
  color: #1284e7
}

.mx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit
}

.mx-scrollbar {
  height: 100%
}

.mx-scrollbar:hover .mx-scrollbar-track {
  opacity: 1
}

.mx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}

.mx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .24s ease-out
}

.mx-scrollbar-track .mx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, .3);
  transition: background-color .3s
}

.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform .3s cubic-bezier(0.23, 1, 0.32, 1), opacity .3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top
}

.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to {
  opacity: 0;
  transform: scaleY(0)
}

.mx-datepicker {
  width: 100%;
  position: relative;
  display: inline-block;
}

.mx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden
}
.datepicker__wrapper-buttons{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1px;
}
.vue-datepicker{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mx-datepicker-range {
  width: 100%;
}

.mx-datepicker-inline {
  width: auto
}

.mx-input-wrapper {
  position: relative
}

.mx-input-wrapper .mx-icon-clear {
  display: none
}
.selected-doctor__wrapper-arrow{
  position: relative;
  width: 100%;
}
.bi-chevron-down{
  transition: all ease .42s;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  right:15px;
  transform: translateY(-55%);
}
.bi-chevron-down.rotated{
  fill:#008f91;
  transform: rotateX(180deg) translateY(55%);
}
.mx-input-wrapper:hover .mx-icon-clear {
  display: block
}

.mx-input-wrapper:hover .mx-icon-clear + .mx-icon-calendar {
  display: none
}

.mx-input,.select-speciality {
  position: relative;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #039294;
  background: transparent !important;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin-bottom: 0;
  border-radius: 0!important;
}

.mx-input:hover,.mx-input:focus {
  border-color: #039294;
}

.mx-input:disabled,.mx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed
}

.mx-input:focus {
  outline: none
}

.mx-input::-ms-clear {
  display: none
}

.mx-icon-calendar,.mx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, .5);
  vertical-align: middle
}

.mx-icon-clear {
  cursor: pointer
}

.mx-icon-clear:hover {
  color: rgba(0, 0, 0, .8)
}

.mx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  color: #73879c;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.mx-datepicker-popup {
  border-radius: 6px;
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  z-index: 2001;
  font-family: ProximaNovaRegular;
}

.mx-datepicker-sidebar {
  float: left;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto
}

.mx-datepicker-sidebar + .mx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8
}

.mx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px
}

.mx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8
}

.mx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8
}

.mx-calendar-range,.mx-time-range {
  display: flex
}

@media (max-width: 750px) {
  .mx-calendar-range,.mx-time-range {
    flex-direction: column
  }
}

.mx-calendar {
  box-sizing: border-box;
  width: 272px;
  padding: 10px 10px
}

.mx-calendar + .mx-calendar {
  border-left: 1px solid #e8e8e8
}

.mx-calendar-header,.mx-time-header {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden
}

.mx-btn-icon-left,.mx-btn-icon-double-left {
  float: left
}

.mx-btn-icon-right,.mx-btn-icon-double-right {
  float: right
}

.mx-calendar-header-label {
  font-size: 15px
}
.mx-calendar-header-label button{
  font-size: 16px;
  font-weight: 600;
  color: #039294;
}
.mx-calendar-decade-separator {
  margin: 0 2px
}

.mx-calendar-decade-separator:after {
  content: "~"
}

.mx-calendar-content {
  position: relative;
  /*height: 224px;*/
  box-sizing: border-box
}

.mx-calendar-content .cell {
  cursor: pointer;
  color:#404040;
}

.mx-calendar-content .cell:hover {
  color: #73879c;
  background-color: #f3f9fe
}

.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #039294;
}

.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range {
  color: #73879c;
  background-color: rgba(3, 146, 148, 0.15);
}

.mx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3
}

.mx-calendar-week-mode .mx-date-row {
  cursor: pointer
}

.mx-calendar-week-mode .mx-date-row:hover {
  background-color: #a2a4a442
}


.mx-calendar-week-mode .mx-date-row .cell:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

.mx-calendar-week-mode .mx-date-row .cell.active {
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

.mx-week-number {
  opacity: .5;
  visibility: hidden;
}
.mx-date-row{
  height: auto;
}
.mx-date-row.active{
  background: #e6e6e6;
  border-radius: 6px;
}
.mx-table {
  transform: translateX(-15px);
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background:none;
}
.mx-table tr{
  height: 32px!important;
}
.mx-table th{
  font-weight: bold!important;
}

.mx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle
}

.mx-table td {
  padding: 0;
  vertical-align: middle;
  border-right:none;
}
.mx-table td:first-child{
  border-left:none;
}
.mx-table-date td{
  height: 32px;
  font-size: 13px;
  font-family: 'ProximaNovaSemibold';
}
.mx-table-date th{
  font-size: 15px
}

.mx-table-date .today div{
  font-size: 15px;
}
.today div{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 400;
  background: #039294;
  color: white;
}
.mx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
  height: auto;
}

.mx-time {
  flex: 1;
  width: 224px;
  background: #fff
}

.mx-time + .mx-time {
  border-left: 1px solid #e8e8e8
}

.mx-date-time {
  position: relative;
  width: 248px;
  height: 270px
}

.mx-date-time .mx-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mx-date-time-range {
  position: relative;
  width: 496px;
  height: 270px
}

.mx-date-time-range .mx-time-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mx-time-header {
  border-bottom: 1px solid #e8e8e8
}

.mx-time-content {
  height: 224px;
  box-sizing: border-box;
  overflow: hidden
}

.mx-time-columns {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.mx-time-column {
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center
}

.mx-time-column:first-child {
  border-left: 0
}

.mx-time-column .mx-time-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.mx-time-column .mx-time-list::after {
  content: "";
  display: block;
  height: 192px
}

.mx-time-column .mx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px
}

.mx-time-column .mx-time-item:hover {
  color: #73879c;
  background-color: #f3f9fe
}

.mx-time-column .mx-time-item.active {
  color: #1284e7;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700
}

.mx-time-column .mx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3
}

.mx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px
}

.mx-time-option:hover {
  color: #73879c;
  background-color: #f3f9fe
}
.button__wrapper-next-icon{
  flex-shrink: 0;
    width: 20px;
    height: 100%;
    background-image:url(../img/page/doctor-schedule-dates-selector-next-button.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
   }
   .button__wrapper-prev-icon{
      flex-shrink: 0;
    width: 20px;
    height: 100%;
    background-image:url(../img/page/doctor-schedule-dates-selector-prev-button.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
   }
.mx-time-option.active {
  color: #1284e7;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700
}

.mx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3
}
.datepicker-button{
  transition: all ease .1s;
  /*border: 1px solid #039294;*/
  font-size: 14px;
  color: #039294;
  outline: none;
 width: 130px;
    height: 34px;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
}

.button-forward{
  border-radius: 0 30px 30px 0;
}
.button-back{
  border-radius: 30px 0 0 30px;
}
.datepicker-button:active{
  transform: scale(0.98);
}
.datepicker-button:active svg{
  fill:#555;
}

.datepicker-button:hover svg{
  fill:white;
}
.datepicker-button:disabled:hover{
  box-shadow: none;
  background: unset;
  border-color: #ccc;
}
.datepicker-button:disabled:active{
  transform: scale(1);
}
.datepicker-button:disabled{
  border: 1px solid #c2c2c2;
  color:#c2c2c2;
}
.datepicker-button:disabled svg{
  fill:#c2c2c2;
}
.datepicker-button:disabled:hover svg{
  fill: #c2c2c2;
}

@media(max-width: 1200px){
  .doctor-schedule {
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
  }
  .tab-content__service{
    padding-left: 15px;
  }
  .time-table__wrapper-top{
    padding-right: 15px;
  }
  }
@media(max-width: 567px){
  .time-table__wrapper-top{
    padding-right: 0!important;
  }
  .doctor-schedule {
    grid-template-columns: 1fr!important;

  }
  .time-table__wrapper-top{
    grid-template-columns: 1fr;
    padding-right: 15px;
    padding-left: 0;
  }
  .page__heading{
    padding-right: 15px;
  }
}
@media(max-width: 400px){
  .datepicker-button{
    width: 50px;
  }
  .datepicker-button span{
    display: none;
  }
}