/* 
 * Backpack - Skyscanner's Design System
 * 
 * Copyright 2016-2021 Skyscanner Ltd
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
*/
@keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-chip{display:inline-flex;height:2.25rem;padding:0 1.125rem;align-items:center;border:none;border-radius:1.125rem}.bpk-chip--light{background-color:#fff;color:#111236;box-shadow:0 0 0 1px #8f90a0 inset}.bpk-chip--light:hover:not(:active):not(:disabled){background-color:#f1f2f8}.bpk-chip--light:hover:not(:active):not(:disabled){background-color:#f1f2f8}.bpk-chip--light:active:not(:disabled){background-color:#dddde5}.bpk-chip--light-selected{color:#fff;color:var(--bpk-chip-light-selected-text-color, #fff);background-color:#0770e3;background-color:var(--bpk-chip-light-selected-background-color, #0770e3);box-shadow:0 0 0 1px rgba(0,0,0,0) inset}.bpk-chip--light-selected:hover:not(:active):not(:disabled){background-color:#084eb2;background-color:var(--bpk-chip-light-selected-hover-background-color, #084eb2)}.bpk-chip--light-selected:hover:not(:active):not(:disabled){background-color:#084eb2;background-color:var(--bpk-chip-light-selected-hover-background-color, #084eb2)}.bpk-chip--light-selected:active:not(:disabled){background-color:#042759;background-color:var(--bpk-chip-light-selected-active-background-color, #042759)}.bpk-chip--primary{background-color:#dddde5;color:#111236}.bpk-chip--primary:hover:not(:active):not(:disabled){background-color:#cdcdd7}.bpk-chip--primary:hover:not(:active):not(:disabled){background-color:#cdcdd7}.bpk-chip--primary:active:not(:disabled){background-color:#b2b2bf}.bpk-chip--primary-selected{color:#fff;color:var(--bpk-chip-primary-selected-text-color, #fff);background-color:#0770e3;background-color:var(--bpk-chip-primary-selected-background-color, #0770e3);box-shadow:0 0 0 1px rgba(0,0,0,0) inset}.bpk-chip--primary-selected:hover:not(:active):not(:disabled){background-color:#084eb2;background-color:var(--bpk-chip-primary-selected-hover-background-color, #084eb2)}.bpk-chip--primary-selected:hover:not(:active):not(:disabled){background-color:#084eb2;background-color:var(--bpk-chip-primary-selected-hover-background-color, #084eb2)}.bpk-chip--primary-selected:active:not(:disabled){background-color:#042759;background-color:var(--bpk-chip-primary-selected-active-background-color, #042759)}.bpk-chip--success{background-color:#dddde5;color:#111236}.bpk-chip--success:hover:not(:active):not(:disabled){background-color:#cdcdd7}.bpk-chip--success:hover:not(:active):not(:disabled){background-color:#cdcdd7}.bpk-chip--success:active:not(:disabled){background-color:#b2b2bf}.bpk-chip--success-selected{color:#111236;color:var(--bpk-chip-success-selected-text-color, #111236);background-color:#73cec6;background-color:var(--bpk-chip-success-selected-background-color, #73cec6)}.bpk-chip--success-selected:hover:not(:active):not(:disabled){background-color:#4dc1b7;background-color:var(--bpk-chip-success-selected-hover-background-color, #4dc1b7)}.bpk-chip--success-selected:hover:not(:active):not(:disabled){background-color:#4dc1b7;background-color:var(--bpk-chip-success-selected-hover-background-color, #4dc1b7)}.bpk-chip--success-selected:active:not(:disabled){background-color:#00a698;background-color:var(--bpk-chip-success-selected-active-background-color, #00a698)}.bpk-chip--disabled{background-color:#dddde5;color:#cdcdd7;box-shadow:0 0 0 1px rgba(0,0,0,0) inset}.bpk-chip__leading-accessory-view{display:inline-flex;fill:currentColor;margin-left:0;margin-right:.375rem}html[dir='rtl'] .bpk-chip__leading-accessory-view{margin-left:.375rem;margin-right:0}.bpk-chip__trailing-accessory-view{display:inline-flex;fill:currentColor;margin-left:.375rem;margin-right:0}html[dir='rtl'] .bpk-chip__trailing-accessory-view{margin-left:0;margin-right:.375rem}
