.select2-container {
    width: 100% !important;
}

.bascula-ticket-form .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 7px 38px 7px 12px !important;
    font-size: 15px !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.bascula-ticket-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
    color: #0f172a !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bascula-ticket-form .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #94a3b8 !important;
    text-decoration: none !important;
}

.bascula-ticket-form .select2-container--default.select2-container--focus .select2-selection--single,
.bascula-ticket-form .select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #14b8a6 !important;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, .12) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 18px !important;
    color: #0f172a !important;
    font-weight: 900 !important;
}

.bascula-ticket-form .has-error .select2-container--default .select2-selection--single {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .08) !important;
}

.bascula-ticket-form .select2-container--default.select2-container--disabled .select2-selection--single {
    background: #f8fafc !important;
    color: #64748b !important;
    cursor: not-allowed !important;
}

.select2-dropdown {
    border-radius: 14px;
    border: 1px solid #d1d5db;
    overflow: hidden;
    z-index: 2050;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 10px;
    border: 1px solid #d1d5db;
    padding: 8px 10px;
    outline: none;
}

.select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0f766e;
}
