/* Extracted from index.html */

/* Navigation & General Styles */
.nav-tabs .nav-link {
    border: 1px solid white;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /* padding: 11px; */
    font-size: 13px;
    color: white;
    background: #092337;
}

.new-card {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 20px;
}

.wp-post-image {
    border-radius: 15px 15px 0 0 !important;
    width: 100% !important;
}

.blog-title-wrap {
    padding: 20px;
    padding-left: 33px;
    padding-bottom: 0px;
}

.blog-title-wrap p {
    color: #1A1C1A;
    font-size: 18px;
    line-height: 20px;
}

.blog-img-wrap {
    padding: 0px 26px;

}

.blog-img-wrap>a>img {
    height: 90px;
    width: 158px;
    border-radius: 5px;
}

.blog-btn {
    background: #FFFFFF;
    border: 1px solid #092337;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 7px 15px;
    color: #1A1C1A;
}

.blog-title-wrap>h3 {
    margin-top: 3px;
}

.p-1 {
    padding: 4px;
}

@media(max-width:1024px) {
    .blog-img-wrap>a>img {
        height: 90px;
        width: 100%;
        border-radius: 5px;
    }
}

@media (max-width: 978px) {
    .wp-post-image {
        border-radius: 15px 0 0 15px !important;
        max-height: 120px !important;
    }

    .blog-title-wrap p {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 1px;
    }

    .blog-title-wrap {
        /* padding: 20px; */
        padding: 0px 5px 2px 14px;
    }

    .blog-title-wrap {
        max-height: 117px !important;
        overflow: hidden !important;
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }

    .blog-title-wrap>h3 {
        margin-top: 0px;
    }

    .blog-img-wrap>a>img {
        height: 80px;
        width: 100%;
    }

    .p-1 {
        padding: 1px;
    }

    .no-margin-0 {
        margin: 0px !important;
    }

    .telegram_mobile {
        text-align: center;
        padding-bottom: 19px;
    }
}

.date_active {
    background-color: #14588B;
    color: white;
}

.text-muted {
    color: #14588B !important;
}

/* League Holder & Sports */
@media (max-width: 978px) {
    .league-holder {
        background: #14588B;
        border-radius: 17px;
        padding: 5px 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .other-sports img {
        margin-right: 8px;
    }

    .other-sports {
        background: #fff;
        border-radius: 9px;
        padding: 5px 6px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #000;
        font-weight: 600;
        font-size: 13px;
        margin-bottom: 15px;
        height: 45px;
    }

    .px-0-m {
        padding-right: 0px;
        padding-left: 0px;
    }

    .other-sports-wrapper {
        padding: 2px 4px !important;
        font-size: 5px !important;
    }

    .hideSM {
        display: none;
    }

    .hideLG {
        display: block !important;
    }
}

.hideLG {
    display: none
}

/* Show More/Less & Tips */
.text-links-container {
    position: relative;
    overflow: hidden;
    /*max-height: 2em; !* Show 2 lines by default *!*/
    line-height: 1.8em;
    transition: max-height 0.3s ease;
}

.text-links-container.expanded {
    max-height: none;
}

.show-more-btn {
    /*background: rgba(12, 47, 36, 0.9);*/
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0), rgba(26, 26, 26, 0.95));
    border: none;
    color: #14588B;
    cursor: pointer;
    padding: 5px 0;
    font-size: 0.9em;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    height: 50px;
    /*margin-top: -50px;*/
}

.show-more-btn:focus {
    outline: none;
}

.show-more-btn .more-text {
    display: inline;
    background: #14588B;
    padding: 6px 12px;
    border-radius: 6px;
    color: #04312d;
}

.show-more-btn .less-text {
    display: none;
}

.show-more-btn.expanded .more-text {
    display: none;
}

.show-more-btn.expanded .less-text {
    display: inline;
}

.tip-wrapper-footer>.row {
    margin: 0px;
}

.betnow>span:hover {
    background: #000000;
}

