.navTool{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	float: right;
	border-radius: 33px;
	border: none; 
  	outline: none; 
	cursor: pointer;
    padding: 0px;
    width: 48px;
	height: 48px;
    line-height: 38px;
    text-align: center;
	color: #3794ae;
	background-color: #3794ae;
}
.navBar{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	float: right;
	padding: 0px;
    width: 40px;
	z-index: 1200;
}
.navTool:after{
	opacity: 0;
}
.navTool.show{
    transition: opacity .35s;
    opacity: 1;
}
.navContent {
	position: fixed;
    right: 20px;
	bottom: 20px;
    padding: 5px 5px 5px 1px;
	width: 48px;
    border-bottom-left-radius: 100%40px;
	border-bottom-right-radius: 100%40px;
	border-top-left-radius: 100%40px;
	border-top-right-radius: 100%40px;
	border-width:3px;
	border-style:solid;
	border-color:#3794ae;
    overflow: visible;
    display: none;
	font-size: 28px;
	background-color: white;
}
.navContent > div > button {
	color: #3794ae;
}

.navContent > div > button >img {
	height: 28px;
	width: 28px;
}

.navContent > div > button > .navBtn{
	stroke: #3794ae;
}
.navContent > div {
	margin-top: 0;
    margin-bottom: 2px;
}
.navBar .navBtnDiv .navTool img {
	height: 36px;
	width: 36px;
}
.navButton {
    cursor: pointer;
    border-radius: 10px;
    border: none; 
  	outline: none;
    width: 40px;
    line-height: 38px;
    text-align: center;
	background-color: transparent;
	padding-block-end: 1px;
	padding-block-start: 1px;
	padding-inline-end: 6px;
	padding-inline-start: 6px;
}
.navColoringBtn{
	filter: brightness(0) saturate(100%) invert(42%) sepia(59%) saturate(455%) hue-rotate(145deg) brightness(92%) contrast(95%);
}
.navColoringBtn.close{
	filter: brightness(0) saturate(100%) invert(51%) sepia(0%) saturate(71%) hue-rotate(172deg) brightness(97%) contrast(85%);
}
.closeBtn {
    position: absolute;
    color: black;
    top: -10px;
    right: -10px;
}
.dragging {
  pointer-events: none;
}
.cookie-message-close{
  height: 20px;
  float: right;
  font-weight: bold;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.cookie-message{
  background-color: #fae9dd;
  opacity: 0.9;
  min-height: 45px;
  padding: 5px 10px;
  display: none;
  z-index: 9999;
}
.cookie-message.show{
  display: block;
}