
.logo{
    height: 35px;
    width: 35px;
}

table {
    width: 100vw;
    table-layout: fixed;
}

td, th {
    overflow: hidden;
    text-overflow: ellipsis;
}

table.caption-top caption {
    caption-side: top;
}

.navbar-nav .nav-link {
    color: white;
}

.navbar-nav .nav-link:hover {
    color: #f8f9fa;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:hover {
    background-color: transparent;
}

.navbar-toggler-icon {
    background-color: transparent;
    color: white;
}

.profile-img{
    border: 2px solid white;
    background-color: white;
}



.btn-achievement{
    background-color: gold;
    color: black;
}

.btn-achievement:hover {
    background-color: goldenrod;
    color: black;
}
.opwaarderen {
    background: darkcyan;
}

.switch-container { display: flex; align-items: center; flex-direction: column; }
.switch {
    position: relative;
    width: 120px;
    height: 40px;
    background: #ccc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.switch-ball {
    position: absolute;
    width: 35px;
    height: 35px;
    background: saddlebrown;
    border-radius: 50%;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}
.dc_stam{
    color: #15405e !important;
}
.jvb_stam{
    color: darkgreen !important;
}