/* --------Sports Betting ------------------ */

/* Sidebar styles */
.sidebar {
    width: 250px;
    height: 100vh;
    background: #FFFFFF;
    color: rgb(0, 0, 0);
    padding: 0px;
    position: fixed;
    left: -250px ;
    transition: 0.3s;
    overflow-y: auto;
    z-index: 9;
    padding-bottom: 110px;
}

.sidebar.active {
    left: 0;
}

.side-sports {
    background: black;
    padding: 2px 0;
    /* text-align: center; */
    color: #fff;
    padding-left: 10px;
    /* font-size: 13px; */
}

.menu-item {
    list-style: none;
    padding: 1px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee1c0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.menu-item:hover {
    background: #fcf3da;
}

.submenu,
.nested-submenu {
    list-style: none;
    padding-left: 20px;
    display: none;
}

.submenu li,
.nested-submenu li {
    padding: 10px;
    cursor: pointer;
}

.submenu li,
.nested-submenu li {
    padding: 3px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.submenu li,
.nested-submenu li {
    padding: 3px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.toggle-btn {
    font-size: 18px;
    cursor: pointer;
}

/* Hamburger menu */
.hamburger {
    font-size: 30px;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    left: 19px;
    top: 0px;
    /* background: #2c3e50; */
    color: white;
    border: none;
    z-index: 1000;
    transition: 0.3s;
    background: none;
    font-size: 36px;
}

.btn-lights.active {
    background-color: #2d7cb5 !important;
    color: white !important;
}

/* Responsive */
@media (min-width: 768px) {
    .hamburger {
        display: none;
    }

    .sidebar {
        left: 0;
    }
}

.right-area {
    margin-left: 261px;
    margin-top: 5px;
}

.sports_heighlight {
    background: var(--primary-color);
    margin-top: 10px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sports_heighlight h5 {
    color: #fff;
}

.betting_table td {
    padding-bottom: 0rem;
}

.table_section {
    /* background: red; */
    height: 64vh;
    overflow: auto;

}

.betslip {
    background-color: #ffffff;
    padding: 5px;
    border: 0.5px solid #d6d6d6;
}

.betslip_header {
    background-color: var(--primary-color);
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.bet_content {
    min-height: 100px;
}

.bet_content p {
    color: #333333 !important;
    margin-top: 20px;
    padding: 10px;
}


.mobile_bet_slip {
    position: absolute;
    width: 100%;
    /* color: black; */
    z-index: 999;
    /* height: 100px; */
    /* right: 0; */
    bottom: 42px;
    background: #233343;
    display: flex;
    justify-content: center;
    padding: 5px;
    display: none;
}

button.btn_mob_bet {
    border: none;
    background: #ffc107;
    color: black;
    padding: 2px 5px;
    border-radius: 3px;
}

body {
    position: fixed;
    width: 100%;
    overflow: auto;
}

.odd_stake {
    display: flex;
}

@media screen and (max-width: 991px) {

    body {
        position: unset;
        width: unset;
        overflow: unset;
    }

    .mobile_bet_slip {
        display: block;
    }

    .search-bar {
        display: none;

    }

    .top_header_top {
        position: fixed;
        width: 100%;
        z-index: 999;
        /* margin-bottom: 66px; */
        top: 0;
    }

    @media screen and (max-width: 991px) {
        .secound_header {
            /* padding-top: 45px; */
            position: fixed;
            width: 100%;
            z-index: 1;
            top: 51px;
        }
    }

    .sidebar {

        top: 104px;
    }

    .right-area {
        margin-left: 250px;
        margin-top: 129px;
    }

    .table_section {

        height: auto;
        overflow: auto;
    }

    .betslip {

        margin-bottom: 20px;
    }

    .btn-info {
        margin-top: 5px;
    }
}







.table>:not(caption)>*>* {
    padding: .1rem .5rem;

}

span.plyr-name h6 {
    font-size: 14px;
    font-weight: bold;
    color: #2789ce;
    line-height: 18px;
}

.in_ply {
    color: rgb(87, 87, 87);
    display: block;
    line-height: 1;
    font-size: 13px;
}

.btn-warnings {
    background: #72BBEF;
    border-radius: 0;
}

.btn-warnings:hover {
    background: #72BBEF;
    border-radius: 0;
}

.btn-warnings:active {
    background: #72BBEF !important;
    border-radius: 0;
    border: none !important;
}

.btn-infos {
    background: #FAA9BA;
    border-radius: 0;
}

.btn-infos:hover {
    background: #FAA9BA;
    border-radius: 0;
}

.btn-infos:active {
    background: #FAA9BA !important;
    border-radius: 0;
    border: none !important;
}

td.btd {
    width: 106px;
}

td.pin {
    width: 30px;
}


/* -------------Bet Slip------------------- */

.slip-head,
.matched-head {
    background-color: #ced5da;
    font-size: 12px;
    display: flex !important;
    padding: 4px 2px;
}

.slip-head .col-bet,
.matched-head .col-bet {
    width: 43.2352941176%;
    width: 51.235294%;
}

.slip-head .col-odd,
.matched-head .col-odd {
    width: 60.705882%;
}

.slip-head .col-stake,
.matched-head .col-stake {
    width: 16.1764705882%;
    padding-left: 5px;
}

.slip-head .col-profit,
.matched-head .col-profit {
    width: 24.1176470588%;
    text-align: right;

}

.icon-in_play {
    font-size: 12px !important;
    /* margin-left: 10px; */
    padding: 3px 0;
}

.d-slip {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background-color: #c8e8ff;
    padding: 3px;
}

.d-slip p {
    font-size: 11px;
    width: 45.090395%;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
}

.odd-slip .col-odd {
    margin: 0 5px;
}

.col-odd {
    /* width: 14.7058823529%; */
}

.c-d {
    width: 53px;
    font-size: 11px !important;
    /* margin-top: -5px !important; */
    height: 23px;
    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;
}

dd {
    margin: 0;

}

.prf-pnt {
    text-align: right;
}

.i-close {
    background-color: rgb(225 39 39);
    padding: 1px 5px;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    cursor: pointer;
}

.bet-amt {
    background-color: #c8e8ff;
    padding: 5px 0;
    border-top: 1px solid #46b1ff;
}

.btn-lights {
    background-color: rgb(248, 248, 248);
    border: none;
    font-size: 12px;
    color: #1c1c1c;
    padding: 2px 2px;
    border: 0.5px solid #aaaaaa;
    border-radius: 3px;
    margin-right: 5px;
    width: 100%;
}

.bet-btns-list {
    background-color: #c8e8ff;
    padding: 2px;
    display: flex;
    justify-content: center;
    border-top: 0.5px solid #87c2ed;
    border-bottom: 0.5px solid #87c2ed;
    /* flex-wrap: wrap; */
    margin-top: 5px;
}

h6.winner {
    font-size: 12px;
    color: #5c5c5c;
    margin-left: 5px;
}

.odd-slip {
    display: flex;
}

p.prf-pnt {
    margin-left: 20px;
}

button.btn.btn-dangers.btn-sm {
    background: #f6f6f6;
    border: 1px solid #bdbdbd;
    padding: 0px 31px;
}

button.btn.btn-successs.btn-sm {
    background: #353535;
    color: #fff;
    padding: 0px 30px;
}

.btn-warnings.active {
    background-color: #008cff !important;
    color: white !important;
}

.btn-infos.active {
    background-color: #ff4f75 !important;
    color: white !important;
}

.bx.bxs-pin {
    color: gray;
    border: 1px solid gray;
    padding: 2px;
    border-radius: 19px;
}

.bxs-pin.active {
    color: green !important;
    border: 1px solid green;
}

@media (max-width: 1500px) {
    .sidebar {
        width: 170px;

    }

    .right-area {
        margin-left: 165px;

    }

    span.plyr-name h6 {
        font-size: 13px;

    }
}

@media screen and (max-width: 767px) {
    .right-area {
        margin-left: 0px;

    }

    .logo {
        display: none;
    }
}