#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 35%;
    left:50%;
    transform: translateX(-50%);
}

.welcome-title{
    font-size: 1.2em;
    font-weight: 500;
    margin: 5px 0px;
}

.options-wrapper{
    padding: 10px;
    border-radius: 3px;
}

.option{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}

.search-field{
    margin-bottom: 16px;
}

.search-field nav{
    background-image: none;
}

.server{
    padding: 8px;
}

.server .icon img{
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 64px;
    border-radius: 5px;
}

.server .info .name{
    font-size: 1.3em;
}

.server .info .description{
    font-size: 0.85em;
    color: #212121;
}

.server .banner{
    background-color: #303F9F;
    max-width: 628px;
}

.server .banner img{
    width: 100%;
    height: auto;
    display: flex;
}

.server .address button{
    width: 100%;
    border-radius: 0;
    padding: 0px 3px !important;
    color: #FFFFFF;
    font-weight: 600;
    cursor: copy;
}

@media screen and (max-width: 992px){
    .server .info{
        text-align: center;
    }
    .server .banner{
        display: inline-block;
    }
}

.statistic .players{
    padding: 5px;
    margin: 5px 0px;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
}

.ranks .points, .followers{
    padding: 5px;
    margin: 2px 0px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
}

.servers-header{
    background-color: #303F9F;
}

button.tag-btn{
    margin: 2px;
}

button.tag-btn.tag, button.tag-btn.minigame{
    font-size: 11px;
    padding: 4px;
    height: 24px;
    line-height: 1;
}

button.tag-btn.version{
    font-size: 14px;
    padding: 5px;
    height: 24px;
    line-height: 1;
}

button.tag-btn:hover{
    background-color: rgba(0,0,0,0.25);
}

button.tag-btn.selected{
    background-color: #4CAF50;
    color: #FFFFFF;
}

.btn-to-top{
    position: fixed;
    bottom: 20%;
    right: 32px;
    z-index: 100000;
}