
.bg-white {
    background-color: white !important;
}

.navbar > .container {
    background-color: #11a306 !important;
}

i.black {
    color: black !important;
    vertical-align: middle;
}

i.f-16 {
    font-size: 16px !important;
}

i.f-15 {
    font-size: 15px !important;
}

.v-m {
    vertical-align: middle;
}

/* margin -1em */
.mb--1 {
    margin-bottom: -1em;
}

.odd-bt {
    /*border-style: none;*/
    padding: 5px 5px;
    /*width: 4.5em;*/
    /*height: 2.6em;*/
}

.white-txt {

    color: var(--white);
}

.fixture {
    display: grid;
    grid-template-columns: .5fr 10fr;
    justify-items: center;
    background-color: #fff;
    margin-bottom: .3em;
}

.fixture-match {
    display: grid;
    grid-template-rows: 1fr 2fr;
}

.fixture-metadata {
    font-size: 9px !important;
    text-align: left;
    color: rgba(51, 51, 51, 1);
}

.fixture-data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.fixture-odd {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.odd_btn_grp {
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
}

.odd-btn {
    padding: 0.46875rem 1rem;
    width: 66px;
}

.team {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: .5em;
    padding: 0 .5em 0 0;
}

i .black {
    color: black !important;
}

.material-icons {
    font-size: 15px;
    vertical-align: text-bottom;
}

.small {
    font-size: 0.65em;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
}

.cut-home-away {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.evenly {
    display: inline-block;
    *display: inline; /* For IE7 */
    zoom: 1; /* Trigger hasLayout */
    width: 33%;
    text-align: center;
}

.home-away {
    display: block;
    line-height: 1.5
}

p {
    margin-bottom: .1rem;
}

.icon {
    position: relative;
    top: .8em;
}

.container {

    background-color: white;
}

.btn, .btn.btn-default {
    font-weight: bolder;
}

.search-icon {

    margin-top: 50% !important;
}

.margin-top-sm {

    margin-top: 5px;
}

.margin-top-md {

    margin-top: 10px;
}

.margin-top-lg {

    margin-top: 15px;
}

.margin-bottom-sm {

    margin-bottom: 5px;
}

.margin-bottom-md {

    margin-bottom: 10px;
}

.margin-bottom-lg {

    margin-bottom: 15px;
}

.font-header {

    font-size: var(--font-large);
    font-weight: var(--font-weight-bold);
}

pre.black{
    font-family: var(--font-family);
    color: black !important;
}

.vertical-line{
    display: inline-block;
    border-left: 1px solid var(--gray);
    margin: 0 10px;
    height: auto;
}

.black{
    color: black!important;
    margin-bottom: 0;
}
/* use left and right on the same line */
.left{
    text-align:left
}
.right{
    float:right;
    font-weight: bold;
}
.betslip-details{
    font-size: 7pt;
    background-color: #E9E9E9;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: .2em;

}

.betslip{
    font-size: 11pt;
}
.half{
    color: #333333;
}
.time{
    color: #FE0000;
    font-size: 75.5% !important;
}
.game-id{
    color: #333333;
    font-weight: bold;
}
.score{
    color: #333333;
    font-size: 11pt;
    font-weight: bold;
}

.b-label {

    color: grey;
    font-weight: bold;
    font-size: 0.7em;
}

.selected-btn {

    color: var(--black) !important;
    background-color: var(--secondary) !important;
}

.upcoming-days {

    border-right: 1px solid var(--primary);
    text-align: center;
    padding: 1em 15px;
    border-left: 1px solid rgb(239, 239, 239);
}

.loading {
    opacity:0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.loading1 {
    opacity:0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.loading2 {
    opacity:0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading3 {
    opacity:0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading4 {
    opacity:0.4;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.loading:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.loading1:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.loading2:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.loading3:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
    padding: 0 !important;
    display: inline-block !important;
    vertical-align: baseline;
}

.arrow.up {
    border-width: 0 .25rem .35rem .25rem;
    border-color: transparent transparent #666 transparent;
    _border-color: #000000 #000000 #666 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.arrow.green.up {
    border-color: transparent transparent #11a306 transparent;
    _border-color: #000 #000 #11a306 #000;
}

.arrow.down {
    border-width: .35rem .25rem 0 .25rem;
    border-color: #666 transparent transparent transparent;
    _border-color: #666 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.arrow.red.down {
    border-color: red transparent transparent transparent;
    _border-color: red #000 #000 #000;
}

.loading4:after {
    position: absolute;
    content: '';
    top: 40%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 4px solid #000;
    height: 60px;
    width: 60px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: pulse 1s 0s ease-in-out infinite;
    animation: pulse 1s 0s ease-in-out infinite;
}

.market-wrapper {

    /*margin-left: -8px !important;*/
}

.btn.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 2px 2px 0 rgb(76 175 80 / 14%), 0 3px 1px -2px rgb(76 175 80 / 20%), 0 1px 5px 0 rgb(76 175 80 / 12%);
}

.league {
    background-color: #8686861f;
    padding: 10px 10px !important;
    font-weight: bold;
    font-size: 0.8em;
    margin-top: -2px;
    border-bottom: 3px solid white;
}

.black-icon {

    font-size: 1em !important;
    color: black;
}

.fixture-border {

    margin: 5px;
    border-bottom: 1px solid var(--gray);
}

.countries {
    background-color: var(--white);
    border-top: 1px solid var(--gray);
}

.countries-item {
    padding: 1px;
    border-bottom: 1px solid var(--gray);
    color: var(--black);
}

.trend-item.selected {
    padding: 5px 5px 0px 5px !important;
    background-color: var(--gray);
    font-weight: 700;
}

.padding-right-md {
    padding-right: 15px;
}

.padding-left-md {
    padding-left: 15px;
}

.padding-top-md {
    padding-top: 15px;
}

.padding-bottom-md {
    padding-bottom: 15px;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-width: 12px; }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}



@media screen and (max-width: 279px) {
    .cut-home-away {
        width: 61px !important;
    }
}

@media (max-width: 470px) and (min-width: 280px) {

    .cut-home-away {
        width: 100px !important;
    }
}

@media (min-width: 471px) and (max-width: 700px) {

    .cut-home-away {
        width: 133px !important;
    }

    .live-counter {
        right: 1.5em;
    }
}

@media screen and (min-width: 700px) {

    .cut-home-away {
        width: 133px;
    }
}

@media screen and (min-width: 500px) {
    .live-counter {
        right: 2em;
    }
}

@media screen and (min-width: 550px) {
    .live-counter {
        right: 2.5em;
    }
}

@media screen and (min-width: 650px) {
    .live-counter {
        right: 3.5em;
    }
}

@media screen and (min-width: 700px) {
    .live-counter {
        right: 4em;
    }
}

@media screen and (min-width: 600px) {
    .icon {
        padding-left: 2em;
    }

    p {
        margin-bottom: 2.8em;
    }
}

@media screen and (max-width: 316px) {

    .btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm .btn {
        padding: 0.40625rem 0;
    }
}

@media (max-width: 406px) and (min-width: 316px) {

    .hide {
        display: none;
    }
}

@media (min-width: 600px) {

    .more_mkt_btn {
        margin-top: 2em;
    }
}

@media (max-width: 768px) and (min-width: 600px) {

    .hide {
        display: none;
    }
}
