﻿
.badge {
    border-radius: 18px;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
}

/* ── Toastr notifications ────────────────────────────────────────────── */
#toast-container > .toast-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

#toast-container > .toast-error {
    background-color: #dc3545 !important;
    color: #fff !important;
}

#toast-container > .toast-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}

#toast-container > .toast-warning {
    background-color: #ffc107 !important;
    color: #000 !important;
}

#toast-container > .toast {
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 0.8rem;
    font-weight: 500;
}

/* ── Select2 — Bootstrap form-select style ───────────────────────────── */
.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    color: #495057;
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 1rem;
    color: #888;
    margin-right: 8px;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}