.point-cursor:hover {
    cursor: pointer;
}
/*HIDE INPUT TYPE ARROW!*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* TICKET SYS SPECIFICS */
.row {
    margin-right: 0px !important;
}

#head1{
    font-size: 36px;
    font-family: cursive;
    margin-top: 16px;
    margin-bottom: 25px;
}

#head2{
    font-size: 36px;
    font-family: cursive;
    margin-bottom: 25px;
}

.button {
    background-color: #3F5172;
    color: #ffffff; /* White text for contrast */
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.button:hover {
    background-color: #2E3A4F; /* Darken slightly on hover */
}

.button.selected {
    background-color: #2E3A4F; /* Darker color when selected */
}

.input-field {
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #3F5172; /* Border color */
    border-radius: 5px;
    transition: border-color 0.3s ease;
    width: 85px; /* Set width as needed */
}

.input-field:focus {
    outline: none;
    border-color: #2E3A4F; /* Border color when focused */
}

.arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    margin-right: 10px; /* Adjust as needed */
}

.arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid #3F5172;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: 6px;
    height: 6px;
    transition: border-color 0.3s ease;
}

.input-field:hover + .arrow::before,
.input-field:focus + .arrow::before {
    border-color: #2E3A4F; /* Darker color on hover or focus */
}

.input-field-email {
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #3F5172; /* Border color */
    border-radius: 5px;
    transition: border-color 0.3s ease;
    width: 250px; /* Set width as needed */
}

.input-field-email:focus {
    outline: none;
    border-color: #2E3A4F; /* Border color when focused */
}

