/* .form-select {
  --bs-form-select-bg-img: url("/assets/images/filter-icon-green.png");
} */
.strap-section {
  background-color: #077833;
}
.strap-section h2 {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2rem;
}
.mt-55{
    margin-top: 55px;
}
.mspecial{
    margin: 180px 0 150px;
}
.search-section {
    background-color: #f8de00;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;

    .search-wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    .input-search {
        text-align: center;
        width: 280px;
        border-radius: 0px;
        border: 2px solid #077833;
        height: 40px;
        font-size: 20px;
        color: #007833;
        padding: 6px 12px;
        font-weight: 600;
    }
    .input-search::placeholder {
        color: #007833;
        font-weight: 600;
        padding: 10px 24px;
    }
    img {
        cursor: pointer;
    }
}
.search-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    .filter-select {
        text-align: left;
        cursor: pointer;
        width: 100%;
        border-radius: 0px;
        border: 2px solid #077833;
        height: 32px;
        font-size: 0.9rem;
        color: #007833;
        padding: 2px 8px;
        font-weight: 600;
        background-color: #fff;

        /* padding-right: 40px; */
    }
    .filter-select :focus,
    .filter-select :active {
        background-color: #fff;
    }
    .filter-select::placeholder {
        color: #007833 !important;
        font-weight: 600;
        padding: 10px 24px;
    }
    img {
        cursor: pointer;
    }
}
.recipe_submit {
    height: 32px;
}
/* .dropdown-toggle::after {
    --bs-form-select-bg-img: url("../images-/caret-down-solid.svg");
} */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle:hover.bs-placeholder {
    color: #007833;
    font-weight: 600;
    /* padding: 10px 24px; */
}
.bootstrap-select .bs-ok-default:after {
    color: #007833 !important;
}
.text {
    color: #007833;
    font-weight: 600;
    font-size: 1rem;
}

.featured {
    div {
        position: relative;

        .featured-badge {
            position: absolute;
            width: 60px;
            top: 10px;
            left: 6px;
            height: fit-content;
            opacity: 100%;
            z-index: 99;
        }
    }
}
.recipe-section {
    position: relative;
}
.see-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
    bottom: 0;
    left: 50%;
    translate: -50%;
    /* border: 2px solid #007833; */

    font-weight: 600;
    h4 {
        color: #007833;
        font-size: medium;
    }
}
.see-more-btn i {color: #007833;}
.fa-chevron-up {
    background-color: white;
    border-radius: 50%;
    padding: 8px;
    rotate: 180deg;
    font-size: larger;
}
.hover-box {
    width: 33.33%;
}

.search-btn {
    overflow: hidden;
    /* position: relative; */
    span {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        /* text-wrap: nowrap; */
    }
}
.search-filter-div {
    position: relative;
    width: 100%;
    /* height: fit-content; */
}
.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: fit-content;
    border: #007833;
    background-color: white;
    /* border: 2px solid #007833; */
    border-top: none;
    display: none;
    z-index: 99;
    list-style: none;
    padding: 8px;
    border-radius: 5px;
    margin-top: 4px;
}
.search-dropdown.open {
    display: block;
}
.search-element {
    padding: 8px;
    cursor: pointer;

    font-weight: 600;
    color: #007833;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;

    i {
        display: none;
    }
}
.search-element.checked {
    i {
        display: inline-block;
    }
}
[data-filter-id="ingredient-dropdown"] {
    left: -150%;
    width: 250%;
    height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
}
.no-result-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    img {
        width: 100%;
        max-width: 450px;
    }
    h1 {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #df033f;
        font-size: clamp(40px, 6vw, 60px);
        text-transform: uppercase;
        font-weight: bold;
        line-height: 50px;
        letter-spacing: 1px;
    }
    p {
        margin-top: 0px;
        color: #007833;
        font-size: 1.2rem;
        letter-spacing: 1px;
        font-weight: 600;
    }
}
.filter-container {
    flex-direction: row;
    gap: 6px;
    justify-content: center;
}
.sub-text-head {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
@media (max-width: 768px) {
    .sub-text-head {
        font-size: 20px;
    }
}
/* .dropdown-item {
    white-space: wrap;
} */
/* @media (max-width: 900px) {
} */
@media (max-width: 1000px) {
    .dropdown-item {
        white-space: wrap;
    }
    /* -- */
    .filter-container {
        flex-direction: column;
        justify-content: baseline;
        max-width: 100% !important;
        width: 92%;
    }

    .search-container {
        max-width: 100% !important;
        width: 100%;
        /* flex-direction: column; */
        gap: 8px;
    }
    .input-search {
        width: 100% !important;
        flex: 1;
    }
    .search-filter {
        align-items: flex-start;

        flex-direction: row;
        gap: 8px;
        .filter-select {
            width: 100%;
        }
    }
    /* .hover-box {
        width: 100% !important;
    } */
    [data-filter-id="ingredient-dropdown"] {
        left: auto !important;
        width: 100% !important;
    }
    /* -------------------- */
    .search-wrapper {
        max-width: 750px !important;
    }
    .easy-autocomplete {
        width: 100% !important;
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
            .input-group-btn
        ) {
        width: 100% !important;
    }
    .recipe_submit {
        padding-right: 9px !important;
    }
    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        width: 98% !important;
    }
}
/* @media (min-width: 1000px) {
    .dropdown-menu {
        width: 300% !important;
        left: -200% !important;
    }
} */
@media (max-width: 400px) {
    .filter-container {
        width: 84% !important;
    }
}

