@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;600;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";

* {
    scrollbar-width: none
}

body {
    color: #bbb6bf !important;
    background: #16151d !important;
    font-family: nunito, sans-serif;
    font-size: 1rem
}

.navbar-brand {
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff
}

.mt-input {
    margin-top: 4rem !important
}

.pointer {
    cursor: pointer
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: #1d1c27;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s
}

.slider:hover {
    opacity: 1
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 3em;
    background: #49474d;
    cursor: pointer
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 3em;
    background: #49474d;
    cursor: pointer
}

.announcement .container.is-link.a-link:focus,
.announcement .container.is-link.a-link:hover {
    color: #22c55e
}

.announcement .container.is-link {
    background-color: #1d1c27;
    border-color: #dfe7f3;
    color: #22c55e
}

.announcement .container {
    margin-bottom: 20px;
    padding-left: 26px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-left: 4px solid #4a4a4a
}

.announcement .container .icon {
    margin-right: 20px;
    justify-content: unset
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}

.icon.is-small {
    height: 1rem;
    width: 1rem
}

.announcement .container p {
    height: 100%;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.announcement .container,
.welcome .container {
    background-color: #fff;
    padding: 20px 30px
}

.features {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%
}

.features__image {
    box-sizing: border-box;
    display: block;
    margin-bottom: 40px;
    padding: 0 20px
}

.feature-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

@media only screen and (min-width:768px) {
    .features__item {
        float: left;
        width: 60%
    }

    .features--flip .features__item {
        float: right
    }

    .features__item--image {
        width: 40%
    }

    .features--flip .features__item--image {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

@media only screen and (min-width:992px) {
    .features__item {
        width: 50%
    }
}

#search_nav * {
    padding: 0
}

.navbar * {
    z-index: 2
}

.navbar-collapse {
    -webkit-transition: height .25s;
    transition: height .25s
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
    background: #2a2530;
    width: calc(100% + 16px);
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 1;
    text-align: left;
    padding-top: 64px
}

.navbar-collapse.show .nav-item,
.navbar-collapse.collapsing .nav-item {
    padding: 1rem 2.5rem
}

.navbar-collapse.show .navbar-nav,
.navbar-collapse.collapsing .navbar-nav {
    padding-top: 1rem
}

.nav-item>.btn-a {
    font-weight: 400;
    font-size: 13px;
    padding: 1rem 1.5rem;
    line-height: 0
}

.nav-item>.btn-a:hover {
    background: 0 0 !important;
    border-color: transparent
}

dl,
ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0
}

.text-xs-center {
    text-align: center
}

.mt-5r {
    margin-top: 5rem !important
}

.mb-5r {
    margin-bottom: 5rem !important
}

.mt-6r {
    margin-top: 6rem !important
}

.mb-6r {
    margin-bottom: 6rem !important
}

.mt-6 {
    margin-top: 8rem !important
}

.financialaid {
    padding: 1rem 0
}

.g-recaptcha {
    display: inline-block
}

p,
ol,
ul,
li {
    color: #b1b1b1
}

button {
    outline: 0 !important
}

.no-transition {
    -webkit-transition: height 0;
    -moz-transition: height 0;
    -ms-transition: height 0;
    -o-transition: height 0;
    transition: height 0
}

a {
    color: inherit;
    font-weight: 500;
    text-decoration: none !important
}

nav a {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

a:hover,
.btn:hover {
    -webkit-animation-name: cool;
    animation-name: cool;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.border-seperate {
    border-right: 1px solid #6a676e
}

.border-primary {
    border-color: #22c55e !important
}

.lh-1 {
    line-height: 1rem
}

.bg-dark {
    background-color: #1d1c27 !important
}

.btn-transparent:hover {
    background-color: #20263a3b !important;
    border-color: #fff;
    color: #22c55e !important
}

.btn-primary,
.badge-primary {
    background-color: #22c55e !important;
    border-color: #22c55e
}

.badge-light-primary {
    background-color: #22c55e 52 !important;
    border-color: #22c55e
}

.btn-secondary,
.badge-secondary {
    background-color: transparent !important;
    border-color: #22c55e
}

.btn-outline-secondary {
    border-color: #56565c
}

.btn-success,
.badge-success {
    background-color: #43b581 !important;
    border-color: #43b581
}

.btn:not(.btn-selected):hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #22c55e !important
}

.btn {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 42px;
    padding: 0 42px;
    font-weight: 400;
    box-shadow: 0 0 0 !important
}

.btn .p-sm {
    padding: 0
}

.card:hover .text-muted {
    color: #bbb6bf !important
}

.btn-xm {
    font-size: 13px;
    padding: 0 1.5rem;
    line-height: 36px
}

.btn-sm {
    font-size: 13px;
    line-height: 38px
}

.btn-lg {
    font-size: 15px;
    padding: 0 72px;
    line-height: 54px
}

.btn.disabled,
.btn[disabled],
fieldset:disabled .btn {
    cursor: not-allowed;
    pointer-events: auto !important
}

.btn {
    color: #fff !important
}

.alert {
    font-size: .8rem
}

.text-primary {
    color: #22c55e !important
}

.text-secondary {
    color: #ff7582 !important
}

.text-warning {
    color: #22c55e !important
}

.text-success {
    color: #43b581 !important
}

.text-muted {
    color: #7d797e !important
}

.hidden-0 {
    opacity: .5
}

.navbar-collapse {
    text-align: right
}

.vertical-children * {
    vertical-align: middle
}

.navbar-toggler {
    color: #fff
}

.big-avatar {
    max-height: 96px;
    max-width: 96px;
    width: 100%;
}

.bb {
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    padding-bottom: 6px !important
}

.bn {
    line-height: 0;
    padding: .45rem !important
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #56565c
}

.btn-sm .fas,
.btn-sm .fa,
.btn-sm .far {
    padding: 0;
    line-height: .25
}

#progress {
    position: fixed;
    opacity: 1;
    height: 2px;
    background: #22c55e;
    display: block;
    width: 0%;
    -webkit-animation-name: cool;
    animation-name: cool;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation: infinite;
    transition: width .35s ease, -webkit-transform .35s ease;
    z-index: 999999
}

.ranking .fa-trophy {
    font-size: 10px;
    margin-right: 2px
}

.ranking {
    color: #b1b1b1
}

.ranking-1 {
    color: gold
}

.ranking-2 {
    color: #d6d6d6
}

.ranking-3 {
    color: #cd7f32
}

.member-icon-small {
    max-width: 24px
}

.member-icon-medium {
    width: 48px
}

.new-icon-general {
    width: 42px;
    height: 42px;
    margin: .5rem 0 0 .5rem;
    display: inline-block
}

.new-icon-general img {
    width: 100%
}

.new-icon-small {
    width: 32px;
    height: 32px;
    margin: .5rem 0 0 .5rem
}

.new-icon-small img {
    width: 100%
}

.new-server-icon {
    width: calc(100% - 12px);
    max-width: 38px
}

.emoji,
.picthumb {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.emoji img,
.picthumb img {
    width: 100%;
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    display: block;
    vertical-align: middle;
    border: 4px solid rgba(125, 121, 126, .3)
}

.emoji .big-avatar {
    width: 48px;
    height: 48px;
    border: 0
}

.picthumb img {
    max-width: 100%;
    max-height: 100%
}

.emoji a {
    display: block;
    margin-top: 5px
}

.max-md {
    max-width: 96px;
    width: 100%
}

.bot {
    text-align: center;
    font-size: 18px;
    overflow: hidden
}

.bot img {
    width: 100%;
    max-width: 52px;
    max-height: 52px;
    margin: 0 auto 10px;
    display: block
}

.bot a {
    display: block;
    margin-top: 5px
}

.server-card-wrapper {
    background: #36373b;
    border-radius: 10px
}

.card {
    color: #fff;
    background-color: #1d1c27;
    background-position: center;
    min-height: auto;
    height: auto;
    border-radius: 4px;
    border: 0;
    transition: height .2s ease, -webkit-transform .1s ease;
    transition: transform .1s ease, height .2s ease;
    transition: transform .1s ease, height .2s ease, -webkit-transform .1s ease;
    max-width: 100%;
    position: relative;
    transition: .2s
}

.card .title {
    font-family: "exo 2", sans-serif;
    font-weight: 400 !important
}

.card.embed-primary {
    border: none;
    border-left: 4px solid #22c55e !important;
    background-color: rgba(57, 76, 138, .5)
}

.card.embed-primary .card-body p {
    color: rgba(255, 251, 251, .8)
}

.card.embed-danger {
    border: none;
    border-left: 4px solid #dc3545 !important;
    background-color: #b74a5580
}

.card.interactive:hover {
    background-color: #332b3c
}

.card.interactive.blue:hover {
    background-color: #22c55e
}

.card-big {
    border-radius: 4px
}

.card .card-bottom {
    position: absolute;
    bottom: .75rem;
    width: calc(100% - 2rem);
    left: 1rem
}

.card .card-title-parent {
    position: relative
}

.card .card-title-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 2rem)
}

