* {
    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-read-page {
    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;
}

.box-side-opt {
    display: flex;
}

.box-read-page {
    display: flex;
    margin-top: 11.5rem;
    margin-bottom: 6rem;
}

.box-left-side-opt {
    max-width: 768px;
    width: 100%;
    margin-right: 1rem;
}

.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;
    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;
    white-space: nowrap;
    color: #fff;
    background: var(--primary-color);
}

.card-btn-opt-read-page a:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

.box-card-middle-read-page {
    padding: 20px 0;
    padding-top: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    color: rgb(128, 128, 128);
    padding: 0 20px;
}

.breadcrumb span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb a:nth-child(1) {
    margin-left: 0;
}

.breadcrumb a {
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.52em;
    color: rgb(128, 128, 128);
    margin: 0 5px;
}

.breadcrumb a:hover {
    color: #161616;
}

.read__title {
    font-family: "Montserrat", serif;
    font-size: 28px;
    color: #000;
    line-height: 1.52em;
    margin: 25px 0;
    padding: 0 20px;
}

.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    color: rgb(128, 128, 128);
    letter-spacing: .1px;
    padding: 0 20px;
    white-space: nowrap;
}

.opt-one-clearfix,
.opt-two-clearfix {
    display: flex;
    align-items: center;
}

.opt-two-clearfix a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.opt-two-clearfix button {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.opt-two-clearfix button span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-author {
    color: rgb(128, 128, 128);
}

.gap-detail {
    margin: 0 5px;
}

.detail-assets {
    margin: 30px 0;
    padding: 0 20px;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}

.detail-assets .copyright {
    font-size: 12px;
    background-color: #ececec;
    padding: 10px;
    display: block;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: .2px;
    line-height: 1.52em;
}

.detail-body-read {
    padding: 0 20px;
}

.read-content>p {
    font-size: 16px;
    font-family: "DM Sans", serif;
    margin-bottom: 15px;
    line-height: 1.8em;
}

.read-content h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.8em;
    margin: 15px 0;
}

.read-content a {
    color: var(--primary-color);
}

.box-tag {
    margin: 1rem 0;
}

.box-list-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-list-tag>li {
    margin-right: 10px;
    margin-top: 10px;
}

.box-list-tag>li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 15px;
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
}

.box-list-tag>li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.other-article-box {
    margin-top: 2rem;
}

.other-article-box ul {
    display: flex;
    flex-direction: column;
}

.other-article-box li {
    list-style: none;
}

.tagline-article-option {
    color: var(--primary-color);
}

.card-item-other-article {
    display: flex;
    margin-bottom: 1rem;
}

.card-item-other-article img {
    max-width: 200px;
    width: 200px;
    height: 100px;
    vertical-align: middle;
}

.card-info-other-arc {
    font-family: 'DM Sans', sans-serif;
    margin-left: 11px;
    width: 100%;
}

.card-info-other-arc p {
    margin-top: 5px;
}

.card-info-other-arc p 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%;
}

.time-post-arc {
    display: flex;
    justify-content: flex-end;
    font-size: 12.5px;
    color: rgb(128, 128, 128);
    letter-spacing: .2px;
    line-height: 1.52em;
    width: 100%;
}

.card-info-other-arc p a:hover {
    color: var(--primary-color);
}

.card-info-other-arc .category-other a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1px;
    color: var(--primary-color);
}

.card-inp-comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 11px;
}

