.sidebar-right {
    float: left;
    width: 200px;
    margin-left: 15px;
}

.sidebar-right-title {
    position: relative;
    text-align: center;
        user-select: none !important;
    -webkit-user-select: none !important; /* Safari */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* IE10+/Edge */
    color: #fcecd3;
    font-family: martelregular, sans-serif;
    text-shadow: 0px 2px 4px #000;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
    bottom: -6px;
    font-size: 16px;
}

.panel-wrapper {
    margin-bottom: 20px;
}

.serverstatus-wrapper-header,
.register-wrapper-header,
.download-wrapper-header,
.casts-wrapper-header {
    height: 35px;
    border: 1px solid #e99002;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.8);
    background-color: #c42d00;
    position: relative;
}

.casts-views {
    text-align: center;
}

.casts-views a {
    text-decoration: none;
    color: #03f8f8;
    text-shadow: 0px 0px 13px orangered, -1px -1px 0 #012950, 1px -1px 0 #012950, -1px 1px 0 #012950, 1px 1px 0 #012950;
}

.box-side-middle {
    border: 1px solid #e99002;
    background: rgb(0 0 0 / 38%);
    height: 100%;

    box-shadow: 0 4px 6px #5a2800;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.text-center {
    text-align: center;
}

.owner-cast a {
    color: #fcecd3;
    font-size: 11px;
    text-shadow: 0px 0px 13px #222, -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;
    font-weight: bold;
    text-decoration: none;
}

.owner-cast-views {
    color: #fcecd3;
    font-size: 11px;
    text-shadow: 0px 0px 13px #222, -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;
    font-weight: bold;
    text-decoration: none;
}

.owner-cast a:hover {
    color: rgb(255, 132, 0);
}

.p-online {
    color: #fcecd3;
    cursor: pointer;
    font-size: 14px;
    text-shadow: 0px 0px 3px #222;
    font-weight: bold;
}

.rank-container {
    margin: -10px;
}

.rank-players {
    font-family: sans-serif;
    padding: 4px;
    text-align: left;
}

.player-name {
    cursor: pointer;
    margin-bottom: 4px;
    text-shadow: 0px 0px 13px rgb(110, 6, 6), -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;
    font-weight: bold;
    font-size: 13px;
}

.player-name a {
    text-decoration: none;
    color: #fcecd3;
}

.player-name a:hover {
    text-decoration: none;
    color: orangered;
}

.player-level,
.player-vocation {
    text-shadow: 0px 0px 1px orangered;
    font-size: 12px;
    color: whitesmoke;
}

.status-wrapper {
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.status-rank {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b318a2;
    border: 1px solid yellow;
    cursor: pointer;
    text-shadow: 0px 0px 13px rgb(255, 254, 254), -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: bold;
}

.status-circle {
    position: relative;
    top: -12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #111;
    cursor: pointer;
    display: inline-block;
    color: white;
    font-weight: bold;
}

.status-circle.on {
    background-color: lime;
}

.status-circle.off {
    background-color: #de1b1b;
}

.rank-viewr {
    position: absolute;
    right: -2px;
    width: 18px;
    height: 74px;
    background: linear-gradient(to bottom, #b318a2, #e44211);
    border-radius: 1px 12px 12px 0px;
    border: 1px solid #e99002;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0px 1px 3px #000000;
    z-index: -1;
}

.rank-viewr span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    font-family: monospace;
}

.rank-bg-dark {
    background: rgb(0 0 0 / 38%);
}

.rank-bg-light {
    background: rgb(0 0 0 / 10%);
}

.s-save {
    color: #f33b2e;
    margin-top: 10px;
    font-size: 12px;
    text-shadow: 0px 0px 2px orangered;
    font-weight: bold;
}

.btn-sidebar {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 35px;
    font-size: 15px;
    background: linear-gradient(250deg, #fd3c02, #b94a48bf);
    border: 6px double #5c1f09;
    border-radius: 10px;
    box-shadow: inset 0 -6px 10px 4px rgba(0, 0, 0, 0.4), 0 8px 15px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-align: center;
}

.btn-sidebar>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 33px;
    color: yellow;
    text-decoration: none;
    font-family: martelregular, sans-serif;
    text-shadow: 0px 3px 1px #222;
    font-weight: 900;
    letter-spacing: 4px;
    top: 4px;
}

.btn-sidebar:hover {
    filter: brightness(1.2);
}