/*phone and small specific styles i.e. mobile*/
@media screen and (max-width: 768px) {
    body {
        background-color: #F2F2F2;
    }

    .badge {
        margin: 0 !important;
    }

    .RecipeDetailHeader {
        height: fit-content !important;
    }

    .RecipeDetailSteps {
        align-self: flex-end !important;
        display: flex;
        height: 100vh;
        padding: 0 !important;
        min-height: 60vh;
    }

    .mobile-column {
        position: fixed !important;
        flex-direction: column !important;
    }

    .mobile-header {
        flex-direction: row !important;
        height: calc(100vh - 18rem) !important;
        flex-basis: fit-content !important;
    }

    .accordion {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }

    .search-container {
        float: right;
    }

    .nav-item {
        margin-bottom: 0.5rem;
    }

    .tab-content {
        height: 100%;
    }

    .modal-body {
        overflow-y: clip;
    }

    .qsr-circle-left {
        display: none !important;
    }
}
/*Table portrait and smaller, but larger than phone*/
/*Tablet specfic css*/
@media screen and (max-width: 1180px) {
    .badge {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: -webkit-fill-available !important;
        padding: 2px !important;
    }

    .qsr-close-red {
        display: block !important;
    }

    .recipe-step-nav-workspace {
        max-height: calc(100vh - 21.125rem) !important;
    }

    .recipe-step-nav {
        max-height: calc(100vh - 17.5rem) !important;
    }

    .recipe-step-nav-multi {
        max-height: calc(100vh - 12rem) !important;
    }

    .RecipeItemText {
        font-size: 1rem !important;
    }

    .BlueText {
        font-size: 1rem !important;
    }

    .RecipeMainContent {
        overflow-x: auto !important;
    }

    .recipe-detail-footer-container {
        display: flex;
        margin-left: -0.25rem !important;
        padding: 0rem !important;
        width: 100%;
        gap: 0.05rem !important;
    }

    .footer-language-selector {
        margin-left: -2rem !important;
    }

    .qsr-video {
        margin: 0px !important;
    }

    .qsr-recipeplus {
        display: none !important;
    }

    .ui-keyboard-button {
        font-size: 3.5rem !important;
        min-width: 80px !important;
    }
}
/*iPad Pro*/
@media screen and (max-width: 1367px) {
    .qsr-recipeplus {
        display: none !important;
    }

    .col-6 > * > .mobile-column {
        flex-shrink: 1;
        flex-direction: column !important;
    }

        .col-6 > * > .mobile-column > .RecipeDetailHeader {
            height: fit-content !important;
            width: 100% !important;
            overflow-y: auto !important;
            overflow-x: clip !important;
        }

            .col-6 > * > .mobile-column > .RecipeDetailHeader > * > .RecipeDetailImage {
                width: 33% !important;
            }

            .col-6 > * > .mobile-column > .RecipeDetailHeader > * > .recipe-step-nav-multi {
                width: 67% !important;
            }

        .col-6 > * > .mobile-column > .RecipeDetailSteps {
            align-self: flex-end !important;
            display: flex !important;
            padding: 0 !important;
            width: 100% !important;
            height: auto !important;
        }

            .col-6 > * > .mobile-column > .RecipeDetailSteps > .tab-content {
                overflow-x: clip !important;
                overflow-y: auto !important;
            }

            .col-6 > * > .mobile-column > .RecipeDetailSteps > * > .container-fluid {
                padding: 0;
            }

    .col-6 > * > .qsr-image-detail {
        max-height: 25vh !important;
    }


    .col-6 > * > .mobile-column {
        position: relative !important;
        flex-direction: column !important;
        width: 100% !important;
        height: 100% !important;
        overflow-y: auto !important;
    }

        .col-6 > * > .mobile-column > * > .mobile-header {
            flex-direction: row !important;
            height: 100% !important;
            flex-basis: fit-content !important;
            flex-wrap: wrap;
            overflow-y: hidden;
        }

        .col-6 > * > .mobile-column > .RecipeDetailSteps > .accordion {
            padding-left: 0px !important;
            padding-right: 0px !important;
            width: 100%;
        }

        .col-6 > * > .mobile-column > .RecipeDetailSteps > * > .accordion {
            padding-left: 0px !important;
            padding-right: 0px !important;
            width: 100%;
        }
}

.body {
    overflow-y: clip;
}

