:root {
    --skunity-red: #c84c54;
    --skunity-red-40-darker: #9c3037;
    --skunity-red-60-light: #cf636a;
    --skunity-grey: #333D4A
}

.styleswap * {
    transition-property: background-color, border-color, color;
    transition-timing-function: linear;
    transition-duration: 200ms;
}

.styleswap {

}

body {
    background-color: #1e1e1e;
    font-family: "Montserrat",sans-serif;
    /*font-family: poppins,sans-serif;*/
}

p,
label,
li,
a,
div:not(.content-area) > span {
    color: white;
}

.toast-body p {
    color: black;
}

.addon-profile span {
    color: white !important;
}

h1, h2, h3, h4, h5, h6 {
    color: white !important;
}

#nav {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

hr {
    border-color: #afafaf;
    background-color: #afafaf;
}

.form-check-input:checked {
    background-color: var(--skunity-red-60-light);
    border-color: var(--skunity-red-60-light);
}

.form-check-input:focus {
    border-color: #7e3b3f;
    box-shadow: 0 0 0 0.25rem rgba(223, 113, 124, 0.25);
}

/*.navtext {*/
/*    background: linear-gradient(90deg, #f23030, #f23030 50%, #fff 0) -4.8rem 0;*/
/*    background-size: 210px;*/
/*    background-clip: text;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    transition: all .5s;*/
/*    font-size: x-large;*/
/*    font-weight: 700;*/
/*}*/

/*.navtext.full {*/
/*    background-size: 222px;*/
/*}*/

/*.navtext:hover {*/
/*    background-position: 1.6rem 0;*/
/*}*/

/*.navtext.full {*/
/*    background-position: -1rem 0;*/
/*}*/

/*.navtext.full:hover {*/
/*    background-position: 6rem 0;*/
/*}*/

.navtext .sk,
.navtext .unity {
    transition: all 0.5s;
    font-size: x-large;
    font-weight: 700;
    cursor: pointer;
}

.sk {
    background: linear-gradient(90deg, #f23030, #f23030 50%, #fff 0) 5.1rem 0;
    background-size: 200px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 0rem 0;
}

.unity {
    background: linear-gradient(90deg, #f23030, #f23030 50%, #fff 0) 5.1rem 0;
    background-size: 180px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: -7rem 0;
    margin-left: 5px;
}

.navtext:hover .sk {
    background-position: 6rem 0;
}

.navtext:hover .unity {
    background-position: 0rem 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.notify-item {
    position: relative;
    padding-top: 20px;
    display: inline-block
}

.notify-badge {
    position: absolute;
    right: -20px;
    top: 10px;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px
}

.sidebar {
    overflow: auto
}

.dropdown-item:active, .dropdown-item:hover {
    color: white;
    background-color: var(--skunity-red);
    transition: all 400ms;
}

.activity-queue-cards .col-lg-3 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5)
}

.vote-arrow-selected {
    color: var(--skunity-red)!important;
    opacity: .7!important
}

.vote-arrow {
    text-align: center;
    color: #fff;
    line-height: 30px;
    display: block;
    font-size: 2rem;
    opacity: .7;
}

.vote-arrow:hover {
    color: var(--skunity-red);
    cursor: pointer
}

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    background-color: grey;
    transition: all 400ms;
}

#scrollToTop:hover {
    background-color: #555
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.list-group-item {
    background-color: #0f0f0f;
    color: white;
}

.smart-search-list.smart-search-addons .list-group-item {
    max-width: 280px;
    overflow: hidden;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #262626;
    color: white;
}

.smartsearch-hidden {
    display: none
}

.main-right {
    margin-right: 40px;
    margin-left: 30px
}

.main-tabs {
    padding-left: 12.5px;
    z-index: 1054;
}

.main-right .form-control {
    min-width: 330px;
    font-size: 13px;
    font-weight: 600;
    height: 42px;
    color: #000;
    box-shadow: none!important;
    padding-left: 45px
}

.main-right {
    position: relative
}

.main-right .fa-solid.fa-magnifying-glass {
    position: absolute;
    left: 18px;
    top: 12px;
    color: grey;
    opacity: .35
}

.main-right .form-control::placeholder {
    color: #9b9b9b
}

