.job_offers table
{
    border-collapse: collapse;
    width: 100%;
    margin-top: 5%;
}

.vl 
{
    border-left: 1px solid #dbdbdb;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 25%;
    position: relative;
    left: -25%;
}

.job_offers th
{
    padding: 20px 30px;
    text-align: left;
    background-color: #f6f6f6;
    border-bottom: 1px solid #dbdbdb;
}

.job_offers th:first-child
{
    padding: 20px 8%;
}

.job_offers td:first-child
{
    background: transparent url('https://kariera.stokrotka.pl/icon.png') no-repeat scroll left center;
    padding-left: 7.5%;
    width: 35%;
}

.job_offers td
{
    line-height: normal;
    cursor: pointer;
    padding: 20px 30px;
    border-bottom: 1px solid #dbdbdb;
    /* border-top: 1px solid #dbdbdb; */
}

.job_offers tr:hover td
{
    background-color: #f9f9f9;
}

.job_offers_filters label
{
    text-align: left;
    color: white;
    font-family: Myriad Pro;
    font-size: 20px;
    margin-bottom: 2.5%;
}

.w-erecruiter .i-s-holder
{
    display: none !important;
}

.job_offers_filters
{
    background-color: #82b437;
    padding: 3% 2.5%;
}

.label_input
{
    display: flex;
    flex-direction: column;
}

#form_div
{
    display: flex;
    gap: 2%;
    align-items: end;
}

input[type=submit]
{
    color: black;
    background-color: #fedc00;
    padding: 1.1% 5%;
    height: 100%;
    font-weight: normal;
}

input[type=text]
{
    padding: 6%;
}

.dropdown_multiselect
{
    border: 2px solid #e4e4e4;
    padding: 4.5% 7%;
    background: white;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: grey;
    text-transform: lowercase;
}

::placeholder
{
    color: grey;
}

select
{
    background: white;
}

option:checked, option:active, option:hover, option:focus
{
    background-color: #82b437 !important;
}

#form_div .i-s-styled
{
    position: absolute;
    top: 10px;
    overflow: hidden;
    z-index: 10;
    text-transform: capitalize;
}

#form_div .i-s-styled option
{
    padding: 2% 6%;
}

.PAGER
{
    padding-top: 25px;
    display: flex;
    gap: 0.5%;
    justify-content: flex-end;
}

.PAGER a
{
    border: 1px solid #dbdbdb;
    color: grey;
}

.PAGER a, .PAGER b
{
    line-height: unset;
    padding: 8px 14px;
    padding-bottom: 4px;
    font-size: 16px;
}

.PAGER .next, .PAGER .last, .PAGER .prev, .PAGER .first
{
    padding: 12px 18.5px;
}

.i-s-wrapper
{
    width: 220px !important;
}

.count_selected
{
    font-weight: 500;
    color: black;
}

/* media queries */

@media (max-width: 1248px)
{
    #form_div
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    input[type=submit]
    {
        margin-top: 1.5%;
    }
}

@media (max-width: 986px)
{
    input[type=submit]
    {
        padding: 1.4% 6%;
    }

    .job_offers_filters label
    {
        margin-top: 3.5%;
    }
}

@media (max-width: 830px)
{
    input[type=submit]
    {
        padding: 1.7% 6%;
    }

    .job_offers td:first-child
    {
        padding-left: 12%;
    }
}

@media (max-width: 700px)
{
    input[type=submit]
    {
        padding: 2% 6%;
    }

    .job_offers td, .job_offers th
    {
        padding: 20px 20px;
    }

    .PAGER a:nth-child(n+4):nth-child(-n+9)
    {
        display: none;
    }

    .PAGER .next, .PAGER .last, .PAGER .prev, .PAGER .first, div div.PAGER a, div div.PAGER b
    {
        padding: 10px 25px !important;
    }
}

@media (max-width: 530px)
{
    .job_offers td:nth-child(2)
    {
        padding: 10px 0px;
    }

    .job_offers td, .job_offers th
    {
        padding: 20px 0px;
        display: flex;
    }

    .job_offers th:first-child
    {
        padding: 20px 2%;
    }

    .job_offers th
    {
        padding: 20px 2%;
    }

    .job_offers td:first-child
    {
        padding-left: 15%;
        margin-top: 10%;
    }

    .vl
    {
        border-left: unset;
    }

    .job_offers td:first-child
    {
        width: 100%;
    }
}

@media (max-width: 510px)
{
    .PAGER .next, .PAGER .last, .PAGER .prev, .PAGER .first, div div.PAGER a, div div.PAGER b
    {
        padding: 10px 20px !important;
    }
}

@media (max-width: 480px)
{
    input[type=submit]
    {
        padding: 3% 6%;
    }

    div div.PAGER a, div div.PAGER b
    {
        padding: 9px 8px;
        width: 20%;
    }
}

@media (max-width: 470px)
{
    .label_input
    {
        width: 100%;
    }

    input[type=text]
    {
        padding: 3%;
    }

    select[name="region[]"],
    select[name="department[]"]
    {
        width: 100%;
    }

    select[name="region[]"].i-hide,
    select[name="department[]"].i-hide 
    {
        display: block !important;
    }

    #form_div select.i-s-styled
    {
        top: -20px;
    }

    .dropdown_multiselect
    {
        padding: 3% 3%;
    }

    input[type=submit]
    {
        margin-top: 4.5%;
    }

    .i-s-wrapper
    {
        width: 100% !important;
    }
}

@media (max-width: 425px)
{
    .job_offers td:first-child
    {
        padding-left: 20%;
    }

    .PAGER .next, .PAGER .last, .PAGER .prev, .PAGER .first, div div.PAGER a, div div.PAGER b
    {
        padding: 10px 15px !important;
    }
}