@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.validation_field {
	border: 2px solid red;
}

[class^="btn"] {
	cursor: pointer;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

:root {
	--poppins: 'Poppins', sans-serif;
	--lato: 'Lato', sans-serif;

	--light: #F9F9F9;
	--blue: #4070f4;
	--light-blue: #CFE8FF;
	--grey: #eee;
	--dark-grey: #AAAAAA;
	--dark: #342E37;
	--light-orange: #FFE0D3;
}

html {
	overflow-x: hidden;
}

body.dark {
	--light: #0C0C1E;
	--grey: #060714;
	--dark: #FBFBFB;
}

body {
	background: var(--grey);
	overflow-x: hidden;
}

.modal-content {
	background: var(--light);
}

ul {
	padding-left: 0;
}

.remember-style {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: left;
	align-items: center;
}

.remember-style label {
	color: #999;
	font-size: 12px !important;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 700;
}

.remember-style input {
	position: relative !important;
	width: 15px;
	height: 15px;
	margin: 5px;
	vertical-align: bottom;
}

ul.dropdown-menu {
	max-height: 75vh;
	overflow: auto;
	margin-bottom: 1rem;
}

.dropdown-menu li {
	cursor: pointer;
}

button.waves-effect a {
	display: inline-block;
	width: 100%;
}

/* #region inventario */
section.inventario .blog-info p {
	font-size: 0.8rem !important;
}

/* #endregion inventario  */

/*----------------------------------------
	SIDEBAR 
------------------------------------------*/
#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: var(--light);
	z-index: 2000;
	font-family: var(--lato);
	transition: .3s ease;
	overflow-x: hidden;
	scrollbar-width: none;
}

#sidebar::state(webkit-scrollbar) {
	display: none;
}

#sidebar.hide {
	width: 60px;
}

#sidebar .brand {
	font-size: 24px;
	font-weight: 700;
	height: 56px;
	display: flex;
	align-items: center;
	color: var(--blue);
	position: sticky;
	top: 0;
	left: 0;
	background: var(--light);
	z-index: 500;
	box-sizing: content-box;
}

#sidebar .brand .bx {
	min-width: 60px;
	display: flex;
	justify-content: center;
}

#sidebar .side-menu {
	width: 100%;
	margin-top: 48px;
}

#sidebar .side-menu li {
	height: 48px;
	background: transparent;
	margin-left: 6px;
	border-radius: 48px 0 0 48px;
	padding: 4px;
}

#sidebar .side-menu li.active {
	background: var(--grey);
	position: relative;
}

#sidebar .side-menu li.active::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: -40px;
	right: 0;
	box-shadow: 20px 20px 0 var(--grey);
	z-index: -1;
}

#sidebar .side-menu li.active::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	bottom: -40px;
	right: 0;
	box-shadow: 20px -20px 0 var(--grey);
	z-index: -1;
}

#sidebar .side-menu li a {
	width: 100%;
	height: 100%;
	background: var(--light);
	display: flex;
	align-items: center;
	border-radius: 48px;
	font-size: 16px;
	color: var(--dark);
	white-space: nowrap;
	overflow-x: hidden;
}

#sidebar .side-menu.top li.active a {
	color: var(--blue);
}

#sidebar.hide .side-menu li a {
	width: calc(48px - (4px * 2));
	transition: width .3s ease;
}

.logout {
	background: none;
	text-decoration: none;
	border: none;
	font-size: 18px;
	color: var(--blue);
}

#sidebar .side-menu.top li a:hover {
	color: var(--blue);
}

#sidebar .side-menu li a .bx {
	min-width: calc(60px - ((4px + 6px) * 2));
	display: flex;
	justify-content: center;
}

.brand_okone {
	font-size: 14px !important;
	font-weight: 100 !important;
	height: auto !important;
	margin: 0 !important;
	padding-bottom: 20px;
	color: var(--dark) !important;
}

.brand_okone:hover {
	color: var(--blue) !important;
}

.text_small {
	overflow-x: hidden;
	min-width: 200px;
}

#width-icons {
	transform: rotate(90deg);
	cursor: pointer;
	width: 15px;
	margin-right: 5px;
}

