body 
{
    background-color: #181b1b;
    color: #c1c0cc;
}

#video-background {
    filter: blur(5px) brightness(0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz o vídeo cobrir toda a tela */
    z-index: -1; /* Garante que o vídeo fique atrás do conteúdo */
}

#timeWarp
{
    background-color: #212529;
}

#timeWarpPicker
{
    padding: 5px;
}

#ListContent
{
    width: 80%;
}

.ListSection 
{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);
    background-color: #212529;
    border: 1px solid #474747;
    border-radius: 0.25rem;
    margin: 0.3rem;
    padding: 1rem;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.ListSection:hover
{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 2);
    background-color: hsl(210,15%, 25%);
    transition: 0.2s;
}
.ListSection:not(:hover)
{
    transition: 0.2s;
}

.ListSection .text {
    flex: 1;
}

.textLevelIsInList
{
    margin-left: 40px;
}

.ListSection p {
    margin-bottom: 7px;
}

.list
{
    display: flex;
    justify-content: center;
}

.centeredElement
{
    width: 100%;
    align-items: center;
    height: 80vh;
    padding-left: 70px;
    padding-right: 70px;
}

.centeredElement .credits 
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    min-width: 100%;
    margin-top: 0;
}

.navbar-brand
{
    color: #d4d4d4;
    transition: 0.2s;
}

.list a
{
    text-decoration: none;
    color: #c1c0cc;
}

.list a:hover
{
    color: #f1f1f1;
    transition: 0.2s;
}

.g-3
{
    margin-bottom: 50px;
}

#score-formula-img
{
    width: 20%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#ranking-header
{
    margin-top: 30px;
    margin-bottom: 50px;
}

#table-container table
{
    width: 100%;
    border: 1px solid #474747;
}

#btn-back-to-top
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
}

#iconDLBR
{
    width: 150px;
    margin-top: 25px;
}

.credits p
{
    margin-bottom: 0;
}

.btn-custom {
    width: 200px;
}

#legacy-header
{
    padding: 20px;
    background-color: #212529;
}

#legacy-header p
{
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    #ListContent
    {
        width: 100%;
    }
    .ListSection {
        padding: 1rem;
        margin: 0.5rem;
    }
    #score-formula-img {
        width: 30%;
    }
}

@media (min-width: 992px)
{
    .navbar-expand-lg .navbar-nav .dropdown-menu 
    {
        position: absolute;
        left: -60px;
    }
}

@media (max-width: 760px) {
    #ListContent
    {
        width: 100%;
    }
    .ListSection {
        padding: 1rem;
    }
    .ListSection .video {
        display: none;
    }
    .ListSection .text {
        margin-left: 0;
    }
    .text h2
    {
        font-size: 20px;
    }
    .text p
    {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    #iconDLBR {
        width: 100px;
    }
    .credits {
        flex-direction: column !important;
    }
    .credits-div {
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    #about-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    #iconDLBR {
        width: 80px;
    }
    .btn-custom {
        width: 40px;
    }
    .btn-text {
        display: none;
    }
    #score-formula-img {
        width: 50%;
    }
}