#offer-view {background-color: #f0f0f0; padding: 40px 0;}
#offer-view .offer-view-details {
    width: 100%; border-radius: 5px; background-color: #fff; padding: 20px 40px 20px 20px; position: relative; overflow: hidden; margin-bottom: 20px
}
#offer-view .offer-view-all-details {font-size: 14px; padding-bottom: 5px;}
#offer-view .offer-view-title {
    color: #193c76; font-weight: 600; font-size: 22px; padding-bottom: 18px; width: 100%;
    display: flex; -webkit-display: flex;
    justify-content: space-between; -webkit-justify-content: space-between;
    align-items: center; -webkit-align-items: center;
}
#offer-view .offer-view-title-value {flex-grow: 1; -webkit-flex-grow: 1}
#offer-view .offer-day-label {
    width: 130px; height: 22px; color: #fff; text-transform: uppercase; font-weight: 900; font-size: 10px; border-radius: 5px; margin-right: 20px; flex-shrink: 0;
    display: flex; -webkit-display: flex;
    justify-content: center; -webkit-justify-content: center;
    align-items: center; -webkit-align-items: center;
    background: rgba(0,142,203,1);
    background: -moz-linear-gradient(left, rgba(0,142,203,1) 0%, rgba(29,65,122,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,142,203,1)), color-stop(100%, rgba(29,65,122,1)));
    background: -webkit-linear-gradient(left, rgba(0,142,203,1) 0%, rgba(29,65,122,1) 100%);
    background: -o-linear-gradient(left, rgba(0,142,203,1) 0%, rgba(29,65,122,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,142,203,1) 0%, rgba(29,65,122,1) 100%);
    background: linear-gradient(to right, rgba(0,142,203,1) 0%, rgba(29,65,122,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ecb', endColorstr='#1d417a', GradientType=1 );
}
#offer-view .offer-favourite {width: 26px; height: 26px; flex-shrink: 0;}
#offer-view .offer-icon-fav {display: block; width: 26px; height: 26px; 
    background-image: url(../../images/star-add.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#offer-view .offer-icon-fav span {display: none}

#offer-view .offer-view-company {color: #000; font-size: 16px; line-height: 20px; padding-right: 20px}
#offer-view .offer-view-location {
    color: #7b7b7b; font-size: 14px; line-height: 15px; /* defailt 24px; */     
    display: flex; -webkit-display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap;
}
#offer-view .offer-view-location span {
    white-space: nowrap; /* default nowrap */
    display: flex; -webkit-display: flex;
    align-items: center; -webkit-align-items: center;
}
#offer-view .offer-view-location img {height: 16px; width: auto; margin-right: 7px}
#offer-view .offer-view-labels {position: relative}
#offer-view .offer-view-label {color: #7b7b7b; font-size: 13px; line-height: 20px;}
#offer-view .offer-view-label-value {color: #000; font-size: 14px;}
#offer-view .online-recrutation-label {
    width: 130px; height: 22px; color: #fff; text-transform: uppercase; font-weight: 900; font-size: 10px; border-radius: 5px; margin-right: 20px; flex-shrink: 0;
    display: flex; -webkit-display: flex;
    justify-content: center; -webkit-justify-content: center;
    align-items: center; -webkit-align-items: center;
    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 );
}
#offer-view .online-recrutation-label:not(:nth-of-type(1)) {margin-top: 5px}

#offer-view .offer-view-box {width: 720px; padding: 0 10px}
#offer-view .offer-view-sidebar {width: calc(100% - (25% + 700px)); padding: 0 10px; position: relative;}
#offer-view .offer-view-notification-box,
#offer-view .offer-view-similar-offers-box,
#offer-view .offer-view-employer-box {background-color: #fff; border-radius: 5px; padding: 20px;}
#offer-view .employer-box-logo,
#offer-view .employer-box-logo img {max-height:55px}
#offer-view .offer-view-employer-box p {color: #000; font-size: 13px; line-height: 18px; text-align: center;}
#offer-view .offer-view-employer-box p a {color: #193c76; font-weight: 700;}
#offer-view .offer-view-notification-box {padding-left: 40px; padding-right: 40px; margin-bottom: 20px; position: relative}
#offer-view .offer-view-notification-box p {text-align: center; color: #000; font-size: 15px; line-height: 22px;}
#offer-view .offer-view-notification-box img {max-height: 45px; margin-bottom: 25px}
#offer-view .offer-view-notification-box form {padding: 15px 0;}
#offer-view .offer-view-notification-box input[type="text"]::placeholder {color:#aaaaaa}
#offer-view .offer-view-notification-box input[type="text"] {
    border-radius: 5px; padding: 0 10px; width: 178px; height: 30px; border: 1px solid #aaaaaa; height: 32px; color:#aaaaaa; width: 100%;
}
#offer-view .offer-view-notification-box button,
#offer-view .offer-view-notification-box input[type="submit"],
#offer-view .offer-view-apply-box input[type="submit"] {
    background-color: #193c76; color: #fff; border-radius: 5px; display: block; font-size: 16px; margin-top: 10px; width: 100%; padding: 10px 0;
}
#offer-view .offer-view-similar-offers-box {padding: 25px 15px;}
#offer-view .similar-offers-box-header {color: #000; margin-bottom: 35px;}
#offer-view .similar-offer-separator {height: 2px; background-color: #ccc; width: 100%; margin: 30px 0;}
#offer-view .similar-offer-logo {margin-bottom: 30px;}
#offer-view .similar-offer-title a {font-weight: 600; color: #193c76; font-size: 14px; line-height: 22px; margin-bottom: 20px;}
#offer-view .similar-offer-employer {margin-top: 20px;}
#offer-view .similar-offer-employer a {font-weight: 400; color: #545454; font-size: 13px; line-height: 20px;}
#offer-view .similar-offer-location a {color: #7b7b7b; font-size: 13px; line-height: 20px;}
#offer-view .similar-offer-location img {max-height: 16px; margin-right: 5px;}