.form-control:disabled {
    background-color: #262626;
}

.container {
    max-width: 1360px!important
}

.material-icons {
    vertical-align: middle
}

.btn {
    font-weight: 700;
    outline: none!important;
    box-shadow: none!important
}

.btn-primary {
    background: #d95356!important;
    border-color: transparent!important
}

.btn-outline-primary {
    border-color: #d95356;
    color: #d95356
}

.btn-outline-primary:disabled {
    border-color: #d95356;
    color: #d95356;
    pointer-events: none;
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #d95356;
    border-color: transparent
}

.btn-outline-primary:focus {
    color: #fff;
    background-color: #d95356;
    border-color: transparent
}

.btn-outline-primary:target {
    color: #fff;
    background-color: #d95356;
    border-color: transparent
}

/* Secondary */

.btn-outline-secondary {
    background: rgba(0, 0, 0, 0.125);
    border-color: transparent;
    color: white;
}

.btn-outline-secondary {
    border-color: #d95356;
    color: #d95356
}

.btn-outline-secondary:disabled {
    border-color: #d95356;
    color: #d95356;
    pointer-events: none;
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #d95356;
    border-color: transparent
}

.btn-outline-secondary:focus {
    color: #fff;
    background-color: #d95356;
    border-color: transparent
}

.btn-outline-secondary:target {
    color: #fff;
    background-color: #d95356;
    border-color: transparent
}



.text-primary {
    color: #ff4e52!important
}

.viewport {
    min-height: 100vh;
    /* max-width: 100dvw; */
    display: flex;
    flex-direction: column
}

.viewport>#wrap {
    flex: 1
}

body:not(.is-home) #nav .navbar {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.desktop-profile-icon-navbar img {
    height:32px;border: 3px solid #d95356;
}

.sidebar {
    position: sticky;
    top: 62px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 30px rgb(0 0 0/6%);
    background-color: #080808 !important;
    overflow-x: clip;
}

.sidebar .nav-link {
    padding: 23px 35px;
    border-bottom: 1px solid #181818;
    font-weight: 600;
    color: #ababab;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    display: flex;
    align-items: center;
    background-color: #0f0f0f;
}

.sidebar .nav-link.active {
    background: #0f0f0f;
    color: #cbc7c7!important;
    border-color: #343434!important;
}

.sidebar .nav-link:hover {
    border-color: #4a4949!important;
    color: #fff!important;
}

.sidebar .nav-link .fa-solid.fa-user-group {
    font-size: 17px
}

.sidebar .nav-link i {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    font-size: 20px;
    float: left;
    margin-top: -20px;
    color: #a8a8ab;
    margin-right: 15px;
    position: relative;
    top: 9px
}

.sidebar .nav-link:hover i {
    color: #d3d3d3
}

.sidebar .nav-link.active i {
    color: #df5559!important
}

.content-wrap {
    background: #fff;
    padding: 50px;
    margin: 30px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    border: 1px solid #dfe0e196
}

.content-area {
    color: white;
}

#nav:not(.fixed) .navbar .active .nav-link {
    color: #fff!important
}

#nav .navbar-brand img {
    max-width: 90px
}

#nav .nav-link.btn {
    color: #fff!important
}

#nav .nav-link {
    font-family: poppins,sans-serif;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

#section .placeholder {
    position: relative;
    overflow: hidden
}

#section .placeholder img {
    object-fit: cover;
    object-position: center!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

#nav:not(.fixed) .navbar {
    background: #000!important
}

#nav:not(.fixed) .navbar .nav-link {
    color: #d3d3d3!important
}

#nav .btn-primary {
    font-weight: 700!important
}

#nav .discord .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

#nav .discord svg {
    width: 20px;
    height: 20px
}

#nav:not(.fixed) .navbar .nav-link:hover {
    color: #ff6366!important
}

#header {
    background: #000;
    color: #fff;
    padding-top: 80px
}

#header .header-bottom {
    padding: 30px 0;
    border-top: 1px solid #ffffff21!important;
    margin-top: 80px
}

#header .header-bottom .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#header>.container>h1 {
    font-weight: 900;
    font-size: 72px
}

