
/** select2 outline */
.select2{
    width: 100% !important;
}

.select2-results__options {
    max-height: 200px !important;
    overflow-y: auto;
}

.select2-container{
    min-width: 10px !important;    
}
.select2-container--outlined .select2-container{
    width: 100% !important;    
}
.select2-container--outlined .select2-selection{
    border-color: #ccc !important;
    color: #727272 !important;
}

.select2-container--outlined .select2-selection{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: 42px !important;
    
}

.select2-container .select2-selection__clear{
    margin-top: 0.1rem !important;
    margin-right: 0rem !important;
    background-color: #8c8c8c !important;
    color: #fff !important;
    padding: 4px;
    width: 20px !important;
    height: 20px !important;
    padding-left: 0.3em;
    padding-top: 5px;
}

.select2-results__option:empty:before {
    content: "Ninguno";
}

.select2-container .select2-selection{
    font-size: unset !important;
}

.select2-results__options{
    font-size: unset !important;
}
.select2-results__group, .select2-results__option{
    min-height: unset !important;
}

.select2-container--outlined .select2-selection{
    min-height: 39px !important;
}