spese-rows,
spese-row{width:calc(100% + 10px);margin-left:-10px;border-radius:var(--border-radius-btn);padding:5px 0px 5px 10px;}
spese-row:nth-child(odd){background:#f5f5f5;}
spese-head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;}

.container_modal_spese{padding:30px;width:900px;}
.container_form_spese{width:900px;padding:40px;}

@media screen and (max-width:700px){
	/* .container_modal_spese{width:100%}
	
	.spese_head_table,
	spese-head{display:flex!important;flex-wrap:wrap;}
	.spese_head_table div,
	spese-head div{flex-grow:1;min-width:24%;max-width:24%;}
	.control_spese{max-width:none!important;margin-bottom:5px;text-align:center!important;justify-content:center!important;}
	.container_form_spese{width:100%;padding:40px;} */
	.container_modal_spese{width:100%;padding:10px 15px;}
	.spese_head_table{display:flex;flex-wrap:wrap;}
	.spese_head_table div{width:100%;display:flex;}
	.spese_head_table div label{width:100%;}
	.spese_head_single{display:none;}
	spese-row{width:100%;margin-left:0px;padding:10px;}
	spese-row div{display:flex;width:100%;}
	spese-row label{font-weight:600;display:inline-block;width:100%;}
	spese-row spese-head{display:flex!important;flex-wrap:wrap;}
	spese-row spese-head span{white-space:nowrap;}
	.control_spese{margin-top:10px;width:100%;text-align:center;justify-content:center;}
	.container_form_spese{width:100%;padding:15px;}
	.container_form_spese c-input-group{flex-wrap:wrap;}
	.title_spese{flex-wrap:wrap;gap:0px;margin-bottom:10px;}
	.title_spese h3{width:100%;}
}