/* color picker */
.TESTCOLOR {
    color: #ff6c93ff;
}


@font-face {
    font-family: 'KiwiSoda';
    src: url('/fonts/KiwiSoda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Arial, monospace;
/*    background-color: #202020; */
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Toy Promo Styles */
.toyPromo {
    color: white;
}

.toyPromo A{
    color: white;
    text-decoration: underline;
}

.sparkle-wrapper {
  position: relative;
  display: inline-block;
}

.sparkle-text {
  position: relative;
  font-weight: bold;
  z-index: 2;
}

.sparkle-star {
  position: absolute;
  font-size: 0.8rem;
  color: white;
  opacity: 0.4;
  z-index: 1;
  animation: twinkle 5.5s infinite ease-in-out;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  25% {
    opacity: 0.7;
    transform: scale(1.3) rotate(10deg);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.3) rotate(10deg);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.3) rotate(10deg);
  }
}

/* test random ratio photo thumnail displayer */

.photo-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
    grid-auto-rows: 15.5rem;
    grid-auto-flow: dense;
    gap: 1.25rem;
    
    margin-bottom: 20px;
    margin-right: 20px;

}

.photo-container figure{
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    min-width: 15rem;
}

.photo-container figcaption h3{
    font-size: 1.0625rem;
}

.photo-container figcaption p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (width > 600px) {
    .photo-container figure:nth-child(1){
        grid-row: span 2;
    }

    .photo-container figure:nth-child(4){
        grid-column: span 2;
    }
}

/*
.photo-container figure:nth-child(4n+1){
    grid-row: span 2;
}

.photo-container figure:nth-child(4n+2){
    grid-column: span 2 / span 2;
}
*/

.photo-container img{
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    grid-area: 1 / 1 / -1 / -1;
/*    transition: scale 1s ease-in-out; */
}

/*
.photo-container figure:hover img{
    scale: 1.125;
}
*/

.photo-container figcaption{
    grid-area: 1 / 1 / -1 / -1;
    align-self: end;
    z-index: 1;
}

.greyscale {
 filter: grayscale(100%) brightness(110%);

}

h1{
    font-size: 1.5rem;
}

.h3-comingsoon{
    font-size: .75rem;
}

h4{
    font-size: .9rem;
    text-transform: uppercase;
    color: #aaa;
    margin-left: 20px;
}

i{
    font-size: 1.5rem;
    color: #fff;
}

p,a{
    font-size: .9rem;
    text-decoration: none;
    color: #fff;
}

hr{
    border: 1px solid rgba(255,255,255,0.1);
    margin: 12px 0;
}

/* scrollbar */
::-webkit-scrollbar{
    width: 8px;
}

::-webkit-scrollbar-track{
    background: none;
}

::-webkit-scrollbar-thumb{
    background: transparent;
    border-radius: 5px;
}

.sidebar:hover::-webkit-scrollbar-thumb{
    background-color: #717171;
}

::-webkit-scrollbar-thumb:hover{
    background-color: #888;
}

/* header start */

.header{
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    padding-right: 25px;
}

.logo-img{
    position: relative;
    height: 50px;
    width: 50px;
}

.ri-menu-line{
    color: #fff;
}

.menu-toggle {
    margin: 0;
    background-color: #202020;
}

#logo-txt{
    white-space: nowrap;
    letter-spacing: -.5px;
    color: #fff;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 1);
}

#logo-text-initials{
    display: none;
}


.logo{
    display: flex;
    width: 200px;
    border: 0px solid white;
    align-items: center;
}

.logo-text-upper{
    font-family: 'KiwiSoda';
    font-size: 2rem;
    color: #fff;
}

.logo-text-lower{
    font-family: 'KiwiSoda';
    font-size: 2.10rem;
    color: #fff;
}

.logo-container{
    display: flex;
    align-items: center;
}

.search-container-display {
    display: none;
}

.search-container{
    display: flex;
    align-items: center;
    flex: 0 1 685px;
    margin-left: 40px;
}

.search-container form{
    display: flex;
    position: relative;
    width: 100%;
}

.search-container input{
    text-transform: lowercase;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #121212;
    border: 1px solid rgba(255,255,255,.1);
    padding: 12px;
    color: #fff;
    font-size: 1rem;
}

.search{
    cursor: pointer;
    min-width: 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 20;
    background-color: #313131;
    outline: none;
    border: none;
    margin-left: 10px;
}

