#thumbnail .topContainer {
  min-height: 100vh;
  width: 100vw;
}

#thumbnail .elements {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}

#thumbnail .branding {
  width: 90vw;
}

#thumbnail .branding-logo {
  max-height: 90px;
}

#thumbnail .wrapper {
  position: relative;
  width: 960px;
  height: 540px;
}

#thumbnail .webvideo {
  aspect-ratio: 16/9;
  max-width: 100%;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  border-radius: 10px;
  border-style: solid;
}

#thumbnail .button {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#thumbnail .mask {
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: 10;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
}

#thumbnail .profil {
  height: 100%;
  position: absolute;
  left: 0px;
  transform: translateX(-25%);
  opacity: 1;
}

#thumbnail .loader-container {
  position: absolute;
  background-color: rgb(230, 230, 230);
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  z-index: 99;
  pointer-events: none;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  border-radius: 10px;
  border-style: solid;
}

#thumbnail .loader-wrapper {
  position: relative;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

#thumbnail .loader {
  position: absolute;
  height: 100%;
  width: 100%;
}

#calendar {
  height: inherit;
  width: 100%;
  visibility: visible;
  min-width: 420px;
  margin-left: 30px;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
  #thumbnail .branding {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  #thumbnail .branding-logo {
    max-height: 70px;
  }

  #thumbnail .wrapper {
    width: 85%;
    height: auto;
  }

  #thumbnail .button {
    width: 40px;
  }

  #thumbnail .mask {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: 130px;
    height: 130px;
  }

  #calendar {
    min-width: 350px;
  }
}

@media (max-width: 768px) {
  #thumbnail .branding {
    display: flex;
    justify-content: center;
  }

  #thumbnail .branding-logo {
    max-height: 60px;
    margin-bottom: 2rem !important;
  }

  #thumbnail .wrapper {
    width: 85%;
    height: auto;
  }

  #thumbnail .button {
    width: 40px;
  }

  #thumbnail .mask {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: 120px;
    height: 120px;
  }

  #thumbnail .elements {
    flex-direction: column;
  }

  #calendar {
    min-width: 100%;
    margin-top: 50px;
    margin-left: 0px;
  }
}

@media (max-width: 576px) {
  #thumbnail .wrapper {
    width: 90%;
    height: auto;
  }

  #thumbnail .elements {
    flex-direction: column;
  }

  #thumbnail .button {
    width: 40px;
  }

  #thumbnail .mask {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: 78px;
    height: 78px;
  }

  #calendar {
    min-width: 100%;
    margin-top: 50px;
    margin-left: 0px;
  }
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #635bff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.fade-out {
  -moz-animation: cssAnimation 0s ease-in 2s forwards;
  -webkit-animation: cssAnimation 0s ease-in 2s forwards;
  -o-animation: cssAnimation 0s ease-in 2s forwards;
  animation: cssAnimation 0s ease-in 2s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

#popup .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;

  color: #36296a;
}

#popup .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;

  color: #36296a;
}

#popup .button {
  padding-left: 30px;
  padding-right: 30px;
}

#popup .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
