/* ── Select2 Theme ── */
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 40px;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    background-color: #fff;
    font-size: 0.875rem;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #495057;
    padding-left: 12px;
    padding-right: 30px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    line-height: 38px;
    color: #495057;
    padding-left: 12px;
    padding-right: 30px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 1px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 8px;
    min-height: 38px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #58ba2c;
    outline: 0;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border-color: #58ba2c;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #58ba2c;
    border: 1px solid #58ba2c;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "Figtree";
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    font-family: "Figtree";
    color: white;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #58ba2c;
    outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
    border-color: #58ba2c;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #58ba2c;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border-color: #58ba2c;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #58ba2c;
}

/* ── Avatars ── */
.avatar-68 {
    width: 68px;
    height: 68px;
    object-fit: cover;
}

.avatar-72 {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.avatar-90 {
    width: 90px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
}

.avatar-110 {
    width: 110px;
    height: 110px;
    object-fit: cover;
    cursor: pointer;
}

/* ── Avatar edit button ── */
.avatar-edit-btn {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.avatar-edit-btn-sm {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

/* ── Card icon (small inline icons) ── */
.card-icon {
    font-size: 11px;
    width: 16px;
    flex-shrink: 0;
}

/* ── Badge sizes ── */
.badge-xs {
    font-size: 9px;
}

.badge-green {
    background: #58ba2c;
}

/* ── Candidate name in card ── */
.candidate-name {
    font-size: 13px;
}

/* ── Empty state icon ── */
.icon-3xl {
    font-size: 3rem;
}

/* ── Camera icon ── */
.icon-camera {
    font-size: 12px;
}

/* ── Crop modal ── */
.modal-crop {
    max-width: 480px;
}

.crop-body {
    background: #1a1a1a;
    min-height: 300px;
}

.crop-img {
    max-width: 100%;
    display: block;
}

/* ── Logo ── */
.logo-sm {
    height: 36px;
}