/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#signup-submit-main .signup-submit-label, #login-submit-main .login-submit-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#signup-submit-main .kk-signup-spinner, #login-submit-main .kk-login-spinner {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, currentColor 28%, transparent);
  border-top-color: currentColor;
  animation: kk-login-spin 0.7s linear infinite;
  box-sizing: border-box;
}
@keyframes kk-login-spin {
  to {
    transform: rotate(360deg);
  }
}
#signup-submit-main:disabled, #login-submit-main:disabled {
  opacity: 0.92;
  cursor: wait;
}
#signup-submit-main .kk-signup-spinner, #login-submit-main .kk-login-spinner {
  border: 2px solid rgba(95, 28, 140, 0.25);
  border-top-color: #5f1c8c;
}
