@import url(https://fonts.googleapis.com/css?family=Hind+Madurai:500|Nunito|Ubuntu:700);

.pretty * {
    box-sizing: border-box
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none
}

.pretty {
    display: inline-block;
    line-height: 1;
    margin-right: 1em;
    position: relative;
    white-space: nowrap
}

.pretty input {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    min-width: 1em;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.pretty .state label {
    display: inline-block;
    font-weight: 400;
    margin: 0;
    min-width: calc(1em + 2px);
    position: static;
    text-indent: 1.5em
}

.pretty .state label:after,
.pretty .state label:before {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: calc(1em + 2px);
    left: 0;
    position: absolute;
    top: calc(-108% + 1em);
    width: calc(1em + 2px);
    z-index: 0
}

.pretty .state label:before {
    border-color: #bdc3c7
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
    display: none
}

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes tada {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(7)
    }

    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1)
    }

    55% {
        animation-timing-function: ease-in;
        transform: scale(1.5)
    }

    72% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }

    81% {
        animation-timing-function: ease-in;
        transform: scale(1.24)
    }

    89% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }

    95% {
        animation-timing-function: ease-in;
        transform: scale(1.04)
    }

    to {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
}

@keyframes jelly {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        transform: scale3d(.95, 1.05, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: translateZ(-200px) rotate(-45deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0) rotate(0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }

    to {
        box-shadow: 0 0 0 1.5em hsla(204, 8%, 76%, 0)
    }
}

.pretty.p-default.p-fill .state label:after {
    transform: scale(1)
}

.pretty.p-default .state label:after {
    transform: scale(.6)
}

.pretty.p-default input:checked~.state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
    border-width: .14286em
}

.pretty.p-default.p-thick .state label:after {
    transform: scale(.4) !important
}

.pretty.p-icon .state .icon {
    border: 1px solid transparent;
    font-size: 1em;
    height: calc(1em + 2px);
    left: 0;
    line-height: normal;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: calc(-108% + 1em);
    width: calc(1em + 2px);
    z-index: 1
}

.pretty.p-icon .state .icon:before {
    align-items: center;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: center;
    line-height: 1;
    margin: 0;
    text-align: center;
    width: 100%
}

.pretty.p-icon input:checked~.state .icon {
    opacity: 1
}

.pretty.p-icon input:checked~.state label:before {
    border-color: #d3371e
}

.pretty.p-svg .state .svg {
    border: 1px solid transparent;
    font-size: 1em;
    height: calc(1em + 2px);
    left: 0;
    line-height: normal;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: calc(-108% + 1em);
    width: calc(1em + 2px);
    z-index: 1
}

.pretty.p-svg .state svg {
    align-items: center;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: center;
    line-height: 1;
    margin: 0;
    text-align: center;
    width: 100%
}

.pretty.p-svg input:checked~.state .svg {
    opacity: 1
}

.pretty.p-image .state img {
    height: calc(1em + 2px);
    left: 0;
    line-height: normal;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    top: calc(-108% + 1em);
    transform: scale(.8);
    width: calc(1em + 2px);
    z-index: 0
}

.pretty.p-image input:checked~.state img {
    opacity: 1
}

.pretty.p-switch input {
    min-width: 2em
}

.pretty.p-switch .state {
    position: relative
}

.pretty.p-switch .state:before {
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    box-sizing: unset;
    content: "";
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc(-116% + 1em);
    transition: all .5s ease;
    width: 2em;
    z-index: 0
}

.pretty.p-switch .state label {
    text-indent: 2.5em
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
    border-color: transparent;
    border-radius: 100%;
    left: 0;
    transform: scale(.8);
    transition: all .5s ease
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-switch input:checked~.state:before {
    border-color: #d3371e
}

.pretty.p-switch input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #d3371e !important;
    left: 1em
}

.pretty.p-switch.p-fill input:checked~.state:before {
    background-color: #d3371e !important;
    border-color: #d3371e
}

.pretty.p-switch.p-fill input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch.p-fill input:checked~.state label:after {
    background-color: #fff !important;
    left: 1em
}

.pretty.p-switch.p-slim .state:before {
    background: #bdc3c7 !important;
    height: .1em;
    top: calc(50% - .1em)
}

.pretty.p-switch.p-slim input:checked~.state:before {
    background-color: #d3371e !important;
    border-color: #d3371e
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
    display: none
}

.pretty.p-has-hover input:hover~.state.p-is-hover,
.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
    display: block
}

.pretty.p-has-focus input:focus~.state label:before {
    box-shadow: 0 0 3px 0 #bdc3c7
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate) {
    display: none
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate {
    display: block
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon {
    display: block;
    opacity: 1
}

.pretty.p-toggle .state.p-on {
    display: none;
    opacity: 0
}

.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img,
.pretty.p-toggle .state.p-off {
    display: inherit;
    opacity: 1
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7
}

.pretty.p-toggle input:checked~.state.p-on {
    display: inherit;
    opacity: 1
}

.pretty.p-toggle input:checked~.state.p-off {
    display: none;
    opacity: 0
}

.pretty.p-plain input:checked~.state label:before,
.pretty.p-plain.p-toggle .state label:before {
    content: none
}

.pretty.p-plain.p-plain .icon {
    transform: scale(1.1)
}

.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden
}

.pretty.p-round.p-icon .state .icon:before {
    transform: scale(.8)
}

.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
    border-radius: 20%
}

.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
    transition: all .5s ease
}

.pretty.p-smooth input:checked+.state label:after {
    transition: all .3s ease
}

.pretty.p-smooth input:checked+.state .icon,
.pretty.p-smooth input:checked+.state .svg,
.pretty.p-smooth input:checked+.state img,
.pretty.p-smooth.p-default input:checked+.state label:after {
    animation: zoom .2s ease
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
    content: "";
    transform: scale(0);
    transition: all .5s ease
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon,
.pretty.p-tada:not(.p-default) input:checked+.state .svg,
.pretty.p-tada:not(.p-default) input:checked+.state img,
.pretty.p-tada:not(.p-default) input:checked+.state label:after,
.pretty.p-tada:not(.p-default) input:checked+.state label:before {
    animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon,
.pretty.p-jelly:not(.p-default) input:checked+.state .svg,
.pretty.p-jelly:not(.p-default) input:checked+.state img,
.pretty.p-jelly:not(.p-default) input:checked+.state label:after,
.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon,
.pretty.p-rotate:not(.p-default) input:checked~.state .svg,
.pretty.p-rotate:not(.p-default) input:checked~.state img,
.pretty.p-rotate:not(.p-default) input:checked~.state label:after,
.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
    animation: pulse 1s
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none
}

.pretty input[disabled]~* {
    opacity: .5
}

.pretty.p-locked input {
    cursor: not-allowed;
    display: none
}

.pretty input:checked~.state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important
}

.pretty input:checked~.state.p-primary .icon,
.pretty input:checked~.state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
    stroke: #fff;
    color: #fff
}

.pretty input:checked~.state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca
}

.pretty input:checked~.state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-primary-o .icon,
.pretty input:checked~.state.p-primary-o .svg,
.pretty input:checked~.state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
    stroke: #428bca;
    color: #428bca
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #428bca !important
}

.pretty.p-switch input:checked~.state.p-primary:before {
    border-color: #428bca
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
    background-color: #428bca !important
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
    background-color: #245682 !important;
    border-color: #245682
}

.pretty input:checked~.state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
    background-color: #d3371e !important
}

.pretty input:checked~.state.p-info .icon,
.pretty input:checked~.state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
    stroke: #fff;
    color: #fff
}

.pretty input:checked~.state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
    border-color: #d3371e
}

.pretty input:checked~.state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-info-o .icon,
.pretty input:checked~.state.p-info-o .svg,
.pretty input:checked~.state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
    stroke: #d3371e;
    color: #d3371e
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
    background-color: #d3371e !important
}

.pretty.p-switch input:checked~.state.p-info:before {
    border-color: #d3371e
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
    background-color: #d3371e !important
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
    background-color: #a02622 !important;
    border-color: #a02622
}

.pretty input:checked~.state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important
}

.pretty input:checked~.state.p-success .icon,
.pretty input:checked~.state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
    stroke: #fff;
    color: #fff
}

.pretty input:checked~.state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c
}

.pretty input:checked~.state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-success-o .icon,
.pretty input:checked~.state.p-success-o .svg,
.pretty input:checked~.state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
    stroke: #5cb85c;
    color: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
    background-color: #5cb85c !important
}

.pretty.p-switch input:checked~.state.p-success:before {
    border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
    background-color: #5cb85c !important
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
    background-color: #357935 !important;
    border-color: #357935
}

.pretty input:checked~.state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
    background-color: #d3371e !important
}

.pretty input:checked~.state.p-warning .icon,
.pretty input:checked~.state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
    stroke: #fff;
    color: #fff
}

.pretty input:checked~.state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
    border-color: #d3371e
}

.pretty input:checked~.state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-warning-o .icon,
.pretty input:checked~.state.p-warning-o .svg,
.pretty input:checked~.state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
    stroke: #d3371e;
    color: #d3371e
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
    background-color: #d3371e !important
}

.pretty.p-switch input:checked~.state.p-warning:before {
    border-color: #d3371e
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
    background-color: #d3371e !important
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
    background-color: #c77c11 !important;
    border-color: #c77c11
}

.pretty input:checked~.state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important
}

.pretty input:checked~.state.p-danger .icon,
.pretty input:checked~.state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
    stroke: #fff;
    color: #fff
}

.pretty input:checked~.state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f
}

.pretty input:checked~.state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-danger-o .icon,
.pretty input:checked~.state.p-danger-o .svg,
.pretty input:checked~.state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
    stroke: #d9534f;
    color: #d9534f
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
    background-color: #d9534f !important
}

.pretty.p-switch input:checked~.state.p-danger:before {
    border-color: #d9534f
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
    background-color: #d9534f !important
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
    background-color: #a02622 !important;
    border-color: #a02622
}

.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc(-135% + 1em) !important
}

.pretty.p-bigger label {
    text-indent: 1.7em
}

@media print {

    .pretty .state .icon,
    .pretty .state label:after,
    .pretty .state label:before,
    .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

#chatbox-container,
.fade-box,
.swal2-popup {
    box-shadow: 0 0 4px 2px #000 !important
}

.tab-menu {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state:before {
    background: #121212
}

.pretty.p-switch input:checked~.state:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
    transition: all .3s ease
}

#chatbox-container {
    background: rgba(10, 10, 12, 0.7);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 200px;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 440px
}

#chatbox-container #message-list {
    flex: 1;
    margin-bottom: 5px;
    overflow: auto
}

#chatbox-container input {
    background: transparent;
    border: 0;
    font-size: 14px;
    outline: 0;
    width: 100%
}

.chatbox-message {
    overflow: hidden
}

.chatbox-message .sender {
    margin-right: 5px;
    white-space: nowrap
}

.chatbox-message .text {
    user-select: text;
    word-break: break-word
}

.swal2-popup.swal2-toast {
    align-items: center;
    box-shadow: 0 0 .625em #d9d9d9;
    flex-direction: row;
    overflow-y: hidden;
    padding: .625em;
    width: auto
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    font-size: 1em;
    justify-content: flex-start;
    margin: 0 .6em
}

.swal2-popup.swal2-toast .swal2-footer {
    font-size: .8em;
    margin: .5em 0 0;
    padding: .5em 0 0
}

.swal2-popup.swal2-toast .swal2-close {
    height: .8em;
    line-height: .8;
    position: static;
    width: .8em
}

.swal2-popup.swal2-toast .swal2-content {
    font-size: 1em;
    justify-content: flex-start
}

.swal2-popup.swal2-toast .swal2-icon {
    height: 2em;
    margin: 0;
    min-width: 2em;
    width: 2em
}

.swal2-popup.swal2-toast .swal2-icon:before {
    align-items: center;
    display: flex;
    font-size: 2em;
    font-weight: 700
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .swal2-popup.swal2-toast .swal2-icon:before {
        font-size: .25em
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    height: 2em;
    width: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    height: auto;
    margin: 0 .3125em;
    width: auto
}

.swal2-popup.swal2-toast .swal2-styled {
    font-size: 1em;
    margin: 0 .3125em;
    padding: .3125em .625em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    border-radius: 50%;
    height: 3em;
    position: absolute;
    transform: rotate(45deg);
    width: 1.6em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    border-radius: 4em 0 0 4em;
    left: -.5em;
    top: -.8em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    border-radius: 0 4em 4em 0;
    left: .9375em;
    top: -.25em;
    transform-origin: 0 1.5em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    height: 2em;
    width: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    height: 2.6875em;
    left: .4375em;
    top: 0;
    width: .4375em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    left: .1875em;
    top: 1.125em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    right: .1875em;
    top: .9375em;
    width: 1.375em
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-container {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    background-color: transparent;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    overflow-x: hidden;
    padding: .625em;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .1s;
    z-index: 1060
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom-end>:first-child,
.swal2-container.swal2-bottom-left>:first-child,
.swal2-container.swal2-bottom-right>:first-child,
.swal2-container.swal2-bottom-start>:first-child,
.swal2-container.swal2-bottom>:first-child {
    margin-top: auto
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    align-self: stretch;
    display: flex !important;
    flex: 1;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    align-content: center;
    display: flex !important;
    flex: 1;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    align-content: center;
    display: flex !important;
    flex: 1;
    justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    margin: auto
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .65)
}

.swal2-popup {
    background: rgba(20, 20, 25, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
    border-radius: .3125em;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    font-family: inherit;
    font-size: 15px;
    justify-content: center;
    max-width: 100%;
    padding: 1.25em;
    position: relative;
    width: auto
}

.swal2-popup:focus {
    outline: none
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-header {
    align-items: center;
    display: flex;
    flex-direction: column
}

.swal2-title {
    word-wrap: break-word;
    color: #dadada;
    font-size: 1.875em;
    font-weight: 600;
    margin: 0 0 .4em;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: none
}

.swal2-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    width: 100%;
    z-index: 1
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    background-color: transparent !important;
    border: .25em solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    color: transparent;
    cursor: default;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    user-select: none;
    width: 2.5em
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after {
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    width: 15px
}

.swal2-styled {
    box-shadow: none;
    font-weight: 500;
    margin: .3125em;
    padding: .625em 2em
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    background: initial;
    background-color: #e64a30;
    border: 0;
    border-radius: .25em;
    color: #fff;
    font-size: 15px
}

.swal2-styled.swal2-cancel {
    background: initial;
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: .25em;
    color: #fff;
    font-size: 15px
}

.swal2-styled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4);
    outline: none
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0
}

.swal2-image {
    margin: 1.25em auto;
    max-width: 100%
}

.swal2-close {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    font-family: serif;
    font-size: 2.5em;
    height: 1.2em;
    justify-content: center;
    line-height: 1.2;
    outline: initial;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .1s ease-out;
    width: 1.2em;
    z-index: 2
}

.swal2-close:hover {
    background: transparent;
    color: #f27474;
    transform: none
}

.swal2-content {
    word-wrap: break-word;
    color: #dadada;
    font-size: 1.125em;
    font-weight: 400;
    justify-content: center;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 1
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 5px
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    background: rgba(0, 0, 0, .5);
    border: rgba(0, 0, 0, .5);
    border-radius: .1875em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    color: inherit;
    font-size: 15px;
    transition: border-color .3s, box-shadow .3s;
    width: 100%
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border: rgba(0, 0, 0, .5);
    box-shadow: none;
    outline: none
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    background: rgba(0, 0, 0, .5);
    margin: 5px
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    color: inherit;
    font-weight: 600;
    text-align: center;
    width: 20%
}

.swal2-range input,
.swal2-range output {
    font-size: 15px;
    height: 2.625em;
    line-height: 2.625em;
    padding: 0
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.swal2-input[type=number] {
    max-width: 10em
}

.swal2-file {
    background: rgba(0, 0, 0, .5);
    font-size: 15px
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    background: rgba(0, 0, 0, .5);
    color: inherit;
    font-size: 15px;
    max-width: 100%;
    min-width: 50%;
    padding: .375em .625em
}

.swal2-checkbox,
.swal2-radio {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    color: inherit;
    justify-content: center
}

.swal2-checkbox label,
.swal2-radio label {
    font-size: 15px;
    margin: 0 .6em
}

.swal2-checkbox input,
.swal2-radio input {
    margin: 0 .4em
}

.swal2-validation-message {
    align-items: center;
    background: #f0f0f0;
    color: #666;
    display: none;
    font-size: 1em;
    font-weight: 300;
    justify-content: center;
    overflow: hidden;
    padding: .625em
}

.swal2-validation-message:before {
    background-color: #f27474;
    border-radius: 50%;
    color: #fff;
    content: "!";
    display: inline-block;
    font-weight: 600;
    height: 1.5em;
    line-height: 1.5em;
    margin: 0 .625em;
    min-width: 1.5em;
    text-align: center;
    width: 1.5em
}

.swal2-icon {
    border: .25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em
}

.swal2-icon:before {
    align-items: center;
    display: flex;
    font-size: 3.75em;
    height: 92%
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    flex-grow: 1;
    position: relative
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #f27474;
    border-radius: .125em;
    display: block;
    height: .3125em;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-warning:before {
    content: "!"
}

.swal2-icon.swal2-info {
    border-color: #e8a09a;
    color: #d3371e
}

.swal2-icon.swal2-info:before {
    content: "i"
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-question:before {
    content: "?"
}

.swal2-icon.swal2-question.swal2-arabic-question-mark:before {
    content: "ØŸ"
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    border-radius: 50%;
    height: 7.5em;
    position: absolute;
    transform: rotate(45deg);
    width: 3.75em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    border-radius: 7.5em 0 0 7.5em;
    left: -2.0635em;
    top: -.4375em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    border-radius: 0 7.5em 7.5em 0;
    left: 1.875em;
    top: -.6875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid hsla(98, 55%, 69%, .3);
    border-radius: 50%;
    box-sizing: content-box;
    height: 100%;
    left: -.25em;
    position: absolute;
    top: -.25em;
    width: 100%;
    z-index: 2
}

.swal2-icon.swal2-success .swal2-success-fix {
    height: 5.625em;
    left: 1.625em;
    position: absolute;
    top: .5em;
    transform: rotate(-45deg);
    width: .4375em;
    z-index: 1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #a5dc86;
    border-radius: .125em;
    display: block;
    height: .3125em;
    position: absolute;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    left: .875em;
    top: 2.875em;
    transform: rotate(45deg);
    width: 1.5625em
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    right: .5em;
    top: 2.375em;
    transform: rotate(-45deg);
    width: 2.9375em
}

.swal2-progress-steps {
    align-items: center;
    background: inherit;
    font-weight: 600;
    margin: 0 0 1.25em;
    padding: 0
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.swal2-progress-steps .swal2-progress-step {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3085d6
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    width: 2.5em;
    z-index: 10
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    animation: swal2-show .3s
}

.swal2-show.swal2-noanimation {
    animation: none
}

.swal2-hide {
    animation: swal2-hide .15s forwards
}

.swal2-hide.swal2-noanimation {
    animation: none
}

.swal2-rtl .swal2-close {
    left: 0;
    right: auto
}

.swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    animation: swal2-animate-error-icon .5s
}

.swal2-animate-error-icon .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, .4)
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotate(2deg)
    }

    33% {
        transform: translateY(0) rotate(-2deg)
    }

    66% {
        transform: translateY(.3125em) rotate(2deg)
    }

    to {
        transform: translateY(0) rotate(0deg)
    }
}

@keyframes swal2-toast-hide {
    to {
        opacity: 0;
        transform: rotate(1deg)
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        left: .0625em;
        top: .5625em;
        width: 0
    }

    54% {
        left: .125em;
        top: .125em;
        width: 0
    }

    70% {
        left: -.25em;
        top: .625em;
        width: 1.625em
    }

    84% {
        left: .75em;
        top: 1.0625em;
        width: .5em
    }

    to {
        left: .1875em;
        top: 1.125em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        right: 1.375em;
        top: 1.625em;
        width: 0
    }

    65% {
        right: .9375em;
        top: 1.25em;
        width: 0
    }

    84% {
        right: 0;
        top: .9375em;
        width: 1.125em
    }

    to {
        right: .1875em;
        top: .9375em;
        width: 1.375em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        left: .0625em;
        top: 1.1875em;
        width: 0
    }

    54% {
        left: .125em;
        top: 1.0625em;
        width: 0
    }

    70% {
        left: -.375em;
        top: 2.1875em;
        width: 3.125em
    }

    84% {
        left: 1.3125em;
        top: 3em;
        width: 1.0625em
    }

    to {
        left: .875em;
        top: 2.8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        right: 2.875em;
        top: 3.375em;
        width: 0
    }

    65% {
        right: 2.875em;
        top: 3.375em;
        width: 0
    }

    84% {
        right: 0;
        top: 2.1875em;
        width: 3.4375em
    }

    to {
        right: .5em;
        top: 2.375em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        opacity: 0;
        transform: scale(.4)
    }

    50% {
        margin-top: 1.625em;
        opacity: 0;
        transform: scale(.4)
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    to {
        margin-top: 0;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        opacity: 0;
        transform: rotateX(100deg)
    }

    to {
        opacity: 1;
        transform: rotateX(0deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-shown {
    background-color: transparent;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 1.25em);
    right: auto;
    top: auto
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .65)
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    left: 0;
    top: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    right: 0;
    top: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    bottom: 0;
    right: 0
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important
    }
}

body.swal2-toast-shown .swal2-container,
body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
    bottom: auto;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto
}

body.swal2-toast-column .swal2-toast {
    align-items: stretch;
    flex-direction: column
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    align-self: stretch;
    flex: 1;
    height: 2.2em;
    margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
    font-size: 1em;
    height: 2em;
    margin: .3125em auto
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em
}

#swal2-content {
    margin-bottom: 10px !important
}

.swal2-input {
    margin: 0 0 10px !important;
    min-width: 350px
}

.swal2-input::placeholder {
    color: #5e5e5e
}

.swal2-title {
    text-shadow: 1px 1px 2px #000
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 5%
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none
}

@keyframes swal2-show {
    0% {
        opacity: 0;
        transform: scale(.93)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(.93)
    }
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .5)
}

