/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Roboto';
}
a, .btn {transition: all 0.3s ease-in-out;}
a:hover { text-decoration: none; }
button, input, optgroup, select, textarea {
    letter-spacing: 0.5px;
    font-family: 'Roboto';
}
.custom-select:focus, .btn:focus, .form-control:focus, .btn:focus, input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.light-bg {
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 72px;
}

/* =============== Home Page =============== */

@media (min-width:1500px) {
    .container {
        max-width: 1440px;
    }
}
/* Top Section */
.top {
    background: transparent;
    height: 20px;
    line-height: normal;
    color: #facf0c;
    width: 100%;
    /* max-width: 200px; */
}
.top-links {
    display: flex;
    align-items: center;
}
.top-links p {
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 13px;
    color: #c6ccde;
}
.top-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-links ul li { 
    display: inline-block; 
    font-size: 13px;
}
.top-links a {color: #c6ccde;}
.top-links ul li:after {
    content: "|";
    padding: 0 10px;
    color: rgba(255,255,255,0.3);
}
.top-links a:hover { color: #177a01; }
.top-links ul li:last-child:after { 
    content: ""; 
    padding: 0;
}
.top-selection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 44px;
}
.top-selection .custom-select {
    width: 110px;
    padding: 5px 10px;
    font-size: 13px;
    height: 32px;
    border-radius: 2px;
    border: none;
    margin-left: 5px;
    background: url(../images/download.svg) no-repeat right 0.75rem center/8px 10px;
    background-color: #2c3856;
    color: #c6ccde;
}
.top-selection .custom-select.languages { width: 70px; }
button.btn.btn-signup {
    background: #177a01;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 110px;
    height: 32px;
    border-radius: 2px;
    color: #FFF;
    margin-left: 5px;
}
button.btn.btn-signup:hover,
button.btn.btn-login:hover { background: #facf0c; }
/* //Top Section */

/* Navigation */
.navigation {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.navigation .logo { display: block; }
.navigation .logo img { height: 44px; }
.login-form .form-control {
    background: #f1f5f9;
    border: none;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 13px;
    padding: 5px 10px;
    height: 32px;
    width: 160px;
}
button.btn.btn-login {
    background: #177a01;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 110px;
    height: 32px;
    border-radius: 2px;
    color: #FFF;
}
.forgotpassword {
    font-size: 13px;
    display: -webkit-inline-box;
    padding-top: 3px;
    color: #c6ccde;
}
.forgotpassword:hover { color: #177a01; }
.search-container { position: relative; }
.search-container input[type=text] {
    font-size: 14px;
    background: #2c3856;
    width: 210px;
    border: none;
    border-radius: 2px;
    padding-left: 10px;
    height: 32px;
    padding: 10px;
    color: #c6ccde;
}
.search-container button {
    padding: 0;
    background: transparent;
    font-size: 15px;
    cursor: pointer;
    color: #c6ccde;
    position: absolute;
    top: 50%;
    right: 10px;
    border: none;
    transform: translateY(-50%);
}
.search-container ::placeholder {
    color: #c6ccde;
}
.btn.btn-topnav {
    margin: 0 5px;
    background: #c7ccde;
    color: #2c3856;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: 36px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 13px;
}
.btn.btn-topnav.continue {
    background: #facf0c;
    color: #FFF;
    width: auto;
}
.loginformsection { justify-content: flex-end; }

section.main-section {
    width: 100%;
    display: flex;
    padding: 15px 15px;
    flex: 1;
}
section.main_section {
    align-items: inherit;
}
.mb-2, .my-2 {
    margin-bottom: 5px!important;
}
.mt-2, .my-2 {
    margin-top: 5px!important;
}
.sports-list_bg {
    background: #d1e7de;
    height: 100%;
    border-radius: 5px;
}
.sports-list {
    flex: 0 0 250px;
    width: 250px;
}
.sports-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.sports-list ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px 8px;
    border-bottom: 1px solid #EEE;
    background: rgba(67, 170, 44, 0.3);
}
.sports-list ul li a {
    display: flex;
    align-items: center;
}
.sports-list ul li a i {
    font-size: 26px;
    margin-right: 12px;
    color: #ffffff;
}
.sports-list h6 {
    font-size: 14px;
    margin-bottom: 2px;
    color: #121212;
}
.sports-list p {
    margin-bottom: 0;
    color: #212529;
    font-size: 15px;
}
.sports-list h2 {
    font-size: 16px;
    padding: 12px;
    font-weight: 500;
    margin-bottom: 0;
    color: #ffffff;
    background: #facf0c;
    border-radius: 5px 5px 0 0;
}
.sports-list h2 span {
    color: #facf0c;
}
.sports-list .new2:hover {
    background: #177a01;
}
.sports-list .new2.active{
}
.sports-list .new2:hover a i {
    color: #FFF;
}
.sports-list .new2:hover h6 {
    color:#fff;  
}
.sports-list .new2:hover p {
    color: #f7f7f7;
}
.sports-list .active_event_cls{
    background: #177a01;

}
.sports-list .active_event_cls h6{
    color:#fff;  
}


a#BetslipCollpase { display: none; } 
.content-section {
    flex: 1;
    width: calc(100% - 580px);
    background: #FFF;
    /* margin: 0 5px 5px; */
    margin-bottom: 0;
    overflow-y: auto;
}
.content-section .profile_table {
    border-radius: 0;
}
.content-section > .carousel { margin: -15px -15px 20px; }
.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}
.all-matches-list {
    margin: 0 7px 7px;
    border-radius: 10px;
    background: #FFF;
    border-bottom: 2px solid #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.match-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.match-image img {
    width: 100%;
    border-radius: 7px 7px 0 0;
    transform: scale(1.07);
    transition: all 0.3s ease-in-out;
}
.all-matches-list:hover {
    border-bottom: 2px solid #2c3856;
}
.all-matches-list:hover img { transform: scale(1); }
.match-details { 
    padding: 12px; 
    position: relative;
}
.live {
    position: absolute;
    right: 0;
    top: 0;
    background: #4bc10e;
    width: 50px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px
}
.match-name p {
    font-weight: 500;
    margin-bottom: 2px;
    color: #212529;
}
.match-name span {
    font-weight: 500;
    font-size: 13px;
    color: #999;
}
.match-name span i {
    margin-right: 3px;
    vertical-align: middle;
}
.bet-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.bet-buttons .btn {
    background: #f1f5f9;
    color: #5f686f;
    border: 1px solid #cfd1d8;
    font-size: 14px;
    padding: 5px 12px;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 3px;
    transition: 0.3s ease-in-out;
}
.bet-buttons .btn .rate {
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    transition: 0.2s ease-in-out;
}
.bet-buttons .btn.active, 
.bet-buttons .btn:hover {
    background: #177a01;
    border: 1px solid #177a01;
    color: #FFF;
}
.bet-buttons .btn.active .rate, 
.bet-buttons .btn:hover .rate { color: #FFF; }

.latest-results .fixed-height {
    height: 320px;
    overflow-y: auto;
}
.section-title {
    font-size: 16px;
    color: #121212;
    background: #f1f5f9;
    padding: 10px 15px;
    border-radius: 0;
    margin: 0;
}
.section-title span {color: #121212;}
.latest-results-list {
    background: #FFF;
    border-bottom: 2px solid #000;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    border-radius: 10px;
    margin: 5px 5px 10px;
    transition: all 0.3s ease-in-out;
}
.latest-results-list:last-child { margin-bottom: 0; }
.latest-results-list-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
}
.country-flag {
    width: 80px;
    height: 80px;
    border: 1px solid #DDD;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.country-flag img {max-width: 100%;}
.resultsdetails h4 {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 3px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2px;
}
.resultsdetails p {
    text-align: center;
    margin-bottom: 0;
    color: #999;
    font-size: 12px;
    font-weight: 500;
}
.latest-results-list-footer {
    padding: 7px;
    border-top: 1px solid #DDD;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
}
.resultsdetails.middle {
    display: flex;
    align-items: center;
}
.ratio {
    font-size: 22px;
    font-weight: 500;
    position: relative;
}
.semi-column {
    margin: 0 15px;
    font-size: 22px;
    font-weight: 500;
    color: #999;
}
.game-result {
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #177a01;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}
.game-result:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px 4.5px 0;
    border-color: #177a01 transparent transparent transparent;
}



.bet-slip {
    flex: 0 0 500px;
    width: 500px;
    height: 100%;
    margin-left: 15px;
}
.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 540px);
}
.placeholder p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 7px;
}
.placeholder span {
    color: #999;
    text-align: center;
    font-weight: 400;
    padding: 0 20px;
}
.bet-slip-list {
    background: #f1f5f9;
}
.bet-slip-height {
    overflow-y: auto;
    height: calc(100vh - 406px);
}
.bet-slip-list h2 {
    font-size: 16px;
    padding: 0 10px;
    font-weight: 500;
    margin-bottom: 0;
    color: #ffffff;
    background: #facf0c;
    border-radius: 5px 5px 0 0;
    height: 44px;
    line-height: 44px;
}
.bet-slip-list h2 span { color: #facf0c; }

.bet-slip-details {
    padding: 5px 10px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0.5rem;
}
/* .bet-slip-height { */
/* height: 250px; */
/* overflow-y: auto; */
/* } */
.bet-slip-details:nth-child(even) { 
    background: #e0e3ea; 
}
.bet-slip-details .match-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bet-slip-details .match-title a {color: #666;line-height: normal;}
.bet-slip-details .match-title a:hover { color: #facf0c; }
.bet-slip-details .match-title h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
}
.bet-slip-details .bet-details {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.bet-slip-details .bet-details h6 {
    margin-bottom: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #5f686f;
    font-weight: 500;
}
.bet-slip-details .bet-details h6 span {
    color: #16aaf1;
    font-weight: 500;
}
.bet-slip-details .bet-details p { 
    margin-bottom: 4px; 
    color: #5f686f;
}
.bet-slip-details .bet-details p:last-child { margin-bottom: 0px; }
.bet-slip-details .bet-details p span { font-weight: 500; }
#myform {
    display: flex;
    align-items: center;
    width: 100%;
}
.qty {
    width: 100%;
    height: 25px;
    text-align: center;
    background: #edeff4;
    border: 1px solid #edeff4;
}
.bet-slip-details:nth-child(even) .qty {
    background: #FFF;
    border: 1px solid #FFF;
}
input.qtyminus, input.qtyplus {
    width: 25px;
    height: 25px;
    background-color: #facf0c;
    border: 1px solid #facf0c;
    color: #121212;
    /* font-size: 22px; */
}
input.qtyminus {border-radius: 5px 0 0 5px;}
input.qtyplus {border-radius: 0 5px 5px 0;}
input.qtyplus:hover, input.qtyminus:hover { 
    background-color: #177a01;
    border: 1px solid #177a01;
}
.placebid {

}
.betcalculation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.betcalculation .left p {
    color: #c6ccde;
    margin-bottom: 0;
    line-height: 28px;
}
.betcalculation .right p {
    color: #FFF;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 500;
}
.actionbutton {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.btn.btn-placebid {
    margin: 3px 3px 0 0;
    background: #fff;
    color: #2c3856;
    font-weight: 500;
    line-height: normal;
    height: 24px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 10px;
    padding: 0 5px;
}
button.btn.btn-placebid.continue {
    background: #177a01;
    color: #FFF;
}
/* //Navigation */

/* =============== //Home Page =============== */

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #171717;
}

/* =============== //Live Bating Page =============== */
.show { display: block; }
.filterDiv {
    /*display: none;*/
    margin-bottom: 3px;
}
.filterDiv .header { 
    position: relative;
    background: #97a2ad;
    padding-right: 40px;
}
.filterDiv .header.header_title { background: #facf0c; }
.filterDiv .header a {
    display: block;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    height: 34px;
    padding: 0.4rem;
}
.filterDiv .header_title a {
    font-weight: 500;
    background: #facf0c;
}
.filterDiv .header .contex-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
}
.filterDiv .header .contex-menu svg {
    font-size: 12px;
}
.filterDiv .body {
    border: 1px solid #d7e2ec;
}
.clicktobet {
    flex: 1;
    display: flex;
    padding: 2px;

}
.clicktobet .btn.active, .clicktobet .btn:hover {
    background: #177a01;
    border: 1px solid #177a01;
    color: #FFF;
}
.clicktobet .btn {
    background: #f1f5f9;
    color: #5f686f;
    border: 1px solid #cfd1d8;
    font-size: 13px;
    font-weight: 400;
    padding: 0.3rem;
    width: 100%;
    border-radius: 3px;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: 0.2s ease-in-out;
}
/*.td_sm_width {
    width: 100px;
}*/
.display_flex_in {
    flex: 1;
    white-space: inherit !important;
}
.clicktobet .btn.active .rate, .clicktobet .btn:hover .rate {
    color: #FFF;
}
.clicktobet .btn .rate {
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    transition: 0.2s ease-in-out;
}
.wrapflax { flex-wrap: wrap; }
.clicktobet.wrapflax .btn {
    max-width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    margin: 2px;
}
.paddingleft {
    padding-left: 0.5rem;
}
.paddingright {
    padding-right: 0.5rem;
}
/* =============== //Live Bating Page End =============== */

/* =============== //Account Page =============== */
.account-details .form-details { margin-bottom: 20px; }
.form-details {
    /* border: 1px solid #EEE; */
    /* padding: 30px 15px 0; */
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}
.form-details h3 {
    position: absolute;
    background: #FFF;
    top: -12px;
    font-size: 18px;
    font-weight: 400;
    left: 10px;
    color: #177a01;
    margin-bottom: 0;
    padding: 3px 8px;
}
.account-details .form-group {
    margin-bottom: 12px;
    position: relative;
}
.account-details label {
    margin-bottom: 0.1rem;
    font-size: 13px;
    font-weight: 500;
}
.account-details .form-control {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
}
.account-details textarea.form-control {
    height: auto;
}
span.countrycode {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 16px;
    font-weight: 500;
    transform: translateY(-50%);
}
.bg-block {
    background: #f1f5f9;
    width: 100%;
    border-radius: 0.25rem;
    padding: 15px;
    margin-bottom: 15px;
}
.icon {
    width: 1%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.icon img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #2c3856;
}
.proof_label {
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}
.file-upload {
    text-align: center;
    position: relative;
}
.upload {
    width: 70%;
    height: 40px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #177a01;
    color: #FFF;
}
.custom-file-upload {
    position: absolute;
    left: 15%;
    top: 0;
    width: 70%;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.instruction ul {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.instruction ul li {
    display: block;
    padding-bottom: 5px;
    list-style: none;
}
.btn.btn-theme {
    background: #facf0c;
    color: #121212;
    width: 160px;
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    white-space: nowrap;
    line-height: 32px;
}
.btn.btn-theme:hover, .btn.btn-theme:focus {
    background: #177a01;
    color: #fff;
}
.account-details {
    background: rgba(23, 122, 1, 0.2);
    padding: 15px;
    border-radius: 0;
    background: #d1e7de;
}
.account_detail {
    border-radius: 5px;
    background: #fff;
    padding: 0;
}
.account_detail  .profile_table {
    /* border-radius: 5px; */
}
.instruction h6 b {
    font-weight: 500;
}
/* =============== //account page end =============== */

/* =============== //my bets page =============== */

.mybet-tab.nav-tabs {
    border: none;
}
.mybet-tab.nav-tabs .nav-link.active, .mybet-tab.nav-tabs .nav-link:hover {
    color: #FFF;
    background-color: #177a01;
    border-color: #177a01;
}
.mybet-tab .nav-link {
    background: #2c3856;
    padding: 6px;
    font-size: 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #2c3856;
    display: block;
    margin: 0 3px;
}
.mybet-list {
    background: #FFFF;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    min-height: 580px;
}
.text-primary {
    color: #16aaf1 !important;
}
.text-success {
    color: #28a745 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.page-item.active .page-link, .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #177a01;
    border-color: #177a01;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f5f9;
}
.table td, .table th { vertical-align: middle; }
/* =============== //me bets page end =============== */

/* =============== //withdrawal page =============== */

.withdrawal-history {
    background: #FFFF;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
}
/* =============== //withdrawal page end =============== */

/* =============== //model =============== */
.modal-header {
    padding: 10px;
    background: #f1f5f9;
}
.section-title_model {
    color: #facf0c;
    background: none;
    padding: 0;
}
.modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
    margin: 0;
}
.card-details img {
    width: 250px;
    margin-bottom: 30px;
}
.card-details label {
    margin-bottom: 0.1rem;
    font-size: 13px;
    font-weight: 500;
}
.card-details .form-control {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #177a01;
}
/* =============== //model end =============== */

/* =============== //footer =============== */

/*footer {
    background: #1c2438;
    padding: 40px 0px 20px 0;
    margin-top: 15px;
}*/
footer {
    background: #121212;
    padding: 10px 0px 10px 0;
}
footer h2.section-title {
    color: #177a01;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 0;
    background: no-repeat;
    padding: 0;
}
.something-about p {
    line-height: 22px;
    color: #95aeb9;
    font-size: 13px;
    font-weight: 400;
}
.quick-links ul {
    padding: 0;
    margin: 0;
}
.quick-links ul li {
    display: block;
    padding-bottom: 12px;
    transition: 0.3s ease-in-out;
    font-weight: 400;
}
.quick-links ul li:last-child { padding-bottom: 0; }
.quick-links ul li a {
    color: #95aeb9;
    transition: 0.3s ease-in-out;
}
.quick-links ul li a svg {
    margin-right: 5px;
}
.quick-links ul li:hover {
    padding-left: 15px;
}
.quick-links ul li:hover a {
    color: #FFF;
}
/*.copyright {
    background: #1c2438;
    padding: 20px 0 0;
    text-align: center;
    color: #95aeb9;
    font-weight: 400;
    line-height: 26px;
    border-top: 1px solid #4c4c4c;
    margin-top: 40px;
}*/
.copyright {
    /* background: #1c2438; */
    /* padding: 20px 0 0; */
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px; 
    /* border-top: 1px solid #4c4c4c; */
    /* margin-top: 40px; */
}
.onlinesports a img {
    margin-bottom: 20px;
    height: 60px;
}
.onlinesports a {
    display: block;
}
.contact_social ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.contact_social ul li {
    list-style: none;
}
.contact_social ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
    background-color: #177a01;
    margin-right: 15px;
    color: #fff;
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    font-size: 16px;
}
.contact_social ul li:hover a {
    background: #1c2438;
}

/* =============== //footer end =============== */

/* =============== //header =============== */
.navbar-brand img {
    height: 50px;
}
.inset img {
    border-radius: inherit;
    width: inherit;
    height: inherit;
    display: block;
    position: relative;
    z-index: 998;
}
.inset {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 10px;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6), 0 1px 1px rgba(0,0,0,0.1);
    background-color: transparent !important;
    z-index: 999;
}
.navbar-light .navbar-nav .nav-link.username {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #121212;
    text-decoration: none;
    background-color: #facf0c;
}
.dropdown-item i {
    margin-right: 5px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.2s ease-in-out;
}
/*.dropdown-menu {
    right: 0 !important;
    left: inherit;
}*/
/* =============== //header end =============== */

/* =============== //join now end =============== */
.register-box {
    display: flex;
    background: url(../images/register_bg.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.register-box:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.register-details {
    display: flex;
    flex-direction: column;
    width: 500px;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1020;
    height: 100%;
}
.register_details .form-group i {
    position: absolute;
    top: 44%;
    width: 40px;
    right: 0;
    height: 40px;
    background: #facf0c;
    border-radius: 0 0.25rem 0.25rem 0;
    text-align: center;
    color: #121212;
    line-height: 40px;
}
.register_details .form-group {
    position: relative;
}
.register-logo {
    padding: 10px;
    z-index: 1;
    border-radius: 10px 10px 0 0;
}
.register-logo img {
    height: 70px;
}
.register-logo a {
    display: block;
    text-align: center;
}
.register_details {
    padding: 20px 30px 30px;
    z-index: 1;
}
.register_details .form-group label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.register_details .form-group .form-control {
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
    line-height: 30px;
}
.action-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.action-links p a {
    color: #177a01;
    font-weight: 500;
}
.action-links p a:hover {
    color: #2c3856;
}
.action-links p {
    display: block;
    margin-bottom:  0px;
}
.register_tex {
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 600px;
    justify-content: center;
    padding: 0 50px;
}

.register_tex h2 {
    color: #fff;
    margin-bottom: 15px;
}

.register_tex p {
    color: #eee;
    line-height: 24px;
}
/* =============== //join now end =============== */

/* =============== //chat =============== */
.trollbox {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.trollbox-input {
    padding: 3px;
    width: 100%;
    background: #facf0c;
    z-index: 100;
    align-items: center;
    position: relative;
}
.trollbox-input input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    border-radius: 0;
    padding: 3px 30px 3px 3px;
}
a.send {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #facf0c;
    display: block;
}
.trollbox-input i { font-size: 20px; }
.chat div {
    max-width: 300px;
    word-wrap: break-word;
    margin-bottom: 4px;     
}
.clear { clear: both }
.from-them {
    position: relative;
    padding: 5px;
    background: #f1f5f9;
    border-radius: 4px;
    color: black;
    float: left;
    font-size: 12px;
}
.username {
    font-size: 11px;
    font-weight: 500;
}
.from-me p, .from-them p { margin-bottom: 0; }  
.text {
    opacity: 0.8;
    color: #8295ce;
}
i.fa.fa-close { 
    font-size: 15px;
    color: #ff4700;
}
.chat_bg {

}
.chat_bg_in {
    padding: 10px;
    background: #fff;
}
.chat_main {
    margin-top: 15px;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
}
.chat_pro {
    background: #fff;
    width: 50px;
    height: auto;
    flex: 0 0 50px;
    padding: 5px;
    overflow-y: auto;
    border-right: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.chat_pro ul {
    padding: 0;
    margin: 0;
}
.chat_pro ul li {
    list-style: none;
    margin-bottom: 5px;
}
.chat_pro ul li img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.chat_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.chat_head .btn {
    display: inline-block;
    font-weight: 400;
    color: #97a2ad;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.chat_head .dropdown i {
    color: #177a01;
}
.chat_head .dropdown-menu i {
    color:  #97a2ad;
}
.chat_head .dropdown-menu {
    right: 0;
    left: inherit;
    padding:0;
}
.chat_head .dropdown-item {
    padding: 0.5rem;
    font-size: 14px;
}
.chat_head .dropdown-item:hover, .dropdown-item:focus {
    background-color: #e0e3ea;
    color: #212529;
}
.chat_main .nav-tabs .nav-link {
    border: 0;
}
.chat_main .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #facf0c;
}
.chat_main .nav-link {
    color: #2c3856;
    font-weight: 500;
}
/* =============== //chat end=============== */

/* =============== //banner=============== */
.add img {
    width: 100%;
}
.add {
    padding-top: 15px;
}
/* =============== //banner end=============== */

/* =============== //live_Score=============== */

.small {
    font-size: 13px;
}
.theme_color {
    color: #facf0c;
}
.theme_bg {
    background: #facf0c;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.theme_bg i {
    margin-left: 5px;
}
.livescore .table-bordered td, .table-bordered th {
    border: 1px solid #eee;
}
.livescore .table td, .table th {
    padding: .5rem;
    vertical-align: middle;
    border-top: 1px solid #eee;
    white-space: nowrap;
}
.theme_bg {
    color: #fff;
    font-size: 14px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.theme_bg_color {
    background: #facf0c;
}
.data_link a {
    background: #177a01;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
}
.livescore .table tbody tr:hover {
    background: #c7ccde;
}
.livescore .custom-control {
    position: relative;
    display: block;
    min-height: 0;
    padding-left: 1.5rem;
}
.livescore .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 3px;
    left: 0;
    width: 1rem;
    height: 1rem;
}
.livescore .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.livescore .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
/* =============== //live_Score end=============== */

.fixedbg {
    position: fixed;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    z-index: 1019;
    top: 0;
    left: 0;
}




.theme_Color {
    color: #f8cd32 !important;
}

.profile_table .table td, .profile_table .table th {
    padding: 0.4rem 0.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
    white-space: nowrap;
}
.profile_table .table th {
    font-weight: 500;
}
.date_filter .form-group {
    margin-bottom: 0;
}
.new_date_filter .form-group {
    margin-bottom: 12px;
}
.date_filter {
    display: flex;
    line-height: normal;
    margin-bottom: 10px;
}
.date_filter .form-group {
    width: 100%;
    margin-right: 5px;
}
.date_filter .form-control {
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
    padding: .7rem .75rem;
}
.choose_time {
    display: flex;
}
.choose_time div {
    margin-right: 5px;
}
.choose_time .btn.btn-theme {
    background: #177a01;
    width: 100%;
    color: #fff;
}
.dark {
    background: #f1f5f9;
    font-size: 14px;
    color: #121212;
}
.mybets {
    margin-bottom: 0px; 
}
.mybets_tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #177a01;
}
.mybets_tab .nav-pills .nav-link {
    border-radius: 0;
    text-align: left;
    background: #f1f5f9;
    color: #121212;
    /* margin-right: 5px; */
    height: 44px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.mybets_tab .nav-pills .nav-link i {
    font-size: 18px;
    margin-right: 7px;
}
.mybets_tab .nav-pills .nav-item:last-of-type .nav-link {
    margin-right: 0;
}
.mybets_tab li {
    /* width: 50%; */
    margin-bottom: 15px;
}
.main_tab .navbar {
    background: #facf0c;
}
.main_tab .navbar-dark .navbar-nav .nav-link {
    color: rgb(209, 231, 222);
}
.main_tab .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.main_tab .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: rgb(255, 255, 255);
}
.main_tab .nav-link {
    font-weight: 500;
}
.main_tab .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.live_bet {
    margin-bottom: 5px;
}
.live_bet .card {
    border:none;
}
.live_bet a {
    width: 100%;
}
.bet_setting .account-details .form-group {
    margin-bottom: 0;
}
.live_bet .bet_setting_btn .btn.btn-theme {
    width: auto;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
}
.bet_setting_btn {

}
.live_bet .btn.btn-theme {
    background: #f1f5f9;
    color: #121212;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    white-space: nowrap;
    line-height: normal;
    padding: 10px;
    text-align: left;
    height: inherit;
}
.live_bet .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    border-radius: 0 0 5px 5px;
}
.content-section .mybets_tab li {
    /* width: 25%; */
}
span.table_title {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
}
.bg-danger {
    background-color: #faa9ba !important;
}
.bg-primary {
    background-color: #72bbef !important;
}
.bg-danger-btn {
    background-color: rgba(220, 53, 69, 0.3) !important;
}
.bg-primary-btn {
    background-color: rgba(0, 123, 255, 0.3) !important;
}
button.bg-danger-btn:hover{
    background-color: #bd2130!important;
}
button.bg-primary-btn:hover{
    background-color: #0062cc!important;
}
.tab_tital {
    background: #f1f5f9;
    color: #121212;
    text-transform: capitalize;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.td_hover:hover {
    background: #f1f5f9!important;
}
.td_hover {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}




.sport_list {
    width: 100%;
    flex: auto;
    padding: 15px 0px 10px 0px;
}
.sport_list .new2 {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 20px);
    padding: 20px 8px;
    border-bottom: 0;
    background: none;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    margin: 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
.sport_list .new {
    flex-direction: row;
}
.sport_list .new2 a i {
    font-size: 40px;
    margin-right: 0px;
    color: #facf0c;
    margin-bottom: 10px;
}
.sport_list .new2:hover {
    background: #facf0c;
}
.sport_list .new2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bet-slip_height {
    height: inherit;
    overflow-y: inherit;
}


.betslip_tabs ul {
    display: flex;
}
.betslip_tabs li {
    width: 50%;
}
.betslip_tabs div#pills-tabContent {
    background: #f1f5f9;
    /*height: calc(100vh - 466px);*/
    overflow-y: auto;
}
.betslips_tabs div#pills-tabContent {
    background: #f1f5f9;
    /*height: calc(100vh - 283px);*/
    overflow-y: auto;
}
.bet_head {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
    background: #d1e7de;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bet-details_form label {
    margin-bottom: 0px;
    line-height: normal;
    font-weight: 500;
    font-size: 11px;
}
.bet-details_form .form-control {
    height: calc(1.5em + .75rem + -8px);
}

.betslip_tabs  .nav-pills .nav-link {
    word-break: break-all;
    padding: 0.5px 0.5px;
    line-height: 44px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #121212;
    text-decoration: none;
    background-color: #facf0c;
}
.data-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}
.suspend {
    background-color: #718876 !important;
    color: #fff !important;
    text-align: center;
    border-right: 1px solid #fff;
}
.table_title_white {
    color: #fff;
}

