.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)}.checkbox{position:relative;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.checkbox:hover .checkbox__input:checked~.checkbox__mark{background-color:var(--studixy-main);border-color:var(--studixy-main)}.checkbox:hover .checkbox__mark{border-color:rgba(var(--secondary),.7)}.checkbox:active .checkbox__input:checked~.checkbox__mark{background-color:rgba(var(--studixy-main),.8)}.checkbox:active .checkbox__mark{background-color:rgba(var(--studixy-main),.15)}.checkbox__input{position:absolute;width:12px;height:12px;opacity:0;pointer-events:none}.checkbox__input:checked~.checkbox__mark{background-color:var(--studixy-main)}.checkbox__mark{position:relative;display:inline-flex;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px;border:3px solid var(--gray-2);box-shadow:inset 0 0 0 2px var(--background-main);transition:.05s ease-in-out}.checkbox__mark:after,.checkbox__mark:before{content:"";position:absolute;background-color:var(--background-main);border-radius:9999px;opacity:0}.checkbox__mark:before{width:5px;height:2px;top:7px;left:2px;transform:rotate(50deg)}.checkbox__mark:after{top:6px;left:4px;width:9px;height:2px;transform:rotate(-50deg)}.checkbox__label{color:var(--gray-2);font-size:14px;font-weight:400;margin-left:17px;line-height:normal}.checkbox--disabled.checkbox{opacity:.5;cursor:not-allowed}.checkbox--disabled.checkbox:hover .checkbox__mark{border-color:var(--gray-2)}