/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.stripe-border
{
	padding:0.75rem !important;
	background-color:#fff !important;
	border-radius:5px !important;
	border:1px solid #e6e6e6 !important;
	transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
}

.stripe-label
{
   font-size:14.88px !important;
   margin-bottom:4px !important;
   font-weight:400 !important;
   transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   color: #30313D !important; /* or match your UI theme */
}

.iti {
  width: 100%;
}

.iti input, .iti input[type=tel] {
  padding-left: 78px !important; /* Leaves space for flag */
}

/* Dropdown fix if hidden */
.iti__country-list {
  z-index: 9999 !important;
}

.invalid-feedback
{
	font-size:11px !important;
}

.stripe-form-group {
    margin-bottom: 16px;
  }

  .stripe-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #32325d;
    margin-bottom: 6px;
  }

  .stripe-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #32325d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccd0d5;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out;
  }

  .stripe-input:focus {
    border-color: #667eea;
    outline: none;
  }


#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-spinner {
  text-align: center;
}
