/* ==========================================================================
   RiseSuite Custom Master Stylesheet
   Modüler Mimari: Base, Light ve Dark stilleri otomatik olarak yükler.
   ========================================================================== */

@import "custom-style-base.css";
@import "custom-style-light.css";
@import "custom-style-dark.css";

/* ==========================================================================
   Dark Mode Form Kontrolleri & Çerçeveler (Net & Belirgin Sınırlar)
   ========================================================================== */
body.color-1E202D .general-form .form-control,
body.color-1E202D .form-control,
body.color-1E202D_old .general-form .form-control,
body.color-1E202D_old .form-control,
body[data-color*="1E202D"] .general-form .form-control,
body[data-color*="1E202D"] .form-control,
body.dark .general-form .form-control,
body.dark .form-control,
[data-theme="dark"] .general-form .form-control,
[data-theme="dark"] .form-control,
.color-1E202D .form-control,
.color-1E202D .general-form .form-control {
    background-color: #20242C !important;
    border: 1px solid #4a5368 !important;
    border-color: #4a5368 !important;
    color: #cccccc !important;
}

body.color-1E202D .general-form .form-control:focus,
body.color-1E202D .form-control:focus,
body.color-1E202D_old .general-form .form-control:focus,
body.color-1E202D_old .form-control:focus,
body[data-color*="1E202D"] .general-form .form-control:focus,
body[data-color*="1E202D"] .form-control:focus,
body.dark .general-form .form-control:focus,
body.dark .form-control:focus,
[data-theme="dark"] .general-form .form-control:focus,
[data-theme="dark"] .form-control:focus,
.color-1E202D .form-control:focus,
.color-1E202D .general-form .form-control:focus {
    background-color: #1E2028 !important;
    border-color: #5b73e8 !important;
    box-shadow: 0 0 0 1px #5b73e8 !important;
}

body.color-1E202D .select2-container .select2-choice,
body.color-1E202D .select2-container .select2-choices,
body.color-1E202D_old .select2-container .select2-choice,
body.color-1E202D_old .select2-container .select2-choices,
body[data-color*="1E202D"] .select2-container .select2-choice,
body[data-color*="1E202D"] .select2-container .select2-choices,
body.dark .select2-container .select2-choice,
body.dark .select2-container .select2-choices,
[data-theme="dark"] .select2-container .select2-choice,
[data-theme="dark"] .select2-container .select2-choices,
.color-1E202D .select2-container .select2-choice,
.color-1E202D .select2-container .select2-choices {
    background: #20242C !important;
    border: 1px solid #4a5368 !important;
    border-color: #4a5368 !important;
    color: #cccccc !important;
}

body.color-1E202D .select2-container-active .select2-choice,
body.color-1E202D .select2-container-multi.select2-container-active .select2-choices,
body.color-1E202D_old .select2-container-active .select2-choice,
body[data-color*="1E202D"] .select2-container-active .select2-choice,
body.dark .select2-container-active .select2-choice,
[data-theme="dark"] .select2-container-active .select2-choice,
.color-1E202D .select2-container-active .select2-choice {
    border-color: #5b73e8 !important;
    box-shadow: 0 0 0 1px #5b73e8 !important;
}

body.color-1E202D .select2-drop,
body.color-1E202D_old .select2-drop,
body[data-color*="1E202D"] .select2-drop,
body.dark .select2-drop,
[data-theme="dark"] .select2-drop,
.color-1E202D .select2-drop {
    background: #20242C !important;
    border: 1px solid #4a5368 !important;
    border-color: #4a5368 !important;
    color: #cccccc !important;
}

body.color-1E202D .select2-search input,
body.color-1E202D_old .select2-search input,
body[data-color*="1E202D"] .select2-search input,
body.dark .select2-search input,
[data-theme="dark"] .select2-search input,
.color-1E202D .select2-search input {
    background: #1E2028 !important;
    border: 1px solid #4a5368 !important;
    border-color: #4a5368 !important;
    color: #cccccc !important;
}

