/* .subproject_edit_popup{
	    background: white;
    width: 40%;
    height: 34vh;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 122px;
    z-index: 9;
    box-shadow: 2px 2px 7px 2px #0000006e;
    border-radius: 2px;
    padding: 17px 18px;
} */

/* .subproject_edit_popup {
	background: white;
	width: 1637px;
	height: 84.3vh;
	position: fixed;
	left: calc(200px + 50%);
	transform: translate(calc(-100px - 50%),0);
	margin: auto;
	top: 127px;
	z-index: 9;
	box-shadow: var(--shadow-thin);
	border-radius: var(--border-radius-small);
	padding: var(--padding-mega);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
} */

.subproject_edit_popup {
	/* background: #ffffff66; */
	width: 100%;
	height: 100vh;
	position: fixed;
	left: calc(200px + 50%);
	transform: translate(calc(-100px - 50%), 0);
	margin: auto;
	top: 0;
	z-index: 9;
	/* box-shadow: var(--shadow-popup); */
	box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
	border-radius: var(--border-radius-small);
	padding: var(--padding-mega);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	z-index: 9999999999999999999999999999999999999999999999;
	padding: 200px 400px;
	backdrop-filter: blur(2px);
	background-color: var(--background-pophover) !important;
}

.subproject_edit_popup_container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	box-shadow: var(--shadow-popup);
	border-radius: var(--border-radius-small);
	background: #fff;
	padding: var(--padding-xxlarger-component);
	position: relative;
	gap: 16px;
}

.subproject_edit_popup_container>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	gap: 16px;
	width: 300px;
}

.subproject_edit_popup_container>div input,
.subproject_edit_popup_container>div select {
	height: 40px;
	margin: 4px 0 0px;
}

.parentname {
	/* color: white !important; */
	color: #7451eb !important;
	/* border-radius: 3px;
    padding: 1px 8px; */
	margin: 0 50px;
}

.parentname * {
	color: #7451eb !important;
}

/*debut Calepinage auto*/
.calepinageauto_steps {}

.calepinageauto_steps .mapUtility {
	font-size: 11px;
	width: 80%;
	padding: 5px 3px;
}

.calepinageauto_steps .step_title {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin: 5px 12px;
	padding: 6px 5px;
	border-bottom: 1px solid #8080802b;
}

.calepinageauto_steps .step_title span {}

.popupStadiums .calepinageauto_steps .calauto_step {
	box-shadow: -2px 2px 12px 1px #0002;
	text-align: center;
	border-radius: 2px;
	margin: 12px 2px;
	padding: 10px 2px;

}

.popupStadiums .calepinageauto_steps .content_step {
	text-align: center;
	padding: 9px 12px;
	width: 100%;
	box-sizing: border-box;
}

.calepinage-gazon-panel .calepinageauto_steps .calauto_step {
	/* box-shadow: 2px 2px 6px 1px #0000003d; */
	text-align: center;
	border-radius: 2px;
	margin: 2px 0 0 6px;
	padding: 10px 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.calepinage-gazon-panel .calepinageauto_steps .content_step {
	text-align: center;
	padding: 9px 12px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.stockgazon {
	width: 100%;
}

.stockgazon .tablewrapper {
	width: 100%;
	max-height: 200px;
	overflow: auto;
}

.stockgazon label {
	/*background: red;*/
}

.stockgazon input {
	width: 100% !important;
	border-bottom: 1px solid gray !important;
	border-radius: 0px !important;
}

.stockgazon button {
	background: #7451eb !important;
	color: white !important;
	padding: 5px 3px !important;
	font-weight: 100 !important;
}

.stockgazon table {
	font-weight: bold;
	font-size: 11px;
	width: 100%;
}

.calepinageauto_steps .checkboxSelector {
	display: flex;
	width: 100%;
	font-size: 12px;
	padding: 0px;
	margin: 3px;
}

.calepinageauto_steps .checkboxSelector input {
	width: 20px;
	background: #80808026;
	display: inline;
}

.calepinageauto_steps .checkboxSelector label {
	font-size: 12px;
	font-weight: bolder;
	padding: 6px 5px;
}

.calepinageauto_steps .navigation_step {
	height: 48px;
	padding: 1px 0px;
}

.calepinageauto_steps .actionbtn {
	padding: 16px 8px;
	color: #4a5a6d;
	font-weight: 600;
	box-shadow: 0 3px 6px -3px #929497;
}

.calepinageauto_steps .selected {
	background-color: var(--secondary-color) !important;
	color: white !important;
	box-shadow: 2px 2px 7px 1px var(--secondary-color) !important;
	border: none !important;
}

.calepinageauto_steps .navigatebtn {
	position: absolute;
	height: 27px;
	width: 93px;
	box-shadow: 2px 2px 8px 3px #80808014;
}

.calepinageauto_steps .navigation_step .Preview {
	left: 20px;

}

.calepinageauto_steps .navigation_step .Next {
	right: 20px;
}

/*fin calepinage auto*/

/* Debut dropbox*/
/* #drop-area {
	border: var(--border-dashed);
	border-radius: 10px;

	font-size: 18px;
	color: #aaa;
	margin: 20px 0 0;
	padding: var(--padding-small-component);

	display: grid;
	grid-template-columns: repeat(auto-fit, calc(33.333% - 16px));
	grid-auto-rows: 130px;
	grid-gap: 16px 16px;
	grid-auto-flow: row dense;
	justify-content: space-between;
	justify-items: stretch;
	align-items: start;
	width: 100%;
	height: 80%;
	overflow: auto;
	box-sizing: border-box;
} */

#drop-area.highlight {
	border-color: purple;
}

#fileElem {
	display: none;
}

