/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* Checkout form background override */
.guest_name_input,
.guest_name_input .guest_name_control .control-item input {
  background-color: #fff !important;
}

/* Category above tour title */
.item-tours .content-item .service-type-top {
  display: inline-block;
  margin-top: 15px;
  padding: 1px 1px;
  border-radius: 999px;
 
  color: #0b5ed7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Equal height tour cards */
.item-tour {
  display: flex;
}

.item-tour .item.item-tours {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.item-tour .item.item-tours .content-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.item-tour .item.item-tours .section-footer {
  margin-top: auto;
}


.st-checkout-page.style-2 .cart-info{
  background-color: #ffffff !important; /* your color */
}

.form-group.user-type{
  display: none !important;
}

#st-register-form .form-group.user-type,
#st-login-form .form-group.user-type,
#st-register-form .form-group:has(input[name="register_as"]),
#st-login-form .form-group:has(input[name="register_as"]),
#st-register-form .traveler-register-type-hidden,
#st-login-form .traveler-register-type-hidden {
    display: none !important;
}

/* Centered boxed login/signup layout for dedicated partner signup page */
.page-id-10724 .traveler-signup-shell {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.page-id-10724 .traveler-signup-shell .row {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-10724 .traveler-partner-signup-col {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  padding-left: 0;
  padding-right: 0;
}

.page-id-10724 .traveler-auth-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 28px 24px;
  margin: 16px auto 24px;
  width: 100%;
  max-width: 700px;
}

@media (max-width: 767px) {
  .page-id-10724 .traveler-auth-box {
    padding: 20px 14px;
    border-radius: 10px;
    margin: 12px auto 20px;
  }
}

.page-id-10724 .traveler-signup-box {
  position: relative;
}

.page-id-10724 .traveler-signup-loading {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.page-id-10724 .traveler-signup-loading.is-active {
  display: flex;
}

.page-id-10724 .traveler-signup-loading__spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(11, 94, 215, 0.18);
  border-top-color: #0b5ed7;
  border-radius: 50%;
  animation: traveler-signup-spin 0.8s linear infinite;
}

.page-id-10724 .traveler-signup-loading__text {
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
}

.page-id-10724 .register_form.is-submitting button[type="submit"] {
  opacity: 0.8;
}

@keyframes traveler-signup-spin {
  to {
    transform: rotate(360deg);
  }
}
