


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.switch {
  position: fixed;
  display: inline-block;
  width: 60px;
  height: 34px;
  right: 20%;
  top: 18px;
  z-index: 99995;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #099;
}

input:focus + .slider {
  box-shadow: 0 0 1px #099;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen {
    
   #print_html {
          display:None;
    }
    
    #screen_html {
          display:Block;
    }
    
  #modal_header_text{
    text-align: center;
    margin: auto;
    margin: 10px;
  }
/* time */

#time{
width: 150px;
display: block;
position: relative;
color: #000;
font-size: 20px;
margin: auto;
}

#canvas{
background-color: #099;
border-radius: 200px;
width: 90px;
position: relative;
box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
cursor: pointer;
}

#time_container{
position: relative;
display: none;
margin: auto;
background: #fff;
width: 94%;
box-shadow: 1px 7px 20px 0px rgba(0,0,0,0.2);
border-radius: 30px;
padding: 20px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  transition: 0.4s all;
  margin-bottom: 10%;
  border-radius: 46px ;
}


/* The Close Button */
.close {
  color: white;
  float: left;
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
}

.close:hover,
.close:focus {
  color: #099;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #099;
  color: white;
  border-radius: 100px 100px 0px 0px;
  
  height: 46px;
}


.modal-header p {
text-align: center;
    margin: auto;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #099;
  color: white;
  border-radius: 0px 0px 45px 45px;
  /*height: 45px;*/
}

.menu_header_img_modal{
    width: 100%;
    filter: brightness(1.05);
}

.menu_header_img_modal img{
    width: 70%;
    margin: auto;
    text-align: center;
    filter: drop-shadow(0px 14px 10px #999);
    margin-bottom: -5%;
    margin-top: -5%;
    position: relative;
    z-index: 1;
}

#cart_btn{
    width: 100px;margin: auto;height: 40px; padding: 5px;border-radius: 30px;
}

.qty_control_{
    position: relative;z-index: 2;    margin: auto;padding: 5px;margin-top: 10px;
}

html *{font-family: ArabicFont;}



#tables_list_ {
  display: inline;
  position: static;
  width: 50%;
  z-index: -1;
}

#deliveries_list_ {
  display: inline;
  position: static;
  width: 50%;
  z-index: -1;
}

 .product_types{
line-height: 1px;
text-align: right;
background: #fff;
padding: 10px;
width: 149px;
font-family: ArabicFont;

                    }
                    
                    .product_types_items{
                        color: #000;
                        font-family: ArabicFont;
                    }
                    
                    option{
                        font-family: ArabicFont;
                    }
              
              #id_clientRemark{
                        height: 80px;
width: 375px !important;
background: #fff;
                }      
                
                
                   #cart_buttons{
        display: inline-block;
width: 90%;
    }

.dashboard_header_buttons{
    text-decoration: none;
position: relative;
border-radius: 30px;

width: 85%;
height: 50px;
box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
background: linear-gradient(to right, #50c9c3, #96deda);
border: none;
color: #fff;
text-align: center;
font-size: 15px;
padding: 13px;
transition: all 1s;
cursor: pointer;
margin: 10px;
display: inline-block;
}

.dashboard_header_buttons:hover{
    width: 80%;
    color:#fff !important;
}
    .cart_button{
        margin: 5px;
border-radius: 20px;
width: 70px;
font-size: 12px;
height: 70px;
display: inline-grid;
    }
    
    
    .product_types_{
        background: #fff;
color: #099;
border-radius: 0px 50px 15px 45px;
text-align: right;
padding: 14px;
 
position: relative;
display: inline-block;
margin-left: -10px;
line-height: 18px;
font-size: 12px;
padding-bottom: 20px;
z-index: -2;
        
    }
    
    
     #back_btn_dashboard , #back_btn_categories {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 80px;
  text-align: center;
  z-index: 99999;
  display: block;
  text-decoration: none;
  transition: all 1s;
                }
                #back_btn_dashboard img{
                width: 53px;
margin-top: 10px;
margin-left: 10px;
}

 #back_btn_categories img{
                width: 53px;
margin-top: 10px;
margin-left: 0px;
}

     #menudeliveryhomebtn {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 80px;
  text-align: center;
  z-index: 99999;
  display: block;
  text-decoration: none;
  transition: all 1s;
                }
                #menudeliveryhomebtn img{
                width: 53px;
margin-top: 10px;
margin-left: 10px;
}




  span.select2.select2-container.select2-container--default , textarea{
       box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
            width:100% !important;

  }
  
 input[type='checkbox'] {box-shadow: none}
  
      .select2-container--default .select2-selection--single {
          border: 0px solid #f2f2f2;
          text-align:left;
          width:100%;
      }
      
      #id_clientRemark{
               font-family: "Roboto", sans-serif;
  outline: 0;
  
  border-radius: 30px;
  
  border: 0px solid #f2f2f2;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 11px;
  height: 80px;
width: 375px !important;
background: #fff;
      }
      
      
      input[type="file"]::button {


background-color: white;
border-radius: 30px;
border:1px solid #aaa;

}


.select2-results__options {
  
 box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);   
     width:100%;

}


.sellings_tr:nth-child(1){ width:80%; }
.sellings_tr:nth-child(2){ width:20%; }








.table_item_{
    width: 190px;
border-radius: 10px;
transition: all 0.5s;
box-shadow: 1px 20px 35px -3px black;
background-color: #aaa;
height: 219;
margin-bottom: 10px;
margin-left: 5px;
cursor: pointer;
}

.reports_btns_container{
 position: relative;
    width: 100%;
   
    top: 0px;
    margin: 2px;
    display: inline-block;
}

.reports_btns{
   text-decoration: none;
    position: relative;
    border-radius: 15px;
    width: 175px;
    height: 50px;
    box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background: -webkit-linear-gradient(right, #fff,#fff,#fff);
    border: solid #099;
    color: #999;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    transition: all 1s;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
    
}
 #closing_the_working_day_btn {
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    width: 35%;
    height: 50px;
    box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background: -webkit-linear-gradient(right, #ed6100, #099);
    border: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    transition: all 1s;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
  }
}


