@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px;
    background-color: #000212;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@font-face {
    font-family: 'AxisExtraBold';
    src: url('/_assets/_fonts/AXIS_Extra_Bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


.liquid-background {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}


.liquid-background.disabled {
    filter: saturate(0);
}

.liquid-background.before::before {
    -webkit-box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.1), inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.1), inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.1), inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    display: block;
    content: '';
    position: absolute;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

ul.nav li .liquid-background {
    opacity: 0.5;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

ul.nav li.active .liquid-background {
    opacity: 1;
}

ul.nav li:hover .liquid-background {
    opacity: 1;
}

.opacity-1 {
    opacity: 1 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.liquid-background img {
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(30px);
    left: 0;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.liquid-background.s>img {
    filter: blur(30px) saturate(500%) !important;
}

button,
button:focus,
a,
a:focus {
    outline: none !important;
}

.heebo {
    font-family: Heebo;
}

.row.equal {
    margin-right: -10px;
    margin-left: -10px;
}

.row.equal>.col-big,
.row.equal>.col-medium,
.row.equal>.col-small,
.row.equal>.col-xs-1,
.row.equal>.col-xs-2,
.row.equal>.col-xs-3,
.row.equal>.col-xs-4,
.row.equal>.col-xs-5,
.row.equal>.col-xs-6,
.row.equal>.col-xs-7,
.row.equal>.col-xs-8,
.row.equal>.col-xs-9,
.row.equal>.col-xs-10,
.row.equal>.col-xs-11,
.row.equal>.col-xs-12,
.row.equal>.col-sm-1,
.row.equal>.col-sm-2,
.row.equal>.col-sm-3,
.row.equal>.col-sm-4,
.row.equal>.col-sm-5,
.row.equal>.col-sm-6,
.row.equal>.col-sm-7,
.row.equal>.col-sm-8,
.row.equal>.col-sm-9,
.row.equal>.col-sm-10,
.row.equal>.col-sm-11,
.row.equal>.col-sm-12,
.row.equal>.col-md-1,
.row.equal>.col-md-2,
.row.equal>.col-md-3,
.row.equal>.col-md-4,
.row.equal>.col-md-5,
.row.equal>.col-md-6,
.row.equal>.col-md-7,
.row.equal>.col-md-8,
.row.equal>.col-md-9,
.row.equal>.col-md-10,
.row.equal>.col-md-11,
.row.equal>.col-md-12,
.row.equal>.col-lg-1,
.row.equal>.col-lg-2,
.row.equal>.col-lg-3,
.row.equal>.col-lg-4,
.row.equal>.col-lg-5,
.row.equal>.col-lg-6,
.row.equal>.col-lg-7,
.row.equal>.col-lg-8,
.row.equal>.col-lg-9,
.row.equal>.col-lg-10,
.row.equal>.col-lg-11,
.row.equal>.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
}

.text-light {
    color: rgba(255, 255, 255, 0.6) !important;
}

.text-white {
    color: #FFF !important;
}

.text-blue {
    color: #2989eb !important;
}

.no-anchor-style,
.no-anchor-style:hover,
.no-anchor-style:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.navbar {
    background-color: #0e1014 !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.7);
    margin-bottom: 0 !important;
    opacity: 1;
    -webkit-transition: box-shadow 0.2s linear, opacity 0.3s ease-in-out 0.2s;
    -moz-transition: box-shadow 0.2s linear, opacity 0.3s ease-in-out 0.2s;
    transition: box-shadow 0.2s linear, opacity 0.3s ease-in-out 0.2s;
}

.navbar.top {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar.top .blur::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .blur img {
    width: 100%;
    height: 276px;
    position: absolute;
    filter: brightness(0.7) blur(5px);
    opacity: 0.5;
}

.font-weight-600 {
    font-weight: 600 !important;

}

.navbar .blur::before {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.navbar li {
    padding: 9px 0 8px 0;
}

.navbar li i {
    padding-right: 5px;
}

.dropdown-menu {
    border: none !important;
    box-shadow: none !important;
    padding: 5px 0 0 0 !important;
    border-radius: 7px !important;
    background: none !important;
    z-index: -1 !important;
    font-family: Inter, sans-serif !important;
}

.dropdown-menu {
    z-index: 1 !important;
}

.dropdown-menu:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-content {
    position: relative;
    border: none;
    border-radius: 7px;
    padding: 11px 0 4px 0;
    width: 120%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
}

.dropdown-menu .dropdown-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none !important;
    color: white;
    border-radius: 7px !important;
    animation: fadeIn 0.3s cubic-bezier(.08, .82, .17, 1) 0s 1 forwards;
    z-index: -1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar .navbar-toggle {
    border: 0 !important;
    border-radius: 5px !important;
    margin-left: 8px !important;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:focus {
    background-color: transparent !important;
}

.dropdown-menu .dropdown-content .liquid-background {
    border-radius: 7px;
    opacity: 1;
    overflow: hidden;
    backdrop-filter: brightness(0.7) blur(5px);
    -moz-backdrop-filter: brightness(0.7) blur(5px);
    -webkit-backdrop-filter: brightness(0.7) blur(5px);
    background: radial-gradient(ellipse at center, rgba(194, 97, 254, 0.15), hsla(0, 0%, 100%, 0));
}

.dropdown-menu .dropdown-content .liquid-background img {
    width: 160%;
    height: 160%;
    left: -30%;
    top: -30%;
    opacity: 0.4;
}

.dropdown-content>a,
.dropdown-content>a:active,
.dropdown-content>a:visited,
.dropdown-content>a:focus,
.dropdown-content>.dropdown-link {
    color: rgb(190 191 206);
    display: inline-block;
    width: 100%;
    padding: .25rem 1.5rem;
    margin: 0 0 5px 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dropdown-content>a:hover,
.dropdown-content>.dropdown-link:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.dropdown.open .dropdown-menu,
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown.open .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.divider {
    background-color: rgba(255, 255, 255, 0.1) !important;
    height: 1px !important;
    border-radius: 0 !important;
}

.dropdown-menu .dropdown-content .divider {
    background-color: rgba(255, 255, 255, 0.1) !important;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    height: 1px !important;
    margin: 4px 1px 7px 1px !important;
    border-radius: 0 !important;
}

#content-container {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    min-height: 500px;
}

#content-background {
    width: 100%;
    min-height: 500px;
    position: absolute;
    opacity: 0.3;
    overflow: hidden;
}

#content-background img {
    width: 100%;
    height: 100%;
    position: relative;
    filter: blur(100px);
    -webkit-user-drag: none;
}

.ui-pnotify .alert {
    position: relative;
    color: #ffffff;
    border: none;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7) !important;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ui-pnotify .alert::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.2), inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.2), inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.2), inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.ui-pnotify .ui-pnotify-icon {
    font-size: 16px;
}

