:root {
    --primary-font: "Roboto", sans-serif;
    --secondary-font: "Montserrat", sans-serif;
}

body {
    font-family: var(--secondary-font) !important;
}

.top_Sponsor_Panel {
    font-family: var(--secondary-font);
    background-color: #252525;
    border-bottom: 1px solid #252525;
}

.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;
    overflow: hidden;
}

.link_Text_Grey {
    font-family: var(--secondary-font);
    color: #D1D5DB;
    font-size: 12px;
}

.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;
}

.profile_Icon {
    background: url("../images/icons/profile--icon.svg") no-repeat 0 0;
    width: 14px;
    height: 16px;
    display: block;
}

.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(--primary-font);
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    transition: all 0.3s ease-in;
    position: relative;
    white-space: nowrap;
    gap: 4px !important;
    display: flex;
    align-items: center;
}

.main_Navbar .navbar-nav li a img {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.main_Navbar .navbar-nav li a.active,
.main_Navbar .navbar-nav li a:hover {
    color: #E0B975 !important;
    background: #252525;
    border-radius: 7px;
    font-weight: 600;
}

.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;
}

.team_Dropdown {
    background: #E0B975 !important;
    color: #000;
    font-size: 14px !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
}

.team_Dropdown:hover {
    color: #000;
}

.profile_Dropdown {
    font-size: 14px !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
}

.profile_Dropdown,
.profile_Dropdown:hover {
    background: transparent !important;
    border: none !important;
}

.cart_Link {
    font-size: 14px;
    color: #fff;
}

.cart_Icon {
    background: url("../images/cart.svg") no-repeat 0 0;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
}

.profile_Dropdown {
    border-radius: 0;
}

.profile_Dropdown.dropdown-toggle::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -2px;
}

.team_Dropdown.dropdown-toggle::after {
    content: '';
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -2px;
}

.team_Dropdown.dropdown-toggle:active {
    color: #000;
}

.nav_Red_Button {
    background-color: #F90101;
    padding: 3px 14px;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
}

.next_Rodeo {
    background: #E7E7E7D9;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 4px solid #1F2937;
}

.next_Rodeo_Inner .next_Rodeo_Label {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    white-space: nowrap;
}

.next_Rodeo_Inner .next_Rodeo_Marque .marquee {
    color: #BE2026;
    font-size: 16px;
    line-height: 1.1;
    padding-top: 4px;
    display: flex;
    align-items: center;
}

.next_Rodeo_Marque {
    flex-grow: 1;
}

.top_Banner {
    position: relative;
    min-height: 647px;
    margin-bottom: 10px;
}

.top_Banner>img {
    object-fit: cover;
    height: 647px;
    width: 100%;
    width: 100%;
    max-height: 647px;
    object-position: top;
}

.pfr_nfr_logo {
    position: absolute;
    top: 53px;
    left: 69px;
    z-index: 1;
}

.top_Banner_Content {
    position: absolute;
    left: 69px;
    bottom: 60px;
    z-index: 1;
}

.top_Banner_Content h1 {
    font-size: var(--primary-font);
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.top_Banner_Content h3 {
    font-family: var(--primary-font);
    font-size: 24px;
    line-height: 1.1;
    color: #E0B975;
    font-weight: 700;
    margin-top: 0;
}

.ad_Banner img {
    width: 100%;
}

.create_Team_Btn {
    border: 3px solid #d4b373;
    background-color: #584A33;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding: 11px 28px;
    border-radius: 13px;
    transition: all 0.3s ease-in;
    display: inline-flex;
    align-items: center;
}

.create_Team_Btn:hover {
    background-color: #493b25;
}

.more_Details_Btn {
    background-color: #fff;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    padding: 11px 28px;
    border-radius: 13px;
    transition: all 0.3s ease-in;
    display: inline-flex;
    align-items: center;
}

.more_Details_Btn:hover {
    background: #E0B975;
}

.meet_Champ_Panel {
    position: relative;
}

.meet_Champ_Panel img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.meet_Champ_Panel_Content {
    position: absolute;
    right: 50px;
    bottom: 75px;
    text-align: right;
    max-width: 350px;
}

.meet_Champ_Panel_Content h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #E0B975;
    font-weight: 700;
}

.meet_Champ_Panel_Content h4 {
    font-size: 21px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}

.prev_Winner_Btn {
    background: #E0B975;
    font-size: 24px;
    line-height: 1.1;
    color: #000;
    font-weight: 700;
    padding: 13px 15px;
    border-radius: 9px;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.prev_Winner_Btn:hover {
    background: #fff;
}

.ad_banner_Panel {
    position: relative;
    height: 248px;
    background: #000;
}

.ad_banner_Panel>img {
    object-fit: cover;
    height: 248px;
    opacity: 0.7;
}

.ad_banner_logo_Panel {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
}

.ad_banner_logo_text h4 {
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}

.ad_banner_btns {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.ad_banner_logo_text h6 {
    line-height: 1.1;
    color: #cfcbcb;
    font-weight: 400;
    font-size: 15px;
    opacity: 1;
}

.yellow_solid_btn {
    background: #E0B975;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-align: center;
    display: block;
    padding: 9px 20px;
    border-radius: 7px;
    transition: all 0.3s;
}

.yellow_solid_btn:hover {
    background: #bb9045;
}

.yellow_outline_btn {
    border: 1px solid #E0B975;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    padding: 9px 20px;
    border-radius: 7px;
    transition: all 0.3s;
}

.yellow_outline_btn:hover {
    background: #E0B975;
    color: #000;
}

.ad_banner_logo {
    width: 96px;
    flex-shrink: 0;
}

.my_Team_Drop_Menu {
    width: 276px;
    padding: 15px;
    border-radius: 0;
}

.my_Team_Menu h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.profile_Dropdown_Menu {
    border-radius: 0 !important;
}

.my_Team_Drop_Menu::before,
.profile_Dropdown_Menu::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    display: block;
    position: absolute;
    top: -8px;
    right: 10px;
}

.my_Team_Menu_Item {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    padding-left: 15px;
}

.my_Team_Menu_Item h5 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
}

.my_Team_Menu_Item h6 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 4px;
}

.yellow_solid_light_btn {
    background: #E0B97524;
    font-size: 12px;
    color: #A96F0A;
    display: block;
    padding: 5px 15px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 7px;
}

.yellow_solid_light_btn:hover {
    background: #d4af72;
    color: #fff;
}

.my_Team_Menu_Link {
    font-size: 14px;
    color: #A96F0A;
}

.my_Team_Menu_Link:hover {
    color: #252525;
}

.top_right_btns_Mob {
    display: none !important;
}

.sign_In_Icon {
    background: url("../images/sign-in-icon.svg") no-repeat 0 0;
    background-size: cover;
    width: 17px;
    height: 17px;
    display: block;
    flex-shrink: 0;
}

