@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";body{margin:0;font-size:12px;font-family:"Poppins",sans-serif;background-color:#f9fafb}a,a:hover,a:focus,a:active,a:visited{text-decoration:none;color:#000}p{padding:0;margin:0}img{max-width:100%;height:auto}hr{border:0;border-top:1px solid #e4e7ec;margin:20px 0}.home{display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:75px auto;grid-auto-rows:auto;margin:0px;transition:.5s ease;background-color:rgba(0,0,0,0);align-items:start}.topnav{grid-column:2/5;grid-row:1/2;margin:0px;padding:10px;background-color:rgba(0,0,0,0);display:flex;align-items:center}.usernav{grid-column:7/8;grid-row:1/2;margin:0px;padding:10px;display:flex;flex-direction:row;font-weight:bold}.user-menu-container{position:relative;display:inline-block;grid-column:5/6;grid-row:1/2;margin:0px;padding:10px;text-align:right;cursor:pointer;background-color:rgba(0,0,0,0)}.user-menu{display:none;position:absolute;top:100%;right:5px;border-radius:20px;width:100%;box-shadow:0px 0px 15px #ccc;z-index:1000;padding:10px;transition:opacity .5s ease;text-align:left}.user-menu a{display:block;padding:10px;text-decoration:none;color:#333;border-radius:15px;font-weight:normal;transition:background-color .5s ease}.user-menu a:hover{background:#f0f0f0}.user-menu label{display:flex;align-items:center;gap:6px;padding:10px;text-decoration:none;color:#333;border-radius:15px;font-weight:normal;transition:background-color .5s ease;cursor:pointer}.user-menu label:hover{background:#f0f0f0}.user-menu-container:hover .user-menu{display:block}.content{grid-column:2/6;grid-row:2/2;height:auto;margin:0px;padding:10px;background-color:#f9fafb}.sx{grid-column:1/3;grid-row:2/2;margin:0px 10px 0px 10px;padding:10px;border-radius:15px}.dx{grid-column:3/6;grid-row:2/2;margin:0px 10px 0px 10px;padding:10px;border-radius:15px}.content_login{grid-column:2/5;grid-row:2/2;margin:0px;padding:10px;display:grid;place-items:center;border-radius:15px}body.document-view{background-color:rgba(0,0,0,0)}.contenitore{display:flex;width:100%;height:95dvh;gap:20px;background-color:rgba(0,0,0,0)}.colonna_sx{flex:1;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:20px}.colonna_dx{flex:1;padding:20px;border-radius:20px;overflow:auto;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1)}.scroll_wrapper{height:100%;width:100%;overflow:auto}.full-frame{width:100%;height:95dvh;border:none;position:relative;border-radius:20px}body{background-color:#1d2938;background-image:url("../assets/images/constructionsite.jpg");background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:fixed}.topnav{grid-column:1/5}.usernav{grid-column:5/6}.content{margin-top:50px}.content_login{margin-top:50px}.sx{margin-top:50px}.dx{margin-top:50px}button{background-color:#1d2938;border:none;color:#fff;cursor:pointer;transition:background-color 1s;border-radius:10px;font-size:12px;height:45px;margin:1px;padding:0px 10px 0px 10px}button:hover{background-color:#334050}.button_gray{background-color:#dee2e9;border:none;color:#000;cursor:pointer;transition:background-color 1s;border-radius:10px;font-size:12px;height:45px;margin:1px;padding:0px 10px 0px 10px}.button_gray:hover{background-color:#c2c7cc}.button_doc{cursor:pointer;transition:background-color 1s;border-radius:25px;font-size:12px;height:45px;margin:5px;padding:0px 10px 0px 10px;font-weight:600;min-width:150px}.button_doc:hover{background-color:#f9fafb}.approva{background-color:#edfdf4;color:#34b571;border:1px solid #34b571}.rifiuta{background-color:#fef3f2;color:#eb4d38;border:1px solid #eb4d38}.modifica{background-color:#fffaec;color:#f49326;border:1px solid #f49326}.annulla{background-color:#dee2e9;color:#334050;border:1px solid #334050}.iconbutton{background-color:rgba(0,0,0,0);color:#000;border:0px;cursor:pointer;transition:background-color 1s;border-radius:10px;font-size:14px;height:45px;margin:1px;padding:0px 5px 0px 5px}.iconbutton:hover{background-color:#dee2e9}.box{position:relative;padding:15px;margin:15px;width:calc(100% - 15px*2);box-sizing:border-box;background-color:#fff;border:1px solid #e4e7ec;border-radius:15px;z-index:2;line-height:25px;-webkit-animation-name:fade;-webkit-animation-duration:2s;animation-name:fade;animation-duration:1s;overflow-x:auto}.scheda{position:relative;display:inline-block;margin:10px;min-height:150px;width:325px;padding:10px;background-color:#fff;border:1px solid #e4e7ec;border-radius:20px;-webkit-animation-name:fade;-webkit-animation-duration:2s;animation-name:fade;animation-duration:1s;overflow-x:auto;cursor:pointer}.scheda:hover{background-color:#f9fafb}.titolo_scheda{color:#1d2938;font-weight:bold;font-size:14px;margin:10px}.title{font-size:18px;font-weight:bold;padding:10px}.subtitle{font-size:14px;font-weight:bold;padding:10px}h1{font-size:18px;font-weight:bold;padding:10px}h2{font-size:14px;font-weight:bold;padding:10px}.form-container{display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group.one-column{grid-column:span 2;display:flex;flex-direction:column;vertical-align:top}.form-group.two-columns{display:flex;flex-direction:column;vertical-align:top}textarea{height:100px;border-radius:10px;padding:0px 10px 0px 10px;border:1px solid #e6e6e6;margin-bottom:5px}.text{border-radius:10px;height:40px;padding:0px 10px 0px 10px;border:1px solid #e6e6e6;margin-bottom:5px}select{border-radius:10px;height:40px;padding:0px 10px 0px 10px;border:1px solid #e6e6e6;margin-bottom:5px}fieldset{border:1px solid #e6e6e6;background-color:#f5f5f5;border-radius:10px}legend{padding:10px;font-weight:bold;border:1px solid #e6e6e6;background-color:#fff;border-radius:10px}.checkbox-container{display:flex;align-items:center;gap:8px}label{margin:0;padding:0;font-weight:bold}.file-upload{position:relative;display:inline-block}.file-upload input[type=file]{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;cursor:pointer}.file-upload-label{display:inline-block;padding:10px 20px;background-color:#0078d4;color:#fff;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.file-upload-label:hover{background-color:#005a9e}.file-name{margin-left:15px;font-style:italic;color:#333}.file-item{display:inline-block;margin:5px;padding:5px;border-radius:10px;font-size:10px;border:1px solid #334050;background-color:#f9fafb;color:#334050}.result{font-size:12px;margin-top:3px}.modal{display:none;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);background-color:rgba(0,0,0,.5);align-items:center;justify-content:center}.modal-content{position:relative;padding:0;border-radius:20px;width:90%;height:80vh;max-height:80vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;background-color:rgba(0,0,0,0)}.modal-content::-webkit-scrollbar{width:0;height:0;display:none}.modal-content iframe{width:100%;height:100%;border:none;border-radius:20px}.worker-modal-content{background-color:#fff;width:90%;max-width:600px;height:80vh;max-height:80vh;overflow-y:auto;padding:20px;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.modal.modal-auto-height .modal-content,.modal.modal-auto-height .worker-modal-content{height:auto;max-height:90vh}.worker-modal-close{top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:24px;line-height:1;font-weight:600;border:1px solid #e6e6e6}.worker-form-group{margin-bottom:15px}.worker-form-group .text,.worker-form-group select,.worker-form-group textarea{width:100%;margin-bottom:0}.worker-cf-input{text-transform:uppercase}.worker-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.close{position:absolute;top:5px;right:5px;background-color:#fff;border-radius:10px;cursor:pointer}#AddModello,#AddRequisito{position:absolute;z-index:9999;background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.2);max-width:90%;height:auto}.loader{border:3px solid #f3f3f3;border-top:3px solid #19213d;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.label_green{display:inline-block;margin-top:5px;padding:2px 8px;border-radius:5px;font-size:10px;background:#e5f9e7;color:#208020}.label_gray{display:inline-block;margin-top:5px;padding:2px 8px;border-radius:5px;font-size:10px;background-color:#f2f4f7;color:#667084}.label_red{display:inline-block;margin-top:5px;padding:2px 8px;border-radius:5px;font-size:10px;background-color:#fcf1f0;color:#cc3621}.label_yellow{display:inline-block;margin-top:5px;padding:2px 8px;border-radius:5px;font-size:10px;background-color:#fffaec;color:#e08638}.alert{border:1px solid #e08638;background-color:#fffaec;color:#e08638}.success{border:1px solid #34b571;background-color:#edfdf4;color:#34b571}.error{border:1px solid #eb4d38;background-color:#fef3f2;color:#eb4d38}#messageBox{transition:opacity 1s}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:9999;flex-direction:column;text-align:center}.loader{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}table{width:100%}th{background-color:#f9fafb;color:#334050;font-size:10px}.td_elenco{border-bottom:1px solid #e4e7ec;padding:5px}.tr_elenco:hover{background-color:#f9fafb;cursor:pointer}#dropZone{border:1px dashed #e6e6e6;border-radius:10px;padding:30px;text-align:center;margin-top:15px;background:#fff;cursor:pointer;transition:all .2s ease}#dropZone.dragover{background:#e1f0ff;border-color:#0056b3}.menu_opt{display:flex;justify-content:space-between;align-items:center;padding:10px;margin-bottom:25px}.menu_opt_back{background-color:#f2f4f7;height:50px;width:auto;border-radius:10px;display:flex;align-items:center;padding:0 5px}.menu_opt_button_active{display:inline-block;background-color:#fff;width:150px;height:35px;line-height:35px;border-radius:10px;padding:5px;cursor:pointer;margin:0 5px 0 5px;box-shadow:0px 0px 2px #f2f4f7;color:#101827;text-align:center;font-weight:600}.menu_opt_button{display:inline-block;position:relative;width:150px;height:35px;line-height:35px;border-radius:10px;padding:5px;cursor:pointer;transition:background-color .5s ease;color:#667084;text-align:center;font-weight:600}.menu_opt_button:hover{display:inline-block;background-color:#fff;width:150px;height:35px;line-height:35px;border-radius:10px;padding:5px;cursor:pointer;font-weight:600}summary{cursor:pointer;font-weight:bold;padding:8px;list-style:none}summary::-webkit-details-marker{display:none}.glass{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.scroll{overflow:auto}@keyframes fade{from{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.icon_svg{height:20px;width:auto;vertical-align:middle;padding:5px}
