/* BEGIN - Your CSS styling starts here */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Dosis);



/*new CSS from pracBracket*/
#headline {
  padding-left: 10px; /* Adjust the value as needed */
}
.form-complete {
  background-color: #396;
  color: #ffffff;
}
.form-complete:hover {
  background-color: #2d8659;
  color: #ffffff;
}
.form-incomplete {
  background-color: #d1d1d1;
  color: #500000;
  border-color: #500000;
}
.form-incomplete:hover {
  background-color: #500000;
  color: #d1d1d1;
  border-color: #d1d1d1;
}
.first-button {
  margin: 0;
  border: 1px solid transparent;
  overflow: visible;
  background-color: #396;
  font: inherit;
  color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 8px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  text-transform: none;
  border-radius: 500px 0 0 500px; 
  background-origin: border-box;
}
.middle-button {
  margin: 0;
  border: 1px solid;
  overflow: visible;
  font: inherit;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 8px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  text-transform: none;
  border-radius: 0 0 0 0; 
  background-origin: border-box;
}
.last-button {
  margin: 0;
  border: 1px solid;
  overflow: visible;
  font: inherit;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 8px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  text-transform: none;
  border-radius: 0 500px 500px 0; 
  background-origin: border-box;
}
.custom-button {
  display: inline-block; /* Ensure the button size is respected */
  padding: 10px 20px; /* Adjust padding to make the button larger */
  border-radius: 8px; /* Rounded corners */
  background-color: white; /* White background */
  color: green; /* Green text */
  border: 2px solid green; /* Green border */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Drop shadow */
  text-align: center; /* Center text inside the button */
  text-decoration: none; /* Remove underline from the link */
  font-size: 16px; /* Increase font size if needed */
}

.custom-button:hover {
  background-color: #f9f9f9; /* Slightly different background on hover */
  color: darkgreen; /* Darker green text on hover */
  border-color: darkgreen; /* Darker green border on hover */
}
.first-button:hover {
  text-decoration: none;
  background-color: #2d8659;
  color: #ffffff;
  border-color: transparent;
} 
.container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.mem-personal-banner{
  margin-right: 8px;
  margin-bottom: 10px ;
}
.member-event-button{
  width: 230px; /* Adjust the width as needed */
  white-space: nowrap; /* Prevent text wrapping */
}
.margin-card{
  margin-bottom: 15px !important;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}
.uk-card{
  border-radius:10px;
}
.h1{
  line-height: 1.5;
}
.cards-border-highlight {
  display: flex;
  gap: 10px;
  padding: 5px;
}
.neon-border {
  /*box-shadow: 0 0 12px #39FF14, 0 0 20px #39FF14;*/
  outline: 4px solid #39FF14; 
  outline-offset: -4px;
  border-radius: 8px;
  transition: outline 0.3s ease, box-shadow 0.3s ease;
}
.wide-container {
  max-width: 1300px;
}

.custom-divider {
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  margin-left: 1em;
  margin-right: 1em;
  border: none;
}

.section-header {
  font-weight: bold;
  color: #217346;
  font-size: 1.1em;
  letter-spacing: 1px;
}

/* Override UIkit's heading-line to match the design */
.section-header.uk-heading-line {
  border-bottom: none;
  position: relative;
}

/* Remove any UIkit default line */
.section-header.uk-heading-line::before {
  display: none !important;
}

/* Override any UIkit border styles */
.section-header.uk-heading-line {
  border: none !important;
  border-bottom: none !important;
}

/* Member header wrapper for button positioning */
.member-header-wrapper {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-header-light {
  color: #6e6e6e;
  background-color: #dbdbdb;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
  letter-spacing: 1px;
  text-align: center;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2em 0.8em;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.status-pending {
  background: #ffe600;
  color: #222;
}
.status-review {
  background: #ffe600;
  color: #222;
}

/* Responsive Button Group: Horizontal on desktop, vertical on mobile */
@media (max-width: 639px) {
  .responsive-btn-group.uk-button-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .responsive-btn-group.uk-button-group .uk-button {
    border-radius: 30px !important;
    margin-bottom: 8px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .responsive-btn-group.uk-button-group .uk-button:last-child {
    margin-bottom: 0;
  }
}


/* END - Your CSS styling ends here */