@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

@keyframes bake-pie {
    from {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }

.badge-primary {
    background-color: #ff0018;
}

body{
    font-size: 14px;
}
body.login-page{
  font-family: 'Rubik', sans-serif;
}

.brand-link{
    background-color: #fff;
}

.brand-link .brand-image{
    margin-left: 0px;
    max-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    height: auto;
    margin-top: -3px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    padding: .46875rem .75rem;
    height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border-color: #006fe6;
    color: #fff;
    padding: 0 10px;
    margin-top: .31rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,.7);
    float: right;
    margin-left: 5px;
    margin-right: -2px;
}

.login-logo, .register-logo{
    font-size: 25px;
}

.login-logo p a, .register-logo p a{
  color: #fff;
  letter-spacing: 1px;
}
.login-page, .register-page{
    background-image: url('../img/bg-login.jpg');
    background-size: cover;
}

.brand-link .brand-text img {
    margin-left: 0px;
    max-height: 40px;
}

.items-table tbody tr td button{
    color: #fff;
}

.items-table .fas {
    border: 0px;
    font-size: 14px;
    left: 18px;
    text-align: center;
    top: 0;
    width: 30px;
    border-radius: .2rem;
}

.items-table .edit-delete .fas{
    height: 30px;
    line-height: 30px;
}

.items-table{
    text-align: center;
}

.featured-image .upload-image-container .custom-file-label::after{
    display: none;
}

.pieID {
    display: inline-block;
    vertical-align: top;
  }

  .pie {
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0 30px 30px 0;
  }

  .pie::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    top: 50px;
    left: 50px;
  }

  .pie::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
    margin: 220px auto;
  }

  .slice {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    animation: bake-pie 1s;
  }

  .slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
  }

  .legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    padding: 15px;
    font-size: 13px;
    box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
    width: 50%;
  }

  .legend li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
  }

  .legend em {
    font-style: normal;
  }

  .legend span {
    float: right;
  }

  .order-item-price{
    text-align: right;
  }

.order-item-title .fas {
    color: #048643;
    margin-right: 5px;
    font-size: 10px;
}

.order-item-title .non-veg{
  color: #ed1c24;
}

.order-item-price .fas {
  font-size: 10px;
}

.item-title{
  font-size: 16px;
}

.item-sub-title{
  text-indent: 18px;
  font-size: 14px;
}

.items-bill-card .hotel-details, .items-bill-card .hotel-order-details{
  display: flex;
  width: 100%;
}

.items-bill-card .hotel-details .card-title {
  width: 100%;
}

.items-bill-card .hotel-order-details{
  padding-top: 10px;
  margin-top: 10px;
  border-top:1px solid #dfdfdf;
  font-size: 16px;
}

.items-bill-card .item-pricing{
  font-size: 16px;
}

.d-flex-wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bill-print-wrap .btn-primary{
  font-size: 13px;
}

.custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 4px solid #048643;
}

/* On mouse-over, add a grey background color */
/* .custom-check:hover input ~ .checkmark {
  background-color: orange;
} */