.hide-captcha-badge .grecaptcha-badge {
    visibility: hidden
}

.fade-box {
    background: rgba(20, 20, 25, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    border-radius: 4px
}

#overlay {
    background: radial-gradient(rgba(10, 10, 10, .75) 300px, rgba(0, 0, 0, .75));
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

body {
    color: #dadada;
    margin: 0;
    overflow: hidden;
    padding: 0
}

#canvas {
    display: block;
    height: 100%;
    outline: none;
    width: 100%
}

* {
    font-family: Nunito, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    color: #dadada;
    text-decoration: none
}

p {
    margin: 0
}

.preload {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.preload.font1 {
    font-family: Hind Madurai, sans-serif
}

.preload.font2 {
    font-family: Ubuntu, sans-serif;
    font-weight: 700
}

input[type=number],
input[type=text],
select {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    color: #dadada;
    display: block;
    outline: 0;
    padding: 5px;
    width: 100%
}

input[type=number]:disabled,
input[type=text]:disabled,
select:disabled {
    color: #7a7a7a
}

input.right {
    display: inline-block;
    width: unset
}

input::placeholder {
    color: #5e5e5e
}

select>option {
    background: #0d141f;
    color: #dadada
}

.confidential {
    color: transparent !important;
    text-shadow: 0 0 5px hsla(0, 0%, 85%, .5);
    transition: all .2s
}

.confidential:focus,
.confidential:hover {
    color: #dadada !important;
    text-shadow: none
}

.confidential::placeholder {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(94, 94, 94, .5);
    transition: all .2s
}

.confidential:focus::placeholder,
.confidential:hover::placeholder {
    color: #5e5e5e !important;
    text-shadow: none
}

#starfield {
    height: 100%;
    width: 100%
}

.vanis-button {
    border: 1px solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 0 4px #000
}

.vanis-button {
    background: linear-gradient(to bottom, #d3371e, #b02e19);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease
}

.vanis-button:hover {
    background: linear-gradient(to bottom, #e64a30, #c4331c);
    box-shadow: 0 0 8px rgba(211, 55, 30, 0.5);
    transform: translateY(-1px)
}

.vanis-button:active {
    background: linear-gradient(to bottom, #b02e19, #9e2614);
    box-shadow: inset 0 0 3px 0 #000
}

.vanis-button:disabled {
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.button-row {
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 7px 6px 6px
}

.button-row>.button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    font-size: 14px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

.button-row>.button:hover {
    background: rgba(0, 0, 0, .5);
    transition: all .4s ease
}

.button-row>.button:active,
.button-row>.button:disabled {
    background: rgba(0, 0, 0, .5);
    transition: none
}

.button-row>.button:disabled {
    color: #b3b3b3;
    cursor: auto
}

.tab-menu[data-v-73f7fbfc] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-73f7fbfc] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-73f7fbfc] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-73f7fbfc]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-73f7fbfc] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-73f7fbfc]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-73f7fbfc]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-73f7fbfc]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-73f7fbfc]:after,
.pretty.p-switch .state label[data-v-73f7fbfc]:before {
    transition: all .3s ease
}

.btn[data-v-73f7fbfc] {
    background: #d3371e;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000;
    width: 100%
}

.btn[data-v-73f7fbfc]:hover {
    background: #b82e19
}

.btn[data-v-73f7fbfc]:active {
    background: #9e2614
}

.btn[data-v-73f7fbfc]:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: auto
}

.tab-menu[data-v-0b6441fe] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-0b6441fe] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-0b6441fe] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-0b6441fe]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-0b6441fe] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-0b6441fe]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-0b6441fe]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-0b6441fe]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-0b6441fe]:after,
.pretty.p-switch .state label[data-v-0b6441fe]:before {
    transition: all .3s ease
}

.stuck-mention[data-v-0b6441fe] {
    color: transparent;
    height: 22px;
    margin-bottom: 6px;
    text-align: center;
    transform: translateY(-28px);
    transition: color 1s;
    transition-delay: 3s
}

.show-stuck[data-v-0b6441fe] {
    color: #7a7a7a
}

.fade-box[data-v-0b6441fe] {
    transform: translateY(-28px)
}

.continue[data-v-0b6441fe] {
    margin-top: 5px
}

.container[data-v-0b6441fe] {
    display: inline-block;
    left: 50%;
    margin-left: -165px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    width: 320px
}

.box-1[data-v-0b6441fe] {
    height: 291px;
    margin-bottom: 10px;
    text-align: center
}

.scroll[data-v-0b6441fe] {
    animation-duration: 2.5s;
    animation-name: scroll-0b6441fe;
    animation-timing-function: ease;
    overflow: hidden
}

@keyframes scroll-0b6441fe {
    0% {
        height: 0;
        opacity: 0
    }

    50% {
        height: 0;
        opacity: 0
    }

    to {
        height: 133px;
        opacity: 1
    }
}

.menu-enter-active[data-v-0b6441fe] {
    transition: all .8s ease
}

.menu-enter[data-v-0b6441fe] {
    opacity: 0;
    transform: scale(.95)
}

.cautions[data-v-722ac586],
.server-cautions[data-v-722ac586] {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    position: fixed;
    text-align: center;
    width: 100%
}

.cautions>[data-v-722ac586],
.server-cautions>[data-v-722ac586] {
    text-align: center;
    width: 100%
}

.cautions[data-v-722ac586] {
    bottom: 10px;
    left: 0;
    transform-origin: center bottom
}

.server-cautions[data-v-722ac586] {
    left: 0;
    top: 10px;
    transform-origin: center top
}

.stats[data-v-0b74fc8f] {
    color: #fff;
    padding: 10px;
    transform-origin: top left
}

.badge-list[data-v-637ffd77] {
    display: inline-flex;
    flex-direction: row;
    margin-right: 3px
}

.badge-icon.dim[data-v-637ffd77] {
    filter: brightness(50%)
}

.badge-icon.not-pickable[data-v-637ffd77] {
    cursor: not-allowed;
    filter: brightness(25%) grayscale(100%)
}

.badge-icon.pickable[data-v-637ffd77] {
    cursor: pointer
}

.message-row.toast[data-v-084a7fd8] {
    box-shadow: 0 0 4px 2px #000 !important
}

.tab-menu[data-v-084a7fd8] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-084a7fd8] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-084a7fd8] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-084a7fd8]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-084a7fd8] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-084a7fd8]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-084a7fd8]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-084a7fd8]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-084a7fd8]:after,
.pretty.p-switch .state label[data-v-084a7fd8]:before {
    transition: all .3s ease
}

.message-row[data-v-084a7fd8] {
    overflow: hidden
}

.message-from[data-v-084a7fd8] {
    pointer-events: all
}

.message-from-badges[data-v-084a7fd8] {
    margin-right: 0;
    transform: translateY(4px)
}

.message-from-name[data-v-084a7fd8] {
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap
}

.message-from-name.underline[data-v-084a7fd8] {
    text-decoration: underline
}

.message-text[data-v-084a7fd8] {
    font-size: 14px;
    user-select: text;
    word-break: break-word
}

.message-row.toast[data-v-084a7fd8] {
    background: rgba(0, 0, 0, .45);
    border-radius: 4px;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 420px;
    padding: 3px 6px;
    width: max-content
}

.toast_[data-v-084a7fd8]:first-child {
    margin-top: 0
}

.chatbox[data-v-7264abb4] {
    box-shadow: 0 0 4px 2px #000 !important
}

.tab-menu[data-v-7264abb4] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-7264abb4] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-7264abb4] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-7264abb4]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-7264abb4] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-7264abb4]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-7264abb4]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-7264abb4]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-7264abb4]:after,
.pretty.p-switch .state label[data-v-7264abb4]:before {
    transition: all .3s ease
}

.chat-container[data-v-7264abb4] {
    bottom: 0;
    left: 0;
    position: fixed;
    transform-origin: bottom left;
    width: 440px
}

.chatbox[data-v-7264abb4] {
    background: rgba(0, 0, 0, .45);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 10px;
    pointer-events: all
}

.chatbox>input[data-v-7264abb4] {
    background: transparent;
    border: 0;
    font-size: 14px;
    outline: 0;
    pointer-events: all;
    width: 100%
}

.chatbox.toasts[data-v-7264abb4] {
    display: none;
    height: auto
}

.chatbox.toasts.visible[data-v-7264abb4] {
    display: flex
}

.message-list[data-v-7264abb4] {
    flex: 1;
    margin-bottom: 5px;
    overflow-y: auto
}

.toast-list[data-v-7264abb4] {
    display: flex;
    flex: 1;
    flex-direction: column-reverse
}

.toast-enter-active[data-v-7264abb4],
.toast-leave-active[data-v-7264abb4] {
    transition: opacity .3s
}

.toast-move[data-v-7264abb4] {
    transition: transform .3s
}

.toast-enter[data-v-7264abb4],
.toast-leave-to[data-v-7264abb4] {
    opacity: 0
}

#leaderboard[data-v-7e7860a8] {
    box-shadow: 0 0 4px 2px #000 !important
}

.tab-menu[data-v-7e7860a8] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-7e7860a8] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-7e7860a8] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-7e7860a8]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-7e7860a8] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-7e7860a8]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-7e7860a8]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-7e7860a8]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-7e7860a8]:after,
.pretty.p-switch .state label[data-v-7e7860a8]:before {
    transition: all .3s ease
}

#leaderboard[data-v-7e7860a8] {
    background: rgba(10, 10, 12, 0.7);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    min-height: 272px;
    padding: 13px;
    position: fixed;
    right: 0;
    top: 0;
    transform-origin: top right;
    width: 220px
}

.leaderboard-title[data-v-7e7860a8] {
    color: #fff;
    font-size: 24px;
    margin-bottom: 6px
}

.leaderboard-label[data-v-7e7860a8] {
    align-items: center;
    display: flex;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap
}

.leaderboard-label[data-v-7e7860a8]>:first-child {
    margin-right: 2px
}

.leaderboard-badge[data-v-7e7860a8] {
    margin-right: 0
}

.leaderboard-text[data-v-7e7860a8] {
    display: block;
    margin-left: 2px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.leaderboard-text>a[data-v-7e7860a8] {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline
}

.leaderboard-score[data-v-7e7860a8] {
    flex: 1
}

.spectating[data-v-7e7860a8] {
    pointer-events: all
}

.container[data-v-769dba30] {
    box-shadow: 0 0 4px 2px #000 !important
}

.tab-menu[data-v-769dba30] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-769dba30] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-769dba30] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-769dba30]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-769dba30] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-769dba30]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-769dba30]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-769dba30]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-769dba30]:after,
.pretty.p-switch .state label[data-v-769dba30]:before {
    transition: all .3s ease
}

.minimap-stats[data-v-769dba30] {
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right
}

.container[data-v-769dba30] {
    background: rgba(10, 10, 12, 0.7);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px
}

.container.circle[data-v-769dba30] {
    border-radius: 50%;
    border-top-right-radius: 0
}

canvas[data-v-769dba30] {
    display: block
}

#locations[data-v-769dba30] {
    position: absolute
}

.minimap-wrapper[data-v-769dba30] {
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    transform-origin: bottom right
}

#minimap[data-v-769dba30] {
    position: relative
}

#hud[data-v-0047b8f0] {
    color: #fff;
    pointer-events: none;
    position: fixed
}

.tab-menu[data-v-752a3ab7] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-752a3ab7] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-752a3ab7] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-752a3ab7]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-752a3ab7] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-752a3ab7]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-752a3ab7]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-752a3ab7]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-752a3ab7]:after,
.pretty.p-switch .state label[data-v-752a3ab7]:before {
    transition: all .3s ease
}

.new-badge[data-v-752a3ab7] {
    background: red;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    padding: 1px;
    position: absolute;
    right: 10px;
    top: 5px
}

.live-marker-wrapper[data-v-752a3ab7] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-left: 8px
}

.live-marker[data-v-752a3ab7] {
    background: red;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px
}

.server-list[data-v-752a3ab7] {
    height: 100%;
    overflow: auto
}

.server-load-error[data-v-752a3ab7] {
    background: rgba(0, 0, 0, .5);
    border-bottom: 2px solid #000;
    color: red;
    padding: 10px
}

.server-name[data-v-752a3ab7] {
    flex: 1
}

.server-list-item[data-v-752a3ab7] {
    border-bottom: 2px solid #000;
    cursor: pointer;
    display: flex;
    padding: 10px;
    user-select: none
}

.server-list-item[data-v-752a3ab7]:hover {
    background: rgba(0, 0, 0, .2)
}

.server-list-item.active[data-v-752a3ab7],
.server-list-item.active[data-v-752a3ab7]:hover {
    background: rgba(0, 0, 0, .5)
}

.server-list-item>i[data-v-752a3ab7] {
    padding-top: 3px
}

.open-lobbies[data-v-752a3ab7] {
    background: hsla(0, 0%, 100%, .1)
}

.open-lobbies[data-v-752a3ab7]:hover {
    background: unset
}

.open-lobbies>.server-name>i[data-v-752a3ab7] {
    margin-right: 4px
}

.cursor-loading>.server-list-item[data-v-752a3ab7] {
    cursor: default
}

.cursor-loading>.server-list-item[data-v-752a3ab7]:hover {
    background: none
}

.tab-menu[data-v-bcefdc68] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-bcefdc68] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-bcefdc68] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-bcefdc68]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-bcefdc68] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-bcefdc68]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-bcefdc68]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-bcefdc68]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-bcefdc68]:after,
.pretty.p-switch .state label[data-v-bcefdc68]:before {
    transition: all .3s ease
}

#hotkey-container[data-v-bcefdc68] {
    display: flex;
    flex-direction: column;
    user-select: none
}

#hotkey-container .hotkeys[data-v-bcefdc68] {
    flex: 1;
    overflow: auto
}

#hotkey-container .row[data-v-bcefdc68] {
    display: flex;
    padding: 6px
}

#hotkey-container .row.header[data-v-bcefdc68] {
    display: block
}

#hotkey-container .row[data-v-bcefdc68]:not(:last-child) {
    border-bottom: 2px solid #000
}

#hotkey-container .reset-button2[data-v-bcefdc68] {
    cursor: pointer
}

#hotkey-container .action[data-v-bcefdc68] {
    flex: 3
}

#hotkey-container .bind[data-v-bcefdc68] {
    border-radius: 4px;
    cursor: pointer;
    flex: 2;
    outline: none;
    padding-left: 5px;
    padding-right: 5px
}

#hotkey-container .bind[data-v-bcefdc68]:focus {
    background: rgba(0, 0, 0, .5)
}

#hotkey-container .reset[data-v-bcefdc68] {
    padding: 4px
}

#hotkey-container .footer[data-v-bcefdc68] {
    border-top: 2px solid #000;
    color: red;
    display: flex;
    justify-content: center;
    padding: 10px
}

.chat-wrapper[data-v-f9ee8236] {
    display: flex;
    flex-direction: column
}

.message-list[data-v-f9ee8236] {
    display: flex;
    flex: 1;
    flex-direction: column-reverse;
    overflow-y: hidden
}

.message-scroll[data-v-f9ee8236] {
    overflow-y: auto
}

.chat-input[data-v-f9ee8236] {
    margin-top: 6px
}

.tab-menu[data-v-fa675f88] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-fa675f88] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-fa675f88] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-fa675f88]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-fa675f88] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-fa675f88]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-fa675f88]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-fa675f88]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-fa675f88]:after,
.pretty.p-switch .state label[data-v-fa675f88]:before {
    transition: all .3s ease
}

.list-container[data-v-fa675f88] {
    height: 100%;
    position: relative;
    width: 100%
}

.list-container>div[data-v-fa675f88] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lobby-list[data-v-fa675f88] {
    display: flex;
    flex-direction: column
}

.lobby-list>.row[data-v-fa675f88] {
    border-bottom: 2px solid #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 10px
}

.lobby-list>.row>.name[data-v-fa675f88] {
    flex: 1;
    overflow: hidden
}

.lobby-list>.row>.players[data-v-fa675f88] {
    font-size: 12px
}

.lobby-list>.row>.players>.count[data-v-fa675f88] {
    font-size: 16px
}

.lobby-list>.row[data-v-fa675f88]:hover {
    background: rgba(0, 0, 0, .2)
}

.lobby-connecting[data-v-fa675f88] {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center
}

.live-marker-wrapper[data-v-fa675f88] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-left: 8px
}

.live-marker[data-v-fa675f88] {
    background: red;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px
}

.warning[data-v-fa675f88] {
    color: #e64a30;
    padding: 20px;
    text-align: center
}

.tab-menu[data-v-8dbe5024] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-8dbe5024] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-8dbe5024] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-8dbe5024]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-8dbe5024] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-8dbe5024]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-8dbe5024]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-8dbe5024]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-8dbe5024]:after,
.pretty.p-switch .state label[data-v-8dbe5024]:before {
    transition: all .3s ease
}

.container[data-v-8dbe5024] {
    padding: 10px
}

.row[data-v-8dbe5024] {
    display: block;
    margin-bottom: 7px
}

.right[data-v-8dbe5024] {
    float: right
}

.silent[data-v-8dbe5024] {
    color: #7a7a7a
}

.warning[data-v-8dbe5024] {
    color: #e64a30
}

.section[data-v-8dbe5024] {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden
}

.section>.header[data-v-8dbe5024] {
    background: rgba(0, 0, 0, .5);
    border-bottom: 2px solid #000;
    padding: 7px
}

.section>.header .p-switch[data-v-8dbe5024] {
    display: inline-block
}

.section>.options[data-v-8dbe5024] {
    padding: 9px 9px 9px 7px
}

.p-switch[data-v-8dbe5024] {
    display: block;
    padding-bottom: 3px;
    padding-top: 3px
}

.option-row[data-v-8dbe5024] {
    margin-top: 5px
}

.number-option[data-v-8dbe5024] {
    margin-bottom: 8px;
    margin-top: 5px
}

.number-option input[data-v-8dbe5024] {
    margin-top: -3px
}

.top-margin[data-v-8dbe5024] {
    margin-top: 8px
}

.bottom-margin[data-v-8dbe5024] {
    margin-bottom: 6px;
    margin-top: 2px
}

input.right[data-v-8dbe5024] {
    width: 30%
}

input[type=number].hide-arrows[data-v-8dbe5024]::-webkit-inner-spin-button,
input[type=number].hide-arrows[data-v-8dbe5024]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number].hide-arrows[data-v-8dbe5024] {
    -moz-appearance: textfield
}

.slider[data-v-8dbe5024] {
    -webkit-appearance: none;
    background: #121212;
    border: 1px solid #e64a30;
    border-radius: 60px;
    box-sizing: border-box;
    display: block;
    outline: none;
    padding: 1px;
    transition: none;
    width: 100%
}

