*
{
    margin: 0;
    padding: 0;
}

.dos-wrapper {
    background-color: #909090;
    font-family: 'Courier New', Courier, monospace;
    font-family: teletext2;
    letter-spacing: 2px;
    font-size: 1em;
    font-size: 110%;
    width: 100vw;
    height: 100vh;
}

.dos{
    height: 40px;
    width: 100%;
    background: #02018c;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #f1da04;
}


.dos-head{
    top: 0;
    /* z-index: 2; */
    position: fixed;
}

.dos-foot{
    bottom: 0;
    position: fixed;
    /* z-index: 2; */
}

.dos-return-home{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* z-index: 2; */
    background-color: white;
}

.dos-in-dev {
    text-align: center;
    font-size: 1.2em;
    width: 45%;
}

.dos-title {
    width: 20%;
    font-size: 0.85em;
}


.dos-timings{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    width: 25%;
}

.dos-timings p{
 /* padding: 0px 8px; */
}

.dos-title a{
    /* padding-left: 8px; */
}

.dos-head a{
    color: #f1da04;
    text-decoration: none;
}

.keystroke{
    color: #be1517;
    font-weight: bold;
}

.dos-foot .keystroke{
   text-shadow: #33c438 2px;
}

.dos-foot p:hover{
    cursor: pointer;
}

.fa-arrow-up, .fa-arrow-down{
    padding: 0 2.5px;
}

.dos-foot p{
    padding: 0px 8px;
}

.dos-middle-wrapper{
    height: calc(100vh - 120px);
    margin-top: 40px;
    background-color: #909090;
    display: flex;
    align-items: center;
}

.dos-middle{
    height: 80%;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 3fr 4fr;
    grid-template-rows: 3fr 1fr;
    grid-template-areas: "showslist showpic"
                     "showslist showdesc";
}



.dos-shows-list-holder, .dos-shows-desc-holder, .dos-show-page-holder{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dos-shows-list-holder{
    grid-area: showslist;
    height: 100%;
    width: 100%;
    font-size: 1.2em;
}

.dos-show-page-holder{
    height: 100%;
    width: 100%;
}

.dos-shows-list{
    padding: 15px 15px;
    margin: 10px 5px;
    margin-left: -5px;
    margin-top: -10px;
    -webkit-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    -moz-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    background: #02018a;
    list-style-type: none;
    display: flex;
    height: 100%;
    width: 80%;
    max-width: 600px;
}


.shows-list-holder, .shows-page-holder{
    justify-self: center;
    align-self: center;
    height: 95%;
    width: 100%;
    border: 2px solid #f1da04;
}

.shows-list-holder{
    padding-left: 5px;
    height: 98%;
}

.shows-list-scroll-enable{
    padding: 10px 0;
    height: calc(100% - 27px);
    overflow-y: scroll;
}

.shows-list-scroll-enable button{
    font-family: teletext2;
    letter-spacing: 2px;
    font-size: 1.1em;
}

.dos-project-title{
    color: #f1da04;
    margin-top: -10px;
    width: 100%;
    display: grid;
    justify-items: center;
}

.dos-project-title p{
    background: #02018a;
    padding: 0 10px;
}

.dos-shows-list-holder button{
    color: #f1da04;
    padding: 8px 20px;
}

.dos-shows-list-holder button::first-letter{
    color: #be1517;
    font-weight: bold;
}

.dos-shows-image-holder{
    grid-area: showpic;
    display: grid;
    align-self: baseline;
    justify-content: center;
    height: 100%;
}

.dos-shows-image{
    margin: 10px 5px;
    margin-left: -2%;
    margin-top: -25px;
    max-height: 55vh;
    width: 90%;
    /* max-width: 1200px; */
    justify-self: center;
    -webkit-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    -moz-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    object-fit: cover;
}

.dos-shows-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: #4b4b4c solid 2px;
}

.dos-shows-desc-holder{
    grid-area: showdesc;
    width: 100%;
    height: calc(100% + 50px);
    align-items: end;
}

