header.container-holder {
    display: flex;
    justify-content: center;
    background-color: #e3e7fa;
    padding: 20px 0;
    position: relative;
    margin-top: 0;
    z-index: 101;
}

header .header-container {
    width: 100vw;
    max-width: 1500px;
    z-index: 2;
}

header .header-notifications {
    padding-right: 0px !important;
}

header .inner .header-notifications-dropdown {
    position: absolute;
    top: 70px;
    border-radius: 19px;
}

header .inner .simplebar-scroll-content {
    overflow-y: auto;
    min-width: 100% !important;
}

header .inner .mark-as-read {
    background-color: #f2f2f2 !important;
    color: #888 !important;
}
header .inner .header-notifications-button.ripple-effect.button-sliding-icon {
    background: #dcb05c !important;
}

header .inner .mark-as-read:hover {
    background-color: #dcb05c !important;
}

header .inner .simplebar-track.vertical {
    height: 90px;
}

header .inner {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* background-color: #e3e7fa; */
    position: relative;
    z-index: 2;
}

header .logo-holder img {
    width: 200px;
    max-height: 100px;
    object-fit: contain;
}

header .user-avatar {
    box-shadow: 0px 3px 6px #00000029;
    margin-right: 15px;
}

header .inner.without-container {
    /* background-color: #e3e7fa; */
      background-color: #F4F4F4;
}

.candidate header .inner.without-container {
    z-index: 100;
    position: relative;
    background-color: unset;
}

header .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    background-color: #ffffff;
    border-radius: 26px;
    letter-spacing: 0px;
    color: #2f556e;
    height: 66px;
    margin-left: 20%;  
}

.header-employer{
    margin-left: 4% !important;  
}

.container-holder.header-employer {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-menu-candidate {
    margin-left: 5% !important;  
}

.header-menu-guest {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    background-color: transparent !important;
    border-radius: 26px;
    letter-spacing: 0px;
    color: #2f556e;
    height: 66px;
    /* margin-left: 443px; */
}

#postJob{
    margin-left:20px;
}

header .header-menu .item:not(:last-child) {
    margin-right: 20px;
}

header .header-menu .item {
    font-weight: 700;
    font-family: "greycliff-cf";
    line-height: initial;
}

header .header-menu .item a {
    flex: 0 0 50%;
    text-decoration: none;
    letter-spacing: 0px;
    color: #2f556e;
}

header .header-menu .item a:hover {
    cursor: pointer !important;
}

header .header-menu .item .icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .dropdown .display-name {
    display: flex;
    align-items: center;
}

header .dropdown .display-name .item:not(:last-child) {
    margin-right: 5px;
}

header .dropdown .display-name span:not(:last-child) {
    margin-right: 5px;
}

header .dropdown .content {
    width: 432px;
    display: none;
    z-index: 100;
}

header .dropdown .content .group {
    display: flex;
    align-items: center;
}

header .dropdown .content .group:not(:last-child) {
    margin-bottom: 14px;
}

header .dropdown {
    position: relative;
}

header .post-job-btn:hover {
    color: white !important;
}

header .post-job-btn img {
    margin-right: 15px;
}

header .actions-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right:0px;
    z-index: 0;
}

header .actions-holder button:not(:last-child) {
    margin-right: 25px;
}

header .actions-holder .avatar-holder,
.mobile-menu .avatar-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    padding: 12px;
    border-radius: 100%;
    background: #DCB05C 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 25px;
    color: #ffffff;
}

.sign-in-btn a{
    color:#5199C9;
}
 
header .actions-holder .sign-in-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: bold;
    font-size: 15px;
    font-family: "greycliff-cf";
    color: #5a5a5a;
}

header .actions-holder .sign-in-btn:hover {
    background-color: transparent;
    cursor: pointer;
}

header .actions-holder .sign-up-btn {
    background: #dcb05c;
    font-family: "greycliff-cf";
}

header .actions-holder .enployer-btn {
    background: #5199c9;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: "greycliff-cf";
}

