.clearable-input-wrap,.custom-select-wrap,.custom-date-picker{position:relative}.clearable-input{border:1px solid var(--field-border);width:100%;height:46px;color:var(--field-text);background:var(--field-bg);border-radius:12px;padding:0 14px;font-size:15px;transition:border-color .15s,box-shadow .15s,background .15s}.clearable-input--with-clear{padding-right:42px}.clearable-input--error,.custom-select-button--error,.custom-date-input-wrap--error,.checkbox-group--error{border-color:var(--danger)}.clearable-input:focus,.custom-select-button:focus{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring);background:#fff;outline:none}.clearable-clear-button{color:#8a94aa;cursor:pointer;background:0 0;border:0;border-radius:6px;width:22px;height:22px;padding:0;font-size:16px;line-height:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.clearable-clear-button:hover{color:#687490;background:#edf1f8}.custom-select-button{border:1px solid var(--field-border);background:var(--field-bg);width:100%;height:46px;color:var(--field-text);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:0 12px;display:flex}.custom-select-text{white-space:nowrap;text-overflow:ellipsis;font-size:16px;overflow:hidden}.custom-select-text--placeholder{color:#80869a}.custom-select-chevron{color:#737a8e;transition:transform .15s}.custom-select-chevron--open{transform:rotate(180deg)}.custom-select-list{z-index:30;border:1px solid var(--field-border);background:#fff;border-radius:12px;max-height:240px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 16px 36px #0d152d24}.custom-select-option{color:#1f232e;text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:10px 12px;font-size:15px;line-height:1.3}.custom-select-option--active{background:#edf2ff}.custom-select-option:hover{background:#f4f6fb}.custom-date-input-wrap{border:1px solid var(--field-border);background:var(--field-bg);width:100%;height:46px;color:var(--field-text);border-radius:12px;align-items:center;gap:8px;padding:0 10px 0 14px;display:flex}.custom-date-input-wrap:focus-within{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring);background:#fff}.custom-date-input{width:100%;color:var(--field-text);background:0 0;border:0;outline:none;font-size:15px}.custom-date-toggle{cursor:pointer;background:0 0;border:0;place-items:center;width:22px;height:22px;padding:0;display:inline-grid}.custom-date-glyph{color:#737a8e;font-size:14px}.custom-date-panel{z-index:35;border:1px solid var(--field-border);background:#fff;border-radius:12px;width:292px;padding:10px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 36px #0d152d24}.custom-date-head{grid-template-columns:32px 1fr 32px;align-items:center;gap:6px;margin-bottom:8px;display:grid}.custom-date-title{font:inherit;text-align:center;color:var(--title);text-transform:capitalize;cursor:pointer;background:0 0;border:0;font-size:14px;font-weight:600}.custom-date-nav{border:1px solid var(--field-border);color:#3f4a65;cursor:pointer;background:#fbfcff;border-radius:8px;width:32px;height:32px}.custom-date-week,.custom-date-days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.custom-date-week{margin-bottom:4px}.custom-date-weekday{color:#717a92;place-items:center;height:28px;font-size:12px;font-weight:600;display:grid}.custom-date-years{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.custom-date-year,.custom-date-day{cursor:pointer;font-size:14px}.custom-date-year{border:1px solid var(--field-border);color:#1f232e;background:#fbfcff;border-radius:8px;height:36px}.custom-date-year--selected,.custom-date-day--selected{border-color:var(--focus-border);background:var(--focus-border);color:#fff}.custom-date-year--current,.custom-date-day--today{border-color:#b9cbff}.custom-date-day{color:#1f232e;background:0 0;border:1px solid #0000;border-radius:8px;height:34px}.custom-date-day--outside{color:#a3abc0}.custom-date-day:hover{background:#f4f6fb}.custom-date-day--selected:hover{background:var(--focus-border)}.upload-dropzone{text-align:center;cursor:pointer;background:#f8faff;border:1.5px dashed #d5dff5;border-radius:14px;place-items:center;min-height:138px;padding:22px 14px;transition:border-color .12s,background .12s;display:grid}.upload-dropzone--drag-over{background:#f3f7ff;border-color:#8ea9ff}.upload-dropzone-input{display:none}.upload-dropzone-glyph{color:#6d7e9f;margin-bottom:8px;display:inline-flex}.upload-dropzone-text{color:#4d6392;margin:0;font-size:18px;line-height:1.2}.upload-dropzone-hint{color:#697da5;margin-top:6px;font-size:14px}.checkbox-group{border:1px solid var(--field-border);background:var(--field-bg);border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.checkbox-group-label{color:#202530;cursor:pointer;align-items:center;gap:8px;font-size:15px;line-height:1.3;display:inline-flex}.checkbox-group-label input{appearance:none;background:#fff;border:1.5px solid #4e72ef;border-radius:4px;flex-shrink:0;place-content:center;width:16px;height:16px;margin:0;display:inline-grid}.checkbox-group-label input:before{content:"";background:#3460ea;border-radius:2px;width:8px;height:8px;transition:transform .12s ease-in-out;transform:scale(0)}.checkbox-group-label input:checked:before{transform:scale(1)}@media (width<=800px){.upload-dropzone-text{font-size:14px}.upload-dropzone-hint{font-size:13px}}
