
.content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.round-slider svg {
    width: 100%;   
}

.round-slider{
    display: flex;
    flex-direction: column;
    color: white;
    align-content: center;
    justify-content: center;
    margin-bottom: 1.5em;
    cursor: pointer;
}

.round-slider-container {
    align-items: center;
    justify-content: center;
    width: 50vw;
    max-width: 180px;
}

.round-slider-container .handle {  
  r : 25;
}

.round-slider-icon {
    width: 70%;
    height: 70%;
    position: absolute;
    transform: translate(-35%,-35%);
}

.question-round-deafult{
    width: 70%;
}

.result-round-slider{
    padding: 0.6em ;
    background-color: rgb(202 202 202 / 26%);
    border-radius: 9px;
  }

.round-slider-container .top-slider{
    /* stroke-width : 30px; */
    stroke-width: 30px!important;
}

/* Desktop breakpoint */
@media (orientation: landscape) {

    .result-round-slider{
        width: 250px;
    }

    .content{
        padding: 15px;
    }

    .w-md{
        width: 80%;
    }
}

@media (orientation: portrait) {

 
    .question-round-deafult{
        width: 90%;
    }

    .result-round-slider{
        padding: 10px 20px; 
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .content{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        overflow: auto;
        margin: 10px;
        padding: 0px 10px 0px 10px;
    }
    .round-slider svg {
        max-width: 95%;   
    }
  
}

@media only screen and (min-width: 576px){
    .result-round-slider{
        padding: 18px;
        
    }
}


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media only screen and (min-width: 576px){
    .result-round-slider{
        min-height: 20px;
    }
}}