@import '../css/custom.css';
@import '../css/article.css';
@import '../css/modal.css';
@import '../css/video.css';
@import '../css/buttons.css';
@import '../css/input.css';
@import '../css/fuel.css';
@import '../css/gallery.css';
@import '../css/table.css';
@import '../css/table-sport.css';
@import '../css/noimg.css';
@import '../css/autor.css';
@import '../css/gift.css';
@import '../css/article-live.css';
@import '../css/auditions.css';
@import '../css/newspaper.css';
@import '../css/others.css';
@import '../css/header.css';
@import '../css/search.css';
@import '../css/module-article-grid.css';
@import '../css/mobile.css';
@import '../css/forms.css';
@import '../css/cameras.css';
@import '../css/dd.css';
@import '../css/menu-dropdown.css';
@import '../css/events.css';
@import '../css/podcast.css';
@import '../css/schedule.css';
@import '../css/usernews.css';
@import '../css/mod-article.css';
@import '../css/footer.css';
@import '../css/carousel.css';
@import '../css/template.css';
@import '../css/video-js.css';
@import '/css/tools.css';
/* mods */
@import '/views/mods/mod_main/style.css';

@font-face {
    font-display: swap;
}

mark {
    padding: 4px;
    border-radius: 4px;
}

mark.marker-yellow {
    background-color: var(--yellow-4);
}

mark.marker-blue {
    background-color: #72ccfd;
}

mark.marker-green {
    background-color: #62f962;
}

mark.marker-pink {
    background-color: #fc7899;
}

html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    touch-action: manipulation;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
}