/* .file {
		width: 146px;
		border: 1px solid transparent;
		display: inline-grid;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
		background: #9e9e9e24;
		margin: 8px 6px;
		padding: 7px 6px;
		box-shadow: 2px 2px 2px #00000024;
	} */
.file {
	width: 100%;
	border: var(--border-thin);
	display: flex;
	text-align: center;
	border-radius: var(--border-radius-small);
	font-size: 13px;
	background: var(--background-color);
	margin: 0;
	padding: 4px 2px !important;
	box-shadow: var(--shadow-thin);
	flex-direction: column;
	height: 130px;
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file .iconfile {
	color: var(--text-color-dark) !important;
	font-size: 32px !important;
}

.file .namefile {
	color: var(--text-color-dark) !important;
	text-overflow: ellipsis;
	overflow: hidden;
}

#drop-area .mini {
	background: red;
}

.filelement {
	position: relative;
	padding: 0 !important;
	margin: 20px;
	max-width: 120px;
	display: block;
}

.filelement .spinner,
.filelement .error,
.filelement .check {
	background: #ffffffe0;
	position: absolute;
	right: 0px;
	left: -6px;
	margin: 16% auto;
	width: 59px;
	text-align: center;
	font-size: 55px !important;
	font-weight: bold !important;
	height: 59px;
	line-height: 57px !important;
	border-radius: 100%;
}

.filelement .spinner {
	color: orange;
	animation-name: spin;
	animation-duration: 5000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/* .filelement .delete_file {
		background: white;
		position: absolute;
		cursor: pointer !important;
		color: red;
		box-shadow: 0px 1px 3px 0px #80808052;
		right: 11px;
		top: -55px;
		width: 23px;
		height: 32px;
		margin: 0px;
		padding: 0px;
		font-size: 23px !important;
	} */
.filelement .delete_file {
	background: white;
	position: absolute;
	cursor: pointer !important;
	color: red;
	box-shadow: var(--shadow-thin);
	right: 1px;
	top: 1px;
	width: 23px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	font-size: 23px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filelement .error {
	color: red;
}

.filelement .check {
	color: green;
}

@keyframes spin {
	from {
		transform: rotate(360deg);
	}

	to {
		transform: rotate(0deg);
	}
}

.popupdropbox .close {
	position: absolute;
	right: 8px;
	top: 2px;
}

.popupdropbox .renameinput {
	width: 90%;
	border-radius: 0px;
	border: 1px solid gray;
	font-size: 11px !important;
}

#fileSelect {
	display: block;
	width: calc(100% - 0px);
	max-width: 168px;
	border: none;
	background-color: var(--secondary-color);
	color: white;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: 700;
	border-radius: 5px;
	box-shadow: 0px 12px 16px -9px #0000003e;

}



/* .adddossierbtn{
		    border: none;
    font-size: 12px;
    padding: 5px 28px;
    border-radius: 0px;
    background: #3e3e3e;
    color: white !important;
	}
	.adddossierbtn i{
    color: white !important;
	} */

.context {
	background: white;
	position: absolute;
	font-size: 12px !important;
	color: #3e3e3e;
	/* right: 0px; */
	z-index: 9;
	box-shadow: 2px 2px 7px #00000073;
	border-radius: 3px;
	padding: 9px 5px;
	/* top: -18px; */
	margin: 20px 1px;
}

.context ul {}

.context li {
	padding: 5px 7px;
	cursor: pointer;
}

/* Fin dropbox*/

#profilelong {
	background: white;
	position: fixed;
	z-index: 999;
	top: 7%;
	width: 50%;
	height: 87vh;
	box-shadow: 2px 2px 8px #000000b3;
	border-radius: 3px;
	padding: 5px 7px;
}