.center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center>* {
    display: block
}

.card p {
    max-height: 60px;
    overflow: hidden;
    color: rgba(255, 255, 255, .5);
    font-size: 80%;
    margin: 2px 0 0
}

.card a {
    color: #fff
}

.card a:hover {
    animation: none
}

.card .join {
    font-weight: 400;
    margin-top: .5rem;
    font-size: 13px;
    display: block
}

.card .row {
    padding: 2rem 1rem
}

.card .card-img {
    text-align: center;
    border-radius: 90px
}

.card .card-img img {
    width: 100%;
    max-width: 75px
}

.card .h4 {
    font-size: 1.35rem;
    font-weight: 500
}

.spin {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg)
    }

    to {
        transform: scale(1) rotate(360deg)
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.loading-card * {
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes loading {

    0%,
    100% {
        opacity: .65
    }

    50% {
        opacity: .85
    }
}

@keyframes loading {

    0%,
    100% {
        opacity: .65
    }

    50% {
        opacity: .85
    }
}

@-moz-keyframes loading {

    0%,
    100% {
        opacity: .65
    }

    50% {
        opacity: .85
    }
}

.form-control,
.form-control:focus {
    min-height: 40px;
    box-shadow: 0 0 !important;
    color: #fff;
    border-radius: 4px;
    border: solid 1px #49474d;
    background-color: #16151d;
    font-size: 13px;
    font-weight: 500
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .2);
    cursor: not-allowed
}

.form-control {
    padding: .55rem .75rem
}

.form-control.for-input {
    background: #70657d !important
}

select.form-control,
select.form-control:focus {
    border: 0;
    background: #1d1c27
}

.custom-color-red {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 0, 0, 0.15))
}

