input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::placeholder {
  color: #404040 !important;
  opacity: .6 !important; /* Firefox */
}

.lightForm {
  font-size: 1.2em !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #0d6efd !important;
  background-color: transparent !important;
  padding-left: .5em;
  padding-right: .5em;
}

.lightForm:focus {
  background-color: #0d6efd !important;
  color: white !important;
}

.dangerForm {
  font-size: 1.2em !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #dc3545 !important;
  background-color: transparent !important;
  padding-left: .5em;
  padding-right: .5em;
}

.dangerForm:focus {
  background-color: #dc3545 !important;
  color: white !important;
}

.successForm {
  font-size: 1.2em !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #198754 !important;
  background-color: transparent !important;
  padding-left: .5em;
}

.successForm:focus {
  background-color: #198754 !important;
  color: white !important;
}

.hidden-vendor {
  display: none;
}

.hidden-warranty {
  display: none;
}

.hiddenEdit {
  display: none;
}

.etaHide {
  display: none;
}

input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    /* display: none;
    -webkit-appearance: none; */
    margin:0;
}
input[type="datetime-local"]::-webkit-datetime-edit {
    display:none;
}

input[type="datetime-local"]:focus {
  background-color: white;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: rgba(13,110,253,1);
}

::-webkit-scrollbar-thumb {
  height: 75px;
  border-radius: 4px;
  background-color:#fff;
  -webkit-box-shadow: inset 0 0 6px rgba(13,110,253,0.7);
}

textarea {
  field-sizing: content;
}