.digit,
.verifycode {
    display: flex;
}
.verifycode {
    height: 100%;
    margin: 0;
    font-weight: 200;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.passInput {
    width: 45px;
    height: 45px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: #000;
    margin: 0 15px;
    border-radius: 7px;
    border: 1.5px solid #82828242;
}
.splitter {
    padding: 5px 10px;
    color: #b1adad;
    font-size: 24px;
}
.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}
.emailverifyText {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #111;
}
.popups-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 40%;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 25px;
    box-shadow: 2px 2px #0a021b1a;
}
@media screen and (min-width: 480px) {
    .popups-modal-content {
        width: 70%;
    }
}
@media screen and (min-width: 768px) {
    .popups-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        width: 45%;
        border: 1px solid #828282;
        box-sizing: border-box;
        border-radius: 25px;
        box-shadow: 2px 2px #0a021b1a;
    }
}
.popups-close {
    margin-top: -15px;
    float: right;
    font-size: 24px;
    font-weight: 700;
    border: none;
    background: 0 0;
    position: absolute;
    color: #888;
    margin-left: -15px;
}
.popups-close:focus,
.popups-close:hover {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}
.popup-input-box {
    border: none !important;
}
.popup-input-box:focus {
    outline: 0 !important;
}
.loginformInput {
    padding-left: 30px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    border-radius: 5px;
    color: rgba(130,130,130,.89);
    background: #eee;
}
@media (max-width: 767px) {
    .loginformInput {
        padding: 6px 12px !important;
    }
}
.popup-head-text-section {
    margin-top: 30px;
    text-align: center;
}
.forgot-head-text-section {
    text-align: center;
    padding: 20px 15px;
    position: relative;
}
.otp-head-text-section {
    text-align: center;
    padding: 20px;
}
.popup-head-text {
    color: #4e5363;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.popup-label {
    color: #4e5363;
    margin-left: 24px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 14px;
}
.fieldset-section {
    padding: 10px 50px;
}
#forgotSubmit,
#loginSubmit,
#signupSubmit {
    background: #e88d06 !important;
    border-radius: 10px !important;
}
.emailverifysFButton,
.loginButton {
    display: block;
    height: 36px;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
}
#my-signin2 {
    padding: 14px 0;
}
.loginButton {
    margin: 10px auto;
    width: 200px;
    font-size: 15px;
    margin-bottom: 20px;
}
.emailverifysFButton {
    margin: 10px auto;
    width: 130px;
    font-size: 15px;
    background: #e88d06 !important;
    border-radius: 10px !important;
}
.login-link-section,
.signupNotes {
    font-style: normal;
    line-height: 21px;
    margin-top: 15px;
    text-align: center;

}
.signupNotes {
    font-weight: 400;
    font-size: 12px;
    align-items: center;
    color: #828282;
    padding: 5px;
}
.signup-popup-tc {
    color: #30309f;
    font-weight: 600;
}
@media screen and (max-width: 480px) {
    .popups-modal-content {
        width: 80%;
    }
    .loginButton {
        width: 165px;
        font-size: 12px;
        margin: 8px auto;
    }
    .emailverifysFButton {
        width: 130px;
        font-size: 12px;
    }
    .passInput {
        margin: 0 7px;
    }
    .signup-img-icon {
        margin-bottom: 60px;
    }
    .popup-img-icon {
        max-width: 25% !important;
        margin-bottom: 95px !important;
    }
    .popup-head-text {
        font-size: 19px;
    }
    .popup-head-text-section {
        margin-top: 4px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .modal-forms {
        width: 100%;
    }
    .fieldset-section {
        padding: 5px;
    }
    .popups {
        padding-top: 1px;
    }
}
.sign-up-btn-or {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.signup-hr-line {
    height: 1px;
    color: #b6afaf;
    width: 10%;
    background-color: #828282;
}
.forgot-pass-img-icon,
.popup-img-icon,
.signup-img-icon {
    position: absolute;
    height: auto;
}
.signup-or-text {
    padding: 0 7px;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}
.login-link {
    color: #30309f;
    font-weight: 700;
    cursor: pointer;
    padding: 0 6px;
    white-space: nowrap;
}
.login-link-section {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 20px;
    color: #828282;
}
.forgot-pass {
    margin-top: 15px;
    font-size: 14px;
    color: #1134ad;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.otp-head-subtext,
.otp-info-subtext,
.signup-head-subtext {
    padding-top: 10px;
    font-weight: 600;
}
.signup-head-subtext {
    font-size: 16px;
}
.otp-head-subtext {
    font-size: 20px;
}
.otp-info-subtext {
    font-size: 18px;
}
@media screen and (min-width: 992px) {
    .f-p-m-c {
        width: 35%;
    }
}
.popup-img-icon {
    max-width: 100%;
    margin-bottom: 80px;
}
.signup-img-icon {
    max-width: 100%;
    margin-bottom: 60px;
}
.popup-img-section {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .forgot-pass-img-icon {
        max-width: 25%;
        margin-bottom: 110px;
    }
    .popup-head-text {
        font-size: 16px;
        font-weight: 700;
    }
    .fieldset-section {
        padding: 10px 30px;
    }
    .signup-img-icon {
        max-width: 25%;
    }
    .popups-modal-content {
        padding: 0 15px;
    }
    .popups-close {
        margin-top: 0 !important;
    }
}
.forgot-pass-img-icon {
    max-width: 100%;
    margin-bottom: 170px;
}
.abcRioButtonLightBlue {
    margin: 10px auto !important;
    background: #4285f4 !important;
    width: 260px !important;
    color: white !important;
}
.abcRioButtonIcon {
    float: left;
    background: white !important;
    padding: 9px 12px !important;
}
.signupSucessEmail {
    font-size: 16px;
    text-align: center;
    color: #0c0a6d;
}
.f-s-26 {
    font-size: 26px;
}
@media screen and (max-width: 768px) {
    .f-s-26 {
        font-size: 16px;
    }
}
input:-webkit-autofill {
    background-color: red !important; /* Set your desired background color here */
  }
  input:-moz-autofill {
    background-color: red !important; /* Set your desired background color here */
  }
  .modalv3-header {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 30px;
}
.modalv3-next-container {
    font-size: 15px;
    font-weight: 400;
    color: #919191;
    padding-bottom: 10px;
    border-bottom: 1px solid #939393;
}
.modalv3-option-table {
    width: 100%;
    border-spacing: 0px;
}
.modalv3-option-title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 3px;
}
.modalv3-option-description {
    font-size: 13px;
    color: rgb(153,153,153);
    font-weight: 400;
}
.modalv3-option-table td {
    border-bottom: 0.5px solid lavender;
}
.modalv3-option-icon {
    vertical-align: middle;
}

.modalv3-option-content {
    padding: 15px;
}

.modalv3-passInput {
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: #000;
    margin: 0 3px;
    border-radius: 1px;
    border: 1.5px solid #82828242;
}
.modalv3-option-btnlink {
    padding: 2px 12px;
    border: 1px solid lightslategray;
    color: #fd5f26;
    background: white;
    font-size: 14px;
    font-weight: 500;
    text-wrap: nowrap;
    white-space: nowrap;
    cursor:pointer;
}
.modalv3-footer-btnlink {
    padding: 4px 6px;
    border: 1px solid #838383;
    color: black;
    background: white;
    font-size: 14px;
    font-weight: 500;
    text-wrap: nowrap;
    cursor: pointer;
}
.modalv3-footer {
    text-align: right;
    padding: 20px 0px;
}

@media screen and (min-width: 480px){
.review-modal-content {
width: 70%;
}
}
@media screen and (max-width: 768px){
    .review-modal-content {
        width: 90% !important;
    }
}
.review-modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
width: 55%;
border: 1px solid #828282;
box-sizing: border-box;
border-radius: 5px;
box-shadow: 2px 2px #0a021b1a;
}

.custom-width{
  width:70% !important;
  padding:0 !important;
  background: linear-gradient(to right, #f4921f, #ec6f00) no-repeat 0 0 / cover;
}
.popups-modal-content{
  display: inline-flex;
    justify-content: end;
}
.popup--content-section{
  width:50%;
}
.popup-form--section{
  width:50%;
  padding-top:50px;
  padding-bottom:50px;
  position: relative;
}
.is-loadingpop{
    position: absolute;
    z-index: 1030;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    padding-top: 60px;
}
.is-loadingpop-content {
    padding: 32px 22px 40px 22px;
    box-sizing: border-box;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup--content-inner-section{
   width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    
}
.left-section-text{
   background:white;
   border-radius: 0px 24px 24px 0px;
}
.right-section-text{
   background: white;
   border-radius: 24px 0px 0px 24px;
}
.popups-addon{
  padding:0 !important;
}
.popup-head-text-section-log{
    padding-bottom: 10px;
    text-align: center;
}
.popup-head-text-section-content{
      margin-bottom: 35px;
    text-align: center;
}
.login-link-section-log{
width: 100%;
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    color: #828282;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.popup-head-text-notes{
    font-size: 30px;
    font-weight: 700;
    color: white;
}
.signupNotes-text {
      font-weight: 400;
    font-size: 14px;
    align-items: center;
    color: gray;
    padding: 5px 50px;
    position: relative;
    text-align:center;
}
.signup-to-login-note{
  color: white;
    font-size: 16px;
    font-weight: 500;
}
.signupNotes-text-inner-section{
    text-align: center;
    color: #7c7c7c;
    margin-bottom:5px;
}
.signup-popup-tc-notes {
    color: #074fad;
    font-weight: 600;
}
.login-popup-notes-btn{
  border-radius: 50px;
    box-shadow: 0 1px 1px;
    border: 1px solid #008ecf;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    background: transparent;
    border-color: #fff;
}
.login-link-btn-section {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    align-items: center;
    color: #828282;
    margin-top: 10%;
}
.signup-popup-tc-notes:hover{
  color: #7c7c7c;
}
.popups-close-login {
       float: right;
    font-size: 30px;
    font-weight: 700;
    border: none;
    background: 0 0;
    position: absolute;
    color: #888;
    right: 16%;
    top: 7%;

}
.popups-close-signup {
    margin-top: -60px;
    float: right;
    font-size: 30px;
    font-weight: 700;
    border: none;
    background: 0 0;
    position: absolute;
    color: #fff;
    right: 205px;
}

.popups-close-forgot {
    float: right;
    font-size: 30px;
    font-weight: 700;
    border: none;
    background: 0 0;
    position: absolute;
    color: #888;
    right: 205px;
    top:8%;
}
@media screen and (max-width: 992px) {
  .custom-width {
    width: 80% !important;
    padding: 0 !important;
    border-radius:24px;
}
.popup--content-section{
  display:none;
}
.popup-form--section{
  width:100%;
  border-radius:24px;
}
}
@media screen and (max-width: 768px){
.popup-head-text {
    font-size: 24px;
    font-weight: 700;
}
}

@media screen and (max-width: 1200px) {
  .login-link-section-log{
    margin-top:15px;
  }
}
@media screen and (min-width: 1200px) {
  .signupNotes-text{
    margin-top:20px;
  }
}
.emailverifysFButton,
.loginButton :active {
    transform: scale(.95);
}
.close-icon-main-div{
  position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-icon-inner-div{
  position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popups-close-icon {
    z-index: 10;
    cursor: pointer;
    margin-top: 5px;
    float: right;
    font-size: 26px;
    font-weight: 700;
    border: none;
    background: 0 0;
    position: absolute;
    color: #888;
    margin-right: 15px;
}
@media screen and (min-width: 992px){
.login-like-in-mob{
    display:none;
}
.font-white{
  color:white;
}

}
.forgot-section-add-width{
      padding-top: 8%;
    padding-bottom: 6%;
}
.addon-height{
  margin-bottom: 5%;
}
@media screen and (max-width: 480px){
.signupNotes-text{
  font-size: 12px;
  padding: 10px 20px;
}
.password-notes-section{
    display: none;
}
.popup-head-text-section-log{
    padding-bottom: 15px;
    padding-top: 15px;
}
}
.microsoft-signin-button{
    display:inline-flex;justify-content:center;align-items:center;
}
.g-signin-button{display:inline-flex;justify-content:center;align-items:center;}.loader{position:relative;margin:0 auto;width:25px}.loader:before{content:'';display:block;padding-top:100%}.circular{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes color{100%,0%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.showbox{padding:2%;width:200px;}
@media screen and (max-width: 991px){
    .modalv3-icon-td {
        display: none;
    }
    .modalv3-option-description{
        display: none;
    }
}
@media screen and (max-width: 991px){
.modalv3-mob-content{
    display: block;
    border-bottom: none !important;
    width: 100%;
}
.modalv3-icon-tr{
    width: 100%;
    border: none;
    justify-content: center;
    display: grid;
}
.modalv3-verify-btn{
    justify-content: center;
}
.modalv3-option-mob-btn{
    border-bottom: none !important;
}
.modalv3-footer-verifyemail{
    font-size: 12px;
    padding-right: 18px;
    position: absolute;
}
.modalv3-mob-footer {
    text-align: right;
    padding: 20px 0px;
    margin-top: 35px;
    width: 100%;
    display: flex;
    right: 0;
    justify-content: end;
}
.modalv3-footer-btnlink{
    font-size: 12px;
    margin-left: 175px !important;
}
.modalv3-footer-mob-verify{
    font-size: 12px;
}
}
.errTxt{
    text-align: left;
    font-weight: 500;
}
.wrnpdg{
    padding: 0px 50px !important;
}
.alert-success{
    text-align: left;
    font-weight: 500;
    font-size: 14px !important;
    padding: 5px 0px;
}
.password-notes-section {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 50px 10px 52px;
    color: #828282;
}
@media screen and (max-width: 560px){
    .modalv3-option-btnlink{
        font-size: 12px;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 768px){
    .wrnpdg{
        padding: 0px 35px !important;
    }
    .sign-g-cnt {
        flex-direction: column !important;
    }
}
@media screen and (max-width: 1158px){
    .sign-g-cnt {
        flex-direction: column;
    }
}