#schedeContainer {
    padding: 1.25rem;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    vertical-align: middle;
    width: 70%;
}

.schedeHeader h1 {
    margin-bottom: 15px;
    text-align: left;
    color: var(--white-04);
}

.schedeHeaderFilter {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .schedeHeaderFilter label {
        font-size: .938rem;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--white-04);
        margin-right: 15px;
        width: 75px;
    }

    .schedeHeaderFilter i {
        max-width: 17px;
        display: inline-flex;
        vertical-align: middle;
        flex: 0 0 30px;
        height: 30px;
        width: 30px;
        align-items: center;
        justify-content: center;
        transition: opacity .15s ease-in-out;
    }

.schedeHeaderSearch {
    position: relative;
    display: flex;
    flex-grow: 1;
}

    .schedeHeaderSearch input {
        width: 100%;
        appearance: none;
        border-radius: 8px;
        border: 0;
        background-color: #fafafa;
        color: var(--grey-01);
        font-size: .875rem;
        font-weight: 700;
        padding: 9.5px 20px;
        font-family: 'Poppins', sans-serif;
    }

    .schedeHeaderSearch button {
        position: absolute;
        appearance: none;
        border: 0;
        right: 10px;
        width: 40px;
        height: 36px;
        background-color: #fafafa;
        border-radius: 10px;
        margin: 2px 0;
    }

        .schedeHeaderSearch button i {
            max-width: 18px;
            margin: 0 auto;
            color: var(--green-03);
            flex: 0 0 30px;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity .15s ease-in-out;
        }

.schedeFilters {
    opacity: 0;
    overflow: hidden;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    text-align: left;
    transform: translateX(-100%);
    transition: opacity var(--animation-time) ease-in-out, z-index var(--animation-time) ease-in-out, width 0s linear var(--animation-time), transform .2s ease-in-out;
}

.schedeFiltersMenu:checked + .tb_wrapper .schedeFilters {
    z-index: 214748361;
    opacity: 1;
    right: 0;
    width: 100%;
    padding: 4vw 8vw 50px;
    transform: translateX(0);
    background-color: #343a40;
    transition: opacity .3s ease-in-out, z-index .3s ease-in-out, width 0s linear 0s, transform .2s ease-in-out;
}

.schedeFiltersHead {
    border-bottom: 2px solid var(--white-04);
    display: grid;
    align-content: center;
    grid-template-columns: auto auto 1fr 1fr;
    grid-template-rows: auto 15px;
    align-items: center;
    position: relative;
}

.schedeFiltersHeadTitle {
    margin-right: 13px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-04);
}

.schedeFiltersReset, .schedeFiltersCloseMenu {
    appearance: none;
    border: 0;
    font-size: .813rem;
    font-weight: 600;
    color: var(--grey-02);
    font-family: 'Poppins', sans-serif;
    background-color: var(--white-03);
    border-radius: 12px;
    padding: 2px 5px 2px 10px;
    max-width: 73px;
    overflow: hidden;
    height: 24px;
    transition: all var(--animation-time) ease-in-out;
}

    .schedeFiltersReset i, .schedeFiltersCloseMenu i {
        display: inline-flex;
        vertical-align: middle;
        max-width: 16px;
        height: auto;
        font-size: 10px;
        flex: 0 0 30px;
        width: 30px;
        color: var(--grey-02);
        align-items: center;
        justify-content: center;
        transition: opacity .15s ease-in-out;
    }

.schedeFiltersCloseMenu {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent !important;
}

    .schedeFiltersCloseMenu i {
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 2px;
        padding-top: 3px;
        font-size: 20px;
        color: var(--white-04);
    }

.schedeFiltersDetail {
    margin: 10px 0;
    padding-left: 2px;
    border-bottom: 2px solid var(--white-04);
}

    .schedeFiltersDetail[open] {
        padding-bottom: 10px;
    }

.schedeFilters summary, .schedeFilters label {
    cursor: pointer;
}

.schedeFiltersSummary {
    font-size: .848rem;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-04);
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

.schedeFiltersSummaryGrid {
    display: grid;
    grid-template-columns: auto min-content;
    align-items: center;
}

    .schedeFiltersSummaryGrid i {
        max-width: 17px;
        max-height: 17px;
    }

.schedeFiltersDetail[open] .schedeFiltersSummary i {
    transform: rotate(90deg);
}

.schedeFiltersFieldset input:checked + .schedeFiltersFieldsetInputLabel:before {
    background-color: var(--green-06);
    border-color: var(--green-05);
}

.schedeFilters .ui-slider {
    margin-inline: 8px;
    margin-top: 5px;
}

