:root{--checkbox-color:#fff;--checkbox-size:20px;--prefix-width:24px;--suffix-width:24px;--space-button-width:24px}@media(min-width:768px){:root{--prefix-width:48px;--suffix-width:48px;--space-button-width:40px}}.combobox-anchor-wrapper,.combobox-wrapper{position:relative;width:100%}.combobox-anchor{border-color:transparent;border-radius:12px;font-size:16px;height:54px;padding-left:14px;text-align:left}@media only screen and (min-width:992px){.combobox-anchor{font-size:14px}}.combobox-anchor--sm{height:44px}.combobox-anchor{align-items:center;background-color:#f3f3f7b2;border:none;box-sizing:border-box;cursor:pointer;display:inline-flex;padding-left:12px;padding-right:6px;position:relative;transition:border-color .3s ease;width:100%}@media only screen and (min-width:768px){.combobox-anchor{padding-left:14px;padding-right:8px}}.combobox-anchor:hover{border-color:#eaecf0}.combobox-anchor--error{border:1px solid #ec564d}.combobox-anchor--disabled{background-color:#f3f4f6;border:none;cursor:not-allowed;opacity:.7}.combobox-anchor--focus{border-color:#0d133e;outline:0}.combobox-prefix-icon{color:#667085;flex-shrink:0;height:20px;margin-right:8px;width:20px}.combobox-input{background:transparent;border:none;color:#0d133e;flex:1;font-size:inherit;height:100%;min-width:0;outline:none;padding:0}.combobox-input:disabled{color:#667085;cursor:not-allowed}.combobox-input::-moz-placeholder{color:#667085}.combobox-input::placeholder{color:#667085}.combobox-trigger{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-shrink:0;height:100%;justify-content:center;margin:0 0 0 6px;min-width:20px;padding:0}@media only screen and (min-width:768px){.combobox-trigger{margin-left:8px;margin-right:0}}@media only screen and (min-width:992px){.combobox-trigger{margin-left:12px;margin-right:8px}}.combobox-icon{color:#475467;display:block;flex-shrink:0;height:16px;transition:transform .2s ease;width:16px}.combobox-icon--loading{animation:spin 1s linear infinite}.combobox-dropdown{background-color:#fff;border:1px solid #eaecf0;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;left:0;margin-top:4px;max-height:200px;overflow-y:auto;position:absolute;top:100%;z-index:1000}.combobox-dropdown-content{padding:4px}.combobox-empty,.combobox-loading{align-items:center;color:#1f2937;display:flex;font-size:14px;gap:8px;justify-content:center;padding:12px}.combobox-options{display:flex;flex-direction:column}.combobox-option{align-items:center;background:none;border:none;border-radius:4px;color:#667085;cursor:pointer;display:flex;font-size:14px;padding:8px 12px;text-align:left;transition:background-color .2s ease;width:100%}.combobox-option:hover{background-color:#f3f4f6;color:#0d133e}.combobox-option--selected{background-color:#0d133e;color:#fff}.combobox-option-indicator{flex-shrink:0;height:16px;margin-right:8px;width:16px}.combobox-option-text{flex:1;font-size:14px}.dropdown-enter-active,.dropdown-leave-active{transition:opacity .2s ease,transform .2s ease}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:translateY(-4px)}