:root {
    /* --- RED --- */
    --red-1: #CC0030;
    --red-1-rgb: 204, 0, 48;
    --red-2: #E00034;
    --red-2-rgb: 224, 0, 52;
    --red-3: #F50039;
    --red-3-rgb: 245, 0, 57;
    --red-4: #FF3363;
    --red-4-rgb: 255, 51, 99;
    --white-4-rgb: 255, 255, 255;
    /* --- DARK --- */
    --dark-1: #141414;
    --dark-1-rgb: 20, 20, 20;
    --dark-2: #1F1F1F;
    --dark-2-rgb: 31, 31, 31;
    --dark-3: #292929;
    --dark-3-rgb: 41, 41, 41;
    --dark-4: #474747;
    --dark-4-rgb: 71, 71, 71;
    /* --- YELLOW --- */
    --yellow-1: #FFBC03;
    --yellow-1-rgb: 255, 188, 3;
    --yellow-2: #FFC31F;
    --yellow-2-rgb: 255, 195, 31;
    --yellow-3: #FFC933;
    --yellow-3-rgb: 255, 201, 51;
    --yellow-4: #FFCE47;
    --yellow-4-rgb: 255, 206, 71;
    /* --- GRAY --- */
    --gray-0: #999999;
    --gray-0-rgb: 173, 173, 173;
    --gray-1: #CCCCCC;
    --gray-1-rgb: 204, 204, 204;
    --gray-2: #D6D6D6;
    --gray-2-rgb: 214, 214, 214;
    --gray-3: #E0E0E0;
    --gray-3-rgb: 224, 224, 224;
    /* --- MODE A --- */
    --mode-a1: #801B3B;
    --mode-a1-rgb: 128, 27, 59;
    --mode-a2: #972046;
    --mode-a2-rgb: 151, 32, 70;
    --mode-a3: #A8244E;
    --mode-a3-rgb: 168, 36, 78;
    /* --- MODE B --- */
    --mode-b1: #003566;
    --mode-b1-rgb: 0, 53, 102;
    --mode-b2: #003D76;
    --mode-b2-rgb: 0, 61, 118;
    --mode-b3: #003D76;
    --mode-b3-rgb: 0, 61, 118;
    /* --- MODE C --- */
    --mode-c1: #F54100;
    --mode-c1-rgb: 245, 65, 0;
    --mode-c2: #F54100;
    --mode-c2-rgb: 245, 65, 0;
    --mode-c3: #E52A24;
    --mode-c3-rgb: 229, 42, 36;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.card {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ads-img,
a.ads-img {
    display: inline-block;
    width: 100%;
}

.ads-img img,
a.ads-img img {
    margin: 0 auto;
}

.white {
    color: #fff;
}

.sf {
    font-size: 10px;
    color: var(--gray-1);
}

.color {
    padding: 20px;
    display: none;
    grid-gap: 0px;
    grid-template-columns: repeat(6, 1fr);
}

.color>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gray-1 {
    background-color: var(--gray-1);
    height: 200px;
    color: var(--gray-2);
}

.gray-2 {
    background-color: var(--gray-2);
    height: 200px;
}

.red-1 {
    background-color: var(--red-1);
    height: 200px;
    color: var(--gray-2);
}

.red-2 {
    background-color: var(--red-2);
    height: 200px;
    color: var(--gray-2);
}

.red-3 {
    background-color: var(--red-3);
    height: 200px;
    color: var(--gray-2);
}

.yellow-0 {
    background-color: var(--yellow-4);
    height: 200px;
}

.dark-0 {
    background-color: var(--dark-1);
    height: 200px;
    color: var(--gray-2);
}

.dark-1 {
    background-color: var(--dark-1);
    height: 200px;
    color: var(--gray-2);
}

.small-font {
    color: var(--gray-0);
    font-size: 12px;
}

/* ikony */
i.white {
    color: #fff;
}

i.fa-solid,
i.fa-light {
    font-size: 24px;
}

.mobile-menu-components a.active .fa-light,
.header-top-in-menu a.active .fa-light,
.header-top-in-menu a:hover .fa-light {
    color: #fff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body.dark {
    background-color: var(--dark-1);
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body {
    font-family: 'Open Sans', Verdana, Arial, Geneva, sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    overflow-y: visible;
    transition: none;
}

a {
    text-decoration: none;
    color: #000;
}

.dark a {
    text-decoration: none;
    color: var(--gray-3);
}

a:hover {}

p {
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 160%;
}

.page ol li::marker {
    font-weight: bold;
}

.page ol,
.page ul {
    margin: 0 0 20px 20px;
    font-size: 17px;
    list-style-position: inside;
    line-height: 160%;
}

.page ul li {}

h3 {
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-weight: 800;
}

hr {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px dashed var(--gray-1);
    background-color: transparent;
}

h3.cat {
    font-size: 22px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 800;
}

img {
    display: flex;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
}

.image-style-align-left {
    width: 50%;
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 4px;
}

.image-style-align-right {
    width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}

.image-style-align-center {
    width: 100%;
    margin: 0 auto 20px auto;
}

a.underline:hover {
    text-decoration: underline;
}

a.underline-red:hover {
    color: var(--red-1);
    text-decoration: underline;
}

.iframely-responsive {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.iframely-responsive>* {
    left: auto !important;
    right: auto !important;
}

figure.media {
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
}

figure img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    display: block;
}

.raw-html-embed {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    max-width: 500px;
}

.shadow {
    -webkit-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
}

.shadow-low,
.shadow-low img {
    -webkit-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 0.1);
}

.grid-2col-75pr-25pr {
    display: grid;
    grid-gap: 20px;
    width: auto;
    grid-template-columns: 7.5fr 2.5fr;
}

@media (max-width: 1280px) {
    .grid-2col-75pr-25pr {
        display: grid;
        grid-gap: 20px;
        width: auto;
        grid-template-columns: 1fr;
    }
}

.grid-3col-20pr-70pr-25pr {
    display: grid;
    grid-gap: 20px;
    width: auto;
    grid-template-columns: 200px auto 300px;
}

.grid-2col-20pr-55pr-25pr {
    display: grid;
    grid-gap: 20px;
    width: auto;
    grid-template-columns: 7.5fr 2.5fr;
}

@media (max-width: 1280px) {
    .grid-2col-20pr-55pr-25pr {
        display: grid;
        grid-gap: 20px;
        width: auto;
        grid-template-columns: 1fr;
    }
}

a.podcasts-lastest {
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: 90px auto;
    border-radius: 4px;
    background-color: var(--red-2);
    color: #fff;
    padding: 10px;
}

.podcasts-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.podcasts-track-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
}

.podcasts-program {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.podcasts-program-all {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    padding: 10px;
    z-index: 9;
    font-size: 12px;
    background-color: #fff;
}

.dark .podcasts-program-all {
    background-color: var(--dark-1);
}

.podcasts-program img {
    margin: 0 auto;
}

.podcasts-program-title {
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0 20px 0;
}

.button-search {
    background-color: var(--red-2);
    padding: 10px;
    min-height: 39px;
    display: flex;
    color: #fff;
    border: none;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 4px;
    font-size: 14px;
    width: 120px;
}

.open-modal {
    cursor: pointer;
}

.w-800px {
    width: 800px;
    margin: 0 auto;
}

a:hover .underline {
    text-decoration: underline;
}

/* Theme dark   ---- */
.theme-mode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-mode-mobile {
    position: absolute;
    right: 120px;
    top: 23px;
}

#mode-dark-mobile,
#mode-dark {
    width: 30px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

#mode-default-mobile,
#mode-default {
    width: 30px;
    height: 18px;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.dark #mode-default-mobile,
.dark #mode-default {
    width: 30px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.mode-dark {
    background-color: var(--red-2);
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0px;
}

.mode-default {
    width: 14px;
    height: 14px;
    background-color: var(--red-2);
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

.mode-hide {
    display: none;
}

.vjs-poster {}

/* 2. Read more   ---- */
.mod-read-more {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.mod-read-more-autor {
    display: flex;
    padding: 10px 20px;
}

.mod-read-more-autor img {
    border-radius: 4px !important;
}

.mod-read-more-box {
    position: relative;
    overflow: hidden;
}

.mod-read-more-title {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1280px) {
    .mod-read-more {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 760px) {
    .mod-read-more {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .mod-read-more-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

/* 3. Lastest   ---- */
.lastest {}

.lastest a {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px auto;
    margin-bottom: 20px;
}

.lastest-title {
    font-size: 16px;
    font-weight: bold;
}

.lastest-timeago {
    font-size: 12px;
}

/* 04. Popular   ---- */
.popular {}

.popular a {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 60px auto;
    margin-bottom: 10px;
}

.popular-count {
    width: 50px;
    height: 50px;
    background-color: var(--yellow-4);
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.popular a:hover .popular-count {
    background-color: var(--yellow-4);
}

.modal-window-upload-user.active-upload {
    display: block;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

#file1 {
    display: none;
}

.active-link {
    background-color: var(--red-2);
    color: #fff;
}

.cat-menu {
    font-weight: 900
}

.cat-menu-sep {
    margin: 0 10px;
}

.cat-menu-sep:nth-child(1) {
    display: none;
}

.main-category {
    display: grid;
    grid-gap: 20px;
}

.main-category-2col {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.main-category-4col {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.category-article-tite {
    font-size: 20px;
    font-weight: 800;
}

.category-article-tite-s {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 720px) {
    .category-article-tite {
        font-size: 20px;
        font-weight: 800;
    }

    .category-article-tite-s {
        font-size: 16px;
    }
}

.add {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.offline {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #fff;
    color: #D3D3D3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stick {
    position: sticky;
    top: 20px;
    z-index: 1;
    display: block;
}

/* Page  ---- */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-width: 38px;
    height: 38px;
    background-color: var(--red-2);
    color: #fff;
    border-radius: 4px;
}

.pagination a.pactive,
.pagination a:hover {
    background-color: var(--yellow-4);
    color: #000;
}

.info-box {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px dashed var(--gray-1);
}

.info-box-background {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* Page  ---- */
.page {
    opacity: 1;
    transition: opacity 2s ease-in-out;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.page-component p {
    margin-bottom: 10px;
}

.page li a,
.page p a {
    color: var(--red-2);
}

.page li a:hover,
.page p a:hover {
    text-decoration: underline;
    color: var(--red-2);
}

@media (max-width: 1280px) {
    .main-category-add {
        display: none;
    }

    .main-category {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: auto none;
    }

    .main-featured {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-category-4col {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1280px) {
    .main-featured {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

#desktop,
.desktop {}

#mobile,
.mobile {
    display: none;
}

.modal-hide:hover {
    cursor: pointer;
}

@media (max-width: 1280px) {
    body {
        padding: 80px 0;
    }

    .header-top-top-in,
    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .footer {
        display: none;
    }

    .mod-camera-box {
        display: none;
    }

    .mod-video-lastest-box {
        display: none;
    }

    .mobile-menu-bottom {
        display: none;
    }

    .mod-podcast-lastest-box {
        display: none;
    }
}

.info-box-container-horizontal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 20px;
    background-color: var(--yellow-4);
}
.info-box-container-horizontal-title {
    font-weight: bold;
}
@media (max-width: 1280px) {
    .info-box-container-horizontal {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 4px;
        padding: 10px;
        background-color: var(--yellow-4);
        text-align: center;
    }
    .info-box-container-horizontal-title {
        margin: 0 0 10px 0;
        font-weight: bold;
    }
    .info-box-container-horizontal-desc {
        margin: 0 0 10px 0;
    }
}
.no-file {
    padding: 10px;
    background-color: var(--yellow-4);
    text-align: center;
    margin: 0 0 20px 0;
}


.mod-box-color {
    margin: 0 auto 40px auto;
    padding: 20px;
    background-color: var(--red-2);
    color: #fff;
}
.mod-box-color a {
    color: #fff;
}
