/*---------------------------------------------------------
    CUSTOMER CENTER WRAP
---------------------------------------------------------*/
#cc_wrap {
    display: block;
    min-width: 1400px;
    text-align: center;
    background:url("/images/1bet1/cs_bg.jpg") no-repeat;
    background-size:100%;
}

#cc_wrap > .boardbox {
    display: block;
    margin:20px auto;
    min-width: 1400px;
    max-width: 2200px;
    padding-left:20px;
    padding-right:20px;
    text-align: left;
}

#cc_wrap > .boardbox > .titlebox {
    max-width: 2200px;
    min-width: 1400px;
    margin:0 auto;
    display: flex;
    height: 62px;
    background: url(/images/1bet1/sports/title_effect_overlay.png), #07172d;
    background-position: left;
    background-size: none;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    margin-bottom:1px;
}

#cc_wrap > .boardbox > .titlebox > .label {
    display: block;
    flex-grow: 1;
    line-height: 62px;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 600;
    color: #cccccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}


#cc_wrap > .boardbox > .titlebox > .label > span {
    display: inline-block;
    transform: scaleX(0.6);
    margin-left:10px;
    margin-right:10px;
}
