* {
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

.navbar {
  width: 100%;
  height: 50px;
  background-color: black;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-container {
  display: flex;
  align-items: center;
  padding: 0 50px;
  height: 100%;
  color: white;
  font-family: "Sen", sans-serif;
}

.logo-container {
  flex: 1;
}

.logo {
  font-size: 30px;
  color: #FC9864;
}

.menu-container {
  flex: 6;
}

.menu-list {
  display: flex;
  list-style: none;
}

.menu-list-item {
  margin-right: 30px;
}
.menu-list-item a{
  text-decoration: none;
  color: white;
}

.menu-list-item.ac-tive {
  font-weight: bold;
}
.profile-container {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.profile-text-container {
  margin: 0 20px;
}

.profile-picture {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.toggle {
  width: 40px;
  height: 20px;
  background-color: white;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.toggle-icon {
  color: goldenrod;
}

.toggle-ball {
  width: 18px;
  height: 18px;
  background-color: black;
  position: absolute;
  right: 1px;
  border-radius: 50%;
  cursor: pointer;
  transition: 1s ease all;
}

.sidebar {
  width: 50px;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.left-menu-icon {
  color: white;
  font-size: 20px;
  margin-bottom: 40px;
}

.container {
  background-color: #151515;
  min-height: calc(100vh - 50px);
  color: white;
}

.content-container {
  margin-left: 50px;
}

.notice{
  padding-top: 10px;
}


.live_streaming{

  padding-left: 15%;
  padding-bottom: 30px;
}
.live_streaming video{
  width: 640px;
  height: 360px;
}

.channels{
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.channels a ul li{
  list-style: none;
}
.channels ul li img{
  height: 100px;
  width: 120px;
  border-radius: 30px;
  border: 1px solid black;
  
}










.container.active {
  background-color: white;
}

.movie-list-title.active {
  color: black;
}
/*.menu-list-item .active a{
  text-decoration: none;
  color: white;
}*/

.navbar-container.active {
  background-color: white;

  color: black;
}

.sidebar.active{
    background-color: white;
}

.left-menu-icon.active{
    color: black;
}

.toggle.active{
    background-color: black;
}

.toggle-ball.active{
    background-color: white;
    transform: translateX(-20px);
}













@media only screen and (max-width: 940px){
    .menu-container{
        display: none;
    }


}






@media screen and (max-width: 1230px)
{
  

  .logo {
    font-size: 20px;
  }
  
  .profile-text-container{
    display: none;
  }


}

@media screen and (max-width: 990px)
{
  


  
  .live_streaming{
    padding-top: 70px;
    padding-left: 18%;
  }
  .live_streaming video{
    width: 480px;
    height: 270px;
  }

  .channels{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  
  .channels ul li{
    list-style: none;
  
  }
  .channels ul li img{
    height: 100px;
    width: 120px;
    border-radius: 30px;
    border: 1px solid black;
    
  }

}

@media screen and (max-width: 900px)
{


  .channels{
    display: flex;
    padding-bottom: 30px;
  }
  
  .channels ul li img{
    height: 90px;
    width: 100px;
    
  }

}
@media screen and (max-width: 760px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 14%;
  }
  .live_streaming video{
    width: 480px;
    height: 270px;
  }

  .channels{
    display: flex;
    padding-bottom: 30px;
  }
  
  .channels ul li img{
    height: 80px;
    width: 90px;
    
  }

}
@media screen and (max-width: 680px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 10%;
  }
  .live_streaming video{
    width: 480px;
    height: 270px;
  }

  .channels{
    display: flex;

    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 70px;
    width: 80px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}

}
@media screen and (max-width: 620px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 360px;
    height: 203px;
  }



  .channels{
    display: flex;
    padding-left: 5%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 60px;
    width: 70px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
}

}
@media screen and (max-width: 540px)
{


  .sidebar {
    width: 35px;
    height: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
  }
  
  .left-menu-icon {
    color: white;
    font-size: 15px;
    margin-bottom: 40px;
  }

  .live_streaming{
    padding-top: 70px;
    padding-left: 10%;
  }
  .live_streaming video{
    width: 360px;
    height: 203px;
  }


  

  .channels{
    display: flex;
    padding-left: 5%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 60px;
    width: 70px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

}
@media screen and (max-width: 500px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 15%;
  }
  .live_streaming video{
    width: 360px;
    height: 203px;
  }


  

  .channels{
    display: flex;
    padding-left: 15%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 60px;
    width: 70px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}

}
@media screen and (max-width: 480px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 15%;
  }
  .live_streaming video{
    width: 360px;
    height: 203px;
  }

  
  

  .channels{
    display: flex;
    padding-left: 20%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 60px;
    width: 70px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1px;
}

}
@media screen and (max-width: 445px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 270px;
    height: 152px;
  }


  
  
  

  .channels{
    display: flex;
    padding-left: 15%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 50px;
    width: 60px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1px;
}
}

@media screen and (max-width: 430px)
{
 
  
  

  .channels{
    display: flex;
    padding-left: 14%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 40px;
    width: 50px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}

}
@media screen and (max-width: 415px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 270px;
    height: 152px;
  }


    
  

  .channels{
    display: flex;
    padding-left: 17%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 35px;
    width: 45px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}
}
@media screen and (max-width: 391px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 270px;
    height: 152px;
  }


      
  

  .channels{
    display: flex;
    padding-left: 25%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 35px;
    width: 45px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;
}
}
@media screen and (max-width: 361px)
{

  .logo {
    font-size: 15px;
  }
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 270px;
    height: 152px;
  }

}
@media screen and (max-width: 345px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 17%;
  }
  .live_streaming video{
    width: 270px;
    height: 152px;
  }


  .channels{
    display: flex;
    padding-left: 26%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 35px;
    width: 45px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 8px;
}
}
@media screen and (max-width: 330px)
{
  .live_streaming{
    padding-top: 70px;
    padding-left: 25%;
  }
  .live_streaming video{
    width: 198px;
    height: 111px;
  }

    
  

  .channels{
    display: flex;
    padding-left: 30%;
    padding-bottom: 30px;
  }
  
  .channels{
    margin-right: 48px;
    display: flex;

  }
  .channels ul li img{
    height: 25px;
    width: 35px;
    
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1px;
}

}

@media screen and (max-width: 300px)
{
 
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 198px;
    height: 111px;
  }

  .channels{
    display: flex;
    padding-left: 25%;
    padding-bottom: 30px;
  }

}

@media screen and (max-width: 288px)
{
  

  .logo {
    font-size: 10px;
  }
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 198px;
    height: 111px;
  }

  .channels{
    display: flex;
    padding-left: 30%;
    padding-bottom: 30px;
  }

}
@media screen and (max-width: 260px)
{
  

  .logo {
    font-size: 10px;
  }
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 198px;
    height: 111px;
  }

  .channels{
    display: flex;
    padding-left: 35%;
    padding-bottom: 30px;
  }

}
@media screen and (max-width: 250px)
{
  

  .logo {
    font-size: 10px;
  }
  .live_streaming{
    padding-top: 70px;
    padding-left: 20%;
  }
  .live_streaming video{
    width: 190px;
    height: 106px;
  }

  .channels{
    display: flex;
    padding-left: 40%;
    padding-bottom: 30px;
  }

}
