.welcomebox {
    margin-left: auto;
    font-weight: 600;
    color: #9c8542;
    background-color: #1c1c1c;
    border-radius: 3px;
    display: flex;
    box-shadow: 0px 0px 8px #1f1f1f;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.credit_icon {
    font-size: 17px;
    color: #9c8542;
    text-align: center;
    border-radius: 8px;
	margin-left: 5px;
}
.usersonlinebox {
    display: flex;
    flex: 1;
    border-radius: 3px;
    box-shadow: 0px 0px 8px #1f1f1f;
    font-weight: 600;
    align-items: center;
    font-size: 12px;
    color: #727272;
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}