.input-group-text{
    background-color: transparent!important;   
}
.form-control {
    border-radius: 0.5rem;
}
.btn {
    border-radius: 0.5rem;
}
.form-control:focus ,.ng-select-container.foucs  {
    box-shadow: unset!important;
}
.form-control:focus, .form-control.foucs, .rb-form-control:focus, .rb-form-control.foucs
.ng-select .ng-select-container.foucs {
    border-color: #0067c0!important;
    outline-color: rgba(0, 103, 192, 0.25)!important;
    background-color: #fff;
}

.form-control:focus +dive.input-group-append{
    border-color: #0067c0;
    outline-color: rgba(0, 103, 192, 0.25);
}
  
.mat-mdc-slider  .mat-slider-track-fill {
    background-color: #C0D6E9!important;
  }

  
.mat-mdc-slider .mdc-slider__thumb-knob  ,.mat-mdc-slider .mdc-slider__track--active_fill 
{
    background-color: #4798CD!important;
    border-color: #4798CD!important;
}

.mdc-slider__track--active_fill 
{
    background-color: #4798CD!important;
    border-color: #4798CD!important;
}
.mat-mdc-slider .mdc-slider__track--inactive {
    background-color: #C0D6E9!important;
    opacity: .24;
}
.mat-mdc-slider-visual-thumb .mat-ripple {
    height: unset!important;
    width: unset!important;
}
.table{
  border-color: transparent!important;
}
.table thead th {
    border-bottom: none!important;
}
.table td, .table th {
    padding: 8px!important;
    border-top: 1px solid transparent!important;
    vertical-align: middle!important;
}
.table thead tr{
    background-color: #4798CD;
}
.border-1{
    border: 1px solid transparent !important;
}
.ng-select .ng-select-container{
    border: 1px solid transparent !important;
    border-radius: 8px !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: unset!important;
}