/* #0 /var/www/u234507/data/www/new.bestfuel.eu/Application/Modules/AppDashboard/Resources/Front/Styles/style.Popup.css */
.dashboard-front-popup {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    backdrop-filter: blur(1rem);
    filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.125));
    padding: 1rem;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    max-width: 32rem;
    max-height: 32rem;
    transition: 0.25s;

    table {
        tr {

            th,
            td {
                font-size: 12px;
                vertical-align: initial;
                text-align: left;
                padding: 0.125rem;
            }
        }
    }

    .dashboard-front-popup-content {
        max-height: 100%;
        overflow-y: auto;

        .dashboard-front-popup-section {
            .dashboard-front-popup-parameter {
                .dashboard-front-popup-parameter-name {
                    width: 40%;
                }

                .dashboard-front-popup-parameter-value {
                    font-weight: bold;
                }
            }
        }
    }

    &:not(:hover) {
        transform: translateX(-100%);
    }

    .dashboard-front-popup-button {
        background-color: rgba(255, 255, 255, 0.75);
        color: black;
        position: absolute;
        left: 100%;
        top: 0px;
        padding: 1rem;
    }
}

/* #0 /var/www/u234507/data/www/new.bestfuel.eu/Application/Modules/Blocks/Resources/Front/style.Block.css */
.block[animation] {
    &:not([ready="true"]) {
        transform:
            translateX(var(--translateX)) translateY(var(--translateY)) translateZ(var(--translateZ)) rotateX(var(--rotateX)) rotateY(var(--rotateY)) rotateZ(var(--rotateZ)) scaleX(var(--scaleX)) scaleY(var(--scaleY)) scaleZ(var(--scaleZ));

        &[animation-opacity="true"] {
            opacity: 0;
        }
    }
}

/* #1 /var/www/u234507/data/www/new.bestfuel.eu/Application/Modules/Blocks/Resources/Front/style.TextMore.css */
.text-more-target {
    display: none;
}

.text-more {}

.text-more:not([state="true"])>.less {
    display: none;
}

.text-more[state="true"]>.more {
    display: none;
}

/* #0 /var/www/u234507/data/www/new.bestfuel.eu/Application/Modules/Quill/Resources/Front/Styles/style.Quill.css */
.ql-align-center {
    text-align: center;
}