@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--login-color: #f9ed62 }@font-face{font-family:euclid-circular-bold;src:url(/build/assets/EuclidCircularB-Bold-SGIEJuNM.woff2) format("woff2");font-weight:700;font-style:bold}@font-face{font-family:stratos-medium;src:url(/build/assets/StratosLCWeb-Medium-BxvTqu5F.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:trivia-regular;src:url(/build/assets/trivia-grotesk-n3-mvJjTIX0.otf) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:trivia-bold;src:url(/build/assets/trivia-grotesk-n3-bold-D3YqHnYf.otf) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:grotesk;src:url(/build/assets/SpaceGrotesk-DIScfSlK.ttf) format("truetype");font-weight:100 900;font-style:normal}*{box-sizing:border-box;font-family:Roboto,serif}body{background-color:#efefef;margin:0}h1{font-size:26px;font-style:normal;font-weight:500;line-height:normal;margin:0}h2{font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin:0}h3{font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin:0}h4{font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin:0}h5{font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin:0}h6{font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin:0}.fade-in{animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.decker-scroll{overflow-y:auto;overflow-x:hidden;width:100%;height:calc(100vh - 70px - 2rem)}.decker-scroll-x{overflow-x:auto;max-width:calc(100vw - 327px - 2rem)}.decker-scroll::-webkit-scrollbar-thumb:hover,.decker-scroll-x::-webkit-scrollbar-thumb:hover{cursor:n-resize}.decker-scroll::-webkit-scrollbar-track,.decker-scroll-x::-webkit-scrollbar-track{background-color:transparent}.decker-scroll::-webkit-scrollbar,.decker-scroll-x::-webkit-scrollbar{width:6px;background-color:transparent}.decker-scroll::-webkit-scrollbar-thumb,.decker-scroll-x::-webkit-scrollbar-thumb{background-color:#12121250;border-radius:10px}.layout{display:flex;height:100vh;overflow:hidden}.layout .menu{width:327px;flex-shrink:0;background-color:#fff}.layout .menu img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.layout .menu .tabs{display:flex;flex-direction:column;gap:10px}.layout .menu .tab-link{text-decoration:none}.layout .menu .decker-logo{position:fixed;padding:0 0 35px 35px;bottom:0;left:0}.layout .menu .decker-logo img{width:118px;height:auto}.layout .menu .vv-logo{position:relative;display:flex;justify-content:center;align-items:center;padding:3%}.layout .menu .vv-logo img{width:90%;height:90%}.layout .content{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;background-color:#efefef}.layout .content .header{height:70px;flex-shrink:0;background-color:#fafafa;color:#121212;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;box-shadow:0 2px 5px #0000001a}.layout .content .main{flex-grow:1;overflow:hidden;padding:1.5rem 1rem;background-color:#efefef}.layout .tab-button{background:none;color:#121212;display:flex;align-items:center;gap:.5rem;padding:10px 35px;opacity:50%;border:none;cursor:pointer;font-size:1rem;text-align:left;width:100%;transition:background-color .3s ease,color .3s ease}.layout .tab-button.active{background-color:#fefbbe;opacity:100%}.layout .tab-button:hover{background-color:#fff98a60;opacity:75%}.layout .tab-button.active:hover{background-color:#fefbbe;opacity:100%}.layout .tab-button .icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.layout .content-page{position:relative;display:flex;flex-direction:column;gap:15px;height:100%}.layout .content-page .decker-grid-container{flex-grow:1}.layout .content-page .no-data-message{text-align:center}.layout .content-page .decker-pagination{margin-top:auto}.layout .content-progress{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:100%}.layout .content-progress .steps{display:flex;align-items:center;justify-content:center;min-width:100%;border-radius:10px;background-color:#fff}.layout .content-progress .steps .draft-button{position:absolute;right:25px;top:17px}.layout .content-progress .steps .back-button{position:absolute;left:20px;top:17px}.layout .content-progress .steps .step-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;height:81px}.layout .content-progress .steps .step-wrapper .step{display:flex;flex-direction:column;align-items:center;text-align:center}.layout .content-progress .steps .step-wrapper .step .circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;opacity:30%;font-weight:700;color:#121212;background-color:#efefef;transition:all .2s}.layout .content-progress .steps .step-wrapper .step .circle.active{background-color:#fefbbe;opacity:100%}.layout .content-progress .steps .step-wrapper .step .label{margin-top:8px;font-size:.9rem;font-weight:700;color:#121212;opacity:30%}.layout .content-progress .steps .step-wrapper .step .label.active{opacity:100%}.layout .content-progress .steps .step-wrapper .dashed-line{width:180px;height:2px;margin-top:-20px;background:repeating-linear-gradient(to right,#ccc,#ccc 5px,transparent 5px,transparent 10px)}.layout .store-form{background-color:#fafafa;border-radius:12px;padding:24px}.layout .store-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.layout .store-form__column{display:flex;flex-direction:column}.layout .store-form__subtitle{font-size:16px;font-weight:500;margin-bottom:16px;color:#424242}.layout .store-form__fields{display:flex;flex-direction:column;gap:20px;margin-top:20px}.layout .store-form__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.layout .store-form__textarea{width:100%;height:178px;padding:12px;border-radius:10px;resize:none;background-color:#efefef;margin-bottom:16px;font-family:inherit}.layout .store-form__textarea::-moz-placeholder{color:#9e9e9e}.layout .store-form__textarea::placeholder{color:#9e9e9e}.layout .store-form__actions{display:flex;justify-content:space-between;align-items:center}.layout .screen-wrapper{margin-bottom:20px}.layout .text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.layout .resolution-label{cursor:pointer;display:flex;align-items:center;margin-right:10px}.layout .resolution-radio{display:none}.layout .resolution-box{border:1px solid rgba(18,18,18,.3137254902);background-color:#f0f0f0;transition:all .2s ease}.layout .resolution-box--portrait{width:18px;height:30px}.layout .resolution-box--landscape{width:30px;height:18px}.layout .resolution-box--active{border:2px solid rgba(18,18,18,.3137254902);background-color:#fff}.layout .resolution-text{font-size:1rem;color:#121212}