#lottery_name
{
    background: #549c44;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 7px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: fit-content;
}

.table_title_right
{
    text-align: right;
}
.table_title_right span{
    margin-right: 20px;
    font-weight: bold;
    font-size:10px;
}
#commentary_text
{
    display: block;
    font-size: 14px;
    color: #facf0c;
}

.profile_table .table .back_opa_no:before {
    position: absolute;
    background: #000;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.profile_table .table .back_opa_no {
    user-select: none;
    position: relative;
    cursor: not-allowed;
}
.eventlistdataloader{
    position: relative;
}
.table_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.in-inply {
    background: #facf0c;
    white-space: nowrap;
    border-radius: 10px;
    animation: blink 2s linear infinite;
}
.in-inply p {
    display: none;
}

@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
.place_option{
    cursor:auto;
}
.place_option i{
    cursor:pointer;
}
.live_bet .bet_setting_btn .btn.place_option {
    cursor: auto;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
}
.load {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #177a01;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*.PlaceBetAllBtn {
    display: block;
}*/
.BtnBetDiv {
    display: flex;
    justify-content: space-between;
}

:focus {
    outline: none;
}

.table_767_flex .form-control {
    border: none;
    padding: 0;
    height: inherit;
}
.new_filter {
    display: none;
}
.pading_15 {
    padding:0;
}
.tb_title {
    display: none;
}

