body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #1b1b1b;
    background-color: rgb(32,37,39);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

*{
    outline: 0;
}

::selection{
    background-color: green
}

@font-face {
    font-family: 'poppins-bold';
    src: url("/src/Poppins/Poppins-Black.ttf");
}

@font-face {
    font-family: 'poppins-medium';
    src: url("/src/Poppins/Poppins-Medium.ttf");
}

#box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    min-width: 50%;
    margin-top: 50px;
}

#menu{
    top: 0px;
    left: 0px;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(10% - 40px);
    padding: 20px;
    background-color: #376623;
    color: rgb(223, 223, 223);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-family: 'poppins-medium';
    cursor: default;
}

#menu-btn{
    width: 50px;
    height: 50px;
    padding: 0px;
    border-style: none;
    background-color: #376623;
    margin-left: auto;
    border-radius: 5px;
}
#menu-btn:hover{
    transition: .2s;
    transform: scale(105%);
    filter: brightness(90%);
}

.menu-btn{
    filter: invert(1);
}

#style-btn{
    width: 50px;
    height: 50px;
    padding: 0px;
    border-style: none;
    background-color: #376623;
    margin-left: auto;
    border-radius: 5px;
}
#style-btn:hover{
    transition: .2s;
    transform: scale(105%);
    
}

.style-btn:hover{
    transition: .4s;
    filter: invert(1);
}


#menu-box{
    background-color: #376623;
    border-style: none;
    margin: 0px;
    max-width: 40%;
    display: none;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    overflow-x: auto;
}

.menu-btn-cell {
    background-color: #477631;
    border-style: none;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: white;
    width: 150px;
    height: 60%;
    margin-right: 5px;
    font-family: 'poppins-medium';
}

.menu-btn-cell:hover {
    transition: .2s;
    background-color: #436e2f;
    transform: scale(90%);
}


.table-box0 {
    background-color: #191c1d;
    padding: 20px;
    padding-right: 30px;
    padding-bottom: 32px;
    border-radius: 30px;
    width: 100%;
    height: 60%;
    max-width: 800px;
    min-width: 300px;
    min-height: 300px;
    
}

.table-box{
    background-color: #212527;
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
}

.table-box::-webkit-scrollbar {
    display: none;
}

.table{
    background-color: #212527;
    border-style: solid;
    border-radius: 20px;
    padding: 0px;
    border-collapse: collapse;
    cursor: default;
    width: 100%;
    height: 100%;
    font-family: 'poppins-bold';
}

tr{
    background-color: rgb(55,81,51);
    border: 3px solid rgb(32,37,29);;
}

tr:hover{
    transition: .2s;
    color: rgb(247, 247, 247);
    filter: brightness(105%);
    transform: scale(99%);
}

td {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

th {
    padding: 5px;
    background-color: #376623;
    font-weight: lighter;
    color: rgb(223, 223, 223);
}


.center {
    text-align: center;
}

.logo0{
    width: 50px;
    height: 50px;
    background-image: url("src/ben10.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.logo1{
    width: 50px;
    height: 50px;
    transform: scale(1.1);
    background-image: url("src/ben-10-alien-force.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.logo2{
    width: 50px;
    height: 50px;
    transform: scale(1.1);
    background-image: url("src/ben-10-ultimate-alien.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.logo3{
    width: 50px;
    height: 50px;
    transform: scale(1.3) translateY(5px);
    background-image: url("src/ben-10-omniverse.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

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

#info-text{
    font-size: 15px;
    font-family: 'poppins-medium';
    text-align: center;
    width: 100%;
    flex-basis: 100%;
    order: 999; 
    color: rgb(223, 223, 223);
    margin-top: 50px;
}

#box1{
    margin-top: 100px;
}

#box2{
    margin-top: 100px;
    background-color: #191c1d;
    padding: 20px;
    padding-right: 26px;
    padding-left: 26px;
    border-radius: 30px;
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    display: none;
}

#player{
    width: 100%;
    height: 100%;
}

#pl{
    width: 100%;
    border-radius: 20px;
    border-style: none;
    aspect-ratio: 16 / 9;
}

#video-logo {
    transition: .4s;
}

#video-logo:hover {
    transition: .4s;
    transform: scale(1.2);
    filter: hue-rotate(11deg) brightness(115%) contrast(106%) drop-shadow(0px 0px 40px rgb(19, 82, 19))
}

.arrow {
    background-image: url("/icons/arrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(82%) saturate(2655%) hue-rotate(61deg) brightness(115%) contrast(106%);
}

#left-arrow{
    transform: scaleX(-1);
    margin-right: 50px;
}

#left-arrow:hover {
    transition: .2s;
    transform: scaleX(-0.9) scaleY(0.9);
    filter: hue-rotate(250deg) invert(1);
}

#right-arrow{
    margin-left: 50px;
}

#right-arrow:hover {
    transition: .2s;
    transform: scale(0.9);
    filter: hue-rotate(250deg) invert(1);
}

#quality-btn{
    transition: .2s;
    background-image: url("/icons/setttings3.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(60%) sepia(29%) saturate(9000%) hue-rotate(77deg) brightness(110%) contrast(117%);
    margin-right: 10px;
}

#quality-btn:hover {
    transition: .2s;
    transform: scale(0.9);
}

#arrow-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

#controls{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-left: 40px;
}

#video-fav-button{
    transition: .2s;filter: invert(1) drop-shadow(0px 0px 5px rgb(190, 239, 189));
}

#video-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#quality-box{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
    position: absolute;
    bottom: 50px;
    width: 40%;
    background-color: rgba(9, 255, 0, 0.2);
    border-radius: 20px;
    border-style: none;
    z-index: 299;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    min-width: 300px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: default;
    display: none;
}

#quality-box::-webkit-scrollbar {
    display: none;
  }

.quality{
    transition: 0.2s;
    width: 80px;
    padding: 10px;
    font-family: 'poppins-bold';
    font-size: 18px;
    color: white;
    background-color: rgba(78, 245, 1,0.2);
    border-radius: 15px;
    border-style: none;
    text-align: center;
}
.quality:hover {
    transition: 0.2s;
    transform: scale(0.9);
}

#textPanel {
    color: #d8d8d8;
    font-size: 22px;
    font-family: 'poppins-medium';
    padding: 20px;
}

h2{
    font-family: 'poppins-bold';   
}

h3{
    font-family: 'poppins-bold';   
}

#area{
    all: unset;
    display: contents;
}

.article{
    transition: .5s;
    bottom: 30px;right: 30px;position: fixed;
    background-color: #3f682c;
    border-style: none;
    padding: 10px;
    font-family: 'poppins-bold';
    color: whitesmoke;
    z-index: 9999;
    cursor: pointer;
}

.article:hover{
    background-color: #2e551d;
    bottom: 40px;
    transition: .5s
}

@media (max-width: 480px) {
    .article {
      font-size: 12px;
      padding: 6px 10px;
      bottom: 10px;
      right: 10px;
      cursor: pointer;
    }
    .article:hover{
        background-color: #2e551d;
        bottom: 30px;
        transition: .5s
    }
  }