.ui-pnotify .ui-pnotify-title {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}

.ui-pnotify .ui-pnotify-text {
    font-size: 12px;
}

.form-control.dark {
    background: none;
    border-radius: inherit;
    color: #6ca0da;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #2d3f4b;
    padding: 6px 2px;
    letter-spacing: 1px;
}

.form-control.dark option {
    background-color: #0e1014;
}

.input-group,
.textarea-container {
    padding: 1.2px;
    -webkit-transition: box-shadow ease-in-out .15s;
    -o-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
    overflow: hidden;
}

.textarea-container textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
}

.form-group.active .input-group,
.form-group.active .textarea-container {
    -webkit-box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.15), inset 0 0 10px 1.2px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.15), inset 0 0 10px 1.2px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0.15), inset 0 0 10px 1.2px rgba(255, 255, 255, 0.15);
}

.form-group.active .input-group .form-control.dark {
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}

.form-group.red .input-group *,
.form-group.red .textarea-container * {
    color: rgba(255, 79, 79, 0.7) !important;
    -webkit-text-fill-color: rgba(255, 79, 79, 0.7) !important;
}

.input-group-addon.dark {
    background-color: transparent;
    color: #6ca0da !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #2d3f4b;
    border-radius: inherit;
    padding: 6px 6px;
}

.input-group .form-control.dark,
.form-control[readonly] {
    outline: 0;
    -webkit-box-shadow: inset 1px 0 0 0 transparent;
    -moz-box-shadow: inset 1px 0 0 0 transparent;
    box-shadow: inset 1px 0 0 0 transparent;
    border-radius: inherit;
}

