@font-face {
    font-family: 'Default-font';
    src: font-url('../font/default.woff2') format('woff2'),
}

html * {
    /*font-family: Default-font, Arial, serif !important;*/
}

#showMoreLayout {
    width: 100%;
    color: #d2d2d2;
    text-align: center;
    font-size: small;
    cursor: pointer;
    margin-top: 8px;
    font-weight: bold;
}

:root {
    --duet-color-primary: #9ACCFA;
    --duet-color-text: #9ACCFA;
    --duet-color-text-active: #fff;
    --duet-color-placeholder: #666;
    --duet-color-button: #f5f5f5;
    --duet-color-surface: #222222;
    --duet-color-overlay: rgba(0, 0, 0, 0.8);
    --duet-color-border: #fff;

    --duet-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --duet-font-normal: 400;
    --duet-font-bold: 600;

    --duet-radius: 8px;
    --duet-z-index: 600;
}


#date1 {
    display: none;
}


.advert_banner {
    width: 100%;
    background: #00aa29;
    margin-top: 8px;
    vertical-align: center;
    border-radius: 4px;
}

.body {
    background-color: #101010;
}

.center_container {
    height: 100%;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 8px;
    border: 1px solid #222222;
}

#top_leagues_menu {
    margin-right: 8px;
    border: 1px solid #222222;
    border-radius: 8px;
}

hr {
    padding: 0 !important;
    margin: 0 !important;
}

.header_layout {
    line-height: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 4px;
    font-size: larger;
    font-weight: bolder;
    color: white;
}

.top_header_sub_title_layout {
    height: 30px;
    line-height: 30px;
    color: #EEEEEE;
    white-space: nowrap;
    font-size: smaller;
}

#whatsapp-button {
    position: fixed;
    bottom: 20px; /* Adjust the distance from the bottom as needed */
    right: 20px; /* Adjust the distance from the right as needed */
    z-index: 999;
}

#whatsapp-button img {
    width: 60px; /* Adjust the icon size as needed */
    height: 60px; /* Adjust the icon size as needed */
}

.top_ad_layout {
    display: flex;
}

.top_banner_img {
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.fixture_header_layout {
    line-height: 53px;
    height: 53px;
    text-align: center;
    margin-bottom: 16px;
    font-size: larger;
    font-weight: bolder;
    color: white;
}

.matches_layout {
    border-radius: 8px;
}

.match_layout {
    margin-top: 4px;
    padding: 4px;
    border-radius: 8px;
}


.empty_layout {
    width: 100%;
    text-align: center;
    padding: 16px;
    align-items: center;
}

.empty_data_image {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 16px;
}

.empty_data_text {
    color: #C8CACD;
    font-weight: bold;
    text-align: center;
    font-size: medium;
}

.match_header_name {
    color: whitesmoke;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: center;
    font-size: small;
}

.match_header_league_name {
    color: #FDFDFD;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: small;
}

.match_header_country_name {
    color: #afadad;
    font-size: smaller;
}

.right_side_ad {
    border: 1px solid #222222;
    border-radius: 8px;
    margin-left: 8px;
}

.home-menu-icons {
    margin-right: 8px;
}

.spinner {
    border: 8px solid #f3f3f3; /* Light grey background */
    border-top: 8px solid #9ACCFA; /* Blue on top */
    border-radius: 50%;
    width: 40px;
    margin: 64px;
    height: 40px;
    animation: spin 1s linear infinite; /* Animation */
}

.spinner_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.league_group_flag {
    margin: auto 8px auto 4px;
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: center;
}

.top_league_layout {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    flex-direction: row;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.country_layout {
    width: 100%;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    vertical-align: center;
    align-items: start;
    flex-direction: row;
}

.league_layout {
    width: 100%;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    vertical-align: center;
    align-items: start;
    flex-direction: row;
}

#country-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#top-country-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top_league_name {
    color: #919090;
    font-size: small;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-left: 4px;
}

#country-search-input {
    /* Add a search icon to input */
    /* Position the search icon */
    /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    color: #818181;
    margin-top: 8px;
    background: #101010;
    font-size: 16px; /* Increase font-size */
    padding: 8px; /* Add some padding */
    border: 1px solid #101010; /* Add a grey border */
    margin-bottom: 4px; /* Add some space below the input */
}

input:focus {
    outline: none;
    box-shadow: none !important;
}

.group_name {
    color: white;
    font-size: large;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: bolder;
    margin-left: 4px;
}

.top_league_layout:hover {
    background-color: #303131;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transform: translateX(4px);
}

.fixture_layout {
    width: 100%;
    padding: 4px;
    display: flex;
    background-color: #252525;
    align-items: center;
    flex-direction: row;
    justify-content: left;
}

