/*
 * 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-checkbox{position:relative;display:inline-block;padding-left:1.75rem;margin:0;font-size:1rem;line-height:1.5rem;font-weight:400}html[dir='rtl'] .bpk-checkbox{padding-right:1.75rem;padding-left:0}.bpk-checkbox__label{vertical-align:baseline}.bpk-checkbox__label--small{margin:0;font-size:.75rem;line-height:1rem;font-weight:400}.bpk-checkbox--white{color:#fff}.bpk-checkbox--disabled{color:#b2b2bf;cursor:not-allowed}.bpk-checkbox--invalid input[type='checkbox']{border:.1875rem solid #d1435b}.bpk-checkbox__input{position:absolute;top:.125rem;left:0;width:1.25rem;height:1.25rem;margin:0;padding:0;border:.1875rem solid #8f90a0;border-radius:.25rem;cursor:pointer;vertical-align:text-bottom;appearance:none}html[dir='rtl'] .bpk-checkbox__input{right:0;left:auto}@media screen\0 {.bpk-checkbox__input{background:none !important}}.bpk-checkbox__input:checked,.bpk-checkbox__input:indeterminate{background-color:#0770e3;background-color:var(--bpk-checkbox-checked-color, #0770e3);border-color:#0770e3;border-color:var(--bpk-checkbox-checked-color, #0770e3)}.bpk-checkbox__input:checked:disabled,.bpk-checkbox__input:indeterminate:disabled{border-color:#b2b2bf;background:none}.bpk-checkbox__input:checked:not(:indeterminate)::before,.bpk-checkbox__input:checked:not(:indeterminate)::after{position:absolute;content:'';transform:rotate(45deg);border-radius:2px;background-color:#fff}.bpk-checkbox__input:checked:not(:indeterminate)::before{top:0.4375rem;left:0;width:.5rem;height:0.1875rem}.bpk-checkbox__input:checked:not(:indeterminate)::after{top:0.125rem;left:0.4375rem;width:0.1875rem;height:0.6875rem}.bpk-checkbox__input:checked:not(:indeterminate):disabled::before,.bpk-checkbox__input:checked:not(:indeterminate):disabled::after{background-color:#b2b2bf}.bpk-checkbox__input:disabled{border-color:#b2b2bf}.bpk-checkbox__input-indeterminate::before{position:absolute;top:0.3125rem;left:0.125rem;content:'';width:.625rem;height:0.1875rem;border-radius:2px;background-color:#fff}.bpk-checkbox__input-white{background-color:#fff}.bpk-checkbox__asterisk{color:#d1435b}
