a{
    text-decoration: none;
    color:black;
}
.no_dir{
    unicode-bidi: plaintext;
}
.menu-title{  
    background-color:white;padding:1rem;
}
.menu-body{  
    background-color:white;padding:2rem;
}
.menu-body-less{  
    background-color:white;padding:5px;
}
.menu-title-bordered-top{  
    background-color:white;padding:1rem;border-top-left-radius: 8px;border-top-right-radius: 8px;
}
.menu-title-bordered-bottom{  
    background-color:white;padding:1rem;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;
}
.menu-width{
    width:98%;
}
.show_pw{
   position: absolute;
   cursor: pointer;
   top: 10px;
   right: 10px; 
}
.margin-bottom{
    margin-bottom: 5px;
}
.card-side-items{
    padding: 1rem;
    background-color: #F2F7FD;
    margin-bottom: 1rem;
}
.tasts-body {
    margin: 0 0 5 7px;
    border-radius: 5px;
}
.card{
    border: unset;
}
.card-body-side{
    padding: 0 0.2rem;
    margin: auto;
}
.card-side-div{
    font-weight: bold;
}
.card-size-color{
    color: red;
}
.card-middle{
    padding: 1.1rem 0px;
    margin: 5 4;
    /*width: 14rem;*/
}
.card-middle img{
    width: 120px;
}
.card-body-middle{
    text-align: center;
}
.text-center{
    text-align: center;
}
.box{
    overflow: hidden;
    margin-bottom: 10px;
    width: auto;
    border-radius: 6px;
}
.box-scroll{
    display: flex;
    overflow-x: auto;
    margin: 0 auto;
    position: relative;
    padding:14px 0px 0px 0px;
    background: #fff;
}
.bs-s{}
.a-box{
    background: #fff;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    color: #333; 
}
.d1{
    white-space: normal;
    word-break: break-all;
    margin-bottom: 6px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-decoration: none;
    padding: 5;
}
.dl1{
    margin: 0 1rem;
    background-color: #f2f7fd;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
}
.dl1:hover{
    background-color: #cfe1f7;

}
.cat-imgs{
    width: 60px;
    height: 60px;
    padding: 5px;
}
.dt1{
/*    width: 75px;
    height: 75px;*/
}
.scrolly {}
.scrolly::-webkit-scrollbar-track {
    border: 1px solid #f4f4f4;
    padding: 2px 0;
    background-color: #e6e6e6;
    border-radius: 2px; 
}
.scrolly::-webkit-scrollbar {
    width: 10px;
    height: 10px;  
}
.scrolly::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FBBE30;
    border: 1px solid #FBBE30;
}
.remove{
    padding: 0px 5px 0 5px;
    background-color: #dc3545;
    color: white;
    border: unset;
    border-radius: 13px;
    margin: 0 1rem;
    position: absolute;
    top: -7px;
    left: -25px;
}
.remove:hover{
    background-color: #ff5b6a;
    color: black;
}
.scrollbar{
    overflow: scroll;
    max-height: 20rem;
        
}


::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.btn_methods{
    padding: 7px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 3px solid #cdcdcd;
    background-color: #dbdbdb;
}

.pay_active{
    border: 3px solid #ff7c7c;
    background-color: #ff7c7c;
}


.btn_type{
    padding: 7px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 3px solid #cdcdcd;
    background-color: #dbdbdb;
    margin: 0 0.2rem;
}
.btn_type img{
    width: 42px;
    height: 42px;
}
.btn_types_div{
    display: flex;
}

.type_active{
    border: 3px solid #ff7c7c;
    background-color: #ff7c7c;
}
.quantity_style{
    padding: 0 2px 0 4px;
}
.padding_menu{
    padding:1rem;
}

.btn_amount_paid{
    padding: 7px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #73bd00;
    background-color: #45a100;

}

.pay_left{
    
    padding: 5px 12px 5px 12px;
    border: 1px solid #e1e1e1;
    margin-bottom: 9px;
    color: blue;
    
}

.panel_li{
    width: 32%;
    padding: 16px;
    background-color: #ffd400;
    border-radius: 5px;
    margin: 0 5px;
}
.panel_a{
    font-weight: bold;
    margin: 0 5px;
}

.panel_numbers{
    padding: 0px 5px 0 5px;background-color: #dc3545;color: white;border: unset;border-radius: 13px;margin: 0 1rem;
}

#calculator {

	margin: 8px auto;
	padding: 20px 20px 9px;
	
	background: #9dd2ea;
	background: linear-gradient(#9dd2ea, #8bceec);
	border-radius: 3px;
	box-shadow: 0px 4px #009de4, 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.alert_check{
    margin-bottom: 16px;
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 5px;
}


/* Top portion */
.top span.clear {
	float: left;
}
.cal_screen {
    padding: 18px;
    background: #b1b1b1;
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 7px;
}
}
/* Inset shadow on the screen to create indent */
.top .screen {
	height: 40px;
	width: 212px;
	float: right;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: inset 0px 4px rgba(0, 0, 0, 0.2);
	/* Typography */
	font-size: 17px;
	line-height: 40px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	text-align: right;
	letter-spacing: 1px;
}

/* Clear floats */
.keys, .top {overflow: hidden;}


/* Applying same to the keys */

.keys span, .top span.clear {
	float: left;
	position: relative;
	top: 0;
	cursor: pointer;
    width: 8.4rem;
    height: 3.5rem;
	background: white;
	border-radius: 3px;
	box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
	margin: 0 7px 11px 0;
	color: #888;
	line-height: 36px;
	text-align: center;
	/* prevent selection of text inside keys */
	user-select: none;
	
	/* Smoothing out hover and active states using css3 transitions */
	transition: all 0.2s ease;
}

/* Remove right margins from operator keys */
/* style different type of keys (operators/evaluate/clear) differently */
.keys span.operator {
	background: #FFF0F5;
	margin-right: 0;
}

.keys span.eval {
	background: #f1ff92;
	box-shadow: 0px 4px #9da853;
	color: #888e5f;
}

span.clear {
	background: #ff9fa8;
	box-shadow: 0px 4px #ff7c87;
	color: white;
}

/* Some hover effects */
.keys span:hover {
	background: #9c89f6;
	box-shadow: 0px 4px #6b54d3;
	color: white;
}

.keys span.eval:hover {
	background: #abb850;
	box-shadow: 0px 4px #717a33;
	color: #ffffff;
}

.top span.clear:hover {
	background: #f68991;
	box-shadow: 0px 4px #d3545d;
	color: white;
}

/* Simulating "pressed" effect on active state of the keys by removing the box-shadow and moving the keys down a bit */
.keys span:active {
	box-shadow: 0px 0px #6b54d3;
	top: 4px;
}

.keys span.eval:active {
	box-shadow: 0px 0px #717a33;
	top: 4px;
}

.top span.clear:active {
	top: 4px;
	box-shadow: 0px 0px #d3545d;
}


@media (max-width: 767px){
    
    .orders_kitchen{
        width: 99%;
    }
    
    .card-middle{
        width: 99%;
    }
    .card-side-items img{
        width: 25px;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    
    .orders_kitchen{
        width: 32%;
    }
    
    .card-middle{
        width: 99%;
    }
    .card-side-items img{
        width: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    
    .orders_kitchen{
        width: 32%;
    }
    
    .card-middle{
        width: 24%;
    }
    .card-side-items img{
        width: 25px;
    }
    
}
@media (min-width: 1200px){
    
    .orders_kitchen{
        width: 32%;
    }
    
    .card-middle{
        width: 24%;
    }
    .card-side-items img{
        width: 45px;
    }
}