/* line 2, stdin */

.register-form .error {
  margin-top: 5px;
  color: #ff0000;
  font-size: 12px;
}

/* line 7, stdin */

.register-form .logo-aih-safeid {
  text-align: center;
  padding: 15px 0;
  max-width: 248px;
  margin: 0 auto;
}

/* line 13, stdin */

.register-form .search-areas {
  width: 100%;
  background: #fff;
  padding: 0 15px 12px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
          box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
  position: relative;
}

/* line 19, stdin */

.register-form .search-areas .keyword {
  border-radius: 4px;
  background-color: #f5f5f5;
  padding-left: 35px;
}

/* line 24, stdin */

.register-form .search-areas .btn-search-submit {
  color: #aeaeae;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 23px;
  width: 22px;
  padding: 0;
}

/* line 32, stdin */

.register-form .search-areas .btn-search-submit:focus {
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
}

/* line 39, stdin */

.register-form .intro-text {
  background-color: #f9f9f9;
  padding: 17px 15px;
  color: #262626;
  font-weight: 500;
  width: 100%;
}

/* line 46, stdin */

.register-form .show-result {
  width: 100%;
}

/* line 48, stdin */

.register-form .show-result .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 18px 15px;
  border-bottom: 1px solid #ededed;
}

/* line 55, stdin */

.register-form .show-result .result-item .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ddd;
}

/* line 64, stdin */

.register-form .show-result .result-item .avatar img {
  max-width: 100%;
  max-height: 100%;
}

/* line 69, stdin */

.register-form .show-result .result-item .doctor-info {
  width: calc(100% - 69px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 74, stdin */

.register-form .show-result .result-item .doctor-info .doctor-info-left {
  width: calc(100% - 93px);
}

/* line 76, stdin */

.register-form .show-result .result-item .doctor-info .doctor-info-left .doctor-name {
  color: #3370bc;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

/* line 82, stdin */

.register-form .show-result .result-item .doctor-info .doctor-info-left .doctor-medical {
  font-size: 13px;
  color: #545454;
  margin-bottom: 2px;
}

/* line 87, stdin */

.register-form .show-result .result-item .doctor-info .doctor-info-left .doctor-service {
  font-size: 13px;
  color: #f79828;
}

/* line 92, stdin */

.register-form .show-result .result-item .doctor-info .doctor-info-right {
  padding: 0 7px;
}

/* line 94, stdin */

.register-form .show-result .result-item .doctor-info .doctor-info-right .btn-register {
  color: #fff;
  border-radius: 8px;
  background-color: #f79828;
  padding: 3px 10px;
}

/* line 106, stdin */

.grecaptcha-badge {
  visibility: hidden;
}

/* line 111, stdin */

#sucessModal .modal-body {
  padding: 20px 30px;
}

/* line 113, stdin */

#sucessModal .modal-body .confirm-doctor-name {
  font-weight: 700;
}

/* line 116, stdin */

#sucessModal .modal-body .btn-confirm-agree {
  color: #fff;
  background-color: #f79828;
}

/* line 120, stdin */

#sucessModal .modal-body .text-register-ttl {
  color: #f79828;
  font-weight: 700;
}

/* line 124, stdin */

#sucessModal .modal-body .close-btn {
  position: absolute;
  background: #fff;
  border: none;
  width: 20px;
  height: 20px;
  color: #979797;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  top: 8px;
  right: 8px;
}

/* line 141, stdin */

.after-register-success {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

/* line 151, stdin */

.after-register-success .gif-image {
  text-align: center;
  margin: 0 auto;
  max-width: 280px;
  margin-bottom: 15px;
  padding-left: 42px;
}

/* line 158, stdin */

.after-register-success .logo-after-success {
  text-align: center;
  max-width: 248px;
  margin: 0 auto 5px;
}

/* line 163, stdin */

.after-register-success .text-after-success01 {
  color: #626262;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 169, stdin */

.after-register-success .text-after-success02 {
  color: #626262;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}

/* line 175, stdin */

.after-register-success .text-after-success02 .download-app {
  color: #3270bc;
}

/* line 178, stdin */

.after-register-success .text-after-success02 .aihealth-name {
  color: #f7941d;
}

/* line 182, stdin */

.after-register-success .btn-download {
  position: fixed;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 10px;
  border-radius: 4px;
  background-color: #f7941c;
  color: #fff;
  font-weight: 700;
}

/* line 193, stdin */

.circle-center {
  margin: 0 auto;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 58px #e1e1e1;
          box-shadow: inset 0 0 0 58px #e1e1e1;
  z-index: 0;
  overflow: hidden;
}

/* line 202, stdin */

.circle-center:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
}

/* line 213, stdin */

.circle-center .l-half,
.circle-center .r-half {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

/* line 220, stdin */

.circle-center .l-half:before,
.circle-center .r-half:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 6px solid #f79828;
  background-color: #f79828;
  -webkit-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 237, stdin */

.circle-center .l-half {
  left: 0;
}

/* line 240, stdin */

.circle-center .l-half:before {
  right: 0;
  border-right: none;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation-name: l-rotate;
       -o-animation-name: l-rotate;
          animation-name: l-rotate;
}

/* line 248, stdin */

.circle-center .r-half {
  right: 0;
}

/* line 251, stdin */

.circle-center .r-half:before {
  left: 0;
  border-left: none;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation-name: r-rotate;
       -o-animation-name: r-rotate;
          animation-name: r-rotate;
}

/* line 259, stdin */

.circle-center .counting {
  position: absolute;
  width: 100%;
  line-height: 58px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-family: Helvetica;
  color: #626262;
  z-index: 2;
  -webkit-animation: fadeout .5s 6s 1 linear;
       -o-animation: fadeout .5s 6s 1 linear;
          animation: fadeout .5s 6s 1 linear;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes l-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-o-keyframes l-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@keyframes l-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-webkit-keyframes r-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-o-keyframes r-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@keyframes r-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@-o-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

/* line 291, stdin */

.loader {
  border: 6px solid #e1e1e1;
  border-top: 6px solid #f79828;
  border-bottom: 6px solid #f79828;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
       -o-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 auto;
  display: none;
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

