.hero-image {
    background-image: url("../../assets-dev/careers/banner-careers.png");
}

.mobile-hero-image {
    padding: 0;
    margin: 0;
}

.mobile-hero-image img {
    width: 100%;
    display: block;
}

.mobile-hero-image img {
    display: none;
}

.container-vbc {
    padding: 50px calc((20%) + 12px);
}

.container-vbc-margin {
    padding: 30px calc((20%) + 12px);
}

.container-vbc-content {
    padding: 0 calc((15%) + 12px);
}

.container-vbc .title {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #f1543e;
}

.container-vbc .desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #282828;
}

.custom-select {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    background-color: #dadada;
}

.custom-select:focus {
    border: none;
    box-shadow: none;
}

.select2-selection {
    background-color: #dadada !important;
    border: none !important;
}

.select2-selection__rendered {
    line-height: 50px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    font-size: 16px;
}
.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
    width: 35px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url(../../assets-dev/careers/arrow_down.svg);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    height: 24px !important;
    width: 14px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--open .select2-dropdown--below {
    background-color: #dadada !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #b0b0b0 !important;
    color: black !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #b0b0b0 !important;
    color: black !important;
}

.search-bar {
    min-height: 50px;
    max-width: 326px;
    width: 100%;
}

.search-bar input {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #dadada;
    max-width: 200px;
    width: 100%;
    border: none !important;
    outline: none !important;
}

.search-bar input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-search {
    background: #f1543e;
    color: white;
    border: none !important;
}

.btn-search:hover {
    background: #d34937;
    color: white;
}

.btn-search:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.component {
    min-height: 307px;
    width: 100%;
    margin-bottom: 14px;
}

.card {
    padding: 24px;
    border: none;
    border-radius: 5px;
    background: rgba(250, 250, 250, 0.98);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.card-footer {
    width: 100%;
    padding: 0 24px;
    color: #282828;
    position: absolute;
    bottom: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card:hover,
.card:hover .card-footer {
    background: #f1543e;
    color: white;
}

.card:hover .heading-rackspace {
    color: white;
}

.card:hover .card-footer {
    bottom: 100px;
}

.card-image-hover {
    display: none;
}
.card:hover .card-image-hover {
    display: unset;
}
.card:hover img:first-child {
    display: none;
}

.heading-rackspace {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 37.5px */
}

.btn-card-detail {
    max-width: 161px;
    padding: 10px 40px;
    background: #253d51;
    color: white;
    display: none;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.card:hover .btn-card-detail {
    display: block;
    color: white;
}

.btn-see-more {
    max-width: 214px;
    padding: 10px 40px;
    background: #f1543e;
    color: white;
    margin-top: 54px;
    margin-bottom: 100px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-see-more:hover {
    background: #ce4736;
    color: white;
}

.btn-see-more:focus,
.btn-see-more:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 576px) {
    .hero-image {
        background-image: url("../../assets-dev/careers/banner-mobile-careers.png");
    }

    .container-vbc {
        padding: 25px calc((3%) + 12px);
    }

    .container-vbc-margin {
        padding: 25px calc((3%) + 12px);
    }

    .container-vbc-content {
        padding: 0 calc((3%) + 12px);
    }

    .container-vbc .title {
        font-size: 32px;
        font-weight: 800;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 24px;
    }

    .container-vbc .desc {
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
    }

    .filter-group {
        flex-direction: column-reverse;
    }

    .filter-one {
        justify-content: space-between;
    }

    .search-bar {
        max-width: unset;
        width: 100%;
    }

    .search-bar-wrapper {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .search-bar input {
        max-width: unset;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left !important;
    }

    .search-bar button {
        font-size: 12px;
    }

    .select2 {
        width: 100% !important;
    }

    .select2-selection__rendered {
        font-size: 12px;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        right: 7px !important;
        width: 15px !important;
    }

    .filter-one div {
        flex: 1 1 auto !important;
    }

    .filter-one div:first-child {
        margin-left: 0 !important;
    }

    .filter-one div:last-child {
        margin-right: 0 !important;
    }
}
