.subscribe form {
  width: 600px;
  margin: 20px auto;
  padding: 30px 40px;
  background-color: #f6f5f5;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.subscribe form select {
  padding: 0 20px;
  border: none;
}


.subscribe form select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 20px 0 0;
}

div.dataTables_wrapper div.dataTables_filter input {
  padding: 7px 25px;
}

@media only screen and (max-width: 767px) {
  .subscribe form {
    width: auto;
    margin: 20px auto;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
.views-exposed-form .bizwheel-btn.theme-2 {
  width: fit-content;
  border-radius: 10px;
  margin-top: 1.8em;
}

.views-exposed-form .bizwheel-btn.theme-2.reset-btn {
  background-color: darkgrey;
}
 #edit-title, #edit-field-year-from-value,#edit-field-year-to-value {
  padding-left: 30px;
}

.views-exposed-form #edit-title,.views-exposed-form #edit-field-year-from-value,.views-exposed-form #edit-field-year-to-value {
  height: 50px;
  border: 1px solid rgba(204, 204, 204, 0.58);
  width: 100%;
  display: block;
  border-radius: 0px;
  padding: 0px 40px 0 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight:normal;
}
.views-exposed-form .clearfix  {
display: flex;
  justify-content: space-between;
  align-items: center;
}
