input[type="number"]
{
    -webkit-appearance: textfield !important;
    -moz-appearance:textfield !important;
    -ms-appearance:textfield !important;
    margin: 0;
}
/* body{
	background-image: linear-gradient(rgba(234, 225, 210, 0.8),rgba(234, 225, 210, 0.8)),url('../../img/concert');
	background-attachment: fixed;
	background-size: cover; */
	/* filter: grayscale(100%); */
	/* filter:brightness(0.4); */
	/* background-repeat: no-repeat;
	background-color: rgb(red, green, blue);
} */
.main{
    min-height: 100vh;
}
.heading{
    backdrop-filter: blur(10px);
    height: 150px;
    width: 100%;
}

.heading img{
    position: relative;
    bottom: 5px;
    left: 5px;
}
.priceEvent{
    position:absolute;
    bottom:5px;
    right:15px;
}
.border{
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.headerBooking{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.btnAdding{
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 33%;
}
.btnAdding:hover{
    cursor: pointer;
    /* border: 1px solid #000000; */
}
.bookingList{
    padding-top:5px;
    display: flex;
    justify-content: space-between;
    border-top: 0.2px solid #ddd;
    /* font-size: 14px; */
}
.hideList{
    /* display: none; */
    opacity: 0;
    height: 0px;
    margin: 0px;
    overflow: hidden;
    /* -webkit-transition-duration: 0.5s; */
    -moz-transition-duration: 0.5s;
    /* -o-transition-duration: 0.5s; */
    transition-duration: 0.5s;
    -webkit-transition-property:all;
    -moz-transition-property:all;
    -o-transition-property:all;
    transition-property: all;

    /* transition: all 0.5s ease-in-out;  */
}
.showList{
    /* height: 260px; */
    /* margin-top: 10px; */
    /* display: block; */
    opacity: 1;
    /* transition: all 0.5s ease-in-out; */
    margin: 1.5rem;
}
.emptyAmount{
    color: rgb(255, 0, 0) !important;
    /* border: 1px solid rgb(255, 0, 0) !important; */
}
.ticketType{
    /*border-bottom: 1px solid #DDD; */
    padding-bottom: 2px;
}
.footHeader{
    background-color: rgba(255,255,255,0.4);
    padding: 5px;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 15px #ddd; */
    box-shadow: 0 0 12px 12px rgba(255, 255, 255, 0.4);
}
.fh{
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 99%;
    margin: auto;
}

.basketBox{
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 3px 6px #0000001A;
}
.infoTicket{
    display: inline-block;
}
.whiteShadow{
    margin-top: -7rem;
    position: relative;
}
.shopContent{
    top: 440px;
    left: 1197px;
    height: 113px;
    /*background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;*/
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.738) 19%, rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
    opacity: 1;
}
.imgBox{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.boxImg{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.btnUpContent{
	visibility: hidden;
	opacity: 0;
	background: transparent linear-gradient(90deg, #F26E21 3%, #F79A56 100%) 0% 0% no-repeat padding-box;
	border-radius: 100%;
	border: 0px;
	cursor:pointer;
	position: fixed;
	bottom:2rem;
	left:2rem;
	width: 2.5rem;
	height: 2.5rem;
	z-index: 99;
	transition: all 0.5s ease-in-out;
}
.showMe{
	visibility: hidden;
	opacity:1;
	transition: all 0.5s ease-in-out;
}
.alertSoldOut{
    transform: rotate(350deg);
    width: 110px;
    border-radius: 10px;
    border: 3px solid #f26e21;
    color: #f26e21;
}
.st6, .st7{
    cursor: pointer;
}
/*@media only screen and (max-width: 575px) {
    .infoTicket{
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 10px;
    }
}*/