@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root, [data-theme=light] {
    --primary-color: 123, 91, 78; /* 10% - knapper og små ting der skaber opmærksomhed */
    --secondary-color: 70, 51, 45; /* 30% - cards og bokse der har et anelse farve efter 60% */
    --accent-color: 48, 35, 31; /* 60% - er farven overalt på siden, baggrund osv. */

    --light-color: 255, 255, 255;
    --dark-color: 17, 17, 17;
    --text-color: 165, 165, 165;

    --bs-border-radius: 2px;
    --bs-border-radius-xxl: var(--bs-border-radius);
    --bs-border-radius-xl: var(--bs-border-radius);
    --bs-border-radius-lg: var(--bs-border-radius);
    --bs-border-radius-md: var(--bs-border-radius);
    --bs-border-radius-sm: var(--bs-border-radius);
    
    --transition: 250ms;
}

html {
    height: 100%;
}

html, body {
    min-height: 100%;
    width: 100%;
    box-sizing: border-box;
}

body {
    background-color: rgba(var(--dark-color), 5%);
}

* {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(var(--dark-color), 30%) !important;
    transition: all 250ms ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--dark-color), 50%) !important;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

.color-codes {
    color: #ff7101; /* PRIMARY */
    color: #181b22; /* SECONDARY */
}

p {
    margin-bottom: 0;
}

.main {
    padding-top: 121px;
    display: flex;
    flex-direction: column;
}

.employee {
    overflow: hidden;
    padding-top: 0;
    display: unset;
}

/* EXTRA START */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    width: 0%;
    height: 5px;
    background-color: rgba(var(--primary-color));
    transition: width 0.4s ease-in-out;
}
.fw-megabold {
    font-weight: 900 !important;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    inset: unset;
    left: 0px;
    top: 9px;
    right: 0;
}
.product-qty::-webkit-outer-spin-button,
.product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}
.dropdown-menu {
    min-width: 300px;
    animation: growDown var(--transition) ease-in-out forwards;
    transform-origin: top center;
}
.datepicker-native {
    position: relative;
}
.datepicker-native-input {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
}
.datepicker-native-input::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}
.datepicker {
    margin-left: 2rem;
    min-width: 300px !important;
}
.top-auto {
    top: auto !important;
}
.calendar-wrapper {
    height: 500px;
}

.taken {
    --bs-table-bg: rgb(255 181 0 / 20%);
}

.shadow-custom {
    box-shadow: 0 0 1rem 0 rgba(var(--dark-color), 25%);
}

.list-style-none {
    list-style: none;
}

.input-group-custom {
    background-color: rgba(var(--primary-color), 15%) !important;
    border-color: rgba(var(--primary-color), 50%) !important;
    color: rgba(var(--light-color), 100%);
    font-size: .9rem;
    border-radius: .25rem 0 0 .25rem;
}

.form-custom {
    background-color: rgba(var(--primary-color), 15%) !important;
    border-color: rgba(var(--primary-color), 50%) !important;
    border-radius: .25rem;
    /* color: var(--antiflash-color-hex); */
    font-size: .9rem;
    font-family: sans-serif;
}

.form-custom::placeholder {
    /* color: var(--antiflash-color-hex); */
    font-weight: 400;
}

.bg-custom1 {
    background-color: rgba(var(--primary-color), var(--bs-bg-opacity, 1)) !important;
}

.bg-custom2 {
    background-color: rgba(var(--secondary-color), var(--bs-bg-opacity, 1)) !important;
}

.bg-custom3 {
    background-color: rgba(var(--accent-color), var(--bs-bg-opacity, 1)) !important;
}

.border-custom1 {
    border-color: rgba(var(--primary-color), var(--bs-border-opacity, 1)) !important;
}

.border-custom2 {
    border-color: rgba(var(--secondary-color), var(--bs-border-opacity, 1)) !important;
}

.border-custom3 {
    border-color: rgba(var(--accent-color), var(--bs-border-opacity, 1)) !important;
}

