﻿a, .btn-link {
    color: #006bb7;
}


.content {
    padding-top: 1.1rem;
}
.mud-popover{
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.status-bar-safe-area {
    display: none;
}
.mud-drawer-mini .mud-nav-link{
    justify-content: center;
}
@supports (-webkit-touch-callout: none) {
    .status-bar-safe-area {
        display: flex;
        position: sticky;
        top: 0;
        height: env(safe-area-inset-top);
        background-color: #f7f7f7;
        width: 100%;
        z-index: 1;
    }

    .flex-column, .navbar-brand {
        padding-left: env(safe-area-inset-left);
    }
}
.sidebar-text{
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
.sidebar-header:hover .button-icon {
    visibility: visible; /* Show the icon on hover */
    opacity: 1;
}