.form-control[readonly] {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.form-control.dark:disabled {
    background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-transition: background-color 9999s ease-out 9999s !important;
    transition: background-color 9999s ease-out 9999s !important;
    -webkit-transition-delay: 9999s !important;
    transition-delay: 9999s !important;
}

.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder,
.input-group input:-moz-placeholder,
.input-group textarea:-moz-placeholder,
.input-group input::-moz-placeholder,
.input-group textarea::-moz-placeholder,
.input-group input:-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.form-group .checkbox {
    width: 36px;
    height: 36px;
    margin: 0;
    cursor: pointer;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.07);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group .checkbox label {
    color: rgba(255, 255, 255, .5);
    font-family: Heebo;
    padding: 9px 0 0 0;
    position: absolute;
    top: 0;
    left: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    cursor: text;
}

.form-group .checkbox input[type=checkbox] {
    display: none;
}

.form-group .checkbox::before {
    content: "\d7";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    padding: 4px 0 0 12px;
}

.form-group .checkbox.checked::before {
    content: "\2713";
    font-size: 18px;
    padding: 6px 0 0 9px;
}

.nav {
    font-size: 14px;
    color: #8e8e8e;
    width: 100%;
    position: relative;
}

.nav.navbar-nav>li>a {
    padding: 8px 12px 6px 12px;
    border-radius: 7px;
    letter-spacing: 1px;
}

.navbar-nav>li.nav-hover>a,
.navbar-nav>li>a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.navbar-nav>li>a.register {
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white !important;
    letter-spacing: 2px;
}

.navbar-nav>li.nav-hover>a .username,
.navbar-nav>li>a:hover .username {
    color: #fff !important;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:visited,
.navbar .navbar-nav>.open>a:active {
    color: #fff;
}

.dropdown-menu.datepicker-dropdown {
    padding: 20px !important;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1060 !important;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%) !important;
    backdrop-filter: blur(50px);
    background: radial-gradient(ellipse at center, rgba(194, 97, 254, 0.15), hsla(0, 0%, 100%, 0)) !important;
}

.dropdown-menu.datepicker-dropdown tbody td {
    padding: 0;
}

.dropdown-menu.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #362E41;
}

.dropdown-menu.datepicker-dropdown .dow {
    margin-bottom: 1px;
    font-weight: initial;
}

.datepicker table tr td.today {
    color: #fff !important;
    background-color: #6ca0da !important;
    border-color: white !important;
}

.dropdown-menu.datepicker-dropdown table tr td span:hover,
.dropdown-menu.datepicker-dropdown table tr td span.focused,
.dropdown-menu.datepicker-dropdown .day:hover,
.dropdown-menu.datepicker-dropdown .day.focused {
    background-color: #6ca0da !important;
    border-color: #6ca0da !important;
}

.dropdown-menu.datepicker-dropdown .datepicker-switch,
.dropdown-menu.datepicker-dropdown .prev,
.dropdown-menu.datepicker-dropdown .next,
.dropdown-menu.datepicker-dropdown tfoot tr th {
    border-radius: 0;
    font-weight: initial;
}

.dropdown-menu.datepicker-dropdown .datepicker-switch:hover,
.dropdown-menu.datepicker-dropdown .prev:hover,
.dropdown-menu.datepicker-dropdown .next:hover,
.dropdown-menu.datepicker-dropdown tfoot tr th:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border-radius: 4px;
}

.dropdown-menu.datepicker-dropdown table tr td span,
.dropdown-menu.datepicker-dropdown .day {
    border-radius: 4px;
}

