.progress {
  width: 150px;
  height: 150px !important;
  float: left; 
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}
.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 12px solid #d3d3d3;
	position: absolute;
	top: 0;
	left: 0;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  color: #000;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.tile .progress-bar {
  border-color: #009999;
}
.progress.tile .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.blue .progress-bar {
  border-color: #28bad6;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar {
  border-color: #ffc107;
}
.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}
.progress.yellow .progress-left .progress-bar {
  animation: none;
}
.progress-title{
	display: inline-grid;
	width: 100%;
	text-align: -webkit-center;
}
.btn.acpt-btn{
	padding: 3px 6px;
	font-size: 13px;
	color: #ffffff;
	background-color: var(--primary_lightorange);
	border-radius: 4px;
}
.btn.rjct-btn{
	padding: 3px 6px;
	font-size: 13px;
	color: #ffffff;
	background-color: var(--danger);
	border-radius: 4px;
}
@keyframes loading-1 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
  }
}
.card-comments .card-comment .img-sm {
	height: 40px !important;
	width: 40px !important;
	border-radius: 100%;
}
.no-noti{
	width: 250px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	flex-direction: column;
}
.no-noti img{
	width: 30%;
}
.no-noti p{
	
}
.datetime{
	width:25px !important;
	height:25px !important;
	border-radius: 0 !important;
}
.comment-text{color:#676363 !important;}
.user-block img{
	width:30px !important;
	height:30px !important;
}
.user-block .username{
	margin-left:40px !important;
	margin-top: 3px !important;
	font-size:14px;
}
.card-comment .username{
	font-size:14px;
}
.noticomment{font-size:14px;}
.wrapper {
    height: unset;
}
.noRecords img{
	width:350px;
	margin:0px auto;
}
.chartbtn{
	width:65px;
}