/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 апр. 2021 г., 11:05:03
    Author     : dstorchak
*/
/*---------------- select2 START -----------------*/
.select2{
    position: relative;

}
.select2-items{
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    display: block;
    overflow-x: hidden;
    min-width: 260px;
}
.dropdown-item{
    cursor: pointer;
    color: #000000;
    white-space: inherit;
}
#last-vacancy a.dropdown-item {
    color: #000000;
}

@media (max-width: 700px) {
    .select2-items{
        min-width: auto;
    }
}
/*---------------- select2 END -----------------*/