.left_nav_title {
    color: #EEEEEE;
    font-weight: bold;
    font-size: small;
    margin-top: 16px;
    margin-bottom: 4px;
}

.left_nav_country_name {
    color: #EEEEEE;
    vertical-align: center;
    font-size: small;
}

.left_nav_country_name:hover {
    border-radius: 8px;
    cursor: pointer;
}

.left_nav_league_name {
    display: none;
    color: #a6a6a6;
    padding-left: 8px;
    font-size: smaller;
}

.left_nav_sub_league_name {
    color: whitesmoke;
    vertical-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: small;
}

.divider_layout {
    background-color: #222222;
    margin-top: 4px;
    height: 1px;
    margin-bottom: 4px;
    border-color: #222222;
}

a {
    color: whitesmoke;
    text-decoration: none;
}

.full_width_row {
    width: 100%;
    background: #9f191f;
    height: 60px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.three_row_child {
    vertical-align: center;
    text-align: center;
    width: 100%;
    padding: 8px;
}

.language_settings_layout {
    vertical-align: center;
    width: 100px;
    margin-bottom: auto;
    text-align: center;
    padding: 8px;
}

.logo_layout {
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 50px;
}

.language_settings_style {
    border-radius: 4px;
    padding: 4px;
    font-weight: lighter;
    background: #252525;
    font-size: small;
    border: #8a8a8a solid 1px;
    color: #a9a8a8;
}

.language_settings_dropdown {
    margin-bottom: 4px;
    margin-top: 4px;
    background: #252525;
    color: #EEEEEE;
}


.language_icon {
    background: transparent;
}

.overflow_menu {
    width: 36px;
    height: 36px;
}

@media (min-width: 769px) {
    .overflow_menu {
        display: none;
    }

    .main_logo {
        display: block;
    }

    .home-navigation {
        display: none;
    }

    .language_icon {
        visibility: visible;
    }

    .top_ad_layout {
        display: block;
        visibility: visible;
    }

    .leagues_ad {
        display: block;
    }

    .logo_settings_container {
        visibility: hidden;
    }

    .fixture_half_time_scores_layout {
        display: block;
    }

    .search_right_layout {
        visibility: hidden;
    }

    #top_leagues_menu {
        visibility: visible;
        display: block;
    }
}

@media (max-width: 768px) {
    .language_icon {
        display: none;
    }

    .top_ad_layout {
        display: none;
        visibility: hidden;
    }

    .search_right_layout {
        visibility: visible;
    }

    .fixture_half_time_scores_layout {
        display: none;
    }

    .leagues_ad {
        display: none;
    }

    .logo_settings_container {
        visibility: visible;
    }

    .overflow_menu {
        display: block;
    }

    .main_logo {
        display: block;
    }

    .middle_nav_bar_container {
        display: none;
    }

    .home-navigation {
        display: block;
    }

    #top_leagues_menu {
        visibility: hidden;
    }

}

.top_logo_image {
    margin-right: 8px;
}

.top_logo_layout {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.logo_left_layout {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: left;
    vertical-align: center;
    align-content: start;
    font-size: larger;
    color: #EEEEEE;
    margin-right: 8px;
}

.search_right_layout {
    display: flex;
    flex-direction: row;
    margin: auto 16px auto auto;
    justify-content: right;
    vertical-align: center;
}

.logo_right_layout {
    width: 100px;
    font-size: small;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: right;
    vertical-align: center;
    color: white;
    text-align: right;
    margin-left: 8px;
}

.my_games_dropdown_icon {
    text-align: left;
    margin-left: 4px;
}

.my_games_dropdown_column {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.my_games_dropdown_single_column {
    display: flex;
    margin: 8px;
    flex-direction: column;
}

.my_games_dropdown_select {
    color: whitesmoke;
    background-color: #101418;
    display: inline-block;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 8px;
    margin-bottom: auto;
    height: 24px;
    margin-top: auto;
    border-radius: 8px;
    vertical-align: middle;
    font-size: smaller;
}

.my_games_dropdown_fixture {
    color: whitesmoke;
    background-color: #1C2024;
    display: inline-block;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 8px;
    margin-bottom: auto;
    height: 24px;
    margin-top: auto;
    border-radius: 8px;
    vertical-align: middle;
    font-size: smaller;
}


.my_games_dropdown_item {
    color: white;
    width: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #303131;
    display: inline-block;
    vertical-align: middle;
    font-size: smaller;
}

.my_games_dropdown_item:hover {
    background-color: #364453;
    border-radius: 8px;
}

#one_data, #two_data, #three_data, #four_data, #five_data, #six_data {
    padding: 4px;
}
