
/* html {
  font-size: 62.5%;
  background-color: #f3f3f3;
  position: relative;
  min-height: 100%;
}
html body {
  font-family: 'Noto Sans', sans-serif;
  color: #301d20;
  margin: 0;
  font-size: 1.4rem;
  line-height: initial;
} */


.appointment-popup {
  font-size: 62.5% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

  background: white;
  border-radius: 1rem;
  z-index: 1;
  display: flex;

  background-color: #f3f3f3;
  position: relative;
  /* min-height: 100%; */
  font-family: 'Noto Sans', sans-serif;
  color: #301d20;
  margin: 0;
  /* font-size: 1.4rem; */
  line-height: initial;

}
@media screen and (max-width: 768px) {
  .appointment-popup {
    flex-direction: column;

    top: 0;
    border-radius: 0;

  }
}
.appointment-popup .appointment-user-wrapper {
  background: #2c3153;
  flex: 0 0 25rem;
}
@media screen and (max-width: 768px) {
  .appointment-popup .appointment-user-wrapper {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
  }
}
.appointment-popup .appointment-user-wrapper .user-avatar {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
}
.appointment-popup .appointment-user-wrapper .user-avatar img {
  height: 100%;
  position: absolute;
  /* top: 50%;
  left: 50%; */
  /* -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}
@media screen and (max-width: 768px) {
  .appointment-popup .appointment-user-wrapper .user-avatar {
    flex: 0 0 35%;
    padding-bottom: 35%;
  }
}
.appointment-popup .appointment-user-wrapper .appointment-user {
  padding: 2rem 2rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .appointment-popup .appointment-user-wrapper .appointment-user {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem;
    flex-direction: column;
  }
}
.appointment-popup .appointment-user-wrapper .appointment-user .username {
  color: white;
  font-size: 1.5rem;
}
.appointment-popup .appointment-user-wrapper .appointment-user .specialization {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  display: block;
  margin-top: 0.5rem;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation {
  display: flex;
  margin-top: 0.5rem;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation span {
  padding: 0.25rem !important;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation span:before {
  content: "*";
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation.five span:nth-child(-n+5):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.four span:nth-child(-n+4):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.three span:nth-child(-n+3):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.two span:nth-child(-n+2):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.one span:nth-child(-n+1):before {
  color: #ee5181;
}
.appointment-popup .appointment-user-wrapper .appointment-location {
  padding: 2rem 0;
  margin: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.appointment-popup .appointment-user-wrapper .appointment-location p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .appointment-popup .appointment-user-wrapper .appointment-location {
    width: 100%;
    margin: 0;
    padding: 2rem;
  }
}
.appointment-popup .appointment-calendar {
  width: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}
.calendar-title{
  font-size: 1.6rem !important;
}
.appointment-popup .appointment-calendar .current-week {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid #f3f3f3;
  align-items: center;
}
.appointment-popup .appointment-calendar .current-week > span {
  font-size: 2rem;
  color: #2d3152;
}
.appointment-popup .appointment-calendar .current-week > span i {
  color: #ee5181;
  margin-right: 0.5rem;
  opacity: 0.5;
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  padding: 0 1.5rem;
  display: block;
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button.prev:before {
  content: "<";
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button.next:before {
  content: ">";
}
@media screen and (max-width: 768px) {
  .appointment-popup .appointment-calendar .current-week .calendar-nav {
    flex-wrap: wrap;
  }
  .appointment-popup .appointment-calendar .current-week .calendar-nav .calendar-nav button:before {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  .appointment-popup .appointment-calendar .current-week .calendar-nav > span {
    font-size: 1.5rem;
  }
}
.appointment-popup .appointment-calendar .calendar-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-day {
  margin-top: -20px;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-week {
  border-bottom: 1px solid #f3f3f3;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-week ul {
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  margin: 0;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-week ul li {
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  color: #575757;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours {
  overflow: auto;
  margin: 0 -2rem;
  padding: 1rem 2rem;
  height: 100%;
  font-weight: bold;
  font-size: small;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul {
  display: flex;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li {
  width: 100%;
  text-align: center;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  color: #036808;
  cursor: pointer;
  padding: 0.5rem;
}

.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > .hour-inactive{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  color: #9bb9a07d;
  cursor: pointer;
  padding: 0.5rem;
}

.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li.empty:hover {
  background: none;
  box-shadow: none;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li.empty:before {
  content: '';
  width: 1.5rem;
  margin: 0 auto;
  height: 0.5rem;
  background: #f3f3f3;
  display: block;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li:hover {
  background: #ee518075;
  border-radius: 1rem;
  color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li.active {
  background: #ee5181;
  border-radius: 1rem;
  color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li.hour-inactive:hover {
  background: #5f5c5d;
  border-radius: 1rem;
  color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}




.appointment-popup .appointment-calendar .calendar-buttons {
  display: flex;
  border-top: 1px solid #f3f3f3;
  margin: 0 -2rem;
}
.appointment-popup .appointment-calendar .calendar-buttons button {
  cursor: pointer;
  outline: none;
  background: transparent;
  width: 100%;
  border: none;
  font-size: 1.5rem;
  padding: 2rem;
  color: #9b9b9b;
  letter-spacing: 1px;
}
.appointment-popup .appointment-calendar .calendar-buttons button:hover {
  background: #f3f3f3;
}
.appointment-popup .appointment-calendar .calendar-buttons button.validation {
  background: #ee5181;
  color: white;
}
.appointment-popup .appointment-calendar .calendar-buttons button.validation:hover {
  background: #ec3a70;
}
@media screen and (max-width: 768px) {
  .appointment-popup .appointment-calendar {
    padding: 0 2rem;
  }
  .appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours {
    padding: 0;
    margin: 0;
  }
  .appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li {
    padding: 1rem 0 0.75rem 0;
    /* font-size: 1.2rem; */
  }
  .appointment-popup .appointment-calendar .calendar-buttons {
    margin: 0;
  }
}
