body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;margin:0}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 48}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{--color-scheme-1:#b2d3e6;--color-scheme-2:#bbd5e5;--color-scheme-3:#c5d8e5;--color-scheme-4:#cedae4;--color-scheme-5:#d8dce3;--color-scheme-6:#e1dee2;--color-scheme-7:#ebe1e2;--color-scheme-8:#f4e3e1;--card-background-white:#fff;--font-size-h2-large:1.8rem;font-family:Metropolis,sans-serif}.shadow{box-shadow:0 0 27px -1px rgba(0,0,0,.3)}.shadow-small{box-shadow:0 0 17px -1px rgba(0,0,0,.3)}.card-view{background:#eff0f5;border-radius:20px;box-shadow:0 0 27px -1px rgba(0,0,0,.3);cursor:pointer;transition:all .5s ease}.card-view:hover{background:#f2f3f8;-webkit-transform:scale(1.1);transform:scale(1.1)}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.login{align-items:center;background:radial-gradient(circle,#635270 0,#331f3d 100%);display:flex;flex-direction:column;height:100vh;width:100vw}.login .logo{height:50vh;margin-bottom:50px;margin-top:20vh;max-width:60vw;object-fit:contain}@media screen and (max-width:1200px){#root>div.MuiBox-root.css-ue6sde>div>div{align-items:center;display:flex;flex-direction:column}}@media screen and (max-width:500px){#root>div.MuiBox-root.css-ue6sde>div>div>div.MuiGrid-root.MuiGrid-grid-xs-6.css-1jssz31-MuiGrid-root>img{height:200px;width:200px}}.status-item{display:flex;flex-direction:column;justify-content:space-between;margin:25px 0;max-width:150px;min-width:80px}.status-item.card-view:hover{background:#f2f3f8;-webkit-transform:scale(1.05);transform:scale(1.05)}.view-item .content-text.status p{font-size:1.4rem}.view-item .content-text.status h5{font-size:1rem}.status-item p{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;font-family:Metropolis Light,sans-serif;font-size:1rem;margin:.5rem 0 0;white-space:pre-line}.status-item h2,.status-item p{overflow:hidden;text-overflow:ellipsis}.status-item h2{font-family:Metropolis,sans-serif;font-size:1.8rem;margin:0}.status-item h3{color:#505050;font-family:Metropolis Medium,sans-serif;font-size:1.4rem;margin:0}.status-item h4{color:#505050;font-family:Metropolis Thin,sans-serif;font-size:1.2rem;margin:5px 0 0}.status-item .content-time{display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem;margin-top:1rem;text-align:center}.status-item .content-image{align-content:center;aspect-ratio:1;display:grid;max-height:150px;min-height:100px;width:100%}.status-item .content-image img{aspect-ratio:1;border-top-left-radius:20px;border-top-right-radius:20px;height:100%;object-fit:cover;width:100%}@media screen and (max-width:768px){.view-item .content-text.status{padding:25px 30px}}@media only screen and (max-width:700px){.status-item p{-webkit-line-clamp:4}.view-item .content-text.status p{font-size:1.2rem;line-height:1.6rem}}@media only screen and (max-width:500px){.status-item{margin:15px 0}.status-item .content-text{margin:0;max-width:40%}.status-item p{-webkit-line-clamp:3}.view-item .content-text.status{padding:20px 30px}.view-item .content-image.status,.view-item .content-image.status img{height:35vh}.view-item .card-view{margin:20px 0;width:90%}.view-item .content-text.status p{font-size:1.1rem;line-height:1.3rem}.view-item .content-text.status h5{font-size:1rem;line-height:1.2rem}}.lazy-load-image-background.blur{-webkit-filter:blur(15px);filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{-webkit-filter:blur(0);filter:blur(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.loading-dialog{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-dialog-content{background-color:#fff;border-radius:1rem;box-shadow:0 2px 10px rgba(0,0,0,.2);padding:40px;text-align:center}.loading-dialog-content h2{font-size:1.8rem;margin-bottom:.2rem;margin-top:1.5rem}.loading-dialog-content p{font-size:1.1rem}.loading-spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;margin:0 auto 10px;width:40px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loading-title{color:#333;font-size:20px;margin:0}.loading-subtitle{color:#666;font-size:14px;margin:5px 0 0}.status{align-items:center;display:flex;flex-direction:column;position:relative}.status-list{grid-column-gap:3rem;align-content:center;-webkit-column-gap:3rem;column-gap:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,150px));justify-content:center;margin:2rem;max-width:60%}.status .create-new{align-items:center;display:flex;flex-direction:column;font-family:Metropolis Thin,sans-serif;margin-top:2.5rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.create-new-galerie{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.create-new-galerie:active{-webkit-transform:scale(.95);transform:scale(.95)}@media screen and (max-width:1200px){.status-list{-webkit-column-gap:2.5rem;column-gap:2.5rem;max-width:75%}}@media screen and (max-width:768px){.status-list{-webkit-column-gap:2rem;column-gap:2rem;margin:0 1rem 1rem;max-width:90%}}@media screen and (max-width:500px){.status-list{-webkit-column-gap:1.3rem;column-gap:1.3rem;margin:.5rem;max-width:100%}}.App{align-items:center;display:flex}.view-item .card-view:hover{-webkit-transform:scale(1);transform:scale(1)}.view-item .lazy-load-image-background.blur.lazy-load-image-loaded{width:inherit}.view-item .card-view{background-color:#fff;border-radius:40px;cursor:default;margin:50px 0;max-width:700px;min-height:80vh;overflow:hidden;width:80%}.view-item{align-items:center;display:flex;flex-direction:column}.view-item h2{font-size:2.8rem;font-weight:800;margin-bottom:1rem;margin-top:0}.view-item p{font-size:1.2rem;font-weight:200;margin:0;text-align:justify;white-space:pre-line}.view-item .content-text{padding:40px 60px}.view-item .content-image,.view-item .content-image img{border-top-left-radius:40px;border-top-right-radius:40px;cursor:pointer;height:60vh;max-height:400px;object-fit:cover;position:relative;width:100%}@media screen and (max-width:768px){.view-item .content-text{padding:25px 30px}}@media screen and (max-width:500px){.view-item .content-text{padding:20px 30px}.view-item .content-image,.view-item .content-image img{height:35vh}.view-item .card-view{margin:20px 0;width:90%}.view-item h2{font-size:2rem;margin-bottom:1rem}.view-item p{font-size:1rem;line-height:1.2rem}}.carousel-frame{background-color:rgba(0,0,0,.37);height:100vh;margin-bottom:15vh;position:fixed;width:100vw;z-index:10}.carousel,.carousel-frame{display:flex;justify-content:center;top:0}.carousel{align-items:center;bottom:0;margin:auto 0;max-height:80vh;max-width:100%;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.carousel-frame .cancel{height:35px;left:15vw;position:fixed;top:10vh;width:35px}.carousel-frame .material-symbols-outlined{aspect-ratio:1;background-color:rgba(22,13,9,.62);border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;padding-left:4px;padding-top:3px;text-align:center;transition:all .3s ease-in-out;width:30px;z-index:1}.slide{border-radius:1rem;box-shadow:0 0 15px #555;height:100%;object-fit:cover;width:100%}.carousel img{height:inherit;max-height:80vh;max-width:50vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.slide-hidden{display:none}.arrow{color:#fff;-webkit-filter:drop-shadow(0 0 5px #555);filter:drop-shadow(0 0 5px #555);font-size:2.6rem;height:2rem;position:absolute;width:2rem}.arrow:hover{cursor:pointer}.arrow-left{left:-3.5rem}.arrow-right{right:-3rem}.indicators{bottom:1rem;display:flex;position:absolute}.indicator{background-color:#fff;border:none;border-radius:100%;box-shadow:0 0 5px #555;cursor:pointer;height:.6rem;margin:0 .2rem;outline:none;width:.5rem}.indicator-inactive{background-color:grey}@media screen and (max-width:700px){.carousel img{max-height:80vh;max-width:70vw}}@media screen and (max-width:500px){.carousel img{max-height:80vh;max-width:90vw}.arrow-left{left:0}.arrow-right{right:0}}.cancel-button button:hover{background-color:rgba(22,13,9,.62);-webkit-transform:scale(1.2);transform:scale(1.2)}.cancel-button button{background-color:rgba(22,13,9,.62);border-radius:50%;color:#fff;font-size:2rem;height:35px;left:30px;top:30px;width:35px}.cancel-button button,.cancel-button button.top-left{cursor:pointer;pointer-events:bounding-box;position:absolute;transition:all .3s ease-in-out;z-index:1}.cancel-button button.top-left{background-color:initial;color:#000;left:5vh;top:1rem}@media screen and (max-width:768px){.cancel-button button.top-left{left:0;margin-top:1rem;position:relative;top:0}.cancel-button{left:auto;width:90%}}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:100;src:url(/static/media/metropolis-latin-100-normal.9948fc3057b02be58d05.woff2) format("woff2"),url(/static/media/metropolis-latin-100-normal.74289d7167d1a2d2012d.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:200;src:url(/static/media/metropolis-latin-200-normal.5a251f47d83e213d1d48.woff2) format("woff2"),url(/static/media/metropolis-latin-200-normal.6dea3395536fa0ca5ed6.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:300;src:url(/static/media/metropolis-latin-300-normal.53036a05f6557c05e491.woff2) format("woff2"),url(/static/media/metropolis-latin-300-normal.5755ea3780028b868b12.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:400;src:url(/static/media/metropolis-latin-400-normal.c7106e4ab743a4136ded.woff2) format("woff2"),url(/static/media/metropolis-latin-400-normal.d6363f8209002f967c3d.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:500;src:url(/static/media/metropolis-latin-500-normal.e71bda5d8dc5522e5325.woff2) format("woff2"),url(/static/media/metropolis-latin-500-normal.fc9003575a03798e8b11.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:600;src:url(/static/media/metropolis-latin-600-normal.015736ac96a0f4b445b5.woff2) format("woff2"),url(/static/media/metropolis-latin-600-normal.fd4567468716cbe42bc4.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:700;src:url(/static/media/metropolis-latin-700-normal.3b74274ca1cfa68e1dea.woff2) format("woff2"),url(/static/media/metropolis-latin-700-normal.a1e10adde11254f9aff2.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:800;src:url(/static/media/metropolis-latin-800-normal.76419cbd5aa1d288fb3a.woff2) format("woff2"),url(/static/media/metropolis-latin-800-normal.0350e2932fca68766183.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:900;src:url(/static/media/metropolis-latin-900-normal.e9fa7a7ea1ecd58d4fc6.woff2) format("woff2"),url(/static/media/metropolis-latin-900-normal.d927a0aa1c68069a826a.woff) format("woff")}.galerie-item{display:flex;flex-direction:row;justify-content:space-between;margin:25px 0;max-height:150px;max-width:600px;min-height:80px;min-width:250px;padding:15px 30px;width:80%}.galerie-item.card-view:hover{background:#f2f3f8;-webkit-transform:scale(1.05);transform:scale(1.05)}.galerie-item .content-text{display:flex;flex-direction:column;margin-right:5%;max-height:100%;max-width:400px;padding-top:.5rem;text-align:start;width:70%}.seperator{background-color:#dedede;margin-right:10px;max-height:100%}.galerie-item p{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;font-family:Metropolis Light,sans-serif;font-size:1rem;margin:.5rem 0 0;white-space:pre-line}.galerie-item h2,.galerie-item p{overflow:hidden;text-overflow:ellipsis}.galerie-item h2{font-family:Metropolis,sans-serif;font-size:1.8rem;margin:0}.galerie-item h3{color:#505050;font-family:Metropolis Medium,sans-serif;font-size:1.4rem;margin:0}.galerie-item h4{color:#505050;font-family:Metropolis Thin,sans-serif;font-size:1.2rem;margin:5px 0 0}.galerie-item .content-time{display:flex;flex-direction:column;justify-content:center;min-width:55px;text-align:center;width:17%}.galerie-item .content-image{align-content:center;aspect-ratio:1;display:grid;max-width:150px;min-height:100px;min-width:100px;width:30%}.galerie-item .content-image img{aspect-ratio:1;border-radius:50%;object-fit:cover;width:100%}@media only screen and (max-width:768px){.galerie-item p{-webkit-line-clamp:4}.galerie-item .card-view{box-shadow:0 0 27px -1px rgba(0,0,0,.2)}}@media only screen and (max-width:500px){.galerie-item{margin:15px 0}.galerie-item .seperator{margin:0}.galerie-item .content-text{margin:0;max-width:60%}.galerie-item p{-webkit-line-clamp:3}}.galerie{position:relative}.galerie,.galerie .create-new{align-items:center;display:flex;flex-direction:column}.galerie .create-new{font-family:Metropolis Thin,sans-serif;margin:1.5rem 0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.create-new button{font-family:Metropolis,sans-serif;font-size:1rem;font-weight:700;margin:0}.create-new-galerie{background-color:var(--color-scheme-2);border:0;border-radius:2rem;cursor:pointer;height:3.5em;transition:all .2s ease;width:80%}.create-new-galerie:active{scale:.95}.scanner h2{font-size:2.8rem;text-align:center}.scanner{align-items:center;display:flex;flex-direction:column;position:relative}#html5qr-code-full-region{border:0;padding:40px}#html5qr-code-full-region__dashboard_section{align-items:center;display:flex;flex-direction:column}#html5-qrcode-button-camera-start{margin-left:auto;margin-right:auto}#html5-qrcode-anchor-scan-type-change{background-color:var(--color-scheme-2)}#html5-qrcode-anchor-scan-type-change,.scanner .reader button{align-items:center;border:2px solid #fff;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:14px;margin-bottom:30px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.scanner .reader button{background-color:#ffabb8}.scanner .reader{aspect-ratio:1;max-width:500px;min-width:300px;width:40%}.menu{margin:50px 0}.menu-list .card-view{display:flex;flex-direction:column}.menu-list{grid-column-gap:35px;grid-row-gap:65px;-webkit-column-gap:35px;column-gap:35px;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,15%));justify-content:space-evenly;margin:0 10%;row-gap:65px}.menu-list .menu-item-name{font-family:Metropolis,sans-serif;font-size:x-large;font-weight:700;margin:0 0 15px;text-align:center}.menu-list .menu-item-image{aspect-ratio:1;margin:18%}@media only screen and (max-width:1200px){.menu-list{-webkit-column-gap:35px;column-gap:35px;grid-template-columns:repeat(auto-fit,minmax(150px,17%))}.menu-list .menu-item-name{font-size:larger;margin-bottom:12px}.menu-list .menu-item-image{margin:14%}}@media only screen and (max-width:768px){.menu-list{-webkit-column-gap:25px;column-gap:25px;grid-template-columns:repeat(auto-fit,minmax(150px,25%));margin:0 5%}.menu-list .menu-item-name{font-size:large;margin-bottom:10px}.menu-list .menu-item-image{aspect-ratio:1;margin:12%;width:80%}}@media only screen and (max-width:480px){.menu-list{-webkit-column-gap:15px;column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(110px,40%));margin:0 5%}.menu-list .menu-item-name{font-size:medium}.menu-list .menu-item-image{margin:10%}}.group-dialog{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.group-dialog-content{background-color:#fff;border-radius:1rem;box-shadow:0 2px 10px rgba(0,0,0,.2);display:flex;flex-direction:column;max-width:500px;padding:40px;text-align:center}.group-dialog-content h2{font-size:1.8rem;margin-bottom:.2rem;margin-top:1.5rem}.group-dialog-content p{font-size:1.1rem;margin-bottom:2rem}.group-dialog-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-top:2rem}.group-dialog-buttons .join{background-color:#ffabb8;margin-bottom:30px}.group-dialog-buttons .create,.group-dialog-buttons .join{align-items:center;border:2px solid #fff;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.7rem 1.2rem;text-decoration:none;transition:all .3s ease}.group-dialog-buttons .create{background-color:#4b3d53;display:flex}.group-title{color:#333;font-size:20px;margin:0}.group-subtitle{color:#666;font-size:14px;margin:5px 0 0}.header{background:linear-gradient(-90deg,#4b3d53,#301f38);height:75px}.header .content img{cursor:pointer;height:45px}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:3px;padding-right:5px}.logout{align-items:center;background-color:#44354c;border:2px solid #fff;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:14px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.logout:active{-webkit-transform:scale(.95);transform:scale(.95)}.logout:hover{background-color:#613a67}.header .content{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 15%}.vouchers{align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.vouchers,.vouchers .card-view{display:flex;flex-direction:column;position:relative}.voucher-list{grid-column-gap:4rem;grid-row-gap:65px;-webkit-column-gap:4rem;column-gap:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,15%));justify-content:space-evenly;margin-top:3rem;row-gap:65px;width:65%}.vouchers .content-text{margin-bottom:0;margin-left:10%;margin-right:10%}.vouchers .card-view .activated-icon{color:#3498db;font-size:2.2rem;position:absolute;right:1.8rem;top:1.8rem}.vouchers .content-text h2{-webkit-line-clamp:1;font-size:2.3rem;font-weight:700;margin:10px 0 5px;word-break:break-all}.vouchers .content-text h2,.vouchers .content-text p{-webkit-box-orient:vertical;display:-webkit-box;font-family:Metropolis,sans-serif;overflow:hidden;text-align:center;text-overflow:ellipsis}.vouchers .content-text p{-webkit-line-clamp:3;font-size:1.2rem;font-weight:400;height:3.6rem;margin:0 0 15px}.vouchers .content-image{margin:18% 18% 0}.vouchers img{max-height:100%;max-width:100%;object-fit:cover}@media only screen and (max-width:1200px){.voucher-list{-webkit-column-gap:35px;column-gap:35px;grid-template-columns:repeat(auto-fit,minmax(170px,20%));width:80%}.vouchers .content-image{margin:14% 14% 0}.vouchers .content-text h2{font-size:1.8rem}.vouchers .content-text p{line-clamp:3;font-size:1.2rem;height:3.6rem}}@media only screen and (max-width:768px){.voucher-list{-webkit-column-gap:25px;column-gap:25px;grid-template-columns:repeat(auto-fit,minmax(170px,25%));row-gap:30px;width:80%}.vouchers .content-text{margin-bottom:0;margin-left:10px;margin-right:10px}.vouchers .content-image{margin:12% 12% 0}.vouchers .content-text h2{font-size:1.6rem}.vouchers .content-text p{line-clamp:3;font-size:1rem;height:3rem}}@media only screen and (max-width:480px){.voucher-list{-webkit-column-gap:15px;column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(125px,40%));width:90%}.vouchers .content-image{margin:12% 12% 0}.vouchers .content-text h2{font-size:1.3rem}.vouchers .content-text p{line-clamp:2;font-size:.75rem;height:1.5rem}}.view-voucher{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:800px}.view-voucher .card-view:hover{cursor:default;-webkit-transform:scale(1);transform:scale(1)}.view-voucher .content-image{width:auto}.view-voucher img{max-height:250px}.view-voucher .content-text{overflow:visible;white-space:break-spaces;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.view-voucher h2{font-size:2.8rem}.view-voucher .voucher-item h2{display:block;font-size:2rem;word-break:normal}.view-voucher .voucher-item p{line-clamp:none;-webkit-line-clamp:unset;font-size:1.1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;white-space:normal}.view-voucher .button{align-items:center;background-color:#ffabb8;border:2px solid #fff;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;margin-bottom:30px;padding:.7rem 1.2rem;text-decoration:none;transition:all .3s ease}.view-voucher .buttons{align-content:space-evenly;display:flex;flex-direction:row;gap:1rem}.view-voucher button.activate{background-color:var(--color-scheme-3)}.view-voucher .voucher-item{align-items:center;display:flex;flex-direction:column}.view-voucher .author{font-size:1.2rem;font-weight:400;margin-top:2rem;max-width:90%;text-align:center}.view-voucher .activated{font-size:1.2rem;font-weight:300;margin-bottom:2rem;margin-top:0}.view-voucher .card-view{align-items:center;display:flex;flex-direction:column;max-width:-webkit-min-content;max-width:min-content;min-width:150px;padding:1rem}.generator .card-view:hover{cursor:default;-webkit-transform:scale(1);transform:scale(1)}.generator .content{align-items:center;display:flex;flex-direction:column;width:100%}.generator form{max-width:400px;min-width:350px;width:80%}.generator .card-view{align-items:center;aspect-ratio:1;background-color:var(--card-background-white);display:flex;justify-content:center;margin-bottom:25px;margin-top:40px;max-width:320px}.generator .qr-code{aspect-ratio:1;border-radius:1rem;flex-shrink:0;height:95%;object-fit:cover;width:95%}.generator{align-items:center;display:flex;flex-direction:column;position:relative}.generator label{display:block;font-size:1.2rem;font-weight:700;margin-bottom:5px;margin-top:10px}.generator input[type=text],select{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;display:inline-block;margin-bottom:.7rem;outline:none;padding:12px 20px;width:100%}.generator input[type=text]:focus,select:focus{border:2px solid var(--color-scheme-8)}.generator .content button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;margin:2rem 0;padding:14px 20px;width:100%}.generator input[type=submit]:hover{background-color:#45a049}.generator .buttons{display:flex;flex-direction:row;gap:2rem}@media screen and (max-width:500px){.generator{grid-template-columns:1fr 6fr 1fr}.generator form{max-width:400px;min-width:200px;width:80%}.generator input[type=submit]{margin:.5rem 0}.generator .buttons{align-items:center;flex-direction:column;gap:10px;margin-top:2rem;width:50%}.generator .content button{margin:0}.generator .card-view{max-width:250px}}.create-new{align-items:center;display:flex;flex-direction:column;font-family:Metropolis,serif;font-size:large}.create-new .card-view:hover{-webkit-transform:scale(1);transform:scale(1)}.create-new .error{color:#d32f2f;font-size:.9rem}.create-new .content{margin:3% 5%}.create-new .card-view,.create-new .content{align-items:center;display:flex;flex-direction:column;width:80%}.create-new .card-view{background-color:#fff;border-radius:40px;cursor:default;margin:50px 0;max-width:700px;min-height:80vh;overflow:hidden}.create-new .input-text{width:100%}.create-new input[type=submit]{background-color:var(--color-scheme-1);border:none;border-radius:4px;color:#fff;cursor:pointer;margin:2rem 0;max-width:250px;padding:14px 20px;width:80%}.create-new input[type=submit]:hover{background-color:#aac9da}.image-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:100%;overflow:auto}.image-item{align-items:center;aspect-ratio:1;border-radius:10%;display:flex;justify-content:center;overflow:hidden;transition:opacity .5s ease,-webkit-transform .5s ease;transition:transform .5s ease,opacity .5s ease;transition:transform .5s ease,opacity .5s ease,-webkit-transform .5s ease}.image-item.dragging{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1);z-index:1}.image-list-container{width:100%}.image-list label{cursor:pointer}.add-icon{align-items:center;background-color:#e2e2e2;border-radius:10%;display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}.add-icon,.image-item img{aspect-ratio:1;object-fit:cover}.image-item img{height:auto;max-height:100%;max-width:100%;width:auto}.progress-dialog{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.progress-dialog-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);padding:2rem;text-align:center}.progress-title{color:#333;font-size:1.8rem;margin:0 0 1rem}.progress-subtitle{color:#666;font-size:1rem;margin:5px 0 2rem}.info{position:relative}.info-content{align-items:center;display:flex;flex-direction:column;margin-top:2rem}.info-content h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.info-content h3{font-size:1.6rem;font-weight:200}.video-item{display:flex;flex-direction:column;height:250px;justify-content:space-between;margin:25px 0;max-width:400px;width:30%}.video-item.card-view:hover{background:#f2f3f8;-webkit-transform:scale(1.05);transform:scale(1.05)}.video-item p{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;font-family:Metropolis Light,sans-serif;font-size:1rem;margin:.5rem 0 0;white-space:pre-line}.video-item h2,.video-item p{overflow:hidden;text-overflow:ellipsis}.video-item h2{font-family:Metropolis,sans-serif;font-size:1.8rem;padding:1rem;text-align:center;width:100%}.video-item .content-image{align-content:center;margin:1rem auto 0;max-height:250px;max-width:90%}.video-item .content-text{align-content:center;align-items:center;display:flex;justify-content:center;min-height:100px;width:100%}.video-item .content-image img{border-radius:1rem;height:100%;max-height:250px;object-fit:cover;width:100%}@media screen and (max-width:1200px){.video-item{width:50%}}@media screen and (max-width:768px){.video-item{margin-top:4rem;width:70%}}@media screen and (max-width:500px){.video-item{width:90%}}.videos{position:relative}.create-new-status,.videos,.videos-list{align-items:center;display:flex;flex-direction:column}.create-new-status{font-family:Metropolis,serif;font-size:large;position:relative}.create-new-status .card-view:hover{-webkit-transform:scale(1);transform:scale(1)}.status-photo{max-height:400px;object-fit:cover;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1200px){.status-photo{max-height:350px}}@media screen and (max-width:760px){.status-photo{max-height:250px}}@media screen and (max-width:500px){.status-photo{max-height:150px}}.create-new-status .error{color:#d32f2f;font-size:.9rem}.create-new-status .content{margin:3% 5%}.create-new-status .card-view,.create-new-status .content{align-items:center;display:flex;flex-direction:column;width:80%}.create-new-status .card-view{background-color:#fff;border-radius:40px;cursor:default;margin:50px 0;max-width:700px;min-height:80vh;overflow:hidden}.create-new-status .input-text{width:100%}.create-new-status input[type=submit]{background-color:var(--color-scheme-1);border:none;border-radius:4px;color:#fff;cursor:pointer;margin:2rem 0;max-width:250px;padding:14px 20px;width:80%}.create-new-status input[type=submit]:hover{background-color:#aac9da}