header .actions-holder .enployer-btn svg {
    margin-left: 35px;
}

header .mobile-actions-holder {
    display: none;
}

header .dropdown.active .content {
    top: 60px;
    position: absolute;
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 19px;
    animation: dropDownAnimation 300ms ease-in-out forwards;
}

/* Mobile Menu */
header .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #e3e7fa 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    /* opacity: 0.87; */
    z-index: 101;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    /* animation: topToBottomAnimation 400ms ease-in-out forwards; */
    overflow: scroll;
}

header .mobile-menu.active {
    display: block !important;
}

header .mobile-menu .content {
    margin: 44px 0px;
}

header .mobile-menu .header-row .image-holder {
    width: 167px;
}

header .mobile-menu .header-row .image-holder img {
    z-index: 2;
    width: 100%;
}

header .mobile-menu .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .mobile-menu .header-row .actions-holder {
    display: flex;
}

header .inner .actions-holder .link,
header .mobile-actions-holder .link,
header .mobile-menu .header-row .actions-holder .link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 9px;
    background-color: #5199c9;
    border-radius: 100%;
    margin-right: 10px;
}

header .mobile-menu.candidate .header-row .actions-holder .link {
    background-color: #dcb05c !important;
}

header .mobile-menu .auth-links .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

header .mobile-menu .auth-links .sign-in {
    display: flex;
    align-items: center;
}

header .mobile-menu .auth-links .sign-in a {
    color: #2F556E;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

header .mobile-menu .auth-links .employer-btn {
    background: #5199C9;
    padding: 13px 15px;
    border-radius: 15px 0 0 15px;
    right: -20px;
    position: relative;
    display: flex;
    align-items: center;
}

header .mobile-menu .auth-links .employer-btn .text {
    display: block;
    color: #FFF;
    font-weight: 700;
    margin-right: 30px;
}

header .mobile-menu .auth-links .employer-btn .arrow {
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
}

header .mobile-menu .auth-links .sign-up {
    background: #DCB05C;
    border-radius: 14px;
    padding: 5px 15px;
    margin-bottom: 20px;
    box-shadow: 0px 14px 60px #8d7af54d;
}

header .mobile-menu .auth-links .sign-up a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #DCB05C;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
}

header .mobile-menu .account-submenu {
    background: #FFF;
    border-radius: 14px;
    box-shadow: 0px 14px 60px #8d7af54d;
    margin-bottom: 25px;
    padding: 25px 18px;
}

header .mobile-menu .account-submenu .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .mobile-menu .account-submenu .header > div {
    display: flex;
    align-items: center;
}

header .mobile-menu .account-submenu .header .avatar-image {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 13px;
}

header .mobile-menu .account-submenu .header .name {
    color: #2F556E;
    font-size: 18px;
    font-weight: 700;
}

header .mobile-menu .account-submenu .header a {
    color: #2F556E;
    font-size: 14px;
}

header .mobile-menu .account-submenu .drop-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
}

header .mobile-menu .account-submenu .drop-links a {
    display: flex;
    align-items: center;
}

header .mobile-menu .account-submenu .drop-links a:not(:last-child) {
    margin-bottom: 15px;
}

header .mobile-menu .account-submenu .drop-links a img {
    margin-right: 12px;
    width: 28px;
    height: auto;
}

header .mobile-menu .account-submenu .drop-links a span {
    color: #2F556E;
    font-size: 18px;
}

header .mobile-menu .saved-jobs-button {
    background: #DCB05C;
    margin-bottom: 25px;
    border-radius: 15px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
}

header .mobile-menu .saved-jobs-button h5 {
    flex: 0 0 calc(100% - 27px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: initial;
}

header .inner .actions-holder .link img,
header .mobile-actions-holder .link,
header .mobile-menu .header-row .actions-holder .link img {
    /* width: 100%; */
}

header .inner .actions-holder .link .number,
header .mobile-actions-holder .link .number,
header .mobile-menu .header-row .actions-holder .link .number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0px;
    color: #2f556e;
    padding: 8px;
}

