@charset "UTF-8";
@import url("resets.css");
:root {
  background: #0f0f0f;
  font-family: Arial;
}

#mobile_nav {
  display: none;
}

svg {
  fill: #f1f1f1;
}

#sidenav {
  background-color: #0f0f0f;
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 200ms;
}
#sidenav svg {
  fill: #fff;
  width: 20px;
}

.show {
  width: 240px;
  display: block;
}

.sidenav_sidenav_button {
  width: 40px;
  height: 40px;
}
.sidenav_sidenav_button svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.sidenav_menu_item_logo {
  display: block;
  flex-direction: row;
  align-items: center;
}

.sidenav_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.sidenav_logo svg {
  width: 50px !important;
}
.sidenav_logo span {
  font-family: sans-serif;
}

.sidenav_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #383838;
}

.sidenav_section:first-child {
  border-bottom: none;
}

.sidenav_section.first {
  padding: 0 0 0 10px;
}
.sidenav_section.first > .nav_bigscreen_flex_container {
  padding: 0px !important;
}
.sidenav_section.first > .nav_bigscreen_flex_container svg {
  width: 50px !important;
}

#sidenav_logo_svg {
  width: 50px;
}

.sidenav_menu_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
  border-radius: 10px;
}
.sidenav_menu_item:hover {
  background-color: #383838;
}

.sidenav_menu_item svg {
  margin: 0 20px 0 10px;
}

.sidenav_section_title {
  margin: 5px 0 5px 10px;
}

.signin_section svg {
  fill: #3da4ff !important;
}
.signin_section span:nth-child(1) {
  font-size: 0.85rem;
  width: 160px;
  margin-left: 10px;
}
.signin_section .signin_menu {
  width: 105px;
  margin-top: 10px;
  margin-left: 10px;
}

.nav_bigscreen {
  width: 100%;
  height: 50px;
  background: #0f0f0f;
  position: fixed;
  top: 0;
  color: #fff;
}

#nav_bigscreen_elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

#search_menu {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.back_btn {
  width: 34px;
  height: 34px;
  padding: 5px;
  border-radius: 50%;
}
.back_btn:hover {
  background: #383838;
}

.search_expanded {
  display: flex;
  width: 100%;
  margin: 0 10px 0 20px;
}
.search_expanded svg {
  width: 24px;
  margin: 0 auto;
}
.search_expanded input {
  width: 100%;
  border-radius: 20px 0 0 20px;
  background-color: #0f0f0f;
  color: #f1f1f1;
  padding-left: 20px !important;
}
.search_expanded button {
  width: 70px;
  border-radius: 0 20px 20px 0;
  background: #383838;
  cursor: pointer;
}

.search_expanded input,
.search_expanded button {
  height: 40px;
  padding: 6px 10px;
  border: 1px solid #383838;
}

.nav_bigscreen .options svg {
  margin: 5px;
}

.nav_bigscreen_flex_container,
.nav_bigscreen_flex_container div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav_bigscreen_flex_container.search_flex_container {
  width: 40%;
}

.signin_menu {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 5px;
  border: 1px solid #383838;
  border-radius: 50px;
  color: #3da4ff;
}
.signin_menu svg {
  width: 24px;
  display: inline-block;
  fill: #3da4ff;
}
.signin_menu span {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.78rem;
}
.signin_menu:hover {
  background-color: #263850;
  border: 1px solid #263850;
}

.search_voice_activation_bigscreen {
  margin: 0;
  background: #212121;
}
.search_voice_activation_bigscreen svg {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.search_voice_activation_bigscreen svg:hover {
  border-radius: 50%;
  background: #383838;
}

.search_btn {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
}
.search_btn svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.search_btn:hover {
  background: #383838;
}

.sidenav_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sidenav_button svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.sidenav_button:hover {
  background-color: #383838;
}

.logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.logo svg {
  width: 50px;
  display: inline-block;
}
.logo span {
  font-family: sans-serif;
  display: inline-block;
}

#top_nav {
  width: 100%;
  background: #0f0f0f;
  position: fixed;
  top: 0;
  transition: top 0.5s;
}

.main_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}

.subnav {
  color: #f1f1f1;
  padding: 10px;
  border: 1px solid #383838;
  display: flex;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
}

.tag_explore {
  vertical-align: middle;
  background: #383838;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 10px;
  padding-right: 35px;
}
.tag_explore svg {
  display: inline-block;
  vertical-align: middle;
}
.tag_explore span {
  vertical-align: middle;
}

.tags {
  border-left: 1px solid #383838;
  padding-left: 10px;
}
.tags span {
  border: 1px solid #383838;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 10px;
  background: #383838;
  display: inline-block;
}

/* hide scrollbar but allow scrolling */
.tags {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

.tags::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

#bottom_nav {
  width: 100%;
  background: #0f0f0f;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  z-index: 1;
  font-weight: bold;
}

#main_part {
  padding-top: 110px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(240px, 1fr));
}

.shorts {
  grid-area: 2/1/span 1/span 1;
}

#bottom_nav div {
  margin: 10px;
  font-size: 0.9rem;
}

#bottom_nav div:first-child {
  margin-left: 50px;
}

#bottom_nav div:last-child {
  margin-right: 50px;
}

