header {
  margin-bottom: 230px;
}
main > .container {
  max-width: 1200px;
}

.caixa-de-pesquisa {
  display: flex;
  gap: 0.1%;
  width: 500px;

  padding-bottom: 30px;
}
/* Grid */
.col-sm-6 {
  width: 40%;
}

.form-select-sm {
  margin-right: 1px;
  margin-left: 1px;
  width: 60%;
}
.form_filtro {
  float: right;
}

#search:hover {
  background-color: #f7f5f5f4;
  border-color: rgba(52, 51, 51, 0.238);
}
label {
  font-size: 18px;
}
.pagination {
  float: right;
  margin: 0 0 5px;
}
.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: rgb(193, 44, 44);
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}
.pagination li a:hover {
  color: #666;
}
.pagination li.active a,
.pagination li.active a.page-link {
  background: #b31313;
}
.pagination li.active a:hover {
  background: #484747c6;
}
.pagination li.disabled i {
  color: rgb(27, 26, 26);
}
.page-item.disabled {
  margin-right: 5px;
  background-color: #fff;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}
table.table td a {
  font-weight: bold;
  color: #ff0000;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
}
table.table td a:hover {
  color: #bb3730b7;
}


.range_container {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 1% auto;
}

.sliders_control {
  position: relative;
  min-height: 50px;
}

.form_control {
  position: relative;
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  color: #4f4c4c;
}

.modal-form-OBS {
  font-size: 14px;
  opacity: 70%;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
  color: #8a97a0;
  width: 100px;
  height: 30px;
  font-size: 20px;
  border-color: #4b44446c;
  background: #e4eaf0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #9e9a9a;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

#fromSlider2 {
  height: 0;
  z-index: 1;
}