/*
Theme Name: DGT Snippets
Template:   twentytwentyfive
*/

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.popup-menu {
	display: none; /* Hidden by default */
	position: absolute; /* Position relative to its parent or the viewport */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 15px;
	background-color: black;
	border: 1px solid white;
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	z-index: 1; /* Ensure it appears above other content */
}

.popup-menu.show {
	display: block; /* Show when the 'show' class is added by JavaScript */
}

.tbsettings {
	font-size: 15px;
	width: 70px;
	text-align: center;
	background-color: transparent;
	border: 1px solid white;
	color: white;
}

.td-exit-settings {
	text-align: right;
}

.closebutton {
	background-color: transparent;
	border: 1px solid white;
	color: white;
}
