#calendesk-calendar {
  width: 65% !important;
  margin-top: 35px !important;
  padding: 0;
  min-height: 150px;
}

#calendesk-slots-popup {
  width: 35%;
  border-top: solid 1px rgb(212, 212, 212);
  margin-top: 113px;
  padding: 20px;
}
@media (max-width: 992px) {
  #calendesk-slots-popup {
    width: auto;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  #calendesk-slots {
    margin-bottom: 25px;
  }
}

.slot {
  padding: 10px;
  background-color: #eee;
  cursor: pointer;
  text-align: center;
  transition-duration: 0.4s;
  border-radius: 8px;
}

.slot.isAvailable {
  background-color: rgb(228, 238, 246);
  color: rgb(66, 140, 229);
}

.slot.isAvailable.selected {
  background-color: rgb(66, 140, 229);
  color: white;
}

#schedule-meeting-btn {
  display: none;
  background-color: #0d7b57;
  color: white;
}

.slot.isUnvailable {
  background-color: rgb(235, 235, 235);
  color: rgb(164, 164, 164);
}

.slot.isUnvailable:hover {
  cursor: not-allowed;
}

.unavailable {
  cursor: not-allowed;
}

.slots-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.langx_calendar {
  display: flex;
  border-bottom: solid 1px rgb(212, 212, 212);
}
@media (max-width: 992px) {
  .langx_calendar {
    flex-direction: column;
  }
}
.langx_calendar .no-slots {
  font-family: "Kanit";
  font-weight: 300;
  color: rgb(92, 92, 92);
  font-size: 14px;
  grid-column: span 2;
}
.langx_calendar__wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .langx_calendar__wrapper {
    width: auto;
    margin: auto;
  }
}
.langx_calendar__cancel {
  font-family: "Kanit" !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: rgb(92, 92, 92) !important;
  border: solid 1px rgb(92, 92, 92) !important;
  background-color: white !important;
  border-radius: 10px !important;
  padding: 11px 32px !important;
  margin-right: 12px;
}
@media (max-width: 992px) {
  .langx_calendar__cancel {
    width: 100%;
    margin-right: 0;
  }
}
.langx_calendar__continue {
  font-family: "Kanit" !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: white !important;
  background-color: rgb(66, 140, 229) !important;
  border-radius: 10px !important;
  padding: 11px 32px !important;
  font-size: 16px !important;
  display: none;
}
@media (max-width: 992px) {
  .langx_calendar__continue {
    width: 100%;
  }
}
.langx_calendar__navigation {
  display: flex;
  margin-top: 15px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .langx_calendar__navigation {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.langx_calendar__navigation--steps {
  display: flex;
  gap: 40px;
  margin-right: auto;
}
@media (max-width: 992px) {
  .langx_calendar__navigation--steps {
    margin-top: 20px;
  }
}
.langx_calendar__navigation--steps span {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-family: "Kanit" !important;
  background-color: rgb(235, 235, 235);
  color: rgb(164, 164, 164);
}
.langx_calendar__navigation--firststep {
  position: relative;
}
.langx_calendar__navigation--firststep::after {
  content: "";
  height: 2px;
  top: 15px;
  background-color: rgb(235, 235, 235);
  position: absolute;
  right: -40px;
  width: 40px;
}
.langx_calendar__navigation--firststep.active {
  background-color: rgb(66, 140, 229) !important;
  color: white !important;
}
.langx_calendar__navigation--secondstep.active {
  background-color: rgb(66, 140, 229) !important;
  color: white !important;
}
.langx_calendar__timezone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.langx_calendar__timezone span {
  font-size: 16px;
  font-family: "Kanit";
  color: black;
}

#timezoneSelect {
  padding: 7px;
  font-size: 13px;
  font-weight: 300;
  width: 120px;
  border-radius: 7px;
  background-color: transparent;
  border: solid 1px rgb(66, 140, 229);
  font-family: "Kanit";
}

#calendesk-calendar .vanilla-calendar-days {
  gap: 10px;
}
#calendesk-calendar .vanilla-calendar-day {
  width: 40px;
  height: 40px;
  color: rgb(92, 92, 92);
  background-color: rgb(255, 255, 255);
}
#calendesk-calendar .vanilla-calendar-day__btn {
  border-radius: 8px;
  width: 100%;
  opacity: 0.3;
}
#calendesk-calendar .vanilla-calendar-day__btn_selected {
  background-color: rgb(66, 140, 229);
  color: white;
  opacity: 1;
}
#calendesk-calendar .vanilla-calendar-day__btn_today {
  background-color: rgb(228, 238, 246);
  color: rgb(66, 140, 229);
}
#calendesk-calendar .vanilla-calendar-day .unavailable {
  background-color: rgb(255, 255, 255);
  color: rgb(203, 203, 203);
}
#calendesk-calendar .vanilla-calendar-day .available {
  opacity: 1;
}
#calendesk-calendar .vanilla-calendar-year {
  color: white !important;
}