.schedeFiltersFieldset {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}

    .schedeFiltersFieldset .schedeFiltersFieldsetInputCont {
        margin-bottom: 10px;
    }

    .schedeFiltersFieldset .ui-slider .ui-slider-handle {
        width: 1.1em !important;
        height: 1.1em !important;
    }

    .schedeFiltersFieldset .ui-slider.ui-slider-horizontal {
        height: .6em;
    }

    .schedeFiltersFieldset .ui-slider-range.ui-corner-all.ui-widget-header {
        background-color: var(--green-06);
    }

    .schedeFiltersFieldset .ui-state-active, .schedeFiltersFieldset .ui-widget-content .ui-state-active {
        background-color: var(--green-06) !important;
        border: 2px solid var(--green-05) !important;
    }

.schedeFiltersFieldsetInputCont input[type=checkbox] {
    display: none;
}

.schedeFiltersFieldsetInputLabel {
    font-size: .813rem;
    font-weight: 600;
}

    .schedeFiltersFieldsetInputLabel:before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        box-sizing: border-box;
        border-radius: 3px;
        border: 2px solid var(--grey-02);
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 3px;
    }

.schedeFiltersFieldsetInputNumber {
    float: right;
    font-size: .688rem;
    font-weight: 600;
    color: var(--grey-05);
}

.schedeFiltersFieldsetInputVisualValues {
    font-size: 12.5px;
}

.schedeList {
    position: relative;
}

    .schedeList ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-left: 0;
    }

.schedaDevice {
    border-radius: 5px;
    border: 2px solid rgba(128, 128, 128, 0.25);
    position: relative;
    overflow: hidden;
    background-color: rgba(128, 128, 128, 0.1);
}

    .schedaDevice:hover {
        background-color: rgba(128, 128, 128, 0.2);
        transition: background-color var(--animation-time) ease-in-out;
    }

.schedaDeviceInternal {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.schedaDeviceImgUrl {
    margin-bottom: 15px;
    display: inline-block;
    height: 85px;
}

.schedaDeviceImg {
    object-fit: contain;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.schedaDeviceRating {
    align-self: center;
    margin-bottom: 15px;
    min-height: 50px;
    min-width: 50px;
}

.schedaRatingCircular {
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .schedaRatingCircular::before {
        content: "";
        position: absolute;
        height: 37px;
        width: 37px;
        border-radius: 50%;
        /*background-color: var(--white-04);*/
        background-color: rgb(60 65 70);
    }

.schedaRatingNumber {
    position: relative;
    font-size: 12px;
    font-weight: 600;
}

.schedaDeviceName {
    text-align: center;
    font-size: .875rem;
    line-height: 20px;
    font-weight: 700;
    color: var(--white-02);
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedaDeviceImgUrl.schedaLoadingPlaceholder {
    width: 60px;
    height: 85px;
    min-height: 85px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.schedaLoadingPlaceholder {
    display: inline-block;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ccc), color-stop(33%, #eee));
    background: -webkit-linear-gradient(left, #eee 8%, #ccc 18%, #eee 33%);
    background: linear-gradient(to right, #eee 8%, #ccc 18%, #eee 33%);
    -webkit-background-size: 500px 104px;
    background-size: 500px 104px;
    height: inherit;
    position: relative;
}

/* INIZIO Animazione caricamento */
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
/* FINE Animazione caricamento */

@media (min-width: 768px) {
    .schedeList ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .schedaDeviceImgUrl {
        height: 100px;
    }
}

@media (min-width: 1000px) {
    #schedeContainer {
        display: grid;
        grid-template-columns: 170px auto;
        column-gap: var(--h-gap);
        position: relative;
    }

    .schedeHeader {
        display: flex;
        margin-bottom: 30px;
        grid-area: 1 / 1 / 1 / 3;
    }

        .schedeHeader h1 {
            flex-grow: 1;
            margin-bottom: 0;
        }

    .schedeHeaderFilter {
        width: 350px;
        margin-bottom: 0;
    }

        .schedeHeaderFilter label {
            display: none;
        }

    .schedeFilters {
        position: relative;
        opacity: 1;
        width: 170px;
        z-index: 1;
        transition: none;
        transform: none;
        overflow-y: hidden;
        float: left;
        padding-right: 10px;
    }

    .schedeFiltersHead {
        grid-template-rows: 60px;
    }

    .schedeList ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        z-index: 1;
        /*background-color: rgba(128, 128, 128, 0.1);*/
        transition: all 1s ease-in-out;
    }

    .schedaRating span {
        width: 40px;
        height: 40px;
    }

    .schedaDeviceImgUrl.schedaLoadingPlaceholder {
        height: 120px;
    }
}

@media (min-width: 1440px) {
    .schedeList ul {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #schedeContainer {
        width: 100%;
    }
}
