﻿.winner_container {
    background: rgba(14, 21, 44, 1);
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

.winner_frame {
    height: 130px;
    margin-bottom: 5px;
    font-size: 11px;
    border-radius: 10px;
    position: relative;
    background: #0E152C;
}

    .winner_frame:first-of-type {
        margin-top: 5px;
    }

.winner_header {
    background: linear-gradient(0deg, #0A1025, #0A1025), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .winner_header * {
        vertical-align: middle;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

.winner_frame .branch img {
    width: 12px;
    height: 12px;
    right: 0px !important;
}

.winner_frame .branch {
    width: 12px;
    margin-right: 7px;
    margin-left: 5px;
}

.seperator {
    height: 13px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.winner_center {
    height: 50px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
}

    .winner_center .teams {
        line-height: 25px;
        font-size: 12px;
        display: inline-block;
    }

    .winner_center .line_odds {
        display: inline-block;
        position: absolute;
        left: 8px;
        vertical-align: middle;
        top: 15px;
    }

    .winner_center .line_odd {
        width: 40px;
        height: 37px;
        display: inline-block;
        background: linear-gradient(0deg, #17213F, #17213F), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
        vertical-align: middle;
        text-align: center;
        line-height: 37px;
    }

        .winner_center .line_odd:nth-of-type(2) {
            border-width: 0px 1px 0px 1px;
            border-style: solid;
            border-color: rgba(255, 255, 255, 0.1);
        }

        .winner_center .line_odd:nth-of-type(3) {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .winner_center .line_odd:nth-of-type(1) {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .winner_center .line_odd.result, .winner_center .line_odd.selected {
            border: 1px solid rgba(40, 184, 249, 1) !important;
            background: linear-gradient(0deg, rgba(38, 61, 92, 0.5), rgba(38, 61, 92, 0.5)), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
        }

.winner_info {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.stats {
    position: absolute;
    left: 10px;
    display: inline-block;
    margin-top: 0px !important;
}

    .stats img {
        width: 16px;
        height: 16px;
    }

.team3 {
    position: relative;
    top: 12px;
}

.h2h_frame {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, #0A1024, #0A1024);
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tab {
    font-size: 12px;
}

.h2h_header {
    height: 28px;
    background: linear-gradient(0deg, #0A1024, #0A1024), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 28px;
    text-align: center;
}

.h2h_frame .team {
    width: 100px;
    display: inline-block;
    position: absolute;
    text-align: center;
    margin-top: 20px;
    height: 175px;
    font-size: 14px;
}

.teamrow {
    position: relative;
    background: rgba(14, 21, 44, 1);
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 30px !important;
    border-radius: 8px;
    line-height: 30px !important;
}

.headtohead {
    background: rgba(10, 16, 36, 1);
}

    .headtohead .last5_list {
        bottom: 0px !important;
        left: 10px;
    }

    .headtohead .last5 {
        line-height: 18px !important;
    }

.h2h_frame .team img {
    max-height: 80px;
    margin: 0 auto;
    width: 60px;
}

.h2h_frame .team:nth-of-type(2) {
    right: 20px;
}

.h2h_frame .team:nth-of-type(3) {
    left: 20px;
}


.last5 {
    text-align: center;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 18px;
    margin: 0px 1px;
    line-height: 18px;
}

.glose {
    background: linear-gradient(180deg, #FF4141 0%, #C30000 100%);
}

.gdraw {
    background: linear-gradient(180deg, #FFBB33 0%, #D08B00 100%);
}

.gwin {
    background: linear-gradient(180deg, #48B02C 0%, #3B8F25 95.31%, rgba(72, 176, 44, 0) 100%);
}

.last5_list {
    position: absolute;
    bottom: 20px;
}

.winner_container:has(.h2h_frame) {
    padding-bottom: 5px;
}

.icon {
    width: 20%;
    text-align: center;
    display: inline-block;
}

    .icon img {
        width: 16px;
        margin: 0 auto;
    }

.icons_row {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 8px;
}

.hteam_corners, .ateam_corners {
    width: 15px;
    height: 20px;
    position: absolute;
    display: inline-block;
    top: 2px;
}

    .hteam_corners img, .ateam_corners img {
        width: 100%;
    }

.hteam_corners {
    right: 15px;
}

.ateam_corners {
    left: 15px;
}

.cline {
    width: 84%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.homec, .awayc {
    display: inline-block;
    position: absolute;
}

.homec {
    right: 0px;
}

.awayc {
    left: 0px;
}

.cpercent {
    margin-top: 3px;
    margin-bottom: 15px;
}

.hpercent {
    background: rgba(129, 75, 227, 1);
    display: inline-block;
    height: 6px;
    border-radius: 12px;
    margin-left: 1%;
    margin-right: 7%;
}

.apercent {
    background: rgba(40, 184, 249, 1);
    display: inline-block;
    height: 6px;
    border-radius: 12px;
}

.winner_container.unselected {
    opacity: 0.5
}

.fixed_btn {
    width: 90px;
    position: fixed;
    bottom: 20px;
    height: 27px;
    line-height: 27px;
    background: linear-gradient(0deg, #1F2022, #1F2022), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 23.399999618530273px 0px rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 12px;
    border-radius: 15px;
    right: 38%;
}

    .fixed_btn * {
        vertical-align: middle;
    }

    .fixed_btn img {
        display: inline-block;
        margin-right: 5px;
    }

.winnerbtn {
    background: rgba(40, 184, 249, 1);
    text-align: center;
    width: 100px;
    height: 31px;
    line-height: 31px;
    border-radius: 4px;
    display: inline-block;
    left: 5px;
    position: absolute;
}

.unselected .winnerbtn {
    background: rgba(55, 55, 55, 1) !important;
}

#calc_container {
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
}

.title {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

#bet_amount {
    background: linear-gradient(0deg, #1B2C44, #1B2C44), linear-gradient(0deg, #28B8F9, #28B8F9);
    border: 1px solid rgba(40, 184, 249, 1);
    width: 98%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

#wins_container {
    color: rgba(60, 253, 154, 1);
    font-size: 48px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.wins_header {
    font-size: 12px;
    color: rgba(255,255,255,0.9);
    font-family: "Heebo";
    font-weight: normal !important;
    top: -20px;
    position: relative;
}

#wins_title {
    line-height: 48px !important;
}

#calc_top {
    background: radial-gradient(84.37% 84.37% at 49.87% 55.03%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#bets_header {
    font-size: 14px;
}

#bets_main {
    margin: 0 auto;
    margin-top: 25px;
    width: 90%;
    position: relative;
}

#total_selected {
    font-weight: bold;
    color: rgba(255,255,255,1);
}

.right {
    color: rgba(255,255,255,0.8);
}

.left {
    color: rgba(255,255,255,0.8);
    display: inline-block;
    left: 0px;
    position: absolute;
}

.betobj {
    height: 100px;
    background: rgba(18, 26, 50, 1);
    border-radius: 16px;
    margin-top: 10px;
    font-size: 11px;
}

    .betobj .branch img {
        width: 12px;
        height: 12px;
        right: 0px !important;
    }

    .betobj .branch {
        width: 12px;
        margin-right: 7px;
        margin-left: 5px;
    }

.t1_image img, .t2_image img {
    width: 18px;
    height: 18px
}

.t1_image, .t2_image {
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}

.line1 *, .line2 * {
    vertical-align: middle;
    font-size: 13px;
}

.line1, .line2 {
    line-height: 25px;
}

.t1_name, .t2_name {
    font-weight: normal;
    width: 120px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .t1_name.selected, .t2_name.selected {
        opacity: 1;
        font-weight: bold;
    }

.betobj span {
    opacity: 0.8;
}

.betobj .line_odds {
    background: rgba(255, 255, 255, 0.2);
    padding: 1px 2px;
    width: 46px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}

.line_info {
    display: inline-block;
    width: 65px;
}

.line_type {
    text-align: left;
    width: 46px;
    display: inline-block;
}

.gametime {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.removeBtn {
    position: absolute;
    left: 10px;
}

.winner_info * {
    margin-top: 10px;
}

.winnerbtn {
    margin-top: 0px !important;
}

.center_header {
    font-weight: 700;
    font-size: 20px;
}

.center_content {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

#center_content {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: 50%;
}

.left_title {
    position: absolute;
    left: 0%;
    font-size: 12px;
}

#filtering {
    font-size: 12px;
    margin: 0 auto;
    width: 90%;
}

#filters {
    overflow: auto;
    white-space: nowrap;
}

.filters_header {
    margin-top: 30px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

    .filters_header * {
        vertical-align: middle;
    }

.close_filters {
    position: absolute;
    left: 10px;
}

#datetypes {
    background: rgba(28, 45, 70, 1);
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    border-radius: 20px;
}

.datetype {
    width: 32.5%;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
}

    .datetype.selected {
        background: rgba(64, 142, 245, 1);
    }

#datepicker {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.navigation {
    position: absolute;
    left: 0%;
}

#curmonth {
    font-size: 16px;
}

.dateelem {
    display: inline-block;
    text-align: center;
    width: 13%;
    margin-top: 10px;
    height: 42px;
    padding: 10px 0px;
}

.daynum {
    font-size: 18px;
    font-family: Poppins;
    display: inline-block;
    margin-top: 3px;
}

.dayheb {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.dateelem.cur {
    background: rgba(38, 60, 92, 1);
    border-radius: 999px;
}

.mdayelem {
    font-family: Poppins;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 18px;
    width: 14.2%;
    text-align: center;
    margin-top: 5px;
}

#month_picker {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.prevm, .nextm {
    color: rgba(255, 255, 255, 0.3);
}

.mdayelem.picked {
    background: rgba(38, 60, 92, 1);
    border-radius: 999px;
}

.mdayelem.today {
    color: rgba(64, 142, 245, 1);
}

.hsep {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
}

.fhead {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 6px;
}

.fselect {
    background: rgba(27, 44, 68, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    padding: 0% 3%;
}

#submit_btn, #submit_btn2{
    background: linear-gradient(105.43deg, #B743F0 -9.83%, #2D66F1 71.19%, #58C3F8 109.83%);
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 999px;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

.megamot_table {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .megamot_table td {
        text-align: center;
    }

    .megamot_table .mrow:nth-of-type(2n+1) {
        background: rgba(38, 60, 92, 0.4);
        border-radius: 8px;
    }

    .megamot_table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 30px;
        line-height: 30px;
    }

.mrow {
    height: 30px;
    line-height: 30px;
}

.teamrow > * {
    vertical-align: middle;
}

#last5games {
    margin-top: 10px;
}

.livescore {
    display: inline-block;
    position: absolute;
    left: 40px;
    margin-top: 0px !important;
}

#mainframe {
    margin-top: 20px;
}

.h2htab .htab {
    width: 33%;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 21px;
    min-height: 30px;
}


    .h2htab .htab.selected {
        border-bottom: 2px solid rgba(255, 255, 255, 1);
        font-weight: bold;
        color: white;
    }

.headtohead .last5game {
    background: #121A32;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 12px;
    padding-top: 10px;
    margin-top: 5px;
}

    .headtohead .last5game .gamenum {
        font-weight: bold;
        margin-left: 15px;
    }

    .headtohead .last5game span {
        display: inline-block;
        vertical-align: middle;
    }

.headtohead .gameheader {
    width: 90%;
    margin: 0 auto;
}

    .headtohead .gameheader .lname {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 67%;
    }

.headtohead .gamedet {
    width: 88%;
}

.headtohead .game_container * {
    vertical-align: middle;
}

.headtohead .timg {
    width: 24px;
}

.headtohead .hteam, .headtohead .ateam, .status2 {
    display: inline-block;
}

.headtohead .hteam, .headtohead .ateam {
    width: 38%;
}

.headtohead .status2 {
    width: 24%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.headtohead .hteam {
    text-align: left;
}

    .headtohead .hteam span, .headtohead .ateam span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 72%;
        display: inline-block;
    }

.headtohead .ateam span {
    margin-right: 5px;
}

.headtohead .hteam span {
    margin-left: 5px;
}

.headtohead .game_container {
    background: #121A32;
    height: 40px;
    margin-top: 10px;
    border-width: 1px, 0px, 1px, 0px;
    border-style: solid;
    border-color: #0000001A;
    border-radius: 4px;
    font-size: 10px;
}

.tipframe {
    width: 84%;
    margin: 0 auto;
    background: #0F162D;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 12px !important;
    padding: 3%;
}

.tiptop * {
    vertical-align: middle;
}

.tiptop span {
    display: inline-block;
    margin-right: 5px;
    opacity: 0.6;
}

.tipframe .gamehead {
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
}

.tipframe .sep {
    width: 100%;
    border-bottom: 1px solid #FFFFFF1A;
    margin-bottom: 3px;
    height: 10px;
    margin-bottom: 10px;
}

.betinfo .bettitle {
    font-size: 12px;
    font-weight: bold;
}

.betinfo .tipodd {
    background: var(--Aqua-01, #28B8F9);
    width: 50px;
    height: 25px;
    line-height: 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.betinfo {
    position: relative;
}

    .betinfo * {
        vertical-align: middle;
        display: inline-block;
    }

.team_imgs {
    position: absolute;
    left: 10px;
    top: 20px;
}

    .team_imgs img {
        height: 24px;
        margin-right: 5px;
    }

.tipinfo {
    margin-right: 10px;
    background: #0B1020;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 11px;
}

.tipcontainer {
    position: relative;
}

.premium_overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    margin-top: 30px;
}

.blurred {
    filter: blur(3.5px);
    background: black !important;
}

.signup {
    background: linear-gradient(105.43deg, #B743F0 -9.83%, #2D66F1 71.19%, #58C3F8 109.83%);
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 999px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    color: white !important;
    text-decoration: none !important;
}

.slick-next, .slick-prev {
    display: none !important;
}

.pheader img {
    display: inline !important;
}

.tips_header {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    margin-top: 10px;
}

    .tips_header .pagelink {
        float: left;
        text-decoration: underline;
        color: #FFFFFF;
    }

.team_imgs img {
    display: inline !important;
}


#wboardtips .tipframe, #wboardtips2 .tipframe {
    width: 92% !important;
}


#underover .h2h_header {
    text-align: right;
    padding-right: 10px;
    position: relative;
}

#underover .team {
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative !important;
    font-size: 12px !important;
    height: auto !important;
}

#underover table {
    width: 100%;
}

#underover td, #underover th {
    text-align: center;
    font-weight: normal;
}

#outypes {
    position: absolute;
    left: 10px;
    background: rgba(28, 45, 70, 1);
    height: 20px;
    line-height: 21px;
    border-radius: 20px;
    top: 0px;
    background: linear-gradient(180deg, #252938 0%, #484D62 100%);
    width: 110px;
}

.outype {
    width: 32.5%;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
}

    .outype.selected {
        background: rgba(64, 142, 245, 1);
    }



.t_country {
    opacity: 0.7;
    border-bottom: 1px solid white;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tf_header {
    text-align: right;
    display: inline-block;
    opacity: 0.7;
}

.tf_value {
    opacity: 0.7;
}

.tab2 .team {
    width: 38%;
    margin-bottom: 20px;
}

.tab2 .timestatus {
    width: 15%;
    top: 19px !important;
    display: inline-block;
}

.tab2 .team:nth-of-type(1) {
    margin-right: 5% !important;
}

.tab2 .team {
    text-align: right !important;
    display:inline-block;
}

#t_sep {
    width: 1px;
    height: 185px;
    background-color: white;
    opacity: 0.7;
    margin: 0 auto;
}