.mapplic-container {
    height: 100vh!important;
    background: #3a3532!important;
}
.mapplic-tooltip {
	background: #f9f4ee!important;
	padding: 20px!important;
	border: 1px solid #c5b59e!important;
}
.mapplic-tooltip h4 { display: none; }
.mapplic-tooltip p {
	color: #202020!important;
	border-bottom: 1px solid #c5b59e!important;
	margin: 0!important;
	padding: 5px 0 5px!important;
}
.mapplic-control-zone.mapplic-top-right {
	top: auto;
    right: 45px;
    bottom: 105px;
}
.mapplic-layer-switcher {
	flex-direction: row-reverse;
	border: 2px solid #918576;
	border-radius: 20px;
	overflow: hidden;
}
.mapplic-layer-switcher>button {
    background-color: #202020;
    border-radius: 0;
    color: #918576;
    cursor: pointer;
    padding: 0 20px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: background .2s;
}
.mapplic-layer-switcher>button.mapplic-active {
    box-shadow: none;
    background-color: #918576;
    border-radius: 0;
    color: #202020;
    transform: scale(1);
    z-index: 100;
}