/*Error inputs*/
.error-input{
  border: #ff3737 1px  solid !important;
  background: #ffd2d2 !important;
  /*border-style: solid !important;*/
  /*border-color: #ff3737 !important;
  border-style: solid !important;*/
}
.contact-form{
  position: relative;
}
.g-recaptcha{
  margin-top: 10px;
}

.error{
  font-size: 12px !important;
  color: #ff3737 !important;
  text-transform: none !important;
}


.form__recaptcha{
  margin: 30px 0 !important;
}

.message_response{
  width: 100%;
  color: #fff !important;
  text-align: center;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.message_response.success{
  padding: 10px;
  margin-top: 10px;
  background: #35bb35;
  opacity: 1;
  visibility: visible;
}
.message_response.error{
  padding: 10px;
  margin-top: 10px;
  background: #de3939;
  opacity: 1;
  visibility: visible;
}

.g-signin2 .abcRioButton{
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.change-svg-barcode svg{
  width: 165px;  /*155 150*/
  height: 160px;
}

/*Loader*/
.sk-double-bounce {
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ab6bd6;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-double-bounce 2.0s infinite ease-in-out;
  animation: sk-double-bounce 2.0s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce-2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.custom-disabled{
  opacity: 0.5;
}