body {
    background: #91ebff;
    background: linear-gradient(90deg, rgba(145, 235, 255, 1) 0%, rgba(150, 255, 196, 1) 50%);
}

th, .table > :not(caption) > * > * {
    background-color: transparent;
}

.navbar {
    background-color: #499EAD !important;
}

.form-signin {
    max-width: 400px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.teams-list-item {
    cursor: pointer;
}
.teams-list-item:hover td{
    background-color: #aaa !important;
}

.dropdown-menu {
    background-color: #91ebff;
}

.text-vertical {
    writing-mode: sideways-lr;
}

.border-sum {
    border-top: 5px double black;
}
.nav-item .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
}