.HomePageTv {
  width: 1295px;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  white-space: nowrap;
}
.HomePageTv::-webkit-scrollbar {
    display: none;
  }
.HomePageTv .Carousel {
    max-height: 60%;
    position: relative;
    display: flex;
  }
.HomePageTv .Carousel img {
      max-width: 1295px;
    }
.HomePageTv .Carousel .LinearGradient {
      position: absolute;
      align-self: end;
      width: 100%;
      height: 100%;
    }
.HomePageTv .Carousel .CarouselButton{
      position: absolute;
      font-weight: bold;
      font-size: 25px;
      font-family: sans-serif;
      color: white;
      display: flex;
      flex-direction: column;
      align-self: flex-end;
      margin-left: 40px;
    }
.HomePageTv .Carousel .CarouselButton div{
        display: flex;
        align-items: center;
        width: 200px;
        height: 40px;
        margin-top: 30px;
        font-weight: normal;
        font-size: 18px;
        border-radius: 5px;
      }
.HomePageTv .Carousel .CarouselButton div svg {
          margin-left: 15px;
          margin-right: 15px;
          width: 20px;
        }
.HomePageTv .Carousel img {
      -o-object-fit: cover;
         object-fit: cover;
    }
.HomePageTv .SortList {
      width: 100%;
      display: flex;
      box-sizing: border-box;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      margin: 20px 10px 20px 0;
  }
.HomePageTv .SortList .Container {
        margin-right: 15px;
        padding: 10px 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: solid;
        border-width: 5px;
      }
.HomePageTv .SortList .Container div {
          font-family: sans-serif;
          font-size: 16px;
          margin-right: 10px;
        }
.HomePageTv .SortList .Container svg {
          width: 8px;
          rotate: 90deg;
        }
.HomePageTv .Layer {
    display: flex;
    flex-direction: column;
    margin-left: 5px; /* margin layer */
  }
.HomePageTv .Layer .LayerTitle {
      font-family: sans-serif;
      font-size: 25px;
      font-weight: bold;
    }
.HomePageTv .Layer .CoverList {
      overflow: scroll;
      display: flex;
      flex-direction: row;
      scroll-behavior: smooth;
      scrollbar-width: none;
      white-space: nowrap;
    }
.HomePageTv .Layer .CoverList::-webkit-scrollbar {
        display: none;
      }
.HomePageTv .Layer .CoverList img {
        cursor: pointer;
        z-index: 0;
        border: solid;
        border-color: transparent;
      }

.MoviePageLandscapeTv {
  width: 1295px; /* 1295 = width device - menu close width */
  height: 810px;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}
.MoviePageLandscapeTv .BackgroundImage {
    position: absolute;
    width: 1295px; /* 1295 = width device - menu close width */
    height: 810px;
    -o-object-fit: cover;
       object-fit: cover;
  }
.MoviePageLandscapeTv .BackgroundGradient {
    position: absolute;
    width: 1295px; /* 1295 = width device - menu close width */
    height: 810px;
  }
.MoviePageLandscapeTv .Container {
      display: flex;
      position: absolute;
      flex-direction: column;
      overflow: scroll;
      scroll-behavior: smooth;
      scrollbar-width: none;
      white-space: nowrap;
      width: 1295px; /* 1295 = width device - menu close width */
      height: 810px;
  }
.MoviePageLandscapeTv .Container::-webkit-scrollbar {
        display: none;
      }
.MoviePageLandscapeTv .Container .TopContainer {
      margin-top: 15px;
      padding-left: 40px;
      box-sizing: border-box;
      min-width: 1295px; /* 1295 = width device - menu close width */
      display: flex;
      flex-direction: row;
      align-items: center;
    }
.MoviePageLandscapeTv .Container .TopContainer .CoverContainer {
          max-height: 366px;
          box-sizing: border-box;
          align-self: flex-start;
          padding: 5px;
          background-color: rgba(144,144,144,0.3);
          display: flex;
          justify-content: center;
      }
