:root {
    --primary-color: #7F1712;
    --secondary-color: #E0B975;

    --primary-font: "Roboto", sans-serif;
    --secondary-font: "Montserrat", sans-serif;
}

.font_Primary {
    font-family: var(--primary-font);
}

.font_Secondary {
    font-family: var(--secondary-font);
}

body {
    font-family: var(--primary-font);
}

h1,
h2,
h3,
h4 {
    font-family: var(--primary-font);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.fs_14 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.fs_30 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
}

.fs_20 {
    font-size: 20px;
    line-height: 1.2;
}

.fs_18 {
    font-size: 18px;
    line-height: 1.2;
}

.w_37 {
    width: 37px;
}

.text_yellow {
    color: #E0B975;
    transition: all 0.3s;
}

a.text_yellow:hover {
    color: #fff;
}

.text_grey {
    color: rgba(255, 255, 255, 0.49);
    font-weight: normal;
}

.tag_Green {
    background-color: #18550A;
    color: #fff;
}

.tag_Grey {
    background-color: rgba(255, 255, 255, 0.21);
    color: #E5E7EB;
}

.tag_Pfrs {
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
}

.leader_Pfrs td h5 {
    font-size: 14px;
    font-weight: 700;
}

.leader_Pfrs td h6 {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.49);
}

.leader_Pfrs td .date_Text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.49);
}

.col-md-6 .rodeo-details-event{
    width: 100% !important;
    max-width: 206px !important;
}
.rodeo-details-maxwidth .col-md-6 .text_grey{
    display: block;
}
.rodeo-details-maxwidth .col-md-6 .text_grey,
.rodeo-details-date{
    line-height: 14px;
}
.text_yellow.rodeo-details-location{
    line-height: 18px !important;
}
.update-displayname-modal{
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.5); 
}
.displayname-input-container .form-control{
    background: #333 !important;
    border-color: #555 !important;
}
.displayname-input-container .form-control::placeholder{
    color: #ADAEBC !important;
}
.my-profile-form.cms-page-content .cms-content .col-xl-9.col-sm-12{
    width: 100%;
}
.my-profile-container .form-section{
    border-bottom: 1px solid rgb(255, 250, 255, 0.2);
}
.my-profile-form.cms-page-content p b{
    font-weight: normal !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1248px;
    }
}

body {
    background-color: #000;
}

.top_Sponsor_Panel {
    font-family: var(--secondary-font);
    background-color: #111111;
    border-bottom: 1px solid #1F2937;
}

.sponsor_Wrapper p {
    font-family: var(--secondary-font);
    font-size: 12px;
    color: #9CA3AF;
    margin-bottom: 0;
    white-space: nowrap;
}

.sponsor_Block {
    width: 64px;
    height: 16px;
    border-radius: 4px;
    background-color: #374151;
}

.link_Text_Grey {
    color: #D1D5DB;
    font-size: 12px;
}

/* Tooltip */
.custom-tooltip {
    position: relative;
}

.custom-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    transform: scale(0.8);
    padding: 6px 12px;
    background: linear-gradient(135deg, #1F2937, #374151);
    color: #F9FAFB;
    font-size: 11px;
    font-family: var(--secondary-font);
    white-space: nowrap;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
    z-index: 9999;
}

.custom-tooltip::before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    right: 12px;
    border: 5px solid transparent;
    border-bottom-color: #1F2937;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
}

.custom-tooltip:hover::after {
    opacity: 1;
    transform: scale(1);
}

.custom-tooltip:hover::before {
    opacity: 1;
}

.logo_Inner_Panel .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.auth_Link {
    transition: all 0.3s;
    white-space: nowrap;
}

.auth_Link:hover {
    color: var(--secondary-color) !important;
}
.auth_Link:hover .profile_Icon{
    transition: all 0.3s;
    filter: invert(59%) sepia(89%) saturate(1000%) hue-rotate(359deg) brightness(100%) contrast(18%);
}
.profile_Icon {
    background: url("../img/icons/profile--icon.svg") no-repeat 0 0;
    width: 14px;
    height: 16px;
    display: block;
    transition: all 0.3s;
}

.main_Navbar {
    font-size: 16px;
    line-height: 20px;
}

.main_Navbar .navbar-nav {
    align-items: center;
    gap: 10px;
}

.main_Navbar .navbar-nav li a {
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    transition: all 0.3s ease-in;
    position: relative;
}

.main_Navbar .navbar-nav li a.active,
.main_Navbar .navbar-nav li a:hover {
    color: var(--secondary-color);
}

.main_Navbar .navbar-nav li a.active::before,
.main_Navbar .navbar-nav li a:hover::before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: var(--secondary-color);
    color: var(--secondary-color);
}

.main_Navbar .navbar-nav li a.nav_Red_Button::before {
    display: none;
}

.main_Navbar .navbar-toggler,
.main_Navbar .navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}

.nav_Red_Button {
    background-color: #F90101;
    padding: 3px 14px;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
}

.next_Rodeo {
    background: #222222;
    padding-top: 15px;
    padding-bottom: 15px;
}
.next_Rodeo_Inner {
    font-family: var(--secondary-font);
}
.next_Rodeo_Inner .next_Rodeo_Label {
    font-size: 14px;
    line-height: 1.5;
    color: #9CA3AF;
    white-space: nowrap;
}

