/* Offers temporary css file*/
/*Filter and search*/
#filters {
    margin-bottom: 80px;
}

#filters-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#filters-cont .btn-filter {
    width: 100%;
    max-width: 300px;
    border: 0;
    background-color: #9a8873;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 18px;
}

#filters-cont .btn-filter:hover {
    border: 0;
    background-color: #83725d;
}

#filters-cont .btn-filter+.btn-filter {
    margin-left: 10px;
}

#filters-cont .filter-select-cont {
    margin-bottom: 15px;
    width: 300px;
}

#filters-cont .filter-select-cont:not(:last-child) {
    margin-right: 15px;
}

#filters-cont .filter-select-cont.hide {
    display: none;
}

.break {
    flex-basis: 100%;
    height: 0;
}

#filters-cont .filter-select {
    border-radius: 25px;
    border: 1px solid #9a8873;
    padding: 8px 25px 8px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    width: 100%;
}



.hide-arpa3,
.hide-refine {
    display: none;
}

#filters-cont .filter-search {
    margin: 0 15px 15px 0;
    position: relative;
    width: 300px;
}

#filters-cont .filter-search svg {
    position: absolute;
    left: 10px;
    top: 14px;
}

#filters-cont .filter-search-input {
    border-radius: 25px;
    border: 1px solid #9a8873;
    padding: 8px 25px 8px 35px;
    width: 100%;
    color: black;
}


#filters-cont .filter-search-input::placeholder {
    color: black !important;
    opacity: 1;
}

#filters-cont .btncont{
    display: flex;
    align-items: center;
    width: 300px;
}

#filters-cont .btncont .reset_search{
    padding: 5px;
    cursor: pointer;
}

#filters-cont .btncont .reset_search:hover svg path{
    fill: #83725d;
}

#filters-cont .btncont .reset_search svg{
    width: 34px;
    height: 34px;
}

/*Job listing and result*/
.jobs-filters {
    margin-bottom: 30px;
}

.offers .row {
    align-items: stretch;
}

.offers .col-12 {
    margin-bottom: 30px;
}

.offers-title {
    margin-bottom: 10px;
    color: #aca092;
    text-transform: uppercase;
}

.offers .offer {
    border: 2px solid #aca092;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.offers .offer .offer-title{
    font-size: 18px;;
}

.offers .title {
    font-weight: 700;
}

.offers ul {
    display: flex;
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.offers ul li {
    display: flex;
    align-items: center;
    width: 100%;
}
.offers ul li:not(:last-child) {
    margin-bottom: 10px;
}

.offers ul li svg {
    margin-right: 10px;
}

.offers .btn-cont {
    text-align: center;
    margin-top: auto;
}

.offers .btn-offer {
    border-radius: 25px;
    color: #54595f;
    font-weight: 400;
    padding: 10px 25px;
    background-color: #9a8873;
    color: #fff;
    font-size: 18px;
}

.offers .btn-offer:hover {
    background-color: #83725d;
    color: white;
}

.offer-result:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    background-color: #aca092;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.offer-result {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 30px;
    margin-top: 30px;
}

.offer-result .social_media i {
    color: #aca092;
    cursor: pointer;
}

.offer-result .btn-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offer-result .social_media {
    margin-top: 15px;
}

.offer-result .social_media li{
    width: auto;
    align-items: flex-start;
}
.offer-result .social_media li + li{
    margin-left: 20px;
}

#shareModal {}

#shareModal .btn-copy {
    border-radius: 25px;
    border: 1px solid #aca092;
    color: #54595f;
    font-weight: 500;
    padding: 10px 25px;
    margin: 15px auto 0 auto;
    display: block;
}

#shareModal .btn-copy:hover {
    background-color: #aca092;
    color: white;
}

#shareModal .close {
    color: #54595f;
    border: none;
}

#shareModal .close:hover {
    background-color: transparent;
}

#shareModalLink {
    font-size: 16px;
    display: flex;
}

.offersrow {
    margin-top: 20px;
}

.offer-resultright {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .offer-result {
        grid-template-columns: 1fr;
    }

    .offer-resultright {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .hidden-xs{
        display: none;
    }
    #filters-cont {
        margin: 0 auto;
        width: fit-content;
        display: flex;
        flex-direction: column;
    }
}

body .pagination a {
    padding: 10px;
    color: #54595f;
}

body .pagination a:hover,
.page_selected {
    color: #aca092 !important;
}

#orderSelect {
    display: none !important;
}

#fakeOrderSelect {
    border: none;
    color: #54595F;
    text-align: left;
    font-weight: 500;
}

#fakeOrderSelect option {
    text-align-last: center;
}

@supports (-moz-appearance:none) {
    #fakeOrderSelect {
        -moz-appearance: none !important;
        background: transparent url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}

.offers_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers_empty {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.offers_empty span:first-of-type {
    margin-bottom: 5px;
}

.offers_empty_button {
    border: 0;
    background-color: #9a8873;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 20px;
    width: 300px;
    font-size: 14px;
}

.offers_empty_button:hover {
    background-color: #83725d;
}

.all-offer-btn{
    text-align: center;
}
#widget-offers.offers .offer{
    border: 2px solid #009EE2;
}
#widget-offers.offers .offers_title h2{
    color: #4D4D4D;
    font-family: "Gotham", Sans-serif;
    font-size: 35px;
    font-weight: 700;
}

#widget-offers .offer path{
    fill: #009EE2;
}
#widget-offers.offers .offer .btn-offer,#widget-offers.offers .offers_empty .offers_empty_button{
    background-color: #FFF;
    border:1px solid #009EE2;
    color: #009EE2;
}
#widget-offers.offers .offer .btn-offer:hover,#widget-offers.offers .offers_empty .offers_empty_button:hover{
    background-color: #009EE2;
    border:1px solid transparent;
    color: #fff;
}
#widget-offers .all-offer-btn .btn-offer{
    background-color: #FFF;
    border:1px solid #009EE2;
    color: #009EE2;
}
#widget-offers .all-offer-btn .btn-offer:hover{
    background-color: #009EE2;
    color: #fff;
    border:1px solid #009EE2;
}