.sign_In_Btn {
    font-family: var(--primary-font);
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.for_mob {
    display: none !important;
}

.sponsor-panel .owl-carousel .owl-nav button.owl-next span::before {
    content: '';
    background: url("../images/slider-arrow-2.svg") no-repeat 0 0;
    background-color: transparent !important;
    color: #000;
    width: 12px;
    height: 13px;
    background-size: contain;
    display: block;
}

.sponsor-panel .owl-carousel .owl-nav button.owl-next {
    background-color: transparent !important;
}

.sponsor-panel .owl-carousel .owl-nav button.owl-prev span::before {
    content: '';
    background: url("../images/slider-arrow-2.svg") no-repeat 0 0;
    background-color: transparent !important;
    color: #000;
    width: 12px;
    height: 13px;
    background-size: contain;
    display: block;
    transform: rotate(180deg);
}

.sponsor-panel .owl-carousel .owl-nav button.owl-prev {
    background-color: transparent !important;
}

.adult-block {
    margin-bottom: 0 !important;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid !important;
}

.sponsor-panel {
    padding-left: 25px;
    padding-right: 25px;
}

.sponsor-panel .owl-carousel {
    margin-bottom: 25px;
}

.sponsor-panel .owl-carousel.owl-drag .owl-item {
    display: flex;
    align-items: center;
    min-height: 125px;
}

.sponsor-panel .section-heading {
    display: none !important;
}

.rodeo-jackets-wide .red-btn {
    width: 100%;
    text-align: center;
}

.main_Navbar .navbar-nav .nav-menu .linkcls {
    display: flex;
    gap: 8px !important;
}

.main_Navbar .navbar-nav .nav-menu .linkcls:hover {
    background-color: transparent !important;
    color: #E0B975 !important;
}

.pfr-dropdown-item:hover,
.pfr-dropdown-item:focus {
    background-color: #000 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

.profile_Dropdown_Menu .dropdown-item.linkcls {
    display: flex;
    gap: 8px !important;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.my_Team_Menu_Scroll {
    overflow: auto;
    margin-bottom: 10px;
    max-height: 380px;
}

.my_Team_Menu_Scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.my_Team_Menu_Scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.my_Team_Menu_Scroll::-webkit-scrollbar-thumb {
    background: #BE2026;
}

/* Handle on hover */
.my_Team_Menu_Scroll::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.game-option-wrap {
    border: none !important;
}

.team-wrapper.pb-5 {
    padding-bottom: 0 !important;
}

.btn-wrap-nw {
    display: flex;
    align-items: center;
}

.btn-wrap-nw button {
    margin: 0 !important;
    border-radius: 4px !important;
    height: 48px !important;
    font-weight: 700 !important;
}

.accordion.prize-challange-accordian-panel .accordion-header .accordion-button {
    text-transform: uppercase;
    background-color: transparent !important;
    font-weight: 800;
    padding: 0;
}

.accordion.prize-challange-accordian-panel .create-team-flds {
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.accordion-body .btn-wrap-nw {
    margin-top: 20px;
}

.form-check-input {
    border: 1px solid #c1c1c1 !important;
}

.disclam-check-box .form-check-input {
    width: 20px !important;
    height: 20px !important;
}

.tie-breaker-block .accordion__panel {
    padding-top: 0 !important;
}

.disclam-check-box {
    padding-top: 15px;
    padding-bottom: 6px;
}

.exclusive_inside .red-btn,
.rodeo-jackets-cont .red-btn {
    font-size: 13px !important;
    padding: 9px 32px !important;
    height: 39px !important;
    border-radius: 4px !important;
    text-transform: none !important;
}

.ad_banner_Panel {
    position: relative;
    z-index: 0;
}

.ad_banner_Panel::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 100%);
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    z-index: 1;
}

.create-team-league-join-wrapper {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    color: #8E9196;
    border-radius: 7px;
}

.create-team-league-join-content {
    display: flex;
}

.create-team-league-join-text {
    width: 60%;
    min-height: 290px;
}

.create-team-league-join-text h2 {
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.create-team-league-join-pic {
    width: 40%;
}

.create-team-league-join-pic img {
    max-width: 100%;
}

.create-team-league-note {
    background: rgba(255, 255, 255, 0.2);
    color: #E0B975;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 15px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.create-team-league-join-bottom-content {
    display: flex;
    gap: 50px;
    position: relative;
}

.create-team-league-join-bottom-content::before {
    content: '';
    width: 1px;
    background-color: rgba(255, 255, 255, 0.21);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
}

.create-team-league-join-bottom-content h3 {
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.create-team-league-join-bottom-left,
.create-team-league-join-bottom-right {
    flex: 1;
}

.create-team-league-join-buttons {
    display: flex;
    width: 100%;
    gap: 50px;
    position: relative;
}

.create-team-league-join-buttons .create-league-button,
.create-team-league-join-buttons .join-league-button {
    flex: 1;
}

.block-item .blockwrapper p img {
    width: 100%;
}

.logo.linkcls img {
    max-height: 42px;
}

.my_Team_Menu_Item_Block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.top_right_btns_Desktop .dropdown-menu {
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.25);
}

.create-league-button .btn-red {
    background: #BE2026 !important;
    border-color: #BE2026 !important;
    border-radius: 4px !important;
    color: #fff;
    font-size: 14px;
    padding: 11px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.create-league-button .btn-red:hover {
    background: #ed0c1f !important;
    border-color: #ed0c1f !important;
}

.join-league-button {
    position: relative;
}

.join-league-button .form-control {
    border-radius: 0 !important;
    background: #fff !important;
    padding: 10px 12px !important;
    font-size: 16px !important;
    color: #000 !important;
}

.join-league-button .btn-red {
    background: #BE2026 !important;
    border-color: #BE2026 !important;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.join-league-button .btn-red:hover {
    background: #000 !important;
    border-color: #000 !important;
}

.league-modal-wrapper .league-code-input {
    border: none !important;
}

.rfm-marquee-container {
    overflow-y: hidden !important;
}

.cart_Link {
    white-space: nowrap;
}

.create-team-league-join-header {
    background: #EBE9E7;
    margin: -32px;
    margin-top: -36px;
    padding: 30px;
    margin-bottom: 15px;
}

.create-team-league-join-header h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 400 !important;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}

.create-team-league-join-header h2 b {
    font-weight: 700;
}

.modal-content .cross-icon {
    right: 16px !important;
    top: 14px !important;
}

.profile_Dropdown_Menu li {
    border-bottom: 1px solid #dfdfdf;
}

.profile_Dropdown_Menu li:last-child {
    border-bottom: none;
}

.accordion.prize-challange-accordian-panel .nav-link {
    position: relative;
    border-right: 1px solid #E8E8E8 !important;
    border-bottom: none !important;
}

.accordion.prize-challange-accordian-panel .nav-link.active {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 0;
}

.accordion.prize-challange-accordian-panel .nav-link.active::before {
    content: '';
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #BE2026;
    display: block;
}

.alert-block.alert-danger p {
    color: #BE2026 !important;
}

.tie-breaker-block .create-team-flds {
    background-color: #fff !important;
    padding: 0 !important;
}

.create-team-flds.select-game-card {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
}

.create-team-league-join-wrapper+.btn-wrap-nw {
    margin-top: 30px;
}

.yellow-btn {
    background: #E0B975;
    color: white;
    font-size: 0.8771929825rem;
    padding: 0.7692307692rem 2rem;
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.3s;
    border: none;
    white-space: nowrap;
}

.yellow-btn:hover {
    background: #f5bb56;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(195, 153, 26, 0.9);
}

#accordion__panel-a,
#accordion__panel-b,
#accordion__panel-c,
#accordion__panel-d,
#accordion__panel-e {
    padding-top: 0 !important;
}

#accordion__panel-a .tie-breaker-block.mt-4,
#accordion__panel-b .tie-breaker-block.mt-4,
#accordion__panel-c .tie-breaker-block.mt-4,
#accordion__panel-d .tie-breaker-block.mt-4,
#accordion__panel-e .tie-breaker-block.mt-4 {
    margin-top: 0 !important;
}

#accordion__panel-b .tie-breaker-content {
    padding-top: 0 !important;
}

.prize-challange-wrapper .prize-challenge-card .prize-image img {
    max-width: none !important;
    width: 208px !important;
    object-fit: cover;
    max-height: none !important;
}

.prize-challenge-card .card-body .badge.bg-danger {
    background-color: transparent !important;
    color: #FF0000 !important;
    font-size: 16px;
    font-weight: 700;
}

.athlete-selection-tabs .legends-info-panel {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 0;
}

.legend-icon.completed .fa.fa-check-circle::before {
    background: url(../images/team-checked.svg) no-repeat center;
    width: 16px;
    height: 16px;
    font-size: 0;
    display: block;
    font-size: 0;
}

.legend-icon.not-completed .fa.fa-circle::before {
    background: url(../images/team-unchecked.svg) no-repeat center;
    width: 16px;
    height: 16px;
    font-size: 0;
    display: block;
    font-size: 0;
}