.next_Rodeo_Inner .next_Rodeo_Marque marquee {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 1.1;
    padding-top: 4px;
}
.next_Rodeo_Marque{
    color: var(--secondary-color);
    flex-grow: 1;
}

.title_Lg {
    font-size: 24px;
    line-height: 32px;
}

.performance_Block {
    padding: 20px;
    border-radius: 14px;
    background-color: #0B0B0B;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.performance_Block::before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 60%, rgba(0, 0, 0, 1) 100%);
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.performance_Block.no_Bg::before {
    display: none;
}

.status_Tag {
    border-radius: 15px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status_Tag span.circle {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100px;
    flex-shrink: 0;
    display: block;
}

.live_Status {
    background-color: #FF0000;
    animation: glowBox 0.5s infinite alternate ease-in-out;
    display: inline-flex; /* ensures scale animation works nicely */
}

@keyframes glowBox {
  from {
    box-shadow: 0 0 10px #FF0000, 0 0 20px #FF0000, 0 0 40px #FF0000;
  }
  to {
    box-shadow: 0 0 20px #FF0000, 0 0 40px #FF0000, 0 0 80px #FF0000;
  }
}

.performance_Avatar {
    width: 64px;
    /* height: 64px; */
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}

.performance_Avatar img {
    /* width: 100%; */
    max-height: 100%;
    object-fit: cover;
}

.performance_Content h3 {
    line-height: 26px;
    margin-bottom: 4px;
    font-weight: 700;
}

.performance_Content h4 {
    margin-bottom: 4px;
}

.performance_Content h4 span {
    padding-left: 10px;
    font-weight: 400;
}
.performance_Content h4 strong{
    font-weight: 600;
}

.performance_Content h5 {
    color: #9CA3AF;
}

.performance_Block {
    margin-bottom: 16px;
}

.btn_Green,
.btn.btn-success  {
    background-color: #18550A;
    border-color: #18550A;
    border-radius: 8px;
    padding: 10px 24px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
}
.btn.btn-success {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.my-profile-form .btn.btn-success{
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btn_Green:hover,
.btn.btn-success:hover  {
    background-color: #227410;
}

.btn_Green span,
.btn_Yellow span {
    font-weight: 300;
    font-size: 17px;
    padding-left: 4px;
    color: rgba(255, 255, 255, 0.6);
}

.btn_Yellow_Outline {
    border: 1px solid #E0B975;
    border-radius: 8px;
    padding: 10px 24px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 1.2;
}

.btn_Yellow_Outline:hover {
    background-color: #E0B975;
    color: #000;
}

.btn_Grey_Outline {
    border: 1px solid #4B5563;
    border-radius: 8px;
    padding: 10px 24px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s;
    font-size: 17px !important;
}

.btn_Grey_Outline:hover {
    background-color: #4B5563;
}

.btn_Yellow {
    background-color: #E0B975;
    border-radius: 8px;
    padding: 10px 24px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 20px;
}

.btn_Yellow:hover {
    background-color: #ffbd4b;
}

.btn_Yellow span {
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.btn_Grey {
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 8px;
    padding: 8px 12px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 600;
}

.btn_Grey:hover {
    background-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.opacity_Btn {
    opacity: 0.4 !important;
}

.divider_div {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 16px;
}

.divider_div::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #222;
    transform: rotate(0deg);
    position: absolute;
    top: -9px;
    left: -3px;
    z-index: 2;
}

.divider_div::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #222;
    transform: rotate(0deg);
    position: absolute;
    top: -9px;
    right: -3px;
    z-index: 2;
    transform: rotate(-180deg);
}

.latest_News_Inner_Panel {
    gap: 16px;
}

.latest_News_Block {
    flex: 1;
    max-width: 33%;
}

.latest_News_Block h3 {
    font-size: 18px;
    line-height: 28px;
}

.latest_News_Block h3 a {
    color: #fff;
    font-family: var(--secondary-font);
    transition: all 0.3s;
}

.latest_News_Block h3 a:hover {
    color: var(--secondary-color);
}

.latest_News_Block p {
    font-family: var(--secondary-font);
    line-height: 1.4;
}

.latest_News_pic {
    position: relative;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.latest_News_pic img {
    width: 100%;
    height: 100%;
    max-height: 178px;
    object-fit: cover;
    display: block;
}

.latest_News_Content p.text_grey {
    margin-bottom: 10px;
}

.latest_News_Content h6 {
    font-size: 12px;
    color: #6B7280;
    font-family: var(--secondary-font);
}

.latest_News_Panel .section_Title.mb-3 {
    margin-bottom: 10px !important;
}
.latest_News_Panel .title_Lg{
    font-weight: 700;
}

.latest_News_Panel a.text_yellow,
.left_Panel a.text_yellow,
.right_Panel a.text_yellow {
    font-size: 14px;
}

.news_Title_Pic {
    background-color: #18550A;
    font-size: 12px;
    color: #E0B975;
    padding: 3px 10px;
    display: inline-flex;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
}

.leaderboard_Table_Panel {
    background-color: #111111;
    min-height: 400px;
    border-radius: 6px;
}

.add_Block_Box {
    position: relative;
    z-index: 1;
    border-radius: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.add_Block_Box  img{
    max-height: 453px;
    object-fit: cover;
    width: 100%;
}

.add_Block_Box::before {
    content: '';
    background: rgba(0, 0, 0, 0.77);
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.btn_Red {
    width: 100%;
    background-color: #7F1712;
    color: #fff;
    display: block;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    transition: all 0.3s;
    font-weight: 600;
}

.btn_Red:hover {
    background-color: #FF0000;
}

.fan_Mag_Block {
    min-height: 374px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #464d5b;
    border-radius: 8px;
    overflow: hidden;
}

.fan_Mag_Block h3 {
    font-weight: 900;
    font-size: 20px !important;
}

.footer_Panel {
    background: url("../img/footer-bg.png") no-repeat 90% 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer_Panel h3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.footer_Panel p {
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 20px;
    color: #9CA3AF;
}

.footer_Panel ul {
    font-family: var(--secondary-font);
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer_Panel ul li {
    line-height: 28px;
}

.footer_Panel ul li a {
    color: #9CA3AF;
    transition: all 0.3s;
    line-height: 32px;
}

.footer_Panel ul li a:hover {
    color: #fff;
}
.footer_Panel ul li a:hover i{
    filter: brightness(100);
}
.fb-icon {
    background: url("../img/icons/fb.svg") no-repeat 0 0;
    width: 10px;
    height: 16px;
    display: block;
}

.tw-icon {
    background: url("../img/icons/tw.svg") no-repeat center;
    width: 16px;
    height: 16px;
    background-size: 18px;
    display: block;
}

.inst-icon {
    background: url("../img/icons/inst.svg") no-repeat 0 0;
    width: 14px;
    height: 16px;
    display: block;
}

.yt-icon {
    background: url("../img/icons/yt.svg") no-repeat center;
    width: 18px;
    height: 16px;
    display: block;
    background-size: 20px;
}

.footer_Copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 20px;
    padding-bottom: 20px;
}

.copy_Text {
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin-bottom: 0;
    text-align: center;

}

.custom_Nav_Tab {
    padding-top: 10px;
    border-bottom: 1px solid #343434;
    padding-bottom: 10px;
}

.custom_Nav_Tab li {
    flex: 1;
    position: relative;
}

.custom_Nav_Tab li a {
    position: relative;
}

.custom_Nav_Tab li a.active::before,
.custom_Nav_Tab li a:hover::before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: var(--secondary-color);
    color: var(--secondary-color);
}

.custom_Nav_Tab li::before {
    content: '';
    background: url("../img/icons/arrow.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
}

.custom_Nav_Tab li:first-child::before {
    display: none;
}

.custom_Nav_Tab li .nav-link {
    color: #fff;
    background-color: transparent !important;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.leader_Pfrs .table>:not(caption)>*>* {
    background-color: #111111;
    color: #fff;
    border-bottom: 1px solid #1C1C1C;
}

.leader_Pfrs .table th {
    background-color: #000;
    border-top: 1px solid #1C1C1C;
    border-bottom: 1px solid #1C1C1C;
    font-size: 14px;
    color: #9CA3AF;
    font-weight: 400;
}

.leader_Pfrs .table .text_yellow {
    color: var(--secondary-color) !important;
    font-weight: 700;
}

.leader_Pfrs .table .text_Grey {
    color: #9CA3AF !important;
    word-break: break-word;
}

.for_Mob {
    display: none !important;
}

.play_Btn {
    background: url("../img/icons/play-btn-sm.svg") no-repeat center center;
    background-size: 26px;
    width: 24px;
    height: 24px;
    display: block;
    outline: none;
    border-radius: 100%;
}

.play_Btn_lg {
    background: url("../img/icons/play-lg.svg") no-repeat center center;
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: block;
    outline: none;
    border-radius: 100%;
}

.play_Btn_lg_link {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%);
}

.play_btn_Link {
    position: absolute;
    top: 10px;
    right: 10px;
}

.clock_Icon {
    background: url("../img/icons/clock.svg") no-repeat center center;
    background-size: cover;
    background-size: 13px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100px;
}

.unlock_Icon {
    background: url("../img/icons/unlock.png") no-repeat center center;
    background-size: contain !important;
    width: 9px;
    height: 10px;
    display: block;
    border-radius: 100px;
}

.lock_Icon {
    background: url("../img/icons/lock.png") no-repeat center center;
    background-size: contain !important;
    width: 7px;
    height: 12px;
    display: block;
    border-radius: 100px;
}

.completed_Icon {
    background: url("../img/icons/completed.png") no-repeat center center;
    background-size: contain !important;
    width: 7px;
    height: 12px;
    display: block;
    border-radius: 100px;
}

.status_lock_unlock {
    background-color: #374151;
    font-weight: 900;
    color: #D1D5DB;
}

@media (max-width: 767px) {
    .custom_Nav_Tab{
        justify-content: center;
    }
    .custom_Nav_Tab li{
        flex: none;
    }
    .main_Navbar .navbar-collapse {
        position: fixed;
        top: 0;
        background: #000;
        width: 265px;
        left: 0;
        bottom: 0;
        z-index: 99;
        padding-top: 40px;
        height: 100vh;
        transition: all 0.3s ease-in;
    }

    .main_Navbar .collapse {
        transition: all 0.3s ease-in;
    }

    .main_Navbar .collapse:not(.show) {
        display: block;
        height: 100vh;
        transform: translateX(-280px);
        transition: all 0.3s ease-in;
    }

    .for_Desktop {
        display: none !important;
    }

    .for_Mob {
        display: block !important;
    }

    .top_Ad_Banner {
        padding-top: 0 !important;
    }

    .logo_Inner_Panel .logo {
        order: 1;
    }

    .logo_Inner_Panel .auth_Link {
        order: 2;
        margin-left: 74px;
    }

    .logo_Inner_Panel .main_Navbar {
        order: 3;
    }

    .title_Lg {
        font-size: 20px;
        line-height: 28px;
    }

    .performance_Content .fs_30 {
        font-size: 18px;
    }

    .performance_Content h4.fs_20 {
        font-size: 16px;
        font-weight: 500;
    }

    .performance_Block {
        flex-direction: column;
    }

    .performance_Btns>a {
        flex: 1;
        text-align: center;
    }

    .latest_News_Inner_Panel {
        flex-direction: column;
    }

    .latest_News_Block {
        width: 100%;
        max-width: 100%;
    }

    .performance_Btns {
        width: 100%;
    }

    .footer_Panel .col-sm-3 {
        width: 100%;
        padding-bottom: 25px;
    }

    .footer_Panel .col-3.col-mob-6 {
        width: 50%;
    }

    .copy_Text {
        text-align: left;
    }

    .performance_Block {
        margin-bottom: 10px;
        padding: 10px;
    }

    .performance_Block .live_Status.status_Tag {
        color: #FF0000;
        background-color: transparent;
        box-shadow: none !important;
    }

    .performance_Block .status_Tag span.circle {
        background-color: #FF0000;
    }

    .performance_Block {
        background-image: none !important;
        background-color: #0B0B0B !important;
    }

    .performance_Block>.d-flex {
        width: 100%;
    }

    .main_Navbar .navbar-nav {
        align-items: flex-start;
        padding-left: 25px;
        gap: 20px;
    }

    .logo_Inner_Panel .main_Navbar .container-fluid {
        padding-right: 0 !important;
    }

    .btn_Green,
    .btn_Yellow_Outline,
    .btn_Yellow {
        padding: 12px 4px;
    }
    .btn_Grey{
        padding: 12px 12px;
    }
    .leaderboard_Table_Panel {
        min-height: 0;
    }

    .sponsor_Block {
        width: 60px;
    }

    .btn_Green,
    .btn_Yellow_Outline,
    .btn_Grey_Outline,
    .btn_Yellow_Outline,
    .btn_Grey {
        font-size: 14px !important;
    }
    .footer_Panel,
    .footer_Copyright{
        background: #222222 !important;
    }
    .footer_Panel ul li a{
        font-size: 14px;
    }
    .top_Sponsor_Panel .link_Text_Grey{
        margin-left: 3px;
    }
    .add_Block_Box img {
        max-height: 633px;
        object-fit: contain;
        width: 100%;
    }
    .btn_Yellow{
        font-size: 14px !important;
    }
    .btn_Green span, .btn_Yellow span{
        font-size: 14px !important;
    }
    .btn_Green, .btn.btn-success, .btn_Yellow, .btn_Yellow_Outline{
        line-height: 1.1 !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .performance_Btns {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.modal-content{
    background-color: transparent;
}
.select-search:not(.is-loading):not(.select-search--multiple) .select-search__value:after {
    border-bottom: 1px solid #e1d8d8 !important;
    border-right: 1px solid #d1d1d1 !important;
}
.eos-icons_loading {
    background: url("../img/eos-icons_loading.svg") no-repeat center center;
    background-size: cover;
    background-size: 13px;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 100px;
}

.resend-container{
    display: flex;
    justify-content: flex-start;
}
.sticky-header-panel{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #000;
}
/* .promotional-block.add_Block_Box.text-center.mb-3 {
    height: 300px;
    overflow: hidden;
    padding: 0;
}

.promotional-block.add_Block_Box {
    height: 300px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.cowboy_Channel_Block.add_Block_Box{
        height: 300px;
}
.cowboy_Channel_Block.add_Block_Box img:nth-child(2){
    position: absolute;
    top: 18px;
    left: 50%;
    right: 0;
    width: auto !important;
    height: auto !important;
    transform: translateX(-50%);
} */



/*===========FAQ Starts===========*/
.how_To_Play_Area{
    background: url("../img/how-top-play.png") no-repeat 0 0;
    background-position: 50% 50%;
    min-height: 643px;
    margin-bottom: 70px;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    padding: 42px 25px 30px 25px;
}
.how_To_Play_Area::before{
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.41) 0%, rgba(11, 11, 11, 1) 61%);
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 0 14px 14px 0;
}
.how_To_Play_Heading{
    text-align: center;
}
.how_To_Play_Grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding-top: 35px;
}
.how_To_Play_block{
    text-align: center;
}
.how_To_Play_block img{
    margin-bottom: 16px;
}
.how_To_Play_block h4{
    font-family: var(--secondary-font);
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 12px !important;
    margin: 0 !important;
    border: none !important;
}
.how_To_Play_block p{
    font-family: var(--secondary-font);
    font-size: 16px;
    color: #D1D5DB;
}
.win_prize_bg .play_block_Inner{
    background: url("../img/win-bg.png") no-repeat 0 0;
    background-size: cover;
}
.start_playing_panel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.start_playing_btn{
    background: #E0B975;
    padding: 9px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    border-radius: 7px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.start_playing_btn:hover{
    background: #fff;
}
.start_playing_panel p{
    margin-bottom: 0;
    font-size: 14px;
    color: #9CA3AF;
}
.play_block_Inner{
    background: rgba(255, 255, 255, 0.14);
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 10px;
    min-height: 74px;
}
.play_block-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}
.play_block-row:last-child{
    margin-bottom: 0;
}
.play_block-row h6{
    font-size: 14px;
    color: #fff !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 0 !important;
    border: none !important;
}
.win_text{
    color: #E0B975;
    font-size: 16px;
}
.play_block_value{
    font-size: 12px;
}
.no_black{
    background: #000;
}
.value_white{
    color: #fff;
}
.value_yellow{
    color: #E0B975;
}
.big_prize_text p{
    font-size: 12px;
    color: #D1D5DB;
    margin-bottom: 0 !important;
}
.big_prize_text p span{
    color: #fff;
    font-weight: 600;
}
.start_playing_panel{
    padding-top: 25px;
}
.play_block_no{
    width: 28px;
    height: 23px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.no_yellow{
    background: #E0B975;
    color: #000000;
}
.play_pick_btn{
    background: #E0B975;
    border-radius: 5px;
    font-size: 12px;
    color: #000 !important;
    font-weight: 600;
    padding: 2px 10px;
    display: inline-block;
}
.how_To_Play_Heading h3{
    font-family: var(--secondary-font);
    text-align: center;
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #fff !important; 
    margin-top: 0 !important;
    border: none !important;
}
.how_To_Play_Heading p{
    font-family: var(--secondary-font);
    font-size: 16px;
    color: #D1D5DB;
    max-width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.faq_accord_Area > h2{
    font-family: var(--secondary-font);
    text-align: center;
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    color: #fff !important;
    border: none !important;
}
.faq_accord_Area .accordion-header{
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}
.faq_accord_Area .accordion .accordion-item{
    margin-bottom: 20px;
    background-color: #0B0B0B;
    border-color: #0B0B0B;
    border-radius: 5px;
}
.faq_accord_Area .accordion .accordion-item .accordion-button{
    background-color: #0B0B0B;
    border-color: #0B0B0B;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 600;
}
.faq_accord_Area .accordion .accordion-item .accordion-body p{
    font-size: 16px;
    color: #D1D5DB;
}
.faq_accord_Area .accordion .accordion-item .accordion-body ul li,
.faq_accord_Area .accordion .accordion-item .accordion-body ol li{
    font-size: 16px;
    color: #D1D5DB;
}
.faq_accord_Area .accordion .accordion-item .accordion-button::after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzc1IDEuMjVDOS4zNzUgMC41NTg1OTQgOC44MTY0MSAwIDguMTI1IDBDNy40MzM1OSAwIDYuODc1IDAuNTU4NTk0IDYuODc1IDEuMjVWNi44NzVIMS4yNUMwLjU1ODU5NCA2Ljg3NSAwIDcuNDMzNTkgMCA4LjEyNUMwIDguODE2NDEgMC41NTg1OTQgOS4zNzUgMS4yNSA5LjM3NUg2Ljg3NVYxNUM2Ljg3NSAxNS42OTE0IDcuNDMzNTkgMTYuMjUgOC4xMjUgMTYuMjVDOC44MTY0MSAxNi4yNSA5LjM3NSAxNS42OTE0IDkuMzc1IDE1VjkuMzc1SDE1QzE1LjY5MTQgOS4zNzUgMTYuMjUgOC44MTY0MSAxNi4yNSA4LjEyNUMxNi4yNSA3LjQzMzU5IDE1LjY5MTQgNi44NzUgMTUgNi44NzVIOS4zNzVWMS4yNVoiIGZpbGw9IiNFMEI5NzUiLz4KPC9zdmc+Cg==);
    box-shadow: none !important;
    border: none;
    background-size: contain;
}
.faq_accord_Area .accordion .accordion-item .accordion-button:not(.collapsed)::after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDE3IDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNi4yNSAxLjI1QzE2LjI1IDEuOTQxNDEgMTUuNjkxNCAyLjUgMTUgMi41SDEuMjVDMC41NTg1OTQgMi41IDAgMS45NDE0MSAwIDEuMjVDMCAwLjU1ODU5NCAwLjU1ODU5NCAwIDEuMjUgMEgxNUMxNS42OTE0IDAgMTYuMjUgMC41NTg1OTQgMTYuMjUgMS4yNVoiIGZpbGw9IiNFMEI5NzUiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-position: 50% 50%;
}
.faq_QST{
    background: #0B0B0B;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.faq_QST h2{
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    border: none !important;
}
.faq_QST p{
    font-size: 16px;
    font-weight: 400;
    color: #D1D5DB;
}
.faq_QST .btn_Green{
    padding: 11px 32px;
    border: none !important;
    color: #fff !important;
}
@media (max-width: 767px){
    .how_To_Play_Grid{
        grid-template-columns: 1fr;
    }
    .how_To_Play_Heading h3,
    .faq_accord_Area > h2{
        font-size: 20px;
    }
    .how_To_Play_block h4{
        font-size: 18px;
    }
}
/*===========FAQ Ends===========*/
.pr_news_banner_panel{
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}
.pr_news_banner_panel .pr_news_banner_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}
.pr_news_banner_panel .pr_news_banner_cont h2{
    font-family: var(--secondary-font);
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.pr_news_banner_panel .pr_news_banner_cont p{
    font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 28px;
    color: #E5E7EB;
}
.load_more{
    display: flex;
    gap: 8px;
    align-items: center;
}
.load_icon{
    background: url("../img/icons/load_icon.svg") no-repeat 0 0;
    width: 10px;
    height: 10px;
    background-size: contain;
    display: block;
}
.load_more{
    font-family: var(--secondary-font);
    font-size: 16px;
    color: #E0B975;
    transition: all 0.3s;
}
.load_more:hover{
    color: #fff;
}
.highlights_btn{
    font-family: var(--secondary-font);
    color: #E0B975;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}
.highlights_btn:hover{
    color: #fff;
}
.pr_news_banner_tags{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.breaking_news_tag{
    background: #18550A;
    padding: 4px 13px;
    font-size: 14px;
    color: #E0B975;
    border-radius: 4px;
}
.pr_news_banner_tags p{
    font-size: 14px;
    line-height: 20px;
    color: #D1D5DB;
    margin-bottom: 0;
}
.section_Title.news_Title h1{
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: 700;
    color: #E0B975 !important;
}
.section_Title.news_Title p{
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    color: #9CA3AF!important; 
}
.make_picks_block_title{
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.make_picks_block_title h3{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}
.make_picks_block_title h6{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.black_btn{
    display: flex;
    background: #000;
    border-radius: 4px;
    color: #E0B975;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    width: 100%;
    width: 100%;
    justify-content: center;
    transition: all 0.3s;
}
.black_btn:hover{
    background: #222;
}
.make_picks_block{
    background: #E0B975;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}
.make_picks_block p{
    font-size: 14px;
    line-height: 1.4;
}
.news_Title .pr_news_banner_tags{
    margin-top: 30px;
}
.news_Title .pr_news_banner_tags p{
    font-size: 14px;
}
.news_Article_Banner{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_Article_Banner_content p{
    font-size: 20px;
    line-height: 1.5;
    color: #D1D5DB;
    font-family: var(--secondary-font);
}
.banner_play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play_btn_icon{
    background: url("../img/icons/play_btn.svg") no-repeat 50% 50%;
    background-size: 105%;
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
}
.record_stats_block{
    border: 1px solid #E0B97554;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.record_stats_block h3{
    font-size: 20px;
    color: #E0B975;
    margin-bottom: 20px;
}
.record_stats_block p{
    font-size: 14px;
    color: #9CA3AF;
    margin-bottom: 0;
}
.record_stats_block .row{
    margin-bottom: 10px;
}
.record_stats_block .row:last-child{
    margin-bottom: 0;
}
.active_rodeo_picks_panel{
    border: 1px solid #E0B97554;
    padding: 20px;
    border-radius: 8px;
}
.active_rodeo_picks_panel h3{
    display: flex;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #E0B975;
}
.active_rodeo_picks_block{
    background: #11182780;
    border-radius: 8px;
    padding: 15px;
}
.active_rodeo_picks_block h4{
    font-size: 16px;
    color: #fff;
}
.active_rodeo_picks_block h6{
    font-size: 14px;
    color: #9CA3AF;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 10px;
}
.news_Article_content p{
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.active_rodeo_picks_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.news_Article_quote{
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}
.news_Article_quote::before{
    content: '';
    width: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #E0B975;
}
.active_rodeo_picks_pic{
    margin-bottom: 10px;
}
.active_rodeo_picks_pic img{
    width: 100%;
    border-radius: 8px;
}
.make-picks{
    background: #18550A;
    color: #E0B975;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
}
.locked-picks{
    background: #4B5563;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
}
.live-picks{
    background: #DC2626;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
}
.news_Article_quote p{
    font-size: 24px;
    line-height: 32px;
    color: #E0B975;
    font-style: italic;
}
.news_Article_quote h6{
    font-size: 16px;
    line-height: 24px;
    color: #9CA3AF;
    font-weight: 400;
}
.news_Article_pic{
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.news_Article_pic img{
    border-radius: 8px;  
}
.news_Article_pic_cont p{
    font-size: 14px;
    line-height: 20px;
    color: #9CA3AF;
}
.yellow_text{
    color: #E0B975;
}
.trophy_icon{
    background: url("../img/icons/trophy_icon.svg") no-repeat 0 0;
    width: 27px;
    height: 24px;
    background-size: contain;
    display: block;
}
.news_Article_footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.news_Article_footer{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.article_share{
    display: flex;
    gap: 14px;
    align-items: center;
}
.fb_icon{
    background: url("../img/icons/fb_icon.svg") no-repeat 0 0;
    width: 14px;
    height: 14px;
    background-size: contain;
    display: block;
}
.mail_icon{
    background: url("../img/icons/mail_icon.svg") no-repeat 0 0;
    width: 14px;
    height: 14px;
    background-size: contain;
    display: block;
}
.back_btn{
    background: url("../img/icons/back-btn.svg") no-repeat 0 0;
    width: 19px;
    height: 14px;
    background-size: contain;
    display: block; 
}
.article_back{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E0B975;
}
.article_back:hover{
    color: #fff;
}
.article_share p{
    color: #fff;
    margin-bottom: 0;
    color: #9CA3AF;
}
.breadcrumb_links ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
    color: #fff;
}
.breadcrumb_links ul li{
    font-family: var(--secondary-font);
    color: #fff;
    position: relative;
    font-size: 14px;  
}
.breadcrumb_links ul li::before{
    content: '';
    width: 6px;
    height: 10px;
    background: url("../img/icons/breadcrumb-arrow.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: -14px;
}
.breadcrumb_links ul li:last-child::before{
    display: none;
}
.breadcrumb_links ul li a{
    font-size: 14px;
    color: #9CA3AF;
}
@media (max-width: 767px){
    .pr_news_banner_panel .pr_news_banner_cont h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .pr_news_banner_panel .pr_news_banner_cont p {
        font-size: 12px;
        line-height: 16px;
    }
    .pr_news_banner_panel .pr_news_banner_text{
        padding: 15px;
    }
    .active_rodeo_picks_grid{
        grid-template-columns: 1fr;
    }
    .pr_news_banner_tags{
        flex-direction: column;
        align-items: flex-start;
    }
}

/*---------------------------Rodeo Picks Design Fixings Starts--------------------------*/
.btn_Green,
.btn_Yellow{
    white-space: nowrap;
}
.view-picks-events-list .event-name::before{
    display: none;
}
.view-picks-events-list .event-name{
    padding: 0;
}
.view-picks-modal-content .view-picks-header{
    margin-top: 4px;
    align-items: flex-end;
    position: relative;
    padding-bottom: 20px;
}
.view-picks-modal-content .view-picks-header::before{
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -18px;
    right: -18px;
    bottom: 0;
}
.view-picks-events-list .event-name{
    gap: 12px;
    display: flex;
}
.view-picks-header .view-picks-logo{
    width: 64px;
    height: 64px;
    border-radius: 6px;
}
.view-picks-header .view-picks-logo img{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.view-picks-header .view-picks-share-btn{
    padding: 3px 9px;
}
.btn-pick{
    padding: 7px 16px !important;
    border: 1px solid #E0B975 !important;
    border-radius: 8px;
    color: #E0B975 !important;
}
.legend-icon-container{
    width: 28px !important;
    height: 28px !important;
}
.picked-status{
    background: #E0B975 !important;
    padding: 8px 14px !important;
}
.event-item.winner{
    border: 1px solid #E0B975 !important;
    background: #242424 !important;
    box-shadow: none !important;
}
.btn-pick.disabled{
    pointer-events: none;
}
.events-list-section .rider-avatar{
    width: 48px !important;
    height: 48px !important;
}
.event-item.undefined.winner{
    position: relative;
}
.event-item.undefined.winner .winner-status{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #E0B975;
    border-radius: 0 6px 6px 0;
    z-index: 1;
}
.winner-status .fas.fa-trophy{
    font-size: 22px !important;
    color: #242424 !important;
}
.event-item .event-info{
    padding-right: 10px;
}
.event-item.undefined.winner .winner-status::before{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAABOCAYAAADCQC3lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjFiNjVhNzliNCwgMjAyMi8wNi8xMy0yMjowMTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNGNTE5OTUwRjIxRDExRjBBQjA5RUIwMTQxNTQ0RTdDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNGNTE5OTUxRjIxRDExRjBBQjA5RUIwMTQxNTQ0RTdDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0Y1MTk5NEVGMjFEMTFGMEFCMDlFQjAxNDE1NDRFN0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y1MTk5NEZGMjFEMTFGMEFCMDlFQjAxNDE1NDRFN0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6wgoanAAAFfElEQVR42qRYO28jNxAmqbWl08N6rGxFsq2HLSt+xT7A1x6QLvkRV6e+LkD61NcFSJv8iKRN6tSpD7gqVxowkGony8eQw1nu2kBoGKvdJefFb74Zrtxut+L/DCmlAADx0/dfFwofvGToRfQ3/h/PBj+sFgdC0UmohSqgAurez8adHzt7LZFxrVwI3qMg+h5/355Phb5VL40NtZCP27PcXFXKBYxFUyxx/unh4O3FchiEUVdSwuss03O63ezPQXc/COMTUxZxRajsejPx6tRzsEhZhGHQ436bA6rI6AtuwXNxe/PmuHtJLMuaBHBBXPjnT49P+fCVnli+ZNDAydzaulhelZCQ0ky2G5BykQa4aXy1zd18YSYq7hLFGreEK8Cd1FMjYan04aMoCv98cdj77eSo7wMUuVkXpzrL1vODb1tKWieF1aBSk7nQFHPcXUwrylQq+M/tor6/PptEwQduGV9cZ+XJdPDd2fzAxtEEX6eSAJVaVJcRxhWlRD5u/9xpt0DPlGSNwglNhMgt02SIgTduuvmKcxe3kKeaZVaXjyX6DcaMq2Wic2rhLtEQ6PerVf9qtxzqB6UQnSou+jpuTRRDhaDLe0Xr72G/HRR7AVLW7iYvHHi9Xk/MjGBEcEelwJkCKQq/202jFYizKDfrgBsJ1rSzmkTvEWcCcVbHGnzMD3tPR5MOUBelSXILkEpBwR1MUdPletwNVoXARzGj4KQ0Q4Ovx+vtFGg+0njpkT1X0lCQtvhyk2tcWaAKKXgk1EtL3OKw/+tyVpIhcFpxOdAkjFt4ctR7l2UqnS1OcfbSxkUXD7BJCJT3afaqOvdoOhmm0GVNxDSN2NMJnxTGy50ep7Phu7PjA++PA5cAn+OsBtQRpL6O+nu/dDsZuNJtEeOsormiKJ7qUutmm0c7CAmMedbgjR6Hxp2p3KjJXnEDBEGbqosV3m/mo9VuOTZBxmcqsqqGgpKAlcXH0aBtgmziWv4VLsvQKqAtVdO4KsmQBkwKSfoLGWonJJiWp9E9kqFlfOAb4X7IF1lWdjpglpWiivKqpKaoAnycCbc1ssZi2vv4Rd719Qcpw9QAA3yfA6EI143t6WhphUcm2N1mwdHPGt18vTuU9bsdbbkxMmuCxvVm7BbFyc3x5fYHautm2RV+WM0HUG2xIEnZURHmi8pK9H4va0mX1cALSEgnQtuphsWd1ByuSki4xqQSDmahqutjy7ZJYnGSkYDQfyinzJ9QUi366bz3zfZkKKSvRAQCwrAA7mgcs1QP2++0f+93MzDumfeY0D4mbEehvjpdmRRycBWBemRy54Orya8H9xdTSati5CpLePqu0iDvdovpl0sEK2Idwq4R4THWCGugdf8+Pn7OR20fDxnKkfRwoFaLwGqqSjl5SGOmmVF+JeErOAvHZBIPWrWUhGrC2w4y7hzL//KYLMFjyomkCisKLAlU+KzMxz+Oy2MfhUPgMkmCrhUUENy37yNhm8XwbcucVmQMB+InMm0QLkXyiHh/kduWXEKklX/18IU6hTO/k+6bjm/opJKpQ6MtmkGKP6OjluNZ7/3aHfsoGip9hYuZJKwE/pjoHsxG3Q/t/VYUIks/QFp1AAGxlArT6sk357mQET5RCDkK+nWcBG1sfaLfnueJ/l5KGbmCNzwViGXL+fBhtxxFdBJ0FpBi2VALIO4cO/vqL/0NLAYBhPAnmhbgxyQUdrOZJCpUSGPSBYTTCYcLCrPJ7Y7IohpcSVoeQCqv1M1yAx4eFt2L9TidOnWNlomTqFR49c+nx6ej0Sv2wQN8yfe7ynktSnK7RpXFw++OdUGApImSah58xSIJX/4pfYyJAAlCPvvFtlK4Xam72eTJNrzpW1XUcxD4/CfAAAI7OgNZ2761AAAAAElFTkSuQmCC);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: block;
    top: 0;
    left: -23px;
    position: absolute;
    bottom: 0;
    width: 24px;
    z-index: -1;
}
.make-picks-modal-new-content .event-item{
    gap: 8px;
}
#legend-content .legend-icon-container.info-icon,
#legend-content .legend-icon-container.check-icon{
    background-color: transparent !important;
}
.legend-content{
    padding-top: 0 !important;
}
#legend-content .legend-item{
    padding: 5px 0;
}
.status-tags-section .status-tag{
    background: rgba(255, 255, 255, 0.14);
    padding: 4px 13px;
}
.rider-winner-text{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.49) !important;
}
.tie-breaker-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;    
}
.tie-breaker-section .tie-breaker-label{
    font-size: 16px;
    color: #000;
}
.tie-breaker-section .tie-breaker-code{
    font-size: 16px;
    font-weight: 700;
    color: #FF0000;
}
.rider-info .rider-name{
    font-size: 16px;
    color: #000 !important;
    font-weight: 400;
}
.view-picks-modal-content .tie-breaker-section{
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
}
@media(max-width: 767px){
}
/*---------------------------Rodeo Picks Design Fixings Ends--------------------------*/