body {
    background: #eaeffb;
}

.orange {
    color: #ffa726;
}

.green {
    color: #66bb6a;
}

.purple {
    color: #ab47bc;
}

.red {
    color: #ef5350;
}

.blue {
    color: #42a5f5;
}

.border-bottom {
    border-bottom: 1px solid #bbc5db !important;
}

h1 {
    color: #585f6a;
    font-weight: lighter;
}

.datetimes-range {
    font-size: 16px;
    top: -14px;
    position: relative;
}

.datetimes-range input {
    font-size: 16px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    height: 38px;
    border: none;
    width: 240px;
    border-radius: 12px;
    top: 4px;
    position: relative;
}

.datetimes-range span {
    position: relative;
    margin-right: 8px;
    top: 11px;
    color: #6a7491;
}

.dashboard-data {
    border-bottom: 1px solid #bbc5db;
}

.dashboard-icon {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 25px;
}

.dashboard-value {
    vertical-align: middle;
    color: #5b6270;
    font-size: 25px;
    font-weight: bold;
}

.dashboard-label {
    display: block;
    font-size: 12px;
    color: #5b6270;
}

.list-number {
    display: inline-block;
    background: #f95991;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.list-gym {
    display: inline-block;
    vertical-align: middle;
}

.list-gym {
    color: #000000;
    text-decoration: none;
}

.list-gym a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}

.list-gym a span {
    font-size: 15px;
    margin-top: -4px;
}

.list-icon {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 15px;
}

.list-value {
    vertical-align: middle;
    color: #5b6270;
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
}

.list-user {
    background: #fffffd;
    border-radius: 12px;
    display: inline-block;
    color: #a5a7ab;
}

.list-user span {
    font-size: 16px;
    vertical-align: middle;
}

.list-user p {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 36px;
    margin: 0px;
}

.timer {
    line-height: 48px;
    font-size: 18px;
}

.units {
    cursor: pointer;
}

.list-status {
    margin-right: 8px;
    text-align: center;
    cursor: pointer;
}

.list-status, .list-status * {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-status.selected {
    background: #e1e6f3;
    border-radius: 12px;
}

.list-status:last-child {
    margin-right: 0px;
}

.dashboard-status {
    cursor: pointer;
    text-align: center;
    margin-right: 8px;
    padding: 8px;
}

.dashboard-status.selected {
    background: #e1e6f3;
    border-radius: 12px;
}

.hidden {
    display: none;
}

.error {
    color: #db5284;
    text-align: center;
    padding-top: 8px;
    margin: 0px;
}

#multiSelectDropdown {
    background: #8793b2;
    border-color: #8793b2;
    min-width: 330px;
}

.dropdown {
    top: -5px;
    display: inline-block;
    min-width: 330px;
}

.dropdown-menu {
    max-height: 200px;
    overflow: scroll;
    min-width: 330px;
}

.dropdown-menu li {
    padding: 8px;
}

.dropdown-menu li input {
    margin-right: 8px;
    accent-color: #8793b2;
}

#btn-download {
    background: transparent;
    border: none;
    width: 38px;
    height: 38px;
    padding: 0px;
    color: #ffffff;
    background: #8793b2;
    border-radius: 6px;
    top: 6px;
    position: relative;
}

#btn-download span{
    line-height: 38px;
    height: 38px;
    top: -8px;
    position: relative;
}

#txt-search-unit {
    width: 100%;
    height: 38px;
}

.login {
    margin: auto;
    width: 50%;
    border: 1px solid #616b88;
    padding: 32px;
    margin-top: 32px;
    border-radius: 12px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus-visible {
    background-color: #616b88;
    border-radius: var(--bs-border-radius-lg) !important;
    border: none;
}

.btn-primary:disabled {
    background: #bac4da;
}

.input-group-text {
    height: 100%;
    border-radius: var(--bs-border-radius-lg) 0px 0px var(--bs-border-radius-lg);
}

p.user-checkins {
    background: #66bb6a;
    width: 24px;
    border-radius: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
}

.user-checkins-filter {
    text-align: center;
}

.user-checkins-filter p {
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #fafafa;
    padding: 4px;
    cursor: pointer;
}

.user-checkins-filter p.selected {
    background: #e1e6f3;
}