.single-product,
.single-accessoire {
    main {
        &>article {

            .hdp_product,
            .hdp_accessoire {
                display: flex;
                justify-content: space-between;
                gap: 60px;
                border-bottom: 1px solid var(--grey);
                padding: 35px 0;
                margin-bottom: -30px;

                @media (max-width: 991px) {
                    flex-direction: column-reverse;
                }

                .accessoire_hdp {
                    border-radius: 16px;

                    &:not(:has(.splide__slide)) {
                        background: var(--grey);
                    }

                    >img {
                        width: 100%;
                        object-fit: contain;

                        @media (min-width: 992px) {
                            width: 520px !important;
                            height: 520px !important;
                        }
                    }
                }

                .product_hdp_slider,
                .accessoire_hdp {
                    position: relative;

                    .splide__track {
                        @media (min-width: 992px) {
                            width: 520px;
                        }

                        .splide__slide {
                            background: var(--grey);
                            border-radius: 16px;
                            height: 520px;

                            @media (max-width: 991px) {
                                max-height: 420px;
                            }

                            >img {
                                width: 100%;
                                height: 100% !important;
                                object-fit: cover;
                                border-radius: 16px;
                            }
                        }
                    }

                    .thumbnails {
                        display: flex;
                        gap: 10px;
                        flex-wrap: wrap;
                        margin-top: -30px;
                        justify-content: center;
                        z-index: 50;
                        position: relative;

                        .thumbnail {
                            width: 72px;
                            height: 72px;
                            border-radius: 12px;
                            pointer-events: all;
                            cursor: pointer;
                            transition: opacity 0.3s ease;

                            &:not(.is-active) {
                                opacity: 0.2;
                            }

                            &.is-active,
                            &:hover {
                                opacity: 1;
                            }

                            img {
                                background: var(--grey);
                                border-radius: 16px;
                                border: 3px solid var(--white);
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                    }

                    .port_produit {
                        position: absolute;
                        z-index: 10;
                        right: 15px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        gap: 10px;
                        top: 15px;
                        width: 64px;

                        @media (min-width: 992px) {
                            right: -32px;
                        }
                    }

                    .produit_port_dosimetre {
                        display: flex;
                        flex-direction: column;
                        max-width: 64px;
                        z-index: 10;
                        gap: 10px;
                    }

                    .produit_rayons {
                        display: flex;
                        gap: 8px;
                        z-index: 10;
                        flex-direction: column;
                        width: fit-content;

                        img {
                            width: 28px;
                            height: 28px;
                        }
                    }

                    .splide__arrows {
                        position: absolute;
                        bottom: -20px;
                        display: flex;
                        flex-direction: row-reverse;
                        width: 100%;

                        .splide__arrow {
                            background: transparent !important;
                            z-index: 60;
                            top: 0%;

                            &:hover {
                                &:before {
                                    border: 1px solid var(--orange);
                                }
                            }

                            svg {
                                display: none;
                            }

                            &:before {
                                content: url('../img/arrow_menu.svg');
                                display: inline-block;
                                filter: brightness(0) saturate(100%) invert(56%) sepia(16%) saturate(6604%) hue-rotate(1deg) brightness(110%) contrast(105%);
                                position: relative;
                                width: 20px;
                                height: 10px;
                                object-fit: contain;
                                border: 1px solid transparent;
                                border-radius: 50px;
                                height: 100%;
                                width: 100%;
                                padding-top: 1px;
                                transition: var(--transition);
                            }

                            &.splide__arrow--next {
                                &:before {
                                    right: -20px;
                                }
                            }

                            &.splide__arrow--prev {
                                &:before {
                                    transform: scale(-1, 1);
                                    left: -20px;
                                }
                            }
                        }
                    }
                }

                .accessoire_hdp_content {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }

                .product_hdp_content,
                .accessoire_hdp_content {
                    max-width: 640px;

                    * a:not(.bouton) {
                        color: var(--orange) !important;
                        text-decoration: none;
                    }

                    ul {
                        padding: 0 !important;

                        li {
                            &:before {
                                content: url('../img/icon_bullet.svg') !important;
                                background: transparent !important;
                                margin: -18px 18px 0 0px !important;
                            }
                        }
                    }

                    .rank-math-breadcrumb {
                        display: flex;
                        gap: 10px;

                        >p {
                            margin: 0;
                        }

                        a,
                        span,
                        .separator {
                            font-family: var(--secondary-font);
                            font-size: 12px;
                            line-height: 16px;
                            color: var(--blue);
                            transition: var(--transition);
                            text-transform: uppercase;
                        }

                        a {
                            &:hover {
                                color: var(--light-blue);
                            }
                        }

                        .last {
                            font-weight: var(--bold);
                            color: var(--light-blue);
                        }
                    }

                    h1 {
                        @media (min-width: 992px) {
                            font-size: 48px;
                            line-height: 48px;
                            margin: 0 0 10px 0;
                        }
                    }

                    .dl_product {
                        margin-top: 15px;
                    }
                }
            }

            .pagination_product_page {
                width: 100%;
                z-index: 999;
                position: relative;
                margin-top: 30px;
                padding: 20px 0;
                display: flex;
                align-items: center;
                justify-content: center;

                @media (min-width: 992px) {
                    gap: 30px;
                    justify-content: space-between;
                }

                @media (min-width: 1600px) {
                    max-width: var(--container-xxxl);
                }

                &:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -50vw;
                    width: 150vw;
                    height: 100%;
                    z-index: 0;
                    transition: var(--transition);
                    background: var(--white);
                }

                &.is-pinned {
                    &:after {
                        background: var(--grey);
                        box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.16);
                    }

                    /* @media (max-width: 991px) {
                        top: 70px !important;
                    }

                    @media (min-width: 992px) and (max-width: 1199px) {
                        top: 95px !important;
                    }

                    @media (min-width: 1200px) {
                        top: -25px !important;
                    } */
                }

                >* {
                    z-index: 1;
                }

                .pagination_parts {
                    display: flex;
                    justify-content: center;
                    flex-wrap: wrap;
                    position: relative;
                    gap: 2px;
                    margin: 0;
                    justify-content: center;

                    @media (min-width: 992px) {
                        justify-content: end;
                    }

                    /* @media (min-width: 992px) and (max-width: 1199px) {
                        margin: auto 185px;
                    }

                    @media (min-width: 1200px) {
                        margin: auto 260px;
                    } */

                    /* @media (min-width: 1600px) {
                        margin: auto;
                    } */
                }

                a {
                    font-size: var(--p-size);
                    line-height: 14px;
                    font-family: var(--secondary-font);
                    font-weight: var(--medium);
                    transition: var(--transition);
                    padding: 8px 14px 11px;
                    border-radius: 4px;
                    height: fit-content;
                    text-align: center;

                    &:hover,
                    &.clicked {
                        background: var(--light-blue);
                        color: var(--white) !important;
                    }

                    &:not(.bouton) {
                        color: var(--light-blue);
                    }
                }

                .product__name {
                    max-width: 260px;
                    font-size: 20px;
                    line-height: 24px;
                    font-weight: var(--semibold);

                    @media (max-width: 991px) {
                        display: none;
                    }

                    /* position: absolute;
                    top: 50%;
                    transform: translateY(-50%);


                    @media (min-width: 992px) {
                        left: -10px;
                    }

                    @media (min-width: 1600px) {
                        left: -90px;
                    } */
                }

                .cta_pagination {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);

                    @media (max-width: 991px) {
                        display: none;
                    }

                    @media (min-width: 992px) {
                        right: 0px;
                    }

                    @media (min-width: 1600px) {
                        right: -80px;
                    }
                }
            }

            .wrapper_product_infos {
                position: relative;
                padding: 20px 0;

                &:after {
                    content: '';
                    background: var(--grey);
                    width: 200vw;
                    height: 100%;
                    left: -50vw;
                    top: 0;
                    position: absolute;
                    z-index: 0;
                }

                .container.product_infos {
                    max-width: 1040px !important;
                    z-index: 1;
                    position: relative;
                    padding: 20px 0;
                    display: flex;
                    flex-wrap: wrap;

                    .section_product {
                        background: var(--white);
                        border-radius: var(--border-radius);
                        margin: 30px 0;
                        padding: 5px 30px 20px;
                        width: 100%;

                        &.cpt {
                            h2 {
                                text-align: left;
                            }
                        }

                        @media (min-width: 992px) {
                            &.packaging:has(+.packaging) {
                                max-width: 50%;

                                &+.packaging {
                                    max-width: 50%;
                                }
                            }
                        }

                        .title_bloc {
                            border-bottom: 1px solid var(--grey);
                            padding-bottom: 15px;
                            margin-bottom: 15px;
                            font-size: 24px !important;
                            line-height: 32px !important;
                            text-transform: uppercase;
                        }

                        &#performances-techniques {
                            @media (max-width: 592px) {
                                overflow-x: scroll;
                            }
                        }
                        
                        table {
                            tbody {
                                * a {
                                    color: var(--orange) !important;
                                    text-decoration: underline !important;

                                    span {
                                        color: var(--orange) !important;
                                    }
                                }

                                * {
                                    td {
                                        span {
                                            font-family: var(--secondary-font);
                                            font-size: var(--p-size);
                                        }
                                    }

                                }

                                tr {
                                    td {
                                        padding: 3px 15px 7px 15px;
                                    }

                                    &:not(:first-child, :nth-child(2)) {
                                        &:nth-child(even) {
                                            background-color: rgba(240, 242, 245, 0.5);
                                        }
                                    }

                                    /* &:first-child,
                                    &:nth-child(2) {
                                        td {
                                            &:first-child {
                                                border-top: 1px solid transparent !important;
                                                border-left: 1px solid transparent !important;
                                            }
                                        }
                                    } */

                                    &:not(:first-child, :nth-child(2)) {
                                        td:not(:first-child) {
                                            span {
                                                /* font-size: 12px !important; */
                                                color: var(--blue);
                                            }
                                        }
                                    }
                                }
                            }

                            &+p {
                                margin-top: 15px !important;
                                font-size: 12px !important;
                                color: var(--dark-blue);
                            }
                        }
                    }

                }
            }

            @media (min-width: 768px) {
                .accessoires {
                    .teaser {

                        &.type_product,
                        &.type_accessoire {
                            &.nb_cols_3 {
                                grid-template-columns: 1fr 1fr 1fr !important;
                            }
                        }
                    }
                }
            }

            .cpt {
                .teaser {

                    &.type_product,
                    &.type_accessoire {
                        .teaser__item {
                            position: relative;
                            text-align: left;
                            z-index: 2;
                            transition: var(--transition);

                            @media (min-width: 578px) {
                                max-width: 360px;
                            }

                            &.produit,
                            &.accessoire {
                                .teaser__image {
                                    position: relative;
                                    height: 284px;
                                    background: var(--grey);
                                    margin: 7px 7px 0 7px;
                                    border-radius: var(--border-radius);

                                    &>img {
                                        height: 100%;
                                        width: 100%;
                                        object-fit: contain;
                                        transition: var(--transition);
                                    }

                                    .produit_port_dosimetre {
                                        position: absolute;
                                        top: 15px;
                                        right: 15px;
                                        display: flex;
                                        flex-direction: column;
                                        max-width: 48px;

                                        img {
                                            &:not(:last-child) {
                                                margin-bottom: 5px;
                                            }
                                        }
                                    }

                                    .produit_rayons {
                                        position: absolute;
                                        bottom: 20px;
                                        left: 20px;
                                        display: flex;
                                        gap: 5px;

                                        img {
                                            width: 24px;
                                            height: 24px;
                                        }
                                    }
                                }
                            }

                            .teaser__link {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-orient: vertical;
                                -webkit-box-direction: normal;
                                -ms-flex-direction: column;
                                flex-direction: column;
                                height: 100%;
                                overflow: hidden;
                                position: relative;
                                background: var(--white);
                                border-radius: var(--border-radius);
                                border: 1px solid rgba(10, 31, 69, 0.33);

                                &:hover {
                                    .teaser__image>img {
                                        -webkit-transform: scale(1.1);
                                        transform: scale(1.1);
                                    }

                                    .bouton {
                                        background: var(--dark-blue) !important;
                                    }
                                }

                                .teaser__image {
                                    overflow: hidden;
                                }

                                .teaser__text {
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-flex: 1;
                                    -ms-flex: 1;
                                    flex: 1;
                                    -webkit-box-orient: vertical;
                                    -webkit-box-direction: normal;
                                    -ms-flex-direction: column;
                                    flex-direction: column;
                                    padding: 20px 28px 40px 28px;
                                    justify-content: space-between;

                                    p {
                                        margin-bottom: 20px;
                                        transition: var(--transition)
                                    }

                                    .teaser__title {
                                        font-size: 20px;
                                        line-height: 28px;
                                        margin-bottom: 12px;
                                        transition: var(--transition);
                                        font-family: var(--secondary-font);
                                        color: var(--blue);
                                    }

                                    &>.bouton {
                                        margin: 10px auto 0 0 !important;
                                        padding: 10px 15px !important;
                                    }
                                }

                            }
                        }
                    }

                    .bouton {
                        margin: 40px auto 0 auto;
                    }
                }
            }

            .full_1col {
                overflow: hidden;

                .full_1col__content {
                    display: flex;
                    position: relative;
                    flex-direction: column;
                    background-size: cover;
                    background-repeat: no-repeat;
                    height: fit-content;
                    background-position: center;
                    z-index: 0;
                    border-radius: var(--border-radius);

                    @media (max-width: 991px) {
                        background-image: none !important;
                    }

                    @media (min-width: 992px) {
                        min-height: 500px;

                        &:before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(10, 31, 69, 1) 62%);
                            z-index: 1;
                            border-radius: var(--border-radius);
                        }
                    }

                    &.reverse {
                        flex-direction: column-reverse;
                    }

                    @media (min-width: 992px) {
                        flex-direction: row;

                        &.reverse {
                            flex-direction: row-reverse;
                        }
                    }

                    .full_1col__para {
                        position: relative;
                        z-index: 3;
                        flex: 1;
                        padding: 25px;
                        height: 100%;
                        margin: auto 0;

                        @media (min-width: 992px) {
                            max-width: 50%;
                            padding: 80px 50px;
                        }

                        >*:not(.cta .bouton, .bouton) {
                            @media (min-width: 992px) {
                                color: var(--white);
                            }

                            &:first-child {
                                margin-top: 0;
                            }
                        }

                        h2,
                        h3,
                        h4 {
                            margin: 16px 0 10px 0;
                        }

                        p:last-child {
                            margin-bottom: 0;
                        }

                        .section__btn {
                            margin: 0px;
                        }

                        .cta {
                            margin-top: 0px !important;
                        }

                        .bouton {
                            &:hover {
                                background: var(--white) !important;
                                color: var(--orange) !important;
                            }
                        }
                    }

                    .full_1col__media {
                        z-index: 0;
                        position: relative;
                        height: 300px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;

                            @media (min-width: 992px) {
                                max-height: 100%;
                                height: unset;
                            }
                        }

                        @media (min-width: 992px) {
                            display: none;
                        }

                        &:before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(10, 31, 69, 0.8) 65%);
                            z-index: 1;
                        }
                    }
                }
            }

        }
    }

    .formulaire_popup {
        position: fixed;
        height: 100%;
        width: 100vw;
        z-index: 999999;
        opacity: 0;
        transition: visibility 0.3s ease;
        visibility: hidden;

        &:after {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100%;
            opacity: 0;
            background: rgba(212, 220, 224, 0.45);
            transition: opacity 0.3s ease;
            z-index: 5;
        }

        &.open {
            opacity: 1;
            visibility: visible;

            &:after {
                opacity: 1;
            }
        }

        .content {
            position: fixed;
            right: 0;
            background: #FFF;
            z-index: 99999999999999999999;
            height: 50%;
            width: 90%;
            display: flex;
            align-items: center;
            top: 50%;
            transform: translateY(-50%);
            border-radius: var(--border-radius);
            left: 0;
            margin: auto;

            @media (min-width: 992px) {
                height: 70%;
                max-width: 600px;
                left: unset;
                margin: unset;
                width: 100%;
            }

            .container {
                overflow-y: scroll;
                height: 100%;
                padding: 25px;
            }

            .close_popup {
                color: var(--orange);
                font-family: var(--main-font);
                margin-bottom: 15px;
                display: flex;
                align-items: center;
                gap: 10px;
                cursor: pointer;
                font-size: 18px;
                font-weight: 600;

                &:before {
                    content: 'x';
                    font-size: var(--p-size);
                    border: 1px solid var(--orange);
                    border-radius: 50%;
                    padding: 0px 8px 4px 8px;
                    display: inline-block;
                    margin-top: -2px;
                }
            }

            .dl_doc_link {
                display: inline-block;
                margin-top: 20px;
            }

            .gform_wrapper>form {
                background: var(--white);
                padding: 35px 35px 10px 35px;
                border-radius: var(--border-radius);
                border: 1px solid var(--dark-blue);

                .gform_fields {
                    @media (min-width: 992px) {
                        gap: 30px;
                    }

                    textarea {
                        border-radius: var(--border-radius) !important;
                        border: 1px solid rgba(15, 57, 143, 0.33) !important;
                    }

                    input:not(.gfield-choice-input, [type="checkbox"], [type="submit"]),
                    textarea,
                    select {
                        border-bottom: 1px solid rgba(15, 57, 143, 0.33) !important;
                        box-shadow: none;
                        border: 0px;
                        padding: 0;
                        border-radius: 0px;

                        &::placeholder {
                            color: rgba(15, 57, 143, 0.33) !important;
                            font-size: 18px !important;
                        }
                    }

                    select {
                        color: rgba(15, 57, 143, 0.33) !important;
                        font-size: 16px !important;
                    }

                    .gfield {
                        .gfield_description {
                            font-size: 12px;
                            font-style: italic;
                            font-weight: var(--regular);
                            font-family: var(--secondary-font);
                            opacity: 0.33;
                        }

                        &.gfield--type-fileupload {
                            .gform_drop_area {
                                &:before {
                                    display: none !important;
                                }

                                .gform_button_select_files {
                                    background: transparent !important;
                                    border: 1px solid var(--orange) !important;
                                    box-shadow: none !important;
                                    border-radius: var(--border-radius) !important;
                                    color: var(--orange) !important;
                                    transition: var(--transition) !important;

                                    &:hover {
                                        background: var(--orange) !important;
                                        color: var(--white) !important;
                                    }
                                }
                            }
                        }

                        &.gfield--type-checkbox {
                            &:not(.gfield--type-consent) {
                                margin-top: -20px;

                                legend {
                                    display: none;
                                }

                                label {
                                    font-size: 12px !important;
                                    color: rgba(15, 57, 143, 0.33) !important;
                                    font-family: var(--secondary-font) !important;
                                    padding: 0 0 0px 10px !important;
                                    font-weight: var(--regular) !important;
                                    line-height: 16px !important;
                                }
                            }
                        }

                        &.rgpd_contact {
                            legend {
                                display: none !important;
                            }
                        }

                        &.gfield--type-html {
                            background: var(--light-blue);
                            max-width: 480px;
                            padding: 25px 25px 30px 25px;
                            text-align: center;
                            border-radius: var(--border-radius);
                            margin-bottom: 30px;

                            >* {
                                color: var(--white);
                                margin: 0;
                            }

                            span {
                                font-size: 20px !important;
                                font-weight: var(--regular) !important;
                            }

                            p {
                                font-family: var(--secondary-font);
                                font-style: italic;
                                line-height: 20px;
                                font-size: 16px;
                            }
                        }

                        input {
                            &:hover {
                                cursor: pointer;
                            }

                            &[type="radio"],
                            &[type="checkbox"] {
                                box-shadow: none;
                                border: 1px solid rgba(15, 57, 143, 0.33);

                                &:checked {
                                    background: var(--dark);

                                    &:before {
                                        content: '';
                                        background-color: var(--light-blue);
                                        width: 10px;
                                        height: 10px;
                                    }
                                }

                                &:focus,
                                &:focus-visible {
                                    outline: 1px solid var(--light-blue);
                                }
                            }
                        }

                        &.gfield--type-submit {
                            .gform-button {
                                padding: 15px 20px !important;
                                text-decoration: none !important;
                                display: flex !important;
                                width: fit-content !important;
                                color: var(--white) !important;
                                transition: var(--transition) !important;
                                gap: 6px !important;
                                align-items: center !important;
                                border-radius: var(--border-radius) !important;
                                font-size: var(--p-size) !important;
                                font-weight: var(--medium) !important;
                                background-color: var(--orange) !important;
                                font-family: var(--secondary-font) !important;
                                line-height: 1.2 !important;
                                margin-left: auto !important;

                                &:hover {
                                    background-color: var(--dark-blue) !important;
                                    color: var(--white) !important;
                                }
                            }
                        }

                        &:not(.gfield--type-consent, .gfield--type-radio) {

                            label,
                            legend {
                                font-size: 18px;
                                font-weight: var(--bold);
                                line-height: 24px;
                                min-height: 27px;
                                margin: 0 !important;
                            }
                        }

                        &.gfield--type-consent,
                        &.gfield--type-radio {
                            legend {
                                font-size: 18px;
                                font-weight: var(--bold);
                                line-height: 24px;
                            }
                        }

                        &.gfield--type-consent {

                            .ginput_container_consent,
                            label {
                                display: flex;
                                gap: 15px;
                                margin: 0;

                                @media (min-width: 992px) {
                                    padding-right: 25px;
                                }
                            }

                            label {
                                font-size: 12px;
                                line-height: 16px;
                                font-family: var(--secondary-font);
                                color: rgba(15, 57, 143, 0.33);

                                &.label_changed {
                                    color: var(--blue) !important;
                                }
                            }

                            input {
                                flex-shrink: 0;
                            }
                        }

                        &.gfield--type-radio {
                            label {
                                font-size: 16px;
                                line-height: 20px;
                                font-family: var(--secondary-font);
                                color: rgba(15, 57, 143, 0.33);
                            }
                        }

                        label,
                        legend {
                            .gfield_required {
                                color: var(--orange);
                                font-size: 18px;
                            }
                        }

                        @media (min-width: 992px) {
                            .gfield_radio {
                                flex-direction: row;

                                .gchoice {
                                    width: fit-content;
                                }
                            }
                        }
                    }
                }

                .gform_footer {
                    .gform_button {
                        padding: 10px 16px !important;
                        text-decoration: none !important;
                        width: fit-content !important;
                        border-radius: var(--border-radius-cta) !important;
                        color: var(--white) !important;
                        transition: var(--transition) !important;
                        gap: 6px !important;
                        min-height: 40px !important;
                        align-items: center !important;
                        font-size: var(--p-size) !important;
                        font-weight: var(--regular) !important;
                        border: 1px solid transparent !important;
                        background-color: var(--light-blue) !important;

                        &:after {
                            content: '';
                            background-image: url(../../img/send.svg);
                            display: inline-block;
                            width: 14px;
                            height: 14px;
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: center;
                        }

                        &:hover {
                            background-color: var(--blue) !important;
                            border: 1px solid var(--blue) !important;
                            color: var(--white) !important;
                        }
                    }
                }
            }
        }
    }

/* CTA Télécharger la fiche technique */
.dl_fiche {
    margin-top: 16px;
}

/* Popup fiche technique : centrée verticalement et horizontalement */
.formulaire_popup_fiche {
    .content {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        margin: 0 !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        max-width: 600px !important;
        max-height: 85vh !important;
        height: auto !important;
    }

    .content .container {
        max-height: 85vh !important;
        overflow-y: auto !important;
    }
}
}