html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px !important;
  font-weight: 400;
  /* background-color: #fff !important; */
  font-family: Poppins, Helvetica, "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1199.98px) {
    html,
    body {
      font-size: 13px !important; } }
  @media (max-width: 991.98px) {
    html,
    body {
      font-size: 12px !important; } }


      /* :root {
        --shadow-color: 0deg 0% 50%;
        --shadow-elevation-low:
          0.3px 0.5px 0.4px hsl(var(--shadow-color) / 0.94),
          0.4px 0.7px 0.6px -2.5px hsl(var(--shadow-color) / 0.63),
          1.2px 2.4px 2px -5px hsl(var(--shadow-color) / 0.31);
        --shadow-elevation-medium:
          0.3px 0.5px 0.4px hsl(var(--shadow-color) / 0.79),
          0.3px 0.7px 0.6px -1.2px hsl(var(--shadow-color) / 0.63),
          1px 1.9px 1.6px -2.5px hsl(var(--shadow-color) / 0.48),
          2.6px 5.3px 4.4px -3.7px hsl(var(--shadow-color) / 0.32),
          5.9px 11.8px 9.9px -5px hsl(var(--shadow-color) / 0.16);
        --shadow-elevation-high:
          0.3px 0.5px 0.4px hsl(var(--shadow-color) / 0.74),
          0.3px 0.6px 0.5px -0.6px hsl(var(--shadow-color) / 0.66),
          0.6px 1.2px 1px -1.1px hsl(var(--shadow-color) / 0.59),
          1.5px 3px 2.5px -1.7px hsl(var(--shadow-color) / 0.51),
          3.2px 6.4px 5.4px -2.2px hsl(var(--shadow-color) / 0.44),
          6px 12.1px 10.1px -2.8px hsl(var(--shadow-color) / 0.37),
          10.2px 20.5px 17.2px -3.3px hsl(var(--shadow-color) / 0.29),
          16.1px 32.3px 27.1px -3.9px hsl(var(--shadow-color) / 0.22),
          24px 47.9px 40.2px -4.4px hsl(var(--shadow-color) / 0.15),
          34px 68px 57px -5px hsl(var(--shadow-color) / 0.07);
      } */

label.invalid {
    width: 100% !important;
    margin-top: 0.50rem !important;
    /* font-size: 13px !important; */
    font-weight: 400 !important;
    color: #F64E60 !important;
}

.fv-help-block {
    font-size: 1rem !important;
}
.clearout{
    box-shadow: none !important;
    
}

.clearout-c{
    background: transparent !important ;
}
.buttongroup{
    display: flex;
    gap: 10px;
    min-width: 50%;
}
/* .chartbox{
    box-shadow: var(--shadow-elevation-medium) !important;
    border: 1px solid rgba(74, 74, 74, 0.284);
    border-radius: 15px;
} */

.buttonbox-c{
    box-shadow: var(--shadow-elevation-medium) !important;
    border: 1px solid #F64E60;
    border-radius: 15px;
    background: #f64e60;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 5px;
}

.buttonbox{
    box-shadow: var(--shadow-elevation-medium) !important;
    border: 1px solid rgba(74, 74, 74, 0.284);
    border-radius: 15px;
    background: rgb(255, 255, 255);
    color: rgb(35, 35, 35);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 5px;
}

