.panel_view {
	position: absolute;
	top: var(--padding-h-md);
	/* box-sizing: border-box; */
	margin-left: calc(var(--w-sidebar) + var(--padding-h-md) * 2);
	width: var(--panel-width);
	background-color: white;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-radius: 15px;
	border: 1px solid #000;
	max-height: calc(100vh - var(--padding-h-md) - 5rem);
	height: fit-content;
}

.cc-download-btn {
	padding: 0.4rem !important;
	margin-left: 10px !important;
	font-size: 1.3rem !important;
	display: inline !important;
}

table.dataTable tr.selected td,
table.dataTable td.selected {
	box-shadow: inset 0 0 0 9999px var(--theme-color) !important;
}

.floating-panel {
	position: fixed;
	bottom: 1rem;
	left: calc((100vw + var(--w-panel) - var(--w-sidebar)) / 2);
	transform: translateX(-50%);
}

.floating-panel-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.action-button.floating-bar-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: auto;
	border-style: none;
	border: none;
	padding: 0 2rem 0 2rem;
	background-color: var(--c-black);
	box-shadow: 0 0 15px 1 black;
	color: white;
	height: 3rem;
}

.action-button.floating-bar-btn:hover:active {
	background-position: 0 100%;
}

.action-button.map-btn {
	border-radius: 2.5rem 0 0 2.5rem;
}

.action-button.data-btn {
	border-radius: 0 2.5rem 2.5rem 0;
}

.action-button.portrait-btn {
	border-radius: 15px;
	margin-left: 0.9em;
}

.floating-panel-text {
	color: var(--c-white);
	font-size: 1.5rem;
	margin-top: 0.2rem;
	text-align: center;
	font-family: var(--ff-label);
}

.action-button.floating-bar.selection {
	border: solid 2px black;
	background-color: var(--c-black);
}

.floating-bar-btn.material-icons {
	color: black;
	font-size: 2rem;
}

.visit-place-ex {
	width: 100% !important;
	margin-bottom: 20px;
	border-radius: 15px;
}

.btn.btn-default.shiny-download-link.shiny-bound-output {
	color: white;
	background: var(--c-black);
}

@media (max-width: 1170px) {
	.floating-panel {
		display: none;
	}
}
