/* /Components/General/ImageManagement/ImageGallery.razor.rz.scp.css */
body[b-xu9ckr0bf4] {
}
/* /Components/General/ImageManagement/ImageLightboxModal.razor.rz.scp.css */
.row > .column[b-2mnrlfxpuc] {
    padding: 0 8px;
}

.row[b-2mnrlfxpuc]:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column[b-2mnrlfxpuc] {
    float: left;
    width: 25%;
}

@keyframes zoom-b-2mnrlfxpuc {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Modal (background) */
.image-gallery-modal[b-2mnrlfxpuc] {
    display: none;
    position: fixed;
    z-index: 10001;
    padding-top: 100px;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.image-gallery-modal-content[b-2mnrlfxpuc] {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.image-gallery-modal-content[b-2mnrlfxpuc], .caption-container[b-2mnrlfxpuc] {
    animation-name: zoom-b-2mnrlfxpuc;
    animation-duration: 0.6s;
}
/* The Close Button */
.close[b-2mnrlfxpuc] {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover[b-2mnrlfxpuc],
    .close:focus[b-2mnrlfxpuc] {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/* Hide the slides by default */
.mySlides[b-2mnrlfxpuc] {
    display: none;
}

/* Next & previous buttons */
.prev[b-2mnrlfxpuc],
.next[b-2mnrlfxpuc] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next[b-2mnrlfxpuc] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover[b-2mnrlfxpuc],
    .next:hover[b-2mnrlfxpuc] {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext[b-2mnrlfxpuc] {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: -32px;
}

/* Caption text */
.caption-container[b-2mnrlfxpuc] {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo[b-2mnrlfxpuc] {
    opacity: 0.6;
}

.active[b-2mnrlfxpuc],
.demo:hover[b-2mnrlfxpuc] {
    opacity: 1;
}

img.hover-shadow[b-2mnrlfxpuc] {
    transition: 0.3s;
}

.hover-shadow:hover[b-2mnrlfxpuc] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
