@charset "windows-1252";

.search-shell { max-width: 900px; margin: 40px auto; }

.btn-search { background: rgb(167, 145, 66); border-radius: 999px; color: rgb(255, 255, 255); padding: 10px 18px; border: 1px solid rgb(129, 105, 21); display: flex; align-items: center; gap: 6px; cursor: pointer; transition: 0.3s ease-out; }

.btn-search:hover { background: rgb(129, 105, 21); }

@media (max-width: 768px) {
  .search-bar { flex-direction: column; border-radius: 30px; }
  .search-field { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; width: 100%; border-bottom: 1px solid rgb(238, 238, 238); margin-bottom: 6px; }
  .search-field:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  .btn-search { width: 100%; justify-content: center; cursor: pointer; }
  .search-field .select2-container .select2-selection--single .select2-selection__rendered { font-size: 2.5rem; }
  .search-field input.form-control { font-size: 2.5rem; }
}

.dtrange { cursor: pointer; font-size: 1.1em; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); border-radius: 4px; border: 0px solid rgb(255, 255, 255); line-height: 1.4; padding: 14px 10px 15px 20px; }

.daterangepicker td.active, .daterangepicker td.active:hover { background-color: rgb(40, 167, 69); border-color: transparent; color: rgb(255, 255, 255); }

.select2-container .select2-selection__arrow { top: 50%; transform: translateY(-50%); right: -25px !important; }

.select2-container--default .select2-selection--single { height: 40px; line-height: 40px; padding-right: 35px !important; }