.disabled[data-v-8dbe5024] {
    opacity: .5
}

.slider.draw-delay[data-v-8dbe5024] {
    background: linear-gradient(45deg, rgba(255, 0, 0, .8), #121212 35%)
}

.slider[data-v-8dbe5024]:hover {
    opacity: 1
}

.slider[data-v-8dbe5024]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #e64a30;
    border-radius: 60px;
    cursor: pointer;
    height: 15px;
    width: 15px
}

.inline-range[data-v-8dbe5024] {
    align-self: center;
    display: flex
}

.inline-range>input[data-v-8dbe5024] {
    display: inline-block;
    margin-right: 7px;
    width: 50px
}

.inline-range.off>input[data-v-8dbe5024] {
    border: 1px solid #bdc3c7
}

.inline-range.off>input[data-v-8dbe5024]::-webkit-slider-thumb {
    background: #bdc3c7
}

.inline-range.off>input[data-v-8dbe5024]::-moz-range-thumb {
    background: #bdc3c7
}

.inline-range>.right[data-v-8dbe5024] {
    float: unset;
    margin-left: auto
}

.reset-option-wrapper[data-v-8dbe5024] {
    display: flex;
    justify-content: center;
    width: 100%
}

.reset-option[data-v-8dbe5024] {
    color: red;
    cursor: pointer;
    display: inline-flex;
    justify-content: center
}

.reset-option[data-v-8dbe5024]>:first-child {
    margin-right: 3px
}

.reset-option>[data-v-8dbe5024] {
    align-self: center
}

.team-name[data-v-8dbe5024]:last-child {
    margin-bottom: 0
}

.preset-click[data-v-8dbe5024] {
    color: unset;
    cursor: pointer;
    text-decoration: underline
}

.player[data-v-7995e927] {
    align-items: center;
    display: flex
}

.player-name[data-v-7995e927] {
    font-size: 16px;
    font-weight: 700
}

.owner[data-v-7995e927] {
    text-decoration: underline
}

.dragging[data-v-7995e927] {
    opacity: 50%
}

.dropzone[data-v-7995e927] {
    border: 1px dashed #dadada;
    width: 100%
}

.tab-menu[data-v-0a751125] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-0a751125] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-0a751125] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-0a751125]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-0a751125] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-0a751125]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-0a751125]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-0a751125]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-0a751125]:after,
.pretty.p-switch .state label[data-v-0a751125]:before {
    transition: all .3s ease
}

.container[data-v-0a751125] {
    padding: 10px
}

.row[data-v-0a751125] {
    display: block;
    margin-bottom: 7px
}

.right[data-v-0a751125] {
    float: right
}

.silent[data-v-0a751125] {
    color: #7a7a7a
}

.warning[data-v-0a751125] {
    color: #e64a30
}

.section[data-v-0a751125] {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden
}

.section>.header[data-v-0a751125] {
    background: rgba(0, 0, 0, .5);
    border-bottom: 2px solid #000;
    padding: 7px
}

.section>.header .p-switch[data-v-0a751125] {
    display: inline-block
}

.section>.options[data-v-0a751125] {
    padding: 9px 9px 9px 7px
}

.p-switch[data-v-0a751125] {
    display: block;
    padding-bottom: 3px;
    padding-top: 3px
}

.option-row[data-v-0a751125] {
    margin-top: 5px
}

.number-option[data-v-0a751125] {
    margin-bottom: 8px;
    margin-top: 5px
}

.number-option input[data-v-0a751125] {
    margin-top: -3px
}

.top-margin[data-v-0a751125] {
    margin-top: 8px
}

.bottom-margin[data-v-0a751125] {
    margin-bottom: 6px;
    margin-top: 2px
}

input.right[data-v-0a751125] {
    width: 30%
}

input[type=number].hide-arrows[data-v-0a751125]::-webkit-inner-spin-button,
input[type=number].hide-arrows[data-v-0a751125]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number].hide-arrows[data-v-0a751125] {
    -moz-appearance: textfield
}

.slider[data-v-0a751125] {
    -webkit-appearance: none;
    background: #121212;
    border: 1px solid #e64a30;
    border-radius: 60px;
    box-sizing: border-box;
    display: block;
    outline: none;
    padding: 1px;
    transition: none;
    width: 100%
}

.disabled[data-v-0a751125] {
    opacity: .5
}

.slider.draw-delay[data-v-0a751125] {
    background: linear-gradient(45deg, rgba(255, 0, 0, .8), #121212 35%)
}

.slider[data-v-0a751125]:hover {
    opacity: 1
}

.slider[data-v-0a751125]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #e64a30;
    border-radius: 60px;
    cursor: pointer;
    height: 15px;
    width: 15px
}

.inline-range[data-v-0a751125] {
    align-self: center;
    display: flex
}

.inline-range>input[data-v-0a751125] {
    display: inline-block;
    margin-right: 7px;
    width: 50px
}

.inline-range.off>input[data-v-0a751125] {
    border: 1px solid #bdc3c7
}

.inline-range.off>input[data-v-0a751125]::-webkit-slider-thumb {
    background: #bdc3c7
}

.inline-range.off>input[data-v-0a751125]::-moz-range-thumb {
    background: #bdc3c7
}

.inline-range>.right[data-v-0a751125] {
    float: unset;
    margin-left: auto
}

.reset-option-wrapper[data-v-0a751125] {
    display: flex;
    justify-content: center;
    width: 100%
}

.reset-option[data-v-0a751125] {
    color: red;
    cursor: pointer;
    display: inline-flex;
    justify-content: center
}

.reset-option[data-v-0a751125]>:first-child {
    margin-right: 3px
}

.reset-option>[data-v-0a751125] {
    align-self: center
}

.wrapper[data-v-0a751125] {
    height: 100%;
    overflow-y: hidden
}

.container[data-v-0a751125] {
    overflow-y: auto;
    width: 100%
}

.team-name[data-v-0a751125],
.team-score[data-v-0a751125] {
    pointer-events: none
}

.owner .team-score[data-v-0a751125] {
    cursor: pointer;
    pointer-events: unset
}

.team-name-input[data-v-0a751125] {
    display: inline-block;
    width: 150px
}

.options[data-v-0a751125] {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.dropzone-player[data-v-0a751125] {
    width: 100%
}

.dropzone-player.last[data-v-0a751125]:hover {
    outline: none
}

.container.owner .team-name[data-v-0a751125] {
    cursor: pointer;
    pointer-events: unset
}

.container.owner .dropzone-player[data-v-0a751125]:hover {
    cursor: grab;
    outline: 1px solid #dadada
}

.tab-menu[data-v-67f43bc8] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-67f43bc8] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-67f43bc8] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-67f43bc8]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-67f43bc8] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-67f43bc8]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-67f43bc8]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-67f43bc8]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-67f43bc8]:after,
.pretty.p-switch .state label[data-v-67f43bc8]:before {
    transition: all .3s ease
}

.wrapper[data-v-67f43bc8] {
    display: flex;
    flex-direction: row;
    height: 100%
}

.lobby-list[data-v-67f43bc8] {
    border-right: 2px solid #000;
    margin-right: 6px;
    width: 300px
}

.lobby-teams[data-v-67f43bc8] {
    flex: 1
}

.lobby-chat[data-v-67f43bc8] {
    border-left: 2px solid #000;
    margin-left: 6px;
    width: 300px
}

.lobby-options[data-v-67f43bc8] {
    width: 300px
}

.lobby-list[data-v-67f43bc8],
.lobby-options[data-v-67f43bc8],
.player-list[data-v-67f43bc8] {
    overflow-y: auto
}

.container[data-v-67f43bc8] {
    padding: 10px
}

.panel-disabled[data-v-67f43bc8] {
    opacity: 50%;
    pointer-events: none
}

.server-button[data-v-67f43bc8] {
    background: #d3371e;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    font-size: 14px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

.server-button[data-v-67f43bc8]:hover {
    background: #b82e19;
    transition: all .4s ease
}

.server-button[data-v-67f43bc8]:active {
    background: #9e2614;
    transition: none
}

.server-button[data-v-67f43bc8]:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.player-list-tab[data-v-2ccd0c00] {
    padding: 15px
}

.player-list-title[data-v-2ccd0c00] {
    margin: 0 0 14px
}

.player-list[data-v-2ccd0c00] {
    margin-top: 14px
}

.player-row[data-v-2ccd0c00] {
    display: flex
}

.player-nr[data-v-2ccd0c00] {
    width: 50px
}

.player-name[data-v-2ccd0c00] {
    align-items: center;
    display: inline-flex;
    flex: 1;
    flex-direction: row;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.me[data-v-2ccd0c00] {
    outline: 1px solid #fff
}

.cutoff[data-v-2ccd0c00] {
    border-bottom: 1px solid #fff;
    margin-bottom: 7px;
    padding-bottom: 7px
}

.tab-menu {
    height: 100%
}

a {
    text-decoration: underline
}

.tab-data {
    overflow: auto
}

.season-scroll-wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.season-scroll {
    overflow-x: auto
}

.season-scroll .tabs {
    width: max-content
}

.season-scroll .tab {
    flex: unset;
    padding: 7px 12px
}

.modal[data-v-73ccaaca] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15000
}

.overlay[data-v-73ccaaca] {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.wrapper[data-v-73ccaaca] {
    height: 100%;
    overflow: hidden
}

.content[data-v-73ccaaca] {
    border-radius: 4px;
    box-shadow: 0 0 4px 2px #000;
    height: 100%;
    overflow: auto;
    position: relative
}

.close-button[data-v-73ccaaca] {
    background: #000;
    border-radius: 50%;
    color: #d3d3d3;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 111
}

.scale-enter-active[data-v-73ccaaca],
.scale-leave-active[data-v-73ccaaca] {
    transition: transform .25s
}

.scale-enter[data-v-73ccaaca],
.scale-leave-to[data-v-73ccaaca] {
    transform: scale(1.08)
}

.fade-enter-active[data-v-73ccaaca],
.fade-leave-active[data-v-73ccaaca] {
    transition: opacity .25s
}

.fade-enter[data-v-73ccaaca],
.fade-leave-to[data-v-73ccaaca] {
    opacity: 0
}

.replay-item[data-v-1dc3fbb4] {
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 2px 2px 5px 1px #000;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.replay-header[data-v-1dc3fbb4] {
    background: rgba(18, 12, 12, .88);
    border-bottom: 1px solid rgba(211, 55, 30, .25);
    box-sizing: border-box;
    cursor: default;
    display: flex;
    font-size: 14px;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 100%
}

.replay-name[data-v-1dc3fbb4] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.replay-thumbnail[data-v-1dc3fbb4] {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width: 100%
}

.replay-button[data-v-1dc3fbb4] {
    cursor: pointer;
    pointer-events: all
}

.replay-button[data-v-1dc3fbb4]:not(:last-child) {
    margin-right: 5px
}

.replay-button[data-v-1dc3fbb4]:hover {
    color: #999
}

.float[data-v-1dc3fbb4] {
    float: right
}

.tab-menu[data-v-11810f3c] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-11810f3c] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-11810f3c] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-11810f3c]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-11810f3c] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-11810f3c]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-11810f3c]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-11810f3c]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-11810f3c]:after,
.pretty.p-switch .state label[data-v-11810f3c]:before {
    transition: all .3s ease
}

.container[data-v-11810f3c] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(14, 11, 11, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.overlay[data-v-11810f3c] {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}

.bulk-operation-overlay[data-v-11810f3c] {
    align-items: center;
    background: rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    z-index: 1000
}

.bulk-operation-overlay>.small[data-v-11810f3c] {
    font-size: 16px
}

.bulk-operation-overlay>.small.warning[data-v-11810f3c] {
    color: #e64a30
}

.replay-list-header[data-v-11810f3c] {
    align-items: center;
    background: linear-gradient(135deg, rgba(52, 36, 36, 0.98) 0%, rgba(28, 20, 20, 0.99) 45%, rgba(22, 16, 16, 0.98) 100%);
    border-bottom: 1px solid rgba(211, 55, 30, 0.4);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px)
}

.replay-list-page[data-v-11810f3c] {
    left: 50%;
    position: absolute;
    transform-origin: 50% 0
}

.replay-list-page>.anchor[data-v-11810f3c] {
    display: inline;
    position: relative
}

.replay-list-page>.anchor>.left[data-v-11810f3c],
.replay-list-page>.anchor>.right[data-v-11810f3c] {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0
}

.replay-list-page>.anchor>.left[data-v-11810f3c] {
    right: 12px
}

.replay-list-page>.anchor>.right[data-v-11810f3c] {
    left: 10px
}

.replay-list-page>.anchor .current[data-v-11810f3c] {
    position: relative
}

.replay-list-page>.anchor .current>.phantom[data-v-11810f3c],
.replay-list-page>.anchor .current>.real-input[data-v-11810f3c],
.replay-list-page>.anchor .current>.real[data-v-11810f3c] {
    position: absolute;
    right: 0;
    top: 0
}

.replay-list-page>.anchor .current>.phantom[data-v-11810f3c] {
    align-items: center;
    display: flex
}

.replay-list-page>.anchor .current>.phantom>span[data-v-11810f3c] {
    opacity: 0
}

.replay-list-page>.anchor .current>.real[data-v-11810f3c] {
    cursor: pointer
}

.replay-list-page>.anchor .current>.real-input>.prev[data-v-11810f3c] {
    position: fixed;
    transform: translate(-67px, 3px);
    transform-origin: right
}

.replay-list-page>.anchor .current>.real-input>input[data-v-11810f3c] {
    background: #000;
    position: fixed;
    text-align: right;
    transform: translate(-50px, -3px);
    transform-origin: right;
    width: 50px;
    z-index: 51
}

.next[data-v-11810f3c],
.prev[data-v-11810f3c] {
    cursor: pointer;
    z-index: 51
}

.prev[data-v-11810f3c] {
    margin-right: 6px
}

.next[data-v-11810f3c] {
    margin-left: 6px
}

.next.disabled[data-v-11810f3c],
.prev.disabled[data-v-11810f3c] {
    cursor: default;
    opacity: 50%
}

.vanis-button[data-v-11810f3c] {
    width: 120px
}

.notification[data-v-11810f3c] {
    padding: 15px
}

.replay-list[data-v-11810f3c] {
    height: calc(100% - 52px);
    width: 100%;
    background: linear-gradient(180deg, rgba(30, 22, 22, 0.72) 0%, rgba(16, 12, 12, 0.88) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.replay-page[data-v-11810f3c] {
    grid-gap: 15px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    height: 100%;
    padding: 15px;
    width: 100%;
    border-radius: 0 0 4px 4px
}

.tab-menu[data-v-011aad32] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-011aad32] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-011aad32] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-011aad32]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-011aad32] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-011aad32]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-011aad32]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-011aad32]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-011aad32]:after,
.pretty.p-switch .state label[data-v-011aad32]:before {
    transition: all .3s ease
}

.container[data-v-011aad32] {
    padding: 10px
}

.row[data-v-011aad32] {
    display: block;
    margin-bottom: 7px
}

.right[data-v-011aad32] {
    float: right
}

.silent[data-v-011aad32] {
    color: #7a7a7a
}

.warning[data-v-011aad32] {
    color: #e64a30
}

.section[data-v-011aad32] {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden
}

.section>.header[data-v-011aad32] {
    background: rgba(0, 0, 0, .5);
    border-bottom: 2px solid #000;
    padding: 7px
}

.section>.header .p-switch[data-v-011aad32] {
    display: inline-block
}

.section>.options[data-v-011aad32] {
    padding: 9px 9px 9px 7px
}

.p-switch[data-v-011aad32] {
    display: block;
    padding-bottom: 3px;
    padding-top: 3px
}

.option-row[data-v-011aad32] {
    margin-top: 5px
}

.number-option[data-v-011aad32] {
    margin-bottom: 8px;
    margin-top: 5px
}

.number-option input[data-v-011aad32] {
    margin-top: -3px
}

.top-margin[data-v-011aad32] {
    margin-top: 8px
}

.bottom-margin[data-v-011aad32] {
    margin-bottom: 6px;
    margin-top: 2px
}

input.right[data-v-011aad32] {
    width: 30%
}

input[type=number].hide-arrows[data-v-011aad32]::-webkit-inner-spin-button,
input[type=number].hide-arrows[data-v-011aad32]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number].hide-arrows[data-v-011aad32] {
    -moz-appearance: textfield
}

.slider[data-v-011aad32] {
    -webkit-appearance: none;
    background: #121212;
    border: 1px solid #e64a30;
    border-radius: 60px;
    box-sizing: border-box;
    display: block;
    outline: none;
    padding: 1px;
    transition: none;
    width: 100%
}

.disabled[data-v-011aad32] {
    opacity: .5
}

.slider.draw-delay[data-v-011aad32] {
    background: linear-gradient(45deg, rgba(255, 0, 0, .8), #121212 35%)
}

.slider[data-v-011aad32]:hover {
    opacity: 1
}

.slider[data-v-011aad32]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #e64a30;
    border-radius: 60px;
    cursor: pointer;
    height: 15px;
    width: 15px
}

.inline-range[data-v-011aad32] {
    align-self: center;
    display: flex
}

.inline-range>input[data-v-011aad32] {
    display: inline-block;
    margin-right: 7px;
    width: 50px
}

.inline-range.off>input[data-v-011aad32] {
    border: 1px solid #bdc3c7
}

.inline-range.off>input[data-v-011aad32]::-webkit-slider-thumb {
    background: #bdc3c7
}

.inline-range.off>input[data-v-011aad32]::-moz-range-thumb {
    background: #bdc3c7
}

.inline-range>.right[data-v-011aad32] {
    float: unset;
    margin-left: auto
}

.reset-option-wrapper[data-v-011aad32] {
    display: flex;
    justify-content: center;
    width: 100%
}

.reset-option[data-v-011aad32] {
    color: red;
    cursor: pointer;
    display: inline-flex;
    justify-content: center
}

.reset-option[data-v-011aad32]>:first-child {
    margin-right: 3px
}

.reset-option>[data-v-011aad32] {
    align-self: center
}

.tab-menu[data-v-e11a74f8] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-e11a74f8] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-e11a74f8] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-e11a74f8]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-e11a74f8] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-e11a74f8]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-e11a74f8]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-e11a74f8]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-e11a74f8]:after,
.pretty.p-switch .state label[data-v-e11a74f8]:before {
    transition: all .3s ease
}

.color-button[data-v-e11a74f8] {
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px
}

.color-button.disabled[data-v-e11a74f8] {
    cursor: not-allowed
}

.tab-menu[data-v-180f29a6] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-180f29a6] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-180f29a6] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-180f29a6]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-180f29a6] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-180f29a6]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-180f29a6]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-180f29a6]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-180f29a6]:after,
.pretty.p-switch .state label[data-v-180f29a6]:before {
    transition: all .3s ease
}

.image-button[data-v-180f29a6] {
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    text-align: center;
    width: 30px
}

.image-button-text[data-v-180f29a6] {
    height: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px
}

.image-button.disabled[data-v-180f29a6] {
    cursor: default
}

.tab-menu[data-v-c41b640a] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-c41b640a] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-c41b640a] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-c41b640a]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-c41b640a] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-c41b640a]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-c41b640a]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-c41b640a]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-c41b640a]:after,
.pretty.p-switch .state label[data-v-c41b640a]:before {
    transition: all .3s ease
}

.row[data-v-c41b640a] {
    display: block;
    margin-bottom: 7px
}

.right[data-v-c41b640a] {
    float: right
}

.silent[data-v-c41b640a] {
    color: #7a7a7a
}

.warning[data-v-c41b640a] {
    color: #e64a30
}

.section[data-v-c41b640a] {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden
}

.section>.header[data-v-c41b640a] {
    background: rgba(0, 0, 0, .5);
    border-bottom: 2px solid #000;
    padding: 7px
}

.section>.header .p-switch[data-v-c41b640a] {
    display: inline-block
}

.section>.options[data-v-c41b640a] {
    padding: 9px 9px 9px 7px
}

.p-switch[data-v-c41b640a] {
    display: block;
    padding-bottom: 3px;
    padding-top: 3px
}

.option-row[data-v-c41b640a] {
    margin-top: 5px
}

.number-option[data-v-c41b640a] {
    margin-bottom: 8px;
    margin-top: 5px
}

.number-option input[data-v-c41b640a] {
    margin-top: -3px
}

