﻿#Maham-Container {
    position: relative;
    width: 100%;
    min-height: calc(100vh -  64px);
    display: flex;
    flex-direction: column;
}

.mud-main-content:has(#AdminToolBar) #Maham-Container {
    min-height: calc(100vh - 64px - 64px);
}

#Maham-Body {
    overflow: auto;
    height: 1px;
    /* max-height: 14px; */
    position: relative;
}


.Maham-Page {
    display: flex;
    flex-grow: 1;
    max-height: calc(100% - 1rem);
    overflow-y: auto;
    margin-top: 0.5rem !important;
    background: transparent;
    /*    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
*/ border-radius: 4px;
}


.ToolBar {
    height: 64px;
}

    .ToolBar .PageTitle {
        font-size: 1rem;
        font-weight: bolder;
    }


/*.mud-navmenu .mud-nav-link.active {
    border-radius: 25px !important;
        margin-inline-start: 10px;
 background-color: var(--mud-palette-info) !important;
    color: var(--mud-palette-white) !important;
}

    .mud-navmenu .mud-nav-link.active * {
        color: var(--mud-palette-white) !important;
    }*/


.mud-navmenu .mud-nav-link {
    width: calc(100% - 24px);
}