body{
    font-family: "cairo";
    text-align: right;
    direction: rtl;
}
.bg-pri{
    background: #00316c !important;
    background-color: #00316c !important;
}
.bg-sec{
    background: #0351ae;
}
.bg-grey{
    background: grey;
}
.bg-white{
    background: white;
}

.text-pri{
    color: #00316c;
}
.text-sec{
    color: #0351ae;
}
.text-grey{
    color: grey;
}
.text-white{
    color: white;
}


.f-bold{
    font-weight: bold;
}

.f-bolder{
    font-weight: bolder;
}


.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
.radius-25{
    border-radius: 25px;
}
.radius-50{
    border-radius: 50px;
}
.radius-circle{
    border-radius: 50%;
}


.jc{
    justify-content: center;
}
.ac{
    align-items: center;
}
.js{
    justify-content: start;
}
.as{
    align-items: start;
}
.jb{
    justify-content: space-between;
}
.me-auto{
    margin-inline-start: auto;
}

.nav-item .nav-link{
    color: white;
}
.nav-item.active .nav-link{
    color: #0073ff;
    font-weight: bolder;
}

.btn-success{
    background: #28c028;
    color: white
}
table {
    table-layout: auto;
  }
  .ig-bg{
    background-image: linear-gradient(to left,#fea002,#ff008c,#860bfa);
    color: white
  }

  .btn-xsm {
    padding: 0.2rem 0.4rem;
    font-size: 0.56562rem;
    line-height: 1.4;
    border-radius: 0.2rem;
}
.bg-grey{
    background: grey;
}