.p {
  margin-top: 0px;
  margin-bottom: 0px;
}


.search-box {
  display: block;
  height: 37px;
  width: 0;
  flex: 1;
  border-radius: 2px;
  border-color: rgb(173, 165, 165);
  border-width: 1px;
  padding-left: 14px;
  border-style: solid;
  padding-right: 14px;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.search-box::placeholder {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.thumnail-pic {
  display: inline-block;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  transition: border-radius 0.4s;
}

.thumnail-pic:hover {
  border-radius: 1px;
}

.video-preview {
  font-family: Arial;
  font-size: medium;
  font-weight: bold;
  width: 300px;
  margin-top: 0px;

}

.video {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
  margin-bottom: 40px;
  width: 340px;
  cursor: pointer;
}

.profile {
  display: inline-block;
  vertical-align: top;
}

.content {
  display: inline-block;
  padding-left: 10px;
}

.profile-picture {
  width: 46px;
  border-radius: 38px;
}

.learn {
  margin-top: 12px;
  display: flex;
  flex-direction: row;


}


.owner {
  font-size: 14px;
  font-family: Arial;
  color: rgb(96, 96, 96);
  margin-top: -10px;
  margin-bottom: 1px;
}

.views {
  font-size: 14px;
  font-family: Arial;
  color: rgb(96, 96, 96);
  margin-top: 0px;
  margin-bottom: 0px;
}
}

.owner {
  margin-bottom: 4px;
}

.header {
  display: flex;
  flex-direction: row;
  height: 56px;
  justify-content: space-between;
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-bottom-width: 1px;
  border-bottom-color: rgb(210, 207, 207);
  border-bottom-style: solid;
  z-index: 100;
  flex: 1;
}

.middle-header {
  margin-left: 70px;
  margin-right: 30px;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-hi {
  background-color: white;
  position: fixed;
  top: 56px;
  bottom: 0px;
  left: 0px;
  width: 72px;
  z-index: 200;
  padding-top: 7px;


}

.hamburger {
  height: 28px;
  margin-left: 24px;
  margin-right: 24px;
}

.youtube-logo {
  height: 24px;
}

.search-youbox,
.voice-button,
.upload-icon,
.app-icon,
.noti-div {
  height: 40px;
  width: 70px;
  border-width: 1px;
  border-color: rgb(173, 165, 165);
  margin-left: -1px;
  margin-right: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-youbox .tooltip,
.voice-button .tooltip,
.upload-icon .tooltip,
.app-icon .tooltip,
.noti-div .tooltip {
  position: absolute;
  bottom: -33px;
  background-color: rgb(120, 119, 119);
  color: white;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.search-youbox:hover .tooltip,
.voice-button:hover .tooltip,
.upload-icon:hover .tooltip,
.app-icon:hover .tooltip,
.noti-div:hover .tooltip {
  opacity: 1;
}

.voice-button {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: none;
}

.voice-icon {
  height: 28px;
  margin-top: 4px;
}

.get-button {
  height: 40px;
  width: 50px;
  margin-right: 20px;
  border: none;
}

.apps-button {
  height: 40px;
  width: 50px;
  margin-right: 20px;

}

.notification-button {
  height: 40px;
  width: 50px;
  margin-right: 20px;


}

.id-pic {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-right: 15px;
}

.thumnail-side {
  position: relative;
}

.time-side {
  position: absolute;
  background-color: black;
  color: white;
  border-radius: 5px;
  bottom: 10px;
  right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.noti-div {
  position: relative;
}

.num-noti-div {
  position: absolute;
  background-color: rgb(201, 3, 3);
  color: white;
  top: 0px;
  right: 30px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 16px;
}

.sidebar-box {
  height: 85px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidebar-box:hover {
  background-color: lightgray;
  cursor: pointer;
}

.sidebar-box img {
  height: 30px;
}

.sidebar-icon-content {
  font-size: 11px;
  font-weight: 540;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 4px;
}