input.invalid, select.invalid, textarea.invalid, input.is-invalid, select.is-invalid, textarea.is-invalid  {
    border-color: #F64E60 !important;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url('../images/invalid.svg');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

select.invalid, select.is-invalid {
    background-position: right 1.5rem center !important;
}

input[type="file"] {
    padding: 0.40rem 0.70rem !important;
}

.datepicker-days .disabled {
    cursor: not-allowed !important;
}

input[type="file"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.product_listing td {
    vertical-align: middle !important;
}

.purchase_inventory_section td {
    padding: 0.25rem 0.75rem !important;
    vertical-align: middle !important;
}

.purchase_inventory_section .form-control {
    height: 30px;
    margin: 2px 0;
}

.hidden {
    display: none;
}

.fc-unthemed .fc-event.fc-start .fc-content:before, .fc-unthemed .fc-event-dot.fc-start .fc-content:before {
    display: none;
}

.fc-unthemed .fc-event .fc-content, .fc-unthemed .fc-event-dot .fc-content {
    padding: 0.55rem 0.55rem 0.55rem 0.55rem;
}

.aside-minimize .brand .brand-logo span {
    display: none;
}

.calories_container {
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.calories_item {
    border: 1px solid #EBEDF3;
    background: transparent;
    flex: 0 1 calc(20%); /* <-- adjusting for margin */
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.swal2-container .swal2-html-container {
    max-height: 350px;
}

.custom_subscription_detail.dropdown-menu.dropdown-menu-sm {
    width: 240px;
}

.form-label {
    font-weight: 500 !important;
}

.individual_menu_builder_html .card-label {
    font-size: 1.10rem !important;
}

.aside-menu .menu-nav > .menu-item > .menu-link {
    display: flex !important;
    align-items: center !important;
}

.aside-menu .menu-nav > .menu-item > .menu-link .menu-text,
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text,
.aside-menu .menu-nav > .menu-section > .menu-text
{
    font-weight: 600;
    font-size: 14px;
}

.blinking {
    animation: blinkingText 1s infinite;
    color: #fc030b;
}

.logo {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 9;
}

.left_card_form {
    width: 60%;
}

.carousel-indicators {
    bottom: 10px !important;
}

.banner_caption_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .25);
}

.hide_on_mobile {
    display: block;
}

.datepicker-days .disabled {
    background-color: #FFE2E5 !important;
}

/* Specifies the animation and transparency for the blinking text */
@keyframes blinkingText {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@media print {
    .hide_print {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .left_card {
        width: 100% !important;
    }

    .left_card_form {
        width: 75%;
    }

    .right_card {
        display: none;
    }

    .logo {
        display: block !important;
    }

    .hide_on_mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 100px;
    }
}

/* .metricbar{
    display: flex;
    gap: 10px;
}
.metriclist{
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.metricitem{
    display: flex;
    height: 54px;
    width: 170px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-elevation-medium) !important;
    border: 1px solid #3699FF;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #262729;
    gap: 5px;
    padding: 0.5em 1em;
    animation: backgrounder 25s ease-in-out infinite;
    background:linear-gradient(30deg, #ffffff 0%, #eaeaea 50%,#ffffff 100% );
    background-size: 800%;
}


.backgroundanim{
     animation: backgrounder 25s ease-in-out infinite;
     background:linear-gradient(30deg, #fbfdff 0%, #c1c1c1 50%,#fbfdff 100% );
     background-size: 800%;
   }
   
   
   
   @keyframes backgrounder {
       0% {
           background-position: 0% 50%;
       }
       50% {
           background-position: 100% 50%;
       }
       100% {
           background-position: 0% 50%;
       }
   } */
/*    
   .dash-grid{
    display: grid;
    grid-template-columns: 2fr 2fr 1fr  2fr 2fr 2fr;
    grid-template-rows: 2fr 2fr 1fr 2fr 2fr 2fr;
    gap: 2rem;
   }

   .c-1{
    grid-area: 6/1/5/7;
    padding: 1em;
   }
   .c-2{
    grid-area: 2/3/4/7;
    padding: 1em;
   }
   .c-3{
    grid-area: 1 / 1 / 2 / 5;
    padding: 1em;
   }
   .c-4{
    grid-area: 4/1/5/7;
    padding: 1em;
   }
   .c-5{
    grid-area: 2/1/4/3;
    padding: 1em;
   }
   .c-6{
    grid-area: 1/7/1/5;
    padding: 1em;
   }

   .c-size{
    height: 300px;
   }

   #chart5, #chart2{
    height: 450px;
   } */