.wk-otp-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wk-otp-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}

.wk-otp-display-none,
.hide,
.display-none {
    display: none !important;
}

.otp_modal_popup,
.paypalOtpModal,
.otpModalCustomer {
    text-align: center;
    margin: auto;
    max-width: 1000px;
}

.checkout-index-index .otp_modal_popup.modal-popup .modal-inner-wrap,
.checkout-index-index .otpModalCustomer.modal-popup .modal-inner-wrap,
.checkout-index-index .paypalOtpModal.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 597px;
    height: auto;
    padding: 30px 20px 30px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.checkout-index-index .otp_modal_popup .modal-title-otp{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: Bold;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #022321;
}
.checkout-index-index .modal-popup.otp_modal_popup .modal-inner-wrap .modal-header .modal-title{
	border-bottom:none;

}
.checkout-index-index .otp_modal_popup.modal-popup .modal-inner-wrap .action-close:before{
	color:#9AA7A6;
}
#user_otp_checkout{
    background: #FFFFFF;
    border: 1px solid #005F5A;
    border-radius: 12px;
    width: 182px;
    height:50px;
    font-size: 27px;
    text-align:center;
}
.otp_modal_popup .otp_expire_message {
    font-family: 'Roboto';
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    padding-top: 10px;
}
.modal-popup._show .modal-content{
	border-bottom:none;
	padding-bottom: 0;
}
.submit_otp{
    min-width: 145px;
    height: 48px;
    padding: 14px 41px;
    border-radius: 51px;
    background: #005f5a;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: initial;
}
.submit_otp:hover{
    color: #005f5a;
    background-color: #ccdfde;
    border-color: #ccdfde;
}

.submit_otp:focus{
  color: #FFFFFF;
  background: #005f5a;
}

.otp_modal_popup .success {
    color: #005f5a;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 10px;
}

.otp_modal_popup .validate_error > span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #DF1111;   
}
.validate_error{
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #DF1111;
    margin-top: 5px;   
}

.otp_resend_email{
    background: transparent;
    box-shadow: none;
    border: none;
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: initial;
    cursor: default;
    text-transform: initial;
}
button.otp_resend,
.otp_resend_email{
    padding: 0;
    margin: 10px;
}

.otp_resend_email:hover {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #000000;
  }
.otp_resend_email:focus{
    background: transparent;
   box-shadow: none;
   border: none;
}

.otp_action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input.user_otp,
input.user_otp_checkout {
    height: 25px;
}

button.otp_resend .here{
    text-decoration: underline;
}

/* Otp Footer start */
.otp_modal_popup footer.modal-footer,
.paypalOtpModal footer.modal-footer,
.otpModalCustomer footer.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
}

button.otp_resend,
button.otpResendBtn {
    background: transparent;
    box-shadow: none;
    border: none;
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
    color: #005F5A;
    text-transform: initial;
}

button.otp_resend:active,
button.otpResendBtn:active {
    color: #ff5501;
}
/* Otp Footer end  */


@media screen and (max-width: 500px) {
    .otp_popup .otp_action {
        flex-direction: column;
    }
    .otp_popup input.user_otp,
    .otp_popup input.user_otp_checkout {
        margin: 0;
        margin-bottom: 1rem;
    }
}


/* Otp popup widget start */

.disablePaypalDiv {
    opacity: 0.5;
    pointer-events: none
}

.paypalOtpBtn {
    color: #e82e2e;
    text-align: center;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
}

.wk-otp-required::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.guestDetailsContainer-form-container,
.otpContainer-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guestDetailsContainer-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.guestDetailsContainer-form>.addon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.guestDetailsContainer-form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
}

.guestDetailsContainer-form-group>label {
    margin: 0 0 8px;
    font-weight: 600;
}

.guestDetailsContainer-submitBtn {
    margin-bottom: 2rem;
}

.optContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otpContainer>div {
    margin-top: 2rem;
}

