.card {
    box-shadow: 0 0 5px #DDDDDD;
}
.card-header {
    border-bottom: 1px solid #DDDDDD;
}
.card-footer {
    border-top: 1px solid #DDDDDD;
}
.image-input img {
    max-width: 100%;
    height: 15vh;
    object-fit: contain;
    aspect-ratio: 1;
}
input[type="file"] {
    border-bottom: 1px solid;
    padding: 0.5rem;
    cursor: pointer;
    width: 100%;
}
#teamParticipantsPermissions > div[class^="col-"]:first-of-type {
    position: sticky;
    top: 0;
}
#teamParticipantsPermissions > div[class^="col-"]:last-of-type {
    max-height: 50vh;
    overflow: auto;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}
.symbol .symbol-label {
    width: 50px;
    height: 50px;
}
.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px;
}
td {
    font-weight: 400;
}
*::-webkit-scrollbar {
    height: 5px;
}
table.dataTable {
    margin: 0;
}
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    border-bottom: 1px solid #000000;
}
.table > :not(:first-child) {
    border: none;
}
table.dataTable > tbody > tr {
    border-bottom: 1px solid #CCCCCC;
}
.participant img {
    aspect-ratio: 1;
    object-fit: contain;
}
.tagify__input[role="textbox"] {
    padding: var(--tag-pad);
}