.select2 {
    width: 100% !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.select2-selection {
    font-size: 0.8rem !important;
    margin-left: -0.7rem !important;
    border: none !important;
    outline: none !important;
}
.select2 .select2-selection__rendered {
    background-color: transparent;
    color: white !important;
    width: 105%;
}
.pr-input-group--birthday .select2-selection__rendered {
    width: 130%;
}
.select2 .select2-selection__arrow {
    display: none !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
}

.select2-dropdown {
    background-color: black !important;
    margin-top: 3px !important;
    border: 1px solid white !important;
    /* border-radius: 0.3rem !important; */
    padding: .5rem !important;
    /*se agrega box-shadow*/
    box-shadow: 1px 2px 20px 2px #30d87b;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 100px !important;
}
.select2-results__options {
    font-size: 12px;
}
.select2-results__options::-webkit-scrollbar {
    background-color: transparent !important;
    width: 4px !important;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #30d87b !important;
    border-radius: 3px !important;
}
.select2-search--dropdown {
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.select2-search__field {
    background-color: black !important;
    color: white !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
}
.select2-search__magnifier {
    margin-left: 5px;
}
.select2-results__option {
    width: 95%;
}
.select2-results__option--selectable {
    color: #717071 !important;
}
.select2-results__option--selected {
    background-color: #676666 !important;
    color: white !important;
    border-radius: .2rem !important;
}
.select2-results__option--highlighted {
    background-color: #244f2b !important;
    color: white !important;
    border-radius: .2rem !important;
}

.pr-input-block.dirty[data-status="valid"] .select2 {
    /*border-color: #30e17b;*/
    border-color: #04F77C;
}
.pr-input-block.dirty[data-status="invalid"] .select2 {
    border-color: #e04f5f;
}