body {
  font-size: 1em;
  font-weight: 300;
  font-family: 'Archivo', sans-serif;
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  width: 94%;
  position: relative;
}

#full-width-head-bg {
  min-height:76px;
}

main {
  min-height: 500px; /* adjust based on actual content */
}

#alljobContainer::before {
  content: '';
  width: 100%;
  min-height:400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /* Ensures background is behind content */
}

#singlejobContainer::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: url('background.png');*/
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: auto;
  z-index: -1;
  /* Ensures background is behind content */
}

.max-width-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  /* Ensure no padding unless necessary */
  box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Archivo', sans-serif;
  font-weight: 450;

}

h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.7rem;
}

h2 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

h3 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.7rem;
}

h5 {
  padding-top: 2px;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.uk-form-width-msmall {
  width: 159px;
}

b {
  font-weight: bold;
}

a {
  text-decoration: underline;
}

.uk-breadcrumb {
  font-size: 6px;
  margin: 1px 1px 1px 1px;
}

.uk-breadcrumb a {
  text-decoration: none;
}

.uk-a {
  text-decoration: underline;
}

.uk-badge-industry {
  background-color: #f6f7f8;
  border-radius: 4px 4px 4px 4px;
  padding: 10px;
  margin: 10px 10px 10px 10px;
  font-size: 14px;
  color: #000000;
}

.uk-badge-occupation {
  background-color: #f6f7f8;
  border-radius: 4px 4px 4px 4px;
  padding: 10px;
  margin: 10px 10px 10px 10px;
  font-size: 14px;
  color: #000000;
}

.uk-icon-button {
  background-color: transparent;
}

#filters {
  min-height: 102px;
}

/* Default fallback size */
#faq-container {
  min-height: 76px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  /* Ensure no padding unless necessary */
  box-sizing: border-box;
}

.uk-accordion-content {
  overflow: hidden;
  transition: max-height 0.3s ease;
}


/* === Sticky Share Button at the Bottom === */
.qr-sticky {
  position: fixed;
  bottom: 0px;
  /* Stick near the bottom */
  left: 50%;
  transform: translateX(-50%);
  /* Center horizontally */
  background: rgb(0, 0, 0);
  color: white;
  padding: 5px 18px;
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
  opacity: .55;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  transition: background 0.2s;
}

.qr-sticky:hover {
  background: #000000;
  opacity: 1;
}


/* Hide QR Code by Default */
.qr-hidden {
  display: none;
}

.qr-wrapper {
  position: relative;
  display: inline-block;
}

.qr-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  pointer-events: none; /* Allows clicking through */
}

/* Hide watermark on hover or tap */
.qr-wrapper:hover .qr-overlay,
.qr-wrapper:active .qr-overlay {
  opacity: 0;
}

@page {
  size: auto;
  /* Use default print size */
  margin: 0 0 0 15px;
  /* Remove margins */
}

/* Show QR Code on Print */
@media print {

  body {
    font-size: 12px;
    /* Reduce font size */
    margin: 0;
    padding: 0;
  }

  .qr-hidden {
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 15px;
    /* Push it to the right */
    width: fit-content;
  }

  .pin {
    display: none !important;
  }

  .print-btn,
  .qr-sticky {
    /* Hide buttons and elements on print */
    display: none;
  }

  .applyblock {
    display: none !important;
  }

  .uk-tooltip, 
  .uk-icon-button,  /* Hides social share buttons */
  .no-print {       /* Add this class to any other elements you want to hide */
      display: none !important;
  }

  #logodiv,
  #naviconsdiv,
  #breadcrumbdiv,
  #streetdiv,
  #bottomapplydiv,
  #nearbydiv,
  #reportdiv,
  #creditsdiv {
    display: none !important;
  }

}


.qr-wrapper {
  position: relative;
  display: inline-block;
}

.qr-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  pointer-events: none; /* Allows clicking through */
}

/* Hide watermark on hover or tap */
.qr-wrapper:hover .qr-overlay,
.qr-wrapper:active .qr-overlay {
  opacity: 0;
}

#buttonShare {
  background-color: #444B52; /* Dark Charcoal */
  color: #F8F9FA; /* Very Light Gray */
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  /* Rounded corners */
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

/* Hover Effect */
#buttonShare:hover {
  background-color: #565E67; /* Medium Charcoal */
  color: #FFFFFF; /* Pure White */
}

/* Optional: Add an icon */
#buttonSharen::before {
  content: "🔗";
  /* Link/Share icon */
  font-size: 18px;
}

#userLocation {
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
}

.jobblock {
  /*display:inline-flexbox;
  float:left;
  overflow: auto; */
  width: 95%;
  border-style: solid;
  border-color: #d9dee2;
  border-radius: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 10px;
}

.titleblock {
  float: left;
  overflow: auto;
  min-width: 33%;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.infoblock {
  float: left;
  overflow: auto;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  min-height: 150px;
  background-color: #f6f7f8;
  border-radius: 10px 10px 10px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px;
}

.applyblock {
  overflow: auto;
  width: fit-content;
  min-height: 150px;
  height: 100%;
  background-color: #f6f7f8;
  border-radius: 10px 10px 10px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px;
}

.actions {
  float: left;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;

}

.affirmative {
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  padding-left: 0px;
  color: #107e3e;
  display: inline;
}

.affirmative2 {
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  padding-left: 15px;
  color: #107e3e;
  display: inline;
}

.property {
  font-family: 'Archivo', sans-serif;
  font-weight: 450;
  display: inline;
}


.pin {
  float: left;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 18px;
  height: 18px;
  background-color: #FF0000;
  border-radius: 60px 60px 0px 60px;
  position: relative;
  transform: rotate(45deg);
  display: inline;

}

.pin::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #222;
  position: absolute;
  left: 26%;
  top: 26%;
  border-radius: 60px;

}

.pinsmall {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 16px;
  height: 16px;
  background-color: #FF0000;
  border-radius: 8px 8px 0px 8px;
  /* Proportional radius */
  position: relative;
  transform: rotate(45deg);
  display: inline-block;
}

.pinsmall::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #222;
  position: absolute;
  left: 25%;
  top: 25%;
  border-radius: 50%;
  /* Circular pseudo-element */
}



.traits {
  padding-left: 25px;
}

/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {
  #primary {
    width: 67%;
  }

  #secondary {
    width: 30%;
    margin-left: 3%;
  }
}

/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
  #primary {
    width: 100%;
  }

  #secondary {
    width: 100%;
    margin: 0;
    border: none;
  }
}

.buttonApply {
  color: #ffffff;
  background-color: #2a792d;
  border: 1px solid transparent;
}

.buttonApply:hover,
.buttonApply:focus {
  color: #ffffff;
  background-color: #1c651e;
  border: 1px solid transparent;
}

.buttonApply:active {
  color: #ffffff;
  background-color: #1b5e20;
  border: 1px solid transparent;
}

.shareJob {
  float: left;
  width: fit-content;
  margin-top: 5px;
  margin-left: 0px;
}

.hidden-checkbox {
  display: none;
}

.hidden {
  display: none;
}