/* #0 /var/www/u234675/data/www/awd.vules.pl/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);
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.125);
    overflow: hidden;
    padding: 1rem;
    position: fixed;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: clip;
    z-index: 9999;
    max-width: 32rem;
    max-height: 32rem;

    table {
        tr {

            th,
            td {
                font-size: 12px;
                vertical-align: initial;
                text-align: left;
                padding: 0.125rem;
            }
        }
    }

    .dashboard-front-popup-section {
        .dashboard-front-popup-parameter {
            .dashboard-front-popup-parameter-name {
                width: 40%;
            }

            .dashboard-front-popup-parameter-value {
                font-weight: bold;
            }
        }
    }
}

/* #0 /var/www/u234675/data/www/awd.vules.pl/Application/Modules/Blocks/Resources/Front/Styles/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/u234675/data/www/awd.vules.pl/Application/Modules/Quill/Resources/Front/Styles/style.Quill.css */
.ql-align-center {
    text-align: center;
}

/* #0 /var/www/u234675/data/www/awd.vules.pl/Plugins/Cookies/Resources/Front/style.Cookies.css */
#cookie-banner {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.75);
    padding: 1rem;
    z-index: 9999;
    overflow: auto;

    .cookie-box {
        background-color: white;
        color: black;
        box-shadow: 0rem 0.5rem 1rem hsla(0, 0%, 0%, 0.5);
        width: 100%;
        max-width: min(720px, 100%);
        padding: 1rem;

        .cookie-group {
            padding: 1rem;

            label {
                display: flex;
                flex-wrap: wrap;
                gap: 0.5rem;

                input {
                    width: 1rem;
                    height: 1rem;
                }
            }
        }

        .actions {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;

            .cookies-button {
                padding: 1rem;
                cursor: pointer;
                width: auto;
            }
        }
    }

    &:not([settings="true"]) {
        .cookies-settings {
            display: none;
        }
    }

    &[settings="true"] {
        .cookies-no-settings {
            display: none;
        }
    }
}

/* #0 /var/www/u234675/data/www/awd.vules.pl/Plugins/Gallery/Resources/Front/style.Gallery.css */
.gallery {
    .image[full] {
        cursor: pointer;
    }
}

.gallery-view {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    padding: 1rem;
    gap: 1rem;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;

    .gallery-view-button {
        backdrop-filter: blur(0.5rem);
        background-color: hsla(0, 0%, 20%, 0.25);
        color: white;
        align-self: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        line-height: 1;
        padding: 1rem;
        z-index: 1;
    }

    .gallery-view-button.gallery-view-close-button {
        top: 1rem;
        right: 1rem;
        position: absolute;
    }

    .gallery-view-content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 1%;
        flex-grow: 1;
        width: 0%;
        height: 100%;
        overflow-y: auto;

        img.gallery-view-image {
            object-fit: contain;
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            transition: 0.2s;
        }

        &[zoom="true"] {
            img.gallery-view-image {
                height: auto;
                max-width: 100%;
                max-height: initial;
            }
        }
    }
}

@media (max-width:768px) {
    .gallery-view {
        overflow-y: auto;
    }

    .gallery-view .gallery-view-content {
        width: 100%;
        height: 100%;
    }

    .gallery-view .gallery-view-button.gallery-view-prev-button {
        position: absolute;
        left: 0px;
        width: 33.33%;
        top: auto;
        bottom: 0px;
        transform: none;
    }

    .gallery-view .gallery-view-button.gallery-view-next-button {
        position: absolute;
        left: 66.66%;
        width: 33.33%;
        top: auto;
        bottom: 0px;
        transform: none;
    }

    .gallery-view .gallery-view-button.gallery-view-close-button {
        left: 33.33%;
        width: 33.33%;
        top: auto;
        bottom: 0px;
        transform: none;
    }
}

/* #0 /var/www/u234675/data/www/awd.vules.pl/Plugins/GoogleMaps/Resources/Front/style.GoogleMap.css */
.gm-map {}

.gm-map .gm-map-container {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gm-map .gm-map-container .gm-map-element {
    flex-grow: 1;
    width: 0%;
    height: 100%;
}

.gm-map .gm-map-container .gm-map-sidebar-button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    z-index: 5;
}

.gm-map .gm-map-container .gm-map-sidebar {
    background-color: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
    width: 25rem;
    height: 100%;
    overflow: hidden;
    transition: 0.4s width;
}

.gm-map .gm-map-container .gm-map-sidebar .gm-map-sidebar-content {
    display: flex;
    flex-direction: column;
    width: 25rem;
    height: 100%;
}

.gm-map .gm-map-container .gm-map-sidebar .gm-map-sidebar-content .gm-map-sidebar-header {
    width: 100%;
    min-height: 3rem;
}

.gm-map .gm-map-container .gm-map-sidebar .gm-map-sidebar-content .gm-map-sidebar-body {
    flex-grow: 1;
    width: 100%;
    height: 0%;
    overflow-y: auto;
}

.gm-map .gm-map-container .gm-map-sidebar .gm-map-sidebar-content .gm-map-sidebar-footer {
    width: 100%;
}

.gm-map .gm-map-container .gm-map-sidebar .gm-map-sidebar-content .gm-map-sidebar-pin {}

.gm-map[is-sidebar="false"] .gm-map-container .gm-map-sidebar {
    width: 0px;
}

@media (max-width: 1024px) {
    .gm-map .gm-map-container .gm-map-sidebar {
        position: absolute;
        top: 0px;
        right: 0px;
        width: min(25rem, 90%) !important;
        height: 100% !important;
        z-index: 1;
        transition: 0.4s transform;
    }

    .gm-map .gm-map-container .gm-map-sidebar .gm-map-sidebar-content {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100% !important;
        z-index: 1;
    }

    .gm-map[is-sidebar="false"] .gm-map-container .gm-map-sidebar {
        transform: translateX(100%);
    }
}