.MainPanel input[type=checkbox],.MainPanel input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #adbac6;border-radius:5px;position:relative;width:20px;height:20px;aspect-ratio:1/1;display:inline-flex;justify-content:center;align-items:center;margin:0;cursor:pointer}.MainPanel input[type=checkbox].is-rounded,.MainPanel input[type=checkbox].is-rounded:checked:after,.MainPanel input[type=radio].is-rounded,.MainPanel input[type=radio].is-rounded:checked:after{border-radius:999px}.MainPanel input[type=checkbox]:checked:after,.MainPanel input[type=radio]:checked:after{content:"";background-color:#0075ff;width:12px;height:12px;aspect-ratio:1/1;position:absolute;border-radius:4px;cursor:pointer}.MainPanel input[type=radio],.MainPanel input[type=radio]:checked:after{border-radius:999px}.MainPanel .forms-page{max-width:1100px;margin:0 auto;padding:32px 16px 80px;background:#fff}.MainPanel .forms-title{font-size:2rem;font-weight:600;margin-bottom:24px}.MainPanel .form-templates{display:flex;gap:16px;margin-bottom:36px;flex-wrap:wrap}.MainPanel input:not([type=checkbox]),.MainPanel select,.MainPanel textarea{align-items:center;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding:calc(.5em - 1px) calc(.75em - 1px);position:relative;vertical-align:top;font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#fff;border:1px solid #d4d8e1;border-radius:5px;color:#050c27;margin:0;box-shadow:inset 0 .0625em .185em rgba(10,10,10,.05);max-width:100%;width:100%;transition:all .13s ease-in-out}.MainPanel input:not([type=checkbox])[type=checkbox],.MainPanel input:not([type=checkbox])[type=radio],.MainPanel select[type=checkbox],.MainPanel select[type=radio],.MainPanel textarea[type=checkbox],.MainPanel textarea[type=radio]{vertical-align:baseline}.MainPanel input:not([type=checkbox]):active,.MainPanel input:not([type=checkbox]):focus,.MainPanel select:active,.MainPanel select:focus,.MainPanel textarea:active,.MainPanel textarea:focus{border-color:hsl(229,53%,53%);box-shadow:0 0 0 .185em rgba(72,95,199,.25);outline:none}.MainPanel input:not([type=checkbox])::placeholder,.MainPanel select::placeholder,.MainPanel textarea::placeholder{color:rgba(49,51,63,.3)}.MainPanel .form-template-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#f7f8fa;border:none;border-radius:12px;border-radius:20px;font-size:1.1rem;font-weight:500;cursor:pointer;padding:20px 30px 20px 20px}@media screen and (max-width:810px){.MainPanel .form-template-btn{border-radius:7px;padding:10px 15px 10px 10px;font-size:1rem}}.MainPanel .form-template-btn:hover{background:#eaf1ff}.MainPanel .form-template-btn .icon-plus{display:inline-block;background:#0075ff;color:#fff;border-radius:50%;width:32px;height:32px;font-size:1.5rem;text-align:center;line-height:32px;margin-right:6px}.MainPanel .form-template-btn .icon-doc{font-size:1.5rem;color:#bdbdbd;margin-right:6px}.MainPanel .forms-list-title{font-size:1.3rem;font-weight:600;margin:36px 0 18px}.MainPanel .forms-filters{display:flex;flex-direction:column;margin-bottom:12px;gap:10px}.MainPanel .forms-filters .line{gap:13px;display:flex}.MainPanel .forms-filters .line button{border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;position:relative;vertical-align:top;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;cursor:pointer;justify-content:center;align-items:center;text-align:center;white-space:nowrap;text-decoration:none;gap:5px;color:#3a414b;height:2.5em;line-height:1.5;width:100%;padding:calc(.5em - 1px) calc(.75em - 1px);background-color:#eceef0;transition:background-color .15s ease-in-out}.MainPanel .forms-filters .line button:focus,.MainPanel .forms-filters .line button:hover{opacity:.9}.MainPanel .forms-filters .line button:focus:not(:active){box-shadow:0 0 0 .125em rgba(24,95,203,.25)}@media screen and (max-width:850px){.MainPanel .forms-filters .line{flex-wrap:wrap}}.MainPanel .forms-table-wrapper{background:#f7f8fa;border-radius:12px;overflow:auto;position:relative;margin-top:30px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.MainPanel .forms-table-wrapper .loading{width:100%;height:100%;padding:20px;position:absolute;z-index:10;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1411764706);display:flex;justify-content:center;align-items:center;color:#fff;font-size:1rem}.MainPanel .forms-table-wrapper .loading span{padding:10px 15px;border-radius:7px;background-color:#3e4b60;-webkit-user-select:none;-moz-user-select:none;user-select:none}.MainPanel .groups-section{margin:20px 0;padding:20px;background:#fafbfc;border-radius:12px;position:relative}.MainPanel .groups-section h3{margin-top:0;margin-bottom:15px;font-size:1.2em;color:#333}.MainPanel .groups-section .loading{width:100%;height:100%;padding:20px;position:absolute;z-index:10;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1411764706);display:flex;justify-content:center;align-items:center;color:#fff;font-size:1rem;border-radius:20px}.MainPanel .groups-section .loading span{padding:10px 15px;border-radius:7px;background-color:#3e4b60;-webkit-user-select:none;-moz-user-select:none;user-select:none}.MainPanel .groups-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:10px;gap:10px}.MainPanel .group-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:#f0f1f3;border-radius:5px}.MainPanel .group-item .group-actions{display:flex;align-items:center;gap:10px}.MainPanel .group-item .group-actions .group-count{font-size:.9em;color:#3e4b60}.MainPanel .group-item .group-actions .group-delete{background:none;border:none;color:#a9acbf;cursor:pointer;padding:2px;font-size:1.1em;display:inline-flex;justify-content:center;align-items:center;transition:color .1s ease-in-out}.MainPanel .group-item .group-actions .group-delete:hover{color:#f11}.MainPanel .no-groups{color:#3e4b60;font-size:13px}.MainPanel .group-creation-input{display:flex;align-items:center;justify-content:center;gap:5px;width:100%}.MainPanel .group-creation-input button{max-width:100px}.MainPanel .forms-table{width:100%;border-collapse:collapse;font-size:1rem}.MainPanel .forms-table td,.MainPanel .forms-table th{padding:14px 16px;text-align:left}.MainPanel .forms-table td.is-acenter,.MainPanel .forms-table th.is-acenter{min-width:50px;max-width:50px;width:50px}.MainPanel .forms-table td.is-acenter input,.MainPanel .forms-table th.is-acenter input{margin-top:7px}.MainPanel .forms-table td .trash,.MainPanel .forms-table th .trash{color:#a9acbf;cursor:pointer;display:flex;width:100%;height:100%;justify-content:center;align-items:center;font-size:1.2em;padding:3px;transition:color .1s ease-in-out}.MainPanel .forms-table td .trash:hover,.MainPanel .forms-table th .trash:hover{opacity:.8;color:#ff3a3a}.MainPanel .forms-table td .copy,.MainPanel .forms-table th .copy{color:#a9acbf;cursor:pointer;display:flex;width:100%;height:100%;justify-content:center;align-items:center;font-size:1.2em;padding:3px;margin-right:15px;transition:color .1s ease-in-out}.MainPanel .forms-table td .copy:hover,.MainPanel .forms-table th .copy:hover{opacity:.8;color:#0075ff}.MainPanel .forms-table thead{background:#f0f1f3;font-weight:600;color:#222;border-bottom:1px solid #e5e7eb}.MainPanel .forms-table tbody tr{background:#fafbfc;border-bottom:1px solid rgba(242,243,246,.8392156863);transition:background .2s}.MainPanel .forms-table tbody tr a{color:#0075ff;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out}.MainPanel .forms-table tbody tr a:hover{color:#2563eb}.MainPanel .forms-table tbody tr:not(:last-child){border-color:#d8dae4}.MainPanel .forms-table tbody tr .is-none-hover td{-webkit-user-select:none;-moz-user-select:none;user-select:none}.MainPanel .forms-table tbody tr.selected,.MainPanel .forms-table tbody tr:not(.is-none-hover):hover{background:#eaf2fa}.MainPanel .status-published{color:#0075ff;background:#e0e7ff}.MainPanel .status-published,.MainPanel .status-unpublished{border-radius:6px;padding:2px 10px;font-size:.95em;font-weight:500}.MainPanel .status-unpublished{color:#6b7280;background:#e5e7eb}.MainPanel .star{margin-right:10px}.MainPanel .more,.MainPanel .star{color:#bdbdbd;font-size:1.2em;cursor:pointer}.MainPanel .forms-bulk-bar{position:fixed;left:0;right:0;bottom:0;background:#0075ff;color:#fff;padding:18px 0 18px 32px;display:flex;align-items:center;gap:18px;font-size:1.1rem;z-index:100;box-shadow:0 -2px 8px rgba(0,0,0,.06)}.MainPanel .forms-bulk-bar .bulk-btn{background:#fff;color:#2563eb;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;margin-right:8px;cursor:pointer;font-weight:500;transition:background .2s}.MainPanel .forms-bulk-bar .bulk-btn:hover{background:#e0e7ff}.MainPanel .forms-bulk-bar .bulk-close{background:rgba(0,0,0,0);color:#fff;border:none;font-size:1.5rem;margin-left:auto;margin-right:32px;cursor:pointer}