.block-cityhallform {
    padding: 0;
}

.block-cityhallform .form-title {
    font-size: 48px;
    line-height: 1.6;
    margin-bottom: 48px;
}

@keyframes lightningPulse {

    0%,
    3.33%,
    6.66%,
    9.99% {
        opacity: 0;
        stroke-width: 2;
        stroke-dashoffset: 0;
    }

    13.32% {
        opacity: 1;
        stroke-width: 2;
    }

    16.65%,
    19.98%,
    23.31%,
    26.64%,
    29.97%,
    33.33%,
    36.66%,
    39.99%,
    43.32%,
    46.65% {
        stroke-width: 15;
    }

    49.98% {
        stroke-width: 7;
    }

    53.31% {
        stroke-width: 6;
    }

    56.64% {
        stroke-width: 5;
    }

    59.97% {
        stroke-width: 4;
    }

    63.33% {
        stroke-width: 3;
    }

    66.66% {
        stroke-width: 2;
        opacity: 0.8;
    }

    69.99% {
        stroke-width: 1;
        opacity: 0.6;
    }

    73.32% {
        opacity: 0.4;
    }

    76.55% {
        opacity: 0.2;
    }

    79.98%,
    83.31%,
    86.64%,
    89.97%,
    93.33%,
    96.66%,
    100% {
        stroke-width: 1;
        opacity: 0;
        stroke-dashoffset: 102.96427917480469;
    }
}

@keyframes lightningScale {

    0%,
    13.32%,
    23.31%,
    100% {
        transform: scale(1);
    }

    16.65% {
        transform: scale(1.2);
    }
}

.block-cityhallform .loading-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    background: #00000057;
    z-index: 9999 !important;
}

.block-cityhallform .loading-container.hidden {
    display: none;
}

.block-cityhallform .step2-buttons .global-button-dark:hover {
    background: transparent
}

.block-cityhallform .loading-container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.25em;
}

.block-cityhallform .ghosted {
    display: inline-block;
    vertical-align: middle;
}

.block-cityhallform .lightning-container {
    width: 100px;
    transform-origin: 50% 50%;
    animation: lightningScale 1s ease infinite forwards;
}

