/*
|
| Left To Right Files
| Import All File From "ltr" Directions Only
|
*/
/* Global */
/*
|||||||||||||||||||||||||||||||||||||||||||||||||| File Map
1-
2-
3-
4-
*/
.touchspin {
  width: 120px;
  position: relative;
}
.touchspin input {
  text-align: center;
  height: 40px;
  width: 120px !important;
  border: 1px solid #a1a1a1 !important;
  border-radius: 25px !important;
  padding: 8px 0px !important;
}
.touchspin button {
  width: 35px;
  height: 35px;
  top: 6.5px;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  color: #2f2f2f !important;
  border: none;
  padding: 0px !important;
}
.touchspin .bootstrap-touchspin-down,
.touchspin .bootstrap-touchspin-up {
  position: absolute;
  z-index: 5;
}
.touchspin .bootstrap-touchspin-down {
  left: 2.5px;
}
.touchspin .bootstrap-touchspin-up {
  right: 2.5px;
}/*# sourceMappingURL=ltr.css.map */