*{
  margin : 0;
  padding : 0;
}
body {
    height: 100vh;
    background-color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    background: linear-gradient(180deg,#212dfe 0%,#090915 100%) no-repeat;
}

h1 {
letter-spacing:2px;
color:fuchsia;
margin:25px 0px 5px 0px;
font-weight:700;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-minmax{
  margin-top: 30px;
  width: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #FFFFFF;
  span:first-child{
    margin-left: 10px;
  }
}
.range-slider {
    margin-top: 90px;
    
}
.rs-range {
    margin-top: 29px;
    width: calc(100vw - 250px);
    -webkit-appearance: none;
}    
.rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 20px;
        cursor: pointer;
        box-shadow: none;
        background: #dddddd;
        border-radius: 0px;
        border: 2px solid #555555;
    }
.rs-range::-moz-range-track {
        width: 100%;
        height: 20px;
        cursor: pointer;
        box-shadow: none;
        background: #dddddd;
        border-radius: 0px;
        border: 2px solid #555555;
    }
  
.rs-range::-webkit-slider-thumb {
        box-shadow: none;
        border: 3px solid #00ff00;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,0,0,1);
        cursor: ew-resize;
        -webkit-appearance: none;
        margin-top: -20px;
    }
.rs-range::-moz-range-thumb{
        box-shadow: none;
        border: 3px solid #00ff00;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,0,0,1);
        cursor: ew-resize;
        -webkit-appearance: none;
        margin-top: -20px;
  }
.rs-range::-moz-focus-outer {
    border: 0;
    }

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 120px;
    height: 25px;
    margin:-60px 0px 0px -46px;
    background: transparent;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    left: attr(value);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    &::after {
        content: "tks";
        display: block;
        font-size: 20px;
        letter-spacing: 0.07em;
    }
    
}

.rs-label-percentage {
margin:0 -200 4px 25px;
font-size:2em;
color:cyan;
}

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



#ticket-price, #number-of-tickets, #totalizer, #totalcostofprize, #percentageoftickets, #profitmargin {
    
    position: relative;
    
    
    
    background: transparent;
    
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    
    
    left: attr(value);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 25px;
    &::after {
        content: "tk-price";
        display: block;
        font-size: 20px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }
    
}

#ticket-price, #number-of-tickets, #totalcostofprize {
color:white;
}

#totalizer {
color:red;
}

#profitmargin {
color:#fff;
text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #0fa,
    0 0 82px #0fa,
    0 0 92px #0fa,
    0 0 102px #0fa,
    0 0 151px #0fa;
}

#percentageoftickets {
color:cyan;
}

.startvalue {
margin:0px 0px 0px 8px;
}

.labelmabels, .tpara {
color:pink;
font-weight:300;
font-size:1em;
}

.topborder {
margin-top:25px;
}

table {
width:84%;
margin:0px 0px 50px 0px;
}

td {
height:30px;
}

#prizeholder {
width:84%;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.center { 
  justify-content: center; 
} 

#creditcontainer {
text-align:center;
}
#creditcontainer p{
margin:0px 0px 16px 0px;
color:white;
font-weight:700;
}

.flex-item {
margin:40px 6px 20px 6px;
}




