/*@import '_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';*/


body {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: var(--font-weight);
    color: var(--neutral-foreground-rest);
    background: var(--neutral-fill-layer-rest);
}

.loader-center {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px)
}

.navmenu-icon, .msg-btns-body {
    display: none;
}
.mobile-view {
    display: none!important;
}
.msg-btns-header {
    display: inline-block;
}

.main {
    min-height: calc(100dvh - 86px);
    color: var(--neutral-foreground-rest);
    align-items: stretch !important;
}

.body-content {
    align-self: stretch;
    height: calc(100dvh - 86px) !important;
    /*  display: flex;*/
    text-align: center !important;
    padding-left: 0.5em;
    padding-right : 0.5em;
    background-color:#1c1c1c;
}

.content {
    /*padding: 0.5rem 1.5rem;*/

    align-self: stretch !important;
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.non-active-server {
    opacity: 0.4 !important;
}

.manage {
    width: 100dvw;
}

footer {
    background: var(--neutral-layer-4);
    color: var(--neutral-foreground-rest);
    align-items: center;
    padding: 10px 10px;
}

    footer a {
        color: var(--neutral-foreground-rest);
        text-decoration: none;
    }

        footer a:focus {
            outline: 1px dashed;
            outline-offset: 3px;
        }

        footer a:hover {
            text-decoration: underline;
        }

.alert {
    border: 1px dashed var(--accent-fill-rest);
    padding: 5px;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: 20px 0;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::before {
        content: "An error has occurred. "
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}
.navmenu {
    background-color: #1c1c1c;
}
@media (max-width: 600px) {
    .mobile-view{
        display:block!important;
    }
    .header-gutters {
        margin: 0.5rem 3rem 0.5rem 1.5rem !important;
    }

    [dir="rtl"] .header-gutters {
        margin: 0.5rem 1.5rem 0.5rem 3rem !important;
    }

    .main {
        flex-direction: column !important;
        row-gap: 0 !important;
    }

    nav.sitenav {
        width: 100%;
        height: 100%;
    }

    #main-menu {
        width: 100% !important;
    }

        #main-menu > div:first-child:is(.expander) {
            display: none;
        }

    .navmenu {
        width: 100%;
        background-color:#1c1c1c;
    }

    #navmenu-toggle {
        appearance: none;
    }

        #navmenu-toggle ~ nav {
            display: none;
        }

        #navmenu-toggle:checked ~ nav {
            display: block;
        }

    .navmenu-icon {
        cursor: pointer;
        z-index: 10;
        display: block;
        position: absolute;
        top: 15px;
        left: unset;
        right: 20px;
        width: 20px;
        height: 20px;
        border: none;
    }

    [dir="rtl"] .navmenu-icon {
        left: 20px;
        right: unset;
    }

    .msg-btns-header {
        display: none;
    }

    .msg-btns-body {
        display: inline-block
    }
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}




.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.hr-thick {
    border-top-width: thick;
}

table.middle-contents {
    width: 100%;
    height: 100%;
}

picture {
    z-index: -100;
    left: 0;
    right: 0
}

    picture > img {
        width: auto;
        height: 420px;
    }

nav.navbar {
    position: absolute;
    z-index: 100;
    color: white;
    background-color: #ffffff80;
    left: 0;
    right: 0
}





.item-list {
    display: list-item;
}


.bd-callout {
    /* --bs-link-color-rgb 10, 88, 202 : var(--bd-callout-link);*/
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: .25rem solid var(--bd-callout-border, var(--bs-gray-300));
}


.bd-callout-opacity {
    /*    --bs-link-color-rgb 10, 88, 202 : var(--bd-callout-link);*/
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: .5rem solid var(--bd-callout-border, var(--bs-gray-300));
}


.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.logo {
    margin: auto;
    width: 70px;
    display: block;
}

.content-sub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .content-sub .top-title-sub {
        background-color: #0000007a;
        padding-bottom: 15px;
        padding-top: 15px;
        border-radius: 0 0 0 0;
        border-bottom: 5px solid var(--accent-fill-rest);
        height: 420px;
    }



.content-width {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.alt-backgroung-color {
    background-color: #595959;
}

.label-new {
    position: absolute;
    right: 1em;
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    padding: 3px;
}

.label-soon {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    padding: 3px;
}

.scrool-v {
    overflow-y: auto;
}

.fluent-persona {
    white-space: normal !important;
}

span.icon {
    color: var(--accent-fill-rest);
}

.contact-input {
    width: 100%;
    margin: 0.5em auto 0.5em auto;
}

.red {
    color: red;
    background-color: white;
    display: inline;
    padding: 2px 4px;
    border-radius: 4px;
}

@media (min-width: 600px) {
    .content-width {
        max-width: 90%;
    }

    .content-sub {
        position: absolute;
        top: 5%;
        left: 35%;
        right: 5%;
    }

        .content-sub .top-title-sub {
            background-color: #0000007a;
            padding-bottom: 15px;
            padding-top: 15px;
            border-radius: 0 1em 1em 0;
            border-left: 5px solid var(--accent-fill-rest);
            border-bottom: initial;
            height: initial;
        }

    .logo {
        width: 80px;
    }

    picture > img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 960px) {
    .content-width {
        max-width: 90%;
    }

    .content-sub {
        position: absolute;
        top: 5%;
        left: 50%;
        right: 5%;
    }

    .logo {
        width: 100px;
    }
}

@media (min-width: 1280px) {
    /*    .content-width {
        max-width: 940px;
    }*/

    .content-sub {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1480px) {
    .content-width {
        max-width: 1300px;
    }
}

@media (min-width: 1680px) {
    .content-width {
        max-width: 1400px;
    }
}

@media (min-width: 1920px) {
    .content-width {
        max-width: 1600px;
    }
}

@media (min-width: 2560px) {
    .content-width {
        max-width: 1900px;
    }
}

.border-top-base {
    padding-top: 1em;
    border-top: 2px solid var(--accent-fill-rest) !important;
    margin-top: 1em;
    height: 100%;
}

.card-display {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.divider {
    margin-bottom: 1em;
    margin-top: 1em;
}

.icon-size-56 svg {
    width: 56px !important;
    margin: 1em;
}

.text-left {
    text-align: left;
}

.height-sol-title {
    min-height: 120px;
}


fluent-card img {
    width: 100%
}

.fluent-nav-link h5 {
    margin-top: 0.75rem !important;
}


.alert-danger .fluent-presence-badge {
    background: red !important;
    border-radius: 999px;
}

.alert-success .fluent-presence-badge {
    background: green !important;
    border-radius: 999px;
}

.alert-warning .fluent-presence-badge {
    background: orange !important;
    border-radius: 999px;
}

.alert-primary .fluent-presence-badge {
    background: #929191 !important;
    border-radius: 999px;
}
.table{
    width:100%
}
.table-striped{}

th, td{
    height:2em
}

.color-green{
    color:green;
}

#logout-content {
    top: -4px;
    left : 6px;
    position: absolute;
    display: flex;
    justify-content: start;
    width: 50%;
}

[b-vs37bumpa7].collapsed #logout-content {
    top: 6px;
}