.commonStyle__zt3BrandBg{
  background-color:#00bb87;
}
.commonStyle__zt3Brand{
  color: #00BB87;
}
.commonStyle__zt3Brand:hover{
  text-decoration: underline;
}
#headerContent{
  padding-bottom: 0;
}
.Input__headerSearch{
  background: #F8FAFC;
}
.SearchContainer__globalSearch{
  border: 1px solid #e7eaee;
}
.Header_searchTop{
  margin-top: 5em;
}
.titleWelcome{
  text-shadow: none;
}
.Header__description{
  margin: -1rem auto 1rem;
}
#articleReview{
  display: none;
}
#searchContainer1{
  margin-top: 3em;
}
.iconeCardWidget{
        width: 50px;
    }
    .cardWidget{
        background: #00BB87;
        width: 35%;
        padding: 35px;
        border-radius: 5px;
        cursor: pointer;
        transition: 200ms;
    }
    .cardWidget a{
      text-decoration: none;
      color: #fff;
    }
    .cardWidget:hover{
      background: #00a879;
    }
    .cardWidgetLeft{
      background: #2A4154;
      margin-left: 3em;
    }
    .cardWidgetLeft:hover{
      background: #253a4b;
    }
    .container_cardWidget{
      display: flex;
      justify-content: center;
      margin-left: 5%;
      margin-right: 5%;
    }
.Button__footerBtn{
  background: #00BB87;
}
.Button__footerBtn:hover{
  background: #00a879;
}
.Icon__brand{
  color: #00BB87;
}
.Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active{
  color: #00BB87;
  border-bottom: 0.1875rem solid #00BB87;
}
.Header__tabsTab:hover, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover{
  color: #00BB87;
  border-bottom: 0.1875rem solid #00BB87;
}
#portal_tabsignin:active{
  color: #00BB87;
  border-bottom: 0.1875rem solid #00BB87;
}
#portal_tabsignin:hover{
  color: #00BB87;
  border-bottom: 0.1875rem solid #00BB87;
}
#portal_tabsignup:active{
  color: #00BB87;
  border-bottom: 0.1875rem solid #00BB87;
}
#portal_tabsignup:hover{
  color: #00BB87;
  border-bottom: 0.1875rem solid #00BB87;
}
@media (max-width: 360px) {
  .container_cardWidget{
      flex-direction: column;
    align-items: center;
    }
  .cardWidget{
        width: 100%;
    }
  .cardWidgetLeft{
    margin-top: 3em;
    margin-left: 0;
  }
}
@media (max-width: 768px){
  .cardWidget{
    width: 80%;
  }
  .container_cardWidget{
      margin-left: 0;
      margin-right: 0;
    }
}
