input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance:textfield;
  margin: 0;
}


.clearBtn{
  background-color: #005f90 !important;
  border-color: #005f90 !important;
  color: white;
  border-radius: 10px;
  font-size: 11px;
  margin-left: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width:480px){
  .drop-area {
    height: 40vh !important;
  }
  .vdp-datepicker{
    margin-bottom: 15px;
  }
}
