/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 22 2025 | 16:03:08 */
.dv-menu-dt {
	display: grid;
	align-content: center;
	grid-template-columns: 50px 1fr;
	gap: 10px 10px;
	width: 135px;
	align-items: center;
}
.closebtn {
	width: 100vw;
	height: 100vh;
	top: 0;
	position: inherit;
}
.list-menu {
	padding: 15px 0px;
	z-index: 999999;
	width: 250px;
	background: black;
	position: inherit;
	height: 100vh;
}
.sidepanel {
	width: 0;
	position: absolute;
	z-index: 999;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #000000b8;
	overflow-x: hidden;
	transition: 0.5s;
}
.sidepanel a {
	padding: 15px 10px;
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
	text-align: center;
	border-bottom: 2px solid #1b1b1b;
}
.list-menu a:hover {
	background: #292929;
}
.openbtn {
	color: white;
	background: transparent;
	border: navajowhite;
	font-size: 35px;
}
/*----------------------dropdown-------------------------------*/
button.dropdown-btn {
	width: 50px;
	padding: 10px;
	margin-top: -50px;
	float: inline-end;
	font-size: 20px;
	color: #818181;
	display: block;
	border: none;
	background: none;
	outline: none;
}
.dropdown-container {
	display: none;
	background-color: #414141;
}
.fa-caret-down {
	float: right;
	padding-right: 8px;
}
