

/* ================================================================
   UTOPY – Pop-up formulář #se-webform-6
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');


/* Zavírací křížek */
.se-webform-v2-close-button {
    position: absolute !important;
    top: 14px !important;
    right: 36px !important;
    font-size: 42px !important;
    color: #000 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    background-color: transparent !important;
}

/* Formulář */
#se-webform-6.se-webform {
    width: 770px !important;
}

/* Obrázek levá strana */
#se-webform-6 .se-image-aside {
    height: auto !important;
    min-height: 420px !important;
    background-position: center center !important;
}

/* Pravá strana */
#se-webform-6 .se-webform-inner {
    padding: 40px 50px !important;
}

/* Nadpis */
#se-webform-6 .se-header h3 {
    font-family: Raleway, sans-serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #333 !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
}

/* Popis pod nadpisem */
#se-webform-6 .se-text p {
    font-family: Raleway, sans-serif !important;
    color: #848484 !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 10px 0 !important;
}

/* Labely */
#se-webform-6.se-webform .se-body ul li label {
    font-size: 12px;
    color: #848484;
    padding: 5px 0 0 !important;
}

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

/* Inputy */
#se-webform-6 .se-body ul li input[type=text],
#se-webform-6 .se-body ul li input[type=email],
#se-webform-6 .se-body ul li input[type=number],
#se-webform-6 .se-body ul li input[type=date],
#se-webform-6 .se-body ul li textarea,
#se-webform-6 .se-body ul li select {
    width: 100% !important;
    border: 1px solid #D0D0D0 !important;
    border-radius: 3px !important;
    height: 40px !important;
    outline: none !important;
    font-size: 13px !important;
    font-family: Raleway, sans-serif !important;
    box-sizing: border-box !important;
    padding: 0 10px !important;
}

#se-webform-6 .se-body ul li input:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* GDPR text */
#se-webform-6 li.se-webform-primary-purpose {
    border: none !important;
    text-align: center !important;
    color: #333 !important;
    font-size: 12px !important;
    font-style: italic !important;
    font-family: Raleway, sans-serif !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

#se-webform-6 li.se-webform-primary-purpose a {
    color: #333 !important;
    text-decoration: underline !important;
}

/* Submit wrapper */
#se-webform-6.se-webform .se-submit {
    padding: 0 !important;
}

/* Tlačítko */
#se-webform-6 .se-submit button,
#se-webform-6 .se-submit div.se-fake {
    width: 100% !important;
    background: #07073f !important;
    border-radius: 3px !important;
    height: 40px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: Raleway, sans-serif !important;
    color: #ffffff !important;
    letter-spacing: 0.03em !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    padding: 0 !important;
}

#se-webform-6 .se-submit button:hover {
    background: #07073fdd !important;
}
