::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


#slider {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 50%);
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 530px;
  height: 100%;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: rgba(42, 42, 42, 0.1);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  background: rgba(42, 42, 42, 0.8);
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.code-injection {
font-family: "IBM Plex Sans", sans-serif;
font-weight: normal;
font-size:50px;
padding: 0;
color: #dddddd;
}

.code-injection span {
color: #0389ff;
}

.code-injection d {
color: #dc3545;
}

.code-injection p { 
margin: 0;
}

.site-footer a:hover {
text-decoration: none;
}

.header-brand {
margin-bottom: 10px;
min-height: 125px;
}

.header-brand a {
text-decoration: none;
}

.feature-icon img {
border-radius: 8px;
box-shadow: 4px 0px 8px 5px rgb(0 0 0 / 20%);
max-width: 200px;
}

.feature img:hover   { 
animation: slide-in 0.7s both;
}

.small {
font-size: 14px;
margin-top: -20px;
text-decoration: underline;
}

@keyframes slide-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}

.total-license {
text-align: center;
margin-top: -20px;
margin-bottom: 20px;
}

.total-license p {
margin: 0px 15px;
font-size: 16px;
}

.quantity{
   display:flex;

}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button{
   -webkit-appearance:none;
   border: none;
}

.quantity input,.quantity button{
   width:100%;
   padding:0px;
   font-size:15px;
   text-align:center;
   font-weight:900;
   background: rgba(0, 0, 0, 0.2);
   color: #fff;
    border: 1px solid #424853;

}
