.imageGalleryDialog .dialogWrapper>.wrapper{position:relative;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:unset;background-color:transparent;box-shadow:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset;background-color:rgba(var(--text-color-rgb),.5)}.imageGalleryDialog .imageGalleryDialogWrapper{position:absolute;width:100%;height:100%;max-width:1800px}.imageGalleryDialog .imageGalleryDialogHeader{position:absolute;top:0;right:0;width:100%;height:60px;max-width:1800px;display:flex;justify-content:flex-start;align-items:center;padding:8px;background:linear-gradient(to bottom,rgba(var(--text-color-rgb),.65),transparent);z-index:2}.imageGalleryDialog .imageGalleryDialogHeader .title{position:relative;width:100%;height:60px;display:flex;justify-content:flex-start;align-items:center;padding:0 70px 0 0}.imageGalleryDialog .imageGalleryDialogHeader .title span{position:relative;display:block;width:100%;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:var(--reverse-color);font-size:13px;text-shadow:0 1px 2px rgba(var(--text-color-rgb),.5)}.imageGalleryDialog .imageGalleryDialogHeader .close{position:absolute;display:flex;justify-content:center;align-items:center;top:8px;right:16px;width:54px;height:44px;border-radius:16px;padding-bottom:2px;color:var(--reverse-color);background-color:transparent;border:2px solid transparent;z-index:3;transition:all .3s}.imageGalleryDialog .imageGalleryDialogHeader .close svg path{stroke:var(--reverse-color)}.imageGalleryDialog .imageGalleryDialogHeader .close:hover{border-color:var(--reverse-color)}.imageGalleryDialog .swiper{width:100%;height:100%;padding:0}.imageGalleryDialog .overlay{position:absolute;top:0;right:0;width:100%;height:100%;z-index:3;display:none}.imageGalleryDialog .imageGalleryDialogSlideWrapper{width:100%;height:100%}.imageGalleryDialog .imageGalleryDialogSlideWrapper .swiper-slide{width:100%;height:100%;z-index:1}.imageGalleryDialog .imageGalleryDialogSlideWrapper .swiper-zoom-container>.dismiss{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0}.imageGalleryDialog .imageGalleryDialogSlideWrapper .swiper-zoom-container{width:100%;height:100%;padding:60px 0 144px}.imageGalleryDialog .imageGalleryDialogSlideWrapper .swiper-zoom-container img{position:relative;display:block;width:auto;height:auto;max-width:100%;max-height:100%;background-size:contain!important;z-index:2}.imageGalleryDialog .next,.imageGalleryDialog .prev{position:absolute;width:48px;height:48px;top:50%;border-radius:50%;opacity:.5;display:flex;justify-content:center;align-items:center;z-index:1;transform:translateY(-50%);background-color:rgba(var(--navigation-color-rgb),.8);-webkit-backdrop-filter:saturate(130%) blur(26px);backdrop-filter:saturate(130%) blur(26px);transition:all .3s}.imageGalleryDialog:hover .next,.imageGalleryDialog:hover .prev{opacity:1}.imageGalleryDialog .prev{right:24px;left:auto}.imageGalleryDialog .next{right:auto;left:24px}.imageGalleryDialog .next:hover,.imageGalleryDialog .prev:hover{background-color:rgba(var(--navigation-color-rgb),.6)}.imageGalleryDialog .prev svg{margin-left:2px}.imageGalleryDialog .next svg{margin-right:2px}.imageGalleryDialog .next svg path,.imageGalleryDialog .prev svg path{stroke-width:80;stroke:rgba(var(--text-color-rgb),.6)}.imageGalleryDialog .next:hover svg path,.imageGalleryDialog .prev:hover svg path{stroke:rgba(var(--text-color-rgb),.7)}.imageGalleryDialog .next.swiper-button-disabled,.imageGalleryDialog .prev.swiper-button-disabled{opacity:0!important;transform:translateY(-50%) scale(.1)}.imageGalleryDialog .imageGalleryDialogThumbs{position:absolute;bottom:0;right:0;width:100%;height:144px;max-width:1800px;display:flex;justify-content:flex-start;align-items:center;padding:8px 0;background:linear-gradient(to top,rgba(var(--text-color-rgb),.65),transparent);z-index:2}.imageGalleryDialog .imageGalleryDialogThumbs .swiper{padding:16px 16px 16px 0}.imageGalleryDialog .imageGalleryDialogThumbs .swiper-slide{width:100px;height:100px;margin-left:16px!important;display:flex;justify-content:center;align-items:center;background-color:rgba(var(--reverse-color-rgb),.05);border:4px solid rgba(var(--reverse-color-rgb),.2);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s}.imageGalleryDialog .imageGalleryDialogThumbs .swiper-slide-thumb-active{border-color:rgba(var(--reverse-color-rgb),.5)}.imageGalleryDialog .imageGalleryDialogThumbs .swiper-slide:hover{border-color:rgba(var(--reverse-color-rgb),.7)}.imageGalleryDialog .imageGalleryDialogThumbs .swiper-slide:active,.imageGalleryDialog .imageGalleryDialogThumbs .swiper-slide:focus{border:4px solid rgba(var(--reverse-color-rgb),.3)}.imageGalleryDialog .imageGalleryDialogThumbs img{width:auto;height:auto;max-width:100%;max-height:100%;cursor:pointer}@media (max-width:600px){.imageGalleryDialog .next,.imageGalleryDialog .prev{display:none}}