.container-tabs {
  border: solid 1px #CCC;
  text-align:left;
  margin-top: 1px;
  padding: 30px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
  min-height: calc(100vh - 350px);
}

.container-tabs h2 { 
  margin-left: 15px;  
  margin-right: 15px;  
  margin-bottom: 10px; 
  color: #5685bc; 
}

.container-tabs p { 
  margin-left: 15px; 
  margin-right: 15px;  
  margin-top: 10px; 
  margin-bottom: 10px; 
  line-height: 1.3; 
  font-size: small; 
}

.container-tabs ul { 
  margin-left: 25px; 
  font-size: small; 
  line-height: 1.4; 
  list-style-type: disc; 
}

.container-tabs li { 
  padding-bottom: 5px; 
  margin-left: 5px;
}

.selects-first-tab, .selects-third-tab {
  height: 100%;
  overflow-y: overlay;
  padding-bottom: 3px;
}

#tabs-header {
  height:30px; 
  padding-right: 2px;
  margin-top: 20px;
  margin-bottom: -1px;
  position: absolute;
  z-index: 2;
}
  
#tabs-header li {
  float:left; 
  list-style:none; 
  border-top:1px solid #ccc; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc; 
  margin-right:5px; 
  border-top-left-radius: 9px;  
  border-top-right-radius: 9px;
  outline:none;
  margin-bottom: -1px;
  border-bottom: 1px solid white;
}

#tabs-header li a {
  font-family: 'Greycliff', sans-serif;
  font-size: 14px;
  font-weight: bold; 
  color: #6603E5;;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px; 
  display:block; 
  background: #FFF;
  border-top-left-radius: 9px; 
  border-top-right-radius: 9px; 
  text-decoration:none;
  outline:none;
}

#tabs-header li.inactive a{
  color:#E0E0E0;
  outline:none;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px; 
}

#tabs-header li.inactive {
  border: none;
}

#tabs-header li.inactive a:hover, #tabs-header li.inactive a:hover {
  color: #6603E5;
  outline:none;
}

.tab-select-logo {
  display: flex;
  padding-bottom: 25px;
}