p{
  font-family: Roboto, Georgia;
}
body{
  /* this style below will be inherited*/
  font-family: Roboto, Georgia;
  margin: 0px;
  padding-top: 80px;
  padding-left: 96px;
  padding-right: 24px;
  background-color: rgba(248, 248, 248);
}
@media(max-width:1200px){
  .sidebar{
    background-color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 56px;
    width: 72px;
    border-right: 1px solid #c4b8b8e5;
    z-index: 1;
  }
  .sidebar-box{
    height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    font-size: 11px;
    font-weight: bold;
  }
  .sidebar-box:hover{
    background-color: lightgray;
    cursor: pointer;
  }
  .sidebar-icons{
    height: 30px;
    margin-bottom: 4px;
  }
}
@media(min-width:1200.1px){
  .sidebar{
    background-color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 56px;
    width: 200px;
    border-right: 1px solid #c4b8b8e5;
    z-index: 1;
  }
  .sidebar-box{
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: black;
    font-size: 11px;
    font-weight: bold;
  }
  .sidebar-box:hover{
    background-color: lightgray;
    cursor: pointer;
  }
  .sidebar-icons{
    height: 20px;
    margin: 0px 20px;
  }
  @media (min-width: 1200.1px) {
    .video-grid{
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
.thumbnail{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.header{
  background-color: white;
  height: 55px;
  width: 100% ;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0 ;
  left: 0;
  right: 0;
  border-bottom: 1px solid #c4b8b8e5;
  z-index: 1;
}
.left-section{
  display: flex;
  align-items: center;
}
.middle-section{
  flex: 1;
  margin-right: 30px;
  margin-left: 70px;
  max-width: 500px;
  display:flex;
}
.right-section{
  width: 180px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.youtube-logo{
  height: 20px;
}
.hamburger-menu{
  height: 24px;
  margin: 0px 24px;
}
.upload-icon{
  height: 24px;
  margin-right: 4px;
}
.current-user-picture{
  height: 32px;
  width: 32px;
  border-radius: 16px;
  object-fit: cover;
}
.hamburger-menu:hover,.upload-icon:hover,.current-user-picture:hover{
  background-color: lightgray;
}
.video-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 40px;
}
@media (min-width: 1000px) and (max-width:1200px) {
  .video-grid{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 751px) and (max-width: 999px) {
  .video-grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .video-grid{
    grid-template-columns: 1fr 1fr;
  }
}
@media(min-width:1200.1px){
  .video-grid{
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 150px
  }
}
.time-position{
  background-color:black;
  padding: 5px;
  color: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
}
.search-bar{
  width: 0px;
  height: 36px;
  flex: 1;
  padding-left: 10px;
  font-weight: bold;
  font-size: 16px;
  border-color: rgb(192, 192, 192);
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.05);
}
.search-bar::placeholder{
  font-size: 16px;
}
.search-button{
  width: 66px;
  height: 40px;
  background-color: rgb(240, 240, 240);
  border: 1px solid rgba(192, 192, 192);
  margin-right: 10px;
  margin-left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.search-icon{
  height: 25px;
  background-color: rgb(240, 240, 240);
}
.voice-search-button{
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: none;
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.voice-search-icon{
  height: 20px;
}
.thumbnail-row{
  margin-bottom: 6px;
  position: relative;
}
.video-info-grid{
  display: grid;
  grid-template-columns: 40px 1fr;
}
.channel-picture{
  vertical-align: top;
  position: relative;
}
.channel-picture:hover{
  cursor: pointer;
}
.video-info{
  padding-left: 10px;
}
.profile-picture{
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50px;
}
.search-button .tooltips1, .voice-search-button .tooltips1{
  background-color: black;
  color: white;
  padding: 4px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  bottom: -29px;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
  white-space: nowrap;
}
.search-button:hover .tooltips1, .voice-search-button:hover .tooltips1 {
  opacity: 1;
}
.upload-icon-container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-icon-container .tooltips{
  background-color: black;
  color: white;
  padding: 4px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  bottom: -35px;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
  white-space: nowrap;
}
.upload-icon-container:hover .tooltips{
  opacity: 1;
}
.video-title{
  margin: 0;
  margin-bottom: 10px;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.video-author-name{
  margin: 0;
  margin: 5px 0px;
  width: 250px;
  font-size: 16px;
  font-weight: bold;
}
.video-author,.video-stats,.video-author-subscribers{
  margin: 0;
  margin-bottom: 3px;
  font-size: 12px;
  color: rgb(96, 96, 96);
  white-space: nowrap;
}
.channel-picture .video-author-info{
  width: 230px;
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 10px 0px 10px 10px;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
.channel-picture:hover .video-author-info{
  opacity: 1;
}
.video-author-profile-picture{
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 50px;
  margin-right: 10px;
}

.image2{
  width: 200px;
  border-radius: 5px;
  margin: 15px;
}
.image3{
  width: 115px;
  height: 115px;
  object-position: center;
  margin: 15px;
}
.image4{
  width: 115px;
  height: 115px;
  object-position: center;
  border-radius: 60px;
  margin: 15px;
}