.block-cityhallform .lightning {
    stroke: var(--Button-Font-color-Orange, #FF4B00);
    stroke-miterlimit: 10;
    fill: var(--Button-Font-color-Orange, #FF4B00);
    stroke-dasharray: 102.96427917480469;
    stroke-dashoffset: 0;
    animation: lightningPulse 1s ease-out infinite forwards;
}

.block-cityhallform .st0 {
    clip-path: url(#SVGID_2_);
    fill: none;
}

.block-cityhallform .steps-nav {
    display: flex;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 2px solid var(--wp--preset--color--light-grey);
}

.block-cityhallform .steps-nav .step-nav {
    opacity: 0.5;
    display: flex;
    align-items: center;

}

.block-cityhallform .progress-container {
    padding: 40px 0;
}

.block-cityhallform .steps-nav .step-nav .step-no {
    border-radius: 8px;
    border: 2px solid var(--wp--preset--color--grey);
    background: var(--wp--preset--color--dirty-white);
    color: var(--wp--preset--color--dark-blue);
    text-align: center;
    font-size: 32px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-right: 16px;
}

.block-cityhallform .steps-nav .step-nav:after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 2px;
    margin-left: 40px;
    margin-right: 40px;
    background-color: var(--wp--preset--color--primary);
}

.block-cityhallform .steps-nav .step-nav:last-of-type:after {
    display: none;
}

.block-cityhallform .steps-nav .step-nav.active {
    opacity: 1
}

.block-cityhallform .step {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-cityhallform .success_cityhallform.hidden {
    display: none;
}

.block-cityhallform .success_cityhallform h6 {
    margin-bottom: 32px;
}

.block-cityhallform .succes_cityhallform_buttons,
.block-cityhallform .step2-buttons {
    display: flex;
    gap: 48px;
}

.block-cityhallform .form__files-container {
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}

.block-cityhallform .step.active {
    display: flex;
    flex-direction: column;
}

.block-cityhallform .text-step {
    color: var(--wp--preset--color--dark-blue);
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 32px;
    flex: 0 0 100%;
}

.block-cityhallform .text-step.after {
    opacity: 0.6
}

.block-cityhallform label.error {
    color: #ff4b00 !important;
    ;
}

.block-cityhallform .input-box label {
    color: var(--wp--preset--color--dark-blue);
    font-size: 32px;
    line-height: 48px;
    display: block;
    font-weight: 400;
    margin-bottom: 16px;
}

.block-cityhallform .step2 .text-attachment {
    margin: 32px 0;
    color: var(--wp--preset--color--dark-blue-third);
}

.block-cityhallform .input-box {
    flex: 0 0 24%;
}

.block-cityhallform .custom-select-box select option:disabled {
    opacity: 0.7
}

.block-cityhallform .input-box {
    margin-bottom: 48px;
}

.block-cityhallform .input-box input {
    border-radius: 40px;
    border: 2px solid var(--wp--preset--color--light-grey);
    background: var(--wp--preset--color--background);
    padding: 28px 40px;
    box-sizing: border-box;
    width: 100%;
    color: var(--wp--preset--color--dark-blue);
    font-size: 32px;
}

.block-cityhallform #CustomCityHallFormUpload {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.block-cityhallform .form-nav-buttons {
    display: flex;
    align-items: flex-start;
    flex: 0 0 100%;
}

.block-cityhallform .global-button:hover {
    background-color: var(--wp--preset--color--primary);
    cursor: pointer;
}

/*upload*/

.block-cityhallform .form__container {
    position: relative;
    width: 100%;
    height: 500px;
    border: 2px dashed var(--wp--preset--color--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--wp--preset--color--dark-blue);
    border-radius: 24px;
    font-size: 32px;
    margin-bottom: 10px;
    background: var(--wp--preset--color--dirty-white);
}

.block-cityhallform .text-upload {
    color: var(--wp--preset--color--dark-blue);
    font-size: 28px;
    line-height: 1.7;
    word-break: break-all;
}

.block-cityhallform .form__container .plus {
    background-image: url(../../assets/images/plus.svg);
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--wp--preset--color--background);
    width: 128px;
    height: 128px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.block-cityhallform .form__container strong {
    font-size: 32px;
    color: var(--wp--preset--color--dark-blue);
    line-height: 1.5;
    font-weight: 400;
}

.block-cityhallform .form__container span {
    margin-bottom: 10px;
    display: block;
    font-size: 32px;
    color: var(--wp--preset--color--dark-blue);
    line-height: 1.5;
}

.block-cityhallform .upload-inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-cityhallform .form__container.active {
    background-color: rgba(192, 192, 192, 0.2);
}

.block-cityhallform .form__file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.block-cityhallform .delete-file {
    background-image: url(../../assets/images/trash.svg);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 48px;
    height: 48px;
    margin-left: 20px;
    cursor: pointer;
}

.block-cityhallform .form__files-container {
    width: 100%;
    margin-top: 40px;
}

.block-cityhallform .form__image-container {
    display: flex;
    align-items: center;
    width: 24%;
    min-width: 590px;
    border-radius: 24px;
    padding: 32px 48px;
    box-sizing: border-box;
    border: 2px solid var(--wp--preset--color--grey);
    background-color: var(--wp--preset--color--dirty-white);
    margin-bottom: 20px;
    position: relative;
}


.block-cityhallform .form__image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.block-cityhallform #response_cityhallform.hidden {
    display: none;
}

.block-cityhallform #response_cityhallform::before {
    content: "";
    -webkit-mask-image: url(../../assets/images/alert-triangle.svg);
    mask-image: url(../../assets/images/alert-triangle.svg);
    width: 48px;
    height: 44px;
    flex-direction: row;
    margin-left: 12px;
    display: inline-block;
    background: #FF4B00;

    background-repeat: no-repeat;
    background-size: cover;

    mask-size: cover;
    mask-repeat: no-repeat;
}

