.counter-panel {
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.counter-panel i {
  font-size: 40px !important;
  color: #272727!important;
}

.counter-panel h1 {
  margin-top: 20px !important;
  color: #272727!important;
}

.counter-panel h3 {
  color: #272727!important;
}



.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	overflow-x:scroll;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

