
html, body{
    width: 100%;
    margin: 0px auto;
    min-height: 100vh;
    overflow-x: hidden;
}
body{
    overflow-y: hidden;
}
.background_image, .background_overlay{
    width: 100%;
    height: 100vh;
}
.radio-box{
    width: 300px;
    margin: 0px auto;
}
.radio_rotate {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 70px auto;
    border-radius: 100px;
    margin-bottom: 50px !important;
}
.radio_rotate img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: rotate 4s infinite linear;
    background-color: #fff;
}

@keyframes rotate {
    0% {
      rotate: 0deg;
    }
    100% {
      rotate: 360deg;
    }
  }

.controller-box{
    width: 300px;
    height: 90px;
    margin: 0px auto;
    text-align: center;
}
.controller_button i {
    font-size: 70px;
    color: #0b710b;
    background: white;
    border-radius: 100px;
}
.controller_button.paused_btn i {
    color: red;
}
.share-box{
    width: 300px;
    height: 90px;
    margin: 0px auto;
    text-align: center;
}
.controller_button img{
    width: 38px;
    margin: 10px;
    background: white;
    border-radius: 10px;
}
.no-padding {
    padding: 0 !important;
}
.sidenav li {
    float: none;
    line-height: 48px;
}

.sidenav li {
    width: 100%;
}
.sidenav{
    background-color: #ffffff;
}