/* This file is reserved for overriding and extending the template styles. */
.ng-dropdown-panel .ng-dropdown-panel-items {
    display: block;
    height: auto;
    box-sizing: border-box;
    max-height: 152px !important;
    overflow-y: auto;
  }
  .ng-select .ng-select-container {
   
    cursor: default;
    display: flex;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 11px !important;
  }
  .ng-dropdown-panel .scroll-host {
    /* width: max-content; */
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    display: block;
    -webkit-overflow-scrolling: touch;
}
.ng-dropdown-panel.ng-select-bottom{
  width: max-content !important;
}
.ng-select.ng-select-single .ng-select-container{
  border: 1px solid var(--primary) !important;
  border-radius: 11px;
}

@media (min-width:300px) and (max-width:419px){
  .font-SGA{
    font-size: 11px !important;
    padding: 0px 5px;
  } 
  #inr .nav-item{
    width: 30% !important;
    padding: 0 !important;
  }
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border: solid black !important;
  border-width: 0 1.5px 1.5px 0 !important;
  display: inline-block !important;
  padding: 3px !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
}
.ng-select .ng-arrow-wrapper {
  margin-bottom: 6px !important;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 0px !important;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #838383 !important;
  border-style: solid !important;
  border-width: -1px 5px 2.5px !important;
}


.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.25rem 1.75rem 0.375rem 0.75rem !important;
  min-height: var(--input-height);
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: 1.8;
  color: #4e4e4e;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border: initial;
  border-top: 1px solid var(--alternate);
  border-right: 1px solid var(--alternate);
  transform: rotate(135deg);
  width: 8px !important;
  height: 8px !important;
  margin-top: -6px !important;
}
.select2-dropdown{
  width: max-content !important;
}
