body {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: black;
}

.cinema-text {
    color: #000000;
    font-weight: 600;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.error-background {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

img.rating-small {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: inline;
}

.movie-box-caption .info-divider {
    margin-left: 10px;
    margin-right: 10px;
    border-right: 2px solid #FFFFFF;
    height: 10px;
}

.movie-box-caption .movie-info {
    margin-bottom: 10px;
    font-size: 15px;
}

.page-wrapper {
    background: linear-gradient(to bottom, rgba(100, 162, 233, 0.8) 0%, rgba(202, 207, 248, 0.4) 100%);
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    min-height: 86vh;
}


@media (max-width: 768px) {


    hr {
        width: 99%;
        height: 5px;
    }

    .site-index {
        padding-top: 70px;
    }

    /*.top-padding {*/
    /*    padding-top: 10px;*/
    /*}*/
    .navbar-brand img {
        height: 64px;
    }

    .fullscreen {
        display: none;
    }

    .mobilescreen {
        display: contents;
        width: 100%;
    }

    .mobilescreen img {

        vertical-align: middle;
        position: relative;
    }

    .mobilescreen .shadow-border {
        margin-bottom: 10px;
        display: table;
        width: 100%;
    }

    #movie .container-fluid .movie-box .movie-box-caption .movie-title,
    #movie .container-sm .movie-box .movie-box-caption .movie-title,
    #movie .container-md .movie-box .movie-box-caption .movie-title,
    #movie .container-lg .movie-box .movie-box-caption .movie-title,
    #movie .container-xl .movie-box .movie-box-caption .movie-title {
        font-size: 1.5rem;
    }

    .navbar-brand .cinemaName {
        font-size: 0.75em;
        padding-left: 15px;
    }

    header.masthead {
        padding-top: 36px;
        padding-bottom: 0.5em;
    }

    .step-btn {
        font-size: 1em;
    }

    .modal .close {
        right: 10px;
        color: black;
        top: 10px;
    }

    #movie .container-fluid .movie-box .movie-icon-container img {
        height: 4vh !important;
        margin-right: none;
    }
}

@media (min-width: 768px) {
    .fullscreen {
        display: contents;
        height: 100%;
    }

    .mobilescreen {
        display: none;
    }

    .navbar-brand img {
        height: 48px;
    }

    .navbar-brand .cinemaName {
        margin-left: 10px;
    }
}

#movie .container-fluid .movie-box img.movie-image {
    margin: 0 auto;
    display: block;
    max-height: 644px;
}

#movie .container-fluid .movie-box .movie-icon-container {
    bottom: 0;
    display: inline-block;
    height: 56px;
    width: 100%;

    position: absolute;
    right: 0;
    z-index: 2;
}

#movie .container-fluid .movie-box .movie-icon-container img {
    height: 50px;
    float: left;
    margin-left: 10px;
    opacity: 0.8;
}

#movie .container-fluid .movie-box .movie-icon-container span.premier-date.badge-primary {
    background-color: #007bff78 !important;
}

#movie .container-fluid .movie-box .movie-icon-container span.premier-date {
    color: #FFFFFF90;
    float: left;
    font-weight: 900;
    font-size: 14pt;
    line-height: 20pt;
    margin-left: 15px;
    margin-right: 20px;
    text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.8);
}

img.promotion-wide {
    max-height: 450px;
}

@media screen and (max-width: 1024px) {
    #movie .container-fluid .movie-box img.movie-image {
        height: 260px;
    }
}

@media screen and (max-width: 1280px) {
    #movie .container-fluid .movie-box img.movie-image {
        height: 220px;
    }
}

@media screen and (max-width: 1366px) {
    #movie .container-fluid .movie-box img.movie-image {
        height: 220px;
    }
}

@media screen and (min-width: 1367px) {
    #movie .container-fluid .movie-box img.movie-image {
        height: 310px;
    }
}


.no-padding {
    padding: 0 !important;
}

.cookie-consent-toggle {
    cursor: pointer;
}

.btn.disabled {
    cursor: not-allowed;
}

.rating-icon-24 {
    height: 24px;
}

.movie-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    text-shadow: 1px 1px 1px #5895cc;
}

button {
    touch-action: manipulation;
}

button.movie-showtime {
    font-weight: 500;
}

.finished {
    background-color: #000;
    color: #FFF;
    cursor: not-allowed !important;
}

.not-reservable {
    background-color: #b7b5b5;
    color: white;
    cursor: not-allowed !important;
}

.reservable {
    background-color: #53a653;
    color: #000;
}

.tooltip-inner {
    max-width: 500px;
}

.schedule-selector {
    font-size: 45px;
    color: #000000;
    padding-right: 5px;
    transition: color 500ms;
    cursor: pointer;
}

.schedule-selector:hover {
    color: #17a2b8;
}

