/* NEXT- MATCH */

.aci-countdown.next-match {
    color: var(--wp--preset--color--primary);
    justify-content: center;
    /*background-color: var(--wp--preset--color--secondary);*/
}

.aci-countdown.next-match .aci-countdown-board {
    font-size: 35px;
    color: var(--wp--preset--color--primary);
    justify-content: center;
    /*background-color: var(--wp--preset--color--secondary);*/
}

.next-match .aci-countdown-title h2 .aci-cp-tx,
.next-match .aci-countdown-title h2 .aci-cs-tx {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    border-style: solid;
    border-bottom: 2px solid var(--wp--preset--color--primary);
    border-top: 0px solid white;
    border-left: 0px solid white;
    border-right: 0px solid white;
}

.citem {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    width: 55px;
}

.citem .aci-cp-tx {
    font-size: 40px;
    font-weight: 700;
}

.citem span {
    font-size: 20px;
}

.aci-countdown,
.aci-countdown a {
    color: white;
}

.aci-last-result .aci-cp-tx,
.aci-last-result .aci-cs-tx {
    color: white;
}

.aci-countdown-title:before {
    display: none;
}

.aci-countdown-title {
    text-align: center;
}

.aci-countdown-title h2 {
    display: flex;
    justify-content: center;
    background: transparent;
    margin-bottom: 10px;
    font-size: 26px;
}

.aci-countdown-title h2 .aci-cp-tx,
.aci-countdown-title h2 .aci-cs-tx {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    border-style: solid;
    border-bottom: 2px solid white;
    border-top: 0px solid white;
    border-left: 0px solid white;
    border-right: 0px solid white;
}

.aci-countdown-board {
    margin: 5px auto;
    padding: 12px;
    display: flex !important;
    flex-direction: row;
    text-align: center;
    align-content: center;
    align-items: center;
    color: white;
}

.aci-lr {
    height: 80px;
    flex-grow: 3;
    flex-basis: 0;
    background-color: transparent;
}

.logo_club {
    box-sizing: border-box;
    flex-grow: 1;
    height: 120px;
    background-size: contain;
    flex-basis: 0;
}

.aci-lr-mid .aci-lr div {
    display: inline-block;
}

