.table-club {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table-club td,
.table-club th {
    padding: 0.50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-club thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
}
.table-club tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-club-sm td,
.table-club-sm th {
    padding: 0.3rem;
}
.table-club-bordered {
    border: 1px solid #dee2e6;
}
.table-club-bordered td,
.table-club-bordered th {
    border: 1px solid #dee2e6;
}
.table-club-bordered thead td,
.table-club-bordered thead th {
    border-bottom-width: 2px;
}
.table-club-borderless tbody + tbody,
.table-club-borderless td,
.table-club-borderless th,
.table-club-borderless thead th {
    border: 0;
}
.table-club-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-club-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-club-primary,
.table-club-primary > td,
.table-club-primary > th {
    background-color: #b8daff;
}
.table-club-primary tbody + tbody,
.table-club-primary td,
.table-club-primary th,
.table-club-primary thead th {
    border-color: #7abaff;
}
.table-club-hover .table-club-primary:hover {
    background-color: #9fcdff;
}
.table-club-hover .table-club-primary:hover > td,
.table-club-hover .table-club-primary:hover > th {
    background-color: #9fcdff;
}
.table-club-secondary,
.table-club-secondary > td,
.table-club-secondary > th {
    background-color: #d6d8db;
}
.table-club-secondary tbody + tbody,
.table-club-secondary td,
.table-club-secondary th,
.table-club-secondary thead th {
    border-color: #b3b7bb;
}
.table-club-hover .table-club-secondary:hover {
    background-color: #c8cbcf;
}
.table-club-hover .table-club-secondary:hover > td,
.table-club-hover .table-club-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-club-success,
.table-club-success > td,
.table-club-success > th {
    background-color: #c3e6cb;
}
.table-club-success tbody + tbody,
.table-club-success td,
.table-club-success th,
.table-club-success thead th {
    border-color: #8fd19e;
}
.table-club-hover .table-club-success:hover {
    background-color: #b1dfbb;
}
.table-club-hover .table-club-success:hover > td,
.table-club-hover .table-club-success:hover > th {
    background-color: #b1dfbb;
}
.table-club-info,
.table-club-info > td,
.table-club-info > th {
    background-color: #bee5eb;
}
.table-club-info tbody + tbody,
.table-club-info td,
.table-club-info th,
.table-club-info thead th {
    border-color: #86cfda;
}
.table-club-hover .table-club-info:hover {
    background-color: #abdde5;
}
.table-club-hover .table-club-info:hover > td,
.table-club-hover .table-club-info:hover > th {
    background-color: #abdde5;
}
.table-club-warning,
.table-club-warning > td,
.table-club-warning > th {
    background-color: #ffeeba;
}
.table-club-warning tbody + tbody,
.table-club-warning td,
.table-club-warning th,
.table-club-warning thead th {
    border-color: #ffdf7e;
}
.table-club-hover .table-club-warning:hover {
    background-color: #ffe8a1;
}
.table-club-hover .table-club-warning:hover > td,
.table-club-hover .table-club-warning:hover > th {
    background-color: #ffe8a1;
}
.table-club-danger,
.table-club-danger > td,
.table-club-danger > th {
    background-color: #f5c6cb;
}
.table-club-danger tbody + tbody,
.table-club-danger td,
.table-club-danger th,
.table-club-danger thead th {
    border-color: #ed969e;
}
.table-club-hover .table-club-danger:hover {
    background-color: #f1b0b7;
}
.table-club-hover .table-club-danger:hover > td,
.table-club-hover .table-club-danger:hover > th {
    background-color: #f1b0b7;
}
.table-club-light,
.table-club-light > td,
.table-club-light > th {
    background-color: #fdfdfe;
}
.table-club-light tbody + tbody,
.table-club-light td,
.table-club-light th,
.table-club-light thead th {
    border-color: #fbfcfc;
}
.table-club-hover .table-club-light:hover {
    background-color: #ececf6;
}
.table-club-hover .table-club-light:hover > td,
.table-club-hover .table-club-light:hover > th {
    background-color: #ececf6;
}
.table-club-dark,
.table-club-dark > td,
.table-club-dark > th {
    background-color: #c6c8ca;
}
.table-club-dark tbody + tbody,
.table-club-dark td,
.table-club-dark th,
.table-club-dark thead th {
    border-color: #95999c;
}
.table-club-hover .table-club-dark:hover {
    background-color: #b9bbbe;
}
.table-club-hover .table-club-dark:hover > td,
.table-club-hover .table-club-dark:hover > th {
    background-color: #b9bbbe;
}
.table-club-active,
.table-club-active > td,
.table-club-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-club-hover .table-club-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-club-hover .table-club-active:hover > td,
.table-club-hover .table-club-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-club .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table-club .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-club-dark {
    color: #fff;
    background-color: #343a40;
}
.table-club-dark td,
.table-club-dark th,
.table-club-dark thead th {
    border-color: #454d55;
}
.table-club-dark.table-club-bordered {
    border: 0;
}
.table-club-dark.table-club-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-club-dark.table-club-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-club-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-club-responsive-sm > .table-club-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-club-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-club-responsive-md > .table-club-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-club-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-club-responsive-lg > .table-club-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-club-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-club-responsive-xl > .table-club-bordered {
        border: 0;
    }
}
.table-club-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-club-responsive > .table-club-bordered {
    border: 0;
}
.form-control-club {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control-club {
        transition: none;
    }
}
.form-control-club::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control-club:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control-club::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control-club::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control-club:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control-club::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control-club::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control-club:disabled,
.form-control-club[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control-club:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-club-file,
.form-control-club-range {
    display: block;
    width: 100%;
}