.white_space {
    white-space: normal !important;
}
.close_item {
    display: none;
    padding: 5px 0 10px 0;
    text-align: right;
}
.close_item i {
    background: #facf0c;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 4px;
}
.close_item1 {
    display: none;
    padding: 10px;
    text-align: right;
}
.close_item1 i {
    background: #facf0c;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 4px;
}
/*.navbar-light .navbar-nav .nav-link.active {
    color: rgb(23, 122, 1);
}*/

.d_td_none {
    display: none;
}
.mr_5 {
    margin-right: 5px;
}
/*.new_table .card-body {
    padding: 0 ;
}
.new_table .card {
   border: none;
}
.new_table {
    
}
.new_table ul {
    padding: 0;
}
.first_row {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
}
.first_row span {
    padding: .5rem;
}
.second_row .bet-slip-details {
    padding: 5px;
}
.heading_row {
    display: flex;
    background: #f1f5f9;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    justify-content: space-around;
}
.heading_row span {
    padding: .5rem;
    font-weight: 500;
    color: #000;
}
.first_row span.tital {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
}
.bet_details_flex {
    display: flex;
}
.bet_details_flex .form-control {
    height: 26px;
}
.second_row .bet-details_form label {
    margin-bottom: 0px;
    font-size: 13px;
}
.second_row .date_filter .form-group {
    margin-bottom: 2px;
}
.second_row button.btn.btn-placebid {
    margin: 2px 0px 0 0;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 3px;
}
.second_row .BtnBetDiv {
    padding: 2px 0 0;
}
.display_flex_1 {
        flex: 1;
    }
*/