.betnow>img {

    height: auto !important;
    width: auto;
    background: white;
    padding: 4px;
    width: 70px;
    /* border-right: 1px solid #717171; */
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.betnow {
    background: #ffffff;
    padding: 0px;
    /* padding: 5px; */
    border: 1px solid #717171;
    border-radius: 11px;
}

.betnow>span {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding-left: 35px;
    background: #14588B;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all .15s ease-in-out;
    font-weight: 800;
    color: #ffffff;

    padding-left: 16px;
    padding-right: 21px;
    font-size: 12px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 2px solid #14588B;
}

.category_box {
    width: 97%;
    background: #000000;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding: 3px;
    text-align: center;
    font-size: 15px;
    color: white;
    margin-bottom: 10px;
    min-height: 85px;
    border-radius: 14px;
}

.category_box_text {
    position: absolute;
    top: 0;
    right: 23px;
    background: #058571;
    padding: 8px 4px 13px 16px;
    border-radius: 0px 15px 0px 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
}

.category_box:hover {
    background: #092337;
    color: #f5f1f1;
    box-shadow: 3px 3px 3px 3px grey;
    /* transition: background 1s cubic-bezier(0, 0.93, 1, 2.07); */
}

.date-button-text {
    /*width: 200px!important;*/
    background-color: transparent !important;
    border: 1px solid #04312e !important;
    font-size: 14px;
    color: #04312d;
}

.date-button-text-disabled {
    /* width: 200px!important; */
    background-color: transparent !important;
    border: 1px solid #d7d7d7 !important;
    font-size: 14px;
    color: #c3c3c3;
}

.date-button-text-active {
    /*width: 200px!important;*/
    background-color: #092337 !important;
    border: 1px solid #04312e !important;
    /* background: green; */
    font-size: 14px;
    color: #c5d9cd;
    /*width:100%;*/
}

.date-button-mb {

    width: 106%;
}

@media(max-width:978px) {
    .category_box_text {

        right: 19px;

        padding: 5px 4px 7px 16px;

    }


    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background: 0 0;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        padding-top: 22px;
    }
}

.top-scorers-header {

    background: gainsboro;
    font-size: 13px;
    padding-top: 5px;

}

.top-scorers-table {
    border: 1px solid #8080805e;
    padding: 0px;
    background: gainsboro;
    max-height: 358px;
    overflow: hidden;

    font-size: 14px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}

.top-scorers-body {
    margin-bottom: 1px;
    padding-bottom: 6px;
    background: white;
    font-size: 13px;
}

.table thead th {
    /* vertical-align: bottom; */
    text-align: center;
    /* border-bottom: 2px solid #e9ecef; */
}

.desktop-center-mobile-left {
    text-align: center;
}

@media(max-width:978px) {


    .nopaddingsmall {
        padding: 0px;
    }

    .desktop-center-mobile-left {
        text-align: center;
        padding-left: 2%;
    }
}

.menuTop__icon {
    height: 20px;
    width: 36px;
}

.nounderline,
.nounderline:hover {
    text-decoration: none !important
}

.headBanner {
    padding-top: 2rem !important;

}

@media(min-width:600px) {
    a.gflag {
        vertical-align: middle;
        font-size: 24px;
        padding: 0px 0 0px 0px;
        display: inline-flex;
    }

}

@media(max-width:600px) {
    .headBanner {
        padding-top: 1rem !important;

    }
}

@media(min-width:500px) {
    .col-5.team-label.text-center {
        display: none;
    }
}

.other-sports img {
    margin-right: 7px;
    width: 19px;
}

@media(max-width: 978px) {
    .other-sports img {
        margin-right: 7px;
        width: 19px;
    }
}

.megamenu .dropdown-item {

    padding: 1px 4px;

    font-size: 11px;
}

.megamenu .dropdown-item:hover {

    padding: 5px 7px;

    font-size: 11px;
}

/* New VP Card Styles */
.newvp_card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}

.newvp_league-time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.newvp_league {
    background-color: #092337;
    color: white;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
}

.newvp_time {
    color: #092337;
}

.newvp_time_card {
    background: #092337;
    padding: 4px 8px;
    color: #ffffffde;
    font-size: 13px;
    border-radius: 23px;
}

.newvp_tip_card {
    background: #e0e0e0;
    padding: 4px 8px;
    color: #043626;
    font-size: 13px;
    border-radius: 23px;
}

.newvp_team {
    display: flex;

    align-items: center;
}

.newvp_team:first-child {}

.newvp_team-score {
    background-color: #e0e0e0;
    padding: 2px 14px;
    border-radius: 1px;
    font-size: 13px;

}

.newvp_team-score.first {
    border-bottom: 1px solid #8080806c;
}

.newvp_odds {
    text-align: right;
}

.newvp_form {

    gap: 5px;
    padding: 2px 0px;
    font-size: 13px;

    align-items: center;
}

.newvp_form-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    /* font-size: 12px; */
    font-size: 13px;
    color: #f9f9f9ad;
}

