html {
  scroll-behavior: smooth;
}
/*font face implementation*/
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../../fonts/solaiman-lipi/SolaimanLipi.eot');
    src: url('../../fonts/solaiman-lipi/SolaimanLipi.eot') format('embedded-opentype'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.woff2') format('woff2'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.woff') format('woff'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.ttf') format('truetype'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.svg#SolaimanLipi') format('svg');
}

.reviews{width: 70px;text-align: center;}
.reviews i{color: #FA641E}
.reviews i.fa-star-o{color: #858686}
.img-content, .img-content:hover, .change_image_link{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
    
.facility-main{max-height: 200px;
overflow-y: scroll;}
.facilities{}

.facilities label{width:100%;cursor:pointer}
.facilities p{margin:0px;padding:5px;border: 1px solid #DDD}
.facilities p span:first-child{margin-right:15px}
.facilities p span:last-child{}

.img-content{margin:0px;position: relative;min-height: 80px}
.change_image_link{display: block;position: absolute;top: 0px;background:rgba(0, 128, 128, 0.78);color: #FFF;bottom: 0px;left: 0px;right: 0;font-size: 24px;padding: 20px;opacity: 0;}
.img-content:hover .change_image_link{opacity: 1;}
.change_image_link span{color:aliceblue}
.loading_div{position:relative;position: absolute;left: 0px;right:0px;top:0px;bottom:0px; z-index: 999; background: rgba(128, 128, 128, 0.45);}
.loading_active{display:block}
.loading_dactive{display: none}
.innerloading_bar{color:black; width: 200px; height: 200px;position: absolute;left: 45%;top: 100px;}


/*This style for home booking system*/
.home_booking_section{background: #1771a5;padding:30px 0px}
.booking_elements{}
.booking_elements select, .booking_elements input[type=text]{background: inherit;width: 100%;color: #FFF;border: 2px solid rgba(255,255,255,0.2);padding: 13.5px 15px;height: 50px;}
.booking_elements select option{background-color:#FFF;color:#000}

.booking_elements ::-webkit-input-placeholder {color:    #FFF;}
.booking_elements :-moz-placeholder {color:    #FFF; opacity:  1;}
.booking_elements ::-moz-placeholder { color:    #FFF;  opacity:  1;}
.booking_elements :-ms-input-placeholder {  color:    #FFF;}



/*Now the CSS*/
* {margin: 0; padding: 0;}

.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
    border: 1px solid #00acd7;
    padding: 15px 25px;
    text-decoration: none;
    color: #FFF;
    font-family: arial, verdana, tahoma;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background: #00c0ef;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #f39c12;
    color: #FFF;
    border: 1px solid #da8c10;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.tree_parent_image{max-width: 50px;
display: block;
overflow: hidden;
margin-left: auto;
margin-right: auto;}
.tree p{margin:0px}


.small-box h3{font-size: 26px}
/*Thats all. I hope you enjoyed it.
Thanks :)*/


.ui-sortable-helper{background:#63a4cb;color:white}
.ui-sortable-helper a{color:white}
.ui-sortable-helper p{color:white}
.ui-sortable-helper td{width:16.66666666666667%}





/*
====================================================================================================================
                                            THIKBOX STYLE GOES HERE
====================================================================================================================
*/

/*This style fo thik box*/
.thikBoxArea{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background: #00000080;z-index: 999999;padding:20px;display:none}
.thikBoxArea .container{height:100%;margin:0 auto;background: #FFF;border: 2px solid #292727;overflow:hidden}
.thikBoxHeader{border-bottom:1px solid #DDD;margin-left:0px;margin-right:0px}
.CloseThikBox{float: right;}
.CloseThikBox span{margin: 8px 0px;}
.thikBoxLeftBar{border-right:1px solid #DDD;height:100px}
.setItemThikbox{float:right;margin: 8px 0px;}
.setItemThikbox span{margin: 0px;}
.thikBoxFooter{border-top:1px solid #DDD;margin-left:0px;margin-right:0px}
.customtimgbox-padding{padding:10px}
.thikboxImage{position:relative}

.thikboxImageActive img{padding: 10px;background: #28b6d5;position:relative}
.thikboxImageActive:before{width:50px;height:50px;content: " ";background: url(../img/selectimgbg.png);position:absolute;top: 0;right: 0;z-index: 2;}

.thikboxImage:hover{cursor:pointer}
.thikboxImage img{height:124px}
.custom-margin{margin:0px}
.thikBoxContent{overflow-y: scroll;max-height: 80%;}
.thik_box_file_upload{float:right}
.thik_box_file_upload .progress{display: inline-block;margin: 11px 0px;padding: 0px 0px;float: left;width: 500px;display:none;-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
body{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.live-icon:before{background: #F80505;}
.text_box{width: 100%;padding: 5px;border: 1px solid #DDD;background: #FFF;margin-top: 5px;}








/*custom style for admin*/
.small-box h3{white-space: normal;}
.sidebar-menu > li > a{font-size: 16px;}
.small-box h3{font-size: 20px}
.main-header .logo{font-family: 'SolaimanLipi',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 28px;}
.wrapper{overflow-y: hidden;}

.small_table_padding.table > tbody > tr > td, .small_table_padding.table > tbody > tr > th, .small_table_padding.table > tfoot > tr > td, .small_table_padding.table > tfoot > tr > th, .small_table_padding.table > thead > tr > td, .small_table_padding.table > thead > tr > th{padding:2px 10px}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }


.green_bx_header{background: #00a65a;
color: #FFF;}
.green_bx_header .box_title{margin: 0px;
font-size: 20px;}
.no-padding{padding:0px}
.border-none{border:none}
.fix-input-group{
    overflow: hidden;
    display: block;
    margin-top: 15px;
}

.print_page_break{page-break-after: always;}

 .small_table_padding.table > tbody > tr > td, .small_table_padding.table > tbody > tr > th, .small_table_padding.table > tfoot > tr > td, .small_table_padding.table > tfoot > tr > th, .small_table_padding.table > thead > tr > td, .small_table_padding.table > thead > tr > th{
         padding:2px; font-size:16px; font-weight: bold; text-transform: uppercase;
    }

.small_table_padding p{margin: 0px;font-size: 14px;}


#restaurant_copy .small_table_padding.table > tbody > tr > td{font-weight: normal;text-transform: capitalize}

/*This  style for print page*/
@media print{
    .print_page_break{page-break-after: always;}
    .content-wrapper{
        margin:0px;
    }
    /*.small_table_padding.table > tbody > tr > td, .small_table_padding.table > tbody > tr > th, .small_table_padding.table > tfoot > tr > td, .small_table_padding.table > tfoot > tr > th, .small_table_padding.table > thead > tr > td, .small_table_padding.table > thead > tr > th{
         padding:2px; font-size:16px; font-weight: bold;
    }*/
    .printable{width:100%;padding:0px}
    .printable .box.box-success{border:none;}
    .main-header{height:0px}
    .container{padding:0px}
    a[href]:after {
        content: none !important;
         }
        @page {
            margin-top: 0;
            margin-bottom: 0;
        }
    
        body{
            padding-top: 0px;
            padding-bottom: 0px ;
        }
}

.black_table{
    background: #222d32;
    color: #FFF;
}
.black_table tr th{font-weight: normal;font-size: 17px}
.black_table tr td{font-weight: 600;font-size: 16px}



/*This design for login page*/
.login-box, .register-box{margin-top: 0px; margin-bottom:0px}
.login-page, .register-page{
    background: #FFF/*#1138e9*/;
}
.login-logo a, .register-logo a{
    color: #FFF
}
.login-logo, .register-logo{
    margin-bottom: 0px;
}
.login-header {
	width: 100%;
	min-height: 220px;
	background: #e5058c;
	position: relative;
	background-size: cover;
	/*background-position-y: -342px;*/
}
.blue-effect {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #e5058c;
	background: linear-gradient(180deg, rgba(229, 5, 140, 0.48) 0%, rgba(7,7,253,0.09845936665681898) 100%);
}
.login-header-bottom {
	height: 25px;
	width: 100%;
	background: #FFF;
	border-radius: 20px 20px 0px 0px;
	position: absolute;
	bottom: 0;
}






.btn-primary {
	background-color: #e5058c;
	border-color: #e5058c;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
	background-color: #0022bc;
}
.custom_link{color: #1138e9;}


.blocks_menu{list-style: none;margin-bottom: 5px;}
.blocks_menu li {
	border: 1px solid #DDD;
	padding: 5px 10px;
	display: inline-block;
	color: #008c00;
    margin-right: 5px;
    margin-bottom: 5px;
}
.blocks_menu li span{}
.blocks_menu li i{
    color: #ff3f3f;
    margin-left: 5px;
    cursor: pointer;
}

.login_footer {
	padding-bottom: 20px;
	width: 100%;
	position: fixed;
	bottom: 0px;
    background: #d30595 !important;
}
.login-footer-effect{
    height: 25px;
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}




@media (min-width: 0px) and (max-width: 768px){
.responsive_login_body{background-color: #d30595  !important;}
.responsive_login_body .login_footer{position: relative}
}

/*responsive for media object in xs*/
@media (min-width: 0px) and (max-width: 512px){
.responsive_login_body{background-color: #d30595  !important;}
.responsive_login_body .login_footer{position: relative}
}




.invoice_header p {
	margin: 0px;
	font-size: 14px;
}
.invoice_header p b {
	display: inline-block;
}

.dashed-border {
	min-height: 1px;
	border-bottom: 3px dashed #000;
	width: 100%;
	margin-bottom: 20px;
}

.pos-sidebar .sidebar-menu > li {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid #00588A;
	border-bottom: 1px solid #00588A;
}

.single_food {
	padding: 9px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	background: #dd4b39;
}
.single_food .food_header {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -10px;
	padding-top: 10px;
	background: #e8e8e8;
	padding-bottom: 10px;
	display: block;
}

.single_food .food_bottom{
    margin-left: -10px;
    margin-right: -10px;
}

.single_food h3 {
	margin-top: 5px;
	color: #c80000;
}
.single_food .product_name{
}
.add_cart_submit_btn{
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    background: transparent;
    margin-bottom: 15px;
}





.modal-mask {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal_loading {
	color: #FFF;
	background: #0000008f;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 9;
	padding-top: 50px;
	font-size: 50px;
	color: #ececec;
}
.product_buttons{display: block}
.product_buttons a{}

.btn-group, .btn-group-vertical {
	min-width: 47px;
}

.add_ons .list-group-item {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-right: 15px;
	background: #ffece3;
}

.cart_item_row{border-bottom: 1px solid #DDD;margin-bottom: 10px;}
.cart_item_row button{
    padding: 0px 3px;
}

.radio_select_box{
    position: relative;
    width: 50%;
    border: 1px solid #DDD;
    background: #FFF;
    text-align: center;
    padding: 5px;
    float: left;
}

.collapse_title{padding: 0;}
.collapse_title h4.box-title {display: block}
.collapse_title a{color:#FFF;display: block;padding: 10px} 
.add-on-boxes{margin-bottom: 5px}

.added_addon{
    color: #00a65a;
    border: 1px solid #DDD;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}
.added_addon i {
	color: red;
	margin-left: 10px;
	cursor: pointer;
	padding: 5px;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: -5px;
}