.top-margin[data-v-c41b640a] {
    margin-top: 8px
}

.bottom-margin[data-v-c41b640a] {
    margin-bottom: 6px;
    margin-top: 2px
}

input.right[data-v-c41b640a] {
    width: 30%
}

input[type=number].hide-arrows[data-v-c41b640a]::-webkit-inner-spin-button,
input[type=number].hide-arrows[data-v-c41b640a]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number].hide-arrows[data-v-c41b640a] {
    -moz-appearance: textfield
}

.slider[data-v-c41b640a] {
    -webkit-appearance: none;
    background: #121212;
    border: 1px solid #e64a30;
    border-radius: 60px;
    box-sizing: border-box;
    display: block;
    outline: none;
    padding: 1px;
    transition: none;
    width: 100%
}

.disabled[data-v-c41b640a] {
    opacity: .5
}

.slider.draw-delay[data-v-c41b640a] {
    background: linear-gradient(45deg, rgba(255, 0, 0, .8), #121212 35%)
}

.slider[data-v-c41b640a]:hover {
    opacity: 1
}

.slider[data-v-c41b640a]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #e64a30;
    border-radius: 60px;
    cursor: pointer;
    height: 15px;
    width: 15px
}

.inline-range[data-v-c41b640a] {
    align-self: center;
    display: flex
}

.inline-range>input[data-v-c41b640a] {
    display: inline-block;
    margin-right: 7px;
    width: 50px
}

.inline-range.off>input[data-v-c41b640a] {
    border: 1px solid #bdc3c7
}

.inline-range.off>input[data-v-c41b640a]::-webkit-slider-thumb {
    background: #bdc3c7
}

.inline-range.off>input[data-v-c41b640a]::-moz-range-thumb {
    background: #bdc3c7
}

.inline-range>.right[data-v-c41b640a] {
    float: unset;
    margin-left: auto
}

.reset-option-wrapper[data-v-c41b640a] {
    display: flex;
    justify-content: center;
    width: 100%
}

.reset-option[data-v-c41b640a] {
    color: red;
    cursor: pointer;
    display: inline-flex;
    justify-content: center
}

.reset-option[data-v-c41b640a]>:first-child {
    margin-right: 3px
}

.reset-option>[data-v-c41b640a] {
    align-self: center
}

.container[data-v-c41b640a] {
    padding: 10px
}

.container>.section>.options.two-columns[data-v-c41b640a] {
    display: flex;
    justify-content: space-between
}

.container>.section>.options.two-columns>[data-v-c41b640a] {
    width: 47%
}

.color-input[data-v-c41b640a] {
    display: flex;
    width: 100%
}

.color-input>span[data-v-c41b640a] {
    align-self: center
}

.color-input>.right[data-v-c41b640a] {
    margin-left: auto
}

.color-input[data-v-c41b640a]:not(:last-child) {
    margin-bottom: 2px
}

.tab-menu[data-v-81409a32] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-81409a32] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-81409a32] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-81409a32]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-81409a32] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-81409a32]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-81409a32]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-81409a32]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-81409a32]:after,
.pretty.p-switch .state label[data-v-81409a32]:before {
    transition: all .3s ease
}

.row[data-v-81409a32] {
    display: flex
}

#nickname[data-v-81409a32] {
    flex: 2;
    margin-right: 10px
}

#teamtag[data-v-81409a32] {
    flex: 1
}

#player-container[data-v-81409a32] {
    position: relative;
    z-index: 500
}

.relative[data-v-81409a32] {
    position: relative
}

#player-container #skin[data-v-81409a32] {
    border-radius: 50%;
    box-shadow: 0 0 13px 3px #000;
    display: block;
    height: 240px;
    margin: 16px auto auto;
    margin-bottom: 22px !important;
    width: 240px
}

#player-container #player-data[data-v-81409a32] {
    box-sizing: border-box;
    height: 100%;
    padding: 0 15px 15px;
    position: relative;
    width: 100%
}

#player-container #player-data>[data-v-81409a32] {
    margin-bottom: 10px
}

#player-container #game-buttons[data-v-81409a32] {
    display: flex
}

#player-container #game-buttons #play-button[data-v-81409a32] {
    background: #d3371e;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    flex: 9;
    font-size: 16px;
    margin-right: 7px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

#player-container #game-buttons #play-button[data-v-81409a32]:hover {
    background: #b82e19;
    transition: all .4s ease
}

#player-container #game-buttons #play-button[data-v-81409a32]:active {
    background: #9e2614;
    transition: none
}

#player-container #game-buttons #play-button[data-v-81409a32]:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

#player-container #game-buttons #spec-button[data-v-81409a32] {
    background: #d3371e;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    flex: 1;
    font-size: 16px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

#player-container #game-buttons #spec-button[data-v-81409a32]:hover {
    background: #b82e19;
    transition: all .4s ease
}

#player-container #game-buttons #spec-button[data-v-81409a32]:active {
    background: #9e2614;
    transition: none
}

#player-container #game-buttons #spec-button[data-v-81409a32]:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.tabs[data-v-81409a32] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 20px
}

.tab[data-v-81409a32] {
    cursor: pointer;
    flex: 1;
    padding: 9px;
    text-align: center;
    width: 55px
}

.tab[data-v-81409a32]:hover {
    background: rgba(0, 0, 0, .15)
}

.tab[data-v-81409a32]:not(:last-child) {
    border-right: 2px solid #000
}

.tab.active[data-v-81409a32] {
    background: rgba(0, 0, 0, .5);
    color: #e64a30
}

.tab-content[data-v-81409a32] {
    flex: 1;
    overflow: auto
}

.tab-menu[data-v-5f2d6d72] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-5f2d6d72] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-5f2d6d72] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-5f2d6d72]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-5f2d6d72] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-5f2d6d72]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-5f2d6d72]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-5f2d6d72]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-5f2d6d72]:after,
.pretty.p-switch .state label[data-v-5f2d6d72]:before {
    transition: all .3s ease
}

.progress[data-v-5f2d6d72] {
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), 0 1px hsla(0, 0%, 100%, .08);
    padding: 5px
}

.progress-bar[data-v-5f2d6d72] {
    background-color: #ee303c;
    border-radius: 4px;
    height: 20px
}

.progress-striped .progress-bar[data-v-5f2d6d72] {
    background: repeating-linear-gradient(-45deg, #e64a30, #e64a30 25px, #d3371e 0, #d3371e 50px)
}

.tab-menu[data-v-890f31b4] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-890f31b4] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-890f31b4] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-890f31b4]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-890f31b4] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-890f31b4]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-890f31b4]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-890f31b4]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-890f31b4]:after,
.pretty.p-switch .state label[data-v-890f31b4]:before {
    transition: all .3s ease
}

.account-wrapper[data-v-890f31b4] {
    padding: 15px 16px
}

.account-name[data-v-890f31b4] {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px
}

.xp-data[data-v-890f31b4] {
    color: #fff;
    display: flex;
    position: absolute;
    text-shadow: 0 0 5px #000;
    top: 4px;
    width: 100%
}

.discord-coming[data-v-890f31b4] {
    display: inline-block;
    text-align: center
}

.avatar[data-v-890f31b4] {
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #000;
    margin-right: 7px;
    width: 80px
}

.player-info[data-v-890f31b4] {
    display: inline-block;
    font-size: 14px;
    vertical-align: top
}

.account[data-v-890f31b4] {
    position: relative
}

.discord[data-v-890f31b4] {
    background: #0d141d;
    border: 1px solid #000;
    border-radius: 4px;
    color: #e1e1e1;
    cursor: pointer;
    display: block;
    padding: 10px
}

.logout_[data-v-890f31b4] {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}

.account-icon[data-v-890f31b4] {
    background: #dadada;
    border-radius: 500px;
    color: #0d141d;
    font-size: 120px;
    margin: 20px;
    padding-left: 2px;
    padding-right: 2px
}

.xp-progress[data-v-890f31b4] {
    margin-left: -2px;
    margin-right: -2px
}

.tab-menu[data-v-2c5139e0] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-2c5139e0] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-2c5139e0] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-2c5139e0]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-2c5139e0] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-2c5139e0]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-2c5139e0]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-2c5139e0]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-2c5139e0]:after,
.pretty.p-switch .state label[data-v-2c5139e0]:before {
    transition: all .3s ease
}

.container[data-v-2c5139e0] {
    padding: 10px
}

.row[data-v-2c5139e0] {
    display: block;
    margin-bottom: 7px
}

.right[data-v-2c5139e0] {
    float: right
}

.silent[data-v-2c5139e0] {
    color: #7a7a7a
}

.warning[data-v-2c5139e0] {
    color: #e64a30
}

.section[data-v-2c5139e0] {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden
}

.section>.header[data-v-2c5139e0] {
    background: rgba(0, 0, 0, .5);
    border-bottom: 2px solid #000;
    padding: 7px
}

.section>.header .p-switch[data-v-2c5139e0] {
    display: inline-block
}

.section>.options[data-v-2c5139e0] {
    padding: 9px 9px 9px 7px
}

.p-switch[data-v-2c5139e0] {
    display: block;
    padding-bottom: 3px;
    padding-top: 3px
}

.option-row[data-v-2c5139e0] {
    margin-top: 5px
}

.number-option[data-v-2c5139e0] {
    margin-bottom: 8px;
    margin-top: 5px
}

.number-option input[data-v-2c5139e0] {
    margin-top: -3px
}

.top-margin[data-v-2c5139e0] {
    margin-top: 8px
}

.bottom-margin[data-v-2c5139e0] {
    margin-bottom: 6px;
    margin-top: 2px
}

input.right[data-v-2c5139e0] {
    width: 30%
}

input[type=number].hide-arrows[data-v-2c5139e0]::-webkit-inner-spin-button,
input[type=number].hide-arrows[data-v-2c5139e0]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number].hide-arrows[data-v-2c5139e0] {
    -moz-appearance: textfield
}

.slider[data-v-2c5139e0] {
    -webkit-appearance: none;
    background: #121212;
    border: 1px solid #e64a30;
    border-radius: 60px;
    box-sizing: border-box;
    display: block;
    outline: none;
    padding: 1px;
    transition: none;
    width: 100%
}

.disabled[data-v-2c5139e0] {
    opacity: .5
}

.slider.draw-delay[data-v-2c5139e0] {
    background: linear-gradient(45deg, rgba(255, 0, 0, .8), #121212 35%)
}

.slider[data-v-2c5139e0]:hover {
    opacity: 1
}

.slider[data-v-2c5139e0]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #e64a30;
    border-radius: 60px;
    cursor: pointer;
    height: 15px;
    width: 15px
}

.inline-range[data-v-2c5139e0] {
    align-self: center;
    display: flex
}

.inline-range>input[data-v-2c5139e0] {
    display: inline-block;
    margin-right: 7px;
    width: 50px
}

.inline-range.off>input[data-v-2c5139e0] {
    border: 1px solid #bdc3c7
}

.inline-range.off>input[data-v-2c5139e0]::-webkit-slider-thumb {
    background: #bdc3c7
}

.inline-range.off>input[data-v-2c5139e0]::-moz-range-thumb {
    background: #bdc3c7
}

.inline-range>.right[data-v-2c5139e0] {
    float: unset;
    margin-left: auto
}

.reset-option-wrapper[data-v-2c5139e0] {
    display: flex;
    justify-content: center;
    width: 100%
}

.reset-option[data-v-2c5139e0] {
    color: red;
    cursor: pointer;
    display: inline-flex;
    justify-content: center
}

.reset-option[data-v-2c5139e0]>:first-child {
    margin-right: 3px
}

.reset-option>[data-v-2c5139e0] {
    align-self: center
}

.confirm-row[data-v-2c5139e0] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.confirm-button[data-v-2c5139e0] {
    background: #d3371e;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    padding: 5px 9px;
    text-shadow: 1px 1px 2px #000
}

.confirm-button[data-v-2c5139e0]:hover {
    background: #b82e19;
    transition: all .4s ease
}

.confirm-button[data-v-2c5139e0]:active {
    background: #9e2614;
    transition: none
}

.confirm-button[data-v-2c5139e0]:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.perk-badges-scroll[data-v-2c5139e0] {
    overflow-x: auto;
    width: 100%
}

.perk-color-wrapper[data-v-2c5139e0] {
    display: grid;
    grid-template-columns: 1fr 42px 50px;
    grid-template-rows: 1fr 32px;
    width: 100%
}

.perk-name[data-v-2c5139e0] {
    grid-row: 2
}

.perk-name[data-v-2c5139e0]:disabled {
    cursor: not-allowed
}

.perk-color-label[data-v-2c5139e0] {
    text-align: center
}

.perk-color-option[data-v-2c5139e0] {
    align-items: center;
    display: inline-flex;
    grid-row: 2;
    justify-content: center
}

.perk-color-update[data-v-2c5139e0] {
    background: #d3371e;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    grid-row: 2;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

.perk-color-update[data-v-2c5139e0]:hover {
    background: #b82e19;
    transition: all .4s ease
}

.perk-color-update[data-v-2c5139e0]:active {
    background: #9e2614;
    transition: none
}

.perk-color-update[data-v-2c5139e0]:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

input[type=number][data-v-2c5139e0] {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    color: #dadada;
    display: inline-block;
    outline: 0;
    padding: 5px;
    width: 50px
}

input[data-v-2c5139e0]::-webkit-inner-spin-button,
input[data-v-2c5139e0]::-webkit-outer-spin-button {
    background: rgba(0, 0, 0, .5);
    color: #dadada
}

a[data-v-2c5139e0] {
    text-decoration: underline
}

.perks-obtaining-label[data-v-2c5139e0] {
    display: inline-block;
    margin-top: 6px;
    text-decoration: underline
}

.perks-obtaining[data-v-2c5139e0] {
    margin-bottom: 0;
    margin-top: 0;
    padding-inline-start: 20px
}

.tab-menu[data-v-2eade0fe] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-2eade0fe] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-2eade0fe] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-2eade0fe]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-2eade0fe] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-2eade0fe]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-2eade0fe]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-2eade0fe]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-2eade0fe]:after,
.pretty.p-switch .state label[data-v-2eade0fe]:before {
    transition: all .3s ease
}

#customization[data-v-2eade0fe] {
    overflow: auto
}

#skins[data-v-2eade0fe] {
    grid-gap: 15px;
    box-sizing: border-box;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 100%;
    padding: 16px
}

.skin-container[data-v-2eade0fe] {
    display: flex;
    position: relative
}

.skin[data-v-2eade0fe] {
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 6px 2px #000;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%
}

.skin-remove-button[data-v-2eade0fe] {
    display: none
}

.skin-container:hover .skin-remove-button[data-v-2eade0fe] {
    border-radius: 50%;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    position: absolute;
    right: -3px;
    top: -3px
}

.skin.add-skin[data-v-2eade0fe] {
    background: radial-gradient(transparent, rgba(0, 0, 0, .549))
}

.selected[data-v-2eade0fe] {
    box-shadow: 0 0 3px 1px orange
}

.perks[data-v-2eade0fe] {
    padding: 8px
}

.perks-tab-badge[data-v-2eade0fe] {
    border-radius: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 0;
    transform: translateX(30%);
    width: 10px
}

.perks-tab-badge.using[data-v-2eade0fe] {
    background-color: #8e5eff
}

.perks-tab-badge.unused[data-v-2eade0fe] {
    background-color: #e64a30
}

.tab-menu[data-v-5208baf4] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-5208baf4] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-5208baf4] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-5208baf4]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-5208baf4] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-5208baf4]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-5208baf4]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-5208baf4]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-5208baf4]:after,
.pretty.p-switch .state label[data-v-5208baf4]:before {
    transition: all .3s ease
}

.bar[data-v-5208baf4] {
    grid-column: 1/4;
    margin: auto;
    text-align: center
}

.two[data-v-5208baf4] {
    grid-row: 2/4
}

.block[data-v-5208baf4] {
    text-align: center
}

#replays[data-v-5208baf4] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15000;
    width: 800px;
    max-width: 90%;
    height: auto;
    max-height: 80%;
    background: rgba(5, 5, 8, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    overflow: auto
}

#replays[data-v-5208baf4]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    z-index: -1
}

#main-container[data-v-5208baf4] {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 300px 330px 300px;
    grid-template-rows: 110px 146px 300px;
    left: 50%;
    margin-left: -481px;
    margin-top: -240px;
    position: absolute;
    top: 38%
}

.menu-enter-active[data-v-5208baf4],
.menu-leave-active[data-v-5208baf4] {
    transition: all .25s
}

.menu-enter[data-v-5208baf4],
.menu-leave-to[data-v-5208baf4] {
    opacity: 0;
    transform: scale(.98)
}

.tab-menu[data-v-ba56a55e] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-ba56a55e] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-ba56a55e] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-ba56a55e]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-ba56a55e] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-ba56a55e]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-ba56a55e]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-ba56a55e]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-ba56a55e]:after,
.pretty.p-switch .state label[data-v-ba56a55e]:before {
    transition: all .3s ease
}

.container[data-v-ba56a55e] {
    display: flex;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 10px;
    transform: translateX(-50%)
}

.line[data-v-ba56a55e] {
    margin-left: 10px;
    margin-right: 10px
}

#replay-controls[data-v-11edcf43] {
    bottom: 0;
    left: 0;
    padding: 18px;
    position: fixed;
    right: 0;
    text-shadow: 2px 2px 1px #000;
    transition: opacity .25s ease-in-out
}

.auto-hide[data-v-11edcf43] {
    opacity: 0
}

.auto-hide[data-v-11edcf43]:hover {
    opacity: 1
}

.replay-slider[data-v-11edcf43] {
    -webkit-appearance: none;
    appearance: none;
    background: #7b7b7b;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin: 0;
    outline: none;
    width: 100%
}

.replay-slider[data-v-11edcf43]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #d3d3d3;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px
}

.tab-menu[data-v-3d4cb83d] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-3d4cb83d] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-3d4cb83d] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-3d4cb83d]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-3d4cb83d] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-3d4cb83d]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-3d4cb83d]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-3d4cb83d]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-3d4cb83d]:after,
.pretty.p-switch .state label[data-v-3d4cb83d]:before {
    transition: all .3s ease
}

.social-container[data-v-3d4cb83d] {
    bottom: 20px;
    display: flex;
    justify-content: space-evenly;
    left: 50%;
    max-width: 570px;
    position: absolute;
    transform: translateX(-50%)
}

.social-container>[data-v-3d4cb83d] {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 15px !important;
    padding-right: 15px !important
}

a[data-v-3d4cb83d] {
    position: relative;
    text-decoration: none
}

.discord-link[data-v-3d4cb83d] {
    background: #4a67cf;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

.discord-link[data-v-3d4cb83d]:hover {
    background: #3556ca;
    transition: all .4s ease
}

.discord-link[data-v-3d4cb83d]:active {
    background: #304eb6;
    transition: none
}

.discord-link[data-v-3d4cb83d]:disabled {
    background: #2b45a2;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.tournaments-link[data-v-3d4cb83d] {
    background: #d3371e;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

.tournaments-link[data-v-3d4cb83d]:hover {
    background: #b82e19;
    transition: all .4s ease
}

.tournaments-link[data-v-3d4cb83d]:active {
    background: #9e2614;
    transition: none
}

.tournaments-link[data-v-3d4cb83d]:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.youtube-link[data-v-3d4cb83d] {
    background: #c00;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

.youtube-link[data-v-3d4cb83d]:hover {
    background: #b30000;
    transition: all .4s ease
}

.youtube-link[data-v-3d4cb83d]:active {
    background: #900;
    transition: none
}

.youtube-link[data-v-3d4cb83d]:disabled {
    background: maroon;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.skins-link[data-v-3d4cb83d] {
    background: #a800b1;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    color: #dadada;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    padding: 5px;
    text-shadow: 1px 1px 2px #000
}

.skins-link[data-v-3d4cb83d]:hover {
    background: #900098;
    transition: all .4s ease
}

.skins-link[data-v-3d4cb83d]:active {
    background: #77007e;
    transition: none
}

.skins-link[data-v-3d4cb83d]:disabled {
    background: #5f0065;
    color: #b3b3b3;
    cursor: auto;
    transition: none
}

.tag[data-v-3d4cb83d] {
    background-color: red;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 red;
    color: #fff;
    font-size: 14px;
    padding: 4px 6px;
    position: absolute;
    right: 0;
    top: -25px;
    transform: translateX(30%);
    width: max-content;
    z-index: 200
}

.tab-menu[data-v-9f4e7a3c] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-9f4e7a3c] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-9f4e7a3c] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-9f4e7a3c]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-9f4e7a3c] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-9f4e7a3c]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-9f4e7a3c]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-9f4e7a3c]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-9f4e7a3c]:after,
.pretty.p-switch .state label[data-v-9f4e7a3c]:before {
    transition: all .3s ease
}

