﻿/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}.fa,.fas,.CheckBox>input[type=checkbox]+label::before,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin,.fad,.fa-duotone,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}.CheckBox>input[type=checkbox]+label::before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em;}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em;}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em;}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em;}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em;}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:calc(var(--fa-li-width,2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em);}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em);}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8));}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s;}}@keyframes fa-beat{0%,90%{transform:scale(1);}45%{transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0);}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));}64%{transform:scale(1,1) translateY(0);}100%{transform:scale(1,1) translateY(0);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1);}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-shake{0%{transform:rotate(-15deg);}4%{transform:rotate(15deg);}8%,24%{transform:rotate(-18deg);}12%,28%{transform:rotate(18deg);}16%{transform:rotate(-22deg);}20%{transform:rotate(22deg);}32%{transform:rotate(-12deg);}36%{transform:rotate(12deg);}40%,100%{transform:rotate(0deg);}}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.fa-rotate-90{transform:rotate(90deg);}.fa-rotate-180{transform:rotate(180deg);}.fa-rotate-270{transform:rotate(270deg);}.fa-flip-horizontal{transform:scale(-1,1);}.fa-flip-vertical{transform:scale(1,-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1);}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0::before{content:"0";}.fa-1::before{content:"1";}.fa-2::before{content:"2";}.fa-3::before{content:"3";}.fa-4::before{content:"4";}.fa-5::before{content:"5";}.fa-6::before{content:"6";}.fa-7::before{content:"7";}.fa-8::before{content:"8";}.fa-9::before{content:"9";}.fa-a::before{content:"A";}.fa-address-book::before{content:"";}.fa-contact-book::before{content:"";}.fa-address-card::before{content:"";}.fa-contact-card::before{content:"";}.fa-vcard::before{content:"";}.fa-align-center::before{content:"";}.fa-align-justify::before{content:"";}.fa-align-left::before{content:"";}.fa-align-right::before{content:"";}.fa-anchor::before{content:"";}.fa-angle-down::before{content:"";}.fa-angle-left::before{content:"";}.fa-angle-right::before{content:"";}.fa-angle-up::before{content:"";}.fa-angles-down::before{content:"";}.fa-angle-double-down::before{content:"";}.fa-angles-left::before{content:"";}.fa-angle-double-left::before{content:"";}.fa-angles-right::before{content:"";}.fa-angle-double-right::before{content:"";}.fa-angles-up::before{content:"";}.fa-angle-double-up::before{content:"";}.fa-ankh::before{content:"";}.fa-apple-whole::before{content:"";}.fa-apple-alt::before{content:"";}.fa-archway::before{content:"";}.fa-arrow-down::before{content:"";}.fa-arrow-down-1-9::before{content:"";}.fa-sort-numeric-asc::before{content:"";}.fa-sort-numeric-down::before{content:"";}.fa-arrow-down-9-1::before{content:"";}.fa-sort-numeric-desc::before{content:"";}.fa-sort-numeric-down-alt::before{content:"";}.fa-arrow-down-a-z::before{content:"";}.fa-sort-alpha-asc::before{content:"";}.fa-sort-alpha-down::before{content:"";}.fa-arrow-down-long::before{content:"";}.fa-long-arrow-down::before{content:"";}.fa-arrow-down-short-wide::before{content:"";}.fa-sort-amount-desc::before{content:"";}.fa-sort-amount-down-alt::before{content:"";}.fa-arrow-down-wide-short::before{content:"";}.fa-sort-amount-asc::before{content:"";}.fa-sort-amount-down::before{content:"";}.fa-arrow-down-z-a::before{content:"";}.fa-sort-alpha-desc::before{content:"";}.fa-sort-alpha-down-alt::before{content:"";}.fa-arrow-left::before{content:"";}.fa-arrow-left-long::before{content:"";}.fa-long-arrow-left::before{content:"";}.fa-arrow-pointer::before{content:"";}.fa-mouse-pointer::before{content:"";}.fa-arrow-right::before{content:"";}.fa-arrow-right-arrow-left::before{content:"";}.fa-exchange::before{content:"";}.fa-arrow-right-from-bracket::before{content:"";}.fa-sign-out::before{content:"";}.fa-arrow-right-long::before{content:"";}.fa-long-arrow-right::before{content:"";}.fa-arrow-right-to-bracket::before{content:"";}.fa-sign-in::before{content:"";}.fa-arrow-rotate-left::before{content:"";}.fa-arrow-left-rotate::before{content:"";}.fa-arrow-rotate-back::before{content:"";}.fa-arrow-rotate-backward::before{content:"";}.fa-undo::before{content:"";}.fa-arrow-rotate-right::before{content:"";}.fa-arrow-right-rotate::before{content:"";}.fa-arrow-rotate-forward::before{content:"";}.fa-redo::before{content:"";}.fa-arrow-trend-down::before{content:"";}.fa-arrow-trend-up::before{content:"";}.fa-arrow-turn-down::before{content:"";}.fa-level-down::before{content:"";}.fa-arrow-turn-up::before{content:"";}.fa-level-up::before{content:"";}.fa-arrow-up::before{content:"";}.fa-arrow-up-1-9::before{content:"";}.fa-sort-numeric-up::before{content:"";}.fa-arrow-up-9-1::before{content:"";}.fa-sort-numeric-up-alt::before{content:"";}.fa-arrow-up-a-z::before{content:"";}.fa-sort-alpha-up::before{content:"";}.fa-arrow-up-from-bracket::before{content:"";}.fa-arrow-up-long::before{content:"";}.fa-long-arrow-up::before{content:"";}.fa-arrow-up-right-from-square::before{content:"";}.fa-external-link::before{content:"";}.fa-arrow-up-short-wide::before{content:"";}.fa-sort-amount-up-alt::before{content:"";}.fa-arrow-up-wide-short::before{content:"";}.fa-sort-amount-up::before{content:"";}.fa-arrow-up-z-a::before{content:"";}.fa-sort-alpha-up-alt::before{content:"";}.fa-arrows-left-right::before{content:"";}.fa-arrows-h::before{content:"";}.fa-arrows-rotate::before{content:"";}.fa-refresh::before{content:"";}.fa-sync::before{content:"";}.fa-arrows-up-down::before{content:"";}.fa-arrows-v::before{content:"";}.fa-arrows-up-down-left-right::before{content:"";}.fa-arrows::before{content:"";}.fa-asterisk::before{content:"\*";}.fa-at::before{content:"\@";}.fa-atom::before{content:"";}.fa-audio-description::before{content:"";}.fa-austral-sign::before{content:"";}.fa-award::before{content:"";}.fa-b::before{content:"B";}.fa-baby::before{content:"";}.fa-baby-carriage::before{content:"";}.fa-carriage-baby::before{content:"";}.fa-backward::before{content:"";}.fa-backward-fast::before{content:"";}.fa-fast-backward::before{content:"";}.fa-backward-step::before{content:"";}.fa-step-backward::before{content:"";}.fa-bacon::before{content:"";}.fa-bacteria::before{content:"";}.fa-bacterium::before{content:"";}.fa-bag-shopping::before{content:"";}.fa-shopping-bag::before{content:"";}.fa-bahai::before{content:"";}.fa-baht-sign::before{content:"";}.fa-ban::before{content:"";}.fa-cancel::before{content:"";}.fa-ban-smoking::before{content:"";}.fa-smoking-ban::before{content:"";}.fa-bandage::before{content:"";}.fa-band-aid::before{content:"";}.fa-barcode::before{content:"";}.fa-bars::before{content:"";}.fa-navicon::before{content:"";}.fa-bars-progress::before{content:"";}.fa-tasks-alt::before{content:"";}.fa-bars-staggered::before{content:"";}.fa-reorder::before{content:"";}.fa-stream::before{content:"";}.fa-baseball::before{content:"";}.fa-baseball-ball::before{content:"";}.fa-baseball-bat-ball::before{content:"";}.fa-basket-shopping::before{content:"";}.fa-shopping-basket::before{content:"";}.fa-basketball::before{content:"";}.fa-basketball-ball::before{content:"";}.fa-bath::before{content:"";}.fa-bathtub::before{content:"";}.fa-battery-empty::before{content:"";}.fa-battery-0::before{content:"";}.fa-battery-full::before{content:"";}.fa-battery::before{content:"";}.fa-battery-5::before{content:"";}.fa-battery-half::before{content:"";}.fa-battery-3::before{content:"";}.fa-battery-quarter::before{content:"";}.fa-battery-2::before{content:"";}.fa-battery-three-quarters::before{content:"";}.fa-battery-4::before{content:"";}.fa-bed::before{content:"";}.fa-bed-pulse::before{content:"";}.fa-procedures::before{content:"";}.fa-beer-mug-empty::before{content:"";}.fa-beer::before{content:"";}.fa-bell::before{content:"";}.fa-bell-concierge::before{content:"";}.fa-concierge-bell::before{content:"";}.fa-bell-slash::before{content:"";}.fa-bezier-curve::before{content:"";}.fa-bicycle::before{content:"";}.fa-binoculars::before{content:"";}.fa-biohazard::before{content:"";}.fa-bitcoin-sign::before{content:"";}.fa-blender::before{content:"";}.fa-blender-phone::before{content:"";}.fa-blog::before{content:"";}.fa-bold::before{content:"";}.fa-bolt::before{content:"";}.fa-zap::before{content:"";}.fa-bolt-lightning::before{content:"";}.fa-bomb::before{content:"";}.fa-bone::before{content:"";}.fa-bong::before{content:"";}.fa-book::before{content:"";}.fa-book-atlas::before{content:"";}.fa-atlas::before{content:"";}.fa-book-bible::before{content:"";}.fa-bible::before{content:"";}.fa-book-journal-whills::before{content:"";}.fa-journal-whills::before{content:"";}.fa-book-medical::before{content:"";}.fa-book-open::before{content:"";}.fa-book-open-reader::before{content:"";}.fa-book-reader::before{content:"";}.fa-book-quran::before{content:"";}.fa-quran::before{content:"";}.fa-book-skull::before{content:"";}.fa-book-dead::before{content:"";}.fa-bookmark::before{content:"";}.fa-border-all::before{content:"";}.fa-border-none::before{content:"";}.fa-border-top-left::before{content:"";}.fa-border-style::before{content:"";}.fa-bowling-ball::before{content:"";}.fa-box::before{content:"";}.fa-box-archive::before{content:"";}.fa-archive::before{content:"";}.fa-box-open::before{content:"";}.fa-box-tissue::before{content:"";}.fa-boxes-stacked::before{content:"";}.fa-boxes::before{content:"";}.fa-boxes-alt::before{content:"";}.fa-braille::before{content:"";}.fa-brain::before{content:"";}.fa-brazilian-real-sign::before{content:"";}.fa-bread-slice::before{content:"";}.fa-briefcase::before{content:"";}.fa-briefcase-medical::before{content:"";}.fa-broom::before{content:"";}.fa-broom-ball::before{content:"";}.fa-quidditch::before{content:"";}.fa-quidditch-broom-ball::before{content:"";}.fa-brush::before{content:"";}.fa-bug::before{content:"";}.fa-bug-slash::before{content:"";}.fa-building::before{content:"";}.fa-building-columns::before{content:"";}.fa-bank::before{content:"";}.fa-institution::before{content:"";}.fa-museum::before{content:"";}.fa-university::before{content:"";}.fa-bullhorn::before{content:"";}.fa-bullseye::before{content:"";}.fa-burger::before{content:"";}.fa-hamburger::before{content:"";}.fa-bus::before{content:"";}.fa-bus-simple::before{content:"";}.fa-bus-alt::before{content:"";}.fa-business-time::before{content:"";}.fa-briefcase-clock::before{content:"";}.fa-c::before{content:"C";}.fa-cake-candles::before{content:"";}.fa-birthday-cake::before{content:"";}.fa-cake::before{content:"";}.fa-calculator::before{content:"";}.fa-calendar::before{content:"";}.fa-calendar-check::before{content:"";}.fa-calendar-day::before{content:"";}.fa-calendar-days::before{content:"";}.fa-calendar-alt::before{content:"";}.fa-calendar-minus::before{content:"";}.fa-calendar-plus::before{content:"";}.fa-calendar-week::before{content:"";}.fa-calendar-xmark::before{content:"";}.fa-calendar-times::before{content:"";}.fa-camera::before{content:"";}.fa-camera-alt::before{content:"";}.fa-camera-retro::before{content:"";}.fa-camera-rotate::before{content:"";}.fa-campground::before{content:"";}.fa-candy-cane::before{content:"";}.fa-cannabis::before{content:"";}.fa-capsules::before{content:"";}.fa-car::before{content:"";}.fa-automobile::before{content:"";}.fa-car-battery::before{content:"";}.fa-battery-car::before{content:"";}.fa-car-crash::before{content:"";}.fa-car-rear::before{content:"";}.fa-car-alt::before{content:"";}.fa-car-side::before{content:"";}.fa-caravan::before{content:"";}.fa-caret-down::before{content:"";}.fa-caret-left::before{content:"";}.fa-caret-right::before{content:"";}.fa-caret-up::before{content:"";}.fa-carrot::before{content:"";}.fa-cart-arrow-down::before{content:"";}.fa-cart-flatbed::before{content:"";}.fa-dolly-flatbed::before{content:"";}.fa-cart-flatbed-suitcase::before{content:"";}.fa-luggage-cart::before{content:"";}.fa-cart-plus::before{content:"";}.fa-cart-shopping::before{content:"";}.fa-shopping-cart::before{content:"";}.fa-cash-register::before{content:"";}.fa-cat::before{content:"";}.fa-cedi-sign::before{content:"";}.fa-cent-sign::before{content:"";}.fa-certificate::before{content:"";}.fa-chair::before{content:"";}.fa-chalkboard::before{content:"";}.fa-blackboard::before{content:"";}.fa-chalkboard-user::before{content:"";}.fa-chalkboard-teacher::before{content:"";}.fa-champagne-glasses::before{content:"";}.fa-glass-cheers::before{content:"";}.fa-charging-station::before{content:"";}.fa-chart-area::before{content:"";}.fa-area-chart::before{content:"";}.fa-chart-bar::before{content:"";}.fa-bar-chart::before{content:"";}.fa-chart-column::before{content:"";}.fa-chart-gantt::before{content:"";}.fa-chart-line::before{content:"";}.fa-line-chart::before{content:"";}.fa-chart-pie::before{content:"";}.fa-pie-chart::before{content:"";}.fa-check::before{content:"";}.fa-check-double::before{content:"";}.fa-check-to-slot::before{content:"";}.fa-vote-yea::before{content:"";}.fa-cheese::before{content:"";}.fa-chess::before{content:"";}.fa-chess-bishop::before{content:"";}.fa-chess-board::before{content:"";}.fa-chess-king::before{content:"";}.fa-chess-knight::before{content:"";}.fa-chess-pawn::before{content:"";}.fa-chess-queen::before{content:"";}.fa-chess-rook::before{content:"";}.fa-chevron-down::before{content:"";}.fa-chevron-left::before{content:"";}.fa-chevron-right::before{content:"";}.fa-chevron-up::before{content:"";}.fa-child::before{content:"";}.fa-church::before{content:"";}.fa-circle::before{content:"";}.fa-circle-arrow-down::before{content:"";}.fa-arrow-circle-down::before{content:"";}.fa-circle-arrow-left::before{content:"";}.fa-arrow-circle-left::before{content:"";}.fa-circle-arrow-right::before{content:"";}.fa-arrow-circle-right::before{content:"";}.fa-circle-arrow-up::before{content:"";}.fa-arrow-circle-up::before{content:"";}.fa-circle-check::before{content:"";}.fa-check-circle::before{content:"";}.fa-circle-chevron-down::before{content:"";}.fa-chevron-circle-down::before{content:"";}.fa-circle-chevron-left::before{content:"";}.fa-chevron-circle-left::before{content:"";}.fa-circle-chevron-right::before{content:"";}.fa-chevron-circle-right::before{content:"";}.fa-circle-chevron-up::before{content:"";}.fa-chevron-circle-up::before{content:"";}.fa-circle-dollar-to-slot::before{content:"";}.fa-donate::before{content:"";}.fa-circle-dot::before{content:"";}.fa-dot-circle::before{content:"";}.fa-circle-down::before{content:"";}.fa-arrow-alt-circle-down::before{content:"";}.fa-circle-exclamation::before{content:"";}.fa-exclamation-circle::before{content:"";}.fa-circle-h::before{content:"";}.fa-hospital-symbol::before{content:"";}.fa-circle-half-stroke::before{content:"";}.fa-adjust::before{content:"";}.fa-circle-info::before{content:"";}.fa-info-circle::before{content:"";}.fa-circle-left::before{content:"";}.fa-arrow-alt-circle-left::before{content:"";}.fa-circle-minus::before{content:"";}.fa-minus-circle::before{content:"";}.fa-circle-notch::before{content:"";}.fa-circle-pause::before{content:"";}.fa-pause-circle::before{content:"";}.fa-circle-play::before{content:"";}.fa-play-circle::before{content:"";}.fa-circle-plus::before{content:"";}.fa-plus-circle::before{content:"";}.fa-circle-question::before{content:"";}.fa-question-circle::before{content:"";}.fa-circle-radiation::before{content:"";}.fa-radiation-alt::before{content:"";}.fa-circle-right::before{content:"";}.fa-arrow-alt-circle-right::before{content:"";}.fa-circle-stop::before{content:"";}.fa-stop-circle::before{content:"";}.fa-circle-up::before{content:"";}.fa-arrow-alt-circle-up::before{content:"";}.fa-circle-user::before{content:"";}.fa-user-circle::before{content:"";}.fa-circle-xmark::before{content:"";}.fa-times-circle::before{content:"";}.fa-xmark-circle::before{content:"";}.fa-city::before{content:"";}.fa-clapperboard::before{content:"";}.fa-clipboard::before{content:"";}.fa-clipboard-check::before{content:"";}.fa-clipboard-list::before{content:"";}.fa-clock::before{content:"";}.fa-clock-four::before{content:"";}.fa-clock-rotate-left::before{content:"";}.fa-history::before{content:"";}.fa-clone::before{content:"";}.fa-closed-captioning::before{content:"";}.fa-cloud::before{content:"";}.fa-cloud-arrow-down::before{content:"";}.fa-cloud-download::before{content:"";}.fa-cloud-download-alt::before{content:"";}.fa-cloud-arrow-up::before{content:"";}.fa-cloud-upload::before{content:"";}.fa-cloud-upload-alt::before{content:"";}.fa-cloud-meatball::before{content:"";}.fa-cloud-moon::before{content:"";}.fa-cloud-moon-rain::before{content:"";}.fa-cloud-rain::before{content:"";}.fa-cloud-showers-heavy::before{content:"";}.fa-cloud-sun::before{content:"";}.fa-cloud-sun-rain::before{content:"";}.fa-clover::before{content:"";}.fa-code::before{content:"";}.fa-code-branch::before{content:"";}.fa-code-commit::before{content:"";}.fa-code-compare::before{content:"";}.fa-code-fork::before{content:"";}.fa-code-merge::before{content:"";}.fa-code-pull-request::before{content:"";}.fa-coins::before{content:"";}.fa-colon-sign::before{content:"";}.fa-comment::before{content:"";}.fa-comment-dollar::before{content:"";}.fa-comment-dots::before{content:"";}.fa-commenting::before{content:"";}.fa-comment-medical::before{content:"";}.fa-comment-slash::before{content:"";}.fa-comment-sms::before{content:"";}.fa-sms::before{content:"";}.fa-comments::before{content:"";}.fa-comments-dollar::before{content:"";}.fa-compact-disc::before{content:"";}.fa-compass::before{content:"";}.fa-compass-drafting::before{content:"";}.fa-drafting-compass::before{content:"";}.fa-compress::before{content:"";}.fa-computer-mouse::before{content:"";}.fa-mouse::before{content:"";}.fa-cookie::before{content:"";}.fa-cookie-bite::before{content:"";}.fa-copy::before{content:"";}.fa-copyright::before{content:"";}.fa-couch::before{content:"";}.fa-credit-card::before{content:"";}.fa-credit-card-alt::before{content:"";}.fa-crop::before{content:"";}.fa-crop-simple::before{content:"";}.fa-crop-alt::before{content:"";}.fa-cross::before{content:"";}.fa-crosshairs::before{content:"";}.fa-crow::before{content:"";}.fa-crown::before{content:"";}.fa-crutch::before{content:"";}.fa-cruzeiro-sign::before{content:"";}.fa-cube::before{content:"";}.fa-cubes::before{content:"";}.fa-d::before{content:"D";}.fa-database::before{content:"";}.fa-delete-left::before{content:"";}.fa-backspace::before{content:"";}.fa-democrat::before{content:"";}.fa-desktop::before{content:"";}.fa-desktop-alt::before{content:"";}.fa-dharmachakra::before{content:"";}.fa-diagram-next::before{content:"";}.fa-diagram-predecessor::before{content:"";}.fa-diagram-project::before{content:"";}.fa-project-diagram::before{content:"";}.fa-diagram-successor::before{content:"";}.fa-diamond::before{content:"";}.fa-diamond-turn-right::before{content:"";}.fa-directions::before{content:"";}.fa-dice::before{content:"";}.fa-dice-d20::before{content:"";}.fa-dice-d6::before{content:"";}.fa-dice-five::before{content:"";}.fa-dice-four::before{content:"";}.fa-dice-one::before{content:"";}.fa-dice-six::before{content:"";}.fa-dice-three::before{content:"";}.fa-dice-two::before{content:"";}.fa-disease::before{content:"";}.fa-divide::before{content:"";}.fa-dna::before{content:"";}.fa-dog::before{content:"";}.fa-dollar-sign::before{content:"\$";}.fa-dollar::before{content:"\$";}.fa-usd::before{content:"\$";}.fa-dolly::before{content:"";}.fa-dolly-box::before{content:"";}.fa-dong-sign::before{content:"";}.fa-door-closed::before{content:"";}.fa-door-open::before{content:"";}.fa-dove::before{content:"";}.fa-down-left-and-up-right-to-center::before{content:"";}.fa-compress-alt::before{content:"";}.fa-down-long::before{content:"";}.fa-long-arrow-alt-down::before{content:"";}.fa-download::before{content:"";}.fa-dragon::before{content:"";}.fa-draw-polygon::before{content:"";}.fa-droplet::before{content:"";}.fa-tint::before{content:"";}.fa-droplet-slash::before{content:"";}.fa-tint-slash::before{content:"";}.fa-drum::before{content:"";}.fa-drum-steelpan::before{content:"";}.fa-drumstick-bite::before{content:"";}.fa-dumbbell::before{content:"";}.fa-dumpster::before{content:"";}.fa-dumpster-fire::before{content:"";}.fa-dungeon::before{content:"";}.fa-e::before{content:"E";}.fa-ear-deaf::before{content:"";}.fa-deaf::before{content:"";}.fa-deafness::before{content:"";}.fa-hard-of-hearing::before{content:"";}.fa-ear-listen::before{content:"";}.fa-assistive-listening-systems::before{content:"";}.fa-earth-africa::before{content:"";}.fa-globe-africa::before{content:"";}.fa-earth-americas::before{content:"";}.fa-earth::before{content:"";}.fa-earth-america::before{content:"";}.fa-globe-americas::before{content:"";}.fa-earth-asia::before{content:"";}.fa-globe-asia::before{content:"";}.fa-earth-europe::before{content:"";}.fa-globe-europe::before{content:"";}.fa-earth-oceania::before{content:"";}.fa-globe-oceania::before{content:"";}.fa-egg::before{content:"";}.fa-eject::before{content:"";}.fa-elevator::before{content:"";}.fa-ellipsis::before{content:"";}.fa-ellipsis-h::before{content:"";}.fa-ellipsis-vertical::before{content:"";}.fa-ellipsis-v::before{content:"";}.fa-envelope::before{content:"";}.fa-envelope-open::before{content:"";}.fa-envelope-open-text::before{content:"";}.fa-envelopes-bulk::before{content:"";}.fa-mail-bulk::before{content:"";}.fa-equals::before{content:"\=";}.fa-eraser::before{content:"";}.fa-ethernet::before{content:"";}.fa-euro-sign::before{content:"";}.fa-eur::before{content:"";}.fa-euro::before{content:"";}.fa-exclamation::before{content:"\!";}.fa-expand::before{content:"";}.fa-eye::before{content:"";}.fa-eye-dropper::before{content:"";}.fa-eye-dropper-empty::before{content:"";}.fa-eyedropper::before{content:"";}.fa-eye-low-vision::before{content:"";}.fa-low-vision::before{content:"";}.fa-eye-slash::before{content:"";}.fa-f::before{content:"F";}.fa-face-angry::before{content:"";}.fa-angry::before{content:"";}.fa-face-dizzy::before{content:"";}.fa-dizzy::before{content:"";}.fa-face-flushed::before{content:"";}.fa-flushed::before{content:"";}.fa-face-frown::before{content:"";}.fa-frown::before{content:"";}.fa-face-frown-open::before{content:"";}.fa-frown-open::before{content:"";}.fa-face-grimace::before{content:"";}.fa-grimace::before{content:"";}.fa-face-grin::before{content:"";}.fa-grin::before{content:"";}.fa-face-grin-beam::before{content:"";}.fa-grin-beam::before{content:"";}.fa-face-grin-beam-sweat::before{content:"";}.fa-grin-beam-sweat::before{content:"";}.fa-face-grin-hearts::before{content:"";}.fa-grin-hearts::before{content:"";}.fa-face-grin-squint::before{content:"";}.fa-grin-squint::before{content:"";}.fa-face-grin-squint-tears::before{content:"";}.fa-grin-squint-tears::before{content:"";}.fa-face-grin-stars::before{content:"";}.fa-grin-stars::before{content:"";}.fa-face-grin-tears::before{content:"";}.fa-grin-tears::before{content:"";}.fa-face-grin-tongue::before{content:"";}.fa-grin-tongue::before{content:"";}.fa-face-grin-tongue-squint::before{content:"";}.fa-grin-tongue-squint::before{content:"";}.fa-face-grin-tongue-wink::before{content:"";}.fa-grin-tongue-wink::before{content:"";}.fa-face-grin-wide::before{content:"";}.fa-grin-alt::before{content:"";}.fa-face-grin-wink::before{content:"";}.fa-grin-wink::before{content:"";}.fa-face-kiss::before{content:"";}.fa-kiss::before{content:"";}.fa-face-kiss-beam::before{content:"";}.fa-kiss-beam::before{content:"";}.fa-face-kiss-wink-heart::before{content:"";}.fa-kiss-wink-heart::before{content:"";}.fa-face-laugh::before{content:"";}.fa-laugh::before{content:"";}.fa-face-laugh-beam::before{content:"";}.fa-laugh-beam::before{content:"";}.fa-face-laugh-squint::before{content:"";}.fa-laugh-squint::before{content:"";}.fa-face-laugh-wink::before{content:"";}.fa-laugh-wink::before{content:"";}.fa-face-meh::before{content:"";}.fa-meh::before{content:"";}.fa-face-meh-blank::before{content:"";}.fa-meh-blank::before{content:"";}.fa-face-rolling-eyes::before{content:"";}.fa-meh-rolling-eyes::before{content:"";}.fa-face-sad-cry::before{content:"";}.fa-sad-cry::before{content:"";}.fa-face-sad-tear::before{content:"";}.fa-sad-tear::before{content:"";}.fa-face-smile::before{content:"";}.fa-smile::before{content:"";}.fa-face-smile-beam::before{content:"";}.fa-smile-beam::before{content:"";}.fa-face-smile-wink::before{content:"";}.fa-smile-wink::before{content:"";}.fa-face-surprise::before{content:"";}.fa-surprise::before{content:"";}.fa-face-tired::before{content:"";}.fa-tired::before{content:"";}.fa-fan::before{content:"";}.fa-faucet::before{content:"";}.fa-fax::before{content:"";}.fa-feather::before{content:"";}.fa-feather-pointed::before{content:"";}.fa-feather-alt::before{content:"";}.fa-file::before{content:"";}.fa-file-arrow-down::before{content:"";}.fa-file-download::before{content:"";}.fa-file-arrow-up::before{content:"";}.fa-file-upload::before{content:"";}.fa-file-audio::before{content:"";}.fa-file-code::before{content:"";}.fa-file-contract::before{content:"";}.fa-file-csv::before{content:"";}.fa-file-excel::before{content:"";}.fa-file-export::before{content:"";}.fa-arrow-right-from-file::before{content:"";}.fa-file-image::before{content:"";}.fa-file-import::before{content:"";}.fa-arrow-right-to-file::before{content:"";}.fa-file-invoice::before{content:"";}.fa-file-invoice-dollar::before{content:"";}.fa-file-lines::before{content:"";}.fa-file-alt::before{content:"";}.fa-file-text::before{content:"";}.fa-file-medical::before{content:"";}.fa-file-pdf::before{content:"";}.fa-file-powerpoint::before{content:"";}.fa-file-prescription::before{content:"";}.fa-file-signature::before{content:"";}.fa-file-video::before{content:"";}.fa-file-waveform::before{content:"";}.fa-file-medical-alt::before{content:"";}.fa-file-word::before{content:"";}.fa-file-zipper::before{content:"";}.fa-file-archive::before{content:"";}.fa-fill::before{content:"";}.fa-fill-drip::before{content:"";}.fa-film::before{content:"";}.fa-filter::before{content:"";}.fa-filter-circle-dollar::before{content:"";}.fa-funnel-dollar::before{content:"";}.fa-filter-circle-xmark::before{content:"";}.fa-fingerprint::before{content:"";}.fa-fire::before{content:"";}.fa-fire-extinguisher::before{content:"";}.fa-fire-flame-curved::before{content:"";}.fa-fire-alt::before{content:"";}.fa-fire-flame-simple::before{content:"";}.fa-burn::before{content:"";}.fa-fish::before{content:"";}.fa-flag::before{content:"";}.fa-flag-checkered::before{content:"";}.fa-flag-usa::before{content:"";}.fa-flask::before{content:"";}.fa-floppy-disk::before{content:"";}.fa-save::before{content:"";}.fa-florin-sign::before{content:"";}.fa-folder::before{content:"";}.fa-folder-minus::before{content:"";}.fa-folder-open::before{content:"";}.fa-folder-plus::before{content:"";}.fa-folder-tree::before{content:"";}.fa-font::before{content:"";}.fa-football::before{content:"";}.fa-football-ball::before{content:"";}.fa-forward::before{content:"";}.fa-forward-fast::before{content:"";}.fa-fast-forward::before{content:"";}.fa-forward-step::before{content:"";}.fa-step-forward::before{content:"";}.fa-franc-sign::before{content:"";}.fa-frog::before{content:"";}.fa-futbol::before{content:"";}.fa-futbol-ball::before{content:"";}.fa-soccer-ball::before{content:"";}.fa-g::before{content:"G";}.fa-gamepad::before{content:"";}.fa-gas-pump::before{content:"";}.fa-gauge::before{content:"";}.fa-dashboard::before{content:"";}.fa-gauge-med::before{content:"";}.fa-tachometer-alt-average::before{content:"";}.fa-gauge-high::before{content:"";}.fa-tachometer-alt::before{content:"";}.fa-tachometer-alt-fast::before{content:"";}.fa-gauge-simple::before{content:"";}.fa-gauge-simple-med::before{content:"";}.fa-tachometer-average::before{content:"";}.fa-gauge-simple-high::before{content:"";}.fa-tachometer::before{content:"";}.fa-tachometer-fast::before{content:"";}.fa-gavel::before{content:"";}.fa-legal::before{content:"";}.fa-gear::before{content:"";}.fa-cog::before{content:"";}.fa-gears::before{content:"";}.fa-cogs::before{content:"";}.fa-gem::before{content:"";}.fa-genderless::before{content:"";}.fa-ghost::before{content:"";}.fa-gift::before{content:"";}.fa-gifts::before{content:"";}.fa-glasses::before{content:"";}.fa-globe::before{content:"";}.fa-golf-ball-tee::before{content:"";}.fa-golf-ball::before{content:"";}.fa-gopuram::before{content:"";}.fa-graduation-cap::before{content:"";}.fa-mortar-board::before{content:"";}.fa-greater-than::before{content:"\>";}.fa-greater-than-equal::before{content:"";}.fa-grip::before{content:"";}.fa-grip-horizontal::before{content:"";}.fa-grip-lines::before{content:"";}.fa-grip-lines-vertical::before{content:"";}.fa-grip-vertical::before{content:"";}.fa-guarani-sign::before{content:"";}.fa-guitar::before{content:"";}.fa-gun::before{content:"";}.fa-h::before{content:"H";}.fa-hammer::before{content:"";}.fa-hamsa::before{content:"";}.fa-hand::before{content:"";}.fa-hand-paper::before{content:"";}.fa-hand-back-fist::before{content:"";}.fa-hand-rock::before{content:"";}.fa-hand-dots::before{content:"";}.fa-allergies::before{content:"";}.fa-hand-fist::before{content:"";}.fa-fist-raised::before{content:"";}.fa-hand-holding::before{content:"";}.fa-hand-holding-dollar::before{content:"";}.fa-hand-holding-usd::before{content:"";}.fa-hand-holding-droplet::before{content:"";}.fa-hand-holding-water::before{content:"";}.fa-hand-holding-heart::before{content:"";}.fa-hand-holding-medical::before{content:"";}.fa-hand-lizard::before{content:"";}.fa-hand-middle-finger::before{content:"";}.fa-hand-peace::before{content:"";}.fa-hand-point-down::before{content:"";}.fa-hand-point-left::before{content:"";}.fa-hand-point-right::before{content:"";}.fa-hand-point-up::before{content:"";}.fa-hand-pointer::before{content:"";}.fa-hand-scissors::before{content:"";}.fa-hand-sparkles::before{content:"";}.fa-hand-spock::before{content:"";}.fa-hands::before{content:"";}.fa-sign-language::before{content:"";}.fa-signing::before{content:"";}.fa-hands-asl-interpreting::before{content:"";}.fa-american-sign-language-interpreting::before{content:"";}.fa-asl-interpreting::before{content:"";}.fa-hands-american-sign-language-interpreting::before{content:"";}.fa-hands-bubbles::before{content:"";}.fa-hands-wash::before{content:"";}.fa-hands-clapping::before{content:"";}.fa-hands-holding::before{content:"";}.fa-hands-praying::before{content:"";}.fa-praying-hands::before{content:"";}.fa-handshake::before{content:"";}.fa-handshake-angle::before{content:"";}.fa-hands-helping::before{content:"";}.fa-handshake-simple-slash::before{content:"";}.fa-handshake-alt-slash::before{content:"";}.fa-handshake-slash::before{content:"";}.fa-hanukiah::before{content:"";}.fa-hard-drive::before{content:"";}.fa-hdd::before{content:"";}.fa-hashtag::before{content:"\#";}.fa-hat-cowboy::before{content:"";}.fa-hat-cowboy-side::before{content:"";}.fa-hat-wizard::before{content:"";}.fa-head-side-cough::before{content:"";}.fa-head-side-cough-slash::before{content:"";}.fa-head-side-mask::before{content:"";}.fa-head-side-virus::before{content:"";}.fa-heading::before{content:"";}.fa-header::before{content:"";}.fa-headphones::before{content:"";}.fa-headphones-simple::before{content:"";}.fa-headphones-alt::before{content:"";}.fa-headset::before{content:"";}.fa-heart::before{content:"";}.fa-heart-crack::before{content:"";}.fa-heart-broken::before{content:"";}.fa-heart-pulse::before{content:"";}.fa-heartbeat::before{content:"";}.fa-helicopter::before{content:"";}.fa-helmet-safety::before{content:"";}.fa-hard-hat::before{content:"";}.fa-hat-hard::before{content:"";}.fa-highlighter::before{content:"";}.fa-hippo::before{content:"";}.fa-hockey-puck::before{content:"";}.fa-holly-berry::before{content:"";}.fa-horse::before{content:"";}.fa-horse-head::before{content:"";}.fa-hospital::before{content:"";}.fa-hospital-alt::before{content:"";}.fa-hospital-wide::before{content:"";}.fa-hospital-user::before{content:"";}.fa-hot-tub-person::before{content:"";}.fa-hot-tub::before{content:"";}.fa-hotdog::before{content:"";}.fa-hotel::before{content:"";}.fa-hourglass::before{content:"";}.fa-hourglass-2::before{content:"";}.fa-hourglass-half::before{content:"";}.fa-hourglass-empty::before{content:"";}.fa-hourglass-end::before{content:"";}.fa-hourglass-3::before{content:"";}.fa-hourglass-start::before{content:"";}.fa-hourglass-1::before{content:"";}.fa-house::before{content:"";}.fa-home::before{content:"";}.fa-home-alt::before{content:"";}.fa-home-lg-alt::before{content:"";}.fa-house-chimney::before{content:"";}.fa-home-lg::before{content:"";}.fa-house-chimney-crack::before{content:"";}.fa-house-damage::before{content:"";}.fa-house-chimney-medical::before{content:"";}.fa-clinic-medical::before{content:"";}.fa-house-chimney-user::before{content:"";}.fa-house-chimney-window::before{content:"";}.fa-house-crack::before{content:"";}.fa-house-laptop::before{content:"";}.fa-laptop-house::before{content:"";}.fa-house-medical::before{content:"";}.fa-house-user::before{content:"";}.fa-home-user::before{content:"";}.fa-hryvnia-sign::before{content:"";}.fa-hryvnia::before{content:"";}.fa-i::before{content:"I";}.fa-i-cursor::before{content:"";}.fa-ice-cream::before{content:"";}.fa-icicles::before{content:"";}.fa-icons::before{content:"";}.fa-heart-music-camera-bolt::before{content:"";}.fa-id-badge::before{content:"";}.fa-id-card::before{content:"";}.fa-drivers-license::before{content:"";}.fa-id-card-clip::before{content:"";}.fa-id-card-alt::before{content:"";}.fa-igloo::before{content:"";}.fa-image::before{content:"";}.fa-image-portrait::before{content:"";}.fa-portrait::before{content:"";}.fa-images::before{content:"";}.fa-inbox::before{content:"";}.fa-indent::before{content:"";}.fa-indian-rupee-sign::before{content:"";}.fa-indian-rupee::before{content:"";}.fa-inr::before{content:"";}.fa-industry::before{content:"";}.fa-infinity::before{content:"";}.fa-info::before{content:"";}.fa-italic::before{content:"";}.fa-j::before{content:"J";}.fa-jedi::before{content:"";}.fa-jet-fighter::before{content:"";}.fa-fighter-jet::before{content:"";}.fa-joint::before{content:"";}.fa-k::before{content:"K";}.fa-kaaba::before{content:"";}.fa-key::before{content:"";}.fa-keyboard::before{content:"";}.fa-khanda::before{content:"";}.fa-kip-sign::before{content:"";}.fa-kit-medical::before{content:"";}.fa-first-aid::before{content:"";}.fa-kiwi-bird::before{content:"";}.fa-l::before{content:"L";}.fa-landmark::before{content:"";}.fa-language::before{content:"";}.fa-laptop::before{content:"";}.fa-laptop-code::before{content:"";}.fa-laptop-medical::before{content:"";}.fa-lari-sign::before{content:"";}.fa-layer-group::before{content:"";}.fa-leaf::before{content:"";}.fa-left-long::before{content:"";}.fa-long-arrow-alt-left::before{content:"";}.fa-left-right::before{content:"";}.fa-arrows-alt-h::before{content:"";}.fa-lemon::before{content:"";}.fa-less-than::before{content:"\<";}.fa-less-than-equal::before{content:"";}.fa-life-ring::before{content:"";}.fa-lightbulb::before{content:"";}.fa-link::before{content:"";}.fa-chain::before{content:"";}.fa-link-slash::before{content:"";}.fa-chain-broken::before{content:"";}.fa-chain-slash::before{content:"";}.fa-unlink::before{content:"";}.fa-lira-sign::before{content:"";}.fa-list::before{content:"";}.fa-list-squares::before{content:"";}.fa-list-check::before{content:"";}.fa-tasks::before{content:"";}.fa-list-ol::before{content:"";}.fa-list-1-2::before{content:"";}.fa-list-numeric::before{content:"";}.fa-list-ul::before{content:"";}.fa-list-dots::before{content:"";}.fa-litecoin-sign::before{content:"";}.fa-location-arrow::before{content:"";}.fa-location-crosshairs::before{content:"";}.fa-location::before{content:"";}.fa-location-dot::before{content:"";}.fa-map-marker-alt::before{content:"";}.fa-location-pin::before{content:"";}.fa-map-marker::before{content:"";}.fa-lock::before{content:"";}.fa-lock-open::before{content:"";}.fa-lungs::before{content:"";}.fa-lungs-virus::before{content:"";}.fa-m::before{content:"M";}.fa-magnet::before{content:"";}.fa-magnifying-glass::before{content:"";}.fa-search::before{content:"";}.fa-magnifying-glass-dollar::before{content:"";}.fa-search-dollar::before{content:"";}.fa-magnifying-glass-location::before{content:"";}.fa-search-location::before{content:"";}.fa-magnifying-glass-minus::before{content:"";}.fa-search-minus::before{content:"";}.fa-magnifying-glass-plus::before{content:"";}.fa-search-plus::before{content:"";}.fa-manat-sign::before{content:"";}.fa-map::before{content:"";}.fa-map-location::before{content:"";}.fa-map-marked::before{content:"";}.fa-map-location-dot::before{content:"";}.fa-map-marked-alt::before{content:"";}.fa-map-pin::before{content:"";}.fa-marker::before{content:"";}.fa-mars::before{content:"";}.fa-mars-and-venus::before{content:"";}.fa-mars-double::before{content:"";}.fa-mars-stroke::before{content:"";}.fa-mars-stroke-right::before{content:"";}.fa-mars-stroke-h::before{content:"";}.fa-mars-stroke-up::before{content:"";}.fa-mars-stroke-v::before{content:"";}.fa-martini-glass::before{content:"";}.fa-glass-martini-alt::before{content:"";}.fa-martini-glass-citrus::before{content:"";}.fa-cocktail::before{content:"";}.fa-martini-glass-empty::before{content:"";}.fa-glass-martini::before{content:"";}.fa-mask::before{content:"";}.fa-mask-face::before{content:"";}.fa-masks-theater::before{content:"";}.fa-theater-masks::before{content:"";}.fa-maximize::before{content:"";}.fa-expand-arrows-alt::before{content:"";}.fa-medal::before{content:"";}.fa-memory::before{content:"";}.fa-menorah::before{content:"";}.fa-mercury::before{content:"";}.fa-message::before{content:"";}.fa-comment-alt::before{content:"";}.fa-meteor::before{content:"";}.fa-microchip::before{content:"";}.fa-microphone::before{content:"";}.fa-microphone-lines::before{content:"";}.fa-microphone-alt::before{content:"";}.fa-microphone-lines-slash::before{content:"";}.fa-microphone-alt-slash::before{content:"";}.fa-microphone-slash::before{content:"";}.fa-microscope::before{content:"";}.fa-mill-sign::before{content:"";}.fa-minimize::before{content:"";}.fa-compress-arrows-alt::before{content:"";}.fa-minus::before{content:"";}.fa-subtract::before{content:"";}.fa-mitten::before{content:"";}.fa-mobile::before{content:"";}.fa-mobile-android::before{content:"";}.fa-mobile-phone::before{content:"";}.fa-mobile-button::before{content:"";}.fa-mobile-screen-button::before{content:"";}.fa-mobile-alt::before{content:"";}.fa-money-bill::before{content:"";}.fa-money-bill-1::before{content:"";}.fa-money-bill-alt::before{content:"";}.fa-money-bill-1-wave::before{content:"";}.fa-money-bill-wave-alt::before{content:"";}.fa-money-bill-wave::before{content:"";}.fa-money-check::before{content:"";}.fa-money-check-dollar::before{content:"";}.fa-money-check-alt::before{content:"";}.fa-monument::before{content:"";}.fa-moon::before{content:"";}.fa-mortar-pestle::before{content:"";}.fa-mosque::before{content:"";}.fa-motorcycle::before{content:"";}.fa-mountain::before{content:"";}.fa-mug-hot::before{content:"";}.fa-mug-saucer::before{content:"";}.fa-coffee::before{content:"";}.fa-music::before{content:"";}.fa-n::before{content:"N";}.fa-naira-sign::before{content:"";}.fa-network-wired::before{content:"";}.fa-neuter::before{content:"";}.fa-newspaper::before{content:"";}.fa-not-equal::before{content:"";}.fa-note-sticky::before{content:"";}.fa-sticky-note::before{content:"";}.fa-notes-medical::before{content:"";}.fa-o::before{content:"O";}.fa-object-group::before{content:"";}.fa-object-ungroup::before{content:"";}.fa-oil-can::before{content:"";}.fa-om::before{content:"";}.fa-otter::before{content:"";}.fa-outdent::before{content:"";}.fa-dedent::before{content:"";}.fa-p::before{content:"P";}.fa-pager::before{content:"";}.fa-paint-roller::before{content:"";}.fa-paintbrush::before{content:"";}.fa-paint-brush::before{content:"";}.fa-palette::before{content:"";}.fa-pallet::before{content:"";}.fa-panorama::before{content:"";}.fa-paper-plane::before{content:"";}.fa-paperclip::before{content:"";}.fa-parachute-box::before{content:"";}.fa-paragraph::before{content:"";}.fa-passport::before{content:"";}.fa-paste::before{content:"";}.fa-file-clipboard::before{content:"";}.fa-pause::before{content:"";}.fa-paw::before{content:"";}.fa-peace::before{content:"";}.fa-pen::before{content:"";}.fa-pen-clip::before{content:"";}.fa-pen-alt::before{content:"";}.fa-pen-fancy::before{content:"";}.fa-pen-nib::before{content:"";}.fa-pen-ruler::before{content:"";}.fa-pencil-ruler::before{content:"";}.fa-pen-to-square::before{content:"";}.fa-edit::before{content:"";}.fa-pencil::before{content:"";}.fa-pencil-alt::before{content:"";}.fa-people-arrows-left-right::before{content:"";}.fa-people-arrows::before{content:"";}.fa-people-carry-box::before{content:"";}.fa-people-carry::before{content:"";}.fa-pepper-hot::before{content:"";}.fa-percent::before{content:"\%";}.fa-percentage::before{content:"\%";}.fa-person::before{content:"";}.fa-male::before{content:"";}.fa-person-biking::before{content:"";}.fa-biking::before{content:"";}.fa-person-booth::before{content:"";}.fa-person-dots-from-line::before{content:"";}.fa-diagnoses::before{content:"";}.fa-person-dress::before{content:"";}.fa-female::before{content:"";}.fa-person-hiking::before{content:"";}.fa-hiking::before{content:"";}.fa-person-praying::before{content:"";}.fa-pray::before{content:"";}.fa-person-running::before{content:"";}.fa-running::before{content:"";}.fa-person-skating::before{content:"";}.fa-skating::before{content:"";}.fa-person-skiing::before{content:"";}.fa-skiing::before{content:"";}.fa-person-skiing-nordic::before{content:"";}.fa-skiing-nordic::before{content:"";}.fa-person-snowboarding::before{content:"";}.fa-snowboarding::before{content:"";}.fa-person-swimming::before{content:"";}.fa-swimmer::before{content:"";}.fa-person-walking::before{content:"";}.fa-walking::before{content:"";}.fa-person-walking-with-cane::before{content:"";}.fa-blind::before{content:"";}.fa-peseta-sign::before{content:"";}.fa-peso-sign::before{content:"";}.fa-phone::before{content:"";}.fa-phone-flip::before{content:"";}.fa-phone-alt::before{content:"";}.fa-phone-slash::before{content:"";}.fa-phone-volume::before{content:"";}.fa-volume-control-phone::before{content:"";}.fa-photo-film::before{content:"";}.fa-photo-video::before{content:"";}.fa-piggy-bank::before{content:"";}.fa-pills::before{content:"";}.fa-pizza-slice::before{content:"";}.fa-place-of-worship::before{content:"";}.fa-plane::before{content:"";}.fa-plane-arrival::before{content:"";}.fa-plane-departure::before{content:"";}.fa-plane-slash::before{content:"";}.fa-play::before{content:"";}.fa-plug::before{content:"";}.fa-plus::before{content:"\+";}.fa-add::before{content:"\+";}.fa-plus-minus::before{content:"";}.fa-podcast::before{content:"";}.fa-poo::before{content:"";}.fa-poo-storm::before{content:"";}.fa-poo-bolt::before{content:"";}.fa-poop::before{content:"";}.fa-power-off::before{content:"";}.fa-prescription::before{content:"";}.fa-prescription-bottle::before{content:"";}.fa-prescription-bottle-medical::before{content:"";}.fa-prescription-bottle-alt::before{content:"";}.fa-print::before{content:"";}.fa-pump-medical::before{content:"";}.fa-pump-soap::before{content:"";}.fa-puzzle-piece::before{content:"";}.fa-q::before{content:"Q";}.fa-qrcode::before{content:"";}.fa-question::before{content:"\?";}.fa-quote-left::before{content:"";}.fa-quote-left-alt::before{content:"";}.fa-quote-right::before{content:"";}.fa-quote-right-alt::before{content:"";}.fa-r::before{content:"R";}.fa-radiation::before{content:"";}.fa-rainbow::before{content:"";}.fa-receipt::before{content:"";}.fa-record-vinyl::before{content:"";}.fa-rectangle-ad::before{content:"";}.fa-ad::before{content:"";}.fa-rectangle-list::before{content:"";}.fa-list-alt::before{content:"";}.fa-rectangle-xmark::before{content:"";}.fa-rectangle-times::before{content:"";}.fa-times-rectangle::before{content:"";}.fa-window-close::before{content:"";}.fa-recycle::before{content:"";}.fa-registered::before{content:"";}.fa-repeat::before{content:"";}.fa-reply::before{content:"";}.fa-mail-reply::before{content:"";}.fa-reply-all::before{content:"";}.fa-mail-reply-all::before{content:"";}.fa-republican::before{content:"";}.fa-restroom::before{content:"";}.fa-retweet::before{content:"";}.fa-ribbon::before{content:"";}.fa-right-from-bracket::before{content:"";}.fa-sign-out-alt::before{content:"";}.fa-right-left::before{content:"";}.fa-exchange-alt::before{content:"";}.fa-right-long::before{content:"";}.fa-long-arrow-alt-right::before{content:"";}.fa-right-to-bracket::before{content:"";}.fa-sign-in-alt::before{content:"";}.fa-ring::before{content:"";}.fa-road::before{content:"";}.fa-robot::before{content:"";}.fa-rocket::before{content:"";}.fa-rotate::before{content:"";}.fa-sync-alt::before{content:"";}.fa-rotate-left::before{content:"";}.fa-rotate-back::before{content:"";}.fa-rotate-backward::before{content:"";}.fa-undo-alt::before{content:"";}.fa-rotate-right::before{content:"";}.fa-redo-alt::before{content:"";}.fa-rotate-forward::before{content:"";}.fa-route::before{content:"";}.fa-rss::before{content:"";}.fa-feed::before{content:"";}.fa-ruble-sign::before{content:"";}.fa-rouble::before{content:"";}.fa-rub::before{content:"";}.fa-ruble::before{content:"";}.fa-ruler::before{content:"";}.fa-ruler-combined::before{content:"";}.fa-ruler-horizontal::before{content:"";}.fa-ruler-vertical::before{content:"";}.fa-rupee-sign::before{content:"";}.fa-rupee::before{content:"";}.fa-rupiah-sign::before{content:"";}.fa-s::before{content:"S";}.fa-sailboat::before{content:"";}.fa-satellite::before{content:"";}.fa-satellite-dish::before{content:"";}.fa-scale-balanced::before{content:"";}.fa-balance-scale::before{content:"";}.fa-scale-unbalanced::before{content:"";}.fa-balance-scale-left::before{content:"";}.fa-scale-unbalanced-flip::before{content:"";}.fa-balance-scale-right::before{content:"";}.fa-school::before{content:"";}.fa-scissors::before{content:"";}.fa-cut::before{content:"";}.fa-screwdriver::before{content:"";}.fa-screwdriver-wrench::before{content:"";}.fa-tools::before{content:"";}.fa-scroll::before{content:"";}.fa-scroll-torah::before{content:"";}.fa-torah::before{content:"";}.fa-sd-card::before{content:"";}.fa-section::before{content:"";}.fa-seedling::before{content:"";}.fa-sprout::before{content:"";}.fa-server::before{content:"";}.fa-shapes::before{content:"";}.fa-triangle-circle-square::before{content:"";}.fa-share::before{content:"";}.fa-arrow-turn-right::before{content:"";}.fa-mail-forward::before{content:"";}.fa-share-from-square::before{content:"";}.fa-share-square::before{content:"";}.fa-share-nodes::before{content:"";}.fa-share-alt::before{content:"";}.fa-shekel-sign::before{content:"";}.fa-ils::before{content:"";}.fa-shekel::before{content:"";}.fa-sheqel::before{content:"";}.fa-sheqel-sign::before{content:"";}.fa-shield::before{content:"";}.fa-shield-blank::before{content:"";}.fa-shield-alt::before{content:"";}.fa-shield-virus::before{content:"";}.fa-ship::before{content:"";}.fa-shirt::before{content:"";}.fa-t-shirt::before{content:"";}.fa-tshirt::before{content:"";}.fa-shoe-prints::before{content:"";}.fa-shop::before{content:"";}.fa-store-alt::before{content:"";}.fa-shop-slash::before{content:"";}.fa-store-alt-slash::before{content:"";}.fa-shower::before{content:"";}.fa-shrimp::before{content:"";}.fa-shuffle::before{content:"";}.fa-random::before{content:"";}.fa-shuttle-space::before{content:"";}.fa-space-shuttle::before{content:"";}.fa-sign-hanging::before{content:"";}.fa-sign::before{content:"";}.fa-signal::before{content:"";}.fa-signal-5::before{content:"";}.fa-signal-perfect::before{content:"";}.fa-signature::before{content:"";}.fa-signs-post::before{content:"";}.fa-map-signs::before{content:"";}.fa-sim-card::before{content:"";}.fa-sink::before{content:"";}.fa-sitemap::before{content:"";}.fa-skull::before{content:"";}.fa-skull-crossbones::before{content:"";}.fa-slash::before{content:"";}.fa-sleigh::before{content:"";}.fa-sliders::before{content:"";}.fa-sliders-h::before{content:"";}.fa-smog::before{content:"";}.fa-smoking::before{content:"";}.fa-snowflake::before{content:"";}.fa-snowman::before{content:"";}.fa-snowplow::before{content:"";}.fa-soap::before{content:"";}.fa-socks::before{content:"";}.fa-solar-panel::before{content:"";}.fa-sort::before{content:"";}.fa-unsorted::before{content:"";}.fa-sort-down::before{content:"";}.fa-sort-desc::before{content:"";}.fa-sort-up::before{content:"";}.fa-sort-asc::before{content:"";}.fa-spa::before{content:"";}.fa-spaghetti-monster-flying::before{content:"";}.fa-pastafarianism::before{content:"";}.fa-spell-check::before{content:"";}.fa-spider::before{content:"";}.fa-spinner::before{content:"";}.fa-splotch::before{content:"";}.fa-spoon::before{content:"";}.fa-utensil-spoon::before{content:"";}.fa-spray-can::before{content:"";}.fa-spray-can-sparkles::before{content:"";}.fa-air-freshener::before{content:"";}.fa-square::before{content:"";}.fa-square-arrow-up-right::before{content:"";}.fa-external-link-square::before{content:"";}.fa-square-caret-down::before{content:"";}.fa-caret-square-down::before{content:"";}.fa-square-caret-left::before{content:"";}.fa-caret-square-left::before{content:"";}.fa-square-caret-right::before{content:"";}.fa-caret-square-right::before{content:"";}.fa-square-caret-up::before{content:"";}.fa-caret-square-up::before{content:"";}.fa-square-check::before{content:"";}.fa-check-square::before{content:"";}.fa-square-envelope::before{content:"";}.fa-envelope-square::before{content:"";}.fa-square-full::before{content:"";}.fa-square-h::before{content:"";}.fa-h-square::before{content:"";}.fa-square-minus::before{content:"";}.fa-minus-square::before{content:"";}.fa-square-parking::before{content:"";}.fa-parking::before{content:"";}.fa-square-pen::before{content:"";}.fa-pen-square::before{content:"";}.fa-pencil-square::before{content:"";}.fa-square-phone::before{content:"";}.fa-phone-square::before{content:"";}.fa-square-phone-flip::before{content:"";}.fa-phone-square-alt::before{content:"";}.fa-square-plus::before{content:"";}.fa-plus-square::before{content:"";}.fa-square-poll-horizontal::before{content:"";}.fa-poll-h::before{content:"";}.fa-square-poll-vertical::before{content:"";}.fa-poll::before{content:"";}.fa-square-root-variable::before{content:"";}.fa-square-root-alt::before{content:"";}.fa-square-rss::before{content:"";}.fa-rss-square::before{content:"";}.fa-square-share-nodes::before{content:"";}.fa-share-alt-square::before{content:"";}.fa-square-up-right::before{content:"";}.fa-external-link-square-alt::before{content:"";}.fa-square-xmark::before{content:"";}.fa-times-square::before{content:"";}.fa-xmark-square::before{content:"";}.fa-stairs::before{content:"";}.fa-stamp::before{content:"";}.fa-star::before{content:"";}.fa-star-and-crescent::before{content:"";}.fa-star-half::before{content:"";}.fa-star-half-stroke::before{content:"";}.fa-star-half-alt::before{content:"";}.fa-star-of-david::before{content:"";}.fa-star-of-life::before{content:"";}.fa-sterling-sign::before{content:"";}.fa-gbp::before{content:"";}.fa-pound-sign::before{content:"";}.fa-stethoscope::before{content:"";}.fa-stop::before{content:"";}.fa-stopwatch::before{content:"";}.fa-stopwatch-20::before{content:"";}.fa-store::before{content:"";}.fa-store-slash::before{content:"";}.fa-street-view::before{content:"";}.fa-strikethrough::before{content:"";}.fa-stroopwafel::before{content:"";}.fa-subscript::before{content:"";}.fa-suitcase::before{content:"";}.fa-suitcase-medical::before{content:"";}.fa-medkit::before{content:"";}.fa-suitcase-rolling::before{content:"";}.fa-sun::before{content:"";}.fa-superscript::before{content:"";}.fa-swatchbook::before{content:"";}.fa-synagogue::before{content:"";}.fa-syringe::before{content:"";}.fa-t::before{content:"T";}.fa-table::before{content:"";}.fa-table-cells::before{content:"";}.fa-th::before{content:"";}.fa-table-cells-large::before{content:"";}.fa-th-large::before{content:"";}.fa-table-columns::before{content:"";}.fa-columns::before{content:"";}.fa-table-list::before{content:"";}.fa-th-list::before{content:"";}.fa-table-tennis-paddle-ball::before{content:"";}.fa-ping-pong-paddle-ball::before{content:"";}.fa-table-tennis::before{content:"";}.fa-tablet::before{content:"";}.fa-tablet-android::before{content:"";}.fa-tablet-button::before{content:"";}.fa-tablet-screen-button::before{content:"";}.fa-tablet-alt::before{content:"";}.fa-tablets::before{content:"";}.fa-tachograph-digital::before{content:"";}.fa-digital-tachograph::before{content:"";}.fa-tag::before{content:"";}.fa-tags::before{content:"";}.fa-tape::before{content:"";}.fa-taxi::before{content:"";}.fa-cab::before{content:"";}.fa-teeth::before{content:"";}.fa-teeth-open::before{content:"";}.fa-temperature-empty::before{content:"";}.fa-temperature-0::before{content:"";}.fa-thermometer-0::before{content:"";}.fa-thermometer-empty::before{content:"";}.fa-temperature-full::before{content:"";}.fa-temperature-4::before{content:"";}.fa-thermometer-4::before{content:"";}.fa-thermometer-full::before{content:"";}.fa-temperature-half::before{content:"";}.fa-temperature-2::before{content:"";}.fa-thermometer-2::before{content:"";}.fa-thermometer-half::before{content:"";}.fa-temperature-high::before{content:"";}.fa-temperature-low::before{content:"";}.fa-temperature-quarter::before{content:"";}.fa-temperature-1::before{content:"";}.fa-thermometer-1::before{content:"";}.fa-thermometer-quarter::before{content:"";}.fa-temperature-three-quarters::before{content:"";}.fa-temperature-3::before{content:"";}.fa-thermometer-3::before{content:"";}.fa-thermometer-three-quarters::before{content:"";}.fa-tenge-sign::before{content:"";}.fa-tenge::before{content:"";}.fa-terminal::before{content:"";}.fa-text-height::before{content:"";}.fa-text-slash::before{content:"";}.fa-remove-format::before{content:"";}.fa-text-width::before{content:"";}.fa-thermometer::before{content:"";}.fa-thumbs-down::before{content:"";}.fa-thumbs-up::before{content:"";}.fa-thumbtack::before{content:"";}.fa-thumb-tack::before{content:"";}.fa-ticket::before{content:"";}.fa-ticket-simple::before{content:"";}.fa-ticket-alt::before{content:"";}.fa-timeline::before{content:"";}.fa-toggle-off::before{content:"";}.fa-toggle-on::before{content:"";}.fa-toilet::before{content:"";}.fa-toilet-paper::before{content:"";}.fa-toilet-paper-slash::before{content:"";}.fa-toolbox::before{content:"";}.fa-tooth::before{content:"";}.fa-torii-gate::before{content:"";}.fa-tower-broadcast::before{content:"";}.fa-broadcast-tower::before{content:"";}.fa-tractor::before{content:"";}.fa-trademark::before{content:"";}.fa-traffic-light::before{content:"";}.fa-trailer::before{content:"";}.fa-train::before{content:"";}.fa-train-subway::before{content:"";}.fa-subway::before{content:"";}.fa-train-tram::before{content:"";}.fa-tram::before{content:"";}.fa-transgender::before{content:"";}.fa-transgender-alt::before{content:"";}.fa-trash::before{content:"";}.fa-trash-arrow-up::before{content:"";}.fa-trash-restore::before{content:"";}.fa-trash-can::before{content:"";}.fa-trash-alt::before{content:"";}.fa-trash-can-arrow-up::before{content:"";}.fa-trash-restore-alt::before{content:"";}.fa-tree::before{content:"";}.fa-triangle-exclamation::before{content:"";}.fa-exclamation-triangle::before{content:"";}.fa-warning::before{content:"";}.fa-trophy::before{content:"";}.fa-truck::before{content:"";}.fa-truck-fast::before{content:"";}.fa-shipping-fast::before{content:"";}.fa-truck-medical::before{content:"";}.fa-ambulance::before{content:"";}.fa-truck-monster::before{content:"";}.fa-truck-moving::before{content:"";}.fa-truck-pickup::before{content:"";}.fa-truck-ramp-box::before{content:"";}.fa-truck-loading::before{content:"";}.fa-tty::before{content:"";}.fa-teletype::before{content:"";}.fa-turkish-lira-sign::before{content:"";}.fa-try::before{content:"";}.fa-turkish-lira::before{content:"";}.fa-turn-down::before{content:"";}.fa-level-down-alt::before{content:"";}.fa-turn-up::before{content:"";}.fa-level-up-alt::before{content:"";}.fa-tv::before{content:"";}.fa-television::before{content:"";}.fa-tv-alt::before{content:"";}.fa-u::before{content:"U";}.fa-umbrella::before{content:"";}.fa-umbrella-beach::before{content:"";}.fa-underline::before{content:"";}.fa-universal-access::before{content:"";}.fa-unlock::before{content:"";}.fa-unlock-keyhole::before{content:"";}.fa-unlock-alt::before{content:"";}.fa-up-down::before{content:"";}.fa-arrows-alt-v::before{content:"";}.fa-up-down-left-right::before{content:"";}.fa-arrows-alt::before{content:"";}.fa-up-long::before{content:"";}.fa-long-arrow-alt-up::before{content:"";}.fa-up-right-and-down-left-from-center::before{content:"";}.fa-expand-alt::before{content:"";}.fa-up-right-from-square::before{content:"";}.fa-external-link-alt::before{content:"";}.fa-upload::before{content:"";}.fa-user::before{content:"";}.fa-user-astronaut::before{content:"";}.fa-user-check::before{content:"";}.fa-user-clock::before{content:"";}.fa-user-doctor::before{content:"";}.fa-user-md::before{content:"";}.fa-user-gear::before{content:"";}.fa-user-cog::before{content:"";}.fa-user-graduate::before{content:"";}.fa-user-group::before{content:"";}.fa-user-friends::before{content:"";}.fa-user-injured::before{content:"";}.fa-user-large::before{content:"";}.fa-user-alt::before{content:"";}.fa-user-large-slash::before{content:"";}.fa-user-alt-slash::before{content:"";}.fa-user-lock::before{content:"";}.fa-user-minus::before{content:"";}.fa-user-ninja::before{content:"";}.fa-user-nurse::before{content:"";}.fa-user-pen::before{content:"";}.fa-user-edit::before{content:"";}.fa-user-plus::before{content:"";}.fa-user-secret::before{content:"";}.fa-user-shield::before{content:"";}.fa-user-slash::before{content:"";}.fa-user-tag::before{content:"";}.fa-user-tie::before{content:"";}.fa-user-xmark::before{content:"";}.fa-user-times::before{content:"";}.fa-users::before{content:"";}.fa-users-gear::before{content:"";}.fa-users-cog::before{content:"";}.fa-users-slash::before{content:"";}.fa-utensils::before{content:"";}.fa-cutlery::before{content:"";}.fa-v::before{content:"V";}.fa-van-shuttle::before{content:"";}.fa-shuttle-van::before{content:"";}.fa-vault::before{content:"";}.fa-vector-square::before{content:"";}.fa-venus::before{content:"";}.fa-venus-double::before{content:"";}.fa-venus-mars::before{content:"";}.fa-vest::before{content:"";}.fa-vest-patches::before{content:"";}.fa-vial::before{content:"";}.fa-vials::before{content:"";}.fa-video::before{content:"";}.fa-video-camera::before{content:"";}.fa-video-slash::before{content:"";}.fa-vihara::before{content:"";}.fa-virus::before{content:"";}.fa-virus-covid::before{content:"";}.fa-virus-covid-slash::before{content:"";}.fa-virus-slash::before{content:"";}.fa-viruses::before{content:"";}.fa-voicemail::before{content:"";}.fa-volleyball::before{content:"";}.fa-volleyball-ball::before{content:"";}.fa-volume-high::before{content:"";}.fa-volume-up::before{content:"";}.fa-volume-low::before{content:"";}.fa-volume-down::before{content:"";}.fa-volume-off::before{content:"";}.fa-volume-xmark::before{content:"";}.fa-volume-mute::before{content:"";}.fa-volume-times::before{content:"";}.fa-vr-cardboard::before{content:"";}.fa-w::before{content:"W";}.fa-wallet::before{content:"";}.fa-wand-magic::before{content:"";}.fa-magic::before{content:"";}.fa-wand-magic-sparkles::before{content:"";}.fa-magic-wand-sparkles::before{content:"";}.fa-wand-sparkles::before{content:"";}.fa-warehouse::before{content:"";}.fa-water::before{content:"";}.fa-water-ladder::before{content:"";}.fa-ladder-water::before{content:"";}.fa-swimming-pool::before{content:"";}.fa-wave-square::before{content:"";}.fa-weight-hanging::before{content:"";}.fa-weight-scale::before{content:"";}.fa-weight::before{content:"";}.fa-wheelchair::before{content:"";}.fa-whiskey-glass::before{content:"";}.fa-glass-whiskey::before{content:"";}.fa-wifi::before{content:"";}.fa-wifi-3::before{content:"";}.fa-wifi-strong::before{content:"";}.fa-wind::before{content:"";}.fa-window-maximize::before{content:"";}.fa-window-minimize::before{content:"";}.fa-window-restore::before{content:"";}.fa-wine-bottle::before{content:"";}.fa-wine-glass::before{content:"";}.fa-wine-glass-empty::before{content:"";}.fa-wine-glass-alt::before{content:"";}.fa-won-sign::before{content:"";}.fa-krw::before{content:"";}.fa-won::before{content:"";}.fa-wrench::before{content:"";}.fa-x::before{content:"X";}.fa-x-ray::before{content:"";}.fa-xmark::before{content:"";}.fa-close::before{content:"";}.fa-multiply::before{content:"";}.fa-remove::before{content:"";}.fa-times::before{content:"";}.fa-y::before{content:"Y";}.fa-yen-sign::before{content:"";}.fa-cny::before{content:"";}.fa-jpy::before{content:"";}.fa-rmb::before{content:"";}.fa-yen::before{content:"";}.fa-yin-yang::before{content:"";}.fa-z::before{content:"Z";}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}
/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("../addon/webfonts/fa-solid-900.woff2") format("woff2"),url("../addon/webfonts/fa-solid-900.ttf") format("truetype");}.fas,.CheckBox>input[type=checkbox]+label::before,.fa-solid{font-family:"Font Awesome 6 Free";font-weight:900;}
/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,:host{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../addon/webfonts/fa-brands-400.woff2") format("woff2"),url("../addon/webfonts/fa-brands-400.ttf") format("truetype");}.fab,.fa-brands{font-family:"Font Awesome 6 Brands";font-weight:400;}.fa-42-group:before{content:"";}.fa-innosoft:before{content:"";}.fa-500px:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-adn:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-airbnb:before{content:"";}.fa-algolia:before{content:"";}.fa-alipay:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-amilia:before{content:"";}.fa-android:before{content:"";}.fa-angellist:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-pay:before{content:"";}.fa-artstation:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-atlassian:before{content:"";}.fa-audible:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-aws:before{content:"";}.fa-bandcamp:before{content:"";}.fa-battle-net:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bilibili:before{content:"";}.fa-bimobject:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bootstrap:before{content:"";}.fa-bots:before{content:"";}.fa-btc:before{content:"";}.fa-buffer:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-buysellads:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-centos:before{content:"";}.fa-chrome:before{content:"";}.fa-chromecast:before{content:"";}.fa-cloudflare:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-cmplid:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-confluence:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-contao:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-critical-role:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-dailymotion:before{content:"";}.fa-dashcube:before{content:"";}.fa-deezer:before{content:"";}.fa-delicious:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-dev:before{content:"";}.fa-deviantart:before{content:"";}.fa-dhl:before{content:"";}.fa-diaspora:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-draft2digital:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drupal:before{content:"";}.fa-dyalog:before{content:"";}.fa-earlybirds:before{content:"";}.fa-ebay:before{content:"";}.fa-edge:before{content:"";}.fa-edge-legacy:before{content:"";}.fa-elementor:before{content:"";}.fa-ello:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-envira:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-etsy:before{content:"";}.fa-evernote:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-fedex:before{content:"";}.fa-fedora:before{content:"";}.fa-figma:before{content:"";}.fa-firefox:before{content:"";}.fa-firefox-browser:before{content:"";}.fa-first-order:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-firstdraft:before{content:"";}.fa-flickr:before{content:"";}.fa-flipboard:before{content:"";}.fa-fly:before{content:"";}.fa-font-awesome:before{content:"";}.fa-font-awesome-flag:before{content:"";}.fa-font-awesome-logo-full:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-foursquare:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-fulcrum:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-git:before{content:"";}.fa-git-alt:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-gofore:before{content:"";}.fa-golang:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-pay:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-guilded:before{content:"";}.fa-gulp:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hackerrank:before{content:"";}.fa-hashnode:before{content:"";}.fa-hips:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-hive:before{content:"";}.fa-hooli:before{content:"";}.fa-hornbill:before{content:"";}.fa-hotjar:before{content:"";}.fa-houzz:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-ideal:before{content:"";}.fa-imdb:before{content:"";}.fa-instagram:before{content:"";}.fa-instagram-square:before{content:"";}.fa-instalod:before{content:"";}.fa-intercom:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-invision:before{content:"";}.fa-ioxhost:before{content:"";}.fa-itch-io:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-java:before{content:"";}.fa-jedi-order:before{content:"";}.fa-jenkins:before{content:"";}.fa-jira:before{content:"";}.fa-joget:before{content:"";}.fa-joomla:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-kaggle:before{content:"";}.fa-keybase:before{content:"";}.fa-keycdn:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-korvue:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-leanpub:before{content:"";}.fa-less:before{content:"";}.fa-line:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lyft:before{content:"";}.fa-magento:before{content:"";}.fa-mailchimp:before{content:"";}.fa-mandalorian:before{content:"";}.fa-markdown:before{content:"";}.fa-mastodon:before{content:"";}.fa-maxcdn:before{content:"";}.fa-mdb:before{content:"";}.fa-medapps:before{content:"";}.fa-medium:before{content:"";}.fa-medium-m:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-megaport:before{content:"";}.fa-mendeley:before{content:"";}.fa-microblog:before{content:"";}.fa-microsoft:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mixer:before{content:"";}.fa-mizuni:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-napster:before{content:"";}.fa-neos:before{content:"";}.fa-nimblr:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-octopus-deploy:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-old-republic:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-orcid:before{content:"";}.fa-osi:before{content:"";}.fa-padlet:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-palfed:before{content:"";}.fa-patreon:before{content:"";}.fa-paypal:before{content:"";}.fa-perbyte:before{content:"";}.fa-periscope:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-php:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-square:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-pix:before{content:"";}.fa-playstation:before{content:"";}.fa-product-hunt:before{content:"";}.fa-pushed:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-quinscape:before{content:"";}.fa-quora:before{content:"";}.fa-r-project:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-reacteurope:before{content:"";}.fa-readme:before{content:"";}.fa-rebel:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redhat:before{content:"";}.fa-renren:before{content:"";}.fa-replyd:before{content:"";}.fa-researchgate:before{content:"";}.fa-resolving:before{content:"";}.fa-rev:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-rust:before{content:"";}.fa-safari:before{content:"";}.fa-salesforce:before{content:"";}.fa-sass:before{content:"";}.fa-schlix:before{content:"";}.fa-scribd:before{content:"";}.fa-searchengin:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-servicestack:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shopify:before{content:"";}.fa-shopware:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sistrix:before{content:"";}.fa-sith:before{content:"";}.fa-sitrox:before{content:"";}.fa-sketch:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack:before{content:"";}.fa-slack-hash:before{content:"";}.fa-slideshare:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-soundcloud:before{content:"";}.fa-sourcetree:before{content:"";}.fa-speakap:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-spotify:before{content:"";}.fa-square-font-awesome:before{content:"";}.fa-square-font-awesome-stroke:before{content:"";}.fa-font-awesome-alt:before{content:"";}.fa-squarespace:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-stackpath:before{content:"";}.fa-staylinked:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-strava:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-superpowers:before{content:"";}.fa-supple:before{content:"";}.fa-suse:before{content:"";}.fa-swift:before{content:"";}.fa-symfony:before{content:"";}.fa-teamspeak:before{content:"";}.fa-telegram:before{content:"";}.fa-telegram-plane:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-themeco:before{content:"";}.fa-themeisle:before{content:"";}.fa-think-peaks:before{content:"";}.fa-tiktok:before{content:"";}.fa-trade-federation:before{content:"";}.fa-trello:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-ubuntu:before{content:"";}.fa-uikit:before{content:"";}.fa-umbraco:before{content:"";}.fa-uncharted:before{content:"";}.fa-uniregistry:before{content:"";}.fa-unity:before{content:"";}.fa-unsplash:before{content:"";}.fa-untappd:before{content:"";}.fa-ups:before{content:"";}.fa-usb:before{content:"";}.fa-usps:before{content:"";}.fa-ussunnah:before{content:"";}.fa-vaadin:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-viber:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-vuejs:before{content:"";}.fa-watchman-monitoring:before{content:"";}.fa-waze:before{content:"";}.fa-weebly:before{content:"";}.fa-weibo:before{content:"";}.fa-weixin:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-whmcs:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-windows:before{content:"";}.fa-wirsindhandwerk:before{content:"";}.fa-wsh:before{content:"";}.fa-wix:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-wodu:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wpressr:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yammer:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yarn:before{content:"";}.fa-yelp:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.fa-youtube-square:before{content:"";}.fa-zhihu:before{content:"";}.blur,button:not(.navbar-toggler),.sidebar-main>.body,.server-downloadlink,.webui,.newreversefeatures,.discord>.settings,.linkbuttons,.event-calendar-schedule,.scheduled-event,.daily-reward,.jobsettings,.vdsvpsrenterbody>div>div,.vdsvpsbody>.right-side>.body,.vdsvpsbody>.servers>.server-info,.blur-child>*{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);}.blur,button:not(.navbar-toggler),.sidebar-main>.body,.server-downloadlink,.webui,.newreversefeatures,.discord>.settings,.linkbuttons,.event-calendar-schedule,.scheduled-event,.daily-reward,.jobsettings,.vdsvpsrenterbody>div>div,.vdsvpsbody>.right-side>.body,.vdsvpsbody>.servers>.server-info,.blur-child>*{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);}.vdsvpsbody{width:100%;min-width:60rem!important;height:100%;overflow:auto;display:flex;padding:0!important;}.vdsvpsbody>.servers{border-right:1px solid #aaa;min-width:18em;overflow-y:auto;}.vdsvpsbody>.servers>.server-info{margin:15px 5px;padding:10px;border:1px solid #aaa;opacity:.9;transition:all linear .2s;border-radius:10px;font-size:.9em;}.vdsvpsbody>.servers>.server-info:not(.True):hover{opacity:1;cursor:pointer;background-color:rgba(170,170,170,.3);}.vdsvpsbody>.servers>.server-info.True{opacity:1;background-color:rgba(170,170,170,.5);box-shadow:0 0 2px #e3eee9;}.vdsvpsbody>.servers>.server-info.add-new-host{font-size:1.2em;font-weight:600;padding-left:1em;}.vdsvpsbody>.servers>.server-info.add-new-host:not(.True):hover{color:#aaa;}.vdsvpsbody>.servers>.server-info table{width:100%;}.vdsvpsbody>.right-side{width:100%;display:flex;}.vdsvpsbody>.right-side>.body{width:100%;display:flex;flex-wrap:wrap;justify-content:center;overflow:auto;}.vdsvpsbody>.right-side>.body .center,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div{margin:auto;}.vdsvpsbody>.right-side>.body .side{display:flex;flex-direction:column;}.vdsvpsbody>.right-side>.body .seperator{margin:1rem;}.vdsvpsbody>.right-side>.body>div{overflow:auto;}.vdsvpsbody>.right-side>.body>.stock-info{padding:5px 0;display:flex;background-color:rgba(170,170,170,.3);width:100%;border-bottom:1px solid #aaa;}.vdsvpsbody>.right-side>.body>.stock-info>.center,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div{display:flex;flex-wrap:wrap;justify-content:center;}.vdsvpsbody>.right-side>.body>.stock-info>.center>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>div{width:200px;min-width:200px;padding:5px;margin:5px;}.vdsvpsbody>.right-side>.body>.stock-info>.center>div span>input,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>div span>input,.vdsvpsbody>.right-side>.body>.stock-info>.center>div small>input,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>div small>input{background:none;border:0;text-align:center;color:inherit;width:100%;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores{display:flex;flex-wrap:wrap;justify-content:center;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core{display:flex;width:16px;margin:2px 3px;height:10px;border-radius:2px;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core>div{width:50%;transition:all .3s;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core.half>.left,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core.half>.left,.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core.half-and-reserved>.left,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core.half-and-reserved>.left,.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core.full>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core.full>div{background-color:#aaa;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core.half-and-reserved>.right,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core.half-and-reserved>.right,.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core.half-reserved>.left,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core.half-reserved>.left,.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core.full-reserved>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core.full-reserved>div{background-color:#ffb237;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core.full,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core.full{border:1px solid #aaa;opacity:.6;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.core:not(.full),.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.core:not(.full){border:1px solid #aaa;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores>.seperator,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores>.seperator{width:100%;margin:0;padding:0;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores-info,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores-info{display:flex;justify-content:space-around;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores-info>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores-info>div{font-size:.8em;width:45%;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.core-info>.cores-info>div>span,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.core-info>.cores-info>div>span{display:block;}.vdsvpsbody>.right-side>.body>.stock-info>.center>.host-info,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.stock-info.side>div>.host-info{padding-top:0!important;}.vdsvpsbody>.right-side>.body>.stock-info .gauge-body{border:1px solid #aaa;display:flex;}.vdsvpsbody>.right-side>.body>.stock-info .gauge-body>.gauge-percent{height:35px;background-color:#aaa;transition:all .3s;}.vdsvpsbody>.right-side>.body>.stock-info .gauge-body>div>.gauge-buying{height:35px;background-color:#ffb237;transition:all .5s;}.vdsvpsbody>.right-side>.body>.stock-info .graffic-info{display:flex;justify-content:space-around;}.vdsvpsbody>.right-side>.body>.stock-info .graffic-info>div{font-size:.8em;width:45%;}.vdsvpsbody>.right-side>.body>.stock-info .graffic-info>div>span{display:block;}.vdsvpsbody>.right-side>.body>.guide{display:flex;width:100%;}.vdsvpsbody>.right-side>.body>.guide>.center,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.guide.side>div{max-width:25em;width:100%;padding:1em;padding-bottom:0;background-color:rgba(170,170,170,.2);border:1px solid #aaa;border-radius:1rem;}.vdsvpsbody>.right-side>.body>.configure{display:flex;margin-bottom:auto;}.vdsvpsbody>.right-side>.body>.configure>.center,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div{display:flex;flex:1 1 auto;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div{text-align:center;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.header,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.header,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.footer,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.footer{display:inline-block;padding:.1rem;width:100px;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.header.header,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.header.header,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.footer.header{font-size:1.2rem;font-weight:600;border:1px solid #aaa;background-color:rgba(170,170,170,.4);border-radius:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.header.footer,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.footer.footer,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.footer.footer{margin-bottom:1rem;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector{display:flex;margin-top:-1rem;margin-bottom:-1.9rem;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector:not(.hide-border)>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector:not(.hide-border)>div{border-bottom:1px solid #aaa;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div{font-size:2em;padding-top:.8rem;padding-bottom:.8rem;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div>small,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div>small{font-size:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.current,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.current{padding-left:.2em;padding-right:.2em;min-width:100px;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser{transition:all .3s;color:#eafefc;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser:not(.hide-border),.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser:not(.hide-border),.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser:not(.hide-border),.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser:not(.hide-border){border-top:1px solid #aaa;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.False>i,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser.False>i,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.False>i,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser.False>i{opacity:0;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.increaser,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser.increaser,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.increaser{border-right:1px solid #aaa;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.increaser.top-radius,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser.increaser.top-radius,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.increaser.top-radius{border-top-right-radius:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.increaser.bottom-radius,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser.increaser.bottom-radius,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.increaser.bottom-radius{border-bottom-right-radius:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.decreaser,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.decreaser,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser.decreaser{border-left:1px solid #aaa;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.decreaser.top-radius,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.decreaser.top-radius,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser.decreaser.top-radius{border-top-left-radius:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.decreaser.bottom-radius,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.decreaser.bottom-radius,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser.decreaser.bottom-radius{border-bottom-left-radius:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser>i,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser>i,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser>i,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser>i{transition:all .3s;padding-left:.6em;padding-right:.6em;padding-top:.2em;padding-bottom:.2em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.increaser.True>i:hover,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.increaser.True>i:hover,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div.decreaser.True>i:hover,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div.decreaser.True>i:hover{color:#a2b1b2;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info{width:18em;margin-top:1em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info.True>div:hover,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info.True>div:hover{background-color:rgba(242,225,178,.3);cursor:pointer;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info.False>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info.False>div{cursor:not-allowed;opacity:.3;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div{border:1px solid #aaa;padding:.2rem 1rem;display:flex;justify-content:space-between;transition:all .3s;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div>.left,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div>.left{line-height:3em;font-weight:600;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div>.right,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div>.right{text-align:right;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div>.right>.non-discount,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div>.right>.non-discount{text-decoration:line-through;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div>.right>.discount,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div>.right>.discount{color:#b5e8c7;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div>.right>.money,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div>.right>.money{color:#ffd320;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div+div,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div+div{border-top-width:0;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div:first-child,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div:first-child{border-top-left-radius:.5em;border-top-right-radius:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div:last-child,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div:last-child{border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;}.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.cpu-shared,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.cpu-shared{margin-top:-1em;}.vdsvpsbody>.right-side>.body>.installation-support{display:flex;padding-top:1em;width:100%;}.vdsvpsbody>.right-side>.body>.installation-support>.center,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div{max-width:25em;padding:1em;padding-bottom:0;border-radius:.5rem;transition:all .2s;}.vdsvpsbody>.right-side>.body>.installation-support>.center .price,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div .price{transition:all .2s;}.vdsvpsbody>.right-side>.body>.installation-support>.center:not(.True),.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div:not(.True){background-color:rgba(255,211,32,.3);border:1px solid #ffd320;}.vdsvpsbody>.right-side>.body>.installation-support>.center:not(.True) .price,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div:not(.True) .price{color:#aaa;}.vdsvpsbody>.right-side>.body>.installation-support>.center:not(.True):hover,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div:not(.True):hover{background-color:rgba(255,211,32,.2);border-color:#b5e8c7;box-shadow:0 0 5px 2px #b5e8c7;}.vdsvpsbody>.right-side>.body>.installation-support>.center:not(.True):hover .price,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div:not(.True):hover .price{color:#b5e8c7;}.vdsvpsbody>.right-side>.body>.installation-support>.center.True,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div.True{background-color:rgba(181,232,199,.3);border:1px solid #b5e8c7;}.vdsvpsbody>.right-side>.body>.installation-support>.center.True .price,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div.True .price,.vdsvpsbody>.right-side>.body>.installation-support>.center.True strong,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div.True strong{color:#ffd320;}.vdsvpsbody>.right-side>.body>.installation-support>.center.True:hover,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div.True:hover{border-color:#ffd320;box-shadow:0 0 5px 2px #ffd320;}.vdsvpsbody>.right-side>.body>.installation-support>.center:hover,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div:hover{cursor:pointer;}.vdsvpsbody>.right-side>.body>.installation-support>.center>.price,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.installation-support.side>div>.price{float:right;font-weight:600;font-size:1.4em;}.blur,button:not(.navbar-toggler),.sidebar-main>.body,.server-downloadlink,.webui,.newreversefeatures,.discord>.settings,.linkbuttons,.event-calendar-schedule,.scheduled-event,.daily-reward,.jobsettings,.vdsvpsrenterbody>div>div,.vdsvpsbody>.servers>.server-info,.vdsvpsbody>.right-side>.body,.blur-child>*{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);}.vdsvpsrenterbody>div{display:flex;margin-top:15px;margin-bottom:15px;}.vdsvpsrenterbody>div>div{border:1px solid #aaa;padding:1em;}.vdsvpsrenterbody>div>div .configuration>table{margin-top:.3em;border-top:1px solid #aaa;width:100%;}.vdsvpsrenterbody>div>div .configuration>table .strong{border-right:1px solid #aaa;width:auto;}.vdsvpsrenterbody>div>div .configuration>table td{padding:0 .6em;}.vdsvpsrenterbody>div>div .configuration>table td i{width:1.5em;text-align:center;}.vdsvpsrenterbody>div>div .configuration>table td span{font-size:1.2em;font-weight:600;}.vdsvpsrenterbody>div>div .configuration>table td.small{font-size:.7em;line-height:1em;padding-top:.4em;padding-bottom:.4em;}.vdsvpsrenterbody>div>div .configuration>table td.small small{font-size:.7em;line-height:1em;}.vdsvpsrenterbody>div>div .configuration>table td:last-child{max-width:6em;}.vdsvpsrenterbody>div>div .configuration>table tr:first-child>td{padding-top:.4em;}.vdsvpsrenterbody>div>div .prices{display:flex;}.vdsvpsrenterbody>div>div .prices>div{padding:.2em;font-size:1.2em;letter-spacing:.05em;}.vdsvpsrenterbody>div>div .prices>div.reduced{color:#b5e8c7;}.vdsvpsrenterbody>div>div .prices .secondary,.vdsvpsrenterbody>div>div .prices .vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.footer.footer,.vdsvpsrenterbody>div>div .prices .vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.footer.footer,.vdsvpsrenterbody>div>div .prices .vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div>small,.vdsvpsrenterbody>div>div .prices .vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div>small,.vdsvpsrenterbody>div>div .prices .vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div>.right>.non-discount,.vdsvpsrenterbody>div>div .prices .vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div>.right>.non-discount{opacity:.6;font-size:.85em;letter-spacing:0;}.vdsvpsrenterbody>div>div .price-info{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:17em;margin-top:1em;}.vdsvpsrenterbody>div>div .price-info>div{width:48%;border:1px solid #aaa;text-align:center;margin-top:5px;padding:2px;line-height:1em;transition:all .3s;}.vdsvpsrenterbody>div>div .price-info>div .non-discount{text-decoration:line-through;opacity:.6;}.vdsvpsrenterbody>div>div .price-info>div .discount{opacity:.6;}.vdsvpsrenterbody>div>div .price-info>div .discount>:not(.secondary){color:#b5ff56;}.vdsvpsrenterbody>div>div .price-info>div .money{color:#ffb237;}.vdsvpsrenterbody>div>div .price-info>div:hover{background-color:rgba(255,178,55,.3);cursor:pointer;}.vdsvpsrenterbody>div>div .ready{min-width:16em;max-width:22em;height:100%;}.vdsvpsrenterbody>div>div .ready .info-to-user{white-space:pre;width:100%;}.vdsvpsrenterbody>div>div .ready .info-to-user td{padding:.4em .5em;}.vdsvpsrenterbody>div>div .ready .info-to-user .password{color:#aaa;background-color:#aaa;transition:all .3s;transition-delay:0;}.vdsvpsrenterbody>div>div .ready .info-to-user .password:hover{color:rgba(170,170,170,.6);background-color:inherit;transition:all 2s;}.vdsvpsrenterbody>div>div .ready .info-to-user td:first-child{border-right:1px solid #aaa;font-size:.8em;font-weight:bold;}.vdsvpsrenterbody>div>div .ready .info-to-user td:first-child i{width:1.5em;text-align:center;}.vdsvpsrenterbody>div>div .ready .info-to-user td:last-child:not(.note){font-family:Consolas;cursor:text;border-bottom:1px solid #aaa;}.vdsvpsrenterbody>div>div .not-ready{display:flex;flex-direction:column;justify-content:center;text-align:center;min-width:16em;height:100%;background-color:rgba(255,96,96,.1);}.vdsvpsrenterbody>div>div .admin{max-width:20em;}.vdsvpsrenterbody>div>div .admin .row{margin-left:-5px!important;margin-right:-5px!important;}.vdsvpsrenterbody>div>div .admin .row .col-1,.vdsvpsrenterbody>div>div .admin .row .col-2,.vdsvpsrenterbody>div>div .admin .row .col-3,.vdsvpsrenterbody>div>div .admin .row .col-4,.vdsvpsrenterbody>div>div .admin .row .col-5,.vdsvpsrenterbody>div>div .admin .row .col-6,.vdsvpsrenterbody>div>div .admin .row .col-7,.vdsvpsrenterbody>div>div .admin .row .col-8,.vdsvpsrenterbody>div>div .admin .row .col-9,.vdsvpsrenterbody>div>div .admin .row .col-10,.vdsvpsrenterbody>div>div .admin .row .col-11,.vdsvpsrenterbody>div>div .admin .row .col-12,.vdsvpsrenterbody>div>div .admin .row .col,.vdsvpsrenterbody>div>div .admin .row .col-auto,.vdsvpsrenterbody>div>div .admin .row .col-sm-1,.vdsvpsrenterbody>div>div .admin .row .col-sm-2,.vdsvpsrenterbody>div>div .admin .row .col-sm-3,.vdsvpsrenterbody>div>div .admin .row .col-sm-4,.vdsvpsrenterbody>div>div .admin .row .col-sm-5,.vdsvpsrenterbody>div>div .admin .row .col-sm-6,.vdsvpsrenterbody>div>div .admin .row .col-sm-7,.vdsvpsrenterbody>div>div .admin .row .col-sm-8,.vdsvpsrenterbody>div>div .admin .row .col-sm-9,.vdsvpsrenterbody>div>div .admin .row .col-sm-10,.vdsvpsrenterbody>div>div .admin .row .col-sm-11,.vdsvpsrenterbody>div>div .admin .row .col-sm-12,.vdsvpsrenterbody>div>div .admin .row .col-sm,.vdsvpsrenterbody>div>div .admin .row .col-sm-auto,.vdsvpsrenterbody>div>div .admin .row .col-md-1,.vdsvpsrenterbody>div>div .admin .row .col-md-2,.vdsvpsrenterbody>div>div .admin .row .col-md-3,.vdsvpsrenterbody>div>div .admin .row .col-md-4,.vdsvpsrenterbody>div>div .admin .row .col-md-5,.vdsvpsrenterbody>div>div .admin .row .col-md-6,.vdsvpsrenterbody>div>div .admin .row .col-md-7,.vdsvpsrenterbody>div>div .admin .row .col-md-8,.vdsvpsrenterbody>div>div .admin .row .col-md-9,.vdsvpsrenterbody>div>div .admin .row .col-md-10,.vdsvpsrenterbody>div>div .admin .row .col-md-11,.vdsvpsrenterbody>div>div .admin .row .col-md-12,.vdsvpsrenterbody>div>div .admin .row .col-md,.vdsvpsrenterbody>div>div .admin .row .col-md-auto,.vdsvpsrenterbody>div>div .admin .row .col-lg-1,.vdsvpsrenterbody>div>div .admin .row .col-lg-2,.vdsvpsrenterbody>div>div .admin .row .col-lg-3,.vdsvpsrenterbody>div>div .admin .row .col-lg-4,.vdsvpsrenterbody>div>div .admin .row .col-lg-5,.vdsvpsrenterbody>div>div .admin .row .col-lg-6,.vdsvpsrenterbody>div>div .admin .row .col-lg-7,.vdsvpsrenterbody>div>div .admin .row .col-lg-8,.vdsvpsrenterbody>div>div .admin .row .col-lg-9,.vdsvpsrenterbody>div>div .admin .row .col-lg-10,.vdsvpsrenterbody>div>div .admin .row .col-lg-11,.vdsvpsrenterbody>div>div .admin .row .col-lg-12,.vdsvpsrenterbody>div>div .admin .row .col-lg,.vdsvpsrenterbody>div>div .admin .row .col-lg-auto,.vdsvpsrenterbody>div>div .admin .row .col-xl-1,.vdsvpsrenterbody>div>div .admin .row .col-xl-2,.vdsvpsrenterbody>div>div .admin .row .col-xl-3,.vdsvpsrenterbody>div>div .admin .row .col-xl-4,.vdsvpsrenterbody>div>div .admin .row .col-xl-5,.vdsvpsrenterbody>div>div .admin .row .col-xl-6,.vdsvpsrenterbody>div>div .admin .row .col-xl-7,.vdsvpsrenterbody>div>div .admin .row .col-xl-8,.vdsvpsrenterbody>div>div .admin .row .col-xl-9,.vdsvpsrenterbody>div>div .admin .row .col-xl-10,.vdsvpsrenterbody>div>div .admin .row .col-xl-11,.vdsvpsrenterbody>div>div .admin .row .col-xl-12,.vdsvpsrenterbody>div>div .admin .row .col-xl,.vdsvpsrenterbody>div>div .admin .row .col-xl-auto{padding-left:5px!important;padding-right:5px!important;display:flex;flex-direction:column;justify-content:flex-end;}.vdsvpsrenterbody>div>div .admin .configure-info{padding:.5em;margin-bottom:.5em;border:1px solid #aaa;background-color:rgba(170,170,170,.2);border-radius:5px;}.vdsvpsrenterbody>div>div .admin .configure-info h6{font-size:.7em;font-weight:600;line-height:.9em;}.vdsvpsrenterbody>div>div .admin .configure-info>.code{word-wrap:break-word;max-width:100%;border:1px solid #aaa;background-color:rgba(170,170,170,.2);border-radius:3px;padding:.1em .5em;line-height:1em;}.vdsvpsrenterbody>div>div .admin .configure-info>.code code{color:#fad1a4;cursor:text;}.vdsvpsrenterbody>div>div .admin .configure-info>.code code::selection{background-color:#a2b1b2;}.vdsvpsrenterbody>div>div .admin.textarea{display:flex;flex-direction:column;justify-content:space-around;}.vdsvpsrenterbody>div>div .admin textarea{min-height:8em;}.textbox-clear{background:none;border:0;color:inherit;font-weight:inherit;letter-spacing:inherit;}@font-face{font-family:"PauraqueSerifRoughRegular-VRVw";src:url("../addon/webfonts/PauraqueSerifRoughRegular-VRVw.ttf") format("truetype");}@font-face{font-family:"ArialBlack";src:url("../addon/webfonts/arialblack.ttf") format("truetype");}@keyframes blinker{50%{opacity:0;}}@keyframes typing{from{width:0;}to{width:100%;}}@keyframes blink-caret{from,to{border-color:transparent;}50%{border-color:#ffa500;}}@media(max-width:600px){html,body{font-size:12px;}}@media(min-width:601px) and (max-width:1024px){html,body{font-size:13px;}}@media(min-width:1025px) and (max-width:1600px){html,body{font-size:14px;}}@media(min-width:1601){html,body{font-size:16px;}}.welcome-page{padding-top:2em;}.welcome-page .control-panel-link:not(:hover){color:#007bff!important;}.welcome-page .card{background-color:rgba(255,165,0,.1960784314);}.welcome-page .card .server-specs{margin-bottom:1em;}.welcome-page .card .server-specs th{padding-right:1em;border-right:1px solid rgba(255,255,255,.0941176471);}.welcome-page .card .server-specs td{padding-left:1em;}.welcome-page .card .card-text{font-size:.9em;}.welcome-page .card .price-info{color:#b5e8c7;}.welcome-page .container>img{max-width:100%;margin-bottom:3em;border:1px solid rgba(255,255,255,.0941176471);border-radius:3em;display:block;}.welcome-page img{pointer-events:none;}.jobsettings{border:1px solid #aaa;border-radius:5px;}.daily-reward{border:1px solid #aaa;border-radius:5px;max-width:40em;padding-bottom:2em!important;}.daily-reward>h5{font-weight:600;text-align:center;color:#aaa;}.daily-reward>span{font-size:.9em;display:block;text-align:center;margin-bottom:.5em;color:#fad1a4;padding-top:1.5em;}.daily-reward>.day{display:flex;margin:0 -5px;max-width:30em;margin:auto;}.daily-reward>.day>div{margin:-5px 5px;}.daily-reward>.day>.code{width:100%;}.event-calendar-master{display:flex;justify-content:center;flex-wrap:wrap;}.event-calendar-master>div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1em;}.event-calendar-master>div>div{padding-bottom:2em;}.event-calendar-master>div>button{margin-top:-2em;border-radius:.5em;transition:all .2s;}.event-calendar-master>button{margin:.5em!important;display:flex;flex-direction:column;justify-content:center;align-items:center;height:6em;width:8em;transition:all .2s;}.event-calendar-master>button>*{display:block;}.event-calendar-master>button>i{padding-top:10px;}.event-calendar-master>button>span{word-wrap:break-word;margin-bottom:auto;font-size:.9em;}.event-calendar-master>button>i{font-size:2em;margin-bottom:.2em;}.event-calendar-master>button:hover,.event-calendar-master>button.active{margin:.25em .5em!important;height:6.5em;width:8em;background-color:rgba(0,0,7,.72);border-radius:1em;}.event-calendar-master>button:hover.active,.event-calendar-master>button.active.active{color:#b5e8c7!important;border-color:#b5e8c7!important;}.scheduled-event{margin-top:1em;margin-bottom:1em;border:3px solid #aaa;border-radius:1em;min-width:10em;min-height:5em;display:flex;justify-content:center;flex-wrap:wrap;padding:.5em;}.scheduled-event h6{color:#aaa;margin-top:.5em;margin-bottom:0;}.scheduled-event>div{margin-left:.5em;margin-right:.5em;margin-top:.5em;}.scheduled-event>div.overflow-auto{height:20em;min-width:13em;overflow-x:hidden!important;}.scheduled-event>div>.weekdays{display:flex;flex-wrap:wrap;justify-content:space-between;}.scheduled-event>div>.weekdays .CheckBox{min-width:initial!important;}.scheduled-event>div.schedule-list{max-width:24em;position:relative;}.scheduled-event>div.schedule-list>.schedule{border:1px solid rgba(170,170,170,.3);margin-bottom:5px;padding:5px;display:flex;flex-wrap:wrap;}.scheduled-event>div.schedule-list>.schedule>.timeofday{font-weight:600;color:#ffd320;}.scheduled-event>div.schedule-list>.schedule>.duration{font-size:.8em;color:#b5e8c7;margin-left:10px;}.scheduled-event>div.schedule-list>.schedule>.weekdays{width:100%;color:#aaa;}.scheduled-event>div.schedule-list>.schedule>.weekdays>.false{text-decoration:line-through;opacity:.5;}.scheduled-event>div.schedule-list>.schedule>.weekdays>.everyday{color:#b5e8c7;font-weight:600;}.scheduled-event>div.schedule-list>.schedule>.remove{position:absolute;right:1em;font-size:1.2em;font-weight:600;transition:all .2s;color:#aaa;}.scheduled-event>div.schedule-list>.schedule>.remove:hover{font-size:1.4em;right:.8em;color:#ff6060;cursor:pointer;}.scheduled-event .TextBox,.scheduled-event .TextArea,.scheduled-event .DateTimePicker{max-width:14em;}.scheduled-event .TextBox.mt-0,.scheduled-event .TextArea.mt-0,.scheduled-event .DateTimePicker.mt-0{margin-top:-1em!important;}.scheduled-event .TextBox textarea,.scheduled-event .TextArea textarea,.scheduled-event .DateTimePicker textarea{min-height:8em;}.event-calendar-schedule{border:2px solid #aaa;display:flex;padding:0!important;width:100%;max-width:30rem;height:22rem;}.event-calendar-schedule>.weekdays{padding:.3em;display:flex;flex-direction:column;justify-content:space-around;}.event-calendar-schedule>.weekdays>div{text-align:center;padding:.2em 1em;transition:all .3s;border-radius:.7em;}.event-calendar-schedule>.weekdays>div:not(.true):hover{background-color:rgba(181,232,199,.6);cursor:pointer;}.event-calendar-schedule>.weekdays>div.true{border-radius:.3em;background-color:#046cc0;}.event-calendar-schedule>.schedule-list{background-color:rgba(68,68,68,.3)!important;width:100%;height:100%;overflow:auto;padding:.3em;word-wrap:break-word;display:flex;flex-direction:column;}.event-calendar-schedule>.schedule-list>.clear{width:auto;margin:auto;color:#aaa;}.event-calendar-schedule>.schedule-list>.schedule{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(170,170,170,.4);margin-bottom:.3em;padding:.1em .3em;}.event-calendar-schedule>.schedule-list>.schedule>.name,.event-calendar-schedule>.schedule-list>.schedule .area{min-width:50%;}.event-calendar-schedule>.schedule-list>.schedule>.time,.event-calendar-schedule>.schedule-list>.schedule .duration{min-width:30%;}.event-calendar-schedule>.schedule-list>.schedule>.time{font-weight:600;color:#ffd320;}.event-calendar-schedule>.schedule-list>.schedule>.duration{font-size:.8em;color:#b5e8c7;}.event-calendar-schedule>.schedule-list>.schedule>.name{color:#e8ffe1;}.event-calendar-schedule>.schedule-list>.schedule>.area{color:#aaa;}.event-calendar-schedule>.schedule-list *{word-wrap:break-word;}.linkbuttons{border:1px solid #aaa;border-radius:.5em;}.linkbuttons i{font-size:1.5em;width:2em;}.linkbuttons small{color:#ffd320;}.discord{max-width:100%;}.discord>.settings{width:100%;border:1px solid #aaa;border-radius:8px;margin-bottom:1em;padding:1em;}.discord>.settings p{margin-top:1em;margin-bottom:.5em;font-weight:600;color:#ffd320;max-width:40em;}.discord>.settings .image-container{border:1px solid #aaa;overflow-x:auto;overflow-y:hidden;max-height:10em;text-align:center;opacity:.4;transition:all .3s ease-out;}.discord>.settings .image-container:hover{opacity:1;max-height:50em;}.discord>.example{background-color:rgba(57,58,58,.95);border:1px solid #aaa;border-radius:8px;padding:1em;overflow:auto;text-align:right;}.newreversefeatures{border:1px solid #aaa;border-radius:8px;max-width:100%;}.webui{border:1px solid #aaa;border-radius:8px;max-width:100%;}.rowpad-5px.row-5,.colpad-5px.row-5{margin-left:-5px!important;margin-right:-5px!important;}.rowpad-5px .col-1,.rowpad-5px .col-2,.rowpad-5px .col-3,.rowpad-5px .col-4,.rowpad-5px .col-5,.rowpad-5px .col-6,.rowpad-5px .col-7,.rowpad-5px .col-8,.rowpad-5px .col-9,.rowpad-5px .col-10,.rowpad-5px .col-11,.rowpad-5px .col-12,.rowpad-5px .col,.rowpad-5px .col-auto,.rowpad-5px .col-sm-1,.rowpad-5px .col-sm-2,.rowpad-5px .col-sm-3,.rowpad-5px .col-sm-4,.rowpad-5px .col-sm-5,.rowpad-5px .col-sm-6,.rowpad-5px .col-sm-7,.rowpad-5px .col-sm-8,.rowpad-5px .col-sm-9,.rowpad-5px .col-sm-10,.rowpad-5px .col-sm-11,.rowpad-5px .col-sm-12,.rowpad-5px .col-sm,.rowpad-5px .col-sm-auto,.rowpad-5px .col-md-1,.rowpad-5px .col-md-2,.rowpad-5px .col-md-3,.rowpad-5px .col-md-4,.rowpad-5px .col-md-5,.rowpad-5px .col-md-6,.rowpad-5px .col-md-7,.rowpad-5px .col-md-8,.rowpad-5px .col-md-9,.rowpad-5px .col-md-10,.rowpad-5px .col-md-11,.rowpad-5px .col-md-12,.rowpad-5px .col-md,.rowpad-5px .col-md-auto,.rowpad-5px .col-lg-1,.rowpad-5px .col-lg-2,.rowpad-5px .col-lg-3,.rowpad-5px .col-lg-4,.rowpad-5px .col-lg-5,.rowpad-5px .col-lg-6,.rowpad-5px .col-lg-7,.rowpad-5px .col-lg-8,.rowpad-5px .col-lg-9,.rowpad-5px .col-lg-10,.rowpad-5px .col-lg-11,.rowpad-5px .col-lg-12,.rowpad-5px .col-lg,.rowpad-5px .col-lg-auto,.rowpad-5px .col-xl-1,.rowpad-5px .col-xl-2,.rowpad-5px .col-xl-3,.rowpad-5px .col-xl-4,.rowpad-5px .col-xl-5,.rowpad-5px .col-xl-6,.rowpad-5px .col-xl-7,.rowpad-5px .col-xl-8,.rowpad-5px .col-xl-9,.rowpad-5px .col-xl-10,.rowpad-5px .col-xl-11,.rowpad-5px .col-xl-12,.rowpad-5px .col-xl,.rowpad-5px .col-xl-auto,.colpad-5px .col-1,.colpad-5px .col-2,.colpad-5px .col-3,.colpad-5px .col-4,.colpad-5px .col-5,.colpad-5px .col-6,.colpad-5px .col-7,.colpad-5px .col-8,.colpad-5px .col-9,.colpad-5px .col-10,.colpad-5px .col-11,.colpad-5px .col-12,.colpad-5px .col,.colpad-5px .col-auto,.colpad-5px .col-sm-1,.colpad-5px .col-sm-2,.colpad-5px .col-sm-3,.colpad-5px .col-sm-4,.colpad-5px .col-sm-5,.colpad-5px .col-sm-6,.colpad-5px .col-sm-7,.colpad-5px .col-sm-8,.colpad-5px .col-sm-9,.colpad-5px .col-sm-10,.colpad-5px .col-sm-11,.colpad-5px .col-sm-12,.colpad-5px .col-sm,.colpad-5px .col-sm-auto,.colpad-5px .col-md-1,.colpad-5px .col-md-2,.colpad-5px .col-md-3,.colpad-5px .col-md-4,.colpad-5px .col-md-5,.colpad-5px .col-md-6,.colpad-5px .col-md-7,.colpad-5px .col-md-8,.colpad-5px .col-md-9,.colpad-5px .col-md-10,.colpad-5px .col-md-11,.colpad-5px .col-md-12,.colpad-5px .col-md,.colpad-5px .col-md-auto,.colpad-5px .col-lg-1,.colpad-5px .col-lg-2,.colpad-5px .col-lg-3,.colpad-5px .col-lg-4,.colpad-5px .col-lg-5,.colpad-5px .col-lg-6,.colpad-5px .col-lg-7,.colpad-5px .col-lg-8,.colpad-5px .col-lg-9,.colpad-5px .col-lg-10,.colpad-5px .col-lg-11,.colpad-5px .col-lg-12,.colpad-5px .col-lg,.colpad-5px .col-lg-auto,.colpad-5px .col-xl-1,.colpad-5px .col-xl-2,.colpad-5px .col-xl-3,.colpad-5px .col-xl-4,.colpad-5px .col-xl-5,.colpad-5px .col-xl-6,.colpad-5px .col-xl-7,.colpad-5px .col-xl-8,.colpad-5px .col-xl-9,.colpad-5px .col-xl-10,.colpad-5px .col-xl-11,.colpad-5px .col-xl-12,.colpad-5px .col-xl,.colpad-5px .col-xl-auto{padding-left:5px!important;padding-right:5px!important;}.strong{font-weight:700;}.line-through{text-decoration:line-through;}.grid-dps .row,.grid-dps.row{margin:-5px;}.grid-dps .row>.col,.grid-dps .row>.col-auto,.grid-dps.row>.col,.grid-dps.row>.col-auto{padding:5px;}.grid-dps>.col-auto{width:20em;}.grid-dps>.col-auto>div{border:1px solid #aaa;padding:15px;}.grid-dps>.col-auto>div>h4{letter-spacing:.1em;font-weight:700;color:#aaa;}.grid-dps>.col-auto>div>.CheckBox{z-index:3;position:relative;}.grid-dps>.col-auto>div .for-childcontent{border:1px solid rgba(170,170,170,.5);padding:8px;margin-left:-8px;margin-right:-8px;margin-top:-2em;padding-top:1.5em;z-index:2;position:relative;}.color-jobname{color:#b5ff56;}.color-jobname-important{color:#b5ff56!important;}.transparent{opacity:0;}.maxwidth-30em{max-width:30em;}.tabbed-header{display:flex;}.tabbed-header>div{padding:.1em 1em .1em .5em;border:1px solid #666;color:#e3eee9;background-color:rgba(102,102,102,.7);font-size:.8em;border-radius:.4em 1em 0 0;}.tabbed-header>div:not(.tabbed-header>div.enabled){opacity:.4;}.tabbed-header>div.active{border-color:#046cc0;color:#fff;background-color:rgba(4,108,192,.7);}.prettyprint{background-color:rgba(131,104,62,.3)!important;border:1px solid #aaa;padding:1em;}.developer-command-info{border-left:1px solid;border-right:1px solid;border-bottom:1px solid;border-radius:15px;margin-bottom:1em;transition:all .3s;border-color:#aaa;}.developer-command-info .row{margin-left:-5px;margin-right:-5px;}.developer-command-info .row>.col-auto{padding-left:5px;padding-right:5px;}.developer-command-info img{max-width:100%;}.developer-command-info:not(.developer-command-info:hover){opacity:.85;}.developer-command-info>*{padding:.5em 1em;}.developer-command-info>.head{border-top:1px solid;border-bottom:1px solid;border-radius:15px;transition:all .3s;border-color:#b5e8c7;background-color:rgba(170,170,170,.2);cursor:pointer;}.developer-command-info>.head>p{margin-left:1em;font-size:.9em;margin-top:.5em;color:#f2e1b2;}.developer-command-info>.body{display:none;}.developer-command-info>.body>form>.row>.col-auto>.TextBox{width:8em;}.developer-command-info>.body>form>.row>.col-auto>.TextBox.AsNotDisabled{width:14em;}.developer-command-info>.body>form>.row>.col-auto>.ColorSelector{max-width:14em;}.developer-command-info>.body>form>.row>.col-auto>button{min-width:0!important;width:4em;}.developer-command-info>.example{display:none;}.arial{font-family:Arial!important;}.color-picker-header{display:none!important;}.childmargin-h15>*{margin-top:15px;margin-bottom:15px;}.user-card{width:250px;background-color:#000;border-radius:4px;display:flex;justify-content:space-between;flex-direction:column;}.user-card>*{padding:10px 15px;}.user-card.True{border:1px solid #b5e8c7;}.user-card.False{border:1px solid #aaa;}.user-card .head{display:flex;justify-content:space-between;min-height:2.5em;background-color:rgba(68,68,68,.3);}.user-card .foot{display:flex;justify-content:space-between;min-height:2.5em;background-color:rgba(68,68,68,.3);padding-top:5px;padding-bottom:5px;}.credit-card{width:300px;background-color:#000;border:1px solid #aaa;border-radius:4px;padding:15px;display:flex;flex-direction:column;justify-content:space-between;}.credit-card .head{font-size:20px;display:flex;justify-content:space-between;}.credit-card .number{font-size:16px!important;display:flex;justify-content:space-between;margin-left:-5px;margin-right:-5px;}.credit-card .number>div{margin-left:5px;margin-right:5px;}.credit-card .number input{font-weight:800!important;}.credit-card .footer{font-size:12px;display:flex;justify-content:space-between;}.credit-card .footer input{font-weight:600!important;}.credit-card .band-top{margin-left:-15px;margin-right:-15px;background-color:#666;height:40px;}.credit-card .band-middle{width:70%;display:flex;background-color:#444;font-size:14px;}.credit-card .band-middle>div{margin-left:auto;width:4em;margin-top:-20px;margin-bottom:10px;}.credit-card .band-bottom{margin-top:20px;height:20px;margin-left:-15px;margin-right:-15px;background-color:#888;}.paytr-iframe{transition:all .5s;filter:invert(1) grayscale(1);border:1px solid #aaa;max-width:1000px;}.paytr-iframe iframe{transition:all .5s;}.console{display:flex;padding-bottom:0!important;overflow:auto;}.console>div{border:1px solid #aaa;width:100%;height:100%;overflow:auto;}.console>div table{border:0!important;}.console>div table tbody{border:0!important;font-weight:bold!important;}.console>div table tbody .d{vertical-align:top;white-space:pre-line;}@media(min-width:750.1px){.console>div table tbody .d{white-space:nowrap!important;}}.console>div table tbody .v{white-space:pre-line;width:100%;}.charinfo-blocks tr.more>td{font-size:.8em;border-bottom:1px solid #aaa;}.charinfo-blocks tr.more>td .CheckBox{display:inline-block!important;margin-top:.3em!important;margin-bottom:.7em!important;margin-left:.5em!important;}.ip-hwid-blocks>.adder{display:flex;flex-direction:column;}.ip-hwid-blocks>.adder>.inputs-area{display:flex;}.ip-hwid-blocks>.blocks{flex:1;padding-right:0!important;padding-left:0!important;}.ip-hwid-blocks>.blocks tr.more>td{font-size:.8em;border-bottom:1px solid #aaa;}.ip-hwid-blocks>.blocks tr.more>td .CheckBox{display:inline-block!important;margin-top:.3em!important;margin-bottom:.7em!important;margin-left:.5em!important;}@media(max-width:800px),(min-width:1025px) and (max-width:1260px){.ip-hwid-blocks{flex-direction:column!important;}.ip-hwid-blocks>.adder{margin-top:-2em!important;width:100%;}}@media(max-width:800px) and (max-width:500px),(min-width:1025px) and (max-width:1260px) and (max-width:500px){.ip-hwid-blocks>.adder{padding-left:0!important;padding-right:0!important;}}@media(max-width:800px),(min-width:1025px) and (max-width:1260px){.ip-hwid-blocks>.adder>.inputs-area{width:100%;}.ip-hwid-blocks>.adder>.inputs-area>.TextArea{min-width:10em;}.ip-hwid-blocks>.adder>.inputs-area>.inputs{padding-left:1em;display:flex;flex-direction:column;width:100%;}.ip-hwid-blocks>.adder>.inputs-area>.inputs .DateTimePicker-Form,.ip-hwid-blocks>.adder>.inputs-area>.inputs button{max-width:14em;}.ip-hwid-blocks>.adder>.inputs-area>.inputs>button{margin-top:auto!important;width:100%!important;}.ip-hwid-blocks>.adder .TextArea>textarea{min-height:9em;}.ip-hwid-blocks>.adder>.checkboxes>.CheckBox{display:inline-block;min-width:12em;margin-top:.25em!important;}.ip-hwid-blocks>.blocks{margin-top:1em!important;width:100%;}}@media(min-width:800.1px) and (max-width:1024.9px),(min-width:1260.1px){.ip-hwid-blocks{flex-direction:row!important;}.ip-hwid-blocks>.adder{margin-top:-1em!important;height:100%;width:1em;}.ip-hwid-blocks>.adder>.inputs-area{flex-direction:column;}.ip-hwid-blocks>.adder>.inputs-area>.inputs>button{width:100%;}.ip-hwid-blocks>.adder>.checkboxes>.CheckBox{display:block;margin-top:.25em!important;}.ip-hwid-blocks>.adder .TextArea>textarea{min-height:10em;}.ip-hwid-blocks>.blocks{height:100%;overflow:auto;}}.debug{border:1px solid rgba(227,238,233,.3);}.debug *{border:1px solid rgba(227,238,233,.3);}.small{font-size:.8em;}.whitespace-preline{white-space:pre-line;}.color-guildname{color:#ffb237;}.child-d-inline-block>*{display:inline-block!important;}.checkbox-group{padding-top:1rem;}.checkbox-group>*{margin:0!important;min-width:12rem;}.leftright-table{font-size:.9em;}.leftright-table .left{color:#888;text-align:right;white-space:nowrap;}.leftright-table .right{font-weight:500;width:100%;}.leftright-table td{padding:.2em .3em;}@media(max-width:750px),(min-width:1025px) and (max-width:1258px){.region-world-panel,.char-manage-panel{display:block!important;}.region-world-panel>.group-names,.region-world-panel>.char-names,.char-manage-panel>.group-names,.char-manage-panel>.char-names{height:20rem!important;width:100%;overflow:auto;}.region-world-panel>.group-settings,.region-world-panel>.char-panel,.char-manage-panel>.group-settings,.char-manage-panel>.char-panel{margin-top:1rem!important;width:100%;}.region-world-panel>.group-settings .info,.region-world-panel>.char-panel .info,.char-manage-panel>.group-settings .info,.char-manage-panel>.char-panel .info{margin-top:1rem;}.region-world-panel>.char-panel.hasvalue,.char-manage-panel>.char-panel.hasvalue{border:1px solid #aaa;}}@media(min-width:750.1px) and (max-width:1024.9px),(min-width:1258.1px){.region-world-panel,.char-manage-panel{flex-direction:row!important;}.region-world-panel>.group-names,.region-world-panel>.char-names,.char-manage-panel>.group-names,.char-manage-panel>.char-names{height:100%;overflow:auto;}.region-world-panel>.group-names .remove,.region-world-panel>.char-names .remove,.char-manage-panel>.group-names .remove,.char-manage-panel>.char-names .remove{width:1rem;text-align:right;font-size:.7em!important;}.region-world-panel>.group-settings,.region-world-panel>.char-panel,.char-manage-panel>.group-settings,.char-manage-panel>.char-panel{margin-left:1rem!important;width:100%;height:100%;overflow:auto;}.region-world-panel>.group-settings.hasvalue,.region-world-panel>.char-panel.hasvalue,.char-manage-panel>.group-settings.hasvalue,.char-manage-panel>.char-panel.hasvalue{border:1px solid #aaa;}.region-world-panel>.group-settings>.settings-body,.region-world-panel>.char-panel>.settings-body,.char-manage-panel>.group-settings>.settings-body,.char-manage-panel>.char-panel>.settings-body{display:flex;}.region-world-panel>.group-settings>.settings-body>.settings,.region-world-panel>.char-panel>.settings-body>.settings,.char-manage-panel>.group-settings>.settings-body>.settings,.char-manage-panel>.char-panel>.settings-body>.settings{width:100%;}.region-world-panel>.group-settings>.settings-body>.settings .inputs,.region-world-panel>.char-panel>.settings-body>.settings .inputs,.char-manage-panel>.group-settings>.settings-body>.settings .inputs,.char-manage-panel>.char-panel>.settings-body>.settings .inputs{max-width:15rem;}.region-world-panel>.group-settings>.settings-body>.info,.region-world-panel>.char-panel>.settings-body>.info,.char-manage-panel>.group-settings>.settings-body>.info,.char-manage-panel>.char-panel>.settings-body>.info{width:30rem;margin-left:1rem;}}.region-world-panel>.group-names,.region-world-panel>.char-names,.char-manage-panel>.group-names,.char-manage-panel>.char-names{border:1px solid #aaa;padding:0!important;}.region-world-panel>.group-names>a,.region-world-panel>.char-names>a,.char-manage-panel>.group-names>a,.char-manage-panel>.char-names>a{display:block;padding:0 .8em;line-height:3em;}.region-world-panel>.group-names>a.active,.region-world-panel>.char-names>a.active,.char-manage-panel>.group-names>a.active,.char-manage-panel>.char-names>a.active{background-color:rgba(170,170,170,.2)!important;color:#eafefc!important;}.region-world-panel>.group-names>a:hover,.region-world-panel>.char-names>a:hover,.char-manage-panel>.group-names>a:hover,.char-manage-panel>.char-names>a:hover{background-color:rgba(170,170,170,.1);}.region-world-panel>.group-names>a>small,.region-world-panel>.char-names>a>small,.char-manage-panel>.group-names>a>small,.char-manage-panel>.char-names>a>small{float:right;}.region-world-panel>.group-names>a>small.d-True,.region-world-panel>.char-names>a>small.d-True,.char-manage-panel>.group-names>a>small.d-True,.char-manage-panel>.char-names>a>small.d-True{color:#b5e8c7;}.region-world-panel>.group-names>a>small.d-False,.region-world-panel>.char-names>a>small.d-False,.char-manage-panel>.group-names>a>small.d-False,.char-manage-panel>.char-names>a>small.d-False{color:#ffd320;}.region-world-panel>.group-names>a,.region-world-panel>.group-names>.group,.region-world-panel>.group-names>table>tr,.region-world-panel>.char-names>a,.region-world-panel>.char-names>.group,.region-world-panel>.char-names>table>tr,.char-manage-panel>.group-names>a,.char-manage-panel>.group-names>.group,.char-manage-panel>.group-names>table>tr,.char-manage-panel>.char-names>a,.char-manage-panel>.char-names>.group,.char-manage-panel>.char-names>table>tr{border-left:5px solid rgba(0,0,0,0);transition:all .3s!important;}.region-world-panel>.group-names>a.active,.region-world-panel>.group-names>.group.active,.region-world-panel>.group-names>table>tr.active,.region-world-panel>.char-names>a.active,.region-world-panel>.char-names>.group.active,.region-world-panel>.char-names>table>tr.active,.char-manage-panel>.group-names>a.active,.char-manage-panel>.group-names>.group.active,.char-manage-panel>.group-names>table>tr.active,.char-manage-panel>.char-names>a.active,.char-manage-panel>.char-names>.group.active,.char-manage-panel>.char-names>table>tr.active{border-left:5px solid #eafefc;}@media(min-width:1258.1px) and (max-width:1368px){.region-world-panel>.group-names,.char-manage-panel>.group-names{min-width:17rem!important;}.region-world-panel>.group-names>.group>.name,.char-manage-panel>.group-names>.group>.name{font-size:.8em!important;}}.region-world-panel>.group-names>.group,.region-world-panel>.char-names>table>tr,.char-manage-panel>.group-names>.group,.char-manage-panel>.char-names>table>tr{transition:background-color .2s;}.region-world-panel>.group-names>.group.group,.region-world-panel>.char-names>table>tr.group,.char-manage-panel>.group-names>.group.group,.char-manage-panel>.char-names>table>tr.group{display:flex;align-items:center;padding:.3em .6em;}.region-world-panel>.group-names>.group:hover:not(.active),.region-world-panel>.char-names>table>tr:hover:not(.active),.char-manage-panel>.group-names>.group:hover:not(.active),.char-manage-panel>.char-names>table>tr:hover:not(.active){background-color:rgba(255,211,32,.15);cursor:pointer;}.region-world-panel>.group-names>.group.active,.region-world-panel>.char-names>table>tr.active,.char-manage-panel>.group-names>.group.active,.char-manage-panel>.char-names>table>tr.active{background-color:rgba(181,232,199,.2);}.region-world-panel>.group-names>.group.problem:not(:hover),.region-world-panel>.char-names>table>tr.problem:not(:hover),.char-manage-panel>.group-names>.group.problem:not(:hover),.char-manage-panel>.char-names>table>tr.problem:not(:hover){background-color:rgba(255,96,96,.1);}.region-world-panel>.group-names>.group>.name,.region-world-panel>.char-names>table>tr>.name,.char-manage-panel>.group-names>.group>.name,.char-manage-panel>.char-names>table>tr>.name{font-size:.9em;}.region-world-panel>.group-names>.group>.info,.region-world-panel>.char-names>table>tr>.info,.char-manage-panel>.group-names>.group>.info,.char-manage-panel>.char-names>table>tr>.info{margin-left:auto;font-size:.7em;}.region-world-panel>.group-names>.group>.info .variable,.region-world-panel>.char-names>table>tr>.info .variable,.char-manage-panel>.group-names>.group>.info .variable,.char-manage-panel>.char-names>table>tr>.info .variable{color:rgba(227,238,233,.6);text-align:right;}.region-world-panel>.group-names>.group>.info .value,.region-world-panel>.char-names>table>tr>.info .value,.char-manage-panel>.group-names>.group>.info .value,.char-manage-panel>.char-names>table>tr>.info .value{font-weight:600;text-align:center;padding:0 .5em;}.region-world-panel>.char-names>table tr td,.char-manage-panel>.char-names>table tr td{padding:.5em .2em;}.region-world-panel>.char-names>table tr .color-guildname,.char-manage-panel>.char-names>table tr .color-guildname{text-align:right;}.region-world-panel .char-panel-body>.row>div,.char-manage-panel .char-panel-body>.row>div{min-width:15em;padding-bottom:1em;}.region-world-panel .char-panel-body>.row>div .loginlogs,.char-manage-panel .char-panel-body>.row>div .loginlogs{max-height:20em;overflow:auto;font-size:.9em;width:100%;}.region-world-panel .char-panel-body>.row>div .loginlogs table,.char-manage-panel .char-panel-body>.row>div .loginlogs table{width:100%;}.region-world-panel .char-panel-body>.row>div .loginlogs table td,.char-manage-panel .char-panel-body>.row>div .loginlogs table td{overflow:hidden;max-width:5em;text-overflow:ellipsis;white-space:nowrap;}.region-world-panel .char-panel-body>.row>div>h5,.char-manage-panel .char-panel-body>.row>div>h5{padding-top:1em;padding-bottom:0;}.region-world-panel .col-12>.problem,.char-manage-panel .col-12>.problem{padding:.5rem;background-color:rgba(255,96,96,.1);border:1px solid #aaa;font-size:.8em;}.bordered-problem{padding:.5rem;background-color:rgba(255,96,96,.1);border:1px solid #aaa;font-size:.8em;}.border-top{border-top:1px solid #aaa!important;}.list-group.blur-child>.list-group-item{font-size:.7rem;font-weight:400;font-family:Verdana;}.list-group>.list-group-item{background-color:inherit;border-color:rgba(227,238,233,.2);transition:background-color .4s ease;}.list-group>.list-group-item.important{background-color:rgba(255,211,32,.2);}.list-group>.list-group-item.desired{background-color:rgba(181,232,199,.1);}.list-group>.list-group-item.activated{background-color:rgba(166,239,161,.07);}.list-group>.list-group-item.deactivated{background-color:rgba(255,96,96,.05);}.list-group>.list-group-item.a-accordion>div{display:none;padding:1em 0;}.list-group>.list-group-item.a-accordion>div.toggled{display:block!important;}.centeredbody-withinfo>div{margin:auto 0;}@media(min-width:750.1px) and (max-width:1024.9px),(min-width:1258.1px){.centeredbody-withinfo{display:flex;}.centeredbody-withinfo>.right{padding-left:1rem;}}@media(max-width:750px),(min-width:1025px) and (max-width:1258px){.centeredbody-withinfo>.right{margin-top:2rem;margin-bottom:2rem;}}.server-downloadlink{border:1px solid;border-color:#eafefc;border-radius:.2rem;transition:all .3s;display:flex;align-items:center;width:15rem;}.server-downloadlink i{padding:.8rem;font-size:2rem;border-right:1px solid;width:4rem;text-align:center;}.server-downloadlink span{font-size:.8rem;padding:.5rem;}.server-downloadlink:hover{border-color:#a2b1b2;}i.whitespace{width:2em;text-align:center;}.overview{justify-content:center;width:100%;}.overview>div{display:flex;padding-top:15px;padding-bottom:15px;}.overview>div>div{flex:1;border:2px solid;min-height:10rem;transition:all ease .3s;display:flex;flex-direction:column;}.overview>div>div>*{padding:.5rem;}.overview>div>div>header{border-bottom:1px solid;}.overview>div>div>footer{margin-top:auto;display:flex;}.overview>div>div.nice{color:#eafefc;border-color:#eafefc;background-color:rgba(234,254,252,.02);}.overview>div>div.nice *:not(:hover){color:#eafefc!important;}.overview>div>div.attention{color:#ffd320;border-color:#ffd320;background-color:rgba(255,211,32,.02);}.overview>div>div.attention *:not(:hover){color:#ffd320!important;}.overview>div>div.attention>header>span{animation:blinker .3s 5;}.overview>div>div.problem{color:#ff6060;border-color:#ff6060;background-color:rgba(255,96,96,.02);}.overview>div>div.problem *:not(:hover){color:#ff6060!important;}.overview>div>div.editorteam{color:#eafefc;border-color:#eafefc;background-color:rgba(234,254,252,.02);}.opacity-50{opacity:.5!important;}.gelir-gider>.col-md{display:flex;}.gelir-gider>.col-md>div{width:100%;}.gelir-gider button{min-width:12em!important;}.copied{font-weight:500!important;background-color:rgba(131,104,62,.5)!important;}.copied.hidden-hoverable:not(.copied.hidden-hoverable:hover){color:#83683e!important;background-color:#83683e!important;}.copied.hidden-hoverable:hover{color:#e3eee9!important;}.copied:not(.copied.hidden-hoverable){color:#e3eee9!important;}.hidden-hoverable:not(.copied:hover){background-color:#aaa;color:#aaa;transition:all .5s;}.bordered{border:1px solid #aaa;}.bordered-left{border-left:1px solid #aaa;}.no-wrap-whitespace{white-space:nowrap;}.smarttable{border:1px solid #aaa;font-size:.9em;overflow:auto;border-radius:.25rem;}.smarttable>thead>tr>td{color:#b6a5a5;font-size:.9em;}.smarttable>thead>tr>td:not([colspan]),.smarttable>tbody>tr>td:not([colspan]),.smarttable>tfoot>tr>td:not([colspan]){padding:.2rem .6rem;}.smarttable>tbody{border-top:1px solid #aaa;border-bottom:1px solid #aaa;overflow-y:auto;}.smarttable>tbody>tr .showonrowhover{transition:all .3s;opacity:0;}.smarttable>tbody>tr:hover{background-color:rgba(170,170,170,.3);}.smarttable>tbody>tr:hover .showonrowhover{opacity:1;}.smarttable tr.bordered-bottom{border-bottom:1px solid rgba(170,170,170,.4);}.smarttable .clickable{cursor:pointer;color:#eafefc;transition:all .3s;}.smarttable .clickable:hover{color:#a2b1b2;}.clickable-image{transition:all .3s;}.clickable-image:hover{filter:brightness(1.4);}.panel-transactions{width:100%;}.panel-transactions tbody{font-size:.8em;}.childs-padding-bottom-1em>div{padding-bottom:1em;}.secondary,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.header.footer,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.footer.footer,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.footer.footer,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div>.selector>div>small,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div>.selector>div>small,.vdsvpsbody>.right-side>.body>.configure>.center>.side>div.price-info>div>.right>.non-discount,.vdsvpsbody>.right-side>.vdsvpsbody.body>.right-side.configure>.body.center>.configure.side>div>.side>div.price-info>div>.right>.non-discount{color:#aaa!important;}.overline{text-decoration:line-through;}hr{border-bottom:1px solid #666;}.board{width:100%;height:100%;border:1px solid #444;color:rgba(227,238,233,.8);padding:1em;}.board>.head{font-weight:600;letter-spacing:.3em;font-size:1.5em;color:rgba(227,238,233,.7);padding:.4em;border-bottom:1px solid #444;}.board>.body{display:flex;padding-top:1em;}.board>.body>.content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.board>.body>.editlink{display:flex;flex-direction:column;padding-left:1em;font-size:1.5em;}.color-money{color:#a6efa1!important;}.color-money-negative{color:#fab3b3!important;}.color-money-certain{color:#b5e8c7!important;}.sidebar-main{background-position:center;background-size:cover;max-width:100%;max-height:100%;display:flex;font-size:.8em;}@media(min-width:1025px){.sidebar-main{background-image:url(/img/pexels-adrien-olichon-2823459.jpg);}}.sidebar-main .sidebar-main-toggler{width:2em;color:#b6a5a5;transition:all .2s;display:none;justify-content:center;align-items:center;border-left:1px solid #aaa;border-right:1px solid #aaa;}.sidebar-main .sidebar-main-toggler:hover{color:#f2e1b2;}.sidebar-main>.body{display:flex;overflow:auto;width:16rem;flex-direction:column;border-left:1px solid #aaa;border-right:1px solid #aaa;background-color:rgba(0,0,7,.72);}@media(min-width:1025px){.sidebar-main>.body{display:flex!important;}}.sidebar-main>.body .double{display:flex;}.sidebar-main>.body .double>*{width:50%!important;font-weight:500!important;height:5em;}.sidebar-main>.body.right a{justify-content:space-between;}.sidebar-main>.body>p{border-bottom:1px solid #aaa;padding:1rem;margin-bottom:0;text-align:center;letter-spacing:.1em;font-weight:700;color:rgba(227,238,233,.7)!important;}.sidebar-main>.body>p>span{max-width:20em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.sidebar-main>.body a{border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);font-weight:500;padding:1em;display:flex;align-items:center;cursor:pointer;}.sidebar-main>.body a[href]:not(:hover):not(.secondary),.sidebar-main>.body a[href].active{color:#e3eee9!important;}.sidebar-main>.body a i.fa-cat{color:#ffd320;}.sidebar-main>.body a>div{display:flex;}.sidebar-main>.body a>i.fa,.sidebar-main>.body a>i.fas,.sidebar-main>.body a>i.fa-solid,.sidebar-main>.body a>i.fab,.sidebar-main>.body a>i.far,.sidebar-main>.body a>i.fa-brands{width:1.8em;font-size:1.4em;text-align:center;}.sidebar-main>.body a>span{max-width:10em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.sidebar-main>.body a>.online-count{margin-right:-.9em;margin-left:auto;min-width:6.5em;}.sidebar-main>.body a>.online-count.row>.col{padding:0;}.sidebar-main>.body a>.online-count .count{color:#dceeff;text-align:right;}.sidebar-main>.body a>.online-count .limit{color:#b6a5a5;text-align:left;}.sidebar-main>.body a:hover{background-color:rgba(136,136,136,.4);}.sidebar-main>.body a.active{background-color:rgba(136,136,136,.3);border-left:5px solid #aaa;border-right:5px solid #aaa;}.sidebar-main .sidebar-main-overlay{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:rgba(0,0,0,.1);display:none;}@media(max-width:1024px){.sidebar-main{position:absolute;height:100%;}.sidebar-main .sidebar-main-toggler{display:flex;}.sidebar-main>.body{display:none;background-color:rgba(170,170,170,.6);}.sidebar-main .sidebar-main-overlay{display:none;width:100%;}.sidebar-main.toggled{width:100%;}.sidebar-main.toggled>.body,.sidebar-main.toggled .sidebar-main-overlay{display:flex;}}.panel-main{height:100%;width:100%;display:flex;position:relative;overflow:auto;}.panel-main .panel-body{flex:1;width:100%;height:100%;display:flex;overflow:auto;}.panel-main .panel-body .panel-content{flex:1;width:100%;position:relative;display:flex;overflow:auto;}.panel-main .panel-body .panel-content .panel-content-body{flex:1;width:100%;display:flex;flex-direction:column;overflow:auto;}.panel-main .panel-body .panel-content .panel-content-body>div{padding:15px;min-width:20rem;margin:auto;}@media(max-width:1024px){.panel-main .panel-body .panel-content-body{margin-left:2rem;margin-right:2rem;}}.swal2-popup{border:1px solid #aaa!important;}.grecaptcha-badge{visibility:hidden;}.blinker{animation:blinker .3s 5;}.TextBox-Color-Font{color:#fad1a4;}button:not(.navbar-toggler){font-weight:600;position:relative;margin-top:1.25em;min-height:2.25em;min-width:8em;color:#b6a5a5;overflow:hidden;background:none;border:2px solid #b6a5a5;}button:not(.navbar-toggler):enabled:hover,button:not(.navbar-toggler):enabled:focus{color:#f2e1b2;text-shadow:none;border:2px solid #f2e1b2;cursor:pointer;}button:not(.navbar-toggler):disabled{color:#606060;border:2px dotted #606060;cursor:not-allowed;}.DateTimePicker{display:flex;flex-direction:column;position:relative;}.DateTimePicker>input[type=datetime-local],.DateTimePicker>input[type=time]{border:0;background:none;overflow-x:hidden;min-height:2em;height:2em;padding:0;padding-left:.5em;border-right:1px solid;border-bottom:1px solid;border-color:#dceeff;color:#fad1a4;width:100%;}.DateTimePicker>input[type=datetime-local]:hover,.DateTimePicker>input[type=time]:hover{color:#f2e1b2;border-color:#f2e1b2;}.DateTimePicker>input[type=datetime-local]:hover+label,.DateTimePicker>input[type=time]:hover+label{color:#f2e1b2;}.DateTimePicker>input[type=datetime-local]:focus,.DateTimePicker>input[type=time]:focus{color:#f2e1b2;border-color:#e8ffe1;}.DateTimePicker>input[type=datetime-local]:focus+label,.DateTimePicker>input[type=time]:focus+label{color:#e8ffe1;}.DateTimePicker>input[type=datetime-local]:disabled,.DateTimePicker>input[type=time]:disabled{color:#606060!important;border-color:#606060!important;}.DateTimePicker>input[type=datetime-local]:disabled+label,.DateTimePicker>input[type=time]:disabled+label{color:#606060!important;}.DateTimePicker>label{position:absolute;display:block;font-size:.7em;margin-top:1.2em;color:#dceeff;transition:all .2s ease;-webkit-transition:all .2s ease;}.DateTimePicker>input{margin-top:1.5em;outline:0!important;}.DateTimePicker ::-webkit-calendar-picker-indicator{filter:invert(1);transition:all .3s;}.DateTimePicker ::-webkit-calendar-picker-indicator:hover{filter:invert(.7);cursor:pointer;}.CheckBox{margin-top:1.25em;}.CheckBox>input[type=checkbox]{position:absolute;opacity:0;}.CheckBox>input[type=checkbox]:not([disabled]):hover+label,.CheckBox>input[type=checkbox]:not([disabled]):focus+label,.CheckBox>input[type=checkbox]:not([disabled]):active+label{background-color:rgba(182,165,165,.2);border-radius:.2em;}.CheckBox>input[type=checkbox]:not([disabled])+label{cursor:pointer;color:#b6a5a5;}.CheckBox>input[type=checkbox]:disabled+label{color:rgba(182,165,165,.3)!important;}.CheckBox>input[type=checkbox]+label{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:nowrap;display:inline-block;margin:0;padding-right:.5em;user-select:none;-webkit-tap-highlight-color:transparent;transition:all .2s;}.CheckBox>input[type=checkbox]+label::before{display:inline-block;width:1.5em;text-align:center;font-family:"Font Awesome 6 Free";content:"";transition:transform .3s ease-in-out;}.CheckBox>input[type=checkbox]:checked:not([disabled]):hover+label,.CheckBox>input[type=checkbox]:checked:not([disabled]):focus+label,.CheckBox>input[type=checkbox]:checked:not([disabled]):active+label{background-color:rgba(250,209,164,.2);border-radius:.2em;}.CheckBox>input[type=checkbox]:checked+label{color:#fad1a4;transition:all .2s;}.CheckBox>input[type=checkbox]:checked+label::before{content:"";transform:rotate(-360deg);transition:transform .3s ease-in-out;}.newest{border-radius:.2em;background-color:rgba(250,209,164,.2);color:#fad1a4;padding:.1em .4em;}.soon{border-radius:.2em;background-color:rgba(182,165,165,.2);color:#b6a5a5;padding:.1em .4em;}.ApproveCheck{margin-top:1em;}.ApproveCheck>label{max-width:20em;word-wrap:break-word;white-space:normal!important;}.TextBox,.TextArea{display:flex;flex-direction:column;position:relative;user-select:none;text-align:left;}.TextBox:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>label,.TextArea:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>label{cursor:text;}.TextBox:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>input:disabled,.TextBox:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>textarea:disabled,.TextArea:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>input:disabled,.TextArea:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>textarea:disabled{color:#606060!important;border-color:#606060!important;}.TextBox:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>input:disabled+label,.TextBox:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>textarea:disabled+label,.TextArea:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>input:disabled+label,.TextArea:not(.TextBox.AsNotDisabled,.TextArea.AsNotDisabled)>textarea:disabled+label{color:#606060!important;cursor:default!important;}.TextBox.ClearTop,.TextArea.ClearTop{margin-top:-1em;}.TextBox>input,.TextBox>textarea,.TextArea>input,.TextArea>textarea{border:0;background:none;overflow-x:hidden;min-height:2em;height:2em;padding:0;padding-left:.5em;border-right:1px solid;border-bottom:1px solid;border-color:#dceeff;color:#fad1a4;width:100%;display:block;}.TextBox>input::placeholder,.TextBox>textarea::placeholder,.TextArea>input::placeholder,.TextArea>textarea::placeholder{color:transparent;}.TextBox>input:hover,.TextBox>textarea:hover,.TextArea>input:hover,.TextArea>textarea:hover{color:#f2e1b2;border-color:#f2e1b2;}.TextBox>input:hover+label,.TextBox>textarea:hover+label,.TextArea>input:hover+label,.TextArea>textarea:hover+label{color:#f2e1b2;}.TextBox>input:focus,.TextBox>textarea:focus,.TextArea>input:focus,.TextArea>textarea:focus{color:#f2e1b2;border-color:#e8ffe1;}.TextBox>input:focus+label,.TextBox>textarea:focus+label,.TextArea>input:focus+label,.TextArea>textarea:focus+label{color:#e8ffe1;}.TextBox>input:not(:focus):placeholder-shown+label,.TextBox>textarea:not(:focus):placeholder-shown+label,.TextArea>input:not(:focus):placeholder-shown+label,.TextArea>textarea:not(:focus):placeholder-shown+label{font-size:.8em;margin-top:2.5em;}.TextBox>input:not(:focus):placeholder-shown:not(:hover),.TextBox>textarea:not(:focus):placeholder-shown:not(:hover),.TextArea>input:not(:focus):placeholder-shown:not(:hover),.TextArea>textarea:not(:focus):placeholder-shown:not(:hover){border-color:#b6a5a5;}.TextBox>input:not(:focus):placeholder-shown:not(:hover)+label,.TextBox>textarea:not(:focus):placeholder-shown:not(:hover)+label,.TextArea>input:not(:focus):placeholder-shown:not(:hover)+label,.TextArea>textarea:not(:focus):placeholder-shown:not(:hover)+label{color:#b6a5a5;}.TextBox>label,.TextArea>label{margin-bottom:0;display:block;color:#dceeff;transition:all .2s ease;-webkit-transition:all .2s ease;position:absolute;font-size:.7em;margin-top:1.2em;}.TextBox.haserror>small,.TextArea.haserror>small{opacity:1;}.TextBox.haserror>input,.TextBox.haserror>textarea,.TextArea.haserror>input,.TextArea.haserror>textarea{color:#ff6060!important;border-color:#ff6060!important;}.TextBox.haserror>input+label,.TextBox.haserror>textarea+label,.TextArea.haserror>input+label,.TextArea.haserror>textarea+label{color:#ff6060!important;}.TextBox>small,.TextArea>small{transition:all .2s ease;-webkit-transition:all .2s ease;color:#ff6060;opacity:0;}.TextBox>input,.TextArea>input{margin-top:1.5em;}.TextBox>textarea,.TextArea>textarea{margin-top:2em;}*{outline:0;}.signinout-main{height:100%;display:flex;flex-direction:column;}.signinout-main>.center,.vdsvpsbody>.right-side>.body>.configure>.center>.signinout-main.side>div{margin:auto;padding:2rem 0;}.signinout-main>.center .left,.vdsvpsbody>.right-side>.body>.configure>.center>.signinout-main.side>div .left{margin:1rem .5rem;}.signinout-main>.center .left img,.vdsvpsbody>.right-side>.body>.configure>.center>.signinout-main.side>div .left img{height:9rem;}.signinout-main>.center .left .font-kguard,.vdsvpsbody>.right-side>.body>.configure>.center>.signinout-main.side>div .left .font-kguard{margin-top:.2rem;display:block;}.signinout-main>.center .left .font-edge,.vdsvpsbody>.right-side>.body>.configure>.center>.signinout-main.side>div .left .font-edge{margin-top:-.5em;display:block;}.signinout-main>.center .line,.vdsvpsbody>.right-side>.body>.configure>.center>.signinout-main.side>div .line{border:1px solid #b6a5a5;}.signinout-main>.center .right,.vdsvpsbody>.right-side>.body>.configure>.center>.signinout-main.side>div .right{margin:1rem .5rem;min-width:20rem;}.signinout-main>.bottom{bottom:0;}.antre-main{height:100%;display:flex;flex-direction:column;}.antre-main>.center,.vdsvpsbody>.right-side>.body>.configure>.center>.antre-main.side>div{margin:auto;padding:2rem 0;padding-top:5rem;}.antre-main>.center .control-panel-link,.vdsvpsbody>.right-side>.body>.configure>.center>.antre-main.side>div .control-panel-link{display:inline-block;margin-top:2em;width:auto;}.antre-main>.bottom{bottom:0;}.antre-main>.bottom>.sponsores>div{display:flex;justify-content:center;flex-wrap:wrap;}.antre-main>.bottom>.sponsores>div img{max-height:3em;max-width:8em;margin-left:.5em;margin-right:.5em;transition:all .3s;cursor:pointer;}.antre-main>.bottom>.sponsores>div img:not(:hover){opacity:.8;filter:grayscale(80%);}::-webkit-scrollbar-track{background-color:rgba(170,170,170,.2);}::-webkit-scrollbar{background-color:rgba(170,170,170,.2);width:.5em;height:.5em;}::-webkit-scrollbar-thumb{background-color:rgba(170,170,170,.9);}::-webkit-scrollbar-corner{background:rgba(170,170,170,.2);}::-webkit-resizer{border:0;}.footer-counter{border:1px solid #444;background-color:rgba(0,0,7,.72);padding:.3em 1em;font-size:1rem!important;border-radius:.4em;}@media(min-width:1025px){.navbar-dark{background-color:rgba(170,170,170,.9);}}@media(max-width:1024.8px){.navbar-dark{background-color:rgba(170,170,170,.5);}}.navbar-dark>.navbar-brand img{height:2em;}.navbar-dark>.navbar-brand .font-kguard{font-size:1.1rem;margin-top:.2rem;display:block;}.navbar-dark>.navbar-brand .font-edge{font-size:.8rem;margin-top:-.5rem;display:block;}.font-kguard{font-family:ArialBlack;}.font-edge{font-family:PauraqueSerifRoughRegular-VRVw;}.main-layout{position:fixed;width:100%;height:100%;display:flex;flex-direction:column;color:#e3eee9;}.main-layout>.main-layout-header{width:100%;}.main-layout>.main-layout-body{width:100%;height:100%;overflow:auto;}.main-layout>.main-layout-footer{width:100%;}body,html{cursor:default;height:100%;outline-color:rgba(0,0,0,0);color:#e3eee9;background-color:#000!important;-webkit-font-smoothing:antialiased;font-family:"Source Sans Pro",sans-serif;}.page-background{background-image:url("/img/background-1.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;background-size:50%;}.page-background-overlay{background-color:rgba(0,0,7,.72);}a[href]:not(.navbar-brand):not(.nav-link),.href:not(.navbar-brand):not(.nav-link),.a-False:not(.navbar-brand):not(.nav-link){-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#eafefc;}a[href]:not(.navbar-brand):not(.nav-link):visited,a[href]:not(.navbar-brand):not(.nav-link):active,.href:not(.navbar-brand):not(.nav-link):visited,.href:not(.navbar-brand):not(.nav-link):active,.a-False:not(.navbar-brand):not(.nav-link):visited,.a-False:not(.navbar-brand):not(.nav-link):active{color:#eafefc;}a[href]:not(.navbar-brand):not(.nav-link):hover,.href:not(.navbar-brand):not(.nav-link):hover,.a-False:not(.navbar-brand):not(.nav-link):hover{color:#a2b1b2;text-decoration:none;cursor:pointer;}i.a-True,i.a-False{min-width:2em;text-align:center;}.a-True,.a-False{white-space:nowrap;}.a-True{color:#666;}.hover-like-href:hover{color:#a2b1b2!important;cursor:pointer;text-decoration:none;}a:not([href]){text-decoration:none;color:#e3eee9;}::selection{background:#83683e;color:#e3eee9;}:focus{outline-color:rgba(0,0,0,0);}.valid.modified:not([type=checkbox]){outline:1px solid #26b050;}.invalid{outline:1px solid #f00;}.validation-message{color:#f00;}#blazor-error-ui{background:#444;color:#e3eee9;display:none;padding:5em;position:fixed;width:100%;height:100%;z-index:1061!important;text-align:center;}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem;}.my-reconnect-modal>div{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow:hidden;background-color:#444;color:#e3eee9;opacity:.95;text-align:center;font-weight:bold;padding-top:3em;}.components-reconnect-hide>div,.components-reconnect-show>div,.components-reconnect-failed>div,.components-reconnect-rejected>div{display:none;}.components-reconnect-show>.show,.components-reconnect-failed>.failed,.components-reconnect-rejected>.rejected{display:block;}#main-spinner-overlay{position:fixed;display:flex;height:100%;width:100%;z-index:9999;background-color:#000;}#coding-effect{font-family:Consolas;position:absolute;width:100%;text-align:center;bottom:1rem;font-weight:800;}#coding-effect p{font-family:monospace;overflow:hidden;border-right:.15em solid #ffa500;white-space:nowrap;margin:0 auto;letter-spacing:.15em;animation:typing 1.5s steps(30,end),blink-caret .5s step-end infinite;}.spinner{margin:auto;width:65px;}.cube1,.cube2{background-color:#ffd320;width:25px;height:25px;-webkit-animation:sk-cubemove 1.8s infinite ease-in-out;animation:sk-cubemove 1.8s infinite ease-in-out;}.cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s;}@-webkit-keyframes sk-cubemove{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5);}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);}100%{-webkit-transform:rotate(-360deg);}}@keyframes sk-cubemove{25%{transform:translateX(42px) rotate(-90deg) scale(.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(.5);}50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);}}.admin{background-color:rgba(255,203,0,.168627451);}.has-transaction{background-color:rgba(0,255,239,.1176470588);}.online{background-color:rgba(42,255,0,.2);}