/*
Theme Name: OEUK
Theme URI: 
Description: OEUK
Version: 1.0
Author: OEUK
*/


.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.uacf7-step.step-content button.uacf7-prev,
.uacf7-step.step-content button.uacf7-next,
.btn-z {

    -webkit-appearance: none;
    -moz-appearance: none;

    width: 560px;
    max-width: 100%;
    margin: auto;
    display: inline-block;
    border: none;
    padding: 28px 30px;
    margin: 0;
    text-decoration: none;
    background-color: #3A67B1;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.4s ease-in-out, transform 0.4s 

}

.step-content > p {text-align: center;}
.uacf7-step.step-content button.uacf7-prev {display: none!important;}
.uacf7-step.step-content button.uacf7-prev:hover,
.uacf7-step.step-content button.uacf7-prev:focus,
.uacf7-step.step-content button.uacf7-next:hover,
.uacf7-step.step-content button.uacf7-next:focus,
.btn-z:hover,
.btn-z:focus {
    background-color: var(--color-purple);
}

.uacf7-step.step-content button.uacf7-prev:focus,
.uacf7-step.step-content button.uacf7-next:focus,
.btn-z:focus,
.btn-z:focus {
    scale: 1.02;
}

.uacf7-step.step-content button.uacf7-prev:active,
.uacf7-step.step-content button.uacf7-next:active,
.btn-z:active,
.btn-z:active{
    transform: scale(1.02);
}





.uacf7-step.step-content.step-start button.uacf7-prev,
.uacf7-step.step-content.step-end button.uacf7-next,
.uacf7-step.step-content.step-end span.uacf7-ajax-loader {
    display: none !important
}

.uacf7-step span.uacf7-ajax-loader.is-active {
    visibility: visible
}

.uacf7-step.step-content button.uacf7-next {
    //float: right;
}

.uacf7-step.step-content.step-start button.uacf7-next {
    float: none;
}

.steps-form .steps-row {
    display: table-row;
}

.steps-form .steps-row:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
}

.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    border-radius: 50%;
    margin-top: 0;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    position: relative;
}

.steps-form .steps-row .steps-step .btn-circle img {
    /*    border-radius: 50% !important;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.uacf7-btn-default {
    color: #fff;
    background-color: transparent !important;
}

.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
    color: #000;
    background-color: transparent !important;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.steps-form .steps-row .steps-step .btn-circle:hover,
.steps-form .steps-row .steps-step .btn-circle:focus,
.steps-form .steps-row .steps-step .btn-circle:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

.btn.btn-circle.uacf7-btn-default:not(.uacf7-btn-active) {
    /*pointer-events: none*/
}

.progressbar-style-1.steps-form .steps-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.progressbar-style-1.steps-form .steps-row .steps-step {
    text-align: center;
    position: relative;
}

.progressbar-style-1.steps-form .steps-row .steps-step:last-child {
    border-right: 0
}

.progressbar-style-1.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
    display: none;
}

/* .progressbar-style-1.steps-form .steps-row .steps-step .btn-circle {
	width: 100%;
	border-radius: 0px;
} */
.progressbar-style-1 .uacf7-btn-default {
    color: #444;
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
    transform: inherit;
    box-shadow: none;
    opacity: 1;
    border-color: #00A19A;
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active:hover {
    box-shadow: none;
    color: #fff
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:hover,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:focus,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:active{
    box-shadow: none;
    opacity: 1;
    color: #000!important;
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle img {
    display: none;
}

.progressbar-style-1.steps-form .steps-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 0;
    row-gap: 0;
    justify-content: center;
}

.progressbar-style-1.steps-form .steps-row .steps-step {
    border-bottom: 4px solid #eee;
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle {
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    outline: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 0;
    color: #000;
    opacity: 0.3;
    display: block;
    border-bottom: 4px solid transparent;
    transition: border-color 0.4s, opacity 0.4s;
    margin-bottom: -4px;
}

.progressbar-style-1 .steps-step .uacf7-btn-active {
    background: transparent !important;
}

.progressbar-style-1 .steps-step .uacf7-btn-active {
    color: #000 !important;
}

.progressbar-style-1.steps-form .steps-row::before {
    display: none;
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
    .steps-form .steps-row {
        display: inline-block;
    }

    .steps-form .steps-row .steps-step {
        float: left;
        padding: 1px 4px;
    }

    .progressbar-style-1 .steps-step {
        padding: 0 !important;
    }

    .steps-form .steps-row::before {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}


@media (max-width: 600px) {
    .progressbar-style-1.steps-form .steps-row .steps-step .btn-circle {
        font-size: 18px;
    }
}



.form-inner-sm {
    max-width: 580px;
    margin: auto;
    margin-top: 60px;
}


.form-inner-md {
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
}