.text-custom1 {
    color: rgba(var(--primary-color), var(--bs-text-opacity, 1)) !important;
}

.text-custom2 {
    color: rgba(var(--secondary-color), var(--bs-text-opacity, 1)) !important;
}

.text-custom3 {
    color: rgba(var(--accent-color), var(--bs-text-opacity, 1)) !important;
}

.text-discord {
    color: rgba(var(--discord-color), var(--bs-text-opacity, 1)) !important;
}

.text-youtube {
    color: rgba(var(--youtube-color), var(--bs-text-opacity, 1)) !important;
}

.text-twitter {
    color: rgba(var(--twitter-color), var(--bs-text-opacity, 1)) !important;
}

.text-twitch {
    color: rgba(var(--twitch-color), var(--bs-text-opacity, 1)) !important;
}

.text-tiktok {
    color: rgba(var(--tiktok-color), var(--bs-text-opacity, 1)) !important;
}

.card-custom {
    background-color: rgba(var(--light-color), 100%);
    border-color: rgba(var(--light-color), 100%);
}

.scale {
    transition: all var(--transition) ease-in-out;
}

.scale:hover {
    transform: scale(1.025);
}

.z-0-1 {
    z-index: -1;
}

.blur {
    filter: blur(.5);
}

.form-label {
    font-weight: 500;
}

.card-hover {
    transition: all var(--transition) ease-in-out;
}

.card-hover:hover {
    border-color: rgba(var(--primary-color), 100%);
}

.btn-custom {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1.5rem;
}

.btn {
    --bs-btn-font-weight: 300;
    transition: all var(--transition) ease-in-out;
}

.btn:hover {
    transform: scale(.975);
}

.btn-custom-success {
    --bs-btn-color: rgba(var(--light-color), 100%);
    --bs-btn-bg: rgba(var(--bs-success-rgb), 100%);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: rgba(var(--light-color), 80%);
    --bs-btn-hover-bg: rgba(var(--bs-success-rgb), 80%);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: rgba(var(--light-color), 80%);
    --bs-btn-active-bg: rgba(var(--bs-success-rgb), 80%);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--light-color), 80%);
    --bs-btn-disabled-bg: rgba(var(--bs-success-rgb), 80%);
    --bs-btn-disabled-border-color: transparent;
}

.btn-outline-custom-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--bs-success-rgb), 10%);
    --bs-btn-border-color: rgba(var(--bs-success-rgb), 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-success-rgb), 100%);
    --bs-btn-hover-border-color: rgba(var(--bs-success-rgb), 100%);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--bs-success-rgb), 50%);
    --bs-btn-active-border-color: rgba(var(--bs-success-rgb), 50%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--bs-success-rgb), 100%);
    --bs-btn-disabled-border-color: rgba(var(--bs-success-rgb), 100%);
}

.btn-custom-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--bs-danger-rgb), 50%);
    --bs-btn-border-color: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-hover-border-color: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--bs-danger-rgb), 50%);
    --bs-btn-active-border-color: rgba(var(--bs-danger-rgb), 50%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-disabled-border-color: rgba(var(--bs-danger-rgb), 100%);
}

.btn-outline-custom-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--bs-danger-rgb), 10%);
    --bs-btn-border-color: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-hover-border-color: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--bs-danger-rgb), 50%);
    --bs-btn-active-border-color: rgba(var(--bs-danger-rgb), 50%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--bs-danger-rgb), 100%);
    --bs-btn-disabled-border-color: rgba(var(--bs-danger-rgb), 100%);
}

.btn-custom1 {
    --bs-btn-color: rgba(var(--light-color), 100%);
    --bs-btn-bg: rgba(var(--primary-color), 100%);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: rgba(var(--light-color), 80%);
    --bs-btn-hover-bg: rgba(var(--primary-color), 80%);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: rgba(var(--light-color), 80%);
    --bs-btn-active-bg: rgba(var(--primary-color), 80%);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--light-color), 80%);
    --bs-btn-disabled-bg: rgba(var(--primary-color), 80%);
    --bs-btn-disabled-border-color: transparent;
}

