/* general*/
body {
  background-color: #eee !important;
  color: #3c4858;
  font-size: 14px !important;
}
/* login page */
.bg-orange {
  background-color: #fd873e;
}
form.loginform {
  background-color: #ededed;
}
.btn-primary {
  background-color: #004cbd;
}
#togglePassword {
  cursor: pointer;
}
/* location page */
.location-card {
  border-radius: 0px !important;
}
.location-card a {
  text-decoration: none;
  color: #000;
}
.location-card a:hover {
  color: #89229b;
  text-decoration: none;
}

/* navigation */
.sidepanel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  /* box-shadow: 0 10px 30px -12px rgba(0,0,0,.42), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2); */
}
.sidepanel .sidepanel-wrapper {
  position: relative;
  height: calc(100vh - 40px);
  overflow: auto;
  z-index: 4;
  padding-bottom: 30px;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.nav-items {
  margin-top: 15px;
}
.sidepanel .nav-items li > a {
  margin: 10px 15px 0;
  border-radius: 3px;
  color: #3c4858;
}
.nav-items > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
}
.sidepanel li.active > a {
  background-color: #fd873e;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(255, 152, 0, 0.4);
}
.sidepanel .nav-items .caret {
  margin-top: 13px;
  position: absolute;
  right: 18px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sidepanel ul {
  padding-left: 0 !important;
}
.sidepanel ul li {
  list-style: none;
}
.sidepanel .nav-items i {
  font-size: 18px;
  float: left;
  margin-right: 10px;
  line-height: 22px;
  width: 30px;
  text-align: center;
  color: #a9afbb;
}
.sidepanel .nav-items li.active > a i {
  color: #fff;
}
.sidepanel .nav-items li.active > a {
  color: #fff;
}
.sidepanel .nav-items li a {
  text-decoration: none;
}
.sidepanel .nav-items p {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
}
.sidepanel .nav-items p {
  font-weight: bold;
}
.dashboard {
  font-family: "Poppins";
  font-weight: bold;
  margin: 0 15px;
}
.user {
  font-family: "Poppins";
  margin: 10px 15px 0 !important;
  font-size: 14px;
}
.sidepanel .user {
  padding-bottom: 20px;
  margin: 20px auto 0;
  position: relative;
}
.sidepanel .nav-items li:first-child > a {
  margin: 0 15px;
}
.sidepanel
  .sidepanel-wrapper
  > .nav-items
  [data-bs-toggle="collapse"]
  ~ div
  > ul
  > li
  > a
  .sidebar-mini,
.sidepanel
  .sidepanel-wrapper
  .user
  .info
  [data-bs-toggle="collapse"]
  ~ div
  > ul
  > li
  > a
  .sidebar-mini {
  text-transform: uppercase;
  width: 30px;
  margin-right: 5px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  float: left;
  display: inherit;
}
.app-info {
  margin: 15px 30px 0;
  font-family: "Poppins";
}
.app-button {
  margin: 5px 30px;
}
.signout {
  margin: 25px 20px 0;
}
.signout a {
  color: #868383;
  font-family: "Poppins";
  font-weight: bold;
  text-decoration: none;
}
.sidepanel .sidepanel-wrapper {
  height: calc(100vh - 10px);
}
/* index.php */
.wrapper-main {
  position: relative;
  /* top: 0; */
  height: 100vh;
}
.page-main-panel {
  position: relative;
  float: right;
  -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.page-login-panel {
  position: relative;
  -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.page-main-panel > .content,
.page-login-panel > .content {
  min-height: calc(100vh - 100px);
  overflow: hidden;
}
.reports-section {
  border-bottom: 1px solid black;
  width: 50%;
}
.card {
  margin: 15px 0;
}
.sales {
  display: flex;
}
.card-desc {
  margin-left: 15px;
}
.prices {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.align-start {
  text-align: start; /* Align to the start of the column */
  flex: 1; /* Allow the div to take up available space */
}

.align-middle {
  text-align: center; /* Align to the middle of the column */
  flex: 1; /* Allow the div to take up available space */
}

.align-end {
  text-align: end; /* Align to the end of the column */
  flex: 1; /* Allow the div to take up available space */
}
/* locationNav */
.bg_title {
  background-color: #030303;
}
.bg_location {
  background: #fd873e;
  box-shadow: inset 0 40px 50px -40px rgba(0, 0, 0, 0.4);
}
.location-name {
  color: #ffff;
  font-weight: bold;
  font-family: "Montserrat", "Montserrat-Regular";
  white-space: nowrap;
  font-size: 1em;
}
.title_admin {
  color: #ffff;
  font-weight: 900;
  font-family: "Montserrat", "Montserrat-Bold";
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.2em;
}
.card .card-content {
  padding: 15px 20px;
  position: relative;
}
.change-location a {
  color: #030303 !important;
  font-size: 12px;
  font-family: "Montserrat", "Montserrat-Regular";
  font-weight: 600;
  text-decoration: none;
}
.toggle-button {
  background: none;
}

@media only screen and (max-width: 767px) {
  /* Styles for mobile devices go here */
  #map {
    height: 500px;
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  input[type="range"] {
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .cropit-preview.landscape {
    width: 300px !important;
    height: 200px !important;
  }
  .cropit-preview.landscape-food {
    width: 300px !important;
    height: 200px !important;
  }
  .cropit-preview.square {
    width: 200px !important;
    height: 200px !important;
  }
  .cropit-preview.square-food {
    width: 200px !important;
    height: 200px !important;
  }
  .r-logo {
    width: 100% !important;
  }
  .padding-footer {
    padding-bottom: 80px;
  }
  .mt-mobile {
    margin-top: 0;
  }
  .mb-mobile {
    margin-bottom: 0;
  }
  /*title styling for mobile*/
  .title_admin.medium-font {
    font-size: 1em;
  }
  .title_admin.small-font {
    font-size: 0.9em;
  }
  .title_admin.xsmall-font {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-main-panel {
    position: relative;
    float: none;
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .page-login-panel {
    position: relative;
    float: none;
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .active {
    -webkit-transform: translate(0%);
    transform: translate(0%) !important;
  }
  .sidepanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
  }
  .sidepanel .sidepanel-wrapper {
    width: 60%;
    background-color: #ffffff;
  }
  .sidepanel-right {
    width: 40%;
    height: calc(100vh - 10px);
  }
  .qty {
    font-size: 14px !important;
  }
  .cd-cart-item span.item-size {
    font-size: 12px !important;
    display: block;
  }
  .mod-item {
    font-size: 12px !important;
  }
  .cd-price {
    font-size: 14px !important;
  }
  .cd-mod-price {
    font-size: 12px !important;
  }
  .cd-order-price {
    font-family: "Poppins", "Poppins-SemiBold";
    font-size: 14px !important;
    font-weight: 600;
  }
  .cd-order-delivery {
    font-family: "Poppins", "Poppins-Regular";
    font-size: 14px !important;
  }
  .total-orders {
    font-size: 10px !important;
  }
  .weekly-title {
    font-size: 10px !important;
  }
  .weekly-price {
    font-size: 18px !important;
    font-weight: 500;
    font-family: "Poppins", "Poppins-SemiBold";
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .page-main-panel {
    float: none;
  }
  .active {
    -webkit-transform: translate(0%);
    transform: translate(0%) !important;
  }
  .sidepanel {
    position: fixed;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
  }
  .sidepanel .sidepanel-wrapper {
    /* width: 80%; */
    background-color: #ffffff;
  }
  .sidepanel-right {
    width: 40%;
    height: calc(100vh - 10px);
  }
}
@media only screen and (max-width: 375px) {
  .banner-image {
    width: 200px !important;
    height: 100px !important;
  }
}
/*card area*/
.card .card-header,
.card .card-header:first-child {
  margin: -20px 15px 0;
  border-radius: 3px;
  padding: 15px;
  position: relative;
  background: #ff9800;
}
.card .card-header .card-title {
  color: #ffffff;
  font-size: 1.3em;
}
/*Top filter area css*/
.header-filter .btn-toolbar .dropdown-toggle {
  background-color: #fff;
  color: #004cbd;
  border-color: #004cbd;
}
.header-filter .btn-toolbar .dropdown-toggle:hover {
  background-color: #004cbd;
  color: #fff;
  border-color: #004cbd;
}
/*hide arrow for date filter only*/
.header-filter .date-filter .dropdown-toggle::after {
  display: none;
}
/*blue color for border and text for reports dropdown*/
.header-filter .navigation-dropdown .dropdown-toggle {
  background-color: #fff;
  color: #004cbd;
  border-color: #004cbd;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
.header-filter .navigation-dropdown .dropdown-toggle:hover {
  background-color: #004cbd;
  color: #fff;
  border-color: #004cbd;
}
/*decrease font of button in table*/
.table-responsive .btn-sm {
  font-size: 12px;
}
.hover-link:hover {
  color: rgba(var(--bs-link-color-rgb)) !important;
}
/*class for cursor pointer*/
.cursor-pointer {
  cursor: pointer;
}
/*action dropdowns on menu pages*/
.categories .dropdown-toggle,
.btn-toolbar .dropdown-toggle {
  background-color: #fff;
  color: rgba(var(--bs-link-color-rgb));
}
/* Marketing page */
.icon-size {
  font-size: 50px;
}
.r-logo {
  width: 45%;
}
/*search button hover color*/
i.fa-search,
i.fa-filter {
  color: #004cbd;
}
.disabled-input {
  background-color: var(--bs-secondary-bg) !important;
  opacity: 1;
}
/* icon color email */
.icon-color {
  color: #5856d6;
}
.schedule-btn {
  background: #06718c !important;
}
/* view email campaign */
.bg-none {
  background: none !important;
}
.label-size {
  font-size: 1rem !important;
}
/*marketing page icon colors*/
.fa-square-check {
  color: #6b912a;
}
.fa-paper-plane {
  color: #0b3e8e;
}
.bg-hover:hover {
  background-color: hsla(260, 100%, 55%, 0.1) !important;
}
.bg-hover:hover a {
  color: hsl(260, 100%, 55%) !important;
}
.bg-hover:hover h5 {
  color: hsl(260, 100%, 55%);
}
.bg-hover:hover p {
  color: hsl(260, 100%, 55%);
}
/*save changes button*/
button.btn-savechanges {
  /* box-shadow: 0px 2px 8px rgba(0,0,0,0.12);
    color: #ffffff;
    background-image: url(../images/savechanges.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 10px center; */
  padding-left: 30px;
  padding-right: 30px;
}
.img-width {
  width: 23px;
}
/*cancel button */
.btn.cancel-btn {
  /* box-shadow: 0px 2px 8px rgba(0,0,0,0.12);
    color: #ffffff;
    background-image: url(../images/cancelicon.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 10px center; */
  padding-left: 30px;
  padding-right: 30px;
}
/* for dropdown actions */
.table-responsive {
  min-height: calc(100vh - 300px);
}
/*quantity popup*/
.quantity-popup {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 3px 12px 1px rgba(44, 55, 130, 0.15);
}
.no-minheight {
  min-height: 0;
}
td.multi-quantity {
  color: rgba(var(--bs-link-color-rgb)) !important;
}
/*limit customer name cell width*/
td a.customer-name {
  max-width: 100px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.gm-style-iw button {
  display: none !important;
}
/* bottom sheet for mobile */
.bg-bottom-nav {
  background: #004cbd;
}
.bg-bottom-nav a.active {
  color: #fff !important;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.bottom-links-color {
  color: #e5eef5;
}
.cropit-image-input {
  color: transparent !important;
}
/* style.css */
.file-selected {
  color: #000 !important;
}
.offcanvas-bottom {
  bottom: 84px;
}
.input-group .btn {
  z-index: auto;
}
/*ckeditor styling*/
#cke_emailContent {
  width: 600px;
}
.disabled-button {
  color: #fff;
  background-color: #0d6efd; /* Greyed out color */
  cursor: not-allowed; /* Show not-allowed cursor */
  opacity: 0.65;
  border-color: #0d6efd;
  pointer-events: none; /* Prevent any click actions */
}
