.page-container{align-items:flex-start;gap:32px;min-height:calc(100vh - 64px);padding:16px}.list-forms-page-container{align-items:center;background-color:#f0f2f5;display:flex;flex-direction:column;min-height:100vh;padding:80px}.page-title{color:#333;font-size:2.2em;font-weight:600;margin-bottom:25px;text-align:center;width:100%}.search-bar-section{margin-bottom:20px;max-width:900px;padding:0;width:90%}.search-input{border:1px solid #ddd;border-radius:25px;box-shadow:0 2px 5px #0000000d;font-size:1.05em;padding:12px 20px;transition:all .3s ease;width:100%}.search-input::placeholder{color:#999}.search-input:focus{border-color:#007bff;box-shadow:0 0 8px #007bff33;outline:none}.list-forms-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;margin-bottom:30px;max-width:1500px;overflow-x:auto;padding:25px;width:90%}.error-message,.loading-message,.no-forms-message{color:#555;font-size:1.1em;padding:20px;text-align:center}.forms-table{border-collapse:collapse;margin-top:15px;min-width:600px;width:100%}.forms-table td,.forms-table th{border:1px solid #e9e9e9;padding:12px 15px;text-align:left;vertical-align:middle}.forms-table th{background-color:#f8f8f8;color:#555;font-size:.9em;font-weight:600;text-transform:uppercase}.forms-table tbody tr:nth-child(2n){background-color:#fdfdfd}.forms-table tbody tr:hover{background-color:#f1f1f1}.forms-table td{color:#444;font-size:.95em}.actions-cell,.actions-header{text-align:center;white-space:nowrap}.action-button{align-items:center;border:none;border-radius:5px;cursor:pointer;display:inline-flex;font-size:.85em;font-weight:500;gap:5px;margin:0 5px;padding:8px 12px;transition:background-color .3s ease,transform .2s ease}.action-button .icon{font-size:1em}.edit-button{background-color:#28a745;color:#fff}.edit-button:hover{background-color:#218838;transform:translateY(-1px)}.delete-button{background-color:#dc3545;color:#fff}.delete-button:hover{background-color:#c82333;transform:translateY(-1px)}@media (max-width:768px){.list-forms-page-container{padding:15px}.list-forms-content,.search-bar-section{padding:15px;width:100%}.forms-table td,.forms-table th{font-size:.85em;padding:10px}.action-button{font-size:.75em;padding:6px 10px}.action-button .text{display:none}}@media (max-width:480px){.page-title{font-size:1.8em}.forms-table td,.forms-table th{white-space:nowrap}}.createuser-page-container,.task-page-container{-webkit-overflow-scrolling:touch;background-color:#f0f2f5;margin-top:40px;min-height:100vh;overflow-y:auto;padding:5px}.page-container{align-items:center;background-color:#f0f2f5;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0}@media (min-width:900px){.page-container{align-items:center;flex-direction:row;justify-content:center;padding:0}}@media (min-width:786px){.page-container{align-items:center;flex-direction:row;justify-content:center;padding:0}}.form-editor-container{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;border-radius:0;box-shadow:none;margin:40px 0 0;max-width:none;overflow:hidden;overflow-y:auto;padding:40px;width:100%}@media (max-width:768px){.form-editor-container{margin-top:20px;padding:20px}}@media (max-width:480px){.form-editor-container{-webkit-overflow-scrolling:touch;margin-top:60px;overflow-y:auto;padding:15px}}h1{color:#333;font-size:1.8em;margin-bottom:15px}@media (max-width:768px){h1{font-size:1.5em;text-align:center}}@media (max-width:480px){h1{font-size:.8em}}p{color:#666;margin-bottom:10px}@media (max-width:768px){p{font-size:.95em;text-align:center}}@media (max-width:480px){p{font-size:.9em}}.error-message{background-color:#ffe0e0;border:1px solid #d32f2f;border-radius:5px;color:#d32f2f;margin-top:20px;padding:15px;text-align:center}@media (max-width:768px){.error-message{font-size:.9em;margin-top:15px;padding:10px}}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px}@media (max-width:768px){.form-actions{align-items:center;flex-direction:column;gap:10px;justify-content:center}}@media (max-width:480px){.form-actions{margin-top:15px}}.cancel-button,.submit-button{border-radius:5px;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .3s ease;width:auto}@media (max-width:768px){.cancel-button,.submit-button{font-size:.95em;padding:12px 15px;width:80%}}@media (max-width:480px){.cancel-button,.submit-button{font-size:.9em;padding:10px 12px;width:90%}}.submit-button{background-color:#4caf50;border:none;color:#fff}.submit-button:hover{background-color:#43a047}.cancel-button{background-color:#f44336;border:none;color:#fff}.cancel-button:hover{background-color:#d32f2f}.table-editable-container{border:1px solid #ddd;border-radius:5px;margin-top:20px;max-height:70vh;overflow-x:auto;overflow-y:auto;width:100%}.table-editable-container table{background-color:#fff;border-collapse:collapse;min-width:1200px;width:100%}@media (max-width:768px){.table-editable-container table{min-width:900px}}@media (max-width:480px){.table-editable-container table{min-width:700px}}.table-editable-container td{border:1px solid #c2c2c2;box-sizing:border-box;padding:8px;white-space:nowrap}@media (max-width:768px){.table-editable-container td{font-size:.9em;padding:6px}}@media (max-width:480px){.table-editable-container td{font-size:.85em;padding:5px}}.table-editable-container tbody tr{background-color:#fff}.table-editable-container tbody tr:nth-of-type(2n){background-color:#f8f8f8}.table-editable-container tbody tr:hover{background-color:#e0e0e0}.table-editable-container input[type=text]{-webkit-appearance:none;appearance:none;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:.9em;outline:none;padding:5px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}@media (max-width:768px){.table-editable-container input[type=text]{font-size:.85em;padding:4px}}@media (max-width:480px){.table-editable-container input[type=text]{font-size:.8em;padding:3px}}.bold-row{background-color:#e6e6e6!important;font-weight:700}.submitted-forms-container{-webkit-overflow-scrolling:touch;align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;font-family:Arial,sans-serif;justify-content:flex-start;margin:60px 0 0;max-width:100%;min-height:100vh;overflow-x:auto;overflow-y:auto;padding:80px;width:100%}.submitted-forms-heading{color:#333;margin-bottom:30px;text-align:center}.submitted-forms-subheading{color:#555;margin-bottom:15px;margin-top:30px}.filter-card{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000000d;box-sizing:border-box;margin-bottom:30px;max-width:600px;padding:25px;width:100%}.filter-row{align-items:center;display:flex;margin-bottom:15px}.filter-label{color:#444;font-weight:700;min-width:120px}.filter-date-input,.filter-select{border:1px solid #ccc;border-radius:5px;flex:1 1;font-size:1rem;padding:10px}.button-group{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.primary-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .2s}.primary-button:hover{background-color:#0056b3}.secondary-button{background-color:#6c757d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .2s}.secondary-button:hover{background-color:#5a6268}.error-text{color:red;margin-top:15px;text-align:center}.submitted-forms-table{background-color:#fff;border-collapse:collapse;margin-top:20px;width:100%}.submitted-forms-table td,.submitted-forms-table th{border:1px solid #ddd;overflow:hidden;padding:12px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.submitted-forms-table th{background-color:#f2f2f2;color:#333}.submitted-forms-table td:first-child,.submitted-forms-table th:first-child{max-width:12%;width:12%}.submitted-forms-table td:nth-child(2),.submitted-forms-table th:nth-child(2){max-width:28%;width:28%}.submitted-forms-table td:nth-child(3),.submitted-forms-table th:nth-child(3){max-width:20%;width:20%}.submitted-forms-table td:nth-child(4),.submitted-forms-table th:nth-child(4){max-width:10%;width:10%}.submitted-forms-table td:nth-child(5),.submitted-forms-table th:nth-child(5){max-width:15%;width:15%}.submitted-forms-table td:nth-child(6),.submitted-forms-table th:nth-child(6){max-width:15%;text-align:center;width:15%}.view-button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 12px;transition:background-color .2s}.view-button:hover{background-color:#218838}#root,body,html{height:100%;margin:0;overflow-x:hidden;padding:0}@media (max-width:768px){.submitted-forms-container{-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;padding:20px}.submitted-forms-heading{font-size:2em;margin-bottom:20px}.submitted-forms-subheading{font-size:1.1em;margin-top:20px}.filter-card{flex-direction:column;gap:10px;max-width:100%;padding:15px}.filter-row{align-items:flex-start;flex-basis:auto;flex-direction:column;width:100%}.filter-label,.filter-row{min-width:0;min-width:auto}.filter-label{font-size:.9rem;margin-bottom:5px;padding-right:0}.filter-date-input,.filter-select{font-size:.9rem;padding:8px;width:100%}.button-group{align-items:center;flex-direction:column;gap:10px;justify-content:center;margin-top:15px}.primary-button,.secondary-button{max-width:none;padding:12px 20px;width:100%}.table-wrapper{background-color:initial;box-shadow:none;overflow-x:hidden;padding:0 10px}.submitted-forms-table,.submitted-forms-table tbody,.submitted-forms-table td,.submitted-forms-table th,.submitted-forms-table thead,.submitted-forms-table tr{display:block;width:100%}.submitted-forms-table thead{left:-9999px;position:absolute;top:-9999px}.submitted-forms-table tr{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 5px #0000000d;display:flex;flex-direction:column;margin-bottom:15px;padding:10px}.submitted-forms-table td{border:none;font-size:.9em;padding-bottom:8px;padding-left:130px;padding-top:8px;position:relative;text-align:right;white-space:normal}.submitted-forms-table td:before{color:#333;content:attr(data-label);font-size:.85em;font-weight:700;left:10px;padding-right:10px;position:absolute;text-align:left;white-space:nowrap;width:110px}.submitted-forms-table td:first-child,.submitted-forms-table td:nth-child(2),.submitted-forms-table td:nth-child(3),.submitted-forms-table td:nth-child(4),.submitted-forms-table td:nth-child(5),.submitted-forms-table td:nth-child(6),.submitted-forms-table th:first-child,.submitted-forms-table th:nth-child(2),.submitted-forms-table th:nth-child(3),.submitted-forms-table th:nth-child(4),.submitted-forms-table th:nth-child(5),.submitted-forms-table th:nth-child(6){max-width:none;width:auto}.view-button{font-size:1rem;padding:10px 12px;width:100%}}@media (max-width:480px){.submitted-forms-container{padding:15px}.submitted-forms-heading{font-size:1.8em}.submitted-forms-subheading{font-size:1em}.filter-card{padding:10px}.filter-label{font-size:.8em}.filter-date-input,.filter-select{font-size:.85rem;padding:6px}.primary-button,.secondary-button{font-size:.9rem;padding:10px 15px}.submitted-forms-table td{padding-left:110px}.submitted-forms-table td:before{font-size:.8em;width:95px}}
/*# sourceMappingURL=main.9ae08298.css.map*/