#land_here {
	background: var(--light);
}


/*----------------------------------------
	NAVBAR 
------------------------------------------*/
#content nav {
	height: 56px;
	background: var(--light);
	padding: 0 24px;
	display: flex;
	align-items: center;
	grid-gap: 24px;
	font-family: var(--lato);
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
}

#content nav::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: -40px;
	left: 0;
	border-radius: 50%;
	box-shadow: -20px -20px 0 var(--light);
}

#content nav a {
	color: var(--dark);
}

#content nav .bx.bx-menu {
	cursor: pointer;
	color: var(--dark);
}

#content nav .nav-link {
	font-size: 16px;
	transition: .3s ease;
}

#content nav .nav-link:hover {
	color: var(--blue);
}

#content nav form {
	max-width: 400px;
	width: 100%;
	margin-right: auto;
}

#content nav form .form-input {
	display: flex;
	align-items: center;
	height: 36px;
}

#content nav form .form-input input {
	flex-grow: 1;
	padding: 0 16px;
	height: 100%;
	border: none;
	background: var(--grey);
	border-radius: 36px 0 0 36px;
	outline: none;
	width: 100%;
	color: var(--dark);
}

#content nav form .form-input button {
	width: 36px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--blue);
	color: var(--light);
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 0 36px 36px 0;
	cursor: pointer;
}

.notification {
	font-size: 20px;
	position: relative;

}

.notification i {
	color: #0d6efd;
}

.num_home {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid white;
	background: rgb(251, 76, 47);
	color: white;
	font-weight: 700;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content nav .profile img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
	margin-left: 20px
}

#content nav .switch-mode {
	display: block;
	min-width: 50px;
	height: 25px;
	border-radius: 25px;
	background: var(--grey);
	cursor: pointer;
	position: relative;
}

#content nav .switch-mode::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: calc(25px - 4px);
	background: var(--blue);
	border-radius: 50%;
	transition: all .3s ease;
}

#content nav #switch-mode:checked+.switch-mode::before {
	left: calc(100% - (25px - 4px) - 2px);
}


/*----------------------------------------
	BOX NOTIFICHE 
------------------------------------------*/
.notifi-box-dashboard {
	width: 300px;
	height: 0px;
	opacity: 0;
	position: absolute;
	top: 57px;
	right: 15px;
	transition: 0.3s opacity, 250ms height;
	background-color: var(--light);
}

.notifi-item-dashboard {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: initial;
}

.notifi-item-dashboard:hover {
	background-color: #eee;
}

.notifi-item-dashboard img {
	display: block;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
}

.text-box-dashboard h4 {
	color: #777;
	font-size: 16px;
	margin-top: 10px;
}

.text-box-dashboard p {
	color: #aaa;
	font-size: 12px;
}


/*----------------------------------------
	MAIN 
------------------------------------------*/
#content main {
	width: 100%;
	padding: 0px 20px;
	/*34px 24px*/
	font-family: var(--poppins);
	height: calc(100vh - 56px);
	overflow-y: auto;
}

#content main .head-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 16px;
	flex-wrap: wrap;
}

#content main .head-title .left h1 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--dark);
	text-align: initial;
}

#content main .head-title .left .breadcrumb {
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

#content main .head-title .left .breadcrumb li {
	color: var(--dark);
}

#content main .head-title .left .breadcrumb li a {
	color: var(--dark-grey);
	pointer-events: none;
}

#content main .head-title .left .breadcrumb li a.active {
	color: var(--blue);
	pointer-events: unset;
}

.btn-download {
	height: 36px;
	padding: 0 16px;
	border-radius: 36px;
	background: var(--blue);
	color: var(--light) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
	font-weight: 500;
	text-decoration: none;
	border: none;
}

.fisso_ricerca {
	background-color: #efefef;
	width: 100%;
	top: 0 !important;
	padding-top: 34px;
	z-index: 999;

}

#content main .box-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	grid-gap: 10px;
	margin-top: 36px;
}

#content main .box-info li {
	padding: 10px;
	background: #efefef;
	border-radius: 20px;
	display: flex;
	grid-gap: 10px;
	border-bottom: 1px solid var(--grey);

}

