/*Overview Desktop*/
.hidden {
    display: none;
}

.search-form-solve .icon-holder {
    position: absolute;
    top: 13px;
    left: 20px;
    z-index: 1;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    font-size: 20px;
}

.search-form-solve {
    position: relative;
    z-index: 1;
}

.search-form-solve i {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #2F52A1;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.icon-search.solve::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
}

.input-search-solve>input.solve-input {
    color: #2F52A1;
}

.input-search-solve {
    border-radius: 15px;
    box-shadow: 0 4px 2px -2px #d5d3d3;
    width: 100%;
    color: #2F52A1;
    background: white;
    display: flex;
    justify-content: space-between;
}

.input-search-solve>input.solve-input {
    padding-left: 50px;
    border: none;
    border-radius: 15px;
    width: 90%;
}

.mfgs-resources-search-button {
    background-color: white;
    color: #00003c;
    cursor: pointer;
    border: 1px solid #4acef3;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    margin-right: 20px;
    align-self: center;
}

.mfgs-resources-search-button:hover {
    background-color: #4acef3 !important;
}

.mfgs-resources-wrapper {
    display: flex;
    gap: 20px;
}

.mfgs-resources-wrapper a {
    text-decoration: none !important;
}

.mfgs-resources-filters {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 2rem; 
    border-right: 5px solid #d1cecead;
}

.mfgs-resources-filter-title {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 2px solid #00003c;
}

.mfgs-resources-filter-title p button:nth-child(2) {
    display: none;
}

.mfgs-resources-filter-topic {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 2px solid #00003c;
}

.mfgs-resources-overview {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    width: 70%;
}

.mfgs-resources-topic-header {
    display: flex;
    justify-content: space-between;
}

.mfgs-resources-topic-header-filtered {
    display: flex;
    justify-content: space-between;
}

#mfgs-resources-filters-button-mobile {
    display: none;
}

.mfgs-resources-card-wrapper {
    display: grid;
    grid-template: auto / 300px 300px 300px;
    grid-gap: 40px;
    width: 70%;
    margin-bottom: 3rem;
}

.mfgs-resources-card-wrapper-filtered-resources {
    display: grid;
    grid-template: auto / 300px 300px 300px;
    grid-gap: 40px;
    width: 70%;
}

.mfgs-resources-card-wrapper-mobile {
    display: none;
}

.mfgs-resources-card-link {
    padding-top: 1rem;
}

.mfgs-resources-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 0 4px 2px -2px #d5d3d3;
    border: 1px solid #d5d3d3;
    height: 350px;
    background-color: white;
    cursor: pointer;
}

.mfgs-resources-card-mobile {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 0 4px 2px -2px #d5d3d3;
    border: 1px solid #d5d3d3;
    height: 350px;
    background-color: white;
    cursor: pointer;
}

.mfgs-resources-card img {
    max-height: 50%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mfgs-resources-card-mobile img {
    max-height: 50%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mfgs-resources-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #00003c;
}

.mfgs-resources-body-type {
    font-size: 1rem;
    padding-left: 1rem;
}

.mfgs-resources-body-title {
    font-size: 1.5rem;
    padding-left: 1rem;
}

.mfgs-resources-body-footer {
    font-size: 1rem;
    padding-left: 1rem;
    justify-self: end;
}

@media only screen and (max-width: 767px) {
    .form-group label {
        font-size: 1rem !important;
    }

    .mfgs-resources-search-button {
        display: none !important;
    }

    .input-search-solve>input.solve-input {
        width: 100%;
    }

    .mfgs-resources-filters-mobile {
        display: flex;
        flex-direction: column;
        min-width: 92%;
        max-height: 400px;
        overflow-y: scroll;
        position: absolute;
        z-index: 5;
        background-color: #f2f7fb;
    }

    #mfgs-resources-filters-button-mobile {
        display: flex;
        width: 100%;
        border: 1px solid #2F52A1;
        color: #2F52A1;
        background: white;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .mfgs-resources-filters {
        display: none;
    }

    .mfgs-resources-card-wrapper {
        display: none;
    }

    .mfgs-resources-card-wrapper-mobile {
        display: block;
        width: 100%;
    }

    .mfgs-resources-card-wrapper-filtered-resources {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mfgs-resources-topic-header-filtered h3 {
        font-size: 1.5rem !important;
        margin-bottom: 2rem;
    }

    .mfgs-resources-topic-header-filtered p {
        font-size: 1.5rem !important;
    }

    .mfgs-resources-topic-header h3 {
        font-size: 1.5rem !important;
        margin-bottom: 2rem;
    }

    .mfgs-resources-topic-header p {
        font-size: 1.5rem !important;
    }

    .mfgs-resources-body-title {
        font-size: 1.1rem !important;
    }

    .mfgs-resources-overview {
        width: 100% !important;
    }
}