/* fonts  */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@100;200;300;400;500;700&family=Montserrat:wght@200;400;500&display=swap');

html,body{

    min-height: 100% !important;
    text-align: right ; 
    font-family: "Cairo";
}
a{
    text-decoration: none !important;
}
.sans-font{
    font-family: Segoe UI;
}
.non-anchor{
    text-decoration: none !important;
}
.font-b{
    font-weight: bolder;
}
label{
    text-align: right !important;
    margin-right: auto;
}
/*
/* width */
::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(201, 201, 201);
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #12D1B7;
  }



*/
/* colors  */

.white-text{
    color: white  ;
}
.btn.white-text{
    color: white  ;
}
.text-pri{
    /* 1863b6 */
    color: #1863b6;;
}
.bg-pri{
    background-color: #1863b6;
}
.bg-sec{
    background-color: #5fa8ce;
}
.bg-gold{
    background-color: #cbbe21;
}
.text-white{
    color: white;
}

.bg-white{
    background-color: white;
}
.text-grey{
    color: #8D8D8D;
}
.bg-grey{
    background-color: #8D8D8D;
}
.text-light{
    color: #E9E5FF;
}
.bg-light{
    background-color: #E9E5FF;
}

.warning-bg{
    background-color: #f8aa44 !important;
}

.red-bg{
    background-color: #d45c5c;
}
.fb-bg{
    background-color: #4267B2;
}
.red-border{
    border: thin solid #d45c5c;
}
.red-border:hover{
    background-color: #d45c5c;
}

/* borders*/
.grey-border{
    border: thin rgba(202, 202, 202, 0.541) solid;
}
.radius-80{
    border-radius: 50px;
}.radius-50{
    border-radius: 25px;
}.radius-20{
    border-radius: 10px;
}

.navbar{
    z-index: 2;
}
.nav-link{
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #12D1B7;
    border-radius: 50%;
    margin-left: 10px;
    color: white;
}
.nav-icons ul li{
    list-style: none;
}
.slide-bar{
    position: absolute;
    right: 0;
    padding-top: 60px;
    text-align: right;
    color: white;
    height: 100%;
    display: block;
    width: 0;
    z-index: 1;
    transition: ease all 0.2s;
    height: 100%;
    background-color: #4267B2;border-left: solid thick #12D1B7;
}
.body-waraper{
    float: right;
    margin-right: 50px;
    transition: ease all .2s;
    width: 90%;
    height: 100vh;
    overflow: scroll;
}
.body-waraper-expanded{
    margin-right:200px;
    width: 85%;
}
.slide-bar ul,.slide-bar .user-avatar{
    display: none;
    transition: ease all 0.1s;
}
.user-avatar{
    background-color: #365594;
    padding-top: 20px;
    padding-bottom: 20px
}
.user-avatar h5{
   color: white;
   text-align: center;
   font-size: medium;
}
.slide-bar-expanded{
    width: 200px;
}
.slide-bar-expanded ul,.slide-bar-expanded .user-avatar{
    display: block;

}
.slide-icons ul{
    list-style: none;
    padding-inline-start:2px
}
.slide-icons ul li{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #4267B2;
    transition: ease all .2s;
    font-size: small;
    font-weight: 600;
}
.slide-icons ul li a{
    text-align: right;
}
.slide-icons ul li:hover{
    background-color: #41A5F3;
}
.slide-icons ul li a{
    text-decoration: none;
    color: white;
}
.page-row {

    padding: 10px;
}

.page-row img{
    width: 40px;
}
.card-img-top{
    min-height: 200px;
    max-height: 200px;
    height: 200px !important;
    object-fit: cover;
}
.page-row .caption{
    text-align: right;
    float: inline-start;
    margin-right: auto;
}

.page-row .caption p{
    text-align: right;
    float: inline-start;
    margin-left: auto;
    font-size: small;
}
.page-row .btn{
    font-size: small;
}


.reply-item {
    text-align: right;;
}
.reply-item-p {
    text-align: right;;
}

@media only screen and (max-width: 600px) {
    /*موبايل حديث*/
    /* html,body{
        overflow-x: hidden;
        overflow-y: scroll;
    } */
    .page-row {
        padding: 20px;
    }
    .page-row img{
        width: 50px;
    }

    .page-row .caption p{
        text-align: right;
    }
    .page-row .caption{
        font-size: medium;
    }
    .page-row .btn{
        font-size: small;
    }
}
@media only screen and (min-width: 600px) {
        /*موبايل زبالة*/
  /*   html,body{
        overflow-x: hidden;
        overflow-y: scroll;
    } */
    .page-row {
        padding:10px;
    }
    .page-row img{
        max-width:50px !important;
    }

}






.breadcrumb-item + .breadcrumb-item::before {
    content: " / ";
    color: wheat;
    margin-left: 3px;
    margin-right: 3px;
}
.breadcrumb-item.active{
    color: rgba(255, 255, 255, 0.733);
}
.medium{
    font-size: medium;
}
.large{
    font-size: large;
}
.f-bold{
    font-weight: bold;
}
