html,
body {

    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient(135deg, #0a0f1f, #141736d3, #4a148c) no-repeat center center fixed;
}





@media screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }
}



* {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    box-sizing: border-box;
}

h3 {
    color: #ffffff;
    margin-left: -21px;
}

a h3:hover {
    color: #00ff8d;

}

a {
    text-decoration: none;
    color: #03ce73;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    /* background: linear-gradient(135deg, #0a0f1f, #141736d3, #4a148c); */


}

.signInContainer {
    background-color: #ffffff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column {
    background-color: #ffffff;
    min-height: 300px;
    max-height: 100%;
    width: 450px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
    padding: 20px 35px;
    overflow-y: auto;
}

.column form {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}

.column form input[type="text"],
.column form input[type="email"],
.column form input[type="password"] {
    font-size: 14px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #ffffff;
}

.column form input[type="submit"] {
    background-color: #4285f4;
    color: #ffffff;
    height: 36px;
    width: 88px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.column .header {
    padding: 20px 0;
}

.column h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding-top: 16px;
    color: #000;
}

.column .header span {
    font-size: 14px;
}

.column .header img {
    width: 100px;
}

.signInMessage {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.errorMessage {
    color: #f00;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.previewImage,
.previewVideo {
    width: 96% !important;
    height: 76vh;
    margin-top: 90px;
    /*! position: absolute; */
    box-sizing: border-box;
    border-radius: 38px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    object-fit: cover;
}



@media screen and (max-width: 600px) {

    .previewImage,
    .previewVideo {
        height: 40vh !important;
        width: 50%;
    }
}


.previewContainerHero {
    position: relative;
    display: flex;
    width: 100%;
    /*! padding: 0px 30px; */
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(107deg, rgb(44 30 78) 0%, #081531 23%, rgba(5, 74, 115, 0.75) 56%, rgba(0, 0, 0, 0) 95%);
    padding-bottom: 50px;
}

.previewContainer {
    position: relative;
    display: flex;
    width: 100%;
}

.previewContainer.small {
    width: 400px;
    height: 200px;
    margin-right: 5px;
    display: inline-flex;
}

.hoverOverlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    top: 0;
    left:0;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 20px 20px 20px 20px;
}

.hoverInner{
    width: 100%;
    max-width: 200px;
    padding: 10px;

    .playButton{
        background-color: rgba(39, 38, 38, 0.932);
        color: #ffffff;
        border: none;
        width: 100%;
        height: 40px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
        margin: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 0px;
    }
}

.hello{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100% !important;
}

.actionButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.previewDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #fff;
}

.duration, .genre{
    color: #fff;
}

.previewContainer.small:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
    z-index: 2;

    img{
        filter: brightness(70%);
    }

    .hoverOverlay{
        display: flex;
    }
}

.actionButtons button {
    background-color: rgba(21, 20, 20, 0.83);
    color: #ffffff;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    /*! border: 2px solid #fff; */

    &:hover{
        background-color: #363837;
        color: #fdfdfd;
    }
}

.playButton:hover{
    background-color: #363837;
    color: #fdfdfd;
}

.previewContainer.small img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;

    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* margin-bottom: 25px; */

    border: 1px solid #414344e8;



    background: rgb(0 0 0);
    transition: width 1s, height 1s, transform 0.9s;
    height: 100%;
}


