/* Custom Css */

.small-input {
  -moz-appearance: textfield;
}
.small-input::-webkit-inner-spin-button {
  display: none;
}
.small-input::-webkit-outer-spin-button,
.small-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


li.nav-item.nav-toggle {
    display: none;
}

.header-navbar-shadow {
    display: none !important;
}

