.tm_match
.tm_match_content_footer
.tm_match_odds_wrapper {
    background-color: #195144!important;
    border-radius: 6px;
    color: var(--oddTxt2);
    display: flex;
    overflow: hidden;
}

.register_left_banner {
    position: relative;
    width: 320px!important;
    height: 600px;
    min-height: initial;
    max-height: initial;
    -webkit-backdrop-filter: brightness(.8);
    backdrop-filter: brightness(.8);
}

.tg__match_item_btn {
    background: #0e3d32!important;
    color: var(--showMoreTxt);
    border-radius: 5px;
}

.l_od, .l_od_empty {
    background: #15493c!important;
    color: var(--oddTxt);
    border: 1px solid #c8d12f;
    border-radius: var(--oddRadius);
}

.social_text {
    background: #e19710 !important;
    color: var(--cwButtonTxt);
}

.red-area {
    width: 100%;
    height: 20px;
    background-color: #1a6f5b!important;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border: none;
}

.footer__QR-code {
    width: 255px;
    padding: 7px 16px 7px 7px;
    background-color: #e19710 !important;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    cursor: default;
}

.dynamic_featured_item {
    border-radius: 16px;
    margin: 6px;
    -ms-flex-preferred-size: 224px;
    flex-basis: 224px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 100px;
    position: relative;
    overflow: hidden;
    padding: 0 16px 16px;
    background: linear-gradient(360deg, #0b0b0b 0%, #1d1c1c 9%, #353535 91%) !important;
    background-color: var(--bg-level-2);
    border: 1px solid var(--bg-level-3);
    color: var(--text-level-high);
    min-height: 134px;
    box-shadow: 0 0 6px 1px #ecb959 !important;
}

.dgw_event_card .dgw_event_card_body .dgw_event_card_odds .dgw_event_card_odd {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(360deg, #0b0b0b 0%, #1d1c1c 9%, #353535 91%) !important;
    border: 0;
    border-radius: var(--oddRadius, 4px);
    color: var(--oddTxt);
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    height: 40px;
    justify-content: space-between;
    min-width: 30%;
    outline: 0;
    padding: 0 10px;
    transition: .23s;
    width: calc(33.3333% - 24px);
}

.priceMachine_section .btn_promo__primary {
    color: #fdd905 !important;
    border: 1px solid #e79c12 !important;
}

.btn-spin, .btn-openBox {
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    min-height: 56px;
    color: #252525 !important;
    background-color: #e19710 !important;
    border-radius: 12px;
    font-weight: bold !important;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px #fff;
    position: relative;
    /* z-index: 99; */
}

@keyframes neon-border {
            0% {
                border-color: transparent;
                box-shadow: none;
            }
            50% {
                border-color: #fdd12b;
                box-shadow: 0 0 10px #fdd12b, 0 0 20px #fdd12b, 0 0 40px #fdd12b;
            }
            100% {
                border-color: transparent;
                box-shadow: none;
            }
        }

        .neon-border {
            border: 1px solid transparent;
            animation: neon-border 3s infinite;
        }

        