/*
 *  This code contains copyright information which is the proprietary property
 *  of SITA Advanced Travel Solutions. No part of this code may be reproduced,
 *  stored or transmitted in any form without the prior written permission of
 *  SITA Advanced Travel Solutions.
 *  Copyright SITA Advanced Travel Solutions 2025.
 *  Confidential. All rights reserved.
 */

.splash {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    position: absolute;
    z-index: 2000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px
}

.splash-title h1{
    font-size: 26px;
    font-weight: 500;
}

.color-line {
    border-radius:4px 4px 0 0
}
