@import '../Headers/Header_02/header_02.css';

@import "../Moduli/ModuliInterattivi/job-searcher.css";
@import "../Moduli/Fasce/big-card-with-img-txt.css";

@import "../Moduli/ModuliInterattivi/selection-process.css";


section#jobs .stripe-container {
    padding-top: 0;
}

.job-searcher-inner {
    background-color: rgb(247 249 250 / 5%);
}
.job-row,
.jobs-list .job-row > *:not(:last-child),
.jobs-list > *:first-child {
    border-color: #373b47;
}

#jobs select {
    background-color: rgb(49 54 66 / 80%);
}
.filter-select-container {
    position: relative;
    display: block;
}
.filter-select-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgb(247 249 250 / 22%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
}

/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {

}

/* Team grid to set as classic team grid on four col grid
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1460px) {

}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {

}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {

}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

}

/* Mobile port
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {

}