#content main .box-info li .bx {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content main .box-info li .text h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 0;
}

#content main .box-info li .text p {
	color: var(--dark);
	margin-bottom: 0;
	font-size: 14px;
}

.row_filtro_gestionale {
	display: flex;
}

.column_filtro_gestionale {
	flex: 0, 8;
	padding: 5px;
	text-align: center;
	justify-content: center;
}

.large {
	flex: 3;
	text-align: right;
}

.large1 {
	width: 350px;
}

#content main .table-data {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px;
	margin-top: 24px;
	width: 100%;
	color: var(--dark);
	/* min-height: 80vh; */
}

#content main .table-data>div {
	border-radius: 20px;
	background: var(--light);
	padding: 24px;
	/* overflow-x: auto; */
}

#content main .table-data .head {
	display: flex;
	align-items: center;
	grid-gap: 16px;
	margin-bottom: 24px;
}

#content main .table-data .head h3 {
	margin-right: auto;
	font-size: 24px;
	font-weight: 600;
}

#content main .table-data .head .bx {
	cursor: pointer;
}

#appointments_table_type th, #appointments_table_type td {
	padding: 0 1rem !important;
	/* width: 16%; */
	/*padding-right: 40px;*/
}

#center_product {
	text-align: center;
}

#content main .table-data .order {
	flex: 1;
}

#content main .table-data .order table {
	width: 100%;
}

#content main .table-data .order table th {
	padding-bottom: 12px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid var(--grey);
}

#content main .table-data .order table td {
	padding: 1rem .5rem 1rem 0;
}

#content main .table-data .order table td p {
	font-size: 14px;
	/*padding-right: 10px; */
}

#content main .table-data .order table tr td:first-child {
	align-items: center;
	grid-gap: 12px;
	padding-left: 6px;
}

#content main .table-data .order table tbody tr:hover {
	background: var(--grey);
}

tr.hover {
	background: var(--grey);
}

#content main .table-data .order table tr td .status {
	font-size: 10px;
	display: block;
	width: 100px;
	text-align: center;
	padding: 6px 0px;
	border-radius: 20px;
	font-weight: 700;
}

.appuntamenti_oggi_content td {
	border-bottom: 1px solid var(--grey);
	width: 15%;
	padding-right: 20px;
}


/*----------------------------------------
	CONTENT 
------------------------------------------*/
#content {
	position: relative;
	width: calc(100% - 280px);
	left: 280px;
	transition: .3s ease;
}

#sidebar.hide~#content {
	width: calc(100% - 60px);
	left: 60px;
}

/*quadrati classi
.box_status_dashboard{
    text-align: center;
    justify-content: center;
    margin-top: 5px;
}
.box_status_etichetta{
    width: 90px;
    border-radius: 3px;
    padding-bottom: 3px;
}
.etichetta_status{
    text-align: center!important;
    font-size: 12px!important;
    font-weight: 500;
}*/


/*----------------------------------------
	ETICHETTE COLOR 
------------------------------------------*/
.SCHEDULED {
	background-color: rgb(179, 239, 211);
	color: #333;
	border: solid 1px rgb(179, 239, 211);
}

.CONFIRMED {
	background-color: rgb(73, 131, 231);
	color: white;
	border: solid 1px rgb(73, 131, 231);
}

.DRAFT {
	background-color: rgb(192, 65, 255);
	color: white;
	border: solid 1px rgb(192, 65, 255);
}

.PENDING {
	background-color: rgb(251, 233, 131);
	color: #333;
	border: solid 1px rgb(251, 233, 131);
}

.ASSIGNED {
	background-color: rgb(255, 173, 70);
	color: white;
	border: solid 1px rgb(255, 173, 70);
}

.SUCCESS {
	background-color: rgb(22, 167, 101);
	color: white;
	border: solid 1px rgb(22, 167, 101);
}

.INPROGRESS,
.IN_PROGRESS {
	background-color: rgb(231, 231, 231);
	color: #333;
	border: solid 1px #333;
}

.CANCELED {
	background-color: rgb(251, 76, 47);
	color: white;
	border: solid 1px rgb(251, 76, 47);
}

