.material-tabs.quicktabs-wrapper {
  padding-bottom: 2rem;
}
.material-tabs ul.quicktabs-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem -20px;
  padding: 0.7rem 0.7rem 0.7rem 0;
  list-style: none;
  border: 0;
  border-radius: 0.25rem;
  background-color: #2bbbad;
  -webkit-box-shadow:
    0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow:
    0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.material-tabs ul.quicktabs-tabs li {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  cursor: pointer;
}
.material-tabs .quicktabs-tabs > li > a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  border: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.material-tabs .quicktabs-tabs > li.active > a,
.material-tabs .quicktabs-tabs > li.active > a:hover,
.material-tabs .quicktabs-tabs > li.active > a:focus {
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.material-tabs .quicktabs-main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1rem;
  padding-top: 3rem !important;
  word-wrap: break-word;
  border: 0;
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: border-box;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
