.mobile-nav {
    background: #101010;
    position: fixed;
    bottom: 0;
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.mobile-nav-selected{
    font-size: small;
    text-align: center;
    color: #9ACCFA;
}
.mobile-nav-unselected{
    font-size: small;
    color: whitesmoke;
    text-align: center;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-icon img {
    width: 20px;
    margin-bottom: 4px;
}

@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
}

.show_settings_dialog {
    padding-right: 16px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #252525;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}


.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    top: 0;
    margin-right: 16px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav-logo-layout {
    align-content: center;
    vertical-align: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    text-align: center;
    align-items: center;
    padding: 16px;
}

.sidenav a {
    text-decoration: none;
    font-size: small;
    text-align: center;
    margin-bottom: auto;
    padding: 8px;
    margin-top: auto;
    transition: 0.3s;
}

.sidenav-items-layout {
    display: flex;
    justify-content: start;
    vertical-align: center;
    align-content: flex-start;
    color: whitesmoke;
    font-weight: bold;
    font-size: small;
    text-align: start;
    flex-direction: row;
    padding: 8px 16px;
}

.sidenav-logo-icon {
    width: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8px;
    height: 24px;
}

.calendar-top-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    text-align: center;
    align-items: center;
    margin-top: 8px;
    padding: 0 1px;
}

.hamburger-menu {
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    padding: 0;
}

.home-screen-icons {
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    padding: 0;
}

.team-logo-container {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.team-logo {
    border-radius: 2px;
    margin-right: 16px;
    width: 20px;
}
.country-flag {
    border-radius: 2px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: center;
    margin-right: 8px;
    width: 20px;
}
.league-logo {
    border-radius: 2px;
    height: 18px;
    margin-right: 8px;
    width: 18px;
}

.calendar-top-menu-item {
    text-transform: uppercase;
    cursor: pointer;
    color: #aaa;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 11px;
}

.calendar-menu-item {
    display: flex;
    color: #AAAAAA;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: small;
    align-items: center;
}

.calendar-menu-item-selected {
    display: flex;
    color: #9ACCFA;
    text-transform: uppercase;
    justify-content: center;
    text-decoration: none;
    font-size: small;
    align-items: center;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.calendar-top-menu-live {
    color: #101010;
    background: #FDFDFD;
    padding: 4px;
    text-align: center;
    margin-right: 4px;
    font-weight: bold;
    font-size: smaller;
    height: 20px;
    border-radius: 4px;
}

.calendar-selected {
    color: #9ACCFA;
    text-decoration: none;
}

.calendar-not-selected {
    text-decoration: none;
    color: #AAAAAA;
}

.calendar-top-menu-day {
    font-weight: bold;
    font-size: smaller;
}

.calendar-top-menu-date {
    font-size: 9px;
}

.tb.isActive {
    opacity: 1;
    transform: translateX(0);
    z-index: 999;
}

.tb {
    overflow: hidden;
    position: fixed;
    margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    display: flex;
    flex-direction: column;
    width: 270px;
    border: none;
    padding: 15px;
    background: #252525;
    color: #fdfdfd;
    justify-content: space-between;
    z-index: 0;
    transition: all .5s ease 0s;
    transform: translateX(-100%);
    opacity: 0;
}


.top_nav_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #2D2D2D;
    background-color: #101010;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
    margin-bottom: 16px;
    scrollbar-width: none; /* Hide scrollbar for Chrome/Safari/Firefox */
}

.top_nav_row::-webkit-scrollbar {
    display: none;
}

.top_nav_item {
    padding: 12px 16px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    color: #8E8E93;
    text-decoration: none !important;
    position: relative;
    transition: color 0.2s ease;
}

.top_nav_item:hover {
    color: #FFFFFF;
    text-decoration: none !important;
}

.top_nav_item:active {
    color: #FFFFFF;
    text-decoration: none !important;
}

.top_nav_selected_item {
    color: #FFFFFF !important;
    font-weight: bold;
    text-decoration: none !important;
}

.top_nav_selected_item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 3px 3px 0 0;
}

.top_nav_date_picker {
    padding: 4px 4px;
    width: 130px;
    margin-left: 8px;
    text-align: center;
    font-size: small;
    border-radius: 8px;
    color: #EEEEEE;
}

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

.vertical_container {
    width: 100%;
    flex-direction: column;
}

.top_leagues_menu_nav_bar {
    vertical-align: middle;
}

.middle_nav_bar_container {
    padding-left: 8px;
    list-style-type: none;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main_top_row_layout {
    font-size: small;
    font-weight: bold;
}

.logo_settings_container {
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.settings_icon {
    margin-left: auto;
    width: calc(100% / 2);
    text-align: right;
}

.nav > li > a.active {
    border-bottom: 5px solid #9ACCFA;
    background-color: #303131;
    border-radius: 0
}

.nav_center_container > ul {
    list-style-type: none;
}

.nav_item_selected {
    padding: 8px;
    color: #9ACCFA;
    margin-right: 16px;
    border-radius: 0
}

.nav_item_unselected {
    margin-right: 16px;
    color: lightgray;
    padding: 8px;
    border-radius: 0
}


.nav > li > a:hover {
    background-color: #303131;
}

.nav-link > li > a:active {
    background-color: #303131;
}

.nav-link > li {
    background-color: #09b7f1;
    padding: 8px;
    margin: 8px;
}

