.changed {
    -webkit-animation: highlight-bet .7s;
    animation: highlight-bet .7s
}

@-webkit-keyframes highlight-bet {
    10% {
        background-color: #F9BB22
    }
}

@keyframes highlight-bet {
    10% {
        background-color: #F9BB22
    }
}

.cricket_menu {
    position: fixed;
    top: 0;
    padding: 214px 0 100px 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.cricket_menu ul {
    display: flex;
    flex-direction: column;
    background: linear-gradient(140.58deg, #282828 16.2%, #070707 92.49%);
    box-shadow: 8px 8px 25px #090909, -8px -8px 25px #393939, inset 5px 5px 30px rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0;
    border: 1px solid #1e1e1e;
}

.cricket_menu ul a {
    border-bottom: 1px solid #2F2F2F;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 23px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding-left: 30px;
}

.cricket_menu ul a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):hover {
    background: linear-gradient(140.58deg, #F9BB21 16.2%, #614603 92.49%);
}

.cricket_menu ul a.active {
    background: linear-gradient(140.58deg, #F9BB21 16.2%, #614603 92.49%);
}

.cricket_menu ul a:last-child:hover,
.cricket_menu ul a:last-child.active {
    border-radius: 0px 0px 12px 12px;
}

.cricket_menu ul a:last-child {
    border-bottom: 0;
}

.cricket_menu::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.cricket_menu ul a:first-child {
    background: #141414;
    border-radius: 12px 12px 0px 0px;
}

.cricket_menu ul a:nth-of-type(2) {
    border-bottom: 0;
}

.cricket_menu ul a:nth-of-type(3) {
    color: #F9BB21;
}

.game_wrapper .next_races-sec .cricket_head_tab_sec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.game_wrapper .next_races-sec>.cricket_head_tab_sec>.race_tab {
    background: linear-gradient(140.58deg, #363636 16.2%, #040404 92.49%);
    box-shadow: 4px 4px 6px #090909, -8px -4px 14px #323232, inset 5px 5px 4px rgba(255, 255, 255, 0.03);
    border-radius: 13px;
    min-width: 124px;
    height: 45px;
    padding: 12px 24px;
    display: grid;
    place-items: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #86919B;
    border: 1px solid #1e1e1e;
    cursor: pointer;
    text-decoration: none;
}

.cricket_head_tab_sec .race_tab.active {
    border: 1px solid rgba(249, 187, 33, 1) !important;
}


/* ------filter dropdown---------- */


/** Custom Select **/

.custom_select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom_select-wrapper select {
    display: none;
}

.custom_select {
    position: relative;
    display: inline-block;
}

.custom_select-trigger {
    position: relative;
    display: block;
    min-width: 192px;
    padding: 13px 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background: linear-gradient(140.58deg, #363636 16.2%, #040404 92.49%);
    box-shadow: 4px 4px 6px #090909, -8px -4px 14px #323232, inset 5px 5px 4px rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid #1e1e1e;
    cursor: pointer;
}

.custom_select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom_select.opened .custom_select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 8px 0;
    background: linear-gradient(140.58deg, #282828 16.2%, #070707 92.49%);
    box-shadow: 4px 4px 6px #090909, -4px -4px 15px #393939, inset 5px 5px 14px rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 1px solid #1e1e1e;
}

.custom_select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}


/* .custom-options:before {
        position: absolute;
        display: block;
        content: '';
        bottom: 100%; right: 25px;
        width: 7px; height: 7px;
        margin-bottom: -4px;
        border-top: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5;
        background: linear-gradient(140.58deg, #282828 16.2%, #070707 92.49%);
        transform: rotate(45deg);
        transition: all .4s ease-in-out;
      } */

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 9px 0 9px 10px;
    border-bottom: 0.5px solid #202020;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    /* background: #f9f9f9; */
    color: #F9BB21;
}


/* -----------dropdown css ends---------- */


/* ---cricket_section-- */

.cricket_match_wrapper {
    border-radius: 12px;
    margin-top: 16px;
    padding: unset;
}

.show .acc_bet_content {
    display: block;
}


.active {
    display: block;
}

.cricket_match_wrapper>li>.head {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(140.58deg, #282828 16.2%, #141414 92.49%);
    box-shadow: inset 5px 5px 10px rgba(255, 255, 255, 0.08);
    padding: 20px;
}

.cricket_match_wrapper>li:first-child>.head {
    border-radius: 12px 12px 0 0;
}

.cricket_match_wrapper>li>.head>h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 5px;
    flex: 1;
}

.cricket_match_wrapper>li>.head>span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #F9BB21;
}

.body {
    background: #202020;
    box-shadow: 2px 2px 20px #2E2E2E, -2px -2px 25px #202020, inset 5px 5px 10px rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.cricket_match_details li:last-child .wrapper .bet_row:last-child {
    border-radius: 0 0 12px 12px;
}

.head ~ .cricket_league {
    cursor: pointer;
    padding-left: 30%;
}

.sports_desktop_sec .sport_section .cricket_league {
    cursor: auto;
}

.cricket_league {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    height: 51px;
    background: #202020;
    box-shadow: 0px -6px 16px rgba(92, 92, 92, 0.25), 0px 4px 14px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.cricket_match_wrapper>.body ul.cricket_match_details li {
    border-top: 1px solid #363636;
    cursor: pointer;
}

.cricket_match_wrapper>.body ul.cricket_match_details li:first-child {
    border-top: 0;
}

.cricket_league img {
    /* transform: rotate(180deg); */
    transition: 0.5s all ease;
    height: 10px;
    margin-left: 9px;
}

.rotate_arrow {
    transform: rotate(180deg) !important;
}

.bets_head span {
    width: calc(8.36vw + 5px);
    text-align: center;
}

.bets_head span:last-child {
    width: 36px;
}

.acc_bet_content .bets_head {
    border-top: 1px solid #363636;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
}

.viewAllMatches {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px;
    border-top: 1px solid #2C2C2C;
    background: #000000;
}

.viewAllMatches a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 28px;
}

.show {
    margin-right: 0 !important;
}


/* --------responsive---------------- */
@media only screen and (max-width: 1440px) and (min-width:769px) {
    .game_wrapper {
        flex-direction: column;
    }
    .cricket_menu {
        padding: 214px 0 100px 20px;
    }
    .cricket_menu ul a {
        padding-left: 18px;
    }
    .game_wrapper .next_races-sec>.cricket_head_tab_sec>.race_tab {
        min-width: auto;
        padding: 12px 16px;
    }
    .inplay_sec {
        min-width: 65px;
        padding: 14px;
        font-size: 11px;
    }
    .team_detail {
        gap: 11px;
    }
    .bet_bg span:nth-of-type(1) {
        font-size: 14px;
    }
    .bet_bg span:nth-of-type(2) {
        font-size: 11px;
    }
    .team_detail .date {
        gap: 0;
        font-size: 12px;
    }
    .game_play_section {
        gap: 0;
    }
    /* .bets_head span:nth-of-type(1) {
    width: 49%;
  }

  .bets_head span:nth-of-type(5) {
    width: 8%;
  } */
  .acc_bet_content  .noEventsWrap {
    display: grid;
    place-items: center;
    min-height: 20vh;
    padding: 30px 0px;
  }
  .noEventsFound {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .noEventsFound span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-top: 12px;
  }
    .cricket_menu {
        width: 20%;
    }
    .cricket_menu ul a {
        font-size: 12px;
    }
    .bet_btn_wrapper,
    .cricket_league {
        gap: 10px;
        
    }
    .sports_bet_sec .info {
        margin: 0 6px 0 10px;
    }
    .link_sec {
        margin: 0 8px;
    }
    .input_button_container .bet__btn {
        min-width: 130px;
    }
    .bet_team_name span:nth-of-type(2) {
        font-size: 12px;
    }
    .bet_price {
        padding: 9px 7px;
    }
    /* .sports_wrap_slider .item_wrap {
        margin-left: 40px;
    } */
}

@media only screen and (max-width: 1200px) and (min-width:992px) {
    .bet_btn_wrapper .bet_bg {
        min-width: 45px;
        min-height: 45px;
        padding: 0;
    }
    .bet_play_sec span {
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) and (min-width:769px) {
    .cricket_menu {
        width: 20%;
    }
    .cricket_menu {
        padding: 189px 0 100px 20px;
    }
    .cricket_menu ul a {
        font-size: 11px;
    }
    .cricket_menu ul a {
        padding: 11px;
    }
    .content_wrapper {
        width: 80%;
    }
    .content_wrapper {
        padding: 0 0 30px 0px;
    }
    .team_detail .date {
        min-width: 65px;
        gap: 0;
        font-size: 11px;
    }
    .custom_select-trigger {
        min-width: 140px;
    }
    .team_detail {
        gap: 11px;
    }
    .team_names span {
        font-size: 10px;
    }
    .bet_btn_wrapper .bet_bg {
        min-width: 42px;
    }
    .bet_btn_wrapper {
        gap: 7px;
    }
    .sports_bet_sec .info {
        margin: 0 6px 0 6px;
        width: 20px;
        height: 20px;
    }
    .sports_bet_sec .info img {
        height: 13px;
    }
    .bet_bg span:nth-of-type(1) {
        font-size: 13px;
        line-height: 23px;
    }
    .bet_bg span:nth-of-type(2) {
        font-size: 10px;
        line-height: 14px;
    }
    .cricket_menu ul a>span {
        min-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .input_button_container .bet__btn {
        min-width: 80px;
    }
    .bet__btn span:nth-of-type(1) {
        font-size: 14px;
    }
    .bet__btn span:nth-of-type(2) {
        font-size: 10px;
    }
    .parent_wrap {
        padding: 18px 12px;
    }
    .input_button_container {
        gap: 7px;
    }
    .bet_price .qtyminus,
    .bet_price .qtyplus {
        width: 25px !important;
        height: 30px;
    }
    .acc_bet_content .bets_head {
        padding: 7px 0;
    }
}
@media(max-width:480px){
    .custom-option{
        font-size: 10px;
    }
}

/* Accordian fix */