@font-face {
    font-family: alte_haas_grotesk_bold;
    src: url(fonts/font_simply_sans_bold.ttf);
}
@font-face {
    font-family: alte_haas_grotesk_regular;
    src: url(fonts/font_simply_sans_book.ttf);
}

.app_icon {
  width: 40px;
  height: 40px;
  padding: 8px;
}


.video {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
}

body {
    background-color: #19212a;
}

.text_unhighlighted {
    color: #767a7f !important;
}

.text_highlighted {
    color: #fcffff !important;
}


.tint_color {
    color: #a642ea;
}

.secondary_button {
   background-color: #3e4855;
   border-radius: 100px;
   display: inline-flex;
   padding: 5px;
   align-items: center;
   margin-left: 15px;
   cursor: pointer;
}

.primary_button {
   background-color: #a642ea;
   border-radius: 100px;
   display: inline-flex;
   padding: 5px;
   align-items: center;
   cursor: pointer;
}

.button_text {
    color: #fcffff;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'alte_haas_grotesk_bold';
    cursor: pointer;
}

.main_section_header {
    transition: transform 0.2s ease-in-out;
    font-family: 'alte_haas_grotesk_bold';
    color: #767a7f;
    margin-left: 30px;
    font-size: large;
    cursor: pointer;
}

.main_section_header:hover {
  transform: translateY(-5px); /* move the element up by 5 pixels on hover */
}

.main_content_group {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.side_section_group {
    margin-right: 30px;
}

.center_content_group {
    flex: 1;
}

.end_content_group {
    width: 25%;
}

.side_section_header {
    transition: transform 0.2s ease-in-out;
    font-family: 'alte_haas_grotesk_bold';
    color: #767a7f;
    font-size: medium;
    cursor: pointer;
}


.side_section_header:hover {
  transform: translateY(-5px); /* move the element up by 5 pixels on hover */
}

.side_section_spacing {
    width: 16px;
}

.main_content_header {
    font-family: 'alte_haas_grotesk_bold';
    color: #fcffff;
    font-size: xx-large;
    margin: 10px;
}


.video_title {
    font-family: 'alte_haas_grotesk_bold';
    color: #fcffff;
    font-size: large;
}

.video_category {
    font-family: 'alte_haas_grotesk_bold';
    color: #767a7f;
    font-size: small;
}

.video_info {
    font-family: 'alte_haas_grotesk_regular';
    color: #fcffff;
    font-size: small;
}

.video_image {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    background: #767a7f;
    width: 150px;
    height: 225px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.video_image_text {
    color: #fcffff;
    font-family: 'alte_haas_grotesk_bold';
    font-size: large;
    padding: 20px;
    text-align: center;
}

.video_image_content {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.selected_video_image {
    border: solid;
    border-color: #a642ea;
    border-width: 3px;
    box-sizing: border-box;
}

.horizontal_header {
    display: flex;
    align-items: center;
}

.horizontal_group {
    display: flex;
}

.vertical_group {

}

.button_group {
    display: flex;


}

.fill_parent {
    width: 100%;
}

.main_header_right_group {
    margin-right: 0;
    margin-left: auto;
    display: flex;
}

.search_section {
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    width: 200px;
    border-radius: 100px;
    height: 35px;
    padding-left: 5px;
    margin-left: auto;
    margin-right: auto;
}

.search_section_center {
    margin-left: auto;
    margin-right: auto;
}

.search_text {
    color: #767a7f;
    font-family: 'alte_haas_grotesk_regular';
    font-size: small;
    margin-top: 16px;
}

.header_search_group {
}

.search_section_spacing {
    width: 16px;
}

.user_icon_background {
    background-color: #e58023;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    margin-left: auto;
    display: flow-root;
    margin-right: 20px;
}


.user_icon_text {
    font-family: 'alte_haas_grotesk_bold';
    color: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 7px;
    text-align: center;
}

.content_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(166px, 166px));
    grid-gap: 0px;
    margin: 8px;
}

.content_grid_item {

}

.no_info_text {
    font-family: 'alte_haas_grotesk_bold';
    color: #767a7f;
    font-size: medium;
}

.video_back_group {
    transition: transform 0.2s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0px;
    float: right;
    cursor: pointer;
}

.video_back_text {
    font-family: 'alte_haas_grotesk_bold';
    color: #767a7f;
    font-size: medium;
    margin: 15px;
    text-align: right;
    cursor: pointer;
}

.video_back_group:hover {
  transform: translateY(-5px); /* move the element up by 5 pixels on hover */
}

.video_back_text:hover {
  color: #fcffff !important;
}

.mobile_bottom_sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #19212a;
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.4);
    padding: 19px;
    overflow: auto;
      /* Hide scrollbar for Firefox */
      scrollbar-width: none;
      /* Hide scrollbar for WebKit (Safari, Chrome, etc.) */
      -ms-overflow-style: none;
      /* Hide scrollbar for IE and Edge */
      -webkit-overflow-scrolling: touch;
      transition: transform 0.5s ease-out, bottom 0.5s ease-out;
      transform: translate3d(0, 100%, 0);
}

.hidden {
    display: none;
}

.mobile_bottom_sheet.show {
  bottom: 0;
  transform: translate3d(0, 0, 0);
}

/* Hide scrollbar for WebKit (Safari, Chrome, etc.) */
.mobile_bottom_sheet::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

.cast_button_group {
    width: 30px;
}

.center_group {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.cast_screen_text {
    font-family: 'alte_haas_grotesk_bold';
    color: #ffffff;
    font-size: xx-large;
    margin-left: 16px;

}

.center_vertical_group {
    text-align: center;
}

.video_player {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
}

.video_player.hide {
    display: none;
}


.cast_details_bottom_group {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.4);
    background-color: #19212a;
    border-radius: 10px;
}

.cast_button_controls_group {
    align-items: center;
    justify-content: center;
}

.image_button {
    width: 30px;
    height: 30px;
    padding: 10px;
}

.seek_bar {
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e0e0e0;
  border-radius: 5px;
  width: 350px;
}

.seek_bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
}

.seek_bar::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
}

.seek_pop_up {
    position: fixed;
    z-index: 100;
    pointer-events: none;
    margin-top: -45px;
    margin-left: -17px;
    background: white;
    padding: 9px;
    border-radius: 8px;
}

.seek_pop_up_text {
    font-family: 'alte_haas_grotesk_regular';
    font-size: small;
    margin: 0px;
}

.cast_details_bottom_group_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #19212a;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cast_details_group_vert {
    display: grid;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.center_details {
    margin-left: auto;
    margin-right: auto;
}

.login_group {
    width: 100%;
    height: 99vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

.login_card {
    display: grid;
    background: #19212a;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
    padding: 40px;
    border-radius: 12px;
}

.login_hint {
    font-family: 'alte_haas_grotesk_bold';
    color: #ffffff;
    font-size: large;
    margin: 6px;
}

.login_button {
    background: #a642ea;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-family: 'alte_haas_grotesk_bold';
    font-size: large;
    color: #ffffff;
    margin-top: 23px;
}

.login_button:hover {
    background: #8a30c7;
}

.login_error {
    font-family: 'alte_haas_grotesk_bold';
    color: #b5214d;
    font-size: large;
}

.login_field_text {
    font-family: 'alte_haas_grotesk_regular';
    font-size: large;
    width: 300px;
    background: #374657;
    border-radius: 6px;
    border: none;
    padding: 10px;
    color: #ffffff;
}