html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  zoom: 75%;
}

div.header-container {
  background-color: var(--color-secondary-800);
  padding: 14px 80px;
}

div.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: var(--color-secondary-800);
  max-width: 1290px;
  margin: 0 auto;
}

a.logo {
  max-height: 44px;
}

div.logo-brand-contry {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

.company-chip {
  color: #3EB318;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: var(--color-primary-800);
  padding: 4px;
}

.nav-container-links {
    display: flex;
    height: stretch;
    justify-content: center;
    align-items: center;
}

div.logo-container ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

div.logo-container ul li {
  /*padding: 10px;*/
}

div.logo-container ul li a {
  color: var(--color-primary-main);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 6px 12px;
}

div.logo-container ul li a.button-menu-header.hire-now-btn {
    padding: 10px;
    font-size: 16px;
}

li.nav-separator.right {
    border-right: solid 2px var(--color-primary-500);
}

.button-menu-header {
  border-radius: 12px;
  background: var(--color-primary-500);
  color: var(--color-secondary-800) !important;
}

div.login-container {
  background: linear-gradient(0deg, rgba(31, 36, 46, 0.50) 0%, rgba(31, 36, 46, 0.50) 100%), url(../../img/2025/login/logo_banner.jpg) lightgray 50% / cover no-repeat;
  height: 697px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

div.login-contant {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

div.login-container form {
  display: flex;
  width: 738px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 24px;
  background: rgba(52, 59, 75, 0.30);
  backdrop-filter: blur(100px);
}

h1.title-login-section {
  color: #FFF;
  text-align: center;
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 920px;
  text-align: center;
}

h1.login-title {
  color: var(--color-secondary-50);
  font-size: var(--font-size-38);
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

a.register-link,
a.register-link:visited {
  color: var(--color-primary-400);
  font-size: var(--font-size-38);
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

div.credentials-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  align-self: stretch;
}

.t-row-container:has(button[type="submit"]) {
  flex-direction: row;
  justify-content: end;
}

button[type="submit"].t-button-normal.t-button-light {
  width: 220px;
}

div.actions-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

div.recover-password-container {
  width: 100%;
  text-align: left;
}

a.recover-passord-link {
  font-size: var(--font-size-16);
  color: var(--color-primary-400);
  font-weight: 600;
  line-height: 24px;
}

.credentials-container .password-toggle-icon {
  cursor: pointer;
}

.credentials-container .password-toggle-button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

section.job-posting-section,
section.candidate-search-section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 30px;
}

section.candidate-search-section {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

div.job-posting-benefits-container,
div.candidate-search-benefits-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 548px;
}

h2.title-section {
  color: var(--color-secondary-800);
  font-size: var(--font-size-60);
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  height: 75px;
  align-self: stretch;
}

div.job-posting-cards-container,
div.candidate-search-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

div.benefits-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--color-secondary-800);
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}

div.benefits-card span.title {
  color: var(--color-secondary-800);
  font-size: var(--font-size-28);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

div.benefits-card p.content {
  color: var(--color-secondary-800);
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

img.job-posting-logo,
img.candidates-search-logo {
  width: 548px;
  height: 538px;
  min-width: 548px;
  min-height: 538px;
  background-color: lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

h2.candidate-search-title {
  text-align: right;
  height: fit-content;
}

div.candidate-search-cards-container {
  flex-direction: row-reverse;
}

section.advertise-with-us-section {
    background: var(--color-secondary-900);
    /*background-image: url('../../img/2025/login/advertise-with-us-section-background.png');*/
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 44px 10px;
}

.advertise-with-us-section--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1290px;
    margin: 0 auto;
}

div.contact-info-container {
    display: flex;
    width: 410px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    color: #fff;
    font-size: var(--font-size-18);
    font-weight: 600;
    line-height: 24px;
}

.contact-info-container--section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

div.content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

div.content-container span.title {
  font-size: var(--font-size-18);
}

div.content-container span.content {
  font-size: 16px;
}

.ti-location-white {
  min-width: 16px;
}

form.advertise-with-us-form {
  display: flex;
  width: 739px;
  height: fit-content;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 24px;
  background: rgba(52, 59, 75, 0.30);
  backdrop-filter: blur(100px);
}

form.advertise-with-us-form h2 {
  color: var(--color-secondary-50);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

div.payment-message-gt-container {
  width: 357px;
  height: 388px;
  border-radius: var(--Scale-600, 24px);
  background: rgba(62, 179, 24, 0.60);
  box-shadow: 0 59px 16px 0 rgba(255, 255, 255, 0.00), 0 38px 15px 0 rgba(255, 255, 255, 0.01), 0 21px 13px 0 rgba(255, 255, 255, 0.05), 0 9px 9px 0 rgba(255, 255, 255, 0.09), 0 2px 5px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(11.25px);
  padding: 20px 16px;
  max-width: 328px;
}

p.payment-message-gt {
  color: #FFF;
  font-size: var(--font-size-28);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.payment-gt-logo {
  background: url(../../img/2025/login/payment-logo-gt.png) -129.645px -149.559px / 192.365% 251.468% no-repeat;
  box-shadow: -70px 43px 23px 0 rgba(117, 63, 0, 0.00), -45px 27px 21px 0 rgba(117, 63, 0, 0.01), -25px 15px 18px 0 rgba(117, 63, 0, 0.05), -11px 7px 13px 0 rgba(117, 63, 0, 0.09), -3px 2px 7px 0 rgba(117, 63, 0, 0.10);
  width: 271.483px;
  height: 207.676px;
  aspect-ratio: 271.48/207.68;
  position: absolute;
  bottom: -35px;
  right: -5px;
}

span.payment-message-gt--credit-card {
  font-weight: 600;
}

span.payment-message-gt--salesman {
  font-size: var(--font-size-24);
  font-weight: 600;
}

form.advertise-with-us-form > div.t-row-container:last-of-type {
  justify-content: flex-end;
}

footer#global-footer {
  /*height: 430px;*/
  padding: var(--Scale-1000, 44px) var(--Scale-1350, 80px);
  background: #242A36;
}

footer div.footer-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 1290px;
  margin: 0 auto;
}

footer#global-footer  div.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin: 0;
  width: 100%
}

footer#global-footer div.container div.footer-column,
footer#global-footer div.container ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
  align-items: flex-start;
}

footer#global-footer div.container h4 {
  text-transform: uppercase;
  color: #FFF;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

footer#global-footer div.container a {
  color: #FFF;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

footer#global-footer div.container a.t-icon {
  width:30px;
  height: 30px;
}

div.separador-footer {
  height: stretch;
}

footer#global-footer .footer-sister-companies {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Scale-400, 16px);
  width: 100%;
}

footer#global-footer .footer-sister-companies__label {
  color: var(--Neutral-0, #FFF);
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

footer#global-footer .footer-sister-companies__logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

footer#global-footer .footer-sister-companies__logos a {
  display: flex;
  align-items: center;
}

footer#global-footer .footer-sister-companies__logos img {
  height: 45px;
  width: auto;
  object-fit: contain;
}

div.copyright-container {
  background-color: #171C24;
  color: var(--color-primary-main);
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: fit-content;
  padding: 14px var(--Scale-1350, 80px); 
}

.footer-bottom {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
}

div#app-footer,
div#app-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.copyright-message {
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#contact-form-feedback.contact-form-success { color: #3eb318; }
#contact-form-feedback.contact-form-error   { color: #d32f2f; }

.salary-index-link {
  color: var(--color-primary-200) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}