/* //////// L4 - NAV SIDEBAR */
.tlv2-l4-nav-container {
    position: relative;
    /* position: fixed; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Albert Sans', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    /* max-width: 180px; */
    height: 100svh;
    margin-top: 0;
    transition: margin-top var(--fwv2-header-nav-transition, 220ms) var(--fwv2-header-nav-easing, ease);
    /* padding: 0px 0px 15px 0px; */
    /* margin: 0px 8px 5px 8px; */
}


@media (min-width: 576px) {
    .tlv2-l4-nav-container {
        height: 100%;
    }
}



.tlv2-sidebar-menu {
    font-size: 1.15rem !important;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 16px;
    line-height: 1.3rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    user-select: none;
    margin: 0px 20px;
    /* background: var(--fw-white-050); */
    color: var(--fw-black-400);
    transition: all 0.1s ease;
    border-radius: 2px;
    /* transition: background-color 0.2s ease; */
}

.fwv2-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--fwv2-header-nav-height, 56px);
    height: var(--fwv2-header-nav-height, 56px);
    width: 100%;
    padding: 0;
    background: var(--fw-white-000);
    z-index: var(--fwv2-header-nav-z-index, 1200);
    transition: transform var(--fwv2-header-nav-transition, 220ms) ease, opacity var(--fwv2-header-nav-transition, 220ms) ease;
    will-change: transform, opacity;
}

