/*
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 : 29-dic-2021, 9.44.38
    Author     : pubbliSHARK
*/
.filters-contaier-advenced{    margin: 15px 0px;}

.select2-container {
    /*min-width: 400px;*/
    height: 50px !important;
    margin-bottom: 10px !important;
}
.select2-container .select2-selection--multiple{
    min-height: 50px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0px;
    margin-right: 5px;
    background: #000;
    border-radius: 0px !important;
    padding: 9px 5px;
    line-height: 0px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 15px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0px !important;
    cursor: text;
    height: 50px !important;
    overflow-y: auto;
    font-size: 11px;
    margin-bottom: 10px;
    border-width: 2px;
    /*display: table-cell !important;*/
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 0px !important;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 0px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 0px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}
.select-icon .placeholder {
    display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
    display: none;
}
.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px !important;
    text-transform: uppercase;
    padding-top: 10px !important;
    font-weight: bold;
    max-width: 85%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered > li:first-child {
    border-radius: 0px !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered > li:first-child:before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 14px;
    right: 5px;
    height: 20px;
    width: 20px;
    font-size: 15px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    border-radius: 0px !important;
    cursor: pointer;
}

#reset-filter-button{margin-top: 11px;}
.filter-adv-reset-button{
    background: #000;
    padding: 15px 20px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}
.filter-adv-reset-button:hover{color: #fff;}
.filter-adv-reset-button span{    font-weight: 900;    font-size: 18px;padding-right: 5px;}