.btn-outline-custom1 {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--primary-color), 10%);
    --bs-btn-border-color: rgba(var(--primary-color), 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--primary-color), 100%);
    --bs-btn-hover-border-color: rgba(var(--primary-color), 100%);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--primary-color), 50%);
    --bs-btn-active-border-color: rgba(var(--primary-color), 50%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--primary-color), 100%);
    --bs-btn-disabled-border-color: rgba(var(--primary-color), 100%);
}

.btn-custom2 {
    --bs-btn-color: rgba(var(--light-color), 100%);
    --bs-btn-bg: rgba(var(--secondary-color), 100%);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: rgba(var(--light-color), 80%);
    --bs-btn-hover-bg: rgba(var(--secondary-color), 80%);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: rgba(var(--light-color), 80%);
    --bs-btn-active-bg: rgba(var(--secondary-color), 80%);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--light-color), 80%);
    --bs-btn-disabled-bg: rgba(var(--secondary-color), 80%);
    --bs-btn-disabled-border-color: transparent;
}

.btn-outline-custom2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--secondary-color), 10%);
    --bs-btn-border-color: rgba(var(--secondary-color), 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--secondary-color), 100%);
    --bs-btn-hover-border-color: rgba(var(--secondary-color), 100%);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--secondary-color), 50%);
    --bs-btn-active-border-color: rgba(var(--secondary-color), 50%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--secondary-color), 100%);
    --bs-btn-disabled-border-color: rgba(var(--secondary-color), 100%);
}

.btn-custom3 {
    --bs-btn-color: rgba(var(--light-color), 100%);
    --bs-btn-bg: rgba(var(--accent-color), 100%);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: rgba(var(--light-color), 80%);
    --bs-btn-hover-bg: rgba(var(--accent-color), 80%);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: rgba(var(--light-color), 80%);
    --bs-btn-active-bg: rgba(var(--accent-color), 80%);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--light-color), 80%);
    --bs-btn-disabled-bg: rgba(var(--accent-color), 80%);
    --bs-btn-disabled-border-color: transparent;
}

.btn-outline-custom3 {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--accent-color), 10%);
    --bs-btn-border-color: rgba(var(--accent-color), 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--accent-color), 100%);
    --bs-btn-hover-border-color: rgba(var(--accent-color), 100%);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--accent-color), 50%);
    --bs-btn-active-border-color: rgba(var(--accent-color), 50%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--accent-color), 100%);
    --bs-btn-disabled-border-color: rgba(var(--accent-color), 100%);
}

.btn-discord {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--discord-color), 50%);
    --bs-btn-border-color: rgba(var(--discord-color), 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--discord-color), 100%);
    --bs-btn-hover-border-color: rgba(var(--discord-color), 100%);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--discord-color), 100%);
    --bs-btn-active-border-color: rgba(var(--discord-color), 100%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--discord-color), 100%);
    --bs-btn-disabled-border-color: rgba(var(--discord-color), 100%);
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-move {
    cursor: move;
}

.cursor-grab {
    cursor: grab;
}

.swal2-popup {
    border-radius: var(--bs-border-radius);
}

.table-custom {
    --bs-table-color: rgba(var(--light-color), 80%);
    --bs-table-bg: rgba(var(--accent-color), 50%);
    --bs-table-border-color: rgba(var(--accent-color), 50%);
    --bs-table-striped-bg: rgba(var(--secondary-color), 50%);
    --bs-table-striped-color: rgba(var(--light-color), 100%);
    --bs-table-active-bg: rgba(var(--secondary-color), 50%);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgba(var(--accent-color), 50%);
    --bs-table-hover-color: rgba(var(--light-color), 100%);
    color: var(--bs-table-color) !important;
    border-color: var(--bs-table-border-color);
}

.inset-0 {
    inset: 0;
}

