@font-face {
    font-family: 'Aljazeera' !important;
    font-weight: normal;
    src: url(../fonts/Al-Jazeera-Arabic\ Regular.ttf) !important;
}

#app {
    font-family: 'Aljazeera' !important;
    text-align: right !important;
}

body,
html {
    font-family: 'Aljazeera' !important;
    overflow-x: hidden;
    background-color: white;
    direction: rtl;
    text-align: right;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    outline: none !important;
}

a {
    text-decoration: none;
}

.wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: url('../img/Vector\ Smart\ Object.svg');
    padding: 100px 0;
}

.wrapper h2 {
    font-size: 2.4em;
    margin-bottom: 32px;
    font-family: 'Aljazeera' !important;
}

.wrapper p {
    font-size: 1.1rem;
    color: grey;
    font-family: 'Aljazeera' !important;
    text-align: justify;
    text-justify: inter-word;
}

.wrapper .logo {
    width: 200px;
    margin-right: auto;
}

.wrapper .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.wrapper .input {
    border: 1px solid rgb(0, 0, 0);
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    /* margin-bottom: 24px; */
}

.wrapper .input input {
    font-size: 18px;
    border: none;
}


/* plus and minus */

.has-margin {
    margin: 0 8px;
}

.minus,
.plus {
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid rgb(0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 14px;
    display: flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.val {
    height: 34px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}

.wrapper .last {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wrapper .last .total {
    padding: 10px;
    border: 1px solid black;
    margin: 0 12px;
    margin-right: auto;
    border-radius: 6px;
    display: inline;
    padding-left: 40px;
}

.wrapper .last button {
    background-color: #08243B;
    color: white;
    padding: 10px 42px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
}

@media(max-width: 900px) {
    .wrapper {
        height: auto;
    }
    .fir {
        order: 2;
    }
    .sec {
        order: 1;
    }
    .third {
        order: 3;
    }
    .wrapper .logo {
        width: 150px;
        margin-bottom: 24px;
    }
}


/* table styel */

.name_ticket_type {
    width: 70px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.amount_ticket {
    width: 90px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}


/* validations Error */

.error {
    color: red;
    font-size: 14px;
    margin-bottom: 24px;
}

.form-group--error {
    border: 1px solid rgb(255 9 9);
    ;
}