.tx-byggjobs-api .search-sec .dropdown-item {
    cursor: pointer !important;
}

.tx-byggjobs-api .no-results,
.tx-byggjobs-api .search-results {
    color: #ffffff;
    margin: 50px 0;
    font-size: 30px;
}

.tx-byggjobs-api .search-results {
    margin: 60px auto 0;
    max-width: 1440px;
    padding-bottom: 100px;
}

.dropdown-slide {
    cursor: pointer;
}

.dropdown-menu-api {
    padding-left: 0;
    display: none;
    color: #fff;
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    bottom: -104px;
    z-index: 1;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}

.dropdown-menu-api li {
    padding-left: 30px;
}

.dropdown-menu .dropdown-menu-api {
    min-width: 220px;
}

.open .dropdown-menu-api {
    display: block;
}

.tx-byggjobs-api img.round {
    border-radius: 50%;
}

.tx-byggjobs-api .register-login-wrapper {
    text-align: center;
}

.tx-byggjobs-api .register-login {
    margin: 80px 0 30px;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
}

.tx-byggjobs-api .login-span {
    padding: 8px 40px 12px;
    border: 3px solid #FAC935;
    color: #FAC935 !important;
    border-radius: 4px;
    font-family: 'Raleway-Bold', sans-serif;
    margin: 0 25px;
}

.tx-byggjobs-api .register-span {
    padding: 8px 40px 12px;
    border: 3px solid #FAC935;
    background: #FAC935;
    color: #000000 !important;
    border-radius: 4px;
    font-family: 'Raleway-Bold', sans-serif;
    margin: 0 25px;
}

.tx-byggjobs-api .open-search {
    background: #FAC935;
    height: 100%;
    padding: 15px;
    margin-right: 22px;
    border-radius: 4px;
    cursor: pointer;
}

.tx-byggjobs-api .search-bar {
    margin-top: 15px;
    display: none;
}

.tx-byggjobs-api .search-bar.mobile {
    display: none;
}

.tx-byggjobs-api .search-bar input {
    position: relative;
    border: 0;
    border-radius: 4px;
    width: calc(100% - 138px);
    height: 50px;
    padding: 0 20px;
}

.tx-byggjobs-api .search-bar input:focus {
    outline: none;
}

.tx-byggjobs-api .search-bar button {
    border: none;
    background: #fac935;
    border-radius: 4px;
    padding: 15px 40px 12px;
    color: #292929;
    font-family: 'Raleway-Bold', sans-serif;
}

@media (max-width: 1200px) {

    .open-search {
        display: none;
    }

    .tx-byggjobs-api .search-bar.mobile {
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {

    .tx-byggjobs-api .login-span {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .tx-byggjobs-api .register-span {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {

    .tx-byggjobs-api .no-results {
        margin: 25px 0;
        font-size: 18px;
    }
}