/* 스포츠 인기 게임 숨김 */
[class^=SportsTrendMatches__Container] {
    display: none !important;
}  

[class^=AppbarGlobalMenuItem__Container] {
    gap: 3px !important;
    padding: var(--spacing-gap_small) !important;
}  

[class^=AppbarGlobalMenuItem__Container] svg {
    width: 17px;
    height: 17px;
}

[class^=AppbarGlobalMenuItem__Container] span {
    font-size: 15px;
    font-weight: bold;
} 

[class^=AppbarRightBox__Container] {
    gap: 13px !important;
} 

[class^=QuickMenuItem__IconBox] svg {
    width: 17px;
    height: 17px;
}

[class^=DepositSelectTab__TabButton] {
    justify-content: left !important;
}

/* 좌측 배너 */
/*
[class^=BottomBanners__Container] {
    padding-right: 21px !important;
}
*/


.simple-join > div {
    font-size: 0;
}
.simple-join > div::after {
    content: '무기명 가입';
    margin-left: 3px;
    font-size: 12px;
    line-height: 20px;
}

.simple-join > div::before {
    float: left;
    width: 20px;
    height: 20px;
    content: '';
    background:url('https://p.staticube.com/common/fc79e2b2-b4ad-47cb-b5b8-7b689973259e.png');
}

[class^=LayerMenuItem__Container]:nth-child(10) [class^=LayerMenuItem__MenuText] {
    color: #24a0de !important;
}

[class^=LayerMenuItem__Container]:nth-child(10) [class^=LayerMenuItem__LabelBox]::before {
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    background: url('https://p.staticube.com/common/ceeae5e1-8554-4f1c-b727-5429ae11620c.png') no-repeat;
    background-size: 19px 19px;
}


[class^=LayerMenuItem__MenuTextRow] {
    height: var(--height-14pt-x150) !important;
}


/* 카지노, 슬롯 마지막꺼 숨김 */
[class^=SlotVendorList__List] [class^=CasinoVendorListItem__Container]:last-child {
    display: none !important;
}
 