:root {
	--border-width: 1px;
}

#cimico_openPanelButton {
	position: absolute;
	top: 37px;
	right: 0;

	width: 100px;
	height: 50px;

	background-color: rgba(74, 192, 117, 0.96);
	color: white;
	padding: 5px;
	font-size: 14px;
}

#cimico_panel {
	position: absolute;
    top: 0;
    right: -425px;
    transition: 1s;
    overflow-wrap: anywhere;
    width: 400px;
    height: 100%;
    background-color: #262627ed;
    backdrop-filter: blur(16px);
    font-size: 14px;
    border-left: 1px solid #4e4e4e;
	box-shadow: 0px 0px 17px #000000e6;
}

#cimico_closePanelButton {
	height: 50px;

	background-color: rgba(194, 42, 42, 0.96);
}

#cimico_toggleEntry {
	margin: 10px;

	color: white;
	padding: 5px;

	background-color: rgba(194, 42, 181, 0.96);
}

#cimico_toggleEntry:hover, #cimico_openPanelButton:hover, #cimico_closePanelButton:hover {
	opacity: 0.8;
}

.cimico_entry {
	margin: 10px;

	color: white;
	background-color: #4e4e4e;
	padding: 5px;
}