﻿

.kiosk-header-astana {
    background-color: black;
    top: 0;
    width: 100%;
    text-align:center;
    /*height: 200px;*/
}

.kiosk-footer-astana {
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 100px;
}

.cuss-action {
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kiosk-header {
    background-color: #1B64B1;
    color: white;
    top: 0;
    width: 100%;
    display: flex;
    height: 100px;
    flex-wrap: unset;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.step-title {
    /*width: 60%;*/
    /*width: 100%;*/
    margin: 25px;
    font-size: xx-large;
    font-weight: bolder;
    text-align: center
}

.step-header {
    flex: 1 !important;
}


.kiosk-footer {
    background-color: #1B64B1;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

    .kiosk-footer .continue-button {
        float: right;
    }

    .kiosk-footer .back-button {
        float: left;
    }


.h1-font {
    margin: 4% 14% 5% 22%;
    font-size: 350%;
}

.h1-font-1 {
    text-align: center;
    margin-top: 3%
}

.h1-font-2 {
    margin: 0% 0% 0% 25%;
}

.h1-font-3 {
    margin: 0% 3% 2% 40%;
    font-size: xx-large;
}

.h3-font {
    margin: 4% 5% 6% 37%;
    font-size: 300%;
}

.h3-font-1 {
    margin: 0% 1% 3% 36%;
}

.h1-font-from {
    margin: 0% 1% 5% 36%;
    color: red;
    font-weight: bold;
}

.h1-font-to {
    margin: -10% 1% 5% 58%;
    color: red;
    font-weight: bold;
}

.flight-img {
    margin: -16% 0% 0% 48%;
}

.baggage-img {
    margin: 10% 20% 10% 15%;
}


.baggage-img-read {
/*    display:flex;
    align-content:center;*/
    margin-left: 33%;
}

.put-baggage-img {
    width: 50%;
    margin: 0% 0% 5% 28%;
}

.receipt-img {
    width: 50%;
    margin: 0% 0% 5% 20%;
}

.baggage-gif {
    transform: rotate(180deg);
    margin: 0% 0% 0% 38%;
    width: 15%;
}
/*YORUMDAN CIKAR işin bitince*/
/*.baggage-weight {
    font-size: xx-large;
    margin: 8% 2% 1% 1%;
}

.bag-allowance {
    font-size: xx-large;
    margin: -4% 2% 1% 68%;
    /*font-weight: bold;*/
/*}*/


.luggage-tag {
    margin: 10% 0% 0% 20%;
    width: 50%;
}

.error-div {
    display: table;
    margin: auto;
    margin-top: 10%;
    width: 600px;
    position: relative;
}

.error-div-img {
    display: table-row
}




.modal-action-left {
    display: block;
    bottom: 5%;
    position: absolute;
    left: 10%
}

.modal-action-right {
    display: block;
    bottom: 5%;
    position: absolute;
    left: 80%
}


.date-view {
    margin-top: 2%;
    width: 100%;
    max-width: unset;
    flex: unset;
    /*text-align:right;*/
}

.date-view-1 {
    margin-top: 2%;
    font-size: 10px;
}

.time-view-1 {
    margin-top: 1%;
    font-size: 5px;
    font-weight: bold;
}

.vl {
    border-left: 2px solid darkblue;
    height: 120px;
    margin: 0% 0% 0% 8%;
    margin-top: 2px;
}

.timer-view {
    margin-top: 3%;
    width: 50%;
    text-align: right;
    font-size: 137%;
    font-weight: bold;
}

/*.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .box .row {
        border: 1px dotted grey;
    }

        .box .row.header {
            flex: 0 1 auto;
        }

        .box .row.content {
            flex: 1 1 auto;
            border-radius: 15px;
            background-color: gainsboro;
            border: 1px solid #bfbfbf;
            box-shadow: 10px 10px 5px #aaaaaa;
            margin: auto;
            margin-top: 10%;
            width:100%;
            position: relative;
        }

        .box .row.footer {
            flex: 0 1 40px;
        }

}*/

.animatedButton {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #f4511e;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

    .animatedButton:hover {
        background-color: #d1511e
    }

    .animatedButton:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #999;
        transform: translateY(4px);
    }

/*.language-box {
    padding-top: 10px;
    border-radius: 15px;
    background-color: gainsboro;
    border: 1px solid #bfbfbf;
    box-shadow: 10px 10px 5px #aaaaaa;
}*/

.bottom-fixed {
    position: fixed;
    width: 100%;
    bottom: 140px;
    right: 50px;
    left: 50px;
}

.scan-processing {
    margin: 10% 0% 0% 0%;
    width: 20%;
}

.searching-window {
    width: 80%;
    height: 60%;
    position: relative;
}

.nationalId-button {
    color: white;
    font-size: xx-large;
    padding: 10px;
    border-radius: 30px;
    background-color: mediumturquoise;
    border: 1px solid #bfbfbf;
    box-shadow: 10px 10px 5px #aaaaaa;
}

.continue-button {
    color: white;
    font-size: xx-large;
    padding: 10px;
    border-radius: 30px;
    background-color: mediumseagreen;
    border: 1px solid #bfbfbf;
    //box-shadow: 10px 10px 5px #aaaaaa;
    height: 105px;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.back-button {
    color: white;
    font-size: xx-large;
    padding: 10px;
    border-radius: 30px;
    background-color: mediumseagreen;
    border: 1px solid #bfbfbf;
    /*box-shadow: 10px 10px 5px #aaaaaa;*/
    height: 105px;
    margin-top: 10px;
    width: 150px;
    margin-bottom: 10px;
}

.left-button {
    position: fixed;
    top: 47%;
    left: 2%;
    border: none;
    background-color: white;
}

.right-button {
    position: fixed;
    top: 47%;
    left: 91%;
    border: none;
    background-color: white;
}

.cancel-button {
    position: fixed;
    border: none;
    background-color: #1B64B1;
    top: 1.5%;
    left: 92%;
    /*    margin-top: 30%;
    margin-left: 117%;*/
}


    .keyboard:focus {
        outline: none
    }

.keyboard--hidden {
    display: none;
}

.keyboard__keys {
    text-align: center;
}

.keyboard__key {
    height: 100px;
    width: 7%;
    max-width: 130px;
    margin: 3px;
    border-radius: 8px;
    border: 5px medium;
    border-color:#fbc937;
    background: transparent;
    color: black;
    font-size: 2.09rem;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

    .keyboard__key:focus {
        background: #fbc937;
    }

.keyboard__key--wide {
    height: 65px;
    width: 20%;
    max-width: 130px;
    margin: 3px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 2.09rem;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.keyboard__key--extra-wide {
    width: 36%;
    max-width: 500px;
}

.keyboard__key--activatable::after {
    content: '';
    top: 10px;
    right: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.keyboard__key--active::after {
    background: #08ff00;
}

.keyboard__key--dark {
    background: rgba(0, 0, 0, 0.25);
}

.telInput {
    margin-top: 100px;
    float: left !important;
    border-radius:10px;
    min-width: 200px;
    width: 250px;
    font-size: x-large;
    height: 56px;
}

.Keyboard {
    text-transform: uppercase;
    min-width: 200px;
    width: 500px;
    height: 100px;
    border-radius: 20px;
    border-color:#2c069b;
    left: 11%;
    top: 30%;
    /*font-family: Lato;*/
    font-size: xx-large;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 5px;
    text-align: center;
    background-color: #ffffff;
    color: black;
}

/* Style the list items */
ul li.forCheked {
    cursor: pointer;
    position: relative;
    padding: 12px 8px 12px 40px;
    list-style-type: none;
    /*background: #eee;*/
    font-size: 20px;
    transition: 0.2s;
    /* make the list items unselectable */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul li.checked {
    background: #888;
    color: #fff;
    text-decoration: line-through;
}

    /* Add a "checked" mark when clicked on */
    ul li.checked::before {
        content: '';
        position: absolute;
        border-color: #00ff90;
        border-style: solid;
        border-width: 0 2px 2px 0;
        top: 10px;
        left: 16px;
        transform: rotate(45deg);
        height: 15px;
        width: 7px;
    }

.text-center {
    text-align: center;
}

.heading-big {
    font-size: 4.25rem;
    font-weight: bold;
}

.heading-small {
    font-size: 2rem;
}

.heading-medium {
    font-size: 2.5rem;
    font-weight: bold;
}

.query {
    box-sizing: border-box;
}

.title-query {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.title {
    margin-bottom: 1.75rem;
    margin-top: 1rem;
}

.flight {
    margin: 5%;
}

.flight-rotate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin:auto;*/
}

.origin {
    position: fixed;
    left: 35%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: red !important;
}

div.origin h1, div.arrival h1 {
    color: red;
}

.img {
    position: fixed !important;
    left: 48%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.arrival {
    right: 30%;
    position: fixed;
    top: 45%;
    transform: translate(-50%, -50%);
    align-items: center;
    color: red;
}
/*isim değiştirildi eski adı check*/
.quavis-check {
    position: fixed;
    left: 50% !important;
    top: 60% !important;
    transform: translate(-50%, -50%);
}

.baggage-div {
    margin-top: 5%;
}

.baggage-weight {
    display: flex !important;
    position: fixed !important;
    flex-direction: column;
    left: 25%;
    bottom: 15%;
    transform: translate(-50%, -50%);
}

.baggage-allowance {
    display: flex !important;
    position: fixed !important;
    flex-direction: column;
    /*top:60%;*/
    left: 75%;
    bottom: 16%;
    transform: translate(-50%, -50%);
}

.search-btn {
    background-color: transparent;
    padding: 5px 5px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: double;
    border-color: #fbc937;
    width: 200px;
    font-size: 30px;
    font-weight: 400;
    float: left;
    color: grey;
}

.search-btn:focus {
    background-color: #fbc937;
    color: black;
}
.searchcontinue_btn {
    background-color: #fbc937;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    border-radius: 16px;
    border: solid;
    border-color:#906d04;
    width: 300px;
    height: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #292929;
}
.askseat_btn {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    border-radius: 16px;
    border: solid;
    border-color: #2c069b;
    width: 300px;
    height: 50px;
    font-size: 30px;
    font-weight: 700;
    float: left;
    color: #292929;
}
.askseat_btn:hover {
    background-color: #fbc937;
}
.pgs-mainsearch-btn {
    background-color: transparent;
    padding: 5px 5px 5px 5px;
    border-radius: 16px;
    border: solid;
    border-color: #2c069b;
    width: 700px;
    font-size: 30px;
    font-weight: 300;
    float: left;
    color: black;
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
    box-shadow: 1px 1px 10px 2.5px #2c069b
}

    .pgs-mainsearch-btn:hover {
        background-color: #fbc937;
    }
.popup-btn {
    background-color: white;
    border-radius: 10px;
    display :flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    border: solid;
    border-color: black;
    float: left;
    width: 100px;
    height: 50px;
}
    .popup-btn:hover {
        background-color: #fbc937;
    }

.askbcbp-btn {
    background-color: transparent;
    padding: 5px 5px 5px 5px;
    border-radius: 12px;
    border: solid;
    border-color: #2c069b;
    width: 700px;
    font-size: 30px;
    font-weight: 300;
    float: left;
    color: black;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
    box-shadow: 1px 1px 10px 2.5px #2c069b
}
    .askbcbp-btn:hover {
        background-color: #fbc937;
    }
@media (width:1024px) {
    .img {
        left: 47%;
        top: 43%;
    }

    .origin {
        top: 43%;
        left: 33%;
    }

    .arrival {
        top: 43%;
        right: 23%;
    }

    .baggage-allowance {
        top: 75%;
    }

    .baggage-weight {
        top: 75%;
    }

    .heading-medium {
        font-size: 2.1rem;
    }

    .flight-rotate h1 {
        font-size: 3.5rem;
    }
}