.fwv2-header-nav-inner {
    width: 100%;
    max-width: 100%;
    min-height: var(--fwv2-header-nav-height, 56px);
    height: var(--fwv2-header-nav-height, 56px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 10px;
    box-sizing: border-box;
}

body.fwv2-header-width-fixed .fwv2-header-nav-inner {
    width: 100%;
    max-width: min(100%, var(--fwv2-header-nav-max-width, 1320px));
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1280px) {
    .fwv2-container.navigation-with-sidebar .tlv2-sidebar-menu {
        margin-left: 10px;
        margin-right: 10px;
    }
}

body.fwv2-layout-size-sm.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(540px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-layout-size-md.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(720px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-layout-size-lg.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(960px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-layout-size-xl.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(1140px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-layout-size-xxl.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(1320px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-layout-size-fluid.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: 100%;
}

body.fwv2-header-size-sm.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(540px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-header-size-md.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(720px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-header-size-lg.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(960px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-header-size-xl.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(1140px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-header-size-xxl.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: min(1320px, var(--fwv2-header-nav-max-width, 1320px));
}

body.fwv2-header-size-fluid.fwv2-header-width-fixed .fwv2-header-nav-inner {
    max-width: 100%;
}

@media (min-width: 576px) {
    body.fwv2-header-width-fixed .fwv2-header-nav-inner {
        max-width: min(540px, var(--fwv2-header-nav-max-width, 1320px));
    }
}

@media (min-width: 768px) {
    body.fwv2-header-width-fixed .fwv2-header-nav-inner {
        max-width: min(720px, var(--fwv2-header-nav-max-width, 1320px));
    }
}

@media (min-width: 992px) {
    body.fwv2-header-width-fixed .fwv2-header-nav-inner {
        max-width: min(960px, var(--fwv2-header-nav-max-width, 1320px));
    }
}

@media (min-width: 1200px) {
    body.fwv2-header-width-fixed .fwv2-header-nav-inner {
        max-width: min(1140px, var(--fwv2-header-nav-max-width, 1320px));
    }
}

@media (min-width: 1400px) {
    body.fwv2-header-width-fixed .fwv2-header-nav-inner {
        max-width: min(1320px, var(--fwv2-header-nav-max-width, 1320px));
    }
}

.fwv2-header-nav--relative {
    position: relative;
    top: 0;
}

.fwv2-header-nav--sticky,
.fwv2-header-nav--hidable {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.fwv2-header-nav--hidable.is-hidden {
    transform: translateY(calc(-1 * var(--fwv2-header-nav-height, 56px)));
    opacity: 0.98;
}

.fwv2-header-nav.is-shadowed {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.fwv2-header-nav-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 0 0 auto;
}

.fwv2-header-nav-logo {
    margin: 0px 10px 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.fwv2-header-nav-logo img {
    width: auto;
    height: auto;
    display: block;
}

.fwv2-header-nav-logo-text {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.15;
    color: var(--fw-black-000);
    white-space: nowrap;
}

@media (max-width: 767px) {
    .fwv2-header-nav-logo-text {
        font-size: 0.9rem;
        max-width: 170px;
        white-space: normal;
    }
}

.fwv2-header-nav-menu-button,
.fwv2-header-nav-close-button {
    border: 0;
    background: transparent;
    color: var(--fw-black-300);
    width: 34px;
    height: 34px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fwv2-header-nav-menu-button:hover,
.fwv2-header-nav-close-button:hover {
    background: var(--fw-white-100);
    color: var(--fw-black-000);
}

.fwv2-header-nav-right {
    display: none;
    align-items: center;
    justify-content: start;
    gap: 2px;
    flex: 1;
    min-width: 0;
    overflow: visible;
}

.fwv2-header-nav-aux {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    flex: 0 0 auto;
}

.fwv2-header-nav-aux-slot {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    flex: 0 0 auto;
}

.fwv2-header-nav-aux-button {
    border: 0;
    background: transparent;
    color: var(--fw-black-400);
    border-radius: 6px;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.fwv2-header-nav-aux-button:hover {
    color: var(--fw-black-000);
    background: var(--fw-white-100);
}

.fwv2-header-nav-aux-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 220px;
    max-height: 70dvh;
    overflow-y: auto;
    background: var(--fw-white-000);
    border: 1px solid var(--fw-white-250);
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
    padding: 6px;
    z-index: 1400;
    display: none;
}

.fwv2-header-nav-aux.is-open .fwv2-header-nav-aux-dropdown {
    display: block;
}

.fwv2-header-nav-aux-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    padding: 8px 10px;
    color: var(--fw-black-400);
}

.fwv2-header-nav-aux-item:hover {
    background: var(--fw-white-100);
    color: var(--fw-black-000);
    cursor: pointer;
}

.fwv2-header-nav-aux-item-icon {
    width: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.fwv2-header-nav-aux-item-text {
    font-size: 0.9rem;
    line-height: 1.2;
}

.fwv2-header-nav-category-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.fwv2-header-nav-category-trigger {
    border: 0;
    background: transparent;
    color: var(--fw-black-400);
    border-radius: 6px;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.fwv2-header-nav-category-trigger:hover {
    color: var(--fw-black-000);
    background: var(--fw-white-100);
}

.fwv2-header-nav-category-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 175px;
    width: max-content;
    max-width: min(90vw, 520px);
    max-height: 70dvh;
    overflow-y: auto;
    background: var(--fw-white-000);
    border: 1px solid var(--fw-white-250);
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
    padding: 6px;
    z-index: 1400;
    display: none;
}

.fwv2-header-nav-category-menu .fwv2-header-nav-item--compact {
    width: auto;
    min-width: 0;
}

.fwv2-header-nav-category-dropdown:hover .fwv2-header-nav-category-menu,
.fwv2-header-nav-category-dropdown:focus-within .fwv2-header-nav-category-menu,
.fwv2-header-nav-category-dropdown.is-open .fwv2-header-nav-category-menu {
    display: block;
}

.fwv2-header-nav-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.fwv2-header-nav-group:last-child {
    margin-bottom: 0;
}

.fwv2-header-nav-group-title {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--fw-black-300);
    padding: 4px 10px;
}

.fwv2-header-nav-group-items {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tlv2-sidebar-category-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    /* margin-bottom: 10px; */
}

.tlv2-sidebar-category-group:last-child {
    margin-bottom: 0;
}

.tlv2-sidebar-category-title {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--fw-black-300);
    width: 100%;
    padding: 4px 12px;
}

.tlv2-sidebar-category-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    box-sizing: border-box;
}

.tlv2-sidebar-category-items .tlv2-sidebar-menu {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 604.5px) and (max-width: 1279.5px) {
    .tlv2-sidebar-category-title {
        display: none;
    }
}

.fwv2-header-nav-item {
    margin: 0;
    border-radius: 6px;
}

.fwv2-header-nav-item .fwv2-header-nav-text {
    display: inline-flex;
}

.fwv2-header-nav-item--compact {
    width: fit-content;
    min-width: 0;
    justify-content: flex-start;
    padding: 7px 10px;
    gap: 8px;
}

.fwv2-header-nav-item--compact .tlv2-sidebar-icon {
    width: 20px;
    height: 20px;
}

.fwv2-header-nav-right .fwv2-header-nav-item--compact .tlv2-sidebar-icon {
    width: 15px;
    height: 15px;
}

.fwv2-header-nav-right .fwv2-header-nav-item--compact .tlv2-sidebar-icon .fal,
.fwv2-header-nav-right .fwv2-header-nav-item--compact .tlv2-sidebar-icon .fa-light {
    font-size: 1.05rem !important;
}

.fwv2-header-nav-category-menu .fwv2-header-nav-item--compact .tlv2-sidebar-icon .fal,
.fwv2-header-nav-category-menu .fwv2-header-nav-item--compact .tlv2-sidebar-icon .fa-light {
    font-size: 0.805rem !important;
}

.fwv2-header-nav-item--compact .fwv2-header-nav-text {
    font-size: 0.9rem;
    white-space: nowrap;
}

.fwv2-header-nav-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    z-index: 1300;
}

.fwv2-header-nav-drawer-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.45);
}

.fwv2-header-nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(86vw, 320px);
    height: 100dvh;
    background: var(--fw-white-000);
    border-right: 1px solid var(--fw-white-250);
    transform: translateX(-104%);
    transition: transform 0.2s ease;
    z-index: 1310;
    display: flex;
    flex-direction: column;
}

.fwv2-header-nav-drawer.is-open {
    transform: translateX(0);
}

.fwv2-header-nav-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid var(--fw-white-250);
}

.fwv2-header-nav-drawer-content {
    display: flex;
    flex-direction: column;
    padding: 6px;
    overflow-y: auto;
    gap: 2px;
}

.fwv2-header-nav-drawer-content .fwv2-header-nav-item {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
}

body.fwv2-header-nav-drawer-open {
    overflow: hidden;
}

@media (min-width: 1279.5px) {
    .tlv2-sidebar-menu {
        justify-content: start;
    }
}




.tlv2-sidebar-menu .fal,
.tlv2-sidebar-menu .fa-light {
    font-size: 1.4rem !important;
}

.tlv2-sidebar-menu.is-active-route .fal,
.tlv2-sidebar-menu.is-active-route .fa-light {
    color: var(--fw-black-000);
    filter: brightness(1.2);
}

.tlv2-sidebar-menu.is-active-route .tlv2-sidebar-text {
    color: var(--fw-black-000);
    filter: brightness(1.2);
}

.tlv2-sidebar-menu:hover {
    color: var(--fw-black-000);
    background-color: var(--fw-white-100);
    /* border-radius: 4px; */
    cursor: pointer;
}




.tlv2-sidebar-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}


.tlv2-sidebar-text {
    display: none;
}



















/* SM - SMALL */
@media (min-width: 500px) {}


@media (min-width: 576px) {}


@media (max-width: 615px) {}


@media (max-width: 767.5px) {}


@media (max-width: 992px) {}


@media (min-width: 1003px) {}


@media (min-width: 1152px) {}


@media (min-width: 1280px) {
    .tlv2-sidebar-text {
        display: flex;
        align-items: start;
    }
    .tlv2-l4-nav-container {
        align-items: start;
    }
}

@media (min-width: 992px) {
    .fwv2-header-nav-menu-button {
        display: none;
    }

    .fwv2-header-nav-right {
        display: flex;
    }
}

body.fwv2-header-mode-hidable .navigation-with-header #fwv2_col_2 {
    padding-top: var(--fwv2-header-content-offset, 0px);
}

body.fwv2-header-mode-sticky .navigation-with-header #fwv2_col_2 {
    padding-top: var(--fwv2-header-content-offset, 0px);
}











