@font-face {
  font-family: 'HalalDoorBold';
  src: url('kohinoorbangla-bold-webfont.woff') format('woff'),
    url('kohinoorbangla-bold-webfont.svg#kohinoor_banglabold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HalalDoorMedium';
  src: url('kohinoorbangla-medium-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HalalDoorSemi';
  src: url('kohinoorbangla-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HalalDoorLight';
  src: url('kohinoorbangla-light-webfont.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'HalalDoorRegular';
  src: url('kohinoorbangla-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.hd-font-bold {
  font-family: 'HalalDoorBold', Arial, sans-serif !important;
  font-weight: bold !important;
}

.hd-font-medium {
  font-family: 'HalalDoorMedium', Arial, sans-serif !important;
  font-weight: 500 !important;
}

.hd-font-light {
  font-family: 'HalalDoorLight', Arial, sans-serif !important;
  font-weight: lighter !important;
}

.hd-font-regular {
  font-family: 'HalalDoorRegular', Arial, sans-serif !important;
  font-weight: normal !important;
}

.hd-font-semi {
  font-family: 'HalalDoorSemi', Arial, sans-serif !important;
  font-weight: 600 !important;
}

:root {
  --bottom-bar-height: 0px;
  --top-bar-height: 0px;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
  position: fixed;
  overscroll-behavior: none;
}

div#header {
  width: 100%;
  height: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
  background-color: #FFF;
  z-index: 99;
}

.app-holder.section-holder-padding.blocks-comp-bottom-bar {
  position: fixed !important;
  top: 100% !important;
  transform: translate(0, -100%) !important;
  z-index: 9 !important;
  width: 100%;
  display: none;
}


p.content.button-icon.header {
  display: inline-block;
  width: 32px;
  height: 33px;
  margin-right: 14px;
  background-size: 90% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

p.content.button-icon.header.orders {
  background-image: url(../images/orders.png);
  background-size: 85%;
  background-position: center 4px;
}

p.content.button-icon.header.cart {
  background-image: url(../images/bag.png);
  background-position: 2px 1px;
  background-size: 89% auto;
}

p.content.button-icon.header.user {
  background-image: url(../images/user.png);
  background-size: 86% auto;
  background-position: center 2px;
}

p.content.button-icon.header:hover {
  filter: invert(100%);
}

body {
  background-color: #ffffff;
}

div#wrapper {
  height: calc(100% - 61px);
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
  overscroll-behavior: auto;
}

div#wrapper_ghost {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -99;
}

div.wrapper.hide-top-bar {
  height: 100% !important;
}

div#bottom_bar_holder {
  position: fixed !important;
  position: sticky !important;
  top: calc(100vh - var(--bottom-bar-height) - var(--top-bar-height) - 13);
  z-index: 99999;
  width: 100%;
}

div#bottom_bar_holder.mobile-bottom-bar {
  display: none !important;
}

div#bottom_bar_holder.always-show {
  display: block !important;
}

div.wrapper.hide-top-bar.bottom-bar {
  margin-top: calc(var(--top-bar-height) - 3px) !important;
  height: calc(100% - var(--bottom-bar-height) - var(--top-bar-height)) !important;
}

div.wrapper.bottom-bar {
  height: calc(100% - 61px - var(--bottom-bar-height)) !important;
}


div#top_bar_holder {
  z-index: 99999;
  position: absolute;
  width: 100%;
  height: var(--top-bar-height);
}


