/*Root Styles*/
body {
    background: linear-gradient( 180deg, #121212 66%, #383838 132.44%, #121212 56% );
}

header {
    position: relative;
    height: auto;
}
/*Root Styles*/
/* Ticket Flow Step Section */
.ticket-flow-step-section {
    padding-top: 40px;
}

.ticket-flow-step {
    gap: 10px;
}

.egg-icon-list {
    width: 26px;
    height: 23px;
    object-fit: contain;
    position: relative;
    left: 4px;
}

    .egg-icon-list.empty-egg {
        margin-top: -7px;
    }

    @media screen and (max-width: 480px) {
        body {
        background: #121212;
    }

    .ticket-flow-step {
        flex-direction: column;
        gap: 4px;
    }

    .ticket-flow-step-row {
        justify-content: space-between;
    }
}

.ticket-flow-step-number {
    width: 48px;
    height: 48px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .ticket-flow-step-number {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .ticket-flow-step-col {
        width: 78.25px;
        height: 63px;
        display: flex;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        justify-content: center;
        align-items: center;
    }
}

.ticket-flow-step-number.active {
    border: 2px solid #96a825;
}

.ticket-flow-step-number h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    font-family: ProximaNovaRegularBold;
}

@media screen and (max-width: 480px) {
    .ticket-flow-step-number h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

.ticket-flow-step-name {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: ProximaNovaRegular !important;
}

    .ticket-flow-step-name[data-type="mobile"] {
        display: none;
    }

@media screen and (max-width: 480px) {
    .ticket-flow-step-name[data-type="desktop"] {
        display: none;
    }

    .ticket-flow-step-name[data-type="mobile"] {
        display: block;
    }

    .ticket-flow-step-name {
        font-size: 12px;
    }
}
/* Ticket Flow Step Section */

/* Ticket Flow Description */
.mobile-select-session-title {
    display: none;
}

@media screen and (max-width: 480px) {
    .mobile-select-session-title {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }
}

.ticket-flow-description-section {
    margin-top: 40px;
}

@media screen and (max-width: 480px) {
    .ticket-flow-description-section {
        margin-top: 20px;
    }
}

.ticket-flow-description {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
}
/* Ticket Flow Description */

/* Ticket Flow Cards */
.ticket-flow-step-cards {
    margin-top: 40px;
}

.ticket-flow-step-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 20px;
    margin-bottom: 30px;
    min-height: 900px;
}

@media screen and (max-width: 1440px) {
    .ticket-flow-step-card {
        padding: 14px 18px;
    }
}

@media screen and (max-width: 480px) {
    .ticket-flow-step-card {
        min-height: auto;
        padding: 16px;
        margin-bottom: 20px;
    }

    section.ticket-flow-step-cards {
        margin-top: 20px;
        padding-bottom: 50px;
    }
}

.ticket-flow-step-card .card-body {
    padding: 0;
}

.ticket-flow-step-card .card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: ProximaNovaRegular;
}

.ticket-flow-card-tab {
    margin-top: 20px;
}

@media screen and (max-width: 1440px) {
    .ticket-flow-card-tab {
        margin-top: 6px;
    }
}

@media screen and (max-width: 480px) {
    .ticket-flow-card-tab {
        display: none;
    }

    .step-card.active .ticket-flow-card-tab {
        display: initial;
    }
}

.ticket-flow-card-tab .nav {
    gap: 40px;
}

@media screen and (max-width: 1440px) {
    .ticket-flow-card-tab .nav {
        gap: 18px;
    }
}

@media screen and (max-width: 480px) {
    .ticket-flow-card-tab .nav {
        gap: 30px;
    }
}

.ticket-flow-card-tab .nav .nav-item a {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-family: ProximaNovaRegular;
    cursor: pointer !important;
}

    .ticket-flow-card-tab .nav .nav-item a.active {
        color: #fff;
        text-decoration: underline;
    }

@media screen and (max-width: 1440px) {
    .ticket-flow-card-tab .nav .nav-item a {
        font-size: 14px;
    }
}

.ticket-flow-card-tab-item {
    margin-top: 30px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .ticket-flow-card-tab-item {
        margin-top: 18px;
    }
}

@media screen and (max-width: 480px) {
    .step-card.active .ticket-flow-card-tab-item {
        margin-top: 16px;
    }

    #ticket-flow-step-1-swiper img {
        border-radius: 8px;
        height: 125px;
    }
}

.ticket-flow-card-movie-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-card-movie-item {
        padding: 6px;
        gap: 10px;
    }

    #filmList .ticket-flow-card-movie-item {
        gap: 8px
    }
}

@media screen and (min-width: 1440px) {

    #filmList .ticket-flow-card-movie-item {
        gap: 10px
    }
}

@media screen and (min-width: 1920px) {

    #filmList .ticket-flow-card-movie-item {
        gap: 20px
    }
}

@media screen and (max-width: 480px) {
    .step-card.active .ticket-flow-card-movie-item {
        display: flex;
    }
}

