/* _content/MonitorASP/Pages/Shared/_Layout.cshtml.rz.scp.css */
.sidebar[b-ux83rrpkhk] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: fit-content;
    background-color: rgba(254,254,248,1);
    box-shadow: 0px 0px 5px 3px rgba(230,230,230,.8);
    border-radius: 15px;
    margin: 10px 5px 10px 10px;
    color: rgb(0, 0, 0);
    transition: width .1s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: fadeIn-b-ux83rrpkhk ease .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeIn-b-ux83rrpkhk {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.content[b-ux83rrpkhk] {
    padding: 5px;
    margin-left: 104px;
    transition: margin-left .1s ease;
}

    .sidebar .nav[b-ux83rrpkhk] {
        flex-grow: 1; 
    }

    .sidebar .nav-item[b-ux83rrpkhk] {
        padding: 10px;
        display: flex;
        justify-content: start;
        align-items: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    @media (max-width: 768px) {
        .sidebar .nav-item[b-ux83rrpkhk] {
            padding: 2px;
        }
        .content[b-ux83rrpkhk] {
            margin-left: 88px;
        }

    }


    .sidebar .nav-link[b-ux83rrpkhk] {
        color: rgb(0, 0, 0);
        background-color: #f8f6f0;
        border-radius: 40px;
        border: solid 1px #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        width: 100%;
        overflow: hidden;
        transition: transform .2s;
    }

        .sidebar .nav-link:hover[b-ux83rrpkhk] {
            background-color: #D8C3A5;
            color: #EAE7DC;
        }
        .sidebar.collapsed .nav-link:hover[b-ux83rrpkhk] {
            transform: scale(1.1);
        }


    .sidebar .icon[b-ux83rrpkhk] {
        width: 40px;
        height: 54px;
    }

    .sidebar hr[b-ux83rrpkhk] {
        margin: 0px 10px 0px 10px;
        color: #ccc;

    }

    .sidebar .nav-link .text[b-ux83rrpkhk] {
        display: inline;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 1px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .sidebar.collapsed .nav-link .text[b-ux83rrpkhk] {
        display: none;
    }

    .sidebar.collapsed .text[b-ux83rrpkhk] {
        display: none;
    }


.logo[b-ux83rrpkhk] {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation-duration: 2s;
}
    .logo:hover[b-ux83rrpkhk] {
        animation-name: rotate-b-ux83rrpkhk;
    }

.sidebar.collapsed .logo[b-ux83rrpkhk] {
    width: 65px;
    height: 65px;
}

@keyframes rotate-b-ux83rrpkhk {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.title-text[b-ux83rrpkhk] {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 45px;
    font-weight: 100;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar.collapsed .title-text[b-ux83rrpkhk] {
    writing-mode: vertical-lr; /* senkrecht */
    transform: scale(-1);
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;

}

#toggleSidebar[b-ux83rrpkhk] {
    z-index: 999;
    border-radius: 50%;
    padding: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: flex;
    margin: 2px;
    justify-content: center;
    align-items: center;
}

    #toggleSidebar:hover[b-ux83rrpkhk] {
        background-color: #EAE7DC
    }


.identity-container[b-ux83rrpkhk] {
    margin-top: auto;
    margin-bottom: 30px;
}

.identityHeader[b-ux83rrpkhk] {
    padding: 10px;
    font-size: small;
    text-align: center;
}

.login-container[b-ux83rrpkhk] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn.identity:hover[b-ux83rrpkhk] {
    transform: scale(1.3);
}

@media(max-height: 680px) {
    .sidebar.collapsed .title-text[b-ux83rrpkhk] {
        display: none;
    }
    .sidebar .title-text[b-ux83rrpkhk] {
        display: none;
    }
}
