@keyframes fadeInUp {
0% {
transform: translateY(100%);
opacity: 0;
}
100% {
transform: translateY(0%);
opacity: 1;
}
}
@keyframes blurFadeIn {
0% {
opacity: 0;
filter: blur(20px);
}
100% {
opacity: 1;
filter: blur(0);
}
}
@keyframes blurFadeOut {
0% {
opacity: 1;
filter: blur(0);
}
100% {
opacity:0;
filter: blur(20px);
}
}
.fadeInUp { animation: fadeInUp 0.32s forwards; }
body.single-listing .brxe-nav-nested .nav_link_inventory,
body.page-inventory .brxe-nav-nested .nav_link_inventory { } body.wp-singular :where(.brxe-form) .form-group .form-group-error-message {
background-color: #d1d4db;
color: #414a57;
padding: 15px;
width: 100%;
border-radius: 3px;
padding-right: 6px;
font-size: 0.8em;
} .progress-bar {
width: 100%;
height: 16px;
background: #fff;
position: relative;
margin-bottom: 16px;
border-radius:3px;
box-shadow: 2px 2px 0 rgb(0 0 0 / 8%), inset -2px -2px 0 rgba(0,0,0,0.08);
}
.progress-bar span {
display: block;
height: 100%;
width: 0%;
background: #b20b00;
transition: width 0.3s ease-in-out;
min-width: 5%;
border-radius:3px;
box-shadow: inset 0 -3px 0 rgb(255 37 37), 0 2px 0 rgba(0,0,0,0.14);
} .button-progress {
background-color: #b20b00;
color: #fff;
}
button.button-progress.prev {
background-color: #272727;
color: #e1e1e1;
text-shadow: 1px 1px 0 #0000009c;
}
button[type="submit"] {
background-color:#ffd60a;
color:#000;
}
.button-progress, button[type="submit"] {
padding: 10px 15px;
border: none;
cursor: pointer;
line-height: 1;
border-radius: 4px;
text-shadow: 1px 1px 0 rgb(0 0 0 / 37%);
font-family: "DM Sans", Sans-serif;
font-weight: 700;
font-size: 1.2em;
box-shadow:2px 2px 0 rgba(0,0,0,0.18), inset -2px -3px 0 rgba(255,255,255,0.18), inset 4px 3px 0 rgba(0,0,0,0.12);
}
.button-progress:hover {
opacity: 1;
background-color:#fff7d2;
}
button.button-progress.prev:hover { background-color:#4b4b4b; }
button.button-progress.next:hover,
button[type="submit"]:hover { background-color:#dd0e00!important; } .nav-container {
width: 100%;
display: flex;
justify-content: flex-start;
gap:10px;
margin-top:20px;
}
.form-group:has(span[data-split]) { display:none; }
.form-output {
background-color: #f1f1f1;
margin-top: 20px;
padding: 20px;
border-radius: 3px;
box-shadow: 2px 2px 0 rgb(0 0 0 / 7%);
display:none;
}
.message.success {
background-color: #f1f2f4;
color: #000000;
position: absolute;
left: 50%;
top: 50%;
max-width: 300px;
padding: 20px;
margin-left: -150px;
margin-top: -100px;
border-radius:6px;
box-shadow: 4px 4px 0 rgba(0,0,0,0.2);
animation: 0.9s fadeInUp;
} body.wp-singular .bricks-pagination ul.page-numbers > li > a,
body.archive .bricks-pagination ul.page-numbers > li > a { background-color: #dadde2; text-shadow:1px 1px 0 rgba(255,255,255,0.8); } body.wp-singular .bricks-pagination ul.page-numbers i,
body.archive .bricks-pagination ul.page-numbers i { color:#666; }
body.wp-singular .bricks-pagination ul.page-numbers > li,
body.body.archive .bricks-pagination ul.page-numbers > li { box-shadow:2px 2px 0 rgba(0,0,0,0.12); border-radius:4px; }
body.wp-singular .bricks-pagination ul.page-numbers li span.current,
body.archive .bricks-pagination ul.page-numbers li span.current { color:#fff!important; text-shadow:1px 1px 0 rgba(0,0,0,0.6)!important; }
body.wp-singular .bricks-pagination ul.page-numbers li a:hover,
body.archive .bricks-pagination ul.page-numbers li a:hover {
background-color:#ACB4BE; color:#fff!important;
text-shadow:1px 1px 0 rgba(0,0,0,0.2);
border-color:#6e7787!important;
}
body.wp-singular .bricks-pagination ul.page-numbers > li > a:hover i,
body.archive .bricks-pagination ul.page-numbers > li > a:hover i { color:#fff; }