#highlightLabel{
    position: relative;
}
#highlightLabel .wrap-highlight,#highlightLabel .a-search{
    height: 100%;
}
#highlightLabel .a-search{
    width: 50px;
}
#highlightLabel .wrap-highlight,#highlightLabel .wrap-highlight ul{
    position: static;
}
#highlightLabel .wrap-highlight ul{
    display: flex;
    width: fit-content;
}
#highlightLabel .wrap-highlight li{
    padding: 10px 15px;
    margin: 0;
}
.wrap-highlight .tag-new{
    top:5px;
}
#highlightLabel .a-search{
    z-index: 10;
}
#highlightLabel .a-search+.wrap-highlight ul {
    padding-right: 60px;
    margin-top: 10px;
}
.tag-live{
    top:5px;
    z-index:9;
    min-width: unset;
    right: -3.66667vw;
}
#page{
    padding-bottom: 80px;
}
.market-list-pop-carousel{
    height: 100vh;
}
.market-list-pop-carousel .modal-content{
    position: fixed;
}
.producerDownMainDiv{
    text-align: center;
    margin: 20px 0;
}
.promo-banner-wrap.active{
    overflow: hidden !important;
}
@media screen and (min-width:768px) {
    #highlightLabel .wrap-highlight li{
        padding: 20px 30px;
    }
    #highlightLabel .a-search {
        width: 110px;
    }
    #highlightLabel .a-search+.wrap-highlight ul {
        padding-right: 120px;
    }
    #highlightLabel .tag-live{
        min-width: unset;
        right: -2.66667vw;
    }
    /* .highlight-list a, .inplay-list a, .upcoming-list a, .menu-list a,.highlight-list .time, .inplay-list .time, .upcoming-list .time,#highlightLabel .wrap-highlight > ul > li > span{
        font-size: 3vw;
    } */
}
@media screen and (max-width:340px) {
    .wrap-highlight > ul > li > span.tag-new{
        font-size: 10px;
    }
    #highlightLabel .tag-live{
        top:5px;
        min-width: unset;
        right: -2.66667vw;
    }
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.jrk_select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    width: 100%;

}
.select-styled {
    border: 1px solid #FFFFFF;
    border-radius:30px;
    /* width: 100%; */
    box-sizing: border-box;
    height: 30px;
    display: flex;
    padding-left: 10px;
    align-items: center;
}
.select-styled:after {
    content:"";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 11px;
    right: 10px;
}

.select-styled:active, .select-styled.active {
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: none;
    border-radius:11px 11px 0 0;
}
.select-styled.active:after {
    top: 5px;
    border-color: transparent transparent #fff transparent;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0;
    max-height: 200px;
    overflow: hidden auto;
    padding: 0 7px 12px;
    border-radius:0 0 11px 11px;
    list-style: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: none;
    background: #242A32;
}
.select-options li {
    margin: 0;
    padding: 12px 0 0;
    text-align: left;
    border-bottom: 0.5px solid #30383F;
    transition:all 0.15s ease-in;
}
.select-options li:last-child{
    border-bottom:none;
}

/* .select-styled.yearSelected,.select-styled.monthSelected{
    background: #1A1C21;
    border:transparent;
    color: #E4BF69;
}
.select-styled.yearSelected:after,.select-styled.monthSelected:after{
    border-color: #E4BF69 transparent transparent transparent;
} */
@media screen  and (min-width:480px){
    .jrk_select{
        font-size:16px;
    }
    .select-styled{
        height: 40px;
    }
    .select-styled:after {
        border: 8px solid transparent;
        border-color: #fff transparent transparent transparent;
        top: 16px;
        right: 20px;
    }
    .select-options li {
        margin: 0;
        padding: 20px 0 10px;
    }
    .select-options{
        height: 200px;
    }
}
@media screen  and (max-width:330px){
    .jrk_select{
        font-size:10px;
    }
}


/******  Filter section css  ********/

.jrk_filter_section{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 0.4fr 0.6fr;
    align-items: center;
    padding: 12px;
}
.jrk_selectDate_wrapper{
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    gap:8px;
}

.jrk_title{
    color: #7A7D80;
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: unset;
}

.jrk_logDetails{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 9px;
    display: grid;
    grid-template-columns: 25% 47% 25%;
    gap: 3%;
}

.jrk_status{
    font-family: 'Poppins',sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.jrk_success_green{
    color: #06B404;
}
.jrk_failed_red{
    color: #F62C2C;
}
.jrk_location,.jrk_ipAddress{
    color: #000;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.jrk_location{
    font-size: 11px;
}
.jrk_ipAddress{
    font-size: 12px;
}
.jrk_dateSec{
    color: #808080;
    font-family: 'Poppins',sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.jrk_bodySec{
    background: #242A32;
    padding:0 8px;
}
.jrk_title_column div{
    color: #448EF7;
    font-family: 'Poppins',sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.jrk_title_column{
    display: grid;
    grid-template-columns: 25% 47% 25%;
    gap: 3%;
    padding: 10px 8px;
}
.jrk_headSec{
    background: linear-gradient(180deg, #33485A 0%, #293947 100%);
    padding: 7px 12px;
    display: grid;  
    grid-template-columns: 70% 30%;
    align-items: center;
}
.jrk_headSec h4{
    color:#FFF;
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: unset;
}

.jrk_activityLog_section .select-styled:active,.jrk_activityLog_section .select-styled.active{
    background: #232932;
}
.jrk_logMessage_container{
    display: grid;
    gap: 4px;
}
.jrk_loadMore_btn{
    all:unset;
    border-radius: 74px;
    background: #384A58;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
    height: 40px;
    width: 160px;
    display: grid;
    place-items: center;
    color:#fff;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 16px 0;
    transition: all 1s ease;
}
.jrk_loadMore_btn:active{
    animation: bounce 1s;
    transition: all 1s ease;
}

@keyframes bounce {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.jrk_btn_Wrap{
    display: flex;justify-content: center;
}

#page:has(.jrk_activityLog_section){
    background-color: #232932;
    padding-bottom: 0;
}

@media screen and (min-width:576px) {
    .jrk_location,.jrk_status,.jrk_ipAddress,.jrk_dateSec,.jrk_title_column div,
    .jrk_loadMore_btn,.jrk_headSec h4,.jrk_title{
        font-size: 16px;
    }
    .jrk_bodySec{
        padding: 0 16px;
    }
    .jrk_logMessage_container{
        gap: 8px;
    }

}
@media screen and (max-width:575px) and (min-width:420px) {
    .jrk_location,.jrk_status,.jrk_ipAddress,.jrk_dateSec,.jrk_title_column div,
    .jrk_loadMore_btn,.jrk_headSec h4,.jrk_title{
        font-size: 14px;
    }
}
@media screen and (max-width:340px) {
    .jrk_location,.jrk_status,.jrk_ipAddress,.jrk_dateSec,.jrk_title_column div,
    .jrk_loadMore_btn,.jrk_headSec h4,.jrk_title{
        font-size: 10px;
    }
}

