<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 &amp; 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by IstvÃƒÂ¡n Ujj-MÃƒÂ©szÃƒÂ¡ros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
.container-spin{
  width: 100px;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical &gt; .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}
.input-spin{
  background-color: var(--secGray);
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  padding: 5px;
  height: 28px;
  border: none;
  text-align: center;
  color: #fff;
}

.btn-pro{
	/* border-radius:50%; */
	background-color: var(--gray);
	width: 19px;
	height: 28px;
	border: none;
	color: #fff;
}
.input-number input{
	    display: block;
    width: 100%;
    padding: 5px;
    margin: 0px 7px !important;
    font-size: 14px;
    border-radius: 20px !important;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
}</pre></body></html>