html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.bg-primary {
  background-color: #007bff !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 80px;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  /* width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free'; */
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  width: 90px !important;
  background-color: #212529;
  min-height: calc(100vh - 56px);
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
  }

  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: .5rem;
    width: 225px;
  }

  .sidebar .nav-item .nav-link i {
    color: rgba(255, 255, 255, 0.5);
  }

  .sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
  }

  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }

  /* .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  } */

  .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }

  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }

  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }

  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }

  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  width: calc(100% - 90px);
  height: 80px;
  background-color: #e9ecef;
  bottom: 0;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 12px;
}

.main-dashboard .h4 {
  font-size: 17px;
  font-weight: 600;
  /* max-width: 160px; */
}

.main-dashboard .large.z-1 {
  font-size: 36px;
  font-weight: 700;
  text-decoration: none
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 225px);
  }
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}

/*Gaurav form CSS*/
/*-------page css start-----------*/
.formcont {
  /*min-height: 480px;*/
}

.formcont .card .card-head {
  background-color: #fff;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.formcont .card .card-head h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  margin: 4px 0;
}

.formcont .card .card-body {
  /*padding: 10px 24px 14px 24px;*/
}

.formcont .card .col-form-label,
label {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.formcont .card .form-group {
  margin-bottom: 8px;
}

.formcont .card .form-group .form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}

.formcont .card .card-body fieldset {
  border: 1px solid #b3b9c5;
  margin: 0;
  padding: 10px;
}

.formcont .title-bar {
  display: inline-block;
}

.formcont .card .card-body .btn {
  padding: 5px 11px;
  font-size: 14px;
  border-radius: 0px;
  font-weight: 600;
}

.formcont .card .card-body .linkcls.btn {
  font-weight: 500;
  border-radius: 3px;
  box-shadow: none;
  padding: 0px 5px;
  margin-bottom: 3px;
}

.table thead th {
  font-size: 14px;
}

.sidebar li {
  margin-left: 0em;
  margin-bottom: 0em;
}

.breadcrumb li a {
  color: #007bff;
  text-transform: capitalize;
}

.formcont fieldset .form-row .form-group label {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #212529;
}

.chosen-container-multi .f-ctrol {
  border-radius: 0px;
  vertical-align: middle;
  font-size: 14px;
  color: #3a3a3a;
  /* height: 32px !important; */
  padding: 0.0rem 0.75rem;
}

.del-image button.delmenu,
.del-image button.del {
  position: absolute;
  padding: 0px 0px 0px 0px;
  margin: -76px 0px 0px 50px;
  color: #da0000;
  background-color: #e0e0e0f0;
  border-radius: 55%;
  height: 20px;
  width: 20px;
  opacity: 1;
  box-shadow: none;
  font-size: 12px;
}

.del-image img {
  margin-right: 15px;
  margin-bottom: 5px;
}

.del-image img:last-child {
  margin-right: 0px;
}

/*End Gaurav Form CSS*/
.cstchk {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}

/*--------order-information  css   start-----------*/
.order-information .update-info-table tbody th {
  background-color: #dedede;
}

.order-information .update-info-table tbody th,
.order-information .update-info-table tbody td {
  width: 73%;
  font-size: 15px;
  padding: 10px;
  border: 1px solid #212529;
}

.blak-btn {
  padding: 7px 20px !important;
  font-size: 13px !important;
  border-radius: 0px !important;
  font-weight: 500;
  background-color: #212529;
  border-color: #212529;
}

.order-information .order-info-row {
  background-color: #dedede;
}

.order-information .order-info-row label {
  margin-bottom: 0px;
}

.order-information .order-info-row .order-info-label {
  margin-bottom: 0px;
  padding: 5px 12px;
}

.order-information .order-info-control {
  padding: 15px 7px;
  margin-bottom: 0px !important;
}

/* .order-info-form
{
     border-bottom: 1px solid #c5c5c5;
      margin-bottom: 15px;
}*/
.order-information .order-info-control p {
  margin-bottom: 0px;
  line-height: 29px;
}

.order-info-row .o-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
  margin-top: 9px;
}

.comm-box .price {
  margin-bottom: 0px;
}

.comm-box {
  font-size: 14px;
  /* margin-top: 9px;*/
  /* border: 1px solid #ced4da; */
  padding: 4px 1px;
}

.order-item-info-form .item-name {
  font-size: 14px;
  font-weight: 600;
}

.status {
  font-size: 14px;
}

/*--------order-information  css  end-----------*/
.form-control:focus {
  border-color: #495057;
  box-shadow: none;
}

