/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.32px;
}

.btn-common {
  background-color: #3ecf8e;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border-filled {
  width: 250px;
  height: 48px;
  margin-left: 133px;
  background: #FFFFFF;
  border-radius: 1000px;
  color: #232329;
}

.btn-continue {
  width: 127px;
  height: 32px;
  display: flex;
  border-radius: 8px;
  background: #00C172;
  padding: 0 6px 0 10px;
  align-items: center;
  gap: 4px;
}


.btn-border-filled:hover {
  border: double 2px transparent;
  border-radius: 1000px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), radial-gradient(circle at top left, #4285F4 0%, #34A853 29.69%, #FBBC05 62.5%, #EB4335 100%);
  color: #0b0b0b;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0px 0px 40px rgba(251, 188, 5, 0.4);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
}

.btn-singin-dark {
  margin-left: 150px;
  padding: 12px 24px;
  width: 170px;
  height: 48px;
  color: #FFFFFF;
  background: linear-gradient(95.29deg, rgba(255, 255, 255, 0.04) 3.5%, rgba(255, 255, 255, 0) 110.01%, rgba(255, 255, 255, 0.0128) 110.01%);
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.3)

}

.btn-singin-light {
  display: flex;
  align-items: center;
  margin-left: 57px;
  margin-right: 12px;
  padding: 0 6px;
  width: 155px;
  height: 32px;
  border-radius: 8px;
  background: #00C172;
  gap: 4px;
  margin-top: 12px;

}
.btn-singin {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 0 6px;
  width: 155px;
  height: 32px;
  border-radius: 8px;
  background: #00C172;
  gap: 4px;
}

.btn-img-right {
  margin-right: 6px;
}

.users {
  margin-top: 16px;
  text-align: center;
  line-height: 24px !important;
  text-shadow: 0px 0px 48px rgba(0, 0, 0, 0.4);
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #DFDFE4;
}

.btn-hover:hover,
.btn-hover:active,
.btn-hiver:focus {
  border-radius: 8px;
  background:  #33CD8E;
  color: #FFFFFF;
}

.btn-hover-singin:hover,
.btn-hover-singin:active,
.btn-hover-singin:focus {
  background: #FFFFFFE5;
  color: #232329;

}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: 'Poppins', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-big {
  /*margin-right: -15px;*/
  /*margin-top: 5px*/
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
