.alert-danger{border-radius:var(--r-sm);font-size:.9rem}.custom-select-container{position:relative;width:100%}.custom-select-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select-icon{font-size:.8rem;color:var(--ink-400)}.custom-select-options{position:fixed;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid var(--ink-200);border-radius:var(--r-sm);z-index:100;margin-top:4px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.custom-select-option{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s;color:var(--ink-700)}.custom-select-option:hover{background-color:var(--ink-50)}.custom-select-option.selected{background-color:var(--primary-50);color:var(--primary-600);font-weight:500}.custom-select-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9}