.hint{position:relative;height:-moz-fit-content;height:fit-content}.hint__icon{display:flex;align-items:center;justify-content:center;min-width:22.5px;min-height:22.5px;max-width:22.5px;max-height:22.5px;color:#fff;font-weight:700;background-color:var(--studixy-main);border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hint__triangle{transition:.2s ease-in-out;position:absolute;left:3px;bottom:24.5px;width:8px;height:8px;border-top:8px solid #555;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:0;z-index:7}.hint__triangle--hidden{opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hint__tooltip{transition:.2s ease-in-out;position:absolute;left:25%;transform:translateX(-25%);width:-moz-max-content;width:max-content;max-width:340px;padding:1em 1.2em;color:#fff;white-space:pre-wrap;background:#555;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:4px;bottom:32.5px;z-index:6}.hint__tooltip--hidden{opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:464px){.hint__tooltip{width:280px;transform:translateX(-50%)}}.required{position:absolute;color:var(--studixy-main);-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-item{justify-content:flex-start;width:306px;flex-wrap:wrap}.form-item.w-full{width:100%}@media screen and (max-width:540px){.form-item{padding-left:0}}.form-item.disabled{pointer-events:none}.form-item.disabled .form-item__component{opacity:.7}.form-item+.form-item{margin-top:15px}.form-item__label{display:flex;flex:0 0 auto;width:100%;margin-bottom:8px}.form-item__label-two-lines{height:48px}.form-item__label-value{position:relative;font-size:14px;letter-spacing:.1em;color:var(--label)}.form-item__label-value.bold{letter-spacing:unset;font-weight:700}@media screen and (max-width:900px){.form-item__label{padding:0}}.form-item__label-required{right:-9px}.form-item__component{display:flex;align-items:center;justify-content:center;justify-content:flex-start;width:100%;flex:1 1 auto;max-width:700px;position:relative}.form-item__component .form-value{position:absolute;left:10px;top:10px}.form-item.w-100 .form-item__component{width:100%;max-width:unset}.validation-field .form-item__component{display:flex;flex-direction:column;align-items:flex-start}.form-item__info{position:relative}.form-item__info-icon{display:flex;align-items:center;justify-content:center;min-width:22.5px;min-height:22.5px;max-width:22.5px;max-height:22.5px;margin-left:.7em;color:#fff;font-weight:700;background-color:var(--studixy-main);border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-item__info-tooltip{position:absolute;width:-moz-max-content;width:max-content;max-width:340px;padding:.5em .6em;white-space:pre-wrap;background:var(--background-main);border:2px dashed var(--studixy-main);left:150%;transform:translateY(-50%);z-index:6}@media screen and (max-width:1200px){.form-item__label-two-lines{height:unset}}@media screen and (max-width:750px){.form-item__component{flex-direction:column}.form-item__component .button{margin-top:20px}}.text-field{width:100%}.text-field input,.text-field textarea{width:100%;background:var(--background-main);font-size:14px;padding:13px 15px;border:1px solid var(--gray);border-radius:3px}.text-field input:focus,.text-field textarea:focus{box-shadow:unset;border:1px solid var(--gray)}.text-field input::-moz-placeholder,.text-field textarea::-moz-placeholder{color:var(--placeholder)}.text-field input::placeholder,.text-field textarea::placeholder{color:var(--placeholder)}.text-field textarea{height:200px}.text-field input{height:38px;letter-spacing:.1em}.studixy_light,[data-theme=studixy_light]{--light-grey:#ededed;--light-gray:var(--light-grey);--light-grey-hovered:#f5f3f3;--light-gray-hovered:var(--light-grey-hovered);--border:#d9d9d9;--text:#555;--label:var(--gray-2);--background-main:#fff;--select-highlight:var(--light-gray-hovered);--select-selected:#eee;--sidebar--background:#fff;--sidebar--menu-text:var(--text);--sidebar--menu-link--active:var(--studixy-main);--sidebar--rating--color:#000;--sidebar--profile-info-color:#141414;--table-color:#606266}.studixy_dark,.studixy_light,[data-theme=studixy_dark],[data-theme=studixy_light]{--red:#e84f5e;--green:#60c44a;--white:#fff;--gray:#c4c4c4;--grey:var(--gray);--gray-2:#6d6e71;--black:#42474d;--darker-black:#21262b;--main:#3790c8;--lighter-main:#00a8eb;--darker-main:#0074c2;--studixy-main:#f87600;--studixy-main-hovered:#fca759;--danger:#eb2b2b;--danger-hovered:#ff9090;--success:#419b95;--success-hovered:#82c1bd;--secondary:#8c97a1;--placeholder:#d0d0d0;--background-avatar:#c0d1dd;--background-media:#fcfcfc;--card-border:#e3e3e3;--header-border:rgba(0,0,0,0.1);--menu-text:var(--text);--menu--item--hover-color:var(--light-gray-hovered)}.studixy_dark,[data-theme=studixy_dark]{--light-grey:#ededed;--light-gray:var(--light-grey);--light-grey-hovered:#141414;--light-gray-hovered:var(--light-grey-hovered);--border:var(--gray-2);--text:#fff;--label:var(--gray);--background-main:#202020;--select-highlight:var(--gray-2);--select-selected:var(--light-gray-hovered);--sidebar--background:#19191a;--sidebar--menu-text:var(--text);--sidebar--menu-link--active:var(--studixy-main);--sidebar--rating--color:#555;--sidebar--profile-info-color:#fff;--table-color:var(--gray)}.text-field-list{margin:15px 0}.text-field-list__list{margin-bottom:15px}.text-field-list__list .flex.items-center button{padding-left:0}.text-field-list .form-item{width:inherit}.text-field-list .form-item__component{max-width:430px}