.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: transparent;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-bottom: 2px solid #e8e8e8;
}

.tab button:hover {
  border-bottom: 2px solid #b4b4b4;
}

.tab button.active {
  border-bottom: 2px solid #5badda;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.w-200 {
  min-width: 15rem;
}
