.logo-container{--logo-corner-size: 44px;--logo-corner-opacity: .7}.logo-container img{height:64px;width:auto;display:block}.logo-container.logo-panel img{height:36px}.logo-container.logo-top-left,.logo-container.logo-top-right,.logo-container.logo-bottom-left,.logo-container.logo-bottom-right{position:absolute;z-index:10;opacity:var(--logo-corner-opacity)}.logo-container.logo-top-left img,.logo-container.logo-top-right img,.logo-container.logo-bottom-left img,.logo-container.logo-bottom-right img{height:var(--logo-corner-size)}.logo-container.logo-top-left{top:42px;left:42px}.logo-container.logo-top-right{top:42px;right:42px}.logo-container.logo-bottom-left{bottom:42px;left:42px}.logo-container.logo-bottom-right{bottom:42px;right:42px}@keyframes panel-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.panel-container{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;position:relative;width:550px;max-width:100%;padding:40px;background:var(--dark3);border:1px solid var(--light2);border-radius:var(--radius-lg);box-shadow:var(--shadow-popup);animation:panel-in var(--dur-slower) ease both}@media(max-width:560px){.panel-container{padding:24px}}.panel-container .panel-content{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px;width:100%}.panel-container .panel-title{margin:0;font-size:var(--fs-32);line-height:1.1;font-family:Satoshi,Inter,sans-serif;font-kerning:normal;font-feature-settings:"kern";text-rendering:optimizeLegibility}.panel-container .panel-subtitle{color:var(--text-secondary);line-height:1.4}.panel-container .panel-icon{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.panel-container .panel-fields,.panel-container .panel-fields form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:16px}.panel-container .panel-buttons{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px}.panel-container .panel-footer{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:6px;margin-top:4px;font-size:var(--fs-14);color:var(--text-secondary)}.panel-container .input:-webkit-autofill,.panel-container .input:-webkit-autofill:hover,.panel-container .input:-webkit-autofill:focus,.panel-container .input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--dark3) inset!important}.loading-dots{display:flex;align-items:center;justify-content:center;gap:4px;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);transform:translateY(20px);opacity:0}.loading-dots.visible{transform:translateY(0);opacity:1}.loading-dots.left{justify-content:flex-start}.loading-dots.right{justify-content:flex-end}.loading-dot{width:5px;height:5px;background:currentColor;border-radius:50%;animation:bounce 1s infinite ease-in-out}.loading-dot:nth-child(1){animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0) scaleY(1);opacity:.75}20%{transform:translateY(-3px) scaleY(1);opacity:1}30%{transform:translateY(0) scaleY(.92);opacity:.9}40%{transform:translateY(0) scaleY(1);opacity:.8}}.btn{padding:0 16px;cursor:pointer;border:none;color:var(--text);border-radius:var(--radius-md);text-align:center;font-size:var(--fs-15);width:auto;display:flex;align-items:center;justify-content:center;background:transparent;line-height:1;transition:all var(--dur-fast) ease;height:36px;position:relative;overflow:hidden;font-weight:500}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:default}.btn.loading:disabled{opacity:1;cursor:wait}.btn-primary:hover:not(:disabled),.btn-accent-gradient:hover:not(:disabled),.btn-danger:hover:not(:disabled){box-shadow:var(--shadow-medium)}.btn-primary:active:not(:disabled),.btn-accent-gradient:active:not(:disabled),.btn-danger:active:not(:disabled){box-shadow:var(--shadow-soft)}.btn-primary{background:var(--accent);color:var(--text-on-accent)}.btn-primary:hover:not(:disabled){background:var(--accent-light)}.btn-accent-gradient{background:linear-gradient(45deg,rgba(var(--accent-dark-rgb),1),rgba(var(--accent-rgb),1));color:var(--text-on-accent)}.btn-secondary{background:var(--light);color:var(--text);border:none}.btn-secondary:hover:not(:disabled){background:var(--light2)}.btn-tertiary{background:none;color:var(--text);border:none}.btn-tertiary:hover:not(:disabled){color:var(--text-secondary)}.btn-outline{background:none;color:var(--text);border:1px solid var(--light3)}.btn-outline:hover:not(:disabled){border-color:var(--light4);background:rgba(var(--light-rgb),.5)}.btn-danger{background:var(--red);color:var(--text)}.btn-danger:hover:not(:disabled){background:var(--red-light)}.btn-danger-subtle{background:var(--light);color:var(--red-light)}.btn-danger-subtle:hover:not(:disabled){background:var(--light2)}.btn-full{width:100%}.btn-icon{width:36px;padding:0;flex-shrink:0}.btn .loading-dots{position:absolute}.btn-text{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1);transform:translateY(0);opacity:1;white-space:nowrap}.btn-text.hidden{transform:translateY(-20px);opacity:0}.input-container{position:relative;width:100%}.input-container.floating{padding-top:12px}.input-container.error .input{border-bottom-color:var(--red)}.input-container.error .input-label.floating{color:var(--red)}.input-container.error .line-active{background:var(--red)}.input-container.success .input{border-bottom-color:var(--green)}.input-container.success .input-label.floating{color:var(--green)}.input-container.success .line-active{background:var(--green)}.input-container.box,.input-container.box-dark{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.input-container.box .input,.input-container.box-dark .input{padding:12px;border:1px solid var(--light2);border-radius:var(--radius-lg);background:var(--light05);transition:border-color .2s,background .2s}.input-container.box .input:focus,.input-container.box-dark .input:focus{border-color:var(--light3)}.input-container.box .input::placeholder,.input-container.box-dark .input::placeholder{color:var(--text-tertiary)}.input-container.box .input:disabled,.input-container.box-dark .input:disabled{opacity:.75;cursor:not-allowed;background:var(--dark2)}.input-container.box.glass .input,.input-container.box-dark.glass .input{background:rgba(var(--light05-rgb),.65)!important;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.input-container.box.glass .input:disabled,.input-container.box-dark.glass .input:disabled{background:var(--dark2)}.input-container.box.has-icon .input,.input-container.box-dark.has-icon .input{padding-left:38px}.input-container.box.has-right-element .input,.input-container.box-dark.has-right-element .input{padding-right:164px}.input-container.box.has-right-element .input:disabled,.input-container.box-dark.has-right-element .input:disabled{opacity:.5}.input-container.box.has-copy .input,.input-container.box-dark.has-copy .input{padding-right:84px}.input-container.box.box.has-reveal .input,.input-container.box.box-dark.has-reveal .input,.input-container.box-dark.box.has-reveal .input,.input-container.box-dark.box-dark.has-reveal .input{padding-right:38px}.input-container.box.error .input,.input-container.box-dark.error .input{border-color:var(--red)}.input-container.box.success .input,.input-container.box-dark.success .input{border-color:var(--green)}.input-container.box.box-dark .input,.input-container.box-dark.box-dark .input{background:var(--background)}.input-copy{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;right:8px;padding:5px 12px;border-radius:var(--radius-md);font-size:var(--fs-13);font-weight:500;background:var(--light);color:var(--text);z-index:2;transition:background var(--dur-base) ease}.input-copy:hover{background:var(--light2)}.input{width:100%;padding:6px 40px 6px 0;font-size:var(--fs-14);border:none;border-bottom:1px solid var(--light2);background:transparent;color:var(--text);font-family:inherit;transition:border-color .2s;line-height:18px}.input:disabled{opacity:.75;cursor:not-allowed}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus,.input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--background) inset!important;-webkit-text-fill-color:var(--text)!important}.input:focus~.line .line-active{transform:scaleX(1)}.input-label{position:absolute;left:0;top:18px;font-size:var(--fs-14);color:var(--text-secondary);pointer-events:none;transition:all var(--dur-base) ease;transform-origin:left top}.input-label.floating{top:1px;font-size:var(--fs-12);font-weight:500}.line{position:absolute;bottom:0;left:0;width:100%;height:1px;overflow:hidden}.line-active{position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--accent-light);transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-base) ease}.error-icon{color:var(--red);animation:shake .2s}.success-icon{color:var(--green);animation:checkmark .2s}.error-message{font-size:var(--fs-12);color:var(--red);line-height:1.4}.input-description{font-size:var(--fs-12);color:var(--text-secondary);line-height:1.4}.helper-text-row{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:8px}.input-counter{font-size:var(--fs-12);color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;line-height:1.4;font-variant-numeric:tabular-nums}.input-counter.near-limit{color:var(--red)}.helper-text{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .2s ease,opacity .2s ease,margin-top .2s ease}.helper-text.visible{grid-template-rows:1fr;opacity:1;margin-top:6px}.helper-text>*{overflow:hidden}.input-icon-left{position:absolute;top:50%;transform:translateY(-50%);left:12px;color:var(--text-secondary);font-size:var(--fs-20);height:20px;pointer-events:none;z-index:1}.input-clear,.input-reveal{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;right:8px;color:var(--text-tertiary);font-size:var(--fs-20);padding:4px;transition:color var(--dur-base) ease}.input-clear:hover,.input-reveal:hover{color:var(--text)}.input-reveal{border-radius:var(--radius-xs);font-size:var(--fs-18)}.input-container.floating .input-reveal{top:auto;bottom:2px;right:0;transform:none}.input-reveal:focus-visible{color:var(--text);outline:2px solid var(--accent);outline-offset:1px}.input-right-element{position:absolute;top:50%;transform:translateY(-50%);right:8px;width:150px;z-index:2}.input-right-element .btn{width:100%;font-size:var(--fs-14);height:30px;min-height:unset}@keyframes shake{0%,to{transform:translateY(-50%) translate(0)}25%{transform:translateY(-50%) translate(-5px)}75%{transform:translateY(-50%) translate(5px)}}@keyframes checkmark{0%{transform:translateY(-50%) scale(0);opacity:0}50%{transform:translateY(-50%) scale(1.2)}to{transform:translateY(-50%) scale(1);opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.input-wrapper .icon{position:absolute;top:50%;transform:translateY(-50%);right:8px;font-size:var(--fs-20);font-weight:700}.auth-page{--auth-panel-center: 38.2%;--auth-scrim: .68;--auth-scrim-water: .7;display:flex;min-height:100dvh;align-items:center;justify-content:center;flex-direction:column;position:relative;overflow-x:clip;padding:24px}.auth-page .panel-container,.auth-page>.loading-dots{margin-right:calc(100% - var(--auth-panel-center) * 2)}.auth-page:after{content:"";position:absolute;inset:0;background:linear-gradient(15deg,rgba(0,0,0,var(--auth-scrim-water)) 0%,rgba(0,0,0,calc(var(--auth-scrim-water) * .68)) 26%,rgba(0,0,0,calc(var(--auth-scrim-water) * .38)) 35%,transparent 58%);pointer-events:none;z-index:-1;transition:opacity .3s ease}@media(max-width:900px){.auth-page{--auth-panel-center: 50%}.auth-page:after{background:rgba(0,0,0,var(--auth-scrim))}}.auth-page .panel-footer a{color:var(--text);font-weight:600;text-decoration:none}.auth-page .panel-footer a:hover{text-decoration:underline}.auth-page .checkbox-wrapper{font-size:var(--fs-14)}.auth-page .checkbox-wrapper .checkbox-label{color:var(--text-secondary)!important;font-size:var(--fs-14)}.verify-status{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;align-items:center;padding:8px 0;text-align:center}.verify-status .verify-icon{font-size:52px}.verify-status .verify-icon.verify-icon-success{color:var(--green)}.verify-status .verify-icon.verify-icon-error{color:var(--red)}.verify-status .verify-message{color:var(--text-secondary);line-height:1.5;white-space:pre-line}.checkbox-wrapper a{color:var(--text)!important;font-weight:600;text-decoration:none}.checkbox-wrapper a:hover{text-decoration:underline}@font-face{font-family:boxicons-filled;src:url(./boxicons-filled.ttf?8522dae1b5fb01d7fb87181d9680d967) format("truetype"),url(./boxicons-filled.woff?8522dae1b5fb01d7fb87181d9680d967) format("woff"),url(/dev-login/assets/boxicons-filled-BpHmTws-.woff2?8522dae1b5fb01d7fb87181d9680d967) format("woff2");font-weight:400}[class^=bxf],[class*=" bxf"],.bxf{font-family:boxicons-filled!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bxf.bx-remove-padding:before{display:block;position:relative;transform:scale(1.19)}.bxf.variable-selector-00:before{content:"ﬞ"}.bxf.variable-selector-01:before{content:"︀"}.bxf.variable-selector-02:before{content:"︁"}.bxf.variable-selector-03:before{content:"︂"}.bxf.variable-selector-04:before{content:"︃"}.bxf.variable-selector-05:before{content:"︄"}.bxf.variable-selector-06:before{content:"︅"}.bxf.variable-selector-07:before{content:"︆"}.bxf.variable-selector-08:before{content:"︇"}.bxf.variable-selector-09:before{content:"︈"}.bxf.variable-selector-10:before{content:"︉"}.bxf.variable-selector-11:before{content:"︊"}.bxf.variable-selector-12:before{content:"︋"}.bxf.variable-selector-13:before{content:"︌"}.bxf.variable-selector-14:before{content:"︍"}.bxf.variable-selector-15:before{content:"︎"}.bxf.variable-selector-16:before{content:"️"}.bxf.variable-selector-017:before{content:"︠"}.bxf.variable-selector-018:before{content:"︡"}.bxf.variable-selector-019:before{content:"︢"}.bxf.variable-selector-020:before{content:"︣"}.bxf.variable-selector-021:before{content:"︤"}.bxf.variable-selector-022:before{content:"︥"}.bxf.variable-selector-023:before{content:"︦"}.bxf.variable-selector-024:before{content:"︧"}.bxf.variable-selector-025:before{content:"︨"}.bxf.variable-selector-026:before{content:"︩"}.bxf.variable-selector-027:before{content:"︪"}.bxf.variable-selector-028:before{content:"︫"}.bxf.variable-selector-029:before{content:"︬"}.bxf.variable-selector-030:before{content:"︭"}.bxf.variable-selector-031:before{content:"︮"}.bxf.variable-selector-032:before{content:"︯"}.bxf.variable-selector-033:before{content:"\feff"}.bxf.variable-selector-034:before{content:"ﾠ"}.bxf.bx-8-ball:before{content:""}.bxf.bx-a-arrow-down:before{content:""}.bxf.bx-a-arrow-up:before{content:""}.bxf.bx-accessibility:before{content:""}.bxf.bx-acorn:before{content:""}.bxf.bx-address-book:before{content:""}.bxf.bx-air-conditioner:before{content:""}.bxf.bx-air:before{content:""}.bxf.bx-airplay:before{content:""}.bxf.bx-alarm-alt:before{content:""}.bxf.bx-alarm-check:before{content:""}.bxf.bx-alarm-exclamation:before{content:""}.bxf.bx-alarm-minus:before{content:""}.bxf.bx-alarm-plus:before{content:""}.bxf.bx-alarm-slash:before{content:""}.bxf.bx-alarm-z:before{content:""}.bxf.bx-alarm:before{content:""}.bxf.bx-album-covers:before{content:""}.bxf.bx-alert-circle:before{content:""}.bxf.bx-alert-octagon:before{content:""}.bxf.bx-alert-shield:before{content:""}.bxf.bx-alert-square:before{content:""}.bxf.bx-alert-triangle:before{content:""}.bxf.bx-alien:before{content:""}.bxf.bx-align-center:before{content:""}.bxf.bx-align-horizontal-justify-center:before{content:""}.bxf.bx-align-horizontal-justify-end:before{content:""}.bxf.bx-align-horizontal-justify-start:before{content:""}.bxf.bx-align-horizontal-space-between:before{content:""}.bxf.bx-align-justify:before{content:""}.bxf.bx-align-left:before{content:""}.bxf.bx-align-right:before{content:""}.bxf.bx-align-vertical-justify-center:before{content:""}.bxf.bx-align-vertical-justify-end:before{content:""}.bxf.bx-align-vertical-justify-start:before{content:""}.bxf.bx-align-vertical-space-between:before{content:""}.bxf.bx-ambulance:before{content:""}.bxf.bx-ampersand:before{content:""}.bxf.bx-analyze:before{content:""}.bxf.bx-anchor:before{content:""}.bxf.bx-angle:before{content:""}.bxf.bx-angry:before{content:""}.bxf.bx-animation-bounce:before{content:""}.bxf.bx-announcement:before{content:""}.bxf.bx-apartment:before{content:""}.bxf.bx-apple-full:before{content:""}.bxf.bx-approximate:before{content:""}.bxf.bx-apps-alt:before{content:""}.bxf.bx-apps:before{content:""}.bxf.bx-arch:before{content:""}.bxf.bx-archive-alt:before{content:""}.bxf.bx-archive-arrow-down:before{content:""}.bxf.bx-archive-arrow-up:before{content:""}.bxf.bx-archive:before{content:""}.bxf.bx-area:before{content:""}.bxf.bx-arrow-big-down-line:before{content:""}.bxf.bx-arrow-big-down:before{content:""}.bxf.bx-arrow-big-left-line:before{content:""}.bxf.bx-arrow-big-left:before{content:""}.bxf.bx-arrow-big-right-line:before{content:""}.bxf.bx-arrow-big-right:before{content:""}.bxf.bx-arrow-big-up-line:before{content:""}.bxf.bx-arrow-big-up:before{content:""}.bxf.bx-arrow-cross:before{content:""}.bxf.bx-arrow-down-a-z:before{content:""}.bxf.bx-arrow-down-circle:before{content:""}.bxf.bx-arrow-down-left-circle:before{content:""}.bxf.bx-arrow-down-left-square:before{content:""}.bxf.bx-arrow-down-left-stroke-circle:before{content:""}.bxf.bx-arrow-down-left-stroke-square:before{content:""}.bxf.bx-arrow-down-left-stroke:before{content:""}.bxf.bx-arrow-down-left:before{content:""}.bxf.bx-arrow-down-narrow-wide:before{content:""}.bxf.bx-arrow-down-right-circle:before{content:""}.bxf.bx-arrow-down-right-square:before{content:""}.bxf.bx-arrow-down-right-stroke-circle:before{content:""}.bxf.bx-arrow-down-right-stroke-square:before{content:""}.bxf.bx-arrow-down-right-stroke:before{content:""}.bxf.bx-arrow-down-right:before{content:""}.bxf.bx-arrow-down-square:before{content:""}.bxf.bx-arrow-down-stroke-circle:before{content:""}.bxf.bx-arrow-down-stroke-square:before{content:""}.bxf.bx-arrow-down-stroke:before{content:""}.bxf.bx-arrow-down-up:before{content:""}.bxf.bx-arrow-down-wide-narrow:before{content:""}.bxf.bx-arrow-down:before{content:""}.bxf.bx-arrow-from-bottom-stroke:before{content:""}.bxf.bx-arrow-from-bottom:before{content:""}.bxf.bx-arrow-from-left-stroke:before{content:""}.bxf.bx-arrow-from-left:before{content:""}.bxf.bx-arrow-from-right-stroke:before{content:""}.bxf.bx-arrow-from-right:before{content:""}.bxf.bx-arrow-from-top-stroke:before{content:""}.bxf.bx-arrow-from-top:before{content:""}.bxf.bx-arrow-in-down-circle-half:before{content:""}.bxf.bx-arrow-in-down-left-circle:before{content:""}.bxf.bx-arrow-in-down-left-square:before{content:""}.bxf.bx-arrow-in-down-left-stroke-circle:before{content:""}.bxf.bx-arrow-in-down-left-stroke-square:before{content:""}.bxf.bx-arrow-in-down-right-circle:before{content:""}.bxf.bx-arrow-in-down-right-square:before{content:""}.bxf.bx-arrow-in-down-right-stroke-circle:before{content:""}.bxf.bx-arrow-in-down-right-stroke-square:before{content:""}.bxf.bx-arrow-in-down-square-half:before{content:""}.bxf.bx-arrow-in-down-stroke-circle-half:before{content:""}.bxf.bx-arrow-in-left-circle-half:before{content:""}.bxf.bx-arrow-in-left-square-half:before{content:""}.bxf.bx-arrow-in-left-stroke-circle-half:before{content:""}.bxf.bx-arrow-in-right-circle-half:before{content:""}.bxf.bx-arrow-in-right-square-half:before{content:""}.bxf.bx-arrow-in-right-stroke-circle-half:before{content:""}.bxf.bx-arrow-in-up-circle-half:before{content:""}.bxf.bx-arrow-in-up-left-circle:before{content:""}.bxf.bx-arrow-in-up-left-square:before{content:""}.bxf.bx-arrow-in-up-left-stroke-circle:before{content:""}.bxf.bx-arrow-in-up-left-stroke-square:before{content:""}.bxf.bx-arrow-in-up-right-circle:before{content:""}.bxf.bx-arrow-in-up-right-square:before{content:""}.bxf.bx-arrow-in-up-right-stroke-circle:before{content:""}.bxf.bx-arrow-in-up-right-stroke-square:before{content:""}.bxf.bx-arrow-in-up-square-half:before{content:""}.bxf.bx-arrow-in-up-stroke-circle-half:before{content:""}.bxf.bx-arrow-left-circle:before{content:""}.bxf.bx-arrow-left-right:before{content:""}.bxf.bx-arrow-left-square:before{content:""}.bxf.bx-arrow-left-stroke-circle:before{content:""}.bxf.bx-arrow-left-stroke-square:before{content:""}.bxf.bx-arrow-left-stroke:before{content:""}.bxf.bx-arrow-left:before{content:""}.bxf.bx-arrow-out-down-circle-half:before{content:""}.bxf.bx-arrow-out-down-left-circle:before{content:""}.bxf.bx-arrow-out-down-left-square:before{content:""}.bxf.bx-arrow-out-down-left-stroke-circle:before{content:""}.bxf.bx-arrow-out-down-left-stroke-square:before{content:""}.bxf.bx-arrow-out-down-right-circle:before{content:""}.bxf.bx-arrow-out-down-right-square:before{content:""}.bxf.bx-arrow-out-down-right-stroke-circle:before{content:""}.bxf.bx-arrow-out-down-right-stroke-square:before{content:""}.bxf.bx-arrow-out-down-square-half:before{content:""}.bxf.bx-arrow-out-down-stroke-circle-half:before{content:""}.bxf.bx-arrow-out-left-circle-half:before{content:""}.bxf.bx-arrow-out-left-square-half:before{content:""}.bxf.bx-arrow-out-left-stroke-circle-half:before{content:""}.bxf.bx-arrow-out-right-circle-half:before{content:""}.bxf.bx-arrow-out-right-square-half:before{content:""}.bxf.bx-arrow-out-right-stroke-circle-half:before{content:""}.bxf.bx-arrow-out-up-circle-half:before{content:""}.bxf.bx-arrow-out-up-left-circle:before{content:""}.bxf.bx-arrow-out-up-left-square:before{content:""}.bxf.bx-arrow-out-up-left-stroke-circle:before{content:""}.bxf.bx-arrow-out-up-left-stroke-square:before{content:""}.bxf.bx-arrow-out-up-right-circle:before{content:""}.bxf.bx-arrow-out-up-right-square:before{content:""}.bxf.bx-arrow-out-up-right-stroke-circle:before{content:""}.bxf.bx-arrow-out-up-right-stroke-square:before{content:""}.bxf.bx-arrow-out-up-square-half:before{content:""}.bxf.bx-arrow-out-up-stroke-circle-half:before{content:""}.bxf.bx-arrow-right-circle:before{content:""}.bxf.bx-arrow-right-left:before{content:""}.bxf.bx-arrow-right-square:before{content:""}.bxf.bx-arrow-right-stroke-circle:before{content:""}.bxf.bx-arrow-right-stroke-square:before{content:""}.bxf.bx-arrow-right-stroke:before{content:""}.bxf.bx-arrow-right:before{content:""}.bxf.bx-arrow-s-down:before{content:""}.bxf.bx-arrow-s-left:before{content:""}.bxf.bx-arrow-s-right:before{content:""}.bxf.bx-arrow-s-up:before{content:""}.bxf.bx-arrow-to-bottom-stroke:before{content:""}.bxf.bx-arrow-to-bottom:before{content:""}.bxf.bx-arrow-to-left-stroke:before{content:""}.bxf.bx-arrow-to-left:before{content:""}.bxf.bx-arrow-to-right-stroke:before{content:""}.bxf.bx-arrow-to-right:before{content:""}.bxf.bx-arrow-to-top-stroke:before{content:""}.bxf.bx-arrow-to-top:before{content:""}.bxf.bx-arrow-up-a-z:before{content:""}.bxf.bx-arrow-up-circle:before{content:""}.bxf.bx-arrow-up-down:before{content:""}.bxf.bx-arrow-up-left-circle:before{content:""}.bxf.bx-arrow-up-left-square:before{content:""}.bxf.bx-arrow-up-left-stroke-circle:before{content:""}.bxf.bx-arrow-up-left-stroke-square:before{content:""}.bxf.bx-arrow-up-left-stroke:before{content:""}.bxf.bx-arrow-up-left:before{content:""}.bxf.bx-arrow-up-narrow-wide:before{content:""}.bxf.bx-arrow-up-right-circle:before{content:""}.bxf.bx-arrow-up-right-square:before{content:""}.bxf.bx-arrow-up-right-stroke-circle:before{content:""}.bxf.bx-arrow-up-right-stroke-square:before{content:""}.bxf.bx-arrow-up-right-stroke:before{content:""}.bxf.bx-arrow-up-right:before{content:""}.bxf.bx-arrow-up-square:before{content:""}.bxf.bx-arrow-up-stroke-circle:before{content:""}.bxf.bx-arrow-up-stroke-square:before{content:""}.bxf.bx-arrow-up-stroke:before{content:""}.bxf.bx-arrow-up-wide-narrow:before{content:""}.bxf.bx-arrow-up:before{content:""}.bxf.bx-article:before{content:""}.bxf.bx-asterisk:before{content:""}.bxf.bx-at:before{content:""}.bxf.bx-atom:before{content:""}.bxf.bx-avocado:before{content:""}.bxf.bx-axe:before{content:""}.bxf.bx-background-color-fill:before{content:""}.bxf.bx-background:before{content:""}.bxf.bx-backpack-star:before{content:""}.bxf.bx-backpack:before{content:""}.bxf.bx-backspace:before{content:""}.bxf.bx-backward-slash:before{content:""}.bxf.bx-bacon:before{content:""}.bxf.bx-bacteria:before{content:""}.bxf.bx-badge-check:before{content:""}.bxf.bx-badge-exclamation:before{content:""}.bxf.bx-badge-info:before{content:""}.bxf.bx-badge:before{content:""}.bxf.bx-baguette:before{content:""}.bxf.bx-bahai:before{content:""}.bxf.bx-balcony:before{content:""}.bxf.bx-ball-throw:before{content:""}.bxf.bx-balloon:before{content:""}.bxf.bx-band-aid:before{content:""}.bxf.bx-bank:before{content:""}.bxf.bx-bar-chart-big:before{content:""}.bxf.bx-bar-chart-square:before{content:""}.bxf.bx-bar-chart:before{content:""}.bxf.bx-barcode-square:before{content:""}.bxf.bx-barcode:before{content:""}.bxf.bx-barn:before{content:""}.bxf.bx-baseball:before{content:""}.bxf.bx-basket:before{content:""}.bxf.bx-basketball:before{content:""}.bxf.bx-bath:before{content:""}.bxf.bx-battery-1:before{content:""}.bxf.bx-battery-2:before{content:""}.bxf.bx-battery-3:before{content:""}.bxf.bx-battery-full:before{content:""}.bxf.bx-battery-low:before{content:""}.bxf.bx-battery:before{content:""}.bxf.bx-beach-ball:before{content:""}.bxf.bx-beach:before{content:""}.bxf.bx-beaker:before{content:""}.bxf.bx-beanie:before{content:""}.bxf.bx-bear:before{content:""}.bxf.bx-bed-alt:before{content:""}.bxf.bx-bed:before{content:""}.bxf.bx-beer:before{content:""}.bxf.bx-bell-check:before{content:""}.bxf.bx-bell-minus:before{content:""}.bxf.bx-bell-plus:before{content:""}.bxf.bx-bell-ring:before{content:""}.bxf.bx-bell-slash:before{content:""}.bxf.bx-bell:before{content:""}.bxf.bx-bench:before{content:""}.bxf.bx-between-horizontal-end:before{content:""}.bxf.bx-between-horizontal-start:before{content:""}.bxf.bx-between-vertical-end:before{content:""}.bxf.bx-between-vertical-start:before{content:""}.bxf.bx-bible:before{content:""}.bxf.bx-biceps:before{content:""}.bxf.bx-binocular:before{content:""}.bxf.bx-bird-alt:before{content:""}.bxf.bx-bird:before{content:""}.bxf.bx-birthday-cake:before{content:""}.bxf.bx-bitcoin:before{content:""}.bxf.bx-blanket:before{content:""}.bxf.bx-blob:before{content:""}.bxf.bx-block:before{content:""}.bxf.bx-blockquote:before{content:""}.bxf.bx-blocks:before{content:""}.bxf.bx-bluetooth:before{content:""}.bxf.bx-blur-alt:before{content:""}.bxf.bx-blur:before{content:""}.bxf.bx-body:before{content:""}.bxf.bx-bold:before{content:""}.bxf.bx-bolt-alt:before{content:""}.bxf.bx-bolt-circle:before{content:""}.bxf.bx-bolt-square:before{content:""}.bxf.bx-bolt:before{content:""}.bxf.bx-bomb:before{content:""}.bxf.bx-bone:before{content:""}.bxf.bx-bong:before{content:""}.bxf.bx-book-add:before{content:""}.bxf.bx-book-alt:before{content:""}.bxf.bx-book-bookmark:before{content:""}.bxf.bx-book-content:before{content:""}.bxf.bx-book-heart:before{content:""}.bxf.bx-book-library:before{content:""}.bxf.bx-book-open:before{content:""}.bxf.bx-book:before{content:""}.bxf.bx-bookmark-alt:before{content:""}.bxf.bx-bookmark-heart:before{content:""}.bxf.bx-bookmark-minus-alt:before{content:""}.bxf.bx-bookmark-minus:before{content:""}.bxf.bx-bookmark-plus-alt:before{content:""}.bxf.bx-bookmark-plus:before{content:""}.bxf.bx-bookmark-star:before{content:""}.bxf.bx-bookmark-x:before{content:""}.bxf.bx-bookmark:before{content:""}.bxf.bx-bookmarks:before{content:""}.bxf.bx-boombox:before{content:""}.bxf.bx-boot:before{content:""}.bxf.bx-border-all:before{content:""}.bxf.bx-border-bottom:before{content:""}.bxf.bx-border-inner:before{content:""}.bxf.bx-border-left:before{content:""}.bxf.bx-border-none:before{content:""}.bxf.bx-border-outer:before{content:""}.bxf.bx-border-radius:before{content:""}.bxf.bx-border-right:before{content:""}.bxf.bx-border-top:before{content:""}.bxf.bx-bow:before{content:""}.bxf.bx-bowl-balls:before{content:""}.bxf.bx-bowl-bubbles:before{content:""}.bxf.bx-bowl-hot:before{content:""}.bxf.bx-bowl-noodles-alt:before{content:""}.bxf.bx-bowl-noodles:before{content:""}.bxf.bx-bowl-rice:before{content:""}.bxf.bx-bowling-ball:before{content:""}.bxf.bx-box-alt:before{content:""}.bxf.bx-box:before{content:""}.bxf.bx-bracket-curly:before{content:""}.bxf.bx-bracket-round:before{content:""}.bxf.bx-bracket:before{content:""}.bxf.bx-braille:before{content:""}.bxf.bx-brain-circuit:before{content:""}.bxf.bx-brain:before{content:""}.bxf.bx-bread:before{content:""}.bxf.bx-brick:before{content:""}.bxf.bx-bridge:before{content:""}.bxf.bx-briefcase-alt-2:before{content:""}.bxf.bx-briefcase-alt:before{content:""}.bxf.bx-briefcase:before{content:""}.bxf.bx-brightness-half:before{content:""}.bxf.bx-brightness:before{content:""}.bxf.bx-broadcast:before{content:""}.bxf.bx-broccoli:before{content:""}.bxf.bx-broom:before{content:""}.bxf.bx-browser-activity:before{content:""}.bxf.bx-brush-sparkles:before{content:""}.bxf.bx-brush:before{content:""}.bxf.bx-bucket:before{content:""}.bxf.bx-buddhism:before{content:""}.bxf.bx-bug-alt:before{content:""}.bxf.bx-bug:before{content:""}.bxf.bx-building-hospital:before{content:""}.bxf.bx-building-house:before{content:""}.bxf.bx-building-small:before{content:""}.bxf.bx-building:before{content:""}.bxf.bx-buildings:before{content:""}.bxf.bx-bullseye:before{content:""}.bxf.bx-buoy:before{content:""}.bxf.bx-burger-alt:before{content:""}.bxf.bx-burger:before{content:""}.bxf.bx-bus:before{content:""}.bxf.bx-business:before{content:""}.bxf.bx-butterfly:before{content:""}.bxf.bx-button-rounded:before{content:""}.bxf.bx-button:before{content:""}.bxf.bx-cabinet:before{content:""}.bxf.bx-cable-car:before{content:""}.bxf.bx-cake-slice:before{content:""}.bxf.bx-calculator:before{content:""}.bxf.bx-calendar-alt-2:before{content:""}.bxf.bx-calendar-alt:before{content:""}.bxf.bx-calendar-check:before{content:""}.bxf.bx-calendar-cog:before{content:""}.bxf.bx-calendar-detail:before{content:""}.bxf.bx-calendar-down-arrow:before{content:""}.bxf.bx-calendar-event:before{content:""}.bxf.bx-calendar-heart:before{content:""}.bxf.bx-calendar-minus:before{content:""}.bxf.bx-calendar-plus:before{content:""}.bxf.bx-calendar-search:before{content:""}.bxf.bx-calendar-star:before{content:""}.bxf.bx-calendar-up-arrow:before{content:""}.bxf.bx-calendar-week:before{content:""}.bxf.bx-calendar-x:before{content:""}.bxf.bx-calendar:before{content:""}.bxf.bx-camcoder:before{content:""}.bxf.bx-camera-alt:before{content:""}.bxf.bx-camera-flip:before{content:""}.bxf.bx-camera-home:before{content:""}.bxf.bx-camera-monochrome:before{content:""}.bxf.bx-camera-plus:before{content:""}.bxf.bx-camera-portrait:before{content:""}.bxf.bx-camera-slash:before{content:""}.bxf.bx-camera-switch:before{content:""}.bxf.bx-camera:before{content:""}.bxf.bx-campfire:before{content:""}.bxf.bx-camping:before{content:""}.bxf.bx-candlestick:before{content:""}.bxf.bx-cannabis:before{content:""}.bxf.bx-cap:before{content:""}.bxf.bx-capitalize:before{content:""}.bxf.bx-capsule:before{content:""}.bxf.bx-captions-cc:before{content:""}.bxf.bx-captions:before{content:""}.bxf.bx-capture:before{content:""}.bxf.bx-car-battery:before{content:""}.bxf.bx-car-bolt:before{content:""}.bxf.bx-car-key:before{content:""}.bxf.bx-car-sparkles:before{content:""}.bxf.bx-car:before{content:""}.bxf.bx-card-view-large:before{content:""}.bxf.bx-card-view-no-title:before{content:""}.bxf.bx-card-view-small:before{content:""}.bxf.bx-card-view-tiles:before{content:""}.bxf.bx-card-view:before{content:""}.bxf.bx-caret-big-down:before{content:""}.bxf.bx-caret-big-left:before{content:""}.bxf.bx-caret-big-right:before{content:""}.bxf.bx-caret-big-up:before{content:""}.bxf.bx-caret-down-circle:before{content:""}.bxf.bx-caret-down-square:before{content:""}.bxf.bx-caret-down:before{content:""}.bxf.bx-caret-left-circle:before{content:""}.bxf.bx-caret-left-square:before{content:""}.bxf.bx-caret-left:before{content:""}.bxf.bx-caret-right-circle:before{content:""}.bxf.bx-caret-right-square:before{content:""}.bxf.bx-caret-right:before{content:""}.bxf.bx-caret-up-circle:before{content:""}.bxf.bx-caret-up-square:before{content:""}.bxf.bx-caret-up:before{content:""}.bxf.bx-carets-down-up:before{content:""}.bxf.bx-carets-left-right:before{content:""}.bxf.bx-carets-right-left:before{content:""}.bxf.bx-carets-up-down:before{content:""}.bxf.bx-carrot:before{content:""}.bxf.bx-cart-alt-2:before{content:""}.bxf.bx-cart-alt:before{content:""}.bxf.bx-cart-check:before{content:""}.bxf.bx-cart-minus:before{content:""}.bxf.bx-cart-plus:before{content:""}.bxf.bx-cart-x:before{content:""}.bxf.bx-cart:before{content:""}.bxf.bx-cast:before{content:""}.bxf.bx-castle:before{content:""}.bxf.bx-cat-body:before{content:""}.bxf.bx-cat:before{content:""}.bxf.bx-categories:before{content:""}.bxf.bx-cctv:before{content:""}.bxf.bx-certification:before{content:""}.bxf.bx-chair:before{content:""}.bxf.bx-champagne:before{content:""}.bxf.bx-chart-area:before{content:""}.bxf.bx-chart-bar-big-columns:before{content:""}.bxf.bx-chart-bar-big-rows:before{content:""}.bxf.bx-chart-bar-columns:before{content:""}.bxf.bx-chart-bar-rows:before{content:""}.bxf.bx-chart-bubble:before{content:""}.bxf.bx-chart-gantt:before{content:""}.bxf.bx-chart-line:before{content:""}.bxf.bx-chart-network:before{content:""}.bxf.bx-chart-scatter:before{content:""}.bxf.bx-chart-sine:before{content:""}.bxf.bx-chart-spline:before{content:""}.bxf.bx-chart-stacked-columns:before{content:""}.bxf.bx-chart-stacked-rows:before{content:""}.bxf.bx-chart-trend:before{content:""}.bxf.bx-chart-waterfall:before{content:""}.bxf.bx-check-circle:before{content:""}.bxf.bx-check-shield:before{content:""}.bxf.bx-check-square:before{content:""}.bxf.bx-check:before{content:""}.bxf.bx-checkbox-checked:before{content:""}.bxf.bx-checkbox-square:before{content:""}.bxf.bx-checkbox:before{content:""}.bxf.bx-checklist:before{content:""}.bxf.bx-checks:before{content:""}.bxf.bx-cheese:before{content:""}.bxf.bx-chef-hat:before{content:""}.bxf.bx-cherry:before{content:""}.bxf.bx-chess-bishop:before{content:""}.bxf.bx-chess-king:before{content:""}.bxf.bx-chess-knight:before{content:""}.bxf.bx-chess-pawn:before{content:""}.bxf.bx-chess-queen:before{content:""}.bxf.bx-chess-rook:before{content:""}.bxf.bx-chess:before{content:""}.bxf.bx-chevron-down-circle:before{content:""}.bxf.bx-chevron-down-square:before{content:""}.bxf.bx-chevron-down:before{content:""}.bxf.bx-chevron-left-circle:before{content:""}.bxf.bx-chevron-left-square:before{content:""}.bxf.bx-chevron-left:before{content:""}.bxf.bx-chevron-right-circle:before{content:""}.bxf.bx-chevron-right-square:before{content:""}.bxf.bx-chevron-right:before{content:""}.bxf.bx-chevron-up-circle:before{content:""}.bxf.bx-chevron-up-square:before{content:""}.bxf.bx-chevron-up:before{content:""}.bxf.bx-chevrons-down-up:before{content:""}.bxf.bx-chevrons-down:before{content:""}.bxf.bx-chevrons-left-right:before{content:""}.bxf.bx-chevrons-left:before{content:""}.bxf.bx-chevrons-right-left:before{content:""}.bxf.bx-chevrons-right:before{content:""}.bxf.bx-chevrons-up-down:before{content:""}.bxf.bx-chevrons-up:before{content:""}.bxf.bx-child:before{content:""}.bxf.bx-chip:before{content:""}.bxf.bx-christianity:before{content:""}.bxf.bx-church:before{content:""}.bxf.bx-cigarette:before{content:""}.bxf.bx-circle-dashed-half:before{content:""}.bxf.bx-circle-dashed:before{content:""}.bxf.bx-circle-half-alt:before{content:""}.bxf.bx-circle-half:before{content:""}.bxf.bx-circle-hexagon:before{content:""}.bxf.bx-circle-outer-dashed-circle:before{content:""}.bxf.bx-circle-quarter-alt:before{content:""}.bxf.bx-circle-quarter:before{content:""}.bxf.bx-circle-three-quarter-alt:before{content:""}.bxf.bx-circle-three-quarter:before{content:""}.bxf.bx-circle:before{content:""}.bxf.bx-circles-9:before{content:""}.bxf.bx-circles-alt:before{content:""}.bxf.bx-circles:before{content:""}.bxf.bx-circuit-board:before{content:""}.bxf.bx-city:before{content:""}.bxf.bx-clipboard-check:before{content:""}.bxf.bx-clipboard-code:before{content:""}.bxf.bx-clipboard-detail:before{content:""}.bxf.bx-clipboard-minus:before{content:""}.bxf.bx-clipboard-plus:before{content:""}.bxf.bx-clipboard-x:before{content:""}.bxf.bx-clipboard:before{content:""}.bxf.bx-clock-1:before{content:""}.bxf.bx-clock-10:before{content:""}.bxf.bx-clock-11:before{content:""}.bxf.bx-clock-12:before{content:""}.bxf.bx-clock-2:before{content:""}.bxf.bx-clock-3:before{content:""}.bxf.bx-clock-4:before{content:""}.bxf.bx-clock-5:before{content:""}.bxf.bx-clock-6:before{content:""}.bxf.bx-clock-7:before{content:""}.bxf.bx-clock-8:before{content:""}.bxf.bx-clock-9:before{content:""}.bxf.bx-clock-dashed-half:before{content:""}.bxf.bx-clock:before{content:""}.bxf.bx-cloud-alt-2:before{content:""}.bxf.bx-cloud-alt:before{content:""}.bxf.bx-cloud-drizzle:before{content:""}.bxf.bx-cloud-fog:before{content:""}.bxf.bx-cloud-lightning:before{content:""}.bxf.bx-cloud-moon:before{content:""}.bxf.bx-cloud-rain-wind-alt:before{content:""}.bxf.bx-cloud-rain-wind:before{content:""}.bxf.bx-cloud-rain:before{content:""}.bxf.bx-cloud-snow:before{content:""}.bxf.bx-cloud-sun:before{content:""}.bxf.bx-cloud:before{content:""}.bxf.bx-clover:before{content:""}.bxf.bx-club:before{content:""}.bxf.bx-cocktail:before{content:""}.bxf.bx-code-alt:before{content:""}.bxf.bx-code:before{content:""}.bxf.bx-coffee-beans:before{content:""}.bxf.bx-coffee-cup:before{content:""}.bxf.bx-coffee:before{content:""}.bxf.bx-cog:before{content:""}.bxf.bx-cognition:before{content:""}.bxf.bx-coin:before{content:""}.bxf.bx-coins:before{content:""}.bxf.bx-col-resize:before{content:""}.bxf.bx-color-fill:before{content:""}.bxf.bx-color-wheel:before{content:""}.bxf.bx-columns-3:before{content:""}.bxf.bx-columns-4:before{content:""}.bxf.bx-columns:before{content:""}.bxf.bx-comic-bubble:before{content:""}.bxf.bx-command:before{content:""}.bxf.bx-community:before{content:""}.bxf.bx-compare-alt:before{content:""}.bxf.bx-compare:before{content:""}.bxf.bx-compass-tool:before{content:""}.bxf.bx-compass:before{content:""}.bxf.bx-component:before{content:""}.bxf.bx-computer-retro:before{content:""}.bxf.bx-computer:before{content:""}.bxf.bx-confused:before{content:""}.bxf.bx-connector:before{content:""}.bxf.bx-contact-book:before{content:""}.bxf.bx-container:before{content:""}.bxf.bx-contrast:before{content:""}.bxf.bx-cookie:before{content:""}.bxf.bx-cool:before{content:""}.bxf.bx-copy-check:before{content:""}.bxf.bx-copy-list:before{content:""}.bxf.bx-copy-minus:before{content:""}.bxf.bx-copy-plus:before{content:""}.bxf.bx-copy-x:before{content:""}.bxf.bx-copy:before{content:""}.bxf.bx-copyright:before{content:""}.bxf.bx-core:before{content:""}.bxf.bx-couch:before{content:""}.bxf.bx-credit-card-alt:before{content:""}.bxf.bx-credit-card-front:before{content:""}.bxf.bx-credit-card-insert:before{content:""}.bxf.bx-credit-card:before{content:""}.bxf.bx-cricket-ball:before{content:""}.bxf.bx-crop:before{content:""}.bxf.bx-cross-circle:before{content:""}.bxf.bx-crosshair:before{content:""}.bxf.bx-crown:before{content:""}.bxf.bx-crypto-coin:before{content:""}.bxf.bx-crypto:before{content:""}.bxf.bx-cube-alt:before{content:""}.bxf.bx-cube-inside:before{content:""}.bxf.bx-cube:before{content:""}.bxf.bx-cuboid:before{content:""}.bxf.bx-cup-hot:before{content:""}.bxf.bx-cup-saucer:before{content:""}.bxf.bx-cup-tea:before{content:""}.bxf.bx-cup:before{content:""}.bxf.bx-cupboard-alt:before{content:""}.bxf.bx-cupboard:before{content:""}.bxf.bx-cupcake:before{content:""}.bxf.bx-currency-note:before{content:""}.bxf.bx-currency-notes:before{content:""}.bxf.bx-cursor-add:before{content:""}.bxf.bx-cursor-cell:before{content:""}.bxf.bx-cursor-click:before{content:""}.bxf.bx-cursor-crosshair-dot:before{content:""}.bxf.bx-cursor-crosshair:before{content:""}.bxf.bx-cursor-pen:before{content:""}.bxf.bx-cursor-pointer:before{content:""}.bxf.bx-cursor:before{content:""}.bxf.bx-cut:before{content:""}.bxf.bx-cycling:before{content:""}.bxf.bx-cylinder:before{content:""}.bxf.bx-dashboard-alt:before{content:""}.bxf.bx-dashboard:before{content:""}.bxf.bx-database-alt:before{content:""}.bxf.bx-database:before{content:""}.bxf.bx-decrease-indent:before{content:""}.bxf.bx-delta:before{content:""}.bxf.bx-department-store:before{content:""}.bxf.bx-desert:before{content:""}.bxf.bx-desk:before{content:""}.bxf.bx-desktop-alt:before{content:""}.bxf.bx-desktop:before{content:""}.bxf.bx-devices:before{content:""}.bxf.bx-dialpad:before{content:""}.bxf.bx-diameter:before{content:""}.bxf.bx-diamond-alt:before{content:""}.bxf.bx-diamond:before{content:""}.bxf.bx-diamonds:before{content:""}.bxf.bx-dice-1:before{content:""}.bxf.bx-dice-2:before{content:""}.bxf.bx-dice-3:before{content:""}.bxf.bx-dice-4:before{content:""}.bxf.bx-dice-5:before{content:""}.bxf.bx-dice-6:before{content:""}.bxf.bx-dice-roll:before{content:""}.bxf.bx-dino:before{content:""}.bxf.bx-directions:before{content:""}.bxf.bx-disc:before{content:""}.bxf.bx-discount:before{content:""}.bxf.bx-discussion:before{content:""}.bxf.bx-dish:before{content:""}.bxf.bx-dishwasher:before{content:""}.bxf.bx-dislike:before{content:""}.bxf.bx-division:before{content:""}.bxf.bx-dizzy:before{content:""}.bxf.bx-dna:before{content:""}.bxf.bx-dock-bottom-alt:before{content:""}.bxf.bx-dock-bottom-arrow:before{content:""}.bxf.bx-dock-bottom-left-alt:before{content:""}.bxf.bx-dock-bottom-left:before{content:""}.bxf.bx-dock-bottom-right-alt:before{content:""}.bxf.bx-dock-bottom-right:before{content:""}.bxf.bx-dock-bottom:before{content:""}.bxf.bx-dock-left-alt:before{content:""}.bxf.bx-dock-left-arrow:before{content:""}.bxf.bx-dock-left:before{content:""}.bxf.bx-dock-right-alt:before{content:""}.bxf.bx-dock-right-arrow:before{content:""}.bxf.bx-dock-right:before{content:""}.bxf.bx-dock-top-alt:before{content:""}.bxf.bx-dock-top-arrow:before{content:""}.bxf.bx-dock-top-left-alt:before{content:""}.bxf.bx-dock-top-left:before{content:""}.bxf.bx-dock-top-right-alt:before{content:""}.bxf.bx-dock-top-right:before{content:""}.bxf.bx-dock-top:before{content:""}.bxf.bx-dog-alt:before{content:""}.bxf.bx-dog-body:before{content:""}.bxf.bx-dog:before{content:""}.bxf.bx-dollar-circle-stars:before{content:""}.bxf.bx-dollar-circle:before{content:""}.bxf.bx-dollar:before{content:""}.bxf.bx-donate-blood:before{content:""}.bxf.bx-donate-heart:before{content:""}.bxf.bx-donut:before{content:""}.bxf.bx-door-open-alt:before{content:""}.bxf.bx-door-open:before{content:""}.bxf.bx-door:before{content:""}.bxf.bx-dots-horizontal-rounded-circle:before{content:""}.bxf.bx-dots-horizontal-rounded:before{content:""}.bxf.bx-dots-horizontal:before{content:""}.bxf.bx-dots-vertical-rounded-circle:before{content:""}.bxf.bx-dots-vertical-rounded:before{content:""}.bxf.bx-dots-vertical:before{content:""}.bxf.bx-doughnut-chart:before{content:""}.bxf.bx-draw-ahead:before{content:""}.bxf.bx-draw-behind:before{content:""}.bxf.bx-draw-inside:before{content:""}.bxf.bx-dress:before{content:""}.bxf.bx-dribbling:before{content:""}.bxf.bx-dropdown:before{content:""}.bxf.bx-dryer:before{content:""}.bxf.bx-duck:before{content:""}.bxf.bx-dumbbell-alt:before{content:""}.bxf.bx-dumbbell:before{content:""}.bxf.bx-ear-alt:before{content:""}.bxf.bx-ear-slash:before{content:""}.bxf.bx-ear:before{content:""}.bxf.bx-earbuds:before{content:""}.bxf.bx-earth:before{content:""}.bxf.bx-ease-in-out:before{content:""}.bxf.bx-ease-in:before{content:""}.bxf.bx-ease-out:before{content:""}.bxf.bx-edit-alt:before{content:""}.bxf.bx-edit:before{content:""}.bxf.bx-education:before{content:""}.bxf.bx-egg-fried:before{content:""}.bxf.bx-egg-yolk:before{content:""}.bxf.bx-egg:before{content:""}.bxf.bx-eject:before{content:""}.bxf.bx-element-of:before{content:""}.bxf.bx-empty-set:before{content:""}.bxf.bx-enter:before{content:""}.bxf.bx-enterprise:before{content:""}.bxf.bx-envelope-alt:before{content:""}.bxf.bx-envelope-open:before{content:""}.bxf.bx-envelope:before{content:""}.bxf.bx-equal-circle:before{content:""}.bxf.bx-equal-square:before{content:""}.bxf.bx-equal:before{content:""}.bxf.bx-equalizer:before{content:""}.bxf.bx-eraser:before{content:""}.bxf.bx-ethernet:before{content:""}.bxf.bx-euro:before{content:""}.bxf.bx-ev-station:before{content:""}.bxf.bx-expand-left:before{content:""}.bxf.bx-expand-right:before{content:""}.bxf.bx-explosion:before{content:""}.bxf.bx-exposure:before{content:""}.bxf.bx-extension:before{content:""}.bxf.bx-eye-alt:before{content:""}.bxf.bx-eye-big:before{content:""}.bxf.bx-eye-closed:before{content:""}.bxf.bx-eye-slash:before{content:""}.bxf.bx-eye:before{content:""}.bxf.bx-eyedropper:before{content:""}.bxf.bx-face-alt-2:before{content:""}.bxf.bx-face-alt-3:before{content:""}.bxf.bx-face-alt-4:before{content:""}.bxf.bx-face-alt:before{content:""}.bxf.bx-face-child:before{content:""}.bxf.bx-face-mask:before{content:""}.bxf.bx-face:before{content:""}.bxf.bx-factory:before{content:""}.bxf.bx-fan:before{content:""}.bxf.bx-fast-forward-circle:before{content:""}.bxf.bx-fast-forward:before{content:""}.bxf.bx-feather-alt:before{content:""}.bxf.bx-feather-minus:before{content:""}.bxf.bx-feather-plus:before{content:""}.bxf.bx-feather:before{content:""}.bxf.bx-female:before{content:""}.bxf.bx-file-code:before{content:""}.bxf.bx-file-cog:before{content:""}.bxf.bx-file-detail:before{content:""}.bxf.bx-file-heart:before{content:""}.bxf.bx-file-minus:before{content:""}.bxf.bx-file-plus:before{content:""}.bxf.bx-file-report:before{content:""}.bxf.bx-file-search:before{content:""}.bxf.bx-file-star:before{content:""}.bxf.bx-file-x:before{content:""}.bxf.bx-file-zip:before{content:""}.bxf.bx-file:before{content:""}.bxf.bx-film-roll-alt:before{content:""}.bxf.bx-film-roll:before{content:""}.bxf.bx-film:before{content:""}.bxf.bx-filter:before{content:""}.bxf.bx-finger-down:before{content:""}.bxf.bx-finger-left:before{content:""}.bxf.bx-finger-right:before{content:""}.bxf.bx-finger-swipe-down:before{content:""}.bxf.bx-finger-swipe-left:before{content:""}.bxf.bx-finger-swipe-right:before{content:""}.bxf.bx-finger-swipe-up:before{content:""}.bxf.bx-finger-touch:before{content:""}.bxf.bx-finger-up:before{content:""}.bxf.bx-fingerprint:before{content:""}.bxf.bx-fire-alt:before{content:""}.bxf.bx-fire-extinguisher:before{content:""}.bxf.bx-fire:before{content:""}.bxf.bx-first:before{content:""}.bxf.bx-fish-alt:before{content:""}.bxf.bx-fish:before{content:""}.bxf.bx-flag-alt-2:before{content:""}.bxf.bx-flag-alt-3:before{content:""}.bxf.bx-flag-alt:before{content:""}.bxf.bx-flag-chequered:before{content:""}.bxf.bx-flag:before{content:""}.bxf.bx-flame:before{content:""}.bxf.bx-flask-round:before{content:""}.bxf.bx-florist:before{content:""}.bxf.bx-flower-alt-2:before{content:""}.bxf.bx-flower-alt:before{content:""}.bxf.bx-flower:before{content:""}.bxf.bx-folder-check:before{content:""}.bxf.bx-folder-code:before{content:""}.bxf.bx-folder-cog:before{content:""}.bxf.bx-folder-down-arrow:before{content:""}.bxf.bx-folder-heart:before{content:""}.bxf.bx-folder-minus:before{content:""}.bxf.bx-folder-open:before{content:""}.bxf.bx-folder-plus:before{content:""}.bxf.bx-folder-search:before{content:""}.bxf.bx-folder-star:before{content:""}.bxf.bx-folder-up-arrow:before{content:""}.bxf.bx-folder-x:before{content:""}.bxf.bx-folder-zip:before{content:""}.bxf.bx-folder:before{content:""}.bxf.bx-font-color:before{content:""}.bxf.bx-font-family:before{content:""}.bxf.bx-food-menu:before{content:""}.bxf.bx-food-tag:before{content:""}.bxf.bx-football-kick:before{content:""}.bxf.bx-football-pitch:before{content:""}.bxf.bx-football:before{content:""}.bxf.bx-footsteps:before{content:""}.bxf.bx-foreground:before{content:""}.bxf.bx-fork-knife:before{content:""}.bxf.bx-fork-spoon:before{content:""}.bxf.bx-fork:before{content:""}.bxf.bx-form:before{content:""}.bxf.bx-forward-big:before{content:""}.bxf.bx-forward-slash-circle:before{content:""}.bxf.bx-forward-slash-square:before{content:""}.bxf.bx-forward-slash:before{content:""}.bxf.bx-forward-stroke:before{content:""}.bxf.bx-forward:before{content:""}.bxf.bx-frame:before{content:""}.bxf.bx-fridge:before{content:""}.bxf.bx-fullscreen-exit:before{content:""}.bxf.bx-fullscreen:before{content:""}.bxf.bx-function:before{content:""}.bxf.bx-functions:before{content:""}.bxf.bx-future:before{content:""}.bxf.bx-gallery-horizontal-end:before{content:""}.bxf.bx-gallery-horizontal:before{content:""}.bxf.bx-gallery-thumbnails:before{content:""}.bxf.bx-gallery-vertical-end:before{content:""}.bxf.bx-gallery-vertical:before{content:""}.bxf.bx-gaming:before{content:""}.bxf.bx-garage:before{content:""}.bxf.bx-gavel:before{content:""}.bxf.bx-gear:before{content:""}.bxf.bx-gem-alt:before{content:""}.bxf.bx-gem:before{content:""}.bxf.bx-gestures:before{content:""}.bxf.bx-ghost:before{content:""}.bxf.bx-gift:before{content:""}.bxf.bx-git-branch:before{content:""}.bxf.bx-git-commit:before{content:""}.bxf.bx-git-compare:before{content:""}.bxf.bx-git-merge-queue:before{content:""}.bxf.bx-git-merge:before{content:""}.bxf.bx-git-pull-request-closed:before{content:""}.bxf.bx-git-pull-request-draft:before{content:""}.bxf.bx-git-pull-request:before{content:""}.bxf.bx-git-repo-forked:before{content:""}.bxf.bx-glasses-alt:before{content:""}.bxf.bx-glasses:before{content:""}.bxf.bx-globe-africa:before{content:""}.bxf.bx-globe-alt-2:before{content:""}.bxf.bx-globe-alt-3:before{content:""}.bxf.bx-globe-alt:before{content:""}.bxf.bx-globe-americas:before{content:""}.bxf.bx-globe-antartica:before{content:""}.bxf.bx-globe-asia:before{content:""}.bxf.bx-globe-europe:before{content:""}.bxf.bx-globe-oceania:before{content:""}.bxf.bx-globe-stand:before{content:""}.bxf.bx-globe:before{content:""}.bxf.bx-golf-ball:before{content:""}.bxf.bx-gradient:before{content:""}.bxf.bx-greater-than-equal:before{content:""}.bxf.bx-greater-than:before{content:""}.bxf.bx-grid-9:before{content:""}.bxf.bx-grid-circle-diagonal-left:before{content:""}.bxf.bx-grid-circle-diagonal-right:before{content:""}.bxf.bx-grid-circle-plus:before{content:""}.bxf.bx-grid-circle:before{content:""}.bxf.bx-grid-column-left:before{content:""}.bxf.bx-grid-column-right:before{content:""}.bxf.bx-grid-lines-3:before{content:""}.bxf.bx-grid-lines:before{content:""}.bxf.bx-grid-plus:before{content:""}.bxf.bx-grid-row-bottom:before{content:""}.bxf.bx-grid-row-top:before{content:""}.bxf.bx-grid-search:before{content:""}.bxf.bx-grid:before{content:""}.bxf.bx-groceries:before{content:""}.bxf.bx-group-alt:before{content:""}.bxf.bx-group:before{content:""}.bxf.bx-guitar-amp:before{content:""}.bxf.bx-hail:before{content:""}.bxf.bx-hand-rock:before{content:""}.bxf.bx-hand:before{content:""}.bxf.bx-handheld-alt-2:before{content:""}.bxf.bx-handheld-alt:before{content:""}.bxf.bx-handheld:before{content:""}.bxf.bx-handshake:before{content:""}.bxf.bx-hanger:before{content:""}.bxf.bx-happy-alt:before{content:""}.bxf.bx-happy-beaming:before{content:""}.bxf.bx-happy-heart-eyes:before{content:""}.bxf.bx-happy:before{content:""}.bxf.bx-hard-drive:before{content:""}.bxf.bx-hard-hat:before{content:""}.bxf.bx-hashtag:before{content:""}.bxf.bx-hdmi:before{content:""}.bxf.bx-head:before{content:""}.bxf.bx-heading-1:before{content:""}.bxf.bx-heading-2:before{content:""}.bxf.bx-heading-3:before{content:""}.bxf.bx-heading:before{content:""}.bxf.bx-headphone-alt-2:before{content:""}.bxf.bx-headphone-alt:before{content:""}.bxf.bx-headphone-mic:before{content:""}.bxf.bx-headphone:before{content:""}.bxf.bx-heart-break:before{content:""}.bxf.bx-heart-circle:before{content:""}.bxf.bx-heart-half:before{content:""}.bxf.bx-heart-plus:before{content:""}.bxf.bx-heart-square:before{content:""}.bxf.bx-heart:before{content:""}.bxf.bx-heat-wave:before{content:""}.bxf.bx-helmet:before{content:""}.bxf.bx-help-circle:before{content:""}.bxf.bx-help-octagon:before{content:""}.bxf.bx-hexagon:before{content:""}.bxf.bx-high-speed-train:before{content:""}.bxf.bx-highlight:before{content:""}.bxf.bx-highlights:before{content:""}.bxf.bx-hinduism:before{content:""}.bxf.bx-history:before{content:""}.bxf.bx-home-add:before{content:""}.bxf.bx-home-alt-2:before{content:""}.bxf.bx-home-alt-3:before{content:""}.bxf.bx-home-alt:before{content:""}.bxf.bx-home-circle:before{content:""}.bxf.bx-home-heart:before{content:""}.bxf.bx-home:before{content:""}.bxf.bx-honey:before{content:""}.bxf.bx-horizon-sea:before{content:""}.bxf.bx-horizontal-align-center:before{content:""}.bxf.bx-horizontal-align-left:before{content:""}.bxf.bx-horizontal-align-right:before{content:""}.bxf.bx-horizontal-center:before{content:""}.bxf.bx-horizontal-distribute-center:before{content:""}.bxf.bx-horizontal-distribute-left:before{content:""}.bxf.bx-horizontal-distribute-right:before{content:""}.bxf.bx-horizontal-left:before{content:""}.bxf.bx-horizontal-right:before{content:""}.bxf.bx-horizontal-spacing:before{content:""}.bxf.bx-hospital:before{content:""}.bxf.bx-hot-tub-water:before{content:""}.bxf.bx-hot-tub:before{content:""}.bxf.bx-hot:before{content:""}.bxf.bx-hourglass:before{content:""}.bxf.bx-hurricane:before{content:""}.bxf.bx-icecream:before{content:""}.bxf.bx-iframe:before{content:""}.bxf.bx-image-alt:before{content:""}.bxf.bx-image-circle:before{content:""}.bxf.bx-image-landscape:before{content:""}.bxf.bx-image-no-background:before{content:""}.bxf.bx-image-plus:before{content:""}.bxf.bx-image-portrait:before{content:""}.bxf.bx-image-sparkle:before{content:""}.bxf.bx-image:before{content:""}.bxf.bx-images:before{content:""}.bxf.bx-inbox:before{content:""}.bxf.bx-incognito:before{content:""}.bxf.bx-infinite:before{content:""}.bxf.bx-info-circle:before{content:""}.bxf.bx-info-octagon:before{content:""}.bxf.bx-info-shield:before{content:""}.bxf.bx-info-square:before{content:""}.bxf.bx-inner-shadow:before{content:""}.bxf.bx-institution:before{content:""}.bxf.bx-integral:before{content:""}.bxf.bx-intellect:before{content:""}.bxf.bx-invert-adjust:before{content:""}.bxf.bx-invert:before{content:""}.bxf.bx-islam:before{content:""}.bxf.bx-island:before{content:""}.bxf.bx-italic:before{content:""}.bxf.bx-joystick-alt-2:before{content:""}.bxf.bx-joystick-alt:before{content:""}.bxf.bx-joystick-button-alt:before{content:""}.bxf.bx-joystick-button:before{content:""}.bxf.bx-joystick:before{content:""}.bxf.bx-judaism:before{content:""}.bxf.bx-key-alt:before{content:""}.bxf.bx-key:before{content:""}.bxf.bx-keyboard:before{content:""}.bxf.bx-keyframe-ease-in:before{content:""}.bxf.bx-keyframe-ease-out:before{content:""}.bxf.bx-keyframe-easy-ease:before{content:""}.bxf.bx-keyframe-hold-ease-in:before{content:""}.bxf.bx-keyframe-hold-ease-out:before{content:""}.bxf.bx-keyframe-hold-linear-in:before{content:""}.bxf.bx-keyframe-hold-linear-out:before{content:""}.bxf.bx-keyframe:before{content:""}.bxf.bx-knife:before{content:""}.bxf.bx-lambda:before{content:""}.bxf.bx-landmark:before{content:""}.bxf.bx-laptop-alt:before{content:""}.bxf.bx-laptop:before{content:""}.bxf.bx-lasso:before{content:""}.bxf.bx-last:before{content:""}.bxf.bx-laugh:before{content:""}.bxf.bx-laurel-wreath-left:before{content:""}.bxf.bx-laurel-wreath-right:before{content:""}.bxf.bx-laurel-wreath:before{content:""}.bxf.bx-law:before{content:""}.bxf.bx-layers-alt:before{content:""}.bxf.bx-layers-down-left:before{content:""}.bxf.bx-layers-down-right:before{content:""}.bxf.bx-layers-minus-alt:before{content:""}.bxf.bx-layers-plus-alt:before{content:""}.bxf.bx-layers:before{content:""}.bxf.bx-layout-check:before{content:""}.bxf.bx-layout-minus:before{content:""}.bxf.bx-layout-plus:before{content:""}.bxf.bx-layout-search:before{content:""}.bxf.bx-layout:before{content:""}.bxf.bx-leaf-alt:before{content:""}.bxf.bx-leaf:before{content:""}.bxf.bx-left-indent:before{content:""}.bxf.bx-lemon:before{content:""}.bxf.bx-less-than-equal:before{content:""}.bxf.bx-less-than:before{content:""}.bxf.bx-letter-spacing-alt:before{content:""}.bxf.bx-letter-spacing:before{content:""}.bxf.bx-light-bulb-alt-2:before{content:""}.bxf.bx-light-bulb-alt:before{content:""}.bxf.bx-light-bulb-on:before{content:""}.bxf.bx-light-bulb:before{content:""}.bxf.bx-like:before{content:""}.bxf.bx-line-chart-square:before{content:""}.bxf.bx-line-spacing-alt:before{content:""}.bxf.bx-line-spacing:before{content:""}.bxf.bx-link-alt:before{content:""}.bxf.bx-link-break:before{content:""}.bxf.bx-link:before{content:""}.bxf.bx-lira:before{content:""}.bxf.bx-list-minus:before{content:""}.bxf.bx-list-music:before{content:""}.bxf.bx-list-ol:before{content:""}.bxf.bx-list-play:before{content:""}.bxf.bx-list-plus:before{content:""}.bxf.bx-list-square:before{content:""}.bxf.bx-list-ul-square:before{content:""}.bxf.bx-list-ul:before{content:""}.bxf.bx-list-x:before{content:""}.bxf.bx-list:before{content:""}.bxf.bx-loader-dots:before{content:""}.bxf.bx-loader-lines-alt:before{content:""}.bxf.bx-loader-lines:before{content:""}.bxf.bx-location-alt-2:before{content:""}.bxf.bx-location-alt:before{content:""}.bxf.bx-location-blank:before{content:""}.bxf.bx-location-check:before{content:""}.bxf.bx-location-pin:before{content:""}.bxf.bx-location-plus:before{content:""}.bxf.bx-location-x:before{content:""}.bxf.bx-location:before{content:""}.bxf.bx-lock-keyhole-open-alt:before{content:""}.bxf.bx-lock-keyhole-open:before{content:""}.bxf.bx-lock-keyhole:before{content:""}.bxf.bx-lock-open-alt:before{content:""}.bxf.bx-lock-open:before{content:""}.bxf.bx-lock:before{content:""}.bxf.bx-lotion:before{content:""}.bxf.bx-low-vision:before{content:""}.bxf.bx-lowercase:before{content:""}.bxf.bx-luggage:before{content:""}.bxf.bx-lungs:before{content:""}.bxf.bx-magic-wand:before{content:""}.bxf.bx-magnet:before{content:""}.bxf.bx-mail-open:before{content:""}.bxf.bx-male:before{content:""}.bxf.bx-man-woman:before{content:""}.bxf.bx-man:before{content:""}.bxf.bx-map:before{content:""}.bxf.bx-margin-bottom:before{content:""}.bxf.bx-margin-left:before{content:""}.bxf.bx-margin-right:before{content:""}.bxf.bx-margin-top:before{content:""}.bxf.bx-martini:before{content:""}.bxf.bx-mask:before{content:""}.bxf.bx-math-alt:before{content:""}.bxf.bx-math:before{content:""}.bxf.bx-maximize:before{content:""}.bxf.bx-meat:before{content:""}.bxf.bx-medal-alt-2:before{content:""}.bxf.bx-medal-alt:before{content:""}.bxf.bx-medal-star-alt-2:before{content:""}.bxf.bx-medal-star-alt:before{content:""}.bxf.bx-medal-star:before{content:""}.bxf.bx-medal:before{content:""}.bxf.bx-medical-flask:before{content:""}.bxf.bx-medical-kit:before{content:""}.bxf.bx-megaphone-alt:before{content:""}.bxf.bx-megaphone:before{content:""}.bxf.bx-meh-alt:before{content:""}.bxf.bx-meh-blank:before{content:""}.bxf.bx-meh:before{content:""}.bxf.bx-menorah:before{content:""}.bxf.bx-menu-close:before{content:""}.bxf.bx-menu-closer:before{content:""}.bxf.bx-menu-filter:before{content:""}.bxf.bx-menu-left:before{content:""}.bxf.bx-menu-notification:before{content:""}.bxf.bx-menu-right:before{content:""}.bxf.bx-menu-search:before{content:""}.bxf.bx-menu-select:before{content:""}.bxf.bx-menu-wide:before{content:""}.bxf.bx-menu-wider:before{content:""}.bxf.bx-menu:before{content:""}.bxf.bx-merge:before{content:""}.bxf.bx-mesh:before{content:""}.bxf.bx-message-bubble-captions:before{content:""}.bxf.bx-message-bubble-check:before{content:""}.bxf.bx-message-bubble-code:before{content:""}.bxf.bx-message-bubble-detail:before{content:""}.bxf.bx-message-bubble-dots-2:before{content:""}.bxf.bx-message-bubble-dots:before{content:""}.bxf.bx-message-bubble-edit:before{content:""}.bxf.bx-message-bubble-exclamation:before{content:""}.bxf.bx-message-bubble-heart:before{content:""}.bxf.bx-message-bubble-image:before{content:""}.bxf.bx-message-bubble-minus:before{content:""}.bxf.bx-message-bubble-notification:before{content:""}.bxf.bx-message-bubble-plus:before{content:""}.bxf.bx-message-bubble-question-mark:before{content:""}.bxf.bx-message-bubble-reply:before{content:""}.bxf.bx-message-bubble-star:before{content:""}.bxf.bx-message-bubble-x:before{content:""}.bxf.bx-message-bubble:before{content:""}.bxf.bx-message-captions:before{content:""}.bxf.bx-message-check:before{content:""}.bxf.bx-message-circle-captions:before{content:""}.bxf.bx-message-circle-check:before{content:""}.bxf.bx-message-circle-code:before{content:""}.bxf.bx-message-circle-detail:before{content:""}.bxf.bx-message-circle-dots-2:before{content:""}.bxf.bx-message-circle-dots:before{content:""}.bxf.bx-message-circle-edit:before{content:""}.bxf.bx-message-circle-exclamation:before{content:""}.bxf.bx-message-circle-heart:before{content:""}.bxf.bx-message-circle-image:before{content:""}.bxf.bx-message-circle-minus:before{content:""}.bxf.bx-message-circle-notification:before{content:""}.bxf.bx-message-circle-plus:before{content:""}.bxf.bx-message-circle-question-mark:before{content:""}.bxf.bx-message-circle-reply:before{content:""}.bxf.bx-message-circle-star:before{content:""}.bxf.bx-message-circle-x:before{content:""}.bxf.bx-message-circle:before{content:""}.bxf.bx-message-code:before{content:""}.bxf.bx-message-detail:before{content:""}.bxf.bx-message-dots-2:before{content:""}.bxf.bx-message-dots:before{content:""}.bxf.bx-message-edit:before{content:""}.bxf.bx-message-exclamation:before{content:""}.bxf.bx-message-heart:before{content:""}.bxf.bx-message-image:before{content:""}.bxf.bx-message-minus:before{content:""}.bxf.bx-message-notification:before{content:""}.bxf.bx-message-plus:before{content:""}.bxf.bx-message-question-mark:before{content:""}.bxf.bx-message-reply:before{content:""}.bxf.bx-message-star:before{content:""}.bxf.bx-message-x:before{content:""}.bxf.bx-message:before{content:""}.bxf.bx-meteor:before{content:""}.bxf.bx-microchip:before{content:""}.bxf.bx-microphone-alt-2:before{content:""}.bxf.bx-microphone-alt:before{content:""}.bxf.bx-microphone-big-alt:before{content:""}.bxf.bx-microphone-big:before{content:""}.bxf.bx-microphone-slash:before{content:""}.bxf.bx-microphone:before{content:""}.bxf.bx-microscope:before{content:""}.bxf.bx-microwave-oven:before{content:""}.bxf.bx-milk-bottle:before{content:""}.bxf.bx-minimize:before{content:""}.bxf.bx-minus-circle:before{content:""}.bxf.bx-minus-plus:before{content:""}.bxf.bx-minus-shield:before{content:""}.bxf.bx-minus-square:before{content:""}.bxf.bx-minus:before{content:""}.bxf.bx-mobile-alt-2:before{content:""}.bxf.bx-mobile-alt:before{content:""}.bxf.bx-mobile-back-alt-2:before{content:""}.bxf.bx-mobile-back-alt:before{content:""}.bxf.bx-mobile-back:before{content:""}.bxf.bx-mobile-ring:before{content:""}.bxf.bx-mobile:before{content:""}.bxf.bx-monitor-wallpaper:before{content:""}.bxf.bx-monitor-wide:before{content:""}.bxf.bx-monitor:before{content:""}.bxf.bx-moon-crater:before{content:""}.bxf.bx-moon-phase-0:before{content:""}.bxf.bx-moon-phase-1:before{content:""}.bxf.bx-moon-phase-2:before{content:""}.bxf.bx-moon-phase-3:before{content:""}.bxf.bx-moon-phase-4:before{content:""}.bxf.bx-moon-phase-5:before{content:""}.bxf.bx-moon-phase-6:before{content:""}.bxf.bx-moon-star:before{content:""}.bxf.bx-moon-stars:before{content:""}.bxf.bx-moon:before{content:""}.bxf.bx-mosque:before{content:""}.bxf.bx-motion-alt:before{content:""}.bxf.bx-motion:before{content:""}.bxf.bx-motorcycle:before{content:""}.bxf.bx-mountain-peak:before{content:""}.bxf.bx-mountain-view:before{content:""}.bxf.bx-mountain:before{content:""}.bxf.bx-mouse-alt:before{content:""}.bxf.bx-mouse:before{content:""}.bxf.bx-moustache:before{content:""}.bxf.bx-move-diagonal-left:before{content:""}.bxf.bx-move-diagonal-right:before{content:""}.bxf.bx-move-horizontal:before{content:""}.bxf.bx-move-vertical:before{content:""}.bxf.bx-move:before{content:""}.bxf.bx-movie-play:before{content:""}.bxf.bx-movie:before{content:""}.bxf.bx-music-alt-2:before{content:""}.bxf.bx-music-alt:before{content:""}.bxf.bx-music-library:before{content:""}.bxf.bx-music:before{content:""}.bxf.bx-navigation-north:before{content:""}.bxf.bx-network-chart:before{content:""}.bxf.bx-network-device:before{content:""}.bxf.bx-news:before{content:""}.bxf.bx-newspaper:before{content:""}.bxf.bx-night-light:before{content:""}.bxf.bx-no-entry:before{content:""}.bxf.bx-noise:before{content:""}.bxf.bx-not-element-of:before{content:""}.bxf.bx-not-equal:before{content:""}.bxf.bx-not-subset:before{content:""}.bxf.bx-not-superset:before{content:""}.bxf.bx-note-book:before{content:""}.bxf.bx-note:before{content:""}.bxf.bx-notification-slash:before{content:""}.bxf.bx-notification:before{content:""}.bxf.bx-nut:before{content:""}.bxf.bx-octopus:before{content:""}.bxf.bx-omega:before{content:""}.bxf.bx-option:before{content:""}.bxf.bx-outdoor-dining:before{content:""}.bxf.bx-outer-shadow:before{content:""}.bxf.bx-oval-vertical:before{content:""}.bxf.bx-oval:before{content:""}.bxf.bx-oven:before{content:""}.bxf.bx-owl:before{content:""}.bxf.bx-pacifism:before{content:""}.bxf.bx-package:before{content:""}.bxf.bx-pacman:before{content:""}.bxf.bx-paint-alt:before{content:""}.bxf.bx-paint-roll:before{content:""}.bxf.bx-paint:before{content:""}.bxf.bx-palette:before{content:""}.bxf.bx-pant:before{content:""}.bxf.bx-paper-plane:before{content:""}.bxf.bx-paperclip:before{content:""}.bxf.bx-paragraph-spacing:before{content:""}.bxf.bx-paragraph:before{content:""}.bxf.bx-parallel:before{content:""}.bxf.bx-parent-child:before{content:""}.bxf.bx-party:before{content:""}.bxf.bx-paste:before{content:""}.bxf.bx-path:before{content:""}.bxf.bx-pause-circle:before{content:""}.bxf.bx-pause:before{content:""}.bxf.bx-paw-print:before{content:""}.bxf.bx-pear:before{content:""}.bxf.bx-pen-alt:before{content:""}.bxf.bx-pen-draw:before{content:""}.bxf.bx-pen-edit-circle-alt:before{content:""}.bxf.bx-pen-edit-circle:before{content:""}.bxf.bx-pen-minus:before{content:""}.bxf.bx-pen-plus:before{content:""}.bxf.bx-pen:before{content:""}.bxf.bx-pencil-circle:before{content:""}.bxf.bx-pencil-draw:before{content:""}.bxf.bx-pencil-edit-circle:before{content:""}.bxf.bx-pencil-sparkles:before{content:""}.bxf.bx-pencil-square:before{content:""}.bxf.bx-pencil:before{content:""}.bxf.bx-pentagon:before{content:""}.bxf.bx-people-diversity:before{content:""}.bxf.bx-people-handshake:before{content:""}.bxf.bx-people-heart:before{content:""}.bxf.bx-percentage:before{content:""}.bxf.bx-perpendicular:before{content:""}.bxf.bx-perspective:before{content:""}.bxf.bx-petrol-pump:before{content:""}.bxf.bx-pharmacy:before{content:""}.bxf.bx-phone-book:before{content:""}.bxf.bx-phone-forwarding:before{content:""}.bxf.bx-phone-incoming:before{content:""}.bxf.bx-phone-outgoing:before{content:""}.bxf.bx-phone-plus:before{content:""}.bxf.bx-phone-ring:before{content:""}.bxf.bx-phone-x:before{content:""}.bxf.bx-phone:before{content:""}.bxf.bx-photo-album:before{content:""}.bxf.bx-pi:before{content:""}.bxf.bx-piano-alt:before{content:""}.bxf.bx-piano-grand:before{content:""}.bxf.bx-piano:before{content:""}.bxf.bx-pickup-truck:before{content:""}.bxf.bx-picture-in-picture-close:before{content:""}.bxf.bx-picture-in-picture:before{content:""}.bxf.bx-pie-chart-alt-2:before{content:""}.bxf.bx-pie-chart-alt:before{content:""}.bxf.bx-pie-chart:before{content:""}.bxf.bx-piggy-bank:before{content:""}.bxf.bx-pill-bottle-alt:before{content:""}.bxf.bx-pill-bottle:before{content:""}.bxf.bx-pill:before{content:""}.bxf.bx-pin-alt:before{content:""}.bxf.bx-pin-slash-alt:before{content:""}.bxf.bx-pin:before{content:""}.bxf.bx-pizza-alt:before{content:""}.bxf.bx-pizza:before{content:""}.bxf.bx-plane-alt:before{content:""}.bxf.bx-plane-land:before{content:""}.bxf.bx-plane-take-off:before{content:""}.bxf.bx-plane:before{content:""}.bxf.bx-planet:before{content:""}.bxf.bx-plant-pot:before{content:""}.bxf.bx-play-circle-alt:before{content:""}.bxf.bx-play-circle:before{content:""}.bxf.bx-play:before{content:""}.bxf.bx-plug-connect:before{content:""}.bxf.bx-plus-big:before{content:""}.bxf.bx-plus-circle:before{content:""}.bxf.bx-plus-minus:before{content:""}.bxf.bx-plus-shield:before{content:""}.bxf.bx-plus-square:before{content:""}.bxf.bx-plus:before{content:""}.bxf.bx-podcast:before{content:""}.bxf.bx-polar-chart:before{content:""}.bxf.bx-poll:before{content:""}.bxf.bx-polygon:before{content:""}.bxf.bx-poop:before{content:""}.bxf.bx-popcorn:before{content:""}.bxf.bx-popsicle:before{content:""}.bxf.bx-pound:before{content:""}.bxf.bx-power:before{content:""}.bxf.bx-prawn:before{content:""}.bxf.bx-price-tag-alt:before{content:""}.bxf.bx-price-tag:before{content:""}.bxf.bx-print-dollar:before{content:""}.bxf.bx-printer:before{content:""}.bxf.bx-proper-subset:before{content:""}.bxf.bx-proper-superset:before{content:""}.bxf.bx-psychology:before{content:""}.bxf.bx-puck:before{content:""}.bxf.bx-pulse:before{content:""}.bxf.bx-puzzle:before{content:""}.bxf.bx-pyramid:before{content:""}.bxf.bx-qr-scan:before{content:""}.bxf.bx-qr:before{content:""}.bxf.bx-queue:before{content:""}.bxf.bx-quote-left-alt:before{content:""}.bxf.bx-quote-left:before{content:""}.bxf.bx-quote-right-alt:before{content:""}.bxf.bx-quote-right:before{content:""}.bxf.bx-quote-single-left:before{content:""}.bxf.bx-quote-single-right:before{content:""}.bxf.bx-radar:before{content:""}.bxf.bx-radiation:before{content:""}.bxf.bx-radio-circle-marked:before{content:""}.bxf.bx-radio-circle:before{content:""}.bxf.bx-radio:before{content:""}.bxf.bx-rainbow-half:before{content:""}.bxf.bx-rainbow:before{content:""}.bxf.bx-reading-glass:before{content:""}.bxf.bx-reading:before{content:""}.bxf.bx-receipt:before{content:""}.bxf.bx-rectangle-vertical:before{content:""}.bxf.bx-rectangle-wide:before{content:""}.bxf.bx-rectangle:before{content:""}.bxf.bx-recycle:before{content:""}.bxf.bx-redo-alt:before{content:""}.bxf.bx-redo-stroke-alt:before{content:""}.bxf.bx-redo-stroke:before{content:""}.bxf.bx-redo:before{content:""}.bxf.bx-reflect-horizontal-alt:before{content:""}.bxf.bx-reflect-horizontal:before{content:""}.bxf.bx-reflect-vertical-alt:before{content:""}.bxf.bx-reflect-vertical:before{content:""}.bxf.bx-refresh-ccw-alt-dot:before{content:""}.bxf.bx-refresh-ccw-alt:before{content:""}.bxf.bx-refresh-ccw-dot:before{content:""}.bxf.bx-refresh-ccw:before{content:""}.bxf.bx-refresh-cw-alt-dot:before{content:""}.bxf.bx-refresh-cw-alt:before{content:""}.bxf.bx-refresh-cw-dot:before{content:""}.bxf.bx-refresh-cw:before{content:""}.bxf.bx-registered:before{content:""}.bxf.bx-rename:before{content:""}.bxf.bx-repeat-alt-2:before{content:""}.bxf.bx-repeat-alt:before{content:""}.bxf.bx-repeat:before{content:""}.bxf.bx-reply-big:before{content:""}.bxf.bx-reply-stroke:before{content:""}.bxf.bx-reply:before{content:""}.bxf.bx-report:before{content:""}.bxf.bx-rewind-circle:before{content:""}.bxf.bx-rewind:before{content:""}.bxf.bx-rfid:before{content:""}.bxf.bx-rgb:before{content:""}.bxf.bx-right-angle-triangle-half:before{content:""}.bxf.bx-right-angle-triangle:before{content:""}.bxf.bx-right-indent:before{content:""}.bxf.bx-road:before{content:""}.bxf.bx-robot:before{content:""}.bxf.bx-rocket-alt:before{content:""}.bxf.bx-rocket:before{content:""}.bxf.bx-rotate-ccw-10:before{content:""}.bxf.bx-rotate-ccw-30:before{content:""}.bxf.bx-rotate-ccw-5:before{content:""}.bxf.bx-rotate-ccw-dot:before{content:""}.bxf.bx-rotate-ccw:before{content:""}.bxf.bx-rotate-cw-10:before{content:""}.bxf.bx-rotate-cw-30:before{content:""}.bxf.bx-rotate-cw-5:before{content:""}.bxf.bx-rotate-cw-dot:before{content:""}.bxf.bx-rotate-cw:before{content:""}.bxf.bx-rotate-square-ccw:before{content:""}.bxf.bx-rotate-square-cw:before{content:""}.bxf.bx-route:before{content:""}.bxf.bx-row-resize:before{content:""}.bxf.bx-rows-3:before{content:""}.bxf.bx-rows-4:before{content:""}.bxf.bx-rows:before{content:""}.bxf.bx-rss:before{content:""}.bxf.bx-ruble:before{content:""}.bxf.bx-rugby-ball:before{content:""}.bxf.bx-ruler:before{content:""}.bxf.bx-running:before{content:""}.bxf.bx-rupee:before{content:""}.bxf.bx-sad:before{content:""}.bxf.bx-safe:before{content:""}.bxf.bx-sail:before{content:""}.bxf.bx-sandwich:before{content:""}.bxf.bx-sapling:before{content:""}.bxf.bx-satellite-dish-alt:before{content:""}.bxf.bx-satellite-dish:before{content:""}.bxf.bx-save:before{content:""}.bxf.bx-scale:before{content:""}.bxf.bx-scan-ar:before{content:""}.bxf.bx-scan-barcode:before{content:""}.bxf.bx-scan-detail:before{content:""}.bxf.bx-scan-face:before{content:""}.bxf.bx-scan-search:before{content:""}.bxf.bx-scan:before{content:""}.bxf.bx-school-bus:before{content:""}.bxf.bx-school:before{content:""}.bxf.bx-science:before{content:""}.bxf.bx-scooter-delivery:before{content:""}.bxf.bx-scooter:before{content:""}.bxf.bx-screen-light:before{content:""}.bxf.bx-screenshot:before{content:""}.bxf.bx-scribble:before{content:""}.bxf.bx-scroll:before{content:""}.bxf.bx-sd-card:before{content:""}.bxf.bx-sea-view:before{content:""}.bxf.bx-seal-check:before{content:""}.bxf.bx-seal:before{content:""}.bxf.bx-search-alt:before{content:""}.bxf.bx-search-big-code:before{content:""}.bxf.bx-search-big-minus:before{content:""}.bxf.bx-search-big-plus:before{content:""}.bxf.bx-search-big-x:before{content:""}.bxf.bx-search-big:before{content:""}.bxf.bx-search-code:before{content:""}.bxf.bx-search-minus:before{content:""}.bxf.bx-search-plus:before{content:""}.bxf.bx-search-x:before{content:""}.bxf.bx-search:before{content:""}.bxf.bx-select-all:before{content:""}.bxf.bx-select-many:before{content:""}.bxf.bx-select-none:before{content:""}.bxf.bx-select:before{content:""}.bxf.bx-self-care:before{content:""}.bxf.bx-send-alt-2:before{content:""}.bxf.bx-send-alt:before{content:""}.bxf.bx-send:before{content:""}.bxf.bx-server:before{content:""}.bxf.bx-set-intersection:before{content:""}.bxf.bx-set-union:before{content:""}.bxf.bx-shadows:before{content:""}.bxf.bx-shape-exclude-alt:before{content:""}.bxf.bx-shape-exclude:before{content:""}.bxf.bx-shape-intersect-alt:before{content:""}.bxf.bx-shape-intersect:before{content:""}.bxf.bx-shape-outline-alt:before{content:""}.bxf.bx-shape-outline:before{content:""}.bxf.bx-shape-rotate-ccw:before{content:""}.bxf.bx-shape-rotate-cw:before{content:""}.bxf.bx-shape-subtract-alt:before{content:""}.bxf.bx-shape-subtract:before{content:""}.bxf.bx-shape-trim-alt:before{content:""}.bxf.bx-shape-trim:before{content:""}.bxf.bx-shape-unite-alt:before{content:""}.bxf.bx-shape-unite:before{content:""}.bxf.bx-shapes-alt-2:before{content:""}.bxf.bx-shapes-alt:before{content:""}.bxf.bx-shapes:before{content:""}.bxf.bx-share:before{content:""}.bxf.bx-shekel:before{content:""}.bxf.bx-shield-alt-2:before{content:""}.bxf.bx-shield-alt:before{content:""}.bxf.bx-shield-circle:before{content:""}.bxf.bx-shield-half:before{content:""}.bxf.bx-shield-quarter:before{content:""}.bxf.bx-shield:before{content:""}.bxf.bx-shinto:before{content:""}.bxf.bx-ship:before{content:""}.bxf.bx-shocked:before{content:""}.bxf.bx-shopping-bag-alt:before{content:""}.bxf.bx-shopping-bag:before{content:""}.bxf.bx-shower:before{content:""}.bxf.bx-shrink-left:before{content:""}.bxf.bx-shrink-right:before{content:""}.bxf.bx-shuffle:before{content:""}.bxf.bx-shutter-alt:before{content:""}.bxf.bx-shutter:before{content:""}.bxf.bx-shuttlecock:before{content:""}.bxf.bx-sidebar-right:before{content:""}.bxf.bx-sidebar:before{content:""}.bxf.bx-sigma:before{content:""}.bxf.bx-signal-1:before{content:""}.bxf.bx-signal-2:before{content:""}.bxf.bx-signal-3:before{content:""}.bxf.bx-signal-4:before{content:""}.bxf.bx-signal-5:before{content:""}.bxf.bx-signal-slash:before{content:""}.bxf.bx-signature:before{content:""}.bxf.bx-sikhism:before{content:""}.bxf.bx-sine-wave:before{content:""}.bxf.bx-siren-alt:before{content:""}.bxf.bx-siren:before{content:""}.bxf.bx-sitemap:before{content:""}.bxf.bx-size-distort:before{content:""}.bxf.bx-size-freeform:before{content:""}.bxf.bx-size-uniform:before{content:""}.bxf.bx-size-warp:before{content:""}.bxf.bx-skateboard:before{content:""}.bxf.bx-skip-next-circle:before{content:""}.bxf.bx-skip-next:before{content:""}.bxf.bx-skip-previous-circle:before{content:""}.bxf.bx-skip-previous:before{content:""}.bxf.bx-skirt:before{content:""}.bxf.bx-skull:before{content:""}.bxf.bx-sleepy:before{content:""}.bxf.bx-slice:before{content:""}.bxf.bx-slider-alt:before{content:""}.bxf.bx-slider-vertical-alt:before{content:""}.bxf.bx-slider-vertical:before{content:""}.bxf.bx-slider:before{content:""}.bxf.bx-slideshow:before{content:""}.bxf.bx-smile:before{content:""}.bxf.bx-smoke-alarm-alt-2:before{content:""}.bxf.bx-smoke-alarm-alt:before{content:""}.bxf.bx-smoke-alarm:before{content:""}.bxf.bx-sneaker:before{content:""}.bxf.bx-snowflake:before{content:""}.bxf.bx-sock:before{content:""}.bxf.bx-solar-panel:before{content:""}.bxf.bx-spa:before{content:""}.bxf.bx-spacebar:before{content:""}.bxf.bx-spade:before{content:""}.bxf.bx-spanner:before{content:""}.bxf.bx-sparkle-circle:before{content:""}.bxf.bx-sparkle-square:before{content:""}.bxf.bx-sparkle:before{content:""}.bxf.bx-sparkles-alt:before{content:""}.bxf.bx-sparkles:before{content:""}.bxf.bx-speaker:before{content:""}.bxf.bx-sphere:before{content:""}.bxf.bx-split:before{content:""}.bxf.bx-spoon:before{content:""}.bxf.bx-spray-can:before{content:""}.bxf.bx-square-dashed-half:before{content:""}.bxf.bx-square-dashed:before{content:""}.bxf.bx-square-root:before{content:""}.bxf.bx-square-rounded:before{content:""}.bxf.bx-square-small:before{content:""}.bxf.bx-square:before{content:""}.bxf.bx-squircle:before{content:""}.bxf.bx-stadium:before{content:""}.bxf.bx-stamp:before{content:""}.bxf.bx-star-circle:before{content:""}.bxf.bx-star-half:before{content:""}.bxf.bx-star-square:before{content:""}.bxf.bx-star:before{content:""}.bxf.bx-station:before{content:""}.bxf.bx-steering-wheel:before{content:""}.bxf.bx-steps-down:before{content:""}.bxf.bx-steps-up:before{content:""}.bxf.bx-sticker:before{content:""}.bxf.bx-stop-circle:before{content:""}.bxf.bx-stop:before{content:""}.bxf.bx-stopwatch:before{content:""}.bxf.bx-store-alt-2:before{content:""}.bxf.bx-store-alt:before{content:""}.bxf.bx-store:before{content:""}.bxf.bx-strategy:before{content:""}.bxf.bx-street-view:before{content:""}.bxf.bx-strikethrough:before{content:""}.bxf.bx-stroke-drawing:before{content:""}.bxf.bx-stroke-freehand:before{content:""}.bxf.bx-stroke-ink:before{content:""}.bxf.bx-stroke-pen:before{content:""}.bxf.bx-subscript:before{content:""}.bxf.bx-subset:before{content:""}.bxf.bx-subway:before{content:""}.bxf.bx-sun-bright:before{content:""}.bxf.bx-sun-dim:before{content:""}.bxf.bx-sun-drizzle:before{content:""}.bxf.bx-sun-fog:before{content:""}.bxf.bx-sun-rain-wind:before{content:""}.bxf.bx-sun-rain:before{content:""}.bxf.bx-sun-rise:before{content:""}.bxf.bx-sun-set:before{content:""}.bxf.bx-sun-snow:before{content:""}.bxf.bx-sun:before{content:""}.bxf.bx-superscript:before{content:""}.bxf.bx-superset:before{content:""}.bxf.bx-surfboard:before{content:""}.bxf.bx-sushi:before{content:""}.bxf.bx-swap-diagonal:before{content:""}.bxf.bx-swap-horizontal:before{content:""}.bxf.bx-swap-vertical:before{content:""}.bxf.bx-swatch:before{content:""}.bxf.bx-swimming-pool:before{content:""}.bxf.bx-swimming:before{content:""}.bxf.bx-sword-alt:before{content:""}.bxf.bx-sword:before{content:""}.bxf.bx-syringe:before{content:""}.bxf.bx-t-shirt:before{content:""}.bxf.bx-tab:before{content:""}.bxf.bx-table-cells-large:before{content:""}.bxf.bx-table-cells:before{content:""}.bxf.bx-table-columns-merge:before{content:""}.bxf.bx-table-columns-split:before{content:""}.bxf.bx-table-columns:before{content:""}.bxf.bx-table-layout:before{content:""}.bxf.bx-table-list:before{content:""}.bxf.bx-table-rows-merge:before{content:""}.bxf.bx-table-rows-split:before{content:""}.bxf.bx-table-rows:before{content:""}.bxf.bx-table-tennis:before{content:""}.bxf.bx-table:before{content:""}.bxf.bx-tablet:before{content:""}.bxf.bx-tabs:before{content:""}.bxf.bx-tachometer-alt:before{content:""}.bxf.bx-tachometer:before{content:""}.bxf.bx-taco:before{content:""}.bxf.bx-tag-alt:before{content:""}.bxf.bx-tag-x:before{content:""}.bxf.bx-tag:before{content:""}.bxf.bx-takeaway:before{content:""}.bxf.bx-tape:before{content:""}.bxf.bx-target:before{content:""}.bxf.bx-task:before{content:""}.bxf.bx-taxi:before{content:""}.bxf.bx-temple:before{content:""}.bxf.bx-tennis-ball-alt:before{content:""}.bxf.bx-tennis-ball:before{content:""}.bxf.bx-tennis:before{content:""}.bxf.bx-tent:before{content:""}.bxf.bx-terminal:before{content:""}.bxf.bx-test-tube:before{content:""}.bxf.bx-text-height:before{content:""}.bxf.bx-text-underline:before{content:""}.bxf.bx-text-width:before{content:""}.bxf.bx-texture:before{content:""}.bxf.bx-thermometer:before{content:""}.bxf.bx-thought-bubble:before{content:""}.bxf.bx-thread-roll:before{content:""}.bxf.bx-thumb-down:before{content:""}.bxf.bx-thumb-up:before{content:""}.bxf.bx-thunder:before{content:""}.bxf.bx-ticket-star:before{content:""}.bxf.bx-ticket:before{content:""}.bxf.bx-tickets:before{content:""}.bxf.bx-timeline:before{content:""}.bxf.bx-timer:before{content:""}.bxf.bx-tiny-home:before{content:""}.bxf.bx-tired:before{content:""}.bxf.bx-toggle-big-left:before{content:""}.bxf.bx-toggle-big-right:before{content:""}.bxf.bx-toggle-left:before{content:""}.bxf.bx-toggle-right:before{content:""}.bxf.bx-toggles:before{content:""}.bxf.bx-toilet-roll:before{content:""}.bxf.bx-tooth:before{content:""}.bxf.bx-torch:before{content:""}.bxf.bx-tornado:before{content:""}.bxf.bx-torus:before{content:""}.bxf.bx-towel:before{content:""}.bxf.bx-toy-car:before{content:""}.bxf.bx-traffic-barrier:before{content:""}.bxf.bx-traffic-cone:before{content:""}.bxf.bx-train:before{content:""}.bxf.bx-tram:before{content:""}.bxf.bx-transgender:before{content:""}.bxf.bx-translate:before{content:""}.bxf.bx-transparency:before{content:""}.bxf.bx-trash-alt:before{content:""}.bxf.bx-trash-x:before{content:""}.bxf.bx-trash:before{content:""}.bxf.bx-treasure-chest:before{content:""}.bxf.bx-tree-alt:before{content:""}.bxf.bx-tree:before{content:""}.bxf.bx-trees:before{content:""}.bxf.bx-trending-down:before{content:""}.bxf.bx-trending-up:before{content:""}.bxf.bx-triangle-half:before{content:""}.bxf.bx-triangle:before{content:""}.bxf.bx-trip:before{content:""}.bxf.bx-trophy-star:before{content:""}.bxf.bx-trophy:before{content:""}.bxf.bx-truck:before{content:""}.bxf.bx-turkey-meat:before{content:""}.bxf.bx-turn-down:before{content:""}.bxf.bx-turn-left:before{content:""}.bxf.bx-turn-right:before{content:""}.bxf.bx-turn-up:before{content:""}.bxf.bx-tv-alt:before{content:""}.bxf.bx-tv:before{content:""}.bxf.bx-ufo:before{content:""}.bxf.bx-umbrella-alt:before{content:""}.bxf.bx-umbrella:before{content:""}.bxf.bx-underline-dashed:before{content:""}.bxf.bx-underline-dotted:before{content:""}.bxf.bx-underline-wavy:before{content:""}.bxf.bx-underline:before{content:""}.bxf.bx-undershirt:before{content:""}.bxf.bx-undo-alt:before{content:""}.bxf.bx-undo-stroke-alt:before{content:""}.bxf.bx-undo-stroke:before{content:""}.bxf.bx-undo:before{content:""}.bxf.bx-universal-access:before{content:""}.bxf.bx-unlink-alt:before{content:""}.bxf.bx-unlink:before{content:""}.bxf.bx-uppercase:before{content:""}.bxf.bx-upside-down:before{content:""}.bxf.bx-usb:before{content:""}.bxf.bx-user-check:before{content:""}.bxf.bx-user-circle:before{content:""}.bxf.bx-user-hexagon:before{content:""}.bxf.bx-user-id-card:before{content:""}.bxf.bx-user-minus:before{content:""}.bxf.bx-user-plus:before{content:""}.bxf.bx-user-search:before{content:""}.bxf.bx-user-square:before{content:""}.bxf.bx-user-voice:before{content:""}.bxf.bx-user-x:before{content:""}.bxf.bx-user:before{content:""}.bxf.bx-van:before{content:""}.bxf.bx-variable:before{content:""}.bxf.bx-vector-square:before{content:""}.bxf.bx-vector-triangle:before{content:""}.bxf.bx-vector:before{content:""}.bxf.bx-vertical-align-bottom:before{content:""}.bxf.bx-vertical-align-center:before{content:""}.bxf.bx-vertical-align-top:before{content:""}.bxf.bx-vertical-bottom:before{content:""}.bxf.bx-vertical-center:before{content:""}.bxf.bx-vertical-distribute-bottom:before{content:""}.bxf.bx-vertical-distribute-center:before{content:""}.bxf.bx-vertical-distribute-top:before{content:""}.bxf.bx-vertical-spacing:before{content:""}.bxf.bx-vertical-top:before{content:""}.bxf.bx-vial-alt:before{content:""}.bxf.bx-vial:before{content:""}.bxf.bx-video-cinema:before{content:""}.bxf.bx-video-plus:before{content:""}.bxf.bx-video-slash:before{content:""}.bxf.bx-video:before{content:""}.bxf.bx-vignette:before{content:""}.bxf.bx-virus-slash:before{content:""}.bxf.bx-virus:before{content:""}.bxf.bx-voicemail:before{content:""}.bxf.bx-volleyball:before{content:""}.bxf.bx-volume-full:before{content:""}.bxf.bx-volume-low:before{content:""}.bxf.bx-volume-mute:before{content:""}.bxf.bx-volume:before{content:""}.bxf.bx-vr-goggles:before{content:""}.bxf.bx-vr-headset:before{content:""}.bxf.bx-waffle:before{content:""}.bxf.bx-walking:before{content:""}.bxf.bx-wall:before{content:""}.bxf.bx-wallet-alt:before{content:""}.bxf.bx-wallet-cards:before{content:""}.bxf.bx-wallet-note:before{content:""}.bxf.bx-wallet:before{content:""}.bxf.bx-warehouse:before{content:""}.bxf.bx-washer:before{content:""}.bxf.bx-water-drop-alt:before{content:""}.bxf.bx-water-drop-half:before{content:""}.bxf.bx-water-drop:before{content:""}.bxf.bx-water-spray:before{content:""}.bxf.bx-water:before{content:""}.bxf.bx-watermelon:before{content:""}.bxf.bx-waveform:before{content:""}.bxf.bx-webcam:before{content:""}.bxf.bx-webhook:before{content:""}.bxf.bx-whiteboard-alt:before{content:""}.bxf.bx-whiteboard:before{content:""}.bxf.bx-widget-horizontal:before{content:""}.bxf.bx-widget-small:before{content:""}.bxf.bx-widget-vertical:before{content:""}.bxf.bx-widget:before{content:""}.bxf.bx-wifi-0:before{content:""}.bxf.bx-wifi-1:before{content:""}.bxf.bx-wifi-2:before{content:""}.bxf.bx-wifi-slash:before{content:""}.bxf.bx-wifi:before{content:""}.bxf.bx-wind-alt:before{content:""}.bxf.bx-wind-storm:before{content:""}.bxf.bx-wind:before{content:""}.bxf.bx-window-arrow-in:before{content:""}.bxf.bx-window-arrow-out:before{content:""}.bxf.bx-window-mac-alt:before{content:""}.bxf.bx-window-mac:before{content:""}.bxf.bx-window:before{content:""}.bxf.bx-windows:before{content:""}.bxf.bx-wine-alt:before{content:""}.bxf.bx-wine:before{content:""}.bxf.bx-wink-smile:before{content:""}.bxf.bx-wink-tongue:before{content:""}.bxf.bx-woman:before{content:""}.bxf.bx-won:before{content:""}.bxf.bx-workflow-alt:before{content:""}.bxf.bx-workflow:before{content:""}.bxf.bx-wrist-watch-alt:before{content:""}.bxf.bx-wrist-watch-round-alt:before{content:""}.bxf.bx-wrist-watch-round:before{content:""}.bxf.bx-wrist-watch:before{content:""}.bxf.bx-x-circle:before{content:""}.bxf.bx-x-shield:before{content:""}.bxf.bx-x-square:before{content:""}.bxf.bx-x:before{content:""}.bxf.bx-yarn-ball:before{content:""}.bxf.bx-yen:before{content:""}.bxf.bx-yin-yang:before{content:""}.auth-page.gate-page{--gate-bg: url(/images/backgrounds/gate.webp)}.auth-page.gate-page:before{content:"";position:absolute;inset:0;z-index:-2;background:var(--gate-bg) no-repeat center/cover,linear-gradient(160deg,var(--dark3),var(--dark))}:root{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(40, 42, 48);--background-rgb: 40, 42, 48;--light05: rgb(46, 48, 55);--light05-rgb: 46, 48, 55;--light: rgb(52, 54, 62);--light-rgb: 52, 54, 62;--light2: rgb(59, 62, 71);--light2-rgb: 59, 62, 71;--light3: rgb(77, 80, 91);--light3-rgb: 77, 80, 91;--light4: rgb(125, 130, 148);--light4-rgb: 125, 130, 148;--dark: rgb(34, 35, 40);--dark-rgb: 34, 35, 40;--dark2: rgb(28, 29, 33);--dark2-rgb: 28, 29, 33;--dark3: rgb(22, 23, 26);--dark3-rgb: 22, 23, 26;--dark4: rgb(16, 17, 19);--dark4-rgb: 16, 17, 19;--code-block: rgb(46, 48, 55);--code-block-rgb: 46, 48, 55;--fs-10: 10px;--fs-11: 11px;--fs-12: 12px;--fs-13: 13px;--fs-14: 14px;--fs-15: 15px;--fs-16: 16px;--fs-18: 18px;--fs-20: 20px;--fs-22: 22px;--fs-24: 24px;--fs-28: 28px;--fs-32: 32px;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 999px;--dur-fast: .1s;--dur-base: .15s;--dur-slow: .2s;--dur-slower: .3s;--dur-hover: 0s;--z-raised: 100;--z-float: 500;--z-search: 900;--z-settings: 1000;--z-overlay: 2000;--z-popup: 2100;--z-popup-nested: 2200;--z-tooltip: 2300;--shadow-soft: 0 2px 6px rgba(0, 0, 0, .08);--shadow-medium: 0 3px 9px rgba(0, 0, 0, .2);--shadow-bar: 0 4px 8px -4px rgba(0, 0, 0, .08);--shadow-popup: 0 8px 32px rgba(0, 0, 0, .4);--shadow-menu: 2px 8px 24px rgba(0, 0, 0, .3);--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none;--ping: var(--red-light);--chart-cpu: #3987e5;--chart-memory: #199e70;--chart-storage: #9085e9;--chart-net-in: #d95926;--chart-net-out: #3987e5;--chart-good: var(--green);--chart-warning: var(--yellow);--chart-critical: var(--red);--chart-grid: rgba(255, 255, 255, .07);--chart-track: rgba(255, 255, 255, .09)}[data-mode=light]{--chart-cpu: #2a78d6;--chart-memory: #1baf7a;--chart-storage: #4a3aa7;--chart-net-in: #eb6834;--chart-net-out: #2a78d6;--chart-grid: rgba(11, 11, 11, .08);--chart-track: rgba(11, 11, 11, .1);--shadow-soft: 0 1px 3px rgba(18, 22, 32, .1);--shadow-medium: 0 3px 9px rgba(18, 22, 32, .12);--shadow-bar: 0 4px 8px -4px rgba(18, 22, 32, .08);--shadow-popup: 0 12px 32px rgba(18, 22, 32, .16);--shadow-menu: 2px 8px 24px rgba(18, 22, 32, .12)}[data-theme=warm-midnight]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(40, 42, 48);--background-rgb: 40, 42, 48;--light05: rgb(46, 48, 55);--light05-rgb: 46, 48, 55;--light: rgb(52, 54, 62);--light-rgb: 52, 54, 62;--light2: rgb(59, 62, 71);--light2-rgb: 59, 62, 71;--light3: rgb(77, 80, 91);--light3-rgb: 77, 80, 91;--light4: rgb(125, 130, 148);--light4-rgb: 125, 130, 148;--dark: rgb(34, 35, 40);--dark-rgb: 34, 35, 40;--dark2: rgb(28, 29, 33);--dark2-rgb: 28, 29, 33;--dark3: rgb(22, 23, 26);--dark3-rgb: 22, 23, 26;--dark4: rgb(16, 17, 19);--dark4-rgb: 16, 17, 19;--code-block: rgb(46, 48, 55);--code-block-rgb: 46, 48, 55;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=midnight]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(30, 34, 52);--background-rgb: 30, 34, 52;--light05: rgb(36, 41, 61);--light05-rgb: 36, 41, 61;--light: rgb(43, 48, 70);--light-rgb: 43, 48, 70;--light2: rgb(52, 58, 83);--light2-rgb: 52, 58, 83;--light3: rgb(70, 78, 107);--light3-rgb: 70, 78, 107;--light4: rgb(118, 128, 166);--light4-rgb: 118, 128, 166;--dark: rgb(24, 28, 44);--dark-rgb: 24, 28, 44;--dark2: rgb(19, 22, 36);--dark2-rgb: 19, 22, 36;--dark3: rgb(14, 17, 28);--dark3-rgb: 14, 17, 28;--dark4: rgb(10, 12, 20);--dark4-rgb: 10, 12, 20;--code-block: rgb(36, 41, 61);--code-block-rgb: 36, 41, 61;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=warm]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(52, 52, 60);--background-rgb: 52, 52, 60;--light05: rgb(58, 58, 67);--light05-rgb: 58, 58, 67;--light: rgb(65, 65, 74);--light-rgb: 65, 65, 74;--light2: rgb(72, 73, 83);--light2-rgb: 72, 73, 83;--light3: rgb(90, 91, 104);--light3-rgb: 90, 91, 104;--light4: rgb(138, 140, 158);--light4-rgb: 138, 140, 158;--dark: rgb(46, 46, 53);--dark-rgb: 46, 46, 53;--dark2: rgb(40, 40, 47);--dark2-rgb: 40, 40, 47;--dark3: rgb(34, 34, 40);--dark3-rgb: 34, 34, 40;--dark4: rgb(28, 28, 34);--dark4-rgb: 28, 28, 34;--code-block: rgb(58, 58, 67);--code-block-rgb: 58, 58, 67;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=obsidian]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(24, 24, 27);--background-rgb: 24, 24, 27;--light05: rgb(30, 30, 34);--light05-rgb: 30, 30, 34;--light: rgb(37, 37, 42);--light-rgb: 37, 37, 42;--light2: rgb(45, 45, 51);--light2-rgb: 45, 45, 51;--light3: rgb(64, 64, 72);--light3-rgb: 64, 64, 72;--light4: rgb(120, 122, 134);--light4-rgb: 120, 122, 134;--dark: rgb(18, 18, 21);--dark-rgb: 18, 18, 21;--dark2: rgb(12, 12, 14);--dark2-rgb: 12, 12, 14;--dark3: rgb(8, 8, 10);--dark3-rgb: 8, 8, 10;--dark4: rgb(0, 0, 0);--dark4-rgb: 0, 0, 0;--code-block: rgb(30, 30, 34);--code-block-rgb: 30, 30, 34;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=slate]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(45, 52, 64);--background-rgb: 45, 52, 64;--light05: rgb(52, 60, 74);--light05-rgb: 52, 60, 74;--light: rgb(60, 69, 85);--light-rgb: 60, 69, 85;--light2: rgb(69, 79, 97);--light2-rgb: 69, 79, 97;--light3: rgb(90, 102, 122);--light3-rgb: 90, 102, 122;--light4: rgb(140, 152, 176);--light4-rgb: 140, 152, 176;--dark: rgb(38, 44, 55);--dark-rgb: 38, 44, 55;--dark2: rgb(32, 37, 46);--dark2-rgb: 32, 37, 46;--dark3: rgb(26, 30, 38);--dark3-rgb: 26, 30, 38;--dark4: rgb(20, 23, 29);--dark4-rgb: 20, 23, 29;--code-block: rgb(52, 60, 74);--code-block-rgb: 52, 60, 74;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=night-owl]{--text: rgb(214, 222, 235);--text-rgb: 214, 222, 235;--text-secondary: rgb(130, 150, 178);--text-secondary-rgb: 130, 150, 178;--text-tertiary: rgb(95, 116, 142);--text-tertiary-rgb: 95, 116, 142;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(1, 22, 39);--background-rgb: 1, 22, 39;--light05: rgb(10, 31, 50);--light05-rgb: 10, 31, 50;--light: rgb(18, 40, 60);--light-rgb: 18, 40, 60;--light2: rgb(29, 59, 83);--light2-rgb: 29, 59, 83;--light3: rgb(45, 75, 102);--light3-rgb: 45, 75, 102;--light4: rgb(96, 124, 156);--light4-rgb: 96, 124, 156;--dark: rgb(1, 17, 31);--dark-rgb: 1, 17, 31;--dark2: rgb(1, 13, 24);--dark2-rgb: 1, 13, 24;--dark3: rgb(1, 10, 18);--dark3-rgb: 1, 10, 18;--dark4: rgb(0, 6, 12);--dark4-rgb: 0, 6, 12;--code-block: rgb(10, 31, 50);--code-block-rgb: 10, 31, 50;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=nightfall]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(18, 20, 36);--background-rgb: 18, 20, 36;--light05: rgb(25, 28, 48);--light05-rgb: 25, 28, 48;--light: rgb(33, 37, 60);--light-rgb: 33, 37, 60;--light2: rgb(46, 51, 78);--light2-rgb: 46, 51, 78;--light3: rgb(66, 72, 104);--light3-rgb: 66, 72, 104;--light4: rgb(116, 124, 162);--light4-rgb: 116, 124, 162;--dark: rgb(13, 15, 28);--dark-rgb: 13, 15, 28;--dark2: rgb(10, 11, 22);--dark2-rgb: 10, 11, 22;--dark3: rgb(7, 8, 16);--dark3-rgb: 7, 8, 16;--dark4: rgb(4, 5, 10);--dark4-rgb: 4, 5, 10;--code-block: rgb(25, 28, 48);--code-block-rgb: 25, 28, 48;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=ember]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(20, 22, 34);--background-rgb: 20, 22, 34;--light05: rgb(28, 30, 45);--light05-rgb: 28, 30, 45;--light: rgb(36, 39, 57);--light-rgb: 36, 39, 57;--light2: rgb(50, 53, 74);--light2-rgb: 50, 53, 74;--light3: rgb(70, 74, 100);--light3-rgb: 70, 74, 100;--light4: rgb(120, 124, 156);--light4-rgb: 120, 124, 156;--dark: rgb(15, 16, 26);--dark-rgb: 15, 16, 26;--dark2: rgb(11, 12, 20);--dark2-rgb: 11, 12, 20;--dark3: rgb(8, 9, 15);--dark3-rgb: 8, 9, 15;--dark4: rgb(5, 5, 10);--dark4-rgb: 5, 5, 10;--code-block: rgb(28, 30, 45);--code-block-rgb: 28, 30, 45;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=merlot]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(34, 18, 28);--background-rgb: 34, 18, 28;--light05: rgb(44, 24, 36);--light05-rgb: 44, 24, 36;--light: rgb(54, 30, 44);--light-rgb: 54, 30, 44;--light2: rgb(72, 42, 58);--light2-rgb: 72, 42, 58;--light3: rgb(98, 60, 80);--light3-rgb: 98, 60, 80;--light4: rgb(150, 104, 122);--light4-rgb: 150, 104, 122;--dark: rgb(27, 14, 22);--dark-rgb: 27, 14, 22;--dark2: rgb(21, 11, 17);--dark2-rgb: 21, 11, 17;--dark3: rgb(15, 8, 12);--dark3-rgb: 15, 8, 12;--dark4: rgb(9, 5, 8);--dark4-rgb: 9, 5, 8;--code-block: rgb(44, 24, 36);--code-block-rgb: 44, 24, 36;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=emerald]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(22, 27, 25);--background-rgb: 22, 27, 25;--light05: rgb(28, 34, 31);--light05-rgb: 28, 34, 31;--light: rgb(35, 42, 38);--light-rgb: 35, 42, 38;--light2: rgb(46, 55, 50);--light2-rgb: 46, 55, 50;--light3: rgb(64, 76, 70);--light3-rgb: 64, 76, 70;--light4: rgb(112, 130, 122);--light4-rgb: 112, 130, 122;--dark: rgb(17, 21, 19);--dark-rgb: 17, 21, 19;--dark2: rgb(12, 16, 14);--dark2-rgb: 12, 16, 14;--dark3: rgb(9, 12, 10);--dark3-rgb: 9, 12, 10;--dark4: rgb(5, 7, 6);--dark4-rgb: 5, 7, 6;--code-block: rgb(28, 34, 31);--code-block-rgb: 28, 34, 31;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=glacier]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(22, 26, 30);--background-rgb: 22, 26, 30;--light05: rgb(28, 33, 38);--light05-rgb: 28, 33, 38;--light: rgb(35, 41, 47);--light-rgb: 35, 41, 47;--light2: rgb(47, 54, 62);--light2-rgb: 47, 54, 62;--light3: rgb(66, 75, 86);--light3-rgb: 66, 75, 86;--light4: rgb(115, 128, 144);--light4-rgb: 115, 128, 144;--dark: rgb(17, 20, 24);--dark-rgb: 17, 20, 24;--dark2: rgb(12, 15, 18);--dark2-rgb: 12, 15, 18;--dark3: rgb(9, 11, 13);--dark3-rgb: 9, 11, 13;--dark4: rgb(5, 6, 8);--dark4-rgb: 5, 6, 8;--code-block: rgb(28, 33, 38);--code-block-rgb: 28, 33, 38;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=nebula]{--text: rgb(224, 226, 231);--text-rgb: 224, 226, 231;--text-secondary: rgb(172, 176, 184);--text-secondary-rgb: 172, 176, 184;--text-tertiary: rgb(134, 138, 147);--text-tertiary-rgb: 134, 138, 147;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(24, 18, 26);--background-rgb: 24, 18, 26;--light05: rgb(31, 23, 34);--light05-rgb: 31, 23, 34;--light: rgb(39, 29, 43);--light-rgb: 39, 29, 43;--light2: rgb(52, 40, 58);--light2-rgb: 52, 40, 58;--light3: rgb(74, 58, 82);--light3-rgb: 74, 58, 82;--light4: rgb(124, 104, 134);--light4-rgb: 124, 104, 134;--dark: rgb(18, 13, 20);--dark-rgb: 18, 13, 20;--dark2: rgb(13, 9, 14);--dark2-rgb: 13, 9, 14;--dark3: rgb(9, 6, 10);--dark3-rgb: 9, 6, 10;--dark4: rgb(5, 3, 6);--dark4-rgb: 5, 3, 6;--code-block: rgb(31, 23, 34);--code-block-rgb: 31, 23, 34;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=daylight]{--text: rgb(28, 31, 38);--text-rgb: 28, 31, 38;--text-secondary: rgb(76, 81, 92);--text-secondary-rgb: 76, 81, 92;--text-tertiary: rgb(108, 114, 127);--text-tertiary-rgb: 108, 114, 127;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(255, 255, 255);--background-rgb: 255, 255, 255;--light05: rgb(248, 249, 251);--light05-rgb: 248, 249, 251;--light: rgb(241, 243, 246);--light-rgb: 241, 243, 246;--light2: rgb(208, 212, 220);--light2-rgb: 208, 212, 220;--light3: rgb(188, 194, 204);--light3-rgb: 188, 194, 204;--light4: rgb(138, 143, 155);--light4-rgb: 138, 143, 155;--dark: rgb(240, 242, 245);--dark-rgb: 240, 242, 245;--dark2: rgb(232, 234, 238);--dark2-rgb: 232, 234, 238;--dark3: rgb(223, 226, 232);--dark3-rgb: 223, 226, 232;--dark4: rgb(214, 217, 224);--dark4-rgb: 214, 217, 224;--code-block: rgb(240, 242, 246);--code-block-rgb: 240, 242, 246;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=cream]{--text: rgb(42, 36, 28);--text-rgb: 42, 36, 28;--text-secondary: rgb(96, 86, 72);--text-secondary-rgb: 96, 86, 72;--text-tertiary: rgb(130, 119, 102);--text-tertiary-rgb: 130, 119, 102;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(250, 247, 242);--background-rgb: 250, 247, 242;--light05: rgb(244, 240, 232);--light05-rgb: 244, 240, 232;--light: rgb(237, 232, 222);--light-rgb: 237, 232, 222;--light2: rgb(207, 199, 183);--light2-rgb: 207, 199, 183;--light3: rgb(188, 179, 161);--light3-rgb: 188, 179, 161;--light4: rgb(150, 140, 122);--light4-rgb: 150, 140, 122;--dark: rgb(240, 234, 224);--dark-rgb: 240, 234, 224;--dark2: rgb(231, 224, 212);--dark2-rgb: 231, 224, 212;--dark3: rgb(222, 214, 200);--dark3-rgb: 222, 214, 200;--dark4: rgb(212, 203, 187);--dark4-rgb: 212, 203, 187;--code-block: rgb(237, 232, 222);--code-block-rgb: 237, 232, 222;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=frost]{--text: rgb(24, 30, 42);--text-rgb: 24, 30, 42;--text-secondary: rgb(72, 82, 98);--text-secondary-rgb: 72, 82, 98;--text-tertiary: rgb(106, 116, 132);--text-tertiary-rgb: 106, 116, 132;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(248, 250, 252);--background-rgb: 248, 250, 252;--light05: rgb(240, 244, 248);--light05-rgb: 240, 244, 248;--light: rgb(232, 237, 243);--light-rgb: 232, 237, 243;--light2: rgb(199, 208, 221);--light2-rgb: 199, 208, 221;--light3: rgb(178, 190, 205);--light3-rgb: 178, 190, 205;--light4: rgb(132, 143, 160);--light4-rgb: 132, 143, 160;--dark: rgb(234, 239, 244);--dark-rgb: 234, 239, 244;--dark2: rgb(225, 231, 238);--dark2-rgb: 225, 231, 238;--dark3: rgb(216, 223, 232);--dark3-rgb: 216, 223, 232;--dark4: rgb(206, 214, 225);--dark4-rgb: 206, 214, 225;--code-block: rgb(232, 237, 243);--code-block-rgb: 232, 237, 243;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=peach]{--text: rgb(60, 44, 36);--text-rgb: 60, 44, 36;--text-secondary: rgb(120, 96, 82);--text-secondary-rgb: 120, 96, 82;--text-tertiary: rgb(158, 132, 116);--text-tertiary-rgb: 158, 132, 116;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(255, 250, 245);--background-rgb: 255, 250, 245;--light05: rgb(252, 244, 236);--light05-rgb: 252, 244, 236;--light: rgb(249, 238, 228);--light-rgb: 249, 238, 228;--light2: rgb(235, 214, 198);--light2-rgb: 235, 214, 198;--light3: rgb(220, 194, 175);--light3-rgb: 220, 194, 175;--light4: rgb(180, 150, 130);--light4-rgb: 180, 150, 130;--dark: rgb(252, 242, 234);--dark-rgb: 252, 242, 234;--dark2: rgb(246, 234, 224);--dark2-rgb: 246, 234, 224;--dark3: rgb(240, 226, 214);--dark3-rgb: 240, 226, 214;--dark4: rgb(233, 217, 203);--dark4-rgb: 233, 217, 203;--code-block: rgb(249, 238, 228);--code-block-rgb: 249, 238, 228;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=sage]{--text: rgb(40, 52, 40);--text-rgb: 40, 52, 40;--text-secondary: rgb(82, 98, 80);--text-secondary-rgb: 82, 98, 80;--text-tertiary: rgb(116, 132, 112);--text-tertiary-rgb: 116, 132, 112;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(247, 250, 245);--background-rgb: 247, 250, 245;--light05: rgb(240, 245, 236);--light05-rgb: 240, 245, 236;--light: rgb(232, 240, 227);--light-rgb: 232, 240, 227;--light2: rgb(208, 222, 200);--light2-rgb: 208, 222, 200;--light3: rgb(185, 202, 175);--light3-rgb: 185, 202, 175;--light4: rgb(140, 160, 130);--light4-rgb: 140, 160, 130;--dark: rgb(240, 245, 237);--dark-rgb: 240, 245, 237;--dark2: rgb(232, 238, 228);--dark2-rgb: 232, 238, 228;--dark3: rgb(224, 231, 219);--dark3-rgb: 224, 231, 219;--dark4: rgb(215, 224, 209);--dark4-rgb: 215, 224, 209;--code-block: rgb(232, 240, 227);--code-block-rgb: 232, 240, 227;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=ice]{--text: rgb(28, 40, 56);--text-rgb: 28, 40, 56;--text-secondary: rgb(72, 90, 110);--text-secondary-rgb: 72, 90, 110;--text-tertiary: rgb(108, 126, 146);--text-tertiary-rgb: 108, 126, 146;--icon: rgb(205, 182, 132);--icon-rgb: 205, 182, 132;--text-on-accent: rgb(12, 13, 15);--text-on-accent-rgb: 12, 13, 15;--accent: rgb(234, 180, 70);--accent-rgb: 234, 180, 70;--accent-light: rgb(246, 198, 100);--accent-light-rgb: 246, 198, 100;--accent-dark: rgb(200, 146, 44);--accent-dark-rgb: 200, 146, 44;--url: rgb(77, 157, 255);--url-rgb: 77, 157, 255;--red: rgb(219, 65, 65);--red-rgb: 219, 65, 65;--red-light: rgb(237, 89, 89);--red-light-rgb: 237, 89, 89;--red-dark: rgb(145, 31, 31);--red-dark-rgb: 145, 31, 31;--orange: rgb(212, 134, 76);--orange-rgb: 212, 134, 76;--orange-light: rgb(228, 158, 105);--orange-light-rgb: 228, 158, 105;--orange-dark: rgb(165, 96, 47);--orange-dark-rgb: 165, 96, 47;--yellow: rgb(214, 180, 82);--yellow-rgb: 214, 180, 82;--yellow-light: rgb(231, 199, 109);--yellow-light-rgb: 231, 199, 109;--yellow-dark: rgb(169, 138, 53);--yellow-dark-rgb: 169, 138, 53;--green: rgb(72, 187, 120);--green-rgb: 72, 187, 120;--green-light: rgb(90, 205, 140);--green-light-rgb: 90, 205, 140;--green-dark: rgb(48, 140, 85);--green-dark-rgb: 48, 140, 85;--blue: rgb(66, 140, 230);--blue-rgb: 66, 140, 230;--blue-light: rgb(85, 160, 248);--blue-light-rgb: 85, 160, 248;--blue-dark: rgb(38, 98, 170);--blue-dark-rgb: 38, 98, 170;--online: rgb(76, 175, 122);--online-rgb: 76, 175, 122;--offline: rgb(107, 111, 122);--offline-rgb: 107, 111, 122;--away: rgb(230, 184, 106);--away-rgb: 230, 184, 106;--dnd: rgb(200, 107, 107);--dnd-rgb: 200, 107, 107;--mention: rgb(250, 168, 26);--mention-rgb: 250, 168, 26;--role-default-color: rgb(200, 200, 200);--role-default-color-rgb: 200, 200, 200;--background: rgb(246, 250, 253);--background-rgb: 246, 250, 253;--light05: rgb(238, 244, 250);--light05-rgb: 238, 244, 250;--light: rgb(230, 238, 246);--light-rgb: 230, 238, 246;--light2: rgb(204, 218, 233);--light2-rgb: 204, 218, 233;--light3: rgb(180, 198, 218);--light3-rgb: 180, 198, 218;--light4: rgb(130, 150, 175);--light4-rgb: 130, 150, 175;--dark: rgb(238, 244, 250);--dark-rgb: 238, 244, 250;--dark2: rgb(229, 237, 245);--dark2-rgb: 229, 237, 245;--dark3: rgb(220, 230, 240);--dark3-rgb: 220, 230, 240;--dark4: rgb(210, 222, 235);--dark4-rgb: 210, 222, 235;--code-block: rgb(230, 238, 246);--code-block-rgb: 230, 238, 246;--app-gradient: var(--background);--sidebar-bg: var(--dark);--sidebar-blur: none}[data-theme=nightfall]{--app-gradient: radial-gradient(circle at 18% 12%, rgba(140, 40, 70, .42), transparent 48%), radial-gradient(circle at 85% 80%, rgba(60, 50, 130, .4), transparent 52%), radial-gradient(circle at 60% 28%, rgba(40, 55, 120, .28), transparent 50%), linear-gradient(150deg, rgb(20, 22, 40) 0%, rgb(28, 16, 30) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=ember]{--app-gradient: radial-gradient(circle at 16% 14%, rgba(212, 140, 48, .4), transparent 46%), radial-gradient(circle at 88% 20%, rgba(198, 104, 38, .26), transparent 50%), radial-gradient(circle at 58% 92%, rgba(40, 60, 130, .38), transparent 55%), linear-gradient(150deg, rgb(28, 22, 26) 0%, rgb(16, 20, 38) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=merlot]{--app-gradient: radial-gradient(circle at 18% 16%, rgba(152, 40, 78, .45), transparent 48%), radial-gradient(circle at 82% 78%, rgba(40, 48, 112, .42), transparent 52%), radial-gradient(circle at 70% 22%, rgba(112, 36, 72, .3), transparent 50%), linear-gradient(150deg, rgb(38, 18, 30) 0%, rgb(22, 20, 44) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=emerald]{--app-gradient: radial-gradient(ellipse 70% 55% at 12% 22%, rgba(20, 190, 122, .44), transparent 60%), radial-gradient(circle at 92% 44%, rgba(46, 200, 138, .26), transparent 46%), radial-gradient(ellipse 60% 70% at 78% 90%, rgba(14, 132, 124, .38), transparent 58%), radial-gradient(circle at 36% 78%, rgba(34, 170, 150, .22), transparent 50%), linear-gradient(138deg, rgb(25, 31, 28) 0%, rgb(18, 23, 21) 52%, rgb(13, 17, 15) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=glacier]{--app-gradient: radial-gradient(ellipse 75% 60% at 84% 16%, rgba(98, 178, 236, .46), transparent 62%), radial-gradient(circle at 50% 52%, rgba(116, 206, 220, .22), transparent 48%), radial-gradient(ellipse 65% 60% at 14% 82%, rgba(96, 110, 196, .3), transparent 56%), radial-gradient(circle at 8% 28%, rgba(150, 188, 224, .2), transparent 44%), linear-gradient(118deg, rgb(30, 38, 47) 0%, rgb(20, 25, 31) 50%, rgb(14, 17, 21) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=nebula]{--app-gradient: radial-gradient(ellipse 65% 60% at 80% 18%, rgba(212, 50, 96, .46), transparent 58%), radial-gradient(circle at 48% 42%, rgba(214, 64, 168, .26), transparent 46%), radial-gradient(ellipse 70% 65% at 16% 84%, rgba(126, 52, 188, .44), transparent 60%), radial-gradient(circle at 90% 92%, rgba(64, 58, 170, .3), transparent 52%), linear-gradient(142deg, rgb(23, 15, 25) 0%, rgb(15, 9, 17) 54%, rgb(8, 4, 10) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=peach]{--app-gradient: radial-gradient(circle at 92% 22%, rgba(255, 146, 90, .8), transparent 68%), radial-gradient(circle at 66% 100%, rgba(255, 150, 168, .56), transparent 66%), radial-gradient(circle at 42% 4%, rgba(255, 212, 126, .52), transparent 66%), radial-gradient(circle at 8% 66%, rgba(214, 176, 236, .5), transparent 74%), linear-gradient(110deg, rgb(248, 236, 242) 0%, rgb(255, 231, 218) 58%, rgb(253, 212, 188) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=sage]{--app-gradient: radial-gradient(circle at 91% 26%, rgba(122, 172, 96, .74), transparent 68%), radial-gradient(circle at 64% 100%, rgba(116, 198, 170, .54), transparent 66%), radial-gradient(circle at 40% 4%, rgba(206, 214, 124, .5), transparent 66%), radial-gradient(circle at 8% 66%, rgba(148, 196, 222, .48), transparent 74%), linear-gradient(94deg, rgb(238, 246, 238) 0%, rgb(230, 242, 218) 58%, rgb(204, 227, 188) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}[data-theme=ice]{--app-gradient: radial-gradient(circle at 93% 22%, rgba(92, 166, 232, .78), transparent 68%), radial-gradient(circle at 66% 100%, rgba(116, 206, 224, .54), transparent 66%), radial-gradient(circle at 40% 4%, rgba(170, 178, 242, .5), transparent 66%), radial-gradient(circle at 8% 66%, rgba(148, 212, 218, .46), transparent 74%), linear-gradient(126deg, rgb(238, 246, 252) 0%, rgb(226, 240, 251) 58%, rgb(200, 226, 248) 100%);--sidebar-bg: rgba(var(--dark-rgb), .55);--sidebar-blur: blur(18px)}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/fonts/inter/inter-v19-latin_latin-ext-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:400;src:url(/fonts/inter/inter-v19-latin_latin-ext-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/fonts/inter/inter-v19-latin_latin-ext-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:500;src:url(/fonts/inter/inter-v19-latin_latin-ext-500italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/fonts/inter/inter-v19-latin_latin-ext-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:600;src:url(/fonts/inter/inter-v19-latin_latin-ext-600italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/fonts/inter/inter-v19-latin_latin-ext-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:700;src:url(/fonts/inter/inter-v19-latin_latin-ext-700italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/fonts/inter/inter-v19-latin_latin-ext-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:800;src:url(/fonts/inter/inter-v19-latin_latin-ext-800italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:300;src:url(/fonts/satoshi/Satoshi-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:300;src:url(/fonts/satoshi/Satoshi-LightItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:400;src:url(/fonts/satoshi/Satoshi-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:400;src:url(/fonts/satoshi/Satoshi-Italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:500;src:url(/fonts/satoshi/Satoshi-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:500;src:url(/fonts/satoshi/Satoshi-MediumItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:700;src:url(/fonts/satoshi/Satoshi-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:700;src:url(/fonts/satoshi/Satoshi-BoldItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:900;src:url(/fonts/satoshi/Satoshi-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:900;src:url(/fonts/satoshi/Satoshi-BlackItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi Variable;font-style:normal;font-weight:300 900;src:url(/fonts/satoshi/Satoshi-Variable.woff2) format("woff2")}@font-face{font-display:swap;font-family:Satoshi Variable;font-style:italic;font-weight:300 900;src:url(/fonts/satoshi/Satoshi-VariableItalic.woff2) format("woff2")}*{margin:0;padding:0;box-sizing:border-box}button,input,textarea,select{font-family:inherit}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.blur{filter:blur(44px) brightness(1.2)}html{background:var(--app-gradient);background-attachment:fixed}body{background:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.4;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:focus{outline:none}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input:not([type=checkbox]):not([type=radio]):not([type=range]):focus-visible,textarea:focus-visible,[contenteditable=true]:focus-visible{outline:none}::selection{background:rgba(var(--accent-rgb),.35)}input,textarea,[contenteditable=true]{caret-color:var(--accent)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.scroll-s::-webkit-scrollbar{width:8px}.scroll-s::-webkit-scrollbar-track{background:transparent}.scroll-s::-webkit-scrollbar-thumb{background:var(--light2);border-radius:var(--radius-xs)}.scroll-s::-webkit-scrollbar-thumb:hover{background:var(--light3)}.scroll-xs::-webkit-scrollbar{width:4px}.scroll-xs::-webkit-scrollbar-track{background:transparent}.scroll-xs::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--radius-xs);transition:background .15s ease}.scroll-xs.scroll-visible::-webkit-scrollbar-thumb{background:var(--light3)}.scroll-m::-webkit-scrollbar{width:6px}.scroll-m::-webkit-scrollbar-track{background:var(--light05)}.scroll-m::-webkit-scrollbar-thumb{background:var(--light2);border-radius:var(--radius-xs);transition:background-color .2s ease}.scroll-none::-webkit-scrollbar{display:none}.scroll-none::-webkit-scrollbar-track{display:none}.scroll-none::-webkit-scrollbar-thumb{display:none}
