* {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
}

a {
    text-decoration: none;
    color: #000;
}

.pointer {
    cursor: pointer;
}

.header {
    text-align: center;
    background-color: #4bb5cd;
    border-radius: 0 0 7.5px 7.5px;
    font-size: 20px;
}

.header span {
    color: #fff;
    font-size: 12px;
}

.header img {
    height: 50px;
    position: absolute;
    margin: 0 auto 0 -140px;
}

.header .small {
    font-size: 9px;
    color: #fff;
}

.container {
    max-width: 700px;
}

.display-mobile {
    margin-bottom: 80px;
}

.menu-footer {
    position: fixed;
    width: 100%;
    border-top: 5px solid #4bb5cd;
    background-color: #fff;
    bottom: 0;
    padding: 5px;
    font-size: 10px;
}

.menu-footer a {
    color: #4bb5cd;
}

.menu-footer img {
    height: 27.5px;
}

.card-hello {
    background-color: #62c0d5;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
}

.hello-name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.hello-name .small {
    font-size: 15px;
    font-weight: 400;
    color : #e9e9e9;
}

.tanggal-flight {
    font-size: 11px;
    padding: 2px 5px;
    font-weight: 600;
    color: #fff;
    background-color: #62c0d5;
}

.list-flight{
    font-size: 13px;
    background-color: #fff;
    border-radius: 10px;
}

.card-detail {
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background-color: #62c0d5;
}

.card-detail .small {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.card-form {
    padding: 15px 0;
}

.head-list {
    background-color: #70b3c2;
    padding: 3px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.list-peserta {
    padding: 2.5px 10px;
    border-radius: 7.5px;
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