#header .header-bottom h2 {
    margin: 0;
    font-weight: 700;
    font-size: 20px
}

#header .header-bottom h4 {
    font-size: 13px;
    margin: 2px 0 0;
    color: #838383;
    font-weight: 600
}

#section h1 {
    font-weight: 900;
    font-size: 58px;
    margin-bottom: 20px
}

#section {
    padding: 140px 0
}

#section p {
    margin-bottom: 30px;
    line-height: 30px;
    color: grey
}

#section .btn {
    border-radius: 100px
}

#section .placeholder {
    background: #0000000a;
    height: 100%;
    border-radius: 20px
}

#section.other {
    background: #fafafa;
    border-top: 1px solid #0000000d!important
}

#footer {
    background: #1c1c1c;
    padding: 40px 0;
    border-top: 1px solid #0000000d;
    color: #fff!important;
    font-size: 14px
}

#footer p span {
    font-weight: 600
}

#footer .small {
    display: block;
    margin-top: 6px;
    color: grey;
    font-size: 12px
}

.social-icon {
    background: #303030;
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    margin-right: 10px;
    border-radius: 100px;
    color: white;
    text-decoration: none!important
}

#footer .float-right>a:last-child {
    background: #d95356;
    color: #fff!important
}

.sub-items {
    max-width: 100%
}

.label-item-extra {
    color: var(--bs-white)!important;
    background: var(--bs-black)!important
}

.label-item i {
    color: white;
}

.mr-0 {
    margin-right: 0!important
}

.mr-1 {
    margin-right: 1rem!important
}

.mr-2 {
    margin-right: 2rem!important
}

.mr-3 {
    margin-right: 3rem!important
}

.mr-4 {
    margin-right: 4rem!important
}

.mr-5 {
    margin-right: 5rem!important
}

.ml-0 {
    margin-left: 0!important
}

.ml-1 {
    margin-left: 1rem!important
}

.ml-2 {
    margin-left: 2rem!important
}

.ml-3 {
    margin-left: 3rem!important
}

.ml-4 {
    margin-left: 4rem!important
}

.ml-5 {
    margin-left: 5rem!important
}

@media only screen and (min-width: 992px) {
    .desktop-profile-icon-navbar {
        margin-top:-.4rem
    }

    .doc-labels {
        padding: 4px 12px
    }

    .mobile-only {
        display: none
    }

    .desktop-only {
        display: unset
    }

    .translate-vote-count {
        margin-top: -2.8rem;
        margin-left: 3.5rem
    }

    .dashboard-report-vote-count {
        transform: translate(120%,-206%)!important
    }
}