.button-buy {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.button-buy:hover {
    background-color: #45a049; /* Darker Green */
}

.alert-ticket {
    display: none; /* Initially hide alert */
    color: #ff3131;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
}





/* OLD ---------------------------- */

body {
    overflow-x: hidden;
    height: 100%;
}

.login-container {
    display: block;
    position: relative;
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;position: absolute !important;*/
    z-index: 0;
    margin: auto;
    padding: 3rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 525px;
    min-height: 750px !important;
    /*background-image: url(/images/background.jpg);*/
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

#country option{
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.register-container{
    display: block;
    position: relative;
    z-index: 0;
    margin:  4rem auto 0;
    padding: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 525px;
    min-height: 800px;
    /*background-image: url(/images/background.jpg);*/
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

.login-container:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(ellipse at left bottom, #0a0c23f5 0%, #081a44de 59%, #020521f2 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
    border-radius:20px;
}

.register-container{
    content: "";
    /*display: inline-block;*/
    /*position: absolute;*/
    /*z-index: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    background-image: radial-gradient(ellipse at left bottom, #0a0c23f5 0%, #081a44de 59%, #020521f2 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
    border-radius:20px;
    min-height: max-content;
    width: max-content;
}

.form-login {
    min-height: 600px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.login__logo {
    /*z-index: 1;*/
    /*position: absolute;*/
    /*position: relative;*/
    /*left: 50%;*/
    /*right: 50%;*/
    /*transform: translate(-50%, 50%);*/
    /*left: 32%;*/
    height: 20px;
    /*margin-top: 2.25em ;*/
    filter: sepia(1);
}

.section-logo-design {
    display: flex;
    position: relative;
    top: 33px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: white;
}

.section-logo-design > p {
    font-size: 15px;
    margin: 0 6px 0 0;
}

@media only screen and (max-width: 768px) {
    .form-login .profile-button {
        justify-content: center !important;
        margin-bottom: 1.5em;
    }
}

.login-with-logo {
    text-align: center;
}

.login-nav {
    position: relative;
    padding: 0;
    margin: 0 0 1em 0;
}

.login-nav__item {
    list-style: none;
    display: inline-block;
}

.login-nav__item + .login-nav__item {
    margin-left: 2.25rem;
}

.login-nav__item span {
    position: relative;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.7rem;
    padding-bottom: 0.5rem;
}

.login-nav__title{
    text-align:center
}

.login-nav__title span {
    position: relative;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.7rem;
    padding-bottom: 0.5rem;
    text-align:center;
}


.login-nav__item.active span,
.login-nav__item span:hover {
    color: #ffffff;
    transition: 0.15s all ease;
}

.login-nav__item span:after {
    content: "";
    display: inline-block;
    height: 10px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 100%;
    bottom: -1px;
    left: 0;
    border-radius: 50%;
    transition: 0.15s all ease;
}

.login-nav__item span:hover:after,
.login-nav__item.active span:after {
    background-color: rgb(67, 141, 255);
    height: 2px;
    right: 0;
    bottom: 2px;
    border-radius: 0;
    transition: 0.2s all ease;
}

.login__label {
    display: block;
    padding-left: 1rem;
    /*margin-top: 0.5rem;*/
}

.login__label,
.login__label--checkbox {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.login__label--checkbox {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 0.5rem;
    text-transform: inherit;
}

.login__input {
    color: white;
    font-size: 1.15rem;
    height: 2.25em;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}

.message__input {
    color: white;
    font-size: 1.15rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}

.wrong-message {
    position: relative;
    color: #fff;
    font-weight: 400;
}
.remove-padding-left{
    padding-left: 0px !important;
}
.login__submit {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 0.75rem;
    border-radius: 2rem;
    display: block;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.login__submit:hover {
    background-color: rgb(2, 3, 4);
    border: 1px solid rgba(2, 3, 4, 1);
    color: #fff;
}

.login__forgot {
    display: block;
    margin-top: 3rem;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.login__forgot:hover {
    color: #d0d0d0;
    border: none;
}

.login__input + .login__label {
    margin-top: 1rem;
}



@media only screen and (max-width:1300px) and (min-width:1068px) {
    .login{
        width: 60% !important;
    }
}

@media screen and (max-width:1068px) and (min-width:991px) {
    .login{
        width: 70% !important;
    }
    .form-login{
        padding-left: 0px !important;
    }
}

@media screen and (max-width:762px) and (min-width:530px) {
    .login{
        width: 60% !important;
    }
    .form-login{
        padding-left: 0px !important;
    }
}

@media screen and (max-width:530px) {
    .login{
        width: 80% !important;
    }
}

@media screen and (min-width:1123px) {
    .register{
        width:80% !important;
    }
    /*.register-container{*/
    /*    min-height: 1241px !important;*/
    /*    max-height: 1225px !important;*/
    /*}*/
}

@media screen and (max-width:1122px) and (min-width:991px){
    .register{
        width:90% !important;
    }
    /*.register-container{*/
    /*    min-height: 1000px;*/
    /*}*/
    .form-login{
        padding-left: 0px !important;
    }
    .country__id{
        margin-right: 0.25rem;
    }
}
@media screen and (max-width: 999px) and (min-width: 992px)   {
    .register-container{
        min-height: 1000px;
    }
}
/*@media screen and (min-width: 800px){*/
/*    #section{*/
/*        !*margin-top:10rem*!*/
/*    }*/
/*}*/

@media screen and (max-width:998px) and (min-width:991px){
    .register{

        width:100% !important;
    }
    .register-container{
        max-height: 1100px;
    }
}

/*@media screen and (max-width: 990px) and (min-width: 576px){*/
/*    .register-container{*/
/*        min-height: 1000px;*/
/*    }*/
/*}*/

@media screen and (max-width: 575px){
    .login-container {
        top: 0 !important;
        padding: 1rem !important;
    }
    .section-logo-design {
        top: unset !important;
    }

    .section-logo-design {
        margin-top: 15px !important;
    }
    .container-back-ali {
        min-height: 100vh !important;
    }

    .register-container{
        min-height: 1600px;
        padding: 2rem !important;
    }
    #country__id{
        padding-right: 1rem !important;
    }
    /*.login__logo {*/
    /*    left: 30% !important;*/
    /*}*/

    .seats-ui {
        font-size: 11px !important;
    }
}

/* EDITED BY ALI*/

.register-container {
    list-style: none;
}

.body-back-ali {
    margin: -10px;
    /*background-image: linear-gradient(#24385e, #3f96c7);*/
}
/*.container-back-ali,*/
div.img{
    /*background-image:  url(https://veldim.com/wp-content/themes/vaios/css/images/temp/map.png);*/
    background-image:  url(/images/img-1_new.jpg) !important;
    /*(/images/background.jpg)*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.html-back-ali {
    height: -webkit-fill-available;
}
.status-1 {
    color: white;
}
.status-2 {
    color: red;

}
.status-3 {
    color: darkred;
}

.seats-ui {
    font-size: 0.9rem;
}
.seats-ui > section > section > a {
    margin: 1px;
}

.seats-ui > .sec1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seats-ui > .sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.stalls-article{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loge1-article,
.loge2-article {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*.loge2-article {*/
/*    flex-direction: row-reverse;*/
/*}*/

.stalls-article .row-stalls {
    display: flex;
}
.loge1-article .row-loge1,
.loge2-article .row-loge2 {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

.seats-ui > section > article > div > a {
    margin: 1px;
}

.balcony-article {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vip-article {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
hr.s-line {
    clip-path: ellipse(47% 52px at 50% 10%);
    border: 50px solid #4c505cb8;
}
.info-t {
    color: burlywood;
}

.seats-ui > section > article > div > a > i:hover {
    color: #2ab274 !important;
    cursor: pointer;
}


.ev-img {
    max-width: 20rem;
    min-width: 20rem;
    /*max-height: 20rem;*/
    /*min-height: 20rem;*/
    /*border: 1px solid black;*/
    /*box-shadow: 0px 0px 20px 9px;*/
    background-size: contain;
    background-position: center;
    height: 40vh;
    background-repeat: no-repeat;
    /*width: 100%;*/
    /*height: 100vh; !* or any other desired height *!*/
}