.elementor-kit-14 button,
.elementor-kit-14 input[type=button],
.elementor-kit-14 input[type=submit],
.elementor-kit-14 .elementor-button {
  background-color: red;
}

#calendar-preloader {
  position: absolute;
  margin-top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0958b7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#schedule-meeting-btn.loading {
  pointer-events: none;
  position: relative;
  opacity: 0.5;
  cursor: not-allowed;
}

#schedule-meeting-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}

.reservation-popup {
  background-color: #4caf50; /* Zielony kolor */
  color: #fff;
  z-index: 999;
  top: 10%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.vanilla-calendar-header__content {
  flex-grow: 0;
  margin-right: 30px;
  padding: 0;
}
@media (max-width: 992px) {
  .vanilla-calendar-header__content {
    margin-right: auto;
  }
}

.vanilla-calendar-arrow_prev {
  order: 2;
}

.vanilla-calendar-arrow_next {
  order: 3;
}

.vanilla-calendar-year {
  display: none;
}

.vanilla-calendar-month {
  background: transparent !important;
  color: black !important;
  font-size: 26px;
  padding: 0 !important;
}

.home .popup-content {
  width: 980px;
  min-height: 150px;
}

.home .popup-content .cardpopup {
  border-radius: 32px;
}

.vanilla-calendar-day__btn {
  font-family: "Kanit" !important;
  font-size: 18px !important;
  padding: 0 !important;
  font-weight: 300 !important;
}

.vanilla-calendar-week__day {
  font-family: "Kanit" !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

.vanilla-calendar-week {
  margin-bottom: 18px;
}

.home .popup-content .vanilla-calendar-arrow {
  background: rgb(228, 238, 246);
  border-radius: 10px;
  margin-right: 5px;
  padding: 19px 23px;
}

.vanilla-calendar-arrow.vanilla-calendar-arrow_next::before,
.vanilla-calendar-arrow.vanilla-calendar-arrow_prev::before {
  background-size: 14px;
}

.home .popup-content .profile-picture {
  width: 48px;
}

.home .popup-content .imageclumn::before {
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  left: -3px;
  border: 2px solid red;
  border-radius: 100%;
  top: -3px;
  z-index: 0;
}

.home .popup-content .lektorname {
  color: rgb(146, 139, 139);
  font-family: "Kanit" !important;
  font-size: 18px;
  font-weight: 400;
  padding-top: 0;
}

.home .popup-content .cardpopup {
  padding: 36px;
  min-height: 150px;
}

.home .popup-content .flag img {
  max-width: 22px;
}

.home .popup-content .infoclumn .spec {
  background: rgb(228, 238, 246);
  border-radius: 6px;
  color: rgb(66, 140, 229);
}
.home .popup-content .infoclumn__confirm-title {
  font-size: 30px;
  margin-top: 14px;
}

.home .cardpopup .header {
  gap: 14px;
}

.teacher-avatar {
  width: 100px;
  border-radius: 50%;
  border: solid 4px red;
}

.home .cardpopup .vanilla-calendar-header {
  margin: 15px 0px 25px;
}

.home .cardpopup .vanilla-calendar-content {
  border-top: solid 1px rgb(212, 212, 212);
  padding: 22px 0;
  border-right: solid 1px rgb(212, 212, 212);
}
@media (max-width: 992px) {
  .home .cardpopup .vanilla-calendar-content {
    border-right: none;
  }
}

#calendesk-confirmation-popup {
  padding-top: 30px;
  border-top: solid 1px rgb(212, 212, 212);
}
@media (max-width: 992px) {
  #calendesk-confirmation-popup {
    border-right: 0;
  }
}

.home .cardpopup .user-calendar {
  display: flex;
}

[data-step="2"] {
  display: none;
}

.cardpopup .confirmation {
  background-image: url("../confirmation.png");
  width: 48px;
  background-size: contain;
  height: 48px;
}

.cardpopup .content {
  margin-top: 0;
}

#calendesk-confirmation-popup {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  gap: 8px;
  border-bottom: solid 1px rgb(212, 212, 212);
  font-family: "Kanit" !important;
}
#calendesk-confirmation-popup #confirm-teacher {
  font-size: 22px;
  color: black;
  font-weight: 300;
}
#calendesk-confirmation-popup #confirm-teacher-role {
  background: rgb(228, 238, 246);
  border-radius: 6px;
  text-transform: capitalize;
  padding: 4px 15px;
  font-size: 14px;
  color: rgb(66, 140, 229);
}
#calendesk-confirmation-popup #confirm-date {
  font-size: 26px;
  color: black;
  font-family: "Karma", sans-serif;
  margin-top: 20px;
  font-weight: 500;
  display: block;
}
#calendesk-confirmation-popup #confirm-time {
  font-weight: 300;
  display: block;
  color: rgb(95, 95, 95);
}

.user-timezone-form {
  padding: 0 10px;
}
.user-timezone-form #user_timezone {
  background-color: white;
}

/*# sourceMappingURL=calendesk-scheduler.css.map */