.text-bg-custom1 {
    color: #fff !important;
    transition: all var(--transition) ease-in-out;
    background-color: rgba(var(--primary-color), var(--bs-bg-opacity, 1)) !important;
}

a.text-bg-custom1:hover {
    background-color: rgba(var(--primary-color), .8) !important;
}

.nav-link .underline-hover {
}

.nav-link {
    color: rgba(var(--dark-color), 80%);
    font-weight: 500;
    position: relative;
}

.nav-link:focus,
.nav-link:active,
.nav-link:hover,
.nav-link.show,
.nav-link.active {
    color: rgba(var(--accent-color), 100%);
    background-color: rgba(var(--accent-color), 10%);
}

.nav-link .underline-hover::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background-color: rgba(var(--accent-color), 100%);
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all var(--transition) ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
}

.nav-link:hover .underline-hover::before, 
.nav-link.show .underline-hover::before,
.nav-link.active .underline-hover::before {
    width: 100%;
}
/* EXTRA END */

/* HEADER START */
.header {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.header .navbar-1 {
    min-height: 41px;
    transition: all var(--transition) ease-in-out;
}

.header.scrolling .navbar-1 {
    background-color: rgba(var(--primary-color), 90%);
}

.header .navbar-1 .nav-link {
    padding: .3rem .75rem;
    font-size: .8rem;
    font-weight: 400;
    color: rgba(var(--light-color), 75%);
}

.header .navbar-1 .nav-link:hover, .header .navbar-1 .nav-link:active, .header .navbar-1 .nav-link:focus, .header .navbar-1 .nav-link.active {
    color: rgba(var(--light-color), 100%);
}

.header .navbar-2 {
    padding: 0;
    transition: all var(--transition) ease-in-out;
}

.container-nav {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-2 .nav-link, .navbar-toggler {
    min-height: 80px;
    min-width: 75px;
    padding: .5rem 1rem !important;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.navbar-2 .nav-link.active, .navbar-2 .nav-link.show {
    color: rgba(var(--accent-color), 100%);
}

.navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.custom-nav .nav-link .text,
.custom-nav .nav-link .icon {
    color: rgba(var(--light-color), 80%);
    transition: all var(--transition) ease-in-out;
}

.custom-nav .nav-link {
    transition: all var(--transition) ease-in-out;
    filter: brightness(1);
}

.custom-nav .nav-link:hover,
.custom-nav .nav-link:focus,
.custom-nav .nav-link:active,
.custom-nav .nav-link.active {
    filter: brightness(.9);
}

.custom-nav .nav-link:hover .text,
.custom-nav .nav-link:focus .text,
.custom-nav .nav-link:active .text,
.custom-nav .nav-link.active .text,
.custom-nav .nav-link:hover .icon,
.custom-nav .nav-link:focus .icon,
.custom-nav .nav-link:active .icon,
.custom-nav .nav-link.active .icon {
    color: rgba(var(--light-color), 100%);
}

.custom-nav .nav-link .text, .navbar-toggler .text {
    font-size: .7rem;
    font-weight: 500;
}

.header .navbar-2.fixed-top {
    background-color: rgba(var(--primary-color), 90%);
    /* border-bottom: 1px solid rgba(var(--light-color), 50%); */
}

.header .navbar-2.fixed-top .container {
    align-items: center;
}

.header .navbar-2 .brand img {
    height: 70px;
    width: auto;
    transition: all var(--transition) ease-in-out;
}

.header .navbar-2.fixed-top .brand .brand-name {
    display: none !important;
}
/* HEADER END */

/* CONTENT START */
.wallpaper {
    position: relative;
}

.wallpaper .darker {
    position: absolute;
    inset: 0;
    background: radial-gradient(transparent, black);
    /* background: radial-gradient(rgba(var(--secondary-color), 75%), rgba(var(--secondary-color), 75%), rgba(var(--accent-color), 90%), rgba(var(--accent-color), 100%)), linear-gradient(180deg, rgba(var(--accent-color), 0%), rgba(var(--accent-color), 0%), rgba(var(--accent-color), 0%), rgba(var(--accent-color), 100%)); */
    z-index: 1;
}

.wallpaper .wallpaper-image {
    position: relative;
    width: 100%;
    height: 625px;
    object-fit: cover;
    z-index: 0;
    user-select: none;
    filter: blur(3px) brightness(.75);
}

.wallpaper figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 2;
    color: rgba(var(--light-color));
}

.wallpaper .wallpaper-footer {
    background: linear-gradient(0deg, rgba(var(--secondary-color), 100%), rgba(var(--secondary-color), 50%), rgba(var(--secondary-color), 0%));
}

.pages {
    padding: 4rem 0;
}
/* CONTENT END */

/* CLIENT START */
.client-page {
    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:
        "client-brand client-panelheader"
        "client-sidebar client-content";
}

.client-brand {
    min-height: 61px;
    width: 250px;
    height: 100%;
    padding: 0.5rem 1rem;
    transition: all var(--transition) ease-out;
    background-color: rgba(var(--primary-color), 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client.menu-open .client-brand, .client.menu-open .client-sidebar {
    width: 80px;
}

.client.menu-open .menu-open-disabled {
    display: none;
}

.client .menu-open-enabled {
    display: none;
}

.client.menu-open .menu-open-enabled {
    display: unset;
}

.client.menu-open .client-brand a {
    visibility: hidden;
    overflow: hidden;
    transition: all .3s;
}

.client.menu-open .sidebar-item .text {
    display: none;
}

.client.menu-open .sidebar-item .sidebar-link {
    justify-content: center;
}

.sidebar-item .text {
    overflow: hidden;
    white-space: nowrap;
}

.toggler {
    background: transparent;
    border: 0;
    outline: 0;
}

.toggler .icon {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: auto auto .4rem;
    transition: all var(--transition) cubic-bezier(.22,1,.36,1);
}

.toggler .icon .bar {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background: rgba(var(--light-color), 50%);
    margin: auto;
    transition: all var(--transition) ease-out;
    border-radius: .5rem;
}

.toggler:hover .icon .bar, .toggler:not(.collapsed) .icon .bar {
    background: rgba(var(--light-color), 100%);
    transition: all var(--transition) ease-out;
}

.toggler:not(.collapsed) .icon .bar:nth-child(2),
.toggler:not(.collapsed) .icon .bar:nth-child(3) {
    width: auto;
}

.toggler .icon .bar:nth-child(2) {
    top: -ms-calc(50% - .5px);
    top: 50%;
    width: 12px;
    margin-left: 0;
}

.toggler .icon .bar:nth-child(3) {
    top: -ms-calc(100% - 3px);
    top: calc(100% - 3px);
    width: 8px;
    margin-left: 0;
}

.toggler:hover .text, .toggler:not(.collapsed) .text {
    color: rgba(var(--light-color), 100%);
}

.toggler .text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    line-height: 1.25;
    font-weight: 300;
    color: rgba(var(--light-color), 50%);
    transition: all var(--transition) ease-out;
}

.client-panelheader {
    min-height: 61px;
    transition: all var(--transition) ease-out;
    background-color: rgba(var(--primary-color), 100%);
}

.client-panelheader .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem !important;
}

.client-panelheader .nav-link:hover,
.client-panelheader .nav-link.show {
    background-color: rgba(var(--c10), 50%);
}

.client-panelheader .search-content {
    position: relative;
    /* padding: .6rem; */
    min-width: 300px;
}

.client-panelheader .search-content .search-input {
    height: 100%;
    padding: .5rem 1rem !important;
    background-color: rgba(var(--accent-color), 15%) !important;
}

.client-panelheader .search-content .search-dropdown {
    padding: 0;
    border: 1px solid rgba(var(--primary-color), 50%);
    border-radius: 0;
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
    margin-top: 0 !important;
    left: -1px;
    right: -1px;
    max-height: calc(100vh - 90px);
    max-height: calc(100dvh - 90px);
    overflow: auto;
}

.client-panelheader .search-content .search-dropdown .dropdown-content {
    padding: 0 .6rem .6rem .6rem;
}

.client-panelheader .search-content .search-dropdown .dropdown-content .content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.client-sidebar {
    width: 250px;
    height: calc(100vh - 121px);
    height: calc(100dvh - 121px);
    display: flex;
    flex-direction: column;
    transition: all var(--transition) ease-out;
    background-color: rgba(var(--accent-color), 100%);
}

.employee .client-sidebar {
    height: 100vh;
    height: 100dvh;
}

.sidebar-menu {
    /* height: calc(100% - 111px); */
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-menu-wrapper, .sidebar-footer {
    padding: .85rem 0 .85rem .85rem;
}

.sidebar-list-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    position: unset !important;
    /* padding: 0.25rem 0 0 0; */
}

.sidebar-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    position: unset !important;
}

.sidebar-list .dropdown-menu {
    position: unset !important;
    inset: 0 !important;
    margin: 0 !important;
    transform: none !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: all var(--transition) ease-out;
    padding: 0 0 0 1rem !important;
    min-width: unset !important;
    margin-bottom: .75rem !important;
}

.sidebar-list .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    bottom: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(var(--light-color), 50%);
}

