/*
 * Backpack - Skyscanner's Design System
 * 
 * Copyright 2016 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-banner-alert{background-color:#fff;overflow:hidden;border-radius:.375rem}.bpk-banner-alert--primary{box-shadow:0 0 0 1px var(--bpk-banner-alert-primary-color, #0770e3) }.bpk-banner-alert--success{box-shadow:0 0 0 1px var(--bpk-banner-alert-success-color, #00a698) }.bpk-banner-alert--warn{box-shadow:0 0 0 1px var(--bpk-banner-alert-warn-color, #ffb54d) }.bpk-banner-alert--error{box-shadow:0 0 0 1px var(--bpk-banner-alert-error-color, #d1435b) }.bpk-banner-alert--neutral{box-shadow:0 0 0 1px #68697f }.bpk-banner-alert--event{box-shadow:0 0 0 1px #5a489b }.bpk-banner-alert__header{display:flex;padding:0.5rem;flex-direction:row;align-items:center}.bpk-banner-alert__header--expandable{cursor:pointer}.bpk-no-touch-support .bpk-banner-alert__header--expandable:hover:not(:active):not(:disabled){background-color:#f1f2f8}:global(.bpk-no-touch-support) .bpk-banner-alert__header--expandable:hover:not(:active):not(:disabled){background-color:#f1f2f8}.bpk-banner-alert__header--expandable:active{background-color:#dddde5}.bpk-banner-alert__icon,.bpk-banner-alert__message,.bpk-banner-alert__toggle{display:inline-block}.bpk-banner-alert__message{padding:0 0.5rem;flex-grow:1}.bpk-banner-alert__primary-icon{fill:#0770e3;fill:var(--bpk-banner-alert-primary-color, #0770e3)}.bpk-banner-alert__success-icon{fill:#00a698;fill:var(--bpk-banner-alert-success-color, #00a698)}.bpk-banner-alert__warn-icon{fill:#ffb54d;fill:var(--bpk-banner-alert-warn-color, #ffb54d)}.bpk-banner-alert__error-icon{fill:#d1435b;fill:var(--bpk-banner-alert-error-color, #d1435b)}.bpk-banner-alert__neutral-icon{fill:#68697f}.bpk-banner-alert__event-icon{fill:#5a489b}.bpk-banner-alert__toggle-button{padding:0;border:0;background-color:transparent;cursor:pointer;appearance:none}.bpk-banner-alert__expand-icon{fill:#444560}.bpk-banner-alert__expand-icon--flipped{transform:scaleY(-1)}.bpk-banner-alert__children-container{padding:0 2.5rem 0.5rem 2.125rem;color:#68697f;margin:0;font-size:.75rem;line-height:1rem;font-weight:400}