.tie-breaker-heading h4 {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.tie-breaker-heading h6 {
    font-size: 12px !important;
    font-weight: 500;
    margin-bottom: 0;
}

h2.details_title {
    font-size: 22px;
    line-height: 1.5;
}

.news-detail-page h2.details_title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.detailpage_image {
    padding: 20px 0 0 0;
    margin: 0;
}

.news-navigation .nav-news-image {
    width: 50px;
    height: 50px;
}

.news-navigation .nav-news-card {
    padding: 16px;
}

.create-team-btns-panel.btn-wrap-nw .black-btn i,
.create-team-btns-panel.btn-wrap-nw .red-btn i,
.create-team-btns-panel.btn-wrap-nw .regen-btn i {
    display: block !important;
}

.logo_Inner_Panel .navbar {
    flex-grow: 1;
}

.pick-pick-tabs-nav {
    display: flex;
    flex-wrap: wrap;
}

.heat-tabs-nav .event-tab {
    /* margin-bottom: 15px; */
    padding: 8px 20px;
    font-size: 13px;
}

/* .heat-tabs-nav .event-tab .tab-status-icon{
    display: none;
} */
.legends-icon {
    background-color: #BE2026 !important;
}

.heat-tab-pane .athletes-grid {
    grid-template-columns: repeat(4, 1fr);
}

.selection-instruction .legends-icon {
    border-radius: 100px;
}

.athlete-selection-tabs .athlete-info .athlete-name,
.athlete-name {
    flex-direction: column;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.status-badge.scratched {
    margin-left: 0 !important;
    color: #000 !important;
    line-height: 11px;
}

.pick-tab-pane .athletes-grid {
    grid-template-columns: repeat(4, 1fr);
}

.pick-tab-pane .athlete-card {
    /* max-width: 300px; */
    max-width: 242px;
}

.heat-tabs-content .pick-pick-tabs-nav {
    padding: 0;
}

.heat-tabs-content .tie-breaker-block h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.heat-tabs-content .status-badge.selected {
    background-color: #22c55e;
    color: #222;
    display: inline-flex;
    margin-left: 0;
}

.create-team-modal .game-option-team {
    font-size: 13px;
    display: flex;
    gap: 5px;
    text-align: left;
}

.athlete-event {
    text-align: left;
    font-size: 13px;
}

.pfr-live-heading {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
}

.pfr-live-heading img {
    width: 29px;
}

.pick-tab-pane .athlete-name {
    flex-direction: column;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.event-tabs-nav .event-tab {
    margin-bottom: 0;
    flex-shrink: 0;
}

.tie-breaker-block h6 {
    padding-bottom: 10px;
}

label.form-label.text-muted.mb-2.step-form-label {
    text-align: left;
}

.apply-code-fld .form-control {
    color: #000;
}

.create-team-modal .team-name-fld .form-control::placeholder {
    font-style: italic;
    font-family: "Inter", sans-serif;
    color: #00000099;
}

label.form-label.text-muted.mb-2.step-form-label {
    font-weight: 700;
}

.legends-info-panel {
    border: none !important;
    border-radius: 0 !important;
}

.black-btn,
.red-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 25px;
    border-radius: 4px !important;
}

.red-btn .arrow-next-w {
    margin-left: 0 !important;
}

.black-btn .arrow-prev-w {
    background-position: 50%;
    width: 16px;
    height: 16px;
}

.tie-breaker-content .tie-breaker-subtitle {
    font-size: 12px;
    font-weight: 500;
}

.payment-modal h2 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.disclam-check-box label {
    position: relative;
    top: 3px;
}

.flex-col-mob.btn-wrap-nw .yellow-btn {
    color: #000;
    font-weight: 700;
}

.btn-wrap-nw button {
    font-weight: 700;
}

.accordion.prize-challange-accordian-panel .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.create-team-flds.d-flex.gap-2.mt-4.sponsor-type-committee .select-game-fld .form-control,
.create-team-flds.d-flex.gap-2.mt-4.sponsor-type-committee .team-name-fld .form-control {
    height: 48px;
    border-radius: 0 !important;
}

.create-team-flds.d-flex.gap-2.mt-4.sponsor-type-committee .select-game-fld .form-control:focus,
.create-team-flds.d-flex.gap-2.mt-4.sponsor-type-committee .team-name-fld .form-control:focus {
    border: 1px solid #BE2026 !important;
}

.create-team-flds.d-flex.gap-2.mt-4.sponsor-type-committee .select-game-fld .form-control::placeholder,
.create-team-flds.d-flex.gap-2.mt-4.sponsor-type-committee .team-name-fld .form-control::placeholder {
    color: #00000099 !important;
    font-style: italic;
}

.insurancer-label span {
    color: #BE2026;
    font-weight: 800;
}

.prize-challange-accordian-panel p {
    color: #374151;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.4;
}

.react-confirm-alert .dark-button,
.react-confirm-alert .red-button {
    border-radius: 4px !important;
}

.top-builds-btns .red-btn,
.top-builds-btns .black-btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 48px;
}

.custom-tab-panel .nav-item:last-child .nav-link {
    border-right: none !important;
}

.payment-modal .black-btn,
.finding-team-modal .black-btn {
    font-weight: 700;
    height: 48px;
    font-size: 14px;
}

.payment-modal .red-btn {
    padding: 16px 24px !important;
}

.disclam-check-box {
    margin-bottom: 14px !important;
}

.disclam-check-box label {
    color: #000;
    opacity: 0.7;
    line-height: 20px !important;
    font-size: 14px !important;
}

.form-group>.text-red {
    margin-bottom: 14px;
}

.dark-button,
.red-button {
    border-radius: 4px !important;
}

.dark-button:hover {
    background: #000;
}

.red-button:hover {
    background: #ed0c1f;
}

.exclusive_inside .red-btn {
    height: 40px !important;
    justify-content: center;
    font-size: 13px !important;
}

.exclusive_inside .form-control {
    border-radius: 4px !important;
}

.insights-modal .modal-body .insights-modal-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-bts-panel .regen-btn {
    border-radius: 4px;
}

.mb-2.my_Team_Menu_Item.mb-3>div {
    margin-bottom: 12px;
}

.athlete-card .riders-info .fa::before {
    background: url(../images/info-red.svg) no-repeat center;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IiNCRTIwMjYiLz4KPHBhdGggZD0iTTEyIDE1Ljk0OTJWMTEuOTQ5Mk0xMiA3Ljk0OTIySDEyLjAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)!important; */
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    background-position: center center;
}

.athlete-card.selected .riders-info .fa::before {
    background: url(../images/info-grey.svg) no-repeat center;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IiNFREVERUQiLz4KPHBhdGggb3BhY2l0eT0iMC4zIiBkPSJNMTIgMTUuOTQ5MlYxMS45NDkyTTEyIDcuOTQ5MjJIMTIuMDEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) !important; */
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    background-position: center center;
}

.athlete-selection-tabs .legends-icon {
    border-radius: 4px !important;
}

span.text-elipsis-btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.tie-breaker-block h4.athlete-name {
    font-size: 14px !important;
    text-transform: unset !important;
}

.tie-team-btns-panel {
    justify-content: flex-end;
}

.tie-team-btns-panel .black-btn.w-100,
.tie-team-btns-panel .red-btn.w-100 {
    width: auto !important;
}

.create-team-modal .tie-team-btns-panel .black-btn {
    background: #39ae5b !important;
    height: 45px !important;
    color: #ffffff !important;
    text-transform: none !important;
}

.create-team-modal .tie-team-btns-panel .red-btn {
    background: rgba(190, 32, 38, 0.14) !important;
    height: 45px !important;
    color: #BE2026 !important;
    text-transform: none !important;
    margin: 0;
}

.tie-team-btns-panel .red-btn .arrow-next-w {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDYgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjQ4MTM3IDEwLjg2NTJMNS4yODkwNiA1LjY3MjkzTDAuNDgxMzY5IDAuNDgwNjIiIHN0cm9rZT0iI0JFMjAyNiIgc3Ryb2tlLXdpZHRoPSIwLjk2MTUzOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) !important;
}

.tie-team-btns-panel .black-btn .arrow-prev-w {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDYgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjI4ODE2IDEwLjg2NTJMMC40ODA0NjkgNS42NzI5M0w1LjI4ODE2IDAuNDgwNjIiIHN0cm9rZT0iIzAxMDEwMSIgc3Ryb2tlLXdpZHRoPSIwLjk2MTUzOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) !important
}

.athletes-container .news-header {
    margin-left: -15px;
    margin-right: -15px;
}

