/* Buttons */
.btn-checkin {
    background: #F138A4;
    border-color: #F138A4;
    color: #ffffff;
}

.btn-checkin:hover {
    background: #be1d7b;
    border-color: #be1d7b;
    color: #ffffff;
}

/* Flight content */
.section-title, .assigned-seat-number,
#confirmation .title {
    color: #F138A4;
}

/* Switch-button */
.switch-button:checked + label:after {
    background-color: #F138A4;
}

/* Frequent flyer icon */
.frequent-flyer .fill, .seats .fill, .spinner-icon .fill {
    fill: #F138A4;
}

/* Seat Preferences */
.seat-preferences .active span {
    color: #F138A4;
}

/* Footer */
.hazardous-link {
    color: #F138A4;
}