.custom-menu {
	display: none;
	position: absolute;
	top: 170px; 
	left: 11px; 
	z-index: 10;
	background-color: var(--btn-color);
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 10px;
	width: 180px;
}

.custom-menu-button {
	display: block;
	width: 100%;
	padding: 5px 10px;
	text-align: left;
	background-color: var(--btn-color);
	border: none;
	cursor: pointer;
	 
	 margin-top: 10px;
	 margin-bottom: 10px;
  
}
.custom-menu-button:hover {
	background-color: #e0e0e0;
}
.custom-menu-line {
	height: 1px;
	background-color: #ccc;
	margin: 5px 0;
}

@media (min-width: 576px) {
.btn-export {
	top:70px!important;
}
}

.btn-export {
	position: relative;
	background-color: var(--btn-color);
	border-bottom-color: black;
	border-left-color: black;
	border-right-color:black;
	border-top-color:black;
	color: var(--btn-text-color);
	width: 170px;
	height: 35px;
	left: -1px; 
	top:45px;
	margin-left: 11px;
	font-family: NewsGothicBTWebLight, Arial, Verdana, Helvetica, sans-serif ;
	cursor:pointer;
	padding:5px;
	font-weight: 550;
	font-size:0.875rem;
	z-index:100;
}

.btn-export:hover {
	border-bottom-color: black;
	border-left-color: black;
	border-right-color:black;
	border-top-color:black;
}

#option_label_custom{
	padding-top: 3px;
	fill: var(--btn-text-color);
}

#optionCustom:hover + #option_label_custom,
#optionCustom:focus + #option_label_custom,
#optionCustom:checked + #option_label_custom{
	fill:var(--btn-hover-text-color);

}