@media only screen and (max-width: 768px) {
    .ipv-ui-hide-on-mobile {
        display: none;
    }
}

.ipv-ui-form input,
.ipv-ui-form select,
.ipv-ui-form button {
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid lightgrey;
    max-width: 100%;
}

.ipv-ui-map {
    width: 100%;
    height: 480px;
    border-radius: 3px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
    background: #efefef url("map-placeholder.png") no-repeat center center /
        cover;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ipv-field-required {
    color: #ff5252;
}
.ip-ui--error {
    background-color: #ff5252;
    color: #ffffff;
    padding: 2em;
}
.ip-ui--success {
    background-color: #1dd1a1;
    color: #ffffff;
    padding: 2em;
}
.ipv-ui--valuation.open {
    background-color: #ffffff;
    padding: 2em;
    border-radius: 16px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
}

.ipv-ui-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4em;
}

@media only screen and (max-width: 768px) {
    .ipv-ui-container:not(.ipv-ui-container--keep-columns) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.ipv-ui-container--flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25em;
}
.ip-ui-child button[type="submit"] {
    color: var(--wppd-accent-text);
    background-color: var(--wppd-accent-background);

    font-size: 18px;
    font-weight: 500;
    border: 0 none;
    cursor: pointer;
    padding: 12px 24px;
    transition: filter 0.1s ease-out;
}
.ip-ui-child button[type="submit"]:hover {
    filter: saturate(0.85);
    color: #ffffff;
}
.ip-ui-child button[type="submit"]:disabled {
    background-color: #d1ccc0;
    color: #ffffff;
}

.group-zero,
.group-one,
.group-two,
.group-three {
    background: rgb(250, 250, 250);
    padding: 1em;
}

.group-one,
.group-two,
.group-three {
    display: none;
}

.ipv-ui-arrows {
    background: radial-gradient(
        circle at 18.7% 37.8%,
        rgb(250, 250, 250) 0%,
        rgb(225, 234, 238) 90%
    );
    border-top: 2px groove #ffffff;
    padding: 1em;

    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 500;
}
.ipv-ui-arrows [role="status"] {
    color: #000000;
}

#navLeft {
    display: inline-block;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #000000;
    border: none;
    cursor: pointer;
    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
#navRight {
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--wppd-accent-background);
    color: var(--wppd-accent-text);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 10%);

    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.nav-group {
    width: fit-content;
}

.error {
    outline: 2px solid red !important;
    background-color: #ffebeb;
}

#selected-address {
    font-weight: 700;
    font-size: 18px;
}

#stepInfo {
    visibility: hidden;
}
@media only screen and (max-width: 768px) {
    #stepInfo,
    .ai-circle-chevron-right-fill {
        display: none;
    }
}

.ipv-ui-breadcrumbs {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
    margin: 2em 0;
}
.ipv-ui-breadcrumb {
    font-size: 18px;
    opacity: 0.42;
}
.ipv-ui-breadcrumb.active {
    font-size: 22px;
    opacity: 1;
    color: var(--wppd-accent-background);
}

@media only screen and (max-width: 768px) {
    .ipv-ui-container {
        grid-gap: 0;
    }

    .ipv-ui-form input,
    .ipv-ui-form select,
    .ipv-ui-form button {
        width: 100%;
    }

    .ipv-ui-hide-on-mobile {
        display: none;
    }

    .ipv-ui-arrows {
        justify-content: center;
        gap: 1em;
    }

    .ipv-ui-breadcrumb {
        font-size: 14px;
    }
    .ipv-ui-breadcrumb.active {
        font-size: 14px;
    }
}

#loader {
    width: 100%;
    margin: 2em auto;
}

.fake-loader-container {
    background: #ccc;
    height: 20px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.fake-loader-progress-bar {
    width: 0%;
    height: 100%;
    background: var(--wppd-accent-background);
    position: absolute;
}

.fake-loader-progress-bar.fake-loader-active {
    background-image: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 20px,
        rgba(0, 0, 0, 0) 20px,
        rgba(0, 0, 0, 0) 40px,
        rgba(0, 0, 0, 0.3) 40px,
        rgba(0, 0, 0, 0.3) 60px
    );
    background-size: 60px 20px;

    animation: animatedBackground 40s linear infinite;
}

.fake-loader-progress-indicator {
    width: 100%;
    height: 100%;
    padding-top: 1px;
    text-align: center;
    position: absolute;
    color: #fff;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0;
    }
}

/**
 * Range slider (bedrooms, bathrooms, etc.)
 */
.wppd-range-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    align-items: center;
    margin: 2em 0;
}
.wppd-range-container input[type="range"] {
    padding-left: 0;
    padding-right: 0;
    accent-color: var(--wppd-accent-background);

    -webkit-appearance: none;
    appearance: none;
    height: 12px;
    border-radius: 48px;
    background: #d3d3d3;
    outline: none;
    flex-basis: 50%;
}
.wppd-range-container span {
    line-height: 1;
    color: var(--wppd-accent-text);
    padding: 0.5em 0.5em 0.5em 1em;
    border-radius: 16px 4px 4px 16px;
    background-color: var(--wppd-accent-background);
    font-size: 14px;
}

.wppd-range-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--wppd-accent-background);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

#measurement-transform {
    display: block;
    font-size: 15px;
    color: gray;
    margin: 0.5em 0;
}
