body.dark {
    background-color: #0C0F16;
}

* {
    font-family: 'DM Sans', sans-serif;
}

.main {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu-wrapper {
        top: 3rem;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
        border-radius: 0px 5px 5px 5px;
    }

    .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover>.dropdown-submenu {
        display: block;
    }
}

.btn-blue {
    background-color: #163973;
    color: white;
    border-radius: 40px;
    padding: 0.4rem 1rem !important;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-blue:hover {
    background-color: #0b2546;
    color: white;
}

.navbar-brand {
    background-image: url(../../../PRSN_navbar.svg);
    font-size: 0px;
    width: 112px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-size: cover;
}

.navbar.bg-dark .nav-link {
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 400;
}

.navbar .nav-link.active {
    position: relative;
}

.navbar .nav-link.active::before {
    content: '';
    display: block;
    width: calc(100% - 1rem);
    height: 3px;
    background-color: #163973;
    position: absolute;
    bottom: 0;
}

.navbar .dropdown-item:active,
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: transparent !important;
}

.dropdown-simple .dropdown-toggle::after {
    display: none;
}

.navbar.transparent-navbar {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
}

.navbar.scrolled-navbar {
    background-color: #0c0f16f6 !important;
}

.small-icon {
    font-size: 0.9rem !important;
    display: inline-block;
    padding-top: 2px;

}

.dropdown-submenu .title-nav {
    padding-left: 1rem;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 0.9rem;
    color: #CECECE;
}

.flag-img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;

}

body.dark ul.dropdown-menu,
body.dark .dropdown-menu .dropdown-submenu {
    background: #272936;
    color: white;
}

body.dark ul.dropdown-menu a {
    color: white !important;
}

body.dark ul.dropdown-menu a:hover {
    background-color: transparent !important;
    color: white !important;
    border-left: #163973 3px solid;
}

.offcanvas-body .nav-link.active::before {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% - 1rem);
    background-color: #163973;
    position: absolute;
    bottom: auto;
    left: -1rem;
}

#offcanvasNavbar .dropdown-submenu {
    display: none;
    padding-left: 1rem;
}

#offcanvasNavbar .dropdown-submenu.show {
    display: block;
}

button.navbar-toggler {
    border: 0px;
}

body.dark .offcanvas-footer {
    padding: 1.5rem;
    background: #0c0f1673;
    border-radius: 16px 16px 0px 0px;
}

.offcanvas .flag-img {
    width: 20px;
    height: 20px;
}

.offcanvas .offcanvas-header {
    padding-bottom: 0px;
}

body.dark .offcanvas ul.dropdown-menu,
body.dark .offcanvas .dropdown-menu .dropdown-submenu {
    background: #171b21;
    border: 0px;
}

/* Banner */

.banner.home {
    /* background-color: #0b2546; */
    min-height: 100vh;
    position: relative;
}

.banner .gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #03030500 0%, #030305 100%);
    z-index: 1;
}

.banner .gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 345px;
    background: linear-gradient(180deg, #03030500 0%, #030305 100%);
    z-index: 2;
}

.banner-carousel {
    height: 100%;
    position: relative;

}

.banner-carousel .owl-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-carousel .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 100vh;
    position: relative;
}

.banner-carousel .item-content {
    background-color: #03030536;
    z-index: 100;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    color: white;
    top: 0;
    left: 0;
}

.banner-carousel .item-content h2 {
    font-size: 4rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 1rem;
}


.banner-nav .btn {
    border-radius: 40px;
    background-color: #67676749;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    padding: 0px;
}

.banner-nav .btn:hover {
    background-color: #163973;
}