.dos-shows-description{
    border: #4b4b4c solid 2px;
    background-color: #f3f3f3;
    margin: 20px 5px;
    margin-left: -10px;
    margin-top: -30px;
    -webkit-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    -moz-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
    width: 90%;
    font-size: 0.9em;
    overflow-y: auto;
}


.dos-shows-description p{
    padding: 20px;
    color: black;
}

.dos-shows-description{
    max-height: 250px;
}

/* SCROLLBAR */
.shows-list-scroll-enable::-webkit-scrollbar {
    width: 5px;
  }
  .shows-list-scroll-enable::-webkit-scrollbar-track {
  }

  .shows-list-scroll-enable::-webkit-scrollbar-thumb {
    background: #f1da04; 
  }

  .shows-list-scroll-enable::-webkit-scrollbar-thumb:hover {
    background: #be1517; 

  }

  /* SCROLLBAR */
.dos-show-page-description-itself::-webkit-scrollbar {
    width: 10px;
  }
  .dos-show-page-description-itself::-webkit-scrollbar-track {
    background: none; 
    border-left: 2px solid black;
  }

  .dos-show-page-description-itself::-webkit-scrollbar-thumb {
    background: #888; 
    border: 2px solid black;
    border-right: none;
    border-top: 1px;
  }

  .dos-show-page-description-itself::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  /* SHOW PAGE */

  .dos-middle-show-page{
    height: calc(100vh - 120px);
    margin-top: 40px;
    background-color: #909090;
    /* display: grid;
    grid-template-rows: 5fr 1fr 1fr; */
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dos-show-window-content #inject-featured_image img{
    width: 100%;
  }

  .dos-show-window{
      background: #b7b7b7;
      /* -webkit-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
      -moz-box-shadow: 0 0 0 -5px, 15px 20px 0 4px black; */
      box-shadow: 0 0 0 -5px, 15px 20px 0 4px black;
      width: 90%;
      height: auto;
      overflow-y: auto;
      border: 2px solid #4b4b4c;
      margin-top: -40px;
      max-width: 1100px;
      overflow: hidden;
  }

  .dos-show-window-content{
    max-height: calc(75vh - 40px);
    /* max-height: 100%; */
    height: auto;
    width: 100%;
    overflow-y: auto;
}

.dos-show-window::-webkit-scrollbar {
    width: 0px;
  }
  .dos-show-window-content::-webkit-scrollbar-track {
    background: none; 
    border: none;
  }

  .dos-show-window-content::-webkit-scrollbar-thumb {
    background: none; 
    border: none;

  }

 .dos-show-window-content::-webkit-scrollbar-thumb:hover {
    background: none; 
    border: none;
  }


.dos-show-window-content::-webkit-scrollbar {
    width: 10px;
  }
  .dos-show-window-content::-webkit-scrollbar-track {
    background: #b7b7b7; 
    border-left: 2px solid black;
  }

  .dos-show-window-content::-webkit-scrollbar-thumb {
    background: #555; 
    border-left: 2px solid black;

  }

 .dos-show-window-content::-webkit-scrollbar-thumb:hover {
    background: black; 
  }


  .dos-show-page-title{
    background: #f1da04;
    text-align: center;
    color: black;
    height: 40px;
    display: flex;
    /* justify-items: center; */
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    overflow: hidden;
    padding: 0 20px;
    border-bottom: 2px solid black;
}


.close-modal{
    display: flex;
    float: right;
    justify-self: flex-end;
    justify-content: flex-end;
}

.close-modal:hover{
    cursor: pointer;
}


.dos-show-video-itself{
    /* border-bottom: 2px solid black; */
}

.dos-show-page-description-itself{
    overflow-y: auto;
    padding: 10px 0;
    padding-left: 3vw;
    padding-right: 3vw;
    border-top: 2px solid black;
}

.dos-show-page-description-itself p{
    padding: 15px;
    text-align: justify;
    overflow: hidden;
}

.dos-foot-mobile, .return-mobile{
    display: none;
}

