@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');

:root {
    --primary-color-rgba: #;
    --secondary-color-rgba: #;
    --jonquil-color-rgba: 255, 209, 0;
    --aureolin-color-rgba: 255, 238, 50;
    --aureolindarker-color-rgba: 255, 121, 0;
    --olive-color-rgba: 144, 135, 41;
    --eerieblack-color-rgba: 32, 32, 32;
    --jet-color-rgba: 42, 43, 42;
    --jetlight-color-rgba: 51, 53, 51;
    --outerspace-color-rgba: 70, 71, 70;
    --lightgray-color-rgba: 140, 140, 140;
    --gray-color-rgba: 116, 117, 116;
    --antiflash-color-rgba: 235, 235, 235, 0.922;
    --white-color-rgba: 255, 255, 255;
    --discord-color-rgba: 114, 137, 218;
    --discorddarker-color-rgba: 102, 108, 138;
    
    --primary-color-hex: #;
    --secondary-color-hex: #;
    --jonquil-color-hex: #FFD100;
    --aureolin-color-hex: #FFEE32;
    --aureolindarker-color-hex: #FFA300;
    --aureolinouter-color-hex: #d08402;
    --olive-color-hex: #908729;
    --eerieblack-color-hex: #202020;
    --jet-color-hex: #2A2B2A;
    --jetlight-color-hex: #333533;
    --outerspace-color-hex: #464746;
    --lightgray-color-hex: #8c8c8c;
    --gray-color-hex: #747574;
    --antiflash-color-hex: #EBEBEBEB;
    --white-color-hex: #FFFFFF;
    --discord-color-hex: #7289da;
    --discorddarker-color-hex: #666C8A;
}

html, body, body.swal2-height-auto {
    width: 100%;
    height: 100% !important;
    box-sizing: border-box;
    background-color: var(--eerieblack-color-hex);
}

.frp-start {
    padding-top: 10rem;
}

* {
    color: var(--antiflash-color-hex);
    font-family: 'Golos Text', sans-serif;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border: 1px solid rgba(var(--gray-color-rgba), 50%) !important;
    background-color: rgba(var(--gray-color-rgba), 50%) !important;
    border-radius: 150px;
    transition: all .3s;
}