@media screen and (max-width: 1200px) {
    .banner-carousel .item-content h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .banner-carousel .item-content h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .banner-carousel .item-content h2 {
        font-size: 2.5rem;
    }

    /* .banner-carousel .item-content {
        text-align: center;
        justify-content: center;
    } */

    .banner-carousel .item-content .col-sm-8 {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-carousel .item,
    .banner.home {
        height: 70vh;
        min-height: 70vh;
    }
}

@media screen and (max-width: 480px) {
    .banner-carousel .item-content h2 {
        font-size: 2rem;
    }

    .banner-nav .btn {
        height: 35px;
        width: 35px;
    }
}

/* News Home */

body.dark .news-banner {
    background-color: #0C0F16;
}

.news-banner {
    border-radius: 40px 40px 0px 0px;
    transform: translateY(-2rem);
    z-index: 100;
    position: relative;
}

.news-banner .news-carousel {
    transform: translateY(-50%);
}

body.dark .news-item {
    background-color: #272936;
    color: white !important;
}

.news-item {
    border-radius: 0.5rem;
    display: flex;
    text-decoration: none;
}

.news-item .img {
    width: 40%;
    filter: brightness(0.9);
}

.news-item .info {
    width: 60%;
    padding: 1rem 0.7rem;
}

.news-banner .news-item .info {
    min-height: 130px;
}

.news-item .info .title {
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item .info .label {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 2px 12px;
    border-radius: 2px;
    background-color: #163973;
    display: inline-block;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}


.news-item img {
    border-radius: 0.5rem 0rem 0px 0.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .news-banner .news-carousel {
        transform: translateY(-35%);
    }

    .news-banner {
        border-radius: 24px 24px 0px 0px;
        transform: translateY(-1rem);

    }

}

@media screen and (max-width: 480px) {
    .news-banner .news-item .info .title {
        font-size: 0.9rem;
    }

    .news-banner .news-item .info {
        width: 65%;
    }

    .news-banner .news-item .img {
        width: 35%;
    }
}

/* Breaking News */

body.dark .header-section,
body.dark .header-section .link,
body.dark .breaking-news .news .title,
body.dark .breaking-news .news .description,
body.dark .breaking-news .news .info,
body.dark .breaking-news .news .info a {
    color: white;
}


.header-section .subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    padding-bottom: 0.5rem;
    display: block;
}

.header-section .title {
    font-size: 2.25rem;
    font-weight: 700;
    display: flex;
    margin-bottom: 0rem;
}

.header-section .title .line {
    display: block;
    width: 4px;
    /* height: 45px; */
    margin-right: 1rem;
    background-color: #163973;
}

.header-section .link {
    text-decoration: none;
    margin-bottom: 4px;
    display: inline-block;
}

.breaking-news .news img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 0.5rem;
    align-self: center;
    filter: brightness(0.9);
}

.breaking-news .news .news-content {
    align-self: center;
}

