#search-result-view { background-color: #f0f0f0; padding: 40px 0;}
#search-result-view .sort-mode-switcher {
   width: fit-content;
  margin: 25px auto;
    margin-top: 25px;
  margin-top: 20px;
  padding-right: 10px;
  height: 15px;
  display: flex;
  -webkit-display: flex;
  justify-content: flex-end;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fff;
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#search-result-view .sort-mode-switcher p {font-size: 18px}
#search-result-view .sort-mode-switcher a,
#search-result-view .sort-mode-switcher span {font-size: 18px; margin-left: 10px; text-decoration: none}
#search-result-view .sort-mode-switcher a.active,
#search-result-view .sort-mode-switcher span.active {font-weight: 700; text-decoration: underline}
#search-result-view .promoted-offers { width:100%;}
#search-result-view .promoted-offers-header {margin: 10px auto;text-align: center;}
#search-result-view .offer-invitation {
    background: url(../../images/invitation-icon2.png) 20px 32px no-repeat #091b38; position: relative; width: 100%; border-radius: 5px;
    margin: 30px 0; padding-left: 140px; min-height: 108px; padding-right: 140px; padding-bottom: 10px;
}
#search-result-view .offer-invitation p {color: #fff; font-weight: 400; font-size: 14px;}
#search-result-view .offer-invitation-header { padding: 20px 0 0; color: #fff; font-weight: 600; font-size: 18px;}
#search-result-view .offer-invitation form {
    position: relative; width: 100%; -webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;
}
#search-result-view .offer-invitation form input[type="text"] {
    border-radius: 5px; padding: 5px; height: 40px; width: calc(100% - 45px); background-color: #fff; margin-top: 20px; margin-bottom: 20px;
}
#search-result-view .offer-invitation form input[type="text"]::placeholder {}
#search-result-view .offer-invitation form button[type="submit"].unauth {
    top: 20px; min-height: 40px; border-radius: 5px; color: #fff; font-size: 16px; right: 0; text-align: center; padding: 0 10px; 
    background-color: #c40001; cursor: pointer; position: absolute; display: inline-block; text-transform: uppercase;
}

#search-result-view .offer-invitation .offer-invitation-success,
#search-result-view .offer-invitation .offer-invitation-failure {
    position: absolute; left: 0; bottom: 0; width: 100%; font-size: 12px; color: #fff;height: 35px; opacity: 0;
    padding-left: 5px; padding-right: 5px;
    display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;
}
#search-result-view .offer-invitation .offer-invitation-success.is-active,
#search-result-view .offer-invitation .offer-invitation-failure.is-active {
    opacity: 100;
}
#search-result-view .offer-invitation .offer-invitation-success {
    background: rgba(9,175,0,1);
    background: -moz-linear-gradient(left, rgba(9,175,0,1) 0%, rgba(35,132,50,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,175,0,1)), color-stop(100%, rgba(35,132,50,1)));
    background: -webkit-linear-gradient(left, rgba(9,175,0,1) 0%, rgba(35,132,50,1) 100%);
    background: -o-linear-gradient(left, rgba(9,175,0,1) 0%, rgba(35,132,50,1) 100%);
    background: -ms-linear-gradient(left, rgba(9,175,0,1) 0%, rgba(35,132,50,1) 100%);
    background: linear-gradient(to right, rgba(9,175,0,1) 0%, rgba(35,132,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09af00', endColorstr='#238432', GradientType=1 );
}
#search-result-view .offer-invitation .offer-invitation-failure {
    background-color: #c40001;
}
#search-result-view .offer-invitation form.is-inactive {-webkit-filter: grayscale(1); opacity: 0.4;}


/* modifiers */
#search-result-view .promoted-offers.is-infinity .offer {width: 305px;}

/* overwrites */
#search-result-view .grid:not(.is-scroller-box) {
    display: flex; -webkit-display: flex;
    justify-content: space-between; -webkit-justify-content: space-between;
    flex-wrap: wrap; -webkit-flex-wrap: wrap;
}

#search-result-view .offer-list {width: 100%; background-color: transparent; border: 0;}

#search-result-view .search-result-filters-trigger {
    display: none;background: none; border: 1px solid #122f4d; padding: 0 20px; height: 28px; line-height: 28px; border-radius: 5px; 
    font-size: 14px; margin-right: 18px;
}

#search-result-view .bottom-navigation {border-radius: 5px;}
#search-result-view .bottom-navigation .nav-container {max-width: 100%}

@media screen and (max-width: 1220px) {
    #search-result-view .offers-list-box {width: calc(100% - 310px);}
    #search-result-view .filters-box {width:290px;}
    #search-result-view .visit-cv-pl {display: none;}
}
@media screen and (max-width: 1024px) {
    #search-result-view .offers-list-box {width: 100%;}
    #search-result-view .search-result-filters-trigger {display: inline-block; }
}
@media screen and (max-width: 580px) {
    #search-result-view .offer-invitation {padding-right: 20px;}
}
@media screen and (max-width: 520px) {
    #search-result-view .offer-list {margin-left: 0;}
}
@media screen and (max-width: 420px) {
    #search-result-view .offer-invitation {padding-left: 20px; background-image: none}
    #search-result-view .offer-invitation .offer-invitation-header,
    #search-result-view .offer-invitation p {text-align: center}
}