.container {
    min-height: auto !important
}

#jobs .col {
    text-align: center
}

#jobs .row {
    margin-bottom: 30px
}

#jobs input {
    display: none
}

.card.job-builder-like {
    box-shadow: none;
    border: 0;
    background: #fff;
}

.card.job-builder-like.like-selected {
    background-color: #DC004F;
}

.card.job-builder-like.like-selected .card-subtitle {
    color: #fff;
}

#job-builder-like-1 h5.card-title {
    background-image: url('img/1.png');
}

#job-builder-like-2 h5.card-title {
    background-image: url('img/4.png');
}

#job-builder-like-3 h5.card-title {
    background-image: url('img/2.png');
}

#job-builder-like-4 h5.card-title {
    background-image: url('img/6.png');
}

#job-builder-like-5 h5.card-title {
    background-image: url('img/3.png');
}

#job-builder-like-6 h5.card-title {
    background-image: url('img/5.png');
}

#job-builder-like-1.job-builder-like.like-selected h5.card-title {
    background-image: url('img/1-h.png');
}

#job-builder-like-2.job-builder-like.like-selected h5.card-title {
    background-image: url('img/4-h.png');
}

#job-builder-like-3.job-builder-like.like-selected h5.card-title {
    background-image: url('img/2-h.png');
}

#job-builder-like-4.job-builder-like.like-selected h5.card-title {
    background-image: url('img/6-h.png');
}

#job-builder-like-5.job-builder-like.like-selected h5.card-title {
    background-image: url('img/3-h.png');
}

#job-builder-like-6.job-builder-like.like-selected h5.card-title {
    background-image: url('img/5-h.png');
}

h6.card-subtitle.mb-2 {
    font-weight: 600;
    color: #6F6F6F;
}

h5 img {
    display: none
}

h5.card-title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 152px 152px;
    height: 152px
}

.card-body-right ul {
    list-style-type: none !important;
}

.card-body-right strong {
    display: block;
    color: #DC004F;
}

.job-builder-like {
    box-shadow: 0px 3px 6px #0000000F;
}

.container {
    min-height: 500px;
}

header {
    position: relative;
}

.job-builder-add-fav-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
}

.popup-btn.visible {
    color: #DC004F !important;
}

#map {
    height: 650px;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

input#job-builder-companies-geolocation,
.dds {
    background-color: #fff;
    background-clip: padding-box;
}

.fav-btn {
    color: #D8D8D8;
    font-size: 30px;
    display: block;
    line-height: normal;
}

.text-black {
    color: #000 !important;
}

.text-black2 {
    color: #000 !important;
    margin: 0px;
}

.p-c,
.company-as-fav,
.job-as-fav {
    color: #DC004F !important;
}

.job-builder-add-fav i,
.job-builder-add-fav-company i {
    color: inherit;
}

.job-builder-add-fav.job-as-fav,
.job-builder-add-fav.job-as-fav i,
.job-builder-add-fav-company.company-as-fav,
.job-builder-add-fav-company.company-as-fav i {
    color: #DC004F !important;
}

.fs-huge {
    font-size: 4rem
}

.card-shadow {
    box-shadow: 0px 3px 6px #00000014;
}

img.card-img-one {
    height: 62px;
    width: auto;
}

.rounded-pill {
    border-radius: 18px;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.gy {
    grid-row-gap: 30px;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal;
}

#map-input ul.dropdown-menu {
    right: 0;
}

#map-input ul.dropdown-menu li button {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    padding: 5px 15px;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
}

#map-input ul.dropdown-menu {
    max-height: 187px;
    overflow: hidden auto;
}

#inquireForm input {
    background: #D8D8D8;
}

.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default span {
    display: block;
}

.select2.select2-container.select2-container--default .select2-selection {
    border: 0;
    background: #D8D8D8;
    border-radius: 0;
    height: 36px;
}

.select2.select2-container.select2-container--default .select2-selection__rendered {
    line-height: 36px;
}

.select2.select2-container.select2-container--default .select2-selection__arrow {
    height: 34px;
}

.im-badge {
    color: #6F6F6F;
    border-radius: 0;
    background: #fff;
}

.im-badge>span {
    background: #D8D8D8;
    padding: 15px 10px;
}

.im-badge .bss {
    margin-right: 2px;
}

.im-badge .bse {
    font-weight: bold;
    cursor: pointer;
}

.alert-primary {
    color: black;
    background-color: white;
    border-color: #dc004f;
}

.job-builder-modal-send-mail-pdf {
    width: 100%;
}

header .navigation ul li a {
    font-weight: normal;
}

.job-company-card-distance-span {
    color: grey;
}

.modal-header h1 {
    color: #00A8E5 !important;
    font-weight: bold;
}

