.custom-combobox{position:relative;width:100%}.custom-combobox-toggle{display:flex;justify-content:space-between;align-items:center;gap:4px;padding:16px 16px 16px 24px;border-radius:1000px;border:1px solid #bbb;background:#fff;color:#080808;font-size:17px;font-style:normal;line-height:140%;letter-spacing:-.34px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.custom-combobox-toggle .custom-combobox-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.custom-combobox-toggle:after{font-family:tabler-icons;content:"\ea5f";font-size:24px;line-height:1;transition:transform .2s}.custom-combobox-toggle.selecting{border:1px solid #00994f}.custom-combobox-toggle.selecting:after{transform:rotate(180deg)}.custom-combobox-toggle.custom-combobox-error{border:1px solid #ed2628}.custom-combobox-options{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px;border-radius:16px;border:1px solid #ececec;background:#fff;box-shadow:0 8px 20px 0 rgba(0,0,0,.1);overflow:auto;max-height:50vh}.custom-combobox-option{position:relative;display:flex;align-items:center;align-self:stretch;gap:8px;padding:8px 40px 8px 12px;font-size:15px;font-family:Averta-semibold;line-height:140%;letter-spacing:-.45px;color:#080808;cursor:pointer;text-overflow:ellipsis;white-space:nowrap}.custom-combobox-option.selected,.custom-combobox-option:hover{border-radius:8px;background:#ecfae2;color:#015c2e}.custom-combobox-option.selected:after{font-family:tabler-icons;content:"\ea5e";position:absolute;right:12px}.custom-combobox.disabled .custom-combobox-toggle{background:#f8f8f8;cursor:not-allowed;color:#747474}.customdropdown .custom-combobox{position:relative;z-index:1}.customdropdown .umbraco-forms-field-wrapper:has(.custom-combobox)::after{display:none}.deposit-custom-select:has(.custom-combobox)::after{display:none!important}.umbraco-forms-field-wrapper .custom-combobox-toggle{min-height:50px;border-radius:1000px!important;border:1px solid #bbb!important;padding:12px 16px 12px 24px!important;font-size:17px;line-height:140%;letter-spacing:-.34px;color:#080808;background:#fff!important}.umbraco-forms-field-wrapper .custom-combobox-options{border-radius:16px!important;border:1px solid #ececec!important;box-shadow:0 8px 20px 0 rgba(0,0,0,.1)!important;padding:8px!important;gap:2px!important}.umbraco-forms-field-wrapper .custom-combobox-option{padding:8px 40px 8px 12px!important;margin:0!important;min-height:unset!important}@media (max-width:1279px){.custom-combobox-toggle{padding:12px 12px 12px 16px;font-size:15px;line-height:140%;letter-spacing:-.3px}.custom-combobox-toggle:after{font-size:20px}}