.register_on_www_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 100000;
  overflow-y: auto;
}


.box_welcome_tutorial_sms a {
  text-decoration: none;
}

.box_welcome_tutorial_sms .fnt_blue01 {
  color: #00abb3;
}

.box_welcome_tutorial_sms .button_a {
  border-radius: 30px;
  font-size: 14px;
  padding: 13px 14px 11px;
  text-align: center;
  line-height: 1;
  display: block;
}

.box_welcome_tutorial_sms .button_a[disabled],
.box_welcome_tutorial_sms .button_a[disabled]:hover,
.box_welcome_tutorial_sms .button_a[disabled]:active {
  box-shadow: 0 2px 0 #f1f1f1;
  background-color: #f7f7f7;
  top: 0;
}

.box_welcome_tutorial_sms .button_gray_a {
  box-shadow: 0 2px 0 #c9c9c9;
  background-color: #f3f3f3;
  color: #8d9399;
}

.box_welcome_tutorial_sms .button_gray_a:hover,
.box_welcome_tutorial_sms .button_gray_a:active {
  box-shadow: none;
  background-color: $PAIRS_GRAY_04;
  position: relative;
  top: 2px;
}

.box_welcome_tutorial_sms .hide {
  display: none;
}

.box_welcome_tutorial_sms {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  right: 0;
  left: 0;
  color: #a1a7ac; }
  .box_welcome_tutorial_sms .content {
    font-size: 15px;
    width: 720px;
    height: 640px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 75px auto auto auto; }
    .box_welcome_tutorial_sms .content .main_title {
      margin-bottom: 20px;
      text-align: center; }
      .box_welcome_tutorial_sms .content .main_title img {
        height: 80px; }
    .box_welcome_tutorial_sms .content .form {
      padding: 30px 60px;
      overflow: hidden; }
      .box_welcome_tutorial_sms .content .form .upload_image {
        float: left; }
        .box_welcome_tutorial_sms .content .form .upload_image .main_photo_wrap {
          width: 126px;
          height: 126px;
          border-radius: 50%;
          overflow: hidden;
          position: relative; }
          .box_welcome_tutorial_sms .content .form .upload_image .main_photo_wrap img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            .box_welcome_tutorial_sms .content .form .upload_image .main_photo_wrap img.width_over_height {
              height: 156px;
              width: auto; }
            .box_welcome_tutorial_sms .content .form .upload_image .main_photo_wrap img.height_over_width {
              height: auto;
              width: 156px; }
      .box_welcome_tutorial_sms .content .form .description {
        float: right;
        width: 350px;
        margin-right: 30px; }
        .box_welcome_tutorial_sms .content .form .description * {
          font-weight: 900; }
        .box_welcome_tutorial_sms .content .form .description .row {
          width: 100%;
          margin-bottom: 18px; }
          .box_welcome_tutorial_sms .content .form .description .row select,
          .box_welcome_tutorial_sms .content .form .description .row input {
            width: inherit;
            background: #f8f9f9;
            border: 0;
            padding: 10px;
            margin-right: 20px;
            width: 100%;
            color: #788086;
            font-size: 15px;
            font-weight: 100; }
          .box_welcome_tutorial_sms .content .form .description .row input::placeholder {
            color: #cbced0; }
          .box_welcome_tutorial_sms .content .form .description .row input[type="number"] {
            -moz-appearance: textfield; }
            .box_welcome_tutorial_sms .content .form .description .row input[type="number"]::-webkit-outer-spin-button, .box_welcome_tutorial_sms .content .form .description .row input[type="number"]::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0; }
          .box_welcome_tutorial_sms .content .form .description .row input.birthday {
            width: 60px;
            display: table-cell;
            margin-right: 10px;
            text-align: center; }
            .box_welcome_tutorial_sms .content .form .description .row input.birthday.month, .box_welcome_tutorial_sms .content .form .description .row input.birthday.day {
              width: 45px; }
          .box_welcome_tutorial_sms .content .form .description .row .select_country,
          .box_welcome_tutorial_sms .content .form .description .row .select_state {
            text-align: center;
            display: table-cell; }
            .box_welcome_tutorial_sms .content .form .description .row .select_country .select_country_inner,
            .box_welcome_tutorial_sms .content .form .description .row .select_country .select_state_inner,
            .box_welcome_tutorial_sms .content .form .description .row .select_state .select_country_inner,
            .box_welcome_tutorial_sms .content .form .description .row .select_state .select_state_inner {
              position: relative; }
              .box_welcome_tutorial_sms .content .form .description .row .select_country .select_country_inner:after,
              .box_welcome_tutorial_sms .content .form .description .row .select_country .select_state_inner:after,
              .box_welcome_tutorial_sms .content .form .description .row .select_state .select_country_inner:after,
              .box_welcome_tutorial_sms .content .form .description .row .select_state .select_state_inner:after {
                content: "";
                width: 5px;
                height: 5px;
                margin-top: -5px;
                border-top: solid 2px #cbced0;
                border-right: solid 2px #cbced0;
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                position: absolute;
                top: 50%;
                right: 10px;
                pointer-events: none; }
          .box_welcome_tutorial_sms .content .form .description .row .select_country {
            padding-right: 20px;
            width: 80px; }
          .box_welcome_tutorial_sms .content .form .description .row .col {
            width: 50%;
            text-align: left;
            display: table-cell; }
            .box_welcome_tutorial_sms .content .form .description .row .col input {
              width: 85%; }
            .box_welcome_tutorial_sms .content .form .description .row .col .gender_choise_box {
              display: table-cell;
              padding-right: 8px; }
              .box_welcome_tutorial_sms .content .form .description .row .col .gender_choise_box .gender_choise {
                background: #fff;
                padding: 5px 20px;
                border: solid 1.5px;
                border-radius: 25px;
                color: #cbced0; }
                .box_welcome_tutorial_sms .content .form .description .row .col .gender_choise_box .gender_choise.active {
                  color: #54595d; }
      .box_welcome_tutorial_sms .content .form .title {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
        color: #788086; }
    .box_welcome_tutorial_sms .content .accept_policy {
      position: relative;
      font-size: 14px;
      line-height: 23px;
      text-align: center; }
      .box_welcome_tutorial_sms .content .accept_policy .check {
        display: inline-block;
        width: 33px;
        height: 33px;
        background-image: url(/wp-content/themes/pairs_pc/TopPage/img/register-ui/mark-off.png), none;
        background-size: contain; }
        .box_welcome_tutorial_sms .content .accept_policy .check.accepted {
          background-image: url(/wp-content/themes/pairs_pc/TopPage/img/register-ui/mark-on.png), none; }
      .box_welcome_tutorial_sms .content .accept_policy .policy {
        display: inline-block;
        text-align: left;
        margin-left: 10px; }
    .box_welcome_tutorial_sms .content .button_wrapper {
      position: relative;
      margin: 30px 0 70px 0;
      height: 40px; }
      .box_welcome_tutorial_sms .content .button_wrapper .button_a {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 320px; }
      .box_welcome_tutorial_sms .content .button_wrapper .button_blue_a {
        background-color: #00b8c0;
        box-shadow: 0 3px 0 #00abb3;
        font-weight: bold;
        color: #fff; }

/*# sourceMappingURL=pairs.css.map */
