.btn-menu-link {
    background-color: transparent;
    border: none;
    position: relative;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 7px;
}

    .btn-menu-link:hover {
        text-decoration: underline;
        color: #fff;
    }

.lang-s {
    border: none;
}

.link-add-a,
.link-print-a {
    color: #fff !important;
    border: none;
    width: auto;
}

.btns-table-component {
    display:flex;
    gap: 5px;
}

.avatar-image {
    background-image: none;
    width: 97px;
    height: 97px;
    object-fit: cover;
}

.sub-tree-table {
    background-color: #f2f3f8;
}

.modal-body { 
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.modal-body-CreatePlayer {
    padding: 20px;
}