.mic{
    display: none; /* flex */
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    margin-left: 10px;
    background-color: #181818;
}

.profile-container{
    display: flex;
    align-items: center;
}

.profile-container i{
    margin-left: 10px;
}

.profile-box{
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
    border: 2px solid rgba(49,49,49,1);
}

/* body container start */
.body-container{
    display: flex;
    position: fixed;
    height: 100vh;
    top: 60px;
    width: 100%;
}

.sidebar{
    background-color: #212121;
    padding-top: 10px;
    min-width: 160px;
    width: 160px;
    color: #fff;
    overflow: auto;
    /*
    overflow-y: scroll;
    */
}

.sidebar-hidden{
    display: none;
    width: calc(100vw - 240px);
}

.sidebar a{
    text-decoration: none;
    color: #fff;
}

.sidebar-items{
    display: flex;
    flex-direction: column;
}

.sidebar-item{
    display: flex;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
    height: 40px;
}

.sidebar-item:hover{
    background-color: #4c4c4c;
}

.sidebar-item i{
    margin-right: 24px;
}

/* main content start */
.content{
    min-height: 0;
    flex-grow: 1;
    width: 100%;
    background-color: #121212;
    overflow: auto;
    width: calc(100vw - 240px); 
}

.chips-wrapper{
    overflow-x: scroll;
    background-color: #000;
    display: flex;
    padding-left: 14px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.chips-wrapper::-webkit-scrollbar{
    height: 10;
}

.chip{
    margin: 12px 6px;
    background-color: #373737;
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    transform: .5s;
}

.chip:hover{
    background-color: #4d4d4d;
}

/* text container start */
.text-container{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 18px;
    padding: 20px 12px 0px 20px;
    overflow-y: scroll;
}

.text-content{
    margin-bottom: 0px;
    position: relative;
    transition: .5s;
    width: 100%;
    color: #fff;
}

/* video container start */
.video-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
    padding: 20px 12px 0px 20px;
    overflow-y: scroll;


/*
    background-color: #181818;
    height: calc(100vh - 116px); 
*/

}

.latest-releases{
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.video-content-cover{
    position: relative;
    transition: .5s;
    transition-delay: .05s;
}

.video-content-cover:hover{
    text-decoration: none;
    /*
    transform: translateY(60px);
    */
}

.video-content-cover:nth-child(4n+1):hover{
    text-decoration: none;

    /*
    transform: translate(50px, 60px);
    z-index: 999;
    */
}

.video-content-cover:nth-child(4n+4):hover{
    text-decoration: none;

    /*
    transform: translate(-30px, 60px);
    z-index: 999;
    */
}

.video-content{
    margin-bottom: 0px;
    position: relative;
    transition: .5s;
    width: 100%;
}

.video-content-details-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 0px;
}

.video-content-details-container-left{
    width: 100%;
    flex: 2 1 0;
}