.FAILED {
	background-color: rgb(255, 117, 55);
	color: white;
	border: solid 1px rgb(255, 117, 55);
}

.icon_spostamento_magazzino {
	font-size: 24px;
}

/*----------------------------------------
	Mailbox / Messages
------------------------------------------*/
.collection.mailbox .collection-item.avatar :not(.circle-clipper)>.circle {
	left: 20px;
}

.collection.mailbox .collection-item {
	padding: 0px 0px;
}

.collection.mailbox .from {
	font-size: 80%;
	display: block;
	opacity: 0.8;
}

.collection.mailbox .title {
	text-transform: none;
}

.collection.mailbox.messages .title {
	text-transform: uppercase;
}

.collection.mailbox .collection-item.avatar img {
	position: absolute;
	top: 20px;
	margin-top: 0px;
}

.collection .collection-item .maillink {
	color: var(--dark-700);
	padding: 15px 20px 15px 75px;
	display: inline-block;
	width: 100%;
}

.collection.mailbox .collection-item.avatar .secondary-content {
	position: absolute;
	top: 40px;
	margin-top: 0px;
	right: 15px;
}

.collection.mailbox .time {
	position: absolute;
	top: 0%;
	margin-top: 15px;
	right: 20px;
	font-size: 80%;
	opacity: 0.8;

}

.collection.mailbox .mail-reply {
	position: relative;
	padding: 20px;
	vertical-align: top;
	margin-bottom: 0px;
}

.collection.mailbox .mail-reply label {
	left: 20px;
}

.collection.mailbox.messages p {
	padding-right: 30px;
}

.mailview .title {
	margin-bottom: 10px;
}


/*----------------------------------------
	AREA UTENTI
------------------------------------------*/
.profile_user_img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.box-botton_azioni {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

.box-botton_azioni span {
	cursor: pointer;
}

.box-furgone {
	flex: 2;
	text-align: right;
}

.box-furgone i {
	width: 34px !important;
}


/*----------------------------------------
	ASSEGNAZIONE PRODOTTI
------------------------------------------*/
.table-items_appuntamenti_assegnare_tecnici {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px;
	margin-top: 24px;
	width: 100%;
	color: var(--dark);
}

.table-items_appuntamenti_assegnare_tecnici>div {
	border-radius: 20px;
	background: var(--light);
	padding: 24px;
	overflow-x: auto;
}

.table-items_appuntamenti_assegnare_tecnici .head {
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

.table-items_appuntamenti_assegnare_tecnici .head h3 {
	margin-right: auto;
	font-size: 20px;
	font-weight: 600;
}

.table-items_appuntamenti_assegnare_tecnici .head .bx {
	cursor: pointer;
}

.order_items_assegnare_tecnici {
	flex-grow: 1;
	flex-basis: 500px;
}

.order_items_assegnare_tecnici table {
	width: 100%;
	border-collapse: collapse;
}

.order_items_assegnare_tecnici table th {
	padding-bottom: 12px;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	border-bottom: 1px solid var(--grey);
	width: 12%;
}

#nome-items-box {
	width: 40% !important;
	text-align: left !important;
}

.order_items_assegnare_tecnici table td {
	padding: 16px 0;
	text-align: center;
}

.order_items_assegnare_tecnici table tbody tr:hover {
	background: var(--grey);
}

.schede_items_tecnico_assegnazione {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 1020px;
	overflow-y: auto;
	padding: 10px;
	box-sizing: border-box;
}

.scheda_items_tecnico_assegnazione {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 12px;
}

.scheda_items_tecnico_assegnazione h5 {
	font-size: 16px;

}

.scheda_items_tecnico_assegnazione li {
	display: flex;
}

.scheda_items_tecnico_assegnazione li i {
	font-size: 16px;
}

.strumenti-assegnare-btn {
	border-top: 1px solid var(--grey);
	padding-top: 12px;
	display: flex;
	gap: 24px;
}

.number_select-items {
	border: none;
	padding: 5px;
	width: 100%;
	text-align: center;
}

.name-tecnico-items {
	border-bottom: 1px solid #efefef;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 12px;
}



/*----------------------------------------
	ASSEGNAZIONE APPUNTAMENTI
------------------------------------------*/
.head-title_appuntamenti_assegnare {
	display: flex;
	align-items: baseline;
	justify-content: space-around;
	grid-gap: 16px;
	flex-wrap: wrap;
}

.head-title_appuntamenti_assegnare .left_appuntamenti_assegnare h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--dark);
}