.ticket-flow-card-movie-item.active {
    background: linear-gradient(90deg, #7e8d0e 0%, #94a800 99.93%);
}

.vision-date-label,
.vision-date {
    color: #1e1e1e;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (min-width: 1024px) {
    .vision-date-label,
    .vision-date {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-card-movie-description {
        font-size: 12px;
    }
}

@media screen and (min-width: 1920px) {
    .vision-date-label,
    .vision-date {
        font-size: 14px;
        line-height: 22px;
    }
}

.ticket-flow-card-movie-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1e1e1e;
    margin-bottom: 0;
    font-family: ProximaNovaRegular;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-card-movie-title {
        font-size: 14px;
        line-height: 14px;
        margin-top: 6px;
    }
}

@media screen and (min-width: 1300px) {
    .ticket-flow-card-movie-title {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-card-movie-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-card-movie-title {
        font-size: 20px;
    }
}

.ticket-flow-card-movie-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1e;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-card-movie-description {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1300px) {
    .ticket-flow-card-movie-description {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-card-movie-description {
        font-size: 14px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-card-movie-description {
        font-size: 14px;
        line-height: 30px;
    }
}

.ticket-flow-card-movie-types {
    display: flex;
    justify-content: space-between;
    margin-top: 20.08px;
}

.ticket-flow-card-movie-imdb-point {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.gp-6 {
    gap: 6px;
}

.ticket-flow-card-movie-techs {
    display: flex;
    margin-top: 20.8px;
    gap: 6px;
}

#cinemaList .ticket-flow-card-movie-techs {
    padding-left: 12px;
}

.ticket-flow-card-movie-item.active * {
    color: #fff !important;
}

.ticket-flow-card-movie-banner img {
    border-radius: 8px;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-card-movie-banner img {
        height: 96px;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-card-movie-banner img {
        height: 104px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-card-movie-banner img {
        height: auto;
    }
}

.ticket-flow-select:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ticket-flow-select {
    background: #404040;
    border-radius: 6px;
    height: 62px;
    border: none;
    color: #dee2e8;
    background-image: url(../../../img/auth/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px 20px;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-select {
        font-size: 10px;
        height: 42px;
    }

    .col-md-6 pr-0 {
        padding-left: 3px;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-select {
        font-size: 14px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-select {
        font-size: 16px;
        height: 60px;
    }
}

.ticket-flow-card-movie-item[data-type="cinema"] {
    margin-top: 20px;
    gap: 0;
    min-height: 152px;
}

.ticket-flow-card-cinema-address {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1e1e1e;
}

.ticket-flow-card-cinema-action {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.movie-banner-line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

.ticket-flow-movie-cinema-km {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #1e1e1e;
    position: relative;
    bottom: 7.48px;
}

.ticket-flow-card-movie-item[data-type="date"] .col {
    padding-left: 20px !important;
}

.ticket-flow-movie-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
}

.ticket-flow-movie-datetime {
    background: #f2f2f2;
    border-radius: 999px;
    padding: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 74px;
    height: 28px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .ticket-flow-movie-datetime {
        width: 70px;
    }

    .ticket-flow-movie-date-row {
        padding-right: 20px;
    }
}

.ticket-flow-movie-datetime.selected {
    background: none !important;
    width: 150px;
    color: #000;
    text-align: left;
}

    .ticket-flow-movie-datetime.selected:hover {
        color: #000 !important;
    }

@media only screen and (min-width: 1024px) {
    .ticket-flow-movie-datetime {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1920px) {
    .ticket-flow-movie-datetime {
        font-size: 14px;
    }
}

.ticket-flow-movie-date-row {
    gap: 8px;
    padding-left: 20px;
}

.ticket-flow-movie-datetime.active {
    background: #96a825;
    color: #fff;
}

.ticket-flow-movie-datetime:hover {
    color: #fff;
    background: #96a825;
}

.ticket-flow-next-btn {
    width: 165px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 480px) {
    .ticket-flow-next-btn {
        display: none;
    }
}

.ticket-flow-next-btn.active {
    color: #fff;
    background: #96a825;
}

.ticket-flow-change-content {
    position: absolute;
    left: 36px;
    top: 0;
    height: 3rem;
    z-index: 3;
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 1399px) {
    .ticket-flow-change-content {
        justify-content: center;
        left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .ticket-flow-change-content {
        display: none;
    }
}

.ticket-flow-change-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #96a825;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-change-btn {
        width: 40px;
        height: 40px;
    }

        .ticket-flow-change-btn img {
            height: 18px;
        }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-change-btn {
        width: 48px;
        height: 48px;
    }
}

.ticket-flow-card-sort {
    position: relative;
    cursor: pointer;
    opacity: 0;
}

    .ticket-flow-card-sort[data-type="movie"]:hover
    .ticket-flow-sort-container[data-type="movie"] {
        display: inline-block;
    }

    .ticket-flow-card-sort[data-type="cinema"]:hover
    .ticket-flow-sort-container[data-type="cinema"] {
        display: inline-block;
    }

.ticket-flow-sort-dropdown {
    background: #ffffff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 190px;
    height: auto;
    padding: 20px;
    margin-top: 30px;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-sort-dropdown {
        width: 154px;
        padding: 10px;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-sort-dropdown {
        width: 180px;
        padding: 16px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-sort-dropdown {
        width: 190px;
        padding: 20px;
    }
}

.ticket-flow-sort-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ticket-flow-sort-dropdown ul li {
        margin-bottom: 14px;
    }

@media screen and (min-width: 1024px) {
    .ticket-flow-sort-dropdown ul li {
        margin-bottom: 2px
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-sort-dropdown ul li {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-sort-dropdown ul li {
        margin-bottom: 14px;
    }
}

.ticket-flow-sort-dropdown ul li:last-child {
    margin-bottom: 0;
}

.ticket-flow-sort-dropdown ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-sort-dropdown ul li a {
        font-size: 12px;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-sort-dropdown ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-sort-dropdown ul li a {
        font-size: 16px;
    }
}

.ticket-flow-on-pre-sale-badge {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    background: #96a825;
    border-radius: 50%;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
}

@media only screen and (min-width: 1024px) {
    .ticket-flow-on-pre-sale-badge {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 17px;
    }
}

@media only screen and (min-width: 1920px) {
    .ticket-flow-on-pre-sale-badge {
        width: 24px;
        height: 24px;
        font-size: 15px;
        line-height: 23px;
    }
}

.ticket-flow-movie-tech-item {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #F5F6F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

    .ticket-flow-movie-tech-item:hover .hover-more-saloons-area {
        display: flex;
    }

.hover-more-saloons-area {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 6px;
    position: absolute;
    width: 111.68px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    top: 32px;
    z-index: 10;
    transition: opacity 0.5s ease-in-out;
    right: -15px;
}

    .hover-more-saloons-area .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 6px 8px;
        gap: 10px;
        width: 71.68px;
        height: 24px;
        background: #e6e6e6;
        border-radius: 999px;
    }
/* Ticket Flow Cards */

/* Ticket Flow DateTimePicker */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datepicker-item {
    border-radius: 16px;
}

    .datepicker-item .card {
        border-radius: 6px;
    }

.datetimepicker-container {
    padding-left: 16.7px;
    padding-right: 16.7px;
    margin-bottom: 20px;
}

.datetimepicker-button-next,
.datetimepicker-button-prev {
    top: 30%;
    position: absolute;
}

.datetimepicker-button-next {
    right: 2px !important;
}

.datetimepicker-button-prev {
    left: 0 !important;
}

.meeting-datepicker-month {
    font-weight: 600;
    font-size: 18px;
    color: #1e1e1e;
    text-align: left;
}

@media only screen and (min-width: 1024px) {
    .meeting-datepicker-month {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    .meeting-datepicker-month {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1920px) {
    .meeting-datepicker-month {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .meeting-datepicker-month {
        font-size: 12px;
    }

    .datepicker-item .card {
        width: 100%;
    }
}

.calendar-card.active {
    background: #96a825;
    color: #fff !important;
}

.meeting-datepicker-datename {
    font-weight: 400;
    font-size: 12px;
    color: #1e1e1e;
    text-align: left;
}

.calendar-card.active .meeting-datepicker-month,
.calendar-card.active .meeting-datepicker-datename {
    color: #fff !important;
}

.calendar-card .card-body {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .calendar-card .card-body {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* Ticket Flow DateTimePicker */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]:before,
    [data-tooltip]:after {
        line-height: 1;
        font-size: 0.9em;
        pointer-events: none;
        position: absolute;
        box-sizing: border-box;
        display: none;
        opacity: 0;
    }

    [data-tooltip]:before {
        content: "";
        border: 5px solid transparent;
        z-index: 100;
    }

    [data-tooltip]:after {
        content: attr(data-tooltip);
        text-align: center;
        width: 64px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 6px 8px;
        border-radius: 3px;
        background: #525252;
        color: #ffffff;
        z-index: 99;
        height: 28px;
        border-radius: 6px;
        font-size: 14px;
        color: #fff;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        display: block;
        opacity: 1;
    }

    [data-tooltip]:not([data-flow])::before,
    [data-tooltip][data-flow="top"]::before {
        bottom: 100%;
        border-bottom-width: 0;
        border-top-color: #525252;
    }

    [data-tooltip]:not([data-flow])::after,
    [data-tooltip][data-flow="top"]::after {
        bottom: calc(100% + 5px);
    }

    [data-tooltip]:not([data-flow])::before,
    [tooltip]:not([data-flow])::after,
    [data-tooltip][data-flow="top"]::before,
    [data-tooltip][data-flow="top"]::after {
        left: 50%;
        -webkit-transform: translate(-50%, -4px);
        transform: translate(-50%, -4px);
    }

    [data-tooltip][data-flow="bottom"]::before {
        top: 100%;
        border-top-width: 0;
        border-bottom-color: #4621ff;
    }

    [data-tooltip][data-flow="bottom"]::after {
        top: calc(100% + 5px);
    }

    [data-tooltip][data-flow="bottom"]::before,
    [data-tooltip][data-flow="bottom"]::after {
        left: 50%;
        -webkit-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
    }

    [data-tooltip][data-flow="left"]::before {
        top: 50%;
        border-right-width: 0;
        border-left-color: #4621ff;
        left: calc(0em - 5px);
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%);
    }

    [data-tooltip][data-flow="left"]::after {
        top: 50%;
        right: calc(100% + 5px);
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%);
    }

    [data-tooltip][data-flow="right"]::before {
        top: 50%;
        border-left-width: 0;
        border-right-color: #4621ff;
        right: calc(0em - 5px);
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%);
    }

    [data-tooltip][data-flow="right"]::after {
        top: 50%;
        left: calc(100% + 5px);
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%);
    }

[data-tooltip=""]::after,
[data-tooltip=""]::before {
    display: none !important;
}

[data-type="favorite"] {
    cursor: pointer;
}

.ticket-flow-step-card.mobile {
    padding: 0;
    min-height: auto;
    border-radius: 8px;
}

    .ticket-flow-step-card.mobile img {
        object-fit: cover;
    }


.swiper-slide {
    background: transparent;
}

.ticket-flow-step-card.not-collapse {
    padding-bottom: 16px;
}

.ticket-flow-step-card.collapsed .arrow-right {
    height: 20px;
}

.mobile-back-btn {
    position: absolute;
    left: 0;
    display: none;
}

.ticket-flow-session-nav {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .ticket-flow-session-nav {
        display: none;
        margin-top: 24px;
    }
}

.session-card-mobile-view {
    border: none !important;
    background: #121212 !important;
}

.all-btn {
    display: none;
}

@media only screen and (max-width: 480px) {
    .all-btn {
        display: block;
    }
}

.section-ticketing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-family: ProximaNovaRegular;
    margin-bottom: 0;
}

@media only screen and (min-width: 481px) {
    .section-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .section-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1440px) {
    .section-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1920px) {
    .section-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .section-title {
        font-size: 18px;
    }
}

.view-all-content {
    display: none;
}

@media only screen and (max-width: 480px) {
    .view-all-content {
        display: block;
    }
}

.view-all-content span {
    color: #fff;
    font-size: 14px;
    display: none;
}

@media only screen and (max-width: 480px) {
    .step-card.active span {
        display: initial;
    }

    .ticket-flow-on-pre-sale-badge {
        display: inline-block !important;
    }

    .step-card.active .select-row {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .step-card[data-step-type="movie"] .ticket-flow-card-movie-item {
        display: none;
    }
}

@media only screen and (max-width: 1240px) and (min-width: 991px) {
    .col-app-6 {
        flex: 0 0 auto;
        width: 49.333333%;
    }

    .ticket-flow-change-content {
        width: 99%;
    }
}

.step-card {
    position: relative;
}

.ticket-flow-change-content.mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .ticket-flow-change-content.desktop {
        display: none;
    }

    .ticket-flow-change-content.mobile {
        display: flex;
        width: 100%;
        top: initial;
        bottom: -7px;
        align-items: end;
        justify-content: center;
    }

        .ticket-flow-change-content.mobile button {
            width: 34px;
            height: 34px;
        }

            .ticket-flow-change-content.mobile button img {
                rotate: 90deg;
                height: 18px;
            }
}

@media screen and (max-width: 480px) {
    .more-sticky-btn {
        position: fixed;
        width: 100%;
        height: 88px;
        left: 0;
        bottom: 0;
        z-index: 9;
    }
}

.step-card[data-step-type="cinema"] .ticket-flow-card-movie-item.selected {
    min-height: auto;
}

    .step-card[data-step-type="cinema"]
    .ticket-flow-card-movie-item.selected
    .ticket-flow-card-movie-techs {
        display: none;
    }

    .step-card[data-step-type="cinema"]
    .ticket-flow-card-movie-item.selected
    .ticket-flow-card-cinema-action {
        display: none;
    }

.selected-date-text {
    color: #1e1e1e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.movie-top-badges {
    margin-bottom: 8px;
    gap: 8px;
}

.movie-pre-sales {
    border-radius: 795.559px;
    background: #98a726;
    width: 76px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

@media screen and (min-width: 1024px) {
    .movie-pre-sales {
        width: 74px;
        height: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .movie-pre-sales {
        width: 76px;
        height: 20px;
    }
}

.movie-arthouse-badge {
    display: flex;
    width: 60px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #e5e5e5;
}

    .movie-arthouse-badge img {
        height: 14.252px;
    }

.egg-icon {
    height: 31px;
}

.definitely-watch {
    width: 78px;
    margin-left: 7px;
    position: relative;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #98a726;
}

@media screen and (max-width: 480px) {
    .definitely-watch {
        display: none;
    }
}

.definitely-watch img {
    position: absolute;
    left: -4px;
    height: 20px;
}

.tooltip-text {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .tooltip-text p {
        margin-bottom: 0;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-weight: 800;
    }

.ticket-flow-sort-dropdown ul li {
    padding-left: 9px;
    position: relative;
}

    .ticket-flow-sort-dropdown ul li img {
        display: none;
    }

    .ticket-flow-sort-dropdown ul li.active img {
        display: inline-block;
        position: absolute;
        left: -21px;
        margin-top: auto;
        margin-bottom: auto;
        top: 2px;
        bottom: 0;
    }

@media screen and (min-width: 1024px) {
    .ticket-flow-sort-dropdown ul li.active img {
        width: 10px;
        height: 10px;
        left: -14px;
        top: -2px;
    }

    .ticket-flow-sort-dropdown ul li {
        padding-left: 14px;
    }
 }

@media screen and (min-width: 1440px) {
    .ticket-flow-sort-dropdown ul li.active img {
        left: -14px;
        top: -1px;
        width: 12px;
        height: 12px;
    }

    .ticket-flow-sort-dropdown ul li {
        padding-left: 9px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-sort-dropdown ul li.active img {
        width: 14px;
        height: 14px;
        left: -18px;
    }
}

@media only screen and (max-width: 1594px) and (min-width: 991px) {
    .definitely-watch {
        display: none;
    }
}

/*Root Styles*/

/*Root Styles*/

/* Ticket Flow Step Section */

/* Selected Content Area */
.selected-content {
    display: none;
}

/* Selected Content Area */

/* Edit Icon */
.edit-img-wrap {
    display: none;
}

/* Edit Icon */

.ticket-flow-step-section {
    padding-top: 40px;
}

.ticket-flow-step-row {
    justify-content: space-between;
}

.ticket-flow-step {
    gap: 10px;
}

.done-step {
    background-color: #96a824;
}

    .done-step h4 {
        display: none;
    }

.ticket-flow-step-number {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ticket-flow-step-number h4 {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
        font-family: ProximaNovaRegularBold;
    }

.ticket-flow-step-name {
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: ProximaNovaRegular;
}

.ticket-flow-step-number.active {
    border: 2px solid #96a825;
}

.ticket-flow-step-name[data-type="mobile"] {
    display: none;
}

/* Ticket Flow Step Section */

/* Ticket Flow 2 */

/* Ticket Flow 2 */

/* Ticket Flow Description  and cost */

/* Ticket Flow Description  and cost */

/* Data Tooltip */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]:before,
    [data-tooltip]:after {
        line-height: 1;
        font-size: 0.9em;
        pointer-events: none;
        position: absolute;
        box-sizing: border-box;
        display: none;
        opacity: 0;
    }

    [data-tooltip]:before {
        content: "";
        border: 5px solid transparent;
        z-index: 100;
    }

    [data-tooltip]:after {
        content: attr(data-tooltip);
        text-align: center;
        width: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 6px 7px;
        border-radius: 3px;
        background: #525252;
        color: #ffffff;
        z-index: 99;
        height: 24px;
        border-radius: 6px;
        font-size: 12px;
        color: #fff;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        display: block;
        opacity: 1;
    }

    [data-tooltip][data-flow="top"]::after {
        bottom: calc(79% + 5px);
    }

    [data-tooltip][data-flow="top"]::before,
    [data-tooltip][data-flow="top"]::after {
        left: 50%;
        -webkit-transform: translate(-50%, -4px);
        transform: translate(-50%, -4px);
    }

    [data-tooltip][data-flow="top"]::before {
        bottom: 80%;
        border-bottom-width: 0;
        border-top-color: #525252;
    }

/* Tooltip */

/* Ticket Flow 2 - Ticket Types And Other Prods*/

/* Number inputun arttırma ve azaltma butonlarını gizle */

/* Firefox için arttırma ve azaltma butonlarını gizle */

/* Ticket Flow 2 - Ticket Types And Other Prods*/

/* Ticket Flow 2 - Order Card Popup*/

/* Ticket Flow 2 - Order Card Popup*/

/* Media Queries */
@media screen and (max-width: 480px) {
    /* Ticket Flow Step Section */
    .ticket-flow-step {
        flex-direction: column;
        gap: 4px;
    }

    .ticket-flow-step-number {
        width: 24px;
        height: 24px;
    }

        .ticket-flow-step-number h4 {
            font-size: 16px;
            line-height: 24px;
        }

    .ticket-flow-step-row {
        justify-content: space-between;
    }

    .ticket-flow-step-col {
        width: 78.25px;
        height: 63px;
        display: flex;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        justify-content: center;
        align-items: center;
    }

    .ticket-flow-step-name[data-type="desktop"] {
        display: none;
    }

    .ticket-flow-step-name[data-type="mobile"] {
        display: block;
    }

    .ticket-flow-step-name {
        font-size: 12px;
    }

    /* Ticket Flow Description Section */

    /* Ticket Flow Description Section */
}

@media screen and (max-width: 768px) {
    /* Ticket Flow Step Section */

    /* Ticket Flow Description  and cost */
}

@media screen and (min-width: 768px) {
    .ticket-flow-step {
        justify-content: center;
    }

    /* Ticket Flow 2 - Order Card Popup*/

    /* Ticket Flow 2 - Order Card Popup*/

    /* Edit Icon */
    .edit-img-wrap {
        display: initial;
        margin-left: 5px;
        visibility: hidden;
    }

    /* Edit Icon */

    /* Ticket Flow Description  and cost */

    /* Ticket Flow Description  and cost */

    /* Ticket Flow 2 */

    /* Ticket Flow 2 */

    /* Ticket Flow 2 - Ticket Types And Other Prods*/

    /* Ticket Flow 2 - Ticket Types And Other Prods*/
}

@media screen and (min-width: 769px) {
    /* Selected Content */
    .selected-content {
        gap: 10px;
    }

    .selected-content,
    .selected-content-info {
        display: flex;
    }

    .selected-content-info {
        flex-wrap: wrap;
        align-items: center;
        column-gap: 10px;
    }

    .selected-content-img {
        display: none;
    }

    .selected-content-title {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        font-family: ProximaNovaRegular;
        margin-bottom: 4px;
        flex-basis: 100%;
    }

    .selected-content-title,
    .selected-content-sub-title,
    .selected-content-location,
    .selected-content-date,
    .selected-content-other-info {
        color: #fff;
    }

    .selected-content-sub-title {
        font-weight: 400;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5);
        padding-bottom: 6px;
        margin: 0;
        border-bottom: 1px solid #616161;
    }

    .selected-content-location,
    .selected-content-date {
        flex-basis: 100%;
        font-size: 10px;
    }

    .selected-content-location {
        margin-top: 6px;
    }

    .selected-content-class-info {
        background-color: #343434;
        width: 70px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 90px;
        padding: 5px 9px;
        margin: 0px;
    }

    .selected-content-class-info-img {
        width: 94%;
        height: auto;
    }

    .selected-content-other-info {
        height: min-content;
        margin: 0px;
        font-size: 12px;
        line-height: 18px;
    }

    div[data-type="desktop"]:hover:has( .ticket-flow-step-name[data-type="desktop"] )
    .edit-img-wrap {
        visibility: visible;
    }

    /* Selected Content */
}

@media screen and (min-width: 992px) {
    /* Ticket Flow Step Section */

    .ticket-flow-step {
        justify-content: initial;
    }

    .ticket-flow-step-number h4,
    .ticket-flow-step-name {
        font-size: 18px;
    }

    .ticket-flow-step-number {
        width: 32px;
        height: 32px;
    }

    /* Ticket Flow Step Section */

    /* Ticket Flow 2 */

    /* Ticket Flow 2 */

    /* Ticket Flow Description  and cost */

    /* Ticket Flow Description  and cost */
}

@media screen and (min-width: 1024px) {
    .done-step-img {
        width: 16px;
        height: 14px;
    }
}

@media screen and (min-width: 1440px) {
    .done-step-img {
        width: 18px;
        height: 16px;
    }

    /* Ticket Flow Step Section */
    .ticket-flow-step-number {
        width: 48px;
        height: 48px;
    }

        .ticket-flow-step-number h4,
        .ticket-flow-step-name {
            font-size: 30px;
        }

    /* Ticket Flow Step Section */

    /* Selected Content */

    .selected-content-title {
        font-size: 14px;
    }

    .selected-content-location,
    .selected-content-date {
        font-size: 12px;
    }

    .selected-content-location {
        margin-top: 8px;
    }

    .selected-content-class-info {
        width: 90px;
        height: 30px;
        padding: 4px 6px;
    }

    .selected-content-other-info {
        font-size: 14px;
    }

    /* Selected Content */

    /* Ticket Flow Description  and cost */

    /* Ticket Flow Description  and cost */

    /* Edit Img Content */
    .edit-img {
        width: 19px;
        height: 19px;
    }

    /* Edit Img Content */

    /* Ticket Flow 2 - Ticket Types And Other Prods*/

    /* Ticket Flow 2 - Ticket Types And Other Prods*/

    /* Tooltip */
    [data-tooltip]:after {
        height: 28px;
        padding: 6px 8px;
        width: 64px;
        font-size: 14px;
    }

    [data-tooltip][data-flow="top"]::after {
        bottom: calc(100% + 5px);
    }

    [data-tooltip][data-flow="top"]::before {
        bottom: 100%;
    }

    /* Tooltip */
}

@media screen and (min-width: 1920px) {
    .selected-content-img {
        display: initial;
    }
}

/* Media Queries */

/* *************MODAL*********************** */

/* *************MODAL*********************** */

/*Root Styles*/

/*Root Styles*/

/* Ticket Flow Step Section */

/* Selected Content Area */

/* Selected Content Area */

/* Edit Icon */

/* Edit Icon */

/* Ticket Flow Step Section */

/* Ticket Flow 2 */

/* Ticket Flow 2 */

/* Ticket Flow Description  and cost */

.ticket-flow-next-btn {
    border-radius: 0;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

.ticket-flow-next-btn {
    padding: 8px;
    flex-grow: 1;
    flex-basis: 50%;
    position: relative;
    min-height: 61px;
}

@media screen and (min-width: 768px) {
    .ticket-flow-next-btn {
        flex-grow: unset;
        min-height: auto;
    }
}

/* Ticket Flow Description  and cost */

/* Data Tooltip */

/* Tooltip */

/* Ticket Flow 2 - Ticket Types And Other Prods*/

/* Number inputun arttırma ve azaltma butonlarını gizle */

/* Firefox için arttırma ve azaltma butonlarını gizle */

/* Ticket Flow 2 - Ticket Types And Other Prods*/

/* Ticket Flow 2 - Order Card Popup*/

/* Ticket Flow 2 - Order Card Popup*/

/* Media Queries */
@media screen and (max-width: 480px) {
    /* Ticket Flow Step Section */

    /* Ticket Flow Description Section */

    /* Ticket Flow Description Section */
}

@media screen and (max-width: 768px) {
    /* Ticket Flow Step Section */

    /* Ticket Flow Description  and cost */
}

@media screen and (min-width: 768px) {
    /* Ticket Flow 2 - Order Card Popup*/

    /* Ticket Flow 2 - Order Card Popup*/

    /* Edit Icon */

    /* Edit Icon */

    /* Ticket Flow Description  and cost */

    .ticket-flow-next-btn {
        flex-basis: auto;
        flex-direction: revert;
        align-items: center;
        padding: 0;
        position: initial;
    }

    .ticket-flow-next-btn {
        width: 134px;
        height: 42px;
        border-radius: 24px;
    }

    /* Ticket Flow Description  and cost */

    /* Ticket Flow 2 */

    /* Ticket Flow 2 */

    /* Ticket Flow 2 - Ticket Types And Other Prods*/

    /* Ticket Flow 2 - Ticket Types And Other Prods*/
}

@media screen and (min-width: 769px) {
    /* Selected Content */

    div[data-type="desktop"]:hover:has( .ticket-flow-step-name[data-type="desktop"] )
    .edit-img-wrap {
        visibility: visible;
    }

    /* Selected Content */
}

@media screen and (min-width: 992px) {
    /* Ticket Flow Step Section */

    /* Ticket Flow Step Section */

    /* Ticket Flow 2 */

    /* Ticket Flow 2 */

    /* Ticket Flow Description  and cost */

    /* Ticket Flow Description  and cost */
}

@media screen and (min-width: 1440px) {
    /* Ticket Flow Step Section */

    /* Ticket Flow Step Section */

    /* Selected Content */

    /* Selected Content */

    /* Ticket Flow Description  and cost */

    .ticket-flow-next-btn {
        width: 142px;
        height: 48px;
    }
}

.sticky-more-btn {
    display: none;
}

@media screen and (max-width: 480px) {
    .sticky-more-btn {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        height: 50px;
        display: block;
    }

        .sticky-more-btn button {
            width: 100%;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #343434;
            font-size: 16px;
            font-weight: 600;
            color: #717171;
        }

            .sticky-more-btn button.active {
                opacity: 1;
                background-color: #96A825;
                color: #fff !important;
            }
}



@media only screen and (min-width: 481px) {
    .ticket-flow-card-movie-item {
        cursor: pointer;
    }
}

.calendar-card {
    cursor: pointer;
}

@media only screen and (max-width: 1440px) and (min-width: 481px) {
    .ticket-flow-step-card {
        height: 620px;
        min-height: initial;
    }

    .ticket-flow-card-tab-item {
        height: 500px;
        overflow-y: auto;
    }

    [data-step-type="cinema"] .ticket-flow-card-tab-item {
        height: 431px;
    }
}

@media only screen and (min-width: 1920px) {
    .ticket-flow-step-card {
        height: 820px;
        min-height: initial;
    }

    .ticket-flow-card-tab-item {
        height: 645px;
        overflow-y: auto;
    }

    [data-step-type="cinema"] .ticket-flow-card-tab-item {
        height: 564px;
    }
}

.ticket-flow-card-tab-item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ededed;
}

.ticket-flow-card-tab-item::-webkit-scrollbar {
    width: 6px;
    background-color: #333;
}

.ticket-flow-card-tab-item::-webkit-scrollbar-thumb {
    background-color: #292929;
    border: 1px solid #555555;
}

[data-step-type="cinema"] .ticket-flow-card-tab-item {
    padding: 0;
}

[data-step-type="date"] .ticket-flow-card-tab,
[data-step-type="cinema"] .ticket-flow-card-tab-content {
    display: none;
}

@media only screen and (max-width: 480px) {
    .empty-card {
        background: #000;
        height: 83vh;
    }
}

.empty-card-wrapper {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}



    .empty-card-wrapper[data-type="date"] {
        bottom: 27px;
        height: 81%;
    }

    .empty-card-wrapper[data-type="cinema"],
    .empty-card-wrapper[data-type="movie"] {
        bottom: 27px;
        height: 81%;
    }

@media only screen and (max-width: 480px) {
    .empty-card-wrapper,
    .empty-card-wrapper[data-type="date"],
    .empty-card-wrapper[data-type="cinema"] {
        position: initial;
        height: 91%;
        margin-top: 22px;
        width: 100%;
        margin: 0;
        background: #191919;
    }

    .step-card {
        padding-bottom: 4rem;
    }
}

.empty-card-wrapper p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .empty-card-wrapper p {
        font-size: 14px;
    }

    .empty-card-content img {
        height: 50px;
    }
}

@media only screen and (min-width: 1920px) {
    .empty-card-wrapper p {
        font-size: 16px;
    }

    .empty-card-content img {
        height: initial;
    }
}

.empty-card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.allow-location-btn {
    width: 165px;
    height: 48px;
    background: #96A825;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 999px;
    margin-top: 20px;
}

@media only screen and (max-width: 1440px) {
    .allow-location-btn {
        width: 148px;
        height: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .ticket-flow-next-btn {
        width: 134px;
        height: 42px;
        border-radius: 24px;
        min-height: 43px;
        margin-top: 27px;
    }
}

[data-favorite-event="true"],
[data-location-event="true"] {
    width: 20px;
    height: 20px;
}

@media screen and (min-width: 1024px) {
    [data-favorite-event="true"],
    [data-location-event="true"] {
        width: 18px;
        height: 18px;
    }
}

@media screen and (min-width: 1440px) {
    [data-favorite-event="true"],
    [data-location-event="true"] {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 1440px) {

    .ticket-flow-card-movie-techs .tech-item {
        width: 42px;
    }

    .ticket-flow-card-movie-types .gp-6 {
        gap: 2px;
    }

    .ticket-flow-card-movie-title {
        font-size: 14px;
        line-height: 16px;
    }

    .ticket-flow-card-movie-item .col-auto {
        align-items: center;
    }

    .ticket-flow-card-movie-item .col {
        width: 100%;
    }
}

[data-step-type="cinema"] .ticket-flow-card-movie-item.active [data-favorite-event="true"],
[data-step-type="cinema"] .ticket-flow-card-movie-item.active [data-location-event="true"] {
    width: 26px;
    height: 26px;
}


.ticket-flow-card-tab-item::-webkit-scrollbar {
    display: none;
}




/* new */
.ticket-flow-card-tab-content .datetimepicker-container {
    padding-left: 0;
}

.datetimepicker-button-prev {
    left: 1px !important;
}


@media screen and (min-width: 1024px) {
    .vision-date-label, .vision-date {
        font-size: 10px;
        line-height: 9px;
    }
}

@media screen and (min-width: 1300px) {
    .vision-date-label, .vision-date {
        font-size: 12px;
        line-height: 10px;
    }
}

@media screen and (min-width: 1920px) {
    .vision-date-label, .vision-date {
        font-size: 11px;
        line-height: 10px;
    }
}

.movie-fav-top-btn {
    position: absolute;
    top: 6px;
    left: 8px;
    display: flex;
    align-items: center;
}

    .movie-fav-top-btn img {
        width: 24px;
        height: 24px;
    }

@media screen and (min-width: 1024px) {
    .movie-fav-top-btn img {
        width: 18px;
        height: 18px;
    }

    .movie-fav-top-btn {
        top: 4px;
        left: 4px;
    }
}

@media screen and (min-width: 1440px) {
    .movie-fav-top-btn img {
        width: 20px;
        height: 20px;
    }

    .movie-fav-top-btn {
        top: 6px;
        left: 6px;
    }
}

@media screen and (min-width: 1920px) {
    .movie-fav-top-btn img {
        width: 24px;
        height: 24px;
    }
}

.ticket-flow-card-movie-techs .tech-item img {
    width: 56px;
    height: 16px;
    object-fit: fill !important;
}

.ticket-flow-card-movie-techs .tech-item {
    border-radius: 3rem;
    background: #F5F6F8;
    width: 72px;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 6px 8px;
    justify-content: center;
    color: #fff;
}

.smartly-markup-col {
    align-items: center;
}

.smartly-markup {
    width: 18px;
    height: 18px;
}

.ticket-flow-card-movie-techs {
    margin-top: 16px;
}

.smartly-markup {
    width: 20px;
    height: 20px;
}

.smartly-markup {
    width: 25px;
    height: 25px;
}

.movie-star-icon {
    height: 24px;
}

.ticket-flow-card-movie-imdb-point {
    font-size: 20px;
}

.ticket-flow-card-movie-item {
    padding: 10px;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-card-movie-techs {
        margin-top: 8px;
        flex-wrap: wrap;
    }

        .ticket-flow-card-movie-techs .item {
            padding: 4px 6px;
            flex-basis: 22%
        }

    #filmList .ticket-flow-card-movie-techs .item {
        flex-basis: 22%
    }

    .smartly-markup-col {
        gap: 4px;
        align-items: center;
    }

    .smartly-markup {
        width: 16px;
        height: 16px;
    }

    .ticket-flow-card-movie-imdb-point {
        font-size: 14px;
    }

    .movie-star-icon {
        height: 16px;
    }

    .ticket-flow-card-movie-types {
        margin-top: 4px;
    }

        .ticket-flow-card-movie-types .gp-6 {
            gap: 4px;
        }

    .ticket-flow-movie-tech-item {
        width: 24px;
        height: 24px;
    }
}

@media screen and (min-width: 1300px) {
    .smartly-markup {
        width: 18px;
        height: 18px;
    }

    .movie-star-icon {
        height: 18px;
    }

    .ticket-flow-card-movie-imdb-point {
        font-size: 16px;
    }

    .ticket-flow-card-movie-techs {
        margin-top: 12px;
    }
}

@media screen and (min-width: 1600px) {

    .ticket-flow-card-movie-techs .item {
        padding: 4px 6px;
    }

    #filmList .ticket-flow-card-movie-techs .item {
        flex-basis: 19%
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-card-movie-techs .item {
        padding: 6px 8px
    }

    .smartly-markup {
        width: 20px;
        height: 20px;
    }

    .movie-star-icon {
        height: 20px;
    }

    .ticket-flow-card-movie-imdb-point {
        font-size: 18px;
    }
}

@media screen and (min-width: 1920px) {
    .ticket-flow-card-movie-techs {
        margin-top: 16px;
    }

    .smartly-markup {
        width: 20px;
        height: 20px;
    }

    .smartly-markup {
        width: 25px;
        height: 25px;
    }

    .movie-star-icon {
        height: 24px;
    }

    .ticket-flow-card-movie-imdb-point {
        font-size: 20px;
    }

    .ticket-flow-card-movie-item {
        padding: 10px;
    }

    .ticket-flow-card-movie-techs .item {
        height: 32px;
    }

    #filmList .ticket-flow-card-movie-techs .item {
        flex-basis: 17.6%;
    }

    .ticket-flow-movie-tech-item {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .ticket-flow-card-movie-types {
        margin-top: 16px;
    }

    .smartly-markup-col {
        gap: 9.6px;
    }
}


/* Ticket Flow Step 1 Cinemas Card Items */

#cinemaList .card {
    display: flex;
    padding: 16px 20px;
    border-radius: 10px;
    min-height: 152px;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}


    #cinemaList .card .text-area h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #1e1e1e;
        margin-top: 0;
        margin-bottom: 0;
    }

@media screen and (min-width: 1024px) {
    #cinemaList .card .text-area h2 {
        font-size: 14px;
        line-height: 20px;
    }
}

#cinemaList .card .text-area p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1e1e1e;
    margin-bottom: 0;
    margin-top: 4px;
}

#cinemaList .card .card-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 20px;
}

#cinemaList .card .saloon-logo {
    margin-top: 10px;
    gap: 8px;
    padding-left: 12px;
}

#cinemaList .card .saloon-item {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    gap: 10px;
    width: 71.68px;
    height: 24px;
    background: #f5f6f8;
    border-radius: 999px;
    justify-content: center;
}

@media screen and (min-width: 1800px) {
    #cinemaList .card .saloon-item {
        width: 63.68px;
    }
}

@media screen and (max-width: 1400px) {
    #cinemaList .card .saloon-item {
        width: 60.68px;
    }
}

#cinemaList .card .icon-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    gap: 16px;
    height: 98px;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (min-width: 1024px) {
    #cinemaList .card .icon-area {
        gap: 8px;
    }
}

@media screen and (min-width: 1440px) {
    #cinemaList .card .icon-area {
        gap: 16px;
    }
}

#cinemaList .card .icon-area .icon-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 36px;
}

#cinemaList .card .icon-area .icon-divider {
    width: 36px;
    height: 0px;
    border: 1px solid #e6e6e6;
}



#filmList .ticket-flow-movie-tech-item,
#cinemaList .ticket-flow-movie-tech-item {
    display: none;
}

#sessionList .ticket-flow-card-movie-techs {
    margin-top: 0;
}

