body {
    background-color: #000;
  }

  .parent_div{
    overflow: hidden !important;
  }
  
  .form-div {
    background-color: #121212;
    color: white;
    font-family: "Arial", sans-serif;
    overflow-x: hidden;
  }
  
  /* Header styles */
  .Header_loginRegisterBtnInactive__Y_62L, .Header_loginRegisterBtn__Uvp5l:hover {
    border: 2px solid #f5c82f !important;
    color: #f5c82f !important;
    background: #000 !important;
  }
  
  .Header_loginRegisterBtn__Uvp5l {
    background: #f5c82f !important;
    color: #000 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    padding: .4rem 1.5rem !important;
    border-radius: 1.6rem !important;
  }
  
  .Header_header__MwWvM {
    background-color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  
  *,
  *:after,
  *:before {
    box-sizing: border-box;
  }
  
  .Header_nav____I21 {
    max-width: 78vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  
  .Header_logo__V9h3K {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  
  a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  
  .Header_logo__V9h3K:hover {
    color: #f5c82f;
  }

  .auth_overMediaLogos__4WpDm {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}

.auth_overJobsLabel__FqUHR {
    color: #fff !important;
    font-weight: bolder;
    font-size: xx-large;
    text-align: center;
    margin-top: 5%;
}
 

.auth_overMediaLogos__4WpDm {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}



.auth_overSpansDivs__kIcWr {
    justify-content: start;
    align-items: flex-start;
}


.auth_dontHaveLabel__x4srY {
    color: #fff !important;
    opacity: 1;
}

.auth_overSpansDivs__kIcWr, .auth_overSpans__N544_ {
    flex-direction: column;
    align-content: center;
    text-align: center !important;
    font-weight: bolder;
}

.auth_overSpansDivs__kIcWr {
    justify-content: start;
    align-items: flex-start;
}

.auth_dontHaveLabel__x4srY {
    color: #fff !important;
}

  button {
    font-family: inherit;
    border-radius: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    -webkit-appearance: button;
  }
  
  button:not(:disabled) {
    cursor: pointer;
  }
  
  .Header_links__stV4Z {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  
  .Header_link__suN3m {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    padding: .5rem 1rem;
    transition: all .2s;
  }
  
  .Header_link__suN3m.Header_active__v7PU5,
  .Header_link__suN3m:hover {
    color: #f5c82f;
    border-bottom: 3px solid #f5c82f;
  }
  
  .Header_loginRegisterContainer2__XDcDE {
    display: none;
  }
  
  .Header_loginRegisterBtnInactive__Y_62L {
    border: 2px solid #f5c82f;
    color: #f5c82f;
    background: #000;
    font-weight: 500;
    cursor: pointer;
    padding: .4rem 1.5rem;
    border-radius: 1.6rem;
  }
  
  .Header_loginRegisterBtnInactive__Y_62L:hover {
    background: #f5c82f;
    color: #000;
  }
  
  .Footer_footerTop__4L6uE {
    color: white;
    padding: 0 7rem;
  }
  
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .Header_hamburger__cFKPe {
    display: none;
  }
  
  .Header_loginRegisterContainer2__XDcDE {
    display: flex;
    gap: 10px;
  }
  
  .Header_links__stV4Z.open {
    display: flex;
  }
  
  .Header_links__stV4Z.open + .Header_loginRegisterContainer2__XDcDE {
    display: flex;
  }

  

  @media screen and (max-width: 1440px) {
    .Footer_footerTop__4L6uE {
        padding: 0 2rem;
    }
}




  
  /* Mobile and Tablet styles */
  @media (max-width: 768px) {

    .js-cookie-consent .cookie-consent__message {
      font-size: 16px;
      color: #fff !important;
      margin-right: 20px;
      text-wrap: unset;
      flex-grow: 1;
      margin-bottom: 4px !important;
      font-size: 14px;
  }

    .auth_overMediaLogos__4WpDm {
        margin-left: 15% !important;
        gap: 0px !important;
    }

    .auth_overSpansDivs__kIcWr{
        font-size: 18px !important;
    }

    .Footer_footerTop__4L6uE{
        padding: 0px !important;
    }

    .Footer_footerBottom2__bw2d4{
        padding: 0px 7rem !important;
    }

    .auth_overJobsLabel__FqUHR{
        margin-left: 3% !important;
    }

    .auth_overJobsLabel__FqUHR {
        color: #fff !important;
        font-weight: bolder;
        font-size: 24px !important;
        text-align: center;
        margin-top: 5%;
    }


    .Footer_footerTop__4L6uE {
        padding: 0 !important;
    }

    .Footer_footer__OYoYH {
        padding: 0 2.5rem;
    }

    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .Header_links__stV4Z {
      display: none !important;
      flex-direction: column;
      width: 100%;
      gap: 10px;
    }
  
    .Header_loginRegisterContainer2__XDcDE {
      flex-direction: column;
      width: 100%;
      gap: 10px;
      display: block;
    }
  
    .Header_hamburger__cFKPe {
      font-size: 1.5rem;
      background: none;
      border: none;
      color: white;
      cursor: pointer;
    }
  
    .Header_hamburger__cFKPe:hover {
      color: #f5c82f;
    }
  
    .Header_linksClosed__20dyc {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
  
    .Header_links__stV4Z {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #000;
      flex-direction: column;
      gap: 0;
      padding: 2rem 0;
      text-align: center;
      z-index: 100;
      transition: all .3s ease-in-out;
    }

    
  
    .Header_linksOpen__DysjP {
      display: flex;
      visibility: visible;
      opacity: 1;
      border-radius: 1rem;
    }

    .Header_linksOpen__stV4Z {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #000;
        flex-direction: column;
        gap: 0;
        padding: 2rem 0;
        text-align: center;
        z-index: 100;
        transition: all .3s ease-in-out;
        display: block !important;
      }
  
  
    .logo h1 {
      font-size: 48px;
    }
  
    .logo-container {
      gap: 30px;
      margin-left: -30px;
      font-size: 26px;
    }
  
    .form-container {
      padding: 30px !important;
    }
  
    .logo img {
      width: 40px;
      height: 40px;
    }
  
    nav {
      padding: 0 0rem;
    }
  
    .loginRegisterContainer {
      display: none;
    }
  }

  @media (min-width: 480px) and (max-width: 992px) {
  
    .Footer_footerTop__4L6uE {
      padding: 2rem 0 0 0 !important;
  }
  }

  
  @media (min-width: 0px) and (max-width: 479px) {

    .Header_header__MwWvM{
      padding: 0 5px !important;
    }
    
    .logo-container {
        display: none !important;
      }
    
    .Footer_footerBottom2__bw2d4 {
        padding: 0 !important;
    }
    .Footer_footer__OYoYH {
        padding: 0 1.5rem;
    }
    
    .Header_nav____I21 {
      max-width: 100% !important;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
  }
  
}
  /* Footer styles */
  .Footer_footerBottom2__bw2d4 {
    padding: 0 7rem;
  }
  
  .Footer_footerBottom__hxQt3 {
    /* padding: 3rem !important; */
    background-color: #111;
}


  
  .Footer_logoSection__LvUgE {
    max-width: 180px;
  }
  
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

  .Footer_logoSection__LvUgE .Footer_address__a9mBY {
    font-size: .875rem;
    line-height: 1.5;
  }
  
  .Footer_list__mJ128 {
    list-style: none;
    padding: 0;
  }
  
  .Footer_list__mJ128 li {
    margin-bottom: .5rem;
  }
  
  .Footer_list__mJ128 li a {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
    font-size: .875rem;
  }
  
  .Footer_footer__OYoYH .Footer_list__mJ128 li a:hover {
    color: #facc15;
  }
  
  .Footer_heading__cx0ft {
    color: #facc15;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .Footer_footerBottom__hxQt3 .Footer_socialIcons__ATjeL {
    display: flex;
    gap: 1rem;
  }
  
  .Footer_footerBottom__hxQt3 .Footer_socialIcons__ATjeL a {
    transition: color .3s;
  }
  
  .Footer_footerBottom__hxQt3 .Footer_socialIcons__ATjeL a:hover {
    color: red !important;
  }
  
  input {
    background-color: #1c1c1c;
    border: 1px solid #353333;
    color: #fff;
    outline: none;
  }
  
  input::placeholder {
    color: #4c4945;
  }
  
  input::-webkit-input-placeholder {
    color: #4c4945;
  }
  
  .bodyLogo h1 {
    color: #ffd700;
    font-size: 64px;
  }
  
  .bodyLogo p {
    margin-top: -10px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
  }
  
  .form-container {
 
    margin: auto;
    background-color: #1c1c1c;
    padding: 60px;
    border-radius: 10px;
  }
  
  .btn-primary {
    background-color: #ffd700;
    border: none;
    color: black;
  }
  
  .btn-primary:hover {
    background-color: #ffc300;
  }
  
  .social-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
  }
  
  .social-btn img {
    width: 40px;
    height: 40px;
  }
  
  .formInput {
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
}
  
  .textareaFormInput {
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #353333;
    outline: none;
    color: #fff;
  }
  
  /*cookie css*/

  .js-cookie-consent div > div > div {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

  .js-cookie-consent {
    width: 100% !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    font-family: "Arial", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Ensures left alignment for text and right for button */
    padding: 18px 20px;
    background-color: #1c1c1c;
    color: #fff;
  }
  
  .js-cookie-consent .cookie-consent__message {
    font-size: 16px;
    color: #fff !important;
    margin-right: 20px; 
    flex-grow: 1;
    white-space: nowrap; 
    margin-bottom: 0px !important;
  }
  
  .js-cookie-consent button {
    color: #000;
    background: #ffd700;
    font-family: "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 10px;
    transition: 0.5s;
    padding: 10px 20px;
    border: none;
    white-space: nowrap; /* Prevents text wrapping */
  }
  
  .js-cookie-consent .cookie-consent__message p {
    margin: 0; /* Ensure no default margins */
  }
  
  .p-2.rounded-lg.bg-yellow-100 {
    background-color: #faf8ff !important;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
  }
  
  .mx-auto {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  
  .bg-yellow-100{
    padding: 2px !important;
  }

  .js-cookie-consent .cookie-consent__message {
    font-size: 16px;
    color: #fff !important;
    margin-right: 20px;
    text-wrap: unset;
    flex-grow: 1;
    /* white-space: nowrap; */
    margin-bottom: 4px !important;
    font-size: 14px;
}