.btn{
    border-radius: 0px;
}
.bg-primary {
    background-color: #004DB7!important;
}
.btn-primary{
    background-color: #004DB7;
}
.text-primary {
    color: #004DB7 !important;
}
a{
    color: #004DB7;
}

.text-secondary {
    color: #1FC7F0 !important;
}

.fs-6 {
    font-size: .8rem!important;
}

.haramain-purple-background{
    background-color: #39337B;
    color: white;
}