@charset "utf-8";
/* CSS Document */
#footer-community .si-light {
	color: #111111 !important;
}
#footer-community .si-dark {
    background-color: #111111;
}
#copyrights .container.border-top {
	border-color: rgba(210,210,210,0.5);
}
@media (max-width: 575.98px) {
	#footer-logo img {
		max-width: 200px;
	}
}

.si-sticky.si-sticky-right-bottom {
	width: 40px;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	transform: translateY(0%);
	transition: all 0.2s ease;
}
.gototop-active .si-sticky.si-sticky-right-bottom {
	bottom: 70px;
}

#line-block {
	position: absolute;
	bottom: 10px;
  right: 50px;
	width: 280px;
	z-index: 399;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#line-block .card-header {
	background-color: #00b900;
}
#line-block .chat-close {
	right: 15px;
	top: 8px;
	font-size: 24px;
}
#line-block .card-header h4, #line-block .card-header a {
    color: #fff;
}
@media (max-width: 575.98px) {
	#line-block {
		width: 230px;
	}
}
