.resposinve-menu-item span {
    display: none;
}

.resposinve-menu-item.active {
    color: #187061;
}

.resposinve-menu-item.active span {
    display: block;
}

.resposinve-menu-item.active svg path {
    stroke: #187061;
}

.scrollbar-config::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


.scrollbar-config::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-config::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar-config::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}

/* make input type number arrows disapper */
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-arrows[type=number] {
  -moz-appearance: textfield;
}