.miltiprojectinone {
	/*  background: red !important;
    position: absolute;
    top: 5px;*/
}

/* .miltiprojectinone_view{
	background: white;
    position: fixed;
    width: 500px !important;
    z-index: 999999999999;
    left: 50%;
    top: 45%;
	transform: translate(-50%, -50%) !important;
	max-height: calc(100vh - 60px);
	overflow-y: scroll;
    /* height: 80vh; *
    padding: 5px 5px;
    /* box-shadow: 2px 2px 7px #0000007d; *
    display: none;
    padding: 4px 32px 32px;
    border-radius: var(--border-radius-medium);
    box-shadow: var(--shadow-thick);
} */
.miltiprojectinone_view {
	z-index: 999999999999;
	/* overflow-x: inherit;
	overflow-y: inherit; */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	gap: 8px;
	box-sizing: border-box;
	/* padding: 0 0px 0; */
	padding: 27px 54px 32px;
	/* padding: 4px 32px 32px; */
	/* border-radius: var(--border-radius-medium);
    box-shadow: var(--shadow-thick); */
	perspective: 800px;
}

.miltiprojectinone_type {
	width: 100%;
	height: 81%;
	transition: transform 0.15s ease;
	transform-style: preserve-3d;
	border-radius: 24px;
}

.miltiprojectinone_type:hover {
	box-shadow: var(--shadow-apple);
	/* transform: translateZ(2px); */
	transform: scale(1.02);
}

.miltiprojectinone_view .material-symbols-outlined {
	font-size: 16px !important;
	position: relative;
	color: var(--secondary-color) !important;
	font-size: 28px !important;
	margin: -6px 0 -6px;
}

.iconType {
	/* height: 100% !important; */
	height: 60px !important;
	vertical-align: middle;
}

.miltiprojectinone_view .close {
	position: absolute;
	right: 9px;
	cursor: pointer;
}

.miltiprojectinone_view .subproject_Icon.material-symbols-outlined {
	font-size: 32px !important;
	position: relative;

}

.miltiprojectinone_view .miltiprojectinone_soubproject {
	cursor: pointer;
	/* padding: 4px; */
	font-size: 12px;
	border-radius: var(--border-radius-small);
	/* box-shadow: var(--shadow-thin); */
	margin: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border: var(--border-thin);
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: #fff !important;
	flex: 0 0 305px;
	height: 188px;
	flex-direction: column;
	/* margin: 8px 0 4px; */
	transition: 0.15s ease-out;
	box-shadow: 0px 5px 9px -8px #bdbecbe8;
	gap: 2px;
	max-width: 298px;
}

.miltiprojectinone_view .subproject_Content {
	width: 100%;
	min-height: 30px;
	align-content: start !important;
	word-wrap: anywhere;
	padding: 8px 16px;
}

.miltiprojectinone_view .miltiprojectinone_soubproject>div {

	/* min-width: 30%; */
	align-content: center;
	display: inline-block;
}

.miltiprojectinone_view .miltiprojectinone_soubproject div:hover {
	/* background: #03a9f478;  */
}

.miltiprojectinone_view img {
	width: 50px;
	/* background: #f0f2fb; */
	background: #ffffff;
	/* background: linear-gradient(rgba(240, 242, 251, 0.88), rgba(240, 242, 251, 0.88)), url('img/grid_bg.jpg'); */
	background-position: center;
	background-size: contain;
	/*cover;*/
	background-repeat: no-repeat;
	max-height: 125px;
	filter: brightness(1.05);
	border-radius: 12px 12px;

}

