@font-face {
  font-family: 'icomoon';
  src: url('https://www.affilaxy.com/promos/regforms/generators/sexklik/assets/styles/fonts/icomoon.eot?syif41');
  src: url('https://www.affilaxy.com/promos/regforms/generators/sexklik/assets/styles/fonts/icomoon.eot?syif41#iefix') format('embedded-opentype'), url('../../../sexklik/assets/styles/fonts/icomoon_syif41.ttf') format('truetype'), url('https://www.affilaxy.com/promos/regforms/generators/sexklik/assets/styles/fonts/icomoon.woff?syif41') format('woff'), url('https://www.affilaxy.com/promos/regforms/generators/sexklik/assets/styles/fonts/icomoon.svg?syif41#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-transgendericon3:before {
  content: "\e904";
}
.icon-trans:before {
  content: "\e903";
}
.icon-trans_logo_main2:before {
  content: "\e901";
}
.icon-transgendericon2:before {
  content: "\e902";
}
.icon-transgendericon:before {
  content: "\e900";
}
input:focus {
  outline: none;
}
label,
i.fa,
.form-icon,
.form-icon-input,
.form-onlines-count,
.form-head {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.error {
  position: absolute;
  text-align: right;
  font-size: 10px;
  color: red;
  right: 0;
  bottom: -11px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.form-container {
  padding: 0;
  margin: 0;
  width: auto;
}
.step {
  display: none;
}
.step .input-group {
  margin: 0 0 15px;
  width: 100%;
}
.step:first-child {
  display: block;
}
.form-head {
  font-size: 20px;
  text-shadow: 1px 1px 0 #000;
  background: #fe6be3;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 15px 5px;
}
.form-body {
  padding: 30px;
}
.form-body .label-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.form-footer {
  padding: 0 30px 30px;
  font-size: 10px;
  text-align: center;
}
.step-agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.step-agreement .agreement-area {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.step-agreement .agreement-area P,
.step-agreement .agreement-area ul {
  margin: 0;
}
.step-agreement .agreement-area::-webkit-scrollbar {
  width: 5px;
}
.step-agreement .agreement-area::-webkit-scrollbar-track {
  background: #ccc;
}
.step-agreement .agreement-area::-webkit-scrollbar-thumb {
  background: #777;
}
.step-agreement .agreement-area::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.step-agreement .agreement-area .agreement-area-inner {
  padding: 2px 5px 10px 5px;
  font-size: 10px;
}
.step-agreement .agreement-area .agreement-area-inner ul,
.step-agreement .agreement-area .agreement-area-inner ol {
  padding: 0 0 0 15px;
}
.step-agreement .agreement-area .agreement-area-inner a {
  color: inherit;
  font-weight: bold;
  transition: all 0.4s;
}
.step-agreement .agreement-area .agreement-area-inner a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cbx {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 13px;
  height: 13px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #000;
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 5px;
  top: -1px;
  border-radius: 1px;
}
.cbx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #000;
}
.form-submit-btn {
  cursor: pointer;
  position: relative;
}
.loader {
  position: absolute;
  font-size: 10px;
  color: green;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loader span {
  position: absolute;
}
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}
::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
:-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
::-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
::placeholder {
  color: #bbb;
  font-weight: 400;
}