﻿


 /*body {
            background-color:unset;
           background-image:url(../img/logo/hgh.png)!important;
           background-size:auto;
           background-repeat:repeat!important;

        }*/



 
.boxshadow101{
    box-shadow: 0 1px 7px 1px #2b739b52;
}
.boxCard{
    box-shadow: 0px 1px 4px 0px #2b739b66;
    border-radius: 25px;
    background-color:#fff;

}

.boxCard_danger{
    box-shadow: 0px 1px 4px 0px #d60f00;
    border-radius: 25px;
    background-color:#fff;
}
.btnBox{
        box-shadow: 0px 1px 3px 1px #2b739b4d;
    border-radius: 50%;
}
.drrlt{
    direction:rtl;
}
.nav_left{
    background-color: #2b739bed;
    border-radius: 50px;
    padding: 10px;
    color:#fff;
}
.font101 {
      font-family: 'Righteous',Almarai;
}
.color101{
   color:rgb(57 124 162)!important;
}
.hvr-underline-from-right:before {

    background: #2b739b;
    height: 3px;
}
.table thead th {
    border-bottom: 2px solid #2b739b42;
}
.table th, .table td {

     border-top:unset; 
}
.footer-copyright{
    z-index:9999;
        font-weight: bold;
        position: fixed;
    bottom: 0;
    background-color: #2b739b;
    border-radius: 20px 0 0 20px;
    width: 100%;
    box-shadow: 0px -2px #2b739b;
}
.close {
    float: left;
}

.form-control_border {
    border-radius: 25px;
    border: 1px solid #6b9db9;
}


.active101 a{
    background-color: #2b739b;
    color: #fff !important;
    box-shadow: 0 0px 6px 1px #2b739b9c;
}
  