/* METEOGUARD CAPTCHA */

/* .captcha_at {
  right: calc(50vw - 60px) !important;
  bottom: 50vh !important;
  overflow: visible !important;
}
.captcha_at::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 0px;
  top: 0px;
}

#cpt_slide {
  border-radius: 8px !important;
  overflow: visible !important;
  flex-direction: column;
  align-items: center;
  right: 0px !important;
  width: 140px !important;
  height: 200px !important;
  justify-content: space-around;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px 2px rgba(0, 0, 0, 0.1), 0 2px 4px 2px rgba(0, 0, 0, 0.1) !important;
}

.cpt_logo * {
  display: none;
}
.cpt_logo {
  position: relative;
}

@keyframes rotateguard {
  0% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(180deg);
  }
  45% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(0deg);
  }
}

.cpt_logo::before {
  content: '';
  height: 80px;
  width: 80px;
  background-image: url('/_admin/assets/content/icon/static/meteoguard_icon.svg');
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -20px;
  right: -10px;
  animation-name: rotateguard;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.cpt_logo::after {
  content: '';
  height: 15px;
  width: 100px;
  background-image: url('/_admin/assets/content/icon/static/meteoguard_font.svg');
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -50px;
  right: -22px;
}

.captcha_at #cpt_slide .cpt_content {
  background-color: #fff !important;
  padding-top: 10px !important;
  padding-left: 0px !important;
  align-items: center;
}
.captcha_at #cpt_slide .cpt_content .cpt_links {
  padding-top: 0px !important;
} */