blockquote {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

    blockquote:before {
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.15em;
        vertical-align: -0.4em;
    }

    blockquote:after {
        content: close-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-left: 0.15em;
        vertical-align: -0.6em;
    }

    blockquote p {
        display: inline;
    }

.qsr-html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    background-color: #F5F5F5;
}

.qsr-body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    margin-bottom: 60px;
}

.RecipeDetailSteps {
    align-self: flex-end !important;
    display: flex;
    height: 100vh;
}

.qsr-seperator {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #dee2e6;
    width: 92%;
    content: "";
    position: relative;
    display: block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}

.qsr-globe {
    background-image: url("../images/globe.svg");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 16px;
    font-size: 18px; /*This is explicit so that the globe doesn't get clipped in narrow 16pt and lower font contexts*/
}

.qsr-globe-divider {
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: solid thin #005489;
    padding-right: 0.5rem;
}

.qsr-caret-down {
    background-image: url("../images/caret-down.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.qsr-caret-up {
    background-image: url("../images/caret-up.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.qsr-search {
    background-image: url("../images/magnify.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.qsr-close {
    background-image: url("../images/close-x.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.qsr-close-red {
    background-image: url("../images/close-x-red.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    height: 2.5rem !important;
    width: 2.5rem !important;
    display: none;
}

    .qsr-close-red:hover {
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
        background-color: #F2F2F2;
        cursor: pointer;
        display: block;
    }

.qsr-close-active.qsr-list-item-active {
    display: block;
    border-left: none;
}

.workspace-list-item {
    flex-wrap: nowrap;
}

    .workspace-list-item:hover > .qsr-close-red {
        display: block;
    }

.qsr-workspace-list-item-text {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workspace-count-link {
    text-decoration: none;
}

    .workspace-count-link :hover {
        color: #E9FADA;
    }

.qsr-close-gray {
    background-image: url("../images/close-x-gray.svg");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1.25rem;
    min-height: 1.25rem;
}

.qsr-home {
    background-image: url("../images/home.svg");
    background-repeat: no-repeat;
    background-position: center;
}

    .qsr-home:hover {
        background-color: #E9FADA;
    }

.qsr-back {
    background-image: url("../images/circle-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-width: 0px;
}

    .qsr-back:hover {
        background-color: #E9FADA;
    }

.qsr-clear-filter {
    background-image: url("../images/clear-filter-outline.svg");
    background-repeat: no-repeat;
    background-position: center;
}

    .qsr-clear-filter:hover {
        background-color: #E9FADA;
    }

.qsr-circle-left {
    background-image: url("../images/circle-split-left-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
}

    .qsr-circle-left:hover {
        background-color: #E9FADA;
    }

.qsr-circle-right {
    background-image: url("../images/circle-split-right-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
}

    .qsr-circle-right:hover {
        background-color: #E9FADA;
    }

.qsr-arrows-expand {
    background-image: url("../images/circle-merge-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
}

    .qsr-arrows-expand:hover {
        background-color: #E9FADA;
    }

.qsr-camera {
    background-image: url("../images/circle-camera-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-color: #005589;
    border-width: thin;
}

    .qsr-camera:hover {
        background-color: #E9FADA;
    }

.qsr-expand {
    background-image: url("../images/expand.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    border-radius: 50%;
    border: none;
    /* leaving this for future because there's a question over the border for this specific icon
  border-color: #777777;
  border-style: solid;
  border-width: 0.01rem;
  */
}

    .qsr-expand:hover {
        background-color: #E9FADA !important;
    }

.qsr-refresh {
    background-image: url("../images/refresh.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-color: #005589;
    border-width: thin;
}

    .qsr-refresh:hover {
        background-color: #E9FADA !important;
    }

.qsr-keyboard {
    background-image: url("../images/keyboard.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
}

.qsr-keyboard-close {
    background-image: url("../images/keyboard-clear.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
}

/*Added by Paul 06.20.23*/
.new-scale-button {
    background-color: #FFFFFF;
    color: #00162a;
    border-radius: 50%;
    border-color: #005589;
    width: 2.5rem;
    height: 2.5rem;
    border: thin;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scaler-badge-container {
    padding-left: 10px;
}

.qsr-recipepluslogo {
    background-image: url("../images/RecipesPlus.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 5rem;
    width: 16rem;
}

.qsr-recipepluslogo-small {
    background-image: url("../images/RecipesPlusModule.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 1rem;
    width: 3rem;
    margin-right: 1rem !important;
}

.qsr-recipeplus {
    background-image: url("../images/RecipesPlusText.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 9.375rem;
}

.qsr-plus {
    background-image: url("../images/plus-sign.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: thin;
    border-color: #005489;
}

.qsr-pin {
    background-image: url("../images/pin.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: thin;
    border-color: #005489;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    cursor: pointer;
}

    .qsr-pin:hover {
        background-color: #E9FADA;
    }

.qsr-pin-all {
    background-image: url("../images/pin-all-filled.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: thin;
    border-color: #005489;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
}

    .qsr-pin-all:hover {
        background-color: #E9FADA;
    }

.qsr-x {
    background-image: url("../images/X-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: thin;
    border-color: #005489;
    background-color: #005489 !important;
}

    .qsr-x:hover {
        background-image: url("../images/X-icon-red.svg");
    }

.qsr-unpin {
    background-image: url("../images/unpin.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: thin;
    border-color: #005489;
    background-color: #005489 !important;
}

    .qsr-unpin:hover {
        background-image: url("../images/unpin-red.svg");
    }

.qsr-unpin-all {
    background-image: url("../images/unpin-all.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: thin;
    border-color: #555555;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #555555 !important;
    cursor: pointer;
}

    .qsr-unpin-all:hover {
        background-image: url("../images/unpin-all-red.svg");
    }

.qsr-video {
    background-image: url("../images/circle-video-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

    .qsr-video:hover {
        background-color: #E9FADA;
    }

.icon-badge {
    border-radius: 25%;
    background-color: #8EE244;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: large;
    font-weight: 700;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: flex;
    place-content: center;
    position: absolute;
    margin-left: 1.65rem;
    margin-top: -0.65rem;
    cursor: pointer;
    pointer-events: none;
}

.icon-badge-navy {
    background-color: #005489 !important;
    color: #FFFFFF !important;
}

.accordion-button {
    background-color: transparent !important;
    color: #333333 !important;
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        color: #333333 !important;
    }

.accordion-body {
    padding: 1rem 3.5rem !important;
}

.qsr-card {
    border: 2px solid #F2F2F2 !important;
}

    .qsr-card:hover {
        border-color: #8EE244 !important;
        border-style: solid;
        border-width: 2px;
    }

    .qsr-card:focus {
        border-color: #8EE244 !important;
        border-style: solid;
        border-width: 2px;
    }

.qsr-left-table {
    border-right: solid;
    border-width: thin;
    border-color: #cccccc;
}

.PageTitle {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #555555;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
}

    .PageTitle:hover {
        color: #005489;
    }

.BlueText {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489;
    font-weight: 700;
    font-size: 1.125rem;
}

.LightText {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #888888;
    font-weight: 300;
    font-size: 1.125rem;
}

.AdditionalTitle {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #555555;
    font-weight: 500;
    font-size: 1.125rem;
}

.ProductTitle {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #555555;
    font-weight: 800;
    font-size: 1.5rem;
}

.RecipeCount {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #888888;
    font-weight: 300;
}

.RecipeItemHeader {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #333333;
    font-weight: 700;
    font-size: 1.125rem;
}

.RecipeItemHeader-Padding {
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    width: 400px;
}

.RecipeItemText {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #000000;
    font-weight: 400;
    font-size: 1.125rem;
    display: flex;
    line-height: 1.313rem;
    flex-wrap: wrap;
}

.RecipeItemLink {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489 !important;
    font-weight: 600;
    font-size: 0.875rem;
}

    .RecipeItemLink:hover {
        text-decoration: underline;
    }

.DropdownText {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489;
    font-weight: 700;
    font-size: 1.25rem;
}

.RecipeFilterWrapper {
    opacity: 1;
    transform: scale(1);
    transition: 0.6s ease opacity, 0.6s ease transform;
}

.RecipeContainer {
    overflow: hidden;
    transition: height 0.75s;
}

.RecipeMainContent {
    width: 100%;
}

.RecipeWrapper {
    height: min-content;
    min-height: 200px;
}

.RecipeCardImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
    min-height: 200px;
    border-radius: 0.3rem;
}

.RecipeCardBody {
    bottom: 0;
    position: absolute;
    min-height: 75px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.RecipeModalFooterDetails {
    background: #FFF;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* Tags added by JW */
.image_wrapper {
    position: relative;
}

.overlay {
    position: absolute;
}

.overlay_0 {
    left: 0;
    top: 0;
    background: #EB6940;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0px 5px;
}

.overlay_10 {
    background: #EB6940;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    margin-top: 10px;
    padding: 0px 5px;
}

.RecipeCardBorder {
    border: #EB6940 !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.RecipeCardText {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.LanguageText {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489;
    font-weight: bold;
    font-size: 16px;
}

.qsr-dropdown-menu {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-left: 1px;
    display: flex;
    justify-content: center;
}

.qsr-badge-orange {
    width: fit-content;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #EB6940;
    font-weight: 400 !important;
}

.CatalogSearch {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: none !important;
    border-width: 0px !important;
    border-image-width: 0px !important;
    outline-color: #8EE244;
    display: flex;
    transform: scale(1);
    transition: 0.6s ease opacity, 0.6s ease transform;
}

button.CatalogFilter :hover {
    background-color: #EB6940;
}

.FilterText {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489;
    font-weight: bold;
    font-size: 16px;
    text-wrap: nowrap;
    min-width: 90px;
}

.Circle {
    height: 14px;
    width: 14px;
}

/* Tags added by JW on 05-08-23 */
.Modifer-Alert {
    background-color: #fbb711;
}

.Indent-Text {
    margin-top: 20px;
    text-indent: 30px;
    margin-bottom: 15px;
}

.border-top {
    border-top: 2px;
    color: #CCCCCC;
}

.Left-Align-Image {
    text-align: left;
}

.qsr-background-white {
    background-color: #FFFFFF !important;
}

.qsr-background-lighter {
    background-color: #F8F8F8 !important;
}

.md-circle {
    height: 30px;
    width: 30px;
}

.RecipeCell {
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}

.Width-NavLink {
    width: 100%;
}

.Circle30-Navy {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: #00162a;
    line-height: 30px;
}

.Circle30-Light {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: #F2F2F2;
    line-height: 30px;
}

    .Circle30-Light.qsr-close {
        border: none;
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    }

        .Circle30-Light.qsr-close:hover {
            background-color: #E9FADA;
        }

.circle-md-blue {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #005589;
    line-height: 36px;
    color: #FFF;
    font-size: x-large;
    text-align: center;
}

.circle-md-light {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #F2F2F2;
    line-height: 2.5rem;
    z-index: 2;
}

    .circle-md-light.qsr-close {
        border: none;
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    }

        .circle-md-light.qsr-close:hover {
            background-color: #E9FADA;
        }

.circle-md-white {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50%;
    display: inline-block;
    background-color: #FFFFFF;
    line-height: 2.5rem;
    border-color: #005589;
    border-width: 0.01rem;
    border-style: solid;
    min-width: 2.5rem;
    z-index: 2;
    cursor: pointer;
}

    .circle-md-white:hover {
        background-color: #E9FADA;
    }

.workspace-add {
    font-size: xxx-large;
    color: #005589;
    outline-color: #005589;
    outline-style: solid;
    outline-width: thin;
    padding-left: 0.4rem !important;
}

.workspace-remove {
    font-size: x-large;
    background-color: #005589 !important;
    color: #FFF;
    outline-color: #005589;
    outline-style: solid;
    outline-width: thin;
    padding-left: 0.4rem;
}

    .workspace-remove:hover {
        color: #eb6841 !important;
        outline-color: #eb6841 !important;
    }

.Circle30-Gold {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fbb711;
    line-height: 1.875rem;
}

.Circle24-Gold {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fbb711;
    line-height: 1.5rem;
    color: black !important;
}

.Circle24-Blue {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    background-color: #005589;
    line-height: 24px;
}

.Circle24-Black {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    background-color: #000000;
    line-height: 24px;
}

/* Tags added by JW on 05-03-23 */
.qsr-font-navy {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #00162a;
}

.qsr-font-light {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #f4f2e9;
}

.qsr-background-navy {
    background-color: #00162a;
}

.qsr-background-dark-faded {
    background-color: rgba(0, 0, 0, 0.9);
}

/* I switched to the background color of the Figma file */
.qsr-background-light {
    background-color: #F2F2F2;
}

.qsr-background-light-faded {
    background-color: rgba(244, 242, 233, 0.9333333333);
}

.qsr-background-gray {
    background-color: #E4E4E4;
}

.qsr-background-recipe {
    background: #f4f2e9;
    display: none;
    height: fit-content;
    position: relative;
    box-shadow: 0 8px 8px #00162a;
}

.qsr-modal {
    max-width: 97% !important;
}

.qsr-menu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    align-items: center;
    background-color: #E4E4E4;
}

.qsr-menu-item {
    height: 40px;
    cursor: pointer;
}

.qsr-menu-end {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.qsr-dropdown-menu-item {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489;
    text-decoration: none;
    padding-left: 2.188rem;
    width: 100%;
    display: block;
    line-height: 2.5rem;
}

.qsr-dropdown-menu-item-selected {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489;
    text-decoration: none;
    padding-left: 2.188rem;
    width: 100%;
    display: block;
    line-height: 2.5rem;
    font-weight: bold;
    background-color: rgba(233, 250, 218, 0.5019607843);
}

.qsr-dropdown-menu-item:hover {
    font-weight: bold;
    background-color: #E9FADA;
    border-left: #8EE244;
    border-left-style: solid;
    border-left-width: thick;
    padding-left: 1.875rem;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.qsr-dropdown-menu-item-category {
    padding-left: 20px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #005489;
    text-decoration: none;
    min-width: 300px !important;
    line-height: 2.5rem;
}

    .qsr-dropdown-menu-item-category:hover {
        font-weight: bold;
        background-color: #E9FADA;
        border-left: #8EE244;
        border-left-style: solid;
        border-left-width: thick;
        padding-left: 0.938rem !important;
    }

.qsr-icon {
    color: #f4f2e9;
    font-size: 1.6em;
    text-decoration: none;
    padding: 16px;
    border-radius: 50%;
    margin: 8px;
    height: 60px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 8px #00162a;
}

    .qsr-icon:hover {
        color: #f4f2e9;
        font-size: 1.6em;
        text-decoration: none;
        background-color: #00162a;
        padding: 16px;
        border-radius: 50%;
        margin: 8px;
        height: 60px;
        width: 60px;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 8px 8px #00162a;
    }

.qsr-image {
    margin: 8px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 8px #00162a;
}

.qsr-deep-navy {
    background-color: #00162a !important;
}

.qsr-blue {
    background-color: #005589 !important;
}

.qsr-aqua {
    background-color: #51cec2 !important;
}

.qsr-lime {
    background-color: #8ee244 !important;
}

.qsr-gold {
    background-color: #fbb711 !important;
}

.qsr-red {
    background-color: #eb6841 !important;
}

.qsr-video-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #f4f2e9;
    color: #eb6841 !important;
    border: 3px #f4f2e9 solid;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    z-index: 9999 !important;
    border-radius: 60%;
}

.fa-video::before {
    color: #005589;
}

.fa-video:hover {
    background-color: #E9FADA !important;
}

.table-striped > tbody > tr {
    height: 30px;
}

    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #EFF6FA !important;
    }

.accordion-item {
    border: 0 none;
}

.form-check-input {
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: #005489 !important;
        border-color: #005489 !important;
    }

    .form-check-input:focus {
        border-color: rgba(0, 84, 138, 0.5) !important;
        outline: 0 !important;
        box-shadow: 0 0 0 0.15rem rgba(0, 84, 138, 0.25) !important;
    }

form-check-input:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.form-check-label {
    text-wrap: nowrap;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300548A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300548A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.video-modal-header {
    margin: 0.5rem 0.5rem 0rem 0.5rem !important;
    padding: 0.5rem;
}

.bottom-rounded {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.top-rounded {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.navbar-toggler {
    border-color: #005489 !important;
}

    .navbar-toggler:not(.collapsed) {
        border-color: #8EE244 !important;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' %3e%3cpath stroke='rgba%280, 84, 138, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.imageFullScreenHeader {
    padding: 0.5rem;
}

.qsr-list-item {
    line-height: 2.5rem;
    padding-left: 10px;
}

    .qsr-list-item:hover {
        background-color: #E9FADA;
    }

.qsr-list-item-active {
    border-left: #8EE244;
    border-left-style: solid;
    border-left-width: thick;
    background-color: #E9FADA;
    padding-left: 5px !important;
}

.qsr-trash {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50%;
    display: block;
    line-height: 2.5rem;
    background-image: url("../images/trash-outline-gray.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    cursor: pointer;
    background-size: 75%;
}

    .qsr-trash:hover {
        background-image: url("../images/trash-outline-red.svg");
    }

.recipe-step-nav {
    max-height: calc(100vh - 24.125rem);
}

.recipe-step-nav-workspace {
    max-height: calc(100vh - 28.125rem);
}

.recipe-step-nav-multi {
    max-height: calc(100vh - 18.125rem);
}

.selected-recipe-overlay {
    /* QSR Navy, 20% opaque */
    background-color: rgba(0, 84, 137, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-radius: 5px;
}

.dropdown-placeholder {
    min-width: fit-content;
}

.error-container {
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 20px;
}

.error-code {
    font-size: 48px;
    font-weight: bold;
}

.error-message {
    font-size: 24px;
    margin-top: 20px;
}

.errror-a {
    text-decoration: none;
}

/*Bootstrap Extensions*/
pl-0 {
    padding-left: 0rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}

.ml-2 {
    margin-left: 1rem !important;
}

.ml-3 {
    margin-left: 1.5rem !important;
}

.ml-4 {
    margin-left: 2rem !important;
}

ml-auto {
    margin-left: auto !important;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.mr-2 {
    margin-right: 1rem !important;
}

.mr-3 {
    margin-right: 1.5rem !important;
}

.mr-4 {
    margin-right: 2rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.qsr-toast-container {
    position: absolute;
    min-height: 200px;
    min-width: 300px;
    top: 0;
    right: 0;
    z-index: 10000;
    pointer-events: none;
}

.toast-danger {
    background-color: #f9e1e5 !important;
    color: #af233a !important;
    border-color: #f4c8cf !important;
}

.modified-outline {
    outline-color: #fbb711;
    outline-style: solid;
}

.w-99 {
    width: 99% !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.qsr-icon-end {
    margin-right: 2rem;
}

.qsr-image-detail {
    max-height: 35vh;
}

.qsr-image-fullscreen {
    height: calc(100vh - 4rem);
    display: block !important;
}

.qsr-fullscreen-image {
    background-color: #00162a;
}

.qsr-image-standard {
    max-width: 100% !important;
    height: auto !important;
    display: flex !important;
    padding: .2em !important;
    border-radius: .6em !important;
}

.qsr-image-step-portrait {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
    max-width: 14rem;
    object-fit: cover;
    object-position: center;
    padding: .2em !important;
    border-radius: .6em !important;
}

.qsr-image-step-landscape {
    aspect-ratio: 4 / 3;
    height: auto;
    width: 100%;
    max-height: 10rem;
    max-width: 30rem;
    object-fit: contain;
    object-position: center;
    padding: 0.2em !important;
    border-radius: 0.6em !important;
    background-color: #f8f8f8;
}

.step-image-container {
    max-width: 100%;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: .6em !important;
}

.carousel-item .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qsr-image-carousel {
    width: 12vw !important;
    height: auto !important;
    min-height: 12vw !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: .6em !important;
    display: block;
    margin: 0;
}

.qsr-carousel-navigation {
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #fff;
}

    .qsr-carousel-navigation:hover {
        background-color: #005489 !important;
    }

.recipe-detail-footer-container {
    display: flex;
    margin-left: 0.25rem;
    width: 100%;
}

.footer-language-selector {
    margin-left: auto;
}

.ui-keyboard-keyset {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #00162a;
    text-align: center;
    padding: 1em;
    z-index: 10;
}

.ui-keyboard-button {
    background-color: #E4E4E4;
    color: #00162a;
    min-width: 100px;
    border-radius: 0.25em;
    font-size: 4rem;
    margin: 0.15rem;
}

    .ui-keyboard-button:hover {
        background-color: #E9FADA;
    }

    .ui-keyboard-button[data-value="space"] {
        min-width: 20% !important;
    }

    .ui-keyboard-button[data-value="cancel"] {
        background-color: #888888;
    }

    .ui-keyboard-button[data-value="normal"] {
        background-color: #888888;
    }

    .ui-keyboard-button[data-value="accept"] {
        background-color: #888888;
    }

    .ui-keyboard-button[data-value="bksp"] {
        background-color: #888888;
    }

    .ui-keyboard-button[data-value="meta1"] {
        background-color: #888888;
    }

    .ui-keyboard-button[data-value="meta2"] {
        background-color: #888888;
    }

    .ui-keyboard-button:hover {
        background-color: #E9FADA !important;
    }

#workspace-detail-container > .col > .mobile-column > .RecipeDetailHeader {
    height: calc(100vh - 100px);
}

.sub-link-div {
    padding: 20px;
    border: 1px solid black;
    text-align: center;
    background-color: #eff6fa;
    border-radius: 15px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-color: #005589;
    border-width: 2px;
    border-style: solid;
    background-color: #005589;
    color: white;
}

.sub-link-button {
    padding: 20px;
    border: 1px solid black;
    text-align: center;
    background-color: #eff6fa;
    border-radius: 15px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-color: #005589;
    border-width: 2px;
    border-style: solid;
    color: #005589;
}

    .sub-link-button:hover {
        background-color: #E9FADA;
    }


.sub-link-button-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sub-link-additional-info {
    display: block;
    font-size: 15px;
    color: #888;
    font-style: italic;
    text-align: center;
}

.sub-link-title {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.sub-link-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 5px;
}

#workspace-detail-container > * > * > .RecipeDetailSteps {
    height: calc(100vh - 100px);
}

.hide-image {
    display: none !important;
}

.qsr-busy-overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    place-content: center;
    overflow: hidden;
    z-index: 2000;
}

/*Loading spinner*/
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3.2px;
            left: 36.8px;
            width: 6.4px;
            height: 17.6px;
            border-radius: 20%;
            background: currentColor;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*End spinner*/

.fs-badge {
    font-size: 1.15rem;
}

/*Image Overlays*/


/* SVG image styling */
.svg-selected-recipe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: transparent; /*rgba(255, 255, 255, 0.5); /* Semi-transparent overlay */
    max-height: 100%; /* Ensures the container fits within the available space */
    overflow-y: auto; /* Allows scrolling if content overflows */
    display: flex;
    flex-wrap: wrap; /* Wraps icons to new rows as needed */
    gap: 1px;
    align-content: start; /* Moves each row upwards when the container is full */
    margin-top: 10% !important;
}
.svg-overlay-container {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to new lines */
    width: 100%; /* Ensures icons fill available space */
    align-content: start;
}

/* SVG icon styling with circle fit */
.svg-icon {
    width: 3rem !important; /* Smaller size for the icon */
    height: 3rem !important;
    padding: 0px; /* Add padding to center it within the circle */
    border-radius: 50%; /* Make it circular */
    background-color: white;  /* Optional: background to highlight the SVG in the circle */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    z-index: 2;
}

.scrollable-dropdown {
    max-height: 75vh;
    overflow-y: auto;
}


.row > * > * > table {
    border: solid 1px black;
    min-width: 50%;
    display: table;
}

 .row > * > * > table > thead th,
tfoot th,
tfoot td {
    border: solid 1px black;
    text-align: center;
    padding: 0.25em;
    min-width: 5rem;
}

.row > * > * > table > * > * > * {
    border: solid 1px black;
    padding: 0.25em;
}

.row > * > * > * table > * > * > * {
    border: solid 1px black;
    padding: 0.25em;
}


.row > * > * > * table {
    border: solid 1px black;
    min-width: 50%;
    display: table;
}

 .row > * > * > * table > thead th,
tfoot th,
tfoot td {
    border: solid 1px black;
    text-align: center;
    padding: 0.25em;
    min-width: 5rem;
}

.row > * > * > * table > * > * > * {
    border: solid 1px black;
    padding: 0.25em;
}

.RecipeItemText > * > * > table > * > * > * {
    border: solid 1px black;
    padding: 0.25em;
}


.RecipeItemText > * > * > table {
    border: solid 1px black;
    min-width: 50%;
    display: table;
}

 .RecipeItemText > * > * > table > thead th,
tfoot th,
tfoot td {
    border: solid 1px black;
    text-align: center;
    padding: 0.25em;
    min-width: 5rem
}

.RecipeItemText > * > * > table > * > * > * {
    border: solid 1px black;
    padding: 0.25em;
}


.RecipeItemText table > * > * > * {
    border: solid 1px black;
    padding: 0.25em;
}


.RecipeItemText table {
    border: solid 1px black;
    min-width: 50%;
    display: table;
}

 .RecipeItemText table > * > thead th,
tfoot th,
tfoot td {
    border: solid 1px black;
    text-align: center;
    padding: 0.25em;
    min-width: 5rem
}

.RecipeItemText table > * > * > * {
    border: solid 1px black;
    padding: 0.25em;
}