.user-root-function-menu {
    font-size: 0.9rem;
    /* font-weight: bold; */
    font-family: 'Albert Sans', sans-serif;
    position: fixed;
    background-color: var(--fw-white-000);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    border: 1px solid var(--fw-white-250);
    border-radius: 8px 8px 0px 8px;
    display: none;
    flex-direction: column;
    justify-content: start;
    gap: 2px;
    overflow: hidden;
    z-index: 2002;
    padding: 5px 10px;
    right: 8px;
    bottom: 55px;
    transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.user-root-function-menu-item {
    color: var(--fw-black-400);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 8px;
    cursor: pointer;
}
.user-root-function-menu-item:hover {
    color: var(--fw-black-000);
}

.user-root-function-menu-item.is-active-route .menu-item-icon i {
    color: var(--fw-black-000);
    filter: brightness(1.2);
}

.user-root-function-menu-item.is-active-route .menu-item-text {
    color: var(--fw-black-000);
    filter: brightness(1.2);
}


.user-root-function-menu i {
    /* font-size: 1rem !important; */
    /* width: 30px; */
}

.user-root-function-menu .menu-item-icon,
.user-root-function-menu .menu-item-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}












/* Footer Navigation Styles */
.ftelv2-footer-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: var(--fw-black-400);
    background-color: var(--fw-white-000);
    border-top: 1px solid var(--fw-white-250);
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 4;
    padding: 0px 0px 2px 0px;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
    pointer-events: auto;
    touch-action: manipulation;
}