/*------Prject map css*/
.speech-bubble {
	position: relative;
	background: white;
	border-radius: .4em;
	padding: 0px 0px 16px 1px;
	width: 50px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 18px;
	box-shadow: 2px 2px 8px 3px #00000054;
	display: inline-table;
	text-align: center;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 52%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ffffff;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
	transform: rotate(225deg);
}

.speech-bubble img {
	border-radius: 0.3em;
	max-width: 162px;
}

/*------Fin proejct map css*/

.popupListSave {
	background: #9e9e9e54;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	position: fixed;



}

.popupListSave .containerpopup {
	border-radius: 20px;
	background: white;
	position: fixed;
	left: 0px;
	right: 0px;
	margin: 5% auto;
	width: 30%;
	height: 59vh;
	padding: 2% 3%;
	box-shadow: 2px 2px 15px 4px #00000047;
}

.popupListSave .close {
	float: right;
	cursor: pointer;
}

.popupListSave button {
	border: none;
	background: #6200ee;
	color: white;
	font-size: 12px;
	padding: 10px 12px;
	font-weight: 300;
	letter-spacing: 1px;
	position: relative;
	margin: 5px -14px;
}

.popupListSave .listproject {
	border: 1px solid #6200ee40;
	border-radius: 4px;
	margin-bottom: 4px;
	padding: 3px 9px;
	width: 90%;

}

.popupListSave .listproject_container {
	overflow-y: auto;
	height: 80%;
}

.popupListSave .col {
	display: inline-block;
}

.popupListSave .col-2 {
	width: 16%;
}

.popupListSave .col-10 {
	width: 80%;
}


/*----Save popup*/

.popup_interface .title_popup {}

.popup_interface .fom_input {
	display: grid;
	margin: 12px 0px;
}

.popup_interface .desciption_save {
	border-radius: 3px;
	padding: 5px 7px;
	font-size: 12px;
	margin: 4px 0px;
	outline: none;
	border: 1px solid #80808075;
}

.popup_interface .title_save {
	border-radius: 3px;
	padding: 5px 7px;
	font-size: 12px;
	margin: 4px 0px;
	outline: none;
	border: 1px solid #80808075;
}

.popup_interface .btnsave {
	border: none;
	padding: 9px 17px;
	font-size: 12px;
	letter-spacing: 1px;
}

.popup_interface .savebutton {
	background: var(--secondary-color);
	color: white;
}

.popup_interface .annuler {}


/*Popup licence*/
.popup_licence {
	display: none;
	/* background: white;
	position: fixed;
	top: 45px;
	width: 40%;
	color: #3e3e3e;
	right: 11px;
	text-align: left;
	padding: 5px 7px;
	box-shadow: 0px 3px 7px 0px #00000025;
	border-radius: 6px;
	padding: 20px 23px; */
	background: white;
	position: absolute;
	bottom: 135px;
	color: #3e3e3e;
	right: -259px;
	text-align: left;
	padding: 5px 7px;
	box-shadow: 0px 4px 12px -2px #00000035;
	border-radius: 6px;
	padding: 8px 16px;
	width: 257px;
	box-sizing: border-box;
}

.popup_licence::before {
	display: none;
	background-color: white;
	content: "\00a0";
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: 18.5px;
	left: -8px;
	transform: rotate(47deg) skew(5deg);
	-moz-transform: rotate(47deg) skew(5deg);
	-ms-transform: rotate(47deg) skew(5deg);
	-o-transform: rotate(47deg) skew(5deg);
	-webkit-transform: rotate(47deg) skew(5deg);
	/* box-shadow: 2px 2px 2px 0 rgba(178, 178, 178, .4); */
	z-index: 0;
}

.popup_licence h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin: 0;

}

.popup_licence .col {
	width: 100%;
}

.popup_licence .col>div {
	width: 45%;
	display: inline-grid;
	color: #8080808a;
	margin: 4px 5px;
}

.popup_licence .col>div>span {
	font-size: 14px !important;
}

.popup_licence .outil_active {
	color: #7451eb !important;
}

.popup_licence .uid_licence {
	color: white;
	background: gray;
	padding: 2px 6px;
	border-radius: 15px;
	font-size: 9px !important;
	letter-spacing: 1px;
}