.custom-color-blue {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(103, 123, 196, 0.5))
}

.custom-color-green {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 255, 0, 0.15))
}

.text-purple {
    color: #a472da
}

.text-light-orange {
    color: #da8a72
}

.text-normal {
    color: #bbb6bf !important
}

.hidden {
    display: none
}

@media(max-width:767px) {
    .btn {
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mt-mobile-2 {
        margin-top: 1rem !important
    }

    .border-seperate {
        border-right: 0;
        border-bottom: 1px solid #6a676e
    }
}

input {
    -webkit-user-select: text
}

::-webkit-input-placeholder {
    color: #7d797e
}

:-moz-placeholder {
    color: #7d797e;
    opacity: 1
}

::-moz-placeholder {
    color: #7d797e;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7d797e
}

::-ms-input-placeholder {
    color: #7d797e
}

::placeholder {
    color: #7d797e
}

input,
input:before,
input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial
}

.connectedacc span>i {
    font-size: 24px;
    vertical-align: middle
}

.connectedacc span {
    margin-right: .33rem
}

table {
    border-collapse: separate;
    border-spacing: 0 .2em !important;
    border-radius: 10px !important
}

tr {
    color: #fff;
    background: #1d1c27 !important;
    border-radius: 5px !important
}

.table td,
.table th {
    border-top: none
}

.hide-if-no-paging>tr {
    background: 0 0 !important
}

a.paginate_button {
    color: #fff !important
}

a.paginate_button {
    background: #1d1c27 !important;
    border: none !important;
    color: #fff !important
}

.paginate_button a {
    border-color: #16151d !important
}

a.paginate_button.current {
    background: #22c55e !important;
    border: none !important
}

.dataTables_filter,
.dataTables_length {
    display: none
}

.dataTables_info {
    color: #6f7498 !important
}

.player>button {
    margin-left: 4px
}

.muted_overlay {
    opacity: .3;
    cursor: not-allowed
}

.muted {
    cursor: not-allowed
}

.background-img {
    max-width: 100%;
    background: #1d1c27;
    padding: 5px;
    cursor: pointer
}

.img {
    position: relative
}

.img i {
    top: 15%;
    left: 10%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff !important
}

.sub-title {
    font-family: alegreya sans;
    font-size: 1.5em;
    margin-left: -1.4em
}

.sub-title h3 {
    font-family: alegreya sans;
    font-size: 1.5em
}

.sticky {
    position: sticky !important;
    top: 0;
    min-height: 2em;
    z-index: 500
}

.server-select {
    display: inline;
    max-width: 40%;
    background: #362f3f !important;
    border: #362f3f !important
}

.ms-3 {
    margin-left: 1.4em
}

.fw-bolder {
    font-weight: bolder
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5rem
}

.form-check-input {
    width: 1rem;
    height: 1rem;
    margin-top: .2142857rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(101, 109, 119, .24);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: 4px
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #90b5e2;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(32, 107, 196, .25)
}

.form-check-input:checked {
    background-color: #22c55e;
    border-color: rgba(101, 109, 119, .24)
}

.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzE2Jz48cGF0aCBmaWxsPSdub25lJyBzdHJva2U9JyNmZmZmZmYnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA4LjVsMi41IDIuNWw1LjUgLTUuNScvPjwvc3ZnPg==)
}

.form-check-input:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmZmZmJyBjeD0nOCcgY3k9JzgnIC8+PC9zdmc+)
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #22c55e;
    border-color: #22c55e;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==)
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .7
}

.form-switch {
    padding-left: 2.5rem
}

.form-switch .form-check-input {
    width: 2.3rem;
    margin-left: -2.5rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjMjkyYzQwJy8+PC9zdmc+);
    background-position: left center;
    border-radius: 2rem;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjOTBiNWUyJy8+PC9zdmc+)
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+)
}

.nav-tabs .nav-link {
    border: none !important
}

.nav-tabs {
    font-family: cursive;
    border-bottom: 1px solid #22c55e !important
}

