@charset "UTF-8";
.medio-calendar-1 {
  width: 100%;
  margin-bottom: 20px;
}
.medio-calendar-1 .mc-calendar-icon {
  margin-left: 10px;
}
.medio-calendar-1 .mc-calendar-icon:hover {
  cursor: pointer;
}
.medio-calendar-1 body * {
  color: var(--text-color);
}
.medio-calendar-1 .mc-flex-break {
  width: 100%;
}
.medio-calendar-1 .mc-calendar-card {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
}
.medio-calendar-1 .mc-data-col {
  width: 20%;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.medio-calendar-1 .mc-doctor-datas {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.medio-calendar-1 .mc-mobile-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.medio-calendar-1 .mc-calendar-col {
  padding: 10px;
  width: 80%;
}
.medio-calendar-1 .mc-image-container {
  width: 100px;
}
.medio-calendar-1 .mc-profile-image {
  border-radius: 50%;
  width: 100%;
  height: 100px;
  object-position: center center;
  object-fit: cover;
}
.medio-calendar-1 .mc-rating-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
}
.medio-calendar-1 .mc-rating-star {
  width: 15px;
  margin-left: 5px;
}
.medio-calendar-1 .mc-doctor-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #2f9df8;
}
.medio-calendar-1 .mc-data-col p {
  text-align: center;
}
.medio-calendar-1 .mc-link {
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: #2f9df8;
}
.medio-calendar-1 .mc-h2 {
  margin-bottom: 0;
  font-weight: 600;
  color: #2f9df8;
}
.medio-calendar-1 .mc-h3 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.medio-calendar-1 .mc-h4 {
  font-size: 0.8rem;
}
.medio-calendar-1 .mc-h4.mc-institutiton-distance {
  margin-top: -15px;
}
.medio-calendar-1 .mc-calendar-outer {
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.medio-calendar-1 .mc-calendar-header {
  height: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.medio-calendar-1 .mc-calendar-header span {
  font-weight: bold;
}
.medio-calendar-1 .mc-calendar-inner {
  width: 100%;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.medio-calendar-1 .mc-week {
  width: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  opacity: 0;
  z-index: 100;
  transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
}
.medio-calendar-1 .mc-week.instant {
  transition: none;
}
.medio-calendar-1 .mc-week.initial,
.medio-calendar-1 .mc-week.active {
  position: relative;
  opacity: 1;
  z-index: 900;
}
.medio-calendar-1 .mc-week.prev,
.medio-calendar-1 .mc-week.next {
  z-index: 800;
}
.medio-calendar-1 .mc-week.prev {
  transform: translateX(-100%);
}
.medio-calendar-1 .mc-week.next {
  transform: translateX(100%);
}
.medio-calendar-1 .mc-calendar-navigation {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.medio-calendar-1 .mc-calendar-navigation path {
  fill: #2f9df8;
}
.medio-calendar-1 .mc-calendar-navigation:hover {
  cursor: pointer;
}
.medio-calendar-1 .mc-week-inner {
  width: 100%;
  display: flex;
}
.medio-calendar-1 .mc-day-col {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex-grow: 1;
  width: 14.2857142857%;
}
.medio-calendar-1 .mc-day-col:nth-child(2n) {
  background-color: #f1f1f1;
}
.medio-calendar-1 .mc-day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #d1d1d1;
  height: 50px;
}
.medio-calendar-1 .mc-day-am,
.medio-calendar-1 .mc-day-pm {
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 15px;
}
.medio-calendar-1 .mc-day-am {
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}
.medio-calendar-1 .mc-appointment-button {
  background-color: rgb(51, 208, 45);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  padding: 2px 5px;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medio-calendar-1 .mc-appointment-button:hover {
  cursor: pointer;
  background-color: rgb(17, 143, 13);
  color: white;
}
.medio-calendar-1 .mc-more-appointment-button {
  background-color: #fff;
  color: #33d02d;
  margin-top: 10px;
  border: 1px solid #33d02d;
}
.medio-calendar-1 .mc-icon {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.medio-calendar-1 .mc-visible-appointments {
  width: 100%;
}
.medio-calendar-1 .mc-hidden-appointments {
  width: 100%;
  display: none;
}
.medio-calendar-1 .mc-d-hidden {
  display: none;
}
.medio-calendar-1 .mc-mobile-link {
  display: none;
}
.medio-calendar-1 .mc-empty-day-text {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
}
.medio-calendar-1 .mc-custom-button,
.medio-calendar-1 .mc-offline-button {
  padding: 3px 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  border: 1px solid #2f9df8;
  color: #fff;
  background: #2f9df8;
  border-radius: 4px;
}
.medio-calendar-1 .mc-custom-button:hover,
.medio-calendar-1 .mc-offline-button:hover {
  cursor: pointer;
}
.medio-calendar-1 .mc-empty-week {
  width: 100%;
  height: 270px;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medio-calendar-1 .mc-empty-week .mc-custom-button,
.medio-calendar-1 .mc-empty-week .mc-offline-button {
  width: 250px;
  background: #2f9df8;
  color: #fff;
}
.medio-calendar-1 .mc-empty-week-text {
  color: #444;
  font-style: italic;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
}
.medio-calendar-1 .mc-help-container {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #555;
  border-radius: 8px;
}
.medio-calendar-1 .mc-help-container p {
  margin-bottom: 0;
}
.medio-calendar-1 .mc-help-header {
  font-weight: 700;
}
.medio-calendar-1 #mc-calendar-extra-text {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .medio-calendar-1 .mc-day-half {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .medio-calendar-1 .mc-empty-week-text {
    font-size: 12px;
    font-weight: normal;
  }
  .medio-calendar-1 .mc-empty-week {
    height: 150px;
  }
  .medio-calendar-1 .mc-institution-address {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .medio-calendar-1 .mc-data-col p {
    text-align: left;
  }
  .medio-calendar-1 .mc-data-col p.mc-mobile-link {
    text-align: center;
  }
  .medio-calendar-1 .mc-calendar-card {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  .medio-calendar-1 .mc-data-col {
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .medio-calendar-1 .mc-data-col .mc-earliest-free-date {
    text-align: left;
  }
  .medio-calendar-1 .mc-data-col .mc-earliest-free-date strong {
    text-decoration: underline;
  }
  .medio-calendar-1 .mc-data-col .mc-doctor-datas {
    width: 80%;
    padding-left: 20px;
    align-items: flex-start;
  }
  .medio-calendar-1 .mc-calendar-col {
    width: 100%;
  }
  .medio-calendar-1 .mc-image-container {
    width: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .medio-calendar-1 .mc-profile-image {
    height: 70px;
  }
  .medio-calendar-1 .mc-h2,
  .medio-calendar-1 .mc-h4 {
    display: none;
  }
  .medio-calendar-1 .mc-doctor-datas .mc-link {
    display: none;
  }
  .medio-calendar-1 .mc-mobile-row {
    flex-direction: row;
    align-items: center;
  }
  .medio-calendar-1 .mc-mobile-row.mc-earliest-free-date-row {
    justify-content: center;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .medio-calendar-1 .mc-icon {
    margin-right: 10px;
    margin-top: 0;
    width: 20px;
    height: 20px;
  }
  .medio-calendar-1 .mc-mobile-link {
    display: block;
    margin-top: 10px;
  }
  .medio-calendar-1 .mc-week-inner {
    flex-direction: column;
  }
  .medio-calendar-1 .mc-day-col {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .medio-calendar-1 .mc-day-header {
    width: 100%;
    height: 35px;
    flex-direction: row;
    justify-content: center;
  }
  .medio-calendar-1 .mc-day-header span {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 700;
  }
  .medio-calendar-1 .mc-day-half {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    position: relative;
    align-items: flex-start;
  }
  .medio-calendar-1 .mc-appointment-button {
    width: 65px;
    margin-right: 5px;
    height: 25px;
  }
  .medio-calendar-1 .mc-visible-appointments {
    display: flex;
    flex-grow: 1;
  }
  .medio-calendar-1 .mc-visible-appointments,
  .medio-calendar-1 .mc-hidden-appointments {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .medio-calendar-1 .mc-more-appointment-button {
    margin-top: 0;
  }
  .medio-calendar-1 .mc-day-half::before {
    content: "Délelőtt";
    color: #6d6d6d;
    margin-left: 20px;
    font-size: 0.7rem;
    margin-bottom: 7px;
  }
  .medio-calendar-1 .mc-day-half::after {
    content: " ";
    background-image: url("../images/sunrise.svg");
    display: block;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5;
    left: 10;
  }
  .medio-calendar-1 .mc-day-pm::before {
    content: "Délután";
  }
  .medio-calendar-1 .mc-day-pm::after {
    background-image: url("../images/sun.svg");
  }
  .medio-calendar-1 .mc-empty-day-text {
    margin-top: 10px;
    width: 100%;
  }
  .medio-calendar-1 .mc-day-am {
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .medio-calendar-1 .mc-image-container {
    width: 50px;
  }
  .medio-calendar-1 .mc-profile-image {
    height: 50px;
  }
}
.medio-calendar-1 .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.medio-calendar-1 .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2f9df8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.medio-calendar-1 .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.medio-calendar-1 .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.medio-calendar-1 .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.medio-calendar-1 .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.medio-calendar-1 .mc-loader-container {
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1000;
}
.medio-calendar-1 .mc-commission {
  font-size: 12px;
}
.medio-calendar-1 .mc-commission .custom-tooltip {
  color: #2f9df8;
  margin-right: 5px;
  margin-left: 0px;
  font-size: 12px;
}
.medio-calendar-1 .mc-commission span {
  font-weight: 700;
  color: #2f9df8;
}
.medio-calendar-1 .mc-payment-type {
  text-align: center;
  margin-top: 20px;
}
.medio-calendar-1 .mc-payment-type span {
  color: #2f9df8;
  margin-right: 10px;
}
.medio-calendar-1 .mc-payment-icon {
  width: 20px;
  height: 20px;
  fill: #2f9df8;
}

/*# sourceMappingURL=style.css.map */
