.ticket-booth .display{
    width: 100%;
}

.legend{
    display: flex;
    justify-content: space-around;
    font-size: 0.8rem;
    line-height: 24px;
    color: #233767;
    margin-top: 2rem;
}
.legend-color{
    width:10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #233767;
    margin: 0 4px;
}

.legend-color.unavailable{
    background-color: #233767;
}
.legend-color.available{
    background-color: white;
}
.legend-color.selected{
    background-color: #F2312E;
}


.display{
    display: block;
    width: 100%;
    padding: 0 16px;
    padding-bottom: 10px;
}
.display-text{
    font-size: 0.7rem;
    color: #999999;
    position: relative;
    bottom: -20px;
    text-transform: uppercase;
}

.ticket-booth .hall{
    background-color: #f5f5f5;
    padding-bottom: 2rem;
}

.ticket-booth .tickets-wrap{
    background-color: white;
    border-radius: 0 8px 8px 0;
}

.hall-scheme {
    margin-top: 130px;
}

.ticket-booth .summarize{
    position: absolute;
    bottom:10px;
    width: calc(100% - 30px);
}

.ticket-booth .summarize-btn{
    width: 90%;
    margin: 0 auto;
    color: #233767;
    line-height: 3rem;
    cursor: pointer;
    
    font-size: 1.1rem;
    
    text-align: center;
    color: #13194D;
    border: 2px solid #F2312E;
    box-sizing: border-box;
    border-radius: 4px;

}

.ticket-booth .hall {
    background: #2161BF;
border-radius: 8px 0px 0px 8px;
}

.ticket-booth .hall .header {
    display: flex;
    flex-flow: column;
    padding: 1.5rem 0;
    margin: 0 1.5rem 2rem;
    border-bottom: solid 1px #c3c3c1;
}

.ticket-booth .hall .header .title {
   
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 26px;

/* identical to box height */

color: #FFFFFF;
    padding-bottom: 0.5rem;
}

.ticket-booth .hall .header .title .type {
    font-family: Futura PT;
}

.ticket-booth .hall .header .description {
    line-height: 1.2rem;
    font-size: 1rem;
    font-family: Futura Pt Medium;
    color: rgba(255, 255, 255, 0.61);
}

#ticket-booth .modal-content{
    border-radius: 0;
}

#ticket-booth .tickets{
    counter-reset: tickets;
    padding-bottom: 160px;
}

#ticket-booth .tickets .counter::before{
    counter-increment: tickets;
    content: counter(tickets);
}

#ticket-booth .tickets .ticket-body{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}

#ticket-booth .tickets .discount-selector{
    background-color: #f9f9f9;
    padding: 1rem;
    color: #233767;
}
#ticket-booth .tickets .ticket-dress{
    display: flex;
    justify-content: space-between;
}
#ticket-booth .tickets .discount:not(.selected):hover{
    color: #FEC823;
}

#ticket-booth .tickets .discount{
    padding: 0 6px;
    font-size: 0.8rem;
    line-height: 1.5rem;
    cursor: pointer;
}

#ticket-booth .tickets .discount.selected{
    background-color:#FEC823;
}

.ticket-booth .ticket .info{
    cursor: pointer;
}



.movie-session-info .title{
    font-size: 1.5rem;
    font-family: "Futura PT";
    text-align: center;
    padding: 1rem;
    color: #233767;
}

.movie-session-info .datetime{
    display: flex;
    color: #13194D;
    justify-content: center;
}


.hall-scheme rect.selectable {
    cursor: pointer;
}

svg text {
    pointer-events: none;
}

.remove-trigger{
    cursor:pointer;
}


.ticket-booth .summary-payment .total{
    text-align: center;
}
.ticket-booth .summary-payment .control{
    text-align: center;
    padding: 14px 0px;
    display: flex;
    justify-content: space-around;
    line-height: 2.5rem;
}
.ticket-booth .summary-payment .back{
    background-color: #999999;
    color: white;
    cursor: pointer;
    width: 45%;
}

.ticket-booth .summary-payment .pay{
    background-image: linear-gradient(to bottom, #ffe649, #fec823);
    color: #233767;
    cursor: pointer;
    width: 45%;
}
.ticket-booth .summary-payment .user-data{
    padding: 10px 0;
}
.ticket-booth .summary-payment .user-data input{
    width: 90%;
}

.ticket-booth .summary-payment .user-data label{
    width: 90%;
    text-align: left;
}

.ticket-booth .summary-payment .user-data .hint{
    font-size: 0.7rem;
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
}


.header {
    font-family: "Futura PT";
    font-size: 1.5rem;
}

#back-poster {
    height: 400px;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #050c2a;
    background-position: center;
}

#back-gradient {
    background: black;
    width: 100%;
    position: absolute;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 200px, rgba(0, 0, 0, 1) 400px);
    height: 100%;
}