.newvp_card .text-muted {
    color: #f9f9f9ad !important;
}

.newvp_card:hover {

    box-shadow: 1px 1px 13px 4px #14588B;

}

.empty-prob>img {
    padding-top: 8px;
    width: 92px;
    height: auto !important;
    border: 1px solid #80808000;
}

.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    /* left: -50%; */
    position: absolute;
    /* right: -50%; */
    font-size: 11px;
    /* width: fit-content; */
    width: 100%;
    font-weight: 400;
    color: #4e4b4b;
    margin-left: 0px;
    margin-left: 0px;
}

span.odds_percent {
    position: absolute !important;
    top: -11px;
    /* right: -70%; */
    font-size: 9px !important;
    background: #14588B;
    color: #0c0c0c;
    border: 3px double #ffffff5c;
    font-family: 'manrope';
    line-height: 6px;
    width: fit-content;
    /* padding: 10px 3px; */
    height: 26px;
    display: flex;
    right: -3px;
    border-radius: 14px;
    /* left: -50%; */
    align-content: center;
    justify-content: center;
    align-items: center;
}

.prob_card {
    border-bottom: 1px solid #28A745;
    font-size: 11px;
    font-family: 'manrope';
    display: flex;
    width: 112px;
    padding-top: 10px;
    justify-content: space-between;
}

.prob_card>span.first.bg-success {
    padding: 1px 4px;
    color: #e1e1e1;
}

.jumbotron {
    padding-bottom: 41px !important;
}

@media(max-width:600px) {
    .circle-container {

        top: 5px;
        left: -2%;
    }


    .newvp_card {

        padding: 10px;

    }

    .newvp_form-circle {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        font-weight: 800;
        font-size: 13px;
        padding: 0px;
        color: #f9f9f9ad;
    }

    .newvp_team-name.pl-3 {
        line-height: 19px;
    }
}

.newvp_team-name {
    font-size: 13px;
    font-weight: 300;
    font-family: 'manrope';
}

.newvp_form-circle.win {
    background-color: #5CB85C;
    color: #3d3d3d;
}

.newvp_form-circle.draw {
    background-color: #14588B;
    color: #ffffff;
}

.newvp_form-circle.loss {
    background-color: #14588B;
    color: #3d3d3d
}

.newvp_form-circle.unknown {
    background-color: #B3B3B3;
    color: #6c757d;
}

@media (max-width: 400px) {
    .newvp_form-circle {
        width: 17px;
        height: 18px;
        border-radius: 50%;
        display: inline-block;
        /* line-height: 18px; */
        font-weight: 300;
        font-size: 11px;
        padding: 0px;
        line-height: 17px;
        color: #f9f9f9ad;
    }

}

/* @media(min-width: 800px) {

    .dropdown-menu {
width:100%;
right: -52%;
left: -50%;

    }

} */
.league-bar {
    background: #E6EBEA;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.league-bar p {
    margin: 0;
    color: #1E1E1E;
    font-weight: 600;
}

.league-bar span {
    color: #757575;
}

.league-bar img {
    height: 15px;
    width: 15px;
    background: white;
}

/* Headbar & Popups */
@media(min-width:650px) {


    .row.justify-content-center.position-league>.col-md-5 {
        margin-left: 26px;

    }

    .row.justify-content-center.position-league>a {
        /* align-items: center; */
        /* justify-content: flex-end; */
        display: block;
        padding-right: 25px;
    }
}



.nav-link,
h1,
h2,
h4,
h5,
h6,
.store-link,
.main-title {

    font-family: 'manrope';

}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.2rem 1rem;
    clear: both;
    font-weight: 400;
    color: #7f9c98;
    /* border: 1px solid white; */
    border-bottom: 1px solid #1ae50d1c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: .2 solid;
}

.dropdown-menu {
    background: #092337;

}

.dropdown-item:hover {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: rgba(56, 56, 56, .7);
    padding: 16px 25px 14px;
    border-bottom: 1px solid rgba(56, 56, 56, .1);
    background: #fff;


    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.img-logo-f {
    max-width: 100%;
    height: auto;
    width: 100px;
    height: 42px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 2rem 2rem;
    }

}

.header-text {

    font-family: 'manrope';
}

.icon-bar {
    background-color: #fff;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 1px;
}

.icon-bar-1 {
    width: 17px;
}

.icon-bar-3 {
    width: 14px;
}

.ios_img {
    width: 138px;
    height: 56px;
}

