
.language-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0;
    right: 0;
}
.mfp-container {
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: .625rem;
    width: 100%;

}
.mfp-content {
    padding: 1.25rem 0;
    background: #fff;
}
.mfp-content {
    position: relative;
    z-index: 1045;
    border-radius: .25rem;
    vertical-align: middle;
    text-align: left;
}
.mfp-wrap {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1043;
    outline: none;
    width: 100%;
    height: 100%;
}
html:not(.ipad) .mfp-bg {
    width: 100%;
    height: 100%!important;
}

.mfp-bg {
    top: 0;
    left: 0;
    position: fixed!important;
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
}
.language-overlay.mfp-container::before{
    height: 25%;
}

#cancel-button, #ok-button {
    background: #9D102D;
    color: #fff;
    display: inline-block;
    font: 700 10px/19px arial,helvetica,sans-serif;
    padding: 0 9px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border: none;
}

.popup {
    margin-bottom: 0;
    font-size: .875em;
}
.cn-form-switch a {
    text-decoration: none;
    cursor: text;
    color: #1c1c1c;
}
.l-box-sizing{
    box-sizing: border-box
}
.l-header-outer-wrapper .m-header-container.mi-header{
    height: 100%;
}
@media(max-width: 37.56rem){
    [data-tooltip-pos=right]:hover:after,
    [data-tooltip-pos=right][data-tooltip-visible]:after{
        transform: translate(-80%, 10%);
    }
    [data-tooltip-pos=right]:after{
     width: 250px;
     transform: translate(-80%, 10%);
    }
}

@media (min-width: 37.56rem){
    .mfp-container {
        padding: 3.375rem;
    }
    .mfp-content {
        padding: 2.5rem;
        max-width: 41.25rem;
    }
    .l-mobile-tooltip-cn .t-icon-info:after {
       transform: translate(0, -50%);
    }
}

@media (min-width: 64rem) {
  .forgot-password-form + footer .l-l-text-align-left p {
    width:calc(99.9% * 6/12 - 0.625rem);
    margin-left:calc(99.9% * 0.25 - 0.9375rem + 1.25rem)!important;
  }

  .login-form + footer .l-l-text-align-left p {
    width:calc(99.9% * 6/12 - 0.625rem);
    margin-left:calc(99.9% * 0.25 - 0.9375rem + 1.25rem)!important;
  }
  .l-mobile-tooltip-cn span.t-icon-info {
      top: -2px;
  }
  .l-mobile-tooltip-cn [data-tooltip-pos=right]:after {
      top: 0;
      transform: translateY(0);
      margin-top: 11px;
  }
}

@media (min-width: 64.0625rem){
    .mfp-container {
        padding: 7rem 8rem;
    }
    .mfp-content {
        padding: 3.75rem;
        max-width: 73.75rem;
    }

 }

@media (max-width: 500px){
    #warning-ui {
       font-size: .874rem;
    }
}

.js-sign-in-form .l-l-col-2.clear-none {
  clear : none;
  float: left;
}

.dropdown-disable {
  pointer-events:none;
  opacity: 0.4;
}

.l-header-outer-wrapper .mi-no-shdaow {box-shadow: none;}

.otp-label-txt {
    font-size:1rem;
    font-weight:700;
    line-height:1.375rem;
    display:inline-block;
    cursor:pointer;
}
.contact-us-label a {color:#000; text-decoration:underline;}

#accountActivate-error-message .phone-contact-us a {color:#d0021b;}

.mobile-country-code-bg {
    background: #e6e6e6;
}

.l-mobile-tooltip-cn [data-tooltip-pos=right]:before {
    background: none;
}

#memberInfo input[readonly=readonly], #memberInfo input:not([type=submit])[disabled=disabled], #memberInfo select[disabled=disabled] {
    background: transparent;
    pointer-events: none;
    color:#707070;
    -webkit-text-fill-color: #707070;
    opacity: 1;
}
.resendOTP-diabled {
    pointer-events: none;
     color: #707070;
}

#setYour-password input:disabled  {
   background-color: #f4f4f4;
}

.pointer-evnent-disable {
     pointer-events: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}

.disable-custom-arrow-dropdown-button {
    background-color: #f4f4f4;
    pointer-events: none;
}

.is-btn-disabled {
     background-color:#d2d2d2;
     pointer-events: none;
     border-color: #d2d2d2;
}

.btn-large{
    height: 3.375rem;
}

#field-country:focus {
    border: .0625rem solid #1c1c1c;
    outline: none;
}

.disable-div #mobile-association-assist-label *{
  color: #707070;
}

.disable-div .password-field-title font{
  color: #707070;
}

#sendVerificationCode{
  float: none;
}

.dynamic-tooltip{
        display: none;
        background: hsla(0,0%,7%,.9);
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        padding: .5em 1em;
        margin-bottom: 11px;
        position: absolute;
        z-index: 10;
        width: 250px;
        box-sizing: border-box;
}
.l-mobile-tooltip-cn .t-icon-info{
        vertical-align: top;
 }
 .outline-none-class:focus{
    outline: none;
 }
 
input[disabled=disabled]:focus{
    border:.0625rem solid #d2d2d2;
    outline:none
}

.countrySelect select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}

.countrySelect :after {content: ">";
                         font: 17px "Consolas", monospace;
                         color: #1c1c1c;
                         position: absolute;
                         right: 10px;
                         top: 50%;
                         transform: rotate(90deg);
                         pointer-events: none;}