.se-webform-v2-close-button {
    float: none !important;
    position: absolute;
    top: 1.3rem;
    right: 2rem;
    width: 2rem !important;
    line-height: 2rem !important;
    font-size: 2rem;
    color: #0b3053;
    background-color: transparent !important;
    padding: 0;
}

#se-webform-2.se-webform {
    border: none !important;
    padding: 0 !important;
}

#se-webform-2.se-webform,
.se-wrapper {
    color: #0b3053;
    font-family: 'MyriadPro', 'Helvetica Neue', Helvetica, 'Roboto', Arial, sans-serif;
    width: 730px !important;
}

#se-webform-2 .se-webform-inner {
    padding: 1rem !important;
}

#se-webform-2 .se-header h3 {
    font-size: 1.625rem;
    padding: 0 !important;
    margin: 1rem 0 !important;
    text-transform: uppercase;
    color: #0b3053 !important;
    line-height: 1.2 !important;
}

#se-webform-2 .se-text p {
    font-size: 1rem;
    line-height: 1.2 !important;
    color: #0b3053 !important;
}

#se-webform-2.se-webform .se-body ul {
    margin: 0 !important;
}

#se-webform-2.se-webform ul li {
    padding: 0 !important;
    margin: 0 !important;
}

#se-webform-2.se-webform .se-webform-inner span {
    font-size: .8rem !important;
}

#se-webform-2.se-webform .se-webform-primary-purpose {
    border-bottom: none !important;
    padding: 0 !important;
    color: #0b3053;
}

#se-webform-2.se-webform .se-webform-primary-purpose a {
    color: #0b3053 !important;
}

#se-webform-2.se-webform .se-body ul li label[for='frm-webFormHtmlRenderer-webFormForm-fields-df_emailaddress'] {
    font-size: .8rem;
}

#se-webform-2.se-webform .se-body ul li label {
   color: #0b3053 !important; 
   font-weight: normal !important;
   line-height: 2rem !important;
    font-size: 1rem;
    padding: .1rem 0 !important;
}

#se-webform-2.se-webform ul li input {
    outline: none;
    font-size: 1rem;
}

#se-webform-2.se-webform ul li input[type=text] {
    padding: .2rem .5rem 0 !important;
    border: none;
    border-bottom: 1px solid #0094d8;
    width: 90%;
    color: #0094d8;
    height: auto !important;
    box-shadow: none !important;
    line-height: 1.2 !important;
}

#se-webform-2.se-webform ul li input[type=text]:focus {
background-color: transparent !important;
box-shadow: none !important;
}

#se-webform-2 ul li input[type=checkbox] {
    width: 12px;
    height: 12px;
    appearance: none;
    border: 1px solid #0b305366;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    top: 2px;
    left: 0;
    margin: 0 .5rem 0 0 !important;
}

#se-webform-2.se-webform .se-body ul li input[type=checkbox]:checked::before {
    content: " ";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    color: white;
    border: 2px solid #0094d8;
    background-color: #0094d8;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1;
}

#se-webform-2.se-webform .se-submit {
    padding: 1rem 0 !important;
    margin: 0 !important;
}

#se-webform-2 .se-submit button {
    border: 1px solid #0094d8;
    color: #0094d8;
    background-color: transparent !important;
    transition: color 0.5s ease-out, border-color 1s ease-out;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: .5em 1em;
}

#se-webform-2 .se-submit button:hover {
    color: #0b3053;
    border-color: #0b3053;
}

@keyframes changeBackground {
    0% {
        background-image:
            url('https://cdn-smartemailing.cz/674195/media/webform/logo-claim.png'),
            url('https://cdn-smartemailing.cz/674195/media/webform/1.jpg?_t=1743098886');
        background-position: 1rem 1.5rem, left bottom;
    }

    25% {
        background-image:
            url('https://cdn-smartemailing.cz/674195/media/webform/logo-claim.png'),
            url('https://cdn-smartemailing.cz/674195/media/webform/2.jpg?_t=1743098886');
        background-position: 1rem 1.5rem, left bottom;
    }

    50% {
        background-image:
            url('https://cdn-smartemailing.cz/674195/media/webform/logo-claim.png'),
            url('https://cdn-smartemailing.cz/674195/media/webform/3.jpg?_t=1743098886');
        background-position: 1rem 1.5rem, left bottom;
    }

    75% {
        background-image:
            url('https://cdn-smartemailing.cz/674195/media/webform/logo-claim.png'),
            url('https://cdn-smartemailing.cz/674195/media/webform/4.jpg?_t=1743098886');
        background-position: 1rem 1.5rem, left bottom;
    }
    100% {
        background-image:
            url('https://cdn-smartemailing.cz/674195/media/webform/logo-claim.png'),
            url('https://cdn-smartemailing.cz/674195/media/webform/1.jpg?_t=1743098886');
        background-position: 1rem 1.5rem, left bottom;
    }
}

#se-webform-2 .se-image-aside {
    background-repeat: no-repeat !important;
    height: auto !important;
    width: 350px !important;
    animation: changeBackground 10s infinite;
}

@media(max-width: 770px) {

    #se-webform-2.se-webform {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
    }
 
    #se-webform-2.se-webform.se-has-image-aside .se-webform-inner {
        width: 100% !important;
    }

}