﻿.main-color-light {
    background-color: #e6f0f9;
}

.secondary-color-light {
    background-color: #FFF8EC;
}

.home-find {
    border-radius: 30px !important;
    margin-left: -12%;
    padding: 17px 19px !important;
    width: 96px;
}

.job-mover {
    transform: translateY(0.9875px) translateX(-2.58125px);
}

.apply-now {
    width: 100px;
}

.high {
    z-index: 99;
}

.main-color {
    color: #0969C3;
}

.popular-jobs {
    margin-top: 0px !important
}

.top-openings {
    display: flex;
    justify-content: end;
}

.burger-icon {
    position: absolute;
    width: 24px;
    height: 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 35%;
    right: 6%;
    z-index: 999999;
}

    .burger-icon > span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
    }

        .burger-icon > span.burger-icon-top {
            top: 2px;
        }

        .burger-icon > span::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #333;
        }

        .burger-icon > span::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #333;
        }

        .burger-icon > span.burger-icon-mid {
            top: 9px;
        }

        .burger-icon > span.burger-icon-bottom {
            bottom: 2px;
        }

.mobile-nav {
    background: rgb(255, 255, 255);
    padding: 75px 75px 50px 20px !important;
    position:absolute;
    right:0%;
    height:50vh;
}
    .mobile-nav li {
        margin-bottom: 7px;
        border-bottom: 1px solid #0969C3;
        width: 100%;
    }
    .mobile-nav li a {
        padding: 0px 10px;
        text-decoration: none;
        color: #4e566d;
        font-weight: 500;
        font-size: 16px;
    }

.mdi-eye-outline {
    background-color: transparent !important;
    border: none !important;
    position:absolute;
    right:3%;
}

.error {
    color: red;
    margin-top:15px
}
.pb-2p {
    padding-bottom: 2%;
}

@media (min-width: 991px) {
    .burger-icon {
        display: none
    }
}

@media (max-width: 576px) {
    .home-find {
        margin-left: 0;
    }

    .apply-job {
        margin-right: 32px;
    }
    .row .pxp-jobs-card-3 {
        max-width: 95% !important;
        margin:0 auto;
        margin-bottom:15px;
    }
    .row .search-jobs {
        max-width: 97% !important;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #5f6d79;
}