.tab-panel {
  display: none;
}
.tab-panel:not(.not-transition) {
  transition: all 0.4s ease;
}

.tab-panel.active {
  display: block;
}