.color-picker-wrapper[data-v-9f4e7a3c] {
    cursor: default
}

.color-picker-overlay[data-v-9f4e7a3c] {
    background: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200
}

.color-picker[data-v-9f4e7a3c] {
    padding: 10px;
    position: fixed;
    z-index: 201
}

.color-picker>.row[data-v-9f4e7a3c] {
    display: flex;
    flex-direction: row
}

.color-picker-sat[data-v-9f4e7a3c] {
    background: linear-gradient(90deg, #fff 0, transparent);
    height: 150px;
    width: 150px
}

.color-picker-val[data-v-9f4e7a3c] {
    background: linear-gradient(0deg, #000 0, transparent);
    height: 150px;
    position: relative;
    width: 150px
}

.color-picker-pivot[data-v-9f4e7a3c] {
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #000;
    box-sizing: content-box;
    cursor: pointer;
    height: 8px;
    position: absolute;
    transform: translate(-4px, -4px);
    width: 8px
}

.color-picker-pivot.dragging[data-v-9f4e7a3c] {
    border-radius: 10px;
    height: 20px;
    transform: translate(-10px, -10px);
    width: 20px
}

.color-picker-hue[data-v-9f4e7a3c] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, red 0, #ff0 17%, lime 33%, cyan 50%, blue 67%, #f0f 83%, red);
    border-radius: 0;
    box-sizing: border-box;
    cursor: col-resize;
    height: 20px;
    margin: 0 0 3px;
    width: 150px
}

.color-picker-hue[data-v-9f4e7a3c]:focus {
    outline: none
}

.color-picker-hue[data-v-9f4e7a3c]::-webkit-slider-thumb {
    appearance: none;
    border: 1px solid #fff;
    box-sizing: content-box;
    cursor: col-resize;
    height: 20px;
    outline: 1px solid #000;
    width: 5px
}

.color-picker-hue[data-v-9f4e7a3c]::-moz-range-thumb {
    appearance: none;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: col-resize;
    height: 20px;
    outline: 1px solid #000;
    width: 5px
}

div.color-picker-hex[data-v-9f4e7a3c] {
    display: flex;
    justify-content: space-around;
    margin-top: 3px
}

div.color-picker-hex>.color-picker-reset[data-v-9f4e7a3c] {
    align-self: center;
    color: red;
    cursor: pointer;
    text-decoration: underline
}

div.color-picker-hex>.color-picker-hashtag[data-v-9f4e7a3c] {
    align-self: center;
    display: inline-block;
    flex: 1;
    text-align: right
}

div.color-picker-hex>input.color-picker-hex[data-v-9f4e7a3c] {
    float: right;
    margin-left: 5px;
    width: 62px
}

.tab-menu[data-v-16d4a4d8] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-16d4a4d8] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-16d4a4d8] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-16d4a4d8]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-16d4a4d8] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-16d4a4d8]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-16d4a4d8]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-16d4a4d8]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-16d4a4d8]:after,
.pretty.p-switch .state label[data-v-16d4a4d8]:before {
    transition: all .3s ease
}

.image-captcha-overlay[data-v-16d4a4d8] {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.center-screen[data-v-16d4a4d8] {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tab-menu[data-v-591f7255] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-591f7255] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-591f7255] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-591f7255]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-591f7255] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-591f7255]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-591f7255]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-591f7255]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-591f7255]:after,
.pretty.p-switch .state label[data-v-591f7255]:before {
    transition: all .3s ease
}

.image-picker-wrapper[data-v-591f7255] {
    cursor: default
}

.image-picker-overlay[data-v-591f7255] {
    background: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200
}

.image-picker[data-v-591f7255] {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: fixed;
    z-index: 201
}

.image-picker-preview[data-v-591f7255] {
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer
}

.image-picker-preview.highlighted[data-v-591f7255] {
    border: 3px solid #e64a30
}

.image-picker-reset[data-v-591f7255] {
    color: red;
    cursor: pointer;
    text-decoration: underline
}

.image-picker-input[data-v-591f7255] {
    display: none
}

.shoutbox[data-v-a5dc8020] {
    bottom: 14px;
    display: none;
    left: 50%;
    position: fixed;
    transform: translateX(-200%);
    z-index: 1000
}

@media screen and (min-width: 1230px) {
    .shoutbox[data-v-a5dc8020] {
        display: block
    }
}

.close-button[data-v-a5dc8020] {
    border-radius: 50%;
    color: #dadada;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 111
}

#shutdown-overlay[data-v-4137315a] {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-shadow: 0 0 10px #000;
    top: 0;
    z-index: 1000
}

.content[data-v-4137315a] {
    pointer-events: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.content [data-v-4137315a] {
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000
}

.pointer[data-v-4137315a] {
    cursor: pointer
}

.tab-menu[data-v-7d20daa3] {
    display: flex;
    flex-direction: column
}

.tab-menu .tabs[data-v-7d20daa3] {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px
}

.tab-menu .tab[data-v-7d20daa3] {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center
}

.tab-menu .tab[data-v-7d20daa3]:not(:last-child) {
    border-right: 2px solid #000
}

.tab-menu .tab.active[data-v-7d20daa3] {
    background: rgba(0, 0, 0, .5)
}

.pretty.p-switch .state[data-v-7d20daa3]:before {
    background: #121212
}

.pretty.p-switch input:checked~.state[data-v-7d20daa3]:before {
    border-color: #e64a30 !important
}

.pretty.p-switch input:checked~.state label[data-v-7d20daa3]:after {
    background-color: #e64a30 !important
}

.pretty.p-switch .state label[data-v-7d20daa3]:after,
.pretty.p-switch .state label[data-v-7d20daa3]:before {
    transition: all .3s ease
}

.tooltip[data-v-7d20daa3] {
    background: linear-gradient(to right bottom, #2e1414, #140a0a 55%, #0a0606);
    color: #e8ded8;
    border: 2px solid #000;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
    font-family: Nunito, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    max-width: 240px;
    opacity: 0;
    padding: 8px 12px;
    pointer-events: none;
    position: fixed;
    white-space: pre-wrap
}

.tooltip.soft[data-v-7d20daa3] {
    transition: opacity .1s ease-out
}

.tooltip.show[data-v-7d20daa3] {
    opacity: 1
}

@import url(https://fonts.googleapis.com/css?family=Hind+Madurai:500|Nunito|Ubuntu:700);

.pretty * {
    box-sizing: border-box;
}

.pretty input:not([type="checkbox"]):not([type="radio"]) {
    display: none;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pretty .state label {
    position: static;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}

.pretty .state label:after,
.pretty .state label:before {
    content: "";
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc(-108% - -1em);
    background-color: transparent;
}

.pretty .state label:before {
    border-color: #bdc3c7;
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
    display: none;
}

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes tada {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(7);
    }

    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1);
    }

    55% {
        animation-timing-function: ease-in;
        transform: scale(1.5);
    }

    72% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }

    81% {
        animation-timing-function: ease-in;
        transform: scale(1.24);
    }

    89% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }

    95% {
        animation-timing-function: ease-in;
        transform: scale(1.04);
    }

    to {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

@keyframes jelly {
    0% {
        transform: scaleX(1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: translateZ(-200px) rotate(-45deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0) rotate(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7;
    }

    to {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}

.pretty.p-default.p-fill .state label:after {
    transform: scale(1);
}

.pretty.p-default .state label:after {
    transform: scale(0.6);
}

.pretty.p-default input:checked~.state label:after {
    background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
    border-width: 0.14286em;
}

.pretty.p-default.p-thick .state label:after {
    transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc(-108% - -1em);
    border: 1px solid transparent;
    opacity: 0;
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pretty.p-icon input:checked~.state .icon {
    opacity: 1;
}

.pretty.p-icon input:checked~.state label:before {
    border-color: #d3371e;
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc(-108% - -1em);
    border: 1px solid transparent;
    opacity: 0;
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pretty.p-svg input:checked~.state .svg {
    opacity: 1;
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc(-108% - -1em);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    transform: scale(0.8);
}

.pretty.p-image input:checked~.state img {
    opacity: 1;
}

.pretty.p-switch input {
    min-width: 2em;
}

.pretty.p-switch .state {
    position: relative;
}

.pretty.p-switch .state:before {
    content: "";
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc(-116% - -1em);
    z-index: 0;
    transition: all 0.5s ease;
}

.pretty.p-switch .state label {
    text-indent: 2.5em;
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
    transition: all 0.5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    transform: scale(0.8);
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked~.state:before {
    border-color: #d3371e;
}

.pretty.p-switch input:checked~.state label:before {
    opacity: 0;
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #d3371e !important;
    left: 1em;
}

.pretty.p-switch.p-fill input:checked~.state:before {
    border-color: #d3371e;
    background-color: #d3371e !important;
}

.pretty.p-switch.p-fill input:checked~.state label:before {
    opacity: 0;
}

.pretty.p-switch.p-fill input:checked~.state label:after {
    background-color: #fff !important;
    left: 1em;
}

.pretty.p-switch.p-slim .state:before {
    height: 0.1em;
    background: #bdc3c7 !important;
    top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked~.state:before {
    border-color: #d3371e;
    background-color: #d3371e !important;
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
    display: none;
}

.pretty.p-has-hover input:hover~.state.p-is-hover,
.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
    display: block;
}

.pretty.p-has-focus input:focus~.state label:before {
    box-shadow: 0 0 3px 0 #bdc3c7;
}

.pretty.p-has-indeterminate input[type="checkbox"]:indeterminate~.state:not(.p-is-indeterminate) {
    display: none;
}

.pretty.p-has-indeterminate input[type="checkbox"]:indeterminate~.state.p-is-indeterminate {
    display: block;
}

.pretty.p-has-indeterminate input[type="checkbox"]:indeterminate~.state.p-is-indeterminate .icon {
    display: block;
    opacity: 1;
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none;
}

.pretty.p-toggle .state .icon,
.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
    opacity: 1;
    display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7;
}

.pretty.p-toggle input:checked~.state.p-on {
    opacity: 1;
    display: inherit;
}

.pretty.p-toggle input:checked~.state.p-off {
    opacity: 0;
    display: none;
}

.pretty.p-plain.p-toggle .state label:before,
.pretty.p-plain input:checked~.state label:before {
    content: none;
}

.pretty.p-plain.p-plain .icon {
    transform: scale(1.1);
}

.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
    transform: scale(0.8);
}

.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
    border-radius: 20%;
}

.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
    transition: all 0.5s ease;
}

.pretty.p-smooth input:checked+.state label:after {
    transition: all 0.3s ease;
}

.pretty.p-smooth.p-default input:checked+.state label:after,
.pretty.p-smooth input:checked+.state .icon,
.pretty.p-smooth input:checked+.state .svg,
.pretty.p-smooth input:checked+.state img {
    animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
    content: "";
    transform: scale(0);
    transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon,
.pretty.p-tada:not(.p-default) input:checked+.state .svg,
.pretty.p-tada:not(.p-default) input:checked+.state img,
.pretty.p-tada:not(.p-default) input:checked+.state label:after,
.pretty.p-tada:not(.p-default) input:checked+.state label:before {
    animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon,
.pretty.p-jelly:not(.p-default) input:checked+.state .svg,
.pretty.p-jelly:not(.p-default) input:checked+.state img,
.pretty.p-jelly:not(.p-default) input:checked+.state label:after,
.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon,
.pretty.p-rotate:not(.p-default) input:checked~.state .svg,
.pretty.p-rotate:not(.p-default) input:checked~.state img,
.pretty.p-rotate:not(.p-default) input:checked~.state label:after,
.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
    animation: pulse 1s;
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none;
}

.pretty input[disabled]~* {
    opacity: 0.5;
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed;
}

.pretty.p-toggle .state.p-primary label:after,
.pretty input:checked~.state.p-primary label:after {
    background-color: #d3371e !important;
}

.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg,
.pretty input:checked~.state.p-primary .icon,
.pretty input:checked~.state.p-primary .svg {
    color: #fff;
    stroke: #fff;
}

.pretty.p-toggle .state.p-primary-o label:before,
.pretty input:checked~.state.p-primary-o label:before {
    border-color: #d3371e;
}

.pretty.p-toggle .state.p-primary-o label:after,
.pretty input:checked~.state.p-primary-o label:after {
    background-color: transparent;
}

.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg,
.pretty input:checked~.state.p-primary-o .icon,
.pretty input:checked~.state.p-primary-o .svg,
.pretty input:checked~.state.p-primary-o svg {
    color: #d3371e;
    stroke: #d3371e;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state.p-primary:before {
    border-color: #d3371e;
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
    background-color: #d3371e !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}

.pretty.p-toggle .state.p-info label:after,
.pretty input:checked~.state.p-info label:after {
    background-color: #d3371e !important;
}

.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg,
.pretty input:checked~.state.p-info .icon,
.pretty input:checked~.state.p-info .svg {
    color: #fff;
    stroke: #fff;
}

.pretty.p-toggle .state.p-info-o label:before,
.pretty input:checked~.state.p-info-o label:before {
    border-color: #d3371e;
}

.pretty.p-toggle .state.p-info-o label:after,
.pretty input:checked~.state.p-info-o label:after {
    background-color: transparent;
}

.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg,
.pretty input:checked~.state.p-info-o .icon,
.pretty input:checked~.state.p-info-o .svg,
.pretty input:checked~.state.p-info-o svg {
    color: #d3371e;
    stroke: #d3371e;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
    background-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state.p-info:before {
    border-color: #d3371e;
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
    background-color: #d3371e !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}

.pretty.p-toggle .state.p-success label:after,
.pretty input:checked~.state.p-success label:after {
    background-color: #5cb85c !important;
}

.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg,
.pretty input:checked~.state.p-success .icon,
.pretty input:checked~.state.p-success .svg {
    color: #fff;
    stroke: #fff;
}

.pretty.p-toggle .state.p-success-o label:before,
.pretty input:checked~.state.p-success-o label:before {
    border-color: #5cb85c;
}

.pretty.p-toggle .state.p-success-o label:after,
.pretty input:checked~.state.p-success-o label:after {
    background-color: transparent;
}

.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg,
.pretty input:checked~.state.p-success-o .icon,
.pretty input:checked~.state.p-success-o .svg,
.pretty input:checked~.state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
    background-color: #5cb85c !important;
}

.pretty.p-switch input:checked~.state.p-success:before {
    border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
    background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important;
}

.pretty.p-toggle .state.p-warning label:after,
.pretty input:checked~.state.p-warning label:after {
    background-color: #d3371e !important;
}

.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg,
.pretty input:checked~.state.p-warning .icon,
.pretty input:checked~.state.p-warning .svg {
    color: #fff;
    stroke: #fff;
}

.pretty.p-toggle .state.p-warning-o label:before,
.pretty input:checked~.state.p-warning-o label:before {
    border-color: #d3371e;
}

.pretty.p-toggle .state.p-warning-o label:after,
.pretty input:checked~.state.p-warning-o label:after {
    background-color: transparent;
}

.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg,
.pretty input:checked~.state.p-warning-o .icon,
.pretty input:checked~.state.p-warning-o .svg,
.pretty input:checked~.state.p-warning-o svg {
    color: #d3371e;
    stroke: #d3371e;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
    background-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state.p-warning:before {
    border-color: #d3371e;
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
    background-color: #d3371e !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important;
}

.pretty.p-toggle .state.p-danger label:after,
.pretty input:checked~.state.p-danger label:after {
    background-color: #d9534f !important;
}

.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg,
.pretty input:checked~.state.p-danger .icon,
.pretty input:checked~.state.p-danger .svg {
    color: #fff;
    stroke: #fff;
}

.pretty.p-toggle .state.p-danger-o label:before,
.pretty input:checked~.state.p-danger-o label:before {
    border-color: #d9534f;
}

.pretty.p-toggle .state.p-danger-o label:after,
.pretty input:checked~.state.p-danger-o label:after {
    background-color: transparent;
}

.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg,
.pretty input:checked~.state.p-danger-o .icon,
.pretty input:checked~.state.p-danger-o .svg,
.pretty input:checked~.state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
    background-color: #d9534f !important;
}

.pretty.p-switch input:checked~.state.p-danger:before {
    border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
    background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}

.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc(-135% - -1em) !important;
}

.pretty.p-bigger label {
    text-indent: 1.7em;
}

@media print {

    .pretty .state .icon,
    .pretty .state:before,
    .pretty .state label:after,
    .pretty .state label:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

#chatbox-container,
.fade-box,
.swal2-popup {
    box-shadow: 0 0 4px 2px #000 !important;
}

.pretty.p-switch .state:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
    transition: all 0.3s ease;
}

#chatbox-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 440px;
    height: 200px;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(10, 10, 12, 0.7);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    border-radius: 4px;
}

#chatbox-container #message-list {
    flex: 1;
    overflow: auto;
    margin-bottom: 5px;
}

#chatbox-container input {
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
}

.chatbox-message {
    overflow: hidden;
}

.chatbox-message .sender {
    white-space: nowrap;
    margin-right: 5px;
}

.chatbox-message .text {
    word-break: break-word;
    user-select: text;
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon:before {
    display: flex;
    align-items: center;
    font-size: 2em;
    font-weight: 700;
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .swal2-popup.swal2-toast .swal2-icon:before {
        font-size: 0.25em;
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    top: 0.875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    top: -0.25em;
    left: 0.9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
    height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="tip"] {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="long"] {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
    align-items: flex-start;
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.swal2-container.swal2-center {
    align-items: center;
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom {
    align-items: flex-end;
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom-end> :first-child,
.swal2-container.swal2-bottom-left> :first-child,
.swal2-container.swal2-bottom-right> :first-child,
.swal2-container.swal2-bottom-start> :first-child,
.swal2-container.swal2-bottom> :first-child {
    margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    margin: auto;
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.65);
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 0.3125em;
    background: rgba(20, 20, 25, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
    font-family: inherit;
    font-size: 15px;
}

.swal2-popup:focus {
    outline: none;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #dadada;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: 0.46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-radius: 100%;
    border: 0.25em solid transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-radius: 50%;
    border: 3px solid #999;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
}

.swal2-styled:not([disabled]) {
    cursor: pointer;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #d3371e;
    color: #fff;
    font-size: 15px;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 15px;
}

.swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
    border: 0;
}

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: transparent;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
}

.swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474;
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #dadada;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 5px;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: rgba(0, 0, 0, 0.5);
    border-radius: 0.1875em;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 15px;
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border: rgba(0, 0, 0, 0.5);
    outline: none;
    box-shadow: none;
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
    color: #ccc;
}

.swal2-range {
    margin: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.swal2-range input {
    width: 80%;
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center;
}

.swal2-range input,
.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 15px;
    line-height: 2.625em;
}

.swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}

.swal2-input[type="number"] {
    max-width: 10em;
}

.swal2-file {
    background: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}

.swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    background: rgba(0, 0, 0, 0.5);
    color: inherit;
    font-size: 15px;
}

.swal2-checkbox,
.swal2-radio {
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: inherit;
}

.swal2-checkbox label,
.swal2-radio label {
    margin: 0 0.6em;
    font-size: 15px;
}

.swal2-checkbox input,
.swal2-radio input {
    margin: 0 0.4em;
}

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
}

.swal2-validation-message:before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}

.swal2-icon:before {
    display: flex;
    align-items: center;
    height: 92%;
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 1.0625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 1em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-warning:before {
    content: "!";
}

.swal2-icon.swal2-info {
    border-color: #e8a09a;
    color: #d3371e;
}

.swal2-icon.swal2-info:before {
    content: "i";
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-question:before {
    content: "?";
}

.swal2-icon.swal2-question.swal2-arabic-question-mark:before {
    content: "ØŸ";
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    top: 2.875em;
    left: 0.875em;
    width: 1.5625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
}

.swal2-progress-steps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600;
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative;
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #d3371e;
    color: #fff;
    line-height: 2em;
    text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #d3371e;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #4a4a4a;
    color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #4a4a4a;
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #d3371e;
}

[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
    animation: none;
}

.swal2-hide {
    animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
    animation: none;
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, 0.4);
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotate(2deg);
    }

    33% {
        transform: translateY(0) rotate(-2deg);
    }

    66% {
        transform: translateY(0.3125em) rotate(2deg);
    }

    to {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0;
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }

    to {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }

    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }

    to {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    to {
        top: 2.8125em;
        left: 0.875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    to {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }

    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    to {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 1.25em);
    background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0;
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden="true"] {
        display: none;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important;
    }
}

