

#welcome-user {
    color: white;
}

body {
    align-content: center;
}

h6 {
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    margin-top: 20px;
    margin-left: 20px;
}

.search {
    background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}

.Menu {
    margin-bottom: 1px;
    background-color: #000000;
}

.search-btn {
    margin-left: 20px;
}

.logo {
    margin: auto;
    padding: 10px 10px;
}

#icon {
    height: 100px;
    width: 100px;
}

#tvShowName {
    margin-left: 10%;
}

#poster {
    width: 100%;
    height: 50%;
    box-shadow: 5px 5px 10px 4px rgb(54 53 53 / 58%);
    border-radius: 10px;
}

#poster1 {
    width: 100%;
    height: 80%;
    box-shadow: 5px 5px 10px 4px rgb(54 53 53 / 58%);
    border-radius: 10px;
}

h6#episod-name {
    margin-left: 5px;
    margin-top: 5px;
}
/* CHAT STRAT */
.chat-window {
    border: 2px rgba(255, 255, 255, 0.486) solid;
    /* height: 100%; */
    border-radius: 10px;
    background-color: #00000073;
    /* overflow:hidden; */
    margin-bottom: 10px;
}

#chat-input {
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 5px;
    width: 70%;
    margin-top: 5px;
}

.message {
    font-size: 20px;
    margin-left: 5px;
    border: #000000;
}

#chat-send-btn {
    margin-left: 20px;
}

#chat-messages {
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 10px;
    background-color: #FFF;
    height: 400px;
    max-height: 400;
}

#chat-name {
    font-size: 30px;
    text-align: center;
    text-shadow: 5px 0 8px black;
    color: white;
    font-weight: 300;
    font-family: monospace;
}
/* CHAT END */
.myButton {
    background-color: #0059fd;
    border-radius: 28px;
    border: 1px solid #009cfd85;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    margin-left: 10px;
}

    .myButton:hover {
        background-color: #0059fda4;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }
/*rules*/
select#seasonselect {
    width: 100%;
}

button#addtofav-btn {
    margin-left: 55%;
    margin-top: 10%;
}

h4#episod-name {
    margin-top: 10px;
    font-size: 17px;
}

h6#episod-date {
    margin-left: 3px;
    font-family: unset;
}

.tv-show-name {
    grid-area: tv-show-name;
    color: white;
    font-size: 30px;
}

.tv-show-img {
    border-radius: 10px;
    height: 350px;
    width: 60%;
    margin-left: 25%;
}

.search {
    background-image: linear-gradient(180deg, #000000c2 0%, #009efd 100%);
}

.scrollbar {
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    background: #0808081c;
    margin-bottom: 25px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 90%;
}


#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#000000), to(rgb(0, 0, 0)), color-stop(.6,#000000))
}

.episodecard {
    display: inline-block;
    width: 300px;
    height: 275px;
    box-shadow: #2af598;
    margin-right: 15px;
    box-shadow: 5px 5px 10px 4px rgb(54 53 53 / 58%);
    background-color: white;
    border-radius: 10px;
}

/* GRID START */
.gcontainer {
    display: grid;
    grid-template-columns: 0.2fr 1.6fr 1.4fr 1.6fr 0.2fr;
    grid-template-rows: 0.6fr 0.4fr 2fr 1fr 1.7fr 0.3fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "Menu Menu Menu Menu Menu"
        ". search search search ."
        ". content content content ."
        ". content content content ."
        ". content content content ."
        ". . made-by . .";
}

.Menu {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr 1.5fr 0.7fr 0.7fr 1.1fr;
    grid-template-rows: 0.9fr 1.1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "logo . . . . ."
        "logo your-fav-tv . login register wellcome"
        "logo . . . admin-panel-btn disconnect-btn";
    grid-area: Menu;
}

.register {
    grid-area: register;
}

.login {
    grid-area: login;
}

.logo {
    grid-area: logo;
}

.your-fav-tv {
    grid-area: your-fav-tv;
}

.wellcome {
    grid-area: wellcome;
}

.disconnect-btn {
    grid-area: disconnect-btn;
}

.admin-panel-btn {
    grid-area: admin-panel-btn;
}

.search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.8fr 1.1fr 1.1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        ". . ."
        "search-text search-text search-btn"
        ". . .";
    grid-area: search;
}

.search-text {
    grid-area: search-text;
}

.search-btn {
    grid-area: search-btn;
}

.made-by {
    grid-area: made-by;
}

