/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url("/assets/navbar-308b3e39.css");
@import url("/assets/image_upload-59c74b6c.css");
@import url("/assets/template_css-7ad7fc90.css");
@import url("/assets/form-c93ccaa3.css");
@import url("/assets/glowing_selector-8c62de92.css");

#terms-condition-list {
  text-align: left;
}

.custom-god-card:has(.form-check-input:checked) {
  border-color: #0d6efd !important;
  background-color: #f0f7ff !important;
  box-shadow: 0 0 0 1px #0d6efd !important;
}

.custom-god-card:has(.form-check-input:checked) span {
  color: #0d6efd !important;
  font-weight: 600;
}

/* Make click boundary comfortable */
.custom-god-card {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* Structural selection lighting rules matching your theme */
.custom-bg-card:has(.form-check-input:checked) {
  border-color: #0d6efd !important;
  background-color: #f0f7ff !important;
  box-shadow: 0 0 0 1px #0d6efd !important;
}

.custom-bg-card:has(.form-check-input:checked) .ratio-a4 {
  border-color: #0d6efd !important;
}

.custom-bg-card:has(.form-check-input:checked) span {
  color: #0d6efd !important;
}

.custom-bg-card {
  cursor: pointer;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.custom-bg-card:hover {
  transform: translateY(-2px);
}