/* Minification failed. Returning unminified contents.
(280,37): run-time error CSS1046: Expect comma, found '0'
(280,41): run-time error CSS1046: Expect comma, found '/'
(280,68): run-time error CSS1046: Expect comma, found '0'
(280,72): run-time error CSS1046: Expect comma, found '/'
(589,37): run-time error CSS1046: Expect comma, found '0'
(589,41): run-time error CSS1046: Expect comma, found '/'
 */
/* Minification failed. Returning unminified contents.
(452,37): run-time error CSS1046: Expect comma, found '0'
(452,41): run-time error CSS1046: Expect comma, found '/'
 */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    font-family: "KoHo-Medium", sans-serif;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    min-height: 100vh;
    background-color: linen !important;
}

.flight-item{
    display: none !important;
}

.block-header-top {
    /*min-width: 500px;*/
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.block-user-login {
    float: right;
}

.block-select-language {
    cursor: pointer;
    min-width: 118px;
    float: right;
}

    .block-select-language .wrap-lang-selector {
        display: none;
    }

    .block-select-language .ddcommon {
        min-width: 118px;
        border: 1px solid #fff;
        border-radius: 8px;
        float: right;
        padding: 0px 10px;
    }

        .block-select-language .ddcommon .ddTitleText {
            color: #fff;
            float: left;
        }

            .block-select-language .ddcommon .ddTitleText img {
                padding-right: 5px;
            }

    .block-select-language .ddChild {
        top: 30px !important;
        background: #fff;
    }

        .block-select-language .ddChild ul {
            list-style: none;
            margin: 0px;
            padding: 0px 10px;
        }

            .block-select-language .ddChild ul li {
            }

                .block-select-language .ddChild ul li img {
                    padding-right: 5px;
                }

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    display: block;
}

.validation-summary-errors ul {
    padding: 0;
    list-style-type: none;
}

    .validation-summary-errors ul li {
        color: red;
    }

.main-article {
    padding-top: 50px;
    padding-bottom: 50px;
}

#header {
    background-color: #073796 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 9;
}

.home-content-tagline {
    /*font-family: "Jambono-Medium";*/
}

.home-content-slide {
    font-family: "Jambono-Light";
}

.btn-voucher-app {
    /*background-image: url('/images/button.png');
    background-size: cover;
    color: #fffc00;*/
    text-decoration: none;
    display: inline;
    right: 0;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    background: #073796;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    font-family: 'Jambono-Medium', sans-serif;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 22px;
    width: fit-content;
}

    .btn-voucher-app:hover {
        text-decoration: none;
        color: #fffc00;
    }

.btn-receipt {
    width: 135px;
    height: 45px;
    border: none;
    background: none;
    cursor: pointer;
    background: #073796;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    background-size: 135px 45px;
    font-family: "Jambono-Medium";
    font-size: 16px;
}

    .btn-receipt:hover {
        color: #fffc00;
    }

.custom-btn-link {
    padding: 8px 10px;
    width: 135px;
    height: 45px;
    border: none;
    background: none;
    cursor: pointer;
    background: #073796;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    background-size: 135px 45px;
    font-family: "Jambono-Medium";
    font-size: 16px;
    margin: 0px 5px;
}

    .custom-btn-link:hover {
        color: #fffc00;
        cursor: pointer;
        text-decoration: none;
    }

.datepicker {
    margin-top: 0;
}


.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.voucher-template-block {
    text-align: center;
}

.cc-selector-2 input {
    position: absolute;
    z-index: 1;
}

.visa {
    background-image: url(https://www.ryanair.com/content/dam/ryanair/2019/giftvoucher/08/GIFT_VOUCHERS.jpg./image.7c44976612e275e6a7b938917d84bc66.jpg);
}

.mastercard {
    background-image: url(https://www.ryanair.com/content/dam/ryanair/2019/giftvoucher/08/HAPPY_BIRTHDAY.jpg./image.5dbb222056add86eec9e2eb88f311b06.jpg);
}

.cc-selector-2 input:active + .drinkcard-cc, .cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-cc, .cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 3px solid #56f73b;
    box-shadow: 1px 1px #56f73b;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 170px;
    height: 138px;
    padding: 0px;
    border: 3px solid white;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    /* transition: all 100ms ease-in; */
    /* -webkit-filter: brightness(1.8) grayscale(1) opacity(.7); */
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    /* filter: brightness(1) grayscale(0.5) opacity(2); */
}

    .drinkcard-cc:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }

