/* Horizontal Tabs Fix*/

.tabs.horizontal {
	display: inline-flex;
   flex-direction: row;
   /* Below sets up your display method: flex-start|flex-end|space-between|space-around */
   justify-content: flex-start; 
   /* Below removes bullets and cleans white-space */
   list-style: none;
   padding: 0;
   /* Bonus: forces no word-wrap */
   white-space: nowrap;
   margin: 0 auto;
   max-width: max-content;
}

.tabs.horizontal li:first-child {
    border-radius: 6px 0 0 6px;
}

.tabs.horizontal li:last-child {
    border-radius: 0 6px 6px 0;
}

.tabs.horizontal li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.slide.whiteSlide .tabs.horizontal li:not(:last-child) {
  border-color: #e5e5e5;

}

.smallTab li {
  padding: 5px 8px;
}

ul.arrowSet {
  display: inline-block;
}
  ul.arrowSet li {
    border: none;
  }


/* Presentation Options Menu in Sidebar*/

.configure {}

.configure ul.subMenu {
  display: inline-flex;
}

.configure ul.subMenu li {
  padding: 3px 12px;
}

/* Presentation Options Menu in Sidebar*/

.box {}

.box ul.subMenu {
	display: inline-flex;
}

.box ul.subMenu li {
	padding: 3px 12px;
}

.title-slide-99 { line-height: 1em;}

.popup.whiteSlide .tabs li {
  border-color: #e5e5e5;
  color: #202020;
}
.popup.whiteSlide .tabs li.selected {
  background: #202020;
  border-color: #202020;
  color: #fff;
}

.height-1 {
  display: block;
  height: 70px;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
#leaseCalculator .slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
#leaseCalculator .slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.box-minmax{
  margin-top: 30px;
  width: 408px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #202020;
  span:first-child{
    margin-left: 10px;
  }
}

.rs-range {
    margin-top: 29px;
    width: 400px;
    -webkit-appearance: none;
  }
    .rs-range:focus {
        outline: none;
    }
    .rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #202020;
        border-radius: 0px;
        border: 0px solid #010101;
    }
    .rs-range::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #202020;
        border-radius: 0px;
        border: 0px solid #010101;
    }
  
    .rs-range::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #202020;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }
  .rs-range::-moz-range-thumb{
        box-shadow: none;
        border: 0px solid #202020;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
  }
 .rs-range::-moz-focus-outer {
    border: 0;
    }

.rs-label {
    
    position: relative;
    transform-origin: center center;
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    box-sizing: border-box;
    border: 2px solid #202020;
    margin-top: 20px;
    margin-left: -38px;
    left: attr(value);
    color: #202020;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 28px;
    &::after {
        content: "kg";
        display: block;
        font-size: 20px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }
    
}

#leaseCalculator {}

#leaseCalculator h1 {
  font-size: 38px;
}

#leaseCalculator h5 {
  font-size: 18px;
}

#utilityUsageMo {
  font-family: Nunito, sans-serif;
  font-size: 32px;
  color: #202020;
  display: block;
  background-color: transparent;
  text-align: center;
  margin-top: 20px;

}

.arrow-box:{
  display: block;
  text-align: center;
}



.arrow-circle {
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 50%;
  display: inline-block;
}

.hidden {
  display: none !important;
}

slides,
        .slides p {
            font-family: 'Nunito', sans-serif;
            font-weight: 300;
        }
        .slides h1,
        .slides h2,
        .slides h3,
        .slides h4,
        .slides h5,
        .slides h6 {
            font-family: 'Nunito', sans-serif;
            font-weight: 300;
        }
        .slides .button,
        .slides .slides-form {
            font-family: 'Nunito', sans-serif;
            font-weight: 600;
        }


.opactiy-8 { background-color: rgba( 256, 256, 256, 0.6) }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.primary-button {
  padding: 12px 20px;
  font-weight: 600;
  background-color: #0070f3;
  color: white;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}

.secondary-button {
  padding: 12px 20px;
  font-weight: 600;
  background-color: #eee;
  color: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.customPanel {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.payment-display {
  font-size: 5.5rem;
  font-weight: 700;
  color: #4e6260;
  line-height: 1.1em;
}
.payment-symbol {
  font-size: 1.5rem;
  vertical-align: top;
  margin-right: 4px;
}
.payment-suffix {
  font-size: 1.2rem;
  color: #666;
  margin-left: 6px;
}