.sidebar-list .dropdown-menu::after {
    content: "";
    position: absolute;
    left: 9px;
    bottom: -7px;
    width: 15px;
    height: 2px;
    background-color: rgba(var(--light-color), 50%);
}

.sidebar-head {
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar-link, .sidebar-dropitem {
    color: rgba(var(--light-color), 50%) !important;
    border: 0;
    font-size: .95rem;
    font-weight: 400;
    padding: .4rem .75rem;
    display: flex;
    align-items: center;
    text-align: start;
    margin: 0;
    text-decoration: none;
    transition: all var(--transition);
    gap: 10px;
    position: relative;
}

.sidebar-link::before, .sidebar-dropitem::before {
    position: absolute;
    content: "";
    height: 0;
    width: 3px;
    background-color: rgba(var(--light-color), 100%);
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all var(--transition) ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

a.sidebar-dropitem:hover::before, 
a.sidebar-dropitem.show::before, 
.sidebar-link:hover::before, 
.sidebar-link.show::before, 
.sidebar-link:active::before, 
.sidebar-link.active::before {
    height: 100%;
}

a.sidebar-dropitem:hover,
a.sidebar-dropitem.show,
.sidebar-link:hover,
.sidebar-link.show,
.sidebar-link:active,
.sidebar-link.active,
.sidebar-link:focus {
    color: rgba(var(--light-color), 100%) !important;
    background-color: rgba(var(--light-color), 25%) !important;
}

.sidebar-link.danger {
    color: rgba(var(--bs-danger-rgb), 100%) !important;
}

.sidebar-link.danger:hover,
.sidebar-link.danger:active,
.sidebar-link.danger.active,
.sidebar-link.danger:focus {
    color: rgba(var(--bs-danger-rgb), 100%) !important;
    background-color: rgba(var(--bs-danger-rgb), 15%) !important;
}

.dropdown-icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-end {
    margin-left: auto;
    /* background-color: rgba(var(--accent-color), 15%) !important; */
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all var(--transition) ease-in-out;
}

.dropdown-end i {
    transition: all var(--transition) ease-in-out;
}

.variables {
    cursor: pointer;
    user-select: none;
}

.variables:hover,
.variables:focus {
    opacity: .7;
}

a.sidebar-dropitem.show .dropdown-end i {
    transform: rotate(-180deg);
}

/* .sidebar-link:hover i, 
a.sidebar-dropitem:hover i,
.sidebar-link.active i, 
a.sidebar-dropitem.active i {
    color: rgba(var(--white), 100%) !important;
} */

.client-content {
    overflow: auto;
    display: flex;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    box-shadow: inset 0 0 .25rem rgba(0,0,0,.075) !important;
    background-color: rgba(var(--background-color));
}

.client-content .content-wrapper {
    padding: 1.5rem;
}

.client-footer {
    background-color: rgba(var(--primary-color), 10%);
    border-top: 1px solid rgba(var(--primary-color), 50%);
}

.nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs .nav-link {
    background-color: rgba(var(--dark_color), 25%);
    border: 0 !important;
    color: #fff;
    box-shadow: none !important;
    margin: 0;
    font-weight: 500;
}


.tippy-popovers {
    position: relative;
}

.tippy-box {
    background: rgba(var(--primary-color), 100%) !important;
    color: #fff !important;
}

.tippy-box .tippy-content {
    font-size: .85rem !important;
}

.tippy-box[data-placement=top]>.tippy-arrow::before {
    border-top-color: rgba(var(--primary-color), 100%) !important;
}

.tippy-box[data-placement=left]>.tippy-arrow::before {
    border-left-color: rgba(var(--primary-color), 100%) !important;
}

.tippy-box[data-placement=right]>.tippy-arrow::before {
    border-right-color: rgba(var(--primary-color), 100%) !important;
}

.tippy-box[data-placement=bottom]>.tippy-arrow::before {
    border-bottom-color: rgba(var(--primary-color), 100%) !important;
}

.employee-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    z-index: 55555;
    margin: 0;
    padding: 0 0 1rem 0;
    box-shadow: 0 0 1rem 0 rgba(var(--dark-color), 25%);
}

.mobile-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.list-item {}
.list-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: rgba(var(--dark-color), 100%);
    border-top: 2px solid transparent;
    padding: .5rem 0;
    min-width: 65px;
    transition: all var(--transition) ease-in-out;
}

