.scrollableContent {
    height: calc(100vh - 13.5em) !important;
}

div.list-group a.list-group-item:first-of-type {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

ul.list-group li {
    padding: 2px 2px 2px 4px;
}

li {
    border-bottom-width: 2px !important;
}
form div.error-message {
    color: red !important;
}
.form-switch .form-check-input {
    margin-left: -2em;
}

.form-check-reverse .form-check-input {
    margin-left: initial;
}

.form-check-reverse label.form-check-label {
    margin-right: -0.5em !important;
}

.border-purple {
    border-color: purple;
}

div.card-body span {
    text-transform: capitalize;
    white-space: nowrap;
}

div.accordion-item h2 {
    background-color: white !important;
}

/*pentru TROOPS*/
.list-group-item.active {
    background-color: var(--bs-list-group-active-bg) !important;
}

.table img {
    width: 32px;
}

.table img:hover {
    transform: scale(4);
    transition: all .2s linear;
}

.troopPasive {
    font-size: smaller;
    /*position: relative;*/
    /*left: -3.6rem;*/
    /*text-align: right;*/
    /*overflow-x: visible;*/
}

.troopPasive img {
    width: 20px;
}