.nav-link.active {
    background: #22c55e !important;
    color: #fff !important
}

input[type=checkbox][readonly=readonly] {
    filter: grayscale(1)
}

.jscolor {
    transition: 0s
}

button.example {
    background: #22c55e;
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 1px;
    font-family: comfortaa;
    font-weight: 900;
    border: none
}

button.example span {
    writing-mode: vertical-rl;
    color: #fff
}

mention,
.mention {
    background: rgba(88, 101, 242, .3);
    color: #fff;
    padding: 2.5px;
    border-radius: 4px
}

.tab-pane.fade {
    transition: ease-in-out .4s;
    transform: translateY(5rem)
}

.tab-pane.fade.show {
    transform: translateY(0rem)
}

.tag {
    background: #1d1c27;
    padding: 0 7px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px -2px #1d1c27
}

.tag-beta {
    background: #ff5d5d;
    padding: 2px 4px;
    margin: 5px;
    text-transform: uppercase;
    font-size: .7em;
    border-radius: 3px
}

.premium-banner {
    filter: opacity(1);
    pointer-events: none
}

.premium-banner:hover+.premium-text-hover {
    opacity: 1
}

.premium-blocked {
    filter: opacity(.2)
}

.premium-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bolder;
    text-align: center
}

.premium-text h1,
.premium-text h2,
.premium-text h3,
.premium-text h4,
.premium-text h5,
.premium-text h6 {
    color: #ffa707
}

.premium-text-hover {
    text-align: center;
    color: #ffd700 !important;
}

.premium-text-hover h1,
.premium-text-hover h2,
.premium-text-hover h3,
.premium-text-hover h4,
.premium-text-hover h5,
.premium-text-hover h6 {
    color: #ffd700 !important;
}

[premium-command] {
    border-left: 1px solid gold
}

.list-group-item {
    background: 0 0;
    color: #fff
}

.table thead th {
    border-bottom: 2px solid #22c55e
}

.icons-panel i {
    margin-block-end: 3px
}

.calculator {
    transform: translate(0, 16px);
    font-weight: 700;
    color: #6495ed
}

.result {
    font-size: 2.4em;
    color: #22c55e;
    text-align: center;
    font-family: comfortaa;
    margin-top: 1em
}

::selection {
    background: #ff446a;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #22c55e;
    color: #fff;
    text-shadow: none
}

.times-close {
    text-align: center;
    cursor: pointer
}

.times-close:hover {
    color: tomato
}

::placeholder {
    color: #fff
}

img.brand-image {
    padding: 20px;
    margin: 20px 0;
    border: 2px solid rgba(22, 21, 29, .1);
    border-radius: 4px;
    transition: .3s;
    background: rgba(22, 21, 29, .4)
}

img.brand-image:hover {
    transform: scale(.9);
    cursor: pointer
}

.img-responsive-wrap {
    display: block;
    height: 200px;
    overflow: hidden
}

.color-display {
    background: #1d1c27;
    padding: 10px
}

.color-display .color {
    border-radius: 4px;
    width: 100%;
    height: 120px;
    transition: .4s
}

.color-display .color:hover {
    transform: rotate(4deg);
    cursor: zoom-in;
    filter: contrast(.95)
}

.color-display .color-body {
    font-family: jura, sans-serif !important;
    color: #fff
}

.blind {
    animation: blind 2s infinite
}

@keyframes blind {
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #16151d
}

::-webkit-scrollbar-thumb {
    background: #22c55e
}

::-webkit-scrollbar-thumb:hover {
    background: #22c55e
}

.border-bottom.divider {
    border-color: #22c55e !important;
    margin: 3px 10px
}

.divider.full {
    margin: 0
}

.btn:focus .dropdown,
.btn:active .dropdown {
    transform: translate(0, 20px);
    opacity: 1;
    visibility: visible
}

.btn .material-icons {
    border-radius: 100%;
    -webkit-animation: ripple .6s linear infinite;
    animation: ripple .6s linear infinite
}

.btn .dropdown {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

.btn-group .btn .dropdown {
    width: 100%
}

.btn .dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, .05);
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
    mix-blend-mode: multiple
}

.btn .dropdown li {
    z-index: 1;
    position: relative;
    background: #fff;
    padding: 0 20px;
    color: #666;
    transition: .1s
}

.btn .dropdown li:hover {
    color: #80a2ff
}

.btn .dropdown li.active {
    color: #5380f7
}

.btn .dropdown li:first-child {
    border-radius: 4px 4px 0 0
}

.btn .dropdown li:last-child {
    border-radius: 0 0 4px 4px
}

.btn .dropdown li:last-child a {
    border-bottom: 0
}

.dropdown-item.active,
.dropdown-item:active {
    color: #22c55e;
    background: 0 0
}

.dropdown-item.active.filled,
.dropdown-item.filled:active {
    color: #fff;
    background: #22c55e
}