/* TOOLTIP */
.block-cityhallform .tooltip-trigger {
    background-image: url(../../assets/images/tooltop.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.block-cityhallform #cityhallform_cerere-error,
.block-cityhallform #cityhallform_judet-error,
.block-cityhallform #cityhallform_localitate-error,
.block-cityhallform #cityhallform_pod-error {
    color: #FF4B00;
    font-size: 32px;
}

.block-cityhallform .tooltip {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 26px;
    right: 26px;
}

.block-cityhallform .success_cityhallform {
    width: 70%;
}

.block-cityhallform .success_cityhallform p {
    margin-bottom: 80px;
}

.block-cityhallform .input-box label .tooltip {
    position: relative;
    top: 0;
    right: 0;
}

.block-cityhallform .tooltip-content {
    visibility: hidden;
    width: 620px;
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--dark-blue);
    border: 2px solid var(--wp--preset--color--grey);
    border-radius: 24px;
    padding: 16px 32px;
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.block-cityhallform .tooltip-content::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent var(--wp--preset--color--background) transparent;
}

.block-cityhallform .tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.block-cityhallform #CustomCityHallFormUpload .custom-select-box {
    position: relative;
    width: 100%;
    display: flex;
}

.block-cityhallform #CustomCityHallFormUpload .custom-select-box select {
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

