/* Circle */
.circle {display: inline-block; position: relative; text-align: center; line-height: 1.2;}
.circle canvas {vertical-align: top;}
.circle strong {position: absolute; top: 70px; left: 5px; width: 100%; text-align: center; line-height: 40px; font-size: 30px;}
.circle strong i {font-style: normal; font-size: 0.6em; font-weight: normal;}
.circle span {position:absolute; top:60px; left:34px; display: block; color: #aaa;}
h4.circle-desc {margin-bottom:0px;}

/* Connections graph */
div.timeline-navigation-zoom-reset {-moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; float: left; height: 36px; padding: 10px; text-decoration: none; width: 36px; background: url('../img/timeline_zoomreset.png') no-repeat center; }


.loading {
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-top-color: #B00D24;
	border-left-color: #B00D24;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}
.loading::before {
	background-color: #fff;
	height: 100%;
	opacity: 0.2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
}
.popover-360 .popover-content {
	position: relative;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  height: 100%
}

.Aligner-item {
  width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-top-color: #B00D24;
	border-left-color: #B00D24;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}


.side-body .close_chat {
	position: absolute;
	top: 0px;
	right:5px;
	display:none;
	color: #a1a1a1;
	transition: 0.3s ease-all;
	font-size: 16px;
}
.side-body .close_chat:hover{
	color: #4D4D4D;
}

.side-body .benef-card:hover .close_chat {
	display: block;
}