/*ESTILOS PARA EL SELECT2*/

.select2-container {
    
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    width: 1%!important;
    min-width: 0!important;
    margin-bottom: 0!important;

}

.bg-warning, .bg-warning>a {
    color: #ffffff!important;
}