.list-link.active,
.list-link:hover,
.list-link:focus,
.list-link:active {
    color: rgba(var(--primary-color), 100%);
    background-color: rgba(var(--primary-color), 10%);
    border-top-color: rgba(var(--primary-color), 100%);
}

.list-link .icon {
    font-size: 1.5rem;
}

.list-link:hover .icon.active,
.list-link:focus .icon.active,
.list-link:active .icon.active,
.list-link.active .icon.active {
    display: block;
}

.list-link:hover .icon,
.list-link:focus .icon,
.list-link:active .icon,
.list-link .icon.active, 
.list-link.active .icon {
    display: none;
}

.list-link .text {
    font-weight: 500;
    font-size: .6rem;
}
/* CLIENT END */

/* MEDIA START */
@media screen and (max-width: 768px) {
    .calendar-wrapper {
        height: 350px;
    }
    .main {
        padding-top: 80px;
    }
    .employee.main {
        padding-top: 0;
    }
    .employee .client-content {
        height: calc(100vh - 77px - 60px);
        height: calc(100dvh - 77px - 60px);
        box-shadow: none !important;
    }
    .employee .content-wrapper {
        padding: 3rem 0 4rem 0;
    }
    .client-page {
        display: unset;
    }
    .employee-mobile {
        display: block;
    }
    .client-sidebar {
        display: none;
        /* height: calc(100vh - 80px); */
    }
}

@media screen and (min-width: 768px) {
    .mobile-header {
        display: none;
    }
    .employee-mobile {
        display: none;
    }
    .custom-nav-primary {
        height: 80px;
    }
    .nav-overflower {
        background: linear-gradient(90deg, rgba(var(--dark-color), 25%), transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent ,transparent, transparent, transparent, transparent, transparent, transparent ,transparent, transparent, transparent, transparent, transparent, transparent, transparent, rgba(var(--dark-color), 25%));
    }
    .custom-nav-primary {
        overflow-x:auto;
        overflow-y:hidden;
        -webkit-overflow-scrolling:touch;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        position:relative
    }
    .custom-nav-primary::-webkit-scrollbar {
        width:10px;
        height:0;
        z-index:12
    }
    .custom-nav-primary:hover::-webkit-scrollbar{
        height:8px
    }
}

/* MEDIA END */

/* KEYFRAMES START */
@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}
/* KEYFRAMES END */