.otp-form-group input:focus {
    border: 3px solid #ff8515;
}

.otp-form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-input-bar {
    background: #ffffff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    color: #333;
}

.margin-align {
    text-align: center;
    font-size: 17px;
    margin-bottom: 1px;
}

#area-code {
    align-items: center;
    display: flex;
    position: absolute;
    padding: 3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1rem;
}

.cus-width-label-input > label {
    width: 100%;
}

.error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #9c0909;
    padding-right: calc(1.5em + .75rem);
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.input-group-text > span {
    margin-left: 10px;
}

#phone-error {
    width: 100% !important;
    background-image: none !important;
    color: #c51818;
    margin-top: 1%;
    font-size: 0.9em;
}

#otp-error {
    color: #c51818;
    font-size: 0.9em;
    width: 100%;
    text-align: center;
}

body {
    background: linear-gradient(135deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 110%);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-align {
    border-radius: 10px;
    background: rgb(40, 40, 40);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 420px;
    height: 250px;
}

#spinner-otp {
    display: none;
}

.spinner-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 424px){
    .modal-align{
        width: 98vw;
    }
}
@media screen and (max-width: 321px){
    .otp-input-bar {
        margin: auto;
    }
}
