﻿/* @charset "UTF-8"; */
* {
    text-shadow: none !important;
    font-family: Lexend;
/*    box-shadow: 0 0 0 1px red;*/
}

@font-face {
    font-family: Lexend;
    src: url("../lib/font/static/Lexend-Regular.ttf");
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../lib/font/static/Segoe-UI-Bold.ttf');
}

#body-row {
    background: #EFF5F5;
    margin-left: 0;
    margin-right: 0;
    height: calc(100vh - 70px);
    width: 100%;
}

.main-container {
    width: calc(100% - 266px)
}

.sidebar-expanded {
    border-radius: 0px 24px 24px 0px;
    max-height: 100vh;
    background-color: #282F35;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 266px !important;
    overflow-y: scroll;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
.sidebar-expanded .list-group a {
    /*height: 50px;*/
    color: #FFFFFF66;
}


/* Submenu item*/
.sidebar-expanded .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Symbol für geschlossenes Untermenü */
.sidebar-expanded .list-group .list-group-item[aria-expanded=false] .submenu-icon::after {
    content: " ";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* Geöffnetes Untermenüsymbol */
.sidebar-expanded .list-group .list-group-item[aria-expanded=true] .submenu-icon::after {
    content: " ";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}


.navbar {
    padding: 0 !important;
    border: none !important;
    background: #282F35;
    width: 100vw;
    height: 68px;
}

.list-group.upperlist {
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF66;
    padding-top: 50px;
}

.list-group.logout {
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF66;
    padding-bottom: 50px;
}

.tab-gap {
    gap: 13px;
}

.tab-alignment {
    text-decoration: none !important;
    border-radius: 0px 8px 8px 0px;
    margin-right: 20px;
    padding: 10px 0 10px 30px;
}

    .tab-alignment.active {
        text-decoration: none;
        background-color: #148D8BB2;
        color: #EFF5F5;
    }

        .tab-alignment.active .menu-collapsed {
            color: #FFF;
        }


.tab-alignment-1 {
    text-decoration: none !important;
    border-radius: 0px 8px 8px 0px;
    margin-right: 0px;
    padding: 5px 0 5px 68px;
}

    .tab-alignment-1.active {
        padding-right: 12%;
        text-decoration: none;
        background-color: #148D8BB2;
        color: #EFF5F5;
    }


.ReportText {
    color: #fff !important;
}



.menu-collapsed {
    color: #FFFFFF66;
}
/*
.logout {
    margin-bottom: 97px !important;
}*/

.nav-alignment {
    display: block;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 24px;
    width: 100%;
    height: 100%;
}

.logo {
    font-family: 'Segoe UI Bold';
    font-size: 2.3rem;
    font-weight: 800;
}

.first {
    color: #939598;
}

.second {
    color: #148D8B;
}

.user-pic > img {
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
}

.user-profile {
    padding-right: 67px;
    gap: 13px;
}

.name {
    font-weight: 400;
    font-size: 1rem;
    color: #48505E;
}

.options {
    border: none;
    padding: 8px 0px 12px 0px;
}

    .options .menu-collapsed {
        text-decoration: none;
    }

.role {
    font-weight: 400;
    font-size: 1rem;
    color: #5D6679;
}

.static-bg {
    background: #282F35;
}

nav.nav-topbar {
    height: 70px;
}

.top-bar {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 24px;
}

    .top-bar .logo {
        width: 266px;
        text-align: center;
    }

.main-container-inner {
    width: 100%;
    height: 100%;
}

    .main-container-inner .header {
        height: 50px;
        font-size: 1.1rem;
        font-weight: 500;
        color: #011222;
        /*padding-bottom: 10px;*/
    }

        .main-container-inner .header .header-title {
            height: 18px;
        }

.fullscreen-button {
    position: absolute;
    right: 2%;
    margin-below: 5px;
}


.modal-body{
    padding: 1.5rem;
}

.modal-body-1 {
    padding-top: 0rem;
    /* padding: 2rem; */
    padding-bottom: 2rem;
}

.modal-content{
    border-radius: 15px;
}

#help-btn {
    background-color: #148D8BB2;
    border: none;
    border-radius: 6px;
}

#helpicon {
    width: 24px;
    height: 24px;
}


#helpmodal{
    border-radius: 15px;
}

.bi{
    margin-right: 12px;
}


.breadcrum {
    color: #B5B5B5;
    font-family: Lexend;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
}
    .breadcrum > a {
        color: #B5B5B5;
    }
        .breadcrum > a:hover {
            color: #383E49;
        }
.main-container-inner .card-container {
    position: relative;
    width: 100%;
    padding: 14.26px 36px 14.26px 36px;
    border-radius: 8px;
    background: #FFFFFF;
    height: calc(100% - 40px);
    overflow: scroll;
}
        .main-container-inner .card-container .ui.segment > .ui.dimmer {
            border-radius: 8px !important;
            background-color: rgba(0, 0, 0, 0.65);
        }
.embed-container {
    height: calc(100% - 40px);
}


.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: unset !important;
}

/* Width and height for the scrollbar */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Track (the area where the scrollbar moves) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    background: transparent;
}

.session-error-img{
    width:10%;
}

/* Handle (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Report View Container */
/*#embedContainer {
    min-width: 100%;
    height: calc(0.50625 * 64vw);*/ /*16:9 aspect ratio */
    /*width: 60%;*/
/*}*/

.ai-img {
    width: 24px;
}
@media screen and (min-width: 1920px) and (max-width: 2560px) {
}