@media(max-width: 1100px) {
    .shows-list-scroll-enable button {
        font-family: teletext2;
        letter-spacing: 2px;
        font-size: 0.9em;
    }

 
    .dos-timings, .dos-title{
        width: 27.5%;
    }

    .dos-title{
        padding-left: 2.5%;
    }

    .dos-timings{
        font-size: 0.5em;
        padding-right: 2.5%;
    }

}


@media(max-width: 800px) {
    .dos-middle {
        height: 95%;
        width: 100%;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-rows: 2fr 3fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "showpic showpic"
            "showslist showdesc";
    }

    .dos-shows-image{
        height: 90%;
        max-height: 45vh;
        margin: 0;
        display: block;
    }

    .dos-shows-list-holder{
        height: 60%;
    }

    .dos-shows-list{
        height: 100%;
        max-height: 45vh;
    }

    .dos-shows-desc-holder {
        align-items: center !important;
    }

    .dos-shows-description{
        margin: 0;
        margin-left: -25px;
    }

    .dos-shows-list-holder button{
        color: #f1da04;
        padding: 8px 10px;
    }

    .dos-timings, .dos-title{
        width: 30%;
    }
    .dos-shows-description{
        font-size: 0.9em;
    }
    

    .dos-timings{
        font-size: 0.4em;
    }

    .dos-in-dev{
        font-size: 1em;
    }


    .dos-show-page-description-itself{
        font-size: 0.9em;
    }

}
@media(max-width: 700px) {
    .dos-timings p{
        display: none;
    }

    .dos-title{
        width: 33%;
    }

    .dos-timings{
        padding-right: 2.5%;
        justify-content: flex-end;
    }

    .dos-middle{
        grid-template-rows: 3fr 2fr;
        grid-template-columns: 1fr 1fr;
    }

    .dos-shows-description, .dos-shows-image, .dos-shows-list{
        box-shadow: 0 0 0 -3.5px, 10px 15px 0 2px black;
    }
}

@media(max-width: 500px) {

    .dos-shows-list{
        max-height: 55vh;
    }

    .dos-foot-desktop, .return-desktop, .dos-in-dev{
        display: none;
    }

    .dos-foot-mobile, .return-mobile{
        display: flex;
    }

    .dos-shows-list-holder{
        height: 90%;
    }

    /* .dos-return-home{
        display: none;} */

    .dos-show-window{
        box-shadow: 0 0 0 -2.5px, 5px 10px 0 2px black;
        margin-top: -20px;
        max-height: 75vh;
    }

    .dos-head-item{
        font-size: 0.85em;
    }


    

.dos-middle-show-page {
    height: calc(100% - 120px);
}
    
    .dos-show-page-description-itself{
        font-size: 0.75em;
        padding: 0;
    }


    .dos-project-title{
        margin-top: -10px;
        font-size: 0.8em;
    }

    .dos-middle{
        grid-template-areas:
        "showslist";
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        
    }

    .dos-shows-image-holder{
        display: none;
    }

    .dos-shows-image{
        margin-top: -4vh;
        max-height: 0;
        min-height: 74vh;
        width: 90%;
    }

    .dos-wrapper{
        max-height: 100%;
                    height: 100%;
                    max-height: -webkit-fill-available;
      }

.dos-middle-wrapper {
    height: calc(100% - 120px);
    max-height: -webkit-fill-available;
}

    .shows{
        padding-top: 0;
    }

    .dos-shows-desc-holder{
        display: none;
    }


    .dos{
        justify-content: space-between;
    }

    .dos-timings p{
        display: none;
    }

    .dos-title{
        font-size: 0.8em;
        width: 70%;
    }

    .dos-timings{
        padding-right: 2.5%;
        justify-content: flex-end;
    }
}

.dos-shows-list-holder button.selected {
    background: #33c438 !important;
    color: #02018a !important;
  }
  

  @media(max-height: 800px) {
    .dos-shows-description{
        font-size: 0.8em;
    }
}