#board_report_header_btn{
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    width: 80%;
    height: 50px;
    box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background: -webkit-linear-gradient(right, #ed6100, #ed6100);
    border: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    transition: all 1s;
    /* cursor: pointer; */
    margin: 10px;
    display: inline-block;
}

.vouchers_list{

   background: #fff;
    width: 90% !important;
    /*height: 500px; */
    display: inline-block;
    border-radius: 30px;
    padding: 15px;
    padding-top: 15px;
    box-shadow: 1px 7px 20px 0px rgba(0,0,0,0.2);
    padding-top: 25px;
    overflow: scroll !important;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}


.voucher_item_{

  background: #eee !important;
  width: 90% !important;
  color: #555 !important;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.0) !important;
  border-radius: 12px;
  font-size: 9px !important ;
  direction:rtl;
  padding: 8px;
  font-size: 9px !important;
}

#completed_jobs_{
   
}



#completed_item_{

}

#open_takeaways{
    width:20%;
}

#menu_tables_page{
  position:inherit;display:none;
}

#dashboard_page{
display: none;
width: 100%;
height: 100%;
position: relative;
padding-top: 40px;
}

.dashboard_element {
background: #fff;
width: 30%;
height: 500px;
display: inline-block;
border-radius: 30px;
padding: 15px;
box-shadow: 1px 7px 20px 0px rgba(0,0,0,0.2);
padding-top: 25px;
overflow: scroll !important;
margin: auto;
  margin-right: auto;
  margin-left: auto;
margin-left: 10px;
margin-right: 10px;
margin-top:15px;
}

#open_table_{
background: #099;
width: 30%;
color: #fff;
display: inline-block;
text-decoration: none;
box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.3);
border-radius: 12px;
padding-top: 13px;
font-size: 9px;
}

#open_delivery_{
background: #099;
width: 90%;
color: #fff;
display: inline-block;
text-decoration: none;
box-shadow: 1px 5px 15px 0px #aaa;
border-radius: 30px;
padding: 7px;
font-size:9px;
}


#buttons_list{
     display: none; 
position: relative;
margin-top: 100px;
width: 100%;
}

.payment_input{
    text-align:center;
}

#open_deliveries{
    width:20%;
}
#open_tables{
    width:50%;
}
#open_takeaway_{
background: #099;
width: 60%;
color: #fff;
display: inline-block;
text-decoration: none;
box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.3);
border-radius: 12px;
padding-top: 13px;
font-size: 9px;
}

.delivery_item_{
    width: 190px;
border-radius: 10px;
transition: all 0.5s;
box-shadow: 1px 20px 35px -3px black;
background-color: #aaa;
height: 219;
margin-bottom: 10px;
margin-left: 5px;
cursor: pointer;
}

.active_item_{
    width: 190px;
border-radius: 10px;
transition: all 0.5s;
box-shadow: 1px 20px 35px -3px black;
background-color: #aaa;
height: 219;
margin-bottom: 10px;
margin-left: 5px;
cursor: pointer;
font-size: 15px ;

}



#menu_deliveries_page{
  position:inherit;display:none;
}


.dashboard_buttons{
text-decoration: none;
display: inline-block;
z-index: 99995;
width: 70px;
height: 53px;
box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
background: -webkit-linear-gradient(right, #099, #088);
color: #fff;
text-align: center;
font-size: 12px;
padding: 11px;
transition: all 1s;
cursor: pointer;
margin: 8px;
position: fixed;
top: 0px;
left: 15%;

}

.dashboard_buttons:hover{
    width: 68px;
height: 53px;
box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.24);
color: #fff;
}

#bg_circle{
    background: #0bb !important;
width: 140%;
text-align: center;
z-index: 2px;
position: fixed;
aspect-ratio: 3 / 3;
border-radius: 50%;
top: 50%;
margin: auto;
text-align: center;
display: block;
left: -20%;
}

#shape_1{
    z-index: 1;
position: fixed;
width: 25%;
top: 52%;
left: 76%;
}


#shape_2{
    z-index: 1;
position: fixed;
width: 25%;
top: 20%;
right: 76%;
  rotate: 180deg;
}

#welcome_shape{width: 50%;
top: 20%;
position: fixed;
left: 25%;
filter: drop-shadow(1px 10px 10px rgba(0,0,0,0.8));
}


#Language_bar{
width: 190px;
display: inline-block;
position: relative;
z-index: 55555;
height: 99px;
background: #fc0;
border-radius: 30px;
margin-top: 25%;
padding: 20px;
color: #fff;
font-size: 35px;
filter: drop-shadow(0px 15px 20px #555);
transition: 1s all;
cursor: pointer;
}


#Language_bar:hover{
    filter: drop-shadow(0px 20px 25px #444);
    margin-top: 25.5%;
    width: 195px;
    background: #ffcd00;
}


#pointer_shape{
    width: 45%;
top: 112%;
  position: fixed;
  left: 30%;
}

#calculation{
    position: relative;
display: block;
text-align: right;
width: 65%;
}



 
    .list_tbl_header{
        background: #999 !important;
  color: #fff !important;
  align-self: center;
  display: inline-block;
  height: 35px;
    }
    
    .list_col{
        display: inline-block;
    }
    
    .tbl_col1 {
  
  width: 10%;
    }
    
  .tbl_col2 {
  
 width: 20%;
    
    }
    
    .tbl_col3 {
  
  width: 10%;
    
    
    }
    
    .tbl_col4 {
  
  width: 15%;
    }
    
    .tbl_col5 {
  
  width: 10%;
    
    }
    
    .tbl_col6 {
  
  width: 25%;
    
    }


