/* LOADER */

/* END LOADER */

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  height: 100%;
  display: block;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*body.no-webp {
    background: url("../img/bg.jpg") no-repeat center top;
}

body.webp{
    background: url("../img/bg.webp") no-repeat center top;
}*/

/*@media all and (max-width: 767px) {
    body.no-webp {
        background: #228def;
    }

    body.webp{
        background: #228def;
    }
}*/

.autovbl {
  transition: all 0.1s;
}

.overflow-y {
  overflow-y: auto;
}
.alert-announce {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.alert-announce-bk {
  min-height: 100%;
}

.alert-msg {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.85rem;
}

.alert-announce-bk .alert-msg:first-child {
  margin-top: 0;
}

.alert-msg .alert-msg-content {
  padding: 0 0 0 4px;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}

.alert-msg i {
  padding: 2px 0 0 0;
}

#captchaError {
  display: none;
}

section.main {
  /* background-color: rgba(33, 140, 243, 0.9);*/
  position: relative;
  overflow: hidden;
}

.content-bk {
  /*width: 95%;*/
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 10px rgba(8, 82, 154, 0.75);
  -moz-box-shadow: 0px 0px 50px 10px rgba(8, 82, 154, 0.75);
  box-shadow: 0px 0px 50px 10px rgba(8, 82, 154, 0.75);
}

@keyframes opacity {
  0% {
    opacity: 0;
    margin-bottom: 100px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}

.bgimg-bk {
  position: absolute;
  bottom: -30px;
  right: -52px;
}

.bgimg {
  width: 536px;
  height: 700px;
  animation-name: opacity;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  transition: all 0.6s;
}

.logo {
  max-width: 100%;
  max-height: 100%;
}

#captchaError,
#msgError {
  color: #e73473;
}

.loginform {
  /*display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;*/
  max-width: 80%;
  margin: 0 auto;
}

@media all and (max-width: 950px) {
  .loginform {
    max-width: 100%;
    margin: 0;
  }
}

.lineform {
  position: relative;
  margin: 10px 0;
}

.lineform .icon {
  position: absolute;
  top: 4px;
  left: 15px;
  border-right: 1px solid #dfdfdf;
  height: 38px;
  padding-right: 12px;
  color: #218cf3;
  font-size: 1.5rem;
}

.register-inp {
  height: 45px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-left: 62px;
  width: 100%;
  font-size: 1.5rem;
}

.register-inp:focus {
  border-color: #218cf3 !important;
}

.help_link {
  color: #1d458e;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  margin: 0;
  line-height: 1.2;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.6px;
}

.help_link:hover {
  color: #e63173;
}

.register-submit.btn.btn-radius.btn-shadow {
  border: 1px solid #218cf3;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: 1.4rem;
  background: #218cf3;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  transition: all 0.6s;
}