/*--------full-order-info css start-----------*/
.full-order-info {
  padding: 20px;
  background-color: #fbfbfbc7;
  margin-bottom: 15px;
}

.full-order-info .user-details {
  margin-bottom: 1px;
}

.full-order-info .user-details p {
  font-size: 16px;
  margin-bottom: 3px;
}

.full-order-info .total-item-info {
  margin-bottom: 30px;
}

.full-order-info .total-item-info .order-food-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.full-order-info .total-item-info .qty-with-price {
  float: right;
  font-weight: 600;
  margin-bottom: 0px;
}

.full-order-info .total-item-info .quntity {
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}

.full-order-info .total-item-info .order-adon-name {
  color: #909294;
  font-size: 14px;
  margin-bottom: 0px;
}

.full-order-info .order-total-details p {
  margin-bottom: 3px;
  margin-top: 2px;
}

.full-order-info .order-total-details .discount {
  color: red;
}

.full-order-info .f-total {
  font-size: 15px;
  font-weight: 500;
  margin: 4px 0px;
}

.full-order-info .f-total span.price {
  float: right;
  color: black;
}

.full-order-info .total-item-info .order-option p {
  margin-bottom: 15px;
}

.full-order-info .order-total-details {
  margin-bottom: 22px;
}

.full-order-info .order-food {
  margin-bottom: 14px;
}

.full-order-info .order-adon {
  margin-bottom: 10px;
}

.full-order-info .order-adon .adon-qty {
  color: #909294;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
}

.full-order-info .order-adon .adon-price {
  color: #909294;
  font-size: 14px;
  margin-bottom: 0px;
  float: right;
}

.comment-tarea {
  line-height: 28px;
}

.order-info-row .pm-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
  margin-top: 9px;
}

.full-order-info .dly-address p {
  font-size: 16px;
  margin-bottom: 2px;
}

/*--------full-order-info css  end-----------*/
.odricn {
  font-size: 10px;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0 2px;
  width: 18px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -11px;
  left: -13px;
  background: #fff;
  height: 18px;
  color: #151515;
  line-height: 20px;
}

/*COMMON FROM MASTER CSS*/
#wrapper #content-wrapper {
  padding-top: .5rem;
}

.wf {
  width: 100%;
  float: left;
}

.authlogin {
  margin-top: 100px;
}

.breadcrumb {
  margin-bottom: .5rem;
}

.pghdrow h1 {
  font-size: 23px;
  color: #3f3f42;
  line-height: 25px;
  float: left;
  margin-right: 20px;
}

.pghdrow p {
  font-size: 14px;
  margin: 5px 0;
}

.linkbtn {
  background: no-repeat;
  border: none;
  color: #007bff;
  display: inline;
  padding: 0;
  margin: 0;
}

.linkbtn:hover {
  color: #0056b3;
  text-decoration: underline;
}

.linkform {
  display: inline-block;
}

.cstlbl {
  position: relative;
  top: -2px;
}

.rinlinecont {
  margin-right: 20px;
}

.hiderow {
  display: none;
}

/*Multip Select CSS*/
.ms-container .ms-list {
  border: 1px solid #e4e4e4 !important;
  border-radius: 2px !important;
  box-shadow: 0 0 9px 3px #f1f1f1 !important;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #e4e4e4 solid !important;
  padding: 4px 15px !important;
  color: #444141 !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
}

.ms-container .ms-list.ms-focus {
  box-shadow: none !important;
  border-color: #e4e4e4 !important;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
  width: 49% !important;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  color: #fff !important;
  background-color: #5aa0dc !important;
}

.ms-container {
  width: 100% !important;
}

/*End multiple select CSS*/
.selrow {
  margin-bottom: 0px !important;
}

.txtspn {
  font-size: 13px;
  font-weight: 500;
}

.chkbxcont {
  display: inline-block;
  margin-right: 20px;
}