body.swal2-toast-shown .swal2-container,
body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: 0.3125em auto;
    font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em;
}

#swal2-content {
    margin-bottom: 10px !important;
}

.swal2-input {
    min-width: 350px;
    margin: 0 0 10px !important;
}

.swal2-title {
    text-shadow: 1px 1px 2px #000;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 5%;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none;
}

@keyframes swal2-show {
    0% {
        opacity: 0;
        transform: scale(0.93);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes swal2-hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.93);
    }
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4a4a4a;
    border: 1px solid #2a2a2a;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.hide-captcha-badge .grecaptcha-badge {
    visibility: hidden;
}

.fade-box {
    background: rgba(20, 20, 25, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

#overlay {
    background: radial-gradient(rgba(10, 10, 10, 0.75) 300px, rgba(0, 0, 0, 0.75));
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #dadada;
}

#canvas {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

* {
    font-family: Nunito, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    color: #dadada;
}

p {
    margin: 0;
}

.preload {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.preload.font1 {
    font-family: Hind Madurai, sans-serif;
}

.preload.font2 {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
}

.disabled-content {
    pointer-events: none;
    opacity: 0.4;
}

.vanis-list-item {
    display: flex;
    user-select: none;
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid #000;
}

.vanis-list-item:hover {
    background: rgba(0, 0, 0, 0.2);
}

input[type="text"] {
    display: block;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px;
    outline: 0;
    width: 100%;
    color: #dadada;
    border-radius: 4px;
    transition: all 0.2s ease;
}

input[type="text"]:focus {
    border-color: #d3371e;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(211, 55, 30, 0.3);
}

input[type="text"]:disabled {
    color: #7a7a7a;
}

input::placeholder {
    color: #5e5e5e;
}

.confidential {
    color: transparent !important;
    text-shadow: 0 0 5px hsla(0, 0%, 85.5%, 0.5);
    transition: all 0.2s;
}

.confidential:focus,
.confidential:hover {
    color: #dadada !important;
    text-shadow: none;
}

.confidential::placeholder {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(94, 94, 94, 0.5);
    transition: all 0.2s;
}

.confidential:focus::placeholder,
.confidential:hover::placeholder {
    color: #5e5e5e !important;
    text-shadow: none;
}

#starfield {
    width: 100%;
    height: 100%;
}

.vanis-button {
    text-decoration: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 4px #000;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background: linear-gradient(to bottom, #d3371e, #b02e19);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}



.vanis-button:hover {
    background: linear-gradient(to bottom, #e64a30, #c4331c);
    box-shadow: 0 0 8px rgba(211, 55, 30, 0.5);
    transform: translateY(-1px);
}

.vanis-button:active {
    box-shadow: inset 0 0 3px 0 #000;
}

.vanis-button:disabled {
    cursor: auto;
    transition: none;
    color: #b3b3b3;
}

.pretty.p-switch .state[data-v-0647fbb0]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-0647fbb0]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-0647fbb0]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-0647fbb0]:after,
.pretty.p-switch .state label[data-v-0647fbb0]:before {
    transition: all 0.3s ease;
}

.new-badge[data-v-0647fbb0] {
    background: red;
    font-size: 9px;
    font-weight: 700;
    border-radius: 4px;
    padding: 1px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.active[data-v-0647fbb0] {
    background: rgba(0, 0, 0, 0.5);
}

.server-list[data-v-0647fbb0] {
    height: 100%;
    overflow: auto;
}

.server-load-error[data-v-0647fbb0] {
    padding: 10px;
    border-bottom: 2px solid #000;
    background: rgba(0, 0, 0, 0.5);
    color: red;
}

.server-name[data-v-0647fbb0] {
    flex: 1;
}

#tab-menu[data-v-0647fbb0] {
    display: flex;
    flex-direction: column;
}

#tab-menu .tabs[data-v-0647fbb0] {
    display: flex;
    font-size: 18px;
    border-bottom: 2px solid #000;
}

#tab-menu .tab[data-v-0647fbb0] {
    flex: 1;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 7px;
}

#tab-menu .tab[data-v-0647fbb0]:not(:last-child) {
    border-right: 2px solid #000;
}

#tab-menu .tab.active[data-v-0647fbb0] {
    background: rgba(0, 0, 0, 0.5);
}

.cursor-loading[data-v-0647fbb0] {
    cursor: default !important;
}

.modal[data-v-0eaeaf66] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15000;
}

.overlay[data-v-0eaeaf66] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.wrapper[data-v-0eaeaf66] {
    height: 100%;
    overflow: hidden;
}

.content[data-v-0eaeaf66] {
    position: relative;
    overflow: auto;
    height: 100%;
    box-shadow: 0 0 4px 2px #000;
    border-radius: 4px;
}

.close-button[data-v-0eaeaf66] {
    cursor: pointer;
    z-index: 111;
    position: absolute;
    color: #d3d3d3;
    background: #000;
    border-radius: 50%;
    top: -13px;
    right: -13px;
    font-size: 30px;
}

.scale-enter-active[data-v-0eaeaf66],
.scale-leave-active[data-v-0eaeaf66] {
    transition: transform 0.22s;
}

.scale-enter[data-v-0eaeaf66],
.scale-leave-to[data-v-0eaeaf66] {
    transform: scale(1.08);
}

.fade-enter-active[data-v-0eaeaf66],
.fade-leave-active[data-v-0eaeaf66] {
    transition: opacity 0.22s;
}

.fade-enter[data-v-0eaeaf66],
.fade-leave-to[data-v-0eaeaf66] {
    opacity: 0;
}

.pretty.p-switch .state[data-v-3ddebeb3]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-3ddebeb3]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-3ddebeb3]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-3ddebeb3]:after,
.pretty.p-switch .state label[data-v-3ddebeb3]:before {
    transition: all 0.3s ease;
}

.container[data-v-3ddebeb3] {
    padding: 10px;
}

.row[data-v-3ddebeb3] {
    display: block;
    margin-bottom: 7px;
}

.right[data-v-3ddebeb3] {
    float: right;
}

.silent[data-v-3ddebeb3] {
    color: #7a7a7a;
}

.section[data-v-3ddebeb3] {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden;
}

.section>.header[data-v-3ddebeb3] {
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #000;
}

.section>.header .p-switch[data-v-3ddebeb3] {
    display: inline-block;
}

.section>.options[data-v-3ddebeb3] {
    padding: 9px 9px 9px 7px;
}

.p-switch[data-v-3ddebeb3] {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.slider-option[data-v-3ddebeb3] {
    margin-top: 5px;
}

.bottom-margin[data-v-3ddebeb3] {
    margin-top: 2px;
    margin-bottom: 6px;
}

.slider[data-v-3ddebeb3] {
    display: block;
    box-sizing: border-box;
    border: 1px solid #d3371e;
    border-radius: 60px;
    padding: 1px;
    -webkit-appearance: none;
    width: 100%;
    background: #121212;
    outline: none;
    transition: none;
}

.disabled[data-v-3ddebeb3] {
    opacity: 0.5;
}

.slider.draw-delay[data-v-3ddebeb3] {
    background: linear-gradient(45deg, rgba(255, 0, 0, 0.8), #121212 35%);
}

.slider[data-v-3ddebeb3]:hover {
    opacity: 1;
}

.slider[data-v-3ddebeb3]::-webkit-slider-thumb {
    border-radius: 60px;
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #d3371e;
    cursor: pointer;
}

.inline-range[data-v-3ddebeb3] {
    display: flex;
    align-self: center;
}

.inline-range>input[data-v-3ddebeb3] {
    display: inline-block;
    width: 50px;
    margin-right: 7px;
}

.inline-range.off>input[data-v-3ddebeb3] {
    border: 1px solid #bdc3c7;
}

.inline-range.off>input[data-v-3ddebeb3]::-webkit-slider-thumb {
    background: #bdc3c7;
}

.inline-range.off>input[data-v-3ddebeb3]::-moz-range-thumb {
    background: #bdc3c7;
}

.inline-range>.right[data-v-3ddebeb3] {
    float: unset;
    margin-left: auto;
}

.reset-option-wrapper[data-v-3ddebeb3] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.reset-option[data-v-3ddebeb3] {
    display: inline-flex;
    justify-content: center;
    color: red;
    cursor: pointer;
}

.reset-option[data-v-3ddebeb3]> :first-child {
    margin-right: 3px;
}

.reset-option>[data-v-3ddebeb3] {
    align-self: center;
}

.pretty.p-switch .state[data-v-5b0666af]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-5b0666af]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-5b0666af]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-5b0666af]:after,
.pretty.p-switch .state label[data-v-5b0666af]:before {
    transition: all 0.3s ease;
}

.color-button[data-v-5b0666af] {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
}

.color-button.disabled[data-v-5b0666af],
.color-picker-wrapper[data-v-5b0666af] {
    cursor: default;
}

.color-picker-overlay[data-v-5b0666af] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 100;
}

.color-picker[data-v-5b0666af] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 101;
}

.color-picker>.row[data-v-5b0666af] {
    display: flex;
    flex-direction: row;
}

.color-picker-sat[data-v-5b0666af] {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #fff 0, transparent);
}

.color-picker-val[data-v-5b0666af] {
    width: 100px;
    height: 100px;
    background: linear-gradient(0deg, #000 0, transparent);
    position: relative;
}

.color-picker-pivot[data-v-5b0666af] {
    transform: translate(-6px, -6px);
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    box-sizing: content-box;
    border: 1px solid #fff;
    box-shadow: 0 0 1px 1px #000;
    background: none;
    cursor: pointer;
}

.color-picker-hue[data-v-5b0666af] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    height: 20px;
    box-sizing: border-box;
    margin: 0 0 3px;
    background: linear-gradient(90deg,
            red 0,
            #ff0 17%,
            #0f0 33%,
            #0ff 50%,
            #00f 67%,
            #f0f 83%,
            red);
    border-radius: 0;
    cursor: col-resize;
}

.color-picker-hue[data-v-5b0666af]:focus {
    outline: none;
}

.color-picker-hue[data-v-5b0666af]::-webkit-slider-thumb {
    appearance: none;
    width: 5px;
    height: 20px;
    border: 1px solid #fff;
    outline: 1px solid #000;
    cursor: col-resize;
    box-sizing: content-box;
}

.color-picker-hue[data-v-5b0666af]::-moz-range-thumb {
    appearance: none;
    width: 5px;
    height: 20px;
    border: 1px solid #fff;
    outline: 1px solid #000;
    cursor: col-resize;
    border-radius: 0;
}

.color-picker-hex[data-v-5b0666af] {
    display: flex;
    justify-content: space-around;
    width: 100px;
    margin-top: 3px;
}

.color-picker-hex>.color-picker-hashtag[data-v-5b0666af] {
    display: inline-block;
    align-self: center;
    text-align: right;
    width: 100%;
}

.color-picker-hex>.color-picker-hex[data-v-5b0666af] {
    float: right;
    margin-left: 5px;
    width: 62px;
}

.pretty.p-switch .state[data-v-641581b7]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-641581b7]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-641581b7]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-641581b7]:after,
.pretty.p-switch .state label[data-v-641581b7]:before {
    transition: all 0.3s ease;
}

.image-button[data-v-641581b7] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.image-button-text[data-v-641581b7] {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 30px;
    height: 30px;
}

.image-button.disabled[data-v-641581b7],
.image-picker-wrapper[data-v-641581b7] {
    cursor: default;
}

.image-picker-overlay[data-v-641581b7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 100;
}

.image-picker[data-v-641581b7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 101;
}

.image-picker>.row[data-v-641581b7] {
    display: flex;
    flex-direction: row;
}

.image-picker-preview[data-v-641581b7] {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
}

.image-picker-preview.highlighted[data-v-641581b7] {
    border: 3px solid #d3371e;
}

.image-picker-reset[data-v-641581b7] {
    color: red;
    cursor: pointer;
}

.image-picker-input[data-v-641581b7] {
    display: none;
}

.pretty.p-switch .state[data-v-15c13b66]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-15c13b66]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-15c13b66]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-15c13b66]:after,
.pretty.p-switch .state label[data-v-15c13b66]:before {
    transition: all 0.3s ease;
}

.row[data-v-15c13b66] {
    display: block;
    margin-bottom: 7px;
}

.right[data-v-15c13b66] {
    float: right;
}

.silent[data-v-15c13b66] {
    color: #7a7a7a;
}

.section[data-v-15c13b66] {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden;
}

.section>.header[data-v-15c13b66] {
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #000;
}

.section>.header .p-switch[data-v-15c13b66] {
    display: inline-block;
}

.section>.options[data-v-15c13b66] {
    padding: 9px 9px 9px 7px;
}

.p-switch[data-v-15c13b66] {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.slider-option[data-v-15c13b66] {
    margin-top: 5px;
}

.bottom-margin[data-v-15c13b66] {
    margin-top: 2px;
    margin-bottom: 6px;
}

.slider[data-v-15c13b66] {
    display: block;
    box-sizing: border-box;
    border: 1px solid #d3371e;
    border-radius: 60px;
    padding: 1px;
    -webkit-appearance: none;
    width: 100%;
    background: #121212;
    outline: none;
    transition: none;
}

.disabled[data-v-15c13b66] {
    opacity: 0.5;
}

.slider.draw-delay[data-v-15c13b66] {
    background: linear-gradient(45deg, rgba(255, 0, 0, 0.8), #121212 35%);
}

.slider[data-v-15c13b66]:hover {
    opacity: 1;
}

.slider[data-v-15c13b66]::-webkit-slider-thumb {
    border-radius: 60px;
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #d3371e;
    cursor: pointer;
}

.inline-range[data-v-15c13b66] {
    display: flex;
    align-self: center;
}

.inline-range>input[data-v-15c13b66] {
    display: inline-block;
    width: 50px;
    margin-right: 7px;
}

.inline-range.off>input[data-v-15c13b66] {
    border: 1px solid #bdc3c7;
}

.inline-range.off>input[data-v-15c13b66]::-webkit-slider-thumb {
    background: #bdc3c7;
}

.inline-range.off>input[data-v-15c13b66]::-moz-range-thumb {
    background: #bdc3c7;
}

.inline-range>.right[data-v-15c13b66] {
    float: unset;
    margin-left: auto;
}

.reset-option-wrapper[data-v-15c13b66] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.reset-option[data-v-15c13b66] {
    display: inline-flex;
    justify-content: center;
    color: red;
    cursor: pointer;
}

.reset-option[data-v-15c13b66]> :first-child {
    margin-right: 3px;
}

.reset-option>[data-v-15c13b66] {
    align-self: center;
}

.container[data-v-15c13b66] {
    padding: 10px;
}

.container>.section>.options.two-columns[data-v-15c13b66] {
    display: flex;
    justify-content: space-between;
}

.container>.section>.options.two-columns>[data-v-15c13b66] {
    width: 47%;
}

.color-input[data-v-15c13b66] {
    display: flex;
    width: 100%;
}

.color-input>span[data-v-15c13b66] {
    align-self: center;
}

.color-input>.right[data-v-15c13b66] {
    margin-left: auto;
}

.color-input[data-v-15c13b66]:not(:last-child) {
    margin-bottom: 2px;
}

.pretty.p-switch .state[data-v-2dbed53e]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-2dbed53e]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-2dbed53e]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-2dbed53e]:after,
.pretty.p-switch .state label[data-v-2dbed53e]:before {
    transition: all 0.3s ease;
}

#hotkey-container[data-v-2dbed53e] {
    display: flex;
    flex-direction: column;
    user-select: none;
}

#hotkey-container .hotkeys[data-v-2dbed53e] {
    flex: 1;
    overflow: auto;
}

#hotkey-container .row[data-v-2dbed53e] {
    display: flex;
    padding: 6px;
}

#hotkey-container .row[data-v-2dbed53e]:not(:last-child) {
    border-bottom: 2px solid #000;
}

#hotkey-container .reset-button2[data-v-2dbed53e] {
    cursor: pointer;
}

#hotkey-container .action[data-v-2dbed53e] {
    flex: 3;
}

#hotkey-container .bind[data-v-2dbed53e] {
    flex: 2;
    cursor: pointer;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
}

#hotkey-container .bind[data-v-2dbed53e]:focus {
    background: rgba(0, 0, 0, 0.5);
}

#hotkey-container .reset[data-v-2dbed53e] {
    padding: 4px;
}

#hotkey-container .footer[data-v-2dbed53e] {
    padding: 10px;
    color: red;
    border-top: 2px solid #000;
}

.replay-item[data-v-1dbc6ed9] {
    position: relative;
    box-shadow: 2px 2px 5px 1px #000;
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden;
}

.replay-header[data-v-1dbc6ed9] {
    display: flex;
    position: absolute;
    top: 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.replay-name[data-v-1dbc6ed9] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.replay-thumbnail[data-v-1dbc6ed9] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.replay-button[data-v-1dbc6ed9] {
    cursor: pointer;
}

.replay-button[data-v-1dbc6ed9]:not(:last-child) {
    margin-right: 5px;
}

.replay-button[data-v-1dbc6ed9]:hover {
    color: #999;
}

.float[data-v-1dbc6ed9] {
    float: right;
}

.pretty.p-switch .state[data-v-4a996e52]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-4a996e52]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-4a996e52]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-4a996e52]:after,
.pretty.p-switch .state label[data-v-4a996e52]:before {
    transition: all 0.3s ease;
}

.container[data-v-4a996e52] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(5, 5, 8, 1);
}

.replay-button-row[data-v-4a996e52] {
    padding: 10px;
    border-bottom: 2px solid #000;
    box-shadow: 0 0 10px 1px #000;
    background: linear-gradient(to right bottom, #1a1a1a, #050505);
}

.replay-button-row>.vanis-button[data-v-4a996e52] {
    width: 120px;
}

.replay-count-info[data-v-4a996e52] {
    margin-left: 10px;
    height: 100%;
    vertical-align: middle;
}

.notification[data-v-4a996e52] {
    grid-column: 1/3;
}

.replays-container[data-v-4a996e52] {
    overflow: auto;
    padding: 15px;
    background: rgba(8, 8, 12, 1);
}

.replays[data-v-4a996e52] {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.player-row[data-v-7cb607ba] {
    display: flex;
}

.player-nr[data-v-7cb607ba] {
    flex: 1;
}

.player-name[data-v-7cb607ba] {
    flex: 4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.own-row[data-v-7cb607ba] {
    border-bottom: 1px solid #fff;
}

.pretty.p-switch .state[data-v-1bcde71e]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-1bcde71e]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-1bcde71e]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-1bcde71e]:after,
.pretty.p-switch .state label[data-v-1bcde71e]:before {
    transition: all 0.3s ease;
}

.row[data-v-1bcde71e] {
    display: flex;
}

#nickname[data-v-1bcde71e] {
    margin-right: 10px;
}

#player-container[data-v-1bcde71e] {
    position: relative;
    z-index: 500;
}

.relative[data-v-1bcde71e] {
    position: relative;
}

#player-container #skin[data-v-1bcde71e] {
    display: block;
    width: 240px;
    height: 240px;
    margin: 16px auto auto;
    margin-bottom: 22px !important;
    border-radius: 50%;
    box-shadow: 0 0 13px 3px #000;
}

#player-container #player-data[data-v-1bcde71e] {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 15px 15px;
}

#player-container #player-data>[data-v-1bcde71e] {
    margin-bottom: 10px;
}

#player-container #game-buttons[data-v-1bcde71e] {
    display: flex;
}

#player-container #game-buttons #play-button[data-v-1bcde71e] {
    background: #d3371e;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px;
    color: #dadada;
    box-shadow: 0 0 1px 1px #000;
    border-radius: 4px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
    flex: 9;
    margin-right: 7px;
}

#player-container #game-buttons #play-button[data-v-1bcde71e]:hover {
    background: #b82e19;
    transition: all 0.15s ease;
}

#player-container #game-buttons #play-button[data-v-1bcde71e]:active {
    transition: none;
    background: #9e2614;
}