.otpContainer-form-container>* {
    margin-bottom: 2rem;
}

.otpContainer-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.otpContainer-form>.addon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.otpContainer-input {
    margin-right: 1rem;
}

@media screen and (max-width: 400px) {
    .otpContainer-form>.addon {
        flex-direction: column;
        justify-content: center;
    }
    .otpContainer-input {
        max-width: auto;
        margin-bottom: 2rem;
        margin-right: 0;
    }
}

.otpContainer-expireMessage {
    color: #e02b27;
}

.otpContainer-responseMessage {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.otpContainer-responseMessage.error {
    color: #e02b27;
    background-color: yellow;
}

.otpContainer-responseMessage.success {
    color: #006400;
}

.guestDetailsContainer-validationError,
.otpContainer-validationError {
    color: #e02b27;
    background-color: yellow;
    margin-bottom: 2rem;
}
/* Otp popup widget end */


.field.defaultphonenumber>label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.otp_modal_popup .purchase-steps .stage-number{
    min-width: 40px;
    font-family: 'Roboto';
}

.otp_modal_popup .purchase-steps .step {
    flex-basis:305px;
    text-align: initial;
}

.otp_modal_popup .purchase-steps .step.two{
    flex-basis: 184px;
}

.otp_modal_popup .purchase-steps .step.two .stage-number{
    background-color: #F0643C;
    color: #fff;
}

.otp_modal_popup .purchase-steps .step.three .stage-number{
    min-width: 30px;
    padding: 4px;
}

.otp_modal_popup .text-header-otp{
    margin: auto;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color:#022321;
}

.otp_modal_popup.modal-popup .modal-header, 
.otp_modal_popup.modal-popup .modal-content, 
.otp_modal_popup.modal-popup .modal-footer{
    padding-left: 10px;
    padding-right: 10px;
}

.otp_modal_popup.modal-popup .modal-footer .otp_resend{
    padding-top: 10px;
}
.otp_modal_popup.modal-popup .modal-header{
    padding-top:20px;
}

.otp_modal_popup .modal-content{
    margin-top: 5px;
}

@media screen and (max-width: 767px){
    .otp_modal_popup.modal-popup .modal-inner-wrap{
        padding: 20px 10px;
        width: 356px !important;
        height: auto !important;
    }
    .otp_modal_popup.modal-popup .modal-header{
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .otp_modal_popup .purchase-steps{
        padding: 10px;
        gap: 5px;
    }
    .otp_modal_popup .purchase-steps .arrow{
        width: 0;
        transform: rotate(0);
        height: 45px;
        left: 18px;
    }
    .otp_modal_popup .purchase-steps .arrow::after{
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #9aa7a6;
        right: -4px;
        bottom: -6px;
    }
    .otp_modal_popup .purchase-steps .step.two,
    .otp_modal_popup .purchase-steps .step.three{
        flex-basis: auto;
    }
    .otp_modal_popup .purchase-steps .step.three{
        align-items: flex-start;
        margin-left: 4px;
    }
    .otp_modal_popup .otp_resend_email,
    .otp_modal_popup .otp_resend{
        text-align: center;
        width: 100%;
    }
    .checkout-index-index .otp_modal_popup .modal-title-otp{
        font-size: 18px;
    }
    .otp_modal_popup .text-header-otp{
        font-size: 14px;
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .otp_modal_popup .otp_expire_message{
        font-size: 14px;
    }
    
}

@media screen and (max-width: 480px){
    .modal-popup.otp_modal_popup .modal-content{
        padding: 0;
    }
    #user_otp_checkout{
        width: 182px;
        height: 40px;
    }
    button.submit_otp{
        width: 145px;
        height: 40px;
    }
}

.otp_popup {
    display: flex;
    flex-direction: column;
}

.validate_error {
    order: 1;
}

.otp_expire_message {
    order: 2;
}

 #user_otp_checkout.error{
    border: 1.5px solid #DF1111;
}