* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

:root {
    --primary-color: #006295;
    --second-color: #161616;
}

a {
    text-decoration: none;
}

.out-box-category {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.box-card-top-read-page {
    position: fixed;
    top: 0;
    max-width: 1024px;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding: 20px 0;
    padding-bottom: 0;
}

.card-top-side-read-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 20px;
}

.card-top-side-read-page .logo {
    width: 180px;
}

.card-top-side-read-page .logo img {
    width: 100%;
    object-fit: cover;
}

.icon-bar-menu,
.icon-search-show-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.icon-bar-menu:hover,
.icon-search-show-mobile:hover {
    background: rgb(128, 128, 128, 0.07);
}

.search-form-read-page {
    display: flex;
    max-width: 350px;
    width: 100%;
}

.search-form-read-page form {
    display: flex;
    outline: 1px solid rgb(128, 128, 128, 0.2);
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.cardinp-search-read-page {
    display: flex;
    align-items: center;
    width: 100%;
}

.cardinp-search-read-page input {
    padding: 12px 20px;
    padding-right: 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 16px;
    letter-spacing: .1px;
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    
    color: #161616;
    width: 100%;
}

.cardinp-search-read-page span {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    padding: 5px;
    padding-right: 20px;
}

.btn-submit-search {
    background: none;
    border: none;
    outline: none;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.btn-submit-search span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.btn-submit-search:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

#clear-val-inp {
    display: none;
}

.list-opt-top-read-page {
    display: flex;
    align-items: center;
    background: var(--primary-color);
    overflow-x: auto;
}

.list-opt-top-read-page::-webkit-scrollbar {
    display: none;
}

.card-btn-opt-read-page a p {
    padding: 16px 10px;
    color: #fff;
    line-height: 1.52em;
    letter-spacing: .1px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    
    white-space: nowrap;
    color: #fff;
    background: var(--primary-color);
}

.card-btn-opt-read-page a:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

.out-sidebar-mobile-menu.show {
    left: 0;
    transition: .2s all;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
}

.out-sidebar-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: -100rem;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.09);
    z-index: 101;
    max-width: 300px;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    transition: .7s all;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    -ms-transition: .7s all;
    -o-transition: .7s all;
}

.box-sidebar-mobile-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.top-sidebar {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 0 15px;
}

.top-sidebar .icon-close-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.top-sidebar .icon-close-sidebar:hover {
    background: rgb(128, 128, 128, 0.07);   
}

.logo-mobile {
    width: 100px;
}

.logo-mobile img {
    width: 100%;
    object-fit: cover;
}

.top-middle-sidebar {
    margin-top: 2rem;
}

.list-opt-category-sidebar {
    display: flex;
    flex-direction: column;
}

.list-opt-category-sidebar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: rgb(128, 128, 128);
}

.list-opt-category-sidebar a:hover {
    background: rgb(128, 128, 128, 0.07);
    color: var(--second-color);
}

.card-link-category-sidebar {
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.52em;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
}

.icon-list-category-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.out-search-form-mobile.show {
    top: 5rem;
}

.out-search-form-mobile {
    position: fixed;
    top: -100rem;
    left: 0;
    width: 100%;
    height: fit-content;
    display: none;
    z-index: 101;
}

.box-search-form-mobile {
    width: 100%;
    padding: 0 20px;
}

.box-search-form-mobile form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.09);
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.card-inp-search-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card-inp-search-mobile input {
    padding: 12px 20px;
    background: none;
    outline: none;
    border: none;
    width: 100%;
    color: #161616;
    width: 100%;
    font-size: 14.5px;
    letter-spacing: .1px;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
}

.card-inp-search-mobile span {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(128, 128, 128);
    width: 34px;
    height: 30px;
    margin-right: 10px;
}

.btn-search-mobile {
    padding: 12px;
    border: none;
    outline: none;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.btn-search-mobile span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-search-mobile:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

footer{
    background-color: var(--second-color);
    padding: 20px;
}

.box-footer {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.logo-footer {
    width: 120px;
    margin: 0 auto;
}

.logo-footer img {
    width: 100%;
    object-fit: cover;
}

.list-opt-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    margin: 1rem 0;
    margin-bottom: 11px;
}

.list-opt-footer li {
    color: #fff;
    margin-right: 5px;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.52em;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
}

.list-opt-footer li a {
    color: #fff;
}

.list-opt-footer li a:hover {
    text-decoration: underline;
}

footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.52em;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
}

.box-content-category {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 11.5rem;
    margin-bottom: 6rem;
}

.side-left-ctg {
    max-width: 760px;
    width: 100%;
    overflow: hidden;
    margin-right: 1rem;
    padding: 15px;
    padding-top: 0;
}

.tagline-cate {
    margin-bottom: 1rem;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    
    letter-spacing: .2px;
    line-height: 1.52em;
    color: var(--primary-color);
    font-weight: 600;
}

.box-img-top-ctg {
    position: relative;
}

.box-img-top-ctg img {
    max-width: 1024px;
    width: 100%;
    height: 420px;
    object-fit: cover;
    vertical-align: auto;
}