@media screen and (max-width : 600px){
    
    
    
    .list_col {
  display: initial;
  margin: 5px;
}
    
    .reports_btns_container{
    position: relative;
    display: inline;
    }

.reports_btns{
    

}
    
    #dashboard_page{
        display: block;
margin: auto;
    }
    .dashboard_element{
        width: 69% !important;
        height:auto;
    }
    #Language_bar{
        /* margin-top: 100%; */
        width: 190px;
        top: 32%;
    }
    
    #Language_bar:hover{
        
       top: 32.5%;
    }
        
    #welcome_shape {
      width: 80%;
      top: 30%;
      position: fixed;
      left: 10%;
    }
    
  
   
   .sidenav{
       /* padding-top: 15%; */
   }
   
   .sidenav a{
       padding: 8px;
       text-align: center;
   }
   
   #nav_btn_img{
        top: 15px;
        left: 15px;
   }
   
   #product_box{
        font-size:33px;
        text-align: right;
        margin: auto;
        width: 133px;
        margin-right: 20px;
        margin-left: 0px;
        
   }
   
   #headertext{
            margin: 0px;
            margin-bottom:30px;
            font-family:ArabicFont !important;
            height:30px;
            font-size: 45px;
            width: 100% !important;
    display: inline-block;
            
   
   }
   
   #add_to_cart {
  margin-right: 10px;
}

   .menu_header_img {
  width: 45%;
margin: 10px;
 
}

.menu_header img {
  width: 180px;
  margin: 1px;
  filter: drop-shadow(0px 17px 15px #555);
}
 
   #menucontainer{
       padding:15px;
   }
   
   .control_btn{
       margin:auto;
   }
   
   .menu a {
       padding:0px;
  display: flex;
  text-decoration: none;
  font-family: ArabicFont;
}

.menu_header {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s;
  
  background-color: #099;
  
  margin: auto;
    
  margin-bottom: 20px;
   box-shadow: 0px 0px 0px 0px black;
   
}



#headers_text{
    color: #fff;
margin: auto;
font-weight: bold;
margin-right: 10px;
width: 30%;
}


#item_type_radio{
    position: relative;
display: inline-flex;
}

#modal_text{
    color: #fff;
margin: auto;
font-weight: bold;


}

    #categories_list a{
        display:flex;
    }
    
    #time_container{
    
        width: 69% !important;
        padding: 20px;
    }
}


 
      
    
@page { size: 80mm 100mm } /* output size */
    
@media print { 
   
    


        
   #navbar , #center, #center2 , #button ,#container, .site-footer, .hidden_in_printing, .hidden_in_printing * , #print_document {
       
          display:none;
    }
    
    #print_html {
          display:Block;
    }
    
    #screen_html {
          display:None;
    }
   
            body.receipt .invoice-box{
 
width: 80mm;
margin: 0;
 height: auto;
padding: 23px;
border: 0 white;
font-size: 10px;
line-height: 12px;
font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
color: #555;
background: #fff;
}
        body.receipt { width: 80mm ; display:block; } 
        
        .invoice-box {
        display:block;
           

        }
  
}


#discount_clarification{
    text-align: center;
  background: #fefefe;
  border-radius: 13px;
}


    

@keyframes h {
  99.9% {bottom:0;}
  100% {bottom:100%}
}



@font-face {
  font-family: 'ArabicFont';
  src: url('../fonts/ExpoArabicBook.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ExpoArabicBook.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ExpoArabic-Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ExpoArabicBook.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ExpoArabicBook.svg#svgFontName') format('svg'); /* Legacy iOS */
}



@media screen {

.sub_details_td:nth-child(1){ width:70%; }
.sub_details_td:nth-child(2){ width:15%; }
.sub_details_td:nth-child(3){ width:15%; }



.sellings_tr:nth-child(1){ width:60%; }
.sellings_tr:nth-child(2){ width:10%; }
.sellings_tr:nth-child(3){ width:10%; }
.sellings_tr:nth-child(4){ width:10%; }
.sellings_tr:nth-child(4){ width:10%; }

.costs_tr:nth-child(1){ width:18%; }
.costs_tr:nth-child(2){ width:8%; }
.costs_tr:nth-child(3){ width:8%; }
.costs_tr:nth-child(4){ width:8%; }
.costs_tr:nth-child(5){ width:8%; }
.costs_tr:nth-child(6){ width:8%; }
.costs_tr:nth-child(7){ width:8%; }
.costs_tr:nth-child(8){ width:8%; }
.costs_tr:nth-child(9){ width:8%; }
.costs_tr:nth-child(10){ width:8%; }

.QTN_tbl{ width:100%; }

._description{width:55%;}
._rate{width:15%;}
._cur{width:15%;}
._quantity{width:15%;}

._agent_name{width:55%;}
._agent_inv_no{width:15%;}
._agent_inv_date{width:15%;}
._agent_inv_attachment{width:15%;}

/*
@font-face {
  font-family: 'Roboto';
  src: url('roboto/Roboto-Light.ttf') format('truetype');
}
*/


#qtn_table{
    overflow: scroll; /* Scrollbar are always visible */
    overflow: auto;   /* Scrollbar is displayed as it's needed */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

#qtn_table, #qtn_th, #qtn_tr{
    font-size:11px;
    border: 1px solid #e6e6e6;
    min-width:100%;
}

#qtn_th{
    font-size:11px;
    color:white;
    background:#999;
    border: 1px solid #e6e6e6;
    padding:5px;
}

#qtn_td{
    font-size:11px;
    border: 1px solid #e6e6e6;
    padding:8px;
}


#qtn_td_performance{
       font-size:11px;
    border: 1px solid #e6e6e6;
    padding:8px;
    width:10%;
}


 #qtn_tr:hover{
     
     
    background:#ddd;
    border: 2px solid #007;
     
 }

#qtn_td:hover{
     
     
    background:#bbb;
    
     
 }

#qtn_td_performance:hover{
     
     
    background:#bbb;
    
     
 }




html {
  scroll-behavior: smooth ;
  
}

body {

  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-content: center;
  justify-content: center;
 color:#fff;

}



/*invoice list table

#id_Cost_WorkDocument-0-agent_inv_date_day {width:100px;}
#id_Cost_WorkDocument-0-agent_inv_date_month {width:100px;}
#id_Cost_WorkDocument-0-agent_inv_date_year {width:100px;}
*/
#qtn_form{  font-size: 11px;

    
}
/*end*/


