@media (max-width: 900px) {
    .hero-image-component > div,
    .hero-image-component > div > div > div > div {
        min-height: 30vh !important;
    }
}

@media (max-width: 700px) {
    .hero-image-component > div,
    .hero-image-component > div > div > div > div {
        min-height: 26vh !important;
    }
}

@media (max-width: 500px) {
    .hero-image-component > div,
    .hero-image-component > div > div > div > div {
        min-height: 22vh !important;
    }
}

.stages {
    pointer-events: none;
    cursor: default;
}

.nohover {
    pointer-events: none;
    cursor: default;
}

.stages .row {
    justify-content: center;
}

@media (min-width: 1098px) {
    .stages .row .col-md-4 {
        width: 20%;
    }
}

.searchbar {
    display: flex;
    justify-content: center;
}

#search-result {
    /*background-image: url("https://storage.googleapis.com/talentfunnel-cms-career-site-storage/itsu/Dragon_1_1_c489090f9c/Dragon_1_1_c489090f9c.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#search-result:before {
    background-image: url("https://storage.googleapis.com/talentfunnel-cms-career-site-storage/itsu/Dragon_21_1_0b77103060/Dragon_21_1_0b77103060.png");
    content: '';
    width: 100%;
    /*height: 100%;*/
    height: calc(100% + 190px);
    position: absolute;
    left: 0;
    top: -195px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.searchcomponentClassName > div > div:first-of-type {
    display: none;
}

.searchbar form > div div > div > div,
.searchbar form > div div > div,
.searchbar .search-button {
    border-radius: 70px;
}

#search-result svg path {
    fill: #E70195;
}

.modal-content .d-flex.justify-content-between.p-4.flex-nowrap.nav {
    background: #E70195;
}

@media (min-width: 1024px) {
    #search-result {
        min-height: 1440px;
    }


}
