.concreteOtpModal .woocommerce-notices-wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
}

.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-success,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-info,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-error,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-ok {
    max-width: 100%;
    margin-bottom: 1rem;

    padding: 0;
    background: transparent;
}

.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-success li,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-info li,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-error li,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-ok li {
    padding-inline: unset !important;
    padding: 0;
    border: 0;
    background: transparent;
    color: #008000;
    font-size: 14px;
    font-weight: 700;
}

.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-success::before,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-info::before,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-error::before,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-ok::before,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-success li::before,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-info li::before,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-error li::before,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-ok li::before {
    content: none !important;
}

.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-success li,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-info li,
.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-ok li {
    color: #008000;
}

.concreteOtpModal .woocommerce-notices-wrapper .woocommerce-error li {
    color: #ff0000;
}

.concreteOtpModal .otp-form {
    text-align: center;
}

.concreteOtpModal label {
    color: #1f3755 !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.concreteOtpModal .otp-form input {
    border: 1px solid #999898 !important;
    padding: 5px 10px !important;
    width: 48px;
    height: 48px;
    border-radius: 6px !important;
    color: #1f3755 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.concreteOtpModal .otp-form input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.timer-msg-btn p {
    color: #000000;
    font-size: 14px;
    margin-top: 5px;
}

.timer-msg-btn span.invalid-otp-msg {
    color: #d40000;
    display: block;
    margin-bottom: 8px;
}

span.invalid-otp-msg:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    content: "" !important;
    line-height: 24px;
    font-size: 16px;
    color: #d40000;
    inset-inline-start: 15px;
    padding-inline-end: 5px;
}

.concreteOtpModal .modal-footer {
    text-align: center;
}

.concreteOtpModal .modal-footer button {
    min-width: 170px;
}

.resend-otp-link {
    color: #3a5980;
    text-decoration: underline !important;
}

.send-otp {
    width: 100%;
    margin-top: 24px;
}

.send-otp.disabled-style {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    pointer-events: none;
}

.otp-disabled-style {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    pointer-events: none;
}