@media only screen and (max-width: 992px) {
    .smartimport-manage-modal-to {
        display:flex;
        justify-content: center;
        flex-direction: column
    }

    .dashboard-report-vote-count {
        transform: translate(650%,-206%)!important
    }

    .dashboard-mobile-doc-code {
        padding: 0!important
    }

    .mobile-only {
        display: unset
    }

    .doc-labels {
        padding: 0
    }

    .overflow-doc-labels {
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center
    }

    .translate-vote-count {
        margin-top: -2.8rem;
        margin-left: 1.5rem
    }

    .desktop-only {
        display: none
    }

    .mobile-row {
        width: unset!important
    }

    .sidebar-mobile {
        margin-top: 10.6rem;
        overflow: scroll;
        height: 110%
    }

    .sub-items {
        margin-bottom: 10rem
    }

    .main-tabs {
        padding: 10px 30px!important;
        gap: 15px!important;
        flex-wrap: wrap!important;
        height: auto!important
    }

    .main-tabs {
        border-top: 1px solid #dfdfdf;
        padding: 0 !important;
    }

    .search-form {
        margin: 5px 0 !important;
        width: 100% !important;
    }

    #smart-search-filters {
        margin-top: -12px !important;
        margin-bottom: 10px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .search-box-element {
        margin-bottom: 5px !important;
    }

    .sidebar {
        display: block!important;
        top: 0!important;
        position: relative!important;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto
    }

    .doc-title {
        flex-direction: column;
        align-items: center;
        gap: 10px
    }

    .main-tabs {
        border-top: 1px solid #dfdfdf
    }

    .sub-items {
        max-height: none!important
    }

    .hero-section .container {
        flex-direction: column;
        text-align: center
    }

    .hero-section .container .right {
        order: -1
    }

    .hero-section .container .right .placeholder {
        width: 100%;
        height: 200px
    }

    .hero-section .container .right {
        display: none!important
    }

    .tab-features {
        height: auto!important;
        padding: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .nav-tabs {
        justify-content: center
    }

    .tab-content {
        padding: 25px
    }

    .hero-section {
        padding: 20px!important
    }

    .alert-grid {
        grid-template-columns: repeat(1,minmax(0,1fr))!important
    }

    .main-right {
        display: none!important
    }

    .main-tabs>a.active span {
        min-width: 0!important;
        background: 0 0!important;
        padding: 0!important;
        color: #f44336!important
    }

    .main-tabs>a {
        font-size: 13px!important
    }

    #header>.container>h1 {
        font-size: 50px
    }

    #header>.container>h1 br {
        display: none
    }

    #nav .navbar-light .navbar-toggler {
        color: #fff!important;
        outline: none!important;
        border: none!important
    }

    #nav .nav-link {
        padding: 14px 0!important;
        border-top: 1px solid #2e2e2e!important
    }

    #nav .navbar-nav {
        margin-top: 10px
    }

    #nav .nav-item.nav-login>a {
        border: none!important
    }

    #section .placeholder {
        min-height: 240px
    }

    #section .col-md-5 {
        order: -1;
        margin-bottom: 20px
    }

    #section {
        padding: 60px 15px;
        text-align: center
    }

    #footer .float-right {
        display: none!important
    }

    #footer {
        text-align: center
    }

    .search-form {
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .main-tabs {
        padding: 15px 0px !important;
    }

    .docs {
        padding-top: 160px !important;
    }
}

.nav-tabs {
    display: flex;
    align-items: center;
    gap: 20px
}

.nav-tabs .nav-link {
    color: #fff!important;
    border-color: transparent!important
}

.tab-content {
    padding: 75px 0
}

.tab-wrap h1 {
    font-weight: 900;
    font-size: 46px
}

.tab-wrap ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.tab-wrap>p {
    max-width: 750px;
    margin: 0 auto;
    line-height: 40px
}

.tab-wrap ul>li {
    padding: 15px 20px;
    background: #fff;
    border: 2px solid #f3f3f3;
    font-weight: 600;
    color: #5f5f5f;
    border-radius: 8px
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background: #eb5559!important;
    border-color: transparent!important;
    border-radius: 8px!important;
    color: #fff!important
}

.sticky-sidebar .nav-item {
    border-bottom: 1px solid #181818;
    border-color: #4a4949!important;
}

.tab-wrap {
    text-align: center
}

.nav-tabs .nav-link {
    font-weight: 600!important
}

a.action-btn {
    min-width: 150px;
    display: inline-block;
    padding: 16px 40px;
    text-align: center;
    border: 2px solid #d95356;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 100px;
    text-decoration: none!important;
    transition: all 400ms;
    color: white;
}


a.action-btn:hover {
    background-color: #d95356;
    color: #fff!important;
    transition: all 400ms;
}

a.action-btn:disabled {
    display: none
}

a.action-btn:hover .sku-avatar-image {
    border: 3px solid #fff
}

.tab-features {
    background: #000;
    height: 102px;
    border-top: 1px solid #ffffff21!important;
    display: flex;
    align-items: center
}

.nav-tabs {
    border: none!important
}

.badge-primary {
    background: #d95356
}

.hero-section {
    background: #000;
    padding: 100px 0;
    color: #fff
}

.hero-section .container {
    display: flex;
    align-items: center;
    gap: 100px
}

.hero-section .container .right {
    margin-left: auto
}

.hero-section .container>div {
    flex: 1
}

.hero-section h1 {
    font-family: poppins,sans-serif;
    font-weight: 900!important;
    font-size: 3rem;
    margin-bottom: 20px
}

.hero-section p {
    line-height: 34px;
    font-size: 14px;
    color: #e5e5e5
}

.hero-section .container .right .placeholder {
    position: relative;
    width: 615px;
    height: 305px;
    border-radius: 12px;
    overflow: hidden
}

