#select2-country-selector-results .countryCode {
  color: #DDD; }

#select2-country-selector-results .select2-results__option--highlighted .countryCode {
  color: white; }

#select2-country-selector-results [aria-selected="true"] .countryCode {
  color: #333333; }

#select2-country-selector-results [aria-selected="true"].select2-results__option--highlighted .countryCode {
  color: white; }

#select2-country-selector-container .countryCode {
  color: #DDD; }

.account-box-wrapper {
  margin-top: 98px;
  margin-bottom: 98px;
  position: relative; }
  .account-box-wrapper #country-selector {
    clip: rect(0, 0, 0, 0) !important; }
  .account-box-wrapper .modal-mask-layer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999; }
  .account-box-wrapper .survey-pop-box {
    font-size: 1rem;
    display: none;
    max-width: 24em;
    position: absolute;
    background: #FFF;
    top: 0;
    left: calc((100% - 30em) / 2);
    padding: 0 3em;
    z-index: 10000; }
    .account-box-wrapper .survey-pop-box span {
      display: block; }
    .account-box-wrapper .survey-pop-box .btn-submit:hover {
      cursor: pointer; }
  .account-box-wrapper .survey-close-btn {
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: .7em;
    right: .7em;
    background: url("../../images/account/survey-pop-box-close.png") no-repeat;
    background-size: 1.25em; }
    .account-box-wrapper .survey-close-btn:hover {
      cursor: pointer; }
  .account-box-wrapper .survey-wrapper {
    margin-top: 3.5em;
    padding-bottom: 5em; }
  .account-box-wrapper .survey-header {
    border-bottom: .1em solid #DCDCDC;
    padding-bottom: 2em; }
  .account-box-wrapper .success-icon {
    height: 6em;
    background: url("../../images/account/register-success-icon.png") no-repeat;
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    background-size: 6em; }
  .account-box-wrapper .success-words {
    font-size: 2rem;
    color: #2D3238;
    text-align: center;
    margin-top: .5em; }
  .account-box-wrapper .survey-detail {
    padding: 2em 1em 0 1em; }
  .account-box-wrapper .survey-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: -1em; }
  .account-box-wrapper .survey-list {
    margin-top: 2.5em; }
    .account-box-wrapper .survey-list .survey-input {
      background: #eef1f5;
      border: 1px solid #DCDCDC;
      height: 3em;
      display: block;
      width: calc(100% - 1em);
      padding-left: 1em;
      border-radius: .35em; }
  .account-box-wrapper .survey-list-title {
    margin-bottom: 1em; }
  .account-box-wrapper .user-role span {
    border: .1em solid #DCDCDC;
    line-height: 2.5em;
    height: 2.5em;
    display: inline-block;
    width: 45%;
    text-align: center;
    border-radius: .36em; }
    .account-box-wrapper .user-role span:hover {
      cursor: pointer; }
  .account-box-wrapper .user-role .active {
    color: #FFF;
    background: #3880df url("../../images/account/survey-role-selected.png") no-repeat 105% 150%;
    background-size: 2em;
    border: .1em solid #3880df; }
  .account-box-wrapper .user-role span:first-child {
    margin-right: calc(10% - 1em); }
  .account-box-wrapper .channel-list ul {
    margin-top: -.5em; }
  .account-box-wrapper .channel-list ul li {
    display: inline-block;
    margin-top: .5em;
    width: 48%; }
    .account-box-wrapper .channel-list ul li input {
      margin-right: .7em; }
    .account-box-wrapper .channel-list ul li:hover {
      cursor: pointer; }
  .account-box-wrapper .btn-submit {
    background: #5488d5;
    border-radius: .35em;
    border: none;
    color: #FFF;
    height: 2.5em;
    width: 100%;
    margin-top: 2em;
    font-size: 1.28rem;
    font-weight: 300; }

.account-box {
  position: relative;
  left: 50%;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding-bottom: 30px;
  width: 482px;
  margin-left: -241px; }

.account-form-title {
  padding: 20px 35px;
  border-bottom: solid 1px rgba(151, 159, 168, 0.2);
  margin-bottom: 35px; }
  .account-form-title label {
    font-size: 21px;
    color: #414952; }

.account-input-area {
  margin: 0 35px 14px 35px; }
  .account-input-area input:not(.hasflag) {
    width: 372px;
    height: 56px;
    background: #edf1f5;
    border: solid 1px #cad3de;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    color: #2D3238; }
    .account-input-area input:not(.hasflag).short {
      width: 260px;
      float: left; }
  .account-input-area input[type="checkbox"]:not(.hasflag) {
    width: initial; }
  .account-input-area.hasflag {
    height: 56px;
    overflow-y: hidden; }
    .account-input-area.hasflag.has-error {
      height: 84px; }
  .account-input-area .phone-wrapper {
    width: 300px;
    height: 56px;
    float: left;
    border-radius: 5px;
    padding-left: 1em;
    border: solid 1px #cad3de;
    background: #edf1f5;
    box-sizing: border-box; }
    .account-input-area .phone-wrapper .countries-selector {
      line-height: 54px; }
      .account-input-area .phone-wrapper .countries-selector .fa.fa-caret-down {
        padding-left: 0.5rem;
        padding-right: 1rem; }
      .account-input-area .phone-wrapper .countries-selector .flag.X2 {
        vertical-align: middle; }
    .account-input-area .phone-wrapper #phone {
      border: 0px;
      padding: 0 0px;
      width: 210px;
      height: 54px;
      background: #edf1f5;
      border-radius: 5px;
      font-size: 14px;
      color: #2D3238;
      box-sizing: border-box; }
  .account-input-area .select2.select2-container.select2-container--default {
    height: 0px;
    overflow: hidden; }
  .account-input-area .select2-container .select2-selection.select2-selection--single {
    display: none !important; }
  .account-input-area ::-webkit-input-placeholder {
    color: #8796a8; }
  .account-input-area :-moz-placeholder {
    color: #8796a8; }
  .account-input-area ::-moz-placeholder {
    color: #8796a8; }
  .account-input-area :-ms-input-placeholder {
    color: #8796a8; }
  .account-input-area input[type=number]::-webkit-inner-spin-button,
  .account-input-area input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .account-input-area input[type=number] {
    -moz-appearance: textfield; }
  .account-input-area .account-send-code {
    width: 104px;
    height: 56px;
    border: none;
    border-radius: 5px;
    background: #414952;
    box-shadow: 0 2px 2px 0 rgba(45, 51, 56, 0.2);
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    float: right; }
  .account-input-area .captcha {
    width: 98px;
    margin-left: 8px;
    position: relative;
    top: 14px;
    cursor: pointer; }
  .account-input-area .format-error {
    box-shadow: 0 0 5px rgba(230, 30, 11, 0.5);
    border: 1px solid rgba(230, 30, 11, 0.5); }
  .account-input-area .format-error-label {
    font-size: 1rem;
    color: #E61E0B;
    margin: 0.5rem auto 1rem;
    clear: left; }

.account-button {
  margin: 28px 35px;
  background: #4289db;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(45, 51, 56, 0.2);
  width: 412px;
  height: 49px;
  font-size: 18px;
  color: #FFF;
  border: none;
  cursor: pointer; }

.account-bottom-tip {
  text-align: center;
  font-size: 14px;
  color: #8796a8;
  line-height: 20px; }
  .account-bottom-tip a {
    color: #4289db; }
  .account-bottom-tip.top-tip {
    margin-bottom: 7px; }

#account_login .check-box {
  margin-top: 30px;
  margin-left: 35px;
  position: relative; }
  #account_login .check-box input[type=checkbox] {
    display: none; }
  #account_login .check-box label {
    border: 1px solid #cad3de;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 3px;
    background: #FFF; }
    #account_login .check-box label:after {
      opacity: 0;
      content: '';
      height: 7px;
      background: transparent;
      top: 6px;
      left: 5px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #account_login .check-box span {
    position: relative;
    left: 30px;
    font-size: 14px;
    color: #8796a8; }
  #account_login .check-box a {
    float: right;
    margin-right: 35px;
    color: #4289db; }

#account_login .check-box input[type=checkbox]:checked + label:after {
  position: absolute;
  width: 10px;
  opacity: 1; }

#account_login .reset-password {
  margin-bottom: 7px; }

#account_twofa .mr-label {
  margin-right: 200px; }

.phone-code-captcha-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }

.phone-code-captcha-modal {
  position: fixed;
  top: 30%;
  left: 30%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px; }
  .phone-code-captcha-modal .phone-code-captcha-input-area {
    margin: 20px;
    height: 36px; }
    .phone-code-captcha-modal .phone-code-captcha-input-area > .phone-code-captcha-input {
      height: 36px;
      width: 200px; }
  .phone-code-captcha-modal .phone-code-captcha-submit {
    height: 36px;
    width: 70px;
    font-size: 16px;
    margin: 20px 20px 20px 0;
    background: #4289db;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(45, 51, 56, 0.2);
    color: #FFF;
    border: none;
    cursor: pointer; }

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .phone-code-captcha-modal {
    left: 35%; } }

