/*Empty States*/
.no-results-found{
  padding: 10px 0 35px 0;
  text-align: center;
}

.no-results-found-icon{
  margin-bottom: 15px;
}

.no-results-found-icon svg {
  fill: #999999;
}

.mmt-theme-dark .no-results-found-icon svg {
  fill: #999999;
}

.no-results-found .no-results-found-title{
  font-size: 22px;
  display: block;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.no-results-found .no-results-found-description{
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.no-results-found-option-container{
  margin-bottom: 60px;
}

.no-results-found-option{
  border: 1px solid #dcdcdc;
  padding: 50px 30px 50px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.no-results-found-option-icon{
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.no-results-found-option-icon img{
  height: 45px;
}

.no-results-found-option-icon object:hover{
  cursor: pointer;
}

.no-results-found-option-title{
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  text-align: center;
  color: #3f393d;
}

.mmt-theme-dark .no-results-found-option-title{
  color: #F8F9FA;
}

.no-results-found-option-description{
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .no-results-found-option{
    margin-bottom: 30px;
  }
}