.MoviePageLandscapeTv .Container .TopContainer .CoverContainer img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain;
          }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer {
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 5px;
          box-sizing: border-box;
          display: flex;
          flex-direction: column;
          align-self: flex-start;
      }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .Title {
            font-size: 38px;
            font-weight: bold;
        }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .LandscapeMovieButtonContainer {
            margin-top: 20px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            font-family: sans-serif;
            width: 100%;
            fontSize: 16px;
        }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .LandscapeMovieButtonContainer .Button {
            display: flex;
            flex: 1;
            border-radius: 7px;
            max-width: 30%;
            height: 50px;
            flex-direction: row;
            align-items: center;
          }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .LandscapeMovieButtonContainer .Button svg {
              margin-left: 40px;
              margin-right: 20px;
              height: 30px;
            }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .TagsContainer {
            width: 100%;
            margin-top: 20px;
            display: flex;
            flex-direction: row;
            overflow: scroll;
            scroll-behavior: smooth;
            scrollbar-width: none;
            white-space: nowrap;
        }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .TagsContainer::-webkit-scrollbar {
              display: none;
            }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .TagsContainer .Tag {
                font-family: sans-serif;
                font-weight: bold;
                border: solid;
                border-width: 2px;
                font-size: 12px;
                padding: 5px 10px;;
                border-radius: 7px;
                margin-right: 10px;
            }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .MovieDesc {
          overflow: hidden;
          white-space: pre-line;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          font-family: sans-serif;
          margin-top: 15px;
          letter-spacing: 0.05vw;
          font-size: 16px;
          font-weight: bolder;
        }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .MetadataContainer {
          width: 100%;
          display: flex;
          overflow: hidden;
          white-space: normal;
          white-space: initial;
          flex-direction: column;
          margin-top: 5px;
        }
.MoviePageLandscapeTv .Container .TopContainer .TitleAndMetadataContainer .MetadataContainer .Section {
            margin-top: 15px;
            display: flex;
            flex-direction: row;
            font-family: sans-serif;
            font-size: 14px;
          }
.MoviePageLandscapeTv .Container .Layer {
      margin-top: 25px;
      display: flex;
      flex-direction: column;
    }
.MoviePageLandscapeTv .Container .Layer .LayerTitle {
        font-family: sans-serif;
        font-size: 25px;
        font-weight: bold;
      }
.MoviePageLandscapeTv .Container .Layer .CoverList {
        overflow: scroll;
        display: flex;
        flex-direction: row;
        scroll-behavior: smooth;
        scrollbar-width: none;
        white-space: nowrap;
      }
.MoviePageLandscapeTv .Container .Layer .CoverList::-webkit-scrollbar {
          display: none;
        }
.MoviePageLandscapeTv .Container .Layer .CoverList img {
          cursor: pointer;
          z-index: 0;
          border: solid;
          border-color: transparent;
          transform: scale(1);
          transition: transform 0.15s ease-in-out;
        }