.block-cityhallform .progress-container,
.block-cityhallform #remainingSpace2,
.block-cityhallform #remainingSpace,
.block-cityhallform #files-list-container-2,
.block-cityhallform #files-list-container-1 {
    display: none;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select {
    position: relative;
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    padding: 24px 64px 24px 32px;
    color: var(--wp--preset--color--dark-blue);
    border: 2px solid var(--wp--preset--color--light-grey);
    background-color: var(--wp--preset--color--background);
    border-radius: 40px;
    cursor: pointer;
    box-sizing: border-box;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select.fullwhite-select {
    padding: 28px 40px;
    color: var(--wp--preset--color--dark-blue);
    border: 2px solid var(--wp--preset--color--light-grey);
    background-color: var(--wp--preset--color--background);
    min-height: 98px;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid var(--wp--preset--color--light-grey);
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(45deg);
    top: 50%;
    right: 32px;
    margin-top: -14px;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select.fullwhite-select::after {
    border-color: var(--wp--preset--color--light-grey);
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 500px;
    overflow-y: auto;
    background-color: var(--wp--preset--color--background);
    border: 2px solid var(--wp--preset--color--light-grey);
    border-radius: 16px;
    margin-top: 8px;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .list ul {
    margin: 0;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .list ul li {
    list-style: none;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select.open .list {
    display: block;
    opacity: 1;
}


.block-cityhallform #CustomCityHallFormUpload .dropdown-select .option {
    padding: 24px 32px;
    color: var(--wp--preset--color--dark-blue);
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .option:hover,
.block-cityhallform #CustomCityHallFormUpload .dropdown-select .option:focus {
    background-color: var(--wp--preset--color--light-grey);
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .option.selected {
    font-weight: bold;
    color: var(--wp--preset--color--primary);
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .dd-search {
    padding: 16px;
}

.block-cityhallform #response_cityhallform {
    display: flex;
    width: 100%;
    margin: 40px 0;
    padding: 32px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 24px;
    border: 2px solid var(--Functional-Error, #EA0000);
    background: var(--White-White, #FFF);
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .dd-searchbox {
    width: 100%;
    padding: 16px 24px;
    border: 2px solid var(--wp--preset--color--light-grey);
    border-radius: 8px;
    outline: none;
    color: var(--wp--preset--color--dark-blue);
}

.block-cityhallform #CustomCityHallFormUpload .dropdown-select .dd-searchbox:focus {
    border-color: var(--wp--preset--color--primary);
}

.block-cityhallform .error-upload-limit {
    color: #FF4B00;
    -webkit-animation: kf_shake 0.4s 1 linear;
    -moz-animation: kf_shake 0.4s 1 linear;
    -o-animation: kf_shake 0.4s 1 linear;
}

.block-cityhallform .checkbox-buttons p {
    margin: 0;
}

.block-cityhallform .checkbox-buttons {
    margin-bottom: 48px;
}

.block-cityhallform .checkbox-buttons [type="checkbox"]:checked,
.block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.block-cityhallform .checkbox-buttons [type="checkbox"]:checked+label,
.block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 56px;
    cursor: pointer;
    line-height: 40px;
    display: inline-block;
    color: var(--wp--preset--color--dark-blue);
}

.block-cityhallform .checkbox-buttons [type="checkbox"]:checked+label:before,
.block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: 2px solid var(--wp--preset--color--grey);
    background: #fff;
    border-radius: 6px;
}

.block-cityhallform .checkbox-buttons [type="checkbox"]:checked+label:after,
.block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: var(--wp--preset--color--primary);
    background-image: url(../../assets/images/checked.svg);
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    border-radius: 6px;
}

.block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.block-cityhallform .checkbox-buttons [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 3000px) {
    .block-cityhallform .form-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .block-cityhallform .input-box input {
        border-radius: 20px;
        border: 1px solid var(--wp--preset--color--light-grey);
        padding: 14px 20px;
        font-size: 16px;
    }

    .block-cityhallform .steps-nav {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid var(--wp--preset--color--light-grey);
    }

    .block-cityhallform .success_cityhallform h6 {
        margin-bottom: 16px;
    }

    .block-cityhallform #cityhallform_cerere-error,
    .block-cityhallform #cityhallform_judet-error,
    .block-cityhallform #cityhallform_localitate-error,
    .block-cityhallform #cityhallform_pod-error {
        font-size: 16px;
    }

    .block-cityhallform .steps-nav .step-nav .step-no {
        border-radius: 4px;
        border: 1px solid var(--wp--preset--color--grey);
        font-size: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-right: 8px;
    }

    .block-cityhallform #response_cityhallform::before {
        content: "";
        -webkit-mask-image: url(../../assets/images/alert-triangle.svg);
        mask-image: url(../../assets/images/alert-triangle.svg);
        width: 24px;
        height: 22px;
        flex-direction: row;
        margin-left: 12px;
        display: inline-block;
        background: #FF4B00;

        background-repeat: no-repeat;
        background-size: cover;

        mask-size: cover;
        mask-repeat: no-repeat;
    }

    .block-cityhallform .step2 .text-attachment {
        margin: 16px 0;
    }

    .block-cityhallform .success_cityhallform p {
        margin-bottom: 40px;
    }

    .block-cityhallform .steps-nav .step-nav:after {
        width: 80px;
        height: 1px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .block-cityhallform .text-step {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .block-cityhallform #response_cityhallform {
        display: flex;
        width: 100%;
        margin: 20px 0;
        padding: 16px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid var(--Functional-Error, #EA0000);
        background: var(--White-White, #FFF);
    }

    /* TOOLTIP */
    .block-cityhallform .tooltip-trigger {
        width: 16px;
        height: 16px;
    }

    .block-cityhallform .tooltip {
        top: 13px;
        right: 13px;
    }

    .block-cityhallform .tooltip-content {
        width: 310px;
        border: 1px solid var(--wp--preset--color--grey);
        border-radius: 12px;
        padding: 8px 16px;
        top: calc(100% + 5px);
    }

    .block-cityhallform .tooltip-content::after {
        margin-left: -5px;
        border-width: 5px;
    }

    .block-cityhallform .input-box label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;

    }

    .block-cityhallform .input-box {
        margin-bottom: 24px;
    }

    /*upload*/
    .block-cityhallform .form__container {
        height: 250px;
        border: 1px dashed var(--wp--preset--color--primary);
        border-radius: 12px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .block-cityhallform .succes_cityhallform_buttons,
    .block-cityhallform .step2-buttons {
        gap: 24px;
    }

    .block-cityhallform .text-upload {
        font-size: 14px;
    }

    .block-cityhallform .form__container .plus {
        background-size: 14px;
        width: 64px;
        height: 64px;
        border-radius: 50px;
        margin-bottom: 10px;
    }

    .block-cityhallform .form__container strong {
        font-size: 16px;
    }

    .block-cityhallform .form__container span {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .block-cityhallform .delete-file {
        min-width: 24px;
        height: 24px;
        margin-left: 10px;
    }

    .block-cityhallform .progress-container {
        padding: 20px 0;
    }

    .block-cityhallform .form__files-container {
        margin-top: 20px;
    }

    .block-cityhallform .form__image-container {
        min-width: 295px;
        border-radius: 12px;
        padding: 16px 24px;
        border: 1px solid var(--wp--preset--color--grey);
        margin-bottom: 10px;
    }



    .block-cityhallform #CustomCityHallFormUpload .dropdown-select {
        font-size: 16px;
        line-height: 19px;
        padding: 12px 32px 12px 16px;
        border: 1px solid var(--wp--preset--color--light-grey);
        border-radius: 20px;
    }

    .block-cityhallform #CustomCityHallFormUpload .dropdown-select.fullwhite-select {
        padding: 14px 20px;
        min-height: 49px;
        border: 1px solid var(--wp--preset--color--light-grey);
    }

    .block-cityhallform #CustomCityHallFormUpload .dropdown-select::after {
        border-width: 0 2px 2px 0;
        padding: 4px;
        right: 16px;
        margin-top: -7px;
    }

    .block-cityhallform #CustomCityHallFormUpload .dropdown-select.fullwhite-select::after {
        border-color: var(--wp--preset--color--light-grey);
    }

    .block-cityhallform #CustomCityHallFormUpload .dropdown-select .list {
        max-height: 250px;
        border: 1px solid var(--wp--preset--color--light-grey);
        border-radius: 8px;
        margin-top: 4px;
    }

    .block-cityhallform #CustomCityHallFormUpload .dropdown-select .option {
        padding: 12px 16px;
    }

    .block-cityhallform #CustomCityHallFormUpload .dropdown-select .dd-search {
        padding: 8px;
    }

    .block-cityhallform #CustomCityHallFormUpload .dropdown-select .dd-searchbox {
        padding: 8px 12px;
        border: 1px solid var(--wp--preset--color--light-grey);
        border-radius: 4px;
    }

    .block-cityhallform .checkbox-buttons {
        margin-bottom: 24px;
    }

    .block-cityhallform .checkbox-buttons [type="checkbox"]:checked+label,
    .block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked)+label {
        padding-left: 28px;
        line-height: 20px;
    }

    .block-cityhallform .checkbox-buttons [type="checkbox"]:checked+label:before,
    .block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked)+label:before {
        width: 18px;
        height: 18px;
        border: 1px solid var(--wp--preset--color--grey);
        border-radius: 3px;
    }

    .block-cityhallform .checkbox-buttons [type="checkbox"]:checked+label:after,
    .block-cityhallform .checkbox-buttons [type="checkbox"]:not(:checked)+label:after {
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }

    .block-cityhallform .form__files-container {
        margin-top: 20px;
        gap: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .block-cityhallform .input-box {
        flex: 0 0 48%;
    }

    .block-cityhallform #CustomCityHallFormUpload {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .block-cityhallform .input-box {
        flex: 0 0 100%;
    }

    .block-cityhallform .success_cityhallform {
        width: 100%;
    }

    .block-cityhallform .global-button {
        width: 100%;
    }

    .block-cityhallform .tooltip-content {
        left: 150px;
    }

    .block-cityhallform {
        overflow: visible;
    }

    .block-cityhallform .steps-nav .step-text {
        display: none;
    }

    .block-cityhallform .steps-nav .step-nav.active .step-text {
        display: block;
    }

    .block-cityhallform .steps-nav .step-nav.step-nav1 {
        margin-right: 10px;
    }

    .block-cityhallform .steps-nav .step-nav::after {
        display: none;
    }

    .block-cityhallform #response_cityhallform {
        flex-direction: column;
        padding: 16px;
        box-sizing: border-box;
    }

    .block-cityhallform .step2-buttons {
        flex-direction: column;
        width: 100%;
    }

    .block-cityhallform .upload-box {
        min-height: 150px;
        border: 1px dashed var(--wp--preset--color--primary);
        border-radius: 12px;
        font-size: 16px;
        margin-bottom: 5px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .block-cityhallform .form__container {
        height: auto;
        border: none;
        border-radius: none;
        font-size: 16px;
        margin-bottom: 0;
    }

    .block-cityhallform .form__image-container {
        min-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .block-cityhallform .form__container {
        background: none;
    }

    .block-cityhallform .form__container span,
    .block-cityhallform .form__container .plus,
    .block-cityhallform .form__container strong {
        display: none;
    }
}