/**
    Colores beklub
    Azul oscuro: #101820
    Amarillo: #f5be0b
*/

@view-transition {
    navigation: auto;
}

.active-bk {
    background-color: #f5be0bb5;
    color: #ffffff !important;
}

.sup-active-bk {
    background-color: #f5be0b52;
    color: #ffffff52 !important;
}

.logo {
    border: 3px solid #f7f7f7;
    margin: 0 auto;
    padding: 3px;
    width: 300px;
}

.requerido {
    color: #ff0000;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600 !important;
}

.bk-image {
    border-radius: 25%;
}


.bk-sidebar {
    background-color: #101820 !important;
}

.bk-menu-color a {
    color: #f5be0b !important;
}

.bk-card {
    background-color: #f7f7f7 !important;
    color: #101820 !important;
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; */
}

.bk-card h3 {
    font-weight: 600 !important;
}

.bk-btn {
    background-color: #101820;
    color: #f5be0b;
    font-weight: 600 !important;
}

.bk-btn:hover {
    background-color: #101820 !important;
    border-color: #f5be0b;
    color: #f5be0b !important;
    font-weight: 600 !important;
}

.bk-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 20px;
}

.bk-card-img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    padding: 10px;
}

.bk-club-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bk-club-header div {
    display: flex;
    padding: 10px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.bk-club-header>a {
    flex-grow: 0;
}

table .botones {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.bk-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;

}

.bk-row>div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 0;
    margin: 0;
}


.bk-vacio{
    background-color: #efefef;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
