@font-face {
    font-family: arabic;
    src: url(../fonts/Jozoor_Font.ttf);
}
@font-face {
    font-family: english;
    src: url(../fonts/Arial_Rounded_Bold.ttf);
}
body{
    font-family: arabic;
}
.bg-primary{
    background-color: #A83F4C;
    color: white;
}
.btn-primary{
    background-color: #A83F4C;
    color: white;
    border: 1px solid #A83F4C;
}
.bg-inverse{
    background-color: #313131;
    color: #ffffff;
}
.btn-primary:hover{
    background-color: #313131;
}
.panel-primary{
    background-color: #A83F4C;
}
.urcloud-primary{
    background-color: #A83F4C;
    color: white;
}
.btn-flat {
    border-radius: 0px;
}
.card{
    text-align: right;
}
.center-text{
    text-align: center;
}
.color-primary{
    color: #A83F4C;
}
.btn-circle{
    width:40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.center-self{
    align-self: center;
}
.btn-group-sm>.btn,
.btn-sm{
    border-radius: 0px;
}
.center-block{
    vertical-align: middle;
}
.transparent{
    background-color: transparent;
}
.login-card{
    border: 0px solid #A83F4C;
    border-radius: 20px;
}


.nav-item {
    text-align: right;
}
.dropdown-item{
    text-align: right;
}
.carousel-caption{
    background-color: rgba(168, 63, 76, 0.9);
    border-radius: 25px;
}
@media print {
    .no-print{
        display: none;
    }
}
.form-control{
    border-radius: 0 0 0 0;
}
