@font-face {
  font-family: "FSAlbert-regular";
  src: url("/resources/fonts/FS-Albert.ttf");
}
@font-face {
  font-family: "FSAlbert-bold";
  src: url("/resources/fonts/FS-Albert-Bold.ttf");
}
body {
  margin: 0;
  line-height: 1.5;
}

.mobile-only {
  display: block;
  height: 100%;
}

button {
  line-height: 1.5;
}

.desktop-only {
  display: none;
}

.center {
  text-align: center;
}

.mobile-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.login-cart-mobile-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.title {
  font-family: FSAlbert-regular;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 18px;
}
.title.black {
  color: #000000;
}
.title.dark {
  color: #559900;
}
.title.primary {
  color: #78BE20;
}
.title.bold {
  font-family: FSAlbert-bold;
}

.subtitle {
  font-family: FSAlbert-regular;
  color: #FFFFFF;
  padding-bottom: 5px;
}
.subtitle.dark {
  color: dark;
}
.subtitle.black {
  color: #000000;
}

.welcome-text {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: start;
  padding-top: 20px;
}

.main {
  display: grid;
  height: 100vh;
  grid-template-columns: auto;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "header header header header" "settings settings settings settings" "content content content content" "footer footer footer footer";
}

.header {
  grid-area: header;
  background-color: #78BE20;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "logo title title logout";
}
.header .logo {
  display: flex;
  margin: 4px;
  padding: 5px;
}
.header .logout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 25px;
}
.header .logout .info {
  content: url("/resources/images/Log-out.svg");
}