#player-container #game-buttons #play-button[data-v-1bcde71e]:disabled {
    cursor: auto;
    transition: none;
    color: #b3b3b3;
    background: #7a1d0f;
}

/* Tournament Spectator Only Mode - you're not signed up buddy */
#player-container #game-buttons #play-button.spectator-only-mode[data-v-1bcde71e] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    cursor: pointer;
    color: #e5e7eb;
    box-shadow: 0 2px 8px rgba(107, 114, 128, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#player-container #game-buttons #play-button.spectator-only-mode[data-v-1bcde71e]:hover {
    background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
    box-shadow: 0 4px 12px rgba(156, 163, 175, 0.5);
}

#player-container #game-buttons #play-button.spectator-only-mode[data-v-1bcde71e]:active {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
}

/* Hide spectate button when in spectator-only mode */
#player-container #game-buttons.spectator-only #spec-button[data-v-1bcde71e] {
    display: none;
}

/* Make play button take full width when spec button hidden */
#player-container #game-buttons.spectator-only #play-button[data-v-1bcde71e] {
    flex: 1;
    margin-right: 0;
}

#player-container #game-buttons #spec-button[data-v-1bcde71e] {
    background: #d3371e;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px;
    color: #dadada;
    box-shadow: 0 0 1px 1px #000;
    border-radius: 4px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
    flex: 1;
}

#player-container #game-buttons #spec-button[data-v-1bcde71e]:hover {
    background: #b82e19;
    transition: all 0.15s ease;
}

#player-container #game-buttons #spec-button[data-v-1bcde71e]:active {
    transition: none;
    background: #9e2614;
}

#player-container #game-buttons #spec-button[data-v-1bcde71e]:disabled {
    cursor: auto;
    transition: none;
    color: #b3b3b3;
    background: #7a1d0f;
}

.tabs[data-v-1bcde71e] {
    display: flex;
    font-size: 20px;
    border-bottom: 2px solid #000;
}

.tab[data-v-1bcde71e] {
    flex: 1;
    cursor: pointer;
    text-align: center;
    width: 55px;
    padding: 9px;
}

.tab[data-v-1bcde71e]:hover {
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

.tab[data-v-1bcde71e]:not(:last-child) {
    border-right: 2px solid #000;
}

.tab.active[data-v-1bcde71e] {
    background: rgba(211, 55, 30, 0.2);
    color: #d3371e;
    box-shadow: inset 0 -2px 0 #d3371e;
    text-shadow: 0 0 8px rgba(211, 55, 30, 0.4);
}

.tab-content[data-v-1bcde71e] {
    flex: 1;
    overflow: auto;
}

.pretty.p-switch .state[data-v-4e838c74]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-4e838c74]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-4e838c74]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-4e838c74]:after,
.pretty.p-switch .state label[data-v-4e838c74]:before {
    transition: all 0.3s ease;
}

.progress[data-v-4e838c74] {
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px hsla(0, 0%, 100%, 0.08);
}

.progress-bar[data-v-4e838c74] {
    height: 20px;
    background: linear-gradient(to right, #d3371e, #ff5e45);
    box-shadow: 0 0 10px rgba(211, 55, 30, 0.5);
    border-radius: 4px;
}

.progress-striped .progress-bar[data-v-4e838c74] {
    background: repeating-linear-gradient(-45deg,
            #d3371e,
            #d3371e 40px,
            #e64a30 0,
            #e64a30 80px);
}

.pretty.p-switch .state[data-v-661435cd]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-661435cd]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-661435cd]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-661435cd]:after,
.pretty.p-switch .state label[data-v-661435cd]:before {
    transition: all 0.3s ease;
}

#account-name[data-v-661435cd] {
    font-size: 16px;
    font-weight: 700;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xp-data[data-v-661435cd] {
    position: absolute;
    display: flex;
    width: 100%;
    top: 4px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.discord-coming[data-v-661435cd] {
    text-align: center;
    display: inline-block;
}

.avatar[data-v-661435cd] {
    width: 80px;
    margin-right: 7px;
    box-shadow: 0 0 3px 1px #000;
    border-radius: 4px;
}

.player-info[data-v-661435cd] {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.account[data-v-661435cd] {
    position: relative;
}

.discord[data-v-661435cd] {
    cursor: pointer;
    display: block;
    color: #e1e1e1;
    padding: 10px;
    background: rgba(13, 20, 29, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: all 0.2s ease;
}

.discord[data-v-661435cd]:hover {
    background: rgba(20, 30, 45, 0.9);
    border-color: #5865F2;
    box-shadow: 0 0 10px rgba(88, 101, 242, 0.3);
}

.logout[data-v-661435cd] {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.account-icon[data-v-661435cd] {
    font-size: 120px;
    margin: 20px;
    color: #0d141d;
    border-radius: 500px;
    padding-left: 2px;
    padding-right: 2px;
    background: #dadada;
}

.xp-progress[data-v-661435cd] {
    margin-left: -2px;
    margin-right: -2px;
}

#skinurl[data-v-1c614894] {
    margin-bottom: 15px;
}

#skins-container[data-v-1c614894] {
    padding: 16px;
    overflow: auto;
}

#skins[data-v-1c614894] {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 1fr;
    grid-gap: 15px;
    min-width: 100%;
    box-sizing: border-box;
}

.skin-container[data-v-1c614894] {
    position: relative;
    display: flex;
}

.skin[data-v-1c614894] {
    cursor: pointer;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 6px 2px #000;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.skin-remove-button[data-v-1c614894] {
    display: none;
}

.skin-container:hover .skin-remove-button[data-v-1c614894] {
    display: inline;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 50%;
    font-size: 15px;
}

.skin.add-skin[data-v-1c614894] {
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.54902));
}

.selected[data-v-1c614894] {
    box-shadow: 0 0 0 3px #d3371e, 0 0 15px rgba(211, 55, 30, 0.6);
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.pretty.p-switch .state[data-v-ebed1606]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-ebed1606]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-ebed1606]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-ebed1606]:after,
.pretty.p-switch .state label[data-v-ebed1606]:before {
    transition: all 0.3s ease;
}

.bar[data-v-ebed1606] {
    margin: auto;
    text-align: center;
    grid-column: 1/4;
}

.two[data-v-ebed1606] {
    grid-row: 2/4;
    position: relative;
    z-index: 1;
}

.block[data-v-ebed1606] {
    text-align: center;
}

#replays[data-v-ebed1606] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15000;
    width: 800px;
    max-width: 90%;
    height: auto;
    max-height: 80%;
    background: rgba(5, 5, 8, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* Replay menu backdrop overlay */
#replays[data-v-ebed1606]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    z-index: -1;
}

#main-container[data-v-ebed1606] {
    position: absolute;
    margin-left: -481px;
    margin-top: -240px;
    left: 50%;
    top: 38%;
    display: grid;
    grid-template-columns: 300px 330px 300px;
    grid-template-rows: 110px 146px 300px;
    grid-gap: 16px;
}

.menu-enter-active[data-v-ebed1606],
.menu-leave-active[data-v-ebed1606] {
    transition: all 0.25s;
}

.menu-enter[data-v-ebed1606],
.menu-leave-to[data-v-ebed1606] {
    transform: scale(0.98);
    opacity: 0;
}

.pretty.p-switch .state[data-v-4d0670e9]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-4d0670e9]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-4d0670e9]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-4d0670e9]:after,
.pretty.p-switch .state label[data-v-4d0670e9]:before {
    transition: all 0.3s ease;
}

.social-container[data-v-4d0670e9] {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
}

.social-container>[data-v-4d0670e9] {
    padding-left: 15px !important;
    padding-right: 16px !important;
    margin-left: 4px;
    margin-right: 4px;
}

.discord-link[data-v-4d0670e9] {
    background: #4a67cf;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px;
    color: #dadada;
    box-shadow: 0 0 1px 1px #000;
    border-radius: 4px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
}

.discord-link[data-v-4d0670e9]:hover {
    background: #3556ca;
    transition: all 0.15s ease;
}

.discord-link[data-v-4d0670e9]:active {
    transition: none;
    background: #304eb6;
}

.discord-link[data-v-4d0670e9]:disabled {
    cursor: auto;
    transition: none;
    color: #b3b3b3;
    background: #2b45a2;
}

.tournaments-link[data-v-4d0670e9] {
    position: relative;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px 15px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    border-radius: 8px;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
}



.tournaments-link[data-v-4d0670e9]:hover {
    background: linear-gradient(135deg, #a78bfa 0%, #818cf8 100%);
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.6), 0 0 20px rgba(99, 102, 241, 0.4);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.tournaments-link[data-v-4d0670e9]:hover::before {
    left: calc(100% + 10px);
    opacity: 1;
    animation: sparkle-4d0670e9 1s ease-in-out infinite;
}

.tournaments-link[data-v-4d0670e9]:active {
    transition: none;
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
}

.tournaments-link[data-v-4d0670e9]:disabled {
    cursor: auto;
    transition: none;
    color: #9ca3af;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    box-shadow: none;
}

/* Sparkle animation */
@keyframes sparkle-4d0670e9 {

    0%,
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.2) rotate(20deg);
    }
}

.youtube-link[data-v-4d0670e9] {
    background: #c00;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px;
    color: #dadada;
    box-shadow: 0 0 1px 1px #000;
    border-radius: 4px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
}

.youtube-link[data-v-4d0670e9]:hover {
    background: #b30000;
    transition: all 0.15s ease;
}

.youtube-link[data-v-4d0670e9]:active {
    transition: none;
    background: #900;
}

.youtube-link[data-v-4d0670e9]:disabled {
    cursor: auto;
    transition: none;
    color: #b3b3b3;
    background: maroon;
}

#skins-link[data-v-4d0670e9] {
    position: relative;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px 15px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
    border-radius: 8px;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
}

#skins-link[data-v-4d0670e9]:hover {
    background: linear-gradient(135deg, #22d3ee 0%, #60a5fa 100%);
    box-shadow: 0 6px 25px rgba(6, 182, 212, 0.6), 0 0 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

#skins-link[data-v-4d0670e9]:active {
    transition: none;
    background: linear-gradient(135deg, #0891b2 0%, #2563eb 100%);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
}

#skins-link[data-v-4d0670e9]:disabled {
    cursor: auto;
    transition: none;
    color: #9ca3af;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    box-shadow: none;
}

.pretty.p-switch .state[data-v-6843da33]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-6843da33]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-6843da33]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-6843da33]:after,
.pretty.p-switch .state label[data-v-6843da33]:before {
    transition: all 0.3s ease;
}

.container[data-v-6843da33] {
    display: flex;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}

.line[data-v-6843da33] {
    margin-left: 10px;
    margin-right: 10px;
}

.pretty.p-switch .state[data-v-4dbee04d]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-4dbee04d]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-4dbee04d]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-4dbee04d]:after,
.pretty.p-switch .state label[data-v-4dbee04d]:before {
    transition: all 0.3s ease;
}

.context-menu[data-v-4dbee04d] {
    position: absolute;
    border: 2px solid #000;
    border-radius: 4px;
}

.context-menu>[data-v-4dbee04d] {
    padding: 5px;
}

.player-name[data-v-4dbee04d] {
    background: rgba(0, 0, 0, 0.45);
}

.cautions[data-v-b7599310] {
    position: fixed;
    bottom: 10px;
    left: 0;
    display: flex;
    flex-direction: row;
    font-size: 28px;
}

.cautions>[data-v-b7599310],
.cautions[data-v-b7599310] {
    width: 100%;
    text-align: center;
}

.stats[data-v-0875ad82] {
    padding: 10px;
    color: #fff;
}

#chatbox[data-v-4900a413] {
    box-shadow: 0 0 4px 2px #000 !important;
}

.pretty.p-switch .state[data-v-4900a413]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-4900a413]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-4900a413]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-4900a413]:after,
.pretty.p-switch .state label[data-v-4900a413]:before {
    transition: all 0.3s ease;
}

#chatbox[data-v-4900a413] {
    position: fixed;
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 0;
    width: 440px;
    height: 200px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    font-size: 14px;
    pointer-events: all;
}

#chatbox input[data-v-4900a413] {
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
}

#message-list[data-v-4900a413] {
    flex: 1;
    overflow: auto;
    margin-bottom: 5px;
}

.message-row[data-v-4900a413] {
    overflow: hidden;
}

.message-from[data-v-4900a413] {
    font-weight: 700;
    white-space: nowrap;
    margin-right: 1px;
}

.message-text[data-v-4900a413] {
    word-break: break-word;
    user-select: text;
}

#leaderboard[data-v-8a0c31c6] {
    box-shadow: 0 0 4px 2px #000 !important;
}

.pretty.p-switch .state[data-v-8a0c31c6]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-8a0c31c6]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-8a0c31c6]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-8a0c31c6]:after,
.pretty.p-switch .state label[data-v-8a0c31c6]:before {
    transition: all 0.3s ease;
}

#leaderboard[data-v-8a0c31c6] {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 220px;
    height: 272px;
    padding: 13px;
    background: rgba(10, 10, 12, 0.7);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    pointer-events: none;
}

.leaderboard-title[data-v-8a0c31c6] {
    font-size: 24px;
    margin-bottom: 6px;
    color: #fff;
}

.leaderboard-label[data-v-8a0c31c6] {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
}

.leaderboard-label[data-v-8a0c31c6]> :last-child {
    display: block;
    width: 100%;
    margin-left: 4px;
}

.spectating[data-v-8a0c31c6] {
    pointer-events: all;
}

.container[data-v-4c95bd45] {
    box-shadow: 0 0 4px 2px #000 !important;
}

.pretty.p-switch .state[data-v-4c95bd45]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-4c95bd45]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-4c95bd45]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-4c95bd45]:after,
.pretty.p-switch .state label[data-v-4c95bd45]:before {
    transition: all 0.3s ease;
}

.minimap-stats[data-v-4c95bd45] {
    font-size: 16px;
    position: fixed;
    text-align: right;
    right: 10px;
}

.container[data-v-4c95bd45] {
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 12, 0.7);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    pointer-events: none;
}

canvas[data-v-4c95bd45] {
    display: block;
}

#locations[data-v-4c95bd45] {
    position: absolute;
}

#minimap[data-v-4c95bd45] {
    position: relative;
}

#hud[data-v-339660d2] {
    position: fixed;
    pointer-events: none;
    color: #fff;
}

.continue[data-v-3249d726] {
    margin-top: 5px;
}

.container[data-v-3249d726] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -200px;
    width: 320px;
    display: inline-block;
}

.box-1[data-v-3249d726] {
    height: 291px;
    margin-bottom: 10px;
    text-align: center;
}

.scroll[data-v-3249d726] {
    animation-name: scroll-data-v-3249d726;
    animation-duration: 2.5s;
    animation-timing-function: ease;
    overflow: hidden;
}

@keyframes scroll-data-v-3249d726 {
    0% {
        height: 0;
        opacity: 0;
    }

    50% {
        height: 0;
        opacity: 0;
    }

    to {
        height: 133px;
        opacity: 1;
    }
}

.menu-enter-active[data-v-3249d726] {
    transition: all 0.8s ease;
}

.menu-enter[data-v-3249d726] {
    transform: scale(0.95);
    opacity: 0;
}

.pretty.p-switch .state[data-v-b0b10308]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-b0b10308]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-b0b10308]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-b0b10308]:after,
.pretty.p-switch .state label[data-v-b0b10308]:before {
    transition: all 0.3s ease;
}

.btn[data-v-b0b10308] {
    width: 100%;
    background: #d3371e;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px;
    color: #dadada;
    box-shadow: 0 0 1px 1px #000;
    border-radius: 4px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
}

.btn[data-v-b0b10308]:hover {
    background: #b82e19;
}

.btn[data-v-b0b10308]:active {
    background: #9e2614;
}

.btn[data-v-b0b10308]:disabled {
    cursor: auto;
    color: #b3b3b3;
    background: #7a1d0f;
}

#replay-controls[data-v-c2c2ac08] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    text-shadow: 2px 2px 1px #000;
    transition: opacity 0.2s ease-in-out;
}

.auto-hide[data-v-c2c2ac08] {
    opacity: 0;
}

.auto-hide[data-v-c2c2ac08]:hover {
    opacity: 1;
}

.replay-slider[data-v-c2c2ac08] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 5px;
    height: 8px;
    outline: none;
    background: #7b7b7b;
}

.replay-slider[data-v-c2c2ac08]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #d3d3d3;
    border-radius: 50%;
    cursor: pointer;
}

#ab-overlay[data-v-1611deb4] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    text-shadow: 0 0 10px #000;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.content[data-v-1611deb4] {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pretty.p-switch .state[data-v-76d60428]:before {
    background: #121212;
}

.pretty.p-switch input:checked~.state[data-v-76d60428]:before {
    border-color: #d3371e !important;
}

.pretty.p-switch input:checked~.state label[data-v-76d60428]:after {
    background-color: #d3371e !important;
}

.pretty.p-switch .state label[data-v-76d60428]:after,
.pretty.p-switch .state label[data-v-76d60428]:before {
    transition: all 0.3s ease;
}

.image-captcha-overlay[data-v-76d60428] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.center-screen[data-v-76d60428] {
    display: inline-block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

/* ==== PERKS & CUSTOMIZATION STYLES ==== */

/* Tab Menu - Customization */
.tab-menu {
    display: flex;
    flex-direction: column;
}

.tab-menu .tabs {
    border-bottom: 2px solid #000;
    display: flex;
    font-size: 18px;
}

.tab-menu .tab {
    cursor: pointer;
    flex: 1;
    padding: 7px;
    position: relative;
    text-align: center;
}

.tab-menu .tab:not(:last-child) {
    border-right: 2px solid #000;
}

.tab-menu .tab.active {
    background: rgba(0, 0, 0, 0.5);
}

#customization {
    overflow: auto;
}

/* Skins - Original Styles */
#skinurl {
    margin-bottom: 15px;
}

#skins-container {
    padding: 16px;
    overflow: auto;
}

#skins {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 1fr;
    grid-gap: 15px;
    min-width: 100%;
    box-sizing: border-box;
}

.skin-container {
    position: relative;
    display: flex;
}

.skin {
    cursor: pointer;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 6px 2px #000;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.skin-remove-button {
    display: none;
}

.skin-container:hover .skin-remove-button {
    display: inline;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 50%;
    font-size: 15px;
}

.skin.add-skin {
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.54902));
}

.skin.selected {
    box-shadow: 0 0 3px 1px #d3371e;
}

/* Perks */
.perks {
    padding: 8px;
}

.perks-tab-badge {
    border-radius: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 0;
    transform: translateX(30%);
    width: 10px;
}

.perks-tab-badge.using {
    background-color: #8e5eff;
}

.perks-tab-badge.unused {
    background-color: #d3371e;
}

/* Perks Content */
.section.row {
    display: block;
    margin-bottom: 7px;
}

.section {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden;
}

.section>.header {
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #000;
}

.section>.options {
    padding: 9px 9px 9px 7px;
}

.perks-obtaining-label {
    display: inline-block;
    margin-top: 6px;
    text-decoration: underline;
    font-weight: normal;
}

.perks-obtaining {
    margin-bottom: 0;
    margin-top: 0;
    padding-inline-start: 20px;
}

.perks a {
    text-decoration: underline;
    color: #dadada;
}

.perks a:hover {
    color: #d3371e;
}

.perks input[type="number"] {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    color: #dadada;
    display: inline-block;
    outline: 0;
    padding: 5px;
    width: 50px;
}

.confirm-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.confirm-button {
    background: #d3371e;
    border: 1px solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: auto;
}

.confirm-button:hover {
    background: #c77d11;
}

.confirm-button:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: not-allowed;
}

.option-row {
    margin-bottom: 5px;
}

