@media screen {


    .app-container {
        color: #2B363C;
        background: #F1F3F8;
        border: .0625rem solid #E1E4EA;
        border-radius: .5rem;
        padding: 2rem;
        text-align: left;
        width: 100%;
        margin-bottom: 5.625rem;

    }

    .dropdown-infografia {
        display: none;
    }

    .container-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 4rem;
    }

    .container-content {
        margin-right: 2rem;
        flex: 0.5;
    }

    .container-title {
        font-family: "Noto Sans", sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2.25rem;
        text-align: left;
        color: #23282E;
        padding: 0rem;
        display: flex;
        align-items: center;
    }

    .container-description {
        font-family: "Noto Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        color: #2B363C;
        margin: 0rem;
        margin-top: 0.5rem;
    }

    .container-buttons {
        display: flex;
        flex-direction: row;
        gap: 1.375rem;
        width: 100%;
        justify-content: flex-end;
        flex: 0.5;
    }

    .container-button {
        background: #FFFFFF;
        width: 3.5rem;
        height: 3.75rem;
        gap: .5rem;
        outline: none;
        border: none;
        cursor: pointer;
        padding: .875rem;
        display: flex;
        align-items: center;
        min-width: 100%;

    }

    .container-button:first-child {
        border-radius: .25rem .25rem 0rem 0rem;
    }

    .container-button:last-child {
        border-radius: 0rem 0rem .25rem .25rem;
    }

    .dropdown-content-desktop {
        color: #23282E;
    }

    .container-button:hover {
        background: #F1F3F8;
    }

    .container-button:active {
        background: #FFFFFF;
    }

    .container-button-icon {
        color: #23282E;
        display: flex;
        height: 1.5rem;
        width: 1.5rem;
    }

    .container-button-icon span {
        width: 100%;
        height: 100%;
    }

    .container-button-icon i {
        font-size: 1.5rem;
        width: 1.5rem;
    }

    .container-button-with-text {
        background: #FFFFFF;
        cursor: pointer;
        width: 12.9375rem;
        height: 3.5rem;
        padding: 1rem;
        border-radius: .25rem;
        display: flex;
        gap: .5rem;
        border: none;
        outline: none;

    }

    .container-button-with-text:hover {
        background: #F1F3F8;
    }

    .container-button-with-text:active {
        background: #FFFFFF;
        box-shadow: 0rem .25rem .25rem 0rem #00000040 inset;
    }

    .container-button-with-text .container-button-icon {
        display: flex;
        flex-direction: row;
        padding: 0rem;
        width: 1.5rem;
        height: 1.5rem;
        border: none;
        outline: none;
    }

    .container-button-text {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin-left: .3125rem;
    }



    .container-buttons {
        display: flex;
    }

    .container-options {
        display: none;
    }

    .error-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
        font-size: 1rem;
        font-family: inherit;
        font-weight: 700;
        line-height: 1.5rem;
        text-align: center;
        padding: 0;

        img {
            width: 6.25rem;
            height: 6.25rem;
        }

        h3 {

            font-family: inherit;
            font-size: .875rem;
            font-weight: 500;
            line-height: 1.5rem;
            text-align: center;
            color: #64718B;



        }
    }

    .error-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
        font-size: 1rem;
        font-family: inherit;
        font-weight: 700;
        line-height: 1.5rem;
        text-align: center;

        img {
            width: 6.25rem;
            height: 6.25rem;
        }

        h3 {

            font-family: inherit;
            font-size: .875rem;
            font-weight: 500;
            line-height: 1.5rem;
            text-align: center;
            color: #64718B;



        }
    }

    .loading-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 40vh;
        justify-content: center;
        align-items: center;
    }

    .table-dropdown-page {
        border: .0625rem solid #D0D5DD;
        border-radius: .5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 3.6875rem;
        padding: 0px .5rem !important;
        background-color: #ffffff;
        margin-bottom: .125rem !important;
        color: #64718B;
    }

    .table-dropdown-content-page {
        display: flex;
        flex-direction: column;
        border: none;
        outline: none;
        gap: .0625rem;
        margin-top: .25rem;
        border: .0625rem solid #D0D5DD;
        border-radius: .5rem;
        position: absolute;
        width: 3.6875rem;
        overflow: hidden;
        color: #64718B;


        button {
            outline: none;
            border: none;
            border-top: .0625rem #D0D5DD solid;
            background: white;
            padding: 0px 8px !important;
            justify-content: flex-start;
            display: flex;
            color: #64718B;
        }
    }

    .table-dropdown {
        position: relative;
        display: inline-block;
        color: #2B363C;
    }

    .table-dropbtn:hover {
        background-color: #E1E4EA;
    }

    .table-dropbtn {
        background-color: #ffffff;
        padding: .625rem 1.25rem;
        cursor: pointer;
        border-radius: .5rem;
        font-size: 1rem;
        padding: 1rem;
        gap: .5rem;
        color: #2B363C;
        width: fit-content;
        display: flex;
        border: none;
        height: 50px;
        align-items: center;
    }


    .table-dropdown-content {
        color: #2B363C;
        position: absolute;
        width: max-content;
        background-color: #ffffff;
        box-shadow: 0rem .5rem 1rem 0rem rgba(0, 0, 0, 0.2);
        min-width: 7.5rem;
        z-index: 1;
        margin-top: .5rem;
        border-radius: 8px;
        text-align: left;
    }

    .table-dropdown-content a {
        color: #2B363C;
        padding: .75rem 1rem;
        text-decoration: none;
        display: block;
        text-align: left;
        display: flex;
        gap: .5rem;
        height: fit-content;
        font-size: .875rem;
        width: max-content;
        min-width: 100%;
    }

    .table-dropdown-content a:hover {
        background-color: #E1E4EA;
    }

    .container-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #64718B;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: .25rem;

        .restricted-access {
            font-weight: 400;
            font-size: 12px;
            line-height: 24px;
            letter-spacing: 0%;
            color: #64718B;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 2px;

            img {
                margin-right: .25rem;
                width: 12px;
                height: 12px;

            }

            div span {
                color: #64718b;
                font-size: .75rem;
                line-height: 1.5rem;
            }
        }
    }



    @media (max-width: 48rem) {

        .container-content {
            margin-right: 0rem;
            flex: 1;
        }

        .modal-popup-actions-icon {
            display: flex;
            gap: .5rem;
            margin-left: .5rem;
            outline: none;
            border: none;
            gap: 10px;
            padding: 1.125rem 1rem;
            align-items: center;
            align-content: center;
            text-decoration: none;
            cursor: pointer;
            background: #FFFFFF;
            font-size: 1rem;
            font-family: "Noto Sans", sans-serif !important;
            color: #2B363C;


            img {
                width: 1.5rem;
                height: 1.5rem;
            }

            button {
                font-family: "Noto Sans", sans-serif;
                color: #2B363C;

                div {
                    color: #2B363C;
                }

            }
        }

        .container-buttons {
            display: none;
        }


        .modal-table-total-container {
            height: 100%;
            width: 100%;
        }

        .modal-table-total-container {
            height: 100%;
            width: 100%;
        }

        .ms-Modal-scrollableContent {
            margin-top: 0rem;
            overflow: hidden;
        }

        .modal-popup-root {
            background: white;
            background-color: white;
            inset: none;

            .ms-Overlay,
            .ms-Overlay--dark {
                display: none;
            }
        }

        .modal-popup-container {
            display: flex;
            width: 100%;
            height: 100vh;
            margin: 0;
            box-shadow: none;
            padding: 1.125rem 0 1.5rem 0;
            position: relative;
            max-width: 100%;
            max-height: 100%;

            * {
                margin: 0;
                padding: 0;
            }

            button {
                border: none;
                background: none;
                outline: none;
                font-family: "Noto Sans", sans-serif;
            }

            .modal-popup-header {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 4.75rem;
                padding: 0 2rem;
                z-index: 10;
                background: white;

                img {
                    width: 7.6875rem;
                    height: 2.25rem;
                }

                button {
                    width: 2.75rem;
                    height: 3.75rem;

                    img {
                        width: 1.5rem;
                        height: 1.5rem;
                    }
                }
            }

            .modal-popup-body {
                margin-top: 4.75rem;
                margin-bottom: 6.75rem;
                display: flex;
                flex-direction: column;
                margin-right: 2rem;
                margin-left: 2rem;

                .modal-popup-body-header {
                    display: flex;
                    position: relative;
                    padding: 0px;
                    height: fit-content;
                    flex-direction: column;

                    h2 {

                        font-size: 16px;
                        font-weight: 600;
                        line-height: 28px;
                        text-align: left;
                        text-underline-position: from-font;
                        text-decoration-skip-ink: none;

                    }

                    p {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 24px;
                        text-align: left;
                        text-underline-position: from-font;
                        text-decoration-skip-ink: none;
                        color: #23282E;
                        margin-bottom: 0px;
                    }
                }

                /* Modal Popup Buttons Container */
                .modal-popup-buttons-container {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    margin-top: 2rem;
                    margin-bottom: 2rem;
                    pointer-events: auto;
                    overflow-y: scroll;
                    // max-height: calc(100vh - 260px);
                    -webkit-overflow-scrolling: touch;
                    overscroll-behavior: contain;

                    /* Modal Popup Actions Icon */
                    .modal-popup-actions-icon {
                        display: flex;
                        gap: .625rem;
                        margin: 0;
                        margin-left: .5rem;
                        outline: none;
                        border: none;
                        padding: 1.125rem 1rem;
                        align-items: center;
                        align-content: center;
                        text-decoration: none;
                        cursor: pointer;
                        background: #fff;
                        font-size: 1rem;
                        font-family: "Noto Sans", sans-serif !important;
                        color: #2b363c;

                        img {
                            width: 1.5rem;
                            height: 1.5rem;
                        }
                    }
                }

            }

            .modal-popup-footer {
                position: absolute;
                bottom: 0rem;
                left: 0rem;
                right: 0rem;
                height: 3.75rem;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 0.5rem;
                background: white;
                z-index: 50;
                border: none;
                outline: none;
                width: auto;
                padding: 1rem;
                margin-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
                // margin-bottom: 2rem;

                p {
                    margin: 0;
                }
            }
        }

        @supports (height: 100dvh) {
            .modal-popup-container {
                height: 100dvh;
                max-height: 100dvh;
            }

            .modal-popup-buttons-container {
                max-height: calc(100dvh - 15.25rem);
            }
        }


        .dropdown-infografia {
            position: relative;
            display: flex;
            color: #2B363C;
            display: flex;
            outline: none;
            border: none;

        }
    }

    .dropbtn:hover {
        background-color: #E1E4EA;
    }

    .dropbtn {
        background-color: #ffffff;
        padding: .625rem 1.25rem;
        cursor: pointer;
        border-radius: .3125rem;
        padding: .8125rem;
        width: 3.125rem;
        height: 3.125rem;
        gap: .5rem;
        color: #2B363C;
        border-radius: .25rem;
        border: none;
        outline: none;
        display: flex;
    }


    .dropdown-content {
        color: #2B363C;
        position: absolute;
        width: fit-content;
        background-color: #ffffff;
        box-shadow: 0rem .5rem 1rem 0rem rgba(0, 0, 0, 0.2);
        z-index: 1;
        margin-top: .5rem;
        border-radius: .25rem;
        text-align: left;
    }

    .dropdown-content button {
        width: 100%;
        color: #2B363C;
        padding: .75rem 1rem;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown-content button:hover {
        background-color: #E1E4EA;
    }

    .container-top {
        margin-bottom: 1.875rem;
    }

    .container-title {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 2rem;
        text-align: left;
    }

    .container-description {
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
    }

    .container-options {
        display: block;
        width: 3.125rem;
        color: #23282E;
    }

    .options-menu {
        display: flex;
        flex-direction: column;
        width: 3.125rem;
        background: #fff;
    }

    .options-menu button {
        width: 3.125rem;
        height: 3.125rem;
        padding: 0rem;
    }

    .options-menu button :hover {
        color: #23282E;
        background: #fff;
        border-radius: .25rem;
    }

    .options-menu-button {
        border: 0rem;
        width: 3.125rem;
        height: 3.125rem;
    }

    .container-options-icon {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: .25rem;
        background: #fff;
        color: #23282E;
        padding: 0rem;
    }

    .container-options-icon :active {
        background: #fff;
        color: #23282E;
        border-radius: .25rem;
    }

    .container-options-icon :hover {
        background: #fff;
        color: #23282E;
        border-radius: .25rem;
    }
}

iframe {
    width: 100%;
    height: 900px;
}

@media print {

    .container-buttons {
        display: none;
    }

    .dropdown-infografia {
        display: none;
    }

    .app-container {
        color: #2b363c;
        background: #f1f3f8;
        border: 0;
        border-radius: .5rem;
        padding: 1rem;
        text-align: left;
        width: 100%;
        position: relative;
        top: -55px;
        height: 100%;
        padding: 0;
    }

    iframe {
        width: 100%;
        height: 400px;
    }

}