/* When the checkbox is checked, add a blue background */
.custom-check input:checked~.checkmark {
  background-color: #048643;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
  left: 5px;
  top: 0px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plan-outlet-item .header-icon-title{
  font-weight: 600;
  margin-right: 5px;
}

nav.header-nav-mob {
  display: none;
}

nav.header-nav-mob .header-wrap-left {
  width: 100%;
  display: flex;
}

nav.header-nav-mob .header-wrap-right {
  width: 100%;
}

nav.header-nav-mob .plan-outlet-item .nav-item .nav-link {
  padding: 5px 0px;
}

nav.header-nav-mob .plan-outlet-item li.nav-item {
  padding-left: 15px;
}

nav.header-nav-mob .plan-outlet-items .nav-link{
  padding: 5px 0px;
}

nav.header-nav-mob .plan-outlet-items .nav-item{
  padding-left: 15px;
}

nav.main-header .header-icon-title {
  font-weight: 600;
}

.btn-onoff{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-onoff input{
  display: block;
  position: absolute;
  opacity:0
}
.btn-onoff span{
	position: relative;
	display: block;
	width: 80px;
	height: 34px;
	border-radius: 40px;
	background: #ccc;
	border: 1px solid #ccc;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	transition: 400ms
}
.btn-onoff input:checked ~ span{
  border: 1px solid #4CAF50;
  background: #4CAF50
}
.btn-onoff input ~ span:before{
	content: 'Off';
	display: block;
	width: auto;
	height: 34px;
	position: absolute;
	right: 0px;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	line-height: 34px;
	color: #444;
	padding: 0px 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	transition: 500ms
}
.btn-onoff input:checked ~ span:before{
	content: 'On';
	right: 28px;
	color: #fff
}
.btn-onoff input ~ span:after{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	top: 4px;
	left: 4px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	transition: 400ms
}
.btn-onoff:hover input ~ span:after{
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transform:scale(0.9)
}
.btn-onoff input:checked ~ span:after{
	content: '';
	left: 51px;
}

.item-check-wrap{
	display: flex;
}

.addons-wrap{
	padding-bottom: 10px;
}

.order-addons label, .order-addons .order-item-title {
	padding-left: 20px;
}

.order-addons label{
    margin: 0;
}

.plan-info button, .outlet-info .button, .items-info button, .outlet-info .nav-link {
    background-color: transparent;
    border: 0px;
}

.page-sub-title h2.page-header {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.info-box-content .progress-description a {
    color: #fff;
}

.info-box-content .progress-description a:hover {
    color: #000;
}

#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart{
  min-height: 250px;
}

.in-res-btn img, .take-aw-btn img, .table-or-btn img{
	height: 25px;
}

.in-res-btn:hover img, .take-aw-btn:hover img, .table-or-btn:hover img{
	opacity: 1;
}

button.table-or-btn, button.take-aw-btn, button.in-res-btn {
    line-height: 1px;
}

.addons label {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.hotel-order-details p, .item-pricing p, .order-item-details .item-title {
    font-size: 14px;
}

.addons {
    padding-left: 10px;
}

.small-box .icon > img {
    height: 50px;
    position: absolute;
    right: 15px;
    top: 30px;
    transition: all 0.3s linear;
}

.call-waiter-box .icon > img{
  height: 60px;
}

.table-order .small-box p{
  font-size: 20px;
}

.table-order span.orders-badge {
    background-color: #2fa82b;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -8px;
    border-radius: 10px;
    padding: 10px 17px;
    font-size: 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.bg-gradient-warning .orders-badge {
    background-color: #ffbf02 !important;
}

.bg-gradient-danger .orders-badge {
    background-color: #db2234 !important;
}

.bor-0{
  border: 0px !important;
}


/* 13-11-2020 */

.takeaway-pills .nav-link {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    margin-right: 10px;
}

.takeway-pills-content {
    background-color: #fff;
    border-top: 3px solid #048643;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}

.takeaway-pills .nav-link label {
    margin-bottom: 0px;
    margin-right: 10px;
}

.takeaway-pills .nav-link span {
    float: right;
}

.takeaway-pills .nav-link hr{
  margin-top: 5px;
  margin-bottom: 5px;
}

.tk-pills-wrap{
  min-height: 200px;
  max-height: 440px;
  overflow-y: scroll;
}

.tk-pills-wrap::-webkit-scrollbar-track
{
	background-color: #fff;
	border-radius: 10px;
}

.tk-pills-wrap::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.tk-pills-wrap::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background:#048643;
}

.tk-tab-bills::-webkit-scrollbar-track
{
	background-color: #f4f6f9;
	border-radius: 10px;
}

.tk-tab-bills::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.tk-tab-bills::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background:#048643;
}

.takeaway-pills .nav-link.active, .takeaway-pills .show > .nav-link {
    color: #000;
    /*border-bottom: 3px solid #048643;*/
    background-color: #fff;
}

.takeaway-pills .nav-link:hover, .takeaway-pills .nav-link:not(.active):hover {
    color: #048643;
}

.order-managed-by {
    padding-left: 1.25rem;
}

.tk-tab-bills {
    min-height: 200px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px 10px 10px 5px;
}

.tk-tab-bills .card:last-child{
  margin-bottom: 0px;
}

.sbox-title span {
    margin-left: 15px;
    margin-top: 5px;
}

.small-box .icon > img{
  top:50px;
}

:not(.layout-fixed) .main-sidebar{
  min-height: 100% !important;
}

.steps-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.steps-note {
  position: relative;
  padding: 15px;
  margin: 50px 0 3em;
  text-align: center;
  color: #000;
  background: #f3f3f3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 500px;
  margin: 0 auto;
}

.steps-note p {
  margin-bottom: 0px;
  font-size: 16px;
}

.steps-note:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 100px;
  height: 20px;
  margin: 0 0 0 -50px;
  background: #f3f3f3;
}

.steps-note:after {
	content:"";
	position:absolute;
	top:-20px;
	left:0;
	width:50%;
	height:20px;
	background:#fff;
	/* css3 */
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
}

.steps-note > :first-child:before {
	content:"";
	position:absolute;
	top:-20px;
	right:0;
	width:50%;
	height:20px;
	background:#fff;
	/* css3 */
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
}

.tooltip-btn{
  background-color: #f2f2f2;
  color: black;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  margin-left: 5px;
}