.popup_licence .credit_licence {
	background: #7451eb;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 12px !important;
}

.popup_licence .licenceData>div {
	margin: 5px 4px;
	padding: 5px 9px;
}

/*------DropBox */
.popupdropbox {
	background: white;
	position: fixed;
	z-index: 99;
	width: 60%;
	left: 50%;
	/* top: 65px; */
	top: 90px;
	transform: translateX(-50%);
	/* min-height: 20vh; */
	padding: 6px 12px;
	box-shadow: var(--shadow-medium);
	border-radius: 4px;
	box-sizing: border-box;
	/* height: 84vh; */
	height: 70vh;
	/* right: 0px; */
	margin: 2px auto;
}

/*------Stadium */
.popupStadiums {
	background: white;
	position: fixed;
	z-index: 99;
	/* width: 260px;
    left: 54px /*191px; */
	width: 310px;
	left: 72px;
	top: 65px;
	min-height: 92vh;
	/* padding: 6px 12px; */
	box-shadow: 0px 2px 6px #9e9e9eb3;
	border-radius: 4px;
	box-sizing: border-box;
	height: calc(100vh - 65px);
}

.popupStadiums h4,
.popupStadiums h6 {
	margin: 0px;
}

.popupStadiums hr {
	border-color: #3e3e3e3e;
}

.popupStadiums .close {
	float: right;
	cursor: pointer;
}

/* .popupStadiums select{
border-radius: 3px;
    padding: 5px 7px;
    font-size: 12px;
    margin: 4px 0px;
    outline: none;
    border: 1px solid #80808075;
    /* min-width: 97%; /
    /* max-width: 97%; /
    width: 100%;
} */
/* .popupStadiums input[type="number"] {
border-radius: 3px;
    padding: 5px 7px;
    font-size: 12px;
    margin: 4px 0px;
    outline: none;
    border: 1px solid #80808075;
    /* min-width: 97%; /
    /* max-width: 97%; /
    width: 100%;
} */

