@use 'synergy-colors';
@use 'synergy-fonts';
@use 'synergy-animations';



//INPUT/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
:host ::ng-deep .p-dropdown{
    width: 100%;
    height: 50%;
    border-color: black;
}

:host ::ng-deep .p-multiselect{
    width: 100%;
    height: 50%;
    border-color: black;
}





:host ::ng-deep .p-dropdown input{
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    align-items: flex-start;
    padding: 8px 16px;
    font-family: map-get(synergy-fonts.$text, font-family);
    font-style: map-get(synergy-fonts.$text, font-style);
    font-weight: map-get(synergy-fonts.$text, font-weight);
    font-size: map-get(synergy-fonts.$text, font-size);
    line-height: map-get(synergy-fonts.$text, line-height);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    box-shadow: none !important;
    box-sizing: border-box !important;
    margin-top : 0;
}

:host ::ng-deep .p-dropdown input:focus{
    outline: none;
    border: 3px solid map-get(synergy-colors.$blue, 300);
}


:host ::ng-deep .p-multiselect input{
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    align-items: flex-start;
    padding: 8px 16px;
    font-family: map-get(synergy-fonts.$text, font-family);
    font-style: map-get(synergy-fonts.$text, font-style);
    font-weight: map-get(synergy-fonts.$text, font-weight);
    font-size: map-get(synergy-fonts.$text, font-size);
    line-height: map-get(synergy-fonts.$text, line-height);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    box-shadow: none !important;
    box-sizing: border-box !important;
    margin-top : 0;
}

:host ::ng-deep .p-multiselect input:focus{
    outline: none;
    border: 3px solid map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-multiselect:focus{
    outline: none;
    border: 3px solid map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-multiselect:not(.p-disabled):hover {
    border-color: map-get(synergy-colors.$blue, 300);
  }


:host ::ng-deep .p-multiselect .p-multiselect-trigger{
    color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled {
    color: black;
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: white;
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    background: black;
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    color: black;
    background: map-get(synergy-colors.$blue, 50);
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled) {
    color: black;
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    background: map-get(synergy-colors.$blue, 50);
}

:host ::ng-deep .p-checkbox .p-checkbox-box.p-highlight {
    background: map-get(synergy-colors.$blue, 300);
    border-color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
    box-shadow: none;
}

:host ::ng-deep .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: black;
    background: map-get(synergy-colors.$blue, 50);
}

:host ::ng-deep .p-multiselect.p-multiselect-chip .p-multiselect-token {
    background: map-get(synergy-colors.$blue, 300);
    color: white;
}





















:host ::ng-deep .p-dropdown .p-dropdown-trigger {
    color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled) {
    color: black;
}

:host ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    background: map-get(synergy-colors.$blue, 50);
}

:host ::ng-deep .p-dropdown:not(.p-disabled):hover {
    border-color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-dropdown-panel .p-dropdown-header {
    color: black;
    background: map-get(synergy-colors.$blue, 50);
}

:host ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    background: map-get(synergy-colors.$blue, 50);
}

:host ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: map-get(synergy-colors.$blue, 300);
}

:host ::ng-deep .p-dropdown .p-dropdown-clear-icon {
    color: black;
}