#wrapper {
  min-height: 100vh;
}

thead tr th {
  font-family: 'Rogan', sans-serif !important;
}

@font-face {
  font-family: 'Rogan';
  src: url("../static/fonts/Rogan-Regular-BF654c4a9481d1b.877e24a18b23.otf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rogan-Light';
  src: url("../static/fonts/Rogan-Light-BF654c4a94a942a.f26663c129a2.otf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rogan-Bold';
  src: url("../static/fonts/Rogan-Bold-BF654c4a94709f5.86b51c1b71d2.otf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Rogan', sans-serif !important;
}

.fs-rogan {
  font-family: 'Rogan', sans-serif;
}

.fs-rogan-ligth {
  font-family: 'Rogan-Light', sans-serif;
}

.fs-rogan-bold {
  font-family: 'Rogan-Bold', sans-serif;
}

.blank-square {
  border-radius: 0.25rem !important;
  height: 6mm;
  width: 4.5mm;
  border: 1px solid #212529 !important;
  display: inline-block;
  margin-bottom: 0px !important;
}

.option-square {
  border-radius: 0.25rem !important;
  border: 1px solid #212529 !important;
  display: inline-block;
  margin-bottom: 0px !important;
  padding: 0px 3px;
  text-align: center;
}

.field-label {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  font-family: 'Rogan-Bold', sans-serif;
}

.reduced-font-size {
  font-size: 0.8rem;
}

.highlighted-row {
  background-color: rgb(230, 230, 230);
  border-radius: 0.25rem !important;
}

.legal-consent-terms {
  font-size: 0.60rem;
  text-align: justify;
  text-justify: inter-word;
}

hr {
  margin: 10px 0px;
}

.select2-container--default {
  width: 100% !important;
}
.select2-container .select2-selection--single { 
  height: 38px !important;
}

@media (max-width: 600px) {
  #page-content-wrapper {
    flex-grow: 1 !important;
  }
}

@media print {

  #wrapper {
    margin: 70px 50px !important;
    background-color: var(--bs-white) !important;
  }

  #print-info {
    display: block !important;
  }

  .hide-on-print {
    display: none !important;
  }

  .table-breaked {
    page-break-before: auto;
  }

  .no-border {
    border: none !important;
  }

  .footer-repeat {
    display: table-footer-group;
  }
}

/* === Ironmark Cards Styles === */
.ironmark-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.ironmark-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.ironmark-image {
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

.ironmark-image:hover {
  transform: scale(1.05);
}

.ironmark-placeholder {
  height: 120px;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
}

.ironmark-card .card-header {
  border-bottom: 2px solid #dee2e6;
}

.ironmark-card .card-title {
  font-weight: 600;
}

@media (max-width: 768px) {
  .ironmark-image {
    max-height: 100px;
  }
  
  .ironmark-placeholder {
    height: 100px;
  }
}