<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.rangeslider-label{
  margin-bottom: 10px;
  color:#000;
}

.range-slider-wrapper{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1rem;
  color:#000000;
}

.range-slider-rail{
  background-color: #dfdfdf;
  border-radius: 30px;
  height: 10px;
  width: 100%;
  position: relative;
}

.range-slider-process{
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0px;
  left: 0%;
  width: 50.6118%;
  transition-property: width, left;
  transition-duration: 0.5s;
  background-color: #479015;
  border-radius: 30px;
}

.range-slider-dot {
  position: absolute;
  -webkit-transition: all 0s;
  transition: all 0s;
  top:50%;
  z-index: 1;
  width: 22px;
  height: 22px;
  transition: left 0.5s ease 0s;
  transform: translate(0%, -50%);
}

.range-slider-dot-handle{
  position: absolute;
  z-index: 5;
  width: 22px;
  height: 22px;
  border: 3px solid #479015;
  top: 0;
  left:0;
  transition: left 0.5s ease 0s;
  background-color: #fff;
  border-radius: 30px;
}

.range-slider-dot-tooltip {
  position: relative;
  /* visibility: hidden; */
  top: -45px;
}

.range-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 6px 8px;
  color: #000;
  border-radius: 3px;
  border-color: rgba(255, 255, 255,1);
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  -webkit-transform: scale(.9);
  transform: scale(.9);
  transition: transform .3s;
  position: absolute;
  left:50%;
  transform: translate(-50%, 0%);
}

.range-slider-dot-tooltip-inner:after {
  content: "";
  position: absolute;
  top: 100%;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 0;
  width: 0;
}

.checkbox-container label{
  font-size: 12px;
  margin: 0;
}

.checkbox-container #new-switch.switch-wrap .switch input:checked + .slider {
  background-color: #479015;
}

.checkbox-container #new-switch.switch-wrap .switch .slider{
  background-color: #dfdfdf;
}

.checkbox-container{
  background-color: #ffffff;
  border-radius: 5px;
  color:#000;
}

.checkbox-item {
  padding:0.3rem 1rem;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  justify-content: space-between;
}

.checkbox-item:last-of-type {
  padding:0.3rem 1rem;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}

.match-list-container{
  background-color:#fff;
  border-radius: 3px;
}

.match-list-item{
  padding:0.2rem 1rem;
  border-bottom: 1px rgba(0,0,0,0.1) solid;
  display: flex;
  justify-content: space-between;
}

.match-list-item:nth-child(odd){
  background-color: rgb(247 250 255);
}

.match-list-item .team1{
  font-size: 14px;
}

.match-list-item .vs{
  color:#71869A;
  font-size: 10px;
  padding-right: 5px;
}

.match-list-item .team2{
  font-size: 12px;
  color: #24527B;
}

.match-list-item .odds-selected{
  font-size: 14px;
  text-align: right;
}

.match-list-item .bettype-selected{
  font-size: 12px;
  color: #24527B;
  text-align: right;
}

.parlay-generator-button-container{
  display: flex;
  justify-content: space-between;
}

.parlay-generator-button-container .button{
  background-color: #1F69AA;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  width:calc( 50% - 5px );
  text-align: center;
  color:#fff;
  font-size: 14px;
}

.teamtarget {
  color: #479015 !important;
}

.match-selected {
  width: 63%;
}

.info-selected {
  width: 30%;
}

.matcheven {
  background-color: rgba(0,0,0,0.1);
}</pre></body></html>