.breadcrumb_appuntamenti_assegnar {
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

.breadcrumb_appuntamenti_assegnar li a {
	color: var(--dark-grey);
	pointer-events: none;
}

.breadcrumb_appuntamenti_assegnar li a.active {
	color: #0d6efd;
	pointer-events: unset;
}

.box_tecnico_appunta {
	display: flex;
	margin-bottom: 20px;
}

.box-info-tecnico {
	flex: 1;
}

.box-info-tecnico-n {
	flex: 0;
}

.btn-assegnazione_salva {
	height: 36px;
	padding: 0 16px;
	border-radius: 36px;
	background: #4070f4;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
	font-weight: 500;
}

.box-info_appuntamenti_assegnare {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap: 24px;
	/*margin-top: 36px;*/
}

.box-info_appuntamenti_assegnare li {
	padding: 15px;
	background: var(--light);
	border-radius: 20px;
	display: flex;
	align-items: center;
	grid-gap: 24px;
}

.box-info_appuntamenti_assegnare li .bx {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-info_appuntamenti_assegnare li:nth-child(1) .bx {
	background: #0d6efd;
}

.box-info_appuntamenti_assegnare li:nth-child(2) .bx {
	background: #ffad46;
}

.box-info_appuntamenti_assegnare li:nth-child(3) .bx {
	background: #e7e7e7;
	border: 1px solid #333333;
}

.box-info_appuntamenti_assegnare li .text h3 {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 0;
}

.box-info_appuntamenti_assegnare li .text p {
	color: var(--dark);
	margin-bottom: 0;
}

.table-data_appuntamenti_assegnare_tecnici {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px;
	margin-top: 24px;
	width: 100%;
	color: var(--dark);
}

.table-data_appuntamenti_assegnare_tecnici>div {
	border-radius: 20px;
	background: var(--light);
	padding: 20px;
	/*overflow-x: auto;*/
	height: 90vh;
	margin-bottom: 20px;
}

.table-data_appuntamenti_assegnare_tecnici .head {
	display: flex;
	align-items: center;
	grid-gap: 16px;
	margin-bottom: 24px;
}

.table-data_appuntamenti_assegnare_tecnici .head h3 {
	margin-right: auto;
	font-size: 20px;
	font-weight: 600;
}

.table-data_appuntamenti_assegnare_tecnici .head .bx {
	cursor: pointer;
}

.order_appuntamenti_assegnare_tecnici {
	flex-grow: 1;
	flex-basis: 500px;
}

.order_appuntamenti_assegnare_tecnici table {
	width: 100%;
	border-collapse: collapse;
}

.order_appuntamenti_assegnare_tecnici table th {
	padding-bottom: 12px;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid var(--grey);
}

.order_appuntamenti_assegnare_tecnici table td {
	padding: 16px 0;
}

.order_appuntamenti_assegnare_tecnici table tr td:first-child {
	display: flex;
	align-items: center;
	grid-gap: 12px;
	padding-left: 6px;
}

.order_appuntamenti_assegnare_tecnici table td img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}

.order_appuntamenti_assegnare_tecnici table tbody tr:hover {
	background: var(--grey);
}

.order_appuntamenti_assegnare_tecnici table tr td .status {
	font-size: 10px;
	padding: 6px 16px;
	color: var(--light);
	border-radius: 20px;
	font-weight: 600;
	display: block;
	text-align: center;
	width: 100px;
}

.intervento_scavo {
	background: var(--blue);
}

.intervento_fibra {
	background: var(--yellow);
}

.intervento_assistenza {
	background: var(--orange);
}

.schede_tecnico_assegnazione {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 90%;
	overflow-y: auto;
	padding-right: 10px;
	box-sizing: border-box;
}

.counter {
	background-color: #e7e7e7;
	border-radius: 50px;
	text-align: center;
	color: #333333;
	padding: 2px;
	margin: 0;
	align-items: center;
	width: 30px;
	height: 30px;
}

.counter strong {
	vertical-align: sub;
}

.box-assegnazione_app-tecnico {
	padding-right: 10px;
}

.box-assegnazione-height {
	max-height: 300px;
	overflow: auto;
}

.scheda_tecnico_assegnazione {
	width: calc(33.33% - 10px);
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 13px;
}

.scheda_tecnico_assegnazione h5 {
	font-size: 16px;
}

.scheda_tecnico_assegnazione li {
	display: flex;
}

.scheda_tecnico_assegnazione li i {
	font-size: 16px;
}

/*.appuntamenti_assegnare_tecnici {
	flex-grow: 0.3;
} */
.box_appuntamenti_assegnare {
	width: 100%;
	max-height: 93%;
	overflow-x: auto;
	overflow-y: auto;
	padding-right: 10px;
	box-sizing: border-box;
}

.appuntamenti_assegnare_tecnici_lista li {
	margin-bottom: 16px;
	background: var(--grey);
	border-radius: 10px;
	padding: 14px 20px;
	justify-content: space-between;
	align-items: center;
	cursor: grab;
}

.appuntamenti_assegnare_tecnici_lista li:active {
	cursor: grabbing;
}

.appuntamenti_assegnare_tecnici_lista li p {
	margin-bottom: 0;
	font-size: 14px;
}

.appuntamenti_assegnare_tecnici_lista li .bx {
	cursor: pointer;
}

.appuntamento_type_1 {
	border-left: 10px solid #0d6efd;
}

.appuntamento_type_2 {
	border-left: 10px solid #ffad46;
}

.appuntamento_type_3 {
	border-left: 10px solid #e7e7e7;
}

.appuntamento_type_4 {
	border-left: 10px solid #00ffff;
}

.appuntamento_type_5 {
	border-left: 10px solid #ff5050;
}

.appuntamento_type_6 {
	border-left: 10px solid #ff0066;
}

.tipologia_1,
.tipologia_2,
.tipologia_3,
.tipologia_4,
.tipologia_5,
.tipologia_6 {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
}

.tipologia_1 {
	background-color: #0d6efd;
}

.tipologia_2 {
	background-color: #ffad46;
}

.tipologia_3 {
	background-color: #e7e7e7;
}

.tipologia_4 {
	background-color: #00ffff;
}

.tipologia_5 {
	background-color: #ff5050;
}

.tipologia_6 {
	background-color: #ff0000;
}

.appuntamenti_assegnare_tecnici_lista li:last-child {
	margin-bottom: 0;
}

.info_boxs p {
	margin-bottom: 0;
}

.secondary_appopintment strong {
	text-transform: uppercase;
	font-size: smaller;
	color: red;
}

/*----------------------------------------
	ASSEGNAZIONE APPUNTAMENTI - singolo
------------------------------------------*/
.scheda_tecnico_assegnazione-singolo {
	height: 100%;
}

#box-singolo-content-app-tec {
	display: flex !important;
}

