.club-manager-left-column {
    width: 20%;
    background-color: #f8f9fa;
    height: 100vh;
    padding-right: 10px;
    padding-top: 15px;
}

.club-manager-right-column {
    width: 80%;
    height: 92vh;
}

/* Ẩn giao diện chính khi ở chế độ điện thoại */
.club-manager-main-content {
    display: flex;
}

.club-manager-mobile-message {
    display: none;
}

@media (max-width: 768px) {
    .club-manager-main-content {
        display: none; /* Ẩn giao diện chính */
    }

    .club-manager-mobile-message {
        display: block; /* Hiển thị thông báo ở chế độ điện thoại */
        text-align: center;
        margin-top: 20%;
    }
}

.club-manager-search-box {
    max-width: 500px;
    margin-bottom: 20px;
}
.club-manager-search-box .form-control {
    /*border-radius: 25px 0 0 25px;*/
    box-shadow: none;
}
.club-manager-search-box .btn {
    /*border-radius: 0 25px 25px 0;*/
    background-color: #007bff;
    color: white;
}


.club-manager-add-club {
    width: 100%;
}

.club-manager-add-club .btn {
    /*border-radius: 0 25px 25px 0;*/
    background-color: #007bff;
    color: white;
}
