@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');

:root {
  --color-primary: #029c8e;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Baloo Bhaijaan 2', sans-serif !important;
  min-height: 100vh;
  line-height: 1.5;
  margin: auto;
  background-color: #f2f4f6;
  position: relative;
}

label {
  font-weight: 600;
}

div:has(.signup-input) {
  margin-bottom: 1rem;
}

.signup-input {
  margin-bottom: 0.2rem;
}

.profile-picture {
  object-fit: cover;
  object-position: top;
}

.filter-container {
  width: 50%;
  height: 50%;
}

.footer {
  background: #f8f9fa;
  padding: 40px 0 20px;
  border-top: 1px solid #eee;
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.footer-text {
  color: #6c757d;
  font-size: 0.9rem;
  max-width: 300px;
}

.social-links {
  margin: 20px 0;
}

.social-link {
  color: #6c757d;
  margin-right: 20px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #0d6efd;
}

.footer-links {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #0d6efd;
}

.copyright {
  color: #6c757d;
  font-size: 0.85rem;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.employer-link {
  margin-left: 1rem;
}

.hidden {
  display: none !important;
}

.popup-bg {
  background-color: #00000044;
}

option:not(:first-of-type) {
  font-family: 'Baloo Bhaijaan 2', sans-serif !important;
}

@media (max-width: 84.375em) {
}

@media (max-width: 75em) {
}

@media (max-width: 62.5em) {
}

@media (max-width: 55em) {
}

@media (max-width: 35.625em) {
  .search-container {
    flex-direction: column;
    gap: 1rem;
  }

  .about-container {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .about-container img {
    align-self: center;
  }

  .jobs-container {
    flex-direction: column-reverse;
  }

  .filter-container {
    width: 100%;
  }

  .separator {
    display: none;
  }

  .job-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-link {
    display: none;
  }

  .profile-options {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 2.2rem;
  }

  .profile-options a i {
    color: rgb(255, 255, 255) !important;
    font-size: 1.4rem !important;
  }

  .profile-options img {
    width: 35px;
    height: 35px;
  }

  .employer-link {
    margin-left: 3rem !important;
  }

  .company-pic {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 29.6875em) {
}