.dropdown-menu.datepicker-dropdown table tr td span:hover,
.dropdown-menu.datepicker-dropdown table tr td span.focused,
.dropdown-menu.datepicker-dropdown .day:hover,
.dropdown-menu.datepicker-dropdown .day.focused {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border-radius: 4px;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted.active {
    background: rgba(255, 255, 255, 0.3) !important;
    color: #FFFFFF;
    border-radius: 4px;
}

.dropdown-menu.datepicker-dropdown .day.new,
.dropdown-menu.datepicker-dropdown .day.new:hover {
    color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu.datepicker-dropdown table tr td span.disabled,
.dropdown-menu.datepicker-dropdown table tr td span.disabled:hover,
.dropdown-menu.datepicker-dropdown .day.disabled,
.dropdown-menu.datepicker-dropdown .day.disabled:hover {
    color: rgba(255, 255, 255, 0.3) !important;
}

.dropdown-menu.datepicker-dropdown table tr td span.old,
.dropdown-menu.datepicker-dropdown table tr td span.old:hover,
.dropdown-menu.datepicker-dropdown .day.old,
.dropdown-menu.datepicker-dropdown .day.old:hover {
    color: inherit;
}

#header {
    backdrop-filter: blur(5px) brightness(0.8);
    -moz-backdrop-filter: blur(5px) brightness(0.8);
    -webkit-backdrop-filter: blur(5px) brightness(0.8);
    background: radial-gradient(ellipse at center, rgba(194, 97, 254, 0.15), hsla(0, 0%, 100%, 0));
    position: relative;
    width: 100%;
    /* height: 284px; */
    height: 300px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    /* -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4); */
}

#header>.banner {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header>.banner>img {
    width: 100%;
    height: 100%;
    position: absolute;
    filter: brightness(0.7) blur(5px);
}

#header>.top {
    position: relative;
}

#header>.bottom {
    position: absolute;
    height: 74px;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 0;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

#header>.bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
    mix-blend-mode: overlay;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