.content {
    display: grid;
    grid-template-columns: 1fr 1.7fr 0.3fr 1.4fr 0.6fr 1fr 1fr 1fr 1.4fr 0.6fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "tv-show-image tv-show-image tv-show-name tv-show-name . . season-render chat chat ."
        "tv-show-image tv-show-image tv-show-overview tv-show-overview tv-show-overview tv-show-overview . chat chat ."
        "tv-show-image tv-show-image tv-show-overview tv-show-overview tv-show-overview tv-show-overview quizz-btn chat chat ."
        "render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes"
        "render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes render-episodes"
        "render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations"
        "render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations render-recommendations";
    grid-area: content;
    box-shadow: 6px 12px 10px 4px rgb(54 53 53 / 58%);
    background-image: linear-gradient(0deg, #000000fc 0%, #009efd 100%);
    height: 100%;
}

.render-episodes {
    grid-area: render-episodes;
}

.render-recommendations {
    grid-area: render-recommendations;
}

.tv-show-name {
    grid-area: tv-show-name;
}

.chat {
    grid-area: chat;
}

.season-render {
    grid-area: season-render;
}

.quizz-btn {
    grid-area: quizz-btn;
}

.tv-show-overview {
    grid-area: tv-show-overview;
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.tv-show-image {
    grid-area: tv-show-image;
}


.Menu {
    box-shadow: -1px 12px 20px 13px black;
}

/* GRID END*/
/*QUIZ*/

.quizcontainer {
    height: 100%;
    display: grid;
    grid-template-columns: 0.4fr 2fr 0.8fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        ". question ."
        "choose-1 answer-1 ."
        "choose-2 answer-2 ."
        "choose-3 answer-3 ."
        "choose-4 answer-4 send-answer-btn";
}

.choose-1 {
    grid-area: choose-1;
}

.choose-2 {
    grid-area: choose-2;
}

.choose-3 {
    grid-area: choose-3;
}

.choose-4 {
    grid-area: choose-4;
}

.question {
    grid-area: question;
}

.answer-1 {
    grid-area: answer-1;
}

.answer-2 {
    grid-area: answer-2;
}

.answer-3 {
    grid-area: answer-3;
}

.answer-4 {
    grid-area: answer-4;
}

.send-answer-btn {
    grid-area: send-answer-btn;
}


.quizz-window {
    width: 500px;
    height: 400px;
    margin-top: 10%;
    background-color: #5ae0b8;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    box-shadow: black;
    box-shadow: 7px 8px 10px 9px rgb(54 53 53 / 58%);
}

.choose {
    margin-left: 50%;
}

.question {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
}
.seriescard {
    display: inline-block;
    width: 300px;
    height: 275px;
    box-shadow: #2af598;
    margin-right: 15px;
    box-shadow: 5px 5px 10px 4px rgb(54 53 53 / 58%);
    background-color: white;
    border-radius: 10px;
}

#myModal1 {
    background-color: white;
    height: 60%;
    margin: 20px;
    margin-top: 200px;
}




/*COMMENTS*/
.comments-container{
    overflow-y:scroll;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #03658c;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

/*body {
    font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
    background: #dee1e3;
}
*/
/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
    margin: 60px auto 15px;
    width: 768px;
}

    .comments-container h1 {
        font-size: 36px;
        color: #283035;
        font-weight: 400;
    }

        .comments-container h1 a {
            font-size: 18px;
            font-weight: 700;
        }

.comments-list {
    margin-top: 30px;
    position: relative;
}

    /**
 * Lineas / Detalles
 -----------------------*/
    .comments-list:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #c7cacb;
        position: absolute;
        left: 32px;
        top: 0;
    }

    .comments-list:after {
        content: '';
        position: absolute;
        background: #c7cacb;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px;
        border: 3px solid #dee1e3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.reply-list:before, .reply-list:after {
    display: none;
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}


.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .comments-list li:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        width: 0;
    }

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}

    .comments-list .comment-avatar img {
        width: 100%;
        height: 100%;
    }

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

    .comments-list .comment-box:before, .comments-list .comment-box:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        border-width: 10px 12px 10px 0;
        border-style: solid;
        border-color: transparent #FCFCFC;
        top: 8px;
        left: -11px;
    }

    .comments-list .comment-box:before {
        border-width: 11px 13px 11px 0;
        border-color: transparent rgba(0,0,0,0.05);
        left: -12px;
    }

.reply-list .comment-box {
    width: 610px;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .comment-box .comment-head i {
        float: right;
        margin-left: 14px;
        position: relative;
        top: 2px;
        color: #A6A6A6;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .comment-box .comment-head i:hover {
            color: #03658c;
        }

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

    .comment-box .comment-name a {
        color: #283035;
    }

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    color: #03658c;
}

    .comment-box .comment-name.by-author:after {
        content: 'autor';
        background: #03658c;
        color: #FFF;
        font-size: 12px;
        padding: 3px 5px;
        font-weight: 700;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    .comments-container {
        width: 480px;
    }

    .comments-list .comment-box {
        width: 390px;
    }

    .reply-list .comment-box {
        width: 320px;
    }
}