body { font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } body, #smooth-wrapper { background:inherit !important; } #smooth-wrapper { flex:1; min-height: 400px; box-shadow: 0px 3px 5px 0px black; } #smooth-content { z-index:1; } #brx-content { z-index:1; } html.is-changing #smooth-wrapper:before { content: ""; width: 48px; height: 48px; border: 5px solid #FFF; border-bottom-color: var(--bricks-color-cnstvx); border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite; top: 50%; position: absolute; left: 50%; transform: translate(50%, -50%); } #brx-content .brxe-image { border-radius: 10px; box-shadow: 1px 1px 5px -2px black; } @keyframes rotation { 0%, 100% { transform: translate(50%, -50%); } 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px);  } to { opacity: 1; transform: translateY(0);  } } .fade-in-up { opacity: 0;  animation: fadeInUp 0.8s ease-out forwards; } .grecaptcha-badge { visibility: visible; z-index: 1; }