.chef-woman-home {
    content: "";
    background-image: url("/dist-frontend/images/home/chef-woman.png");
    background-repeat: no-repeat;
    position: absolute;
    background-size: 50%;
    width: 800px;
    height: 475px;
    bottom: 0;
    left: 50px;
}

.recruiter-woman-home {
    content: "";
    background-image: url("/dist-frontend/images/home/recruiter-woman.png");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    background-size: 50%;
    width: 825px;
    height: 500px;
    bottom: 0;
    right: 50px;
    overflow: hidden;
}

.max-width-500 {
    max-width: 500px;
}

.search-input {
    border: none !important;
    font-weight: 400 !important;
}

[class^="select2"] {
    border: none !important;
}

.select2-container--below {
    width: 100% !important;
}

.select2-selection {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.select2-search__field {
    border: 1px solid #ccc !important;
}

.border-right {
    border-right: solid 1px rgba(113, 113, 113, 0.25);
}

.option-selected {
    color: #717171;
    opacity: 0.75;
}

.form-size {
    width: 100%;
}

.search-icon {
    margin-right: 10px;
}

.register-section {
    position: relative;
    z-index: 99;
}

.allied-companies-track {
    padding: 50px;
    padding-top: 0px;
}

.allied-companies__image {
    width: 80%;
}

.allied-companies-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.countries-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 50px;
}

.countries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    row-gap: 4em;
}

.grid-country-spacer {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
}

.country-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.country-name {
    color: #2B2D70;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;

}

.category-icon{
    width: 150px;
    height: 150px;

}

.read-more-div{
    text-align: center;
}

.right-arrow-jobs{
    width: 40px;
}

.right-arrow-container{
    width: 100%;
}

.company-name-job{
    color: #2B2D70;
    opacity: 0.5;
    font-weight: 600;
}

.job-header{
    width: 100%;
}

.type-recent-job{
    border-radius: 10px;
    background-color: rgba(214, 11, 82, 0.1);
    padding: 10px 15px;
}

.type-job-name{
    color: #D60B52;
    font-weight: 600;
    margin-bottom: 0;
}

.date-recent-job{
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 300;
}

.location-name{
    color: #2B2D70;
    font-weight: 400;
    margin-bottom: 0;
}

.apply-section{
    margin-top: 20px;
    width: 100%;
}

.panel-btn{
    width: 100%;
    background-color: #D60B52;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 40px;
    font-weight: 700;
    font-size: 12px;
}

.filtrar-btn{
    background-color: #36A9E1;
    color: white;
    border-radius: 50px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .chef-woman-home {
        display: none;
    }

    .recruiter-woman-home {
        display: none;
    }

    .search-section button[type="submit"] {
        width: 200px;
    }

    .search-section .form-control,
    .search-section .form-select {
        opacity: unset;
    }

    .search-row {
        gap: 5px;
    }

    .border-right {
        border-bottom: solid 2px rgba(113, 113, 113, 0.25);
    }

    .countries-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-country-spacer{
        display: none;
    }
}

@media (max-width: 767px) {
    .countries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 552px) {
    .countries-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .countries-grid {
        grid-template-columns: 1fr;
    }

    .country-item {
        flex-direction: column;
    }
}