@media only screen and (min-width: 1440px) {
  .phone-code-captcha-modal {
    left: 40%; } }

@media only screen and (min-width: 520px) and (max-width: 655px) {
  .phone-code-captcha-input {
    width: 100px !important; } }

@media only screen and (max-width: 520px) {
  .account-box-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .account-box {
    width: 320px;
    margin-bottom: 15px;
    margin-left: -160px;
    margin-top: 30px; }
  .account-form-title {
    padding: 20px 15px;
    margin-bottom: 25px; }
  .account-input-area {
    margin: 0 15px 14px; }
    .account-input-area .phone-wrapper {
      width: 200px; }
      .account-input-area .phone-wrapper #phone {
        width: 112px; }
  .account-input-area input {
    width: 248px;
    height: 56px; }
    .account-input-area input.short {
      width: 165px; }
    .account-input-area input:not(.hasflag) {
      width: 248px; }
  .account-input-area .account-send-code {
    width: 82px;
    height: 56px;
    font-size: 10px;
    margin-left: 8px; }
  .account-input-area .captcha {
    width: 68px;
    margin-left: 8px;
    top: 10px; }
  #account_login .check-box {
    margin-left: 15px; }
  .account-button {
    margin: 10px 15px;
    width: 290px;
    font-size: 15px; }
  #account_twofa .mr-label {
    margin-right: 65px; }
  .phone-code-captcha-modal {
    left: 0; }
    .phone-code-captcha-modal .phone-code-captcha-input {
      width: 130px !important; }
  .survey-pop-box {
    left: 0;
    padding: 0 3em;
    width: calc(100% - 4em); } }

@media only screen and (max-width: 374px) {
  .account-box-wrapper .survey-pop-box {
    width: 100%;
    padding: 0;
    left: 0; } }
