.bg_grediant_blue{
    background-image: linear-gradient(to right,#1F84DD,#2E48DE);   
}
.bg_grediant_blue:hover{
    background-image: linear-gradient(to right,#2E48DE,#1F84DD);   
}
.btn-outline-dark-blue {
    border:1px solid #2E48DE;
}
.btn-outline-dark-blue:hover {
    background-image: linear-gradient(to right,#1F84DD,#2E48DE);   
    color: white;
}



.bg_dark_blue {
    background-color:  #2E48DE;
}
.bg_light_blue {
    background-color: #1F84DD;
}
.bg_light_grey {
    background-color: #F5F5F5;
    }
    
.bg_dark_grey :hover{
background-color: #E6E2E2;
}
.bg_ftr_light_grey {
    background-color: #F2F2F2;
}
.bg_medium_grey {
    background-color: #F1F1F1;
}
.bg_light_purple{
    background-color: #E4E8FF;
}


.text_dark_blue{
color: #2E48DE;
}
.text_light_blue{
    color: #1F84DD;
}
.text_dark_grey{
color: #5A5A5A;
}
.text_medium_grey{
    color: #8F8F8F;
}
.text_light_grey{
    color: #B7B7B7;
}

.placeholder_white::placeholder {
    color: white;
}

.rating_star_color{
    color: rgb(241, 200, 87);
}