.title-img-top-ctg {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: linear-gradient(to right, #02203158, #2a475123);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    
    letter-spacing: .1px;
    line-height: 1.52em;
    font-weight: 600;
    width: 100%;
}

.title-img-top-ctg h3 {
    padding: 40px 14px;
}

.title-img-top-ctg a {
    color: #fff;
    width: 100%;
}

.card-middle-content-category {
    margin-top: 2rem;
}

.tag-for-data {
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
    line-height: 1.8em;
    color: var(--primary-color);
    margin: 15px 0;
    margin-bottom: 1rem;
}

.card-arc-by-ctg {
    display: flex;
    width: 100%;
    list-style: none;
    margin-bottom: 1rem;
}

.card-arc-by-ctg img {
    max-width: 200px;
    width: 200px;
    height: 100px;
    vertical-align: middle;
    object-fit: cover;
}

.card-info-arc-by-ctg {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 11px;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
}

.card-info-arc-by-ctg span {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1px;
    color: var(--primary-color);
}

.card-info-arc-by-ctg .title-arc-by-ctg a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    margin-top: 5px;
    color: #161616;
    letter-spacing: .2px;
    line-height: 1.52em;
    width: 100%;
}

.card-info-arc-by-ctg .title-arc-by-ctg a:hover {
    color: var(--primary-color);
}

.time-post-arc {
    display: flex;
    justify-content: flex-end;
    font-size: 12.5px;
    color: grey;
    letter-spacing: .2px;
    line-height: 1.52em;
    width: 100%;
}

.pagination-data-ctg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.pagination-data-ctg a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: rgb(128, 128, 128);
    outline: 1px solid rgb(128, 128, 128, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pagination-data-ctg a p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    
}

.pagination-data-ctg a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-data-ctg a:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

.pagination-data-ctg a.active {
    background: var(--primary-color);
}

.pagination-data-ctg a.active p {
    color: #fff;
}

.card-top-right-ctg {
    margin-top: 2rem;
}

.side-right-ctg {
    max-width: 300px;
    width: 100%;
    padding: 5px;
    padding-top: 0;
}

.card-arc-most-view-by-ctg {
    display: flex;
    margin-bottom: 11px;
}

.card-arc-most-view-by-ctg img {
    max-width: 100px;
    width: 100px;
    height: 65px;
    object-fit: cover;
}

.card-arc-info-most-view-by-ctg {
    margin-left: 11px;
}

.card-arc-info-most-view-by-ctg p a {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: .1px;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
    color: #161616;
}

.card-arc-info-most-view-by-ctg p a:hover {
    color: var(--primary-color);
}

.show-btn-list {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.09);
    overflow: hidden;
    color: #161616;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 270px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.show-btn-list p {
    padding: 10px;
    font-size: 14.5px;
    width: 100%;
    letter-spacing: 0.1px;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
    white-space: nowrap;
}

.icon-chev-klasemen {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: .2s all;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
}

.icon-chev-klasemen.show {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: .2s all;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
}

.list-opt-league.show {
    display: flex;
}

.list-opt-league {
    display: none;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.09);
    overflow: hidden;
    border-radius: 6px;
    margin: .7rem 0;
    width: 270px;
}

.list-opt-league p {
    font-size: 14.5px;
    letter-spacing: 0.1px;
    font-family: 'DM Sans', sans-serif;
    font-display: swap;
    color: grey;
    padding: 10px;
    cursor: pointer;
    background: #fff;
}

.list-opt-league p:hover {
    filter: brightness(90%);
    color: #161616;
}

.box-list-klasement {
    display: flex;
    flex-direction: column;
}

.seriea,
.laliga {
    display: none;
}

@media (max-width: 1025px) {
    .card-top-side-read-page {
        padding: 20px;
        padding-top: 0;
    }
}

@media (max-width: 768px) {

    .side-right-ctg {
        display: none;
    }

    .side-left-ctg {
        margin-right: 0;
        max-width: 100%;
    }

    .box-img-top-ctg img {
        height: 350px;
    }

    .title-img-top-ctg {
        font-size: 18px;
    }

    .title-img-top-ctg h3 {
        padding: 20px 14px;
    }

    .box-content-category {
        margin-top: 6rem;
    }
    
    .box-card-top-read-page {
        box-shadow: 0 2px 6px rgb(0, 0, 0, 0.09);
    }

    .card-top-side-read-page {
        padding: 15px;
        padding-top: 0;
    }

    .card-top-side-read-page .logo {
        width: 110px;
    }

    .icon-bar-menu,
    .icon-search-show-mobile {
        display: flex;
    }

    .search-form-read-page {
        display: none;
    }

    .list-opt-top-read-page {
        display: none;
    }

    .out-sidebar-mobile-menu {
        display: block;
    }

    .out-search-form-mobile.show {
        display: block;
    }
}

@media (max-width: 500px) {

    .card-arc-by-ctg img {
        max-width: 100px;
        width: 100px;
    }
}

@media (max-width: 400px) {
    .out-sidebar-mobile-menu {
        max-width: 100%;
    }

    .box-img-top-ctg img {
        height: 300px;
    }
}