.btn .dropdown a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 2px 0;
    color: inherit;
    font-size: 10px;
    text-decoration: none;
    font-size: .9em;
    font-weight: 600
}

.docs-content h1,
.docs-content h2,
.docs-content h3,
.docs-content h4,
.docs-content h5 {
    font-weight: 600
}

.docs-content code {
    background: rgba(255, 125, 185, .13);
    padding: 1px 2px;
    border-radius: 4px
}

.docs-content span.hg {
    background: rgba(50, 45, 119, .7);
    padding: 1px 2px;
    border-radius: 4px
}

.component {
    padding: 2rem;
    margin: 1rem 0 2rem;
    border: 1px solid #1d1c27;
    border-radius: 3px 3px 0 0;
    position: relative;
    align-items: center;
    overflow-x: auto
}

.component.ex-center {
    justify-content: center
}

.component.ex-long-1 {
    height: 15rem
}

.component.ex-long-2 {
    height: 18rem
}

.component.ex-long-3 {
    height: 23rem
}

.avatar {
    --avatar-size: 2.5rem;
    position: relative;
    width: var(--avatar-size);
    height: var(--avatar-size);
    font-size: calc(var(--avatar-size)/2.8571429);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #656d77;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: cover;
    border-radius: .5rem
}

.btn-loading {
    position: relative;
    color: transparent !important;
    text-shadow: none !important;
    pointer-events: none
}

.btn-loading:after {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    border: 1px solid currentColor;
    border-right-color: transparent;
    border-radius: 100rem;
    color: #fff;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(50% - 0.5rem);
    top: calc(50% - 0.5rem);
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.btn-loading:after.fast {
    -webkit-animation: spinner-border .5s linear infinite !important;
    animation: spinner-border .5s linear infinite !important
}

.btn-loading:after.faster {
    -webkit-animation: spinner-border .35s linear infinite !important;
    animation: spinner-border .35s linear infinite !important
}

.btn-loading.fast:after {
    -webkit-animation: spinner-border .5s linear infinite !important;
    animation: spinner-border .5s linear infinite !important
}

.btn-loading.faster:after {
    -webkit-animation: spinner-border .35s linear infinite !important;
    animation: spinner-border .35s linear infinite !important
}

.copy {
    background: #1d1c27;
    display: flex;
    border-radius: 5px;
    width: fit-content
}

.copy .attr {
    background: #8831ff;
    padding: 8px 20px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    cursor: pointer
}

.copy .url {
    --spacing: 25px;
    padding: 8px;
    padding-left: var(--spacing);
    padding-right: var(--spacing)
}

.dropdown-menu {
    margin-top: 10px;
    background: #1d1c27;
    border: none
}

.dropdown-item-text {
    color: #fff
}

.dropdown-item {
    color: #fff
}

.dropdown-item:hover {
    background: rgba(22, 21, 29, .5);
    color: rgba(104, 139, 255, .9);
    border: none;
    margin: 0
}

a.badge {
    color: #fff
}

a:hover .badge {
    color: #fff !important
}

.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #c6cad0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: calc(0.25rem - 1px) .25rem;
    height: 1.25rem;
    border: 1px solid transparent;
    min-width: 1.25rem;
    font-weight: 600;
    font-size: .625rem;
    letter-spacing: .04em;
    text-transform: uppercase
}

.badge.avatar {
    box-sizing: content-box;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 .5rem 0 -.5rem
}

.badge.icon {
    width: 1em;
    height: 1em;
    font-size: 1rem;
    margin: 0 .25rem 0 0
}

.badge:empty {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    min-width: 0;
    min-height: auto;
    padding: 0;
    border-radius: 100rem;
    margin-left: 20px;
    align-items: center;
    align-content: center;
    position: relative;
    top: .46rem
}

.badge-outline {
    background-color: transparent;
    border: 1px solid currentColor
}

.badge-pill {
    border-radius: 100px;
    min-width: 1.75em
}

.carousel-caption.dimmed {
    background: rgba(25, 25, 35, .5);
    border-radius: 5px;
    padding-bottom: 0;
    margin-bottom: 2em
}

.dash-focus {
    animation: focus 1s infinite
}

.embedded.alert {
    border: none
}

.embedded.alert p a:hover {
    color: currentColor;
    opacity: .7
}

.embedded.alert:not(.right):not(.left):not(.top):not(.bottom) {
    border-left: 4px solid
}

.embedded.alert.border-0 {
    border: none
}

.embedded.alert.left {
    border-left: 4px solid !important
}

.embedded.alert.right {
    border-right: 4px solid !important
}

.embedded.alert.top {
    border-top: 4px solid !important
}

.embedded.alert.bottom {
    border-bottom: 4px solid !important
}

.embedded.alert.music {
    top: 5px;
    background: #ff7582 !important;
    border: none !important;
    color: #fff !important
}

.embedded.alert.border {
    border: 1px solid
}

.embedded.alert.alert-primary {
    border-color: #22c55e !important;
    background-color: rgba(57, 76, 138, .5);
    color: #6c8dff
}