@media (max-width: 978px) {
    .img-logo-f {
        max-width: 100%;
        height: auto;
        width: 100px;
        height: 42px;
    }

    .navbar {
        padding: 0rem 1rem;
        min-height: 57px;
    }

    .main-title {
        font-weight: 700 !important;
    }

    .ios_img {
        width: 138px;
        height: 56px;
        padding-top: -5px;
        position: absolute;
        top: -8px;
        left: 4px;
    }
}


.custom-card-body-tip>.row {
    margin-bottom: 25px;
    margin: 0px;
}

.custom-card-body-tip>.row {

    margin-bottom: 6px;
}

.custom-card-body-tip {
    padding: 15px;
    font-size: 14px;
    /*font-weight: 300;*/
}

.custom-card-body-tip>.row {

    border-bottom: 1px solid #80808047 !important;
}

.tip-card:hover {
    background: #F0F0F0;
    border-radius: 15px;
    font-size: 14px;
    box-shadow: 1px 1px 13px 4px #14588B;
    margin-bottom: 22px;
    transition: box-shadow 0.3s ease-in-out;
}

#calendar .day.active {
    color: #fff !important;
    background-color: red !important;
}

.headbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.headbar {
    display: none;
}

@media (max-width: 978px) {
    .headbar {
        display: block;
    }

    .custom-card {
        border: none !important;
    }
}

.btn-login-primary {
    color: white;
    background: #092337;
    border: 1px solid #092337;
    padding: 6px 46px;
    margin-top: 0px;
    width: 121%;
}

.btn-nav-primary {
    padding-top: 4px;
}

.btn-login-primary:hover {
    background: transparent;
    border: 1px solid #092337;
    color: #092337 !important;
}

.nounderline {
    text-decoration: none !important
}

.Desktop-Sticky {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
}

.nav-toogler:focus {

    outline: 1px dotted transparent !important;
    outline: 1px solid transparent !important;

}

.quick-toggle {
    position: fixed;
    z-index: 50000;
    right: -30px;
    top: 33%;
    padding: 4px 19px;
    transform: rotate(270deg);
    color: #fff !important;
    background-color: #14588B;
    margin: 1px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    font-family: sans-serif;
}


.modal-b-close,
.modal-b-close-2 {
    position: absolute;
    font-size: 17px;
    padding: 3px 8px;
    border-radius: 25px;
    background-color: #fc0;
    color: #fff;
    font-weight: bold;
    right: -10px;
    top: -10px;
    cursor: pointer;
    font-family: "verdana";
}


.quick-pop {
    margin: 60px 37.5%;
    margin-top: 13px;
    width: 25%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 15%);
    border-radius: 10px;
}

.quick-pop-inner .text-primary {
    color: #dc3545 !important;
}

.quick-pop-inner>.text-center>h4 {
    color: #dc3545 !important;
}

.quick-pop .text-danger {
    color: #dc3545 !important;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (max-width: 600px) {
    .quick-pop {
        width: 80% !important;
        margin: auto;
        margin-top: 57px;
        margin-bottom: 57px;
    }
}


.quick-overlay {
    position: fixed;
    z-index: 30000;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    background-color: #00000050;
}

.quick-pop-inner {
    padding: 0px;
}

.quick-pop-close {
    position: absolute;
    font-size: 22px;
    font-weight: 900;
    right: -3px;
    top: -2px;
    color: #ffffff;
    background: #dc3545;
    padding: 3px 8px;
    line-height: 22px;
    border-radius: 25px;
}

.popup-links:hover {
    background: #e92f1a !important;
    color: white;
    font-weight: 500;
}


.border-bottom.qlt:hover {
    padding: 4px;
    background: red;
    color: white;
}

.col-md-12.p-1.mb-2.border-bottom.qlt {
    margin-bottom: 0px !important;
    padding: 7px 0px !important;
    border-bottom: 1px solid #d1d1d13b;
}

.quick-pop-inner>.text-center>h4 {
    color: #dc3545 !important;
}

@media(min-width:622px) {
    .Desktop-Sticky {
        position: fixed;
        bottom: 2px;
        z-index: 9999;
        text-align: center;
    }


}

a.gflag {

    padding: 0px 2px;

}

.row.justify-content-center.position-league>a {
    display: flex;
    padding-right: 25px;
    align-items: flex-start;
}

.pos_text {
    font-size: 12px;
}

@media(max-width:600px) {

    .row.justify-content-center.position-league>a,
    .row.justify-content-center.position-league>.second {
        display: none !important;
    }

    .pos_text {
        font-size: 11px;
        font-weight: 500;
    }
}

