.dashboard_panel {
    background: #141414;
    border-radius: 25px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.container {
    background: #141414;
    border-radius: 10px;
    box-sizing: border-box;
    color: white;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: grid;


}

.serverbox {
    width: 100%;
    box-sizing: border-box;
}

.server_content {
    display: grid;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}

.dash_userbox {
    background: #242424;
    padding: 9px;
    margin-right: auto;
    position: absolute;
    border-radius: 10px;
}

.dashboard_buttons {
    margin-bottom: 10px;
}

.dash_navbar {
    padding: 10px;
}

.dash_title_serwer {
    background: #202020; 
    padding: 10px; 
    border-radius: 10px;
    width: 50%;
    margin: 10px;
    text-align: center;
}

.serverbox_box {
    background: #161616;
    padding: 20px;
    justify-content: center;
    text-align: center;
    margin: 10px;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    
}

.serverbox_box:hover {
    background: #333232;

}

.no-servers {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: block !important;
    grid-template-columns: repeat(1,minmax(0,1fr))!important;
}

.prefix {
    padding: 10px;
    background: #191919;
    border: none;
    border-radius: 10px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.serverbox_content {
    background: #202020;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;

}

.serverbox_box_title {
    background-color: #202020;
    border-radius: 15px;
    color: white;
    padding: 10px;
    text-align: center;
}