#header>.bottom .left {
    width: 50%;
    padding: 23px 117px 0 0;
    opacity: 1;
    text-align: right;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header>.bottom .right {
    width: 50%;
    padding: 23px 0 0 117px;
    opacity: 1;
    text-align: left;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header>.bottom .btn-custom {
    font-size: 14px;
    padding: 6px 9px 4px 12px !important;
    text-align: center;
    margin: 0 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header>.bottom .btn-custom .amount {
    display: inline-block;
    margin-left: 4px;
    min-width: 20px;
    letter-spacing: 1px;
}

#header .logo-container {
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

#header .logo-container .logo {
    position: relative;
    margin: 0 auto 0 auto;
    /* margin-top: 30px; */
    margin-top: 35px;
    width: 101px;
    height: 190px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header .logo-container .logo-droplet {
    position: absolute;
    background-image: url(../_images/drop.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 220px;
    filter: drop-shadow(0 0 15px #6ca0da);
    animation: pulse 3s infinite ease-in-out;
}

@keyframes pulse {
    0% { filter: drop-shadow(0 0 15px #6ca0da); }
    50% { filter: drop-shadow(0 0 25px #88c5ff); }
    100% { filter: drop-shadow(0 0 15px #6ca0da); }
}

#content-container {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: radial-gradient(ellipse at center, rgba(194, 97, 254, 00.15), hsla(0, 0%, 100%, 0));
    backdrop-filter: brightness(0.8);
    -moz-backdrop-filter: brightness(0.8);
    -webkit-backdrop-filter: brightness(0.8);
}

#site-content::after {
    content: "";
    display: table;
    clear: both;
}

#site-content.loading {
    opacity: 0.5;
}

#site-content {
    width: 100%;
    margin: 0 auto;
    padding: 21px 0 300px 0;
    position: relative;
    border: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1250px) {
    #site-content {
        width: 1500px;
        margin: 0 auto;
        padding: 20px 0 300px 0;
    }
}

@media (max-width: 1440px) {
    #site-content {
        width: 100%;
        margin: 0 auto;
        padding: 20px 20px 300px 20px;
    }
}

body {
    background-color: #0676b71f !important;
}

.content-title {
    color: #f7f8f8;
    margin: 0px 0px 8px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 450;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.content-title:not(.liquid-box > .content-title)::after {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    content: "";
    flex: 1 1 auto;
    height: 7.7px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0px 10px 10px 0px;
    margin: 25px 0px 0px 0px;
}

.content-title i {
    margin: 0 3px 0 0;
}

.content-title.big {
    font-size: 18px !important;
    display: block !important;
}

.content-title.small {
    font-size: 14px !important;
    display: block !important;
}

.content-title.small::after,
.content-title.big::after {
    content: none;
}

.content-title.disabled {
    color: #464646;
    text-shadow: none;
}

.link-badge {
    position: relative !important;
    background-color: #ffffff0f !important;
    color: rgba(255, 255, 255, 0.8) !important;
    letter-spacing: 1px;
    padding-right: 5px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.link-badge.x,
.link-badge.x:hover {
    padding-right: 18px !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.link-badge:hover,
.showTag:hover {
    background-color: transparent !important;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    color: rgba(255, 255, 255, 0.8) !important;
}

.page-title {
    font-family: Heebo;
    font-size: 25px;
    color: white;
    text-overflow: clip;
    letter-spacing: 0px;
    margin-bottom: 5px;
    word-wrap: break-word;
    margin-left: 5px;
}

.liquid-box {
    color: rgb(180, 188, 208);
    background: radial-gradient(ellipse at center, rgb(97 176 254 / 15%), hsla(0, 0%, 100%, 0));
    padding: 30px;
    position: relative;
    margin: 0 0 20px 0;
    z-index: 1;
    border-radius: 46px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
    -moz-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.liquid-box::before {
    content: '';
    display: block;
    position: absolute;
    mix-blend-mode: overlay;
    border-radius: 46px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.btn-custom {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    height: 33px;
    font-size: 13.5px;
    font-weight: 500;
    padding: 0px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.05);
    border-image: initial;
    white-space: nowrap;
    border-radius: 50px;
    letter-spacing: 1px;
    color: rgb(180, 188, 208) !important;
    justify-content: flex-end;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    margin-left: 5px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active,
li.active .btn-custom {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s ease-in-out;
}

.btn-custom.disabled,
.btn-custom[disabled] {
    background-color: rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus {
    color: rgba(255, 255, 255, 0.6) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.btn-none {
    color: rgba(255, 255, 255, 0.6) !important;
    border: none !important;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    letter-spacing: 3px !important;
    padding: 8px 0px 6px 0px !important;
}

.btn-none:hover,
.btn-none:focus {
    color: rgba(255, 255, 255, 0.8) !important;
}

.btn-none.disabled,
.btn-none[disabled] {
    color: rgba(255, 255, 255, 0.4) !important;
}

.discord-box .liquid-box {
    padding: 18px;
}

.discord-box .discord-title {
    -webkit-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000);
    mix-blend-mode: overlay;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

.discord-box .discord-title img {
    width: 100%;
}

.discord-box .discord-title.tebex img {
    width: 60%;
}

.discord-box .discord-title.banner img {
    width: 100%;
}

.badge {
    line-height: 1.5;
    font-weight: normal !important;
    border-radius: 50px !important;
}

.avatar {
    position: relative;
    display: inline-block;
    margin: 0 6px 0 0;
}

.avatar>img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff4d;
    object-fit: cover;
}

.staff-name {
    vertical-align: top;
    color: #FFF;
    font-family: Heebo;
    font-size: 23px;
    font-weight: 100;
    line-height: 1;
    text-overflow: clip;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 100px;
}

.staff-role {
    font-size: 14.4px;
    color: #ffffff57;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    letter-spacing: 1px;
}

.staff-bio {
    font-size: 14px;
    color: #ffffff57;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    letter-spacing: 1px;
}

.footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer.footer {
    width: 100%;
    bottom: 0;
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(194, 97, 254, 0.15), hsla(0, 0%, 100%, 0));
    padding-bottom: 20px;
}

h3.footer-title {
    font-family: Heebo;
    color: #6ca0da !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer.footer .footer-bottom {
    font-size: 12px;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    padding-top: 20px;
}

footer.footer .footer-bottom a:hover {
    color: #FFF;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right !important;
    }
}

@media (min-width: 1050px) {
    .pull-right-md {
        float: right !important;
    }
}

@media (max-width: 1049px) {
    .tooltip {
        display: none !important;
    }

    .navbar-toggle {
        z-index: 1032;
    }

    .navbar-collapse {
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .navbar .nav {
        margin: 0;
    }

    .navbar .dropdown.open .dropdown-menu,
    .navbar .dropdown.nav-hover .dropdown-menu {
        position: relative;
        display: block !important;
        float: none;
        padding: 0 10px !important;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: none;
    }

    .navbar .dropdown-menu .dropdown-content {
        text-align: left !important;
        box-shadow: none;
    }

    .navbar .dropdown-menu .dropdown-content::before {
        display: none;
    }

    .navbar .dropdown-menu .dropdown-content .liquid-background {
        display: none;
    }

    .navbar .dropdown-menu .dropdown-content .divider {
        width: 50px;
        height: 3px !important;
        border-radius: 9px !important;
        margin-left: 15px !important;
    }
}

@media (max-width: 767px) {
    body .ui-pnotify-mobile-able.ui-pnotify {
        top: 50px;
        background-color: #5b5b5b;
    }

    .ui-pnotify .alert {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    #header .logo-container .logo {
        margin-top: 30px;
    }

    .nav {
        font-size: 15px;
        font-family: Inter, sans-serif;
    }

    .navbar .blur::before {
        backdrop-filter: blur(5px) brightness(0.7);
        -moz-backdrop-filter: blur(5px) brightness(0.7);
        -webkit-backdrop-filter: blur(5px) brightness(0.7);
    }

    #header>.bottom {
        height: 60px;
    }

    #header>.bottom .left {
        display: none;
    }

    #header>.bottom .right {
        width: 100% !important;
        padding: 15px 0 0 0 !important;
        text-align: center !important;
        opacity: 1 !important;
    }
}

.btn {
    text-transform: uppercase;
    text-align: right !important;
}

.btn-xs {
    font-size: 12px !important;
    padding: 4px 7px 3px 8px !important;
    letter-spacing: 0.1em !important;
}

.btn-xxs {
    font-size: 11px !important;
    padding: 3px 4px 1px 6px !important;
    letter-spacing: 0.1em !important;
}

i {
    line-height: normal !important;
}

.ui-pnotify-container {
    position: relative;
    color: #ffffff;
    border: none;
    border-radius: 7px !important;
    color: white !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47) !important;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ui-pnotify-container::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
    -moz-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.ui-pnotify .ui-pnotify-icon {
    font-size: 16px;
}

.brighttheme-icon-stuck {
    display: none !important;
}

.ui-pnotify .ui-pnotify-text {
    font-size: 13px;
    margin-top: -6px;
    color: #ffffff8c;
}

/* .brighttheme-error,
.brighttheme-success,
.brighttheme-info,
.brighttheme-notice {
    background: radial-gradient(ellipse at center, rgb(97 176 254 / 15%), hsla(0, 0%, 100%, 0)) !important;
    backdrop-filter: blur(5px);
} */

.brighttheme-info, .brighttheme-notice {
    background: radial-gradient(ellipse at center, rgb(97 176 254 / 20%), hsla(0, 0%, 100%, 0)) !important;
    -moz-backdrop-filter: blur(5px) saturate(50%);
    -webkit-backdrop-filter: blur(5px) saturate(50%);
    backdrop-filter: blur(5px) saturate(50%);
}

.brighttheme-success {
    background: radial-gradient(ellipse at center, rgb(236 254 97 / 20%), hsla(0, 0%, 100%, 0)) !important;
    -moz-backdrop-filter: blur(5px) saturate(50%);
    -webkit-backdrop-filter: blur(5px) saturate(50%);
    backdrop-filter: blur(5px) saturate(50%);
}

.brighttheme-error {
    background: radial-gradient(ellipse at center, rgb(255 0 0 / 20%), hsla(0, 0%, 100%, 0)) !important;
    -moz-backdrop-filter: blur(5px) saturate(50%);
    -webkit-backdrop-filter: blur(5px) saturate(50%);
    backdrop-filter: blur(5px) saturate(50%);
}

.liquid.box.logo-box:hover {
    transition: transform 0.3s ease-in-out;
}

.logo-box:hover {
    transform: scale(1.05);
}

.fa-arrow-right-long.arrow-move {
    display: inline-block;
    animation: arrowMovement 1s infinite;
}

@keyframes arrowMovement {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

.fa-arrow-right-long.arrow-move {
    display: inline-block;
    animation: arrowMovement 1s infinite;
}

.table-responsive {
    padding: 15px 10px 10px 10px;
}

.table>thead>tr>th {
    border-bottom: 2px solid #618ca6 !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px;
}

.table>tbody>tr>td:not(:last-child) {
    border-right: 2px solid #618ca6 !important;
}

.table>thead>tr>th:not(:last-child) {
    border-right: 2px solid #618ca6 !important;
}

.table>tbody>tr {
    border-bottom: 2px solid #618ca621 !important;
}

th.dow {
    color: #ffffff54;
}

.liquid-box-content-title {
    font-size: 16px;
    letter-spacing: 2px;
    font-family: Heebo;
    color: rgb(255 255 255 / 66%);
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 15px;
}

.faq-answer {
    display: none;
    margin: 10px;
}

.faq-question {
    cursor: pointer;
    margin: 7px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Heebo;
    color: rgb(255 255 255 / 66%);
}

.faq-question-icon {
    float: right;
}

.question {
    margin: 7px;
    letter-spacing: 1px;
    color: rgb(255 255 255 / 66%);
}

.text-strong {
    font-weight: bold;
}

.text-italics {
    font-style: italic;
}

.text-white {
    color: #FFF;
}

.text-underline {
    text-decoration: underline;
}

.text-uppercase, .text-capitals {
    text-transform: uppercase;
}

kbd, code {
    border-radius: 7px !important;
    padding: 2px 4px !important;
    font-size: 90% !important;
    background-color: #ffffff14 !important;
    letter-spacing: 1px;
    color: #ffffff82 !important;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%) !important;
}

.liquid-box-link {
    padding: 15px;
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
}

.liquid-box-link-small {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.footer-container {
    margin-right: 50px;
    margin-left: 50px;
}

.form-control:focus {
    color: #6ca0da !important;
}

::placeholder {
    color: #6ca0da !important;
    opacity: 0.5 !important;
}

.width-100 {
    width: 100% !important;
}

.text-strike {
    text-decoration: line-through;
}

.text-primary {
    color: #6ca0da !important;
    transition: 0.3s;
}

.text-primary:hover {
    color: #4b73a0 !important;
    transition: 0.3s;
}

.text-warning {
    color: #d49831 !important;
    transition: 0.3s;
}

.text-warning:hover {
    color: #a67a2a !important;
    transition: 0.3s;
}

.text-success {
    color: #50a451 !important;
    transition: 0.3s;
}

.text-success:hover {
    color: #357836 !important;
    transition: 0.3s;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed !important;
    filter: alpha(opacity=65) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .65 !important;
}

.footer-link .text-light:hover,
.footer-link:hover {
    color: #fff !important;
    transition: 0.3s;
}

.footer-link .text-light,
.footer-link {
    transition: 0.3s;
}

.footer-link.discord:hover {
    color: #5865F2 !important;
}

.footer-link.x-twitter:hover {
    color: black !important;
}

.discord.statistics {
    letter-spacing: 2px;
    font-size: 16px;
    font-family: Heebo;
    opacity: 0.9;
    text-transform: uppercase;
    text-align: center;
}

.discord.statistics .statistic {
    display: inline-block;
}

.text-danger {
    color: #dc3545 !important;
}

.dropdown-menu-right {
    right: 50% !important;
}

.logout {
    color: #dc3545 !important;
}

.logout:hover {
    color: #dc3545 !important;
}

:hover {
    transition: 0.3s;
}

.welcome-title {
    font-family: Heebo;
    color: #ffffffd9;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.logged-in {
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white !important;
    letter-spacing: 2px;
}

span.discord:hover {
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

#overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

#overlay-message-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10000;
}

#overlay-message-container h1 {
    font-size: 3em !important;
    text-transform: uppercase !important;
    letter-spacing: 10px !important;
    opacity: 0.8;
}

.btn-action {
    border-radius: 50px;
    border: 1px #ffffff2b solid;
    background: #ffffff1a;
    padding: 4px 8px 4px 15px;
    font-size: 80%;
    color: white;
    transition: 0.3s;
}

.btn-action:hover {
    background-color: rgb(255 255 255 / 23%);
}

.btn-action.equal {
    padding: 8px 15px 8px 15px;
}

.btn-action:first-child {
    margin-right: 4px;
}

.btn-action.red {
    background-color: rgb(220 53 69 / 30%) !important;
}


.btn-action.red:hover {
    background-color: rgb(220 53 69 / 42%) !important;
}

.btn-action.green {
    background-color: rgb(52 171 35 / 15%) !important;
}

.btn-action.orange {
    background-color: rgb(171 95 35 / 52%) !important;
}

.btn-action.orange:hover {
    background-color: rgb(171 95 35 / 63%) !important;
}

.btn-action.green:hover {
    background-color: rgb(30 119 17 / 30%) !important;
}

.btn-action.purple {
    background-color: rgb(41 35 171 / 15%) !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
}

.liquid-box.green {
    background: radial-gradient(ellipse at center, rgb(236 254 97 / 15%), hsla(0, 0%, 100%, 0)) !important;
}

.liquid-box.blue {
    background: radial-gradient(ellipse at center, rgb(0 28 255 / 15%), hsla(0, 0%, 100%, 0)) !important;
}

.liquid-box.grey {
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 17%), hsla(0, 0%, 100%, 0)) !important;
}

.liquid-box.red {
    background: radial-gradient(ellipse at center, rgb(255 0 0 / 15%), hsla(0, 0%, 100%, 0)) !important;
}

.liquid-box.queue-green {
    background: radial-gradient(ellipse at center, rgb(0 255 55 / 16%), hsl(0deg 0% 100% / 0%)) !important;
}

.liquid-box.queue-red {
    background: radial-gradient(ellipse at center, rgb(255 0 0 / 16%), hsl(0deg 0% 100% / 0%)) !important;
}

#submit,
.submit {
    cursor: pointer;
    text-align: center;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav>li>a {
        color: rgba(255, 255, 255, 0.85) !important;
        margin-right: 5px;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 500px !important;
}

.content-title.nav-title {
    letter-spacing: 3px;
}

.back {
    cursor: pointer;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none !important;
}

label {
    font-weight: 100;
    opacity: 0.5;
    letter-spacing: 1px;
    font-weight: 100 !important;
}

.loadscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000ab !important;
    background: radial-gradient(ellipse at center, rgba(194, 97, 254, 0.15), hsla(0, 0%, 100%, 0));
    z-index: 1000000;
    text-align: center;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
}

.loadscreen .logo {
    background-image: url(/_assets/_images/drop.png);
    content: '';
    width: 101px;
    height: 190px;
    animation: loading-grow-in-and-out 0.7s linear infinite;
    filter: drop-shadow(2px 4px 10px #6ca0da);
    display: inline-block;
}

.credit {
    font-size: 14px;
    margin-top: 50px;
}

@keyframes loading-grow-in-and-out {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.loadscreen .center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.m-l-xxl {
    margin-left: 60px;
}

.liquid-box.whitelist {
    background: radial-gradient(ellipse at center, rgba(255, 0, 153, 0.15), hsla(0, 0%, 100%, 0));
}

.liquid-box.events {
    background: radial-gradient(ellipse at center, rgba(250, 94, 27, 0.15), hsla(0, 0%, 100%, 0));
}

.liquid-box.monitor {
    background: radial-gradient(ellipse at center, rgba(155, 89, 182, 0.15), hsla(0, 0%, 100%, 0));
}

.liquid-box.moderator {
    background: radial-gradient(ellipse at center, rgba(113, 54, 138, 0.15), hsla(0, 0%, 100%, 0));
}

.container-fluid.container {
    margin-left: 25px !important;
    width: 97% !important;
}

.nav-title {
    font-family: Heebo;
    color: #6ca0da !important;
    letter-spacing: 1px;
    font-size: 20px;
}

@keyframes rotateBackground {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

.rotateBackground {
    animation: rotateBackground 5s linear infinite;
    transform-origin: center;
}

.mobile-section {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
  
.account-section {
    padding-top: 15px;
}
  
.section-title {
    font-size: 18px;
    color: #4da6ff;
    font-weight: 500;
    margin-bottom: 12px;
}
  
.user-welcome {
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff;
}
  
.account-links {
    margin-bottom: 10px;
}
  
.section-links {
    display: flex;
    flex-direction: column;
}
  
.nav-item {
    color: #f0f0f0;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none !important;
    cursor: pointer !important;
}
  
.nav-item:last-child {
    border-bottom: none;
}
  
.navbar-collapse {
    position: relative;
    overflow-y: auto;
    max-height: 85vh;
}