#qtn_header{text-align:left;}






 
 





/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */



/*top progress line*/
.header {
  position: fixed;
  top: 0;
  z-index: 19999999;
  width: 100%;
  background-color: #f1f1f1;
}

.header h2 {
  text-align: center;
}

.progress-container {
    
  width: 100%;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: #077;
  width: 0%;
}





#myBar{
      background: #077;

}


/*end*/





/* Navigation*/

#nav_button {
    position : relative;
            display: block;
  border-radius: 15px;
  background-color: #088; 
  /*
  box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background: -webkit-linear-gradient(right, #099, #088);
  */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  width:90%;
  
  transition: all 0s;
  cursor: pointer;
  margin: auto;
  /*left:2px;*/
  
    
}



#nav_button:hover  {
  
  background-color: #099;
 /*
  background: -webkit-linear-gradient(right, #0aa, #099); */
  box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  z-index:1000;
  width: 90%;
}


.header_button {
    
    text-decoration:none;
    position : fixed;
    top:75px;
    right:3%;
            display: block;
  border-radius: 30px;
  
  
    background-color: #099;
 
  box-shadow: -10px 5px 10px 2px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  z-index:99999;
  width:50px ;
  height:50px ;
  
  
  /*
  box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background: -webkit-linear-gradient(right, #099, #088);
  */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  
  
  transition: all 1s;
  cursor: pointer;
  margin: auto;
  /*left:2px;*/
  
    
}

.header_button:hover{
    color: #FFFFFF;
      width:55px ;
  height:55px ;
    box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#nav_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
   /*background-color: #aaa;*/
  border: none;
  border-radius: 15px;
  color: #fff;
  transition: all 2s;
  
}

#nav_button span:after {
  /*content: '\00bb';*/
  /*position: absolute;
  opacity: 0;
  top: 0;
  right: -5px;
  transition: 0.5s; */
  transition: all 2s;
}

#nav_button:hover span {
  /*padding-right: 15px;*/
 /*background-color: #bbb;*/
  
  color: #fff;
}

#nav_button:hover  {
  
  background-color: #099;
 /*
  background: -webkit-linear-gradient(right, #0aa, #099); */
  box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  z-index:1000;
  width:90% ;
}

#nav_button:hover span:after {
 /* opacity: 0;
  right: -2; */
}



/*  ------------- */


.center  {
  position: relative;
  top: 35px;
  /* margin-left: -50%; */
  opacity:0;
  text-align:center;
  z-index:99999;
  display: block; 
    background: #fff; 
    text-align:center;
    height: 90px; 
    width: 90px;
    padding: 4px;
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none;
    
    /*border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff; */
    border-radius: 50%;
    box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    transition: all 1s;
    margin: auto;
    cursor:pointer;    

}


.center img  {
      
    width: 80px;
    height: 80px;
    border-radius: 50%;

}

#profile_user_name{
position: relative;
top: 40px;
color: #fff;
font-size: 20px;
font-weight: bold;
/* left: -10px; */
cursor:pointer;
}

#login_btn{
    width: 100px;
margin: auto;
height: 40px;
padding: 5px;
border-radius: 30px;
}

#login_username{
    max-width: 300px;
}

#login_password{
    max-width: 300px;
}

.modal-content{
    max-width: 550px;
}

.center a 
{
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    
}






.center:hover, .center:active, .center:focus {
  top: 33px;

  
 box-shadow: -10px 5px 15px 13px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
}



.center2  {
    position: absolute;
    top: 100px;
    left: -50%;
    z-index:99997;
    display: block; 
    background: #fff; 
    text-align:center;
    height: 60px; 
    width: 60px;
    padding: 20px 10px;
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    /*border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff; */
    border-radius: 70px;
    box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    transition: all 1.2s;
    

}


.center2 a 
{
    color: #999; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    
}






.center2:hover, .center2:active, .center2:focus {
  border-radius: 50px;
      height: 65px; 
    width: 65px;
  left:3%;
 box-shadow: -10px 5px 15px 13px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.center:hover #navbar{
    left:0%;
}

.center2:hover #navbar{
    left:0%;
}

#navbar:hover .center{
    /* left:5%; */
}

#navbar:hover::before {
  content:"";
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  animation:h calc(var(--transition-time) + var(--transition-delay)) forwards;
}



#navbar {
    opacity:75%;
  background-color: #008;
   padding: 0px 0px 0px 0px ;
  border-radius: 0px;
  top: 0%;
/*right: 15%;*/
 left: -8%;
  width: 10%;
  height: 105%;
  display:block;
  align-content: left;
  text-align: left;
  align-items: left;
  align-self: left;
  position: fixed;
  z-index: 999;
  background: #088;
  
  /*margin: 0px  auto 50px; */
  box-shadow:  0px 10px 10px 10px rgba(0, 0, 0, 0.24);  
  transition: all 1s;
  transition-timing-function: ease;
  
  
  
  transition-delay: 3s;
  transition-time: 1s;

}


    #navbar:hover {
    left: 3%;
   
 /*   cursor: pointer;
 transition-delay: 0s; */
}
 




#navbar  ul {
  list-style-type: none;
}


   
 


#navbar:hover a {
     

}