.modal-body p {
    color: black;
}

.im-card:hover {
    background: #DC004F !important;
}

.im-card:hover h6 {
    color: #fff !important;
}

.im-toggle {
    display: inline-block;
    font-size: 14px;
}

.gm-style-iw-d {
    overflow: auto !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 12px !important;
}

#mab-map-sec {
    position: relative;
}

#map-mob {
    height: 550px;
}

#mab-map-sec #job-builder-companies-result {
    position: absolute;
    top: 90px;
    margin: auto;
    left: 0;
    right: 0;
}

.im-modal .modal-content {
    background: rgb(255 255 255 / 85%);
}

.close-btn {
    position: absolute;
    right: 0;
    padding: 10px 15px !important;
}

.navigation ul li a.pink-btn {
    color: #fff !important;
    font-weight: 600 !important;
}

.job-builder-modal-send-mail-pdf {
    background: #D8D8D8 !important;
}

h1 {
    word-break: break-word;
}

.wishlist-popup,
.wishlist-modal .scrolling.content {
    background: #f5f5f5;
}

.wishlist-popup {
    width: min(680px, calc(100vw - 96px));
    max-width: 680px;
    padding: 22px 28px 24px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgb(0 0 0 / 14%);
}

.wishlist-modal {
    padding: 12px;
    border-radius: 8px;
}

.wishlist-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #6f7682;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.wishlist-modal-close:hover,
.wishlist-modal-close:focus {
    color: #dc004f;
    outline: none;
}

.wishlist-modal .scrolling.content {
    padding: 16px 18px 20px;
}

.popup-item,
.wishlist-section {
    display: block;
    margin: 0 0 28px;
}

.wishlist-section-header {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    margin-bottom: 14px;
}

.wishlist-section-header strong,
.popup-item strong {
    color: #DC004F;
    line-height: 1;
}

.wishlist-section-header p,
.popup-item p {
    margin: 0;
    min-width: 0;
}

.wishlist-section-header p strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.wishlist-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wishlist-entry {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: stretch;
    column-gap: 10px;
    margin: 0;
}

.wishlist-popup .tag-remove,
.wishlist-modal .tag-remove {
    margin-left: 0;
    cursor: pointer;
}

.wishlist-popup .tag-remove::before,
.wishlist-modal .tag-remove::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-height: 38px;
    margin: 0;
    padding: 0;
}

.wishlist-popup .tag-content,
.wishlist-modal .tag-content {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.wishlist-popup hr,
.wishlist-modal hr {
    margin: 4px 0 18px;
    border-color: #d6d6d6;
}

.wishlist-popup-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    padding-right: 0 !important;
}

.wishlist-popup-action span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 100%;
    margin-left: 18px;
    background: #d0d0d0;
}

a.btn.pink-btn.btn-light {
    background: #d6d6d6 !important;
    color: gray !important;
}

#mob-footer {
    bottom: 0;
    position: fixed;
    z-index: 999;
    background: #F5F5F5;
    left: 0;
    right: 0;
    padding: 10px 0;
}

#mob-footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dds .dropdown-menu.show {
    max-height: 10rem;
    overflow-x: hidden;
    overflow-y: auto;
}

button.dropdown-item .ui.checkbox {
    display: block;
    padding: 5px;
}

button.dropdown-item .ui.checkbox input[type="checkbox"] {
    z-index: 1;
    width: 100%;
    height: 100%;
}


