

/* sticky-buttons */

.sticky-buttons {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 105;
    transform: rotate(270deg);
    transform-origin: right bottom;
}

/* sticky-buttons  LEFT*/

.sticky-buttons {
    position: fixed;
    top: 25%;
    left: 40px;
    z-index: 105;
    padding-left: 10px;
    transform: rotate(90deg);
    transform-origin: left top;
}

.sticky-buttons a {
    background-color: #a1a1a1;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 60px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px 0px 0px 0px;
}

.sticky-buttons .but_video {
    background-color: #a1a1a1 !important;
    color: #ffffff !important;
}

.sticky-buttons .but_video>div {
    margin-top: 0px;
}

.logged-in .sticky-buttons a.but_edit {
    color: #fff !important;
    background-color: #e51d45 !important;
}

.logged-in .sticky-buttons a {
    color: #265cc9 !important;
    background-color: #eeee22 !important;
}

.sticky-buttons .icon.icon-calendar-1 {
    display: inline;
    margin-right: 10px;
    width: 18px;
    width: 18px;
}

.sticky-buttons .icon.icon-calendar-1:before {
    font-size: 18px;
}

.sticky-buttons .but_fb {
    margin-left: 4px;
}

.sticky-buttons .but_team {
    margin-left: 4px;
    background-color: #f0f0f0;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 700;
}

.aci-countdown.next-match h3.aci-cs-tx {
    text-align: center;
}

@media (max-width: 640px) {
    .ssb-disable-on-mobile {
        display: none;
    }
}

.aci-group-filter {
    display: inline-block;
    width: auto;
    /* Ujistěte se, že šířka není nastavena na 100% */
    min-width: 200px;
    max-width: 300px;
    /* Můžete upravit šířku podle potřeby */
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    appearance: none;
    /* Odstraní výchozí vzhled prohlížeče */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    /* Zajistí, že se SVG nebude opakovat */
    background-size: 8px;
    /* Nastaví velikost SVG obrázku */
    font-family: Arial, sans-serif;
    /* Nastavení standardního fontu */
    color: #000;
    /* Nastavení barvy textu */
    text-indent: 0;
    /* Zamezení textového odsazení */
    padding-right: 30px;
    /* Zajistí prostor pro SVG obrázek */
}

.aci-group-filter option {
    padding: 0.5em;
}


/*  NAV2  */
.nav2.swiper-container {}

.block-swiper {
    position: relative;
}

.nav2.pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -50px;
    right: 0;
    width: 80px;
    height: 33px;
    overflow: hidden;
}

.nav2.pagination>div {
    background-color: #ececec;
    color: #010101;
    box-shadow: 20px 20px 60px #58667d5e;
    height: 33px;
    width: 40px;
    padding: 10px 8px;
    position: absolute;
    top: 0px;
    display: block;
    margin-top: 0px;
}

.nav2>div::after {
    font-size: 15px;
    position: absolute;
    font-weight: 600;
    top: 10px;
    left: 15px;
    color: #f3f2f2;
}

.nav2>div.swiper-button-disabled::after {
    color: #8b8b8b;
}

.nav2 .swiper-button-prev {
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    right: 40px;
    left: unset;
}

.nav2 .swiper-button-next {
    right: 0px;
    z-index: 2;
}

.nav2 .swiper-button-next::before {
    /*background-color: #de1414 */
    background-color: var(--wp--preset--color--primary);
    content: "";
    width: 80px;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    transform: skew(-25deg);
}

.nav2 .swiper-button-next::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 3;
    left: 7px;
    top: 2px;
    color: #f3f2f2;
    /*background: url(/wp-content/plugins/ak-admin/images/s-arrow-up-grey.svg);*/
    background-image: url("data:image/svg+xml,%3Csvg class='' style='display:inline-block%3Bvertical-align:middle' width='72' height='72' viewBox='0 0 640 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23ececec' d='M303 695.6l-296-293.6c-9.4-9.4-9.4-24.6 0-34l39.6-39.6c9.4-9.4 24.6-9.4 34 0l239.4 237 239.4-237c9.4-9.4 24.6-9.4 34 0l39.6 39.6c9.4 9.4 9.4 24.6 0 34l-296 293.6c-9.4 9.4-24.6 9.4-34 0z'%3E%3C/path%3E%3C/svg%3E");

    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 1;
}

