.detail-left--nav .search-form {
  position: relative;
}

.search-form--title {
  position: relative;
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #215eb9;
  font-size: 20px;
  font-weight: bold;
}

.detail-left--nav .search-form .form-group.row > .col-md-12 {
  margin-bottom: 8px;
}

.list-page-1 .detail-left--nav {
  padding-bottom: 20px;
}

.detail-left--nav .search-form .form-group.row > .col-md-12:last-child {
  margin-bottom: 0;
}

.detail-left--nav .search-form .form-group label {
  font-size: 15px;
  font-weight: normal;
  color: #313131;
  padding: 0;
  margin: 6px 0;
}

.detail-left--nav .search-form .c-daterangepicker > .c-daterangepicker-target {
  background-color: #fff;
}

@media (min-width: 1025px) {
  .list-page-1 > div > .change-module {
    min-height: 492px;
  }

  .list-page-1 .detail-left--nav.c-sticky {
    padding-bottom: 16px;
  }

  .list-page-1 > div.col-md-3 > .change-module.c-sticky {
    min-height: 300px;
  }
}

.list-page-1 .change-module > .title .title-content {
  justify-content: space-between;
  width: 100%;
}

.list-page-1 .change-module > .title .title-content .search-result--status {
  color: #313131;
  font-size: 13px;
  letter-spacing: 0;
  align-items: flex-end;
  line-height: 18px;
}

.list-page-1 .change-module > .title .title-content .search-result--status b {
  color: #215eb9;
  font-weight: bold;
}