.Login {
  flex: 1;
  display: flex;
  font-family: sans-serif;
}
.Login .TopContainer {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
.Login .MiddleContainer {
    flex: 4;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
.Login .MiddleContainer .KeyboardContainer {
      max-width: 50%;
      padding: 0px 25px 0 25px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.Login .MiddleContainer .KeyboardContainer .Keyboard {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
      }
.Login .MiddleContainer .KeyboardContainer .Keyboard .SimpleKey {
          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          border: solid 2px;
          border-radius: 5px;
          width : 60px;
          height: 60px;
          margin-right: 5px;
          margin-bottom: 5px;
        }
.Login .MiddleContainer .KeyboardContainer .Keyboard .SimpleKey svg {
            height: 25px;
          }
.Login .MiddleContainer .KeyboardContainer .Keyboard .DoubleKey {
          width: 125px;
        }
.Login .MiddleContainer .KeyboardContainer .Keyboard .TripleKey {
          width: 190px;
        }
.Login .MiddleContainer .KeyboardContainer .Keyboard .QuadrupleKey {
          margin-top: 15px;
          width: 255px;
        }
.Login .MiddleContainer .KeyboardContainer .Keyboard .SextupleKey {
          margin-top: 15px;
          width: 385px;
        }
.Login .MiddleContainer .TextInputContainer {
      flex: 1;
      padding-top: 30px;
      padding-left: 30px;
      font-size: 20px;
      font-weight: bold;
    }
.Login .MiddleContainer .TextInputContainer .TextInput {
        font-size: 15px;
        height: 60px;
        width: 600px;
        border-radius: 5px;
        border-width: 2px;
        font-weight: normal;
      }
.Login .MiddleContainer .TextInputContainer .TextInput div {
          height: 100%;
          border-radius: 4px 0 0 4px;
          display: flex;
          justify-content: center;
          margin-right: 10px;
        }
.Login .MiddleContainer .TextInputContainer .TextInput div svg {
            padding: 10px;
          }
.Login .MiddleContainer .TextInputContainer .ShowPassword {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: solid 2px;
        border-radius: 5px;
        width: 300px;
        height: 50px;
        font-weight: normal;
        margin-top: 5px;
        font-size: 14px;
      }
.Login .MiddleContainer .QrCodeContainer {
      max-height: 350px;
      padding: 10px;
    }
.Login .MiddleContainer .TextContainer {
      max-width: 66%;
      display: flex;
      flex-direction: column;
      padding-left: 50px;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 30px;
    }
.Login .MiddleContainer .TextContainer .MidTextContainer {
        width: 90%;
        display: flex;
        flex-direction: column;
        padding-left: 30px;
        margin-top: 25px;
      }
.Login .MiddleContainer .TextContainer .MidTextContainer .RowTextContainer {
          display: flex;
          flex-direction: row;
          margin-top: 5px;
        }
.Login .MiddleContainer .TextContainer .MidTextContainer .RowTextContainer .Number {
            font-size: 24px;
            font-weight: bold;
            margin-right: 5 * scale;
            align-self: flex-start;
          }
.Login .MiddleContainer .TextContainer .MidTextContainer .RowTextContainer .Text {
            font-size: 24px;
            align-self: flex-start;
            margin-left: 10px;
            font-weight: normal;
          }
.Login .MiddleContainer .TextContainer .Code {
        display: flex;
        justify-content: center;
        font-size: 75px;
        width: 90%;
        margin-top: 50px;
      }
.Login .MiddleContainer .TextContainer .DescText {
        margin-top: 50px;
        font-size: 20px;
        font-weight: normal;
      }
.Login .BottomContainer {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
.Login .BottomContainer .BottomLeftContainer {
      flex: 1;
      width: 50%;
      display: flex;
      justify-content: center;
    }
.Login .BottomContainer .BottomLeftContainer .SwitchLogMethodButton {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: solid 2px;
        border-radius: 5px;
        width: 645px;
        height: 60px;
        font-weight: normal;
        cursor: pointer;
      }
.Login .BottomContainer .BottomLeftContainer .SwitchLogMethodButton svg {
          width: 40px;
          padding-right: 25px;
        }
.Login .BottomContainer .BottomRightContainer {
      flex: 1;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-right: 50px;
    }

.PreviewTv {
  height: 810px; /* height device */
  width: 1440px; /* width device */
  border: solid;
  border-width: 5px;
  align-self: center;
  border-color: black;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.MenuBurgerTv {
  position: relative;
  height: 810px;
  min-width: 145px;
  max-width: 145px; /* menu close width */
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
  transition: min-width 0.5s, max-width 0.5s;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

.MenuBurgerTv .LogoContainer {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    min-width: 290px;
    min-height: 150px;
    max-width: 290px;
    max-height: 150px;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
  }

.MenuBurgerTv .LogoContainerMenuOpen {
    opacity: 1;
    transition: opacity 0.5s;
  }

.MenuBurgerTv .MenuEntryContainer {
    margin-top: 150px;
    position: absolute;
    left: 0;
    display: flex;
    overflow: scroll;
    min-width: 290px;
    min-height: 660px;
    flex-direction: column;
    justify-content: space-between;

  }

.MenuBurgerTv .MenuEntryContainer .MenuBurgerEntry {
      display: flex;
      overflow: hidden;
      height: 50px;
      flex-direction: row;
      margin: 20px 0;
      font-family: sans-serif;
      align-items: center;
      font-weight: bold;
      width: 40px;
      margin-left: 55px;
      cursor: pointer;
    }

.MenuBurgerTv .MenuEntryContainer .MenuBurgerEntry svg {
        padding-right: 15px;
      }

.MenuBurgerTv .MenuEntryContainer .MenuBurgerEntryOpen {
      width: 235px;
    }

.MenuBurgerTvOpen {
  min-width: 290px;
  max-width: 290px;
  transition: min-width 0.5s, max-width 0.5s;
}

.HomePageHandset {
  z-index: 0;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  white-space: nowrap;
}
.HomePageHandset::-webkit-scrollbar {
    display: none;
  }
.HomePageHandset .Carousel {
    position: relative;
    display: flex;
    justify-content: center;
  }
.HomePageHandset .Carousel .CarouselText {
      position: absolute;
      font-weight: bold;
      align-self: end;
      height: 50px;
      width: 100%;
      font-family: sans-serif;
      background: linear-gradient(0deg, rgba(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.HomePageHandset .Carousel img {
      -o-object-fit: cover;
         object-fit: cover;
    }
.HomePageHandset .SortList {
      display: flex;
      box-sizing: border-box;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
  }
.HomePageHandset .SortList div {
        font-family: sans-serif;
      }
.HomePageHandset .SortList svg {
        rotate: 90deg;
      }
.HomePageHandset .Layer {
    display: flex;
    flex-direction: column;
    margin-left: 5px; /* margin layer */
  }
.HomePageHandset .Layer .LayerTitle {
      color: white;
      font-family: sans-serif;
      font-weight: bold;
    }
.HomePageHandset .Layer .CoverList {
      overflow: scroll;
      display: flex;
      flex-direction: row;
      scroll-behavior: smooth;
      scrollbar-width: none;
      white-space: nowrap;
    }
.HomePageHandset .Layer .CoverList::-webkit-scrollbar {
        display: none;
      }
.HomePageHandset .Layer .CoverList img {
        cursor: pointer;
      }

.MoviePagePortrait {
  z-index: 0;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

.MovieTopContainerBasic {
    position: relative;
    display: flex;
    justify-content: center;
}

.MovieTopContainerBasic img {
    -o-object-fit: cover;
       object-fit: cover;
  }

.MovieTopContainerBasic .TopContainerPlayButtonBasic {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-self: center;
    color: white;
    align-items: center;
    font-family: sans-serif;
    border: solid;
    border-width: 1px;
  }

.MovieTopContainerBasic .TopContainerPlayButtonBasic .PlayButtonIconContainerBasic {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 25px;
      border: solid;
      border-width: 2px;
      margin-right: 10px;
    }

.MovieTopContainerBasic .TopContainerTitleBasic {
    position: absolute;
    font-weight: bold;
    align-self: end;
    height: 50px;
    padding-left: 20px; /* padding-left */
    font-family: sans-serif;
    background: linear-gradient(0deg, rgba(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
  }

.MovieTopContainerGradient {
  position: relative;
  display: flex;
  justify-content: center;
}

.MovieTopContainerGradient img {
    -o-object-fit: cover;
       object-fit: cover;
  }

.MovieTopContainerGradient .TopContainerPlayButtonGradient {
    position: absolute;
    display: flex;
    flex-direction: row;
    bottom: 54px;
    color: white;
    align-items: center;
    font-family: sans-serif;
    border: solid;
    border-width: 2px;
  }

.MovieTopContainerGradient .TopContainerPlayButtonGradient .PlayButtonIconContainerGradient {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
    }

.MovieTopContainerGradient .TopContainerTitleGradient {
    position: absolute;
    font-weight: bold;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
  }

.MovieTopContainerGradient .PortraitMovieButtonContainerTop {
    position: absolute;
    padding: 0 5px 0 5px;
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    justify-content: space-around;
    bottom: 0;
  }

.MovieTopContainerGradient .PortraitMovieButtonContainerTop .Button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      padding: 5px 0 5px 0;
    }

.MovieTopContainerGradient .topContainerGradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
  }

.MovieTopContainerFixedCover {
  position: fixed;
  display: flex;
  z-index: -1;
  overflow: hidden;
}

.MovieTopContainerFixedCover img {
    -o-object-fit: cover;
       object-fit: cover;
  }

.TopContainerFixedCover {
  display: flex;
  flex-direction: column;
  border-radius: 25px 25px 0 0;
}

.TopContainerFixedCover .PlayButtonIconContainerFixedCover {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 2px solid;
    top: -26px;
    align-self: center;
  }

.TopContainerFixedCover .TitleFixedCover {
      position: relative;
      font-weight: bold;
      align-self: center;
      font-family: sans-serif;
      top: -15px;
  }

.PortraitMovieButtonContainer {
    display: flex;
    flex-direction: row;
    padding: 10px 5px 0 5px;
    font-family: sans-serif;
    justify-content: space-around;
}

.PortraitMovieButtonContainer .Button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      padding: 5px 0 5px 0;
    }

.TagsContainer {
    margin-left: 5px; /* margin-left */
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    white-space: nowrap;
}

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

.TagsContainer .Tag {
      font-family: sans-serif;
      font-weight: bold;
    }

.MovieDesc {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: sans-serif;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 10px;
}

.MovieDescReadMore {
    font-family: sans-serif;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 10px;
    text-decoration: underline;
}

.MovieDescReadMoreButton {
  border-radius: 4px;
  border: 1px solid;
  font-family: sans-serif;
  font-size: 10px;
  padding: 2px 0 2px 0;
  width: 60%;
  margin-top: 5px;
  margin-left: 20%;
  text-align: center;
}

.MetadataContainer {
    display: flex;
    flex-direction: column;
    margin-left: 10px; /* margin-left */
}

.MetadataContainer .Section {
      margin-top: 15px;
      display: flex;
      flex-direction: row;
      font-family: sans-serif;
    }

.MovieRecommended {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.MovieRecommended .RecommendedTitle {
      font-weight: bold;
      font-family: sans-serif;
      margin-left: 10px;
    }

.MovieRecommended .RecommendedCoverList {
        margin-top: 10px;
    }

.MoviePageLandscapeHandset {
  font-size: 35px;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}
.MoviePageLandscapeHandset .Background {
    position: absolute;
    display: flex;
  }
.MoviePageLandscapeHandset .Background img {
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0.2;
    }
.MoviePageLandscapeHandset .Container {
      display: flex;
      position: absolute;
      flex-direction: column;
      overflow: scroll;
      scroll-behavior: smooth;
      scrollbar-width: none;
      white-space: nowrap;
  }
.MoviePageLandscapeHandset .Container::-webkit-scrollbar {
        display: none;
      }
.MoviePageLandscapeHandset .Container .TopContainer{
      width: 810px;
      padding: 50px 0 0 10px; /* 50 = header height & 10 = padding-left */
      display: flex;
      flex-direction: row;
      align-items: center;
    }
.MoviePageLandscapeHandset .Container .TopContainer .CoverContainer {
        align-self: flex-start;
        background-color: white;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        justify-content: center;
      }
.MoviePageLandscapeHandset .Container .TopContainer .CoverContainer img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
.MoviePageLandscapeHandset .Container .TopContainer .CoverContainer .TopContainerPlayButton {
          height: 35px;
          position: absolute;
          display: flex;
          flex-direction: row;
          align-self: center;
          color: white;
          align-items: center;
          font-family: sans-serif;
          padding: 0px 6px 0px 6px;
          font-size: 10px;
          border: solid;
          border-radius: 8px;
          border-width: 1px;
        }
.MoviePageLandscapeHandset .Container .TopContainer .CoverContainer .TopContainerPlayButton .PlayButtonIconContainer {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 5px;
            border-radius: 25px;
            border: solid;
            border-width: 2px;
            margin-right: 10px;
          }
.MoviePageLandscapeHandset .Container .TopContainer .CoverContainer .TopContainerPlayButton .PlayButtonIconContainer svg {
              height: 8px;
            }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer{
          display: flex;
          flex-direction: column;
          align-self: flex-start;
      }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .Title {
            font-size: 18px;
            font-weight: bold;
        }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .LandscapeMovieButtonContainer {
          display: flex;
          flex-direction: row;
          font-family: sans-serif;
          margin: 10px 0;
        }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .LandscapeMovieButtonContainer .Button {
            display: flex;
            flex: 1;
            flex-direction: column;
            justify-content: center;
            align-items: center;
          }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .TagsContainer {
          width: 100%;
          display: flex;
          flex-direction: row;
          overflow: scroll;
          scroll-behavior: smooth;
          scrollbar-width: none;
          white-space: nowrap;
        }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .TagsContainer::-webkit-scrollbar {
            display: none;
          }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .TagsContainer .Tag {
            font-family: sans-serif;
            font-weight: bold;
            font-size: 8px;
            padding: 3px 8px;;
            border-radius: 4px;
            margin-right: 5px;
          }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .MovieDesc {
          max-width: 95%;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          white-space: normal;
          white-space: initial;
          font-family: sans-serif;
          margin-top: 5px;
          font-size: 10px;
        }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .MovieDescReadMore {
            font-family: sans-serif;
            margin-top: 5px;
            font-size: 10px;
            text-decoration: underline;
        }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .MetadataContainer {
          display: flex;
          overflow: hidden;
          white-space: normal;
          white-space: initial;
          flex-direction: column;
          margin-top: 5px;
        }
.MoviePageLandscapeHandset .Container .TopContainer .TitleAndMetadataContainer .MetadataContainer .Section {
            margin-top: 5px;
            display: flex;
            flex-direction: row;
            font-family: sans-serif;
            font-size: 10px;
          }
.MoviePageLandscapeHandset .Container .Layer {
      display: flex;
      flex-direction: column;
      margin-left: 10px; /* margin layer */
      margin-top: 10px;
    }
.MoviePageLandscapeHandset .Container .Layer .LayerTitle {
        color: white;
        font-family: sans-serif;
        font-size: 12px;
        font-weight: bold;
      }
.MoviePageLandscapeHandset .Container .Layer .CoverList {
        overflow: scroll;
        display: flex;
        flex-direction: row;
        scroll-behavior: smooth;
        scrollbar-width: none;
        white-space: nowrap;
      }
.MoviePageLandscapeHandset .Container .Layer .CoverList::-webkit-scrollbar {
          display: none;
        }
.MoviePageLandscapeHandset .Container .Layer .CoverList img {
          cursor: pointer;
        }

.Profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  font-family: sans-serif;
  font-weight: bold;
}
.Profile::-webkit-scrollbar {
    display: none;
  }
.Profile .UserContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
  }
.Profile .UserContainer svg {
      margin-bottom: 10px;
    }
.Profile .EntryContainer {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
.Profile .EntryContainer .Mail {
      display: flex;
      flex-direction: row;
    }
.Profile .EntryContainer div {
      margin-top: 30px;
    }
.Profile .BottomContainer {
    margin: 0 0 20px 10px;
  }
.Profile .BottomContainer .Logout {
      display: flex;
      flex-direction: row;
      cursor: pointer;
    }
.Profile .BottomContainer .Logout svg {
        margin-right: 5px;
      }
.Profile .BottomContainer .DeleteUser {
      margin-top: 10px;
      font-weight: normal;
    }


.Login {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: sans-serif;
  align-items: center;
}
.Login .TextInput {
    display: flex;
    flex-direction: row;
    width: 275px;
    height: 50px;
    align-items: center;
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    margin-top: 30px;
  }
.Login .TextInput div {
      height: 100%;
      border-radius: 9px 0 0 9px;
      display: flex;
      justify-content: center;
      margin-right: 10px;
    }
.Login .TextInput div svg {
        padding: 0 5px 0 5px;
      }
.Login .LoginButton {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
.Login .TextMethod {
    margin-top: 10px;
    width: 90%;
    text-align: center;
  }
.Login .LinkMethod{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }
.Login .LinkMethod .Link {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-left: 10px;
      font-style: italic;
    }
.Login .LinkMethod .Link svg {
        align-self: flex-start;
        margin-left: 5px;
      }

.PreviewHandset {
  border: solid;
  align-self: center;
  border-color: black;
  display: flex;
  flex-direction: column;
  margin-top: 40px; /* devices button height */
}

.StatusBar {
  display: flex;
  align-self: start;
  flex-direction: row;
  align-items: center;
  font-family: sans-serif;
  justify-content: space-between;
}

.StatusBar .Time {
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-weight: bold;
  }

.StatusBar .Time div {
      margin-left: 5px;
      display: flex;
      justify-content: center;
      font-weight: bold;
      font-size: 8px;
    }

.StatusBar .Notch {
    flex: 2;
    align-self: start;
    background-color: black;
    width: 150px;
    border-radius: 0px 0px 20px 20px;
    height: 35px;
  }

.StatusBar .TabletStatusBarInfo {
    width: 60px;
    align-items: center;
    font-weight: bold;
    font-size: 8px;
  }

.StatusBar .TabletStatusBarInfo svg {
      height: 15px;
      width: 15px;
    }

.StatusBar .MobileStatusBarInfo {
    flex: 1;
  }

.StatusBar .MobileStatusBarInfo svg {
      height: 20px;
      width: 20px;
    }

.HomeBar {
  position: relative;
  align-self: bottom;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 20;
}

.HomeBar .Bar {
    border-radius: 5px;
    margin-bottom: 5px;
  }

.Notes {
  position: absolute;
  height: 50px; /* notes height */
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: sans-serif;
  align-self: end;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 25px;
}

.Notes svg {
    height: 25px;
    margin-right: 5px;
  }

.Header {
  position: absolute;
  height: 50px; /* header height */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.Header .MenuAndLogo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
  }
.Header .MenuAndLogo svg {
      color: white;
      fill: white;
      cursor: pointer;
    }
.Header .MenuAndLogo img {
      max-width: 50px;
      max-height: 30px;
    }
.Header div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
.Header svg {
    margin: 0px 7px;
    height: 20px;
    width: 20px;
    color: white;
    fill: white;
  }

.MenuBurgerHandset {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

.MenuBurgerHandset .MenuBurgerEntry {
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
  }

.MenuBottomHandset {
  height: 50px; /* bottom menu height */
  z-index: 20;
  display: flex;
  flex-direction: row;
}

.MenuBottomHandset .MenuBottomEntry {
    align-items: center;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 5px;
  }

.App {
  max-width: 100vw;
  max-height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.App .DevicesButtonContainer {
      z-index: 50;
      position: absolute;
      top: 0;
      align-self: flex-start;
      max-height: 40px; /* devices button height */
      min-height: 40px; /* devices button height */
      display: flex;
      flex-direction: row;
      width: 100vw;
      background-color: grey;
      justify-content: center;
  }
.App .DeviceButton {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: sans-serif;
      font-size: 14px;
      padding: 10px 0px;
      min-width: 100px;
      max-width: 100px;
      cursor: pointer;
  }
.App .DeviceButton svg {
        margin-left: 10px;
        width: 10px;
        rotate: 90deg;
      }
.App .DeviceChoice{
    z-index: 20;
    position: absolute;
    background-color: grey;
    margin-right: 100px;
    margin-top: 35px;
    min-width: 100px;
    max-width: 100px;
    font-family: sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.App .DeviceChoice div {
      padding: 10px 0px;
      cursor: pointer;
    }
.App .selectedDevice {
    font-weight: bold;
  }