.embedded.alert.alert-secondary {
    border-color: #b1b9ca !important;
    background-color: rgba(201, 206, 222, .3);
    color: #dfe5f1
}

.embedded.alert.alert-success {
    border-color: #7cff9b !important;
    background-color: rgba(149, 255, 187, .3);
    color: #73ff95
}

.embedded.alert.alert-danger {
    border-color: #ff838f !important;
    background-color: rgba(251, 163, 163, .3);
    color: #ff9c9c
}

.embedded.alert.alert-warning {
    border-color: #ffb483 !important;
    background-color: rgba(255, 194, 151, .3);
    color: #ffb483
}

.embedded.alert.alert-info {
    border-color: #83dfff !important;
    background-color: rgba(151, 231, 255, .3);
    color: #83faff
}

.embedded.alert.alert-light {
    border-color: #edefff !important;
    background-color: rgba(246, 251, 255, .3);
    color: #faefff
}

.embedded.alert.alert-dark {
    border-color: #3e3b46 !important;
    background-color: rgba(52, 58, 64, .5);
    color: #a398a9
}

.alert p {
    color: currentColor
}

.alert-dismissible .close {
    padding: .5rem 1.25rem !important
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    filter: hue-rotate(10deg);
    opacity: .4
}

.close:hover {
    color: currentColor
}

div.alert-messages {
    position: fixed;
    left: 25%;
    right: 25%;
    z-index: 7000
}

div.alert-messages.top {
    top: 30px
}

div.alert-messages.bottom {
    bottom: 30px
}

@media only screen and (max-width:768px) {
    div.alert-messages {
        right: 3%;
        left: 3%
    }
}

div.alert-block {
    position: fixed;
    left: 75%;
    right: 5%;
    z-index: 7000
}

div.alert-block.top {
    top: 20px
}

div.alert-block.bottom {
    bottom: 20px
}

@media only screen and (max-width:768px) {
    div.alert-block {
        left: 5%
    }
}

.hljs {
    background: #16151d !important;
    color: #ffdfdf !important
}

.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-string,
.hljs-template-tag,
.hljs-type {
    color: #b997ff !important
}

.hljs-section,
.hljs-title {
    color: #ff9844 !important
}

@keyframes focus {
    0% {
        border-bottom: 1px dashed #b1b1b1
    }

    50% {
        border-bottom: 1px dashed transparent
    }

    100% {
        border-bottom: 1px dashed #b1b1b1
    }
}

#player {
    transition: 1s;
    position: fixed;
    bottom: -105px;
    width: 100%;
    max-height: 10em;
    z-index: 9999;
    background: #1d1c27;
    left: 0 !important
}

#player .audio-progress {
    height: 5px;
    background: #ff7582;
    transition: 2s cubic-bezier(.81, 0, .26, .86)
}

.icon-controls {
    top: 40%
}

.icon-controls i {
    padding: 10px 30px;
    cursor: pointer
}

.icon-controls i:hover {
    background: rgba(0, 0, 0, .1);
    color: #ff7582
}

#player.show {
    bottom: 0 !important
}

.page-item.disabled .page-link {
    background: #1d1c27;
    border: 1px solid tomato
}

.page-item .page-link {
    background: #1d1c27;
    border: 1px solid tomato
}

.input-transparent,
.input-transparent:focus,
.input-transparent:active,
.input-transparent:visited,
.input-transparent:focus-visible {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none;
    outline: none;
    text-align: center;
    color: #fff
}

.muted_overlay a {
    pointer-events: none
}

.inviteable:hover::after {
    content: "Добавить бота на сервер";
    cursor: pointer;
    text-align: center;
    font-size: .73rem;
    height: 18px;
    width: 100%;
    font-weight: 700;
    background: #ff7582;
    position: absolute
}

[contenteditable] {
    outline-style: solid;
    outline-color: transparent;
    transition: all .4s
}

[contenteditable]:focus {
    outline-width: 2px;
    outline-color: #22c55e;
    outline-offset: 4px;
    transition: all .4s
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important
}

.playlist-title {
    font-family: montserrat, sans-serif;
    font-weight: 300;
    margin-bottom: 15px
}

.thumbnail.img-fluid {
    transform: scale(.9)
}

.jconfirm.jconfirm-neplex-full {
    color: #fff
}

.jconfirm.jconfirm-neplex-full .jconfirm-bg {
    background: #353242 !important
}

.jconfirm.jconfirm-neplex-full .jconfirm-box {
    background: #353242 !important
}

.jconfirm.jconfirm-neplex-full .jconfirm-box div.jconfirm-title-c {
    color: #fff
}

.jconfirm.jconfirm-neplex-full .jconfirm-box div.jconfirm-content p {
    color: #fff
}

.jconfirm.jconfirm-neplex-full .jconfirm-box .jconfirm-buttons button {
    font-weight: 700;
    text-transform: uppercase
}