#navbarlistcontainer {
    position : relative;
            display: block;
    margin:  250px 0px 0px 0px ; }
        
        
        
    #navbarlist  {
            position : relative;
            display: block;
          margin:  0px 0px 0px 0px ;
          padding : 0px 0px 0px 0px;
          text-decoration: none;
        
          color: #fff;
          font-size: 14px;
          /*font-weight: bold;*/
          /*align-content: flex-start;
          text-align: flex-start;
          align-items: flex-start;
          align-self: flex-start; */
          
          align-content: center;
          text-align: center;
          align-items: center;
          align-self: center; 
            float: center;
            justify-content: center;
           /* transition: margin 1.5s; */
        transition: all 1s;
        
        }
        
        
        #navbarlist  a {
            
            display: block;
          margin:   auto;
          padding : 0px 0px 0px 0px ;
          transition: all 1s;
          /*
             border-style: solid;
      border-left-width: 30px;
      border-bottom-width: 2px;
      border-top-width: 2px;
        border-right-width: 30px;

        border-color:#077;
        border-bottom-color:#fff;
        border-top-color:#fff;
       
          
          background-color: #077;

          */
          
          text-decoration: none;
          color: #fff;
          font-size: 14px;
          /*font-weight: bold;*/
          align-content: center;
          text-align: center;
          align-items: center;
          align-self: center; 
            float: center;
            justify-content: center;
        
          
           /* transition: margin 1.5s; */
        
        
        }
        

#main1{
    margin-left: 0%;
    transition: all 2.5s;
}
    
#navbar:hover #main1 {
    margin-left: 12%;
}
    
    
    
    
#qtn_btns{
    color:white;
    min-width:50px;
    padding:30px;
    background:#999;
    border-radius:30px;
}

#qtn_btns:hover{
    
    background:#777;
    
}
    
    
    
    
    
    
    
    
    
    
.invoice_item {
    
position: relative;


  width: 70%;   
   border-radius: 30px;
   background: #fff; 
    margin: 20px 20px 20px 20px;
    display:inline-block;
      align-content: center;
  text-align:center;
  
  align-items: center;
  align-self: center;

   padding: 25px ;
    
  box-shadow:  0px 8px 8px 7px rgba(0, 0, 0, 0.24);  
    transition: all 0.5s;

    
}


.invoice_item a{
        
                display: inline-block;        
                font-family: Arial, sans-serif; 
                /*font-size: 12px; 
                font-weight: bold; */
                text-decoration: none; 
                text-align:center;
                

          transition: all 1s;

}



.invoice_item:hover, .invoice_item:active, .invoice_item:focus {
  width: 71%;
  
  box-shadow:  0px 10px 10px 12px rgba(0, 0, 0, 0.24);  
}



.theme_color{background: linear-gradient(to right, #50c9c3, #96deda); }
.theme_color2{ backdrop-filter: blur(15px) brightness(0.9); }





.top_header{
  position: absolute;
  top:0px;
  
  height:60px;
  width:100%;
  z-index: 99995;
  padding: 15px;
  text-align:center;
  margin: 0px 0px 0px 0px;
   border-radius: 0px; 
  color: #fff;
     
  font-size: 20px;

  opacity: 100%;
    

  /*text-align: center;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    transition: all 1s;
  
  
}



.top_header img{
  /* width: 90px;
      margin-top: -7px;
*/
    z-index: 99999;
    /* filter: invert() brightness(955); */
}


#nav_btn_img  {
    
  position: absolute;
  top: 15px;
  left:15px;
  color:#fff;
  height:50px;
  width:40px;
  
  z-index:999999;
  transition: all 0.5s;
  transition-timing-function: ease;
  font-size:30px;
  cursor:pointer;
  
  
  


    
}

#nav_btn_img span, a, p{
color:#fff;
    
}


#nav_btn_img:hover {width:42px;}

    
.title1 {
  position: fixed;
  top:60px;
  left:0px;
  width:100%;
  z-index: 99996;
  padding: 10px;
  
  
   border-radius: 0px; 
  color: #fff;
     background-color: #999; 
  font-size: 16px;

  opacity: 100%;
    

  /*text-align: center;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  
  
}

.title1 a {
  color: #fff;
}






.pagefooter {
  position: relative;
  bottom:0px;
  left:0px;
  width:100%;
  z-index: 9999992;
  padding: 10px;
  
  
   border-radius: 0px; 
  color: #fff;
     
  font-size: 16px;

  opacity: 100%;
    

  /*text-align: center;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  
  
}

.pagefooter a {
  color: #fff;
}



hr {
  position: relative;
  z-index: 2;
  width: 100%;
  
}

.hr1 {
  position: relative;
  z-index: -1;
  width: 110%;
  margin: -23px 0% 0% 0%;
}



.page {
  width: 100%;
  padding: 0%;
  margin: 0% 0% 0% 0%;
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
}


.img1 {
  /*background-color: #ffffff;*/
  
  border-radius: 20px;
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  width: 15%;
  
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  
  margin: 1%  1% 1% 5%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;
}

.img1:hover {
  width :16%;
  
}

.sub1 {
  /* background-color:  #ffffff ;*/
  
  border-radius: 30px 30px 30px 30px;
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  margin: 1% 3% 0% 1%;

}


.img2  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 20%;
  margin: 1%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img2:hover  {
width: 22%;
}


.img3  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 18%;
  margin: 1%  6% 0% 6%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img3:hover  {
width: 20%;
}


.img4  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 85%;
  margin: -7%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img4:hover  {
width: 90%;
}

.img5  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 40%;
  margin: 0%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img5:hover  {
width: 45%;
}

.img6  {
  
  /*background-color: #ffffff;*/
  
  
  /*border-radius: 30px;*/
  
  
  /*border-radius: 20px;*/
  
  
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 1;
  /*background: #FFB000;*/
  width: 8%;
  margin: 0%  1% 1% 1%;
  /*box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.24);  */
  transition: width 1s;

}

.img6:hover  {
width: 10%;
}

.p1 {
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  padding: 0% 15% 0% 15%;
  margin:  1%;
  color: #555;
  font-size: 18px;
  text-align: center;
  transition: all 1s;
}

.p1:hover {
  color: #077;
}

#logintitle {width:50%; 

text-align: center;
}


#loginform {width:50%; 
min-width:300px;
max-width:400px;
text-align: center;
}

#signup_form{
    width:50%; 
min-width:300px;
max-width:600px;
text-align: center;
}

.show_inline{
    display:inline;
}

/*--------------------*/


