.required:after {
    content: ''
}

.required label:before {
    content: '*';
    position: relative;
    font-size: inherit;
    color: var(--bs-danger);
    padding-right: 0.25rem;
    font-weight: 600;
}

.kv-table-header th {
    color: #333333;
}

.text-decoration-underline-dashed {
    padding-bottom: 2px;
    border-bottom: 1px dashed;
}
#tournament-users-list-pjax .grid-view .card-header {
    display: none;
}

#tournament-users-rejected-list-pjax .grid-view .card-header {
    display: none;
}
.gallery-manager {
    border: 0px;
}

.btn-xs {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    border-radius: 0.2rem !important;
    height: auto !important;
    min-height: unset !important;
}
.btn-xs i,
.btn-xs .bi {
    font-size: 0.75rem;
    line-height: 1;
}
.file-preview button {
    border: 0px !important;
}
.file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 10px;
    padding: 4px 5px;
}


[data-bs-theme="dark"] .select2-container--default .select2-selection__rendered {
    color: #fff;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection__placeholder {
    color: #adb5bd;
}

[data-bs-theme="dark"] .select2-dropdown {
    background-color: #212529;
    border-color: #495057;
}

[data-bs-theme="dark"] .select2-results__option {
    color: #fff;
}

[data-bs-theme="dark"] .select2-results__option--highlighted {
    background-color: #0d6efd;
    color: #fff;
}

[data-bs-theme="dark"] .select2-search__field {
    background-color: #212529;
    color: #fff;
    border-color: #495057;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--single {
    background-color: #212529 !important;
    border: 1px solid #495057 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adb5bd !important;
}
[data-bs-theme="dark"] .select2-container .select2-search__field {
    background-color: #212529 !important;
    color: #fff !important;
    border: 1px solid #495057 !important;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--single {
    box-shadow: none !important;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--single {
    background: #212529 !important;
    background-color: #212529 !important;
    color: #fff !important;
    border-color: #495057 !important;
}

[data-bs-theme="dark"] .select2-container--default.select2-container--open .select2-selection--single {
    background-color: #212529 !important;
}

[data-bs-theme="dark"] .select2-container--bootstrap .select2-selection {
    background-color: #212529 !important;
    border-color: #495057 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--bootstrap .select2-selection__rendered {
    color: #fff !important;
}

[data-bs-theme="dark"] .kv-grid-table thead th {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    border-color: var(--bs-border-color);
}
[data-bs-theme="dark"] .kv-grid-table thead td {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .kv-panel-before {
    padding: 10px;
    border-bottom: 1px solid #333;
}
[data-bs-theme="dark"] .kv-panel-after {
    padding: 10px;
    border-top: 1px solid #333;
}
.form-control {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.kv-grid-table * .form-control {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.poll {
    list-style: none;
    padding-left: 30px;
    margin: 0;
}

.poll li {
    margin-bottom: 0.5rem;
}

.poll input[type="radio"] {
    margin-right: 10px;
}
.poll-results {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
}