.jconfirm.jconfirm-neplex {
    color: #fff
}

.jconfirm.jconfirm-neplex .jconfirm-bg {
    background: rgba(24, 20, 28, .7) !important
}

.jconfirm.jconfirm-neplex .jconfirm-box {
    background: #353242 !important
}

.jconfirm.jconfirm-neplex .jconfirm-box div.jconfirm-content {
    color: #fff !important
}

.jconfirm.jconfirm-neplex .jconfirm-box div.jconfirm-content div,
.jconfirm.jconfirm-neplex .jconfirm-box div.jconfirm-content p {
    color: #fff !important
}

.jconfirm.jconfirm-neplex .jconfirm-box .jconfirm-buttons button {
    font-weight: 700;
    text-transform: uppercase
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media(max-width:768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }

    .phone-ms-0 {
        margin: 0 !important
    }
}

.selectable.images .choice__button--selected {
    border-radius: 17px
}

.selectable.images img {
    border-radius: 15px;
    cursor: pointer
}

.scroller {
    max-height: 35vh;
    overflow: scroll
}

.note {
    color: #ff8444
}

.fade-enter-active,
.fade-leave-active {
    transition: .5s cubic-bezier(.43, .02, .36, .51)
}

.fade-enter,
.fade-leave-to {
    transform: translate(-20px, 0px);
    opacity: 0
}

.fade-out-enter-active,
.fade-out-leave-active {
    transition: .1s cubic-bezier(.43, .02, .36, .51)
}

.fade-out-enter,
.fade-out-leave-to {
    opacity: 0
}

div.icon_dropdown {
    text-align: right
}

@media(min-width:768px) {

    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static
    }

    .dropdown-menu-arrow {
        top: -25px;
        left: 50%;
        width: 0;
        height: 0;
        position: relative
    }

    .dropdown-menu-arrow:before,
    .dropdown-menu-arrow:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-width: 14px 13px;
        border-style: solid;
        border-color: transparent;
        z-index: 1001
    }

    .dropdown-menu-arrow:after {
        bottom: -18px;
        right: 160px;
        border-bottom-color: #1d1c27
    }

    .dropdown-menu-arrow:before {
        bottom: -17px;
        right: -8px;
        border-bottom-color: rgba(0, 0, 0, .15)
    }

    .dropdown-menu-arrow {
        top: -25px;
        left: 50%;
        width: 0;
        height: 0;
        position: relative
    }

    .dropdown-menu-arrow:before,
    .dropdown-menu-arrow:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-width: 14px 13px;
        border-style: solid;
        border-color: transparent;
        z-index: 1001
    }

    .dropdown-menu-arrow:after {
        bottom: -18px;
        right: -8px;
        border-bottom-color: #1d1c27
    }

    .dropdown-menu-arrow:before {
        bottom: -17px;
        right: -8px;
        border-bottom-color: rgba(0, 0, 0, .15)
    }
}

.yamm .container {
    position: relative
}

.yamm .yamm-content {
    padding: 20px 30px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

@media(max-width:768px) {
    .servers-display {
        display: none
    }

    .yamm-dropdown {
        background: #2a2530;
        border-top: 1px solid #4268ed;
        border-bottom: 1px solid #4268ed;
        border-radius: 0
    }

    .dp-primary {
        background: #2a2530 !important
    }

    div.icon_dropdown {
        text-align: center
    }

    div.icon_dropdown i {
        font-size: 2em
    }

    .sp-replacer {
        width: 100% !important;
        margin-top: 15px
    }
}

.hr .btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0
}

.hr .btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-bottom-right-radius: 0
}

.sp-replacer {
    border: none !important;
    border-radius: 0 !important
}

.sp-dd {
    display: none
}

.floating-arrow {
    animation: float 3s infinite;
    font-size: 1.2em;
    width: 0;
    height: 0;
    right: 30px;
    position: relative
}

@keyframes float {
    0% {
        transform: translatey(-18px)
    }

    50% {
        transform: translatey(-5px)
    }

    100% {
        transform: translatey(-18px)
    }
}

usage {
    background: #302d3e;
    padding: 0 7px;
    border-radius: 5px
}

description p {
    margin-left: 2px;
    margin-bottom: 0
}

.servers-display {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 32px
}

.servers-display .guild {
    background: #1d1c27;
    border-radius: 4px;
    padding: 0 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 96px
}