#intcontainer {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9998;
    pointer-events: none;
    -webkit-animation: promoFadeIn .33s ease-in;
    animation: promoFadeIn .33s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgba(0, 0, 0, .5);
    pointer-events: all;
    display: none;
}

.intwindow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    z-index: 9999;
    font-size: 0;
    text-align: center;
    border: 8px solid #ccc;
    background-color: #fff;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
    border: 4px solid #ea0f0f;
}

.intclose1 {
    position: absolute;
    right: -11px;
    top: -14px;
    border-radius: 34px;
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 19px;
    background: #f5ecdb;
    color: #ea0f0f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: contain;
    font-weight: 900;
    cursor: pointer;
    z-index: 600;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgb(29 27 27 / 78%);
    pointer-events: all;
    display: none;
}


.header-text {

    line-height: 1.2;
}

.other-sports img {
    margin-right: 7px;
    width: 30px;
}

.other-sports {
    margin-bottom: 0px !important;
    /* margin-top: 0px !important; */
}

.jumbotron {

    padding-bottom: 0px;

}

h2 {

    font-size: 23px;
}

h3 {
    font-size: 19px;
}

body {

    font-size: 14px;

}

.footer-content h2 {
    color: #993300 !important;
}

.footer-content p {
    text-align: justify !important;
}

.navbar-dark .nav-link {
    font-size: 16px !important;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;

}

.flow_nav {
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    padding-left: 0;
    flex-flow: row nowrap;
    margin-bottom: 0;
    list-style: none;
    overflow: scroll;
    /* overflow-x: visible; */
    overflow-y: hidden;
    border-bottom: 5px solid #0a3a31;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.flow_nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.flow_nav {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #14588B;
    }

    49% {
        color: #14588B;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #c1392a;
    }
}

a.tipsbar.btn {

    padding: 5px 15px 5px 15px;
    gap: 10px;
    border-radius: 4px;
    opacity: 0px;
    margin-right: 4px;
    background: #FFFFFFCC;
    font-family: "manrope", sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 17.5px;
    color: #777777;
    margin-bottom: 5px;
    text-align: center;
}

a.tipsbar.btn:hover,
a.tipsbar.btn.active {
    background: #092337;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;

}

.bg-tipsbar {
    background: #14588B;
    margin-top: -22px;
}

.jumbotron {
    padding-bottom: 42px !important;
}

.btn-football,
.btn-football.active:hover {
    background-color: #000000 !important;
    background: black !important;
    color: white !important;
}

.btn-basketball {
    background-color: #092337 !important;
    color: white !important;
    background-color: #092337 !important;
    border-color: #ffffff !important;
    color: white;
    border: 1px solid #092337 !important;

}

.btn-football:hover,
.btn-football.active,
.btn-basketball:hover,
.btn-basketball.active {
    background-color: #ffffff !important;
    background: black !important;
    color: #092337 !important;
    border: 1px solid #092337;
}