[data-technologies="screenx"] img,
[data-technologies="goldclass"] img,
[data-technologies="platinum-screen-x"] img {
    /*transform: scale(1.1);*/
}

select option {
    background: #656B6F;
    border-radius: 8px;
}

select::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 1024px) {
    select option {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 1300px) {
    select option {
        font-size: 14px !important;
    }
}

.ticket-flow-movie-tech-item span {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 600;
    font-family: ProximaNovaRegular;
}

@media screen and (min-width: 1024px) {
    .ticket-flow-movie-tech-item span {
        font-size: 10px;
    }

    .tech-min-item {
        flex-basis: 27% !important;
    }
}

@media screen and (min-width: 1300px) {
    .ticket-flow-movie-tech-item span {
        font-size: 12px;
    }

    .tech-min-item {
        flex-basis: 27% !important;
    }
}

@media screen and (min-width: 1440px) {
    .ticket-flow-movie-tech-item span {
        font-size: 14px;
    }

    .tech-min-item {
        flex-basis: 25.6% !important;
    }
}

@media screen and (min-width: 1920px) {
    .tech-min-item {
        flex-basis: 24.5% !important;
    }
}

.ticket-flow-sort-container {
    position: absolute;
    top: 0;
    right: -33px;
    z-index: 9;
    display: none;
}

[data-step-type="date"] .ticket-flow-card-movie-techs .item {
    flex-basis: auto;
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .hover-more-saloons-area .item {
        width: 64px;
    }

    .hover-more-saloons-area {
        padding: 10px;
        width: 92px;
        align-items: center;
    }
}

#filmList .ticket-flow-card-movie-techs {
    position: absolute;
    bottom: 0;
    width: 100%;
}

