.highgate-calculator-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc( -40px/2 );
    margin-right: calc( -40px/2 );

    .calculator-result {
        input {
            opacity: 0.5;
        }
    }

    .elementor-widget {
        padding-right: calc(40px / 2);
        padding-left: calc(40px / 2);
        margin-bottom: 24px !important;
        font-size: 14px;
        color: #000000;

        a {
            font-size: 14px;
            color: #000000;
            text-decoration: underline;
        }
    }

    .elementor-field-group {
        padding-right: calc(40px / 2);
        padding-left: calc(40px / 2);
        margin-bottom: 24px;
    }

    .elementor-field-type-acceptance {
        margin-bottom: 8px !important;
    }

    .elementor-field-subgroup {
        flex-basis: 100%;
        max-width: 100%;

        label {
            font-family: "Space Grotesk", Sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
        }

        .elementor-field {
            width: auto;
            margin: 3px;
        }

        .elementor-field-option {
            align-items: center;
            display: flex;
            height: 18px;
        }
    }

    label {
        font-family: "Space Grotesk", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
    }

    .elementor-field {
        font-family: "Space Grotesk", Sans-serif;
        font-size: 16px;
        line-height: 24px;
        min-height: 40px;
        padding: .5rem 1rem;
        transition: all .3s;
        width: 100%;
        color: #000000;
        background-color: #9690A20F;
        border-color: #00000000;
        border-width: 0px 0px 0px 0px;
        border-radius: 8px 8px 8px 8px;
    }

    #cisty_prijem_podnikatela {
        font-weight: bold;
    }

    .elementor-field:focus {
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
        outline: 0;
    }

    .elementor-button, .elementor-button:hover, .elementor-button:focus {
        font-family: "Space Grotesk", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        border-radius: 4px 4px 4px 4px;
        padding: 16px 24px 16px 24px;
        background-color: #000000;
        border-color: #00000000;
        color: #ffffff;
    }

    .form-info {
        background: url('../images/info.svg');
        width: 18px;
        height: 18px;
        margin-left: 4px;
        display: inline-block;
        background-size: cover;
        opacity: 0.5;
        flex-shrink: 0;
    }
}

@keyframes pulse-opacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        opacity: 1;
    }
}

.loading-form {
    animation: pulse-opacity 1.5s ease-in-out infinite;
    /* Voliteľné doplnkové štýly */
    transition: opacity 0.3s;
    opacity: 0.5; /* Základná hodnota keď nie je animácia */
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}

.modal-header .btn-close {
    border: 0;
}