.qtn_form {
  border-radius: 30px;
  position: relative;
  z-index: 1;
  
  background:  #fff ;
  
  opacity: 100%;
  align-self: center;
  align-items: center;
  align-content: center;
  
   padding: 10px 0px 50px 0px;
  
 width:90%;
  /*
  margin: 0px 10px 0% 70px;
  padding: 45px;
  */
  text-align: center;
  
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
  
  transition: all 0.3s ease;

}



.form {
  border-radius: 30px;
  position: relative;
  z-index: 1;
  
  background:  #fff ;
  
  opacity: 100%;
  align-self: center;
  align-items: center;
  align-content: center;
  


  width:90%;
  padding: 45px;

  text-align: center;
  
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  
  transition: all 0.3s ease;

}



/*
.form1:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
}
*/

input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);   

}

select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  border: 0;
  margin: 0px 0px 0px 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 11px;
  
 box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);   

}

.input1 {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  height: 400px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.textarea1 {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  height: 200px;
  border: 0;
  margin: 0% 0% 0% 0%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  
  box-shadow: 0 0 0 3px #fff;
  border: 5px solid transparent;
  
}


.row_1 {
orientation: horizontal;

}

button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #099;
  border-radius: 30px;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.5 ease;
  cursor: pointer;
  margin-top: 5%;
  margin-left: 65%;
   box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
}
button:hover, button:active, button:focus {
  background: #0aa;
  box-shadow: -10px 5px 20px 7px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
}
textarea .message {
  margin: 35px 0 0;
  color: #aaa;
  font-size: 18px;
  text-align: left;
   font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  height: 200px;
  border: 0;
  margin: 0% 0% 0% 0%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  
  box-shadow: 0 0 0 3px #fff;
  border: 5px solid transparent;
  
}

.message1 {
  margin: 0% 0% 10% 0%;
  padding: 20% 20% 20% 10%;
  color: #aaa;
  font-size: 18px;
  text-align: left;
}


.message1 p {
  color: #000;
  text-decoration: none;
  text-align: left;
  
}

.message a {
  color: #fff;
  text-decoration: none;
  text-align: left;
  
}

h1 {
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  ;
}















.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99991;
  top: 0;
  left: 0;
  
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 5%; */
  opacity:100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    
   
}

.sidenav a {
  padding: 8px ;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  
  border-bottom: 1px solid #f2f2f2;
text-align: center;
font-weight: bold;
font-family: ArabicFont;
color:#555; 
font-size: 20px
}

.sidenav a:hover {
  color: #099;
  backdrop-filter: blur(20px) brightness(1.1); ;
  
}

.username a {
  padding: 8px ;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  
  border-bottom: 0px solid #f2f2f2;
  font-family: arial;
text-align: center;
font-weight: bold;
font-family: ArabicFont;color:#fff; font-size: 20px
}

.username a:hover {
 
    color: #fff;
  background-color:#099;
}



#main {
  transition: margin-left .5s;
  padding: 0px;
}


.searchbox {
  background-image: url('/static/img/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 200px; /* Full-width */
  font-size: 11px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}


#searchboxcontainer {
  width: 90%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  display:inline-block;
  padding: 12px 20px 12px 40px; /* Add some padding */
  margin-bottom: 12px; /* Add some space below the input */
}








     
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
  
 
  width: 100%;  

}




.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}







.select2-container--default ,  .select2-container   {
   font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
    
}




.select2-selection--single, .select2-selection {
    background: #f2f2f2;
    border: 0px;
    width: 100%;
}


.select2-selection__rendered {
    background: #f2f2f2;
    border: 0px;
    width: 100%;
}




.select2-results__options{
      font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 0px;
  width: 100%;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  width: 100%;
  
}
    
 
.select2-search , .select2-search--dropdown{
         font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 0px;
  width: 100%;
  border: 0px solid #f2f2f2;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  width: 100%;
}



.select2-dropdown {
    border: 0px solid #f2f2f2;
    background-color: #f2f2f2;
    
}
    
.select2-container--default .select2-selection--single {
      border: 0px solid #f2f2f2;
    background-color: #f2f2f2;
}

.select2-search__field {
    background-color:white;
}


span.select2-dropdown.select2-dropdown--below {
    margin-top: -29px;
}




#userpage {
  font-size: 16px;
  position: relative;
  width: 100%;
  /* background: #099; */
  height: 250px;
padding-top: 65px;
  top: 0;
  /*filter: drop-shadow(0px 0px 20px #000);*/
  /* left:-50%; */
  transition:0.5s all;
}


.pagefooter a {
 text-decoration: none;
 font-size:11px;
}




/*
.active {
  background-color: #099;
  color: white;
}
  */
.dropdown-container {
  display: none;
  background-color: #555;
  padding-left: 8px;
}


#menu_cart_page{
  position:inherit;display:inline-block;
}

#menu{
  width:100%
}

#button_cart{
  z-index: 9999999;
 /* margin-top: 21px; */
  position: absolute;
  display: flex;
  right: 0px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  width: 40px;
}

#bg{
  background: #eee;
}

#menu_categories_list{
  transition: all 0.5s;
  display: inline-block;
}

#cart{
  background: #eee;
width: 0px;
position: fixed;
display: block;
top:0px;
right: 0px;
height: 100%;
overflow: scroll;
    transition: all 1s;

}


#cart_inv_logo{
  position:static;display:inline;
}

#inv_content{
  opacity:0; transition: all 0.5s
}

#headertext{
  font-family: ArabicFont;color:#000;    transition: all 1s;
}

#inv_header_text{
  font-family: ArabicFont;color:#000;    transition: all 1s;
  
  margin: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-top: -20px;
  
  font-size: 14px;
  
  font-weight: bolder;
  z-index: 6;
  transition: all 0.5s;
  text-align: center;
}

.item_content {
  position: relative;
  background: #fff;
  color:#000;
  padding-top: 10px;
  display: inline-flex;
  text-align: right;
  width: 100%;
  direction: rtl;
border-radius: 30px;
width: 450px;

margin-top: 10px;
padding-top: 13px;
padding-bottom: 10px;
transition: 0.2s all;
}

