.contain {
    padding-top: 180px;
    padding-bottom: 50px;
}

.YourDreamCard {
    background-color: #FFFAE5;
    /* height: 205px; */
    min-height: 205px;
    border-radius: 20px;
    /* padding: 40px; */
    padding: 40px 150px 40px 40px;
    position: relative;
    margin-bottom: 22px;
}

.YourDreamCard h1 {
    font-size: 32px;
    line-height: 38.88px;
    font-family: 'UpscaleBold';
    color: #000000;
    margin-bottom: 20px;
}

.YourDreamCard p {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleMedium';
    color: #545454;
    margin-bottom: 0px;
}

.YourDreamCard img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 20px 0px;
    height: 90%;
}

.searchForm .input-group input {
    border: none;
    box-shadow: none !important;
    /* width: 50% !important; */
}

.searchForm .input-group {
    /* margin-right: 15px; */
    border: 1.5px solid #C4C4C4;
    border-radius: 5px;
    width: 50%;
}

.searchForm .input-group-text {
    border: none;
    background-color: transparent;
}

.searchForm .input-group input {
    border: none;
    box-shadow: none !important;
    /* width: 250px !important; */
}

.searchForm .input-group-prepend {
    align-items: center;
    display: flex;
}

.WhiteCallerBTN,
.WhiteCallerBTN:hover {
    border: 1.5px solid #FACD19;
    border-radius: 6px;
    background-color: #FACD19;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleMedium';
    color: #000000;
    margin-bottom: 0px;
    /* margin-right: 28px; */
}

.WhiteCallerBTN img {
    height: 23px;
    margin-right: 10px;
}

.BlueCallerBTN,
.BlueCallerBTN:hover {
    border: 1.5px solid #FACD19;
    border-radius: 6px;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleMedium';
    color: #000000;
    margin-bottom: 0px;
}

.BlueCallerBTN img {
    height: 23px;
    margin-right: 10px;
}

.jobCard {
    border: 1.5px solid #D4D4D4;
    background-color: #FFFFFF;
    padding: 23px 25px;
    margin-top: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jobCard img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
}


.jobCard .jobName {
    font-size: 14px;
    line-height: 16.94px;
    font-family: 'UpscaleSemiBold';
    color: #000000;
    margin-bottom: 8px;
}


.jobCard .company {
    font-size: 10px;
    line-height: 12.1px;
    font-family: 'UpscaleMedium';
    color: #8B8B8B;
    margin-bottom: 7px;
}

.jobCard .company span {
    width: 3px;
    height: 3px;
    background-color: #8B8B8B;
    border-radius: 50px;
    margin: 0px 5px;
}


.jobCard .time {
    font-size: 10px;
    line-height: 12.1px;
    font-family: 'UpscaleMedium';
    color: #8B8B8B;
    margin-bottom: 0px;
}

.jobCard .headData {
    font-size: 13px;
    line-height: 15.73px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
    margin-bottom: 17px;
    margin-right: 60px;
}

.jobCard .headData img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.jobCard .data {
    font-size: 13px;
    line-height: 15.73px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
    margin-bottom: 0px;
    padding-left: 4px;
}

@media (max-width: 480px) {

    .contain {
        padding: 16px;
        padding-top: 175px;
        padding-bottom: 40px;
    }

    .YourDreamCard {
        padding: 40px 40px 80px 40px;
    }

    .YourDreamCard img {
        height: auto;
        width: 30%;
    }

    .YourDreamCard h1 {
        font-size: 24px;
        line-height: 34.88px;
    }

    .YourDreamCard p {
        font-size: 16px;
    }

    .searchForm {
        flex-wrap: wrap;
    }

    .searchForm .input-group {
        width: 100%;
        margin-right: 0px;
    }

    .WhiteCallerBTN,
    .WhiteCallerBTN:hover,
    .BlueCallerBTN,
    .BlueCallerBTN:hover {
        margin-right: 0px;
        margin-top: 15px;
        width: 100%;
        padding: 10px;
    }


    .jobCard .headData {
        margin-top: 20px;
        margin-bottom: 4px;
        display: inline-flex;
        margin-right: 30px;
    }

    .jobCard .data {
        padding-left: 0px;
    }

    .jobCard .headData.DepartmentField {
        margin-right: 0px;
    }

}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #FACD19;
    border-color: #FACD19;
}
.page-link:hover {
    z-index: 2;
    color: #000000;
    background-color: #FACD19;
    border-color: #FACD19;
}
.page-link {
    border: 1.5px solid #FACD19;
    color: #000000;
}
.page-link:focus {

    box-shadow: #FACD19;
}