main {
    padding-block: 16px;
}

main .tabbars {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #9CA0AB;
    padding: 16px;
    border-bottom: 1px solid #353A45;
    font-family: "Play", sans-serif;
}

main .tabbars .tabbar {
    cursor: pointer;
}

main .tabbars .tabbar:hover {
    opacity: .5;
}

main .tabbars .tabbar.active {
    color: #E41827;
    font-weight: 600;
    opacity: 1;
}

main .tabs .tab {
    display: none;
}

main .tabs .tab.active {
    display: block;
}

main .tabs .tab .no-favourite {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    height: 60vh;
    padding-inline: 10%;
    color: #9CA0AB;
    display: none;
}

main .tabs .tab .no-favourite i {
    font-size: 100px;
}

main .tabs .tab .no-favourite h3 {
    color: white;
}

main .tabs .tab .no-favourite p {
    font-size: 12px;
    text-align: center;
}

main .tabs #matches.tab .matches-list {
    display: flex;
    flex-direction: column;
}

main .tabs #matches.tab .matches-list .live-match {
    color: #9CA0AB;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #1B1E25;
    padding: 16px;
    font-size: 12px;
}

main .tabs #matches.tab .matches-list .live-match .m-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

main .tabs #matches.tab .matches-list .live-match .m-header .badge {
    background: #E41827;
    padding: 4px 8px;
    color: white;
}

main .tabs #matches.tab .matches-list .live-match .m-header .time {
    color: #32CE62;
}

main .tabs #matches.tab .matches-list .live-match .m-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

main .tabs #matches.tab .matches-list .live-match .m-teams .left,
main .tabs #matches.tab .matches-list .live-match .m-teams .right {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 35%;
    text-align: center;
}

main .tabs #matches.tab .matches-list .live-match .m-teams .left img,
main .tabs #matches.tab .matches-list .live-match .m-teams .right img {
    width: 50px;
    height: 50px;
}

main .tabs #matches.tab .matches-list .live-match .m-teams .center {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

main .tabs #matches.tab .matches-list .live-match .m-teams .center p {
    color: #32CE62;
}

main .tabs #matches.tab .matches-list .live-match .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #353A45;
    padding-top: 16px;
}

main .tabs #matches.tab .matches-list .upcoming-match {
    color: #9CA0AB;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #353A45;
    text-decoration: none;
    font-size: 12px;
}

main .tabs #matches.tab .matches-list .upcoming-match .m-header {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

main .tabs #matches.tab .matches-list .upcoming-match .m-header .right {
    display: flex;
    align-items: center;
    gap: 16px;
}

main .tabs #matches.tab .matches-list .upcoming-match .m-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main .tabs #matches.tab .matches-list .upcoming-match .m-teams .left,
main .tabs #matches.tab .matches-list .upcoming-match .m-teams .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: white;
    width: 35%;
    text-align: center;
}

main .tabs #matches.tab .matches-list .upcoming-match .m-teams .left img,
main .tabs #matches.tab .matches-list .upcoming-match .m-teams .right img {
    width: 50px;
    height: 50px;
}

main .tabs #matches.tab .matches-list .upcoming-match .m-teams .center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

main .tabs #matches.tab .matches-list .upcoming-match .m-teams .center h3 {
    color: white;
    font-size: 14px;
}

main .tabs #leagues.tab .leagues-list {
    display: flex;
    flex-direction: column;
}

main .tabs #leagues.tab .leagues-list .item {
    color: white;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #353A45;
}

main .tabs #leagues.tab .leagues-list .item .left {
    display: flex;
    align-items: center;
    gap: 8px;
}

main .tabs #leagues.tab .leagues-list .item .left a {
    color: #9CA0AB;
    text-decoration: none;
}

main .tabs #leagues.tab .leagues-list .item .left img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

main .tabs #leagues.tab .leagues-list .item i {
    color: #E41827;
    font-size: 16px;
}

.the-preloader {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.the-preloader img {
    width: 60px;
    height: 60px;
}

@media(min-width: 768px) {
    main {
        padding-top: 80px;
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: start;
        padding-inline: 48px;
    }

    main .tabbars {
        background: #1B1E25;
        width: 200px;
        border: none;
        flex-direction: column;
    }

    main .tabs {
        background: #24272E;
        width: 100%;
    }
}

@media(min-width: 930px) {
    body {
        background-image: url(../images/hero.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    main {
        padding-top: 132px;
        padding-inline: 20%;
    }
}