.video-content-details-container-right-parent{
    flex: 1 1 0;
    color: white;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.video-content-details-container-right{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0px 0px 0px;

}

.video-content-details-container-right-span2{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 10px 0px 0px 0px;

}

.video-content-details{
    margin-bottom: 0px;
    padding-right: 0px;
    transition: .5s;
    width: 100%;
    justify-items: center;
}

.video-content-details img{
    display: block;
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.video-content-details .platform_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.video-content-details .platform_logos img{
    width: 32px;
    height: 38px;
}

.details-media-element {
    justify-content: left;
    padding: 0px 20px 20px 0px;
}
     
.details-media-element a {
    text-decoration: none;
    inline-size: 100%;
}
   
.details-media-element img {
    position: relative;
    width: 100%;
}

.details-desc-blob{
    margin-top: 10px;
    background-color: #212121;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    color: #fff;
    overflow: auto;
}

.details-desc-blob-stats{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.details-blob-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch; /* flex-start; */
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.details-blob-container-left{
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    padding: 0px;
    width: auto;
    color: #fff;
    
    margin-right: 5px;
    overflow: auto;
    text-overflow: ellipsis;
}

.details-blob-container-left-box{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.details-blob-container-left-info{
    flex: 1;
    padding: 20px;
    background-color: #212121;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.details-blob-container-left-msrp{
    flex: 1;
    text-align: center;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    margin-top: 0px;
    vertical-align: middle;
    border: 0px red solid;
    height: auto;
    
}

.details-blob-container-right{
    flex: 1 1 auto;
    
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    overflow: auto;
    margin-left: 5px;
}

.details-blob-container-right-DLStreamHead{
    font-weight: bold;
    font-size: 0.9rem;
}

.details-blob-container-right-DLStreamText{
    font-weight: none;
    font-size: 0.9rem;
}


.video-content:hover{
    text-decoration: none;

    /*
    transform: scale(1.05);
    z-index: 5;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    background-color: #202020;
    */
}

.video-content:hover .video-details{
    text-decoration: none;

    /*
    background-color: #202020;
    padding: 10px;
    */
}

.video-container-details{
    width: 100%;
    display: block;
    padding: 20px 0px 0px 20px;
    overflow-y: scroll;
}

.video-box-details{
    width: 1920px;
    height: 720px;
    aspect-ratio: 16 / 9;
    display: block;
}

.video-box{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 640px;
    display: block;
}

.channel-logo{
    display: none;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.video-content:hover .channel-logo{
    text-decoration: none;

    /*
    min-width: 25px;
    height: 25px;
    */
}

.video-details{
    display: flex;
    color: #fff;
    padding-top: 8px;
    width: 100%;
}

.detail{
    margin-left: 2px;
    width: 100%;
}

.title{
    font-size: .9rem;
}

.details-title-container{
    display: flex;
}

.details-title-container-left{
    flex: 2;
}

.details-title-container-right{
    text-align: right;
}


.details-title{
    font-size: 1.8rem;
}

.video-content:hover .title{
    text-decoration: none;

    /*
    font-size: .7rem;
    */
}

.channel-name{
    font-size: .8rem;
    margin-top: 2px;
    color: #aaa;
}

.views-upload{
    display: flex;
    font-size: .8rem;
    color: #aaa;
    margin-bottom: 2px;
    margin-top: 2px;
}

.video-content:hover .views-upload{
    text-decoration: none;

    /*
    font-size: .6rem;
    */
}

.views{
    text-decoration: none;
}

.upload{
    margin-left: 3px;
}

.hidden-content{
    display: none;
    padding: 5px 10px;
}

.video-content:hover .hidden-content{
    text-decoration: none;

    /*
    display: block;
    */
}

.btn{
    padding: 5px 0;
    color: #aaa;
    text-transform: uppercase;
    width: 100%;
    background-color: #373737;
    text-align: center;
    margin: 5px 0;
    font-size: .6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-items: center;
}

.btn i{
    font-size: .7rem;
    margin-right: 5px;
    color: #aaa;
}

.bottomSpacer1{
    display: block;
    height: 80px;
}

.bottomSpacer2{
    display: block;
    height: 60px;   
}

/* responsive start */

@media (max-width: 1200px){
    .sidebar{
        width: 70px;
        min-width: 70px;
        overflow-x: hidden;
    }

.video-content-details-container-right-parent{
    flex: 1 1 0;
    color: white;
    padding-top: 15px;
    padding-left: 25px;
    font-size: 1rem;
    font-weight: bold;
}

.video-content-details-container-right{
    padding: 20px 0px 0px 0px;
}

.video-content-details-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 0px;
}

    .more{
        display: none;
    }

    .content{
        width: calc(100vw - 70px);
    }

.bottomSpacer{
    display: block;
    height: 0px;   
}

}

@media (max-width: 1050px){
    .video-container{
        grid-template-columns: repeat(2, 1fr);
    }

    #logo-text-initials{
        display: inline;
        color: #fff;
        text-shadow: 2px 3px 0px rgba(0, 0, 0, 1);
    }

    #logo-txt{
    display: none;
    white-space: nowrap;
    letter-spacing: -1.5px;
    color: #fff;
    }

    .bottomSpacer2{
        display: block;
        height: 125px;   
    }

}

@media (max-width: 820px){
    .video-container{
        grid-template-columns: repeat(2, 1fr);
    }


}

@media (max-width: 600px){

    .search-container{
        display: flex;
        align-items: center;
        flex: 0 1 185px;
        margin-left: 40px;
    }

    .video-container{
        grid-template-columns: 1fr;
    }

    .search-container, .ri-grid-fill{
        display: none;
    }

    .video-content-details-container-right{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        flex: 1 1 0;
        padding: 20px 0px 0px 0px;
    }

    .video-container{
        grid-gap: 10px;
    }

    .header{
        padding-right: 10px;
    }

    .bottomSpacer1{
        display: block;
        height: 0px;   
    }

    .bottomSpacer2{
        display: block;
        height: 160px;   
    }

    #searchIcon {
        display: inline;
    }   
}


