.wrap {
  margin: 0;
  background: #f9fbfd;
  min-height: calc(100vh - 100px);
  font-size: 14px;
  padding: 50px;
}

.custom-nav-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.custom-nav-tabs .nav-tab {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

.custom-nav-tabs .nav-tab.active {
  background: #ffffff;
  color: #222;
}

.custom-nav-tabs .nav-tab {
  text-decoration: none;
}

.custom-nav-pane {
  display: none;
  /* background: #ededed; */
}

.custom-nav-pane.active {
  display: inherit;
}

.custom-nav-panes {
  clear: both !important;
}