﻿:root {
    --primary-color: #007FFF;
    --secondary-color: #FF9900;
}

.onboarding-form {
    text-align: center;
    padding: 200px 32px;
    margin: auto;
    width: 100%;
    height: auto;
}

    .onboarding-form .title {
        font-size: 24px;
        font-weight: 600;
        color: #303030;
    }

    .onboarding-form .content {
        font-size: 12px;
        font-weight: 400;
        color: #868686;
    }

.bg-gradient {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-gradient_index {
    background: linear-gradient(to bottom, #007FFF, transparent); /*linear-gradient(to bottom,#007FFF, #2C94FD);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.padding112 {
    padding-top: 56px;
    /*padding-top: 112px;*/
}

.padding10 {
    padding: 10px;
}

.btn_kp {
    background-color: white
}

.icon-updown_left {
    align-self: center;
    padding-right: 5px
}

.icon-updown_right {
    align-self: center;
    padding-left: 5px
}

.quantity-block {
    border: 1px solid #D1D3D4;
    border-radius: 10px;
    display: flex;
    width: 35px;
    height: 35px;
    align-self: center
}

    .quantity-block .quantity-num {
        padding: 3px 3px;
        border-radius: 4px;
        outline: none;
        width: 30px;
        border: none;
        font-weight: 600;
        text-align: center;
        background-color: #ffffff
    }

.div_ticket {
    padding: 10px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div_image {
    display: flex;
    justify-content: space-around;
}

.div_width_image {
    width: 50%
}

.div_image_item {
    padding: 5px;
    width: 100%;
}

.textFlght {
    font-size: 15px;
    font-weight: bold;
}

.image_width {
    width: 40px
}

.div_arrow {
    text-align: center;
    font-size: 10px;
}

.div_arrow_item_bottom {
    margin-bottom: -15px;
}

.div_arrow_item_top {
    margin-top: -15px;
}

.icon_bottom {
    height: 20px;
}

.text-value {
    font-size: 13px;
}

.text-opacity {
    opacity: 0.5;
}

.text10 {
    font-size: 10px;
}

.text12 {
    font-size: 12px;
}

.text30 {
    font-size: 30px;
}

.appBottom {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
}

.header_model {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}

.div_direction_column {
    display: flex;
    position: absolute;
    top: 0;
    height: 95%;
    padding: 1em;
    flex-direction: column;
    justify-content: space-between;
}

.container_img {
    position: relative;
    text-align: center;
    color: white;
}

.centered_bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*       right: 16px;*/
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.padding_top_44 {
    padding-top: 0px;
}

.card_recent_search {
    display: flex;
    align-items: center;
    min-width: 292px;
    min-height: 87px;
    border-radius: 16px;
    background: #FFF;
}

.recent_point {
    padding: 0px 4px;
    border-radius: 4px;
    background: #F4F4F4;
}

.recent_point_text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.recent_text_detail {
    color: #494949;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
    margin-top: 4px;
}

@media only screen and (device-width: 375px) and (device-height: 812px) {
    .padding_top_44 {
        padding-top: 39px;
    }

    @media only screen and (device-width: 390px) and (device-height: 844px) {
        .padding_top_44 {
            padding-top: 39px;
        }
    }

    @media only screen and (device-width: 428px) and (device-height: 926px) {
        .padding_top_44 {
            padding-top: 39px;
        }
    }

    @media only screen and (device-width: 414px) and (device-height: 896px) {
        .padding_top_44 {
            padding-top: 39px;
        }
    }
}

.appHeader_login {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(30deg, #80BFFF,#007FFF);
}

