.minitoolsidebarleft {
	position: fixed;
	top: 65px;
	z-index: 999999999;
	/* background-color:var(--background-light); */
	background-color: #ffffffdd;
	/*#767680;/*#747B82 /* #3e4651*/
	/* width: 72px; */
	width: 64px;
	height: calc(100dvh - 65px);
	animation-duration: 350ms;
	/* box-shadow: 8px 0 8px -8px #e0e0e0; */
	box-shadow: var(--shadow-popup);
	backdrop-filter: blur(8px);
}

.minitoolsidebarleft nav {
	padding-top: 3px;
	width: 64px;
	display: grid;
	grid-auto-rows: 68px 1px;
	color: white;
	grid-gap: 16px;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	margin: 0 auto;
	/* box-shadow: var(--shadow-thin); */
}

.minitoolsidebarleft nav.helptools {
	grid-auto-rows: 52px 1px;
	grid-gap: 2px;
}

.minitoolsidebarleft nav>div {
	width: 52px;
	height: 49px;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.minitoolsidebarleft nav>div:hover {
	border-radius: 12px;
	box-shadow: inset 0 0 32px -4px #ffffff4f;
	color: white;
	transition: .15s;
}

.minitoolsidebarleft nav>div.actif {
	border-radius: 1px 0 0 1px;
	box-shadow: inset 0 0 32px -4px #ffffff;
	color: #3e4651;
	transition: .15s ease-in;
	background: ghostwhite;
	filter: none !important;
}


.minitoolsidebarleft nav>div>img,
.minitoolsidebarleft nav>div>.img {
	/* filter: brightness(200); */
	/* filter: grayscale(100); */
	display: block;
	width: 28px;
	/* box-shadow: var(--shadow-medium); */
	/* background-color: var(--background-component); */
	padding: 0px 1px 0;
	border-radius: 0px;
	/* margin: 4px 0 2px; */
	margin: 0 0 0;
	/* border: 1px solid #b7b7b733; */
	color: #7857eb !important;
	height: 32px;
}


.minitoolsidebarleft nav>div.actif {
	transition: .08s ease;
	/* border: 1px solid #7451eb; */
	box-shadow: 0 4px 16px -2px #7451eb26;
	margin: 3px 0px 6px;
	filter: none !important;
	/* box-shadow: 0 0 32px -4px #b7b7b733; */
	border: 1px solid transparent;
	border-radius: 12px;
	background: linear-gradient(#fefeff, #fefeff) padding-box, linear-gradient(90deg, rgba(65, 0, 141, 1) 0%, rgba(144, 11, 194, 1) 100%) border-box;
}

.minitoolsidebarleft nav>div:hover,
.minitoolsidebarleft nav>div:hover {
	/* border: 1px solid #7451eb; */
	background-color: #e8e9eb;
	transition: .18s ease;
	border-radius: 12px;
}


.minitoolsidebarleft nav>div.actif:hover {
	border: 2px solid transparent;
	transition: .18s ease;
}

.left-pannel div.actif {
	transition: .08s ease;
	border: 1px solid #7451eb;
	box-shadow: 0 4px 24px -2px #7451eb66;
	filter: none !important;
}

.minitoolsidebarleft hr {
	width: 20px;
	margin: 0 auto 0;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid #5f6368;
}

.toolhelper {
	position: absolute;
	bottom: 16px;
	width: 72px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* gap:10px; */
}

.toolhelper span {
	/* filter: brightness(200); */
	text-align: center;
}

.minitoolsidebarleft .sliderToggle {
	background-color: #5b626c;
	border: 1px solid #4f545b;
	min-height: 16px;
	min-width: 32px;
}

.minitoolsidebarleft input[type="checkbox"]:checked::before {
	display: none;
}

.minitoolsidebarleft input:checked+.sliderToggle {
	background-color: #dadae8b0;
	/* #f8f8ffb0;*/
	border: 1px solid transparent;
}

.minitoolsidebarleft input:checked+.sliderToggle::before {
	background-color: #6541f1;
	/* #7451eb;*/
}


.minitoolsidebarleft .toolhelper>div {
	width: 54px;

	padding: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.angleMagnet {
	font-size: 10px;
	padding: 16px;
	width: 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;

}

.angleMagnet .switchToggle {
	min-height: 16px;

}

.angleMagnet.disabled,
.angleMagnet *:disabled,
.angleMagnet .disabled {
	cursor: not-allowed !important;
	opacity: .5 !important;
}