﻿.mds-field {
    margin-bottom: 1.25rem;
}

.mds-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #344767;
}

.mds-hint {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.75rem;
    color: #6c757d;
}

.mds-select-shell {
    position: relative;
}

.mds-select-icon-box {
    position: absolute;
    top: 50%;
    left: 0.85rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: var(--bs-secondary);
    border: 1px solid #e9ecef;
    z-index: 10;
    pointer-events: none;
    transition: all 0.2s ease;
}

.mds-select-icon-box i {
    font-size: 0.95rem;
    line-height: 1;
}

.mds-search-select {
    width: 100%;
}

.mds-select-shell .mds-search-select.form-select:not(.select2-hidden-accessible) {
    min-height: 50px;
    border-radius: 0.85rem;
    border: 1px solid #d7dee7;
    background-color: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    padding: 0.75rem 2.8rem 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #344767;
    transition: all 0.2s ease;
}

.mds-select-shell.has-icon
    .mds-search-select.form-select:not(.select2-hidden-accessible) {
    padding-left: 3.55rem;
}

.mds-select-shell
    .mds-search-select.form-select:not(.select2-hidden-accessible):hover {
    border-color: var(--bs-secondary);
}

.mds-select-shell
    .mds-search-select.form-select:not(.select2-hidden-accessible):focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.04);
}

.mds-select-shell
    .mds-search-select.form-select:not(.select2-hidden-accessible):disabled {
    background-color: #f8f9fa;
    color: #98a2b3;
    box-shadow: none;
}

.mds-select-shell.has-error
    .mds-search-select.form-select:not(.select2-hidden-accessible) {
    border-color: #dc3545;
}

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

.select2-container--default .select2-selection--single {
    height: 50px !important;
    border-radius: 0.85rem !important;
    border: 1px solid #d7dee7 !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    padding: 0 2.8rem 0 1rem !important;
    display: flex !important;
    align-items: center;
    transition: all 0.2s ease;
}

.mds-select-shell.has-icon
    .select2-container--default
    .select2-selection--single {
    padding-left: 3.55rem !important;
}

.select2-container--default .select2-selection--single:hover {
    border-color: var(--bs-secondary) !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.04) !important;
}

.mds-select-shell.is-disabled .mds-select-icon-box {
    color: #98a2b3;
    border-color: #e6ebf2;
    background: #f8fafc;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #f8fafc !important;
    border-color: #e6ebf2 !important;
    color: #98a2b3 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single:hover {
    border-color: #e6ebf2 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    color: #98a2b3 !important;
    border-top-color: #98a2b3 !important;
}

.mds-select-shell:focus-within .mds-select-icon-box {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background: #fff;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 48px !important;
    font-size: 0.9rem;
    font-weight: 500;
    color: #344767 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #9aa4b2 !important;
    font-weight: 400;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 48px !important;
    right: 0.9rem !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #98a2b3 transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
}

