﻿@import url(header.css?v=250228);

:root {
    --color-transparent: transparent;
    --color-white: #fff;
    --color-light: #F8F5F1;
    --color-medium: #EAE6DF;
    --color-pulse-red: #B71234;
    --color-rose-red: #F1D0D6;
    --color-medical-blue: #3DB7E4;
    --color-skin-beige: #F1CDAF;
    --color-heart-red: #5E172D;
    --color-bandage-white: #F9F6F1;
    --color-urgent-blue: #003145;
}


body {
    font-size: 19px;
    font-weight: 400;
    color: var(--color-urgent-blue);
    background:var(--color-bandage-white);
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 700;
    font-family: 'Lora', Georgia, Times, serif;
}

h1, .h1 {
font-size: 4rem;
color: var(--color-urgent-blue);
}

h2 {
    color: #b71234;
    font-size: 3rem;
}

h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1c496b;
}

a {
    color: #b71234;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #3fc1f1;
}

@media only screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 3rem;
        line-height: 3.3rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

    /***********************************
FONT
************************************/
    .font-family-fira {
        font-family: 'Fira Sans' !important;
    }

    .font-family-lora {
        font-family: 'Lora' !important;
    }
    /***********************************
COLOR
************************************/
    .color-white {
        color: #fff !important;
    }

    .color-pulse-red {
        color: #B71234 !important;
    }

    .color-medical-blue {
        color: #3DB7E4 !important;
    }

    .color-skin-beige {
        color: #F1CDAF !important;
    }

    .color-heart-red {
        color: #5E172D !important;
    }

    .color-bandage-white {
        color: #EAE6DF !important;
    }

    .color-urgent-blue {
        color: #003145 !important;
    }

    /***********************************
BACKGROUND COLOR
************************************/
    .bg-color-white {
        background-color: #fff !important;
    }

    .bg-color-pulse-red {
        background-color: #B71234 !important;
    }

    .bg-color-medical-blue {
        background-color: #3DB7E4 !important;
    }

    .bg-color-skin-beige {
        background-color: #F1CDAF !important;
    }

    .bg-color-heart-red {
        background-color: #5E172D !important;
    }

    .bg-color-bandage-white {
        background-color: #EAE6DF !important;
    }

    .bg-color-urgent-blue {
        background-color: #003145 !important;
    }

    /***********************************
BORDER-RADIUS
************************************/
    .border-radius-5 {
        border-radius: 5px
    }

    .border-radius-10 {
        border-radius: 10px
    }

    .border-radius-15 {
        border-radius: 15px
    }

    .border-radius-20 {
        border-radius: 20px
    }

    /***********************************
BOOTSTRAP
************************************/
    .btn-primary {
        background-color: #003145 !important;
        border-color: #003145 !important;
    }

        .btn-primary:hover,
        .btn-primary:active {
            background-color: #005172 !important;
            border-color: #005172 !important;
        }

    .btn-danger {
        background-color: #b71234 !important;
        border-color: #b71234 !important;
    }

        .btn-danger:hover,
        .btn-danger:active {
            background-color: #8c0d27 !important;
            border-color: #8c0d27 !important;
        }



    /****************************************
CONTAINER CONTENT
****************************************/
    .container-content,
    .container-content .content {
        min-height: calc(100vh - 365px);
    }

    .wrapper:not(.uvod) .container-content .content {
        /* background-image: url('images/pages/bcg-page.png?v=240620'), linear-gradient(to bottom, #f9f9f9, #fff);
    background-position: center right, center center;
    background-repeat: no-repeat;*/
    }

    @media only screen and (max-width: 768px) {
        .container-content .content {
            min-height: calc(100vh - 175px);
        }
    }





    /****************************************
PARAGRAPH
****************************************/
    .paragraph {
        scroll-margin-top: 80px;
    }


        /****************************************
BANNER
****************************************/
        .paragraph.paragraph-slider img {
            width: 100%;
        }



    /****************************************
ABOUT
****************************************/
    .decoration .decoration-item {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.5rem;
        color: #fff;
        padding: 10px 15px;
        border-radius: 15px;
    }

        .decoration .decoration-item.red {
            background-color: #b71234;
        }

        .decoration .decoration-item.blue {
            background-color: #3fc1f1;
        }

    .decoration.decoration-01 {
        position: relative;
    }

        .decoration.decoration-01 .decoration-item.red {
            position: absolute;
            left: 50px;
            top: 100px;
            transform: rotate(-5deg);
        }

        .decoration.decoration-01 .decoration-item.blue {
            position: absolute;
            right: 50px;
            top: 100px;
            transform: rotate(10deg);
        }


    .decoration.decoration-02 {
        position: relative;
    }

        .decoration.decoration-02 .decoration-item.red {
            position: absolute;
            right: 50px;
            top: 100px;
            transform: rotate(-5deg);
        }

        .decoration.decoration-02 .decoration-item.blue {
            position: absolute;
            left: 50px;
            top: 100px;
            transform: rotate(10deg);
        }


    .decoration.decoration-03 {
        position: relative;
    }

        .decoration.decoration-03 .decoration-item.blue {
            position: absolute;
            right: 50px;
            top: 200px;
            transform: rotate(7deg);
        }

        .decoration.decoration-03 .decoration-item.red {
            position: absolute;
            left: 50px;
            top: 200px;
            transform: rotate(-3deg);
        }


    @media only screen and (max-width: 767px) {
        .decoration.decoration-01 .decoration-item.red {
            position: relative;
            left: -70px;
            top: -20px;
            transform: rotate(-3deg);
        }

        .decoration.decoration-01 .decoration-item.blue {
            position: relative;
            right: -5px;
            top: -10px;
            transform: rotate(5deg);
        }

        .decoration.decoration-02 .decoration-item.red {
            position: relative;
            right: -135px;
            top: -10px;
            transform: rotate(-5deg);
        }

        .decoration.decoration-02 .decoration-item.blue {
            /*position: relative;*/
            left: -20px;
            top: -7px;
            transform: rotate(5deg);
        }

        .decoration.decoration-03 .decoration-item.red {
            position: relative;
            left: 20px;
            top: -20px;
            transform: rotate(-3deg);
        }

        .decoration.decoration-03 .decoration-item.blue {
            position: relative;
            left: -25px;
            top: -25px;
            transform: rotate(5deg);
        }
    }

    ul.boxes {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        ul.boxes li {
            margin-bottom: 10px;
            padding: 8px 15px;
            background-color: #f3f3f3;
            border-radius: 8px;
        }

            ul.boxes li:first-child {
                background-color: #b71234;
                color: #fff;
                font-size: 1.3rem;
            }

    /****************************************
PARTNERS
****************************************/
    .paragraph.paragraph-registration {
        background-color: #ededed;
    }


    /****************************************
PARTNERS
****************************************/
    .paragraph.paragraph-partners h2 {
        color: #f5f5f5;
    }

    .paragraph.paragraph-partners img {
        height: 40px;
    }

    /****************************************
SPEAKERS
****************************************/
    .speaker h2 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

        .speaker h2 > span {
            font-size: 1rem;
            padding-top: .5rem;
            display: block;
            color: #767676;
        }

    /****************************************
SECTION
****************************************/
    /*.section {
    background-color: #ededed;
    border-radius: 20px;
    margin: 25px 0;
}*/
    .section {
        background: rgba(255,255,255,0.75);
    }

        .section.section-rounded {
            border-radius: 10px;
            border-bottom-right-radius: 0;
        }

        .section.section-shadowed {
            box-shadow: 0.067em 0.067em 4.133em rgb(12 71 84 / 20%);
            border-radius: 10px;
        }

    .wrapper.registrace .section:first-child {
        background-color: var(--color-urgent-blue) !important;
        color: var(--color-bandage-white) !important;
    }



    /****************************************
ACCORDION
****************************************/
    /*.accordion {
    background-color: transparent;
}

.accordion-item {
    background-color: #efefef;
    border: none;
    margin-bottom: 15px;
    border-radius: 15px !important;
}

.accordion button {
    background-color: transparent;
    color: #b71234;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 10px;*/
    /*border-bottom: solid 1px #D9E3EB;*/
    /*}

    .accordion button:hover,
    .accordion button:focus {
        outline: none !important;
        box-shadow: none;
        color: #b71234;
    }*/

    /**/
    /*.accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #b71234;
    box-shadow: none;
}

.accordion .accordion-button:after {
    background-image: none;
    border-radius: 50%;
    display: inline-block;
    height: 40px !important;
    width: 40px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #b71234;
    font-family: "Font Awesome 6 Free";
    content: "\f068";
}

.accordion .accordion-button.collapsed:after {
    color: #b71234;
    background-color: transparent;
    content: "\2b";
}

.accordion .accordion-button h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.accordion .accordion-body {
    padding-top: 0;
}*/


    /****************************************
TABS
****************************************/
    .nav-tabs .nav-link {
        color: var(--color-urgent-blue);
        background-color: var(--color-transparent);
        border-color: var(--color-bandage-white);
        margin-right: 8px;
        margin-bottom: 8px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: var(--color-skin-beige);
            background-color: var(--color-pulse-red);
            border-color: var(--color-pulse-red);
        }

    /****************************************
FORM
****************************************/
    .input-group {
        padding: 6px 0;
    }

    .form-control {
        padding: 15px;
        /*border-radius: 25px !important;
    border-width: 2px;*/
    }

    .input-group-text {
        /*display:none;*/
    }

    .aspNetDisabled label {
        color: #cbcbcb;
    }

    label {
        padding-left: 10px;
    }


    /****************************************
CHECKBOX
****************************************/
    input[type="checkbox"] {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        input[type="checkbox"] + label {
            position: relative;
            font-size: 1rem;
            padding-left: 2rem;
            line-height: 1.8rem;
            margin-bottom: 0.1rem;
            display: inline-block;
            vertical-align: top;
        }

            input[type="checkbox"] + label:before {
                font-family: "Font Awesome 6 Free";
                content: ' ';
                font-size: 12px;
                font-weight: 600;
                letter-spacing: -0.7px;
                display: block;
                text-align: center;
                border: 1px solid #adadad;
                background-color: #fff;
                width: 20px;
                height: 20px;
                line-height: 20px;
                position: absolute;
                z-index: 1;
                top: 4px;
                left: 0;
                -webkit-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
                color: #000;
                cursor: pointer;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        input[type="checkbox"]:checked + label:before {
            content: '\f00c';
            color: #fff;
            background-color: #ca083a;
        }

    .checkbox-table input[type="checkbox"] {
        clip: unset;
        position: absolute !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    /****************************************
RADIO
****************************************/
    input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        background-color: #ca083a;
        border-color: #ca083a;
    }

    input[type=radio] {
        border-radius: 50%;
        width: 1em;
        height: 1em;
        margin-top: .25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0, 0, 0, .25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .radiobuttonlist label {
        padding-left: 12px;
    }

    /****************************************
VALIDATION MESSAGE
****************************************/
    .validationmessage {
        color: #ff0000;
        font-weight: 600;
    }


    /****************************************
BTN
****************************************/
    .btn {
        border-radius: 25px;
    }

        .btn.btn-danger {
            background-color: #b71234;
        }

        .btn.btn-primary {
            background-color: #3fc1f2;
            border-color: #3fc1f2
        }


    /*********************************
PROGRAM
*********************************/
    .program-item {
        margin: 10px 0;
        padding: 8px 10px;
        border-radius: 10px;
        font-weight: 700;
    }

        .program-item:nth-child(odd) {
            background-color: var(--color-pulse-red);
            color: var(--color-skin-beige)
        }

        .program-item:nth-child(even) {
            background-color: var(--color-skin-beige);
            color: var(--color-pulse-red)
        }


        .program-item.accordion-item {
            padding: 0;
        }

            .program-item.accordion-item .accordion-button {
                position: relative;
                display: flex;
                align-items: center;
                width: 100%;
                padding: inherit;
                font-size: inherit;
                color: inherit;
                text-align: left;
                background-color: inherit;
                border: inherit;
                border-radius: inherit;
                overflow-anchor: none;
                transition: none;
                font-weight: 700;
                border: 0;
                padding: 8px 10px;
                outline: none !important;
                box-shadow: none;
            }

                .program-item.accordion-item .accordion-button:hover,
                .program-item.accordion-item .accordion-button:focus {
                    outline: none !important;
                    box-shadow: none;
                    background-color: transparent;
                }

                .program-item.accordion-item .accordion-button::after {
                    color: var(--color-skin-beige);
                    font-family: "Font Awesome 6 Free";
                    content: "\f068";
                    background-image: none;
                    display: inline-block;
                    height: 30px !important;
                    width: 43px !important;
                    text-align: center;
                    vertical-align: middle;
                    line-height: 30px;
                }

        .program-item:nth-child(even).accordion-item .accordion-button::after {
            color: var(--color-pulse-red);
        }



        .program-item.accordion-item .accordion-button.collapsed:after {
            background-color: transparent;
            content: "\2b";
        }

        .program-item.accordion-item .accordion-body {
            padding: 25px;
            font-weight: normal;
            color: var(--color-heart-red);
        }

        .program-item:nth-child(odd).accordion-item .accordion-body {
            background-color: var(--color-rose-red);
        }

        .program-item:nth-child(even).accordion-item .accordion-body {
            background-color: var(--color-rose-red);
        }


    /*********************************
LOTTERY
*********************************/
    /* Layout */
    .lottery .main-panel {
        text-align: center;
        padding: 2rem;
        position: relative;
    }

    .lottery .emails-list {
        max-height: calc(100vh - 88px);
        overflow-y: auto;
    }

    /* SVG animace */
    .lottery #wheelSvg {
        width: 100%;
        max-width: 80%;
        display: block;
        margin: 0 auto;
        opacity: 1;
        transition: opacity 0.8s ease;
    }

    .lottery #winnerDisplay {
        min-height: 96px;
        font-size: 2rem;
        font-weight: bold;
        color: var(--color-pulse-red);
        background-color: var(--color-skin-beige);
        opacity: 0;
        transition: opacity 0.8s ease;
    }

    .lottery .winner-pill {
        font-size: 1.2rem;
        color: var(--color-skin-beige) !important;
        background-color: var(--color-pulse-red) !important;
        padding: 15px 25px;
        margin-bottom: 15px !important;
        border-radius: 25px;
    }

    .lottery .list-group-item {
        background-color: var(--color-bandage-white);
        color: var(--color-urgent-blue);
    }

    .lottery #drawButton {
        font-size: 2rem;
        padding: 10px 50px;
        background-color: var(--color-medical-blue) !important;
        border-color: var(--color-medical-blue) !important;
    }

    .lottery .fade-in {
        opacity: 1 !important;
    }

    .lottery .fade-out {
        opacity: 0 !important;
    }

    .lottery .winner-pill {
        margin: 0.25rem;
    }

    /* Overlay levého panelu */
    .lottery #overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--color-bandage-white);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.8s ease;
        pointer-events: none;
    }

        .lottery #overlay.show {
            opacity: 1;
            pointer-events: all;
        }

        .lottery #overlay.fade-out-overlay {
            opacity: 0;
        }

    /* SVG animační třídy */
    .lottery .fade-out-svg {
        opacity: 0;
        transition: opacity 0.8s ease;
    }

    /***************************************************
 * Generated by SVG Artista on 11/9/2025, 9:31:32 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

    .lottery svg .svg-elem-1 {
        stroke-dashoffset: 672.049560546875px;
        stroke-dasharray: 672.049560546875px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    }

    .lottery svg.active .svg-elem-1 {
        stroke-dashoffset: 0;
        fill: rgb(0, 204, 174);
    }

    .lottery svg .svg-elem-2 {
        stroke-dashoffset: 248.2175750732422px;
        stroke-dasharray: 248.2175750732422px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    }

    .lottery svg.active .svg-elem-2 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-3 {
        stroke-dashoffset: 217.32936096191406px;
        stroke-dasharray: 217.32936096191406px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    }

    .lottery svg.active .svg-elem-3 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-4 {
        stroke-dashoffset: 258.3160705566406px;
        stroke-dasharray: 258.3160705566406px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    }

    .lottery svg.active .svg-elem-4 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-5 {
        stroke-dashoffset: 255.83644104003906px;
        stroke-dasharray: 255.83644104003906px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    }

    .lottery svg.active .svg-elem-5 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-6 {
        stroke-dashoffset: 287.2906494140625px;
        stroke-dasharray: 287.2906494140625px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    }

    .lottery svg.active .svg-elem-6 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-7 {
        stroke-dashoffset: 179.39129638671875px;
        stroke-dasharray: 179.39129638671875px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    }

    .lottery svg.active .svg-elem-7 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-8 {
        stroke-dashoffset: 113.3043212890625px;
        stroke-dasharray: 113.3043212890625px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    }

    .lottery svg.active .svg-elem-8 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-9 {
        stroke-dashoffset: 248.21778869628906px;
        stroke-dasharray: 248.21778869628906px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    }

    .lottery svg.active .svg-elem-9 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-10 {
        stroke-dashoffset: 179.39132690429688px;
        stroke-dasharray: 179.39132690429688px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    }

    .lottery svg.active .svg-elem-10 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }

    .lottery svg .svg-elem-11 {
        stroke-dashoffset: 255.83651733398438px;
        stroke-dasharray: 255.83651733398438px;
        fill: transparent;
        transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
    }

    .lottery svg.active .svg-elem-11 {
        stroke-dashoffset: 0;
        fill: rgb(29, 27, 29);
    }


    /*********************************
FOOTER
*********************************/
    .footer {
        font-size: 0.9rem;
        color: #fff;
        background-color: #8a8e97;
    }

        .footer a {
            color: #dfdfdf;
        }

        .footer .logos img {
            height: 40px;
        }

        /*************************************
FOOTER BRANDS
**************************************/
        .footer .brands a {
            width: 45px;
            height: 45px;
            display: inline-block;
            border-radius: 50%;
            border: solid 1px var(--color-heart-red);
            color: var(--color-heart-red);
        }

            .footer .brands a:hover {
                color: var(--color-urgent-blue) !important;
                border-color: var(--color-urgent-blue) !important;
            }

        .footer .fa-brands {
            line-height: 45px;
            font-size: 1.2rem;
            text-align: center;
            margin: 0;
            padding-left: 5px;
            display: inline-block;
            width: 100%;
            height: 100%;
        }


    @media only screen and (max-width: 768px) {

            .footer .logos img {
                height: 40px;
            }
    }

    /************************************************
MASONRY GRID
************************************************/
    /* fluid 5 columns */
    .grid-sizer,
    .grid-item {
        width: 20%;
    }
    /* 2 columns */
    .grid-item--width2 {
        width: 40%;
    }

    @media only screen and (max-width: 768px) {
        .grid-sizer, .grid-item {
            width: 100%;
        }
    }
