.container {
    display: flex;
    /*width: 233px; */
    justify-content: space-between; 
}

.selected-server, #hubungkan-server-btn {
    flex: 1; 
    padding: 10px; 
    margin: 5px; 
    background-color: #ffffff;
    border: 1px solid #ccc; 
    border-radius: 5px; 
    cursor: pointer;
    transition: background-color 0.3s; 
}

.selected-server:hover, #hubungkan-server-btn:hover {
    background-color: #f0f0f0; 
}

.selected-server img {
    margin-left: 8px;
}

.server-options {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px; 
    background-color: 
    position: absolute; 
    z-index: 1000;
}


button#hubungkan-server-btn {
    background: #d70000;
    height: 32px;
    line-height: 8px;
    border-radius: -2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    border-radius: 7px;
    color: white;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ccc;
}


.server-options {
    max-height: 200px; 
    overflow-y: auto;
    border: 1px solid #ccc; 
    border-radius: 4px;
    background-color: white;
    position: absolute; 
    z-index: 1000; 
}
.server-selector {
    margin: 3px 0px 0px -10px;
}


.selected-server img {
    margin-left: 8px;
}

.server-content {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.popup-alert {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
}


select#option-server {
    width: 140px;
    margin-right: 5px;
    height: 25px;
    font-size: 75%;
}


a#hubungkan-server-btn {
    width: 26%;
    background: #d70000;
    color: white;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 75%;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.server-content {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

  .server-selector {
    position: relative;
    display: inline-block;
}

.selected-server {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #f7f80a;
    background-color: #f3ea0c08;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-size: 10px;
    font-weight: bold;
    color: white;
}



.server-options {
    position: absolute;
    z-index: 1;
    background-color: #000000;
    border: 1px solid #feff0a;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    width: 100%;
}

.server-option {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.server-option:hover {
    background-color: #f0f0f0;
}

.server-option img {
    margin-right: 8px;
}

..user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
#vip {
    margin: 0 10px;
}
#avatar {
    margin: 0 10px;
}
#bonus {
    margin: 0 10px;
}