.servers-display .guild .ic {
    width: 48px;
    height: 48px;
    background: url(https://morfi-bot.ru/discord-cdn/icons/856846168250908682/5a05148846ec924506887412fdc2ae4d.webp?size=96) center center/contain no-repeat;
    padding: 0;
    margin-inline-end: 16px;
    border-radius: 10px
}

.servers-display .guild .hd {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start
}

.scs {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    font-size: 16px;
    line-height: 24px
}

.loader-wheel {
    animation: spin .5s infinite linear;
    border: 2px solid rgba(30, 30, 30, .5);
    border-left: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px
}

.top-message {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100%;
    font-weight: 600;
    height: 30px;
    background: linear-gradient(90deg, #16151d, #22c55e);
    color: #fff;
    z-index: 9999999999999 !important
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.choice {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5em 1.5rem
}

.choice__image {
    background: #16151d
}

.choice__button {
    font-size: 2.2rem;
    background: #fff;
    border: 1px solid #c1c7cd;
    padding: 1.6em 1em;
    margin: .5em;
    border-radius: 1.5rem;
    width: calc(50% - 1em)
}

.choice__button:not(.choice__button--selected) {
    padding: calc(1.6em + 1px) calc(1em + 1px)
}

.choice__button:focus {
    outline: none;
    background: #e6e6e6
}

.choice__button--selected {
    position: relative;
    border: 2px solid #22c55e;
    overflow: hidden
}

.choice__button--selected:focus {
    background: #f2f2f2
}

.choice__button--selected:before,
.choice__button--selected:after {
    content: "";
    display: block;
    position: absolute
}

.choice__button--selected:after {
    top: .4em;
    right: .4em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmZmZmYnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cG9seWxpbmUgcG9pbnRzPScyMCA2IDkgMTcgNCAxMic+PC9wb2x5bGluZT48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    width: .8em;
    height: .8em;
    transform: scale(0);
    animation: scaleTick .3s .2s ease forwards
}

@keyframes scaleTick {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.choice__button--selected:before {
    top: 0;
    right: 0;
    background: #22c55e;
    width: 2em;
    height: 2em;
    animation: scaleTag .3s ease forwards
}

@keyframes scaleTag {
    from {
        transform: translate3d(140%, 0, 0) rotate(45deg) scaleX(3)
    }

    to {
        transform: translate3d(40%, 0, 0) rotate(45deg) scaleX(3)
    }
}

.choice__title {
    display: block;
    line-height: 1
}

.choice__info {
    display: block;
    margin-top: .7em;
    font-size: .6em;
    line-height: 1
}

#sidebar {
    max-width: 270px;
    min-width: 270px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 0;
    border-right: 1px solid #22c55e
}

#sidebar .h6 {
    color: #fff
}

#sidebar.active {
    margin-left: -270px
}

#sidebar ul.components {
    padding: 0
}

#sidebar ul li {
    font-size: 14px
}

#sidebar ul li>ul {
    margin-left: 10px
}

#sidebar ul li>ul li {
    font-size: 13px
}

#sidebar ul li>ul li a {
    border-bottom: 1px solid transparent
}

#sidebar ul li a {
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

#sidebar ul li a span {
    color: #fff
}

@media(max-width:767.98px) {
    #sidebar {
        min-width: 100%;
        max-width: 180px;
        border-left: none
    }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(prefers-reduced-motion:reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media screen and (max-width:770px) {
    #sidebar {
        border: none
    }

    #sidebar:after {
        position: relative;
        left: 50%;
        font-family: "font awesome 5 pro";
        content: "\f063"
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative
}

#sidebar .custom-menu .btn i {
    margin-right: -40px;
    font-size: 14px
}

#sidebar .custom-menu .btn.btn-primary {
    background: 0 0;
    border-color: transparent
}

#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
    background: 0 0 !important;
    border-color: transparent !important
}

a[data-toggle=collapse] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown-divider {
    border-color: #22c55e
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 11px
}

.tagcloud a:hover {
    border-color: #fc7fb2;
    background: #fc7fb2;
    color: #fff
}

.subscribe-form .form-control {
    border: 1px solid rgba(0, 0, 0, .05)
}

.data-badge {
    color: #fff
}

.introjs-tooltip {
    background: rgba(43, 41, 49, .83) !important;
    min-width: 350px !important
}

.introjs-tooltip-header {
    padding-right: 0 !important
}

.introjs-tooltiptext {
    color: #fff !important;
    padding: 0 20px !important
}

.introjs-tooltipReferenceLayer * {
    font-family: nunito !important
}

.introjs-tooltipbuttons {
    padding: 0 !important;
    border: none !important;
    background: #22c55e9c !important;
    overflow: hidden;
    border-radius: 0 0 4px 4px
}

.introjs-bullets {
    padding-top: 0 !important
}

.introjs-button {
    border-radius: 0 !important;
    text-shadow: none !important;
    color: #fff !important;
    border: none !important;
    background: #22c55e !important
}

.introjs-arrow.top {
    border-bottom-color: #2b2931 !important
}

.introjs-arrow.bottom {
    border-top-color: #2b2931 !important
}

.introjs-arrow.left {
    border-right-color: #2b2931 !important
}

.introjs-arrow.right {
    border-left-color: #2b2931 !important
}

.introjs-button:focus {
    background: #22c55e !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    border: unset !important;
    color: #fff !important
}

.introjs-helperLayer {
    box-shadow: #1b1a1e 0 0 1px 2px, rgba(33, 33, 33, .5) 0 0 0 5000px !important
}