[data-warning-type="filter"] {
    width: auto;
    word-break: break-word;
    margin: 0 8px;
}

.ticketing-section-mobile {
    display: none;
    margin-top: 20px;
    padding: 0 16px;
}

@media screen and (min-width: 481px) {
    .ticket-flow-step-cards {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .ticket-flow-step-cards {
        display: none;
    }

    .ticketing-section-mobile {
        display: block;
    }
}

.ticketing-mobile-section-cards .item {
    border-radius: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 20px;
    position: relative;
}

    .ticketing-mobile-section-cards .item h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        font-family: ProximaNovaRegular;
        display: flex;
        gap: 10px;
        align-items: center;
    }

#ticket-flow-step-1-swiper {
    margin-top: 16px;
}

.ticketing-mobile-section-cards .item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-head .edit {
    display: none;
}

.item-links h4 {
    font-size: 14px;
    font-style: normal;
    color: #fff;
    font-family: ProximaNovaRegular;
    margin-bottom: 0;
}

.item-links .next {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ticketing-mobile-inner-section {
    padding: 0 16px;
    display: none;
}

.inner-item-head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-page-btn {
    position: absolute;
    left: 0;
}

.inner-item-head h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    font-family: ProximaNovaRegular;
}

.inner-item {
    display: none;
}