.chkbx {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.lchkbx {}

.hide {
  display: none;
}

.show {
  display: block;
}

.custbtn {
  padding: 5px 14px 5px !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
  margin-left: 13px !important;
}

.custbtn.reload {
  margin-left: 0px !important;
}

.custbtn.closbtn {
  margin-left: 0px !important;
}

.formcont.autohight {
  min-height: auto !important;
}

.comntmodl .modal-dialog {
  max-width: 700px;
  margin: 5.75rem auto;
}

.lblmarg {
  position: relative;
  top: 5px;
}

.flatbtn {
  padding: 5px 14px 5px;
  font-size: 14px;
  border-radius: 0px;
  font-weight: 600;
}

/*Comment Style*/
.cmtcontp {
  border: 1px solid #e0e0e0;
  margin: 15px 0;
  padding: 10px 10px;
  font-size: 14px;
}

.cmtmeta {
  background: #e4e4e4;
  position: relative;
  top: -21px;
  display: inline-block;
  padding: 0px 10px;
  font-weight: 500;
}

.cmtusr {}

.cmtdate {
  margin-left: 16px;
}

.cmttx {
  margin-bottom: 0;
  margin-top: -15px;
}

.fetChbx {
  position: relative;
  top: 2px;
}

.fetlbl {
  margin-left: 2px;
  padding-left: 0px;
}

.pictcont {
  width: 54px;
  border: 1px solid gainsboro;
  height: 50px;
  background: #f7f7f7;
}

/*START DELETE POPUP CSS*/
.swal-overlay--show-modal .swal-modal {
  width: 400px !important;
}

.swal-icon {
  width: 45px;
  height: 45px;
  margin: 5px auto;
}

.swal-icon--warning__body {
  height: 18px;
}

.swal-icon:first-child {
  margin-top: 10px;
}

.swal-title {
  padding: 6px 16px;
  font-size: 22px;
}

.swal-footer {
  margin-top: 7px
}

/*END DELETE POPUP CSS*/
.formcont .card .card-head h1.permhd {
  font-size: 16px;
  font-weight: 600;
}

.cstchk.permchk {
  width: 14px;
  height: 14px;
  top: 2px;
}

.formcont .card .col-form-label,
label.permlbl {
  font-size: 12px;
  margin: 0;
}

.relchk {
  position: relative;
  top: 4px;
}

.reqrd {
  color: red;
}

.erralrt ul li {
  margin: 0;
  list-style: none;
}

.attrcont {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #9a9a9a;
  margin-right: 10px;
  margin-top: 5px;
}

.vrtnslct,
.ignslct {
  position: relative;
  padding: 3px 5px;
  border: .2px solid #eaeaea;
  color: #403f3f;
  font-size: 14px;
  border-radius: 3px;
  min-width: 90px;
}

.attrnm {}

.attrval {}

.plussign,
.ingplussign,
.ingedtplussign {
  cursor: pointer;
  padding: 0px 2px;
  border: 1px solid #f3f3f3;
  height: 16px;
  width: 16px;
  margin-left: -6px;
}

.crossign {
  position: absolute;
  top: -15px;
  right: -6px;
  color: red;
  cursor: pointer;
  display: inline-block;
}

.variantrow,
.ingredntrow {
  position: relative;
  margin: 25px -15px;
}

.adonrow {
  position: relative;
  margin: 25px -15px;
}

.closearrow {
  position: absolute;
  right: 15px;
  top: -4px;
  color: red;
  cursor: pointer;
  padding: 0 6px;
  border: 1px solid red;
  border-radius: 14px;
  height: 22px;
}

.addvarrow,
.ingvarrow {
  right: 14px;
  top: 22px;
  color: #0c9e1e;
  cursor: pointer;
  padding: 0 6px;
  border: 1px solid #21a90d;
  border-radius: 14px;
  height: 22px;
  position: absolute;
}

.bordertop {
  float: left;
  height: 1px;
  background: #cccccc;
  width: 99%;
  margin-left: 6px;
  margin-top: -10px;
}

.otherConts {}

.vrbltxbx {
  width: 60px;
  font-size: 12px;
  border: 1px solid #bfbfbf;
  color: #505050;
  padding: 3px;
}

.cfrmgrp {
  display: inline-block;
}

.adnmhead {
  margin-bottom: 5px;
}

.admvaluecont {}

.adnm {
  font-size: 15px;
}

.adnm input[type="text"] {
  width: 150px;
}

.ml20 {
  margin-left: 20px;
}

.adnnlbl {
  margin-top: 4px;
}

.adsvalplus,
.ingvalplus {
  border: 1px solid #ababab;
  color: #07b10c;
  cursor: pointer;
  padding: 0 3px;
}

.adsvalcross,
.ingvalcross {
  border: 1px solid #ababab;
  color: #d81c08;
  cursor: pointer;
  padding: 0 3px;
}

.olbl {
  font-size: 12px;
  font-weight: 600;
  margin: 2px 2px;
}

.ordertbl {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.ordertbl td {
  padding: 5px 2px !important;
}

.card-body.odrcard {
  padding: 8px;
}

/* paging */
.paging span,
.paging a {
  display: inline-block;
}

.paging nav svg {
  height: 24px;
}

.paging * .shadow-sm {
  box-shadow: none !important;
}