.portal-portlet-themeNavigation {
  min-height: 150px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 2.5rem;
  background-color: DarkGrey;
  color: White; }
  .portal-portlet-themeNavigation .select-ent {
    margin-top: 15px;
    border-radius: 0;
    background-color: white;
    -webkit-appearance: none;
    width: 100%; }
  .portal-portlet-themeNavigation .input-wrap {
    position: relative;
    display: inline;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%; }
    .portal-portlet-themeNavigation .input-wrap span {
      border: none;
      background: none;
      background-color: white;
      top: 25%;
      right: 1rem; }
  .portal-portlet-themeNavigation .dropdown-arrow {
    width: 150px;
    background-color: white; }