/* SIDE */
.side__header{
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
}

/* LAST BUYERS / ONLINE PLAYERS */
.lastBuyers__section, .onlinePlayers__section{
    background-color: #2B2B3A;
    border-radius: 14px;
    border: 3px solid #3c3c4f;
    margin-bottom: 30px;
}

.lastBuyers__content, .onlinePlayers__content{
    padding: 25px 25px;
    text-align: center;
}

.lastBuyers__content img, .onlinePlayers__content img{
    border-radius: 14px;
    margin: 5px;
    width: 50px;
}

.lastBuyers__footer, .onlinePlayers__footer{
    padding: 22px 30px;
    font-size: 14px;
    background-color: #1E1E26;
    border-radius: 0 0 14px 14px;
    color: #4D4D62;
}

/* TARGET */
.target__section{
    background-color: #2B2B3A;
    border-radius: 14px;
    border: 3px solid #3c3c4f;
    margin-bottom: 30px;
}

.target__content{
    padding: 25px 25px;
    text-align: center;
}

.target__footer{
    padding: 22px 30px;
    font-size: 14px;
    background-color: #1E1E26;
    border-radius: 0 0 14px 14px;
    color: #4D4D62;
}

.target{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 40px;
}

.target__background{
    background-color: #4d4d62;
    height: 22px;
    width: 100%;
    border-radius: 12px;
}

.target__line{
    background-color: #4BBF73;
    height: 22px;
    border-radius: 12px;
    font-size: 10px;
    color: white;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SERVER INFO */
.serverInfo__section{
    background-color: #2B2B3A;
    border-radius: 14px;
    border: 3px solid #3c3c4f;
    margin-bottom: 30px;
}

.serverInfo__content{
    padding: 28px 25px;
}

.serverInfo__footer{
    padding: 22px 30px;
    font-size: 14px;
    background-color: #1E1E26;
    border-radius: 0 0 14px 14px;
    color: #4D4D62;
}

.serverInfo__content p{
    margin-bottom: 16px;
    font-weight: 600;
    color: #8B8B92;
}

.serverInfo__content p:nth-last-child(1){
    margin-bottom: 0;
}

.badge{
    background-color: #4d4d62;
    color: white;
    font-weight: 700;
    border-radius: 8px;
    padding: 4px 12px;
}

.badge--success{
    background-color: #53AC74;
}

.badge--info{
    background-color: #3685A7;
}

.badge--danger{
    background-color: #B24D53;
}

/* LIST SERVERS */
.listServers__section{
    background-color: #2B2B3A;
    border-radius: 14px;
    border: 3px solid #3c3c4f;
    margin-bottom: 30px;
}

.listServers__content{
    padding: 25px 25px;
    text-align: center;
}

.listServers__footer{
    padding: 22px 30px;
    font-size: 14px;
    background-color: #1E1E26;
    border-radius: 0 0 14px 14px;
    color: #4D4D62;
}

.listServers__btn{
    width: 100%;
    background-color: #3C3C4F;
    height: 57px;
    outline: none;
    border-radius: 12px;
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}

.btn--success{
    background-color: #4BBF73;
    border: 2px solid #90DBAA;
    color: white;
}

.btn--success:hover{
    background-color: #338d51;
    transition: .3s;
}

.btn--danger{
    background-color: #e75a62;
    border: 2px solid #efafb2;
    color: white;
}

.btn--danger:hover{
    background-color: #B24D53;
    transition: .3s;
}

.btn--info{
    background-color: #429EA5;
    border: 2px solid #90C7DB;
    color: white;
}

.btn--info:hover{
    background-color: #287980;
    transition: .3s;
}

/* DISCORD WIDGET */
.discord__section{
    background-color: #2B2B3A;
    border-radius: 14px;
    border: 3px solid #3c3c4f;
    padding: 20px;
    margin-bottom: 30px;
}

.discord__section iframe{
    width: 100%;
    height: 500px;
}