.hero-section .container .right .placeholder img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover
}

#nav:not(.fixed) .navbar .nav-login .nav-link:hover {
    color: #fff!important
}

.main-tabs {
    display: flex;
    flex-direction: column;
    height: 110px;
    background-color: #0f0f0f;
    margin-left: -24px;
    margin-top: -12px;
    margin-right: -24px;
    /* border-bottom: 1px solid #ebebeb!important; */
    position: fixed;
    width: 100%;
    z-index: 998;
}

.main-tabs>a.active span {
    background: #212529;
    color: #fff;
    padding: 7px 20px;
    border-radius: 100px;
    min-width: 120px
}

.main-tabs>a {
    display: flex;
    align-items: center;
    flex: 1;
    text-align: center;
    justify-content: center;
    height: 100%;
    color: #ababab;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none!important;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.main-tabs>a:hover {
    color: white !important
}

.addon {
}

td, th {
    color: white;
}


.addon-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5,minmax(0,1fr));
    padding: 20px 10px
}

.addon {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0/3%),0 4px 6px -2px rgb(0 0 0/1%);
    border: 1px solid #dfdfdf;
    border-radius: 8px
}

a,a:hover,a:focus {
    color: var(--skunity-red);
}

.addon-title {
    display: flex
}

.addon-text {
    color: grey;
    font-weight: 500;
    font-size: 15px
}

.addon-title h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px
}

.addon-title span {
    margin-left: 5px;
    color: #e75154
}

.alert-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding: 30px 10px 10px;
}

.alert-block.other {
    background: #d3d3d3;
    color: #606060
}

.docs {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, minmax(0,1fr));
    padding: 115px 10px;
}

.alert-block {
    background: #f54c50;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)
}

.doc-item {
    background: #343434;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgb(0 0 0/3%),0 4px 6px -2px rgb(0 0 0/1%);
    border: 1px solid #343434;
}

.doc-title {
    padding: 25px 30px;
    background: #343434;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #343434!important;
}