.aci-countdown-team {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.aci-countdown-team .aci-cs-tx {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.aci-last-result .name {
    text-align: right;
    font-size: 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    width: 40%;
    padding: 40px;
}

.aci-last-result .name .wrap {
    font-size: 33px;
}

.aci-last-result .name span {
    color: #ffc722;
}

.aci-last-result .name.alt {
    text-align: left;
    position: relative;
}

.aci-last-result .score {
    text-align: center;
    width: 16%;
    margin-top: 24px;
    vertical-align: top;
}

.aci-last-result .table {
    position: relative;
    font-size: 0;
    background: var(--wp--preset--color--primary);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.aci-last-result .table:before {
    content: "";
    border: 3px solid #ffffff;
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
}

.aci-last-result .table .left {
    width: 37%;
    float: left;
    font-size: 33px;
    text-align: center;
    line-height: 70px;
    position: relative;
}

.aci-last-result .table .left:before {
    content: "-";
    margin-top: -15px;
    margin-right: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -35px;
}

.aci-last-result .table .right {
    width: 37%;
    float: right;
    position: relative;
    font-size: 33px;
    text-align: center;
    z-index: 1;
    color: white;
    line-height: 70px;
    background: var(--wp--preset--color--primary);
}

.aci-last-result .table .right:before {
    content: "";
    width: 90%;
    z-index: -1;
    position: absolute;
    background: var(--wp--preset--color--primary);
    left: -23px;
    top: 0;
    right: 100%;
    bottom: 0;
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    transition: background 600ms;
    -webkit-transition: background 600ms;
}

.aci-last-result .table .center {
    float: left;
}

.aci-last-result .tournament {
    padding-top: 14px;
    font-size: 20px;
    color: #363533;
}

.aci-last-result .date {
    padding-top: 4px;
    font-size: 14px;
    color: #c4c4c4;
}

.aci-last-result {
    margin: 0;
}

.aci-last-result .name .wrap {
    font-size: 20px;
}

.aci-last-result .score {
    min-width: 30%;
    margin: 0;
}

.aci-last-result .name {
    width: 35%;
    padding: 0px 12px;
}

@media (max-width: 1450px) {
    .aci-last-result .name .wrap {
        font-size: 18px
    }

}



.aci-last-result .table .left,
.aci-last-result .table .right {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

.aci-last-result .table .right:before {
    left: -12px;
}

.aci-last-result .table .left:before {}

.aci-countdown {
    /*background:rgba(0,0,0,0.5);*/
}

.aci-countdown h3 {
    border-width: 0px !important;
    outline-width: 0px !important;
}

.aci-last-result .score {
    min-width: 25%;
    margin: 0;
}

.aci-last-result .name {
    width: 35%;
    padding: 0px 12px;
}

.aci-last-result .name {
    width: 30%;
    padding: 0px 12px;
    margin: 0 auto;
    text-align: right;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    line-height: 22px;
    vertical-align: middle;
    min-width: 160px;
}

.aci-last-result .score {
    text-align: center;
    width: 20%;
    vertical-align: middle;
    padding-top: 10px;
    margin: 0 auto;
}

.aci-lr-mid .aci-lr div {}

.aci-lr {
    display: flex;
    align-items: center;
    height: 100%;
}

.aci-lr-mid .name .wrap {
    white-space: normal;
}

.aci-lr .name .wrap.uk-vertical-align-middle {
    white-space: normal;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 auto;
}

.aci-last-result .score {
    text-align: center;
    width: 22%;
    vertical-align: middle;
    padding-top: 10px;
    margin: 0 auto;
}

.aci-countdown-team {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.aci-countdown-team .aci-cs-tx {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.aci-countdown-team p.aci-cs-tx {
    font-size: 20px;
}

@media (max-width:786px) {

    .aci-countdown-board {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .logo_club {
        display: flex;
        flex-basis: 50%;
        width: 50%;
        order: 1;
        height: 100px;
    }

    .logo_club.right {
        width: 50%;
        order: 2;
    }

    .aci-lr {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        order: 3;
        height: 120px;
    }

    .aci-last-result .name {
        display: flex;
        flex-basis: 50%;
        width: 50%;
        order: 1;
        padding: 0;
        margin: 0;
        margin-top: 20px;
        width: 40%;
        text-align: center;
    }

    .aci-last-result .name.alt {
        width: 50%;
        order: 2;
        text-align: center;
    }

    .aci-last-result .aci-lr-mid .aci-lr .score {
        display: flex;
        padding: 0;
        margin: 0;
        text-align: center;
        justify-content: center;
        width: 100%;
        order: 3;
    }

    .aci-last-result .aci-lr-mid .aci-lr .score .table {
        display: flex;
        padding: 0;
        margin-top: 20px;
        width: auto;

        text-align: center;
        justify-content: center;

    }

    .aci-last-result .aci-lr-mid .aci-lr .score .table .left {
        width: 70px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .aci-last-result .aci-lr-mid .aci-lr .score .table .right {
        width: 70px;
        padding-left: 40px;
        padding-right: 40px;

    }

    .aci-last-result .aci-lr-mid {
        height: 240px;
    }

    .aci-lr-bd-content {
        padding: 0 10px;
    }
}

/* 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;
}


.tax-calendar .aci-countdown.next-match {
    color: var(--wp--preset--color--primary);
    justify-content: center;
    /*background:rgba(255, 255, 255, 0.5);*/
    background: transparent;
}

.tax-calendar .aci-countdown.next-match .aci-countdown-board {
    font-size: 35px;
    color: var(--wp--preset--color--primary);

    justify-content: center;
    /*background-color: var(--wp--preset--color--secondary);*/
    background-color: rgba(255, 255, 255, 0.5);
    /*background: transparent;*/
}

.tax-calendar .aci-countdown .aci-countdown-board {
    font-size: 16px;
    color: var(--wp--preset--color--secondary);

    justify-content: center;
    /*background-color: var(--wp--preset--color--secondary);*/
    /*background:rgba(255, 255, 255, 0.5);*/
    background: transparent;
    background-color: rgba(97, 97, 97, 0.365);
}

.tax-calendar .aci-cp-tx {
    color: var(--wp--preset--color--primary);
}

.tax-calendar .aci-cs-tx {
    color: var(--wp--preset--color--secondary);
}

.tax-calendar .countdown .aci-countdown-team .aci-cs-tx {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
}

.tax-calendar .aci-last-result .aci-countdown-team .aci-cs-tx {
    color: var(--wp--preset--color--secondary);
}


.tax-calendar .aci-countdown-title h2 .aci-cp-tx,
.tax-calendar .aci-countdown-title h2 .aci-cs-tx {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    border-style: none;
    border-bottom: 0px solid white;
    border-top: 0px solid white;
    border-left: 0px solid white;
    border-right: 0px solid white;
}

.tax-calendar .aci-last-result .name .wrap {
    font-size: 16px;
}

.tax-calendar .aci-lr {
    height: 80px;
    flex-grow: 30;
    flex-basis: 0;
    background-color: unset;
}

.tax-calendar .logo_club {
    box-sizing: border-box;
    flex-grow: 1;
    height: unset;
    background-size: contain;
    flex-basis: 0;
}


.tax-calendar .aci-countdown-team {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.tax-calendar .aci-countdown-team .aci-cs-tx {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.tax-calendar .aci-countdown-team p.aci-cs-tx {
    font-size: 16px;
    margin: 0px;
}

.tax-calendar .aci-last-result .table {
    background-color: var(--wp--preset--color--secondary);
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tax-calendar .aci-last-result .table:before {
    content: "";
    border: 0px solid #ffffff;
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
}

.tax-calendar .aci-last-result .table .left {
    color: var(--wp--preset--color--primary);
}

.tax-calendar .aci-last-result .table .left:before {
    content: "";
    margin-top: -15px;
    margin-right: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -35px;
}

.tax-calendar .aci-last-result .table .left,
.tax-calendar .aci-last-result .table .right {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.tax-calendar .citem {
    display: flex;
    flex-direction: column;
    margin-left: 7px;
    margin-right: 5px;
    width: 30px;

    /*color: var(--wp--preset--color--secondary);*/
}

.tax-calendar .citem .aci-cp-tx {
    font-size: 27px;
    font-weight: 700;
    color: white;
}

.tax-calendar .citem span {
    font-size: 15px;
    color: white;
    opacity: 0.8;
}

.tax-calendar .aci-last-result .aci-lr-mid {
    height: unset;
}

.tax-calendar .aci-countdown-board {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
}

@media (max-width:786px) {
    .tax-calendar .aci-last-result .name {

        min-width: unset;
    }

    .tax-calendar .aci-countdown .aci-countdown-board {
        order: 3;
    }

    .tax-calendar .aci-last-result .aci-lr-mid {
        margin-bottom: 60px;
    }

    .tax-calendar .aci-countdown.aci-last-result.countdown {
        display: flex;
        flex-direction: column;
    }

    .tax-calendar .aci-countdown.aci-last-result.countdown h2 {
        margin-top: 10px;
    }

}

/*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;
    }
}