@charset "UTF-8";

th div {
    justify-content: center;
}

.btn {
    border-radius: 10px;
}

.btn-primary {
    color: red;
    background: purple;
}

.justify-content-center {
    justify-content: center;
}

.align-items-baseline {
    justify-content: center;
}

.link {
    text-decoration: underline;
}

.link:hover {
    background: #007bff;
}

.btn-fix {
    max-width: 125px;
}

#tab-club-details fieldset div legend,
#tab-club-games fieldset div legend,
#tab-by-sessions fieldset div legend,
#tab-by-games fieldset div legend,
#tab-by-logins fieldset div legend
{
    padding: 0 !important;
    margin: 0 !important;
}

#tab-club-details fieldset div.col-12 fieldset div.bg-white {
    padding-top: 0 !important;
}

.bg-white a, .dropzone .dz-preview a, .dropzone-wrapper .dz-preview a, .editor-preview-side a, .layout a {
    border-radius: 10px;
    padding: 3px 6px;
    transition: 0.1s;
}

.layout-wrapper .justify-content-end .form-group,
.layout-wrapper .justify-content-end div .form-group a.btn {
    height: 100%;
}

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.form-control.partner-id,
.form-control.api-token {
    background: #fff none !important;
    color: #1c2b36 !important;
}

.form-control.api-token {
    cursor: pointer;
    ;
}
