﻿.choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
}

.choices[data-type*="select-one"]:after {
    border-color: #6c757d transparent transparent;
}

.choices__inner {
    min-height: 38px;
    padding: 4px 16px 4px 8px;
}

/* Dark mode styles for Choices.js */
[data-bs-theme="dark"] .choices__inner {
    background-color: #2b2f32;
    border-color: #495057;
    color: #dee2e6;
}

[data-bs-theme="dark"] .choices__list--dropdown {
    background-color: #2b2f32;
    border-color: #495057;
}

[data-bs-theme="dark"] .choices__item--selectable {
    color: #dee2e6;
}

[data-bs-theme="dark"] .choices__item--disabled {
    color: #6c757d;
}

[data-bs-theme="dark"] .choices__input {
    background-color: #2b2f32;
    color: #dee2e6;
}

[data-bs-theme="dark"] .choices[data-type*="select-one"]:after {
    border-color: #dee2e6 transparent transparent;
}

[data-bs-theme="dark"] .choices__item--selectable.is-highlighted {
    background-color: #495057;
    color: #fff;
}

/* Enhanced dark mode styles for Choices.js */
[data-bs-theme="dark"] .choices__list--dropdown .choices__item--selectable {
    color: #dee2e6;
}

    [data-bs-theme="dark"] .choices__list--dropdown .choices__item--selectable.is-highlighted {
        background-color: #495057 !important;
        color: #fff !important;
    }

[data-bs-theme="dark"] .choices__list--dropdown {
    background-color: #2b2f32 !important;
    border-color: #495057 !important;
}

    [data-bs-theme="dark"] .choices__list--dropdown .choices__item {
        background-color: #2b2f32 !important;
    }

@@media screen and (max-width: 769px) {
    .demo, .mode-switch {
        display: none !important;
    }

    .btn-demo {
        padding: 0;
        font-size: 12px;
        width: 135px;
        height: 30px;
    }
}