.cc-selector-2 input:active + .drinkcard-payment, .cc-selector input:active + .drinkcard-payment {
    opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-payment, .cc-selector input:checked + .drinkcard-payment {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.payment-method-selector-group {
    text-align: center;
}

.group-payment-type-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    margin: 5px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    width: 150px;
    height: 170px;
}

    .group-payment-type-card p {
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

.drinkcard-payment {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 120px;
    height: 100px;
    margin-bottom: 0px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1) grayscale(1) opacity(1);
}

    .drinkcard-payment:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }

.cc-selector-2 input {
    margin: 5px 0 0 12px;
}

.cc-selector-2 label {
    /* margin-left: 7px; */
    padding: 0px;
}



.border-left {
    border-left: 1px solid #ccc;
}

.list_cart_panel {
    display: none;
}

.panel-heading {
}

.list_cart_panel {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 1px 2px #f1f2f3;
    -webkit-box-shadow: 0 0 1px 1px #f1f2f3;
}

    .list_cart_panel .panel-heading {
        height: 30px;
        min-height: 30px;
        border-radius: 10px 10px 0px 0px;
        background-color: #64B053 !important;
        color: #fff;
    }

    .list_cart_panel .box-title {
        margin-right: 20px;
    }

.list_cart ul {
    list-style: none;
}

.list_cart li {
    border: 1px solid #f1f2f3;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
}

    .list_cart li .post-item {
        float: none;
        width: 100%;
        position: relative;
    }

        .list_cart li .post-item .img {
            width: 25%;
            height: auto;
            display: inline-block;
            margin-right: 15px;
        }

            .list_cart li .post-item .img img {
                object-fit: cover !important;
                height: 100%;
                width: 100%;
            }

        .list_cart li .post-item .text {
            width: calc((75% - 18px));
            display: inline-block;
            float: right;
            padding: 0;
        }

        .list_cart li .post-item .box-qty {
            margin: 10px 0;
        }

        .list_cart li .post-item .cart-remove {
            position: absolute;
            right: 0px;
            top: 0px;
            color: red;
            margin: 0;
            line-height: 10px;
        }

.list_cart_recommend {
    margin: 0;
    list-style: none;
    padding: 7px;
}

    .list_cart_recommend li {
        border: 0;
        border-bottom: 1px solid #f1f2f3;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .list_cart_recommend li:last-child {
            border: 0;
            padding: 0;
            margin: 0;
        }

        .list_cart_recommend li .post-item .img {
            width: 100%;
            margin: 0;
        }

        .list_cart_recommend li .post-item .text {
            width: 100%;
        }

.passenger_detail .box-title,
.passenger_detail .box-title-total {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    float: left;
}

.passenger_detail .box-right {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    float: right;
    margin-right: 10px;
}

.passenger_detail .box-qty {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    float: right;
    margin-right: 10px;
}

.passenger_detail .box-price,
.passenger_detail .box-price-total {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    float: right;
    width: calc((40% - 10px));
    padding: 0;
    font-weight: bold;
    color: red;
}

.passenger_detail .box-title-total {
    font-weight: bold;
}

    .passenger_detail .box-title-total > i {
        font-size: 10px;
        color: #666;
        font-weight: normal;
    }


.form-hasGift {
    display: none;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.customer-error {
    border: none;
    box-shadow: none;
    border-left: 10px solid #ED1C24;
    border-radius: 0px;
    background-color: whitesmoke;
    padding-left: 10px;
    padding-top: 8px;
}

.form-payment-infomation {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

#has_sale, #has_sale_price, #cart_has_promo {
    display: none;
    color: red;
    font-weight: bold;
}

.giftVoucherForm-title {
    font-weight: bold;
}

.voucher-details-items {
    justify-content: left !important;
}

    .voucher-details-items .v-prize {
        color: red !important;
        font-size: 22px !important;
    }

.block-user-login a {
}

    .block-user-login a:hover {
        color: #fffc00 !important
    }

.group-vc-type-card {
    display: inline-block;
}

.sub-head-title {
    color: #073796;
}

span.arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(-45deg);
}

