﻿.cssBackground {
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
}

.cssBackgroundTwo {
    padding: 5px;
}

.cssBackgroundThree {
    padding: 5px;
}

.cssLeaderboardHeader {
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    
}

    .cssLeaderboardHeader img {
        height: auto;
    }

.layoutEvent {
    text-align: center;
    align-items: center;
    display: flex;
}

.layoutWatch {
    font-family: 'ShareTechMono';
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}

.columnStyle, th {
    padding: 2px 5px;
}

.showFlags {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.fade-in {
    animation: fadeInAnimation 0.5s ease-in;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.button-link-studio {
    border: none;
    background-color: #E40E18;
    width: 40px;
    height: auto;
    border-radius: 5px;
}

    .button-link-studio img {
        width: 20px;
        height: auto;
        filter: invert(1);
    }