.aselect:hover .account-select{
    background: #136086;
    color: #eee;
    border-radius: 6px;
}
.card-title{
    font-weight: 700;
}
.aselect:hover .card-title{
    color: #eee;
    font-weight: 700;
}

body{
    font-family: 'Cairo', sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {font-family: 'Cairo', sans-serif !important;}

.form-group {
    margin: 12px 6px;
}

.form-control{
    text-align: right;
}
#formChangeLanguege{
    text-align: right;
    direction: rtl;
}

.non-dir{
    direction: ltr !important;
}

.otp-mail{
    float: left;
    padding: 7px 0px 14px;
}


#resendOtp{
    background: transparent;
    border: 0px;
    padding: 7px 0px 10px 10px;
    float: left;
    color: #244f86;
}

#resendOtp:hover{
    color :#fcb14e;
    }

    .alert-danger{
        text-align: right;
    }
