.loginpanel {
    border-radius: 10px;
    background-color: #ffffffaa;

}

.loginbutton {
    border-radius: 10px;
    background-color: #ff861b;
    color: #ffffff;
    border-width: 0px;
    font-size: 15px;
}

.edit {
    border-radius: 5px;
    background-color: #ffffff33;
    border-width: 0px;
    font-size: 15px;
}

body {
    overflow-x: hidden;
}
.sidebar {
    z-index:100;
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: #343a40;
    padding-top: 20px;
    transition: 0.3s;
}


.sidebar button {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    font-size: 18px;
    color: white;
    background-color: #343a40;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

.sidebar button:hover {
    background-color: #6c757d;
}

.sidebar button i {
    margin-left: 10px;
    margin-right:20px;
    font-size: 24px;
    position:relative;
    top:5px;
}


.menu-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    z-index: 1000;
}

.close-btn {
    margin-top: 10px !important;
    width:auto !important;
    height:auto !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    font-size: 24px !important;
    background: none !important;
    border: none !important;
    color: white !important;
    border-radius: 0px !important;
}

.button-left-align {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important; /* Abstand zwischen Icon und Text */
    padding-left: 10px !important;
}

.userlabel {
    font-weight: bold !important;  /* Fetter Text */
    font-size: 20px !important;    /* Schriftgröße 20px */
    color: white !important;       /* Weiße Schriftfarbe */
    text-align: right !important;  /* Rechtsbündige Ausrichtung */
}

.userlabel td:nth-child(2) {
    display: flex;
    align-items: center;
}

.chart-responsive {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
}

.standingstile {
    height: auto !important;
    overflow: visible !important;
}

.pntilecontent {
    box-shadow: 10px 10px 15px silver !important;
    border-radius: 25px !important;
}

.tabulator-header, .tabulator-cell {
    font-size: 18px;
}

.tabulator .tabulator-row:nth-child(odd) {
    background-color: #bdd9ff; /* Hellgrau für ungerade Zeilen */
}

.tabulator .tabulator-row:nth-child(even) {
    background-color: #ffffff; /* Weiß für gerade Zeilen */
}

.tabulator .tabulator-row:hover {
    background-color: #98c3ff;
}

.tabulator {
    background-color: #ffffff;
}




