﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    margin-bottom: 45px;
  }
}
option {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.install-app-btn-container {
  display: none;
}
.btn-primary-color {
  background-color: #609e63;
  color: white;
  border-radius: 12px;
}
.btn-primary-color:hover {
  background-color: #4d7e4f !important;
  color: white !important;
}
.pm-label {
  color: black;
}
hr {
  color: #609e63;
}
.dl-horizontal dt {
  white-space: normal;
}
label {
  font-size: 12px !important;
}
body {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #609e63;
}
.br-5 {
  border-radius: 5px;
}
.frontpage-header {
  color: white;
  background-color: #47986b;
}
main {
  background-color: white;
  border-radius: 35px;
  padding: 25px;
  -moz-box-shadow: 0 0 20px #787878;
  -webkit-box-shadow: 0 0 20px #787878;
  box-shadow: 0 0 20px #787878;
}
#main-nav {
  background: transparent;
  color: #fff;
  box-shadow: 0 0 0px transparent;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  position: fixed;
  top: 0;
  width: 100%;
}
#main-nav.scrolled {
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  color: #47986b;
}
.logo {
  height: 30px;
  padding-right: 10px;
}
.drr-shadow {
  -webkit-box-shadow: 0px 0px 10px 4px #d6d6d6;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 10px 4px #d6d6d6;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 9px 3px #d6d6d6;
}
a {
  text-decoration: none;
  color: black;
  display: block;
}
.list-item-add-product {
  background-color: #47986b;
  color: white;
  text-decoration: none;
  display: block;
  pointer-events: none;
  padding-bottom: 1px;
  height: 277.5px;
}
.list-item-add-product .add-product-header {
  padding-top: 30px;
  font-size: 25px;
  font-weight: 100;
}
.list-item-add-product .bi {
  font-size: 100px;
}
.list-item-add-product .list-item-image-container {
  height: 140px;
}
.list-item-add-product .list-item-image-container .list-item-image {
  margin: auto;
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 190px;
}
.list-item-add-product .list-item-text-container .list-item-manufacturer {
  font-size: 14px;
  font-weight: 700;
}
.list-item-add-product .list-item-text-container .list-item-model {
  font-size: 13px;
}
.list-item-add-product .list-item-text-container .list-item-spec li {
  font-size: 12px;
}
.hover-effect :hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.list-item {
  text-decoration: none;
  display: block;
  pointer-events: none;
  padding-bottom: 1px;
  color: black;
}
.list-item .list-item-image-container {
  height: 140px;
  display: flex;
}
.list-item .list-item-image-container .list-item-image {
  margin: auto;
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 190px;
}
.list-item .list-item-text-container {
  max-height: 120px;
  overflow: hidden;
}
.list-item .list-item-text-container .list-item-manufacturer {
  font-size: 14px;
  font-weight: 700;
}
.list-item .list-item-text-container .list-item-model {
  font-size: 13px;
}
.list-item .list-item-text-container .list-item-spec li {
  font-size: 12px;
}
.list-item .list-item-price-container .list-item-price {
  background: #f1f1f1;
  border-radius: 5px;
  color: #47986b;
  text-align: center;
  font-weight: 600;
}
.multiselect-dropdown {
  display: table;
  position: absolute;
  visibility: hidden;
}
.multiselect-dropdown.open {
  visibility: visible;
}
.week-divider {
  background-color: #609e63;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}
.mobile-nav .row {
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 801px) {
  .mobile-nav {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-nav {
    width: 100%;
    position: fixed;
    left: 0;
    display: block;
    bottom: 0;
    height: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 10px;
    color: black;
    -webkit-box-shadow: 0px -2px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow: 0px -2px 2px rgba(100, 100, 100, 0.75);
    box-shadow: 0px -2px 2px rgba(100, 100, 100, 0.75);
  }
}
#recipeModal .modal-body {
  white-space: pre-wrap;
}
.modal {
  display: none;
}
.modal.visible {
  display: block;
}
.modal .modal-header {
  background-color: #609e63;
  color: #fff;
  font-size: 18px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.modal .modal-header .close {
  font-size: 30px;
}
.modal .modal-second-header {
  padding-left: 1rem;
  padding-top: 1rem;
  font-weight: 700;
}
.modal .modal-content {
  border-radius: 10px !important;
}
.filterSelectedText {
  width: 93%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #919191;
}
/* Add Animation */
@keyframes animateup {
  from {
    bottom: -80vh;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animatedown {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: -80vh;
    opacity: 0;
  }
}
.loader {
  color: #007a0f;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#filterModal .form-check-input {
  width: 1.5em;
  height: 1.5em;
}
#filterModal label {
  font-size: 16px !important;
  margin-left: 10px;
  margin-top: 4px;
}
#filterModal .accordion-button:not(.collapsed) {
  color: #47986b;
  background-color: #f3f3f3;
}
#filterModal .form-check-input:checked {
  background-color: #47986b;
  border-color: #47986b;
}
.robot-counter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.robot-counter .circle {
  box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  font-size: 12px;
  font-weight: 100;
  color: #5a5a5a;
  margin: auto;
  font-weight: 400;
}
.robot-counter .circle #resultCount {
  font-size: 40px;
  color: #0c0c0c;
}
.circle:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 50%;
  background-image: linear-gradient(40deg, #dbffeb 0%, #85c9a3 100%);
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}
.bootstrap-select .dropdown-menu {
  max-width: 100vw;
}
@media (max-width: 768px) {
  /* We add this class on the dropdown .dropdown-menu when opened */
  .bs-select-fullscreen {
    position: fixed !important;
    /* anchor to viewport */
    inset: 0 !important;
    /* top/right/bottom/left: 0 */
    transform: none !important;
    /* kill Popper's translate3d */
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 2000 !important;
    /* above most UI; raise if you use modals */
    display: flex !important;
    flex-direction: column;
    max-height: none !important;
  }
  /* Keep body from scrolling behind the fullscreen picker */
  body.bs-select-full-open {
    overflow: hidden !important;
  }
  /* Search box pinned at top inside the fullscreen menu */
  .bs-select-fullscreen .bs-searchbox {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    flex: 0 0 auto;
  }
  .bs-select-fullscreen .bs-searchbox input {
    width: 100% !important;
    font-size: 18px;
    padding: 12px;
  }
  /* Scrollable results area fills the rest */
  .bs-select-fullscreen .inner {
    flex: 1 1 auto;
    overflow-y: auto !important;
    max-height: 100% !important;
  }
  /* Bigger touch targets */
  .bs-select-fullscreen .dropdown-menu li a {
    padding: 12px;
    font-size: 16px;
  }
  .bs-select-fullscreen {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 2000 !important;
    overflow: auto !important;
  }
  .bs-select-fullscreen .dropdown-menu {
    max-height: none !important;
    min-height: 0 !important;
    overflow: auto !important;
  }
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #609e63 !important;
}
/*.inner {
    width: 100%;
    height: 100%;
    box-shadow: inset 5px 20px 40px 0px rgb(118 255 124 / 15%);
    border-radius: 50%;
    position: relative;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}*/
@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*@keyframes heart-pulse {
    0% {
        transform: scale(0.75, 0.75);
    }

    30% {
        transform: scale(1, 1);
    }
}*/
/*.pulse-base {
    position: relative;
    height: 60px;
    width: 60px;
    border: 15px solid #222;
    border-radius: 50%;
    margin: 0 auto;
}

.pulse-circle {
    background: #86cfda;
}

.pulse-base:before {
    content: '';
    border: 15px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -15px;
    bottom: -15px;
    animation: pulsate 1.6s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: 99;
}*/
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}