body.modal-is-open{
    overflow: hidden;
}
.slide-wheel-parent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, rgba(90, 128, 147, 0.77), rgba(40, 81, 170, 0.77));
    z-index: 1000000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    display: none;
}
.slide-wheel-parent.slide-open{
    display: flex;
}
.captcha-close-button{
    padding: 8px;
    position: absolute !important;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: #000;
    
}
.captcha-info{
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.captcha-heading{
  font-size: 24px;
  margin-bottom: 0px;
  color: #42caff;
}
.captcha-close-button svg{
    width: 20px;
    height: 20px;
}
.wheel-wrapper{
    background: url(images/bg1.jpg) no-repeat center center;
    width: 500px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    
}

.wheel-wrapper::before{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black,black,black,black,black,black, transparent);
  position: absolute;
}
.wheel-wrapper *{
  z-index: 2;
  position: relative;
}
* {
    font-family: verdana, arial, sans-serif;
  }
  
  
  .are-you-human-slide-wrapper {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    padding: 0px 0;
  }
  
  .are-you-human-slide-wrapper #validated {
    opacity: 0;
    display: block;
    text-align: center;
    transition: all 1s;
    margin-top: 20px;
    font-size: 20px;
    color: rgb(12, 94, 32);
  }
  
  .are-you-human-slide-wrapper #validated.true {
    opacity: 1;
  }
  
  .are-you-human-slide-wrapper label {
    position: relative;
    width: 100%;
    height: 20px;
    display: block;
    margin: auto;
  }
  
  .are-you-human-slide-wrapper #result {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    color: white;
    position: absolute;
    right: 0;
    top: -12px;
  }
 
  .are-you-human-slide-wrapper h1 {
    text-align: center;
  }
  
  .are-you-human-slide-wrapper p {
    text-align: center;
  }

  .change-captcha-button{
      max-width: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 10px;
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
  }
  .change-captcha-button svg{
      margin-left: 10px;
  }

/* css */
.are-you-human-wrapper{
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.are-you-human-wrapper .dcontent{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(35deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  padding: 10px 16px;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.are-you-human-wrapper label{
    color: #fff;
    margin-bottom: 0px;
}
.are-you-human-wrapper .are-you-human-button{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.are-you-human-wrapper .are-you-human-button.checked{
    border: 1px solid rgb(25, 163, 32);
}

.are-you-human-wrapper .are-you-human-button .are-you-human-result{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#b5ecb8;
    display: none;
}
.are-you-human-wrapper .are-you-human-button.checked .are-you-human-result{
    display: flex;
}

.are-you-human-wrapper .are-you-human-button .are-you-human-result img{
    width: 60%;
}
.are-you-human-message{
    text-align: center;
    display: none;
    background:rgb(167, 50, 50);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.are-you-human-message.show{
    display: block;
}
#message-after-email {
  
  width: 100%;
  position: fixed;
  top: 50%;
  z-index: 10000;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background: rgb(201, 7, 7);
}
#message-after-email #image-captcha-success-result-message {
  background: #57B6E9;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
#message-after-email .tcm-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#message-after-email #image-captcha-success-result-message p{
  color: #fff;
}
.wheel-wrapper .change-captcha-button{
    color: #fff;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.wheel-wrapper .change-captcha-button svg{
    stroke: #fff;
    width: 18px;
    height: 18px;
    margin-left: 8px;
}
.wheel-wrapper .check-captcha-button{
    background: linear-gradient(to right, #1794e7, #8a52d3);
    border-radius: 0px;
    color: #fff;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.captcha-is-wrong-modal-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.767);
    z-index: 1000000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

.captcha-is-wrong-modal-wrapper.close{
    display: none;
}

.captcha-is-wrong-modal{
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: #930b0b;
    border-radius: 0px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100000;
    text-align: center;
}

.captcha-is-wrong-modal-ok{
    padding: 6px 20px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ffffff;
    text-align: center;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}


/************** Nick Code ******************/
.are-you-human-images{
  margin-bottom: 20px;
}
.are-you-human-images .images-wrapper{
  width: 100%;
  padding-top: 50%;
  position: relative;
  box-shadow: 0px 0px 50px 10px #143955;
}

.are-you-human-images .images-wrapper .img{
  position: absolute;
  top: 0;
  transition: 1s all;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s all;
}
.are-you-human-images .images-wrapper .img .hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(172, 206, 238, 0.164), rgba(189, 161, 253, 0.651));
  opacity: 0;
  transition: 0.5s all;
}
.are-you-human-images .images-wrapper .img:hover .hover{
  opacity: 1;
}

.are-you-human-images .images-wrapper .img-clicked{

}


.are-you-human-images .images-wrapper .img-clicked::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(35deg, #007fd4, #863cda);
  border: 1px solid rgb(170, 208, 233);
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(25%);
}

.are-you-human-images .images-wrapper .img::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(to right, #000, transparent);
}

.are-you-human-images .images-wrapper .img.img1{
  left: 0%;
}
.are-you-human-images .images-wrapper .img.img2{
  left: 25%;
}
.are-you-human-images .images-wrapper .img.img3{
  left: 50%;
}
.are-you-human-images .images-wrapper .img.img4{
  left: 75%;
}


.are-you-human-images .images-wrapper .img-clicked.img1::before{
  content: "1";
}
.are-you-human-images .images-wrapper .img-clicked.img2::before{
  content: "2";
}
.are-you-human-images .images-wrapper .img-clicked.img3::before{
  content: "3";
}
.are-you-human-images .images-wrapper .img-clicked.img4::before{
  content: "4";
}