#offer-view .offer-view-apply-box {background-color: #f0f0f0; margin-top: 20px; text-align: center; color: #000; font-size: 13px; line-height: 22px; transition: .3s all; -webkit-transition: .3s all;}
#offer-view .apply-box-header {color: #193c76; font-size: 16px; line-height: 22px; font-weight: 600; margin-bottom: 5px;}
#offer-view .offer-apply-select-location {width: 100%; border: 1px solid #d0d0d0; padding: 5px; font-size: 13px}

#offer-view .view-offer-option-box {
    padding: 10px 0; margin-top: 10px;
    display: flex; display: flex; 
    flex-wrap:wrap; -webkit-flex-wrap:wrap;
    justify-content: space-between; -webkit-justify-content: space-between;
}
#offer-view .offer-view-option-button {
    width: 20px; height: 20px; display: block; margin: 0 10px 20px;     
    background-size: contain;
    background-repeat: no-repeat;
}

#offer-view .offer-view-apply-box.is-first-one {display: none;}
#offer-view .offer-view-apply-box.is-first-one ~ .view-offer-option-box {display: none; -webkit-display: none; margin-bottom: 40px;}
#offer-view .offer-view-employer-box.is-first {display: none;}
#offer-view .offer-view-apply-box.is-sticky {position: fixed; top:77px; width:208px; z-index: 10;}
#offer-view .offer-view-apply-box.is-absoluted,
#offer-view .offer-view-apply-box.is-sticky.is-absoluted {position: absolute; bottom: 0; top: auto;}


#offer-view .view-offer-option-box > div {width: 100%; padding: 10px 0}
#offer-view .view-offer-option-box input {width: 100%; font-size: 13px}
#offer-view .view-offer-option-box input::placeholder {font-size: 13px}
#offer-view .offer-view-jobtitle-box {padding: 30px 0; font-size: 13px; line-height: 18px; color: #7b7b7b}
#offer-view .offer-view-jobtitle {font-weight: 600; line-height: 30px; font-size: 14px;}

#offer-view .offer-invitation-success,
#offer-view .offer-invitation-failure {
    position: absolute; left: 0; bottom: 0; width: 100%; font-size: 12px; color: #fff; opacity: 0; padding: 5px 10px; line-height: 16px; height: 10px;
    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: opacity 1s ease-out;-o-transition: opacity 1s ease-out;transition: opacity 1s ease-out;
}
#offer-view .offer-invitation-success.is-active,
#offer-view .offer-invitation-failure.is-active {
    opacity: 100; height: auto;
}
#offer-view .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 );
}
#offer-view .offer-invitation-failure {
    background-color: #c40001;
}
#offer-view form.is-inactive {-webkit-filter: grayscale(1); opacity: 0.4;}

