/* Custom CSS for Flexor Integration */

/* Fix for background image visibility */
body.fullscreen-centered {
  height: auto !important;
  min-height: 100vh;
}

#background-wrapper {
  min-height: 100vh;
  background-attachment: fixed !important;
  position: relative;
  padding: 20px 0 40px;
}

#content {
  position: relative;
  z-index: 2;
}

/* Panel styling */
.panel {
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  border: none;
  margin-bottom: 30px;
}

.panel-default {
  background-color: rgba(255,255,255,0.95);
}

.panel-heading {
  border-bottom: 1px solid #f0f0f0;
  background-color: transparent;
  padding-bottom: 15px;
}

.panel-title {
  font-weight: 600;
  color: #2c3e50;
}

/* Form styling */
.form-group {
  margin-bottom: 15px;
}

.input-group-addon {
  background-color: #f9f9f9;
}

.text-primary {
  color: #3498db !important;
}

.text-primary i {
  margin-right: 5px;
}

.btn-primary {
  background-color: #3498db;
  border-color: #2980b9;
}

.btn-primary:hover {
  background-color: #2980b9;
}

/* Make sure the header logo is visible */
.header {
  margin-bottom: 20px;
  text-align: center;
}

.navbar-brand {
  background-size: contain;
  background-position: center;
  height: 60px;
  margin: 0 auto;
  display: block;
}

/* Responsive fixes */
@media (max-width: 768px) {
  .col-sm-6.col-sm-offset-3 {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }

  .panel {
    margin-bottom: 20px;
  }
}

/* Fix for multi-step navigation */
.form-navigation {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.form-navigation button {
  padding: 8px 20px;
}

.step-indicator {
  margin-top: 15px;
}

/* Fix for checkbox alignment */
.checkbox {
  margin-top: 20px;
}