.previewOverlay {
    width: 96%;
    height: 76vh;
    background: linear-gradient(107deg, rgb(44 30 78) 0%, #081531 23%, rgb(0 195 235 / 0%) 56%, rgb(0 0 0 / 0%) 95%);
    position: absolute;
    margin-top: 90px;
    border-radius: 28px;
}


.previewOverlay .mainDetails h3 {
    color: #ffffff;
    font-size: 16px;
    margin: 19px 0;
}


@media (max-width: 600px) {
    .previewOverlay .mainDetails h3 {
        color: #ffffff;
        font-size: 12px;
        margin: 19px 0;
    }

    .previewOverlay, .previewVideo, .previewImage,.previewOverlayHero{
        height: 40vh !important;
    }
}

.previewOverlay .mainDetails h4 {
    color: #ffffff;
    font-size: 24px;
    margin-top: 0;
}


@media screen and (max-width: 600px) {
    .previewOverlay .mainDetails h4 {
        width: 50%;
        font-size: 14px;

    }
}

@media screen and (max-width: 600px) {
    .previewOverlay .mainDetails {
        position: relative;
        top: 35%;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
    }
}

.previewOverlay .mainDetails {
    position: relative;
    top: 40%;
    margin-left: 80px;
    display: flex;
    flex-direction: column;
}

.mainDetails button {
    background-color: rgba(39, 38, 38, 0.4);
    color: #ffffff;
    border: none;
    min-width: 150px;
    padding: 0 38px;
    height: 50px;
    max-height: 50px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-right: 5px;
    cursor: pointer;
}



@media screen and (max-width: 600px) {

    .mainDetails button {
        width: 19%;
        font-size: 12px;

    }
}



button i {
    color: inherit;
}

.mainDetails button:hover {
    background-color: #009554;
    color: #fdfdfd;
}

.category {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.entities,
.videos {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 95%;
    padding-top: 20px;
}


.entities :hover {

    transform: scale(1.0);
    .hoverOverlay{
        border: 6px solid #fff;
    }

}

@media screen and (max-width: 600px) {
    .entities {
        width: 50%;

    }
}

.previewCategories {
    padding: 0 20px;

}


@media screen and (max-width: 600px) {

    .previewCategories {
        padding: 0 1px;

    }

}

.errorBanner {
    color: #fff;
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.season {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}

.episodeContainer {
    display: inline-flex;

    margin-right: 4px;

}

.episodeContainer .contents {
    display: flex;
    flex-direction: column;
    width: 230px;
    position: relative;
}

.episodeContainer img {
    width: 230px;
    height: 129px;
    object-fit: cover;

}


@media screen and (max-width: 600px) {


    .season {

        padding: 10px 1px;
    }

}



.episodeContainer .videoInfo h4,
.episodeContainer .videoInfo span {
    color: #fff;
    width: 100%;
    white-space: normal;
}

.episodeContainer .videoInfo {
    max-height: 200px;
    overflow-y: auto;
}



.episodeContainer .contents :hover {

    transform: scale(0.9);

}

.previewCategories.noScroll.category .entities {
    white-space: normal;
}

.watchContainer video {
    width: 100%;
}


@media screen and (max-width: 600px) {
    .watchContainer video {
        width: 50%;
    }
}


.videoControls {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 1;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.videoControls h1 {
    color: #fff;
}

.videoControls button {
    font-size: 50px;
    padding: 50px;
    color: #fff;
    background-color: transparent;
    border: none;
}

.upNext {
    height: 100%;
    justify-content: center;
}

.upNextContainer button {
    padding: 0;
}

.upNextContainer h2,
.upNextContainer h3 {
    color: #fff;
}

.watchNav {
    z-index: 2;
}

.seen {
    color: #2ecc71;
    font-size: 26px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.topBar {
    position: fixed;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 60px;
    height: 80px;
    box-sizing: border-box;
    min-width: 1050px;
    transition: background-color 200ms linear;
}


@media screen and (max-width: 600px) {
    .topBar {

        width: 50%;

    }

}


.topBar.scrolled {
    background-color: #000000e0;
    transition: background-color 200ms linear;
}

.logoContainer {
    height: 40px;
}

.logoContainer img {
    height: 100%;
}

.navLinks {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.navLinks a {
    color: #ffffff;
    font-size: 25px;
    margin-left: 14px;
}

.navLinks a {

    padding: 16px 10px;
    font-size: 27px;
    cursor: pointer;
    display: inline-block;
}



.navLinks a:hover {
    color: #009554;
}

@media screen and (max-width: 600px) {
    .navLinks a {
        color: #ffffff;
        font-size: 13px;


    }
}

.rightItems {
    text-align: right;
    align-self: center;
    justify-content: flex-end;
    display: flex;
    gap: 20px;
}

.rightItems a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightItems i {
    color: #FAF3F0;
    font-size: 24px;
    margin-left: 9px;

}

.rightItems i:hover {
    color: #009554;
}

@media screen and (max-width: 600px) {
    .rightItems {
        position: relative;
        text-align: left;
        right: 30px;
        top: 3px;
        margin-left: 55px;
        font-size: 5px;



    }
}





.previewCategories h1 {
    color: #e5e5e5;
}

.textboxContainer {
    padding: 100px 50px;

}

@media screen and (max-width: 600px) {
    .searchInput {

        margin-left: 1px;




    }
}

.searchInput {
    height: 50px;
    width: 500px;
    border: 1px solid #dedede;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 4px;
}

.settingsContainer {
    padding-top: 60px;
    background-color: transparent;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.settingsContainer h2 {
    color: #fff;
    margin-top: 0;
}

.settingsContainer .formSection {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.settingsContainer form input[type="text"],
.settingsContainer form input[type="email"],
.settingsContainer form input[type="password"] {
    width: 300px;
    height: 40px;
    font-size: 15px;
    margin: 5px 0;
    border: none;
    border-radius: 3px;
    padding: 0 5px;
}

.settingsContainer form input[type="submit"] {
    background-color: #ff7300;
    width: 100px;
    height: 40px;
}

.alertSuccess,
.alertError {
    margin: 10px 0;
}

.alertError {
    color: #dc1928;
}

.alertSuccess {
    color: #2ecc71;
}

.formSection h3 {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
}

.favorite_entity {
    display: flex !important;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.favorite_entity_link {
    display: flex !important;
    align-items: center;
    text-decoration: none;
}

.favorite_entity_name {
    color: white;
    margin-left: 10px;
    max-width: 65%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
}

.favorite_entity_play {
    margin-left: 10px;
    cursor: pointer;
    color: white;
    width: 24px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    /* background-color: rgba(255, 255, 255, 0.2); */
    /* border: 1px solid white; */
    font-size: 20px;
}

.plus-button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.slide_entity{
    position: relative;
    display: flex;
    width: 100%;
}