/* modifiers */
#offer-view .offer-view-labels.has-icon {position: relative; padding-left: 36px;}
#offer-view .offer-view-labels.has-icon:before {
    display: block; content: ''; width: 26px; height: 26px; position: absolute; top: 7px; left: 0;    
    background-repeat: no-repeat;
    background-size: contain;
}
#offer-view .offer-view-labels.has-calendar-icon:before {background-image: url('../../images/data.png');}
#offer-view .offer-view-labels.has-experience-icon:before {background-image: url('../../images/doswiadczenie.png');}
#offer-view .offer-salary {text-align: right; font-weight: 700; line-height: 22px; font-size: 22px; color: #193c76; line-height: 40px;}
#offer-view .offer-salary-currency {font-size: 15px; font-weight: 600;}
#offer-view .offer-salary-info {display: block; font-size: 12px; line-height: 0px; text-transform: uppercase; font-weight: 400;}
#offer-view .offer-view-employment-form {
    position: relative; line-height: 20px; font-size: 14px; color: #000; padding-left: 36px; min-height: 40px;
    display: flex; -webkit-display: flex;
    align-items: flex-start; -webkit-align-items: flex-start;
    flex-direction: column; -webkit-flex-direction: column;    
}
#offer-view .show-more-employment-forms {border: 1px solid #d0cfcf; background: #fff; border-radius: 10px; min-width: 30px; margin-left: 40px;}
#offer-view .offer-view-employment-form:before {
    display: block; content: ''; width: 26px; height: 26px; position: absolute; top: 7px; left: 0;    
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../images/typ-umowy.png');
}
#offer-view .offer-view-details.is-super-offer::after {
    content: 'Super Oferta'; background-color: #ec213a; height: 20px; width: 1000px; color: #fff; font-size: 12px; font-weight: 900; 
    text-transform: uppercase; position: absolute; bottom: calc(50% - 7px); right: -490px;
    transform: rotate(-90deg); -webkit-transform: rotate(-90deg);
    display: flex; -webkit-display: flex;
    justify-content: center; -webkit-justify-content: center;
    align-items: center; -webkit-align-items: center;
}
#offer-view .offer-view-option-button.is-facebook {background-image: url('../../images/facebook.png')}
#offer-view .offer-view-option-button.is-twitter {background-image: url('../../images/x.png')}
#offer-view .offer-view-option-button.is-print {background-image: url('../../images/drukuj.png')}
#offer-view .offer-view-option-button.is-email {background-image: url('../../images/wyslij-email.png')}
#offer-view .offer-view-option-button.is-linkedin {background-image: url('../../images/linkedin.png')}
#offer-view .offer-view-option-button.is-whatsapp {background-image: url('../../images/whatsapp.png')}
#offer-view .offer-view-option-button.is-messenger {background-image: url('../../images/messenger.png')}
#offer-view .offer-view-option-button.is-share {background-image: url('../../images/share.png')}

#offer-view .grid.is-recommended-offers{margin-top: 90px; padding: 0 10px;}
#offer-view  .grid.is-recommended-offers .header-info {width: 100%;}



#offer-view .offer-view-notification-box.has-small-padding {padding-left: 20px; padding-right: 20px; margin-top: 20px; padding-bottom: 20px}
#offer-view .offer-view-notification-box form.is-subscription-form {
    display: flex; align-items: center; justify-content: space-between;height: 40px; margin-top: 20px; margin-bottom: 20px;
}
#offer-view .offer-view-notification-box form.is-subscription-form > div {width: calc(100% - 34px); margin-right: -6px}
#offer-view .offer-view-notification-box form.is-subscription-form input {height: 40px}
#offer-view .offer-view-notification-box form.is-subscription-form input[type="submit"],
#offer-view .offer-view-notification-box form.is-subscription-form button {
    width: 40px; height: 40px; margin-top: 0; 
    display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0
}
#offer-view .offer-view-notification-box form.is-subscription-form input[type="text"] {border-right: 0;}


/* overwrites */
#offer-view .articles-tiles-section {margin-top: 90px}
#offer-view .articles-tiles-section .articles-tiles-section-header {font-size: 30px; font-weight: 600; color: #363636; text-align: center}
#offer-view .offer.is-recommended {padding: 0 10px 20px;}
#offer-view .articles-tiles-section .slick-dots {width: 100%;}

/* nadpisanie styli podobnych ofert 31-03-2025 */
#offer-view .offer-view-similar-offers-box {background-color: transparent; border: none;}
#offer-view .offer-view-similar-offers-box .similar-offer {
    border: 1px solid #ccc; background-color: #fff; text-align: left; padding: 20px; border-radius: 5px;
    margin-bottom: 20px; max-width: 240px;
}
#offer-view .offer-view-similar-offers-box .similar-offer .similar-offer-title a {text-align: left !important;}
#offer-view .offer-view-similar-offers-box .similar-offer .similar-offer-employer {font-size: 14px;}

#offer-view .offer-view-all-details {display: flex; align-items:center;margin-top: 20px; padding-top: 20px; border-top: 1px solid #ccc; flex-wrap: wrap;}
#offer-view .offer-view-details-icon {display: inline-flex; align-items: center; padding-right: 20px; padding-bottom: 10px}
#offer-view .offer-view-details-icon > img {max-height: 40px; margin-right: 5px;}



