.select-container{flex-direction:column;gap:4px;display:flex;position:relative}.select-container.full-width{width:100%}.select-label{color:var(--color-text-disabled-dark);font-size:14px}.select-label.error{color:var(--color-text-error)}.custom-select{width:100%;position:relative}.custom-select .select-selected{background-color:var(--input-bg);cursor:pointer;color:var(--black-80);width:100%;height:50px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:10px;align-items:center;padding:12px 40px 12px 16px;font-size:18px;font-weight:500;line-height:26px;display:flex}.custom-select .select-selected.placeholder{color:var(--black-50);font-size:18px;font-style:normal;font-weight:500;line-height:26px}.custom-select .select-options{z-index:1000;color:#404040;background:#fff;border-radius:10px;max-height:300px;margin-top:4px;padding:12px 0;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 8px #0000001a}.custom-select .select-option{text-align:left;cursor:pointer;width:100%;color:var(--black-80);padding:12px 16px;font-size:18px;font-weight:500;line-height:26px;transition:background-color .2s;display:block}.custom-select .select-option:hover{background-color:var(--input-bg)}.custom-select .select-option:hover.placeholder{background-color:#0000}.custom-select .select-option.selected{background-color:var(--input-bg);font-weight:500}.custom-select .select-option.placeholder{color:var(--color-text-disabled-dark);opacity:.7}.custom-select .select-option:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.custom-select .select-option:last-child{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.custom-select.error .select-selected{border:1.5px solid var(--color-text-error);background-color:#d403030d}.custom-select.disabled .select-selected{background-color:var(--color-text-disabled-dark);cursor:not-allowed}
.dialog-backdrop{z-index:13000;background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-container{background-color:#fff;border-radius:10px;max-height:calc(100% - 64px);margin:32px;position:relative;overflow-y:auto;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.dialog-container.dialog-xs{max-width:444px}.dialog-container.dialog-sm{max-width:600px}.dialog-container.dialog-md{max-width:960px}.dialog-container.dialog-lg{max-width:1280px}.dialog-container.dialog-xl{max-width:1920px}.dialog-container.dialog-full-width{width:calc(100% - 64px)}.dialog-container.dialog-full-screen{border-radius:0;width:100%;height:100%;max-height:none;margin:0}.dialog-header{border-bottom:1px solid #0000001f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.dialog-title{margin:0;font-size:1.25rem;font-weight:500;line-height:1.6}.dialog-close{cursor:pointer;color:#0000008a;background:0 0;border:none;padding:8px;font-size:1.5rem;line-height:1;transition:color .2s}.dialog-close:hover{color:#000000de}.dialog-close--floating{z-index:1;font-size:2rem;position:absolute;top:12px;right:12px}.dialog-content{padding:20px 24px}
