.spinner_wrapper{display:none;height:28px;margin:50px auto;width:28px}.spinner_wrapper.enabled{animation:fade-in-spinner .5s ease;display:flex}.spinner_wrapper.large{height:50px;width:50px}.spinner_wrapper.small{height:18px;margin:0;width:18px}.spinner_wrapper g{stroke-width:5px;stroke-linecap:round;stroke:rgba(var(--theme-rgb-color-primary,89,89,89),.8)}.spinner_wrapper g.variants{stroke:#f56932cc}.spinner_wrapper g.variants.variant_success{stroke:#93bc56cc}.spinner_wrapper line{animation:spin-spinner .8s ease infinite;opacity:.35}.spinner_wrapper line:first-child{animation-delay:0s}.spinner_wrapper line:nth-child(2){animation-delay:.0666666667s}.spinner_wrapper line:nth-child(3){animation-delay:.1333333333s}.spinner_wrapper line:nth-child(4){animation-delay:.2s}.spinner_wrapper line:nth-child(5){animation-delay:.2666666667s}.spinner_wrapper line:nth-child(6){animation-delay:.3333333333s}.spinner_wrapper line:nth-child(7){animation-delay:.4s}.spinner_wrapper line:nth-child(8){animation-delay:.4666666667s}.spinner_wrapper line:nth-child(9){animation-delay:.5333333333s}.spinner_wrapper line:nth-child(10){animation-delay:.6s}.spinner_wrapper line:nth-child(11){animation-delay:.6666666667s}.spinner_wrapper line:nth-child(12){animation-delay:.7333333333s}@keyframes spin-spinner{0%{opacity:.35}25%{opacity:1}to{opacity:.35}}@keyframes fade-in-spinner{0%{opacity:0}to{opacity:1}}.spinner_container.loading{display:flex;flex-direction:column;height:100%;justify-content:center}.signup_popup_root *{box-sizing:border-box}.signup_popup_root .new_design_variant .badge{margin:0}.modal_layout .modal_header button.close{background-color:initial}