@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.navbar {
  width: 100%;
  background-color: green;
  height: 45px;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  /* border-radius: 50px; */
  background: #ffffff;
  box-shadow: 10px 0px 5px #d9d9d9, 20px -20px 60px #ffffff;
  padding: 10px;
}
.body {
  width: 99%;
  /* background-color: blueviolet; */
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.ham {
  height: 50px;
  width: 30px;
  object-fit: cover;
  align-items: center;
  margin-bottom: 3px;
}
.utube {
  height: 30px;
  width: 130px;
  object-fit: cover;
  margin-left: 10px;
}
.search {
  width: 500px;
  font-size: 15px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  padding: 10px 10px;
  outline: none;
}
.s-btn {
  padding: 4px 28px;
  font-size: 22px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  cursor: pointer;
}
.mic {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.mic-btn {
  border: none;
  border-radius: 50%;
  padding: 5px 8px;
  margin-left: 14px;
}
.user {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 40px;
}
.nav-items {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sidebar {
  width: 20%;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 0px 5px #d9d9d9;
  height: 100%;
  margin-top: -30px;
}
.maincontainer {
  width: 80%;
  height: 100%;
}

.v-container {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
  margin-top: -10px;
  flex-wrap: wrap;
  overflow-y: auto;
  justify-content: space-between;
  /* align-items: center; */
}

.v-container::-webkit-scrollbar{
  display: none;
}
.video {
  width: 380px;
  margin: 5px;
  margin-top: 10px;
  align-items: center;
  cursor: pointer;
}
.btn-container {
  width: 100%;
  height: 45px;
  position: sticky;
  top: 70px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.btn-items {
  border: none;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: bolder;
  border-radius: 7px;
  background-color: rgb(241, 240, 240);
  margin: 4px;
  margin-right: 5px;
  cursor: pointer;
}
.btn-items:hover {
  background-color: rgb(169, 164, 164);
}
.btn-items:focus{
  background-color: black;
  color: white;
}
.btn-flex {
  width: 98%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.458);
  border-radius: 7px;
  justify-content: space-between;
  /* height: 35px; */
  padding: 1px 5px;
  margin-top: -10px;
  /* margin-left: -10px; */
}
.side-btn {
  width: 100%;
  box-sizing: border-box;
  text-align: start;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bolder;
  border-radius: 7px;
  margin: 10px;
}
.side-btn:hover{
  background-color: grey;
  color: white;
}
.side-ico {
  margin-right: 30px;
}
.tube-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}
.title {
  margin: 4px;
}
.next-video {
  width: 900px;
  height: 515px;
  margin-top: 20px;
  object-fit: cover;
  padding-top: 80px;
  padding-left: 30px;
}
.lines {
  text-decoration: none;
  color: black;
}
.bi-bell {
  font-size: 23px;
  margin-right: 20px;
  /* padding: 10px; */
}
.bi-camera-reels {
  font-size: 22px;
  margin-right: 20px;
  /* padding: 10px; */
}

.u-card {
  width: 380px;
  margin: 1px;
  margin-top: 10px;
  border-radius: 20px;
}
.u-image {
  width: 100%;
  height: 220px;
  background-color: rgba(131, 123, 123, 0.381);
  border-radius: 15px;
}
.u-title {
  width: 340px;
  border-radius: 20px;
  height: 15px;
  background-color: rgba(150, 144, 144, 0.59);
  padding: 2px;
  /* margin-top: 10px; */
}
.u-channel {
  width: 190px;
  height: 14px;
  border-radius: 20px;
  background-color: rgba(150, 144, 144, 0.59);
  padding: 2px;
  margin-top: -12px;
  margin-bottom: 50px;
}
.u-views {
  width: 90px;
  height: 13px;
  background-color: rgba(150, 144, 144, 0.59);
  padding: 2px;
  border-radius: 10px;
  margin-top: -40px;
}
.black{
  background-color: black;
  color: white;
}