.breaking-news .news .title {
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breaking-news .news .label {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #163973;
    display: inline-block;
    text-transform: capitalize;
    color: white;
}

.breaking-news .news .description {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breaking-news .news .info {
    display: flex;
    align-items: center;
}

.breaking-news .news .info .author {
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.breaking-news .news .info img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.breaking-news .news .info i {
    font-size: 0.3rem;
}

@media screen and (max-width: 992px) {
    .breaking-news .news img {
        height: 350px;
    }

    .breaking-news .news .description {
        font-size: 0.95rem;
    }

    .header-section .title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .breaking-news .news img {
        height: 300px;
    }

    .header-section .title {
        font-size: 1.9rem !important;
    }
}

@media screen and (max-width: 575px) {
    .header-section .title {
        font-size: 1.7rem !important;
    }

    .breaking-news .news img {
        height: 250px;
    }
}

/* News Grid */

body.dark .news-tab .nav-link {
    background-color: #272936;
    color: #DEDEDE
}

body.dark .news-tab .nav-link:hover {
    background-color: #171b21
}

.news-tab .nav-pills {
    justify-content: flex-end;
}

.news-tab .nav-link {
    border-radius: 32px;
    margin-left: 0.5rem;
    padding: 8px 16px;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.news-tab .nav-link i {
    font-size: 1.2rem;
    display: inline-block;
    transform: translateY(2.5px);
}

.news-tab .nav-link i.icon-baseball {
    font-size: 1.15rem;
}

.news-tab .nav-link i.icon-f1 {
    font-size: 1.3rem;
}


.news-tab .nav-link.active {
    background-color: #163973 !important;
}

.news-grid-content .vertical-news {
    position: relative;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: end;
    flex-direction: column;
    height: 560px;
}

.news-grid-content .vertical-news img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 0.5rem;
    filter: brightness(0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.news-grid-content .vertical-news .content {
    position: relative;
    background: linear-gradient(0deg, #07090de8 40%, #07090d00 100%);
    padding: 1rem;
    margin-top: auto;
}

.news-grid-content .vertical-news .label {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #163973;
    display: inline-block;
    text-transform: capitalize;
    color: white;
    width: fit-content;
}

.news-grid-content .vertical-news .title {
    font-size: 1.8rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-grid-content .vertical-news .description {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-grid-content .horizontal-news .news-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.2rem;
    height: 174px;
}

.news-grid-content .horizontal-news .img {
    width: 40%;
}

body.dark .news-grid-content .horizontal-news .img img {
    filter: brightness(0.8);
}

.news-grid-content .horizontal-news .content {
    width: 60%;
    padding: 1rem;
    align-self: center;
}

.news-grid-content .horizontal-news .content .title {
    font-size: 1.2rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.news-grid-content .horizontal-news .info {
    display: flex;
    align-items: center;
    padding: 0px;
}

.news-grid-content .horizontal-news .info .author {
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.news-grid-content .horizontal-news .info img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
}

.news-grid-content .horizontal-news .info i {
    font-size: 0.3rem;
}

body.dark .news-grid-content .horizontal-news .info .author,
body.dark .news-grid-content .horizontal-news .title {
    color: white;
    text-decoration: none;
}

body.dark .news-grid-content .horizontal-news .info .date {
    font-weight: 300;
}

@media screen and (max-width: 992px) {

    .news-grid-content .vertical-news,
    .news-grid-content .vertical-news img {
        height: 400px;
    }

    .news-tab .nav-pills {
        justify-content: flex-start;
        margin-top: 1.2rem;

    }

    .news-tab .nav-pills .nav-item:first-of-type button {
        margin-left: 0px;
    }

}

@media screen and (max-width: 768px) {
    .nav-scroll {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .nav-scroll::-webkit-scrollbar {
        display: none;
    }

    .nav-scroll .nav-pills {
        width: max-content;
    }
}

@media screen and (max-width: 575px) {
    .news-grid-content .horizontal-news .info {
        font-size: 0.9rem;
    }

    .news-grid-content .horizontal-news .content .title {
        font-size: 1.1rem;
    }

    .news-grid-content .vertical-news .title {
        font-size: 1.5rem;
    }

    .news-grid-content .vertical-news,
    .news-grid-content .vertical-news img {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .news-grid-content .horizontal-news .news-item {
        height: 136px;
    }

    .news-grid-content .horizontal-news .img {
        width: 35%;
    }

    .news-grid-content .horizontal-news .content {
        width: 65%;
    }

    .news-grid-content .horizontal-news .info {
        width: 100%;
    }

    .news-grid-content .horizontal-news .content .title {
        font-size: 1rem;
    }
}

/* Sponsors */

@media screen and (min-width: 768px) {
    .sponsors .title {
        position: relative;
    }

    .sponsors .title::before {
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        background-color: #272936;
        position: absolute;
        right: 10%;
    }
}

.news-content .title:hover,

    .news-content .title:focus {
        color: #163973 !important;
        transition: color 0.2s;
    }

@media screen and (min-width: 992px) {
    .sponsors .title::before {
        right: 2%;
    }
}

@media screen and (min-width: 1200px) {
    .sponsors .title::before {
        right: 0%;
    }
}

.sponsors .item img {
    filter: saturate(0) brightness(1.5);
}

.sponsors .item img:hover {
    filter: saturate(1) brightness(1);
}

/* Videos Youtube */

.youtube-videos {
    position: relative;
}

body.dark .bg-video {
    background-image: url(../images/banner/banner-video.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: -2;
}

body.dark .bg-video::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0C0F16 0%, #0c0f1600 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.youtube-videos .video-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 380px;
    display: flex;
    align-items: center;
}

.video-grid .video .video-item {
    border-radius: 0.5rem;
    width: 100%;
    height: 200px;
}

body.dark .video-grid .video .title {
    color: white;
}

body.dark .video-grid .video .info,
body.dark .video-grid .video .info .author {
    color: #D9D9D9;
}

.video-grid .video .title {
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.8rem;
}

.video-grid .video .info {
    display: flex;
    align-items: center;
    padding: 0px;
}

.video-grid .video .info .author {
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.video-grid .video .info {
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
}

.video-grid .video .info i {
    font-size: 0.3rem;
}

.video-grid .video .info img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
}

@media screen and (max-width: 992px) {

    .video-grid .col-lg-4:nth-of-type(5),
    .video-grid .col-lg-4:nth-of-type(6) {
        display: none;
    }

}

@media screen and (max-width: 575px) {
    .video-grid .col-lg-4:nth-of-type(4) {
        display: none;
    }

    .video-grid .video .info {
        margin-bottom: 2.5rem;
    }

    .video-grid .video .title {
        font-size: 1rem;
    }
}

/* Footer */

body.dark .footer-container,
body.dark .footer-container a,
body.dark .footer-container .input-newsletter input {
    color: white;
    text-decoration: none;
}

body.dark .footer-container span,
body.dark .footer-container .input-newsletter input::placeholder {
    color: #CECECE;
}

body.dark .footer-container {
    background-color: #0C0F16;
    transform: translateY(-2rem);
}

body.dark .footer-gradient {
    background: linear-gradient(180deg, #0C0F16 0%, #16397342 100%);
    width: 100%;
    height: 80px;
}

.footer-container {
    padding-top: 3rem;
    border-radius: 40px 40px 0px 0px;
}

.footer-container ul {
    padding: 0px;
    list-style: none;
}

.footer-container .social-media {
    display: flex;
}

.footer-container .social-media li a {
    margin-right: 1rem;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    align-items: center;
    justify-content: center;

}

.footer-container .social-media li a i {
    font-size: 1.2rem;
}

.footer-container .social-media li a i.icon-instagram {
    font-size: 1rem;
}

body.dark .footer-container .social-media li a {
    background-color: #272936;
}

body.dark .footer-container .social-media li a:hover {
    background-color: #163973;
}

.footer-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

body.dark .quick-links a:hover {
    color: #CECECE;
}

body.dark .quick-links a {
    margin-bottom: 0.6rem;
    display: block;
    font-size: 0.95rem;
}

.footer-container .input-newsletter input,
.footer-container .input-newsletter input:-webkit-autofill,
.footer-container .input-newsletter input:-webkit-autofill:focus {
    background-color: transparent !important;
    border: transparent !important;
}

.footer-container .input-newsletter input:active,
.footer-container .input-newsletter input:focus,
.footer-container .input-newsletter input:focus-visible,
.input-newsletter input:-webkit-autofill,
.footer-container .input-newsletter input:-webkit-autofill:focus {
    border: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.footer-container .input-newsletter {
    display: flex;
    padding: 0.3rem 0.3rem 0.3rem 0.5rem;
    border-radius: 40px;
}

.footer-container .input-newsletter input {
    border-radius: 40px;
    margin-right: 0.5rem;
}

body.dark .footer-container .input-newsletter .btn {
    background-color: #0C0F16;
    border-radius: 50%;
    color: #CECECE;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container .input-newsletter .btn:hover {
    background-color: #163973 !important;
}

body.dark .footer-container .input-newsletter {
    background-color: #171b21;
}

body.dark .footer-bottom {
    border-top: 1px solid #272936;
    padding-top: 2rem;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.footer-container .app {
    display: flex;
}

.footer-container .app a {
    display: inline-block;
}

.footer-container .app img {
    width: 100%;
}

.footer-container .app a:first-of-type {
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    footer .footer-container .row {
        text-align: center;
    }

    footer .footer-logo {
        margin: 0 auto;
        display: block;
    }

    footer p {
        text-align: center;
        margin: 10px auto;
    }

    footer .social-media {
        display: flex;
        justify-content: center;
        gap: 12px;
        padding: 0;
        margin: 15px 0;
        list-style: none;
    }

    footer .social-media li {
        display: inline-block;
    }

    footer .footer-title {
        text-align: center;
    }

    footer .quick-links {
        text-align: center;
        padding-left: 0;
        list-style: none;
    }

    footer .quick-links li {
        margin-bottom: 6px;
    }

    footer .app {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    footer .input-newsletter {
        display: flex;
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
    }

    footer .footer-bottom .row {
        text-align: center;
    }

    footer .footer-bottom .text-sm-start,
    footer .footer-bottom .text-sm-end {
        text-align: center !important;
    }
}

/* News details */

.banner.banner-pages {
    height: 500px;
    position: relative;
}

.banner-pages .banner-news {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(0.8);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-pages .banner-content,
.banner-pages .banner-category-selector,
.banner-pages .logo-container {
    display: flex;
    justify-content: end;
    height: 500px;
    flex-wrap: wrap;
    z-index: 4;
    padding-bottom: 4rem;
    flex-direction: column;
}

.banner-pages .banner-content .title,
.banner-pages .banner-content .description {
    color: white;
}

.banner-content .description {
    font-size: 1.2rem;
    width: 80%;
}

.news-container {
    transform: translateY(-2rem);
    position: relative;
    z-index: 10;
}

.news-container .news-detail {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 32px;
}

body.dark .news-container .news-detail {
    border: 1px solid #272936;
    background: #0C0F16;
    color: #DEDEDE;
}

body.dark .news-container .author {
    color: #DEDEDE;
}

body.dark .news-container .news-detail .line {
    margin-top: 1rem;
    background-color: #272936;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
}

.news-container .news-detail .author {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}

.news-container .news-detail .author span {
    align-self: center;
    padding-left: 0.5rem;
    font-weight: 600;
}


.banner.banner-pages .gradient-bottom {
    background: linear-gradient(180deg, #03030500 0%, #0C0F16 100%);
}

.news-container .news-detail .author img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}


body.dark .news-container .content,
body.dark .news-container .content p,
body.dark .news-container .content li,
body.dark .news-container .content a,
body.dark .news-container .share a,
body.dark .news-container .aside-title,
body.dark .news-container .tags-list li,
body.dark .news-container .tags-list li a {
    color: #DEDEDE !important;
}

body.dark .news-container .content {
    border-bottom: 1px solid #272936;
}

.news-container .content {
    padding-bottom: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.news-container .share {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

.news-container .share a i.bi-link-45deg::before {
    font-size: 1.4rem;
    margin-top: 1px;
}

.news-container .tags-list .list {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.news-container .tags-list li a {
    text-decoration: none;
    padding: 0.3rem 0.8rem;
    border-radius: 32px;
    display: inline-block;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

body.dark .news-container .tags-list li a {
    background-color: #272936;
}

.news-container .news-grid-content .vertical-news,
.news-container .news-grid-content .vertical-news img {
    height: 280px;
}

.news-container .news-grid-content .vertical-news .content {
    margin-bottom: 0px;
    border-bottom: 0px !important;
}

.news-container .news-grid-content .vertical-news .content h3 {
    font-size: 1.2rem !important;
}

@media screen and (max-width: 992px) {
    .news-container aside {
        display: flex;
        flex-direction: column;
    }

    .news-container aside .related-news {
        order: 2;
    }

    .news-container aside .tags-list {
        order: 1;
    }

    .news-container .related-news .news-item .info {
        align-content: center;

    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .news-container .related-news .news-item .info .title {
        font-size: 1.4rem;
    }

    .news-container .related-news .news-item .info .label {
        font-size: 1rem;
    }

}

@media screen and (max-width: 575px) {

    .banner-pages .banner-content,
    .banner-pages .banner-news,
    .banner.banner-pages,
    .banner-pages .logo-container {
        height: 450px;
    }

    .news-container .content {
        text-align: justify;
    }
}

/* Sports */

body.dark .category-selector {
    background-color: #272936;
    color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23676767' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.category-selector {
    cursor: pointer;
    border-radius: 32px;
    border: 0px !important;
    box-shadow: none !important;
}

.category-selector option {
    border-radius: 16px;
}

.rounded-container {
    transform: translateY(-2rem);
    position: relative;
    z-index: 10;
    border-radius: 32px 32px 0px 0px;
    padding-top: 2rem;
}

body.dark .rounded-container {
    border-top: 1px solid #272936;
    background: #0C0F16;
}

body.dark .rounded-container,
body.dark .video-grid-2 .video .info .author {
    color: white;
}

.rounded-container .header-section .title {
    font-size: 2rem;
}

.video-grid-2 .video {
    position: relative;
    display: flex;
    flex-direction: column;
}

.video-grid-2 .video.video.vertical {
    justify-content: space-between;
}

.video-grid-2 .video.horizontal {
    justify-content: end;
}

.video-grid-2 .video.vertical,
.video-grid-2 .video.vertical::before,
.video-grid-2 .video.vertical .img-video {
    height: 426px;
}

.video-grid-2 .video.horizontal,
.video-grid-2 .video.horizontal::before,
.video-grid-2 .video.horizontal .img-video {
    height: 200px;
}

.video-grid-2 .video::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: auto;
    top: 0;
    background: linear-gradient(180deg, #03030500 0%, #030305d3 100%);
    border-radius: 8px;
}

.video-grid-2 .video .img-video {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 8px;
}

.video-grid-2 .video .author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.video-grid-2 .video .label {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #163973;
    display: inline-block;
    text-transform: capitalize;
    color: white;
    width: fit-content;
    position: relative;
    z-index: 1;
    margin-left: 1rem;
    margin-top: 1rem;
}

.video-grid-2 .video .btn-play {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    background-color: #67676798;
    color: #DEDEDE;
    font-size: 2rem;
    border: 0px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: block;
}

.video-grid-2 .video.horizontal .btn-play {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
}

.video-grid-2 .video.vertical .btn-play {
    margin-top: 2.5rem;
}

.video-grid-2 .video .btn-play:hover {
    background-color: #163973;
    transition: 0.3s ease-out background-color;
}

.video-grid-2 .video .content {
    padding: 1rem;
    position: relative;
    z-index: 3;
}

.video-grid-2 .video.horizontal .content {
    padding: 0.5rem 1rem;
    margin-top: 1.5rem;
}

.video-grid-2 .video .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-grid-2 .video .info {
    display: flex;
    align-items: center;
}

.video-grid-2 .video .info .author {
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.video-grid-2 .video .info i {
    font-size: 0.3rem;
}

@media screen and (max-width:992px) {

    .video-grid-2 .video.vertical,
    .video-grid-2 .video.vertical::before,
    .video-grid-2 .video.vertical .img-video {
        height: 380px;
    }

    .video-grid-2 .video.vertical {
        margin-bottom: 1.5rem;
    }

    .banner-pages .title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:768px) {

    .video-grid-2 .video.vertical,
    .video-grid-2 .video.vertical::before,
    .video-grid-2 .video.vertical .img-video {
        height: 320px;
    }

    .video-grid-2 .video.vertical h3 {
        margin-right: 1.5rem;
    }

    .video-grid-2 .video .author img {
        width: 28px;
        height: 28px;
    }

    .video-grid-2 .video.horizontal,
    .video-grid-2 .video.horizontal::before,
    .video-grid-2 .video.horizontal .img-video {
        height: 170px;
    }

    .video-grid-2 .video.horizontal .content {
        margin-top: 1rem;
    }

    .banner-pages .title {
        font-size: 2rem;
    }
}

@media screen and (max-width:575px) {

    .video-grid-2 .video.horizontal,
    .video-grid-2 .video.horizontal::before,
    .video-grid-2 .video.horizontal .img-video {
        height: 250px;
    }

    .video-grid-2 .video.horizontal h3 {
        font-size: 1.4rem;
    }

    .video-grid-2 .video.horizontal .content {
        margin-top: 2rem;
    }
}

@media screen and (max-width:480px) {

    .video-grid-2 .video.horizontal,
    .video-grid-2 .video.horizontal::before,
    .video-grid-2 .video.horizontal .img-video {
        height: 200px;
    }

    .video-grid-2 .video.horizontal h3 {
        font-size: 1.2rem;
    }

    .video-grid-2 .video.horizontal .content {
        margin-top: 1.5rem;
    }

}

.no-translate {
    transform: translateY(0px) !important;
}

/* League */

.banner.banner-small,
.banner-pages.banner-small .banner-content,
.banner-pages.banner-small .banner-category-selector,
.banner-pages.banner-small .logo-container {
    height: 400px;
}

.logo-container .team-logo {
    aspect-ratio: 1 / 1;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: translateY(3rem);
}

body.dark .table-content th,
body.dark .table-content td {
    color: white;
}

body.dark .table-content .pos {
    color: #676767;
    font-weight: 600;
}

body.dark .table-content thead th {
    background-color: #272936;
    font-size: 0.95rem;
    font-weight: 500;
}

body.dark .table-content .table-responsive {
    border-bottom: 1px solid #272936;
}

body.dark .table-content .streak li.lost {
    background-color: #272936;
}

body.dark .next-game {
    background-image: url(../images/banner/banner-next-game.png);
}

body.dark .no-available {
    border: 1px solid #272936;
    display: block;
    width: 100%;
    margin-top: 1rem;
    border-radius: 8px;
    text-align: center;
    padding: 2rem;
    color: #676767;
}

.next-game {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.next-game::before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #0C0F16 0%, #03030500 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.table-content .team {
    display: flex;
    align-items: center;
}

.table-content thead,
.table-content tbody,
.table-content tfoot,
.table-content tr,
.table-content td,
.table-content th {
    vertical-align: middle;
}

.table-content td,
.table-content th {
    text-align: center;
}

.table-content .team {
    text-align: left;
}

.table-content tbody tr {
    border-bottom: 1px solid transparent;
}

.table-content tbody tr:hover {
    border-bottom: 1px solid #272936;
}

.table-content tbody tr:last-of-type:hover {
    border-bottom: 1px solid transparent;
}

.table-content .team img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.table-content .team span {
    font-weight: 500;
    min-width: max-content;
}

thead th:first-child {
    border-top-left-radius: 12px;
}

thead th:last-child {
    border-top-right-radius: 12px;
}

.table-content .streak {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.table-content .streak li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0px 0.25rem;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    align-content: center;
    font-weight: 700;
}

.table-content .streak li.won {
    background-color: #163973;
}

body.dark .next-game .game-card {
    background-color: #0C0F16;
    border: 1px solid #272936;
    color: white;
}


.next-game .game-card {
    padding: 1rem;
    border-radius: 8px;
}

.game-card .stadium {
    text-align: center;
    color: #676767;
    display: inline-block;
    width: 100%;
}

.game-card .team {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.game-card img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    max-width: 64px;
    margin-bottom: 0.5rem;
}

.game-card .info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.game-card .hour {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

@media (min-width:768px) {
    .game-card .hour {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

.game-card .date {
    font-size: 0.9rem;
    background-color: #163973;
    padding: 2px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

body.dark .boxscore {
    background-image: url(../images/banner/banner-boxscores.png);
}

.boxscore {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 16px 16px 0px 0px;
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #00122E 0%, #163973 45%, #00122E 100%) 1;
    position: relative;
}

.boxscore .team {
    display: flex;
    align-items: center;
}

.boxscore .team img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
}

.boxscore .team span {
    font-size: 1.1rem;
    font-weight: 500;
}

.boxscore .team.one {
    justify-self: end;
}

.boxscore .team.one img {
    margin-left: 1rem;
}

.boxscore .team.two img {
    margin-right: 1rem;
}

.boxscore .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxscore .points {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 4px;
}

body.dark .boxscore .status {
    border: 1px solid #CECECE;
    color: #CECECE;
}

body.dark .boxscore-container table tbody tr {
    border-bottom: 1px solid #272936;
}

.boxscore .status {
    text-transform: capitalize;
    padding: 2px 24px;
    border-radius: 30px;
    font-size: 0.85rem;
}

.boxscore .expand {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: 0px !important;
    box-shadow: none !important;
}

body.dark .boxscore-container table {
    color: white;
}

body.dark .boxscore-container thead tr {
    background-color: #272936;
}

.boxscore-container thead th {
    border-radius: 0px;
}

.boxscore-container table .team {
    display: flex;
    align-items: center;
}

.boxscore-container table .team img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.boxscore-details table .team span {
    font-weight: 500;
    min-width: max-content;
    padding-left: 0.5rem;
}

.boxscore-details table tbody td,
.boxscore-details table .team span {
    font-size: 0.9rem;
}

.boxscore-container table tbody td {
    vertical-align: middle;
}

.boxscore-details table tbody td,
.boxscore-details table thead th {
    text-align: center;
}

.boxscore-details table thead th:first-child {
    text-align: left;
}

.boxscore-details .table-header {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #272936;
}

.boxscore-details .table-header img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.boxscore-details {
    display: none;
}

@media screen and (min-width:769px) and (max-width: 1200px) {
    .logo-container .team-logo {
        transform: translateY(0rem);
    }
}

@media screen and (max-width: 992px) {

    .boxscore .team {
        flex-direction: column;
    }

    .boxscore .team.one span {
        order: 3;
    }

    .boxscore .team.one {
        justify-self: center;
    }

    .boxscore .team span {
        font-size: 1rem;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width:768px) {
    .logo-container .team-logo {
        transform: translateY(4rem);
    }

    .boxscore .team img {
        width: 64px;
        height: 64px;
    }

    .boxscore .team span {
        font-size: 0.9rem;
    }

    .boxscore .team.one img {
        margin-left: 0px;
    }

    .boxscore .team.two img {
        margin-right: 0rem;
    }

}

@media screen and (max-width: 575px) {
    .logo-container .team-logo {
        transform: translateY(4rem) translateX(-1rem);
        max-width: 110%;
    }

    .boxscore .team span {
        font-size: 1.1rem;
    }


    .boxscore .status {
        margin-bottom: 0.5rem;
    }

    .boxscore .expand {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
    }

    .boxscore .team.two img {
        order: 3;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 380px) {
    .game-card .col-4 {
        width: 100% !important;
    }

    .game-card .stadium,
    .game-card .date {
        margin-bottom: 1rem;
    }

    .game-card .team.two img {
        order: 3;
        margin-top: 0.5rem;
    }

}

/* News List */

body.dark .search-input {
    background-color: #272936;
    color: white;
    background-image: url(../images/icons/search.svg);
}

body.dark .search-input::placeholder,
body.dark .news-container-list .tags-list li a {
    color: #CECECE;
}

body.dark .news-container-list .tags-list li a {
    background-color: #272936;
}

.search-input {
    padding-right: 2.25rem;
    padding-left: 1rem;
    border: 0px !important;
    box-shadow: none !important;
    background-position: center right 0.75rem;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.news-list-section .news-grid-content .vertical-news,
.news-list-section .news-grid-content .vertical-news img {
    height: 390px;
}

.news-list-section .news-grid-content .vertical-news .content {
    padding: 2rem 2rem 1.5rem 2rem;
    background: linear-gradient(0deg, #07090de0 0% 60%, #07090d00 100%);

}

.news-list-section .news-grid-content .vertical-news .content h3 {
    font-size: 2rem;
}

.news-list-section .news-grid-content .vertical-news .label {
    text-transform: uppercase;
    margin: 2rem;
}

.news-list-section .related-news .news-item .info .label {
    width: max-content;
}

.news-container-list .tags-list .list {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.news-container-list .tags-list li a {
    text-decoration: none;
    padding: 0.3rem 0.8rem;
    border-radius: 32px;
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.news-list-section .related-news .news-item .info {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.max-content-width {
    width: max-content;
}

.banner-pages .banner-news.two {
    filter: brightness(1);
}

.banner.banner-pages .gradient-bottom.gradient-2 {
    background: linear-gradient(180deg, #03030500 0%, #0c0f1645 80%);
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .news-list-section .related-news .news-item .info {
        padding: 1.5rem;
    }

    .news-list-section .related-news .news-item .info .title {
        font-size: 1.4rem;
    }

    .news-list-section .related-news .news-item .info .label {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .news-list-section .related-news .news-item .info {
        padding: 1rem;
    }

    .news-list-section .related-news .news-item .info .title {
        font-size: 1.1rem;
    }

    .news-list-section .news-grid-content .vertical-news .content h3 {
        font-size: 1.5rem;
    }

    .news-list-section .news-grid-content .vertical-news, .news-list-section .news-grid-content .vertical-news img {
    height: 315px;
}

}

@media screen and (max-width: 575px) {

    .news-list-section .related-news .news-item .info .title {
        font-size: 1rem;
    }

    .news-list-section .related-news .news-item .info .label {
        font-size: 0.9rem;
    }

    .news-list-section .news-grid-content .vertical-news, .news-list-section .news-grid-content .vertical-news img {
        height: 280px;
    }

    .news-list-section .news-grid-content .vertical-news .content h3 {
        font-size: 1.3rem;
        padding-right: 0px !important;
    }

    .news-list-section .news-grid-content .vertical-news .content {
    padding: 2rem 1rem 1.5rem 1rem;
}

}

/* Pagination */

.page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

body.dark .page-link {
    background-color: #272936;
    color: #CECECE;
    border-color: #0C0F16;
}

.page-item.disabled .page-link {
    color: #676767;
}

.page-item.active .page-link {
    background-color: #163973;
    color: white;
}

@media screen and (max-width: 992px) {
    .pagination {
        justify-content: center;
    }
}

.max-content-width{
    display: block;
    min-width: max-content;
    margin-top: 0.5rem;
}

.table-leaders td{
    font-size: 0.9rem !important;
}

/* Contact */

body.dark .contact-section .contact-email {
    color: white;
    text-decoration: none;
}

.contact-section .social-media {
    display: flex;
        padding: 0px;
    list-style: none;
}

.contact-section .social-media li a {
    margin-right: 0.5rem;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    align-items: center;
    justify-content: center;

}

.contact-section .social-media li a i {
    font-size: 1.2rem;
}

.contact-section .social-media li a i.icon-instagram {
    font-size: 1rem;
}

body.dark .contact-section .social-media li a {
    background-color: #272936;
        color: white;
}

body.dark .contact-section .social-media li a:hover {
    background-color: #163973;
}

body.dark .contact-section form input, body.dark .contact-section form textarea {
    background-color: #272936;
    color: white;
    border: 1px solid #272936 !important;
    padding: 0.75rem;
    box-shadow: none !important;
}

.contact-section form textarea{
    height: 180px;
    resize: none;
}

body.dark .contact-cta {
    background-image: url(../images/banner/banner-cta-contact.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* About Us */

.img-about-us img {
    width: 100%;
    height: 450px;
    border-radius: 8px;
    object-fit: cover;
    filter: brightness(0.8);
}

.about-us .description {
    font-size: 1.1rem;
}

.header-section .line-bottom {
    width: 60px !important;
    height: 4px !important;
    margin-right: 0px;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.mission-vision .values{
    text-align: center;
    padding: 1.5rem;
    position: relative;
    border-radius: 8px;
}

body.dark .mission-vision .values{
    border: 1px solid #272936;
    color: white;
    height: 100%;
}

.mission-vision .values .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #163973;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
}

.mission-vision .values .icon img{
    width: 44px;
    height: 44px;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .img-about-us {
       margin-bottom: 2rem;
    }

    .img-about-us img {
    height: 300px;
}

.about-us .description {
    font-size: 1rem;
}
}

/* FAQ */
.faq-section .header-section .description{
    font-weight: 300;
}

.banner-faq .description{
    font-size: 1.2rem;
    width: 80%;
}

@media screen and (max-width: 768px) {
    .banner-faq .description{
        width: 100%;
    }
}

body.dark .faq-section .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #272936;
}

body.dark .faq-section .accordion-item h2 button{
    color: white;
    background-color: transparent;
    box-shadow: none !important;
}

body.dark .faq-section .accordion-item .accordion-body{
    color: white;
}

body.dark .faq-section .accordion-item .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
;
}

.sports-news-filters img{
    filter: brightness(0) invert(1);
}