/*made by @razenkellesly*/



	:root{

        --main:#cea052 ;
		--second:#cea052  ;
        --third:#007195 ;

   
    }


    html , body{
		direction:rtl !important; text-align:right
		
	}
table{margin : 0 auto !important;}
    tbody, tr, td,th{border: 1px solid rgba(51,51,51,0.5 ) !important;}

    .table th {
        padding: .60rem;
        vertical-align: top; 
    }
    .table td  {
        padding: .75rem;
        vertical-align: top; 
    }


    .align-middle{ vertical-align: middle !important;}
    .tableborderHolder {
          transition: all 2s ease;  vertical-align:middle;margin: 4px; }


 

.table thead th     { color:rgba(51,51,51,0.7 );
}
 


.table-striped > tbody > tr:nth-child(2n+1)  {
background-color: rgba(207, 204, 204, 0.5);color: rgba(81,81,81,0.9); 
}


 

.table-hover> tbody> tr>td { 
 background-color: #fff !important;
 transition: all 0.3s ease; 
}
 
a{
    text-decoration: none;}
 

 
 