.doc-title h2 {
    margin: 0;
    display: flex;
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.docs .doc-item .doc-title h2 {
    text-shadow: white 0 0 1px;
}

.doc-title h2 span {
    margin-left: auto
}

.doc-text {
    padding: 30px;
    background: #343434;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white;
}

.doc-labels {
    display: flex;
    gap: 10px
}

.doc-labels .label-item {
    background: #464646;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 100px;
    color: white;
}

.doc-labels .label-item:not(.inactive):first-child,
.doc-labels .label-item.active {
    background: #ed5558;
    color: #fff!important
}

.doc-code {
    font-family: roboto mono,monospace;
    padding: 10px 30px;
    border-bottom: 1px solid #464646;
    background: #464646;
    letter-spacing: .5px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    white-space: pre;
    overflow: auto;
    line-height: 25px;
}

.doc-code {
    /* display: flex; */
    /* align-items: center; */
}

.tabSupport.form-control {
    background-color: grey;
    color: white;
    border: none;
    font-family: roboto mono,monospace;
    padding-top: 0.8rem;
}

.tabSupport.form-control:focus, .tabSupport.form-control:active {
    /* background-color: #343434; */
    border-color: #343434;
    box-shadow: 0 0 0 0.25rem rgba(51,61,74,.25);
    color: #ffffff;
    font-family: roboto mono,monospace;
    padding-top: 0.8rem;
}

.tabSupport.form-control::placeholder {
    background-color: grey;
    color: #c9c5c5;
    padding-top: 0;
}

.doc-view {
    margin-left: auto;
    display: flex;
    align-items: center
}

.doc-view>a {
    background: #000;
    font-size: 10px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 100px;
    text-decoration: underline
}

.accordion-body, .accordion-button {
    background-color: #707070 !important;
    color: white !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #343434 !important;
}

.doc-item .accordion-body {
    background-color: #343434 !important;
}

.accordion-collapse {
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.search-form {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 82.5%;
}

.search-box-inactive {
    color: grey;
    margin-top: .5rem;
    font-size: large;
    margin-bottom: .5rem;
    margin-left: 3rem
}

.smart-search-title {
    color: white;
    margin-top: .5rem;
    font-size: large;
    margin-bottom: .5rem
}

.search-box {
    outline: none
}

.search-box-element {
    padding: .2rem;
    display: inline;
    cursor: pointer;
    margin: .2rem 0 0 .6rem;
    user-select: none;
    -moz-user-select: none;
    background: #f54c4c!important;
    transition: all .1s linear;
    font-size: 0.9rem;
    border-radius: 0.5rem;
}

.cursor-pointer {
    cursor: pointer!important
}

.search-box-element:hover {
    background: #000000!important;
}

.search-box-element.active {
    background: #000000!important;
}

.smart-search-inactive {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    position: absolute
}

.smart-search-active {
    display: block;
    position: fixed;
    z-index: 1000;
    background-color: #0f0f0f !important;
    color: white;
    min-width: 60%;
    top: 19.4%;
    left: 18.4%;
}

.smart-search-list {
    height: 70vh;
    /* overflow-y: scroll; */
    overflow-x: auto;
    --bs-list-group-border-color: none;
    border-radius: 0;
    flex-wrap: wrap;
    max-width: 70dvw;
}

.sub-items {
    display: flex;
    flex-direction: column
}

.sub-items>a {
    padding: 8px 30px;
    border-bottom: 1px solid #181818!important;
    font-size: 13px;
    font-weight: 600;
    color: white!important;
    background-color: #0f0f0f;
    text-decoration: none;
}

.sub-items {
    max-height: 900px;
    border-bottom: 1px solid #4a4949!important;
}

.sub-items>a:last-child {
    border: none!important
}

.search-form i {
    position: absolute;
    left: 35px;
    opacity: 1;
    color: #afafaf;
}

input, .form-control, .form-select {
    background-color: #505050;
    border-color: #343434;
    color: white;
}

input:focus, .form-control:focus, .form-select:focus {
    background-color: #505050;
    border-color: #343434;
    box-shadow: 0 0 0 0.25rem rgba(51,61,74,.25);
    color: white;
}

input::placeholder, .form-control::placeholder, .form-select::placeholder {
    color: #afafaf;
}

.input-group-text {
    background-color: #262626;
    color: white;
    border: 1px solid #343434;
}

.search-form input {
    padding: 10px 20px 10px 55px;
    background-color: #343434;
    border-color: #343434;
    color: #afafaf;
}

.search-form input:focus {
    padding: 10px 20px 10px 55px;
    background-color: #343434;
    border-color: #343434;
    box-shadow: 0 0 0 0.25rem rgba(51,61,74,.25);
    color: #afafaf;
}

.search-form input::placeholder {
    color: #afafaf;
}

.lds-skunity-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-skunity-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #000;
    animation: lds-skunity-loader 1.2s cubic-bezier(0,.5,.5,1) infinite
}

.lds-skunity-loader div:nth-child(1) {
    left: 8px;
    animation-delay: -.24s
}

.lds-skunity-loader div:nth-child(2) {
    left: 32px;
    animation-delay: -.12s
}

.lds-skunity-loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}

@keyframes lds-skunity-loader {
    0% {
        top: 8px;
        height: 64px
    }

    50%,100% {
        top: 24px;
        height: 32px
    }
}

