﻿

a {
    cursor: pointer;
}

.debug-wrap {
    margin: 10px;
}

.content_detail .comments_list .add_comment .text-field {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: transparent;
    width: 100%;
    height: 190px;
    padding: 15px;
    font-family: "Montserrat";
    font-size: 15px;
    outline: none;
}

.content_detail .comments_list .add_comment .comment-emoji {
    width: 24px;
    margin-bottom: -4px;
    display: initial;
}

.content_detail .comments_list .comments_list__comment__messeages img {
    width: 24px;
    margin-bottom: -4px;
    display: initial;
}

.content_detail .comments_list .comments_list__comment__messeages .delete {
    padding: 10px;
    color: #C8090B;
}

.content_detail .comments_list .comments_list__comment.hdn .comments_list__comment__messeages {
    background-color: #d9c4c9;
}

    .content_detail .comments_list .comments_list__comment.hdn .comments_list__comment__messeages::before {
        border-color: #d9c4c9;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

.content_detail .comments_list .comments_list__comment .ann {
    color: #C8090B;
}

.side_nav__more .billing_info {
    display: none;
}

.side_nav.open_sidemenu .side_nav__more .billing_info {
    display: block;
}


/* offer popup */
.modal-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.modal {
    position: fixed;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: 100;
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-sizing: border-box;
}

.modal__content {
    position: relative;
    padding-top: 100%;
    width: 768px;
    background-size: cover;
    border-radius: 8px;
    transition: ease 0.2s;
}

.modal__content__freshmen {
    background: url('../images/modal_background-val2025.jpg') center no-repeat;
    background-size: cover;
}

.modal__content__vintage {
    background: url('../images/modal_background_vintage-20251001.jpg') center no-repeat;
    background-size: cover;
}

.modal__content__close-top {
    position: absolute;
    top: 18px;
    right: 18px;
    display: block;
    border: none;
    height: 26px;
    width: 26px;
    border-radius: 26px;
    cursor: pointer;
    background: white url('../images/ico_close.svg') center no-repeat;
    background-size: 10px;
}

.modal__content__buttons {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

    .modal__content__buttons a.button {
        display: inline-block;
    }

a.button--save {
    font-size: 30px;
    width: auto;
    padding: 12px 66px;
    background-color: #09A753;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    box-sizing: border-box;
    max-width: 100%;
}

a.button--not_interest {
    width: auto;
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    background: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    transition: ease 0.25s;
    transform: scale(1);
    max-width: 100%;
}

a.button--vintage {
    font-size: 36px;
    width: auto;
    padding: 12px 60px;
    position: relative;
    bottom: 50px;
    background-color: #09A753;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    max-width: 100%;
    background: linear-gradient(#eed7a0, #ba9158);
    border-radius: 12px;
}

    a.button--vintage:hover {
        background: #ffc000;
        color: #fff
    }

@media only screen and (max-width: 1399px) {
    .modal__content {
        width: 600px;
    }

    a.button--save {
        font-size: 20px;
    }

    a.button--not_interest {
        font-size: 16px;
    }

    a.button--vintage {
        font-size: 24px;
    }
}

@media only screen and (max-width: 700px) {
    .modal {
        width: 90%;
    }

    .modal__content {
        width: 100%;
        background-size: contain;
        background-position: top center;
    }

    .modal__content__buttons {
        position: relative;
        left: inherit;
        top: inherit;
        transform: translate(0,0);
    }

        .modal__content__buttons a.button {
            margin-top: 10px;
            margin-bottom: 0;
            display: block;
        }

    a.button--save {
        font-size: 21px;
    }

    a.button--vintage {
        bottom: initial;
        font-size: 36px;
    }

    .modal__content__close-top {
        top: 10px;
        right: 10px;
    }
}



/*#OfferWrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background-color: rgba(0,0,0,.80);
    transition: visibility 0s ease-in-out .5s, opacity .5s ease-in-out;
    backdrop-filter: blur(10px);
}

.OfferUnknown {
    visibility: visible !important;
    opacity: 1 !important;
}

#OfferPopUp {
    position: fixed;
    z-index: 9001;
    top: 50%;
    left: 50%;
    background-color: var(--white);
    background-image: url('../images/modal_background-val2025.jpg');
    background-repeat: no-repeat;
    width: 720px;
    height: 400px;
    transform: translate(-50%, -50%);
    border: 10px solid #f8fafb;
    border-radius: 10px;
    padding: 40px;
}

#OfferPopUpContent {
    margin-top: -37px;
}

#OfferPopUp .DisclaimerMessage {*/
/*width: 315px;*/
/*font-size: 14px;*/
/*margin-top: 30px;*/
/*text-align: right;
    margin-right: -20px;
}

    #OfferPopUp .DisclaimerMessage a {
        text-decoration: none;
        color: #0f577f;
        font-weight: bold;
        font-size: 26px;
    }

#OfferPopUp .OfferConfirm a {
    display: block;
    text-transform: uppercase;
    max-width: 350px;
    box-sizing: border-box;
    text-align: center;
    background: #ff0048;
    font-weight: bold;
    border-radius: 6px;
    font-size: 24px;*/
/*margin: 30px 0 15px;*/
/*margin: 332px 0 15px 15px;
    color: var(--white);
    text-decoration: none;
    padding: 20px 0;
    transition: ease 0.25s;
}

    #OfferPopUp .OfferConfirm a:hover {
        background: var(--black);
    }

#OfferPopUp p {
    margin: 0;
    font-size: 14px;
}

    #OfferPopUp p a:hover {
        color: var(--red);
    }

    #OfferPopUp p.BiggerLinks {
        margin-top: 25px;
        font-weight: bold;
        font-size: 19px;
    }

        #OfferPopUp p.BiggerLinks a {
            text-decoration: none;
            display: flex;
            align-items: center;
        }

            #OfferPopUp p.BiggerLinks a::before {
                content: "";
                background: var(--gray-d) url('../images/ico_lock.svg') center no-repeat;
                width: 36px;
                height: 36px;
                margin-right: 6px;
                border-radius: 50%;
                justify-content: center;
            }*/






/* join */

.join_now_button.join-orange {
    background-color: #ff6a00;
}


.react-images__view img {
    display: initial;
}

.join_now_button.join-black {
    background-color: #000000;
}


.vjs-big-play-button {
    z-index: 0 !important;
    display: none !important;
}

.vjs-control-bar {
    z-index: 0 !important;
    display: flex !important;
}

.vjs-volume-vertical {
    display: block !important;
}

.vjs-quality-button .vjs-menu .vjs-hd-icon,
.vjs-quality-button span .vjs-hd-icon {
    display: none;
}


.form_box .form_box__inputs__form_input .valid_box {
    width: 26px;
    height: 26px;
    position: absolute;
    display: block;
    right: 4px;
    top: 4px;
    background: transparent;
    z-index: 1;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
}

    .form_box .form_box__inputs__form_input .valid_box.valid {
        background: url('../images/ico_valid.svg') center center no-repeat;
        background-size: 16px;
    }

    .form_box .form_box__inputs__form_input .valid_box.error {
        background: url('../images/ico_error.svg') center center no-repeat;
        background-size: 22px;
    }

.join_tpl .join_bg {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    background: white;
    display: block;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.join_tpl .join_bg_slide {
    /*background: url("../slide_1.jpg") center center / cover no-repeat;*/
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 998;
    opacity: 0;
    display: block;
}

    .join_tpl .join_bg_slide.active {
        opacity: 1;
    }

    .join_tpl .join_bg_slide.hidden {
        opacity: 0;
        animation-name: hideslide;
        animation-duration: 2s;
        animation-timing-function: ease;
    }

.join_tpl .grated_message {
    width: 100%;
    margin: 3rem 0;
    max-width: unset;
    top: 20px;
    padding: 2rem;
    background-color: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 1rem;
    left: 0;
    top: 90px;
    z-index: 2;
    animation: blick 4s ease;
    box-sizing: border-box;
    transition: ease 0.15s;
}

.join_tpl .processing_wrap {
    width: 100%;
    padding-top: 15px;
}

    .join_tpl .processing_wrap p {
        text-transform: uppercase;
        font-size: 1.45rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: center;
        justify-content: center;
        text-shadow: 0 0 0px white;
    }

.grecaptcha-badge {
    visibility: hidden;
}

.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.my_profile__card .rebil_info
{
    font-size: 14px;
}

@keyframes hideslide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.li_toggle.li_toggle--bottom-menu {
    display: none;
}

@media only screen and (max-width: 767px) {
    .li_toggle.li_toggle--bottom-menu {
        display: block;
    }
}

@keyframes attention-pulse {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.02);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.02);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    30% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.maintenance-bar {
    background-color: #ff9800;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-family: sans-serif;
    font-weight: bold;
    position: sticky;
    top: 0;
    left: 0;
    max-width: 870px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    /* Tady se nastavuje interval: 5 sekund celá smyčka */
    animation: attention-pulse 5s infinite ease-in-out;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}