.item_content:hover {
  background: #fff;
  filter: drop-shadow(1px 10px 10px #999);
  margin-top: 8px;
  margin-bottom: 2px;
  

}


#delete-button {
background: #e53;
color: #fff;
padding: 4px;
border: 0px solid #e53;
}

#edit-button{
    background: #0c5;
color: #fff;
padding: 5px;
border: 0px solid #0c5;
}

#item_text {
  font-size: 13px;
  word-wrap: break-word;
  display:block;
}

#control_btns {
  position: relative;
  display: inline;
  height: 40px;
  padding: 0px;
  width: 150px;

}

#td_delete_btn {
  width: 50px;
}

#invoice_items{
  display:inline-table;border: 1px solid #eee;  border-collapse: collapse;transition: all 1s;
}



body {
  align-content: center;
  text-align: center;

}

#bg {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0%;
  z-index: -2;
}


/*
.header{
position:relative;
top:0px;
width:100%;
height:100px;
z-index:999999;
padding: 15px;
}
*/

#headertext {


  margin: auto;

  color: #fff;
  font-size: 65px;
  font-weight: bolder;
  z-index: 6;
  transition: all 0.5s;
  text-align: center;
  /*margin-left: 15px; */
  /*
-webkit-filter: drop-shadow(-7px 10px 7px #000);
filter:         drop-shadow(-7px 10px 7px #000);   
*/
}


#headertext_ar {


  position: fixed;


  width: 100%;
  margin-top: -140px;
  text-align: center;
  align-content: center;
  color: white;
  font-size: 50px;
  font-family: ArabicFont;
  font-weight: bolder;
  z-index: 6;
  transition: all 0.5s;
}


#headertext_itemspage {


  position: fixed;

  width: 100%;


  margin-top: 10px;
  text-align: center;
  align-content: center;
  color: white;
  font-size: 20px;
  font-weight: bolder;
  z-index: 6;
}


#offerstext {
  margin-top: 70px;
  margin-bottom: 0px;
  text-align: center;
  align-content: center;
  color: wheat;
  font-size: 16px;
  font-family: ArabicFont;
  z-index: -1;
  transition: all 0.5s;
}


#choclate_left {
  position: fixed;
  width: 23%;
  left: 0%;
  bottom: 0%;


  z-index: 3;
  transition: all 0.5s;


}

#choclate_left:hover {
  width: 24%;
}

#choclate_right {
  position: fixed;
  width: 23%;
  right: 0%;
  bottom: 0%;
  z-index: 3;

  transition: all 0.5s;

}


#choclate_right:hover {

  width: 24%;
}


#mainpage_ {
  width: 100%;
}


#upper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  z-index: 4;
  -webkit-filter: drop-shadow(2px 2px 20px #000);
  filter: drop-shadow(2px 2px 20px #000);



}


#lower {
  position: fixed;
  height: 35px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  box-shadow: 8px 5px 15px 12px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.33);
}


#menucontainer {
  position: static;
  /* margin-top:75px; */
  padding: 50px;
  z-index: -1;
  display: inline-block;
  width: 100%;

}




#tables_list_ {
  display: inline;
  position: static;

  width: 50%;

  z-index: -1;

}


#tables_list_ a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}



#deliveries_list_ {
  display: inline;
  position: static;

  width: 50%;

  z-index: -1;

}


#deliveries_list_ a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}



#categories_list {
  display: inline;
  position: static;

  width: 50%;

  z-index: -1;

}


#categories_list a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}

.menu a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-family: ArabicFont;
}





.menu_header {

  /* width: 190px; */
  border-radius: 60px 0px;
  transition: all 0.5s;
  box-shadow: 1px 20px 35px -3px black;
  background-color: #099;
  height: 219;
  margin-bottom: 60px;
  margin-left: 50px;
}






.menu_product_img {

  width: 190px;
  height: 190px;
}


.menu_product_img img {

  width: 190px;
  margin: 190px;

}


.menu_header img {

  width: 185px;
  margin: 1px;
  filter: drop-shadow(0px 5px 10px #555);

}






.menu_header:hover {

  box-shadow: 1px 20px 45px -1px #f50;
}


#display_text {
  width: 100%;
  position: fixed;
  height: 100%;
  margin-bottom: 0px;
  color: #fff;
  background-color: #777;
}

#headers_text {
  color: #fff;
  margin-top: 20px;
  font-weight:bold;
  /*	-webkit-filter: drop-shadow(-7px 10px 7px #000);
filter:         drop-shadow(-7px 10px 7px #000);   
*/
}


.menu_header_img {


  width: 189px;
  /* filter: brightness(1.3); */
}


#logo {

  width: 35%;

  transition: all 0.5s;
 /*
  -webkit-filter: drop-shadow(0px 24px 20px #333);
  filter: drop-shadow(0px 24px 20px #333);
*/
}



#middleShow {
  position: relative;
  width: 100%;
  margin-top: -20px;
  z-index: 1;
  transition: all 1s;

}




#left {
  position: static;
  width: 30%;
  margin-top: 0%;
  transition: all 1s;

  z-index: 1;
  -webkit-filter: drop-shadow(-10px 20px 30px #000);
  filter: drop-shadow(-10px 20px 30px #000);



}


#right {
  position: static;
  width: 30%;
  margin-top: 0%;

  transition: all 1s;
  z-index: 1;

  -webkit-filter: drop-shadow(10px 20px 30px #000);
  filter: drop-shadow(10px 20px 30px #000);


}



#middle {
  position: static;
  width: 30%;
  margin: 0% 0% 0% 0%;
  text-align: center;
  align-content: center;
  color: white;
  font-size: 35px;
  font-family: ArabicFont;
  font-weight: bolder;
  z-index: 1;
}




#menuCategoryImage {
  width: 100px;
  z-index: 6; 

}












#menuhomebtn {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 80px;
  text-align: center;
  z-index: 99999;
  display: block;
  text-decoration: none;
  transition: all 1s;


}


#menuhomebtn img {
  width: 53px;
  margin-top: 10px;
  margin-left: 10px;
  /*
border-radius:60px;

transition: all 0.5s;
box-shadow: -5px 20px 23px -15px black;
*/
}





