#gallery{padding:1rem;margin:0;max-width:100%;width:100%;justify-content:center;align-items:center;display:flex}.gallery-content{display:flex;flex-wrap:wrap;border-radius:var(--radius);overflow:hidden}#gallery .gallery-item{position:relative;transition:transform .3s ease;box-sizing:border-box;aspect-ratio:1/1}#gallery .gallery-item img{width:100%;height:100%;object-fit:cover}#gallery #loader{height:20vh}#gallery .hidden{display:none}#gallery .delete-button{position:absolute;width:2rem;height:2rem;background-image:url(/_next/static/media/icon-trash.c3f415e5.svg);background-position:50%;background-size:1rem;background-repeat:no-repeat;top:.5rem;right:.5rem;border-radius:100%;background-color:#fff;z-index:10;box-shadow:0 1px 5px 1px rgba(0,0,0,.5);border:0}#gallery .delete-button:hover{cursor:pointer;scale:1.1}#gallery .delete-button:active{cursor:pointer;scale:.9}#gallery .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}#gallery .modal-content,#gallery .modal-overlay{background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}#gallery .modal-content{position:relative;width:auto;height:auto;margin:0;padding:0;border-radius:0;max-width:100%;width:100%;background:linear-gradient(transparent,#000 70%)}#gallery .modal-image{height:100%;width:100%;object-fit:contain}#gallery .modal-content button{display:flex;position:absolute;z-index:999;pointer-events:auto;margin:20px;cursor:pointer;background:none;border:none;overflow:hidden}#gallery .icon-chevron,#gallery .icon-x{display:inline-block;width:30px;height:2rem;z-index:999;filter:invert(1)}#gallery #prev-btn{top:0}#gallery #next-btn{bottom:0}#gallery #close-btn{top:0;right:0}#gallery #prev-btn span{transform:rotate(-90deg)}#gallery #next-btn span{transform:rotate(90deg)}#gallery .image-info{position:absolute;display:flex;justify-content:flex-end;flex-direction:column;bottom:0;width:100%;color:#fff;padding:25px;background:linear-gradient(#000,transparent 20%,transparent 80%,#000 95%);height:100%;pointer-events:none}#gallery .image-info span{width:30px;height:2rem;transform:scale(.8)}#gallery .image-info-alias{display:flex;align-items:center}#gallery .image-info-alias,#gallery .image-info-date{width:-moz-fit-content;width:fit-content;pointer-events:auto}#gallery .next{animation:slideInFromRight .3s forwards}#gallery .prev{animation:slideInFromLeft .3s forwards}#gallery img{background-color:#000}#gallery .btn-close{margin:.5rem auto;padding:.5rem;width:50%}#gallery .gallery-add{display:flex;justify-content:center;align-items:center;background-color:#f9f9f9;cursor:pointer;position:relative;width:200px;height:auto;background-color:var(--secondary-light-grey-alternative);background-position:50%;background-repeat:no-repeat;background-size:20%;background-image:url(/_next/static/media/icon-photo.31bb1fda.svg)}#gallery .gallery-add.hidden{cursor:default;background-image:none}#gallery .gallery-add input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;top:0;left:0}@keyframes slideInFromRight{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width:1600px){#gallery{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (max-width:960px){#gallery{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:640px){#gallery #next-btn{bottom:60px}}#editProfileImageModal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--bgcolor);padding:1.25rem;border-radius:var(--bigradius);box-shadow:0 .375rem .75rem rgba(0,0,0,.5);z-index:99999;width:calc(100% - 2rem);max-width:25rem;display:block!important;min-height:31em!important;box-sizing:border-box;overflow:hidden}#editProfileImageModal .categorytop h1{margin-bottom:0}#editProfileImageModal-blur{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9998}#editProfileImageModal .modal-content-profile{margin-top:56px;background:var(--bgcolor)!important;border-radius:5px;text-align:center;width:100%;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}#editProfileImageModal .upload-module-container{width:100%;box-sizing:border-box;justify-content:center;max-width:100%;display:flex}#editProfileImageModal .upload-module-container .button{max-height:44px}#editProfileImageModal .upload-module-wrap h3{margin-bottom:1rem}#editProfileImageModal .upload-zone{border:.125rem dashed var(--secondary-grey)}#editProfileImageModal .button.red{background-color:#c00;max-width:-moz-fit-content;max-width:fit-content;margin-bottom:1.5rem}#editProfileImageModal .button.red:hover{background-color:#970000}#editProfileImageModal .x-btn{background-image:url(/_next/static/media/icon-x.8c676f52.svg);background-repeat:no-repeat;background-size:2rem;background-position:50%;background-color:transparent;width:3rem;height:3rem;border:0;position:absolute;top:.5rem;right:.5rem;margin-left:.5rem;cursor:pointer}