.box-assegnazione-height-singol {
	max-height: 90%;
	overflow: auto;
}

.btn-filter_tecnici {
	height: 36px;
	padding: 0 16px;
	border-radius: 36px;
	background: var(--light);
	color: var(--blue);
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid var(--blue);
}


/*----------------------------------------
	STOCK PRODOTTI
------------------------------------------*/
#products_table-width th {
	width: 20%;
	padding-right: 20px;
}

#products_table-width td {
	width: 20%;
	padding-right: 20px;
}

#products_table-id {
	width: 5% !important;
	font-weight: 900 !important;
}

#products_table-azioni {
	text-align: center !important;
}

#dashboard_table-width th {
	width: 14%;
}

#dashboard_table-width td {
	width: 14%;
}

#dashboard_table-width-10 {
	width: 10% !important;
}

.leggenda-items {
	justify-items: center;
	text-align: center;
	margin-top: 0 !important;
}

.tooltip-container {
	position: relative;
}

.tooltip-content {
	visibility: hidden;
	width: 100%;
	background-color: #4070f4;
	color: #f9f9f9;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 1;
	bottom: 125%;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-content {
	visibility: visible;
	opacity: 1;
}

.alert-product-missing {
	text-align: left;
	color: red;
	font-size: small;
	text-transform: uppercase;
	font-weight: 400;
}

.flex-modal-tipologia {
	flex: 1;
}

.box-prodotti-table_aggiunti {
	margin-top: 10px;
	margin-bottom: 20px;
}

#all_products_create {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 10px 0;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border-radius: 0.375rem;
	border: var(--bs-border-width) solid var(--bs-border-color);
}

