
.ng-select.select-custom.ng-invalid>.ng-select-container {
    border-color: red;
}

.ng-select.select-custom.ng-select-focused.ng-invalid>.ng-select-container {
    border-color: red;
}

.ng-select.select-custom.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
    box-shadow: none;
    border-color: #26baee;
}

.ng-select.select-custom.ng-select-focused.ng-invalid:not(.ng-select-opened)>.ng-select-container {
    border-color: red;
}

.ng-select.select-custom .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  /*  background-color: #337ab7;*/
    border: solid white;
    border-width: 1px 3px;
}

/*.ng-select.select-custom.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
   background-color: white;
} */

.ng-select.select-custom .ng-select-container,
.ng-select.select-custom.ng-select-single .ng-select-container {
    height: 35px;
}

.ng-select.select-custom.fixed-size .ng-dropdown-panel .scroll-host {
    height: 242px;
}

/* .ng-select.select-custom */

.ng-select.select-custom.ng-select-single.ng-select-filtered:not(.ng-select-opened) 
.ng-select-container.ng-has-value 
.ng-value-container 
.ng-value {
    visibility: visible;
    
}

/* .ng-select.auto-grow -- periodo-selector componente */ 
.ng-select.auto-grow {
  display: flex;
  margin-bottom: 1rem;
}

.ng-select.auto-grow .ng-dropdown-panel {
    width: 428px;
    z-index: 1001;
}

.ng-select.auto-grow .inner-ng-select-container {
    position: relative;
    z-index: 1000;
    padding: 8px;
    background: white;
}

.ng-select.auto-grow .inner-ng-select-container .ng-dropdown-panel {
    width: 396px !important;
}

.ng-select.auto-grow .inner-ng-select-container ng-select {
    width: 100%;
}