#movieListMobile {
    margin-top: 24px;
    height: 100vh;
    overflow-y: auto;
}

.inner-item-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

    .inner-item-nav .nav {
        gap: 18px;
    }

        .inner-item-nav .nav li a {
            padding: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            font-family: ProximaNovaRegular;
            cursor: pointer !important;
        }

            .inner-item-nav .nav li a.active {
                color: #fff;
                text-decoration: underline;
            }

    .inner-item-nav .ticket-flow-card-sort {
        opacity: 1;
    }

.selected-item-checkmark {
    display: none;
}

.ticketing-mobile-section-cards {
    padding-bottom: 50px;
}

.ticket-flow-card-movie-types-mobile {
    display: none;
}

.ticket-flow-movie-info[data-type="mobile"] {
    display: none;
}

.ticket-flow-card-movie-techs[data-type="mobile"] {
    display: none;
}

.mobile-not-found-wrapper {
    display: none;
}

@media screen and (max-width: 480px) {

    header {
        height: 78px !important;
    }

    .ticket-flow-movie-info[data-type="desktop"] {
        display: none;
    }

    .ticket-flow-movie-info[data-type="mobile"] {
        display: block;
    }

    .ticketing-flow-banner {
        height: 117px;
    }

    .ticket-flow-card-movie-item {
        height: 236px;
    }

        .ticket-flow-card-movie-item .col {
            width: 70%;
        }

    .ticket-flow-card-movie-title {
        font-size: 18px;
        line-height: 24px;
    }

    .ticket-flow-card-movie-description {
        margin-top: 10px;
    }

        .ticket-flow-card-movie-description:last-child {
            margin-top: 10px;
        }

    .ticket-flow-card-movie-types-mobile {
        width: 94%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 50px;
    }

    .smartly-markup-col {
        justify-content: end;
        gap: 8px;
    }

    .ticket-flow-card-movie-types[data-type="desktop"] {
        display: none;
    }

    .ticket-flow-movie-info[data-type="desktop"] {
        display: none;
    }

    .ticket-flow-card-movie-techs[data-type="desktop"] {
        display: none;
    }

    .ticket-flow-card-movie-techs[data-type="mobile"] {
        display: flex;
        position: absolute;
        bottom: 10px;
        align-items: center;
    }

    .ticket-flow-movie-tech-item {
        width: 24px;
        height: 24px;
    }

    .ticket-flow-card-movie-item.clone {
        margin-top: 16px;
    }

    .ticket-flow-change-content.mobile {
        bottom: -27px;
    }

    .select-row {
        gap: 8px;
    }
    /*
    .ticket-flow-step-section {
        padding-top: 92px !important;
    }*/

    #cinemaListMobile .card-body,
    .section-route .card-body {
        display: flex;
        justify-content: space-between;
        padding: 0;
        gap: 20px;
    }

    #cinemaListMobile .text-area h2,
    .section-route .text-area h2 {
        font-size: 14px;
        line-height: 20px;
    }

    #cinemaListMobile .text-area p,
    .section-route .text-area p {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #1e1e1e;
        margin-bottom: 0;
        margin-top: 4px;
    }

    #cinemaListMobile .icon-area,
    .section-route .icon-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 6px;
        gap: 16px;
        height: 98px;
        margin-top: auto;
        margin-bottom: auto;
    }

        #cinemaListMobile .icon-area .icon-item,
        .section-route .icon-area .icon-item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 8px;
            width: 36px;
        }

        #cinemaListMobile .icon-area .icon-divider,
        .section-route .icon-area .icon-divider {
            width: 36px;
            height: 0px;
            border: 1px solid #e6e6e6;
        }

    #cinemaListMobile .cinema-distance-km,
    .section-route .cinema-distance-km {
        font-size: 12px;
        position: absolute;
        bottom: 10px;
        margin-bottom: 0;
        display: none;
    }

    #cinemaListMobile .ticket-flow-card-movie-item[data-type="cinema"],
    .section-route .ticket-flow-card-movie-item[data-type="cinema"] {
        height: 152px;
    }

    #cinemaListMobile .ticket-flow-card-movie-techs,
    .section-route .ticket-flow-card-movie-techs {
        padding-left: 14px;
    }

    .ticket-flow-sort-dropdown ul li.active img {
        width: 15px;
        height: 15px;
    }

    .mobile-not-found-wrapper {
        position: initial;
        height: 69.4vh;
        margin-top: 7%;
        width: 100%;
        margin: 0;
        background: #191919;
        align-items: center;
        justify-content: center;
        display: none;
        margin-top: 12px;
        border-radius: 8px;
    }
    .ticketing-warning-msg {
        margin-bottom: 0;
        color: #fff;
    }
    .allow-location-btn {
        margin-top: 4px;
    }

    #cinema-swiper {
        display: none;
    }



    .item .ticket-flow-card-movie-item[data-type="date"] {
        margin-top: 20px;
    }

    .ticketing-mobile-section-cards .cinema-card-item .icon-area {
        display: none;
    }

    .ticketing-mobile-section-cards .cinema-card-item .ticket-flow-card-movie-techs {
        display: none;
    }

    .ticketing-mobile-section-cards .section-route .ticket-flow-card-movie-item[data-type="cinema"] {
        height: 100px;
    }

    .ticketing-mobile-section-cards .section-route .ticket-flow-card-movie-item[data-type="date"] {
        height: 86px;
    }

    .ticketing-mobile-section-cards .section-route .ticket-flow-card-movie-item[data-type="date"] .ticket-flow-card-movie-techs {
        margin-top: 0;
    }

    .section-route .ticket-flow-movie-datetime {
        background: none !important;
        color: #000;
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
    }

    .selected-time-full-date {
        font-size: 16px;
    }
    .selected-time-full-hour {
        font-size: 14px;
        width: 74px;
        height: 24px;
        background: #F5F6F8;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(0, 0, 0, 0.70);
    }

    .ticketing-mobile-section-cards .ticket-flow-card-movie-item[data-type="cinema"] {
        height: 82px;
        min-height: 82px;
    }

    #sessionTimeListMobie .ticket-flow-card-movie-item {
        height: initial;
        min-height: 86px;
    }

    #sessionTimeListMobie .ticket-flow-card-movie-techs {
        margin-top: 0;
    }

    .ticketing-mobile-inner-section .datetimepicker-container {
        margin-top: 24px;
    }

    .datetimepicker-container {
        padding-left: 0;
        padding-right: 0;
    }

    .ticket-flow-datetimepicker2 .swiper-slide {
        width: 96px !important;
    }

    .calendar-card .card-body {
        height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: start;
    }

    .tech-item-total-count {
        color: #000 !important;
    }

    .ticket-flow-sort-container {
        right: -1px;
    }

    #cinemaListMobile {
        height: 100vh;
        overflow-y: auto;
        margin-top: 24px;
    }
}