#all_products {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 10px 0;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border-radius: 0.375rem;
	border: var(--bs-border-width) solid var(--bs-border-color);
}

.flex-modal-tipologia small {
	padding: 0.375rem 0.75rem;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	top: 10px;
	position: relative;
	width: 100%;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

.products_list-delete {
	display: flex;
}

.order-flex-modal {
	display: flex;
	margin-bottom: 50px;
}

.order-flex-modal-flex {
	flex: 1;
}

.modal-flex-right {
	text-align: right;
}

.modal-footer {
	margin-top: 12px;
}

#modal_table-width th {
	text-align: center !important;
}

#modal_table-width td {
	font-size: 12px;
	text-align: center;
}

.swal2-show {
	box-shadow: -1px 0px 20px 0px black;
}

.swal2-container {
	font-family: var(--poppins);
}

.loader {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: calc(100% - 56px);
	background-color: rgb(0, 0, 0, 0.5);
}

.spinner_loader {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid;
	border-color: var(--light) transparent;
	animation: l1 1s infinite;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* fatturato */
#economics_table td {
	padding: 16px 16px 16px 0 !important;
}

#economics_table p {
	margin: 0 !important;
}

#economics_table i {
	font-size: 1.2rem !important;
	margin-left: 1rem !important;
}

.revenue_header .select2-container {
	width: 100% !important;
}

.revenue_header .select2-selection--multiple {
	padding-left: 1rem;
	border-radius: 15px !important;
}

.revenue_header .select2-search textarea {
	padding-bottom: 2rem !important;
}


@keyframes l1 {
	to {
		transform: rotate(.5turn)
	}
}

/*----------------------------------------
	RESPONSIVE 
------------------------------------------*/

@media screen and (max-width: 768px) {
	#sidebar {
		width: 200px;
	}

	#content {
		width: calc(100% - 60px);
		left: 200px;
	}

	#content nav .nav-link {
		display: none;
	}

	.table-items_appuntamenti_assegnare_tecnici {
		grid-template-columns: 1fr;
	}

	.scheda_items_tecnico_assegnazione {
		width: 100%;
	}

	#content main .box-info {
		grid-template-columns: repeat(3, 1fr);
	}

	#content main .table-data .order table td p {
		font-size: 0.75rem;
		padding-right: 20px;
	}

	#content main .table-data .order table th {
		font-size: 0.75rem;
		padding-right: 20px;
	}

	.scheda_tecnico_assegnazione h5 {
		font-size: 0.75rem;
	}

	.box-info_appuntamenti_assegnare {
		grid-template-columns: repeat(3, 1fr);
	}

	.table-data_appuntamenti_assegnare_tecnici>div {
		width: 100%;
	}

}

@media screen and (max-width: 576px) {
	#content nav form .form-input input {
		display: none;
	}

	#content nav form .form-input button {
		width: auto;
		height: auto;
		background: transparent;
		border-radius: none;
		color: var(--dark);
	}

	#content nav form.show .form-input input {
		display: block;
		width: 100%;
	}

	#content nav form.show .form-input button {
		width: 36px;
		height: 100%;
		border-radius: 0 36px 36px 0;
		color: var(--light);
		background: var(--red);
	}

	#content nav form.show~.notification,
	#content nav form.show~.profile {
		display: none;
	}

	#content main .box-info {
		grid-template-columns: repeat(3, 1fr);
	}

	#content main .table-data .head {
		min-width: 420px;
	}

	#content main .table-data .order table {
		min-width: 420px;
	}

	#content main .table-data .todo .todo-list {
		min-width: 420px;
	}

}