.pro_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background-color: #f1f5f9;
}
.pro_flex h6 {
        margin-bottom: 0;
    }
.profit_loss_span{
    /* margin-right: 20px; */
    font-weight: bold;
    font-size:12px;
    float: right;
}
.new_table td.bg-primary:nth-child(2) {
    background: transparent !important;
}

.new_table td.bg-primary:nth-child(3) {
    background: transparent !important;
}

.new_table td.bg-danger:nth-child(6) {
    background: transparent !important;
}

.new_table td.bg-danger:nth-child(7) {
    background: transparent !important;
}
.date_filter div:nth-child(4) {
    margin-right: 5px;
}
.t_r {
    text-align: right;
}
.t_l {
    text-align: left;
}
.c_color {
        color: #333 !important;
    }
.s_t {
    display: none;
}
.t_n {
    margin: 0;
    display: inline-block;
}
.s_t_b {
    margin: 0;
    display: inline-block;
}









.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    background: #177a01;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
}

#sidebar {
    min-width: 180px;
    max-width: 180px;
    color: #fff;
    transition: all 0.3s;
    background-image: linear-gradient(to bottom, #ffffff, #f1f2f3, #f3f4f5, #f5f6f7, #f7f8f9);
    z-index: 9999;
    position: fixed;
    top: 74px;
    left: 0;
    height: calc(100vh - 74px);
    margin-left: -180px;
}