.option-row input[type="number"] {
    width: 60px;
    margin: 0 5px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.warning {
    color: #ff9900;
    font-weight: bold;
}

.right {
    float: right;
}

/* Perk Color Wrapper */
.perk-color-wrapper {
    display: grid;
    grid-template-columns: 1fr 42px 50px;
    grid-template-rows: 1fr 32px;
    width: 100%;
    gap: 8px;
}

.perk-color-label {
    text-align: center;
}

.perk-name {
    grid-row: 2;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    color: #dadada;
}

.perk-name:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.perk-color-option {
    align-items: center;
    display: inline-flex;
    grid-row: 2;
    justify-content: center;
}

.perk-color-update {
    background: #d3371e;
    border: 1px solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    grid-row: 2;
}

.perk-color-update:hover {
    background: #c77d11;
}

.perk-color-update:disabled {
    background: #7a1d0f;
    color: #b3b3b3;
    cursor: not-allowed;
}

/* Badges */
.perk-badges-scroll {
    overflow-x: auto;
    width: 100%;
}

.badge-list {
    display: inline-flex;
    flex-direction: row;
    margin-right: 3px;
}

.badge-icon {
    filter: brightness(50%);
    cursor: pointer;
    transition: filter 0.2s ease;
    display: block;
}

.badge-icon.dim {
    filter: brightness(30%) grayscale(100%);
    cursor: default;
}

.badge-icon:not(.dim):hover {
    filter: brightness(100%);
}

.badge-icon.selected {
    filter: brightness(100%);
    box-shadow: 0 0 8px 2px rgba(142, 94, 255, 0.8);
    border-radius: 4px;
}

/* Badge Tooltip */
.badge-wrapper {
    position: relative;
    display: inline-block;
}

.badge-wrapper[data-tip]:hover::after {
    content: attr(data-tip);
    position: fixed;
    top: calc(var(--mouse-y, 50%) + 15px);
    left: var(--mouse-x, 50%);
    transform: translateX(-50%);
    padding: 8px 12px;
    background: linear-gradient(to right bottom, #1a1a1a, #050505);
    color: #dadada;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 13px;
    font-family: Nunito, sans-serif;
    white-space: nowrap;
    pointer-events: none;
    z-index: 999999;
    animation: tooltip-fade 0.15s ease-out;
    max-width: 400px;
    text-overflow: ellipsis;
    display: block;
}

@keyframes tooltip-fade {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Color Picker */
.color-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
}

.color-button.disabled {
    cursor: default;
    opacity: 0.5;
}

.color-picker-wrapper {
    cursor: default;
}

.color-picker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 100;
}

.color-picker {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 101;
    background: linear-gradient(to right bottom, #1a1a1a, #050505);
    border: 2px solid #000;
    border-radius: 4px;
    box-shadow: 0 0 4px 2px #000;
}

.color-picker>.row {
    display: flex;
    flex-direction: row;
}

.color-picker-sat {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #fff 0, transparent);
}

.color-picker-val {
    width: 100px;
    height: 100px;
    background: linear-gradient(0deg, #000 0, transparent);
    position: relative;
}

.color-picker-pivot {
    transform: translate(-6px, -6px);
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    box-sizing: content-box;
    border: 1px solid #fff;
    box-shadow: 0 0 1px 1px #000;
    background: none;
    cursor: pointer;
}

.color-picker-hue {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    height: 20px;
    box-sizing: border-box;
    margin: 0 0 3px;
    background: linear-gradient(90deg,
            red 0,
            #ff0 17%,
            #0f0 33%,
            #0ff 50%,
            #00f 67%,
            #f0f 83%,
            red);
    border-radius: 0;
    cursor: col-resize;
}

.color-picker-hue:focus {
    outline: none;
}

.color-picker-hue::-webkit-slider-thumb {
    appearance: none;
    width: 5px;
    height: 20px;
    border: 1px solid #fff;
    outline: 1px solid #000;
    cursor: col-resize;
    box-sizing: content-box;
}

.color-picker-hue::-moz-range-thumb {
    appearance: none;
    width: 5px;
    height: 20px;
    border: 1px solid #fff;
    outline: 1px solid #000;
    cursor: col-resize;
    border-radius: 0;
}

.color-picker-hex {
    display: flex;
    justify-content: space-around;
    width: 100px;
    margin-top: 3px;
}

.color-picker-hex>.color-picker-hashtag {
    display: inline-block;
    align-self: center;
    text-align: right;
    width: 100%;
}

.color-picker-hex>.color-picker-hex-input {
    float: right;
    margin-left: 5px;
    width: 62px;
}

/* LIVE Marker */
.live-marker {
    background: red;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    animation: live-pulse 2s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
}

@keyframes live-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
    }

    50% {
        opacity: 0.7;
        transform: scale(0.95);
        box-shadow: 0 0 12px rgba(255, 0, 0, 0.9);
    }
}

/* Dual Controls Panel */
#dual-controls-container {
    padding: 10px;
}

.dual-section {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.dual-section-header {
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #000;
    font-weight: 600;
    font-size: 15px;
}

.dual-section-content {
    padding: 9px 9px 9px 7px;
}

.dual-section-content.keybindings-content {
    padding: 0;
}

#dual-controls-container .p-switch {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

#dual-controls-container .input-text {
    margin-bottom: 10px;
}

#dual-controls-container .info-text {
    padding: 0 5px 5px 5px;
    color: #7a7a7a;
    font-size: 13px;
    font-style: italic;
}

.dual-section-content.keybindings-content {
    position: relative;
    padding: 0;
}

/* When disabled, only dim the content, not the overlay message */
.dual-section-content.keybindings-content.disabled .hotkeys {
    opacity: 0.2;
    pointer-events: none;
    filter: blur(2px);
}

.dual-section-content.keybindings-content .overlay-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
    /* Darker background */
    pointer-events: all;
    /* Block clicks */
}

.dual-section-content.keybindings-content .overlay-message i {
    font-size: 42px;
    color: #d3371e;
    margin-bottom: 15px;
    text-shadow: 0 0 10px #000;
}

.dual-section-content.keybindings-content .overlay-message span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-align: center;
    max-width: 80%;
}

#dual-controls-container .hotkeys {
    overflow: auto;
    max-height: 400px;
}

#dual-controls-container .hotkeys .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    background: rgba(0, 0, 0, 0.15);
}

#dual-controls-container .hotkeys .row:last-child {
    border-bottom: none;
}

#dual-controls-container .hotkeys .row:hover {
    background: rgba(0, 0, 0, 0.3);
}

#dual-controls-container .hotkeys .action {
    flex: 1;
    font-weight: 600;
    color: #dadada;
}

#dual-controls-container .hotkeys .bind {
    flex: 0 0 80px;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #000;
    color: #fff;
    font-family: monospace;
    font-size: 14px;
    transition: all 0.2s;
}

#dual-controls-container .hotkeys .bind:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #666;
}

#dual-controls-container .hotkeys .bind:focus {
    background: #d3371e;
    border-color: #d3371e;
    color: #000;
    box-shadow: 0 0 5px #d3371e;
}

/* Custom dual controls switches theme */
#dual-controls-container .pretty.p-switch input {
    min-width: 2em;
}

#dual-controls-container .pretty.p-switch .state {
    position: relative;
}

#dual-controls-container .pretty.p-switch .state:before {
    content: "";
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: calc(-116% - -1em);
    z-index: 0;
    transition: all 0.5s ease;
}

#dual-controls-container .pretty.p-switch .state label {
    text-indent: 2.5em;
}

#dual-controls-container .pretty.p-switch .state label:after,
#dual-controls-container .pretty.p-switch .state label:before {
    transition: all 0.5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    transform: scale(0.8);
}

#dual-controls-container .pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important;
}

#dual-controls-container .pretty.p-switch input:checked~.state:before {
    border-color: #d3371e;
}

#dual-controls-container .pretty.p-switch input:checked~.state label:before {
    opacity: 0;
}

#dual-controls-container .pretty.p-switch input:checked~.state label:after {
    background-color: #d3371e !important;
    left: 1em;
}

#dual-controls-container .pretty.p-switch.p-fill input:checked~.state:before {
    border-color: #d3371e;
    background-color: #d3371e !important;
}

#dual-controls-container .pretty.p-switch.p-fill input:checked~.state label:after {
    background-color: #fff !important;
    left: 1em;
}

#dual-controls-container .pretty.p-switch.p-slim .state:before {
    height: 0.1em;
    background: #bdc3c7 !important;
    top: calc(50% - 0.1em);
}

#dual-controls-container .pretty.p-switch.p-slim input:checked~.state:before {
    border-color: #d3371e;
    background-color: #d3371e !important;
}

/* ========================================
   ADMIN PANEL STYLES
   Client-side admin interface for monitoring and managing the game server
   ======================================== */

/* Admin Toggle Button */
#admin-toggle {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 15px 12px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 1px;
}

#admin-toggle:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    transform: translateY(-50%) translateX(-3px);
}

#admin-toggle:active {
    transform: translateY(-50%) translateX(-1px);
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.4);
}

#admin-toggle.hidden {
    display: none;
}

/* Admin Panel Container */
#admin-panel {
    position: fixed;
    right: -450px;
    top: 0;
    width: 450px;
    height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    color: #e0e0e0;
    z-index: 9998;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: 'Nunito', 'Segoe UI', sans-serif;
}

#admin-panel.open {
    right: 0;
}

/* Admin Panel Header */
.admin-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.admin-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.admin-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.admin-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Admin Panel Content */
.admin-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}

.admin-content::-webkit-scrollbar {
    width: 8px;
}

.admin-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.admin-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.admin-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Admin Sections */
.admin-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.admin-section:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.3);
}

.admin-section-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-section-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

/* Server Status */
.server-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.stat-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 12px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #667eea;
}

.stat-value.good {
    color: #4caf50;
}

.stat-value.warning {
    color: #ff9800;
}

.stat-value.danger {
    color: #f44336;
}

/* Player Table */
.player-table-container {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 12px;
}

.player-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.player-table thead {
    position: sticky;
    top: 0;
    background: rgba(102, 126, 234, 0.2);
    z-index: 10;
}

.player-table th {
    padding: 10px 8px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #667eea;
    border-bottom: 2px solid rgba(102, 126, 234, 0.3);
}

.player-table td {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.player-table tr:hover {
    background: rgba(102, 126, 234, 0.1);
}

.player-table .player-name {
    font-weight: 600;
    color: white;
}

.player-table .player-status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.player-status.alive {
    background: rgba(76, 175, 80, 0.2);
    color: #4caf50;
}

.player-status.spectating {
    background: rgba(158, 158, 158, 0.2);
    color: #9e9e9e;
}

.player-status.muted {
    background: rgba(244, 67, 54, 0.2);
    color: #f44336;
}

/* Player Actions */
.player-actions {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.player-action-btn {
    padding: 4px 8px;
    font-size: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
}

.player-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.player-action-btn.btn-ban {
    background: #f44336;
    color: white;
}

.player-action-btn.btn-mute {
    background: #ff9800;
    color: white;
}

.player-action-btn.btn-kick {
    background: #9e9e9e;
    color: white;
}

.player-action-btn.btn-xp {
    background: #667eea;
    color: white;
}

/* Search/Filter */
.admin-search {
    width: 100%;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    font-size: 14px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

.admin-search:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}

.admin-search::placeholder {
    color: #666;
}

/* Settings Editor */
.settings-grid {
    display: grid;
    gap: 12px;
}

.setting-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.setting-label {
    font-size: 12px;
    font-weight: 600;
    color: #e0e0e0;
    flex: 1;
}

.setting-input {
    width: 100px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: white;
    font-size: 13px;
    text-align: right;
}

.setting-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
}

/* Buttons */
.admin-btn {
    padding: 10px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.admin-btn:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.5);
    transform: translateY(-2px);
}

.admin-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
}

.admin-btn.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.admin-btn.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

.admin-btn.btn-success {
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
}

.admin-btn.btn-danger {
    background: linear-gradient(135deg, #f44336 0%, #e53935 100%);
}

/* Bot Controls */
.bot-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bot-count {
    font-size: 24px;
    font-weight: 700;
    color: #667eea;
    min-width: 40px;
    text-align: center;
}

/* Audit Log */
.audit-log {
    max-height: 300px;
    overflow-y: auto;
    font-size: 11px;
}

.audit-entry {
    padding: 8px;
    margin-bottom: 4px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 3px solid #667eea;
    border-radius: 4px;
}

.audit-timestamp {
    color: #999;
    font-size: 10px;
    margin-bottom: 4px;
}

.audit-action {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 2px;
}

.audit-details {
    color: #ccc;
}

/* Admin List */
.admin-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.admin-name {
    font-weight: 600;
    color: white;
}

.admin-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4caf50;
}

.admin-status.offline {
    background: #f44336;
}

/* Loading States */
.admin-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #999;
}

.admin-loading::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 4px solid rgba(102, 126, 234, 0.3);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Empty States */
.admin-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px;
}

.admin-empty-icon {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.5;
}

/* Toast Notifications */
.admin-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    color: #333;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10000;
    animation: slideIn 0.3s ease;
    max-width: 300px;
}

@keyframes slideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.admin-toast.success {
    background: #4caf50;
    color: white;
}

.admin-toast.error {
    background: #f44336;
    color: white;
}

.admin-toast.warning {
    background: #ff9800;
    color: white;
}

/* Responsive Design */
@media (max-width: 1280px) {
    #admin-panel {
        width: 350px;
        right: -350px;
    }

    .player-table {
        font-size: 11px;
    }

    .admin-section {
        padding: 15px;
    }

    .server-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #admin-panel {
        width: 100%;
        right: -100%;
    }

    #admin-toggle {
        right: 10px;
    }

    .admin-content {
        padding: 15px;
    }

    .player-actions {
        flex-direction: column;
    }

    .player-action-btn {
        width: 100%;
    }
}

/* Dark Theme Consistency */
body.dark-theme #admin-panel {
    /* Already dark by default */
}

/* Ensure panel doesn't interfere with pointer lock */
#admin-panel.hidden {
    pointer-events: none;
}

#admin-panel.open {
    pointer-events: all;
}

/* Copy/Download Buttons for Settings */
.settings-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.settings-actions .admin-btn {
    flex: 1;
    padding: 8px 12px;
    font-size: 11px;
}

/* Player count summary */
.player-summary {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 12px;
}

.player-summary-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.player-summary-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}

.player-summary-value {
    font-size: 16px;
    font-weight: 700;
    color: #667eea;
}

/* Sort indicators */
.sortable {
    cursor: pointer;
    user-select: none;
    position: relative;
}

.sortable:hover {
    color: white;
}

.sortable::after {
    content: '↕';
    margin-left: 4px;
    opacity: 0.5;
    font-size: 12px;
}

.sortable.sort-asc::after {
    content: '↑';
    opacity: 1;
}

.sortable.sort-desc::after {
    content: '↓';
    opacity: 1;
}

/* ========================================
   TOURNAMENT SYSTEM UI - Clean & Minimal
   ======================================== */

/* Referee Panel - Elegant Sidebar */
#referee-panel {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    background: rgba(15, 15, 15, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    min-width: 140px;
}

#referee-panel.hidden {
    display: none;
}

.referee-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.referee-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.referee-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    border-radius: 6px;
    color: #ccc;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.referee-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateX(2px);
}

.referee-btn span {
    font-size: 14px;
    width: 16px;
    text-align: center;
    opacity: 0.8;
}

/* Action Colors on Hover */
.referee-btn.start:hover {
    border-left: 2px solid #2ecc71;
    background: rgba(46, 204, 113, 0.1);
}

.referee-btn.pause:hover {
    border-left: 2px solid #f1c40f;
    background: rgba(241, 196, 15, 0.1);
}

.referee-btn.reset:hover {
    border-left: 2px solid #d3371e;
    background: rgba(52, 152, 219, 0.1);
}

.referee-btn.rematch:hover {
    border-left: 2px solid #e74c3c;
    background: rgba(231, 76, 60, 0.1);
}

/* Input Rows */
.referee-input-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}

.referee-input-row label {
    font-size: 10px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    width: 35px;
}

.referee-input-row input {
    flex: 1;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    outline: none;
    width: 40px;
}

.referee-input-row button {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 4px;
    color: #aaa;
    font-size: 10px;
    padding: 5px 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.referee-input-row button:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* Scoreboard - Elegant Top Bar */
#tournament-scoreboard {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.85) 100%);
    backdrop-filter: blur(12px);
    padding: 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

#tournament-scoreboard.hidden {
    display: none;
}

.sb-team {
    display: flex;
    flex-direction: column;
    padding: 10px 24px;
    min-width: 150px;
    position: relative;
    transition: all 0.3s;
}

.sb-team.left {
    text-align: right;
    align-items: flex-end;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sb-team.right {
    text-align: left;
    align-items: flex-start;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sb-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sb-mass {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.sb-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-width: 90px;
}

.sb-timer {
    font-family: monospace;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.sb-round {
    font-size: 9px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 1.5px;
}

/* Score Number - Bold and Visible */
.sb-score-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.25);
    z-index: 0;
    pointer-events: none;
    line-height: 0;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

.sb-team.left .sb-score-bg {
    left: 12px;
}

.sb-team.right .sb-score-bg {
    right: 12px;
}

/* Highlight Winning Team */
.sb-team.winning .sb-name {
    color: #2ecc71;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.3);
}

.sb-team.winning .sb-score-bg {
    color: rgba(46, 204, 113, 0.35);
    text-shadow: 0 0 25px rgba(46, 204, 113, 0.25);
}

.sb-team.winning .sb-mass {
    color: #2ecc71;
}

.tournament-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tournament-round {
    font-size: 9px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tournament-timer {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.tournament-timer.warning {
    color: #e74c3c;
}

.tournament-status {
    font-size: 9px;
    color: #2ecc71;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tournament-status.frozen {
    color: #d3371e;
}

.tournament-status.paused {
    color: #e74c3c;
}

/* Notification - Simple overlay */
.tournament-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    background: rgba(15, 15, 15, 0.95);
    padding: 32px 48px;
    border-radius: 12px;
    text-align: center;
    animation: notif-in 0.3s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes notif-in {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.notification-title {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
}

.notification-winner {
    font-size: 32px;
    font-weight: 700;
    color: #2ecc71;
    margin-bottom: 8px;
}

.notification-subtitle {
    font-size: 12px;
    color: #666;
}

/* Near-death respawn toggle button */
.referee-btn.near-death.active {
    background: rgba(46, 204, 113, 0.3);
    border-color: rgba(46, 204, 113, 0.6);
    color: #2ecc71;
}

/* Respawn Cooldown Toast */
.respawn-cooldown-toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
    animation: toast-in 0.15s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 120px;
    text-align: center;
}

.respawn-cooldown-toast .cooldown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.respawn-cooldown-toast .cooldown-label {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
}

.respawn-cooldown-toast .countdown {
    font-size: 14px;
    font-weight: 600;
    color: #e74c3c;
    font-variant-numeric: tabular-nums;
}

@keyframes toast-in {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Dual Controls Panel */
#dual-controls-container {
    padding: 10px;
}

.dual-section {
    border: 2px solid #000;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.dual-section-header {
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #000;
    font-weight: 600;
    font-size: 15px;
}

.dual-section-content {
    padding: 9px 9px 9px 7px;
}

.dual-section-content.keybindings-content {
    padding: 0;
}

#dual-controls-container .p-switch {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

#dual-controls-container .input-text {
    margin-bottom: 10px;
}

#dual-controls-container .info-text {
    padding: 0 5px 5px 5px;
    color: #7a7a7a;
    font-size: 13px;
    font-style: italic;
}

.dual-section-content.keybindings-content {
    position: relative;
    padding: 0;
}

/* When disabled, only dim the content, not the overlay message */
.dual-section-content.keybindings-content.disabled .hotkeys {
    opacity: 0.2;
    pointer-events: none;
    filter: blur(2px);
}

.dual-section-content.keybindings-content .overlay-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
    /* Darker background */
    pointer-events: all;
    /* Block clicks */
}

.dual-section-content.keybindings-content .overlay-message i {
    font-size: 42px;
    color: #d3371e;
    margin-bottom: 15px;
    text-shadow: 0 0 10px #000;
}

.dual-section-content.keybindings-content .overlay-message span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-align: center;
    max-width: 80%;
}

#dual-controls-container .hotkeys {
    overflow: auto;
    max-height: 400px;
}

#dual-controls-container .hotkeys .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    background: rgba(0, 0, 0, 0.15);
}

#dual-controls-container .hotkeys .row:last-child {
    border-bottom: none;
}

#dual-controls-container .hotkeys .row:hover {
    background: rgba(0, 0, 0, 0.3);
}

#dual-controls-container .hotkeys .action {
    flex: 1;
    font-weight: 600;
    color: #dadada;
}

#dual-controls-container .hotkeys .bind {
    flex: 0 0 80px;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #000;
    color: #fff;
    font-family: monospace;
    font-size: 14px;
    transition: all 0.2s;
}

#dual-controls-container .hotkeys .bind:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #666;
}

#dual-controls-container .hotkeys .bind:focus {
    background: #d3371e;
    border-color: #d3371e;
    color: #000;
    box-shadow: 0 0 5px #d3371e;
}