/** FONTS */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    background: #ffffff !important;
    font-family: "Poppins";
    margin: 0;
    min-height: 100vh;
    box-sizing: inherit;
    /* padding-bottom: 200px; */
}

#app {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ad-section-header {
    padding: 50px 0;
    width: 100%;
    text-align: center;
}

main {
    width: 100%;
}

.btn-login {
    background-color: #ffa200;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

.text-bold {
    font-weight: 600;
}

.dashboard-container {
    font-family: "Poppins";
    margin: 50px;
}

#logo {
    width: 160px;
}

#nav .nav-link {
    color: #727272 !important;
    font-size: 1em !important;
    line-height: 20px;
    font-weight: 300 !important;
    text-decoration: none;
}

#nav .nav-link.active {
    color: #0f638e !important;
}

.link {
    color: #727272 !important;
    font-size: 1em !important;
    line-height: 20px;
    font-weight: 300 !important;
    text-decoration: none;
}

.blue-button {
    padding: 15px;
    color: #ffffff;
    font-weight: 300;
    font-size: 1em;
    background-color: #104c6c;
    border-radius: 0;
}

.blue-bg {
    background-color: #104c6c;
}

.blue-text {
    color: #104c6c;
}

.light-bg {
    background-color: #f7f7f8;
}

#footer-container {
    max-width: 1920px;
}

#footer-logo {
    filter: brightness(0) invert(1);
    width: 160px;
}

.white-divider {
    border-bottom: solid white 1px;
}

.divider-or {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-or::before,
.divider-or::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
    margin: 0 10px;
}
.featured-companies .featured-logo {
    filter: brightness(0) invert(1);
}

.feature-find-button {
    margin-top: 20px;
    background-color: #ffffff;
    color: #104c6c;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
}

.feature-employer {
    font-family: "Poppins";
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 100px;
    margin-top: 200px;
}

.girl {
    height: 480px;
}

#search-container {
    max-width: 1920px;
}

.subtle-label {
    color: #646771;
    font-size: 1em;
    font-weight: 300;
    background-color: #f7f7f8;
    padding: 10px;
}

.header-text {
    color: #000000;
    font-size: 3em;
    line-height: 72px;
    font-weight: 700;
}

.highlight {
    background: url(../images/banner/Highlight.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
}

.search-input {
    padding: 10px !important;
    border: solid 1px #1489b8 !important;
}

.divider {
    display: none;
}

.search-button {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.2em;
    background-color: #104c6c;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
}



.count-box {
    height: 200px;
}

.shape {
    z-index: -1;
}

.application-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.application-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: solid 2px #8e8e8e;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.application-box .job-title h2 {
    text-decoration: underline;
}

.circle {
    left: 70px;
    top: -130px;
}

.square {
    left: 850px;
    top: 80px;
}

.arc {
    bottom: -100px;
    left: 170px;
}

.triangle {
    bottom: 150px;
    left: 800px;
}

.circle-login {
    left: 20px;
    top: 20px;
}

.square-login {
    left: 380px;
    top: 40px;
}

.arc-login {
    top: 300px;
    left: 40px;
}

.triangle-login {
    top: 250px;
    left: 380px;
}

.job_details_banner {
    position: relative;
    width: 100%;
    height: 250px;
    padding: 30px 130px;
    font-family: "Poppins";
    color: #ffffff;
    border-radius: 20px;
    background-color: #0d4d6c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

footer {
    font-family: "Poppins";
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 400px; */
    padding: 50px 150px;
    background-color: #104c6c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

@media (max-width: 768px) {
    br {
        display: none;
    }

    .feature-employer {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 560px) {
    
    .search-box {
        width: 400px;
        height: 260px;
    }

    .input-main-container {
        width: 100%;
    }

    .search-icon {
        width: 10%;
    }

    .search-input-container {
        width: 90%;
    }

    .search-button {
        width: 100%;
        text-align: center;
        padding: 8px;
    }
}

.login-container {
    max-width: 100%; /* Adjust width as needed */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    background-color: #fff; /* White container */
}
#login-logo {
    width: 160px;
}

.custom-input-text {
    background-color: transparent;
    border: solid 1px #646771;
    border-radius: 5px;
    font-weight: 300;
    font-size: 1em;
    line-height: 20px;
    padding: 10px 10px;
    margin: 10px 0;
    width: 100%;

    /* position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; */
}

.input-group .custom-input-text {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin: 0;
}

.login-button {
    margin-top: 20px;
}

.login-btn {
    background-color: #104c6c;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 300;
    font-size: 1em;
}

.login-google {
    margin-top: 25px;
    position: relative;
    font-family: "Poppins";
    font-size: 1em;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #212123;
    border: solid 1px #212123;
    border-radius: 5px;
    padding: 10px;
}

.login_google_anchor {
    text-decoration: none;
}

.google_login_icon {
    position: absolute;
    width: 20px;
    left: 10px;
}

.login-girl {
    transform: scaleX(-1);
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}

.login-header-banner {
    z-index: 3;
    position: relative;
}

.pointer {
    cursor: pointer;
}

.edit-field-container {
    z-index: 99999;
    background-color: #00000069;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0;
    animation: slideFromRight 0.5s ease-in-out;
    display: none;
    padding: 20px;
}

.edit-profile-container {
    background-color: #f3f5f7;
    max-width: 500px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 20px;
}

.skill-pill {
    font-size: 1rem;
    font-weight: medium !important;
}

.result-banner {
    min-height: 420px;
    background: url(../images/results_bg.jpg);
    background-size: cover;
}

.result-view a {
    width: 90px;
    font-weight: 300;
    font-size: 0.9em;
    color: #ffffff;
    padding: 5px 10px;
    background-color: #104c6c;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.badge-grey {
    font-weight: 300;
    font-size: 0.8em;
    color: #000000;
    padding: 5px;
    background-color: #f7f7f8;
    border-radius: 5px;
    margin-right: 5px;
}

.cp_overview_cover {
    width: 100%;
}

.cp_overview_logo {
    margin-top: 20px;
}

.star {
    fill: #ffa200;
}

.star-svg {
    width: 1em;
    height: 1em;
}

.cp_overview_nav {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 50px;
    border-bottom: solid 2px #ffffff;
    font-family: "Poppins";
}

.cp_overview_nav > .cp_overview_nav_link {
    margin-right: 16px;
}

.cp_overview_nav > .cp_overview_nav_link:hover {
    color: #0d4d6c;
}

.cp_overview_nav > .cp_overview_nav_link.active {
    color: #0d4d6c;
    border-bottom: solid 2px #0d4d6c;
}

.inline-links {
    /* width: 200px; */
    margin-top: 20px;
    font-family: "Poppins";
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inline-links-link {
    font-weight: bold;
}

.inline-links-link a {
    text-decoration: none;
}

.inline-links div {
    margin-right: 10px;
}

.cover-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
