:root {
    --primary_color: #126e51;
    --secondary_color: #f5f5f5;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: var(--secondary_color);
    font-family: "Poppins", serif;
}

/* Header start */
header {
    background-color: var(--primary_color);
}

.logo {
    height: 1.7rem;
    width: 13rem;
}

/* Header end */

/* Section start */

.not-live {
    border-radius: 9px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    padding: 7px;
    place-items: center;
    position: relative;
    transition-delay: .1s;
    transition-duration: .3s;
    background-color: #f5f7f9;
}

.not-live-icon {
    background-color: #1a3150;
    border-radius: 10px;
    padding: 2px;
    width: 20px;
}

.live-match-count {
    background: red;
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    right: -7px;
    top: -8px;
    z-index: 0;
    min-width: 20px;
    height: 20px;
}

.not-live.active {
    background-color: #333;
}

.not-live.active .not-live-text {
    color: #fff;
}

.not-live.active .not-live-icon {
    background-color: #bcc0c7;
}

.date_btn {
    padding: 5px;
    /* background-color: #161920; */
    font-size: 12px;
    font-weight: 500;
    color: #808797;
    text-align: center;
    line-height: 13px;
    text-transform: uppercase;
}

.date_btn.active {
    background-color: #161920;
    color: #fff;
    padding: 5px 15px;
    border-radius: 21px;
}

.search_bg {
    background-color: #969ca9;
}

.search_bg_input {
    background-color: #efefef;
    font-size: 14px;
}

.search_bg_input::placeholder {
    font-weight: 400;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #efefef;
    border-color: var(--bs-border-color);
    outline: 0;
    box-shadow: none !important;
}

