*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* body{
    height: 100%;
    background-color: rgb(233, 233, 233);
    position: relative;
    min-height: 100%;
    top: 0px;
} */
.header-section .bg-dark-wrapper{
    background-color: #3a61a2!important;
}
.header-section .navbar-brand{
    margin-right: 10px;
}
.header-section .navbar-brand img {
    width: 150px;
}
@media only screen and (max-width: 600px) {
    .header-section .navbar-brand img {
        width: 70px;
    }
  }
.user_profile_detail {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    padding:5px 15px;
}
.icon-wrapper i{
    font-size: 23px;
    display: inline-block;
    padding-right: 8px;
}
.add-border{
    border: 1px solid #000;
}
.marquee {
    width: 100%;
    overflow: hidden;
    border: 0px solid #ccc;
    background: #6F8FCA ;
    color: #3a61a2;
    padding: 0px 1px;
    margin-right: 15%;
    margin-bottom: 0px;
}
.marquee li {
    display: inline-block;
    padding: 5px 10px 1px;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit !important;
    color: #fff;
}
.content_in_play_wrapper {
    min-height: 100%;
    height: 100%;
    background-color: #3a61a2;
    overflow: hidden;
    border-right: solid 5px #eee;
}
.match-status-table {
    display: table !important;
    line-height: 1.5;
}
.match-status-text {
    display: table-cell !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 0px 10px !important;
}
.inplay-show-tbl-td {
    background-color: #3a61a2!important;
    color: #fff;
    padding: 10px;
    /*font-family: open-sans-regular!important;*/
    font-weight: 600;
}
.spfont {
    font-family: inherit !important;
    width: 100%;
    display: table;
}
.bet_status_box, .match-status-table, .refresh-btn.reload-class {
    height: 100px !important;
}
.bet-status-text-div{
    text-align: center;
    display: grid;
    place-items: center;
    min-height: 100%;
    height: 100%;
    background-color: #3a61a2;
    border-right: solid 5px #eee;
    padding: 0px;
}
.content_matches_wrapper{
    color: #fff;
    max-height: 100px;
    height: 100px;
    padding: 0px;
    overflow: hidden;
    padding-top: 1px;
}
.refresh-btn {
    padding-right: 15px;
    float: right;
    background-color: #fff;
    text-align: center;
    padding: 14px;
    position: relative;
    right: 1px;
    min-height: 100%;
    height: 100%;
    background-color: #3a61a2;
}
.refresh_img {
    position: relative;
    top: 14px;
    font-size: 35px !important;
    color: #fff;
}
.market_type_row {
    background-color: #ffffff !important;
    color: #143D55;
}
/* .bet-place-tbl-th {
    border: none !important;
} */
.bet-place-tbl-th {
    text-align: center;
    background-color: #3A61A2 !important;
    color: #fff;
    padding: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    /* font-family: open-sans-semibold!important; */
    border: 1px solid #000 !important;
}
.bet-odds-type {
    color: #49494a;
    background-color: #E9E9E9 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #000;
    font-size: 14px;
    font-family: inherit !important;
    background-color: #fff;
}
.table>tbody>tr>td p, .table>tbody>tr>th p, .table>tfoot>tr>td p, .table>tfoot>tr>th p, .table>thead>tr>td p, .table>thead>tr>th p{
    margin: 0;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000;
}
.first-runner-bet-odds-yes-value {
    margin-bottom: 5px;
    background-color: #72bbee !important;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.first-runner-bet-odds-no-value {
    margin-bottom: 5px;
    background-color: #faa9ba !important;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.market_type_row {
    background-color: #ffffff !important;
    color: #143D55;
}
.market-name-row-color{
    background-color: #6e8fc9 !important;
    color: #fff;
    font-family: inherit !important;
    text-transform: none;
    font-weight: 500;
    font-size: 13px;
}
.header-top-spacing {
    padding-top: 15px;
    background-color: #e9e9e9;
}
.match-detail-container {
    width: 78%!important;
    float: left!important;
}
.match-detail-container .match-title p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.match-title>p {
    color: #3a61a2;
    /* font-family: open-sans-regular!important; */
    font-size: 14px!important;
    margin: 0 0 0!important;
}
.match-title>.match-info {
    color: #676767;
    /* font-family: open-sans-light!important; */
    font-size: 13px!important;
}
.match-detail-container .match-title p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
p.match-summary-text {
    margin: 0 0 7px!important;
    color: #333;
    /* font-family: open-sans-regular!important; */
    white-space: nowrap;
    min-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in-play-row-left {
    background-color: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    height: 80px;
}
.in-play-row-right {
    background-color: #3a61a2;
    padding: 11px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 80px;
}
.in-play-row-right>.match-time-dtl {
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.match-time-dtl-date {
    /* font-family: open-sans-regular!important; */
    color: #fff;
    margin-bottom: 0px;
}
.button1{
    background-color: #3a61a2;
    border-radius: 15px;
    font-family: inherit!important;
    height: 70px;
    margin: 1rem auto;
    position: relative;
    /* width: 230px; */
    width:100%;
    text-align: center;
    display: block;
    padding: 18px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff!important;
    border: none;
    outline: none;
    line-height: 1.7;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    text-transform: uppercase;
}
.button1:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), 0 4px 4px rgb(0 0 0 / 22%);
    background: #fff;
    text-decoration: none!important;
    color: #3a61a2!important;
}
.button1:focus {
    outline: none;
    box-shadow: none;
}
.button1:hover svg g path{
    fill: #3a61a2 !important;
}
.top-time-dtl {
    background-color: #3a61a2;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
}
.col-centered {
    float: none!important;
    margin: 0 auto!important;
}
.login_stripe {
    background-color: #3a61a2;
    border-radius: 10px;
    text-align: center;
    padding: 30px 10px;
}
#scrollviewmobile{
    opacity: 0;
}
#scrollviewmobile .modal-content{
    position: absolute;
    bottom: 0;
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
@media (max-width: 767px){
    #scrollView{
        display: none;
    }
    #scrollviewmobile{
        bottom: 0;
        opacity: 1;
        display: block;
        background: #00000091;
    }
.in-play-row-right {
    display: none;
}
.top-time-dtl {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
    font-size: 14px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 7px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.match-index-row .in-play-row-left{
    border-radius: 7px;
    height: 55px;
}
}
@media (max-width: 576px){
    .table>tbody>tr>td p, .table>tbody>tr>th p, .table>tfoot>tr>td p, .table>tfoot>tr>th p, .table>thead>tr>td p, .table>thead>tr>th p{
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 45px;
        margin: 0;
        float: left;
        overflow: hidden;
        font-size: 17px;
    }
    .bet-status-text-div{
        border-right: solid 5px #eee;
    }
    .header-user-coins{
        font-size: 12px;
        }
.padding-none{
    padding: 0;
}
        .height_200{
            height: 200px !important; 
        }
}

.slick-track {
    display: flex !important;
}

.slick-slide  {
    width: 42px !important;
    display: contents !important;
}

.slick-arrow {
    display: none !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70% !important;
}