.winner-story-wrap .news-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .ad_banner_logo_text h4 {
        font-size: 22px;
        line-height: 1.1;
    }

    .more_Details_Btn,
    .create_Team_Btn {
        font-size: 24px;
    }

    .video-wrap h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .athletes-container .athletes-grid.athlet-list-grid .athlete-card {
        flex-direction: row;
    }

    .create-team-btns-panel.btn-wrap-nw {
        flex-wrap: wrap;
    }

    .modal-footer .dark-button,
    .modal-footer .red-button {
        border-radius: 4px !important;
    }

    .create-team-league-note {
        flex-direction: column;
    }

    .apply-code-fld .form-control {
        font-size: 14px;
    }

    .apply-code-fld-wrapper .apply-code-fld {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .accordion.prize-challange-accordian-panel .nav-link {
        font-size: 13px !important;
    }

    .pfr-live-heading img {
        max-width: 36px;
    }

    .heat-tab-pane .athletes-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .logo_Inner_Panel .navbar {
        flex-grow: 0;
    }

    .team-winnings-input .input-group {
        max-width: none;
    }

    .prize-challange-wrapper .prize-challenge-card .prize-image img {
        width: 100% !important;
    }

    ul.dropdown-menu.dropdown-menu-end.profile_Dropdown_Menu.show {
        right: -163px;
        left: auto !important;
        transform: translateX(0);
        top: 0px;
    }

    .profile_Dropdown_Menu::before {
        right: auto;
        left: -13px;
        transform: rotate(-96deg);
        top: 6px;
    }

    .create-team-league-join-bottom-content {
        flex-direction: column;
        gap: 16px;
    }

    .create-team-league-join-bottom-content::before,
    .create-team-league-join-buttons::before {
        display: none;
    }

    .create-team-league-join-buttons {
        flex-direction: column;
    }

    .create-team-league-join-content {
        flex-direction: column-reverse;
    }

    .create-team-league-join-pic,
    .create-team-league-join-text {
        width: 100%;
    }

    .create-team-league-join-buttons {
        gap: 16px;
    }

    .create-team-league-join-bottom-content {
        margin-top: 0;
    }

    .my_Team_Menu_Scroll {
        /* max-height: 600px; */
        max-height: 68vh;
    }

    .navbar-nav .nav-menu {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    ul.dropdown-menu.pfr-dropdown-menu {
        position: absolute !important;
        top: 41px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .copyright-mob p {
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.5);
    }

    .desktop-rodeo-jackets {
        display: block !important;
        margin-left: -12px;
        margin-right: -12px;
    }

    .for_mob {
        display: flex !important;
    }

    .main_Navbar .navbar-nav {
        margin-left: 15px;
        margin-right: 15px;
    }

    .top_Banner_Content h1 {
        font-size: 22px;
        padding: 0;
    }

    .top_Banner_Content {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 25px;
    }

    .top_Banner_Content h3 {
        font-size: 14px;
        font-weight: 400;
    }

    .create_Team_Btn,
    .more_Details_Btn {
        font-size: 19px;
        padding: 7px 17px;
    }

    .meet_Champ_Panel img {
        height: 185px;
    }

    .meet_Champ_Panel_Content {
        right: 20px;
        bottom: 58px;
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .left_Panel .rodeo-jackets-panel .rodeo-jackets-cont h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .meet_Champ_Panel_Content h2 {
        font-size: 26px;
        max-width: 150px;
        text-align: right;
    }

    .meet_Champ_Panel_Content h4 {
        font-size: 14px;
        line-height: 1.1;
        color: #fff;
        font-weight: 700;
        margin-bottom: 12px !important;
    }

    .prev_Winner_Btn {
        background: #E0B975;
        font-size: 14px;
        color: #000;
        font-weight: 700;
        padding: 9px 12px;
        border-radius: 4px;
        display: inline-block;
        transition: all 0.3s ease-in;
    }

    .logo {
        width: 150px;
        flex-shrink: 0;
    }

    .logo img {
        width: 150px;
    }

    .team_Dropdown,
    .profile_Dropdown {
        font-size: 11px !important;
    }

    .cart_Link {
        white-space: nowrap;
        font-size: 20px !important;
    }

    .navbar-toggler {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 40px;
        padding: 0 !important;
    }

    .top_right_btns {
        gap: 7px !important;
    }

    .navbar {
        order: 3;
    }

    .top_right_btns {
        order: 2;
    }

    .navbar-collapse {
        flex-grow: 1;
        flex-basis: 100%;
        align-items: center;
        position: absolute;
        background: #be2026;
        top: 34px;
        left: auto;
        right: -12px !important;
        width: 100vw;
        z-index: 9;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main_Navbar .navbar-nav li a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main_Navbar .navbar-nav li a.active {
        color: #E0B975;
    }

    .navbar-nav {
        border-bottom: 1px solid rgba(255, 255, 255, 0.33);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .top_right_btns_Mob {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top_right_btns_Desktop {
        display: none !important;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: url("../images/cross.png") no-repeat 0 0;
        width: 15px;
        height: 15px;
    }

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: 0;
        transform: translateX(-50%);
        background: #fff;
        transform: translateX(-50%);
    }

    .my_Team_Drop_Menu::before,
    .profile_Dropdown_Menu::before {
        right: 70px;
    }

    .dropdown-item {
        color: #000;
    }

    .blockwrapper img {
        width: 100%;
    }

    .footer .col-sm-3:nth-child(1) {
        width: 100% !important;
    }

    .footer .col-sm-3:nth-child(2),
    .footer .col-sm-3:nth-child(3),
    .footer .col-sm-3:nth-child(4) {
        width: 33% !important;
    }

    .footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .sponsor-panel .owl-carousel .owl-nav button.owl-prev,
    .sponsor-panel .owl-carousel .owl-nav button.owl-next {
        background-color: #BE2026 !important;
    }

    .sponsor-panel .owl-carousel .owl-nav button.owl-prev span::before,
    .sponsor-panel .owl-carousel .owl-nav button.owl-next span::before {
        display: none;
    }

    .sponsors-carousel .owl-nav {
        position: relative;
        top: auto;
        transform: translateY(0);
        justify-content: center;
        left: 0 !important;

    }
}

/* PFR Menu Dropdown Styles - Matching Red Design */
.pfr-menu-dropdown .pfr-menu-link {
    color: #ffffff !important;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.pfr-menu-dropdown .pfr-menu-link:hover,
.pfr-menu-dropdown .pfr-menu-link:focus,
.pfr-menu-dropdown .pfr-menu-link.show {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.pfr-dropdown-menu {
    background-color: #dc2626 !important;
    /* Red background matching the design */
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 0 !important;
    min-width: 200px;
    margin-top: 0 !important;
}

.pfr-dropdown-item {
    color: #ffffff !important;
    padding: 12px 16px !important;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: block;
}

.pfr-dropdown-item:hover,
.pfr-dropdown-item:focus {
    background-color: #000 !important;
    color: #ffffff !important;
}

.pfr-dropdown-item:last-child {
    border-bottom: none;
}

.pfr-menu-dropdown .menu-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Dropdown arrow styling */
.pfr-menu-dropdown .dropdown-toggle::after {
    color: #ffffff;
    margin-left: 8px;
}

/* Ensure dropdown shows properly */
.pfr-menu-dropdown:hover .pfr-dropdown-menu,
.pfr-menu-dropdown.show .pfr-dropdown-menu {
    display: block;
}

/* Mobile responsive adjustments */
@media (max-width: 991px) {
    .pfr-dropdown-menu {
        position: static !important;
        background-color: rgba(220, 38, 38, 0.95) !important;
        box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .pfr-dropdown-item {
        padding: 10px 20px !important;
    }
}

/* Active Menu States */
.nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
}

.pfr-menu-link.active {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

.dropdown-item.active {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

.pfr-dropdown-item.active {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

/* Athletes Section Styles */
.athletes-container {
    /* background-color: #f8f9fa; */
    padding: 32px 24px;
    border-radius: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.athletes-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
}

.athletes-filter-tabs {
    display: flex;
    background-color: #e9ecef;
    border-radius: 6px;
    padding: 2px;
    gap: 2px;
}

.filter-tab {
    padding: 8px 16px;
    border: none;
    background: transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-tab.active {
    background-color: #fff;
    color: #212529;
    box-shadow: none;
    font-weight: 500;
}

.filter-tab:hover:not(.active) {
    color: #495057;
}

.athletes-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.athlete-card {
    border-radius: 8px;
    padding: 5px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid transparent;
    /* width: 280px; */
    width: 100%;
    text-align: center;
    flex-shrink: 0;
}

.athlete-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.athlete-rank {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #BE2026, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.rank-number {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.athlete-avatar {
    /* margin-bottom: 16px; */
    display: flex;
    justify-content: center;
}

.athlete-avatar img {
    width: 72px;
    height: 72px;
    border-radius: 0;
    object-fit: cover;
    /* border: 3px solid #fff; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.athlete-status {
    margin-bottom: 0;
}

.rookie-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 3px 8px;
    background-color: #28a745;
    color: #fff;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

.rookie-icon {
    font-size: 12px;
}

.athlete-info {
    text-align: center;
}

.athlete-name {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
    line-height: 1.2;
}

.athlete-earnings {
    margin-bottom: 16px;
}

.earnings-label {
    display: block;
    color: #6c757d;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.earnings-amount {
    display: block;
    color: #BE2026;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2px;
}

.earnings-secondary {
    display: block;
    color: #202020;
    font-size: 16px;
    font-weight: 500;
}

.athlete-achievements {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.achievement-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 140px;
}

.achievement-badge.nfr-qualifications {
    background-color: #ffc107;
    color: #212529;
}

.achievement-badge.world-champion {
    background-color: #BE2026;
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .athletes-container {
        padding: 20px 16px;
    }

    .top_Banner>img {
        height: 266px;
    }

    .athletes-grid {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .athlete-card {
        width: 100%;
        max-width: 320px;
    }

    .athletes-header {
        justify-content: center;
    }

    .athletes-filter-tabs {
        width: 100%;
        max-width: 280px;
    }

    .join-league-button .btn-red {
        padding: 6px 11px;
        top: 3px;
        right: 2px;
    }

    .create-team-league-join-bottom-left {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 25px;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .athlete-name {
        font-size: 16px;
    }

    .earnings-amount {
        font-size: 18px;
    }

    .athlete-avatar img {
        width: 60px;
        height: 60px;
    }

    .athlete-card {
        padding: 16px;
    }
}

/* News Section Styles */
.news-section {
    background-color: #fff;
    padding: 16px 0;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0.77rem;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 20px;
}

.news-title {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-section .news-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 12px;
}

.all-news-link {
    color: #6c757d;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 7px;
    padding: 3px 10px;
}

.all-news-link:after {
    background: url("../images/more-arrow.svg") no-repeat 0 0;
    background-size: contain;
    width: 10px;
    height: 9px;
    content: "";
    font-size: 16px;
    display: block;
}

.all-news-link:hover {
    color: #BE2026;
    text-decoration: none;
}

.news-grid {
    display: flex;
    gap: 20px;
    padding: 0 20px;
    justify-content: space-between;
}

.news-card {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e9ecef;
    max-width: 360px;
}

.news-card:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); */
}

.news-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-image:hover img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
}

.news-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-title a {
    color: #212529;
    text-decoration: none;
}

.news-card-title a:hover {
    color: #BE2026;
    text-decoration: none;
}

.news-description {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-timestamp {
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.news-timestamp::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/time-icon.svg) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    margin-right: 0;
}

.fam-magazine .exclusive_inside h3 {
    font-size: 20px;
    font-weight: 800;
    color: #B89B67;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 10px;
}

.video-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.video-wrap h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.video-icon {
    background: url("../images/live-fill.svg") no-repeat 0 0;
    background-size: contain;
    width: 25px;
    height: 26px;
    display: inline-block;
    flex-shrink: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .dropdown-menu.dropdown-menu-end.my_Team_Drop_Menu {
        background: #E0B975 !important;
        position: fixed;
        top: 89px;
        left: 0;
        right: 0;
        transform: translate(0);
        width: 100%;
    }

    .dropdown-menu.dropdown-menu-end.my_Team_Drop_Menu::before {
        display: none !important;
    }

    .my-team-menu-back {
        background-color: #BE2026;
        border-radius: 7px;
        color: #fff;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 5px 15px;
    }

    .back-icon {
        background: url("../images/more-arrow.svg") no-repeat 0 0;
        background-size: contain;
        width: 8px;
        height: 14px;
        display: inline-block;
        margin-right: 8px;
        transform: rotate(180deg);
        filter: invert(1);
    }

    .my_Team_Menu {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 10px;
    }

    .my_Team_Menu h4 {
        font-size: 24px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .my_Team_Menu_Item h5 {
        font-size: 18px;
    }

    .yellow_solid_light_btn {
        background: rgba(255, 255, 255, 0.28);
        font-size: 14px;
        color: #202020;
        display: block;
        padding: 5px 15px;
        text-align: center;
        transition: all 0.3s;
        border-radius: 7px;
    }

    .my_Team_Menu_Item h5 {
        font-size: 18px;
        font-weight: 400;
    }

    .my_Team_Menu_Item h6 {
        font-size: 14px;
    }

    .yellow_solid_light_btn {
        color: #000;
        font-size: 14px;
    }

    .my_Team_Menu_Link {
        font-size: 24px;
        color: #ffffff;
        font-weight: 700;
    }

    .top_Banner {
        position: relative;
        height: 266px;
        overflow: hidden;
        min-height: unset !important;
        margin-left: -13px;
        margin-right: -13px;
    }

    .news-section {
        padding: 20px 0;
        margin-top: 15px;
    }

    .news-header {
        padding: 0 16px;
    }

    .news-grid {
        flex-direction: column;
        gap: 16px;
        padding: 0;
    }

    .news-card {
        max-width: 100%;
    }

    .news-image {
        height: 180px;
    }

    .news-content {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .news-title {
        font-size: 16px;
    }

    .news-card-title {
        font-size: 15px;
    }

    .news-description {
        font-size: 13px;
    }

    .news-image {
        height: 160px;
    }
}

/* Create Team Modal Styles */
.create-team-modal .modal-dialog {
    max-width: 1400px !important;
    margin: 1rem auto;
}

.create-team-modal .modal-content {
    /* border-radius: 12px; */
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.create-team-modal .white-box,
.create-team-modal #step-1 {
    padding: 0 !important;
    box-shadow: none !important;
}

.create-team-modal .page-title {
    background: #e7e7e7;
}

.create-team-modal .modal-content .modern-breadcrumb {
    background: #e7e7e7;
}

.create-team-modal .page-title h3 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.create-team-modal .team-name-fld .form-control {
    background-color: #F6F6F6 !important;
    border: 1px solid #F6F6F6 !important;
}

.create-team-modal .create-team-flds {
    background: #f6f6f6;
    padding: 15px;
}

.create-team-modal .game-option-card {
    border: none !important;
    background-color: transparent !important;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px !important;
}

.create-team-modal .game-option-card img {
    width: 44px;
    object-fit: contain;
}

.create-team-modal .game-option-card h4 {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-bottom: 4px;
}

.create-team-modal .game-option-card.active {
    border: 1px solid #BE2026 !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: 0px 4px 10px rgba(190, 32, 38, 0.12);
}

.create-team-modal .red-btn {
    background: #BE2026 !important;
    border-color: #BE2026 !important;
    margin-bottom: 15px;
    border-radius: 4px !important;
}

.create-team-modal .red-btn+p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.60);
}

.create-team-modal .red-btn+p .text-red {
    color: #ff0000 !important;
    font-weight: 600;
}

.create-team-modal .modal-header {
    color: #000;
    border-bottom: none;
    padding: 20px 30px;
    background-color: #E7E7E7;
}

.create-team-modal .modal-header h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.create-team-modal .modal-header .close {
    color: white;
    opacity: 0.8;
    font-size: 28px;
    text-shadow: none;
}

.create-team-modal .btn-close {
    width: 14px !important;
    height: 14px !important;
    background-size: cover;
    padding: 0;
}

.create-team-modal .modal-header .close:hover {
    opacity: 1;
}

.create-team-modal .modal-body {
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
}

.create-team-modal .container {
    max-width: 100% !important;
    padding: 20px;
}

.create-team-modal .page-title {
    text-align: center;
    padding: 20px 0;
    background: #e7e7e7;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.create-team-modal .page-title h1 {
    color: #BE2026;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.create-team-modal .page-title h3 {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
    text-transform: unset;
    padding-left: 20px;
    padding-right: 20px;
}

/* Make the modal more responsive */
@media (max-width: 1200px) {
    .create-team-modal .modal-dialog {
        max-width: 95% !important;
        margin: 0.5rem auto;
    }
}

@media (max-width: 768px) {
    .create-team-modal .modal-dialog {
        max-width: 100% !important;
        margin: 0;
        height: 100vh;
    }

    .create-team-modal .modal-content {
        border-radius: 0;
        height: 100vh;
    }

    .create-team-modal .modal-body {
        max-height: calc(100vh - 80px);
    }
}

.gal-logo {
    max-width: 242px;
}

/* Create Team Step 1 Styles - Pixel Perfect Match */
#step-1 {
    padding: 40px !important;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#step-1 .sub-page-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#step-1 .content-text {
    font-size: 14px;
    color: #666666;
    margin-bottom: 24px;
    line-height: 1.5;
}

.create-team-flds {
    margin-bottom: 32px !important;
}

.create-team-flds .select-game-fld,
.create-team-flds .team-name-fld {
    flex: 1;
}

.create-team-flds .form-control {
    height: 48px;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    background-color: #f8f9fa;
}

.create-team-flds .form-control:focus {
    border-color: #BE2026;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    outline: none;
}

.create-team-flds .form-control::placeholder {
    color: #999999;
    font-size: 14px;
}

.create-team-option {
    margin-bottom: 32px;
}

.create-team-option .content-text {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.create-team-btns {
    display: flex;
    gap: 16px;
}

.create-team-option-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    min-height: 60px;
}

.create-team-option-btn:hover {
    border-color: #BE2026;
    color: #333333;
    text-decoration: none;
}

.create-team-option-btn.active {
    border-color: #BE2026;
    background-color: #fff5f5;
    color: #BE2026;
}

.create-team-option-btn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.create-team-option-btn .aicheck {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #BE2026;
    font-size: 18px;
}

.red-btn {
    background-color: #BE2026 !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    padding: 16px 32px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    height: 48px !important;
}

.red-btn:hover {
    background-color: #c82333 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.red-btn .arrow-next-w {
    background: url('../images/arrow-next-w.svg') no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
}

@media (max-width: 768px) {
    #step-1 {
        padding: 24px !important;
    }

    .create-team-flds {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .create-team-btns {
        flex-direction: column;
        gap: 12px;
    }

    .create-team-option-btn {
        min-height: 56px;
    }
}

/* Game Option Cards */
.game-option-card:hover {
    border-color: #BE2026 !important;
    background-color: #fff5f5 !important;
}

.game-option-card.active {
    border-color: #BE2026 !important;
    background-color: #fff5f5 !important;
}

/* Form Labels */
.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #666666;
}

/* Team Name Field Specific */
.team-name-fld .form-control {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 58px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    width: 100%;
}

.team-name-fld .form-control:focus {
    border-color: #BE2026;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    outline: none;
    background-color: #ffffff;
}

/* Spacing adjustments */
#step-1 .mb-4 {
    margin-bottom: 24px !important;
}

/* ATTN message styling */
.attn-message {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    padding: 12px 16px;
    margin-top: 16px;
    font-size: 13px;
    color: #856404;
}

/* Modern Breadcrumb Styles */
.modern-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.breadcrumb-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #C8C8C8;
    border: 1px solid #dee2e6;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.step-number {
    font-size: 8px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.step-check {
    font-size: 16px;
    color: white;
    position: absolute;
}

.step-label {
    font-size: 11px;
    font-weight: 500;
    color: #6c757d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 80px;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.breadcrumb-connector {
    width: 60px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.28);
    margin: 0 10px;
    margin-bottom: 28px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

/* Active States */
.breadcrumb-step.active:not(.current) .step-circle {
    background: url("../images/team-checked.svg") no-repeat center;
    font-size: 0;
}

.breadcrumb-step.active:not(.current) .step-circle .step-number {
    font-size: 0;
}

.breadcrumb-step.active .step-number {
    color: white;
}

.breadcrumb-step .step-circle i {
    display: none !important;
}

.breadcrumb-step.active .step-label {
    color: #000;
    font-weight: 600;
}

/* .breadcrumb-connector.active {
    background-color: #BE2026;
} */

/* Current Step (more emphasis) */
.breadcrumb-step.current .step-circle {
    background-color: #BE2026;
    border-color: #BE2026;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.2);
}

.breadcrumb-step.current .step-label {
    color: #000;
    font-weight: 700;
}

/* Hover effects for inactive steps */
.breadcrumb-step:not(.active):hover .step-circle {
    border-color: #BE2026;
    background-color: #fff5f5;
}

.breadcrumb-step:not(.active):hover .step-number {
    color: #BE2026;
}

.breadcrumb-step:not(.active):hover .step-label {
    color: #BE2026;
}

.rodeo-jackets-panel {
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .prize-challenge-card .card-body.d-flex {
        flex-direction: column-reverse;
        gap: 25px;
    }

    .prize-challenge-card .prize-image.ms-3 {
        margin-left: 0 !important;
    }

    .prize-challenge-card .card-body {
        padding: 15px !important;
    }

    .prize-challenge-card .prize-image img {
        max-width: 100% !important;
        max-height: 145px !important;
        object-fit: cover;
        width: 100% !important;
    }

    .modern-breadcrumb {
        padding: 20px 10px;
        overflow-x: auto;
        justify-content: center;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }

    .breadcrumb-connector.active {
        background-color: transparent !important;
    }

    .breadcrumb-step.active:not(.current) .step-circle {
        width: 34px;
        height: 34px;
        background-size: 37px;
        border-radius: 100px;
        overflow: hidden;
    }

    .breadcrumb-step.active.current .step-label {
        font-weight: 700;
    }

    .breadcrumb-step.active .step-label {
        color: #000;
        font-weight: 400;
    }

    .step-label {
        font-size: 10px;
        max-width: 60px;
    }

    .step-circle {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
    }

    .step-number {
        font-size: 12px;
    }

    .step-check {
        font-size: 14px;
    }

    .breadcrumb-connector {
        width: 40px;
        margin: 0 8px;
        margin-bottom: 22px;
        background-color: transparent;
    }

    .create-team-flds.select-game-card {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .step-label {
        font-size: 9px;
        max-width: 50px;
    }

    .breadcrumb-connector {
        width: 30px;
        margin: 0 5px;
        margin-bottom: 22px;
        background-color: transparent;
    }
}

/* Step-1 and Step-2 Form Labels */
.step-form-label {
    font-size: 14px;
    font-weight: 700;
}

/* Game Option Card Styles */
.game-option-card {
    flex: 1;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.game-option-card.active {
    border: 2px solid #BE2026;
    background-color: #fff5f5;
}

.game-option-card img {
    max-width: 100px;
}

.game-option-date {
    font-size: 12px;
    color: #666666;
    text-align: left;
}

.game-selection-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #BE2026;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-selection-indicator i {
    color: white;
    font-size: 10px;
}

/* Tab Status Icons */
.tab-status-icon-green {
    color: #22c55e;
}

.tab-status-icon-grey {
    color: #9ca3af;
}

/* Event Tab Panes */
.event-tab-pane {
    display: none;
}

.event-tab-pane.active {
    display: block;
}

/* Arrow Icon Spacing */
.arrow-next-w {
    margin-left: 8px;
}

/* Silver Buckle League Section */
.silver-buckle-league-section {
    background: #060606;
    border-radius: 8px;
    padding: 20px;
    margin: 16px 0;
    color: #ffffff;
}

.silver-buckle-header h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.silver-buckle-content .info-section {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #cccccc;
}

.silver-buckle-content .info-icon {
    color: #fbbf24;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.league-description {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #cccccc;
}

.league-description p {
    margin-bottom: 0;
}

.league-code-input {
    margin-bottom: 20px;
}

.league-code-input label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 6px;
}

.league-code-input .form-control {
    background-color: #333333;
    border: 1px solid #444444;
    color: #ffffff;
    border-radius: 4px !important;
    padding: 8px 12px;
    font-size: 13px;
}

.league-code-input .form-control:focus {
    background-color: #333333;
    border-color: #666666;
    box-shadow: none;
    color: #ffffff;
}

.league-code-input .form-control::placeholder {
    color: #888888;
}

.league-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.league-option-left,
.league-option-right {
    background-color: #060606;
    border-radius: 6px;
    padding: 16px;
}

.league-option-left h4,
.league-option-right h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.league-option-left p,
.league-option-right p {
    color: #cccccc;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.league-option-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buckle-image {
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.buckle-image img {
     max-width: 90px;
    height: auto;
    border-radius: 50%; 
}*/

.league-option-left .btn,
.league-option-right .btn {
    background-color: transparent;
    border: 1px solid #666666;
    color: #ffffff;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.league-option-left .btn:hover,
.league-option-right .btn:hover {
    background-color: #ffffff;
    color: #1a1a1a;
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .league-options {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .silver-buckle-league-section {
        padding: 16px;
        margin: 12px 0;
    }

    .buckle-image {
        width: 80px;
        height: 80px;
    }

    .buckle-image img {
        max-width: 70px;
    }
}

/* League Actions Container */
.league-actions-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
}

.league-actions-container button {
    margin: 0 !important;
}

.league-actions-container .join-league-btn {
    top: 0 !important;
}

.league-action-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.league-action-right {
    display: flex;
    align-items: center;
}

.create-league-btn {
    background-color: #BE2026;
    border: 1px solid #BE2026;
    color: #ffffff;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px 0 0 4px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.create-league-btn:hover {
    background-color: #c82333;
    border-color: #c82333;
}

.league-code-group {
    display: flex;
    width: 100%;
}

.league-code-input {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 0;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    flex: 1;
}

.league-code-input:focus {
    background-color: #ffffff;
    border-color: #BE2026;
    box-shadow: none;
    outline: none;
}

.league-code-input::placeholder {
    color: #999;
    font-style: normal;
}

.join-league-btn {
    background-color: #BE2026;
    border: 1px solid #BE2026;
    color: #ffffff;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
    top: -14px;
}

.join-league-btn:hover {
    background-color: #c82333;
    border-color: #c82333;
}

@media (max-width: 768px) {
    .league-actions-container {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .create-league-btn {
        border-radius: 4px;
    }

    .league-code-input {
        border-right: 1px solid #ddd;
        border-radius: 4px 0 0 4px;
    }

    .join-league-btn {
        border-radius: 0 4px 4px 0;
    }
}

/* Athlete Selection Tabs */
.athlete-selection-tabs {
    margin: 30px 0 0;
}

.salary-cap-display {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background: transparent;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px dashed rgba(0, 0, 0, 0.28);
}

.salary-label {
    color: #666666;
    font-size: 14px;
    margin-right: 8px;
}

.salary-amount {
    color: #22c55e;
    font-size: 24px;
    font-weight: 700;
}

.selection-instruction {
    text-align: left;
    margin-bottom: 20px;
}

.selection-instruction p {
    color: #666666;
    font-size: 16px;
    margin: 0;
}

.discipline-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    gap: 8px;
}

.discipline-filter {
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    cursor: default;
    transition: all 0.3s ease;
}

.discipline-filter.active {
    background-color: #22c55e !important;
    color: white;
}

/* Event Tabs Navigation */
.event-tabs-container {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    gap: 10px;
}

.event-tabs-nav {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    flex: 1;

    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.event-tabs-nav::-webkit-scrollbar {
    display: none;
}

.tab-nav-arrow {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6c757d;
    flex-shrink: 0;
    opacity: 1;
    transform: scale(1);
}

.tab-nav-arrow:hover {
    border-color: #BE2026;
    color: #BE2026;
    background-color: #fff5f5;
}

.tab-nav-arrow:active {
    transform: scale(0.95);
}

.event-tab {
    background: white;
    border-radius: 0;
    padding: 9px 7px;
    margin-right: 12px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: auto;
    justify-content: flex-start;
    border: none !important;
    border-bottom: 2px solid transparent !important;
}

.event-tab:last-child {
    margin-right: 0;
}

.event-tab:hover {
    border-color: #BE2026;
    /* background-color: #fff5f5; */
}

.event-tab.active {
    color: #BE2026;
    font-weight: 600;
    border-bottom: 2px solid #BE2026 !important;
}

.event-tab.completed:not(.active) {
    border-color: #22c55e;
    /* background-color: #f0fdf4; */
}

.tab-status-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.tab-status-icon .fa-circle::before {
    background: url('../images/team-unchecked.svg') no-repeat center;
    width: 16px;
    height: 16px;
    font-size: 0;
    display: block;
}

.tab-status-icon .fa-check-circle::before {
    background: url('../images/team-checked.svg') no-repeat center;
    width: 16px;
    height: 16px;
    font-size: 0;
    display: block;
}

.tab-title {
    flex: 1;
    text-align: left;
}

.tab-loader {
    margin-left: auto;
}

.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #BE2026;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Athletes Grid */
.athletes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 15px;
    /* background: #F6F6F6; */
}

.athlete-card {
    border-radius: 0;
    padding: 5px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 80px;
}

.athlete-card:hover:not(.disabled) {
    border-color: #E8E8E8;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.1);
    background: #E8E8E8;
}

.athlete-card.selected {
    border-color: #BE2026 !important;
    background-color: #fff !important;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15) !important;
}

.athlete-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f8f9fa;
}

.athlete-avatar {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9ecef;
    flex-shrink: 0;
}

.athlete-card.selected .athlete-avatar {
    border-color: #fff;
}

.athlete-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.create-team-btns-panel .black-btn,
.create-team-btns-panel .red-btn {
    margin: 0 !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}

/* .black-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
} */

.selected-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #BE2026;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-indicator i {
    color: white;
    font-size: 10px;
}

.athlete-info {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-width: 0;
}

.athlete-name {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 4px;
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.athlete-title {
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.athlete-salary {
    font-size: 14px;
    font-weight: 700;
    color: #BE2026;
    text-align: left;
}

.status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    margin-left: 8px;
    text-transform: uppercase;
}

.status-badge.scratched {
    background-color: #ffc107;
    color: #856404;
}

.status-badge.injured {
    background-color: #BE2026;
    color: white;
    margin-left: 0;
}

/* Tab Content */
.event-tab-pane {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .athletes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 15px 0;
    }

    .athlete-card {
        padding: 12px;
        gap: 10px;
        min-height: 70px;
    }

    .athlete-avatar {
        width: 40px;
        height: 40px;
    }

    .athlete-name {
        font-size: 13px;
    }

    .athlete-salary {
        font-size: 13px;
    }

    .event-tabs-container {
        margin-bottom: 20px;
    }

    .event-tab {
        padding: 10px 14px;
        font-size: 13px;
        min-width: 120px;
    }

    .tab-nav-arrow {
        width: 36px;
        height: 36px;
    }

    .salary-amount {
        font-size: 20px;
    }

    .discipline-filters {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .athletes-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        display: flex !important;
    }

    .athlete-card {
        padding: 10px;
        gap: 8px;
        min-height: 60px;
    }

    .athlete-avatar {
        width: 36px;
        height: 36px;
    }

    .event-tab {
        padding: 8px 12px;
        font-size: 12px;
        min-width: 100px;
    }

    .tab-nav-arrow {
        width: 32px;
        height: 32px;
    }

    .event-tabs-nav {
        gap: 5px;
    }
}

.league-code-block {
    background: #dc3644;
    padding: 0.5rem 1rem;
    align-items: center;
    transition: all 0.3s;
    color: #fff;
    border-radius: 15px;
}

/* Updated Accordion Styling */
.prize-challange-accordian-panel {
    margin-top: 30px;
}

.prize-challange-accordian-panel .accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    /* overflow: hidden; */
}

.create-team-modal .accordion {
    border: none !important;
}

.prize-challange-accordian-panel .accordion-header {
    margin: 0;
}

.prize-challange-accordian-panel .accordion-button {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 20px;
    border: none;
    box-shadow: none;
}

.prize-challange-accordian-panel .accordion-button:not(.collapsed) {
    background-color: #BE2026;
    color: white;
}

.prize-challange-accordian-panel .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Tie Breaker Section in Accordion */
.tie-breaker-content {
    padding: 20px 0 0;
}

.tie-breaker-subtitle {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.team-winnings-input {
    margin-top: 15px;
}

/* .team-winnings-input .input-group {
    max-width: 300px;
} */

.team-winnings-input .input-group-text {
    background-color: #f8f9fa;
    border-color: #f6f6f6;
    color: #00000099;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.team-winnings-input .form-control {
    border-color: #f6f6f6;
    font-size: 16px;
    padding: 12px;
}

/* Replacement Protection Section */
.replacement-protection-content {
    padding: 20px 0;
}

.protection-options {
    margin-top: 20px;
}

.protection-option {
    padding: 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background-color: #f8f9fa;
    height: 100%;
    transition: border-color 0.3s ease;
}

.protection-option:hover {
    border-color: #BE2026;
}

.protection-option h5 {
    color: #BE2026;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.protection-option .form-check {
    margin-top: 10px;
}

.protection-option .form-check-label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.protection-disclaimer {
    background-color: #fff3cd;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ffeaa7;
    margin-top: 30px;
}

.protection-disclaimer p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #856404;
}

.disclaimer-icons .badge {
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    padding: 6px 10px;
}

.disclaimer-icons .text-muted {
    font-size: 12px;
    line-height: 1.4;
}

/* Prize Challenge Cards - Updated Design */
.prize-challenge-card {
    margin-bottom: 20px;
}

.prize-challenge-card .card {
    border: 2px solid #F6F6F6;
    background-color: #F6F6F6;
    border-radius: 12px;
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

.prize-challenge-card .card:hover {
    border-color: #BE2026;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.1);
}

.prize-challenge-card .card-body {
    padding: 25px;
}

.prize-title {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.prize-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.prize-image img {
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.prize-challenge-card .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.prize-challenge-card .badge {
    font-size: 16px;
    padding: 8px 15px;
    font-weight: 700;
}

.accordion {
    border: none;
}

/* Promo Section Styling */
.promo-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 25px;
}

.promo-title {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.apply-code-fld {
    max-width: none;
}

.apply-code-fld .form-control {
    border: 2px solid #ced4da;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 16px;
    background-color: white;
}

.apply-code-fld .form-control:focus {
    border-color: #BE2026;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.apply-code-btn {
    border-radius: 6px;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 14px;
    min-width: 80px;
    white-space: nowrap;
    position: absolute;
    top: 9px;
    right: 10px;
}

.apply-code-btn.btn-danger {
    background-color: #BE2026;
    border-color: #BE2026;
}

.apply-code-btn.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.apply-code-btn.btn-outline-danger {
    color: #BE2026;
    border-color: #BE2026;
    background-color: white;
}

.apply-code-btn.btn-outline-danger:hover {
    color: white;
    background-color: #BE2026;
    border-color: #BE2026;
}

.prize-challange-accordian-panel .accordion-body {
    padding-bottom: 0;
}

.prize-challenge-card:last-child {
    margin-bottom: 0 !important;
}

.accordion-body .disclam-check-box {
    margin-bottom: 0 !important;
}

.accordion-body .tie-breaker-block.team-finish-block.mt-4 {
    margin-top: 0 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .apply-code-fld {
        flex-direction: column;
        gap: 10px;
    }

    .apply-code-btn {
        min-width: 72px;
        top: 5px;
        right: 5px;
        padding: 3px 16px;
    }

    .promo-section {
        padding: 20px;
    }

    .exclusive_inside .red-btn,
    .rodeo-jackets-cont .red-btn {
        padding: 16px 32px !important;
        height: 53px !important;
        border-radius: 8px !important;
        text-transform: none !important;
        font-size: 17px !important;
    }

    .ad_banner_btns .yellow_solid_btn,
    .ad_banner_btns .yellow_outline_btn {
        padding: 14px 20px;
        font-size: 17px !important;
        height: 53px;
    }

    .rodeo-jackets-panel .rodeo-jackets-pic img {
        min-height: 224px;
    }

    .d-flex.gap-4.top_Banner_Btns.pt-3 {
        flex-wrap: wrap;
        gap: 5px !important;
    }

    .d-flex.gap-4.top_Banner_Btns.pt-3 a {
        white-space: nowrap;
    }

    .pfr_nfr_logo {
        position: absolute;
        top: 25px;
        left: 40px;
        z-index: 1;
    }

    .gal-logo {
        max-width: 100px;
    }

    .top_Banner_Content h3 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .top_Banner_Content {
        padding: 12px;
    }

    .dropdown-toggle.team_Dropdown {
        font-size: 20px !important;
        padding-right: 20px;
    }

    .main_Navbar .navbar-nav li a {
        font-size: 20px !important;
    }

    .team_Dropdown.dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 19px;
        transform: rotate(-45deg);
    }

    .profile_Dropdown {
        font-size: 20px !important;
        padding-right: 24px !important;
    }

    .profile_Dropdown.dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 19px;
        transform: rotate(-45deg);
    }
}

.riders-info {
    /* font-size: 25px; */
    color: #858585;
    font-size: 0;
    width: 24px;
}

.top-searh-fld-panel-inner .form-control {
    height: 41px;
    border-radius: 4px !important;
    height: 4;
}

.top-searh-fld-panel-inner .d-flex.top-searh-fld-panel-flds.gap-2 {
    align-items: flex-start;
}

/*----- Rider Modal Starts -----*/
.rider-modal-header {
    padding: 0 !important;
    position: relative;
}

.rider-modal-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 2;
    filter: invert(1);
    background-size: 12px;
}

.rider-pic {
    border-right: 15px solid #bc1d2a;
    flex-shrink: 0;
}

.rider-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 162px;
    max-height: 145px;
}

.rider-content {
    background-size: cover;
    position: relative;
    z-index: 1;
}

.rider-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.rider-content {
    color: #fff;
    padding: 10px 10px 0;
}

.rider-name-block .rider-no {
    background: #BE2026;
    padding: 5px 12px;
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 4px;
}

.rider-name-block h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

.rider-name-block h4 {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}

.rider-name-block h4 span {
    color: #938a82;
}

.rider-sm-text {
    color: #938a82;
    font-size: 24px;
    font-weight: 400;
}

.rider-modal-body h2 {
    font-size: 18px;
    line-height: 1.5;
    color: #E0B975;
    font-weight: 600;
}

.rider-modal-body p {
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    font-weight: 400;
}

.rider-modal-body .nav {
    border-bottom: 1px solid #E5E7EB;
}

.rider-modal-body .nav .nav-item .nav-link {
    background-color: transparent !important;
    color: #000;
    font-size: 18px;
    position: relative;
}

.rider-modal-body .nav .nav-item .nav-link.active {
    color: #BE2026 !important;
    font-weight: 600;
}

.rider-modal-body .nav .nav-item .nav-link.active::before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BE2026;
    display: block;
}

.rider-stats-block {
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    padding: 0 8px;
}

.rider-stats-block h5 {
    font-size: 20px;
    line-height: 1.5;
    color: #E0B975;
    font-weight: 700;
    margin-bottom: 0;
    word-break: break-all;
}

.rider-stats-block h6 {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.rider-stats-table td,
.rider-stats-table th {
    border: none !important;
}

.rider-stats-table tr:nth-child(odd) td {
    background: rgba(0, 0, 0, 0.03);
}

.rider-stats-table tr td span {
    font-weight: 700;
    color: #BE2026;
}

@media (min-width: 1200px) {
    .modal-xl-custom .modal-xl {
        max-width: 884px;
    }
}

@media (max-width: 767px) {
    .rider-stats-panel {
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    .rider-content {
        background: #252525 !important;
        background-image: none !important;
    }

    .rider-content::before {
        display: none;
    }

    .rider-stats-block {
        border: none !important;
        padding-left: 0;
    }

    .rider-stats-block:nth-child(2) h5,
    .rider-stats-block:nth-child(3) h5,
    .rider-stats-block:nth-child(4) h5,
    .rider-stats-block:nth-child(5) h5,
    .rider-stats-block:nth-child(6) h5 {
        color: #fff !important;
    }

    .rider-stats-block h5 {
        font-size: 12px;
    }

    .rider-stats-block h6 {
        font-size: 8px;
        font-weight: 400;
        margin-bottom: 4px;
    }

    .rider-stats-block:nth-child(4) {
        display: none;
    }

    .rider-stats-block:nth-child(2) {
        order: 5;
    }

    .rider-name-block h4 {
        font-size: 10px;
    }

    .rider-sm-text {
        display: none;
    }

    .rider-name-block .rider-no {
        display: none;
    }

    .rider-name-block h2 {
        font-size: 18px;
        width: 85%;
    }

    .rider-pic {
        border: none;
    }

    .athletes-container .athletes-grid .athlete-name {
        width: 90%;
        white-space: normal;
    }

    .pick-tab-pane .athlete-card {
        max-width: none !important;
    }

    .athletes-container .news-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .athletes-container .athletes-filter-controls {
        width: 100%;
    }
}

/*----- Rider Modal Ends -----*/
.survey-card {
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.survey-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #BE2026;
}

.survey-card.selected {
    border-color: #BE2026;
    background: linear-gradient(145deg, #ffffff 0%, #fef2f2 100%);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(190, 32, 38, 0.2);
}

.tick-corner {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 32px;
    height: 32px;
    background: #BE2026;
    border-radius: 0 12px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    animation: tickSlideIn 0.3s ease-out;
    z-index: 10;
}

@keyframes tickSlideIn {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }

    60% {
        transform: scale(1.1) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.survey-image {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

.survey-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.survey-card:hover .survey-image img {
    transform: scale(1.05);
}

.survey-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.survey-number {
    color: #BE2026;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.survey-title {
    color: #2d3748;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.survey-description {
    color: #718096;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.gallery-item {
    position: relative;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid #e2e8f0;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #BE2026;
}

.gallery-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-thumbnail {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(190, 32, 38, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: white;
    font-size: 24px;
}

.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gallery-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #BE2026;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
}

.gallery-close:hover {
    background: #a01d22;
    transform: scale(1.1);
}

.gap-2 {
    gap: 0.5rem;
}

.me-2 {
    margin-right: 0.5rem;
}

/* Override react-image-gallery styles */
.image-gallery {
    background: white;
}

.image-gallery-slide img {
    max-height: 70vh;
    object-fit: contain;
}

.image-gallery-thumbnails {
    background: #f8f9fa;
    padding: 10px;
}

.survey-disabled-overlay {
    position: 'absolute';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: 'rgba(0, 0, 0, 0.5)';
    display: 'flex';
    align-items: 'center';
    justify-content: 'center';
    color: 'white';
    font-size: '14px';
    font-weight: 'bold';
    text-align: 'center';
    border-radius: '12px';
}

.athletes-container .athletes-grid.athlet-list-grid {
    padding: 0 20px !important;
}

.athlet-list-header {
    padding: 0 20px !important;
}

/* Research Page Styles */
.research-page-wrapper {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.research-header {
    color: #000;
    padding: 20px 0;
}

.research-header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.research-title {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.research-filters {
    display: flex;
    gap: 20px;
    align-items: center;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.filter-group label {
    font-size: 12px;
    font-weight: 500;
    color: #e2e8f0;
    text-transform: uppercase;
}

.research-filter-dropdown {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #000;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    min-width: 140px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.research-filter-dropdown:hover {
    background: rgba(255, 255, 255, 0.15);
}

.research-filter-dropdown:focus {
    outline: none;
    border-color: #60a5fa;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.3);
}

.search-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px 0;
}

.search-input-wrapper {
    position: relative;
    max-width: 400px;
}

.research-search-input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.research-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.research-search-input:focus {
    outline: none;
    border-color: #60a5fa;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.3);
}

.search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.search-button:hover {
    color: white;
}

.research-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.research-table-container {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #00000024;
}

.research-table-header {
    display: grid;
    grid-template-columns: 60px 500px 180px 180px 80px 80px;
    background: #f1f5f9;
    border-bottom: 0px solid #e2e8f0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #475569;
    letter-spacing: 0.5px;
}

.table-header-cell {
    padding: 15px 10px;
    text-align: center;
    /* border-right: 1px solid #e2e8f0; */
    color: #BE2026;
    white-space: nowrap;
}

.table-header-cell.athlete-col {
    text-align: left;
    padding-left: 20px;
}

.table-header-cell:last-child {
    border-right: none;
}



.research-table-row {
    display: grid;
    grid-template-columns: 60px 500px 180px 180px 80px 80px;
    /* border-bottom: 1px solid #f1f5f9; */
    transition: all 0.3s ease;
    cursor: pointer;
}

.research-table-row:hover {
    /* background-color: #f8fafc; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

.research-table-row:last-child {
    /* border-bottom: none; */
}

.table-cell {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0 none;
    font-size: 14px;
    color: #3B3F41;
}

.table-cell.athlete-col {
    justify-content: flex-start;
    padding-left: 20px;
}

.table-cell:last-child {
    border-right: none;
}

.rank-number {
    width: 30px;
    height: 30px;
    background: #150000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.athlete-info {
    display: flex;
    align-items: flex-start;
    /* gap: 15px; */
    flex-direction: column;
    gap: 0px;
}
.research-table-row .athlete-info {
    gap: 15px;
    flex-direction: row;

}
.research-table-row .athlete-avatar {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
}

.research-table-row .athlete-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.athlete-details {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    text-align: left;
}

.athlete-name {
    font-weight: 600;
    font-size: 15px;
    color: #150000;
}

.athlete-location {
    font-size: 13px;
    color: #5B5757;
    font-weight: 500;
    text-transform: capitalize;
}

.athlete-league {
    font-size: 11px;
    color: #1e40af;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.athlete-events {
    font-size: 11px;
    color: #3B3F41;
    font-weight: 500;
    margin-top: 2px;
    line-height: 1.3;
}

.earnings-amount {
    font-weight: 600;
    color: #3B3F41;
    font-size: 15px;
}

.qualified-count,
.world-titles,
.avg-score,
.placement-rank {
    font-weight: 500;
    color: #374151;
}

.average-score {
    font-weight: 500;
    color: #6b7280;
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.loading-container img {
    width: 60px;
    height: 60px;
}

.load-more-container {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn {
    background: #dfb878;
    color: #000;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.load-more-btn:hover {
    background: #bb9045 !important;
}

.load-more-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.3);
}

.load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.load-more-spinner {
    width: 20px;
    height: 20px;
}

.no-data-message {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

.no-data-message p {
    font-size: 16px;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {

    .research-table-header,
    .research-table-row {
        grid-template-columns: 50px 250px 150px 70px 70px 70px 90px 90px;
    }

    .research-header-content {
        gap: 15px;
    }

    .research-filters {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .research-table-container.mobile-research-container-wrap.for-mob .research-header-content {
        justify-content: space-between;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .research-table-header .table-header-cell {
        flex: 1;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .research-table-row {
        display: flex !important;
        padding: 5px;
        grid-gap: 5px;
        margin-bottom: 0;
        border: none;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .table-cell {
        padding-left: 8px;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .table-cell.athlete-col {
        padding-left: 0px;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .research-table-body .accordion-button::after {
        margin-left: 0;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .accordion.prize-challange-accordian-panel .accordion-header .accordion-button {
        padding-right: 6px;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .athlete-info {
        align-items: center !important;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .athlete-avatar {
        border: none;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .research-table-header {
        display: flex;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .athlete-name {
        font-size: 14px;
        margin-bottom: 0;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .athlete-details {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2px;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .athlete-titles {
        text-transform: none;
        font-weight: normal;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .athlete-location {
        padding-left: 14px;
        position: relative;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .athlete-location::before {
        content: '';
        width: 6px;
        height: 6px;
        display: block;
        background: #5B5757;
        border-radius: 100%;
        position: absolute;
        top: 6px;
        left: 5px;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .rider-description h1 {
        font-size: 18px;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .rider-description h2 {
        font-size: 16px;
    }

    .research-table-container.mobile-research-container-wrap.for-mob .rider-description p {
        margin-bottom: 15px;
    }

    .research-content {
        padding-top: 0 !important;
    }

    .research-table-header,
    .research-table-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "athlete"
            "earnings"
            "stats";
    }

    .table-header-cell,
    .table-cell {
        text-align: left;
        padding-left: 20px;
    }

    .research-table-row {
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 15px;
        grid-gap: 10px;
    }

    .research-filters {
        flex-direction: column;
        gap: 10px;
    }
}

/* Rider Description Styles */
.rider-description {
    line-height: 1.6;
    color: #374151;
    font-size: 14px;
}

.rider-description p {
    margin-bottom: 0;
}

.show-more-btn {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.show-more-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}

.show-more-btn:active {
    transform: translateY(0);
}

.my-team-slug {
    color: #000;
}

.research-table-body .accordion.prize-challange-accordian-panel {
    margin: 0;
    border: 0 none;
    border-radius: 0;
}

.research-table-body .accordion-item {
    margin: -1px -1px 0;
    border-radius: 0
}

.research-table-body .accordion-item {
    border-bottom: 0 none !important;
}

.research-table-body .accordion__panel {
    padding: 0 60px 20px;
}

.research-table-body .show-more-btn {
    font-weight: 700;
    font-size: 0.85rem;
    background: none;
    color: #BE2026;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0;
    margin: 10px 0 0;
    box-shadow: none;
}

.research-table-body .accordion-button::after {
    margin-left: 3%;
}

.athletes-filter-dropdown .dropdown-toggle {
    border: 1px solid #00000024;
}
.research-table-body .rider-description h2{
    font-size: 1.3rem;
}