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;
}

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;
    }
}