@media screen and (min-width: 769px) {

    div[data-type="desktop"]:hover:has(.ticket-flow-step-name[data-type="desktop"]) .edit-img-wrap {
        visibility: visible;
    }
}


@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .ticket-flow-card-movie-techs .tech-item {
        width: 64px;
        height: 20px;
    }

    .ticket-flow-card-movie-techs .tech-item img {
        width: 44px;
        height: 14px;
    }
    .ticket-flow-movie-tech-item {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 480px) {
    .ticket-flow-step-section {
        padding-top: 0 !important;
    }
}


/* Kids Club Modal */
.position-absolute.top-0.left-0.modal-custom-kids {
    width: 100%;
    height: 100%;
    position:fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}
.modal-custom-kids-bg{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.15);
    position: absolute;
    top:0;
    left:0;
    backdrop-filter:blur(10px);
    z-index:0;
}
.kids-modal {
    position: relative;
    z-index: 1;
    background-color: #FF7148;
    padding: 80px 32px 32px 32px;
    border-radius: 16px;
    overflow:hidden;
}
button.close-kids-modal {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 100%;
}
img.baloon-left {
    position: absolute;
    top: 51px;
    left: 51px;
    z-index:2
}
img.baloon-right {
    position: absolute;
    right: 24px;
    top: 95px;
    z-index:2;
}
.kids-modal-content {
    position: relative;
    z-index: 3;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items:center;
}
.kids-modal-head {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 24px !important;
    text-align: center;
}
.sub-head-text {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: white;
    padding-bottom: 16px !important;
}
p.sub-head-desc {
    color: #FFD4C8;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 48px !important;
}
.kids-modal-bottom {
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: 100%;
}
button.modal-left-btn {
    width: 100%;
    padding: 12px;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3D4245;
    background-color:white;
}
button.modal-right-btn {
    width: 100%;
    padding: 12px;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: black;
}
@media(max-width: 710px){
    .sub-head-text {
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;
        text-align: center;
        color: white;
        padding-bottom: 16px !important;
    }
    p.sub-head-desc {
        font-size: 16px;
    }
    img.baloon-left {
        display:none;
    }
    img.baloon-right {
        display: none;
    }
    .kids-modal {
        padding: 80px 16px 32px 16px;
    }
    .position-absolute.top-0.left-0.modal-custom-kids {
        padding: 24px;
    }
}
/* Kids Club Modal */
