﻿rz-body{
    margin-top:50px;
}

.rz-layout .rz-sidebar{
    margin-top:50px;
}

.rz-layout .rz-body {
    margin-top: 50px;
}

:root {
    --rz-primary: #57304e;
    --rz-danger: #c88155;
}

.--bs-nav-pills-link-active-bg {
    background-color: var(--rz-primary) !important;
}

.nav-link {
    color: var(--rz-primary) !important;
}

.btn-primary{
    background-color: var(--rz-primary);
    border-color: var(--rz-primary);
}

.btn:hover {
    background-color: var(--rz-primary);
    border-color: var(--rz-secondary);
}

.nav-link.active {
    background-color: var(--rz-secondary) !important;
    color: white !important;
}
.text-info {
    color: var(--rz-primary) !important;
}

.eq-profile-username {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    cursor: default;
    font-style: italic;
    font-size: 0.95rem;
    opacity: 0.75;
    border-bottom: 0.5px solid var(--rz-border-disabled);
    color: var(--rz-menu-item-color) !important;
}

.eq-profile-appearance {
    display: flex;
    align-items: baseline;
    gap: 0px;
    padding: 4px 8px;
    color: var(--rz-menu-item-color) !important;
}

.panelmenu-hr {
    color: var(--rz-menu-item-color) !important;
}

@media (max-width: 767px) {
    .eq-header-logo {
        height: 22px !important;
    }

    .eq-select-company .rz-button-text {
        display: none;
    }
}

@media (max-width: 767px) {
    .rz-tabview-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .rz-tabview-nav::-webkit-scrollbar {
        display: none;
    }
}