#bottom_nav svg {
  width: 30px;
  margin: 0 auto;
}

.options svg {
  width: 20px;
}

.menu svg {
  fill: #f1f1f1;
  width: 30px;
}

.filters {
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.search_voice_activation svg {
  background: #383838;
  width: 34px;
  height: 34px;
  padding: 5px;
  border-radius: 50%;
  margin: 0 5px 0 10px;
}

.search_voice_activation {
  margin: 0;
}

.home,
.shorts,
.library {
  color: #f1f1f1;
  text-align: center;
  width: 60px;
}

.video_card {
  color: #f1f1f1;
  background: #0f0f0f;
}

.video_card:last-child {
  margin-bottom: 65px;
}

.thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
}

.video_card:nth-child(odd) img {
  content: url("./../images/thumbnail_1.jpg");
}

.video_card:nth-child(even) img {
  content: url("./../images/thumbnail_2.jpg");
}

.notation:nth-child(odd) img {
  content: url("./../images/channel_icon_1.png");
}

.channel_info img {
  content: url("./../images/channel_icon_2.png");
}

.notation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.channel_info {
  display: flex;
  flex-direction: row;
  padding: 15px 10px 15px 10px;
}
.channel_info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.channel_details {
  font-size: 0.8rem;
  color: rgb(241, 241, 241);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.channel_details div {
  margin-top: 5px;
}

.video_title {
  font-size: 0.9rem;
  color: #f1f1f1;
}

.channel_name::after {
  content: "\a";
  white-space: pre;
}

.view_count::after {
  content: "🞄";
}

.options {
  margin-right: 10px;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background: #0f0f0f;
  color: #f1f1f1;
}

.overlay_content {
  text-align: left;
  position: absolute;
  left: 0;
  width: 100%;
}

.closebtn {
  color: yellow;
  font-size: 2rem;
  padding: 0 0 0 5px !important;
}

.overlay a:hover,
.overlay a:focus {
  cursor: pointer;
}

.overlay p,
.overlay li a {
  font-size: 0.8rem;
  font-weight: bold;
}

.nav_main li a,
.more_title {
  font-size: 1.3rem !important;
}

.top_nav_right_container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search_overlay {
  background: rgba(15, 15, 15, 0.7);
}

.search_overlay_content {
  text-align: left;
  background: #212121;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px 10px 0 10px;
}

.search_back_button {
  margin: 0 10px 0 0;
}
.search_back_button svg {
  width: 24px;
}

.search_overlay_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
}

.search_box {
  position: relative;
  width: 100%;
}

.search_box input {
  display: block;
  height: 30px;
  width: 100%;
  background: #383838;
  border: 1px solid #383838;
  border-radius: 50px;
  padding: 0 0 0 15px;
}

.search_box svg {
  width: 24px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.search_overlay_content li {
  padding: 10px 10px;
  border-bottom: 1px solid #383838;
  color: #f1f1f1;
}

.account_menu_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 0;
  font-size: 1rem;
}
.account_menu_item span {
  display: inline;
  vertical-align: middle;
}

.account_menu_item:last-child {
  border-bottom: 1px solid #383838;
}

.account_menu_item:nth-child(3) {
  border-bottom: 0.5px solid #383838;
}

.account_menu_item:nth-child(5) {
  border-bottom: 0.5px solid #383838;
}

.account_menu_item svg {
  fill: #f1f1f1;
  width: 30px;
  margin: 0 20px 0 10px;
}

.menu {
  margin-left: 10px;
}

.shorts {
  margin: 20px 0;
  width: 100%;
}

.shorts_container {
  overflow: auto;
  white-space: nowrap;
}

/* hide scrollbar but allow scrolling */
.shorts_container {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

.shorts_container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.tag_explore {
  vertical-align: middle;
  background: #383838;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 10px;
  padding-right: 35px;
}
.tag_explore svg {
  display: inline-block;
  vertical-align: middle;
}
.tag_explore span {
  vertical-align: middle;
}

.shorts_title {
  display: flex;
  align-items: center;
  margin: 10px;
}
.shorts_title span {
  display: inline-block;
  margin-left: 10px;
}

.shorts_title svg {
  display: inline-block;
  width: 35px;
  background: #0000ff;
  border-radius: 50%;
  padding: 2px;
  fill: #f1f1f1;
}

.shorts_video_card {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: -1;
  height: 245px;
  width: 145px;
}
.shorts_video_card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.shorts_video_card:nth-child(odd) img {
  content: url("./../images/shorts_thumbnail_2.jpg");
}

.shorts_video_card:nth-child(even) img {
  content: url("./../images/shorts_thumbnail_1.jpg");
}

.shorts_video_card:nth-child(1) {
  margin-left: 10px;
}

.shorts_notation_container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.shorts_options {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 5px;
}
.shorts_options svg {
  width: 15px;
}

.shorts_notation {
  position: absolute;
  bottom: 0;
  text-align: left;
  font-weight: bold;
  padding: 5px;
}
.shorts_notation span {
  white-space: normal;
}

.shorts_video_title {
  font-size: 0.9rem;
}

.shorts_view_count {
  font-size: 0.8rem;
}

/*# sourceMappingURL=style.css.map */