/* ==========================================================================
   Açık Temalar Form Kontrolleri (Form Zemininden Daha Koyu Alan İçi & Çerçeve)
   ========================================================================== */
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form .form-control,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .form-control,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form.white .form-control {
    background-color: #EEF2F6 !important;
    border: 1px solid #CBD5E1 !important;
    border-color: #CBD5E1 !important;
    color: #334155 !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form .form-control:focus,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .form-control:focus,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form.white .form-control:focus {
    background-color: #FFFFFF !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
}

body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .select2-container .select2-choice,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .select2-container .select2-choices,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form.white .select2-container .select2-choice {
    background: #EEF2F6 !important;
    background-color: #EEF2F6 !important;
    border: 1px solid #CBD5E1 !important;
    border-color: #CBD5E1 !important;
    color: #334155 !important;
}

/* Select2 dahili arama inputunun kutu içinde ikinci bir çerçeveli kutu/input gibi görünmesini engelle */
.select2-container .select2-choices .select2-search-field input,
.select2-container-multi .select2-choices .select2-search-field input,
.input-group > .select2-container .select2-choices .select2-search-field input {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .select2-container-active .select2-choice,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .select2-container-multi.select2-container-active .select2-choices {
    background-color: #FFFFFF !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
}

body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .input-group-text,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form .input-group-addon {
    background-color: #E2E8F0 !important;
    border-color: #CBD5E1 !important;
    color: #475569 !important;
}

/* ==========================================================================
   Salt Okunur Sistem Alanları (id, created_at, created_by, _automation_phase)
   Zeminle Birebir Aynı / Saydam İç Renk, Kesiksiz Solid Çerçeve, Label Görünümü
   (Tam İsim Eşleşmesi: Sadece id, created_at, created_by, _automation_phase)
   ========================================================================== */
.form-control.field-readonly,
.general-form .form-control.field-readonly,
.general-form input[name="id"][readonly],
.general-form input[name="id_readonly"],
.general-form input[name="id_display"][readonly],
.general-form input[id="id"][readonly],
.general-form input[id^="id_"][readonly],
.general-form input[id^="id-"][readonly],
.general-form input[id^="id_display_"][readonly],
.general-form input[id^="id_display-"][readonly],
.general-form input[name="created_at"],
.general-form input[name="created_at_readonly"],
.general-form input[id="created_at"],
.general-form input[id^="created_at_"],
.general-form input[id^="created_at-"],
.general-form input[name="created_by"],
.general-form input[name="created_by_readonly"],
.general-form input[id="created_by"],
.general-form input[id^="created_by_"],
.general-form input[id^="created_by-"],
.general-form input[name="_automation_phase"],
.general-form input[name="_automation_phase_readonly"],
.general-form input[name="automation_phase"],
.general-form input[id="_automation_phase"],
.general-form input[id^="_automation_phase_"],
.general-form input[id^="_automation_phase-"],
.general-form input[id="automation_phase"],
.general-form input[id^="automation_phase_"],
.general-form input[id^="automation_phase-"],
.general-form input[name="status_code_readonly"],
.general-form input[id="status_code_readonly"],
.general-form input[id^="status_code_readonly_"],
.general-form input[id^="status_code_readonly-"] {
    background-color: transparent !important;
    background: transparent !important;
    color: #8c93a0 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* Koyu Mod Readonly Çerçeve */
body.color-1E202D .form-control.field-readonly,
body.color-1E202D .general-form .form-control.field-readonly,
body.color-1E202D .general-form input[name="id"][readonly],
body.color-1E202D .general-form input[name="id_readonly"],
body.color-1E202D .general-form input[name="id_display"][readonly],
body.color-1E202D .general-form input[id="id"][readonly],
body.color-1E202D .general-form input[id^="id_"][readonly],
body.color-1E202D .general-form input[id^="id-"][readonly],
body.color-1E202D .general-form input[id^="id_display_"][readonly],
body.color-1E202D .general-form input[id^="id_display-"][readonly],
body.color-1E202D .general-form input[name="created_at"],
body.color-1E202D .general-form input[name="created_at_readonly"],
body.color-1E202D .general-form input[id="created_at"],
body.color-1E202D .general-form input[id^="created_at_"],
body.color-1E202D .general-form input[id^="created_at-"],
body.color-1E202D .general-form input[name="created_by"],
body.color-1E202D .general-form input[name="created_by_readonly"],
body.color-1E202D .general-form input[id="created_by"],
body.color-1E202D .general-form input[id^="created_by_"],
body.color-1E202D .general-form input[id^="created_by-"],
body.color-1E202D .general-form input[name="_automation_phase"],
body.color-1E202D .general-form input[name="_automation_phase_readonly"],
body.color-1E202D .general-form input[name="automation_phase"],
body.color-1E202D .general-form input[id="_automation_phase"],
body.color-1E202D .general-form input[id^="_automation_phase_"],
body.color-1E202D .general-form input[id^="_automation_phase-"],
body.color-1E202D .general-form input[id="automation_phase"],
body.color-1E202D .general-form input[id^="automation_phase_"],
body.color-1E202D .general-form input[id^="automation_phase-"],
body.color-1E202D .general-form input[name="status_code_readonly"],
body.color-1E202D .general-form input[id="status_code_readonly"],
body.color-1E202D .general-form input[id^="status_code_readonly_"],
body.color-1E202D .general-form input[id^="status_code_readonly-"],
[data-theme="dark"] .form-control.field-readonly,
[data-theme="dark"] .general-form .form-control.field-readonly,
[data-theme="dark"] .general-form input[name="id"][readonly],
[data-theme="dark"] .general-form input[name="id_readonly"],
[data-theme="dark"] .general-form input[name="id_display"][readonly],
[data-theme="dark"] .general-form input[id="id"][readonly],
[data-theme="dark"] .general-form input[id^="id_"][readonly],
[data-theme="dark"] .general-form input[id^="id-"][readonly],
[data-theme="dark"] .general-form input[id^="id_display_"][readonly],
[data-theme="dark"] .general-form input[id^="id_display-"][readonly],
[data-theme="dark"] .general-form input[name="created_at"],
[data-theme="dark"] .general-form input[name="created_at_readonly"],
[data-theme="dark"] .general-form input[id="created_at"],
[data-theme="dark"] .general-form input[id^="created_at_"],
[data-theme="dark"] .general-form input[id^="created_at-"],
[data-theme="dark"] .general-form input[name="created_by"],
[data-theme="dark"] .general-form input[name="created_by_readonly"],
[data-theme="dark"] .general-form input[id="created_by"],
[data-theme="dark"] .general-form input[id^="created_by_"],
[data-theme="dark"] .general-form input[id^="created_by-"],
[data-theme="dark"] .general-form input[name="_automation_phase"],
[data-theme="dark"] .general-form input[name="_automation_phase_readonly"],
[data-theme="dark"] .general-form input[name="automation_phase"],
[data-theme="dark"] .general-form input[id="_automation_phase"],
[data-theme="dark"] .general-form input[id^="_automation_phase_"],
[data-theme="dark"] .general-form input[id^="_automation_phase-"],
[data-theme="dark"] .general-form input[id="automation_phase"],
[data-theme="dark"] .general-form input[id^="automation_phase_"],
[data-theme="dark"] .general-form input[id^="automation_phase-"],
[data-theme="dark"] .general-form input[name="status_code_readonly"],
[data-theme="dark"] .general-form input[id="status_code_readonly"],
[data-theme="dark"] .general-form input[id^="status_code_readonly_"],
[data-theme="dark"] .general-form input[id^="status_code_readonly-"],
body.dark .form-control.field-readonly,
body.dark .general-form .form-control.field-readonly,
body.dark .general-form input[name="id"][readonly],
body.dark .general-form input[name="id_readonly"],
body.dark .general-form input[name="id_display"][readonly],
body.dark .general-form input[id="id"][readonly],
body.dark .general-form input[id^="id_"][readonly],
body.dark .general-form input[id^="id-"][readonly],
body.dark .general-form input[id^="id_display_"][readonly],
body.dark .general-form input[id^="id_display-"][readonly],
body.dark .general-form input[name="created_at"],
body.dark .general-form input[name="created_at_readonly"],
body.dark .general-form input[id="created_at"],
body.dark .general-form input[id^="created_at_"],
body.dark .general-form input[id^="created_at-"],
body.dark .general-form input[name="created_by"],
body.dark .general-form input[name="created_by_readonly"],
body.dark .general-form input[id="created_by"],
body.dark .general-form input[id^="created_by_"],
body.dark .general-form input[id^="created_by-"],
body.dark .general-form input[name="_automation_phase"],
body.dark .general-form input[name="_automation_phase_readonly"],
body.dark .general-form input[name="automation_phase"],
body.dark .general-form input[id="_automation_phase"],
body.dark .general-form input[id^="_automation_phase_"],
body.dark .general-form input[id^="_automation_phase-"],
body.dark .general-form input[id="automation_phase"],
body.dark .general-form input[id^="automation_phase_"],
body.dark .general-form input[id^="automation_phase-"],
body.dark .general-form input[name="status_code_readonly"],
body.dark .general-form input[id="status_code_readonly"],
body.dark .general-form input[id^="status_code_readonly_"],
body.dark .general-form input[id^="status_code_readonly-"] {
    background-color: transparent !important;
    background: transparent !important;
    border: 1px solid #4a5368 !important;
    border-color: #4a5368 !important;
    color: #8c93a0 !important;
}

/* Açık Mod Readonly Çerçeve */
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .form-control.field-readonly,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form .form-control.field-readonly,
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="id"][readonly],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="id_readonly"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="id_display"][readonly],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id="id"][readonly],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="id_"][readonly],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="id-"][readonly],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="id_display_"][readonly],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="id_display-"][readonly],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="created_at"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="created_at_readonly"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id="created_at"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="created_at_"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="created_at-"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="created_by"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="created_by_readonly"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id="created_by"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="created_by_"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="created_by-"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="_automation_phase"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="_automation_phase_readonly"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="automation_phase"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id="_automation_phase"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="_automation_phase_"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="_automation_phase-"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id="automation_phase"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="automation_phase_"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="automation_phase-"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[name="status_code_readonly"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id="status_code_readonly"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="status_code_readonly_"],
body:not(.color-1E202D):not(.color-1E202D_old):not([data-color*="1E202D"]):not(.dark):not([data-theme="dark"]) .general-form input[id^="status_code_readonly-"] {
    background-color: transparent !important;
    background: transparent !important;
    border: 1px solid #CBD5E1 !important;
    border-color: #CBD5E1 !important;
    color: #8c93a0 !important;
}

