@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--primary-color: #35ff86;--secondary-color: rgb(255, 255, 255);--tertiary-color: black;--soft-color: #e9e9e9c9;--default-gap: 20px;--small-gap: 10px;--default-border-radius: 4px;--default-transition: all .2s ease-in-out;--default-padding: 20px;--header-height: 80px;--dark-background-color: #202022;--dark-button-color: #2B2B2F;--dark-input-color: #3C3C44;--dark-text-color: white;--dark-primary-stroke: rgba(0, 0, 0, .25)}*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}button{border:none;padding:10px 15px}input[type=text],input[type=password],input[type=email],input[type=number],input{font-family:Montserrat,sans-serif;width:100%;min-width:20px;outline:none;border:none;background:none;transition:all .2s ease-in-out;min-height:1em}input[type=text]:active,input[type=text]:focus,input[type=password]:active,input[type=password]:focus,input[type=email]:active,input[type=email]:focus,input[type=number]:active,input[type=number]:focus,input:active,input:focus{border-bottom:1px solid var(--contrastColor)}@media (max-width: 600px){input[type=text],input[type=password],input[type=email],input[type=number],input{font-size:10pt}}input[type=checkbox]{width:20px;height:20px;border-radius:5px;border:1px solid var(--contrastColor);transition:all .2s ease-in-out;cursor:pointer}input[type=checkbox]:checked{background-color:var(--contrastColor)}.layout-box{display:flex;flex-direction:column;gap:calc(40px + 2.5vw);width:100%;height:auto;padding-bottom:calc(20px + 2.5vw);padding-top:calc(100px + 2.5vw);padding-left:10%;padding-right:10%;overflow:hidden}.layout-box-home{display:flex;flex-direction:column;gap:calc(40px + 2.5vw);width:100%;height:auto;padding-bottom:calc(20px + 2.5vw);padding-top:calc(20px + 2.5vw);padding-left:10%;padding-right:10%;overflow:hidden}.app-body{width:100%;height:auto;background-color:#0f0f0f}.no-mouse-event{pointer-events:none}@media (max-width: 768px){.column-on-mobile{flex-direction:column}}@media (max-width: 768px){.row-on-mobile{flex-direction:row}}.flexbox-row{display:flex;flex-direction:row;gap:20px;height:auto;width:auto}.flexbox-column{display:flex;flex-direction:column;gap:20px;height:auto;width:auto}.column{display:flex;flex-direction:column;gap:var(--default-gap)}.row{display:flex;flex-direction:row;gap:var(--default-gap)}.center-column{align-items:center}.center-row{justify-content:center}.center{justify-content:center;align-items:center}.flex-end{align-items:flex-end}.flex-apart{display:flex;justify-content:space-between}.small-gap{gap:var(--small-gap)}.no-gap{gap:0}.stretch-width{width:100%}.stretch-height{height:100%}.fit-content{width:fit-content;display:flex}.wrap{flex-wrap:wrap}.no-wrap{white-space:nowrap}.relative{position:relative}.page{width:100%;height:100vh}.button-no-style{background-color:transparent;color:var(--tertiary-color);border:none;padding:0;cursor:pointer;transition:all .2s ease-in-out;font-weight:700}@media (max-width: 768px){.not-on-mobile{display:none}}hr{align-self:center;width:100%;height:1px;color:var(--white-text)}.title-container{display:flex;flex-direction:row;gap:20px;height:auto;width:auto;padding:20px 0}.hr-heading{width:100%;height:1px;color:var(--white-text)}.break-div{width:70px;height:1px;background-color:var(--secondary-color)}.no-outline{outline:none!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clickable{cursor:pointer}:root{--fs-xxxl: calc(3rem * var(--font-scale));--fs-xxl: calc(2rem * var(--font-scale));--fs-xl: calc(1.75rem * var(--font-scale));--fs-l: calc(1.5rem * var(--font-scale));--fs-m: calc(1.25rem * var(--font-scale));--fs-n: calc(1rem * var(--font-scale));--fs-s: calc(.75rem * var(--font-scale));--fs-xs: calc(.6rem * var(--font-scale));--ff-heading: "Karla", sans-serif;--ff-accent: "Volkhov", serif;--ff-body: "Inter", sans-serif;--white-text-primary: white }@media (max-width: 600px){:root{--font-scale: 1}}@media (min-width: 601px) and (max-width: 1024px){:root{--font-scale: 1.1}}@media (min-width: 1025px) and (max-width: 1440px){:root{--font-scale: 1.2}}@media (min-width: 1441px) and (max-width: 2560px){:root{--font-scale: 1.3}}html{font-size:14px}*{font-family:var(--ff-heading)}h1,h2,h3,h4,h5,label{color:var(--white-text)}h1{font-size:var(--fs-xxl)}h2,h3{font-size:var(--fs-l)}h4{font-size:var(--fs-m)}h5{font-size:var(--fs-s)}p,input{font-family:var(--ff-body);font-size:1rem;line-height:150%;color:var(--white-text)}a{color:var(--primary-color)}.bold{font-weight:700}.accordion-item .accordion-title{color:var(--white-text);font-family:var(--ff-heading);font-size:var(--fs-m)}.accordion-item.open .accordion-title{color:var(--primary-color)}.accordion-content{color:var(--white-text);font-size:1.125rem;line-height:150%}.primary-button-text,.secondary-button-text{font-family:var(--ff-heading);font-size:var(--fs-n)}.logo-text{color:var(--white-text);font-family:var(--ff-heading);font-size:var(--fs-m)}.nav-link{font-family:var(--ff-heading);color:var(--white-text);font-size:var(--fs-n)}@media (max-width: 768px){.nav-link{font-size:var(--fs-xxl)}}.contact-heading{color:var(--white-text);font-family:var(--ff-heading);font-size:var(--fs-xxl)}.personvern-link,.contact-info{font-size:1rem;font-family:var(--ff-body);text-decoration:none;color:var(--white-text)}.about-title{text-align:center}.special-subtitle{font-size:var(--fs-xxl)}.about-container{text-wrap:balance}.personvern-title{font-family:var(--ff-heading);font-size:var(--fs-l)}.personvern-subtitle{font-family:var(--ff-heading);font-size:var(--fs-m)}.personvern-ul{font-family:var(--ff-body);color:var(--white-text);list-style-position:inside;font-size:1rem}.cta-heading{font-family:var(--ff-heading);font-size:var(--fs-xxxl)}.font-accent{font-family:var(--ff-accent);font-style:italic}.cta-p{font-family:var(--ff-body);font-size:var(--fs-n)}.white-text{color:var(--white-text-primary)}.center-text{text-align:center}:root{--cursor-position-x: 0;--cursor-position-y: 0}.waves{position:relative;z-index:1}.waves:after{content:"";position:absolute;background:conic-gradient(transparent,#35ff86,transparent,#35ff86,transparent,transparent,#35ff86,transparent,transparent,cyan,transparent,transparent,transparent,transparent);width:100%;height:100%;background-size:150% 150%;background-position:var(--cursor-position-x) var(--cursor-position-y);animation:rotateHue 20s linear infinite;border-radius:inherit;filter:blur(20px) hue-rotate(301deg);z-index:-1;animation-delay:1}.waves-hover{position:relative;z-index:1;transition:all .3s ease}.waves-hover:after{transition:all .3s ease;content:"";right:0;bottom:0;position:absolute;background:conic-gradient(transparent,#35ff86,transparent,#35ff86,transparent,transparent,#35ff86,transparent,transparent,cyan,transparent,transparent,transparent,transparent);width:0%;height:0%;background-size:calc(150% + var(--cursor-position-x)) calc(150% + var(--cursor-position-y));animation:rotateHue 20s linear infinite;border-radius:inherit;filter:blur(20px);z-index:-1;animation-delay:2}.waves-hover:hover:after{filter:blur(20px);width:100%;height:90%}@keyframes rotateHue{0%{background-position:30% 0%}25%{background-position:10% 40%}50%{background-position:0% 100%}75%{background-position:70% 20%}to{background-position:30% 0%}}.animated-frontivia-logo #tail-tip{animation:tailMorphTip .7s infinite alternate cubic-bezier(.8,.2,.2,.8)}.animated-frontivia-logo #tail-base{animation:tailMorphBase .7s infinite alternate cubic-bezier(.8,.2,.2,.8)}@keyframes tailMorphTip{0%{d:path("M59.84015357,46.0254423c5.38691616.22382512,10.71587565,2.16171721,15.09921969,5.81367652,1.22153924-3.7139725,1.88238249-7.68244112,1.88238182-11.80525791-.00000048-2.94788646-.33785748-5.81686229-.97696168-8.5703182,7.87837919,3.380512,14.55187481,9.03119489,19.1974437,16.12900582,3.75235303-9.01309035.32268421-19.62800574-8.35853324-24.6401033-15.97058091-9.23408985-35.53976751-9.89760647-52.02751307-1.99055167,10.6891486,4.87318513,19.34383389,13.76526533,23.76350274,25.04424516.47353275-.00679397.94722004-.00035944,1.42046004.01930357Z")}to{d:path("M67.61460285,42.40339899c5.31650495.89651461,10.3609053,3.48635248,14.25252693,7.65837751,1.67692276-3.53180973,2.8294248-7.38631307,3.34560753-11.4766888.36907972-2.92469054.39308167-5.81339155.10374356-8.62519828,7.3931411,4.34029776,13.30665037,10.78204977,17.02700724,18.4056431,4.85128059-8.47236847,2.77760349-19.43315861-5.20778142-25.49272017-14.68879035-11.16097254-34.02091987-14.26936229-51.36890476-8.48881826,9.99490834,6.17313845,17.4681897,16.07883042,20.44093488,27.8224093.47065729.05254657.93981167.11823688,1.40686606.19699559Z")}}@keyframes tailMorphBase{0%{d:path("M24.15931664,81.38630522c-1.97420171-2.8744094-3.12903143-6.35659251-3.12903143-10.11109124,0-12.27241051,5.85558866-23.17717575,14.92527861-30.07280449,3.06885001,3.15166228,4.95915595,7.45659103,4.95915595,12.20302438-9.86921236,9.86921236-9.86921668,25.87036283-.00000964,35.73956987l-2.01463927-.00000066c-6.12274044,0-11.52127658-3.07118457-14.74075421-7.75869786ZM101.70936469,35.64128584c1.00023571,5.65016971.09183903,11.67026561-3.00168187,17.02840705-1.23743071,2.14329528-2.74140433,4.03675847-4.44587357,5.66269182-2.39656504-6.56746578-6.56476482-12.28260392-11.92625318-16.56706858-.29250339,7.4384204-2.46136332,14.39476484-6.04641295,20.40886662-.90755598-1.74440748-2.09346754-3.38162113-3.55773425-4.84588688-3.4897868-3.48978452-7.96193712-5.39847806-12.52630747-5.72608113.36556652,1.46307709.66279858,2.95768268.88769809,4.48084744,2.70708645,18.33413777,11.7611093,34.16230502,24.60466534,45.58515068-6.52899348-3.27712473-13.90412612-5.12130661-21.71413135-5.12130676l-23.22914523-.00000037c-13.96852409,0-25.27168778-11.30316765-25.27168778-25.27169174,0-8.10821866,2.22853371-15.69593566,6.10655074-22.18402809-1.11948361-4.37953549-3.91644784-8.25336407-7.90599267-10.65902108C-2.24678765,60.2511136-.36151176,91.02042007,19.33889101,110.72082284c21.78519646,21.78519646,57.10598822,21.78518693,78.89119644-.00002129,19.42754443-19.42754443,21.53006201-49.61947764,6.3075484-71.37692594-.88429244-1.26391393-1.82704949-2.49936506-2.82827116-3.70258977ZM44.83758929,57.32831251c-7.70266515,7.70267018-7.70266444,20.19115859.00000159,27.89381958l13.946909-13.94691811-13.94691059-13.94690147Z")}to{d:path("M24.15931664,81.38630522c-1.97420171-2.8744094-3.12903143-6.35659251-3.12903143-10.11109124,0-12.27241051,5.85558866-23.17717575,14.92527861-30.07280449,3.06885001,3.15166228,4.95915595,7.45659103,4.95915595,12.20302438-9.86921236,9.86921236-9.86921668,25.87036283-.00000964,35.73956987l-2.01463927-.00000066c-6.12274044,0-11.52127658-3.07118457-14.74075421-7.75869786ZM110.45447178,37.34304577c.28495469,5.73094146-1.37001994,11.58993439-5.11004696,16.51860045-1.49603783,1.97150203-3.22524184,3.6617662-5.11986867,5.06150327-1.55544979-6.81584234-4.9753067-13.00787529-9.75818523-17.92989395-1.22150416,7.34326792-4.24424371,13.9733303-8.55405908,19.49125495-.68201205-1.84430878-1.65361022-3.61711778-2.92302662-5.25319027-3.02540005-3.89925152-7.2233889-6.35284668-11.71082723-7.24933857.17951035,1.49733413.28727653,3.01739308.31970366,4.55673032.39032125,18.52880391,5.25574713,37.70665524,18.09930317,49.1295009-6.52899348-3.27712473-13.90412612-5.12130661-21.71413135-5.12130676l-23.22914523-.00000037c-13.96852409,0-25.27168778-11.30316765-25.27168778-25.27169174,0-8.10821866,2.22853371-15.69593566,6.10655074-22.18402809-1.11948361-4.37953549-3.91644784-8.25336407-7.90599267-10.65902108C-2.24678765,60.2511136-.36151176,91.02042007,19.33889101,110.72082284c21.78519646,21.78519646,57.10598822,21.78518693,78.89119644-.00002129,19.42754443-19.42754443,26.94549486-45.85806693,14.56683044-69.35019635-.71909013-1.36468345-1.49974843-2.70844793-2.3424461-4.02755944ZM44.83758929,57.32831251c-7.70266515,7.70267018-7.70266444,20.19115859.00000159,27.89381958l13.946909-13.94691811-13.94691059-13.94690147Z")}}.frontivia-template-button:hover{text-shadow:0 0 100px #35ff86;transition:all .3s ease}.frontivia-template-button:hover svg{transition:all .3s ease;filter:drop-shadow(0 0 50px #35ff86)}.frontivia-template-background{background-color:#000;position:absolute;top:0;left:0;width:100%;height:100%;min-height:100vh;z-index:-1;overflow:hidden;pointer-events:none;filter:opacity(.9) brightness(.3)}.frontivia-template-background svg{min-width:100%;min-height:100%}.image-section{width:100%;height:100%}.kjøp-side{width:90%;padding-top:100px;margin-inline:10%}@media (max-width: 1000px){.kjøp-side{width:100vw;margin-inline:0}}.left-side-kjøpe-side{width:35%;padding:40px;background:#fff;border-radius:var(--default-border-radius);height:700px}.right-side-kjøpe-side{width:30%;height:600px;padding:20px;background:#fff;border-radius:0px var(--default-border-radius) var(--default-border-radius) 0px}@media (max-width: 1000px){.right-side-kjøpe-side,.left-side-kjøpe-side{width:100%;border-radius:0;height:auto}}.big-kjøp-image{width:100%;height:100%;object-fit:cover;border-radius:var(--default-border-radius)}.other-images{overflow:visible;width:100%}.small-kjøp-image{width:100px;height:75px;object-fit:cover;border-radius:var(--default-border-radius)}.image-section-text{width:100%;overflow:hidden;padding-block:5px}.kjøpe-side-button{width:100px;height:100px;padding:0;position:relative;background-color:transparent;-webkit-backdrop-filter:blur(4px) brightness(.95);backdrop-filter:blur(4px) brightness(.95);transition:all .2s ease-in-out}.kjøpe-side-button *{transition:all .2s ease-in-out}.kjøpe-side-button img{padding:10px;width:100%;height:100%;object-fit:contain}.kjøpe-side-button p{position:absolute;bottom:5px;left:50%;transform:translate(-50%);color:#000}.kjøpe-side-button:hover img{transform:scale(1.1)}.kjøpe-side-info{position:relative}.kjøpe-side-item-info{position:absolute;bottom:0;transform:scale(.7);transform-origin:bottom left;transition:all .2s ease-in-out;width:130%;display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width: 1000px){.kjøpe-side-item-info{display:none}}.kjøpe-side-button.active{outline:2px solid var(--primary-color)}.buy-button{width:fit-content;background-color:#34a853}.buy-button:hover{background-color:#36e95f}.kjøpe-side-quantity-extra-button{cursor:pointer;padding:10px 20px;border:1px solid black;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.kjøpe-side-quantity-extra-button *{transition:all .2s ease-in-out}.kjøpe-side-quantity-extra-button p,.kjøpe-side-quantity-extra-button h1,.kjøpe-side-quantity-extra-button h2,.kjøpe-side-quantity-extra-button h3{margin:0;display:flex}.kjøpe-side-quantity-extra-button:hover *{transform-origin:center;transform:scale(1.1)}#small-number-input{padding:10px 20px;min-width:20px;max-width:100px;border:1px solid black;display:flex;justify-content:center;align-items:center;text-align:center;background:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:large;font-weight:700}.plus{border-radius:0 20px 20px 0}.minus{border-radius:20px 0 0 20px}.big-arrow{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:30px!important;width:30px!important}.image-switch-button{height:100%;outline:2px solid black}.image-loader-button-container{position:relative;display:flex}.loading-small-image{position:absolute;overflow:show;top:-4px;left:-4px}.loading-small-image path{stroke-dasharray:1000;stroke-dashoffset:1000;stroke-width:4px;stroke:var(--primary-color);stroke-linecap:round;animation:dash 15s linear forwards}.loading-path-small-image{position:absolute;overflow:show;top:-4px;left:-4px}.loading-path-small-image path{stroke-width:4px;stroke:#6d6d6d}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.kjøpe-side-background-holder{position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:-99}.info-box{width:140px;height:140px;border-radius:var(--default-border-radius);padding:10px;position:relative;background-color:transparent;transition:all .2s ease-in-out;-webkit-backdrop-filter:blur(4px) brightness(.95);backdrop-filter:blur(4px) brightness(.95);text-align:center}.item-image{width:100px;height:100px;object-fit:contain;border-radius:var(--default-border-radius)}.item-image-replica{width:75px;object-fit:cover;border-radius:var(--default-border-radius)}.items-container{min-height:400px}.hidden{display:none}.item-not-active{padding:5px 15px;border-radius:var(--default-border-radius);background-color:red;color:#fff;height:fit-content;margin-block:auto}.item-active{height:fit-content;padding:5px 15px;border-radius:var(--default-border-radius);background-color:var(--primary-color);color:#fff;margin-block:auto}.manage-menu{width:20%;min-width:15vw;max-width:300px;height:100%;gap:0}.manage-menu h3{margin-bottom:20px}.manage-menu ul,.manage-menu-item{padding:var(--default-padding);margin:0;color:#000;background:none;list-style:none;box-shadow:none;border-radius:0;border-bottom:1px solid var(--soft-color)}.manage-menu ul:last-child,.manage-menu-item:last-child{border-bottom:none}.manage-menu ul:hover,.manage-menu-item:hover{background-color:var(--soft-color);color:#000;font-size:700;box-shadow:none}.manage-menu ul.active,.manage-menu-item.active{background-color:var(--tertiary-color);color:var(--secondary-color)}.bottom-padding{padding-bottom:120px}.store-item img{width:125px;height:125px;object-fit:cover}.side-padding{padding-top:var(--header-height);padding-inline:10vw}.has-changed-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:fixed;bottom:0;left:50%;width:fit-content;padding:20px;background-color:#ffffff4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:translate(-50%)}@keyframes dash{0%{stroke-dashoffset:100%}to{stroke-dashoffset:0}}#squarePath{position:absolute;animation:dash 2s linear infinite;stroke:red}.edit-item-tab-container{gap:0}.edit-item-tab{background:none;color:#000;border-bottom:black 1px solid;border-radius:0;padding-inline:40px}.edit-item-tab:hover{box-shadow:none;outline:1px solid black;border-bottom:black 0px solid}.edit-item-tab.active{background-color:#000;color:#fff}.file-upload-button{width:100px;height:100px;outline:2px dashed black;border-radius:var(--default-border-radius);transition:all .2s ease-in-out}.file-upload-button svg{width:100%;height:100%;transition:all .2s ease-in-out}.file-upload-button:hover{cursor:pointer}.file-upload-button:hover svg{scale:1.1}.item-images{width:100px;height:100px;object-fit:cover}.item-image-container:hover .move-image{opacity:1}.move-image{transition:opacity .2s ease-in-out;opacity:0;position:absolute;top:0;left:0;width:100%!important;height:100%!important;z-index:2}.reciept-item-container img{width:50px;height:50px;object-fit:cover;min-width:50px;min-height:50px;border-radius:var(--default-border-radius)}.reciept-info-container{max-width:800px;min-height:80vh;width:100%;display:flex;flex-direction:column;gap:10px;padding:var(--default-padding);border-radius:var(--default-border-radius);background-color:#fbfbfb}.reciept-details-container{border-bottom:1px solid black;padding-bottom:5px}.frakt-container,.total-container{border-bottom:1px solid black;padding-bottom:var(--default-padding)}.big-flex{display:flex;width:100%}.small-flex{display:flex;width:20%}.flex-right{justify-content:flex-end}.page-width-header{padding-top:var(--header-height);padding-inline:var(--default-padding)}.left-container{padding-left:10%}.right-container{padding-right:10%;width:80%}table{border-collapse:collapse;width:100%;gap:0px!important;table-layout:fixed}.table{display:flex;flex-direction:column;gap:0px!important}tr{gap:0px!important;display:flex;flex-direction:row;margin-top:10px}td,th{gap:0px!important;text-align:left;padding:8px;width:100%;min-width:0px;display:flex;flex-direction:row}td{display:flex}thead tr{background-color:#000}tbody tr:nth-child(2n){background-color:#0003}.customInput{font-size:12pt;font-weight:500;width:stretch;min-height:3em;border-radius:var(--default-border-radius);color:var(--text);border:none;transition:all .2s ease-in-out;outline:2px solid var(--soft-color);padding:var(--default-padding);position:relative;cursor:text}.customInput:active svg,.customInput:focus svg{fill:var(--primary-color)}.customInput:focus-within{background:#f0f8ff59}.customInput>*{color:"red"}@media (max-width: 600px){.customInput{font-size:10pt}}.customInput input[type=text],.customInput input[type=password],.customInput input[type=email],.customInput input[type=number],.customInput input{font-family:Montserrat,sans-serif;width:100%;min-width:20px;outline:none;border:none;background:none;transition:all .2s ease-in-out;min-height:1em}.customInput input[type=text]:active,.customInput input[type=text]:focus,.customInput input[type=password]:active,.customInput input[type=password]:focus,.customInput input[type=email]:active,.customInput input[type=email]:focus,.customInput input[type=number]:active,.customInput input[type=number]:focus,.customInput input:active,.customInput input:focus{border-bottom:1px solid var(--contrastColor)}@media (max-width: 600px){.customInput input[type=text],.customInput input[type=password],.customInput input[type=email],.customInput input[type=number],.customInput input{font-size:10pt}}.customTextarea{width:100%;min-height:150px;border:0px;background:none}.customTextarea:active svg,.customTextarea:focus svg{fill:var(--primary-color)}.customTextarea:focus-within{background:#f0f8ff59}.customTextarea:focus-visible{background:#f0f8ff59;border:0;outline:0}.customInput_label{position:absolute;top:calc(var(--default-padding) * .5);left:var(--default-padding);z-index:2;color:#000;font-size:1em;transition:all .2s ease-in-out;font-family:var(--ff-body)}.customInput_label_active{top:0;left:var(--default-padding);font-size:12px;color:#000}.default-wrapper{display:flex;padding-right:10%;min-height:100vh;overflow:auto}.default-wrapper-content{padding:var(--default-padding)}.no-company{background:#000;color:#fff}.log-out-button{background-color:var(--primary-color);color:#fff;border:none;padding:15px 20px;border-radius:var(--default-border-radius);cursor:pointer;transition:all .2s ease-in-out;font-weight:700;font-size:1rem;outline:0px solid var(--secondary-color);text-decoration:none;position:relative;transform-origin:center;display:flex;align-items:center;justify-content:center}.log-out-button:after{content:"";position:absolute;bottom:0;left:50%;width:0%;height:4px;background-color:#000;transition:all .2s ease-in-out;transform-origin:center}.log-out-button.active:after{bottom:0;left:0;width:100%}.ray{position:absolute;border-radius:50%}.ray-inner{height:0px;width:100%;animation:ray .6s linear forwards;background:var(--primary-color);border-radius:20px}@keyframes ray{0%{margin-top:0;height:0px;opacity:1}to{margin-top:30px;height:100%;opacity:0}}:root{--background-color: #202022;--button-color: #2B2B2F;--input-color: #3C3C44;--text-color: white;--dark-primary-stroke: rgba(0, 0, 0, .25)}p,h1,h2,h3,h4{color:var(--text-color)}.header{display:flex;flex-direction:column;padding:20px;gap:40px;background-color:#000;height:auto;width:350px;position:sticky;top:0;left:0}.header-nav{display:flex;flex-direction:column;height:100%;gap:10px}.nav-category{border-radius:5px;gap:10px;overflow:hidden;background-color:var(--button-color);transition:background-color .3s;flex-shrink:0}.nav-category.active{background-color:var(--input-color)}.nav-category-items{display:flex;flex-direction:column;overflow:hidden;transition:height .3s ease-in-out}.header-button-title{width:100%;text-align:start;font-size:1rem;font-weight:400}.header-button{position:relative;width:100%;display:flex;gap:10px;flex-direction:row;align-items:center;padding:10px;background-color:var(--button-color);color:var(--text-color);transition:background-color .2s}.header-button:after{content:"";position:absolute;left:0;width:100%;height:100%;mix-blend-mode:soft-light;opacity:.1;transition:background-color .1s}.header-button:hover:after{background-color:#fff}.header-button:active:after{background-color:#000}.header-button.root{border-radius:5px}.header-button.active{background-color:var(--input-color)}.header-profile{width:100%;display:flex;gap:20px;flex-direction:row;align-items:center;padding:10px 20px;background-color:transparent;color:var(--text-color);transition:background-color .2s}.profile-name{text-align:start;font-size:1rem;font-weight:400}.blog{width:80%}.blog img{max-width:800px;max-height:500px;width:auto;height:auto}.poster-image{width:1.5em;height:1.5em;object-fit:cover;border-radius:50%}.ql-editor{min-height:600px}.blog-card{padding:0;border-radius:40px 40px 10px 10px;box-shadow:0 4px 8px #0003;transition:.3s;background-color:#fff;color:#000;width:300px;height:auto}.blog-card:hover{box-shadow:0 8px 16px #0003}.card-delete-button{position:absolute;top:0;right:0;background-color:#950000;color:#fff;border:none;border-radius:5px;padding:5px;cursor:pointer;z-index:1;transform:translate(50%,-50%)}.card-delete-button:hover{background-color:red;box-shadow:0 4px 8px #0003}.post-info{position:absolute;top:0;right:0;align-items:flex-end}.posted-icon{background-color:#4ba94f;color:#fff;border:none;border-radius:5px;padding:5px;cursor:pointer;z-index:1;transform:translate(50%,50%);transition:all .2s ease-in-out;width:fit-content}.posted-icon p{overflow:hidden;width:0%;height:0%;max-height:1.5em;max-width:0px;transition:all .2s ease-in-out}.posted-icon:hover p{width:100%;max-width:300px;display:block;margin-right:10px}.posted-icon-image{width:1.5em;height:1.5em;object-fit:cover;border-radius:50%}.blog-card-image{height:300px;width:300px;min-height:300px;min-width:300px;object-fit:cover;border-radius:40px 40px 0 0}.blog-card-content{padding:0 20px 20px;height:100%}.blog-card-content>*{color:#000!important}.post-image{max-height:60px!important;border-radius:var(--default-border-radius)}.ql-toolbar{background:#fff}.list-item{display:flex}.item-list-image{width:80px;height:80px;object-fit:cover;margin-right:10px}.edit-item-body{display:flex;flex-direction:column;gap:20px}.edit-item-nav{display:flex}.edit-item-tab-container{display:flex;border-bottom:solid 2px white}.edit-item-tab-button{background-color:transparent;color:#fff}.edit-item-tab-button.active{background-color:#fff;color:#000}.edit-item-tab-button.inactive:hover{background-color:#ffffff1a}.entry-form img{max-height:400px;-o-object-fit:cover;object-fit:cover}.upload-card{position:relative;color:#000;width:150px;height:200px;background:none;background-size:cover;outline:3px dashed var(--tertiary-color)}.upload-card svg{font-size:54px}.upload-card p{position:absolute;bottom:10px;left:50%;transform:translate(-50%)}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.upload-image-banner{position:fixed;top:0;left:0;width:80%;height:80%;background:#fff;display:flex;justify-content:center;align-items:center;margin:10%;border-radius:10px;border:2px dashed #ccc;pointer-events:none;z-index:102}.upload-image-banner svg{font-size:10em}.selected-image{border:2px dashed var(--primary-color)}.image-uploads-image{width:50px;height:50px}
