:root {
    --bgPattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%236c757d' fill-opacity='0.015'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");

    --bg: #f5f7fa;
    --text: #1e1e1e;
    --textSecond: #5C6670;
    --muted: #7c6f66;
    --border: #e7e5e7;

    --primary: #4361EE ;
    --primary-hover: #a6641d;

    --accent: #1f4fff ;
    --accentHover: #3A0CA3;

    --card-bg: #1e1e1e;
    --cart-bg2: #f0f2f5;
    --input-bg: #fffaf5;

    --badge: #f6e2ed;

    --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --shadowHover: 0 4px 50px rgba(0, 0, 0, 0.3);



    --fontLogo: 'Sora';
    --fontMain: 'Inter';

}



a {
    text-decoration: none;
}


.bg-persis1 {
    background-color: var(--bg);
    background-image: var(--bgPattern);
}



.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(50px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* stay on top */
}



/* HTML: <div class="loader"></div> */
.loader {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
     --c: linear-gradient(#5C6670 0 0);
     --m: radial-gradient(farthest-side,#5C6670 92%,#0000);
    background:
      var(--m) center               /24px 24px,
      var(--c) left 50% top    -40px/16px 32px,
      var(--c) left 50% bottom -40px/16px 32px,
      var(--c) top  50% left   -40px/32px 16px,
      var(--c) top  50% right  -40px/32px 16px;
    background-repeat: no-repeat;
    animation:
      l18-1 1.5s infinite,
      l18-2 1.5s infinite;
}
@keyframes l18-1 {
    30%,
    70% {background-position:
          center,
          left 50% top    calc(50% - 8px),
          left 50% bottom calc(50% - 8px),
          top  50% left   calc(50% - 8px),
          top  50% right  calc(50% - 8px)}
}
@keyframes l18-2 {
    0%, 40%   { transform: translate(-50%, -50%) rotate(0deg); }
    60%, 100% { transform: translate(-50%, -50%) rotate(90deg); }
}



.navbarHeader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 1420px;
    width: 99vw;
    background-color: var(--bg);
    transition: all ease-in-out 0.3s;
    border-bottom: 1px var(--border) solid;
    padding-bottom: 5px;
}



.navbarHeaderInner {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 5px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}


.navbarLogo {
    color: var(--text);
    font-family: var(--fontLogo);
    font-size: 2rem;
    font-weight: 700;
}


.navbarSearchBar {
    font-family: var(--fontMain);
    font-weight: 500;
    width: 450px;
    height: 35px;
    background-color: var(--cart-bg2);
    border: 1px var(--text) solid;
    color: var(--text);
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 7px;
    outline: none;
}


.navbarSearchBar::placeholder {
    font-family: var(--fontLogo);
    color: var(--textSecond);
    opacity: .8;
    font-size: .9rem;
}



.navbarButtons {
    margin-top: 4px;
}



.signinButton {
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--fontLogo);
    border: 2px var(--text) solid;
    margin-right: 10px;
}


.signinButton:hover {
    background-color: var(--text);
    border: 2px var(--text) solid;
    color: var(--bg);
}


.employerButton {
    background-color: var(--accentHover);
    border: 2px var(--accentHover) solid;
    color: var(--bg);
    font-family: var(--fontLogo);
}

.employerButton:hover {
    background-color: var(--accent);
    border: 2px var(--accent) solid;
    color: white;
}










.footerLeft {
    display: grid;
}


.footer {
    margin-top: 10.417vw;
    width: 100vw;
    height: 26.042vw;
    border-top: 2px var(--border) solid;
    padding: 4.688vw;
    padding-right: 7.813vw;
    padding-left: 7.813vw;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
}


.footerLogo {
    color: var(--text);
    font-family: var(--fontLogo);
    font-size: 2.5vw;
    font-weight: 700;
}


.footerSocialIcon {
    cursor: pointer;
    margin-right: 40px;
}



.footerCopyright {
    color: var(--textSecond);
    font-family: var(--fontMain);
    font-size: 0.833vw;
    font-weight: 500;
    margin-top: 10.417vw;
}






.footerRight {
    width: 31.25vw;
    padding-top: 1.563vw;

    display: flex;
    justify-content: space-between;
}


.footerUL {
    padding: 0;
    list-style: none;
}



.footerUlTitle {
    color: var(--text);
    font-family: var(--fontMain);
    font-weight: 700;
    font-size: 1vw;
}



.footerUlItems {
    color: var(--text);
    font-family: var(--fontMain);
    font-weight: 400;
    font-size: 0.833vw;
}