.nav2 .swiper-button-next.swiper-button-disabled::after {
    background-image: url("data:image/svg+xml,%3Csvg class='' style='display:inline-block%3Bvertical-align:middle' width='72' height='72' viewBox='0 0 640 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23c0c0c0' d='M303 695.6l-296-293.6c-9.4-9.4-9.4-24.6 0-34l39.6-39.6c9.4-9.4 24.6-9.4 34 0l239.4 237 239.4-237c9.4-9.4 24.6-9.4 34 0l39.6 39.6c9.4 9.4 9.4 24.6 0 34l-296 293.6c-9.4 9.4-24.6 9.4-34 0z'%3E%3C/path%3E%3C/svg%3E");
    opacity: 0.5;
}

.nav2 .swiper-button-prev::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 3;
    left: 7px;
    top: 2px;
    color: #f3f2f2;
    /*background: url(/wp-content/plugins/ak-admin/images/s-arrow-up-grey.svg);*/
    background-image: url("data:image/svg+xml,%3Csvg class='' style='display:inline-block%3Bvertical-align:middle' width='72' height='72' viewBox='0 0 640 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23008000' d='M337 328.4l296 293.6c9.4 9.4 9.4 24.6 0 34l-39.6 39.6c-9.4 9.4-24.6 9.4-34 0l-239.4-237-239.4 237c-9.4 9.4-24.6 9.4-34 0l-39.6-39.6c-9.4-9.4-9.4-24.6 0-34l296-293.6c9.4-9.4 24.6-9.4 34 0z'%3E%3C/path%3E%3C/svg%3E");

    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 1;
}

.nav2 .swiper-button-prev.swiper-button-disabled::after {
    background-image: url("data:image/svg+xml,%3Csvg class='' style='display:inline-block%3Bvertical-align:middle' width='72' height='72' viewBox='0 0 640 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23c0c0c0' d='M337 328.4l296 293.6c9.4 9.4 9.4 24.6 0 34l-39.6 39.6c-9.4 9.4-24.6 9.4-34 0l-239.4-237-239.4 237c-9.4 9.4-24.6 9.4-34 0l-39.6-39.6c-9.4-9.4-9.4-24.6 0-34l296-293.6c9.4-9.4 24.6-9.4 34 0z'%3E%3C/path%3E%3C/svg%3E");
    opacity: 0.5;
}

.nav2 .swiper-button-prev:hover::after {
    /*background: url(/wp-content/plugins/ak-admin/images/s-arrow-up-grey.svg);*/
    opacity: 0.8;
}

.nav2 .swiper-button-next:hover::after {
    /*background: url(/wp-content/plugins/ak-admin/images/s-arrow-up-grey.svg);*/
    opacity: 0.8;
}

.nav2.pagination>div.swiper-button-disabled {
    opacity: 1;
}

.nav2.pagination>div.swiper-button-disabled_X::before {
    background-color: rgb(70, 70, 70);
}

.obr_vlevo.nav2 .swiper-pagination-vertical {
    right: 100px;
    top: -35px;
}

.obr_vlevo.nav2 .swiper-pagination-vertical>.swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.3);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}


/*meni*/
.wp-block-navigation__container_X {
    justify-content: flex-start;
    align-items: flex-start;
}


@media (max-width: 860px) {
    .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
        width: 320px;
    }

    .wp-block-navigation__responsive-container-content {
        width: 100%;
    }

    .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
        color: rgb(183, 192, 200);
    }
    .wp-block-navigation__container {
        justify-content: center;
        align-items: center;
    }
    .menu_footer .wp-block-navigation{  
        justify-content: center;
        align-items: center;
    }
}