
.modal-top-color {
    background-color: rgba(233, 240, 255, 1);
    color: rgba(36, 47, 76, 1);
}

.modal-bg {
    background-color: rgba(233, 240, 255, 1);
}

.profile-header {
    color: rgba(36, 47, 76, 1);
}

.profile-text {
    color: rgba(51, 51, 51, 1);
}

.profile-modal a:hover {
    color: rgba(51, 51, 51, 1);

}

.profile-info {
    height: auto;
}

.textarea-border {
    border: 1px solid rgba(219, 219, 219, 1) !important;
}

.update-email-color {
    color: rgba(100, 116, 139, 1);
}

.email-box input::placeholder {
    color: rgba(100, 116, 139, 1);
    letter-spacing: 0.2px;
}

.popup-btn {
    height: 50px;
}

.modal-dialog-full {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    margin: 0;
    position: absolute;
    right: 1.1%;
    /* top:2%; */
}

.modal-dialog-full .modal-content {
    border-radius: 0;
    width: 22rem;
    height: 100vh;
}

.modal-dialog-full .modal-content .modal-body {
    overflow-y: auto;
    padding: 20px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {

    .modal-dialog-full .modal-content {
        width: 100%;
    }
}

#otpInputbox {
    opacity: 0;
    position: absolute;
    font-size: 16px;
    width: inherit;
    cursor: default;
}

.otp-box-1 {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 1);
    margin: 0 5px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    color: black;
}
.logout-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}