* {
    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: #cd4b4b;
    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 #cd4b4b;
    background-color: #fff;
    bottom: 0;
    z-index: 999!important;
    padding: 5px;
    font-size: 10px;
}

.menu-footer a {
    color: #cd4b4b;
}

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

.card-hello {
    background-color: #e06868;
    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 : #ccc;
}

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

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

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

.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;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px!important;
}
.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-selection {
    height: 40px !important;
    border-radius: 0px !important;
}
