select#location {
    font-size: 14px;
    height: 34px;
}

@media (min-width:966px) {
select.focus {
    outline: none;
    width: 35%;
    padding: 4px;
    margin-left: 134px;
    border-radius: 5px;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}
.donut-chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 2rem;
    border-radius: 100%
}

center {
    background: #fff;
    position: absolute;
    text-align: center;
    font-size: 28px;
    top:0;left:0;bottom:0;right:0;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    line-height: 35px;
    padding: 15% 0 0;
}
.portion-block {
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 136px);
    height: 100%;
    position: absolute;
    width: 100%;
}
.circle {
    border-radius: 50%;
    clip: rect(0px, 100px, 200px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
}
#part1 {
    transform: rotate(0deg);
}

#part1 .circle {
    background-color: #E64C65;
    /*transform: rotate(76deg);*/
    animation: first 1s 1 forwards;
}
#part2 {
    transform: rotate(100deg);
}
#part2 .circle {
    background-color: #11A8AB;
    animation: second 1s 1 forwards 1s;
}
#part3 {
    transform: rotate(250deg);
}
#part3 .circle {
    background-color: #4FC4F6;
    animation: third 0.5s 1 forwards 2s;
}
#part4 {
    transform: rotate(150deg);
}
#part4 .circle {
    background-color: #000;
    animation: third 0.5s 1 forwards 2s;
}
/* Animation */
@keyframes first {
    from {transform: rotate(0deg);}
    to {transform: rotate(100deg);}
}
    
@keyframes second {
    from {transform: rotate(0deg);}
    to {transform: rotate(150deg);}
}
    
@keyframes third {
    from {transform: rotate(0deg);}
    to {transform: rotate(111deg);}
}
.calculator {
    background-color: ghostwhite;
}

.calculator_temp {
    margin: auto;
}

.text-center {
    background-color: #0856a1;
    padding: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    margin-top: 25px;
}

.patient_location {
    padding: 10px;
}
.ccm_patients {
    padding-top: 30px;
}

.Revenue {
    padding-top: 50px;
}
.btn_btn-calculate {
margin-left: 85%;

}

button#calculate {
    color: white;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
}
.range-slider {
    margin: 60px 0 0 0%;
}

.range-slider {
    width: 100%;
}
.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 5px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1abc9c;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

a.canvasjs-chart-credit {
    display: none;
}
.custom-rangeslider__tooltip {
    line-height: 8px;
    position: absolute;
    height: 20px;
    width: 40px;
    background-color: #FFF;
    padding: 3px 3px;
    border: 1px #1abc9c solid;
    left: 165px;
    bottom: 47%;
    text-align: center;
    transform: translate(-26%, 0);
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
.custom-rangeslider__tooltip:after {
    display: block;
    content: " ";
    background: #FFF;
    position: absolute;
    border: 1px #33ccff solid;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    left: calc(50% - 6px);
    bottom: -6px;
    transform: rotate(45deg);
}
.custom-rangeslider1__tooltip {
    line-height: 8px;
    position: absolute;
    height: 20px;
    width: 40px;
    background-color: #FFF;
    padding: 3px 3px;
    border: 1px #1abc9c solid;
    left: 165px;
    bottom: 80px;
    text-align: center;
    transform: translate(-26%, 0);
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
.custom-rangeslider1__tooltip:after {
    display: block;
    content: " ";
    background: #FFF;
    position: absolute;
    border: 1px #33ccff solid;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    left: calc(50% - 6px);
    bottom: -6px;
    transform: rotate(45deg);
}
#tickmarks{
    display: flex ;
    justify-content: space-between;
}
#tickmarks_rpm_range{
    display: flex;
    justify-content: space-between;
}
#tickmarks_est_ccm_range{
    display: flex;
    justify-content: space-between;
}  
input.range_slider_label {
    width: 100%;
}
/*change colour */
input#ccm_range {
    filter: contrast(258.5) brightness(80%);
}
input#est_ccm_range {
    filter: contrast(4.5) brightness(2.5);
}
/*new slider css */
.slider-wrapper{
    width: 800px;
    margin: 100px auto;
}