::-webkit-scrollbar-thumb:hover {
    border-color: var(--lightgray-color-hex) !important;
    background-color: var(--lightgray-color-hex) !important;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

/* EXTRA START */
.text-discord {
    color: var(--discord-color-hex) !important;
}

.bg-discord {
    background-color: var(--discord-color-hex) !important;
}

.bg-lightgray {
    background-color: var(--lightgray-color-hex) !important;
}

.bg-custom {
    background-color: rgba(var(--lightgray-color-rgba), 15%) !important;
}

.offcanvas-lightgray {
    background-color: rgba(var(--eerieblack-color-rgba), 100%) !important;
    border-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-width: 2px;
}

.modal-lightgray .modal-content {
    background-color: rgba(var(--eerieblack-color-rgba), 100%) !important;
    border-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-width: 2px;
}

.card-lightgray {
    background-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-radius: .25rem;
}

.card-custom {
    background-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-radius: .25rem;
}

.border-discord {
    border-color: var(--discord-color-hex) !important;
}

.border-lightgray {
    border-color: var(--lightgray-color-hex) !important;
}

.border-custom {
    border-color: rgba(var(--lightgray-color-rgba), 15%) !important;
}

.btn-checkout {
    background-color: rgba(var(--bs-success-rgb), 50%) !important;
    border-color: rgba(var(--bs-success-rgb), 50%) !important;
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem 1rem;
    border-radius: .25rem;
    color: var(--antiflash-color-hex) !important;
    text-decoration: none;
}

.btn-checkout:hover {
    background-color: rgba(var(--bs-success-rgb), 100%) !important;
    border-color: rgba(var(--bs-success-rgb), 100%) !important;
}

.btn-error {
    background-color: rgba(var(--bs-danger-rgb), 50%) !important;
    border-color: rgba(var(--bs-danger-rgb), 50%) !important;
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem 1rem;
    border-radius: .25rem;
    color: var(--antiflash-color-hex) !important;
    text-decoration: none;
}

.btn-error:hover {
    background-color: rgba(var(--bs-danger-rgb), 100%) !important;
    border-color: rgba(var(--bs-danger-rgb), 100%) !important;
}

.btn-discord {
    color: var(--white-color-hex) !important;
    border-color: var(--discord-color-hex) !important;
    background-color: var(--discord-color-hex) !important;
}

.btn-discord:hover {
    color: var(--white-color-hex) !important;
    border-color: var(--discorddarker-color-hex) !important;
    background-color: var(--discorddarker-color-hex) !important;
}

.btn-discord * {
    color: var(--white-color-hex) !important;
}

.btn-gray {
    color: var(--white-color-hex) !important;
    border-color: rgba(var(--gray-color-rgba), 50%) !important;
    background-color: rgba(var(--gray-color-rgba), 50%) !important;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.active {
    color: var(--white-color-hex) !important;
    border-color: var(--lightgray-color-hex) !important;
    background-color: var(--lightgray-color-hex) !important;
}

.btn-aureolin {
    color: var(--antiflash-color-hex) !important;
    border-color: rgba(var(--aureolindarker-color-rgba), 50%) !important;
    background-color: rgba(var(--aureolindarker-color-rgba), 60%) !important;
}

.btn-aureolin * {
    color: var(--antiflash-color-hex) !important;
}

.btn-aureolin:hover {
    color: var(--antiflash-color-hex) !important;
    border-color: var(--aureolinouter-color-hex) !important;
    background-color: var(--aureolinouter-color-hex) !important;
}

.dropdown-menu-gray {
    padding: 0;
    border-color: var(--gray-color-hex) !important;
    background-color: var(--gray-color-hex) !important;
    animation: growDown .3s ease-in-out forwards;
    transform-origin: top center;
}

.dropdown-menu-gray * {
    color: var(--antiflash-color-hex) !important;
}

.dropdown-menu-gray .text-danger {
    background-color: rgba(var(--bs-danger-rgb), 40%) !important;
}

.dropdown-menu-gray li {
    margin: .25rem;
}

.dropdown-menu-gray .dropdown-item {
    border-radius: .25rem;
    display: block;
}

.dropdown-menu-gray .dropdown-item:hover,
.dropdown-menu-gray .dropdown-item:focus,
.dropdown-menu-gray .dropdown-item.active {
    background-color: var(--lightgray-color-hex) !important;
}

.dropdown-menu-gray .text-danger:hover {
    background-color: rgba(var(--bs-danger-rgb), 80%) !important;
}

.tippy-popovers {
    position: relative;
}

.tippy-box {
    background: var(--gray-color-hex) !important;
    color: #fff !important;
}

.tippy-box[data-placement=top]>.tippy-arrow::before {
    border-top-color: var(--gray-color-hex) !important;
}

.tippy-box[data-placement=left]>.tippy-arrow::before {
    border-left-color: var(--gray-color-hex) !important;
}

.tippy-box[data-placement=right]>.tippy-arrow::before {
    border-right-color: var(--gray-color-hex) !important;
}

.tippy-box[data-placement=bottom]>.tippy-arrow::before {
    border-bottom-color: var(--gray-color-hex) !important;
}

.swal2-popup {
    background-color: rgba(var(--eerieblack-color-rgba), 100%) !important;
    border: 1px solid rgba(var(--lightgray-color-rgba), 15%) !important;
    color: #ececec !important;
}

a {
    color: var(--aureolin-color-hex);
}

a:hover {
    color: var(--aureolindarker-color-hex);
}

.collapse.show {
    
}

.form-custom {
    background-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-radius: .25rem;
    color: var(--antiflash-color-hex);
    font-size: .9rem;
    font-family: sans-serif;
}

.form-control:focus {
    color: var(--white-color-hex);
    background-color: initial;
    border-color: rgba(var(--lightgray-color-rgba), 45%) !important;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(var(--lightgray-color-rgba), 5%);
}

.form-custom::placeholder {
    color: var(--antiflash-color-hex);
    font-weight: 400;
}

.input-group-custom {
    background-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border: 0;
    color: var(--white-color-hex);
    font-size: .9rem;
    border-radius: .25rem 0 0 .25rem;
}

.nav-tabs-custom {
    border-color: rgba(var(--lightgray-color-rgba), 45%) !important;
}

.nav-tabs-custom .nav-link {
    background-color: transparent !important;
    border: none !important;
    color: var(--antiflash-color-hex);
    transition: all .3s !important;
}

.nav-tabs-custom .nav-link:hover,
.nav-tabs-custom .nav-link:focus,
.nav-tabs-custom .nav-link.active {
    color: var(--aureolin-color-hex);
    border-bottom: 1px solid var(--aureolin-color-hex) !important;
    transition: all .3s;
}
/* EXTRA END */

/* HEADER START */
.frp-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    transition: all .3s;
}

.frp-header-fixed {
    position: fixed;
    background-color: var(--jet-color-hex);
    box-shadow: 0 0 1rem 2px rgba(var(--jet-color-rgba), 25%);
}
/* HEADER END */

/* SIDEBAR & PANELHEADER & BRAND START */
.clientarea-sidebar {
    width: 250px;
    height: calc(100vh - 67px);
    background-color: rgba(var(--lightgray-color-rgba), 15%);
    border-right: 1px solid rgba(var(--lightgray-color-rgba), 15%);
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.sidebar-menu {
    height: calc(100% - 111px);
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-menu, .sidebar-footer {
    padding: 1rem;
}

.sidebar-footer {
    border-top: 1px solid rgba(var(--lightgray-color-rgba), 15%);
}

.clientarea-brand {
    width: 250px;
    height: 100%;
    background-color: rgba(var(--lightgray-color-rgba), 15%);
    border-bottom: 1px solid rgba(var(--lightgray-color-rgba), 15%);
    padding: .5rem 1rem;
    transition: all .3s;
}

.clientarea-panelheader {
    background-color: rgba(var(--lightgray-color-rgba), 15%);
    border-bottom: 1px solid rgba(var(--lightgray-color-rgba), 15%);
}

.clientarea-content footer {
    background-color: rgba(var(--lightgray-color-rgba), 15%);
    border-top: 1px solid rgba(var(--lightgray-color-rgba), 15%);
}

.frp-clientarea.menu-open .clientarea-brand,
.frp-clientarea.menu-open .clientarea-sidebar {
    width: 80px;
}

.frp-clientarea.menu-open .clientarea-brand a {
    visibility: hidden;
    overflow: hidden;
    transition: all .3s;
}

.sidebar-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list .sidebar-item:last-child {
    margin-bottom: 0 !important;
}

.sidebar-item {
    margin-bottom: .5rem;
}

.sidebar-item .dropdown-menu {
    padding: 0 !important;
    margin-left: .5rem !important;
    position: unset !important;
    background-color: transparent !important;
    transform: none !important;
    border: none !important;
    animation: growDown .3s ease-in-out forwards !important;
    transform-origin: top center !important;
}

.sidebar-item .dropdown-menu li {
    margin: .5rem 0;
}

.sidebar-item .dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.sidebar-item .dropdown-menu li a {
    font-size: .8rem;
}

.sidebar-link {
    background-color: rgba(var(--color-rgb), 25%);
    width: 100%;
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    border-radius: 7px;
    margin: .25rem 0;
    text-decoration: none;
    color: #ececec;
    transition: all .3s;
    font-size: .9rem;
}

.sidebar-link:hover,
.sidebar-link:focus,
.sidebar-link:active,
.sidebar-link.active {
    background-color: rgba(var(--color-rgb), 50%);
    color: #fff;
}

.sidebar-link .link-icon.active {
    display: none;
}

.sidebar-link:hover .link-icon,
.sidebar-link:focus .link-icon,
.sidebar-link:active .link-icon,
.sidebar-link.active .link-icon {
    display: none;
}

.sidebar-link:hover .link-icon.active,
.sidebar-link:focus .link-icon.active,
.sidebar-link:active .link-icon.active,
.sidebar-link.active .link-icon.active {
    display: block;
}

.sidebar-link .link-icon {
    display: block;
    margin-right: .5rem;
    font-size: .9rem;
}

.sidebar-link .link-text {
    font-size: .9rem;
}

.clientarea-panelheader .search-bar {
    display: flex;
}

.clientarea-panelheader .search-bar input {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 1rem;
    border-radius: .25rem 0 0 .25rem;
    background-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-width: 1px 0 1px 1px;
    border-color: rgba(var(--lightgray-color-rgba), 30%) !important;
    color: var(--white-color-hex) !important;
    font-size: .9rem;
}

.clientarea-panelheader .search-bar input:focus {
    box-shadow: none;
    border-color: rgba(var(--lightgray-color-rgba), 50%) !important;
}

.clientarea-panelheader .search-bar button {
    font-size: .9rem;
    border-radius: 0 .25rem .25rem 0;
}


.frp-toggler {
    background: transparent;
    border: 0;
    outline: 0;
}

.frp-toggler .icon {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: auto auto .4rem;
    transition: all .4s cubic-bezier(.22,1,.36,1);
}

.frp-toggler .icon .bar {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background: var(--antiflash-color-hex);
    margin: auto;
    transition: all .3s;
    border-radius: .5rem;
}

.frp-toggler:hover .icon .bar, .frp-toggler:not(.collapsed) .icon .bar {
    background: var(--white-color-hex);
    transition: all .3s;
}

.frp-toggler:not(.collapsed) .icon .bar:nth-child(2),
.frp-toggler:not(.collapsed) .icon .bar:nth-child(3) {
    width: auto;
}

.frp-toggler .icon .bar:nth-child(2) {
    top: -ms-calc(50% - .5px);
    top: 50%;
    width: 12px;
    margin-left: 0;
}

.frp-toggler .icon .bar:nth-child(3) {
    top: -ms-calc(100% - 3px);
    top: calc(100% - 3px);
    width: 8px;
    margin-left: 0;
}

.frp-toggler .text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--white);
    color: var(--antiflash-color-hex);
}

.extra-mobilenav li a svg {
    display: block;
    height: 18px;
    width: auto;
    margin: auto auto .2rem;
}

.frp-toggler svg {
    display: block;
    height: 18px;
    width: auto;
    margin: auto auto .4rem;
}

.frp-clientarea .sidebar-item .text {
    overflow: hidden;
    transition: all .3s;
    white-space: nowrap;
}

.frp-clientarea.menu-open .sidebar-item.d-lg-block {
    display: none !important;
}

.frp-clientarea .sidebar-item .dropdown-toggle::after {
    margin-left: auto;
}

.frp-clientarea.menu-open .sidebar-item .text {
    /* overflow: hidden;
    visibility: hidden;
    transition: all .3s; */
    display: none;
}
/* SIDEBAR & PANELHEADER & BRAND END */

/* CONTENT START */
.frp-clientarea {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(max-content, auto) 1fr;
    grid-template-rows: max-content 1fr;
    grid-template-areas:
        "clientarea-brand clientarea-panelheader"
        "clientarea-sidebar clientarea-content";
    /* display: grid; */
}

.clientarea-content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}
/* CONTENT END */

/* BODY START */
.darker {
    background: linear-gradient(rgba(var(--eerieblack-color-rgba), 80%), rgba(var(--aureolin-color-rgba), 10%), rgba(var(--aureolin-color-rgba), 10%), rgba(var(--eerieblack-color-rgba), 100%));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.frp-slider {
    position: relative;
}

.rules-custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(var(--lightgray-color-rgba), 15%);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.rules-custom ul span {
    font-size: .9rem;
}
/* BODY END */

/* FOOTER START */
.frp-footer {
    background-color: var(--jet-color-hex);
    padding-top: 3rem;
}

.frp-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.frp-footer li a,
.btn-glass {
    background-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    border-color: rgba(var(--lightgray-color-rgba), 15%) !important;
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem 1rem;
    border-radius: .25rem;
    color: var(--antiflash-color-hex) !important;
    text-decoration: none;
}

.frp-footer li a:hover,
.frp-footer li a:focus,
.frp-footer li a.active,
.btn-glass:hover,
.btn-glass:focus,
.btn-glass.active {
    background-color: rgba(var(--lightgray-color-rgba), 50%) !important;
}
/* FOOTER END */

/* KEYFRAMES START */
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}
/* KEYFRAMES END */