#travazaa-otp-modal {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 85%);
    z-index: 9999;
    place-content: center;
    box-shadow: 0 3px 8px 2px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.travazaa-otp-box {
    background: #fff;
    width: 600px;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 3px 8px 2px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.travazaa-otp-box input {
    min-height: 45px;
    border-radius: 6px !important;
    margin-bottom: 15px;
    margin-top: 20px;
}
.travazaa-close {
    position: absolute;
    right: 35px;
    top: 20px;
    cursor: pointer;
    font-size: 34px;
    color: #000;
}

.travazaa-otp-box input,
.travazaa-otp-box button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}

button#travazaa-login-btn {
    background-color: transparent;
    border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #D79F51;
    padding: 0.7rem;
    margin-inline-start: .5rem;
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}