#sidebar.active {
    margin-left: 0;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

/*#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}*/

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 20px 10px;
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 4px solid transparent;
    color: #121212;
}
#sidebar ul li a:hover {
    color: #facf0c;
    background: rgba(23, 122, 1, 0.2);
    border-right: 4px solid #facf0c;
}

#sidebar ul li.active > a {
    color: #facf0c;
    background: rgba(23, 122, 1, 0.2);
    border-right: 4px solid #facf0c;
}
#sidebar ul li a i {
    font-size: 24px;
    margin-bottom: 10px;
}
.components {
    margin-bottom: 0;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: calc(100vh - 74px);
    transition: all 0.3s;
    width: 100%;
    display: flex;
    align-items: stretch;
    position: absolute;
    top: 74px;
    right: 0;
    margin-bottom: 60px;
}
#content.active {
    width: calc(100% - 180px);
}   
.main_content {
    width: 100%;
}
:not(:root):-webkit-full-screen::backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #fff !important;
    overflow: auto;
}
.navbar-collapse {
    flex-grow: inherit;
}
.n_navbar {
    padding: 0px !important;
}
.i_btn{
    cursor: pointer;
}
.i_btn i {
    font-size: 18px;
    color: #121212;
    transition: all 0.5s ease-in-out;
}

