@charset "UTF-8";

#cornerImage {
    position: fixed;
    z-index: -1;
    top: 70px;
    right: 10px;
    max-width: 150px; /* Adjust the maximum width as needed */
    max-height: 150px; /* Adjust the maximum height as needed */
    transition: opacity 0.5s ease; /* Smooth transition for opacity change */
}

body{
    background-color:#f0f0f0;

    background-image: url("/assets/img/parherns/stardust.png");

    /*background-image: url("/assets/img/parherns/footer_lodyas.png");
    background-image: url("/assets/img/parherns/stardust.png");
    background-image: url("/assets/img/parherns/dark-honeycomb.png");
    background-image: url("/assets/img/parherns/bo_play_pattern.webp");
    background-image: url("/assets/img/parherns/carbon_fibre.webp");
    background-image: url("/assets/img/parherns/cartographer.webp");
    background-image: url("/assets/img/parherns/denim.webp");
    background-image: url("/assets/img/parherns/dirty_old_shirt.webp");
    background-image: url("/assets/img/parherns/ep_naturalblack.webp");
    background-image: url("/assets/img/parherns/escheresque_ste.webp");
    background-image: url("/assets/img/parherns/px_by_Gre3g.webp");*/
}

a:hover{
    font-weight: none;
}

a:visited, a:link, a:active{
    /*text-decoration: none; */
    color: #111111;
}

.table-W{
    padding: 5px;
    font-size:16px;
    background: linear-gradient(to right, rgba(0, 208, 0, 0.8) 0%, rgba(0, 208, 0, 0) 100%);
    border-bottom: dashed 1px #888;
    display: block;
}

.table-W:hover{
    padding-left:7px;
}

.table-L{
    padding: 5px;
    font-size:16px;
    background: linear-gradient(to right, rgba(208, 0, 0, 0.8) 0%, rgba(208, 0, 0, 0) 100%);
    border-bottom: dashed 1px #888;
}

.table-L:hover{
    padding-left:7px;
}

.map-name{
    display: inline-block;
    text-decoration:none;
    font-size:16px;
    margin:5px;
}

.score{
    display: inline-table;
    text-decoration:none;
    font-size:24px;
    margin-left: 40px;
}

.stat-tile{
    padding:5px; 
    /*margin:2px;
    background-color: #b9b9b977;
    border-radius: 0.375rem;*/
}

.inner-stat-tile{
    margin: 5px;
    padding: 10px;
    /*background-color: #b9b9b977;*/
    background-color: #b9b9b9c2;

    border-radius: 0.375rem;
}
.inner-stat-tile:hover{
    /*background-color: #b9b9b9a6;*/
    background-color: #b9b9b9cc;
    border-radius: 0.375rem;
}
.bg-carbon_fibre{
    background-image: url("/assets/img/parherns/dark-honeycomb.png");
}

.youtube-tile{
    padding:5px; 
    aspect-ratio: 16 / 9;
    height: auto;
}

.inner-youtube-tile{
    margin: 5px;
    padding: 10px;
    background-color: #b9b9b9c2;
    border-radius: 0.375rem;
}
.inner-youtube-tile:hover{
    background-color: #b9b9b9cc;
    border-radius: 0.375rem;
}

.achiv-category{
    width: 100%;
    height: auto;
    padding-bottom: 5px;
}
.achiv-mini{
    width: 50px;
    height: 50px;
    padding-bottom: 5px;
    margin: 5px;
    
}
.padding-5px{
    padding:5px; 
}
.padding-10px{
    padding: 10px; 
}

.div-flex{
    display: flex;
}
.div-flex1{
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.div-flex3{
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 7px;
}