.schedule-day.selected {
    background-color: #c61d54;
    border-color: #138496;
}

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    transition: background-color 1s;
    color: white;
    cursor: pointer;
    font-size: 32px;
}

#scrollToTop:hover {
    background-color: #11438e;
    /* Add a dark-grey background on hover */
}

.hidden {
    display: none;
}

#movie-schedule .filters {
    font-size: 24px;
    text-align: center;
    padding: 15px;
}

#movie-schedule .filters .badge:hover {
    color: #0b2e13;
}

#movie-schedule .filters span {
    cursor: pointer;
    padding: 15px;
    margin-bottom: 10px;
}

#movie-schedule .filters span.selected {
    cursor: pointer;
    padding: 20px;
    border: 1px solid;
}

.scheduled-week-date-text {
    font-size: 0.6rem;
    font-weight: 600;
}

#videoModal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

@media (max-width: 768px) {
    #videoModal .modal-dialog {
        max-width: calc(100% - 80px);
    }
}

.modal-body {
    position: relative;
    padding: 0;
}

.close {
    position: absolute;
    right: -30px;
    top: 10px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #000000;
    opacity: 1;
}

.movie-info-main-image-container {
    border-radius: 10px;
}

.movie-info-main-image-container img {
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.movie-info-title {
    font-size: 32pt;
    font-weight: 700;
}

.movie-info-genre {
    font-size: 12pt;
    font-weight: 600;
}

.movie-info-rating {
    font-size: 12pt;
    font-weight: 600;
}

.movie-info-description {
    font-size: 14pt;
    font-weight: 500;
    padding: 15px;
}

.movie-info-main-image:hover .play {
    opacity: 1;
}

.movie-info-container {
    height: fit-content;
}

.play {
    color: white;
    font-size: 48pt;
    position: absolute;
    opacity: 0.3;
    top: 30%;
    width: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
}

#videoModal {
    background-color: #000000d9;
}

.img-hover-zoom {
    /*height: 300px; !* [1.1] Set it as per your need *!*/
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.section-bottom-space {
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #movie .container-fluid .movie-box .movie-icon-container {
        height: 50px;
    }

    #movie .container-fluid .movie-box .movie-icon-container span.premier-date {
        font-size: 10pt;
        line-height: 16pt;
    }

    #movie-schedule .filters {
        font-size: 16px;
        padding: 5px;
    }

    #movie-schedule .filters span {
        padding: 5px;
    }

    #movie-schedule .filters span.selected {
        padding: 10px;
    }
}

.align-center {
    margin: 0 auto;
    display: block;
}

.form-control.has-error,
.form-check.has-error {
    background-color: #ff00001f;
    border: 1px solid red;
}

.width-75 {
    width: 75% !important;
}

.width-25 {
    width: 25% !important;
}

.width-100 {
    width: 100% !important;
}

.width-50 {
    flex: 0 0 50% !important;
    width: 50% !important;
}

.width-66 {
    flex: 0 0 66.6666666666% !important;
    width: 66.6666666666% !important;
}

.width-33 {
    flex: 0 0 33.3333333333% !important;
    width: 33.3333333333% !important;
}

.loader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    background-image: url('/images/ajax-loader.gif');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


hr.gradient {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: 10px;
    margin-bottom: 10px;
}

span.required {
    margin-left: 5px;
    color: red;
    font-weight: 700;
}

.movie-rating {
    margin-left: 5px;
    margin-right: 5px;
}

.no-schedule-text {
    margin: 0px auto;
    padding: 20px;
    color: red;
}

.btn-schedule-pager {
    height: 39pt;
    width: 39pt;
}

@media screen and (max-width: 768px) {
    .btn-schedule-pager {
        height: 39pt;
        /*width: 15pt;*/
        padding: 0px;
    }

    .schedule-day {
        min-width: 33.33%;
        border: 1px solid black !important;
    }
}

.cbx-link {
    margin-left: 10px;
}

.reservation-text-warning {
    color:red;
    font-weight: 600;
}

.tick {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
    width: 400px;
    border-radius: 10px;
    padding: 10px;
}

.screen-name {
    background-color: #FFFFFF !important;
    width: 40rem !important;
    height: 2rem !important;
    padding: 3rem !important;
    transform: rotateX(-45deg);
    box-shadow: 0 25px 25px rgba(255, 255, 255, 0.8);
    margin: 0 auto !important;
    color: #ff0000 !important;
}


.screen .screen-seat.seat-sold {
    background-color: red;
}

.seat-plan-widget .screen-seat.seat-eticket-reservation {
    background-color: red;
}

.seat-plan-widget .screen-seat.seat-reserved {
    background-color: red;
}

.seat-plan-widget .screen-seat.seat-locked {
    background-color: red;
}