@media only screen and (max-width: 768px) {
    .btn-submit{
      margin: 5px 0px;
      width: 100%;
    }
    .filter{
        margin: 5px 0px;
    }
    .filter-2{
        margin: 10px 0px 5px 0px;
    }
  }


.bg-gradient-primary {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#02132d 10%,#02132d 100%);
    background-size: cover;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 200px !important;
}

.dropdown button {
  background-color: #fff !important;
  border-color: #ccc !important;
  color: #666 !important;
}