header .inner .actions-holder.candidate .link,
header .mobile-actions-holder.candidate .link {
    background-color: #dcb05c;
}

header .mobile-actions-holder.candidate #mobile-menu-btn {
    background-color: transparent;
}

header .mobile-actions-holder.candidate #mobile-menu-btn img {
    width: 40px;
}

header .mobile-menu #close-menu-btn {
    color: #2f556e;
    font-size: 34px;
    margin-left: 15px;
}

header .mobile-menu #close-menu-btn:hover {
    cursor: pointer;
}

header .mobile-menu .box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 14px 20px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 14px 60px #8d7af54d;
    border-radius: 14px;
}

header .mobile-menu .box:not(:last-child) {
    margin-bottom: 22px;
}

header .mobile-menu .box .icon-holder {
    height: 100%;
}

header .mobile-menu .box .icon-holder img {
    width: 33px;
}

header .mobile-menu .box .title-holder {
    width: 100%;
    display: flex;
    justify-content: center;
}

header .mobile-menu .box .title-holder .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2f556e;
    text-align: center;
}

header .mobile-menu .box.post-job,
header .mobile-menu .box.get-started {
    background-color: #5199c9;
}

/* header .mobile-menu .box.post-job, */
header .mobile-menu .box.candidate-get-started {
    background-color: #e7b260;
}

header .mobile-menu .box.post-job .title,
header .mobile-menu .box.get-started .title {
    color: #ffffff;
}

header .mobile-menu .job-links-holder .job-links {
    display: none;
    flex-direction: column;
    padding: 30px 26px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 14px 60px #8d7af54d;
    border-radius: 14px;
    margin-bottom: 22px;
}

header .mobile-menu .job-links-holder .job-links.active {
    display: flex;
}

header .mobile-menu .job-links-holder .job-arrow-holder.active svg {
    /* transition: 300ms linear all; */
    overflow: hidden;
    transition-duration: 0.4s;
    transition-property: transform;
    transform: rotate(180deg);
}

header .mobile-menu .job-links-holder .job-links .link {
    display: flex;
    align-items: center;
}

header .mobile-menu .job-links-holder .job-links .link .icon-holder {
    display: flex;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background: #ecf0f1 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 10px;
    margin-right: 20px;
}

header .mobile-menu .job-links-holder .job-links .link .text-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
}

header .mobile-menu .job-links-holder .job-links .link .text-holder .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2f556e;
}

header .mobile-menu .job-links-holder .job-links .link .text-holder .title {
    font-size: 14px;
    letter-spacing: 0px;
    color: #2f556e;
    line-height: 10px;
    margin-top: 10px;
    font-weight: 500;
}

header .mobile-menu .job-links-holder .job-links .link:not(:last-child) {
    margin-bottom: 14px;
}

header .header-menu .link {
    display: flex;
    align-items: center;
}

header .header-menu .link .icon-holder {
    display: flex;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background: #ecf0f1 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 10px;
    margin-right: 10px;
}

header .header-menu .link .text-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
}

header .header-menu .link .text-holder .title {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    color: #2f556e;
}

header .header-menu .link .text-holder .message {
    font-size: 10px;
    letter-spacing: 0px;
    color: #2f556e;
}

header .header-notifications-trigger {
    transform: none;
}

header .header-notifications-trigger a {
    /* top: unset; */
    display: flex;
    align-items: center;
}

header .candidate-username {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10ch;
    color: #5199c9 !important;
}

/* User Menu Small Nav */
header ul.user-menu-small-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 20px;
    /* top: 30px !important; */
    position: absolute;
    z-index: 9999999;
    background: white;
    left: 120px;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 19px;
    width: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