.settings {
  grid-area: settings;
  background-color: #F7F7F7;
}
.settings .wcag {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.settings .wcag .text-big {
  font-family: FSAlbert-bold;
  color: #75787B;
  font-size: 20px;
}
.settings .wcag .text-small {
  font-family: FSAlbert-bold;
  color: #75787B;
  font-size: 12px;
}
.settings .wcag .font-size {
  display: flex;
  align-items: center;
}
.settings .wcag .font-size input {
  margin-left: 5px;
  margin-right: 5px;
}
.settings .wcag .language {
  display: flex;
  align-items: center;
}

.content {
  grid-area: content;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F7F7F7;
}

.field {
  display: flex;
  flex-direction: column;
}
.field label {
  font-family: FSAlbert-bold;
  color: #424242;
  padding-bottom: 5px;
}
.field input {
  min-height: 50px;
}

button {
  width: 100%;
  min-height: 50px;
  font-family: FSAlbert-bold;
  box-shadow: 0px 4px 8px rgba(50, 50, 71, 0.06);
  border-radius: 6px;
  border-width: 0px;
  padding: 10px;
}

.action-button {
  background-color: #78BE20;
  color: #000000;
}

.disabled-button {
  background-color: #D4D4D4;
  color: #75787B;
}

input[type=range] {
  width: 131px;
  min-height: 20px;
  color: #559900;
  background: none;
  -webkit-appearance: none;
  border-radius: 20px;
  border: 1px solid #F7F7F7;
  overflow: hidden;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #559900;
  border: 1px solid;
  border-radius: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  box-shadow: 0px 0 0 -5px #999999, 6px 0 0 -5px #999999, 7px 0 0 -5px #999999, 8px 0 0 -5px #999999, 9px 0 0 -5px #999999, 10px 0 0 -5px #999999, 11px 0 0 -5px #999999, 12px 0 0 -5px #999999, 13px 0 0 -5px #999999, 14px 0 0 -5px #999999, 15px 0 0 -5px #999999, 16px 0 0 -5px #999999, 17px 0 0 -5px #999999, 18px 0 0 -5px #999999, 19px 0 0 -5px #999999, 20px 0 0 -5px #999999, 21px 0 0 -5px #999999, 22px 0 0 -5px #999999, 23px 0 0 -5px #999999, 24px 0 0 -5px #999999, 25px 0 0 -5px #999999, 26px 0 0 -5px #999999, 27px 0 0 -5px #999999, 28px 0 0 -5px #999999, 29px 0 0 -5px #999999, 30px 0 0 -5px #999999, 31px 0 0 -5px #999999, 32px 0 0 -5px #999999, 33px 0 0 -5px #999999, 34px 0 0 -5px #999999, 35px 0 0 -5px #999999, 36px 0 0 -5px #999999, 37px 0 0 -5px #999999, 38px 0 0 -5px #999999, 39px 0 0 -5px #999999, 40px 0 0 -5px #999999, 41px 0 0 -5px #999999, 42px 0 0 -5px #999999, 43px 0 0 -5px #999999, 44px 0 0 -5px #999999, 45px 0 0 -5px #999999, 46px 0 0 -5px #999999, 47px 0 0 -5px #999999, 48px 0 0 -5px #999999, 49px 0 0 -5px #999999, 50px 0 0 -5px #999999, 51px 0 0 -5px #999999, 52px 0 0 -5px #999999, 53px 0 0 -5px #999999, 54px 0 0 -5px #999999, 55px 0 0 -5px #999999, 56px 0 0 -5px #999999, 57px 0 0 -5px #999999, 58px 0 0 -5px #999999, 59px 0 0 -5px #999999, 60px 0 0 -5px #999999, 61px 0 0 -5px #999999, 62px 0 0 -5px #999999, 63px 0 0 -5px #999999, 64px 0 0 -5px #999999, 65px 0 0 -5px #999999, 66px 0 0 -5px #999999, 67px 0 0 -5px #999999, 68px 0 0 -5px #999999, 69px 0 0 -5px #999999, 70px 0 0 -5px #999999, 71px 0 0 -5px #999999, 72px 0 0 -5px #999999, 73px 0 0 -5px #999999, 74px 0 0 -5px #999999, 75px 0 0 -5px #999999, 76px 0 0 -5px #999999, 77px 0 0 -5px #999999, 78px 0 0 -5px #999999, 79px 0 0 -5px #999999, 80px 0 0 -5px #999999, 81px 0 0 -5px #999999, 82px 0 0 -5px #999999, 83px 0 0 -5px #999999, 84px 0 0 -5px #999999, 85px 0 0 -5px #999999, 86px 0 0 -5px #999999, 87px 0 0 -5px #999999, 88px 0 0 -5px #999999, 89px 0 0 -5px #999999, 90px 0 0 -5px #999999, 91px 0 0 -5px #999999, 92px 0 0 -5px #999999, 93px 0 0 -5px #999999, 94px 0 0 -5px #999999, 95px 0 0 -5px #999999, 96px 0 0 -5px #999999, 97px 0 0 -5px #999999, 98px 0 0 -5px #999999, 99px 0 0 -5px #999999, 100px 0 0 -5px #999999, 101px 0 0 -5px #999999, 102px 0 0 -5px #999999, 103px 0 0 -5px #999999, 104px 0 0 -5px #999999, 105px 0 0 -5px #999999, 106px 0 0 -5px #999999, 107px 0 0 -5px #999999, 108px 0 0 -5px #999999, 109px 0 0 -5px #999999, 110px 0 0 -5px #999999, 111px 0 0 -5px #999999, 112px 0 0 -5px #999999, 113px 0 0 -5px #999999, 114px 0 0 -5px #999999, 115px 0 0 -5px #999999, 116px 0 0 -5px #999999, 117px 0 0 -5px #999999, 118px 0 0 -5px #999999, 119px 0 0 -5px #999999, 120px 0 0 -5px #999999, 121px 0 0 -5px #999999, 122px 0 0 -5px #999999, 123px 0 0 -5px #999999, 124px 0 0 -5px #999999, 125px 0 0 -5px #999999, 126px 0 0 -5px #999999, 127px 0 0 -5px #999999, 128px 0 0 -5px #999999, 129px 0 0 -5px #999999, 130px 0 0 -5px #999999, 131px 0 0 -5px #999999;
  margin-top: -5px;
}
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: #559900;
  content: "";
  height: 6px;
  border-radius: 5px;
}
input[type=range]::-moz-range-track {
  border-radius: 20px;
  width: 131px;
  height: 6px;
  background: #999999;
}
input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #559900;
  border-radius: 10px;
  border: 1px solid;
  position: relative;
}
input[type=range]::-moz-range-progress {
  height: 6px;
  background: #559900;
  border-radius: 20px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: url("/resources/images/arrowDown.svg") no-repeat right #F7F7F7;
  font-family: FSAlbert-bold;
  padding-right: 25px;
  color: #75787B;
}

input {
  border-radius: 10px;
  border-color: #999999;
  border-style: solid;
}
input:focus {
  outline: none !important;
  box-shadow: 0 0 5px #559900;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/resources/images/Agenda.svg) no-repeat;
  width: 30px;
  height: 20px;
}

