/*
 Theme Name:   Application Ezeecam
 Theme URI:    https://www.ezeecam.com/
 Description:  Ezeecam application
 Author:       Digimeo
 Author URI:   https://www.app.ezeecam.com/
 Version:      1.0
*/
@charset "UTF-8";
/* main colors
white : #fff
light grey : #f5f5f7
purple : #7451ebs
light purple : #e2daff
yellow : #fdc500
grey : #3e3e3e
50% grey : #c1c1c1
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');

/*Mesures pannel*/
/* .mesures-pannel{
	height: calc(100vh - 70px);
	z-index: 99999999999999;
	width: 286px;
	position: absolute;
	top: 65px;
	right: 0;
	background-color: white;
} */
/* .mesures-pannel h3{
	display: block;
	font-size: 12px;
    color: #4a5a6d;
    font-weight: 600;
    letter-spacing: -.5px;
    margin: 0;
	padding: 8px 16px;
} */
/* .pannel-header{
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	max-width: 286px;
	background-color: #f7f8fa;
}
.pannel-header h2{
	text-align: center;
    text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 0;
} */
.mesure_block{
	margin: 22px 0 32px;
}
.mesure-tools{
	margin: 16px 0;
	display: none !important;
}
.mesure-tools .container_mesure_tools{
	margin: 0 16px;
	display: grid;
    grid-auto-flow: row dense;
	grid-template-columns: repeat(3, 65px);
	grid-template-rows: repeat(auto-fit, 65px);;
	gap: 16px;
}
.mesure-tools .mesure_disable{
	opacity: .4;
}
.mesure-tools .container_mesure_tools > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #85858514;
	width: 64px;
	height: 70px;
	box-sizing: border-box;
}

.mesure-tools div img{
	width: 32px;
}
.mesure-tools div span{
	font-size: 10px;
}
.mesure-list{
	max-height: 490px;
}
.list_mesures ul{
	padding: 0 4px;
	overflow-y: scroll;
	height: calc(100vh - 170px);
}
.list_mesures ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	border: 1px solid #b7b7b744;
	padding: 4px 8px 0;
	margin: 0 0 6px;
	border-radius: 8px;
	box-shadow: 0px 1px 10px -6px #8e8e8e44;
	background-color: white;
	}

.list_mesures ul li > div:first-of-type{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mesureName{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.settings-panel-container{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	font-size: 11px;
	text-align: center;
	padding: 0px 0 4px;
	margin: 4px 0;
	/* border-bottom: 1px solid #b7b7b7; */
}

.list_mesures ul li span{
	font-size: 12px;
	line-height: 1;
}
.list_mesures ul li span.id-mesure{
	font-weight: 600;
}
.list_mesures ul li span.infos_item_eye{
	-ms-flex-preferred-size: 110px;
	-webkit-flex-basis: 110px;
	flex-basis: 110px;
	max-width: 110px;
	cursor: pointer;
}

.list_mesures ul li span.infos_item_delete {
	-ms-flex-preferred-size: 20px;
	-webkit-flex-basis: 20px;
	flex-basis: 20px;
	max-width: 20px;
	cursor: pointer;
}
.list_mesures ul li span.id-mesure, 
.list_mesures ul li span.titre-mesure, 
.list_mesures ul li span.info_item_number{
	-ms-flex-preferred-size: 71px;
	-webkit-flex-basis: 71px;
	flex-basis: 71px;
	max-width: 71px;
}
.list_mesures ul li span.infos_item_delete span{
	color: #ff5470;
}