#title {
    padding: 0 0 0 0;
    margin-bottom: 0;
}

#message {
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0 0 0 0;
}

#appsource {
    padding-left: 10px;
}

#switches {
    min-width: 40%;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
}

#switches div {
    flex-direction: column;
    align-items: start;
    padding: 0 24px;
}

#switches div p {
    width:fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: large;
    padding: 14px 0 0 0;
}

fluent-switch {
    flex-direction: row;
    width: fit-content;
    padding: 0 14px;
}

fluent-switch span {
    font-size: medium;
}

.fluent-switch-options {
    display: flex;
    flex-direction: row;
}

#stats2 {
    width: fit-content;
    min-width: 50%;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#statsgrid2 {
    border-collapse: collapse;
    width: 20%;
    margin: 10pt;
}

#statsgrid2 td {
    border: none;
    padding: 5px 5px;
    text-align: left;
    border-color: white;
    white-space: nowrap;
}

#statsgrid2 td:first-child {
    width: fit-content;
    padding: 5px 0;
    text-align: left;
}

#addlicences {
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-items: flex-start;
    margin-right: auto;
    margin-left: 40px;
}

#addlicences div {
    align-items:center;
    flex-direction: row;
    padding: 5%;
}

#table-container {
    display: none;
    min-height: fit-content;
    max-width: 100%;
    overflow: auto;
}

#users {
    border-collapse: collapse;
}

#users tr {
    border: none;
    border-color: white;
    border-bottom: solid white 1px;
}
#users td, th{
    padding: 5px 20px;
}

fluent-badge {
    --badge-fill-primary: #00FF00;
    --badge-fill-danger: #FF0000;
    --badge-color-light: #FFFFFF;
    --badge-color-dark: #000000;
}

#error_message {
    color: red;
}