.campaigns-component{
    padding-bottom:120px;
}

.campaign-tab-content {
    display: none;
}
   
.campaign-tab-content.active {
    display: block;
}

.noMatch {
  width: 200px;
  height: 173px ;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}
 
.error-msg {
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  max-width: 443px;
  line-height: 28.8px;
  letter-spacing: 0px;
  margin: auto;
  text-align: center;  
  color: var(--gray-text-strong, #2C3059);
}

.result {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  max-width: 443px;
  line-height: 25.6px;
  letter-spacing: 0%;
  margin: auto;
  text-align: center;
  color: var(--gray-text, #6A6D87);
}
