.Tabs__Button,
.Tabs__Button:hover {
    color: #6B26BA;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 16px;
    text-decoration: underline;
}

.Tabs .Tabs__Button.active {
    background-color: #6B26BA !important;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none; 
}

.tab-area-1 {
  color: #0A91BB !important;
}
.tab-area-2 {
  color: #156064 !important;
}
.tab-area-3 {
  color: #CA2E55 !important;
}
.tab-area-4 {
  color: #F58351 !important;
}
.tab-area-1.active {
  background: #0A91BB !important;
	color: white !important;
}
.tab-area-2.active {
  background: #156064 !important;
	color: white !important;
}
.tab-area-3.active {
  background: #CA2E55 !important;
	color: white !important;
}
.tab-area-4.active {
  background: #F58351 !important;
	color: white !important;
}