/* 
 * 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-dialog__container{display:flex;padding:1.5rem}@media screen\0 {.bpk-dialog__container{display:block}}.bpk-dialog__close-button{float:right;margin:0 0 .75rem .75rem}html[dir='rtl'] .bpk-dialog__close-button{float:left;margin:0 .75rem .75rem 0}.bpk-dialog--with-icon{margin-top:1.875rem}.bpk-dialog__icon{position:absolute;top:0;left:50%;display:flex;width:3.75rem;height:3.75rem;margin-top:-1.875rem;margin-left:-1.875rem;justify-content:center;align-items:center;border:2px #fff solid;border-radius:50%}.bpk-dialog__icon--primary{background-color:#00a698}.bpk-dialog__icon--warning{background-color:#ff9400}.bpk-dialog__icon--destructive{background-color:#d1435b}.bpk-dialog__icon>svg{fill:#fff}