input[type=date] {
  padding-left: 10px;
}

.schedule-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
  height: 100%;
}

.timeslot {
  background-color: #FFFFFF;
  border: #E1E8F3;
  border-radius: 10px;
  font-family: FSAlbert-regular;
  color: #000000;
  min-height: 60px;
  padding: 15px;
  text-align: start;
}
.timeslot.button {
  text-align: center;
}

.timeslot::first-letter, .selected-timeslot::first-letter {
  text-transform: uppercase;
}

.timeslot-title {
  font-family: FSAlbert-bold;
  color: #424242;
}

.timeslot-info {
  font-family: FSAlbert-regular;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
}
.timeslot-info.title {
  margin: 0;
}

.timeslot-selection-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.selected-timeslot {
  background-color: #AED879;
  min-height: 60px;
  font-family: FSAlbert-regular;
  color: #000000;
  border-color: #78BE20;
  border-radius: 10px;
  padding: 15px;
  text-align: start;
}

.current {
  min-height: 50px;
  padding: 10px;
  padding-left: 15px;
}

.center-button-container {
  display: flex;
  justify-content: center;
}
.center-button-container button {
  width: 80%;
}
.center-button-container.logout {
  height: 100%;
  align-items: center;
}

.appointment-summary-container {
  display: flex;
  flex-direction: column;
}

.alert-popup {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #F7F7F7;
  width: 85vw;
  text-align: center;
  border-radius: 18px;
  padding: 12px;
}
.alert-popup .subtitle {
  margin: 0;
}
.alert-popup .alert-decision-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.alert-popup .selected-timeslot {
  margin-bottom: 20px;
  width: 100%;
}
.alert-popup button {
  width: 80%;
  min-height: 60px;
}

.alert-popup-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
  left: 0;
  background-color: rgba(54, 60, 64, 0.8);
}

@font-face {
  font-family: "FSAlbert-regular";
  src: url("/resources/fonts/FS-Albert.ttf");
}
@font-face {
  font-family: "FSAlbert-bold";
  src: url("/resources/fonts/FS-Albert-Bold.ttf");
}
@media only screen and (min-width: 768px) {
  .main .mobile-only {
    display: none;
  }
  .main .desktop-only {
    display: block;
    height: 100%;
  }
  .main .header .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: revert;
  }
  .main .settings .wcag {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .settings .wcag .subtitle {
    color: #75787B;
    padding: 0;
  }
  .main .settings .wcag .language {
    margin-right: 40px;
    margin-left: 40px;
  }
  .main .login-cart-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .login-cart {
    display: flex;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 8px 8px 6px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #78BE20;
    margin-top: 5%;
    margin-bottom: 15%;
  }
  .main .login-cart .login {
    height: 100%;
    background-color: #F7F7F7;
    border-bottom-right-radius: inherit;
  }
  .main .login-cart .login .login-container {
    margin: 40px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .main .login-cart .login .login-container .field {
    width: 100%;
  }
  .main .login-cart .login .login-container button {
    width: 80%;
  }
  .main .login-cart .login .login-container label {
    text-align: start;
  }
  .main .login-cart .logo {
    height: 100%;
    width: 50%;
    background-color: #78BE20;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: inherit;
  }
  .main .schedule-container {
    margin-left: 15%;
    margin-right: 15%;
    gap: 50px;
  }
  .main .schedule-container .timeslot-info {
    width: 50%;
  }
  .main .schedule-container .new-appointment-container {
    display: flex;
    flex-direction: column;
  }
  .main .schedule-container .timeslot-selection-container {
    flex-direction: row;
    gap: 3%;
  }
  .main .schedule-container .center-button-container {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .main .schedule-container .center-button-container button {
    width: 31%;
  }
  .main .schedule-container .appointment-summary-container .selected-timeslot {
    width: 300px;
  }

  .alert-popup-container .alert-popup {
    width: 40vw;
  }
  .alert-popup-container .alert-popup .alert-decision-button-container {
    flex-direction: row;
  }
  .alert-popup-container .alert-popup .selected-timeslot {
    width: 80%;
  }
}
@font-face {
  font-family: "FSAlbert-regular";
  src: url("/resources/fonts/FS-Albert.ttf");
}
@font-face {
  font-family: "FSAlbert-bold";
  src: url("/resources/fonts/FS-Albert-Bold.ttf");
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #AED879;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

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