.left-sidebar-movies{
  margin-right: 20px;
  max-width: 150px;
  min-width: 150px;
}

.centermovies{
  margin-left: 55px;
  display:flex;
  flex-direction: row;
  width:100%;
  height: 740px;
}

.tabs-list{
  display: flex;
  flex-flow:column;
  min-height: 500px;
  gap: 10px;
  margin-top:0;
}

  
.tabs-button{
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border:none;
  font-size: 16px;
  font-family: "Roboto Condensed";
}

.tabs-button:hover{
  padding: 0;
  background-color:#ECEDB0;
}

.tabs-button:active{
  padding: 0;
  background-color:#BBC863;
}

.tabs-button-active{
  padding: 0;
  background-color:#BBC863;
}

.tabs-content{
  display: none;
  
}

.tabs-content-active{
  display: block;
}

.movie-box{
  display:flex;
  flex-direction: column;
  margin-top:0;
  height: 740px;
  width: 800px;
  padding: 0;
  margin-left:1px;
}

.cover-review-box{
  display:flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}

.all-info-movie{
  display:flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.review-box{
  box-sizing: border-box;
  padding: 10px;
  height: 80px;
  width: 100%;
  display:flex;
  justify-content: space-between;
  border-bottom: 1px dotted;
}

.review-box hr{
  border:1px dotted;
}

.review-box ul{
  
  list-style: none;
  padding: 0;
  margin:0;
}

.movie-info-box{
  padding:0;
}

.movie-cover-box{
  height: 100%;
  width: 100px;
}

.movie-cover{
  height: 100%;
}

.rating-box{
  text-align: right;
}

.commentary-movie{
  z-index: 1;
  font-family: Cedarville Cursive;
  font-size:19px;
  padding: 7px;
  box-sizing: border-box;
  border-bottom:1px solid;
}

.commentary-movie p{
  padding: 0;
  margin: 0;
}


.movie-img-box{
  overflow-x: hidden;
  overflow-y:auto;
  background-color: black;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.movie-img-box::-webkit-scrollbar{
  background: black;
  width: 5px;
  height: 5px;
}

.movie-img-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #93BD57;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.movie-img{
  margin-left:5px;
  margin-top: 10px;
  width: 100%;
}

.currently-watching-movies{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.currently-watching-movies img{
  width: 80px;
  margin-right: 10px;
  margin-top: 10px;
}

.currently-watching-movies p{
  text-align: left;
}

.barra img{
  width: 100%;
  margin-bottom:10px;
  padding: 0;
}

