@media screen and (max-width: 1184px) {
    #offer-view .grid.is-main-container {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
    #offer-view .grid.is-main-container .offer-view-sidebar {width: 100%; margin-top:20px;}
    #offer-view .employer-box-logo {max-height: 70px;}
    #offer-view .view-offer-option-box {max-width: 460px; margin: 40px auto 10px;}
}
@media screen and (max-width: 1164px) {
    #offer-view .grid.is-main-container .grid-col-25 {width: calc(100% - 720px)}
    #offer-view .offer-view-box {width: 700px; padding: 0 0px; margin: 0 10px;}            
}
@media screen and (max-width: 1024px) {
    #offer-view .offer-view-data {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
    #offer-view .offer-view-data .grid-col-25 {width: 33.3333%}
    #offer-view .offer-view-data .grid-col-25:nth-of-type(1) {width: 100%; margin-bottom: 20px}   
    #offer-view .offer-view-title {font-size: 18px}
    #offer-view .offer-view-company,
    #offer-view .offer-salary {font-size: 14px}
    #offer-view .offer-view-location,
    #offer-view .offer-view-label-value,
    #offer-view .offer-salary-currency {font-size: 13px}
}
@media screen and (max-width: 980px) {
    #offer-view .offer-view-box {order: 1; -webkit-order: 1}
    #offer-view .grid.is-main-container {justify-content: center; -webkit-justify-content: center;}
    #offer-view .grid.is-main-container .grid-col-25 {order: 2; -webkit-order: 2; width: 720px; margin-top: 20px;}
    #offer-view .grid.is-main-container .offer-view-sidebar {order: 3; -webkit-order: 3; width: 720px;}
    #offer-view .similar-offers-box-header,
    #offer-view .similar-offer-logo,
    #offer-view .similar-offer-title,
    #offer-view .similar-offer-employer,
    #offer-view .similar-offer-location {text-align: center}
    #offer-view .offer-view-data > div {width: 50%; margin-bottom: 10px;}
    #offer-view .offer-view-apply-box,
    #offer-view .view-offer-option-box {display: none}                
    #offer-view .offer-view-apply-box.is-first-one {display: block;}
    #offer-view .offer-view-apply-box.is-first-one ~ .view-offer-option-box {display: flex; -webkit-display: flex;}
    #offer-view .offer-view-employer-box {display: none}
    #offer-view .offer-view-employer-box.is-first {display: block; margin-bottom: 20px}
    #offer-view .offer-salary {text-align: left;}
    #offer-view .offer-salary-info {display: inline}
    
    /* Podobne oferty w sliderze 30-04-2025 */
    #offer-view .offer-view-similar-offers-box.has-slider {padding: 25px 0;}
    #offer-view .offer-view-similar-offers-box .similar-offer.slick-slide {
        height: 200px; overflow: auto; padding: 20px; margin: 0 3px; max-width: unset;
        display: -webkit-box; display: -ms-flexbox; display: flex;
        -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center;
        -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;    
    }
    #offer-view .offer-view-similar-offers-box .similar-offer.slick-slide .similar-offer-title a {text-align: center !important;}
    #offer-view .offer-view-similar-offers-box .similar-offer.slick-slide .similar-offer-employer {padding-bottom: 20px; text-align: center;}
    #offer-view .offer-view-similar-offers-box .similar-offer.slick-slide .similar-offer-location {max-height: 50px; overflow: auto; text-align: center;}
}
@media screen and (max-width: 720px) {
    #offer-view .offer-view-box,
    #offer-view .grid.is-main-container .grid-col-25,
    #offer-view .grid.is-main-container .offer-view-sidebar {width: 100%}
    #offer-view .offer-view-box {overflow: auto;}
    
    /* overwrites */
    #offer-view #job-offer-box {padding: 20px;}
}
/*
@media screen and (max-width: 680px) {    
    #offer-view .offer-view-data .grid-col-25 {width: 50%}
    #offer-view .offer-view-data .grid-col-25:nth-of-type(4) {width: 100%; margin-top: 10px}   
    #offer-view .offer-view-data .offer-salary {text-align: left}
}
*/
@media screen and (max-width: 580px) {
    #offer-view .offer-view-data > div {width: 100%;margin-bottom: 10px;}
    #offer-view .offer-view-employment-form {margin-top: 20px}
}
@media screen and (max-width: 480px) {
    #offer-view .offer-view-details {padding: 40px 10px 20px 10px;}
    #offer-view .offer-view-title {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
    #offer-view .offer-day-label {order: 1; -webkit-order: 1}
    #offer-view .offer-view-title-value {order: 3; -webkit-order: 3; margin-top: 10px;}
    #offer-view .offer-favourite {order: 2; -webkit-order: 2}
    #offer-view .offer-view-data .grid-col-25 {width: 100%; margin-top: 10px}
    #offer-view .offer-view-data .grid-col-25:nth-of-type(1) {margin-bottom: 0}
    #offer-view .offer-view-details.is-super-offer::after {width: 100%; bottom: auto; right: 0; top: 0px; transform: rotate(0deg); -webkit-transform: rotate(0deg)}
}