.gm-main-form {
  padding: 0;
}

.gm-search-container {
  padding: 10px 30px 40px;
  width: 100%;
  height: 100%;
  background-color: #f4f6f7;
}

.gm-form-div {
  display: flex;
  height: 35px;
  margin: 20px auto 0;
  height: 50px;
}

.gm-form-input {
  width: 100%;
  color: #777;
  font: 14px Arial, sans-serif;
  box-shadow: none;
  border-radius: 0px !important;
  height: 50px;
  border: none;
  border-bottom: 1px solid #8080806b;
}

.gm-form-button {
  background-color: #3252ad;
  color: #ffffff;
  border-radius: 0px !important;
  margin-left: 0px;
  height: 50px;
}

.gm-search-options-container {
  padding-top: 0px;
  width: 100%;
  display: flex;
}

.gm-search-options-container > div:first-of-type {
  padding-left: 15px !important;
  margin-left: 0;
}
.gm-search-options-container > div:last-of-type {
  padding-right: 15px !important;
}

.gm-search-options-container > div {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0;
}

.gm-selector {
  width: 100%;
  height: 50px;
}

.gm-no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gm-search-option {
  margin-bottom: 10px;
}

.select2-container {
  width: 100% !important;
  height: 50px !important;
}

.filter-container {
  width: 100%;
  margin: 20px auto;
}
.filter-button {
  background-color: #e5e5e5;
  width: 150px;
  border-radius: 0px !important;
  margin: auto;
}

.search-summary {
  position: relative;
  text-align: left;
  font-size: 14px;
  margin: 0px 15px 20px;
  color: #868c93;
}
.search-summary::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #6e7480;
  opacity: 0.3;
}
.search-summary > span {
  position: relative;
  display: inline-block;
  background: #f4f6f7;
  padding-right: 15px;
}
.select2-selection__rendered {
  line-height: 50px !important;
}
.select2-container .select2-selection--single {
  height: 50px !important;
}
.select2-selection__arrow {
  height: 50px !important;
}
span.select2-selection--simple[aria-expanded="true"] {
  border-color: blue !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-dropdown {
  border: none !important;
}

.gm-card-list {
  margin-bottom: 40px;
}
.gm-card {
  background-color: #fff;
  width: 100%;
  height: 110px;
  padding: 15px;
  display: flex;
  position: relative;
}
.gm-card-img {
  width: 70px;
  height: 100%;
  margin-right: 20px;
}
.gm-card-img > img {
  width: 70px;
  height: 70px;
  background-size: contain;
}

.gm-card-title {
  font-weight: bold;
  font-size: 18px;
}
.gm-card-subtitle {
  font-weight: 400;
  font-size: 15px;
}

.gm-card-new-flag {
  position: absolute;
  top: 0;
  right: 0;
}

.gm-card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.gm-card-text > i {
  display: inline-block;
  width: 14px;
  text-align: center;
  margin-right: 4px;
}

.gm-card:hover {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.gm-card-timestamp {
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}

.gm-card-timestamp > span > i {
  display: inline-block;
  width: 14px;
  text-align: center;
  margin-right: 4px;
}

.gm-card:not(:last-child) {
  border-bottom: none;
}

.gm-card {
  border: 1px solid #e3e2e4;
}

.gm-pagination {
  position: relative;
  width: 100%;
}

.gm-pagination-counter {
  position: absolute;
  left: 30px;
}

@media (min-width: 992px) {
  .gm-space-padding {
    padding-right: 15px !important;
  }
}

@media (max-width: 992px) {
  .gm-md-display-none {
    display: none;
  }
  .gm-md-display-block {
    display: block !important;
  }

  .gm-form-button {
    margin-left: 0;
  }

  .gm-search-options-container > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .select2-dropdown {
    border: 1px solid #aaa !important;
  }

  .gm-search-option {
    margin-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .gm-card-title {
    font-size: 16px;
  }
  .gm-card-subtitle {
    font-weight: 400;
    font-size: 14px;
  }
  .gm-card-img {
    width: 40px;
    height: 100%;
    margin-right: 10px;
    display: flex;
  }
  .gm-card-img > img {
    width: 40px;
    height: 40px;
    background-size: contain;
    margin: auto;
  }

  .gm-card-text,
  .gm-card-text > i,
  .gm-card-timestamp,
  .gm-card-timestamp > o {
    font-size: 12px;
  }

  .gm-search-container {
    padding: 0 0px 30px;
  }

  .gm-pagination-counter {
    top: -25px;
  }

  .gm-search-container > .container {
    padding: 0 !important;
  }
}