.filter-button:after {
    content: "▼";
    display: inline-block;
    margin-left: 5px;
    /* position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.bg_white_light {
    background-color: #f1f1f1;
}

.all_modal_btn {
    display: flex;
    align-items: center;
    position: relative;
    border: 0px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 150px;
    min-width: auto;
    border: 1px solid #cacaca;
    font-size: 14px;
    font-weight: 500;
}

.filter_png {
    background-color: #808797;
    padding: 4px 5px;
}

.cursor_pointer {
    cursor: pointer;
}

.search_input {
    width: 100%;
    max-width: 250px;
}

.stats-button-container {
    border: 1px solid #808797;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.stat-button:first-child {
    border-left: none;
    border-radius: 8px 0 0 8px;
}

.stat-button {
    border-left: 1px solid #808797;
    color: #808797;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 15px;
    transition-delay: .1s;
    transition-duration: .2s;
}

.stat-button.active {
    background-color: #161920;
    color: #fff;
}

.league-name-and-flag-container {
    display: grid;
    flex: 8 1;
    grid-template-columns: auto 100px 40px;
    place-items: center;
}



.fixtures-table-section {
    border-collapse: collapse;
    display: grid;
    height: 100%;
    width: 100%;
}

.table-12px-fav-header {
    color: #6f8caa;
    font-size: 12px;
    font-weight: 700;
}

.stats-half-time-scores-container {
    display: flex;
}

.stats-table-header tr td {
    height: 100%;
}

.stats-header-other,
.stats-header-red {
    flex: 1 1;
    text-align: center;
}

.table-stats-header {
    color: #1d2027;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.league-name-container-for-mobile {
    background: #e2e2e2;
    color: #161920;
    display: flex;
    height: 28px;
}

.fixture-table-row {
    background: #fff;
    display: flex;
    height: 100%;
}

.match-info-td {
    flex: 8 1;
}

.match-info-container {
    display: grid;
    grid-template-columns: 35px 40px 35px minmax(130px, 150px) minmax(40px, auto) minmax(130px, 150px) 35px 40px;
    height: 100%;
    place-items: center;
    align-items: flex-end;
}

.fav-icon {
    cursor: pointer;
}

.card-container,
.match-card {
    display: flex;
}

.match-team-name {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #161920;
    font-size: 12px;
    text-decoration: none;
}

.score-container {
    text-decoration: none;
}

.away-team-name {
    justify-content: flex-start;
}

.stat-style-width-other,
.stat-style-width-red {
    display: grid;
    flex: 1 1;
    height: 100%;
    place-items: center;
}

.stats-container-for-mobile {
    display: none;
}

.stats-type-mobile,
.stats-value-mobile {
    display: none;
}

.pad-lock-icon {
    cursor: pointer;
    height: 15px;
    width: 15px;
}

.star-text {
    font-size: 13px;
    font-weight: 400;
    color: #161920;
}

.star_container {
    width: 100px;
}

table tbody tr:last-child {
    border-bottom: 0px !important;
}

table tbody tr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg_light_danger {
    background: rgb(255, 233, 230);
    color: rgb(255, 117, 99);
    padding: 2px;
    font-size: 12px;
    width: 40px;
    margin: auto;
}

.bg_light_green {
    background: rgba(114, 218, 35, 0.45);
    color: rgb(9, 80, 53);
    padding: 2px;
    font-size: 12px;
    width: 45px;
    margin: auto;
    text-wrap: nowrap;
}

.bg_light_yellow {
    background: rgb(246, 247, 205);
    color: rgb(101, 101, 0);
    padding: 2px;
    font-size: 12px;
    width: 45px;
    margin: auto;
    text-wrap: nowrap;
}

.country-flag {
    height: 13px;
    width: 20px;
}

.no-info-stats-for-avg {
    flex: 3 1;
}

.no-info-stats-row {
    display: flex;
    height: 100%;
    justify-content: center;
    place-items: center;
    font-size: 12px;
    color: #000;
}

.no-info-stats,
.no-info-stats-for-avg {
    border-bottom: 1.5px solid #161920 !important;
}

.no-info-stats {
    flex: 4.09 1;
}

.match-card {
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    padding: 0 2px;
    place-items: center;
    width: 8px;
}

.match-card.red-card {
    background-color: #ca2027;
    color: #fff;
}

.line {
    width: 10px;
    text-align: center;
}

/* Section end */

/* Footer start */

.footer-ul-container {
    padding: 0px;
    margin-top: 16px;
}

.footer-ul-title {
    color: #161920;
    font-size: 13px;
    font-weight: 600;
}

.footer-li {
    color: #717171;
    display: flex;
    font-size: 12px;
    list-style-type: none;
    padding: 5px 0;
    place-items: center;
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-li a {
    color: #717171;
    text-decoration: none;
}

.footer_app_store {
    background-image: url('../images/play-store.svg');
    margin-bottom: 10px;
}

.footer_play_store {
    background-image: url('../images/app-store.svg');
}

.footer_app_store,
.footer_play_store {
    background-position: 50%;
    background-size: cover;
    height: 38px;
    width: 120px;
}

.logo2-style {
    height: 40%;
    width: 40%;
}

.copyright_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.copyright-text {
    color: #717171;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
}

.footer-title-h1,
.gamble-text {
    color: #717171;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gamble-text {
    font-size: 12px;
}

.followers-text {
    color: red;
    font-weight: 600;
}

.footer-container {
    margin-top: -70px;
}

.hidden {
    display: none;
}

table thead tr.active td {
    display: none;
}

.show-more-matches-button {
    color: #717171 !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.all-stats-ul-container {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 20px;
}

li {
    color: #656565;
    margin-bottom: 10px;
}

.all-stats-ul-container {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 8px;
}

.stat-style {
    color: #656565;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
}

.selected-stat-style {
    background: #ececec;
}

.stat-style::before {
    content: ">";
    font-size: 20px;
}

.stat-style {
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-stat-style.stat-style::before {
    display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .stat-button {
        padding: 7px 7px;
    }

    .all_modal_btn {
        min-width: auto;
    }

    .date_btn {
        padding: 0px;
    }

    .not-live {
        font-size: 12px;
    }

    .date_btn.active {
        padding: 5px 7px;
        font-size: 10px;
    }

    .input-group-text.search_bg,
    .search_bg_input {
        height: 28px;
    }
}

@media only screen and (min-width: 769px) {
    .mobile_view {
        display: none;
    }
}

@media only screen and (max-width: 768px) and (min-width: 200px) {

    .all_modal_btn,
    .left_header_box {
        display: none !important;
    }

    .stat-button,
    .right_header_box,
    .tob_tabs_bar {
        width: 100%;
    }

    .stat-button {
        text-align: center;
    }

    .tob_tabs_bar {
        background-color: #f5f5f5;
        padding: 3px;
        border-radius: 10px;
    }

    .stats-button-container {
        border: 0px;
    }

    .stat-button {
        border-left: 0px;
    }

    .stat-button.active {
        background-color: #fff;
        border-radius: 10px;
        color: #161920;
    }

    .stat-button {
        color: #161920;
        font-weight: 400;
    }

    .avg_block {
        display: block !important;
    }

    .desktop_view {
        display: none;
    }



    /* Footer end */
    /* Mobile view start */
    .head_title {
        background-color: #f5f5f5;
        padding: 5px 10px;
    }

    .area-info-container {
        font-size: 12px;
        font-weight: 600;
        padding-left: 10px;
        color: #121317;
        text-decoration: none;
    }

    .fixture-table-row {
        border-bottom: 1px solid #e0e6f0;
        height: auto;
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .match-info-container {
        grid-template-columns: 0px 39px auto minmax(56px, 20px) 90px minmax(0px, 0px) auto;
        align-items: center;
    }

    .score-container-bet-mode {
        background: #f5f5f5;
        border-radius: 5px;
        margin: 0 5px;
        padding: 5px 7px;
    }

    .bet-mode-start-time-for-mobile {
        color: #717171;
        font-size: 12px;
        font-weight: 500;
    }

    .away-team-name {
        text-align: left;
    }


    .score-container-bet-mode {
        padding: 1px 7px;
    }

    .bg_light_green01 {
        background: #d8f1c5;
        padding: 4px;
    }

    .bg_light_green02 {
        background: #bbea98;
        padding: 4px;
    }

    .bg_light_yellow01 {
        background: #f6f7cd;
        padding: 4px;
    }

    .td_light_boxs {
        width: 100%;
    }

    .table_body td {
        width: 100%;
        text-align: center;
    }

    .stat-style-width-other {
        display: flex;
        margin: 0 2px;
        text-align: center;
        width: 100%;
    }

    .stats-type-mobile,
    .stats-value-mobile {
        display: block;
    }

    .stats-type-mobile,
    .stats-value-mobile {
        display: flex;
        font-size: 11px;
        justify-content: center;
    }

    .stats-type-mobile {
        color: #6b6b6b;
    }

    .head_title .hide_matches {
        display: none !important;
    }


    .head_title.active .hide_matches {
        display: block !important;
    }

    .head_title .show_matches {
        display: block !important;
    }

    .head_title.active .show_matches {
        display: none !important;
    }

    .footer_container_sm {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        /* grid-column-gap: 30px; */
        /* grid-row-gap: 30px; */
    }

    .footer_books {
        padding-left: 20px;
    }

    .footer-container {
        margin-top: 40px;
    }


    .stat-button {
        padding: 7px 10px;
    }

    /* Mobile view end */

}

.sm_px_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.stats-empty-data p {
    background: #e2e2e2;
    color: #161920;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center !important;
}

.hide_matches {
    display: none;
}

.show_matches {
    display: block;
}

.show_matches.hide {
    display: none;
}

.hide_matches.show {
    display: block;
}