#sq-ico {
  position: absolute;
  top: 7px;
  right: 30px;
}
.sq-prepend span{
  font-size: .85rem;
  padding: 5px;
  min-width: 3rem;
  justify-content: center;
}
select {
   text-align-last: center;
   text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
}

@media (max-width: 767px) {
  .sq-prepend span{
    min-width: 4rem;
  }
}
input[type=date]::-webkit-clear-button{
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}
/*input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}*/

input[type="date"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}