.select2-dropdown {
    border: 1px solid #e7ebf0 !important;
    border-radius: 0.9rem !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.select2-search--dropdown {
    padding: 0.75rem;
    background: #fff;
    border-bottom: 1px solid #f1f4f8;
}

.select2-search--dropdown .select2-search__field {
    height: 42px;
    border-radius: 0.75rem !important;
    border: 1px solid #d7dee7 !important;
    background: #fff;
    padding: 0.65rem 0.85rem !important;
    font-size: 0.875rem;
    color: #344767;
    outline: none;
    transition: all 0.2s ease;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: none !important;
}

.select2-results__options {
    padding: 0.45rem;
}

.select2-container--default .select2-results__option {
    padding: 0.75rem 0.85rem;
    border-radius: 0.7rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: #344767;
    transition: all 0.15s ease;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: #f8f9fa !important;
    color: var(--bs-primary) !important;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: color-mix(in srgb, var(--bs-primary) 10%, #fff) !important;
    color: var(--bs-primary) !important;
    font-weight: 600;
}

.select2-container--default
    .select2-results__option--selected.select2-results__option--highlighted,
.select2-container--default
    .select2-results__option--selected.select2-results__option--highlighted[aria-selected] {
    background: color-mix(in srgb, var(--bs-primary) 14%, #fff) !important;
    color: var(--bs-primary) !important;
}

.mds-select-shell.has-error
    .select2-container--default
    .select2-selection--single {
    border-color: #dc3545 !important;
}

.invalid-feedback.d-block {
    margin-top: 0.45rem;
    font-size: 0.75rem;
}

[data-bs-theme="dark"] .mds-label {
    color: #f8f9fa;
}

[data-bs-theme="dark"] .mds-hint {
    color: #98a2b3;
}

[data-bs-theme="dark"] .mds-select-icon-box {
    background: #151b2b;
    color: #d0d5dd;
    border-color: #344054;
}

[data-bs-theme="dark"]
    .mds-select-shell
    .mds-search-select.form-select:not(.select2-hidden-accessible) {
    background: #1f2637;
    border-color: #344054;
    box-shadow: none;
    color: #f8f9fa;
}

[data-bs-theme="dark"]
    .mds-select-shell
    .mds-search-select.form-select:not(.select2-hidden-accessible):hover {
    border-color: #475467;
}

[data-bs-theme="dark"]
    .mds-select-shell
    .mds-search-select.form-select:not(.select2-hidden-accessible):focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.03);
}

[data-bs-theme="dark"]
    .mds-select-shell
    .mds-search-select.form-select:not(.select2-hidden-accessible):disabled {
    background: #151b2b;
    color: #98a2b3;
}

[data-bs-theme="dark"]
    .mds-select-shell.has-error
    .mds-search-select.form-select:not(.select2-hidden-accessible) {
    border-color: #dc3545;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--single {
    background: #1f2637 !important;
    border-color: #344054 !important;
    box-shadow: none !important;
}

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

[data-bs-theme="dark"]
    .select2-container--default.select2-container--focus
    .select2-selection--single,
[data-bs-theme="dark"]
    .select2-container--default.select2-container--open
    .select2-selection--single {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.03) !important;
}

[data-bs-theme="dark"] .mds-select-shell:focus-within .mds-select-icon-box {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background: #151b2b;
}

[data-bs-theme="dark"] .mds-select-shell.is-disabled .mds-select-icon-box {
    color: #8ea0bc;
    border-color: #344054;
    background: #151b2b;
}

[data-bs-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--single {
    background: #151b2b !important;
    border-color: #344054 !important;
    color: #8ea0bc !important;
}

[data-bs-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--single:hover {
    border-color: #344054 !important;
}

[data-bs-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
[data-bs-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
[data-bs-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    color: #8ea0bc !important;
    border-top-color: #8ea0bc !important;
}

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

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

[data-bs-theme="dark"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #98a2b3 transparent transparent transparent !important;
}

[data-bs-theme="dark"] .select2-dropdown {
    background: #1f2637 !important;
    border-color: #344054 !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

[data-bs-theme="dark"] .select2-search--dropdown {
    background: #1f2637;
    border-bottom-color: #2a3343;
}

[data-bs-theme="dark"] .select2-search--dropdown .select2-search__field {
    background: #151b2b;
    border-color: #344054 !important;
    color: #f8f9fa;
}

[data-bs-theme="dark"]
    .select2-search--dropdown
    .select2-search__field::placeholder {
    color: #98a2b3;
}

[data-bs-theme="dark"] .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .select2-results__options {
    background: #1f2637;
}

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

[data-bs-theme="dark"]
    .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: #151b2b !important;
    color: var(--bs-primary) !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-results__option--selected,
[data-bs-theme="dark"]
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background: color-mix(in srgb, var(--bs-primary) 16%, #151b2b) !important;
    color: #f8f9fa !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-results__option--selected.select2-results__option--highlighted,
[data-bs-theme="dark"]
    .select2-container--default
    .select2-results__option--selected.select2-results__option--highlighted[aria-selected] {
    background: color-mix(in srgb, var(--bs-primary) 22%, #151b2b) !important;
    color: #f8f9fa !important;
}

[data-bs-theme="dark"]
    .mds-select-shell.has-error
    .select2-container--default
    .select2-selection--single {
    border-color: #dc3545 !important;
}