header ul.user-menu-small-nav .logout-btn-holder {
    position: absolute;
    display: flex;
    align-items: center;
    height: 30px;
    left: 0;
    bottom: -40px;
    width: 100%;
    padding: 0px 20px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

header ul.user-menu-small-nav li a {
    display: flex;
    align-items: center;
    font-weight: medium;
    font-size: 14px;
}

header .user-menu-small-nav .coins,
header .user-menu-small-nav .saved-jobs-candidate {
    margin-right: 0px !important;
    padding: 0px 10px !important;
}

header .user-menu-small-nav .coins .number,
header .user-menu-small-nav .saved-jobs-candidate h5 {
    width: 100% !important;
    text-align: center;
}

header .user-menu-small-nav .saved-jobs-candidate {
    width: 100% !important;
}

header .li-coins,
header .li-log-out {
    display: none;
}

ul.user-menu-small-nav.employer li a:hover {
    font-weight: bold !important;
    color: #2f556e !important;
}

header ul.user-menu-small-nav img {
    width: 20px;
    margin-right: 6px;
}

header .header-notifications.user-menu {
    margin-right: 20px;
}

header .header-notifications-dropdown:before {
    content: "";
    position: absolute;
    right: 43px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

header .box.job-links-btn::hover {
    cursor: pointer !important;
}

header .mobile-actions-holder .link.profile::hover {
    cursor: pointer !important;
}

header .coins {
    display: flex;
    align-items: center;
    height: 43px;
    background: #5199c9 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 0px 15px;
    margin-right: 15px;
    min-width: fit-content;
}

header .mobile-menu .coins {
    box-shadow: 0px 14px 60px #8d7af54d;
    border-radius: 14px;
    height: 60px;
    width: 100%;
    margin-bottom: 22px;
}

header .coins img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

header .coins span {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
}

header .mobile-menu .coins span {
    font-size: 18px;
}

header .coins .jobbri-text {
    padding-right: 10px;
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

header .mobile-menu .coins .jobbri-text {
    margin-right: 0;
    padding-right: 30px;
}

header .mobile-menu .coins .number {
    flex-grow: 1;
    text-align: center;
}

header.header-employer{
    padding: 20px 40px;
}

@keyframes dropDownAnimation {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes topToBottomAnimation {
    0% {
        height: 0;
    }

    100% {
        height: 100vh;
    }
}

@media (max-width:1750px){
    header .header-menu{  
    margin-left: 16%;
    }
    
    .header-menu-guest {
        /* margin-left: 304px; */
    }
}


@media (max-width: 1378px) {
    .header-notifications-trigger a {
        line-height: 16px !important;
    }
    .header-menu-candidate {
        margin-left: -2% !important;
    }
}


@media (max-width:1540px){
    header .header-menu{  
    margin-left: 10%;
    }

    .header-employer {
        margin-left: 1% !important;
    }

    .header-menu-guest {
        /* margin-left: 225px; */
    }

}

@media (max-width:1450px){
    header .header-menu{  
        margin-left: 7%;
    }

    header .logo-holder img{  
        width:150px;
    }

    .header-menu-guest {
        /* margin-left: 200px; */
    }

    .header-menu-candidate {
        margin-left: 1% !important;
    }
}

@media (max-width: 1500px) {
    .logo-holder{
        padding-left: 20px !important;
    }
}



@media (max-width:1380px){
    
    header .logo-holder img{  
        width:85px;
    }

    .logo-holder {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 1280px) {
    header .header-menu {
        margin-right: 18px !important;
    }
    .logo-holder {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .header-employer {
        margin-left: -2% !important;
    }
    .logo-holder {
        padding-left: 0px !important;
        /* margin-left: -46px !important; */
    }

    header .header-notifications.user-menu {
        margin-right: -8px;
    }
}

@media (max-width: 1300px) {
    header .candidate-username {
        max-width: 5ch;
    }
}

@media (max-width: 1200px) {

    header .candidate-username {
        max-width: 0ch;
    }

    header .header-menu {
        font-size: 13px !important;
    }

    header .header-menu button {
        font-size: 14px;
    }

    header .actions-holder {
        font-size: 14px;
    }



    header .actions-holder .avatar-holder {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin-right: 7px;
    }

    header .sign-up-btn {
        min-width: 80px;
        width: 80px;
        margin-right: 10px !important;
    }

    header .sign-in-btn {
        margin-left: 10px !important;
    }

    header .actions-holder button:not(:last-child) {
        font-size: 14px;
        margin-right: 15px;
    }

    header .actions-holder .enployer-btn {
        font-size: 14px;
    }

    header .actions-holder .enployer-btn svg {
        margin-left: 15px;
    }
}

@media (max-width: 1100px) {
    header.container-holder {
        padding: 0;
    }

    header .logo-holder {
        width: 30%;
        max-width: 30%;
        margin-left: 0 !important;
    }

    header .inner .logo-holder img {
        width: 100%;
        max-height: 100%;
    }

    header .mobile-menu {
        padding: 10px 20px;
    }

    header .mobile-menu .link {
        max-width: 75%;
        margin: 0 auto;
    }

    #post-job-btn{
        background-color: #5199C9;
    }

    #find-job-btn{
        background-color: #E7B260;
    }

    .title-last{
        color:white;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }



    header .mobile-menu .header-row .image-holder {
        width: 40%;
        max-width: 40%;
        padding: 0 20px;
    }

    header .inner {
        padding: 10px 20px 10px 20px;
        display: flex;
        justify-content: space-between;
    }

    header .logo-holder img {
        max-height: 80px;
    }

    header .actions-holder {
        display: none;
        margin-right: 30px;
    }

    header .header-menu {
        display: none;
    }

    header .mobile-actions-holder {
        display: flex;
    }

    header #mobile-menu-btn {
        background: transparent !important;
    }

    header .mobile-menu .link {
        max-width: 100%;
    }

    header .mobile-menu .job-links-holder .job-links .link {
        margin-left: 0px;
    }

    header .inner .actions-holder .link,
    header .mobile-actions-holder .link,
    header .mobile-menu .header-row .actions-holder .link {
        margin-right: 0px;
    }

    .header-notifications.active .header-notifications-dropdown {
        transform: scale(0.85);
    }

    header .link.profile {
        margin-right: 15px !important;
        padding: 0px !important;
        overflow: hidden !important;
    }

    .mobile-menu.guest .link.profile {
        background-color: transparent !important;
        width: unset;
        height: unset;
    }

    .mobile-menu.guest .link.profile img {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 960px) {
    header .inner .actions-holder .link,
    header .mobile-actions-holder .link,
    header .mobile-menu .header-row .actions-holder .link {
        margin-right: 10px;
    }
}

@media (max-width: 540px) {
    .mobile-menu.guest .link.profile img {
        width: 60px;
        height: 60px;
        margin-top: 5px;
    }

    header .inner {
        justify-content: flex-end;
    }

    header .link.non-avatar {
        width: 60px !important;
        height: 50px !important;
    }


    header .li-coins,
    header .li-log-out {
        display: block;
    }

    header .user-avatar {
        width: 45px;
        height: 45px;
    }

    header ul.user-menu-small-nav {
        left: 90px;
        transform: scale(1.2);
        top: 50px;
    }

    header .logout-btn-holder {
        display: none !important;
    }

    header .header-notifications.user-menu {
        margin-right: 10px;
    }

    header .mobile-actions-holder .header-widget{
        padding: 0px;
    }

    header .mobile-actions-holder .user-avatar,
    header .mobile-menu .user-avatar {
        margin: 0px;
    }

    header #mobile-menu-btn {
        background-color: transparent !important;
    }

    header .mobile-menu .user-menu-small-nav {
        top: -930px !important;
    }

    .header-menu-guest{
        display: none;
    }
}

@media(max-width:475px){
    header .logo-holder {
        width: 40% !important;
        max-width: 36% !important;
        margin-left: -21px;
    }
}

/* CANDIDATE STYLES */

body.candidate header .candidate-username {
    color: #5A5A5A !important;
}