.register-submit.btn.btn-radius.btn-shadow:hover {
  border: 1px solid #218cf3;
  background: #ffffff;
  color: #218cf3;
  box-shadow: none;
  transition: all 0.6s;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.langform {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}

.langform select {
  height: 30px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;

  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;

  padding: 0 0 0 38px;
  width: 125px;
  font-size: 1rem;
  color: #777777;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

@media all and (max-width: 768px) {
  .langform {
    margin-top: -30px;
  }
  .langform select {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;

    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;

    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
}

.linelangform {
  position: relative;
  margin: 0;
}

.linelangform .icon {
  position: absolute;
  top: 2px;
  left: 10px;
  border-right: 1px solid #dfdfdf;
  height: 26px;
  padding-right: 9px;
  color: #218cf3;
  font-size: 1.1rem;
}

@media all and (max-width: 1490px) {
  .bgimg-bk {
    right: -39px;
  }

  .bgimg {
    width: 500px;
    height: auto;
    transition: all 0.6s;
  }
}

@media all and (max-width: 1370px) {
  .bgimg {
    width: 435px;
    height: auto;
    transition: all 0.6s;
  }
}

@media all and (max-width: 1170px) {
  .bgimg {
    width: 430px;
    height: auto;
    transition: all 0.6s;
  }
}

@media all and (max-width: 1070px) {
  .bgimg {
    width: 400px;
    height: auto;
    transition: all 0.6s;
  }
}

@media all and (max-width: 1024px) {
  .of-2 {
    margin-left: 8.33333% !important;
  }

  .bgimg {
    width: 444px;
    height: auto;
    transition: all 0.6s;
  }
}

@media all and (max-width: 930px) {
  .bgimg {
    width: 380px;
    height: auto;
    transition: all 0.6s;
  }
}

@media all and (max-width: 835px) {
  .bgimg {
    width: 320px;
    height: auto;
    transition: all 0.6s;
  }
}

/** FANCYBOX CONTENT **/

#fancybox-howtoconnect .fancybox-body {
  overflow: hidden;
}

.register {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.register .steps_title {
  justify-content: center;
  /* font-size: 1rem; */
  /* font-weight: 500; */
}

.register .steps_title h1 {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.register .item {
  padding-bottom: 0;
}

.register .steps_card {
  padding: 10px 10px 10px 60px;
  position: relative;
  height: 100%;
  color: #2d2d2d;
}

.register .steps_card::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background: #76c35b;
  left: 23px;
}

.register .steps_card::after {
  width: 60px;
  height: 60px;
  background-color: #76c35b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  top: -2px;
  left: -5px;
  font-size: 2rem;
  position: absolute;
  font-family: "FontAwesome";
}

.register .steps_card.step_one::after {
  content: "\f084";
}

.register .steps_card.step_two::after {
  content: "\f00c";
}

.register .steps_card.step_three::after {
  content: "\f164";
}
.register .steps_card.step_three::before {
  display: none;
}

.register h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #2d2d2d;
  text-transform: uppercase;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
}

.register .steps_card .step_etiqu {
  padding: 6px 10px 6px 10px;
  margin: 0 20px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #76c35b;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  width: 120px;
  min-width: 120px;
  text-align: center;
}
.announce-form {
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.register .step_content {
  padding: 16px 20px 16px 20px;
  margin: 0 0 0 0;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);
  border-left: 4px solid #76c35b;
}

.register .step_content p {
  margin: 0;
  font-size: 0.85rem;
  text-rendering: optimizeLegibility;
}

.register .step_content p a {
  color: #218cf3;
  font-weight: 600;
  text-decoration: none;
}
.lineform .info {
  font-size: 0.8rem;
  color: #1d458e;
}

.msgError.details {
  position: relative;
  left: 100%;
  height: 0;
  z-index: 10;
  display: none;
}

.msgError .webservice {
  font-size: 1rem;
  background-color: white;
  color: #e73473;
  width: 100%;
  height: auto;
  padding-left: 15px;
}

.selection {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  height: 45px !important;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-left: 62px;
  font-size: 1.5rem;
}

.select2-selection {
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  border: none !important;
  align-items: center !important;
}

.select2-selection__rendered {
  color: inherit !important;
  padding-left: 0 !important;
}
.select2-selection__placeholder {
  color: #777777 !important;
}

.select2-selection__arrow {
  margin: 0 0 0 auto !important;
  position: relative !important;
}

.select2-search__field {
  height: 45px !important;
}
.select2-results__options {
  overflow-x: hidden !important;
  width: 100% !important;
  font-family: monospace !important;
  word-break: break-all !important;
  font-size: 1rem !important;
}

#msgError .reason {
  font-size: 0.8rem;
}

.api-availability {
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: flex;
  align-items: center;
}
.api-availability .status {
  width: 18px; 
  height: 18px; 
  border-radius: 50%; 
  background-color: #76c35b; 
  display: inline-block;
  margin-right: 5px;
}

/* Example classes for different statuses */
.api-availability .status.green {
  background-color: #76c35b;
}

.api-availability .status.red {
  background-color: red;
}

.api-availability .status.orange {
  background-color: orange;
}

.api-availability .green {
  color: #76c35b;
}
.api-availability .orange {
  color: #f0ad4e;
}
.api-availability .red {
  color: #d8000c;
}