/* ==========================================================================
   Select2 Multi-Select Tag Pills & Close ("X") Buttons (All Themes)
   ========================================================================== */
.select2-container-multi .select2-choices .select2-search-choice,
.select2-search-choice {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 2px 4px 2px 0 !important;
    padding: 2px 24px 2px 8px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    box-shadow: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice div {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.select2-container-multi .select2-search-choice-close,
.select2-search-choice-close,
a.select2-search-choice-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 4px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    color: #6c757d !important;
    background: none !important;
    background-image: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10 !important;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close::after,
.select2-container-multi .select2-search-choice-close::after,
.select2-search-choice-close::after,
a.select2-search-choice-close::after {
    content: "×" !important;
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #6c757d !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-search-choice-close:hover,
.select2-search-choice-close:hover,
a.select2-search-choice-close:hover {
    color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.15) !important;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover::after,
.select2-search-choice-close:hover::after,
a.select2-search-choice-close:hover::after {
    color: #dc3545 !important;
}

/* Dark Mode Uyumları */
body.dark .select2-container-multi .select2-choices .select2-search-choice,
body[data-color*="1E202D"] .select2-container-multi .select2-choices .select2-search-choice,
body.color-1E202D .select2-container-multi .select2-choices .select2-search-choice {
    background-color: #2f3541 !important;
    border-color: #4a5368 !important;
    color: #e0e0e0 !important;
}

body.dark .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close::after,
body[data-color*="1E202D"] .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close::after,
body.color-1E202D .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close::after {
    color: #9aa0ac !important;
}