dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.sport-right-area {
    overflow-y: auto;
    height: 90vh;
    padding-bottom: 30px;
}

.table>:not(caption)>*>* {
    padding: .1rem .05rem;
}

.team-name-point {

    /* width: 69px; */
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-name-point h6 {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.team-name-point h5 {
    font-size: 12px;
    text-align: center;
}

.team-name-point.b1 {
    background-color: #D7E8F4;
}

.team-name-point.b2 {
    background-color: #B7D5EB;
}

.team-name-point.b3 {
    background-color: #72BBEF;
}

.team-name-point.r1 {
    background-color: #FAA9BA;
}

.team-name-point.r2 {
    background-color: #EFD3D9;
}

.team-name-point.r3 {
    background-color: #F6E6EA;
}

.back-all {
    background-color: #72BBEF;
    text-align: center;
    color: #000;
    font-weight: 600;
    border-radius: 22px 0 0 0px;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.lay-all {
    background-color: #FAA9BA;
    text-align: center;
    color: #000;
    font-weight: 600;
    border-radius: 0px 22px 0px 0px;

    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.refer-book {
    text-align: right;
    color: black;
}


/* ---------------------------------------------------------- */
.table_section {
    /* background: red; */
    /* height: 64vh; */
    height: auto;
    overflow: auto;
}

button.fancy-btn {
    background: #0A92A5;
    color: #fff;
    padding: 4px 29px;
    outline: none;
    border: 1px solid #004751;
    border-radius: 0 20px 0 0;
    cursor: initial;
}

.fancy-bet-tabs {
    background: #0A92A5;
    padding: 5px;
    margin-top: 1px;
    border-top: 1px solid #004751;
    border-bottom: 1px solid #004751;
}

.fancy-bet-tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;

}

.fancy-bet-tabs li a {
    text-decoration: none;
    color: inherit;
    padding: 5px 10px;
    display: block;
}

.fancy-bet-tabs li.active {
    background-color: white;
    color: black;
    border-radius: 5px;
}

.fancy-bet-tabs li a {
    text-decoration: none;
    color: white;
    background: transparent;
    padding: 5px 10px;
    display: block;
    transition: background 0.3s, color 0.3s;
    border-radius: 5px;
}

.fancy-bet-tabs li a.active {
    background-color: white;
    color: black;
}

.fafa {
    background-color: #1a1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
}

.yes {
    background-color: #72BBEF !important;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}


.no {
    background-color: #f4a7b9 !important;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.green {
    color: green;
    font-weight: bold;
}

.min_max {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #5e5e5e;
}

.min_pt {
    vertical-align: middle;
}

.min_pt h6 {
    text-align: center;
    font-size: 15px;
}


.f-tr {
    background-color: #c6e7ff !important;
}

.quick_bet-wrap {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quick-bet-confirm-title {
    font-size: 12px;
    line-height: 0.5;
}

.quick_bet-wrap dt {
    /* width: 53.7966537967%; */
    height: auto;
    line-height: 22px;
    /* padding: 13px 5px 12px 0; */
    padding: 3px;
}

.quick-bet-confirm {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .5);
    /* flex-direction: column; */
    /* justify-content: center; */
    background: #ffffff;
    padding: 0 10px;
    margin: 0 5px;
}

.plab {
    /* font-family: Tahoma, Helvetica, sans-serif; */
    color: #1e1e1e;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 5px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    margin-left: 11px;
    height: 37px;
    /* width: 100px; */
}

.col-stake_list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 5px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.col-stake_list ul .btn {
    background-color: rgb(248, 248, 248);
    border: none;
    font-size: 15px;
    color: #1c1c1c;
    padding: 2px 10px;
    border: 0.5px solid #aaaaaa;
    border-radius: 3px;
    margin-right: 5px;
    width: 100%;

}

dl.tra {
    display: flex;
    justify-content: flex-end;
}


.f-tr {
    display: none;
    transition: background-color 0.3s ease-in-out;
}

.active-orange {
    background-color: #ffdce3 !important;

}

.active-blue {
    background-color: #D4E8F8 !important;

}

.btn-stake.active {
    background-color: rgb(51, 51, 51) !important;
    color: white !important;
}

/* -------------------------Bet Slip 2 ------------------------------ */

.tabe-betslip2 {
    font-size: 13px;
}

.m-matched {
    background: #cecece;
    padding: 2px;
    margin-bottom: 5px;
}

select.BT-SC {
    WIDTH: 100%;
    MARGIN: 5PX 0PX;
    BORDER: 1PX SOLID GRAY;
}

.yes-body {
    background-color: #c8e8ff;
    /* padding: 5px 0; */
    height: 25px;
}

span.s-yes {


    color: #1391eb;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;

}

.s-no {
    color: #ff6489;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}

.win-td h6 {
    max-width: 140px;
    font-size: 13px;
    font-weight: 400;
}

.nno-body {
    background-color: #ffcbd7;
    /* padding: 5px 0; */
    height: 25px;
}

.nno-body h6 {
    max-width: 140px;
    font-size: 13px;
    font-weight: 400;
}

.liability {
    text-align: right;
    font-size: 14px;
    padding: 5px;
    color: rgb(110, 110, 110);
    font-weight: 400;
}

.match-oddds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* overflow-y: auto; */
    width: 100%;
    background-color: #ffffff;
    overflow-x: auto;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 0;
    padding-bottom: 0;
}

.match-oddds-inner {
    display: flex;
    align-items: center;
}

#dateBox {
    margin-left: 30PX;
}

.min_maX {
    background: #c1d4d6;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 15px;
}

.match-odd {
    padding: 5px 15px;
    background: #c9c9c9;
    border-radius: 0 17px 0 0;
    color: black;
}

.marquee-box {
    color: #6ac2ff;
    line-height: 25px;
    height: 25px;
    margin-bottom: 1px;
    background-repeat: repeat-x;
    background-image: linear-gradient(180deg, #2a3a43 27%, #1c282d 83%);
    display: flex;
    align-items: center;
}

.marquee-box h6 {
    padding: 0px 15px !important;
    background: rgb(14, 13, 13);
    color: #fff;
}

.chart_players {
    position: relative;
    padding: 5PX;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: rgb(36, 36, 36);
    height: 78PX;
    color: #FFF;
}

.liveDateTime {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #313131;
    padding: 1px 15px;
    border: 0.5px solid #555555;
    border-radius: 0 0 12px 12px;
}


.chart-container {
    width: 100%;
    /* max-width: 1000px; */
    height: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #2b2b2b;
    /* border-radius: 10px; */
    box-sizing: border-box;
    padding-bottom: 30PX;
}

.chart-container h2 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 5px 0;
    text-align: center;
}

#runRateChart {
    width: 100%;
    height: 100%;
}

.table-bookmaker {
    width: 100%;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-family: Arial, sans-serif;
    text-align: center;
   
    
}

.book-first-row {
    background: #fdf9b7 !important;
    border-bottom: 1px solid #ddd;

}
.book-first-row-2 td{
    padding: 5px 10px;
}
.book-first-row-2 {
    background: #FAF8D8;
    background: linear-gradient(90deg,rgba(250, 248, 216, 1) 0%, rgba(250, 248, 216, 1) 27%, rgba(151, 201, 229, 1) 51%, rgba(255, 203, 188, 1) 100%);
    padding: 10px 0;
    line-height: 30px;
   
   
}
td.bk-blue {
    background: #51a7e4;
    border: 1px solid #fff;
    
}
td.bk-red {
    background: #fc869e;
    border: 1px solid #fff;
    
}
/* td.f-tr-2 {
    background: #b5e1ff;
} */

.suspended{
    position: relative;
}
td.bookmark-suspended {
    position: absolute;
    width: 100%;
    left: 0;
    background: #0000009e;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    cursor: not-allowed;
    height: 100%;
}

td.btn-orange1{
    background-color: #72E3A0;
    text-align: center;
    padding: 10px 0;
}
button.fancy-btn.premium-btn2 {
    background: #D45E16;
}
.fancy-bet-tabs.premium-bet-tabs {
    background: #d45e16;
}
@media (max-width: 768px) {
    .match-odd-responsive {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        /* smooth iOS scrolling */
    }

    .match-oddds {
        min-width: 600px;
        /* set based on actual content width */
        /* display: flex;
        flex-direction: column; */
        gap: 10px;
    }

    /* .parrent-chart {
        min-width: 649px;
        overflow-x: scroll;
    }
    .parrent-chart {
        overflow-x: scroll;
        scrollbar-width: auto;
        scrollbar-color: #ccc #000;
    } */
}


/* ------------------------------------------------ */

/* Base Styles */
.parrent-chart {
    width: 100%;
    overflow-x: auto;
    /* Enables horizontal scroll */
}

.main_chart {
    width: 100%;
    min-width: 100%;
    /* Makes it full width by default */
}


/* .chart-container {
    min-width: 600px; /* Chart needs width to trigger scroll } */



/* Responsive tweak for small screens */
@media (max-width: 768px) {
    .main_chart {
        min-width: 700px;
        /* Forces scroll on small screens */
    }



    .chart_players>div {
        text-align: center;
    }
}