.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-list li {
  position: relative;
  float: left;
  height:30px;
  line-height: 30px;
  padding:0 10px;
}
.nav-list li a {
 color:white;
 height: 30px;
 line-height: 30px;
}
.search-input {
  border-radius:0;
  border:1px solid #282828;
  height:50px;
  line-height: 50px;
}
.btn { border-radius:0px;}
.card {
 border:1px solid #000;
}
.card-header { border-color:#000; background-color:#000; color:white; font-weight: bold;}
.form-control {
  border-radius:0!important;
  border-color:#000;
}
.result-promo {
  color:white;
}
.list {
  position: relative;
  display: block;
  list-style-type: none;
  margin:0;
  margin-top:25px;
  padding:0;
}
.banner-holder img{
  margin-top:2px;
  border:1px solid #232323;

}
@keyframes blinking {
       0%{
         background-color: #ff3d50;
         color: #ddd;
       }
       100%{
         background-color: #222291;
         color: #fff;
       }
     }
     .blink{
       font-weight: bold;

       /* NAME | TIME | ITERATION */
       animation: blinking 1s infinite;
     }
.text-custom {
  color:#323232;
  font-weight:bold;
}
.statistics {
  color: white;
}
form[action="search.php"] .btn-block {
  width: 300px;
  margin: 0 auto;
}
.card-body.shadow-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-body.shadow-sm .admate-banner-container {
  margin-bottom: 2px;
}