﻿.icon-button {
    font-size: 1.5rem;
    padding: 0.3125rem;
    line-height: var(--app-header-height);
    border: none;
    outline: none;
    cursor: default;
    position: relative;
    color: var(--bs-body-color);
}

.primary-nav ul li a > i::before {
    color: var(--bs-body-color);
}

.primary-nav ul li.active:not(.open):not(.has-ul) a:only-child {
    color: var(--bs-body-color);
    text-decoration: underline;
}

li.alert-dismissable:hover {
    cursor: pointer !important;
}

div.top-nav-menu.dropdown-menu.show {
    margin-top: var(--app-header-height) !important;
}

body:not(.no-slimscroll) .custom-scroll {
    overflow: auto;
}

.panel.panel-refreshing .panel-container::after {
    content: '' !important;
    font-family: 'Font Awesome 6 Pro' !important;
}

div.e-panel-container > div.e-panel-content {
    padding: 0;
    margin: 0;
}
/*
.panel {
    height: 100%;
}*/

@media (max-width: 767px) {
    div .top-nav-menu.dropdown-menu.show {
        width: calc(100vw - 1.5rem);
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    aside.app-drawer.js-drawer-settings.open {
        width: calc(100vw) !important;
    }

    .notification li [data-bs-dismiss=alert] {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    div.top-nav-menu.dropdown-menu.show {
        margin-right: 2rem !important;
    }
}