.loading_screen {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.copy-link {
    transition: all 400ms;
}

.copy-link:hover {
    /*animation: shake 0.5s;*/
    /*animation-iteration-count: 1;*/
    color: var(--skunity-red);
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.toast-container {
    position: fixed;
    right: 20px;
    top: 70px
}

.toast {
    --bs-toast-bg: rgba(255, 255, 255, 1)
}

.sku-avatar-image {
    height: 32px;
    /* width: 32px; */
    border: 3px solid #d95356
}

.dashboard-counter-col {
    display: flex;
    align-items: center;
    flex-direction: column
}

.dashboard-counter-type {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: .8rem;
    color: white;
    font-weight: 650
}

.dashboard-counter-border {
    border: 3px solid #d95356;
    border-radius: var(--bs-border-radius)!important
}

.dashboard-counter-col .col {
    color: var(--skunity-red);
}

.card-link-margin {
    margin-left: 0!important
}

small, .text-muted {
    color: white !important;
}

.card {
    border: none;
    background-color: #343434;
}

.card-body {
    background-color: #343434;
    border: 1px solid #343434;
    color: white;
}

.card-footer, .card-header {
    border: 1px solid #0f0f0f;
    background-color: #0f0f0f;
    color:  white;
}

.card.disabled, .card.disabled .card-body, .card.disabled .card-body p {
    background-color: #0a0e14 !important;
    color: grey;
}

.modal-content, .modal-footer, .modal-body {
    border-color: #262626;
    background-color: #262626;
}

.modal-body {
    background-color: #2e2e2e;
}

main.header-block {
    background-color: rgb(73, 73, 73);
    min-height: 250px;
}

.addon-syntax-counter {
    border: 1px solid #494949;
    border-radius: 5px;
    transition: all 200ms linear;
}

.addon-syntax-counter:hover {
    border: 1px solid var(--skunity-red);
    border-radius: 5px;
    transition: all 200ms linear;
}

.user-profile-picture {
    height:32px;
    width:32px;
    border: 3px solid #d95356;
    margin-top:-5px;
}

.profile-info-block div {
    text-align: center;
}

.profile-info-block div p:nth-child(1) {
    font-weight: 600;
    margin: 0;
}

.profile-info-block div p:nth-child(2) {
    font-weight: 600;
    color: var(--skunity-red);
    margin: 0 0 5px 0;
}

.manage-syntax .search-form {
    width: 100%;
}

#sidebar-loading-more {
    color: #0f0f0f !important;
    border: none !important;
}

.guides-card-image {
    border: 3px solid #d95356;
    position: absolute;
    width: inherit;
    height: inherit;
    object-fit: cover;
    max-width: 96px;
    max-height: 96px;
}

@media screen and (max-width: 992px) {
    .guides-card-image {
        height: 76px;
        width: 76px;
        position: initial;
    }
}

.message-box {
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #0f0f0f;
}

.no-tag-text {
    color: white;
}

.get-help {
    position: fixed;
    width: 178px;
    height: 48px;
    display: flex;
    color: white;
    background-color: #768cda;
    bottom: 20px;
    right: 34px;
    top: 89.25%;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    transition: all 400ms;
    cursor: pointer;
    justify-content: space-evenly;
    z-index: 10;
}

.get-help.move-left {
    right: 90px;
}

.get-help:hover {
    background-color: #CC7179FF;
}

.get-help span {
    font-weight: bolder;
}

.guide-quote {
    display: block;
    border-left: 5px solid var(--skunity-red);
    background-color: #e9ddb1;
    color: black !important;
    padding-left: 10px;
}

.guide-quote > span, .guide-quote > p {
    color: black !important;
}

.rating-block i {
    font-size: 1.5rem;
}


.smart-search-title .btn-close {
    filter: var(--bs-btn-close-white-filter);
    position: absolute;
    right: 25px;
}

.sub-items {
    transition: all 400ms;
}

.sub-items.active {
    transform: translateX(0%);
}

.sub-items.inactive-right {
    transform: translateX(100%);
}

.sub-items.inactive-left {
    transform: translateX(-100%);
}

.social-icon {
    transition: all 400ms;
}

#footer .social-icon.discord-icon:hover {
    background: #5865F2 !important;
    color: white !important;
}

#footer .social-icon.back-to-top:hover {
    background: #f1f1f1 !important;
    color: #d95356 !important;
}

@media (max-width: 1200px) {
    .smart-search-active {
        top: 21.4%;
        left: 26.4%;
    }
}

@media (max-width: 992px) {
    .smart-search-active {
        min-width: 100%;
        top: 20.4%;
        left: 0;
    }

    .smart-search-list {
        max-width: 100dvw;
    }
}

.placeholder {
    margin-bottom: 4px;
}

#navbarItems {
    justify-content: flex-end;
}

#profile-user-roles {
    padding: 10px;
}

.role-badge {
    border-radius: 5px;
    border: 1px solid darkgray;
    color: white;
    max-width: fit-content;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 13px;
}

.user-basics p {
    font-size: 14px;
}

.user-basics hr {
    margin-top: 10px;
    margin-bottom: 10px;
}