@media (min-width: 500px) {
    .ftelv2-footer-navigation {
        display: none;
    }
}

.ftelv2-footer-navigation div:hover {
    color: var(--fw-black-000);
}

.ftelv2-footer-navigation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 1;
    height: 100%;
    min-width: 0;
    pointer-events: auto;
    touch-action: manipulation;
}

.ftelv2-footer-avatar-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ftelv2-footer-avatar-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: ftelv2-spin 1s linear infinite;
    position: absolute;
}

.ftelv2-footer-avatar-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
}

@keyframes ftelv2-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.ftelv2-footer-navigation .fa-light {
    font-size: 1.5rem;
}

.ftelv2-footer-navigation-item.is-active-route i {
    color: var(--fw-black-000);
    filter: brightness(1.2);
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */





.navmenu {
    display: contents;
}

.navmenu a {
    margin-right: 0px;
    margin-left: 0px;
}

@media only screen and (max-width: 991px) {
    .navmenu {
        display: flex;
    }

    .navmenu a {
        margin-right: 6px;
        margin-left: 6px;
    }
}






/*--------------------------------------------------*/
/* NAVBAR ELEMENTS > MAIN NAV */
/*--------------------------------------------------*/


.collapse .navbar-collapse {
    padding: 10px 0px;
}

.navbar-collapse {
    padding-bottom: 0px;
}





.navbar a {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}

.navbar-nav {
    font-family: 'Albert Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-light .navbar-toggler {
    color: rgb(65 67 68);
    border-color: rgb(55 61 62);
    background-color: #111314;
    margin: 7px;
    padding: 4px 8px;
    transition: 0.2s;
}

.navbar-light .navbar-toggler:hover {
    color: #242526;
    border-color: #707070;
    background-color: #09090a;
    transition: 0.4s;
    outline: none !important;
    box-shadow: none !important;
}

.custom-toggler .navbar-toggler-icon {
    
}

.navbar-toggle {
    display: block;
}

/* .navbar-collapse.collapse {
    display: none !important;
} */

@media only screen and (max-width: 1008px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .tl_sb_c {
        display: none;
    }
}









.navbar-menu-stick {
    margin-top: -90px !important;
    margin-left: 50px !important;
}

/* .navbar-holder {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 2;
} */

.navbar-holder-stick {
    position: relative;
    height: 70px;
    z-index: 8;
    top: 0px;
}

.navbar-wrapper {
    height: 69px;
    text-align: center;
    z-index: 2;
    transition: 0.3s;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    margin-left: -15px;
    margin-right: -15px;
    /* box-shadow: 0px 0px 13px 0px #000000b3; */
    /* background: linear-gradient(45deg, #ffffff0c, transparent); */
    /* background: linear-gradient(177deg, #ddfdff0f 0%, #ddfdff03 30%, #00000000 30.1%, #00000000 100%); */
}

.navbar-wrapper-stick {
    position: fixed;
    max-height: 70px;
    height: 100%;
    left: 15px;
    /* top: -98px; */
    /* box-shadow: 0px -6px 9px 7px #0000008f; */
    /* border-bottom: solid 1px #101410; */
    /* background-color: #111311; */
}

.navbar-wrapper-move {
    top: -62px;
}

.navbar-wrapper-retract {
    top: -105px;
}

.navbar-inset {
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 0px;
}

.navbar-toggler-icon {
    height: 1.7em;
}

.navbar {
    transition: 0.3s;
    height: 70px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    /* padding: 2px 0px; */
    z-index: 2 !important;
    padding: 0px 0px;
}


.navbar-menu {
    width: 100%;
    padding: 0px 0px;
    margin-top: -11px;
    margin-left: 0px;
}

.nav-dash-item {
    display: inline-flex;
    justify-content: left;
    flex-direction: column;
    align-items: flex-start;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 5px;
    margin: 3px 0px;
}

.navtext {
    margin-left: 8px;
}

.navtitle {
    color: #a5a5a5;
    margin-left: 7px;
    margin-bottom: 0px;
}



.nav-item {
    display: flex;
    flex-direction: column;
}

.nav-link,
.nav-link-d,
.nav-link-a,
.nav-link-n,
.nav-link-sub,
.nav-link-mes,
.nav-link-ls,
.nav-link-s,
.nav-link-m {
    margin: 6px 0px;
    border-radius: 4px;
    padding: 6px 9px;
}

.nav-link.active {
    background-color: #ccc;
}

.dyn_drop_m {
    background: #fff;
    padding: 0px 9px;
    margin-top: 38px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
    border-radius: 0px 0px 8px 8px;
    border-left: 1px #f7f7f7 solid;
    border-right: 1px #f7f7f7 solid;
    border-bottom: 1px #f7f7f7 solid;
    box-shadow: 0px 4px 3px 0px #00000052;
}

.dyn_drop_m a {
    padding: 5px 0px;
    width: 100%;
    border-bottom: 1px #f7f7f7 solid;
}


.body-dark {
    background-color: #101010;
    color: #ffffff;
}

.body-light {
    background-color: #ffffff;
    color: #101010;
}

.navwrap-dark {
    background-color: #101010;
    color: #ffffff;
    border-bottom: 1px solid #101010;
}

.navwrap-light {
    background-color: #ffffff;
    color: #101010;
    border-bottom: 1px solid #dfdfdf;
}

.navlink-dark {
    color: #ffffff;
}

.navlink-light {
    color: #101010;
}



.overlay-dark {
    background-color: #101010;
    color: #ffffff;
}

.overlay-light {
    background-color: #ffffff;
    color: #101010;
}





.footer-light {
    position: relative;
    z-index: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
    color: #000;
    background-color: #f1f1f1;
}

.footer-dark {
    position: relative;
    z-index: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    background-color: transparent;
}

.footer-logo-light {
    color: #000;
    font-size: 17px;
    font-family: 'Albert Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

.footer-logo-dark {
    color: #fff;
    font-size: 17px;
    font-family: 'Albert Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}


.hamburger-white {
    background: #fff;
    width: 24px;
    border-radius: 5px;
    padding: 3px;
    margin: 0px -3px;
}

.navButtons-dark {
    color: #dbcd8f !important;
    background: #12120f !important;
    border: 1px solid rgb(158, 136, 63) !important;
}

.lightNavB {
    color: #222;
    background: #ebebeb;
    border: 1px solid rgba(255, 255, 255, 0.32);
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}
























/* NAV - LOGO */

.logo_ctl {
    transition: 0.2s;
}

.logo_txt_ctl {
    transition: 0.2s;
    max-width: 300px;
    font-size: 21px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
}

.logo_slg_ctl {
    transition: 0.2s;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 10px;
    color: #4f6068;
    margin-bottom: 0px;
    text-align: start;
    margin-left: 4px;
}



.logo {

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.logo-set-stick {
    margin-top: -30px !important;
}

.logo-slogan-stick {
    display: none;
}

.logo-shrink {
    width: 140px !important;
    margin-top: 2px;
}


.logo-slogan {
    font-size: 13.8px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #a7a7a7;
    padding: 0px 0px 0px 5px;
}

.logo-set {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 9px;
}

.logo-set .logo {
    height: 50px;
    padding: 0px 0px;
}

.logo.col-lg-4 {
    text-align: center;
    padding: 14px;
}