@media(max-width:600px) {
    .other-sport-bar {

        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .other-sport-bar>a>strong {
        font-size: 13px;
    }

}

.betting-card {
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.betting-card:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.time-col {
    color: #666;
    font-weight: 500;
    font-size: 12px;
}

.team-name {
    font-weight: 500;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    margin-bottom: 3px;
    padding-right: 8px;
    text-align: left;
}

.team-section {
    padding-left: 0;
}

.status-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600;
    /*margin-right: 2px;*/
    font-size: 11px;
}

.status-d {
    background-color: #e3aa00;
    color: #fff;
}

.status-l {
    background-color: #c50000;
    color: #fff;
}

.status-w {
    background-color: #007700;
    color: #fff;
}

.status-unknown {
    background-color: #969696;
    color: #fff;
}

.vs-text {
    font-weight: bold;
    font-size: 15px;
    line-height: 0.8;
    color: #000 !important;
}

.info-section {
    background-color: #E6EBEA70;
}

.info-header {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

.odds {
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.tip {
    border: 1px solid #e3aa00;
    color: #1E1E1E;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    /*margin: 0 auto;*/
}

.probability {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.bookmaker {
    background: white;
    border-radius: 20px;
    padding: 7px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teams-row {
    padding: 10px;
}


/* On medium screen down */
@media (max-width: 1024px) {
    .team-name-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* On medium screen down */
@media (max-width: 991px) {
    .team-name-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .status-icon {
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-weight: 600;
        /*margin-right: 2px;*/
        font-size: 11px;
    }

    .info-header {
        font-size: 10px;
        color: #666;
        font-weight: 500;
        text-transform: uppercase;
    }

    .tip {
        padding: 5px 8px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 12px;
        /*margin: 0 auto;*/
    }

    .bookmaker {
        background: white;
        border-radius: 20px;
        padding: 5px;
    }

    .bookmaker img {
        min-height: 9px;
    }

    .vs-text {
        font-weight: 600;
        font-size: 13px;
        line-height: 0.8;
        white-space: nowrap;
    }
}


/* On small screen down */
@media (max-width: 428px) {
    .result-col {
        padding-left: 0px !important;
    }
}

@media (max-width: 400px) {
    .result-col {
        padding-left: 10px !important;
    }
}

/* On small screen down */
@media (max-width: 320px) {
    .status-icon {
        width: 16px;
        height: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-weight: 600;
        /*margin-right: 2px;*/
        font-size: 10px;
    }

    .team-name {
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 2px !important;
    }

    .tip {
        background-color: #FDBE11;
        color: #1E1E1E;
        padding: 4px 8px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 11px;
        /*margin: 0 auto;*/
    }
}

.prediction.text-center span {
    padding: 9px 14px;
}

/* Megamenu Styles */
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

/* Flow Nav and Blinking Animation */
.flow_nav {
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    padding-left: 0;
    flex-flow: row nowrap;
    margin-bottom: 0;
    list-style: none;
    overflow: scroll;
    /* overflow-x: visible; */
    overflow-y: hidden;
    border-bottom: 5px solid #0a3a31;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.flow_nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.flow_nav {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #14588B;
    }

    49% {
        color: #14588B;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #c1392a;
    }
}

/* Tipsbar Styles */
a.tipsbar.btn {
    padding: 5px 15px 5px 15px;
    gap: 10px;
    border-radius: 4px;
    opacity: 0px;
    margin-right: 4px;
    background: #FFFFFFCC;
    font-family: "manrope", sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 17.5px;
    color: #777777;
    margin-bottom: 5px;
    text-align: center;
}

a.tipsbar.btn:hover,
a.tipsbar.btn.active {
    background: #092337;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.bg-tipsbar {
    background: #14588B;
    margin-top: -22px;
}

.jumbotron {
    padding-bottom: 42px !important;
}

/* Sport Button Styles */
.btn-football,
.btn-football.active:hover {
    background-color: #000000 !important;
    backgrond: black !important;
    /* Typo preserved from original source */
    color: white !important;
}

.btn-basketball {
    background-color: #092337 !important;
    color: white !important;
    background-color: #092337 !important;
    border-color: #ffffff !important;
    color: white;
    border: 1px solid #092337 !important;
}

.btn-football:hover,
.btn-football.active,
.btn-basketball:hover,
.btn-basketball.active {
    background-color: #ffffff !important;
    backgrond: black !important;
    /* Typo preserved from original source */
    color: #092337 !important;
    border: 1px solid #092337;
}

/* Brand Columns Responsive */
@media(min-width:780px) {
    .brand-col.col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 1 0 11.666667%;
        max-width: 14.666667%;
    }
}

/* Footer Text Links Toggle */
#mainTextLinks {
    display: none;
}

/* PWA Install Banner */
.pwa-install-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 10px;
    transition: bottom 0.3s ease-in-out;
    z-index: 9999;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.pwa-install-banner.show {
    bottom: 0;
}

.pwa-install-content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.close-pwa-banner {
    position: absolute;
    top: -10px;
    right: -10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.pwa-install-banner h4 {
    margin-top: 0;
    color: #333;
}

.pwa-install-banner p {
    margin-bottom: 10px;
    color: #666;
    font-size: 13px;
}

@media (max-width: 600px) {
    .pwa-install-banner {
        border-radius: 0;
        max-width: 100%;
    }
}

/* New VP Card Hover */
.newvp_card:hover {
    box-shadow: 1px 1px 13px 4px #14588B69;
}

/* Data Link Cursor */
a[data-link] {
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

@media(max-width:600px) {
    .other-sport-bar {

        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .other-sport-bar>a>strong {
        font-size: 13px;
    }
}

/* Top Scorers Table */
.top-scorers-table {

    overflow-y: auto;

}

.table td,
.table th {
    padding: 3px;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'manrope', sans-serif;
    /* border-top: 1px solid #e9ecef; */
}