html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    
}

.event-link{
    cursor:pointer;
}

td{
    width:150px;
}

.eventImage{
    width:1290px;

}
.bg-blue {
    background-color: #052e52;
}

.bg-golden {
    color: #052e52;
    background-color:#ffc107;
}
.fixedWidth{
    width:150px;
}

.nav-link-active {
    
    border-top: 3px solid #7f9699;
}

.bg_img {
    background: url( '/images/404error.jpg');
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg_img2 {
    background: url( '/images/nobalance.jpg');
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer {
    /*position: bottom;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    margin-top:500px;
}

.form-control {
    border: 1px solid #E8E8E8;
    font-weight: normal;
    height: calc(1.875em + 0.75rem + 2px);
}

.btn btn-tertiary {
    background: linear-gradient(50deg, #1cb097 -20%, #315659 100%);
    border: none;
    color: #fff;
    line-height: normal;
}

.form-check-input {
    margin-top: 0.2rem;
}

.form-control-disabled {
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
    font-weight: normal;
    height: calc(1.875em + 0.75rem + 2px);
}

.playerdiv{
    width:200px;
}
.sellbuy {
    width: 60px;
}
.marketDiv {
    width:850px;
    height:200px;
}
.betslipDiv {
    width:425px;
}

.gradient-bg {
    background: linear-gradient(50deg, #1cb097 -20%, #315659 100%);
}

    .gradient-bg.statsBox {
        background: linear-gradient(50deg, #1cb097 -100%, #315659 73%);
    }


.grid-sm-width{
    width:60px;
}

.grid-md-width {
    width: 100px;
}

.grid-lg-width {
    width: 200px;
}
.grid-sell {
    background: #faa9ba;
    width: 80px;
    height: 30px;
    
    font-size:16px;
    font-weight:bold;
    text-align:center

}
.grid-buy {
    background: #ADD8E6;
    width: 80px;
    height: 30px;
   
    font-size: 16px;
    font-weight: bold;
    text-align:center;
}

.grid-suspended {
    background: #315659;
    width: 130px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffc107;
}
.grid-sliptable{
    width:100px;
}
.grid-sliprun {
    width: 40px;
}

.grid-slipplayer {
    width: 150px;
}

.grid-sell:hover {
    background-color: #ffc107;
    color: #052e52;
    width: 130px;
    height: 38px;
}
.grid-buy:hover {
    background-color: #ffc107;
    color: #052e52;
    display: block;
    width: 130px;
    height: 38px;
}


.login-logout-card .card-header {
    padding: 0px 0px 12px 0px;
}

.login-logout-card ul.nav.tabs {
    margin: 0px 0px -12px 0px;
}

.login-logout-card li.nav-item {
    width: 50%;
}

.login-logout-card a.nav-link {
    font-size: 1rem;
    color: #495057;
    text-align: center;
    padding: 1rem;
}

.login-logout-card .card-body {
    padding: 0px 20px;
}

.sport-icon{
    width:40px;
    height:40px;
}

.sport-icon-logo {
    width: 30px;
    height: 30px;
}

.card-body {
    padding: 15px;
}

.card-default {
    background-color: #315659;
    color: #ffc107;
}

.modeltitle {
    font-weight:bold;
    font-size:20px;
}

.card-default .card-default h3{
    text-align:center;

}


.card-dark .card-body {
    background-color: #f7f9fa;
    border: 1px solid #efefef;
}

.card-dark .card-header {
background-color: #315659;
padding: 15px 15px 15px 30px;
}

.table-head {
    padding: 15px 15px 15px 30px;
    color: #ffc107;
    font-size: 14px;
}

.card-body-grey .card-body {
    background-color: #f7f9fa;
    border: 1px solid #efefef;
}

.card-dark .card-headers h1, .card-dark .card-headers h2, .card-dark .card-headers h3 {
    color: #ffc107;
    font-size: 1.500rem;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.card-headers {
    color: #ffc107;
    padding: 15px 15px 15px 30px;
    margin-top: 10px;
}


.modalOverlay{
    position:fixed; 
    width:100vw; 
    height:100vh; 
    top:0; 
    left:0; 
    background:rgba(0.0.0.0.5); 
    display:flex; 
    align-items:center; 
    justify-content:center;

}
.modalWindow{
    width:400px; 
    background:#ffffff; 
    border:1px solid #ffffff; 
    font-size:16px; 
    box-shadow:0 0 15px rgba(0,0,0,0,25);

}

.g_chat {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid black;
    
}


.overlay {
    position:absolute;
    display:none;
    background-color:rgba(128,128,128,0.5);
    top:0;
    left:0;
    right:0;
}

.popup{
    position:fixed;
    z-index:99;
    vertical-align:central;
    display:none;
    margin-left:30%;
    margin-bottom:30%;
}


.loader{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vw;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#f7f9fb;
    transition: opacity 0.75s, visibility 0.75s;

}
.loader-hidden{
    opacity:0;
    visibility:hidden;
}
.loader::after{
    content:"";
    width:75px;
    height:75px;
    border:15px solid #dddddd;
    border-top-color: #744;
    border-radius:50%;
    animation:loading 0.75s ease infinite;
        
}
@keyframes loading{
    from{
        transform: rotate(0turn);
    }
    to{
        transform: rotate(1turn);
    }
}

#myprogress{
    width:100%;
    background:grey;
    margin:auto;
}
#mybar{
    width:99%;
    background:red;
    color:white;
    text-align:center;

}

/*.animated {
    overflow: hidden;
    width: 80rem;
    white-space: nowrap;
}

    .animated > * {
        display: inline-block;
        position: relative;
        animation: 3s linear 0s infinite alternate move;
    }

        .animated > *.min {
            min-width: 100%;
        }

@keyframes move {
    0%, 25% {
        transform: translateX(0%);
        left: 0%;
    }

    75%, 100% {
        transform: translateX(-100%);
        left: 100%;
    }
}*/

.mwrapper {
    width: 1300px;
    height: 40px;
    text-align: right;
    color: red;
    font-size: 18px;
    background-color: #ffc107;
    font-weight: bold;
}

.marquee {
     white-space: nowrap;
    -webkit-animation: rightThenLeft 4s linear;
}