.app-bottom-bar.navigation-items.holder {
  width: 100%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.app-bottom-bar.navigation-item {
  display: inline-block;
  text-align: center;
  max-width: 110px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

.app-bottom-bar.navigation-item.selected {
  background-color: #ecfcf0;
  border-radius: 8px;
}

.app-bottom-bar.navigation-item-icon {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app-bottom-bar.navigation-item-name {
  font-size: 10px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bold;
}

div#loading_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

div#loading_element {
  padding-top: 14px;
  padding-bottom: 14px;
}

.loader-loading-1 {
  width: 30px;
  aspect-ratio: 1.154;
  --_g: no-repeat radial-gradient(farthest-side, #a5a5a5 90%, #0000);
  background:
    var(--_g) 50% 0,
    var(--_g) 0 100%,
    var(--_g) 100% 100%;
  background-size: 35% calc(35%*1.154);
  animation: l16 1s infinite;
  margin: 0 auto;
}

@keyframes l16 {

  50%,
  100% {
    background-position: 100% 100%, 50% 0, 0 100%
  }
}

.content-width {
  height: auto;
  margin: 0 auto;
  max-width: 1440px;
}

.content-width.locator {
  padding-left: 24px;
  padding-right: 24px;
}

.header.content-width {
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
}

p.content.text-item.primary {
  font-size: 30px;
  color: #FFF;
}

.content.header-item.navigation {
  display: flex;
}

.content.navigation-item.holder {
  width: 40%;
}

select.app-location.input {
  text-transform: none;
  border: 1px solid #d9d9d9;
  padding: 4px;
  border-radius: 8px;
}

input.location {
  background-color: #FFF;
  border-radius: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 46px;
  padding-right: 15px;
  border: 0;
  width: calc(100% - (15px + 46px));
  font-size: 17px;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  background-image: url(../no_upload/pin.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.header.content-left {
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 15%;
  padding: 0;
  margin: 0;
}

.header.content-middle {
  display: inline-flex;
  width: calc(100% - (30% * 2));
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.header.content-locator {
  display: inline-flex;
  width: 20%;
  align-items: center;
  background-image: url(../images/place.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 30px center;
  cursor: pointer;
}

.header.content-locator:hover {
  color: #3a3a3a;
}

.header.content-order-type {
  width: 20%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header.two-button.holder {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

p.header.two-button.button {
  margin: 0;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12px;
  border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
}

p.header.two-button.button:hover {
  font-weight: bold;
  color: #26ab12;
}

p.header.two-button.button.selected {
  background-color: #24ac11;
  color: #FFF;
}

.header.content-right {
  display: inline-flex;
  width: 20%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.content.main-header {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}

.logo.icon-header {
  width: 50px;
  height: 50px;
  background-image: url('../images/logo_icon.png');
  margin-left: 9px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

p.content.main-title {
  font-family: 'HalalDoorBold', Arial, sans-serif;
}

input.search {
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  width: calc(100% - 50px);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 9px;
  border: 0;
  background-color: #fdfdfd;
  border: 1px solid #eaeaea;
}

p.content.text-item {
  margin: 0;
}

p.content.button-item.header {
  margin-right: 15px;
}

p.content.button-item {
  margin: 0;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  border-radius: 30px;
}

p.content.button-item.locator {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 8px;
  border-radius: 12px;
}

.content.section-title.holder {
  display: flex;
  margin-top: 15px;
}

.content.left-content {
  display: inline-flex;
  width: 50%;
  align-items: center;
  padding-left: 15px;
}

.content.right-content {
  display: inline-flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 26px;
}

p.content.text-item.title {
  font-size: 28px;
  font-weight: bolder;
  font-family: 'HalalDoorBold', Arial, sans-serif;
}

p.content.button-text {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

.content.full-content {
  padding-left: 16px;
  padding-right: 16px;
}

.content.full-content.scroll {
  width: auto;
  padding-right: 16px;
  padding-left: 15px;
  overflow-y: unset;
  overflow-x: auto;
  white-space: nowrap;
}

.content.content-box.holder {
  display: inline-block;
  width: calc(100% / 4 - 14px);
  margin-right: 10px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 18px 3px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 16px 3px rgb(0 0 0 / 5%);
  margin-top: 18px;
}

.content.content-image.full {
  background-image: url(https://milecorp.com/wp-content/uploads/2016/07/milestone-jacksonville.jpg);
  height: 100px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.content.content-box.details {
  width: 100%;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFF;
  font-size: 17px;
  background-color: #00000061;
  padding-top: 5px;
}

.editor-item.content-box.holder.alert-item {
  background-color: #efdbc8;
}

p.content.text-item.medium {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
}

p.editor-item.label.description {
  margin: 0;
  font-size: 14px;
  margin-bottom: 6px;
}

.content.full-content.image-boxes {
  display: flex;
  margin-top: 8px;
}

.content.content-box.primary-holder.three {
  width: calc(100% / 3);
}

.content.content-box.primary-holder {
  margin-right: 16px;
}

.content.content-box.image-box {
  width: 100%;
  height: 250px;
  background-color: #000;
  border-radius: 20px;
  webkit-box-shadow: 0px 0px 18px 3px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 16px 3px rgb(0 0 0 / 5%);
  margin-top: 4px;
  background-image: url(https://www.mashed.com/img/gallery/the-truth-about-grocery-delivery-services/intro-1585235194.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

p.content.locator-button {
  margin: 0;
  font-weight: bold;
  padding-left: 65px;
  font-size: 14px;
}

.content.content-box.text {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
}

p.content.text-item.label.landing-text {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bolder;
  font-size: 18px;
}

p.content.text-item.center-text {
  font-size: 2.5em;
  font-weight: 200;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.content.landing-holder.main {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.content.landing-holder.item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - (16px * 2));
  margin-right: 16px;
  background-color: #f7f7f7;
  border-radius: 15px;
  overflow: hidden;
}

.content.landing-holder.top-item {
  display: flex;
  flex-direction: column;
}

p.content.text-item.landing-title {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bold;
  font-size: 23px;
  padding-left: 20px;
  padding-top: 16px;
  padding-right: 20px;
}

p.content.text-item.landing-desc {
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 16px;
  padding-right: 20px;
  min-height: 40px;
}

.content.landing-holder.image {
  height: 140px;
  background-color: #000;
  margin-top: 6px;
}

p.content.text-item.medium-text {
  font-size: 31px;
  font-weight: 500;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  text-align: center;
  margin-top: 20px;
}

p.content.text-item.light-text.sub {
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: -5px;
}

p.content.button-item.shop {
  display: inline-block;
  margin-top: 19px;
}

.content.section-item.flex-holder {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content.section.left {
  display: flex;
  width: 200px;
  padding-top: 14px;
  flex-direction: column;
}

.content.section.right {
  display: inline-block;
  width: calc(100% - 236px);
  overflow: auto;
  height: auto;
  padding-top: 14px;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}

p.content.button.left-menu {
  padding-left: 50px;
  padding-right: 20px;
  width: calc(100% - (20px + 60px));
  border-radius: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  margin-bottom: 8px;
}

p.content.button.left-menu.food {
  background-image: url(../no_upload/food.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 12px center;
}

p.content.button.left-menu.grocery {
  background-image: url(../no_upload/grocery.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 12px center;
}

.content.blocks.featured-block.holder {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  position: relative;
}

p.content.blocks.headings.heading-1 {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

p.content.blocks.headings.heading-form {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bolder;
  margin: 0;
  font-size: 14px;
}

p.content.blocks.headings.heading-1.fixed {
  position: absolute;
  display: inline-block;
}

p.content.blocks.headings.heading-2 {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

p.content.blocks.headings.heading-3 {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.content.blocks.restaurant-block.holder {
  display: inline-block;
  width: calc(100% / 3 - 16px);
  margin-bottom: 14px;
  padding: 6px;
}

.content.blocks.restaurant-block.image-holder {
  background-size: 120% auto;
  background-position: center;
  height: 160px;
  overflow: hidden;
  border-radius: 15px;
}

.content.blocks.restaurant-block.description-holder {
  display: flex;
  width: 100%;
  margin-top: 4px;
}

.content.blocks.restaurant-block.name-block {
  display: flex;
  width: 80%;
  flex-direction: column;
}

.content.blocks.restaurant-block.rating-block {
  display: flex;
  width: 20%;
  justify-content: flex-end;
  align-items: center;
}

p.content.blocks.labels.name {
  margin: 0;
  font-size: 16px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 500;
  width: 100%;
}

p.content.blocks.label.rating {
  margin: 0;
  background-color: #efefef;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}

p.content.blocks.labels.desc {
  margin: 0;
  font-size: 13px;
}

.content.blocks.collection-block.holder {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.content.blocks.collection-block.holder::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

div#sub-menu.active {
  position: fixed;
  top: 75px;
  width: 200px;
}

.content.blocks.restaurant-block.list-block {
  width: 100%;
}

p.content.blocks.labels.list-name {
  margin: 0;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  font-size: 18px;
}

p.content.blocks.labels.list-desc {
  margin: 0;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-size: 15px;
}

.content.blocks.brand-block.holder {
  display: inline-block;
  width: calc(100% / 3 - 16px);
  margin-bottom: 14px;
  padding: 6px;
  vertical-align: top;
  background-color: #6b3939;
  margin-top: 7px;
  margin-right: 8px;
  border-radius: 15px;
  position: relative;
  color: #FFF;
}

.content.blocks.brand-block.image {
  position: absolute;
  top: 35px;
  left: 15px;
  width: 80px;
  height: 80px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

p.content.blocks.brand-block.title {
  line-height: 27px;
  position: absolute;
  width: 150px;
  height: 40px;
  margin: 0;
  top: 120px;
  left: 16px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  font-size: 25px;
  overflow: hidden;
  white-space: normal;
}

.content.blocks.brand-block.desc {
  margin: 0;
  position: absolute;
  width: 150px;
  height: 40px;
  margin: 0;
  top: 152px;
  left: 16px;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  white-space: normal;
}

.admin.editor.navigation.menu_bar {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 14px;
  padding-right: 14px;
  border-bottom: 1px solid #ebebeb;
  color: #707070;
}

p.admin.editor.label.button {
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 16px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

#wrapper.no-header {
  height: 100%;
  padding: 0;
}

.admin.editor.holder.body {
  height: calc(100% - 64px);
  overflow: hidden;
}

.admin.body.editor.right-side {
  float: left;
  width: calc(100% - 162px);
  height: 100%;
}

.admin.editor.side-explorer.holder {
  max-width: 250px;
  width: 162px;
  height: 100%;
  border-right: 1px solid #f4f4f4;
  background-color: #FFF;
  overflow: auto;
  overflow-x: hidden;
  float: left;
  user-select: none;
  -webkit-user-select: none;
}

.admin.editor.toolbar.holder {
  height: 35px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fbfbfb;
}

.editor-item.navigation.holder {
  background-color: #f1f1f1;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  padding-top: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex-flow: nowrap;
  overflow: auto;
  overflow-y: hidden;
}

.editor-item.city.tab.selected {
  background-color: #FFF;
  border-color: #f1f1f1;
}

p.edit-item.city.item.restaurants {
  margin: 0;
  padding-left: 30px;
  font-size: 12px;
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url('../images/admin_portal/user.png');
}

.editor-item.city.tab {
  font-family: 'HalalDoorBold', sans-serif;
  font-weight: bold;
  font-size: 10px;
  padding-left: 26px;
  padding-top: 3px;
  display: inline-block;
  padding-bottom: 3px;
  padding-right: 15px;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  border-top: 0;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 4px;
  color: #949494;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 7px center;
}

.editor-item.city.tab.org.selected {
  background-image: url(../images/admin_portal/org.png);
}

.editor-item.city.tab.users {
  background-image: url(../images/admin_portal/user.png);
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

p.edit-item.city.item {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "HalalDoorBold", sans-serif, Arial;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  color: #000000;
  cursor: pointer;
}

p.edit-item.city.item:hover {
  background-color: #f9f9f9;
}

.arrow {
  border: solid #9b9b9b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot {
  width: 3px;
  height: 3px;
  margin: 2px;
  background: #b7b7b7;
  border-radius: 50%;
}

.edit-item.city.content {
  position: relative;
  width: 100%;
}

.edit-item.city.menu-dots {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(calc(100% - 41px), calc(-50% - 0px));
  border: aliceblue;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.admin.click-menu.holder {
  position: fixed;
  top: 256px;
  left: 220px;
  z-index: 9999;
  border: 1px solid #f1f1f1;
  background-color: #FFF;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 16px 5px rgb(202 202 202 / 20%);
  box-shadow: 0px 0px 16px 5px rgb(202 202 202 / 20%);
  padding: 4px;
}

p.admin.click-menu.item {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: 'HalalDoorMedium', sans-serif, Arial;
  font-weight: 200;
  font-size: 11px;
  cursor: pointer;
}

p.edit-item.city.sub-menu {
  margin: 0;
  padding-left: 29px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
}

p.edit-item.city.item {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "HalalDoorBold", sans-serif, Arial;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  color: #000000;
  cursor: pointer;
}

p.edit-item.city.sub-menu:hover {
  background-color: #f9f9f9;
}

input.search-box {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'HalalDoorRegular', sans-serif, Arial;
  width: calc(100% - 31px);
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background-color: #fff;
}

input.search-box:hover {
  background-color: #fbfbfb;
}

.editor-item.search-bar {
  text-align: center;
  padding-top: 7px;
}

p.edit-item.city.item.icons {
  padding-left: 30px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 7px center;
}

p.edit-item.city.item.icons.info {
  background-image: url('../images/admin_portal/info.png');
}

p.edit-item.city.item.icons.menu {
  background-image: url('../images/admin_portal/menu.png');
}

p.edit-item.city.item.icons.route {
  background-image: url('../images/admin_portal/route.png');
}

p.edit-item.city.item.icons.tenders {
  background-image: url('../images/admin_portal/tenders.png');
}

p.edit-item.city.item.icons.budget {
  background-image: url('../images/admin_portal/budget.png');
}

p.edit-item.city.item.icons.safe {
  background-image: url('../images/admin_portal/safe.png');
}

p.edit-item.city.item.icons.roles {
  background-image: url('../images/admin_portal/roles.png');
}

p.edit-item.city.item.icons.users {
  background-image: url('../images/admin_portal/team.png');
}

p.edit-item.city.item.icons.rewards {
  background-image: url('../images/admin_portal/rewards.png');
}

.admin.editor.full-explorer.holder {
  width: calc(100% - 0px);
  float: left;
}

.admin.editor.center-explorer.holder {
  width: 50%;
  overflow: auto;
  margin: 0 auto;
}

.admin.editor.half-explorer.holder {
  width: calc(50% - 0px);
  float: left;
}

.editor-item.title-bar {
  font-family: 'HalalDoorBold', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #979797;
  padding-top: 1px;
  padding-bottom: 4px;
}

.editor-item.content-box.holder {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
  border: 1px solid #f5f5f5;
  flex-grow: 1;
}

.editor-item.content-box.holder.ui-droppable {
  margin: 0;
  padding: 4px;
  box-shadow: none;
  border: 1px dashed #d4d4d4;
  -webkit-box-shadow: none;
  min-height: 15px;
}

p.editor-item.title.box-title {
  margin: 0;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

p.editor-item.title.box-title.popup {
  font-size: 17px;
}

p.editor-item.title.box-title.sub-title {
  font-size: 12px;
  margin-bottom: 3px;
}

.editor-item.second-nav.holder {
  background-color: #f9f9f9;
  border-bottom: 1px solid #efefef;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

p.button.item.add {
  margin: 0;
  display: inline-block;
  background-color: #acabab;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 200;
  cursor: pointer;
  color: #FFF;
}

p.button.item.add.small {
  font-size: 12px;
  margin-left: 5px;
}

p.button.item.add.flash {
  margin-right: 6px;
}

p.button.item.add.apply.flash {
  background-color: #14b353;
}

p.button.item.add.preview {
  background-color: #138ca7;
  margin-right: 0;
}

p.editor-item.details {
  margin-top: 1px;
  font-size: 13px;
}

p.editor-item.details.secondary {
  margin: 0;
  font-size: 14px;
}

.input-form.box {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #dadada;
  border-radius: 4px;
}

textarea.popup-editor.expressions {
  width: 100%;
  border: 1px solid #ddd;
  padding: 14px;
  font-size: 12px;
  height: 150px;
}

.editor-item.content-box.content {
  overflow: auto;
  display: grid;
}

.editor-item.paged-nav {
  margin-top: -7px;
  margin-bottom: 7px;
}

.editor-item.paged-nav.filters {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 4px;
}

p.editor-item.page-button {
  margin: 0;
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 5px;
  background-color: #efefef;
  font-size: 13px;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-weight: 200;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  border-radius: 3px;
}

p.editor-item.page-button.selected {
  font-weight: bold;
  background-color: #747474;
  color: #FFF;
}

table.applicationTable {
  font-size: 12px;
}

.admin.editor.editor-main.holder {
  float: left;
  height: 100%;
  width: calc(100% - 162px);
  overflow: auto;
}

p.table-button.remove {
  margin: 0;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #fba8a8;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  color: #FFF;
  cursor: pointer;
}

.editor-item.window-nav.holder {
  text-align: left;
  display: flex;
  align-items: center;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 6px;
  background-color: #f5f5f5;
}

.editor-item.nav-left {
  width: 50%;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.editor-item.nav-right {
  width: 50%;
  text-align: right;
  flex-flow: row;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

input.table_search {
  height: 20px;
  width: 130px;
  font-size: 12px;
  border: 1px solid #acabab;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 5px;
  padding-left: 9px;
  padding-right: 9px;
}

div#popup_holder {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.popup-background.black {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000c2;
  z-index: 10;
}

.popup.close-button {
  background-image: url(../images/close.png);
  width: 10px;
  height: 10px;
  background-size: 15px;
  position: absolute;
  top: 20px;
  padding: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  left: calc(100% - 14px);
  transform: translate(-100%, -7px);
  cursor: pointer;
  z-index: 9999;
}

.popup-window.boxed.holder {
  position: fixed;
  background-color: #FFF;
  z-index: 11;
  width: calc(100% - 50px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
  border: 1px solid #f5f5f5;
  max-height: calc(100% - 40px);
  overflow: auto;
  height: 100%;
}

.popup-window.boxed.holder.rounded {
  border-radius: 14px;
}

p.popup-window.title {
  margin: 0;
  padding-top: 8px;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
}

p.popup-window.button {
  margin: 0;
  display: inline-block;
  background-color: #0dae0d;
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 14px;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  cursor: pointer;
}

p.popup-window.button.cancel {
  background-color: transparent;
  color: #000;
}

.popup-window.block-spacer.right {
  text-align: right;
}

.editor-item.content-box.content.limited {
  margin-top: 7px;
  height: calc(100% - 83px);
  overflow: auto;
}


.app-location.smart-toast.holder {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 9999999;
  background-color: #258056;
  color: #FFF;
  padding: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.app-location.smart-toast.holder.toast-error {
  background-color: rgb(89, 25, 25);
}

.app-location.smart-toast.holder.toast-warning {
  background-color: rgb(170, 128, 36);
}

.app-location.smart-toast.item {
  max-width: 800px;
  margin: 0 auto;
}

p.app-location.smart-toast.label {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p.app-location.smart-toast.message {
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 2px;
}


tr.click-row {
  cursor: pointer;
}

tr.click-row:hover {
  background-color: #f9f9f9;
}

tr.click-row.selected {
  background-color: #348934;
  color: #FFF;
}

.popup-window.submissions.holder {
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}

.popup-window.side-section {
  text-align: center;
  padding-top: 8px;
}

.popup-window.section-title {
  margin: 0;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding-top: 10px;
}

.popup-window.block-spacer {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

textarea.app-holder.input-box {
  width: calc(100% - 10px);
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  height: 100px;
}

input.app-location.input.style-1 {
  border: 1px solid #d9d9d9;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  border-radius: 8px;
}

p.popup-window.select-buttons {
  margin: 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #cfcfcf;
  border-radius: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

p.popup-window.select-buttons.small {
  font-size: 13px;
  padding-left: 14px;
  padding-right: 14px;
}

p.popup-window.select-buttons.two {
  width: calc(100% / 2 - 5px);
}

.popup-window.block-photos {
  margin-top: 7px;
}

.popup-window.photo-gallery.thumbnail {
  width: calc(100% / 2 - 6px);
  height: 90px;
  background-color: #000;
  margin-right: 6px;
  border-radius: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.popup-window.photo-gallery.thumbnail.review-block {
  width: calc(100% / 2 - 9px);
}

p.submission-button.full {
  width: calc(100% - 36px);
  margin-bottom: 4px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
}

p.submission-button {
  margin: 0;
  background-color: #c9c8c8;
  color: #FFF;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  margin-left: 5px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 200;
  cursor: pointer;
}

p.submission-button.confirm {
  background-color: #12994b;
}

p.popup-window.select-buttons.two.selected {
  background-color: #0cad0d;
  color: #FFF;
}

.flash-list {
  height: 100%;
  display: flex;
}

.navigation-flash.left-side {
  display: inline-flex;
  height: 100%;
  width: 37%;
  align-items: center;
  padding-left: 10px;
}

.navigation-flash.middle {
  display: inline-flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}

.navigation-flash.right-side {
  justify-content: flex-end;
  display: inline-flex;
  height: 100%;
  width: 25%;
  align-items: center;
  padding-right: 3px;
}

.button.nav {
  margin: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/admin_portal/back-button.png);
}

.button.nav.back {
  margin-right: 8px;
}

.button.nav.forward {
  transform: rotate(180deg);
}

.popup-window.form-view.holder {
  padding-top: 5px;
  padding-bottom: 5px;
}

.popup-window.form-view.holder.data-table {
  max-height: 170px;
  overflow: auto;
}

p.editor-item.title.form-title {
  margin: 0;
  font-weight: 200;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}

p.editor-item.title.form-title.window {
  font-size: 13px;
}

input.popup.input {
  border: 1px solid #dbdbdb;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: normal;
}

input.popup.input.full {
  width: 100% !important;
}

select.popup.input {
  font-size: 13px;
  border: 1px solid #ddd;
  padding-top: 4px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 4px;
}

p.edit-item.city.item.icons.selected {
  background-color: #c8dfc5;
}

select.popup.input.full {
  width: 100%;
}

.editor.item.holder.minor-editor {
  float: left;
  border-right: 1px solid #e6e6e6;
  height: 100%;
  width: 200px;
  overflow: auto;
}

.editor.item.holder.major-editor {
  float: left;
  width: calc(100% - (200px * 2) - 2px);
  height: 100%;
  overflow: auto;
}

.editor.item.holder.minor-editor.right {
  border: 0;
  border-left: 1px solid #e6e6e6;
}

.editor-item.navigation.section-title {
  background-color: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
}

.editor-item.navigation.section-title.all-borders {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

p.editor-label.navigation.title {
  margin: 0;
  font-size: 13px;
  font-family: "HalalDoorMedium", Arial, sans-serif;
  font-weight: 400;
}

p.admin.editor.alert-message {
  margin: 0;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

p.editor-button.block {
  margin: 0;
  margin-left: 14px;
  margin-right: 14px;
  background-color: #ffeaca;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #dfc8a5;
  font-size: 12px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  padding-left: 29px;
  font-weight: bolder;
  color: #917a57;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

p.editor-button.block.smart {
  background-image: url(../images/admin_portal/smart-block.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 6px center;
  background-color: #fff1e5;
}

p.editor-button.block.general {
  background-image: url(../images/admin_portal/general-block.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 6px center;
  background-color: #91cddb;
  border-color: #1e8bbf;
  color: #083b46;
  word-break: break-all;
  padding-right: 8px;
}

.editor-item.navigation.section-holder {
  padding-bottom: 9px;
}

p.editor-button.new-section {
  margin: 0;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 400;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px dashed #d7d7d7;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

p.editor-button.new-section:hover {
  background-color: #efefef;
}

p.editor-button.block {
  min-width: 141px;
}

.editor-item.content-drop-line {
  background-color: #bacaf7;
  height: 3px;
  border-radius: 15px;
  display: none;
}

.lds-editor {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-editor div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #bcbcbc;
  animation: lds-editor 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-editor div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-editor div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-editor div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-editor {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.editor-item.loading-holder {
  text-align: center;
  border: 1px dashed #e9e7e7;
  overflow: hidden;
}

.login.box.holder {
  -webkit-box-shadow: 0px 0px 14px 3px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 14px 3px rgb(0 0 0 / 10%);
  width: 300px;
  margin: 0 auto;
  margin-top: 70px;
  background-color: #FFF;
  padding: 20px;
  border-radius: 8px;
}

.login.logo {
  width: 60px;
  height: 60px;
  background-image: url('../images/logo_icon.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
}

p.login.title {
  margin: 0;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  margin-top: 8px;
}

.login.item.holder {
  padding-top: 8px;
  padding-bottom: 8px;
}

p.login.heading {
  margin: 0;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

input.login {
  width: calc(100% - 21px);
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

p.button-item.landing-button {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #24ac12;
  color: #FFF;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 17px;
  margin-top: 11px;
  cursor: pointer;
  text-align: center;
}

.admin.editor.tool-tip.holder {
  position: fixed;
  z-index: 99;
  background-color: #FFFF;
  width: 160px;
  left: 56px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #f7f7f7;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
}

p.admin.editor.tool-tip.button {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  cursor: pointer;
}

p.admin.editor.tool-tip.button:hover {
  background-color: #f7f7f7;
}

p.admin.editor.tool-tip.button.selected {
  background-color: #c7edd2;
}

.admin.editor.editor-title.holder {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #f1f1f1;
  background-color: #FFF;
}

p.label.editor-screen-title {
  margin: 0;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 16px;
}

.admin.editor.tags-holder {
  padding-top: 5px;
  border-top: 1px solid #f1f1f1;
  margin-top: 5px;
}

p.admin.editor.tag-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #67bd5b;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  font-size: 13px;
  border-radius: 11px;
  margin-bottom: 5px;
  margin-right: 4px;
}

p.admin.editor.tag-item.org.button {
  border: 1px solid #dedede;
  background-color: transparent;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

p.admin.editor.tag-item.org.button.selected {
  border: 1px solid #67bd5b;
  color: #67bd5b;
}

p.admin.editor.tag-button {
  display: inline-block;
  margin: 0;
  background-color: #efefef;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 14px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 5px;
  cursor: pointer;
}

.editor-item.package-manager-holder.container {
  display: inline-block;
  width: calc(50% - 3px);
  padding: 12px;
  border: 1px solid #e6e6e6;
  margin-top: 3px;
  background-color: #f9f9f9;
}

p.editor-label.package-manager-holder.title {
  margin: 0;
  font-size: 14px;
  font-family: "HalalDoorBold", Arial, sans-serif;
}

p.editor-label.package-manager-holder.title.large {
  font-size: 18px;
}

p.editor-label.package-manager-holder.author {
  margin: 0;
  font-size: 13px;
}

p.editor-label.package-manager-rating {
  margin: 0;
  font-size: 13px;
  margin-top: 4px;
}

.editor-item.package-manager-holder.left {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.editor-item.package-manager-holder.right {
  display: inline-block;
  width: calc(100% - 65px);
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
}

.editor-item.package-manager-holder.left-side {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.editor-item.package-manager-holder.full-icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.editor-item.package-manager-holder.right-side {
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
}

p.editor-label.package-manager-holder.title.large {
  font-size: 18px;
}

p.editor-item.package-manager-button {
  background-color: #089405;
  color: #FFF;
  margin: 0;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  font-size: 13px;
  font-family: "HalalDoorBold", Arial, sans-serif;
  font-weight: bold;
  margin-top: 8px;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
}

p.editor-item.package-manager-button.uninstall {
  background-color: #c9c8c8;
}

ul.editor-item.package-manager-holder.plugin-list {
  margin: 0;
}

p.admin.editor.title.content-title {
  margin: 0;
  font-weight: bold;
  font-family: "HalalDoorBold", Arial, sans-serif;
  padding-bottom: 8px;
}

p.editor-label.package-manager-holder.title.x-large {
  text-align: center;
  font-size: 20px;
}

p.editor-label.package-manager-holder.desc {
  margin: 0;
  margin-top: 3px;
  font-size: 13px;
}

p.editor-item.title.form-title.sub-title {
  font-size: 14px;
  font-family: "HalalDoorLight", Arial, sans-serif;
}

p.editor.action-button {
  margin: 0;
  display: inline-block;
  border: 1px solid #4f8b4a;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 11px;
  cursor: pointer;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bold;
  color: #14600c;
}

.editor-item.action-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
}

.editor-item.action-icon.editor {
  background-image: url(../images/admin_portal/edit.png);
}

p.success-popup.label {
  font-size: 19px;
  text-align: center;
}

input.popup.input.full.database {
  font-size: 13px;
}

select.popup.input.full.database {
  font-size: 13px;
}

.admin.editor.explorer-section {
  width: 100%;
  margin: 0;
  overflow: auto;
}

p.editor-item.title.section-title {
  margin: 0;
  font-weight: bold;
  font-family: 'HalalDoorBold', sans-serif, Arial;
  font-size: 14px;
  margin-bottom: 3px;
}

.editor-item.display-image.holder {
  width: 100%;
  height: 60px;
  border: 1px dashed #a9a4a4;
  background-color: #fdfdfd;
  cursor: pointer;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.editor-item.display-image.holder.large {
  width: 350px;
  height: 240px;
}

.editor-item.display-image.holder.medium {
  width: 320px;
  height: 200px;
  background-size: 100% auto;
}

.editor-item.display-image.holder.small {
  width: 180px;
  height: 180px;
  background-size: auto 100%;
}

.editor-item.body-section.holder {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.editor-item.display-image.holder.max {
  height: 190px;
  background-size: cover;
}

.editor-item.display-image.holder:hover {
  background-color: #f9f9f9;
  border-color: #d1d1d1;
}

.popup-window.section-holder {
  overflow: hidden;
}

.popup-window.left-side-section {
  float: left;
  width: 25%;
  border: 1px solid #e3e3e3;
  margin-left: 1px;
  margin-top: 4px;
  height: 350px;
  overflow: auto;
}

p.popup-window.section-header {
  font-weight: 300;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: #f5f5f5;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  padding-left: 14px;
  padding-right: 14px;
}

p.popup-window.section-header.large {
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.popup-window.right-side-section {
  float: left;
  width: calc((100% - 25%) - 8px);
  border: 1px solid #e3e3e3;
  margin-left: 2px;
  height: 350px;
  margin-top: 4px;
  overflow: auto;
}

.product.primary.item {
  background-image: url(../images/admin_portal/product.png);
  background-size: 19px;
  background-position: 10px center;
  background-repeat: no-repeat;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  padding-left: 29px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product.primary.tag {
  background-image: url(../images/admin_portal/tag.png);
  background-size: 15px;
  background-position: 10px center;
  background-repeat: no-repeat;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  padding-left: 29px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product.primary.family-group {
  background-image: url(../images/admin_portal/family_groups.png);
  background-size: 15px;
  background-position: 10px center;
  background-repeat: no-repeat;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  padding-left: 29px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  padding-top: 8px;
  padding-bottom: 8px;
}

.modifier-family-group.item {
  background-image: url('../images/admin_portal/modifier.png');
  background-size: 15px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

p.modifier-family-group.item.list {
  padding-left: 29px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
  cursor: pointer;
}

.popup-window.right-side-section.over {
  border: 1px solid #f2fff3;
}

tr.food-item.update {
  background-color: #fff4df;
}

tr.accounts-item.update {
  background-color: #fff4df;
}


tr.accounts-item-expense.update {
  background-color: #fff4df;
}


tr.accounts-item-payout.update {
  background-color: #fff4df;
}

.family-heading {
  background-color: #c8dfc5;
}

tr.food-family.update {
  background-color: #fff4df;
}

tr.modifier-item.update {
  background-color: #fff4df;
}

tr.modifier-family.update {
  background-color: #fff4df;
}

tr.productcategory-item.update {
  background-color: #fff4df;
}

tr.mastergroup-item.update {
  background-color: #fff4df;
}

tr.modifier-class-item.update {
  background-color: #fff4df;
}

tr.product-record.item.update {
  background-color: #fff4df;
}

p.success-message {
  margin: 0;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  text-align: center;
  background-color: #31c570;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFF;
}

tr.existing-modifier.override {
  background-color: #d576010d;
}

p.folder.list-item {
  background-image: url(../images/admin_portal/folder.png);
  padding-left: 34px;
  background-size: 18px auto;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 9px center;
  font-size: 13px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  cursor: pointer;
}

p.folder.list-item.pipeline {
  background-image: url(../images/admin_portal/water-pipe.png);
}

p.folder.list-item.Blueprint {
  background-image: url(../images/admin_portal/blueprint.png);
}

p.folder.list-item.database {
  background-image: url(../images/admin_portal/database.png);
}

.folder.list-item:hover {
  background-color: #fbfbfb;
}

p.folder.list-item.special {
  border-left: 0;
}

.editor-item.content-box.content.smart {
  height: calc(100% - 76px);
}

.popup-window.right-side-section.special {
  height: calc(100% - 8px);
}

.popup-window.left-side-section.special {
  height: calc(100% - 8px);
}

.form.input-upload {
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e1e1e1;
}

div#newFileWindow {
  height: calc(100% - 0px);
  overflow: hidden;
}

.body.file-explorer.image-preview {
  background-color: #000;
  width: 100%;
  height: calc(100% - 76px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

p.folder.list-item.selected {
  background-color: #c8dfc5;
}

.popup-window.left-side-icon {
  float: left;
  height: 100%;
  width: 120px;
}

.popup-window.left-side-icon.alert {
  background-image: url(../images/admin_portal/alert.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.popup-window.right-side-message {
  float: left;
  width: calc(100% - 130px);
  padding-top: 16px;
  padding-bottom: 25px;
  padding-right: 10px;
}

.editor-item.navigation.smart-holder {
  height: 50%;
  overflow: hidden;
}

.editor-item.navigation.half-holder {
  height: calc(100% - 23.64px);
  overflow: auto;
}

.editor-item.content-box.left-item {
  float: left;
  width: calc(60% - 15px);
  padding-top: 10px;
  padding-right: 15px;
}

.editor-item.content-box.right-item {
  float: left;
  width: 40%;
  padding-top: 10px;
}

p.editor-item.large-title {
  margin: 0;
  background-color: #ededed;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  margin-bottom: 8px;
}

p.editor.item-link {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  font-size: 14px;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-weight: 400;
  margin-left: 4px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0px center;
  padding-left: 27px;
  cursor: pointer;
}

.editor.item-link.new-project {
  background-image: url(../images/admin_portal/add-project.png);
}

.editor.item-link.existing-project {
  background-image: url(../images/admin_portal/existing-project.png);
  background-position: -1px center;
  padding-left: 26px;
}

.window-view {
  width: 30px;
  height: 30px;
  background-size: auto 25px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-position: center;
  padding-left: 60px;
  padding-right: 60px;
  cursor: pointer;
}

.window-view:hover {
  background-color: #ededed;
  border-radius: 5px;
}

.window-view.selected {
  background-color: #c3d3c2;
  border-radius: 5px;
}

.window-view.desktop {
  background-image: url(../images/admin_portal/desktop.png);
}

.window-view.phone {
  background-image: url(../images/admin_portal/phone.png);
}

.window-view.tablet {
  background-image: url(../images/admin_portal/tablet.png);
}

.window-view.tv {
  background-image: url(../images/admin_portal/tv.png);
}

.admin.editor.canvas-holder {
  height: calc(100% - 25px);
  overflow: auto;
}

.admin.editor.canvas-holder.canvas-sidebar-enabled {
  height: calc(100% - 194px);
  overflow: auto;
}

.admin.editor.canvas {
  overflow: hidden;
}

.editor-item.section-form.holder {
  padding: 8px;
  padding-bottom: 8px;
}

#element_canvas {
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="gray-dots" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="%23ddd" opacity="0.95" /></pattern></defs><rect width="100%" height="100%" fill="url(%23gray-dots)" /></svg>');
}

.admin.editor.canvas.sortable.display-computer {
  max-width: 100%;
  margin: 0 auto;
}

.admin.editor.canvas.sortable.display-mobile {
  max-width: 800px;
  margin: 0 auto;
}

.admin.editor.canvas.sortable.display-tablet {
  max-width: 1400px;
  margin: 0 auto;
}

.admin.editor.canvas.sortable.display-tv {
  max-width: 1920px;
  margin: 0 auto;
}

.admin.editor.canvas.sortable.display-kiosk {
  max-width: 1080px;
  margin: 0 auto;
}

.app-holder.gallery-element.image.display-mobile {
  background-size: 120% auto;
}

.app-location.header.holder {
  background-color: #f9f9f9;
}

.app-location.store-front {
  position: relative;
}

.app-location.store-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  z-index: 9;
  opacity: .5;
}

.app-location.store-image {
  height: 300px;
  background-color: #86c3a1;
  background-image: url(https://images.foxtv.com/static.fox5ny.com/www.fox5ny.com/content/uploads/2019/08/764/432/mcdonalds_1495053546175_3325533_ver1.0.png?ve=1&tl=1);
  background-size: cover;
  background-position: center;
}

.app-location.heading-data {
  background-color: #FFF;
  padding: 12px;
  margin-top: -15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-bottom: 0;
}

.app-location.heading-data.compact {
  margin: 0;
  margin-top: -12px;
  position: relative;
  z-index: 9;
}

.app-location.store-details.compact {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  height: calc(100% - 10px);
}

p.app-location.title.compact {
  color: #FFF;
  width: 100%;
  font-size: 24px;
}

.app-location.org-icon {
  width: 100px;
  height: 100px;
  float: right;
  margin-top: -45px;
  background-image: url(https://pbs.twimg.com/profile_images/1478156048393453569/tjxleHPe_400x400.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app-location.org-icon.compact {
  margin: 0;
  width: 60px;
  background-repeat: no-repeat;
  height: 60px;
  background-position: center;
}

.app-holder.section-header-view {
  height: 8px;
  background-color: #FFF;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  position: absolute;
  top: calc(100% + 0px);
  width: 100%;
  transform: translate(0, -100%);
}

p.app-location.title {
  margin: 0;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
}

.app-location.system-location.holder {
  display: inline-block;
  width: calc(100% / 4 - 4px);
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 8px;
  cursor: pointer;
}

.app-location.system-location.item-container.scroll {
  white-space: nowrap;
  overflow: auto;
}

p.app-location.system-location.location-details {
  margin: 0;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 200;
}

.app-location.location-name {
  margin: 0;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.app-location.system-location.store-image {
  height: 140px;
  background-color: #f1f1f1;
  background-image: url(https://images.foxtv.com/static.fox5ny.com/www.fox5ny.com/content/uploads/2019/08/764/432/mcdonalds_1495053546175_3325533_ver1.0.png?ve=1&tl=1);
  background-size: cover;
  background-position: center;
  border-radius: 14px;
}

p.app-location.system-location.tag {
  margin: 0;
  display: inline-block;
  background-color: #e34848;
  color: #FFF;
  padding: 5px;
  font-size: 11px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
}

.app-location.smart-width {
  max-width: 1420px;
  margin: 0 auto;
}

.app-location.selections-holder {
  padding-top: 5px;
  padding-bottom: 5px;
}

.app-location.right-holder {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
}

.app-location.element-holder {
  padding-left: 9px;
  padding-right: 9px;
}

p.app-location.button.themed {
  display: inline-block;
  background-color: #24ac11;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 9px;
  color: #FFF;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 4px;
}

.app-holder.section-holder-item {
  max-width: 1080px;
  margin: 0 auto;
  vertical-align: top;
}

.app-holder.section-holder-item.full_width {
  max-width: 100%;
  margin: 0 auto;
}

.app-holder.section-holder-item.fixed {
  display: inline-block;
  box-sizing: border-box;
}

.app-holder.section-content.two-column {
  display: inline-block;
  width: calc(50% - 2.3px);
  overflow-x: hidden;
  vertical-align: top;
}

.app-holder.section-content.fixed {
  display: inline-block;
  vertical-align: top;
}

.app-holder.section-content {
  box-sizing: border-box;
}

.app-holder.collection-item.holder-body {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.app-holder.collection-item.holder-body.scroll {
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
}

.app-button.collection.list {
  display: inline-block;
  margin: 0;
  font-family: "HalalDoorMedium", Arial, sans-serif;
  font-size: 14px;
  background-color: #93b1d2;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 9px;
  color: #FFF;
  border-radius: 10px;
  margin-bottom: 4px;
  cursor: pointer;
}

p.app-button.collection.list {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 2px solid #e2a719;
}

.popup-products.holder {
  margin-top: 8px;
  overflow: hidden;
}

.popup-left-side.filters {
  float: left;
  width: 250px;
  border: 1px solid #dfdfdf;
}

.popup-right-side.filters {
  float: left;
  width: calc(100% - 254px);
  border: 1px dashed #dfdfdf;
}

.popup-right-side.content {
  overflow: auto;
}

.tag.filter-settings.holder {
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
}

.editor-item.width-two-column {
  width: calc(50% - 3px);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.editor-item.width-fixed {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

p.editor-item.format-button {
  border: 1px solid #cfcfcf;
  background-color: #f7f7f7;
  color: #707070;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 11px;
  padding-right: 8px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

p.editor-item.format-button.settings {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 5px;
  margin: 0;
  font-size: 12px;
}

p.button.action-item {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding-top: 5px;
  padding-right: 10px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  cursor: pointer;
}

p.button.action-item.selected {
  color: #0b3ef9;
  font-weight: bold;
  font-family: 'HalalDoorBold', Arial, sans-serif;
}

.tag.filter-settings.right-holder {
  float: right;
}

.app-holder.collection-view-item {
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  height: auto;
}

.app-holder.collection-element.gallery-block {
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: top;
}

.app-holder.collection-element.gallery-block.width-estimate {
  width: calc(100% / 4 - 8px);
  margin-right: 8px;
}

.app-holder.collection-element.gallery-block.width-two-column {
  width: calc(100% / 2 - 8px);
  margin-right: 8px;
}

.app-holder.gallery-element.image {
  min-height: 230px;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.app-holder.gallery-element.image.button-image {
  min-height: 60px;
  width: 60px;
  background-color: #000;
  margin: 0 auto;
  border: 0px solid #000;
}

p.content.blocks.headings.gallery-title {
  margin: 0;
  padding: 0;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
}

p.content.blocks.headings.gallery-title.image-button {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 13px;
  margin-top: 4px;
  white-space: normal;
}

p.content.blocks.headings.gallery-desc {
  padding: 0;
  margin: 0;
}

.app-location.smart-width.section-item.scroll {
  overflow: auto;
  white-space: nowrap;
  height: auto;
  overflow-y: hidden;
}

.app-location.smart-width.horizontal-scroll {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
}

.app-location.smart-width.vertical-scroll {
  white-space: nowrap;
  overflow-y: auto;
  padding-bottom: 4px;
}

.editor-item.loading-holder.collection-item {
  vertical-align: top;
}

.editor-item.loading-holder.collection-item.column-type-two-column {
  width: calc(50% - 5px);
  display: inline-block;
}

.editor-item.loading-holder.collection-item.column-type-single-row {
  width: 100%;
  display: inline-block;
}

.editor-item.loading-holder.collection-item.column-type-fixed {
  display: inline-block;
}

.editor-item.loading-holder.collection-item.column-type-estimate {
  display: inline-block;
}

.editor-item.loading-holder.collection-item.column-type-estimate.display-mobile {
  width: calc(100% / 1 - 4px);
}

.editor-item.loading-holder.collection-item.column-type-estimate.display-computer {
  width: calc(100%/ 4 - 6px);
}

.editor-item.loading-holder.collection-item.column-type-estimate.display-tablet {
  width: calc(100% / 3 - 6px);
}

.app-location.system-location.holder.display-mobile.mobile-full {
  width: calc(100% - 3px) !important;
}

.app-location.system-location.holder.display-mobile.mobile-half {
  width: calc(100% / 2 - 3px) !important;
}

.app-location.system-location.holder.display-mobile.mobile-third {
  width: calc(100% / 3 - 3px) !important;
}

.app-location.system-location.holder.display-mobile.mobile-quarter {
  width: calc(100% / 4 - 3px) !important;
}

/* Estimate desktop, product block */
.editor-item.loading-holder.collection-item.display-computer.column-type-estimate.display-render-block {
  width: calc(100%/ 4 - 6px);
}

.app-holder.product-item.block.display-computer.column-type-estimate.display-render-block {
  display: inline-block;
  width: calc(100% / 4 - 4px);
}

/* Estimate desktop, product list */
.editor-item.loading-holder.collection-item.display-computer.column-type-estimate.display-render-list {
  width: calc(100%/ 3 - 6px);
}

.app-holder.product-item.listed.display-computer.column-type-estimate.display-render-list {
  display: inline-block;
  width: calc(100% / 3 - 8px);
}

/* Estimate desktop, product block listing */
.editor-item.loading-holder.collection-item.display-computer.column-type-estimate.display-render-block_listing {
  width: calc(100%/ 6 - 6px);
}

/* Estimate mobile, product block */
.editor-item.loading-holder.collection-item.display-mobile.column-type-estimate.display-render-block {
  width: calc(100%/ 1 - 6px);
}

/* Estimate desktop, product list */
.editor-item.loading-holder.collection-item.display-mobile.column-type-estimate.display-render-list {
  width: calc(100%/ 1 - 6px);
}

/* Estimate tablet, product block */
.editor-item.loading-holder.collection-item.display-tablet.column-type-estimate.display-render-block {
  width: calc(100%/ 3 - 6px);
}

/* Estimate tablet, product list */
.editor-item.loading-holder.collection-item.display-tablet.column-type-estimate.display-render-list {
  width: calc(100%/ 2 - 6px);
}

.app-holder.product-item.listed.display-tablet.column-type-estimate.display-render-list {
  width: calc(100%/ 2 - 8px);
  display: inline-block;
}

/* Estimate mobile section */
.editor-item.loading-holder.section-item.mobile-full.display-mobile {
  width: 100% !important;
}

.editor-item.loading-holder.section-item.mobile-half.display-mobile {
  width: calc(100% / 2 - 2.9px) !important;
}

.editor-item.loading-holder.section-item.mobile-half.display-mobile {
  width: calc(100% / 3 - 2.9px) !important;
}

.app-holder.product-item.listed {
  background-color: #f5f5f5;
  overflow: auto;
  height: 95px;
  border-radius: 14px;
  white-space: nowrap;
}

.app-holder.product-item.container {
  margin-bottom: 5px;
}

.app-holder.product-item.listed.width-estimate {
  width: calc(100% / 3 - 4px);
  display: inline-block;
}

.app-holder.product-item.holder-left {
  float: left;
  width: calc(100% - 120px);
  height: 100%;
}

p.app-holder.product-item.product-name {
  margin: 0;
  padding: 0;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 19px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  font-size: 16px;
}

p.app-holder.product-item.product-desc {
  margin: 0;
  padding: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  overflow: hidden;
  width: calc(100% - 39px);
}

p.app-holder.product-item.product-price {
  margin: 0;
  padding: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
}

.app-holder.product-item.holder-image {
  float: right;
  height: 100%;
  width: 120px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.app-holder.product-item.block {
  height: 250px;
  background-color: #f5f5f5;
  border-radius: 14px;
  margin-bottom: 10px;
  background-image: url(https://bloximages.newyork1.vip.townnews.com/franchisetimes.com/content/tncms/assets/v3/editorial/e/44/e44cc9d4-a6a1-11eb-89d5-db6ac34e3ac6/6086d8d161538.image.jpg);
  background-size: cover;
  background-position: center;
}

.app-holder.product-item.block.width-estimate {
  width: calc(100% / 4 - 4px);
  display: inline-block;
}

.app-holder.product-item.block-image-overlay {
  height: calc(100% - 40px);
}

.app-holder.product-item.block-detail {
  overflow: hidden;
  background-color: #000000a6;
  height: 40px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  color: #FFF;
}

.app-holder.product-item.block-left {
  font-family: "HalalDoorMedium", Arial, sans-serif;
  font-weight: 300;
  float: left;
  width: calc(100% - 110px);
  font-size: 14px;
  padding-top: 11px;
  padding-left: 10px;
  overflow: hidden;
}

.app-holder.product-item.block-right {
  font-family: "HalalDoorMedium", Arial, sans-serif;
  font-weight: 200;
  width: 90px;
  float: left;
  text-align: right;
  padding-right: 10px;
  padding-top: 11px;
  overflow: hidden;
  font-size: 14px;
}

.app-holder.product-item.block-small {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 14px;
}

.app-holder.product-item.holder-block-image {
  height: 110px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

p.app-holder.product-item.product-price-block {
  margin: 0;
  text-align: center;
}

p.app-holder.product-item.product-name-block {
  margin: 0;
  margin-top: 5px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  text-align: center;
}

p.app-holder.product-item.product-price-block {
  margin: 0;
  text-align: center;
}

.app-holder.product-item.block-small.width-estimate {
  width: calc(100% / 6 - 32px);
  display: inline-block;
  margin-bottom: 8px;
}

.app-location.image-holder.fill {
  background-position: center;
  background-size: cover;
}

.app-location.image-holder.fill.rounded {
  border-radius: 14px;
  overflow: hidden;
}

.app-holder.time-body {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.app-holder.time-item.holder {
  width: calc(100% / 3 - 4px);
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  vertical-align: top;
}

/* Editor item */
.app-holder.time-item.holder.display-mobile {
  width: calc(100% / 1 - 4px);
}

p.app-holder.time-item.date {
  display: inline-block;
  font-weight: bold;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 18px;
  width: 110px;
  vertical-align: top;
}

p.app-holder.time-item {
  margin: 0;
}

p.app-holder.time-item.time {
  display: inline-block;
  font-size: 19px;
}

.app-holder.map-holder {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.app-holder.map-location {
  width: 400px;
  height: 185px;
  background-color: #000;
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://maps.googleapis.com/maps/api/staticmap?size=315x150&sensor=false&client=gme-yelp&language=en&scale=2&zoom=15&center=30.314387%2C-81.730304&markers=scale%3A2%7Cicon%3Ahttps%3A%2F%2Fyelp-images.s3.amazonaws.com%2Fassets%2Fmap-markers%2Fannotation_64x86.png%7C30.314387%2C-81.730304&signature=DHORnm4GjccjeeWpsTNUW2NCH-w=);
  background-size: auto 100%;
  background-position: center;
}

.app-holder.map-address {
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
  padding-right: 14px;
}

p.app-location.address {
  margin: 0;
  font-size: 18px;
  font-weight: bolder;
  font-family: 'HalalDoorBold', Arial, sans-serif;
}

.app-holder.map-address.display-mobile {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
}

.app-holder.map-location.display-mobile {
  width: 100%;
}

p.app-location.address-1 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 14px;
}

p.app-location.navigate {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #9f9f9f;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-weight: bold;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
}

p.perk.item {
  padding-left: 55px;
  display: inline-block;
  margin: 0;
  width: calc(100% / 5 - 67px);
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: url(../images/admin_portal/100.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  font-weight: 600;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

p.app-holder.perk.item.display-tablet {
  width: calc(100% / 3 - 67px);
}

p.app-holder.perk.item.display-mobile {
  width: calc(100% - 55px);
  margin-left: 0;
}

p.perk.item:hover {
  background-color: #ebebeb;
  border-radius: 9px;
}

.app-holder.perks-holder {
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 13px;
  margin-bottom: 15px;
}

p.perk.item.verified {
  background-image: url(../images/admin_portal/verified.png);
}

p.perk.item.rewards {
  background-image: url(../images/admin_portal/rewards.png);
}

p.perk.item.dine-in {
  background-image: url(../images/admin_portal/dine-in.png);
}

p.perk.item.carry-out {
  background-image: url(../images/admin_portal/carryout.png);
}

p.perk.item.delivery {
  background-image: url(../images/admin_portal/delivery.png);
}

p.perk.item.pick-up {
  background-image: url(../images/admin_portal/pick-up.png);
}

.app-holder.photo-gallery {
  padding-left: 14px;
  padding-right: 14px;
}

.app-holder.photo-gallery-box {
  display: inline-block;
  width: calc(100% / 3 - 4px);
  border-radius: 14px;
  height: 210px;
  background-size: cover;
  background-position: center;
}

.app-holder.photo-gallery-holder {
  padding-top: 10px;
  padding-bottom: 10px;
}

p.app-holder.review-item.rating {
  margin: 0;
  font-size: 48px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  display: inline-block;
}

p.app-holder.review-item.rating-details {
  margin: 0;
  display: inline-block;
  font-size: 20px;
}

p.app-holder.review-item.rating-reviews {
  font-size: 16px;
  text-align: right;
  margin-top: -33px;
}

p.app-holder.review-item.star {
  background-image: url(../images/admin_portal/star.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  margin: 0;
  vertical-align: middle;
}

p.app-holder.review-item.star.hover:hover {
  background-image: url(../images/admin_portal/star-selected.png);
}

p.app-holder.review-item.star.selected {
  background-image: url(../images/admin_portal/star-selected.png);
}

p.app-holder.review-item.star.selected.my-stars {
  filter: invert(41%) sepia(83%) saturate(2841%) hue-rotate(167deg) brightness(103%) contrast(102%)
}

p.app-holder.review-item.star.small {
  width: 18px;
  height: 18px;
  margin-bottom: 8px;
}

.app-holder.body-review {
  background-color: #f5f5f5;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 15px;
  border-radius: 14px;
  display: inline-block;
  width: calc(100% / 3 - 52px);
  margin-top: 14px;
  vertical-align: top;
}

.app-holder.body-review.display-mobile {
  display: block;
  width: calc(100% - 48px);
}

.app-holder.body-review.display-mobile {
  display: block;
  width: calc(100% - 64px);
}

p.app-holder.review-item.review-profile {
  margin: 0;
  background-color: #000;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

p.app-holder.review-item.name {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-top: 6px;
}

.app-holder.review-holder {
  padding-left: 12px;
  padding-right: 12px;
}

p.app-holder.review-item.description {
  margin: 0;
}

p.app-holder.review-tool-tip {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  margin-left: 9px;
}

.app-holder.review-rating.buttons {
  margin-top: 10px;
}

.app-holder.review-rating.no-padding {
  padding: 0;
}

.app-holder.body-review.display-mobile {
  display: block;
  width: calc(100% - 48px);
}

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #0aa190 94%, #0000) top/9px 9px no-repeat,
    conic-gradient(#0000 30%, #0aa190);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-c7wet2 1s infinite linear;
}

.popup-window.loading-label {
  text-align: center;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 400;
}

.review_photo_interface {
  height: calc(100% - 18px);
  overflow: hidden;
}

.popup-window.review-overview {
  padding-left: 10px;
  padding-right: 10px;
}

.popup-window.photo-view {
  background-color: #000;
  height: calc(100% - 95px);
  margin-left: 8px;
  margin-right: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
}

div#limited {
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
}

.menu-item.left-holder {
  display: inline-block;
  height: 300px;
  width: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-item.right-holder {
  display: inline-block;
  width: calc(50% - 33px);
  height: calc(100%);
  padding-left: 14px;
  padding-right: 14px;
  vertical-align: top;
  overflow: auto;
}

.modifier-item.stepper-left {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
}

p.menu-item.item-name {
  margin: 0;
  font-size: 21px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
}

p.menu-item.item-price {
  margin: 0;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-weight: 200;
}

p.menu-item.item-description {
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

p.menu.item.modifier-title {
  margin: 0;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  margin-bottom: 4px;
}

p.menu.item.modifier-title.modifier-desc {
  font-size: 13px;
}

.menu-item.modifier-container {
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu-item.modifiers-holder {
  margin-top: 4px;
  margin-bottom: 8px;
}

.menu-item.modifiers-holder.error {
  background-color: #fbe7e7;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #f3cdcd;
  margin-bottom: 8px;
  margin-top: 8px;
}

.modifier-item.button {
  display: inline-block;
  border: 1px solid #efefef;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  border-radius: 6px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: 300;
  cursor: pointer;
  background-color: #FFF;
  margin-bottom: 8px;
}

.modifier-item.button:hover {
  background-color: #fcfcfc;
}

.modifier-item.button.selected {
  background-color: #1bab28;
  color: #FFF;
}

.modifier-item.button.image {
  width: calc(100% / 2 - 5px);
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  background-image: url(https://awrestaurants.com/sites/default/files/fries_0.png);
  background-size: 95px;
  background-repeat: no-repeat;
  background-position: center -9px;
  text-align: center;
  margin-bottom: 5px;
}

.menu-item.modifiers-holder.quantity {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fcfcfc;
  border-radius: 14px;
  border: 1px solid #ededed;
}

.modifier-item.button.list {
  width: calc(100%);
  box-sizing: border-box;
}

.popup-window.block-spacer.full-height {
  height: calc(100% - 115px);
}

.app-product-gallery.holder {
  padding-left: 14px;
  padding-right: 14px;
}

p.editor-item.alignment-button {
  background-color: #f4f4f4;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #dadada;
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.editor-item.alignment-button.selected {
  background-color: #56e274;
  border-color: #52b34f;
}

p.editor-item.alignment-button.left {
  background-image: url('../images/admin_portal/left-alignment.png');
}

p.editor-item.alignment-button.center {
  background-image: url('../images/admin_portal/center-alignment.png');
}

p.editor-item.alignment-button.right {
  background-image: url('../images/admin_portal/right-alignment.png');
}

.editor-item.loading-holder.section-item.hover {
  background-color: #f1ebe3 !important;
}

.editor-item.loading-holder.element-item.hover {
  background-color: #dfe8ff !important;
}

.editor-item.loading-holder.section-item-holder.hover {
  background-color: #f1ebe3 !important;
}

.editor-item.loading-holder.section-item-holder.mobile-full.display-mobile {
  width: 100% !important;
}

.editor-item.content-box.holder.dropzone-section-holder.hover {
  background-color: #f1ebe3 !important;
}

.editor-item.content-box.holder.dropzone-section.hover {
  background-color: #f1ebe3 !important;
}

.editor-item.content-box.holder.dropzone.hover {
  background-color: #f1ebe3 !important;
}

.app-location.system-location.list-holder {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% / 3 - 4px);
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  border: 1px solid #dadada;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}

.app-location.system-location.list-location-name {
  font-size: 16px;
  font-weight: bold;
  font-family: 'HalalDoorBold', Arial, sans-serif;
}

.app-location.system-location.list-location-details {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
}

.app-location.system-location.list-location-address {
  font-size: 12px;
  padding-bottom: 4px;
}

.app-location.video-holder {
  height: 230px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  height: 850px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

video.app-location.video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  left: 50%;
  transform: translate(-50%, -50%);
}

.app-location.progress-bar.holder {
  max-width: 200px;
  width: 100%;
  height: 10px;
  background-color: #dbdbdb;
  border-radius: 8px;
  overflow: hidden;
}

.app-location.progress-bar.value {
  background-color: #fabe2c;
  height: 100%;
  border-radius: 8px;
}

.app-location.payment-button.holder {
  background-image: url(../images/payment_method.png);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 60px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  border-radius: 8px;
  background-position: 14px center;
}

p.app-location.payment-button.label {
  font-family: 'HalalDoorMedium', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.menu-item.add-to-order.holder {
  box-sizing: border-box;
  background-color: #1cac29;
  border-radius: 6px;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  color: #FFF;
  padding-top: 11px;
  padding-bottom: 10px;
  width: 100%;
}

p.menu-item.add-to-order.title {
  display: inline-block;
  margin: 0;
  padding-right: 24px;
}

p.menu-item.add-to-order.total {
  display: inline-block;
  margin: 0;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  float: right;
}

.cart.popup-window {
  position: relative;
  width: 30%;
  border-radius: 9px;
  -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
  background-color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: auto;
  pointer-events: auto;
  max-height: 90%;
}


.popup-page-content {
  height: auto;
  overflow: auto;
}

.cart.popup-window.locator {
  margin-right: 20%;
}

.app.cart-window.cart-order-type {
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
  width: 168px;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 4px;
  margin-bottom: 8px;
  margin: 0 auto;
}

p.order-type.button {
  margin: 0;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 44px;
}

p.order-type.button:hover {
  background-color: #51c751;
  color: #000;
}

p.order-type.button.selected {
  background-color: #24ac11;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 44px;
  cursor: pointer;
  color: #FFF;
  user-select: none;
  -webkit-user-select: none;
}

div#cart_content {
  height: 100%;
}

.app.cart-window.cart {
  height: 100%;
}

p.app.cart-window.cart-title {
  margin: 0;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  font-size: 15px;
}

.app.cart-window.cart-totals {
  padding-top: 8px;
  border-top: 1px solid #ebebeb;
  margin-top: 8px;
  padding-right: 14px;
  padding-left: 14px;
}

p.app.cart-window.line-price {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}

.app.cart-window.line-item {
  text-align: right;
}

p.app.cart-window.line-title {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, ui-sans-serif;
  font-weight: 400;
  padding-right: 20px;
}

.app.cart-window.cart-item-quantity {
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.app.cart-window.cart-item-holder {
  margin-top: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  cursor: pointer;
}

.app.cart-window.cart-line-item-holder {
  display: inline-block;
  vertical-align: middle;
  width: calc(80% - 76px);
  padding-right: 14px;
}

p.app.cart-window.cart-item-mods {
  margin: 0;
  font-size: 14px;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-weight: 500;
}

.app.cart-window.cart-line-item-price {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: right;
  width: 96px;
}

p.app.cart-window.cart-item-title {
  margin: 0;
  font-weight: bold;
}

p.app.cart-window.cart-item-price {
  margin: 0;
  text-align: right;
  width: calc(100% - 14px);
  padding-right: 14px;
}

p.cancel-order-button {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: red;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
}

.app-location.smart-width.popup {
  position: fixed;
  z-index: 999999;
  top: 60px;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-location.smart-width.popup.popup-styles-default-desktop {
  top: 0;
  background-color: #000000c2;
  max-width: unset;
  pointer-events: all;
}

.app-location.smart-width.popup.popup-styles-center_screen-desktop {
  top: 0;
  left: 0;
  max-width: 100%;
  background-color: #000000c2;
  pointer-events: all;
}

.app-location.smart-width.popup.popup-styles-left_navigation-desktop {
  top: 0;
  left: 0;
  max-width: 100%;
  background-color: #000000c2;
  pointer-events: all;
}

.app-location.smart-width.popup.popup-styles-bottom_screen-desktop {
  top: 0;
  left: 0;
  max-width: 100%;
  background-color: #000000c2;
  pointer-events: all;
}

/* Animations for Popup */
@keyframes slidePopupFromBottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes closePopupFromBottom {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.open-popup-from-bottom {
  animation-name: slidePopupFromBottom;
}

.close-popup-from-bottom {
  animation-name: closePopupFromBottom;
}

#popupPageWindow {
  animation-duration: 0.5s;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}

#popup_page_content {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.cart.popup-window.popup-styles-default-desktop {
  width: 50%;
}

.app.cart-window.map-holder-visual {
  background-color: #000;
  height: 130px;
  border-radius: 15px;
  margin-top: 5px;
  background-size: cover;
}

.app.cart-window.map-details {
  margin-top: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
}

p.app.cart-window.map-address {
  margin: 0;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
}

p.app.cart-window.map-special-instructions {
  font-size: 12px;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  margin: 0;
}

.app.cart-window.selection-holder {
  height: 48px;
  overflow: auto;
  padding-top: 3px;
}

.app.cart-window.cart-delivery-holder {
  height: calc(100% - 251px);
  overflow: auto;
}

.app.cart-window.cart-bottom-holder {
  height: 200px;
  overflow: hidden;
}

.app.locator-icon {
  background-image: url(../images/map.png);
  background-size: 70%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #4b6276;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

p.app.location-text {
  text-align: center;
  margin: 0;
  margin-top: 8px;
  font-size: 17px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  margin-bottom: 14px;
}

.app.form-holder {
  margin-bottom: 14px;
}

input.app-form-item {
  width: calc(100% - 30px);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding-left: 10px;
  background-color: #fdfdfd;
  padding-right: 10px;
  overflow: hidden;
}

.app.form-multi-selector {
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

p.app.form-multi-selector-item {
  margin: 0;
  display: inline-block;
  width: calc(100% / 3 - -1px);
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 12px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 11px center;
  cursor: pointer;
  text-align: center;
  margin-right: -5px;
}

p.app.form-multi-selector-item:hover {
  background-color: #f2f0f0;
}

p.app.form-multi-selector-item.selected {
  background-color: #d954ed;
  color: #000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

p.app.form-multi-selector-item.house {
  background-image: url('../images/house.png');
}

p.app.form-multi-selector-item.apartment {
  background-image: url('../images/apartment.png');
}

p.app.form-multi-selector-item.business {
  background-image: url('../images/shop.png');
}

.app.form-separator {
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  margin-bottom: 14px;
}

p.app.form-button.address {
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 13px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  margin-top: 6px;
  cursor: pointer;
}

p.app-location.paragraph-text {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.app-location.button-item {
  background-color: #32b2a9;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  color: #FFF;
}

p.editor-item.content-title {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  font-size: 14px;
  margin: 0;
  margin-bottom: 5px;
}

.content.editor-window {
  width: 100%;
  height: calc(100% - 25px);
}

.editor.item-internal-left {
  float: left;
  width: 180px;
  border-right: 1px solid #e9e9e9;
  height: calc(100% - 42px);
}

.editor.item-internal-right {
  float: left;
  width: calc(100% - 181px);
  height: calc(100% - 42px);
  overflow: auto;
}

.editor.action-body {
  padding-top: 8px;
}

.editor-item.action-holder {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}

.editor-item.timeline-holder {
  width: 40px;
  float: left;
  position: absolute;
  height: calc(100% - 2px);
  margin-left: 70px;
}

.editor-item.timeline-dot {
  width: 10px;
  height: 10px;
  background-color: #4cbbc2;
  margin: 0 auto;
  border-radius: 50%;
}

.editor-item.timeline-dot.route {
  background-color: red;
}

.editor-item.timeline-line {
  width: 2px;
  height: calc(100% - 8px);
  background-color: #000;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0px;
}

.editor-item.content-holder {
  float: left;
  width: calc(100% - 110px);
  margin-left: 110px;
  min-height: 58px;
}

p.editor-item.timeline-title {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  margin-top: -2px;
}

.editor-item.connection-holder {
  float: left;
  width: 70px;
  position: absolute;
  height: 100%;
}

p.editor-button.block.general.draggable-trigger {
  min-width: 120px;
}

p.editor-item.section-title {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  font-size: 14px;
  margin: 0;
  margin-left: 11px;
  margin-top: 12px;
  margin-right: 11px;
}

p.editor-item.action-title {
  font-weight: bolder;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
}

.editor-item.content-box.holder.target {
  background-color: #f0e8e3;
}

.editor.action-button.holder {
  padding-bottom: 20px;
  padding-top: 6px;
}

.editor.action-button.holder.groups {
  padding-top: 0;
  padding-bottom: 10px;
}

p.button.item.add.delete {
  color: red;
  background-color: #FFF;
  border: 1px solid red;
  font-size: 11px;
}

.editor-item.tags-holder {
  margin-top: 9px;
}

tr.market-item.update {
  background-color: #fff4df;
}

.app-location.cart-container {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 8px;
  background-color: #f6f2f2;
  border-radius: 8px;
}

.app-location.cart.location-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  border-radius: 50%;
  background-size: cover;
  background-color: #2b2b2b;
  background-position: center;
}

.app-location.cart.location-content {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% - 65px);
  padding-left: 8px;
  padding-top: 12px;
}

p.app-location.cart.location-name {
  font-size: 15px;
  font-weight: bold;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  margin-top: -2px;
}


.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  font-family: 'Arial';
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0px solid #000000;
  border-radius: 9px;
  background: #f8f8f8;
  color: #646464;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000000;
  background: #f6f6f6;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select_arrow {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 4px;
  height: 4px;
  border: solid #7b7b7b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select select:hover~.select_arrow,
.select select:focus~.select_arrow {
  border-color: #000000;
}

.select select:disabled~.select_arrow {
  border-top-color: #cccccc;
}

.app-location.cart-item-container {
  border: 1px solid #e7e5e5;
  padding: 14px;
  border-radius: 14px;
  margin-bottom: 9px;
}

.app-location.cart-quantity {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.app-location.cart-item-details.holder {
  display: inline-block;
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

p.app-location.cart-item.label {
  font-weight: bold;
  font-size: 15px;
}

p.app-location.cart-item.price {
  font-size: 13px;
  margin-top: 5px;
}

.app-location.cart-item-modifiers {
  margin-top: 8px;
  font-size: 14px;
}

p.app-location.modifier-label {
  font-size: 13px;
}

.app-holder.section-content.popup-full {
  width: 100% !important;
}

.app-holder.delivery-nav.container {
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 14px;
}

.app-holder.delivery-nav.holder {
  overflow: hidden;
  position: relative;
}

.app-holder.delivery-nav.item-section.left {
  width: 30px;
  float: left;
}

.app-holder.delivery-nav.item-start-point {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.app-holder.delivery-nav.item-start-point.origin {
  background-image: url('../images/location.png');
}

.app-holder.delivery-nav.item-start-point.destination {
  background-image: url('../images/destination.png');
}

.app-holder.delivery-nav.item-line {
  min-height: 20px;
  border-left: 2px dashed #d7d7d7;
  width: 1px;
  margin: 0 auto;
}

.app-holder.delivery-nav.item-section.right {
  overflow: hidden;
  float: left;
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding-left: 8px;
}

p.app-holder.delivery-nav.item-destination-label {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-top: 5px;
}

.app-location.payment-method.icon.card {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  background-image: url(../images/credit_card.png);
  background-size: contain;
  background-position: center;
}

.app-location.payment-method.icon.apple-pay {
  background-image: url(../images/apple-pay.png);
}

.app-location.payment-method.icon.google-pay {
  background-image: url(../images/google-pay.png);
}

.app-location.payment-method.method-information {
  width: calc(100% - 43px);
}

p.app-location.payment-method.label {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
}

span.sp-original-input-container.sp-colorize-container {
  width: 100%;
}

p.editor-item.content-box.window-title {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 14px;
  margin-bottom: 8px;
}

.editor-item.tool-button.database-connection {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding-top: 8px;
  padding-left: 42px;
  padding-bottom: 8px;
  display: inline-block;
  padding-right: 14px;
  background-image: url(../images/admin_portal/server.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 8px center;
  cursor: pointer;
}

.editor-item.tool-button.database-connection.dataset {
  background-image: url(../images/admin_portal/dataset.png);
}

.editor-item.tool-button.database-connection.blocks-database {
  background-image: url(../images/admin_portal/cloud-dataset.png);
}

.editor-item.tool-button.database-connection.object {
  background-image: url(../images/admin_portal/object.png);
}

div#bottom_bar_content {
  width: 100%;
  overflow: auto;
  height: calc(100% - 21px);
}

.editor-item.button-holder {
  margin-top: 5px;
  margin-bottom: 5px;
}

.admin.editor.pipeline-server-holder.selected {
  border: 2px solid #01afff !important;
}

.editor-item.tool-button.database-connection.transform {
  background-image: url(../images/admin_portal/data-transform.png);
}

.editor-item.content-box.holder.workshop-elements {
  white-space: nowrap;
  overflow: auto;
}

.editor-item.tool-button.database-connection.blueprint-start {
  background-image: url(../images/admin_portal/start-button.png);
}

.editor-item.tool-button.database-connection.blueprint-event-trigger {
  background-image: url(../images/admin_portal/trigger-icon.png);
}

.editor-item.tool-button.database-connection.blueprint-session-var {
  background-image: url(../images/admin_portal/session_variable.png);
}

.editor-item.tool-button.database-connection.blueprint-var {
  background-image: url(../images/admin_portal/variable.png);
}

.editor-item.tool-button.database-connection.blueprint-key-value-var {
  background-image: url(../images/admin_portal/key-value-var.png);
}

.editor-item.tool-button.database-connection.blueprint-object-var {
  background-image: url(../images/admin_portal/object-var.png);
}

.editor-item.tool-button.database-connection.blueprint-input {
  background-image: url(../images/admin_portal/user-input.png);
}

.editor-item.tool-button.database-connection.blueprint-set-var {
  background-image: url(../images/admin_portal/set-variable.png);
}

.editor-item.tool-button.database-connection.blueprint-set-key-var {
  background-image: url(../images/admin_portal/set-key-var.png);
}

.editor-item.tool-button.database-connection.blueprint-convert-key-var {
  background-image: url(../images/admin_portal/convert.png);
}

.editor-item.tool-button.database-connection.blueprint-set-object-var {
  background-image: url(../images/admin_portal/set-object-var.png);
}

.editor-item.tool-button.database-connection.blueprint-execute {
  background-image: url(../images/admin_portal/execution.png);
}

.editor-item.tool-button.database-connection.blueprint-api {
  background-image: url(../images/admin_portal/api.png);
}

.editor-item.tool-button.database-connection.execute-blueprint {
  background-image: url(../images/admin_portal/blueprint.png);
}

.editor-item.tool-button.database-connection.if-else {
  background-image: url(../images/admin_portal/choices.png);
}

.editor-item.tool-button.database-connection.blueprint-output {
  background-image: url(../images/admin_portal/output.png);
}

.editor-item.tool-button.database-connection.blueprint-expression {
  background-image: url(../images/admin_portal/expression.png);
}

.editor-item.tool-button.database-connection.blueprint-ui-workflow {
  background-image: url(../images/admin_portal/ux.png);
}








.popup-window.section-bordered {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border: 1px dashed #c8c8c8;
  margin-top: 5px;
  vertical-align: top;
}

.popup-window.section-bordered.side-bar {
  width: 260px;
  display: inline-block;
}

.popup-window.section-bordered.side-bar.logs {
  overflow: auto;
  max-height: 280px;
}

p.editor-item.log-output {
  margin: 0;
  font-size: 14px;
}

.popup-window.section-bordered.side-content {
  display: inline-block;
  width: calc(100% - 265px);
}

p.editor-item.page-button.workflow-item-drag {
  margin: 0;
  width: 100%;
  margin-bottom: 3px;
  cursor: pointer;
}

.workflow-item-holder.title-item {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-weight: bolder;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e3e3e3;
}

.workflow-item-holder.process {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid #e3e3e3;
  background-color: #FFF;
}

.workflow-item-holder.button-group {
  padding-top: 8px;
}

.workflow-item-holder.section {
  margin-bottom: 8px;
}

p.editor-item.title.box-section-title {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 13px;
  font-weight: bolder;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 3px;
}

.editor-item.title.box-section-sub-title {
  margin: 0;
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.popup-window.section-item {
  padding-top: 0px;
}

.output_rule {
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 8px;
  margin-right: 4px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.output_rule.response {
  background-color: #477099;
  color: #FFF;
}

.output_rule.json-object {
  background-color: #cde0f3;
  color: rgb(0, 0, 0);
}

.output_rule.json-object.selected {
  background-color: #40ba6c;
  color: #FFF;
  font-weight: bolder;
}

.pipeline-drop-container.droppable {
  height: 600px;
  position: absolute;
  width: calc(100% - 361px);
}

.admin.editor.pipeline-server-holder {
  position: absolute;
  top: 150px;
  display: inline-block;
  left: 60px;
  padding: 8px;
  border: 1px solid #d8d8d8;
  border-radius: 9px;
  background-color: #f8f8f8;
  cursor: pointer;
  width: 165px;
  text-align: center;
}

.admin.editor.pipeline-server-holder.blueprint {
  border-radius: 30px;
  height: auto;
  width: auto;
  min-width: 190px;
  border: 1px dashed #a8a8a8;
  background-color: #FFF;
}

.admin.editor.pipeline-server-holder.blueprint.start {
  background-color: #2b892b;
  color: #FFF;
}

.pipe-item.blueprint.output {
  background-color: #fbe8e8 !important;
}

.admin.editor.pipeline-server-text {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
}

.app-location.file-uploader-holder {
  width: 100%;
  border: 1px dashed #bebebe;
  overflow: auto;
}

.app-location.file-uploader-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 235px;
  flex-flow: column;
}

.app-location.file-uploader-holder.hover {
  border-color: #338fd9;
}

.app-location.file-uploader.image-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.app-location.file-uploader-message {
  margin-top: 8px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bolder;
  text-align: center;
}

.app-location.file-uploader-image {
  background-image: url('../images/admin_portal/photo-gallery.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 130px;
  height: 130px;
}

.admin.editor.pipeline-icon.pipeline-server-image {
  background-image: url(../images/admin_portal/server.png);
  height: 35px;
  width: 35px;
  margin: 0 auto;
  background-size: cover;
}

.admin.editor.pipeline-icon.pipeline-server-image.dataset {
  background-image: url(../images/admin_portal/dataset.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blocks-database {
  background-image: url(../images/admin_portal/cloud-dataset.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.object {
  background-image: url(../images/admin_portal/object.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.transform {
  background-image: url(../images/admin_portal/data-transform.png);
}



.admin.editor.pipeline-icon.pipeline-server-image.start-blueprint {
  background-image: url(../images/admin_portal/start-button.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-trigger {
  background-image: url(../images/admin_portal/trigger-icon.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-session-var {
  background-image: url(../images/admin_portal/session_variable.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-var {
  background-image: url(../images/admin_portal/variable.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-key-value-var {
  background-image: url(../images/admin_portal/key-value-var.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-object-var {
  background-image: url(../images/admin_portal/object-var.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-user-input {
  background-image: url(../images/admin_portal/user-input.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-set-variable {
  background-image: url(../images/admin_portal/set-variable.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-set-key-var {
  background-image: url(../images/admin_portal/set-key-var.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-convert-key-var {
  background-image: url(../images/admin_portal/convert.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-set-object-var {
  background-image: url(../images/admin_portal/set-object-var.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-execute {
  background-image: url(../images/admin_portal/execution.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-api {
  background-image: url(../images/admin_portal/api.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.execute-blueprint {
  background-image: url(../images/admin_portal/blueprint.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.if-else {
  background-image: url(../images/admin_portal/choices.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-output {
  background-image: url(../images/admin_portal/output.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-expression {
  background-image: url(../images/admin_portal/expression.png);
}

.admin.editor.pipeline-icon.pipeline-server-image.blueprint-ui-workflow {
  background-image: url(../images/admin_portal/ux.png);
}



.pipe-accepted {
  background-color: #defee4 !important;
}


@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}

#svgContainer {
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
}

.admin.editor.canvas-bottom-bar {
  float: left;
  width: 100%;
  height: 191px;
}

.editor-item.draggable-buttons.data-connection {
  padding-left: 39px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d0d0d0;
  background-image: url(../images/admin_portal/server.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 8px center;
  cursor: pointer;
}

p.admin.editor.tool-tip.title {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  font-size: 12px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  padding-top: 5px;
  margin-bottom: 3px;
}

.canvas-window {
  height: calc(100% - 23px);
}

.canvas-wrapper.bottom-nav {
  width: auto;
  height: calc(100% - 192px);
  overflow: hidden;
}

.editor-database.image {
  background-image: url(../images/admin_portal/cloud-server.png);
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

p.editor-label.landing-title {
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  margin-top: 8px;
}

p.editor.content-title.window-selection {
  margin: 0;
  font-size: 14px;
  font-weight: bolder;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  margin-top: 14px;
  margin-bottom: 8px;
  margin-left: 8px;
}

p.admin.editor.tool-tip.button.large {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.editor-database.image.side-bar {
  width: 60px;
  height: 60px;
  float: left;
}

p.editor-label.landing-title.side-bar {
  float: left;
  height: 60px;
  width: calc(100% - 60px);
  text-align: left;
  padding-top: 16px;
  padding-left: 8px;
  padding-bottom: 14px;
}

table.dataset {
  border-collapse: collapse;
  font-size: 14px;
}

td.dataset,
th.dataset {
  border: 1px solid #efefef;
  padding: 5px;
}

th.dataset {
  cursor: col-resize;
  user-select: none;
  -webkit-user-select: none;
  text-align: left;
  background-color: #fcfcfc;
}

.admin.editor.dataset-table.holder {
  overflow: auto;
  white-space: nowrap;
  width: 100%;
}

.editor-item.sidebar-button {
  margin-left: 8px;
  margin-right: 8px;
  background-color: #f5ab17;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "HalalDoorMedium", Arial, sans-serif;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.editor-item.sidebar-button.run {
  background-color: #3d70e1;
  color: #FFF;
}

.app-location.file-uploader.header {
  width: 100%;
  text-align: right;
  border-bottom: 1px dashed #bebebe;
  padding-top: 8px;
  padding-bottom: 5px;
}

.app-location.file-uploader.upload-list {
  width: 100%;
  overflow: auto;
  height: 191px;
}

.app-location.file-uploader.list-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 44px;
  border-bottom: 1px solid #e7e7e7;
  background-image: url(../images/admin_portal/attachment.png);
  background-repeat: no-repeat;
  display: flex;
  background-size: 27px;
  background-position: 10px center;
  align-items: center;
}

p.app-location.file-uploader.file {
  font-size: 13px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  width: calc(100% - 250px);
}

p.app-location.file-uploader.actions-status {
  display: inline-block;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 13px;
  margin-right: 4px;
}

p.app-location.file-uploader.actions-button {
  display: inline-block;
  background-color: #a14545;
  color: #FFF;
  font-size: 13px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bolder;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 6px;
  cursor: pointer;
}

.app-location.file-uploader.actions-holder {
  width: 250px;
  text-align: right;
  padding-right: 10px;
}

p.app-location.file-uploader.upload_button {
  display: inline-block;
  padding: 6px;
  border-radius: 8px;
  background-color: #338fd9;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-weight: bolder;
  color: #FFF;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 8px;
  cursor: pointer;
}

.desktop-state-hidden {
  display: none;
}

.app-holder.section-content.display-flex {
  display: flex;
}

/* Components */

/* Modal */
div#dynamicPopupContainer {
  z-index: 99999999;
  pointer-events: unset;
  top: 0;
  background-color: #000000c2;
  max-width: 100%;
}

.app-location.popup-container-modal.holder {
  z-index: 9999999;
  position: fixed;
  background-color: #f9f9f9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 325px;
  border-radius: 12px;
}

.app-location.popup-container-modal.title {
  padding: 12px;
  padding-top: 18px;
}

p.app-location.popup-container-modal.modal-title {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  text-align: center;
  font-size: 17px;
  margin: 0;
}

p.app-location.popup-container-modal.modal-sub-title {
  text-align: center;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-size: 14px;
  padding-top: 4px;
  color: #666;
  margin: 0;
}

.app-location.popup-container-modal.content {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 24px;
  max-width: 250px;
  margin: 0 auto;
}

.app-location.popup-container-modal.modal-message {
  text-align: center;
  font-size: 14px;
}

p.app-location.popup-container-modal.button {
  border-top: 0.5px solid #c7c7c7;
  padding-top: 13px;
  padding-bottom: 14px;
  text-align: center;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  font-size: 15px;
  color: #3880ff;
  cursor: pointer;
  margin: 0;
}

p.app-location.popup-container-modal.button::target,
p.app-location.popup-container-modal.button::focus {
  background-color: #f3f3f3;
  border-radius: 0px 0px 10px 10px;
}

/* Text Input Box */
.app-location.form-element-container.holder {
  padding-bottom: 8px;
}

p.app-location.form-element-container.item-label {
  margin-bottom: 4px;
  font-size: 15px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
}

.app-location.form-element-container.item-input {
  border-radius: 7px;
  padding: 1px;
}

.app-location.form-element-container.item-input.active {
  display: inline-block;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #9f9b9b;
  padding: 0;
}

input.app-location.form-element-container.item {
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #d1d1d3;
  width: 100%;
  outline: none;
}

textarea.app-location.form-element-container.item {
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #d1d1d3;
  width: 100%;
  outline: none;
  resize: none;
  margin: 0;
  margin-bottom: -4px;
  min-height: 100px;
  max-height: 300px;
}

.app-location.form-element-container.item-input.search {
  max-width: 220px;
}

/* Checkbox */

/* Hide the default checkbox */
.app-location.form-element-container.item-checkbox input[type="checkbox"] {
  display: none;
}


/* Style the custom checkbox */
.app-location.form-element-container.item-custom-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d3;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border-radius: 50%;
}

/* When the checkbox is checked, change the custom checkbox appearance */
.app-location.form-element-container.item-checkbox input[type="checkbox"]:checked+.app-location.form-element-container.item-custom-checkbox {
  background-color: #454545;
  border-color: #9f9b9b;
}

/* Optional: Add a checkmark or other indicator when checked */
.app-location.form-element-container.item-checkbox input[type="checkbox"]:checked+.app-location.form-element-container.item-custom-checkbox::after {
  content: '✓';
  color: white;
  display: block;
  text-align: center;
  line-height: 21px;
}

.app-location.form-element-container.item-checkbox {
  margin-top: 10px;
}

.app-location.form-element-container.item-label-container {
  display: inline-block;
  margin-left: 3px;
}

p.app-location.form-element-container.form-checkbox-label {
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  margin: 0;
  margin-top: 2px;
}

p.app-location.form-element-container.item-description {
  margin: 0;
  font-family: 'HalalDoorLight', Arial, sans-serif;
  font-size: 12px;
  color: #848488;
  margin-top: 2px;
}

/* Calendar */
.app-location.calendar-app.container.form-element-container.holder.calendar {
  border: 1px solid #d1d1d3;
  border-radius: 10px;
  padding: 4px;
  min-height: 359px;
  margin-bottom: 8px;
  user-select: none;
  -webkit-user-select: none;
}

.calendar-app.container {
  width: 100%;
}

p.app-location.form-element-container.item-label.calendar {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  margin-bottom: 8px;
}

.calendar-app.header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}


.calendar-app.button {
  cursor: pointer;
  border: 1px solid #d1d1d3;
  font-size: 12px;
  border-radius: 9px;
  padding: 10px;
  width: auto;
  background-color: transparent;
  color: #000;
}

.calendar-app.title {
  margin: 0;
  font-size: 15px;
  font-family: 'HalalDoorBold', Arial, sans-serif;
  align-items: center;
  border: 1px solid #d1d1d3;
  padding: 8px;
  border-radius: 10px;
  padding-left: 14px;
  padding-right: 14px;
}

p.app-location.form-element-container.item-description.calendar {
  text-align: center;
}

.calendar-app.weekdays,
.calendar-app.days-grid {
  text-align: center;
}

.calendar-app.weekdays .weekday {
  font-weight: bold;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
}

.calendar-app.weekdays,
.calendar-app.days-grid {
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}

.calendar-app.weekdays .weekday,
.calendar-app.days-grid .day {
  float: left;
  width: calc(100% / 7 - 4px);
  padding: 8px;
  margin: 2px;
  text-align: center;
  font-size: 14px;
}

.calendar-app.days-grid .blank {
  background-color: transparent;
  border: none;
}

/* Styling for the weekday names */
.calendar-app.weekdays .weekday {
  font-weight: bold;
}

.day.today {
  background-color: #ebebeb;
  border-radius: 12px;
  font-family: "HalalDoorBold", Arial, sans-serif;
  color: #6b6b6b;
}

.day.selected {
  background-color: #0fa42d;
  border-radius: 12px;
  color: #FFF;
  font-family: "HalalDoorBold", Arial, sans-serif;
}

span.calendar.today {
  color: #FFF;
}

/* Toggle */
.app-location.form-element-container.item-input.toggle {
  margin-bottom: 8px;
}

.app-location.form-element-container.item-toggle {
  display: flex;
  align-items: center;
}

.app-location.form-element-container.item-toggle-container {
  width: 54px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d1d1d3;
  border-radius: 20px;
  padding: 6px;
  padding-top: 8px;
  padding-left: 5px;
  padding-bottom: 8px;
  background-color: #dddddd;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on WebKit (Safari, Chrome on iOS) */
  -webkit-user-select: none;
  /* Prevent text selection on WebKit browsers */
  -moz-user-select: none;
  /* Prevent text selection on Firefox */
  -ms-user-select: none;
  /* Prevent text selection on Internet Explorer/Edge */
  user-select: none;
  /* Standard syntax; Prevent text selection */
  cursor: pointer;
  /* Shows a pointer cursor to indicate clickable items */
}

.app-location.form-element-container.item-toggle-button {
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 0px 5.5px 0px rgb(0 0 0 / 11%);
  border: 1px solid #d7d7d7;
  position: absolute;
  left: 1px;
  transition: left 0.3s ease-in-out;
}

/* Active state styles for the toggle container */
.app-location.form-element-container.item-toggle-container.active {
  background-color: #4CAF50;
  /* Change to your preferred active color */
}

/* Active state styles for the toggle button to slide right */
.app-location.form-element-container.item-toggle-container.active .app-location.form-element-container.item-toggle-button {
  left: calc(100% - 27px);
  /* Adjust the button to slide to the right */
  /* Optionally change the button color for active state */
  background-color: #ffffff;
}

.app-location.form-element-container.item-toggle-label-container {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.app-location.form-element-container.item-toggle-label-container.right {
  padding-left: 0px;
  padding-right: 8px;
  width: calc(100% - 51px);
  max-width: 360px;
}

p.app-location.form-element-container.item-toggle-label {
  font-size: 14px;
  font-family: "HalalDoorMedium", Arial, sans-serif;
}

/* Drop down*/
.app-location.form-element-container.item-combo {
  margin-bottom: 8px;
  padding: 1px;
}

.app-location.form-element-container.item-combo.active {
  padding: 0px;
  border-radius: 7px;
  border: 1px solid #9f9b9b;
}

.app-location.form-element-container.item-combo-dropdown {
  width: 100%;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z" fill="%23979797"/></svg>') no-repeat;
  background-position: right 6px center;
  background-size: 26px;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

/* Stepper */
.app-location.form-element-container.holder.stepper {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 2px;
}

/* Select modal */
@keyframes slideInFromBottom {
  from {
    transform: translate(-50%, 0);
  }

  to {
    transform: translate(-50%, -100%);
  }
}

/* Applying the animation to your class */
.app-location.popup-container-modal.holder.select {
  background-color: transparent;
  max-width: 400px;
  top: 100%;
  transform: translate(-50%, -100%);
  padding-bottom: 30px;
  animation: slideInFromBottom 0.25s ease-in-out forwards;
  overflow: auto;
  max-height: calc(100vh - 150px);
}

.app-location.popup-container-modal.select-container {
  background-color: #FFF;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 8px;
}

/* Select popup */
@keyframes bounceInFromBottom {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  60% {
    transform: translateY(-20px);
    opacity: 1;
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.app-location.popup-container-modal.holder.select-popup {
  transform: none;
  top: 985px;
  left: 280px;
  max-width: 330px;
  overflow: hidden;
  box-shadow: 0px 0px 5.5px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #d1d1d3;
  background-color: #fff;
  animation: bounceInFromBottom 0.35s ease forwards;
}

p.app-location.popup-container-modal.button.select-special {
  font-size: 13px;
  text-align: left;
  padding: 14px;
  border: 0;
  border-bottom: 1px solid #e7e7e9;
}

p.app-location.popup-container-modal.button.select-special:last-child {
  border-bottom: 0;
}

p.app-location.popup-container-modal.button.select-special:hover {
  background-color: #f7f7f7;
}

div#modalContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
}

/* Maps */
.app-location.map.marker {
  background-image: url("../images/maps/marker.svg");
  width: 30px;
  height: 30px;
  cursor: pointer;
  fill: #000;
}

/* Tabs */
.app-location.form-element-container.item-tabs {
  border-radius: 5px;
  background-color: #f6f6f6;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 6px;
  padding-right: 6px;
}

p.app-location.form-element-container.item-tab {
  display: inline-block;
  width: calc(100% / 2 - 3px);
  text-align: center;
  padding: 10px;
  font-family: "HalalDoorBold", Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  border-radius: 7px;
  /* box-shadow: 0px 0px 5.5px 0px rgb(0 0 0 / 11%); */
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #787878;
  vertical-align: middle;
}

p.app-location.form-element-container.item-tab.selected {
  background-color: #fff;
  box-shadow: 0px 0px 5.5px 0px rgb(0 0 0 / 8%);
  color: #000;
}

/* Table */
.app-location.data-table.holder {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d1d1d3;
  border-radius: 4px;
  overflow: hidden;
  font-size: 13px;
}

.app-location.data-table.header {
  background-color: #ebebeb;
  border-bottom: 1px solid #d1d1d3;
  font-family: "HalalDoorBold", Arial, sans-serif;
  color: #6b6b6b;
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
}

.app-location.data-table.header p {
  padding: 10px;
  border: none;
  text-align: left;
}

.app-location.data-table.row {
  background-color: #ffffff;
}

.app-location.data-table.cell p {
  padding: 10px;
  text-align: left;
  border: none;
  font-size: 12px;
}

/* Apply bottom border to all table cells */
td.app-location.data-table.cell {
  border-bottom: 1px solid #d1d1d3;
  padding-left: 8px;
  padding-right: 8px;
}

/* Remove bottom border from cells in the last table row */
.app-location.data-table.holder tr:last-child td.app-location.data-table.cell {
  border-bottom: none;
}

.app-location.data-table.header p:hover {
  /*background-color: #f1f1f1;*/
  border-radius: 4px;
}

/* Highlight the rows on hover */
.app-location.data-table.row:hover {
  background-color: #f9f9f9;
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
}

/* Highlight header thead on hover */
.app-location.data-table.holder thead tr:hover {
  background-color: #f9f9f9;
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
}

.app-location.data-table.footer {
  font-family: "HalaLDoorMedium", Arial, sans-serif;
  color: #808080;
  font-size: 12px;
}

.app-location.data-table.footer {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}

.app-location.data-table.pagination {
  display: flex;
  align-items: center;
  padding-left: 1px;
}

.app-location.data-table.pagination-buttons {
  display: flex;
  align-items: center;
}

button.app-location.data-table.pagination-button {
  margin-left: 4px;
  font-size: 12px;
  color: #808080;
  border: 1px solid #d1d1d3;
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0px 0px 5.5px 0px rgba(0, 0, 0, 0.07);
  padding: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

.app-location.data-table.main-holder {
  margin-bottom: 8px;
}

p.app-location.modifiers-element.modifier.detail-label {
  font-size: 13px;
  font-family: 'HalalDoorRegular', Arial, sans-serif;
  float: right;
}

.app-location.modifiers-element.modifier.button-image {
  max-width: 125px;
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  width: calc(100% / 3 - 4px);
  -webkit-tap-highlight-color: transparent;
}

.app-location.modifiers-element.modifier.image {
  width: 80px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 5px;
  background-image: url(https://www.dole.com/-/media/project/dole/produce-images/vegetables/romaine_lettuce_web.png?rev=d9b6ba7…&hash=35E7517A3B93D9BE6E5BB98A2A6093E9);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app-location.modifiers-element.modifier.label-image {
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  text-align: center;
}

.app-location.modifiers-element.modifier.detail-label {
  font-size: 13px;
  text-align: center;
}

.app-location.modifiers-element.modifier.button-image.selected {
  background-color: #32ae74;
  color: #FFF;
}

/* Modifier components */
.app-location.modifiers-element.quantity.label {
  display: inline-block;
  font-weight: bold;
  width: calc(100% - 105px);
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
}

.app-location.modifiers-element.item.holder.quantity {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 22px;
  box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 6%);
  padding: 4px;
  width: 100px;
}

.app-location.modifiers-element.quantity.selector {
  vertical-align: middle;
}

.app-location.modifiers-element.quantity.selector.button {
  display: inline-block;
  font-size: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.app-location.modifiers-element.quantity.selector.button.minus {
  font-size: 23px;
  line-height: 23px;
}

.app-location.modifiers-element.quantity.selector.input {
  display: inline-block;
}

input.modifiers-element.quantity.input {
  text-align: center;
  width: 32px;
  border: 0;
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 14px;
  outline: none;
}

.app-location.modifiers-element.item.modifier-element-holder {
  margin-top: 14px;
  width: 100%;
  border-top: 1px solid #f6f6f6;
  padding-top: 14px;
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
}

.app-location.modifiers-element.modifier.label-holder {
  padding-bottom: 4px;
}

.app-location.modifiers-element.modifier.label {
  font-family: 'HalalDoorMedium', Arial, sans-serif;
  font-size: 16px;
}

.app-location.modifiers-element.modifier.label.sub {
  font-size: 14px;
  color: #646464;
}

.app-location.modifiers-element.item.holder.buttons {
  padding-top: 4px;
  padding-bottom: 4px;
}


.app-location.modifiers-element.modifier.button {
  padding: 12px;
  border: 1px solid #eee;
  margin-bottom: 1px;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'HalalDoorMedium', Arail, sans-serif;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  width: calc(100% / 3 - 4px);
}

.app-location.modifiers-element.modifier.button.quantity {
  width: 100%;
  padding: 4.54999px;
  padding-left: 14px;
  padding-right: 14px;
}

.app-location.modifiers-element.modifier.button.selected {
  background-color: #33ae74;
  color: #FFF;
}

.app-location.modifiers-element.modifier.button.quantity.selected {
  background-color: #FFF;
  color: #000;
  border: 2px solid #33ae74;
  padding-top: 3.54999px;
  padding-bottom: 3.54999px;
  padding-left: 13px;
  padding-right: 13px;
}

.app-location.modifiers-element.modifier.label-quantity {
  width: calc(100% - 104px);
  display: inline-block;
  vertical-align: middle;
}

.app-location.modifiers-element.item.holder.quantity.button {
  box-shadow: none;
}

/* Payment Dropin */
.app-location.payment-dropin-element.loading-container {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 auto;
  border-radius: 8px;
}


/* Loading modal */
.spinner-circular {
  width: 30px;
  height: 30px;
  display: grid;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, #0000 40%, #acacac 41%);
  background: linear-gradient(0deg, rgba(172, 172, 172, 0.5) 50%, rgba(172, 172, 172, 1) 0) center/3.2px 100%,
    linear-gradient(90deg, rgba(172, 172, 172, 0.25) 50%, rgba(172, 172, 172, 0.75) 0) center/100% 3.2px;
  background-repeat: no-repeat;
  animation: spinner-circular-d3o0rx 1s infinite steps(12);
}

.spinner-circular.center {
  margin: 0 auto;
  display: block;
  width: 20px;
  height: 20px;
}

.spinner-circular::before,
.spinner-circular::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.spinner-circular::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes spinner-circular-d3o0rx {
  100% {
    transform: rotate(1turn);
  }
}

.app-location.popup-container-modal.loading {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.app-location.popup-container-modal.loading-label {
  font-family: "HalalDoorMedium", Arial, sans-serif;
  font-size: 14px;
  padding-top: 6px;
}

/* Skelton UI */
.paragraph-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.paragraph-post {
  width: 100%;
  margin: 8px 0;
  box-sizing: border-box;
}

.paragraph-line {
  height: 16px;
  margin-bottom: 12px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-lines 3s infinite linear;
}

.paragraph-line:last-child {
  margin-bottom: 0;
}

@keyframes shine-lines {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}


/* Profile Loading Block */
.profile-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.profile-post {
  width: 100%;
  max-width: 400px;
  margin: 7px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.profile-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-avatar 3s infinite linear;
  margin-right: 16px;
}

.profile-details {
  flex: 1;
}

.profile-line {
  height: 16px;
  margin-bottom: 12px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-lines 3s infinite linear;
}

.profile-line:last-child {
  margin-bottom: 0;
}


.image-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.image-post {
  width: 100%;
  margin: 8px 0;
}

.image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-image 3s infinite linear;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-line {
  width: 80%;
  height: 16px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-lines 3s infinite linear;
}

.form-container {
  width: 100%;
  margin: 8px 0;
}

.form-header {
  height: 24px;
  width: 50%;
  margin-bottom: 20px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-form 3s infinite linear;
}

.form-field {
  height: 16px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-form 3s infinite linear;
}

.form-button {
  height: 40px;
  width: 30%;
  margin: 0 auto;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine-form 3s infinite linear;
}

.product-a-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.product-a-post {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 8px 0;
}

.product-a-image {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine 3s infinite linear;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-a-title {
  width: 70%;
  height: 18px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine 3s infinite linear;
}

.product-b-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  margin: 8px 0;
}

.product-b-post {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
}

.product-b-image {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine 3s infinite linear;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.product-b-name {
  width: 80%;
  height: 16px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine 3s infinite linear;
  margin-bottom: 10px;
}

.product-b-price {
  width: 40%;
  height: 16px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ddd 0%, #ddd 40%, #e8e8e8 50%, #ddd 60%, #ddd 100%);
  background-size: 200% 100%;
  animation: shine 3s infinite linear;
}

@keyframes shine {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shine-form {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shine-image {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shine-lines {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shine-avatar {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}


/* Tablet */
@media (max-width:1080px) {
  .app-holder.collection-element.gallery-block.width-estimate {
    width: calc(100% / 2 - 12px);
    margin-right: 9px;
  }

  .app-holder.product-item.listed.width-estimate {
    width: calc(100% / 2 - 4px);
    display: inline-block;
  }

  .app-holder.product-item.block.width-estimate {
    width: calc(100% / 3 - 4px);
    display: inline-block;
  }

  .app-holder.product-item.block-small.width-estimate {
    width: calc(100% / 4 - 32px);
    display: inline-block;
    margin-bottom: 8px;
  }

  .app-holder.body-review {
    width: calc(100% / 2 - 52px);
  }

  .app-holder.photo-gallery-box {
    width: calc(100% / 3 - 4px);
  }

  .app-holder.time-item.holder {
    width: calc(100% / 2 - 4px);
  }

  div.wrapper.hide-top-bar.bottom-bar {
    margin-top: calc(var(--top-bar-height) - 3px) !important;
    height: calc(100% - var(--bottom-bar-height) - var(--top-bar-height) + 10px) !important;
  }
}


/* Phone */
@media (max-width:600px) {
  .app-holder.section-holder-padding.blocks-comp-bottom-bar {
    top: calc(100vh - var(--bottom-bar-height)) !important;
    transform: translate(0, 0) !important;
    padding-bottom: 2px;
    padding-top: 8px;
  }

  div.wrapper.hide-top-bar.bottom-bar {
    margin-top: calc(var(--top-bar-height) - 3px) !important;
    height: calc(100% - var(--bottom-bar-height) - var(--top-bar-height)) !important;
  }

  div.wrapper.bottom-bar {
    height: calc(100% - 61px - var(--bottom-bar-height)) !important;
  }

  div.wrapper.mobile-bottom-bar {
    margin-top: calc(var(--top-bar-height) - 3px) !important;
    height: calc(100% - var(--top-bar-height) - var(--bottom-bar-height)) !important;
  }

  div.wrapper.hide-top-bar.mobile-bottom-bar {
    margin-top: calc(var(--top-bar-height) - 3px) !important;
    height: calc(100% - var(--bottom-bar-height) - var(--top-bar-height)) !important;
  }

  div#bottom_bar_holder.mobile-bottom-bar {
    display: block !important;
  }

  .blocks-comp-bottom-bar-final {
    display: block !important;
  }

  /*.blocks-comp-bottom-bar {
        display: block !important;
    }*/

  .app-holder.collection-element.gallery-block.width-estimate {
    width: calc(100% / 1 - 0px);
    margin-right: 0px;
  }

  .app-holder.product-item.listed.width-estimate {
    width: calc(100% / 1 - 4px);
    display: inline-block;
  }

  .app-holder.product-item.block.width-estimate {
    width: calc(100% / 1 - 4px);
    display: inline-block;
  }

  .app-holder.product-item.block-small.width-estimate {
    width: calc(100% / 2 - 32px);
    display: inline-block;
    margin-bottom: 8px;
  }

  .app-holder.body-review {
    width: calc(100% - 52px);
  }

  .app-holder.photo-gallery-box {
    width: calc(100% / 2 - 4px);
  }

  .app-holder.time-item.holder {
    width: 100%;
  }

  .app-location.system-location.holder.mobile-full {
    width: 100% !important;
  }

  .app-location.system-location.holder.mobile-half {
    width: calc(100% / 2 - 3px) !important;
  }

  .app-location.system-location.holder.mobile-third {
    width: calc(100% / 3 - 3px) !important;
  }

  .app-location.system-location.holder.mobile-quarter {
    width: calc(100% / 4 - 3px) !important;
  }

  .app-location.system-location.item-container.mobile-scroll {
    white-space: nowrap;
    overflow: auto;
  }

  .app-location.system-location.list-holder.mobile-full {
    width: 100% !important;
  }

  .app-location.system-location.list-holder.mobile-half {
    width: calc(100% / 2 - 3px) !important;
  }

  .app-location.system-location.list-holder.mobile-third {
    width: calc(100% / 3 - 3px) !important;
  }

  .app-location.system-location.list-holder.mobile-quarter {
    width: calc(100% / 4 - 3px) !important;
  }

  .app-holder.section-content.mobile-full {
    width: 100% !important;
  }

  .mobile-no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
  }

  .app-holder.section-content.mobile-half {
    width: calc(100% / 2 - 2.3px) !important;
  }

  .app-holder.section-content.mobile-third {
    width: calc(100% / 2 - 2.3px) !important;
  }

  .app-location.smart-width.popup {
    top: 0;
    background-color: #000000c2;
  }

  .app-holder.section-holder-item.mobile-full {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .app-location.cart-item-container {
    width: 100%;
  }

  .app-holder.section-content.fixed {
    display: inline-block;
    vertical-align: top;
  }

  .app-holder.mobile-state-hidden {
    display: none;
  }

  .app-holder.mobile-state-hidden.override {
    display: none !important;
  }

  .desktop-state-hidden {
    display: block;
  }

  .app-location.modifiers-element.modifier.button {
    width: 100%;
    margin-bottom: 5px;
  }

  .app-location.smart-width.popup.popup-styles-default-mobile {
    align-items: flex-end;
  }

  .cart.popup-window.popup-styles-default-mobile {
    width: 100%;
    padding-bottom: 25px;
  }

}

/* Phone Small */
@media (max-width:400px) {}

.mce-content-body {
  padding-left: 14px !important;
  padding-right: 14px !important;
  width: auto;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none !important;
}

@media screen and (max-width: 1024px) {
    input,
    textarea,
    select,
    button {
      font-size: 16px !important;
    }

    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    textarea,
    select {
      font-size: 16px !important;
      -webkit-text-size-adjust: 100%;
    }
  }