.i_btn i:hover {
    color: #177a01;
}
.o_2 {
    background: transparent;
    padding: 0px 15px 0px 15px;
    border-radius: 0 0 0 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* border-left: 2px solid #f8cd32; */
    /* border-bottom: 2px solid #f8cd32; */
}
.pad_0 {
    padding-right: 0;
}
.o_2 ul li .dropdown-menu {
    left: inherit;
    margin: 0.5rem 0 0;
    right: 0;
}
.navbar-brand {
    margin-right: 0;
}
.o_2  .navbar-nav {
    align-items: center;
}
.b_1 {
    border: 2px solid #f1f5f9;
}
.table_odds a {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 3px;
    padding: 2px 8px;
    line-height: normal;
}

.pri_odd {
    background-color: #72bbef  !important;
    color: #FFF !important;
}
.sec_odd {
    background-color: #faa9ba  !important;
    color: #FFF !important;
}
.m_name {
    font-weight: normal;
    letter-spacing: 0.2px;
}
.n_badge  {
    margin-bottom: 0;
}
.n_badge .badge-secondary {
    background-color: #177a01;
}

.n_badge .badge {
    font-size: 70%;
}
.time_text {
    color: #999;
    font-size: 14px;
}
.m_name a {
    color: #121212;
    transition: all 0.5s ease-in-out;
}
.m_name a:hover {
    color: #facf0c;
}
.ndf {
}
.box_s {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 4px 10px;
    border-radius: 10rem;
    font-size: 12px;
    background: #ffffff;
    color: #121212;
}
/*.components a.nav-link.active {
    color: #facf0c !important;
    background: rgba(23, 122, 1, 0.2);
    border-right: 4px solid #facf0c;
}*/