.card-inp-comment textarea,
.card-inp-comment input {
    padding: 10px;
    border: none;
    outline: 1px solid rgb(128, 128, 128, 0.2);
    font-size: 14.5px;
    letter-spacing: .1px;
    line-height: 1.52em;
    font-family: 'DM Sans', sans-serif;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.card-save-history-commment {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.card-save-history-commment label {
    font-size: 14.5px;
    letter-spacing: .1px;
    font-family: 'DM Sans', sans-serif;
    margin-left: 11px;
    color: rgb(128, 128, 128);
}

.card-btn-comment {
    display: flex;
    justify-content: flex-end;
}

.card-btn-comment button {
    padding: 12px 10px;
    cursor: pointer;
    border: none;
    outline: none;
    max-width: 80px;
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    letter-spacing: .1px;
    font-family: 'DM Sans', sans-serif;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.list-comment-user {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.card-user-comment {
    display: none;
    margin-bottom: 1rem;
}

.card-info-comment-user {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
    width: 100%;
}

.card-info-comment-user h4 {
    margin: 0;
    line-height: 0;
    font-size: 16px;
    letter-spacing: .1px;
    font-family: 'DM Sans', sans-serif;
}

.card-info-comment-user p {
    font-size: 16px;
    letter-spacing: .2px;
    font-family: 'DM Sans', sans-serif;
    margin-top: 5px;
    white-space: pre-wrap;
    word-break: break-all;
    line-height: 1.52em;
    max-width: 85%;
}

.tag-info-comment-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.tag-info-comment-user span {
    font-size: 14px;
    letter-spacing: .1px;
    color: rgb(128, 128, 128);
    font-family: 'DM Sans', sans-serif;
}

.note_comment.show {
    display: block;
}

.note_comment {
    display: none;
    font-size: 14px;
    letter-spacing: .2px;
    color: rgb(128, 128, 128);
    line-height: 1.52em;
    padding: 5px;
    padding-left: 0;
    font-family: 'DM Sans', sans-serif;
}

.note_comment span {
    color: red;
}

.avatarProfile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#loadMoreBtn,
#showlessBtn {
    width: fit-content;
    border: none;
    outline: none;
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    font-size: 14.5px;
    letter-spacing: .1px;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 11px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

#loadMoreBtn:hover,
#showlessBtn:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

#showlessBtn {
    display: none;
}

.out-card-list-recomendation-to-read {
    display: flex;
    flex-direction: column;
    margin: .5rem 0;
}

.card-list-recomendation-to-read {
    margin-top: 11px;
}

.card-list-recomendation-to-read a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 1.52em;
    color: var(--primary-color);
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}

.card-list-recomendation-to-read a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-list-recomendation-to-read a:hover {
    text-decoration: underline;
}

.box-right-side-opt {
    display: flex;
    max-width: 300px;
    width: 100%;
    margin-top: 2.5rem;
    padding: 5px;
    overflow: hidden;
    padding-top: 0;
}

.out-detail-info-right-ride {
    width: 100%;
}

.list-opt-most-view {
    display: flex;
    flex-direction: column;
}

.card-link-most-view {
    display: flex;
    margin-bottom: 11px;
}

.card-link-most-view img {
    max-width: 100px;
    width: 100px;
    height: 65px;
    object-fit: cover;
}

.card-info-link-most-view {
    margin-left: 11px;
}

.card-info-link-most-view 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;
    color: #161616;
}

.card-info-link-most-view p a:hover {
    color: var(--primary-color);
}

#scoreaxis-widget-fd07d::-webkit-scrollbar {
    display: none;
}

#scoreaxis-widget-fd07d::-webkit-scrollbar-thumb {
    background-color: #f0f0f0;
    width: 5px;
}

.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;
    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;
    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;
}

.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;
}

.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;
}

.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;
}

.card-top-footer {
    border-bottom: 1px solid rgb(128, 128, 128, 0.2);
    padding: 10px 0;
}

.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;
}

.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;
}

.card-article1-recomendation {
    font-family: 'DM Sans', sans-serif;
    letter-spacing: .2px;
    line-height: 1.52em;
    background: rgb(128, 128, 128, 0.07);
    color: #161616;
    margin: 11px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.card-article1-recomendation a {
    display: flex;
    flex-direction: column;
    color: var(--second-color);
    padding: 14px;
    font-size: 16px;
}

.card-article1-recomendation a p {
    color: var(--primary-color);
}

@media (max-width: 1025px) {
    .card-top-side-read-page {
        padding: 20px;
        padding-top: 0;
    }
}

@media (max-width: 768px) {

    .out-search-form-mobile.show {
        display: block;
    }

    .out-sidebar-mobile-menu {
        display: block;
    }

    .card-top-side-read-page {
        padding: 15px;
        padding-top: 0;
    }

    .box-card-top-read-page {
        box-shadow: 0 2px 6px rgb(0, 0, 0, 0.09);
    }

    .list-opt-top-read-page {
        display: none;
    }

    .card-top-side-read-page .logo {
        width: 110px;
    }

    .search-form-read-page {
        display: none;
    }

    .icon-bar-menu,
    .icon-search-show-mobile {
        display: flex;
    }

    .box-right-side-opt {
        display: none;
    }

    .detail-body-read,
    .clearfix,
    .read__title,
    .breadcrumb {
        padding: 0 15px;
    }

    .clearfix {
        white-space: normal;
    }

    .detail-assets,
    .read__title {
        margin: 15px 0;
    }

    .detail-assets {
        padding: 0;
    }

    .box-read-page {
        margin-top: 6rem;
    }

    .read__title {
        font-size: 23px;
    }

    .box-left-side-opt {
        margin-right: 0;
    }

}

@media(max-width: 500px) {
    .card-item-other-article img {
        max-width: 100px;
        width: 100px;
    }

    .clearfix {
        flex-direction: column;
    }

    .opt-two-clearfix {
        justify-content: center;
        margin-top: 1rem;
    }

    .opt-one-clearfix {
        align-items: flex-start;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .out-sidebar-mobile-menu {
        max-width: 100%;
    }
}