@media (max-width: 767.98px) {
    .wishlist-popup,
    .wishlist-modal .scrolling.content {
        width: auto;
    }

    .wishlist-modal {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        padding: 10px;
        border: 1px solid #d2d2d2;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        box-shadow: 0 14px 32px rgb(0 0 0 / 18%);
    }

    .wishlist-modal .scrolling.content {
        max-height: calc(100vh - 100px);
        padding: 42px 12px 14px;
        overflow-y: auto;
    }

    .wishlist-modal-close {
        top: 8px;
        right: 8px;
        width: 34px;
        height: 34px;
    }

    .wishlist-section {
        margin: 0 0 18px;
    }

    .wishlist-section-header {
        grid-template-columns: 68px minmax(0, 1fr);
        align-items: end;
        column-gap: 10px;
        margin-bottom: 10px;
    }

    .wishlist-section-header strong {
        font-size: 20px;
    }

    .wishlist-section-header p strong {
        font-size: 18px;
        line-height: 1.15;
    }

    .wishlist-items {
        gap: 8px;
    }

    .wishlist-entry {
        grid-template-columns: 40px minmax(0, 1fr);
        column-gap: 8px;
    }

    .wishlist-popup .tag-remove::before,
    .wishlist-modal .tag-remove::before {
        width: 40px;
        min-height: 40px;
    }

    .wishlist-popup .tag-content,
    .wishlist-modal .tag-content {
        min-height: 40px;
        padding: 8px 10px;
        line-height: 1.3;
        font-size: 14px;
    }

    .wishlist-modal hr {
        margin: 2px 0 12px;
    }

    .wishlist-popup-action {
        width: 100%;
        min-width: 0;
    }

    #mob-footer .col {
        position: relative;
    }

    #mob-footer #mob-wish.ui.button.popup-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        margin: 0 auto;
        padding: 0;
        border-radius: 999px;
        touch-action: manipulation;
    }

    #mob-footer #mob-wish.ui.button.popup-btn .fa-heart {
        font-size: 32px;
        line-height: 1;
    }

    .pt-mob-4 {
        padding-top: 60px !important;
        margin-top: 10px !important;
    }

    header {
        padding: 0 !important;
    }

    .logo img {
        width: 200px;
    }

    .d-none-mob {
        display: none !important;
    }

    .map-section {
        position: relative;
    }

    #map-section {
        position: relative;
    }

    #mapx {
        height: 500px;
    }

    #map-input {
        position: absolute;
        top: 110px;
        z-index: 1;
        left: 0;
        right: 0;
        margin: 0;
    }

    .steps-slider {
        position: absolute;
        text-align: center;
        top: 56px;
        left: 0;
        right: 0;
    }

    #step-header {
        position: relative;
        min-height: 108px;
        padding-top: 8px;
    }

    .restart-wrapper {
        position: relative;
        z-index: 2;
    }

    .job-builder-job-card,
    .job-company-card {
        position: relative;
        overflow: hidden;
    }

    .job-builder-job-card .card-body-right,
    .job-company-card .card-body {
        position: relative;
        padding-top: 58px !important;
    }

    .job-builder-job-card .job-builder-add-fav-container,
    .job-company-card .job-builder-add-fav-container {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        border-radius: 999px;
        background: rgb(255 255 255 / 92%);
        box-shadow: 0 4px 10px rgb(0 0 0 / 14%);
    }

    .job-builder-job-card .job-builder-add-fav-container label,
    .job-company-card .job-builder-add-fav-container label {
        display: none !important;
    }

    .job-builder-job-card .job-builder-add-fav,
    .job-company-card .job-builder-add-fav-company {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        border-radius: 999px;
        color: #00A8E5 !important;
        font-size: 24px;
        line-height: 1;
    }

    .job-builder-job-card .job-builder-add-fav i,
    .job-company-card .job-builder-add-fav-company i {
        color: inherit !important;
    }

    .job-builder-job-card .job-builder-add-fav.job-as-fav,
    .job-builder-job-card .job-builder-add-fav.job-as-fav i,
    .job-company-card .job-builder-add-fav-company.company-as-fav,
    .job-company-card .job-builder-add-fav-company.company-as-fav i {
        color: #DC004F !important;
    }

    .job-builder-job-card .skill-bg {
        position: relative;
        min-height: 220px;
        padding-right: 68px !important;
    }
}

@media (min-width: 768px) {
    .d-none-dskt {
        display: none !important;
    }

    #jbc {
        overflow: hidden scroll;
        height: calc(100% - 60px);
    }

    #job-builder-companies-result {
        height: 650px;
    }

    #jbc>div:last-child {
        margin-bottom: 0 !important;
    }

    .im-modal {
        max-width: 70%;
        height: calc(100% - 3.5em);
        padding-top: 10em;
    }

    .job-builder-like:hover {
        background-color: #DC004F;
        color: white !important;
    }

    .job-builder-like:hover .card-subtitle {
        color: #fff;
    }

    #job-builder-like-1.job-builder-like:hover h5.card-title{
        background-image: url('img/1-h.png');
    }
    
    #job-builder-like-2.job-builder-like:hover h5.card-title{
        background-image: url('img/4-h.png');
    }
    
    #job-builder-like-3.job-builder-like:hover h5.card-title{
        background-image: url('img/2-h.png');
    }
    
    #job-builder-like-4.job-builder-like:hover h5.card-title {
        background-image: url('img/6-h.png');
    }
    
    #job-builder-like-5.job-builder-like:hover h5.card-title{
        background-image: url('img/3-h.png');
    }
    
    #job-builder-like-6.job-builder-like:hover h5.card-title {
        background-image: url('img/5-h.png');
    }
}

.grey-btn:hover {
    text-decoration: none;
}

.ui.wide.popup {
    max-width: 600px !important;
}

.card-body.im-card.bg-light.text-center.rounded.card-shadow {
    min-height: 172px;
}

.company-card {
    min-height: 450px;
}
/* Always set the map height explicitly to define the size of the div