#menuhomebtn a {
  text-decoration: none;
}



nav {
  position: fixed;
  top: 10px;
  right: 3%;

  text-align: center;
  z-index: 99999999;
  display: block;



  color: wheat;
  font-family: 'Expo Arabic light', Times, serif;
  font-size: 20px;

  text-decoration: none;

  transition: all 1s;


}


/*
nav a {
color:wheat;
text-decoration: none;
transition: all 0.5s;
padding:5px;
font-size:16px;
font-family:ArabicFont;

}

nav a:hover {
color:#555;
text-decoration: none;
background:#fff;
border-radius:30px;
}

*/





#linkbtn {
  position: fixed;
  bottom: 1%;
  left: 5%;

  text-align: center;
  z-index: 99999;
  display: block;



  color: wheat;
  font-family: 'Expo Arabic light', Times, serif;
  font-size: 12px;

  text-decoration: none;

  /*border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff; */

  transition: all 1s;


}



#linkbtn a {
  text-decoration: none;
  color: wheat;
}

#linkbtn img {
  width: 20px;
  transition: all 1s;
}





#categoryImg {
  position: fixed;
  width: 7%;
  top: 45px;
  right: 8%;
  border-radius: 50px;
  transition: all 1s;
  z-index: 99;
  box-shadow: 8px 5px 15px 12px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.33);

}



#categoryImg:hover {
  width: 8%;

}





#cartpage {
  z-index: 9999999;
}





#productscontainer {
  position: static;
  margin-top: 25%;
  padding: 50px;
  z-index: -1;

}




input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}





/*   ------------ */




#carouselExampleIndicators {

  z-index: 1;
  transition: all 0.5s;
  color: #555;
}






img#prev {

  width: 100px;
  transition: all 0.5s;
}


img#next {

  width: 100px;
  transition: all 0.5s;
}








.carousel-item a {

  text-shadow: 1px 3px 10px black;
}


.control_btn {
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 25px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 50%;
  height: 25px;
  margin: 0px 10px;

  margin-bottom: 0px;

}

.control_btn a {
  position: relative;
  top: -3px;

}

.control_btn_num {
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 30px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 0%;
  height: 25px;
  background: #fff;

}


.category_items{
  display: none;
  position: relative;
}

.control_btn{
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 25px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 50%;
  height: 25px;
  margin: 0px 10px;

  margin-bottom: 10px;
  
}

.control_btn_num{
  padding: 1px;
  border: solid #eee 1px;
  text-align: center;
  align-content: center;
  width: 50px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 1%), 0 5px 5px 0 rgb(0 0 0 / 16%);
  transition: all 0.5s;
  border-radius: 0%;
  height: 25px;
  background:#fff;

}


html *{
    font-family:arial;
    font-family: ArabicFont;
    
}

    
}



@media screen and (max-width: 900px) {

  #logo {


      width: 200px;


  }




  #offerstext {
      margin-top: 100px;
      margin-bottom: 50px;

  }

  /*
#menuhomebtn{
margin-top:40px;

}
*/

  img#prev {

      width: 50px;

  }


  img#next {

      width: 50px;

  }


  #headertext_ar {



      width: 100%;
      margin-top: -10px;

      font-size: 20px;

  }



  #categoryImg {

      width: 70px;
      top: 55px;
      right: 8%;


  }

}
@media screen and (max-width: 600px) {
 
 #userpage {

 }
 
.top_header{
    font-size:16px;
    padding:20px;
}

.top_header img{
  margin-top: 0px;
    height: 25px;
  /*  width: 65px;
z-index: 99999;
*/      
}


.menu a {
    display: flex;
text-decoration: none;
font-family: ArabicFont;
}

.menu_header {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s;
  background-color: #099;
  margin-bottom: 10px;
}




}

/*
.active {
  background-color: #099;
  color: white;
}
  */

.dropdown-container {
  display: none;
  background-color: #aaa;
  padding-left: 8px;
}

#main_app {
  position: fixed;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: url("../../assets/patterns/moroccan-flower.png"),radial-gradient(rgb(255, 255, 255),rgba(255, 255, 255,0.5),rgba(245, 245, 245,0.5),rgba(0,0,0,0.2));
background-repeat: repeat, repeat;
background-blend-mode: multiply; 
  background-image: url("assets/img/bg.png");*/
  background-repeat: repeat;
  background-color: #fbfbfb;

}




/* tree view */
#tree{
  margin: 10px;
  padding: 10px;
}
.tree_ {
  margin: 0px;
  padding: 5px;
  margin-left: 5px;
  display: grid;
}

.tree_headers_{
  background: #efefef;
  border-radius: 30px;
  height: 30px;
  align-content: center;
  padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
  padding-left: 20px;
  width: fit-content;
  padding-right: 20px;
  box-shadow: -0px 10px 10px 1px rgba(0,0,0,0.15) ,-0px 5px 5px 0.2px rgba(0,0,0,0.2);
  transition: all 0.5s;
  color: #999;
}
.tree_headers_:hover{
  box-shadow: -0px 10px 15px 1px rgba(0,100,100,0.2) ,-0px 7px 5px 0.2px rgba(0,250,250,0.25);
  height: 32px;
  padding-right: 22px;
  color: #077;
}
a.tree_headers_  {

}
.branch_ {
  /* margin-top: 20px; */
}
.parent_{

}

.parent_name_{

}

.treeCheckBox_{
  margin-right: 10px;
}
ul, #tree_ {
  list-style-type: none;
}



.caret {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  margin-left: -20px;
  margin-top: 10px;
  font-weight: bold;
}

.caret::before {
  content: "\002B";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  /*
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);  
  */
  content: "\2212";
}

.nested {
  display: none;
  /* border-left: solid 1px; */
}

.active {
  display: block;
}



.page{
  margin-top: 20px;
  height: 100% ;
  position: relative;
  display: none;
  width: 100%;
  padding: 10px;
  color: #999;

}