/*

EX.

.gid-[groupid] {
    background: red;
}

*/

.gid-1, .gid-2, .gid-5 {
    background: #808080;
}

.gid-3, .gid-6 {
   border: 1px solid #db7e0e !important;
  	background: linear-gradient(313deg,rgba(255, 255, 255, 0) 0%, #ff8c0059 100%) !important;	
}

.gid-4 {
    background: green;
}
.gid-9 {
    border: 1px solid #db7e0e !important;
  	background: linear-gradient(313deg,rgba(255, 255, 255, 0) 0%, #ff8c0059 100%) !important;	
}
.gid-8 {
 	border: 1px solid #ffe900 !important;
  	background: linear-gradient(313deg,rgba(255, 255, 255, 0) 0%, #ffce00e0 100%) !important;	
}

.gid-7 {
    background: black;
}

.profile-rank {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100% !important;
    margin: 4px auto;
    text-align: center !important;
    clear: both;
}

.profile-rank span {
    display: inline-block;
    width: 160px;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
}