/* .popupStadiums input[type="text"] {
border-radius: 3px;
    padding: 5px 7px;
    font-size: 12px;
    margin: 4px 0px;
    outline: none;
    border: 1px solid #80808075;
    /* min-width: 97%; /
    /* max-width: 97%; /
    width: 100%;
} */
.popupStadiums .stadium-actions {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.popupStadiums .stadium-actions>* {
	/* background: red; */
	/* width: 22px !important; */
	/* height: 22px !important; */
	position: static;
	/* border: 1px solid #80808061; */
	/* padding: 5px 9px; */
	border: none;
	/* background: #607d8b26; */
	background: #ccc;
	/* #747b828c;*/
	text-align: center;
}

.popupStadiums .stadium-actions button {
	height: 23px;
	width: 23px;
	display: flex;
	justify-content: center;
	align-content: center;
}

/* .popupStadiums input[type="number"] {
    
    font-size: 11px;
    font-weight: 500;
    padding: 2px 3px;
    max-width: 33px;
    text-align: right;
    border-radius: 0px;
    position: relative;
    right: 10px;
    margin: -1px 3px;
    float: right;
} */
/* 
.popupStadiums input[type="text"] {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 3px;
    max-width: 33px;
    text-align: right;
    border-radius: 0px;
    position: relative;
    right: 10px;
    margin: -1px 3px;
    float: right;
} */

.popupStadiums .stadium-actions_btn {
	position: absolute;
	bottom: 24px;
	width: 100%;

	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 8px;

}

.popupStadiums .stadium-actions_btn button {
	height: 28px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 8px 16px 8px 4px;
	border: none;
}

.popupStadiums .datastadium button {
	height: 28px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 8px 16px 8px 4px;
	border: none;
	margin: 0 16px;
}

.popupStadiums .stadium-actions_btn button span {
	font-size: 18px !important;
}

.popupStadiums .datastadium button span {
	font-size: 18px !important;
}

.popupStadiums .form-element {
	width: 100%;
	margin: 10px 0px;
}

.popupStadiums .datastadium {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	padding: 0 0px;
}

.popupStadiums .listElements {
	background: #3e3e3e12;
	padding: 5px 2px;
	/* margin: 0px -12px; */
	max-height: 63vh;
	overflow: auto;
	min-height: 54vh;
	height: 54vh;
	padding: 7px 11px;
	background: white;
}

.popupStadiums select {
	font-size: 11px;
	/*  padding: 1px 1px;
    margin: 1px 2px 0px 3px;
    width: 154px; */
	border: 1px solid #7451eb22;
	border-radius: 2px;
	padding: 2px 8px;
	margin: 8px 0px 16px;
	width: 200px !important;
	box-sizing: border-box;
	height: 28px;
	background-color: white;
	color: #4a5a6d;
}

.popupStadiums .listElements select {
	font-size: 11px;
	padding: 1px 1px;
	margin: 1px 2px 0px 3px;
	width: 154px;
}

.popupStadiums .listElements>div {
	margin: 5px 3px;
	/* text-align: center; */
	/* border: 1px solid #b180f4; */
	padding: 9px 8px;
	border-radius: 2px;
	background: #f7f8fa;
	font-size: 12px;
	/* letter-spacing: 0px; */
	line-height: 12px;
}

/*.popupStadiums button{
	border: none;
	
} */

.popupStadiums .AddStadium {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.popupStadiums .AddStadium select {
	/* font-size: 10px;
    height: 25px;
    margin: 5px 5px; */

	border: 1px solid #7451eb22;
	border-radius: 2px;
	padding: 2px 8px;
	margin: 8px 0px 16px;
	width: 200px !important;
	box-sizing: border-box;
	height: 28px;
	background-color: white;
	color: #4a5a6d;

}

.popupStadiums .AddStadium h6 {
	font-size: 10px;
	/* height: 23px; */
	font-weight: 800;
	margin: 5px 0px;
}


.popupStadiums .AddStadium button {
	background: var(--secondary-color);
	color: white;
	font-weight: bold;
	width: 28px;
	text-align: center;
	height: 28px;
	padding: 0;
	top: 0;
	margin: 8px 0px 16px;
	border: none;
}

.popupStadiums .datapreview {
	background: #f7f8fa;
	position: fixed;
	bottom: 0px;
	left: 54px;
	padding: 5px 23px;
	width: calc(100% - 54px);
	font-size: 11px;
	box-shadow: 5px -4px 19px 6px #0000002b;
	border-radius: 3px;
	z-index: 99999999;
	box-sizing: border-box;
	height: 60vh;
	resize: vertical;
	overflow: hidden;
}




.popupStadiums .datapreview table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.popupStadiums .datapreview table tbody {
	display: block;
	height: 54vh;
	overflow-y: scroll;
}

.popupStadiums .datapreview table thead,
.popupStadiums .datapreview table tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.popupStadiums .datapreview table tbody tr {
	cursor: pointer;
}

.popupStadiums .datapreview table td,
.popupStadiums .datapreview table th {
	border: 3px solid white;
	padding: 8px;
}

.popupStadiums .datapreview table tr:nth-child(even) {
	background-color: #ecebf8;
}

.popupStadiums .datapreview table tr:hover {
	background-color: #f4f6f9;
}

.popupStadiums .datapreview table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #6541f1db;
	color: white !important;
	font-weight: 100;
	border-radius: 11px 11px 0px 0px;
}

.popupprojectliste {
	background: #00000040;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 99;
}

.popupprojectliste .grid-square {
	background: white;
	width: 68%;
	left: 104px;
	/* right: 19px; */
	position: fixed;
	margin: 4% auto;
	height: 86vh;
	padding: 22px 33px;
	border-radius: 1%;
}

.switchviewheader {}

.switchviewheader li {
	display: inline-flex;
	border: 2px solid #4a5a6d88;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 600;
	/* padding: 5px 15px; */
	overflow: hidden;
}

.switchviewheader li>div {
	background: white;
	width: 30px;
	height: 24px;
	display: grid;
	align-items: center;
}

.switchviewheader .active {
	background: #4a5a6d88;
	color: white;

}

#altemetriechart {
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 0px;
	box-shadow: 0px 0px 3px 0px #00000099;
	left: 78px;
	width: 94%;
	background: white;
	height: 200px
}

button[disabled=disabled],
button:disabled {
	opacity: 0.5;
}

/*--DArkMode*/


/** {
      background-color: #1212125c;
    color: white;
}*/