<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bxh-110 .button-df {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #f2f2f2;
    box-sizing: border-box;
    color: #414141;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    transition: 0.175s all linear;
    width: calc(100% - 16px);
}

.bxh-110 .custom-select3 {
    padding-right: 20px;
    text-align: left;
}

.bxh-110 .bxh-110-content-fc .custom-select-02::after, #selected-league::after {
    background-image: url(images/ar_down.svg);
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    transition: all 0.2s ease;
}

.bxh-110 .custom-select-02.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.bxh-110 .custom-select-02 .custom-options {
    top: calc(100% + 7px);
    padding-top: 3px;
    background: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    max-height: 306px;
    overflow: auto;
    transition: all 0.2s ease;
    position: absolute;
}

.bxh-110 .custom-select-02.show::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid white;
    bottom: -12px;
    left: calc(50% - 8px);
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease;
    z-index: 10;
}

.bxh-110 .custom-options .custom-option.active {
    transition: .3s all ease-in-out;
    background-color: #E3F1EB;
}

.bxh-110 .custom-select-02 .custom-options div {
    height: 22px;
    padding: 0 10px;
    text-align: left;
    line-height: 22px;
}

.bxh-110 .custom-options div {
    border-bottom: 1px solid #F2F2F2;
    padding: 4px 14px;
    cursor: pointer;
    background: white;
    transition: 0.175s all linear;
    color: #414141;
}

.bxh-110 .custom-options.scroll-custom.show:hover .active {
    background-color: transparent;
}


.bxh-110 .custom-select-02 .custom-options div:hover {
    background: #E3F1EB !important;
}

.bxh-110 table {
    width: 100%;
    border-collapse: collapse;
}

.bxh-110 table tr th {
    color: #717171;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    padding: 2px 0;
    height: 20px;
}

.bxh-110 table tr td {
    padding: 2px 0;
    height: 20px;
    vertical-align: middle;
}

.bxh-110 table tr td:first-child {
    color: #717171;
    width: 25px;
}

.bxh-110 .player_st {
    margin-top: 8px;
    padding-bottom: 10px;
}

.bxh-110 table tr td:last-child, .bxh-110 table tr th:last-child {
    width: 58px;
    text-align: center;
}

.bxh-110 table tr td:last-child {
    color: #28966A;
    font-weight: 400;
}

.bxh-110 .position-relative {
    position: relative;
}

.bxh-110 .bxh-110-content-name {
    white-space: normal;
    overflow: hidden;
    font-size: 12px;
    color: #222;
    text-decoration: none !important;
}

.bxh-110 .bxh-110-content-name:hover {
    text-decoration: underline !important;
}

.bxh-110 .bxh-110-content--link {
    text-align: center;
    margin-top: 6px;
}

.bxh-110 .bxh-110-content--link a {
    color: #337359;
    font-size: 10px;
    text-decoration: underline;
    gap: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bxh-110 .custom-select-02.show.button-df {
    border: 1px solid #005030 !important;
    background: #005030 !important;
    color: #fff !important;
}

.bxh-110 .custom-select-02.button-df:hover {
    border: 1px solid #005030 !important;
    background: #005030 !important;
    color: #fff !important;
}

.bxh-110 .custom-select-02.button-df:hover:after {
    filter: brightness(0) invert(1);
}

.bxh-110 .custom-select-02.show.button-df:after {
    filter: brightness(0) invert(1);
}

.dark .bxh-110 .button-df {
    background: #414141;
    border: 1px solid #414141;
}

body.dark .bxh-110 .custom-select-02 .custom-options .custom-option {
    background: var(--Monotone-Grey-900, #070F03);
    color: var(--Monotone-Grey-0, #FFF);
}

body.dark .bxh-110 .custom-select-02 .custom-options {
    background: var(--Monotone-Grey-900, #070F03);
}

body.dark .bxh-110 .custom-select-02::before {
    border-bottom-color: #070F03;
}

body.dark .bxh-110 .custom-select-02 .custom-options .custom-option.active {
    background: var(--Orange-09, #260C04);
}


body.dark .bxh-110 .custom-options.scroll-custom.show:hover .active {
    background-color: transparent;
}

.dark .bxh-110 .custom-select-02 .custom-options .custom-option:hover {
    background: var(--Orange-09, #260C04) !important;
}

.dark .bxh-110 table tr td:first-child, .dark .bxh-110 table tr th {
    color: #BBBBBB;
}

.dark .bxh-110 .bxh-110-content--link a {
    color: #20BE7F;
}

.dark .bxh-110 table tr td:last-child {
    color: #92E6C4;
}

.dark .bxh-110 .custom-select-02::after {
    filter: brightness(0) invert(1);
}


.bxh-110 {
    overflow: initial !important;
}

.bxh-110 .loading {
    opacity: 0.5;
    cursor: progress;
}

.bxh-110 .loading a {
    pointer-events: none;
}

.bxh-110 table tr td:first-child, .bxh-110 table tr th:first-child {
    padding-left: 8px;
}

.bxh-110 table tr td:last-child, .bxh-110 table tr th:last-child {
    padding-right: 8px;
}

.bxh-110 .custom-select-02 {
    margin-right: 8px;
    margin-left: 8px;
}

.bxh-110 table tbody tr {
    transition: 0.3s;
}

.bxh-110 table tbody tr:hover {
    background: #E3F1EB;
}

.bxh-110 .bxh-110-content-name:hover {
    color: #337359;
    text-decoration: underline;
    cursor: pointer;
}

.dark .bxh-110 .bxh-110-content-name:hover {
    color: #20BE7F;
}

.dark .bxh-110 table tbody tr:hover {
    background: #022517;
}

.bxh-110 .custom-select-02 .custom-options {
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    /*width: fit-content;*/
    background: #EBEBEB;
    color: #030405;
    text-align: left;
    display: none;
    z-index: 11;
    box-shadow: 0px 0px 8px 0px rgba(5, 6, 30, 0.25);
}

.bxh-110 .custom-select-02 .custom-options.show {
    display: block;
}

.bxh-110.lrdiv .lrdiv-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 10px 11px 10px;
    line-height: 20px;
}

.bxh-110 .player-st-content-item {
    display: flex;
    align-items: center;
}

.bxh-110 .player-st-content-item-no {
    flex: 0 0 20px;
    font-size: 14px;
}

.bxh-110 .player-st-content-item-name {
    flex: 1 1 calc(100%);
}

.bxh-110 .player-st-content-item-score {
    flex: 0 0 60px;
    color: #28966A;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}

.bxh-110 .flixt {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bxh-110 .player-st-content-item-title .player-st-content-item-score {
    text-align: center;
}

.bxh-110 .player-st-content-item-title * {
    color: #717171;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    padding: 2px 0;
}

.player-st-content {
    margin-top: 10px;
}</pre></body></html>