#movie-poster {
    width: 100%;
}

.poster-container {
    margin: 0 auto;
}

.duration {
    display: flex;
}

.duration-icon {
    display: block;
    background-image: url(/img/ui/clock.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ashyq-box {
    position: relative;
    padding-left: 20%;
    margin-bottom: 25%;
    margin-right: -5%;
    float: left;
    height: 10vh;
    width: 10%;
}

#movie-container {
    padding-top: 200px;
    color: white;
    padding-bottom: 0px;
}

.text-white {
    font-family: Futura PT;
	font-style: normal;
	font-weight: 500;
	font-size: 33px;
	line-height: 33px;
	color: #FFFFFF;
	text-align: center;
	padding: 40px 0px 20px 0px;
}

.premiere-date {
    margin-top: 1rem;
    text-transform: uppercase;
}

#movie-container #movie-info .title {
    margin: 2rem 0;
    font-size: 3rem;
    font-family: "Futura PT";
}

#movie-container .genre {
    margin-top: 1rem;
    margin-bottom: 4rem;
}


#movie-info {
    margin-bottom: 6rem;
}

.schedule-row {
    display: flex;
}

.schedule-row .sessions {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
	padding: 0px 0px 30px 0px;
}

.schedule-row .title {
    text-align: center;
    width: 10%;
    margin-right: 1rem;
    margin-top: 1rem;
    font-family: "Futura PT";
    font-size: 1.2rem;
    color: #ffffff;
}

.schedule-row .sessions .session
{
	width: 99px;
	height: 60px;
	color: #ffffff;
	border: 1.75319px solid rgba(242, 49, 46, 0.5);
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
	margin-right: 0.7rem;
	margin-top: 0.7rem;
	cursor: pointer;
	padding: 10px;
	font-size: 30px;
}
.schedule-row .sessions .session-time.st_focused
{
	font-size: 16px;
}
.schedule-row .sessions .session-title:before
{
	display: block;
	content: "";
}
.schedule-row .sessions .session-title
{
	width: 100%;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 1.5rem;
	text-align: left;
	margin-right: 0.7rem;
	margin-top: 1.3rem;
	font-weight: bold;
	font-size: larger;
}

.schedule-row .sessions .session.active {
    background: #F2312E;
    color: #FFFFFF;
    cursor: default;
    box-sizing: border-box;
	border-radius: 3.50638px;
}

.schedule-row .sessions .session-today
{
	font-weight: bold;
	border: 1.75319px solid rgba(46, 242, 132, 0.5);
	background-color: #00ff003b;
}

.schedule-row .sessions .session:active,
.schedule-row .sessions .session:focus,
.schedule-row .sessions .session:focus-visible,
.schedule-row .sessions .session:hover {
    background: #F2312E;
    border: 1.75319px solid #F2312E;
        box-sizing: border-box;
    border-radius: 3.50638px;
    color: #FFFFFF;
}

.data-table {
    margin-top: 50px;
    margin-bottom: 70px;
    font-family: 'Futuris';

}

.data-table th {
    color: #fec823;
    width: 100px;
}

.data-table td {
}

.data-table th, .data-table td {
    vertical-align: top;
}

.data-table tr {
    height: 50px;
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#trailer {
    margin-top: 1rem;
}

.day {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #233767;
  
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #ffffff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid #233767;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ticket-booth .offer {
    padding: 0.9rem;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
}

.offer_text {
    font-size: 0.8rem;
    color: #233767;
    text-align: left;
}

.offer_link {
    color: gray;
    text-decoration: underline;
    cursor: pointer;
}

.ashyq_link {
    color: gray;
    text-decoration: underline;
    cursor: pointer;
}


#offer-modal .text {
    white-space: pre-line;
    display: block;
    max-height: 70vh;
    overflow-y: scroll;
}

#offer-modal br {
    display: block;
    margin: 10px 0;
}

#ashyq-modal .text {
    white-space: pre-line;
    display: block;
    max-height: 70vh;
    overflow-y: scroll;
}

.summarize {
    display: none;
}

#day-selector {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

#day-selector.presale {
    margin: 0;
}

.day {
	cursor: pointer;
	color: #ffffff;
	font-size: x-large;
	padding-bottom: 4px;
	transition: all 0.3s ease-in-out;
	margin: 0px 5% 0px 5%;
	text-align: center;
}

.day:hover,
.day.active {
    cursor: pointer;
	border-bottom: 3px solid #F2312E;
    color: #fff;
}

#ticket-booth {
    margin-bottom: 0px;
}

.footer-wrap {
    margin-top: -1px;
}

@media only screen and (max-width: 768px)
{
	.day {
		padding: 0px 5px;
		font-size: medium;
	}
	.schedule-row .title {
		display: table;
		padding-top: 6px;
	}
}