.titl_tex {
    /* padding: 5px 30px; */
    /* border-left: 4px solid #177a01; */
    /* border-right: 4px solid #177a01; */
    display: inline-block;
    /* background: #f1f5f9; */
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}
.m_se {
    display: block !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.padr_0 {
    padding-right: 0
}
.padl_0 {
    padding-left: 0
}
.c_bg {
    padding: 15px;
    background: #f1f5f9; 
}
.mr_05 {
    margin-right: 5px;
}
.mr_00 {
    margin-right: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: transparent !important;
}
.back-btn {
    display: none;
}
.nav-bottom-nav {
     display: flex;
     justify-content: center;
     flex-direction: row;
     width: 100%;
     height: 60px;
     -webkit-filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
     filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
     position: fixed;
     bottom: 0;
     z-index: 999;
     left: 0;
     background: #f1f5f9;
    }
    .nav-slot-bottom-nav {
     width: 20%;
     text-align: center;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
    }
    .nav-slot-bottom-nav:not(.curve) {
        border-top: 3px solid #facf0c;
    }
    .nav-link-bottom-nav {
     line-height: 1.5;
     align-items: center;
     color: #aab2bd;
     border-radius: 50rem;
     padding: 0.5rem 0.5rem;
     transition: 0.3s all;
    }
    .active-bottom-nav {
     color: #2575fc;
    }
    .nav-link-bottom-nav:hover {
     transition: 0.3s all;
     
    }
    .curve {
     flex-basis: auto !important;
     background-image: url('../images/curve.svg');
     background-repeat: no-repeat;
     /* background-size: cover; */
     /* background-position-y: center; */
     /* width: 100px; */
     height: 100%;
    }
    .floating-button {
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 3;
        text-align: center;
        color: #FFCE54;
        border-radius: 50%;
        bottom: 50px;
        background-image: linear-gradient(to top, #177a01 0%, #43aa2c 100%);
        z-index: 1;
        transition: 0.3s all;
       box-shadow: 0 0 10px -1px rgb(50, 152, 28);
    }
    .nav-slot-bottom-nav i {
        font-size: 1.2rem;
        position: relative;
        top: 3px;
        color: #fff;
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }
    .nav-slot-bottom-nav a span {
        font-size: 12px;
        color: #fff;
    }
    .nav-slot-bottom-nav.curve i {
        font-size: 26px;
        line-height: 50px;
        margin-left: 0;
        top: 0;
        color: #ffffff;
    }
    .b_light {
        background: #177a01;
    }
    .nav-link-bottom-nav:hover span {
        color: #facf0c;
    }

    .nav-link-bottom-nav:hover i {
        color: #facf0c;
    }
    .i_btn_n {
        display: none;
    }
    .mybets_tab {
    display: flex;
}

.mybets_tab .nav {
    flex-direction: column;
    width: 100%;
    flex: 0 0 300px;
    margin-right: 15px;
}

.mybets_tab .tab-content {
    width: 100%;
}





.s_l ul li {
    width: 100%;
    color: #ddd;
    background: #0a2a4e;
    border-radius: 0;
    border-bottom: 1px solid #183a61;
}
.s_l ul li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 5px;
    color: #ddd;
    background: #0a2a4e;
    border-radius: 0;
    align-items: center;
    border-left: 3px solid;
    justify-content: space-between;
    cursor: pointer;
}
.s_l ul li i {
    margin-right: 5px;
}
.s_l ul li a i {
    font-size: 15px;
    margin-right: 5px;
    color: #ddd;
}
.s_l ul li a i:last-of-type {
    margin-right: 0;
}

.s_l_in {
    width: 100%;
}
.s_l_in ul li a {
    background: #0e345f;
    padding-left: 15px;
    border-left: none;
    color: #bbb;
}
.s_l_in ul li {
    border-bottom: 1px solid rgba(37, 121, 150, 0.3);
}
.c_b {
    border-color: gold !important;
}
.t_b {
    border-color: red !important;
}
.h_b {
    border-color: cyan !important;
}
.b_b {
    border-color: green !important;
}
.a_b {
    border-color: orange !important;
}
.d_b {
    border-color: pink !important;
}
.e_b {
    border-color: purple!important;
}
.d_m_list ul {
    margin: 0;
    padding: 0;
}
.d_m_list ul li {
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #177a01;
    cursor: pointer;
    border-bottom: 1px solid;
    margin-bottom: 0;
}
.m_head a {
    padding: 5px 10px;
    font-size: 15px;
    color: #121212;
    font-weight: 400;
    background: #fff;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid rgb(23, 122, 1);
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_mybets_tab .profile_table {
    padding: 5px 10px;
    background: #f1f5f9;
    border-bottom: 1px solid rgba(100, 205, 242, 0.3);
}
.n_mybets_tab .table {
    margin-bottom: 0;
    color: #121212;
    background: #fff;
}
.n_mybets_tab .td_hover:hover {
    background: rgb(23, 122, 1)!important;
    color: #ffff;
}
.n_mybets_tab .profile_table .table th {
   background: #f8cd32;
}
.n_mybets_tab .profile_table .table td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.n_mybets_tab .profile_table .table td, .n_mybets_tab .profile_table .table th {
    padding: 0.2rem 0.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-top: none;
    white-space: nowrap;
}
.f_12 {
    /* font-size: 12px !important; */
    color: rgb(248, 205, 50) !important;
}
[data-toggle="collapse"] .fa:before {  
  content: "\f13a";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f139";
}
.s_l_in h5 {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.mbt .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #177a01;
}
 
.mbt .nav-pills .nav-link {
    word-break: break-all;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 0;
}
.mbt li {
    margin-bottom: 0;
    width: 50%;
}

.mbt .nav {
    flex-direction: row;
    width: 100%;
    margin-right: 0;
}