html, body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}


.button1 {
    background-color: #091f40;
    color: white;
    font-size: 20px !important;
    padding: 12px 24px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    vertical-align: middle;
  }
  
  .button1:hover {
    background-color: #e4001e; 
    color: white;
  }

.button1:active,
.button1:focus {
  background-color: #091f40;
  outline: none;
}

.button1:focus-visible {
  outline: 2px dashed #091f40;
}
  .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center horizontally */
  gap: 16px; /* Add space between buttons */
  margin-top: 20px; /* Optional spacing above */
}
  
  .spinner {
    border: 3px solid #55565a;         
    border-top: 3px solid #e4001e;        
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
    display: none;                    
    vertical-align: middle;
    margin-left: 8px;
  }
  
  @keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.fontSizePrice {
  font-size: 18px !important; 
  margin-top: 8px; 
  font-weight: bold;
}

.labelBig {
  font-size: 18px;
}

.entitylist thead th:nth-child(1),
.entitylist tbody td:nth-child(1) {
    display: none !important;
}

.fontSizeInfo {
  font-size: 20px; 
  margin-top: 14px;
}

/*.summaryTxt {
  width: 100%;
  font-size: 18px; 
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: bold;
} */

.imgAttributes {
  width: 100%;
  max-width: 450px;
  /*height: 350px;*/
  height: auto;
  display: block;
  margin-bottom: 10px;
}

/* Responsive heading */
h2 {
  width: 100%;
  text-align: center;
  color: var(--portalThemeColor1);
  padding: 0 15px;
}
 
.summaryTxt {
  width: 100%;
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: bold;
}

/* Make buttons wrap and center */
.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

/* Stack buttons on small screens */
@media (max-width: 767px) {
  .button1 {
    width: 100% !important;
    text-align: center;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}

.entitylist {
  overflow: visible !important;
  max-height: none !important;
  /* min-width: 600px; Ensures table scrolls horizontally if needed */
  width: 100%;
  overflow-x: auto;
   /*border-collapse: collapse;*/
}


.entitylist-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 16px;
}

.entitylist-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}



.entitylist th,
.entitylist td {
  padding: 8px;
  word-break: break-word;
  white-space: normal;
  text-align: left;
}

@media (max-width: 767px) {
  .entitylist {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .entitylist table {
    width: 100%;
    display: table;
  }

  .entitylist th,
  .entitylist td {
    font-size: 14px;
    padding: 6px;
  }
}

@media (max-width: 767px) {
  .columnBlockLayout {
    min-width: 0 !important;
    width: 100% !important;
  }
}

.flex-wrap-mobile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
}

@media (max-width: 767px) {
  .flex-wrap-mobile {
    flex-direction: column;
  }

  .flex-wrap-mobile > div {
    width: 100% !important;
  }

  .imgAttributes {
    width: 100% !important;
    height: auto !important;
  }
}



@media (max-width: 767px) {
  .columnBlockLayout {
    min-width: 0 !important;
    width: 100% !important;
  }
}

#ifvuk {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#record-container {
  width: 80%;
  max-width: 100%;
  box-sizing: border-box;
}

.image-options-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: flex-end;

}

.image-option {
  flex: 1 1 300px;
  max-width: 100%;
  text-align: left;
  margin-top: 30px;
}

.image-option img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 2px solid #041e41; /* You can adjust thickness and color */
  border-radius: 6px; /* Optional: adds rounded corners */
  padding: 4px;       /* Optional: space between image and border */
}
.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .fixed-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }

  .button1 {
    width: 100%;
    text-align: center;
  }
}

#image-container {
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #image-container {
    background-size: contain;
    min-height: 200px;
  }
}

/* Default for desktop */
.responsive-text {
  color: #ffffff!important; 
}

/* For mobile devices */
@media (max-width: 768px) {
  .responsive-text {
    color:  #000000!important;
  }
}

.responsive-status-text {
  font-weight: bold;
  font-size: 18px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .responsive-status-text {
    color: #000000!important;
  }
}

/* Desktop styles */
@media (min-width: 769px) {
  .responsive-status-text {
    color: #ffffff!important; 
  }
}

.siteTitle {
  font-size: 32px; /* default size for desktop */
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Make title smaller on mobile */
@media (max-width: 768px) {
  .siteTitle {
    font-size: 20px!important;
  }
}