.app-native-select{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.app-select{position:relative;width:100%;min-width:0}.app-select__trigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px 10px 14px;border:1px solid #cfd8e6;border-radius:10px;color:var(--tm-text, #202938);background:var(--tm-surface, #fff);box-shadow:none;cursor:pointer;font:inherit;font-size:14px;font-weight:600;line-height:1.35;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.app-select__trigger:hover{border-color:#8fa9cf}.app-select__trigger:focus,.app-select.is-open .app-select__trigger{border-color:var(--tm-primary, #1e55ad);outline:0;box-shadow:0 0 0 3px #1e55ad1f}.app-select.is-invalid .app-select__trigger{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.app-select__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-select.is-placeholder .app-select__value{color:#8491a3;font-weight:500}.app-select__arrow{width:18px;height:18px;flex:0 0 18px;color:#204b93;transition:transform .2s ease}.app-select.is-open .app-select__arrow{transform:rotate(180deg)}.app-select.is-disabled .app-select__trigger{color:#8491a3;background:#eef2f7;cursor:not-allowed;opacity:.8}.app-select--sm .app-select__trigger{min-height:38px;padding-top:7px;padding-bottom:7px;font-size:13px}.form-floating>.app-select .app-select__trigger{min-height:58px;padding-top:23px;padding-bottom:6px}.app-select-panel{position:fixed;z-index:12000;display:none;padding:7px;border:1px solid #d7e0ec;border-radius:12px;color:#202938;background:#fff;box-shadow:0 16px 38px #0f244829}.app-select-panel.is-open{display:block;animation:appSelectOpen .14s ease-out}html.swal2-shown .app-select-panel,body.swal2-shown .app-select-panel,body.swal2-toast-shown .app-select-panel,body:has(.swal2-container) .app-select-panel{display:none!important;pointer-events:none!important}.swal2-container .app-select,.swal2-popup .app-select,.swal2-container select,.swal2-popup select,.swal2-container .swal2-select,.swal2-popup .swal2-select{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}@keyframes appSelectOpen{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.app-select__search-wrap{position:relative;margin-bottom:6px}.app-select__search{width:100%;height:38px;padding:8px 11px 8px 34px;border:1px solid #d7e0ec;border-radius:8px;color:#202938;background:#f8fafc;outline:0;font:inherit;font-size:13px}.app-select__search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.app-select__search-icon{position:absolute;left:11px;top:50%;width:15px;height:15px;color:#718096;transform:translateY(-50%);pointer-events:none}.app-select__options{max-height:260px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b7c5d8 transparent}.app-select__option{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:0;border-radius:8px;color:#344156;background:transparent;cursor:pointer;font:inherit;font-size:13px;font-weight:600;text-align:left}.app-select__option:hover,.app-select__option.is-focused{color:#174785;background:#edf4ff}.app-select__option.is-selected{color:#173b7a;background:#dce9ff}.app-select__option:disabled{color:#a0a9b7;background:transparent;cursor:not-allowed}.app-select__check{width:17px;height:17px;flex:0 0 17px;opacity:0}.app-select__option.is-selected .app-select__check{opacity:1}.app-select__group{padding:9px 10px 5px;color:#7a8798;font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.app-select__empty{padding:18px 10px;color:#8491a3;font-size:13px;text-align:center}html.dark-mode .app-select__trigger,body.dark-mode .app-select__trigger{color:#e8edf5;border-color:#3a4658;background:#111a27}html.dark-mode .app-select__arrow,body.dark-mode .app-select__arrow{color:#9fc2ff}html.dark-mode .app-select-panel,body.dark-mode .app-select-panel{color:#e8edf5;border-color:#344154;background:#111a27;box-shadow:0 18px 42px #0000005c}html.dark-mode .app-select__search,body.dark-mode .app-select__search{color:#e8edf5;border-color:#344154;background:#18212f}html.dark-mode .app-select__option,body.dark-mode .app-select__option{color:#dce5f2}html.dark-mode .app-select__option:hover,html.dark-mode .app-select__option.is-focused,body.dark-mode .app-select__option:hover,body.dark-mode .app-select__option.is-focused{color:#fff;background:#223653}html.dark-mode .app-select__option.is-selected,body.dark-mode .app-select__option.is-selected{color:#fff;background:#3156b9}@media(max-width:575px){.app-select-panel{max-width:calc(100vw - 20px)}}