.nav__side {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-bottom: none;
}

    .nav__side .nav-item {
        flex-basis: 100%;
        width: 100%;
    }

        .nav__side .nav-item + .nav-item {
            border-top: 1px solid #00000021
        }

    .nav__side .nav-link {
        color: #000;
        border-width: 0;
    }

        .nav__side .nav-link:hover,
        .nav__side .nav-link.active {
            border: none;
            background: #c31b13;
            color: #fff;
            border-radius: 0;
        }

            .nav__side .nav-link:hover span.arrow,
            .nav__side .nav-link.active span.arrow {
                border-color: #fff;
            }

    .nav__side span.arrow {
        margin-right: 10px;
    }

.card-profile {
    border-radius: 15px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 40%);
    background: #fff;
    padding: 15px;
}

.voucher-selectbox-background option {
    background: red;
    color: white;
}

    .voucher-selectbox-background option[value="0"] {
        background: blue;
        color: white;
    }

.voucher-selectbox-no-option,
.voucher-selectbox-no-option:focus {
    background: red !important;
    color: #fffc00 !important;
    font-style: italic !important;
}

.voucher-selectbox-has-option,
.voucher-selectbox-has-option:focus {
    font-style: normal !important;
    font-weight: bold !important;
    background: #fff !important;
    color: #000 !important;
}

#show_gift_card_template {
    /*padding: 5px;*/
}

    #show_gift_card_template p {
        margin-bottom: 3px;
    }

.modal-title {
    color: red;
}

.content-profile .form-group {
    margin-bottom: 0px;
}

    .content-profile .form-group label {
        font-weight: bold;
    }

#updateProfileForm .form-group {
    margin-bottom: 8px;
}

.message-title-text {
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 15px;
    color: red;
    font-family: "KoHo-Bold", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 1px #fff, 0 2px 1px #fff, 0 3px 1px #fff, 0 -1px 1px #fff, 0 -2px 1px #fff, 0 -3px 1px #fff, 1px 0 1px #fff, 2px 0 1px #fff, 3px 0 1px #fff, -1px 0 1px #fff, -2px 0 1px #fff, -3px 0 1px #fff, 1px 1px 1px #fff, 2px 2px 1px #fff, 3px 3px 1px #fff, -1px -1px 1px #fff, -2px -2px 1px #fff, -3px -3px 1px #fff, -1px 1px 1px #fff, -2px 2px 1px #fff, -3px 3px 1px #fff, 1px -1px 1px #fff, 2px -2px 1px #fff, 3px -3px 1px #fff;
}

.v-label {
    padding-left: 20px;
    margin: 0px;
}

.v-prize {
    color: #ffe800;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.v-note ul {
    padding-left: 20px !important;
}

.menu-link-voucherhistory .active {
    color: red;
    text-decoration: underline;
}

.passenger_detail .box-title, .passenger_detail .box-title-total, .passenger_detail .box-right {
    font-size: 16px !important;
}

.list_cart_recommend li {
    border: 0;
    border-bottom: 1px solid #f1f2f3;
    padding: 0;
    padding-bottom: 7px;
    margin-bottom: 15px;
    font-size: 16px;
}

.passenger_detail .box-right {
    font-weight: bold;
}

.box-totalAmount {
    color: red;
    line-height: 16px;
    font-weight: bold;
}

.voucher-item .inner-item {
    background-image: repeating-linear-gradient( 45deg, #e30f25 10%, #eb2642 30%);
    height: 100%;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.24s linear;
    border-radius: 10px;
}

@media only screen and (max-width: 500px) {
    .voucher-history-page .table td, .voucher-history-page .table th {
        padding: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .block-user-login {
        float: none;
    }

    .block-select-language {
        float: none;
    }

        .block-select-language .ddcommon {
            min-width: 118px;
            border: 1px solid #fff;
            padding-left: 6px;
            border-radius: 8px;
        }

            .block-select-language .ddcommon .ddTitleText {
                color: #fff;
                float: none;
            }
}

.vj-icon {
    display: inline-grid !important;
    line-height: 0;
}
