@font-face {
    font-family: shabnam;
    src: url("../fonts/Shabnam-Bold-FD.eot") format("embedded-opentype"),
    url("../fonts/Shabnam-Bold-FD.ttf") format("truetype"),
    url("../fonts/Shabnam-Bold-FD.woff") format("woff"),
    url("../fonts/Shabnam-Bold-FD.woff2") format("woff2");

    font-weight: 700;
}

@font-face {
    font-family: shabnam;
    src: url("../fonts/Shabnam-FD.eot") format("embedded-opentype"),
    url("../fonts/Shabnam-FD.ttf") format("truetype"),
    url("../fonts/Shabnam-FD.woff") format("woff"),
    url("../fonts/Shabnam-FD.woff2") format("woff2");

    font-weight: 400;
}

@font-face {
    font-family: irantic;
    src: url("../fonts/irantic.eot") format("embedded-opentype"),
    url("../fonts/irantic.ttf") format("truetype"),
    url("../fonts/irantic.woff") format("woff");
}


* {
    outline: none;
    box-sizing: border-box;
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    -webkit-tap-highlight-color: transparent;
}

*::before,
*::after {
    font-family: irantic;
}

*.eng {
    direction: ltr;
}

html {
    scroll-behavior: smooth;
}


body {
    position: relative;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-size: 16px;
    font-family: shabnam, sans-serif;
    font-weight: 400;
    background: #131313;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
    color: white !important;
}

/* برای حالت autocomplete معمولی */
input[autocomplete]:focus {
    background-color: transparent !important;
    color: white !important;
}

input {
    -webkit-user-select: text;
}


input,
button,
textarea {
    font-family: shabnam;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

input[type=text] {
    cursor: text;
}

a {
    text-decoration: none;
    color: #cbcbcb;
}

p {
    margin: 0;
   /* color: #7d7d7d;*/
}

/*h1, h2, h3, h4, h5, h6 {
    color: #7d7d7d;
}*/


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


button {
    cursor: pointer;
}

[v-cloak] {
    display: none !important;
}

.dotted-divider {
    width: 4px;
    height: 4px;
    margin: 0 4px;
    background: #7d7d7d;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

*.link {
    cursor: pointer;
}

.disabled.link {
    cursor: unset;
}

*:disabled.link {
    cursor: unset;
}

#app {
    display: flex;
    flex-direction: column;
    /*background: #242424;*/
    height: 100%;
    overflow: hidden;
}

#app.is-fix {
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;

}

#it-content {
    max-width: 100vw;
    background: #141414;
    position: relative;
    top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#it-content.is-temporary-banner {
    padding-top: 60px;
}

#it-content.is-fixed {
    position: fixed;
}

#it-content.is-active {
    transform: translate(-85%, 0);
    -webkit-transform: translate(-85%, 0);
    -moz-transform: translate(-85%, 0);
    -ms-transform: translate(-85%, 0);
    -o-transform: translate(-85%, 0);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: -3px 0 10px rgba(18, 18, 18, 0.16);
}

#it-content.is-auth {
    transform: translate(85%, 0);
    -webkit-transform: translate(85%, 0);
    -moz-transform: translate(85%, 0);
    -ms-transform: translate(85%, 0);
    -o-transform: translate(85%, 0);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: -3px 0 10px rgba(18, 18, 18, 0.16);
}

#it_header {
    background: linear-gradient(#141414, #14141400);
    background: -webkit-linear-gradient(#141414, #14141400);
    background: -moz-linear-gradient(#141414, #14141400);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.second-top {
    top: 64px;
}

.second-header {
    font-size: 13px;
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0 8px 0px 28px;
    background: #007eef;
    color: white;
    margin: auto;
    border-radius: 5px;
}

#it_header.is-active {
    background: #141414;
}

#it_header.transition {
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
}

#it_main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 24px;
    padding-top: 70px;
    min-height: 100vh;

}

#it_footer {

    background: #242424;
    width: 100%;
    padding-top: 30px;

    /*position: relative;*/
    /*bottom: 0;*/
    border-top: 1px solid #707070;
    position: static;
}

/* ------------------------ general class for irantic project --------------*/

.it-toman {
    display: inline-block;


    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.it-toman.dark {
    background: url("/assets/icons/toman_regular_dark.svg") no-repeat center;
    background-size: contain;
}

.it-toman.light {
    background: url("/assets/icons/toman_regular_light.svg") no-repeat center;
    background-size: contain;
}

.it-toman.gray {
    background: url("/assets/icons/toman_regular_gray.svg") no-repeat center;
    background-size: contain;
}
.it-toman.gray2 {
    background: url("/assets/icons/toman_regular_gray2.svg") no-repeat center;
    background-size: contain;
}
.it-toman.red {
    background: url("/assets/icons/toman_regular_red.svg") no-repeat center;
    background-size: contain;
}

.it-price {
    display: flex;
    align-items: center;
}

.it-cinema-detail-sans-item-price.it-price {
    justify-content: center;
}

.t-align-left.it-price {
    justify-content: flex-end;
}

.it-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.it-arrow::before {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fbcd35;
}

.it-arrow.is-active::before {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fbcd35 !important;
}

.it-arrow.diactive::before {
    color: #FEFEFE33;
}


.it-arrow.left {
    left: 12px;
}

.it-arrow.left::before {
    content: "\e902";
}

.it-arrow.right {
    right: 12px;
}

.it-arrow.right::before {
    content: "\e904";
}

.it-down-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.it-down-arrow.is-active {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
}

.it-down-arrow::before {
    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    color: #fbcd35;
}

.it-down-arrow.default::before {
    color: #7d7d7d;
}

.it-down-arrow.white::before {
    color: #fefefe;
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.it-col-box {
    display: flex;
    flex-direction: column;
}

.it-row-box {
    display: flex;
}

.it-gray-box {
    padding: 16px;
    background: #242424;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.it-flex-wrap {
    flex-wrap: wrap;
}

.it-flex-critical {
    justify-content: space-between;
    align-items: center;
}

.it-flex-central {
    justify-content: center;
    align-items: center;
}

.it-align-center {
    align-items: center;
}

.it-col-1 {
    width: 100%;
    flex-shrink: 0;
}

.it-col-2 {
    width: 47.5%;
    flex-basis: 47.5%;
    flex-shrink: 0;
}

.it-col-3 {
    width: 100%;

    flex: 0 0 30%;
}

.it-col-3-gutter {
    width: 100%;
    flex: 0 0 29.7%;
}

.it-linear-form .it-btn {
    width: 36.44%;
}

.it-linear-form .it-input {
    width: 58.9%;
}

.align-bottom {
    align-items: flex-end;
}

.it-xl-heading {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
}

.it-lg-heading {
    font-size: 20px;
    font-size: 1.25rem;
}

.it-text-box {
    margin-top: 28px;
}

.it-text-heading {
    color: #7d7d7d;
    font-size: 18px;

    margin-bottom: 12px;
}

.it-text-subHeading {
    color: #7d7d7d;
    font-size: 16px;

    margin-bottom: 12px;
}

.it-light-heading {
    color: #fefefe;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 16px;
}

.it-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fefefe;
    line-height: 22px;

}

.it-text-content {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 21px;
}

.it-sm-text {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 16px;
}

.it-list-head {
    color: #666666;
}

.old-price {
    font-size: 12px;
    font-size: .75rem;
    text-decoration: line-through;
    color: #A4A4A4;
}

.old-price .it-toman {
    width: 14px;
    height: 14px;
}

.old-price span {
    text-decoration: none;
}

.it-list-text {
    white-space: nowrap;
    padding: 8px 16px;
}

.dark-gray {
    color: #575757;
}

.dark-text {
    color: #7d7d7d;
}

.new-dark-text {
    color: #a4a4a4;
}

.light-gray-text {
    color: #CBCBCB;
}

.light-color {
    color: #A4A4A4;
}

.black-text {
    color: #141414 !important;
}

.white-text {
    color: #fefefe;
}

.blue-text {
    color: #4CA4F3;
}

.secondary-text {
    color: #FBCD35;
}

.center-text {
    text-align: center;
}

.light-font {
    font-weight: 400;
}

.it-text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 5px;
    text-align: center;
}

.it-form-control {
    background: #242424;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 16px;
}

.it-form-control > label {
    width: 100%;
    display: block;
}

.it-label-info {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}

.it-label-info::before {
    content: '\e91a';
    font-size: 18px;
    font-size: 1.125rem;
    color: #007EEF;
}


.it-label-info-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    right: -60px;
    width: 187px;
    background: #EEEEEE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 12px;
    color: #141414;
    font-size: 12px;
    font-size: .75rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .35);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.it-label-info-text:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 10px solid #EEEEEE;
    position: absolute;
    bottom: -8px;
    right: 54px;
}

.it-label-info:hover > .it-label-info-text {
    visibility: visible;
    opacity: 1;
}

.it-input:focus {
    border: 1px solid #7D7D7D;
}

.it-input {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #141414;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fefefe;
    padding-right: 16px;
    caret-color: #007eef;
}

.it-input::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    color: #575757;
}

.it-input.eng {
    padding-right: 0;
    padding-left: 16px;
    text-align: left;
    direction: ltr;
}

.it-input.eng::placeholder {
    text-align: left;
    direction: ltr;
}

.it-input.is-error {
    border: 1px solid #ec3f6e;
}

.it-input.is-error-no-animation {
    border: 1px solid #ec3f6e;
}

.it-error-msg {
    font-size: 12px;
    font-size: 0.75rem;
    color: #ec3f6e;
    position: absolute;
    bottom: -17px;
    right: 7px;

}
.it-info-msg {
    font-size: 12px;
    font-size: 0.75rem;
    color: #22c3fb;
    position: absolute;
    bottom: -20px;
    right: 7px;

}

.it-input.is-active {
    border: 1px solid #575757;
}

.it-input:disabled {
    background: rgba(54, 54, 54, 0.5);
    color: #575757;
    border: none;
}

/*.it-date-input .it-input {*/
/*    background: #363636;*/
/*    border-color: #363636;*/
/*    border-radius: 8px;*/
/*    -webkit-border-radius: 8px;*/
/*    -moz-border-radius: 8px;*/
/*    -ms-border-radius: 8px;*/
/*    -o-border-radius: 8px;*/
/*    font-size: 16px;*/
/*    font-size: 1rem;*/
/*    padding: 10px 16px 10px 12px;*/
/*    color: #575757;*/
/*}*/

.it-date-input {
    position: relative;
}

.it-date-input::before {
    position: absolute;
    content: "\e909";
    font-size: 24px;
    font-size: 1.5rem;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #575757;
}

.it-search {
    display: flex;
    position: relative;
    width: 100%;
}

.it-search::before {
    content: "\e936";
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #575757;
    z-index: 90;
}

.it-input.it-input-search {
    padding-left: 10px;
    padding-right: 48px;
    position: relative;
}

.vpd-content {
    background: #242424 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.vpd-addon-list {
    background: #242424 !important;
}

.vpd-body {
    background: #242424;
}

.vpd-addon-list-item {
    border: none !important;
    color: #fefefe !important;
}

.vpd-addon-list-item.selected {
    background: #fbcd35 !important;
    color: #242424 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.vpd-addon-list-item:hover {
    background: #fbcd35 !important;
    opacity: .5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.vpd-year-label {
    font-size: 20px !important;
    font-weight: 700;
    opacity: 1 !important;
}

.vpd-addon-list-item {
    color: #242424;
}

.vpd-month-label {
    color: #fefefe;
}

.vpd-day-text {
    color: #fefefe;
}

.selected .vpd-day-text {
    color: #242424;
}

.vpd-prev svg path {
    fill: #fefefe;
}

.vpd-next svg path {
    fill: #fefefe;
}

.it-password {
    position: relative;
}

.it-password .visibility {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    border-left: 1px solid #242424;
    cursor: pointer;
}

.it-password .visibility::before {
    content: '\e953';
    font-size: 24px;
    font-size: 1.5rem;
    color: #7D7D7D;
}

.it-password .visibility.is-visible::before {
    content: '\e952';
}

.it-input.it-password:disabled .visibility {
    border-left-color: #575757;
}

.it-select {
    position: relative;
    margin-bottom: 16px;
}

.it-select p.disable {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    background: #141414;
    border: 1px solid #141414;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #363636;
    padding-right: 16px;
}

.it-select p.disable.is-active {
    color: #fefefe;
    border: 1px solid #575757;
}

.it-select-dropdown-arrow {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.it-select-dropdown-arrow.is-active {
    transform: rotateZ(-180deg) translateY(50%);
    -webkit-transform: rotateZ(-180deg) translateY(50%);
    -moz-transform: rotateZ(-180deg) translateY(50%);
    -ms-transform: rotateZ(-180deg) translateY(50%);
    -o-transform: rotateZ(-180deg) translateY(50%);
}

.it-select-dropdown-arrow::before {
    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    color: #7d7d7d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/*.it-cover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 130;
    top: 0;
    left: 0;
    overflow: hidden;
}

.it-cover.is-active {
    display: block;
}*/

.it-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.it-btn.auto {
    width: auto;
}

.it-btn.small-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 6px;
    padding-bottom: 6px;
}

.desktop-small-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 6px;
    padding-bottom: 6px;
}

.it-btn.it-btn-primary {
    background: #007eef;
    color: #fefefe;
    box-shadow: 0 5px 10px rgba(11, 72, 150, 0.35);
}

.it-btn.it-btn-primary:hover {
    background: #4ca4f3;
    box-shadow: none;
}

.it-btn.it-btn-success {
    background: #299C5F;
    color: #FEFEFE;
    box-shadow: 0 5px 10px rgba(41, 156, 95, 0.35);
}

.it-btn.it-btn-success:hover {
    background: #34C477;

    box-shadow: none;
}


.it-btn.it-btn-primary-link {
    color: #007eef;
    background: transparent;
    border: 1px solid #007eef;
}

.it-btn.it-btn-primary-link:hover {
    color: #4ca4f3;
    border: 1px solid #4ca4f3;
}


.it-btn.it-btn-secondary {
    background: #fbcd35;
    color: #141414;
    box-shadow: 0 2px 5px rgba(218, 171, 15, 0.35);
}

.it-btn.it-btn-secondary:hover {
    background: #fcdc71;
    color: #141414;
    box-shadow: none;
}

.it-btn.it-btn-secondary-link {
    color: #fbcd35;
    border: 1px solid #fbcd35;
    background: transparent;
}

.it-btn.it-btn-secondary-link:hover {
    color: #fcdc71;
    border: 1px solid #fcdc71;
}

.it-btn.it-btn-white-link {
    color: #FEFEFE;
    border: 1px solid #FEFEFE;
    background: transparent;
}

.it-btn.it-btn-white-link:hover {
    color: #EEEEEE;
    border: 1px solid #EEEEEE;
}

.it-btn.it-btn-error {
    color: #FEFEFE;
    background: #E1145A;
    box-shadow: 0 5px 10px rgba(188, 50, 88, .35);
}

.it-btn.it-btn-error:hover {

    background: #EC3F6E;
    box-shadow: none;
}


.it-btn.it-btn-primary-link:disabled,
.it-btn.it-btn-secondary-link:disabled,
.it-btn.it-btn-white-link:disabled {
    background: transparent;
    color: #575757;
    border: 1px solid rgba(54, 54, 54, 0.5);
}


.it-btn.small-btn.it-ticket-btn {
    justify-content: center;
    align-items: center;
    display: flex;
}

.it-ticket-btn::before {
    content: "\e945";
    color: #141414;
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 6px;
}

.it-btn.small-btn.btn-dark {
    background: #363636;
    color: #7d7d7d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.it-btn.small-btn.btn-dark:hover {
    background: #4a4a4a;
    color: #141414;
    box-shadow: none;
}

.it-btn.small-btn.step-btn {
    color: #7d7d7d;
    text-align: right;
    padding-right: 12px;
    position: relative;
    background: #363636;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.it-btn.small-btn.step-btn:hover {
    color: #141414;
    background: #4a4a4a;
}

.it-btn.small-btn.step-btn:disabled {
    opacity: 0.5;
    color: #575757;
    box-shadow: none;
}

.it-btn.small-btn.step-btn::before {
    content: "\e903";
    color: #fefefe;
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #242424;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 4px;
}

.it-btn.small-btn.step-btn:hover::before {
    color: #cbcbcb;
    background: #363636;
    box-shadow: none;
}

.it-btn.small-btn.step-btn:disabled::before {
    color: #575757;
    background: #363636;
    opacity: 0.5;
    box-shadow: none;
}

.it-btn.xs-btn {
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 10px;
    font-size: 0.625rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.it-btn.it-btn-modal-secondary {
    background: transparent;
    border: 1px solid #7D7D7D;
    color: #7D7D7D;
}

.it-btn:disabled {
    background: #363636;
    opacity: 0.5;
    color: #575757;
    box-shadow: none;
    cursor: not-allowed;
}

.it-btn:disabled:hover {
    background: #363636;
    opacity: 0.5;
    color: #575757;
    box-shadow: none;
}

.it-btn.location-btn {

    padding: 8px;

    display: flex;
    align-items: center;
}

.it-btn.location-btn:before {
    content: '\E90D';
    font-size: 24px;

}

.it-news-hashtags {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.it-hashtags {
    color: #141414;
    padding: 4px 12px;
    font-size: 12px;
    font-size: 0.75rem;
    background: #e4e4e4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: auto;
    margin-left: 8px;
    margin-bottom: 16px;
}

.it-label > span {
    display: inline-block;
    color: #7d7d7d;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 6px;
}

.inline-label {
    display: flex;
    align-items: center;
}

.inline-label span {
    color: #A4A4A4;
    font-size: 14px;
    font-size: .875rem;

}

.it-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #7d7d7d;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-left: 12px;
}

.it-checkbox:checked {
    background: #fbce36;
    border: 1px solid #fbce36;
}

.it-checkbox::before {
    content: "";
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
}

.it-checkbox:checked::before {
    content: "\e90c";
}

.it-checkbox:disabled {
    background: #363636;
    opacity: 0.5;
    border: 1px solid #363636;
}

.it-checkbox:disabled::before {
    content: "\e90c";
    color: #575757;
}

.it-like-input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.it-like-input::before {
    content: '\e926';
    font-size: 18px;
    font-size: 1.125rem;
    color: #7D7D7D;
    margin-left: 6px;
}

.it-like-input:checked::before {
    content: '\e927';
    color: #EC3F6E;
}

.it-like-input::after {
    content: attr(data-like);
    font-family: shabnam;
    font-size: 14px;
    font-size: .875rem;
    color: #7D7D7D;
}

.it-controller {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.it-controller.complete {
    width: 100%;
}

.it-controller span {
    display: flex;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.it-controller span.disabled {
    cursor: not-allowed;
}

.it-controller span::before {

    width: 100%;
    height: 100%;
}


.it-increase-btn::before {
    color: #fbcd35;
    content: "\e922";
    font-size: 30px;
    font-size: 1.875rem;
}

.it-increase-btn.disabled::before {
    color: #e2dbdb;
    opacity: 0.5;
}

.it-decrease-btn::before {
    color: #fbcd35;
    content: "\e921";
    font-size: 30px;
    font-size: 1.875rem;
}

.it-decrease-btn.disabled::before {
    color: #e2dbdb;
    opacity: 0.5;
}

.it-btn-checkbox {
    display: flex;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    background: transparent;
    color: #575757;
    border: 1px solid rgba(54, 54, 54, 0.5);
}

.it-btn-checkbox:checked {
    background: #007eef;
    color: #fefefe;
}

.it-btn-checkbox.secondary:checked {
    background: #fbcd35;
    color: #141414;
}

.it-btn-checkbox::after {
    content: attr(data-check);
    font-family: shabnam;
}

.it-btn-checkbox.secondary::after {
    font-size: 14px;
    font-size: 0.875rem;
}

.it-btn-checkbox::before {
    display: block;
    content: "\e900";
    color: #575757;
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 6px;
}

.it-btn-checkbox.single::before {
    content: '';
}

.it-btn-checkbox:checked::before {
    content: "\e90c";
    color: #fefefe;
}

.it-btn-checkbox.single:checked::before {
    content: "";
}

.it-btn-checkbox.inline {
    margin-left: 4px;
    margin-bottom: 12px;
}

.it-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #7d7d7d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.it-radio::before {
    display: none;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.it-radio:disabled {
    border-color: rgba(54, 54, 54, 0.5);
}

.it-radio:disabled::before {
    display: block;
    background: #363636;
    opacity: 0.5;
}

.it-radio:checked {
    border-color: #fbcd35;
}

.it-radio:checked::before {
    display: block;
    background: #fbcd35;
}

.it-radio-container {
    position: relative;
}

.switch-checkbox {
    /*visibility: hidden;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 58px;
    height: 30px;
    background: #242424;
    border: 1px solid #606060;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

.switch-checkbox:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #363636;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #606060;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    left: 50%;
    transition: left .3s ease-in-out;
}

.switch-checkbox:checked {
    background: #EFBC13;
    border-color: #DAAB0F;
}

.switch-checkbox:checked:before {
    left: 100%;
    border-color: #DAAB0F;
}

.it-radio-container.education .it-visual-radio {
    padding: 12px 16px;
}

.it-radio-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}

.it-visual-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #363636;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.it-visual-radio::before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    /*background: transparent;*/
    top: -8px;
    left: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.it-visual-radio.text::after {
    display: block;
    font-family: shabnam;
    color: #fefefe;
    font-size: 14px;
    content: attr(data-radio);
    text-align: center;
}

.it-visual-radio.text {
    padding: 12px 0;
}

.it-visual-radio.text:checked::after {
    color: #141414;
}

.it-visual-radio:checked {
    background: #fefefe;
    border-color: #fefefe;
    color: #141414;
}

.it-visual-radio:checked + img {
    z-index: 2;
}

.it-visual-radio:checked::before {
    content: "\e90c";
    font-size: 24px;
    font-size: 1.5rem;
    background: #fbcd35;
    border: 1px solid #242424;
}

.it-visual-radio.text.contact-radio {
    border-color: #7D7D7D;
}

.it-visual-radio.text.contact-radio:checked {
    background: #242424;
    border-color: #e6d9d9;
    /*box-shadow: 0 5px 12px rgba(0, 0, 0, .35);*/
}

.it-visual-radio.text.contact-radio::before {
    /*background: #EEEEEE;*/
    /*border-color: #7D7D7D;*/
}

.it-visual-radio.text.contact-radio:checked::before {
    background: #EFBC13;
}

.it-visual-radio.text.contact-radio:checked::before {
    /*border: 2px solid #FEFEFE;*/

}

.it-visual-radio.text.contact-radio::after {
    color: #7D7D7D;
}

.it-visual-radio.text.contact-radio:checked::after {
    color: #fefefe;
}

.it-radio-box {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    visibility: hidden;
}

.it-radio-label {
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    border: 1px solid #363636;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    cursor: pointer;
    width: 123px;
}

.it-radio-label-row {
    flex-direction: row;
}

/*.it-radio-box:checked + .it-radio-label {
    background: #fefefe;
    border-color: #fefefe;
}*/

.it-radio-label.cinema {
    padding: 15px 0;
    border: 1px solid #242424;
}

.it-radio-label::before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    border: 1px solid #363636;
    position: absolute;
    background: #242424;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.it-radio-label.cinema::before {
    background: #141414;
    border: 1px solid #242424;
}

.radio-text-first {
    font-size: 24px;
    font-size: 2rem;
    color: #fefefe;
    padding: 7px 8px 0px 0;
}

.radio-date {
    padding: 0 8px;
}

.radio-text-second {
    font-size: 14px;
    font-size: 0.875rem;
    color: #cbcbcb;
    margin-bottom: 1px;
    font-weight: 400;
}

.radio-text-third {
    font-size: 12px;
    font-size: 0.75rem;
    color: #a4a4a4;
}

/*.it-radio-box:checked + .it-radio-label .radio-text-first {
    color: #141414;
}*/
.radio-text-first.is-active {
    color: #141414;
}

.radio-text-second.is-active {
    color: #7d7d7d;
}

/*.it-radio-box:checked + .it-radio-label  {

}*/

/*.it-radio-box:checked + .it-radio-label .radio-text-third {

}*/
.radio-text-third.is-active {
    color: #141414;
}

/*.it-radio-box:checked + .it-radio-label::before {
    content: "\e90c";
    background: #fbcd35;
    font-size: 24px;
    font-size: 1.5rem;
    border: 1px solid #242424;
}*/


.it-radio-box.is-active + .it-radio-label.is-active::before {
    content: "\e90c";
    background: #fbcd35;
    font-size: 24px;
    font-size: 1.5rem;
    border: 1px solid #242424;
}


.it-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #242424;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    padding: 16px 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    z-index: 501;
}

.it-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px 14px 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #363636;
}

.it-modal-header-text {
    color: #FEFEFE;
    font-size: 14px;
    font-size: .875rem;
}


.it-modal-exit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    z-index: 151;
}

.it-modal-exit-btn::before {
    content: '\e90e';
    font-size: 24px;
    font-size: 1.5rem;
    color: #7D7D7D;
}

.it-modal-body {
    padding: 16px 16px 0 16px;
}

.it-modal-body-text {
    text-align: center;
    color: #FEFEFE;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 16px;
}

.it-modal-btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.it-modal-btn-row button:first-child {
    margin-left: 16px;
}

.it-divider {
    background: #363636;
    width: 1px;
    height: 66.2%;
}

.it-star span::before {
    content: "\e93c";
    font-size: 14px;
    font-size: 0.875rem;
    color: #363636;
    direction: ltr;
    margin-left: 4px;
}

.it-star span.is-active::before {
    color: #7d7d7d;
}

.t-align-left {
    text-align: left;
}

.t-align-center {
    text-align: center;
}

.t-align-justify {
    text-align: justify;
}

.m-bottom-4 {
    margin-bottom: 4px;
}

.m-bottom-6 {
    margin-bottom: 6px;
}

.m-bottom-8 {
    margin-bottom: 8px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-12 {
    margin-bottom: 12px;
}

.m-bottom-16 {
    margin-bottom: 16px;
}

.m-bottom-18 {
    margin-bottom: 18px;
}

.m-bottom-24 {
    margin-bottom: 24px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-32 {
    margin-bottom: 32px;
}

.m-top-0 {
    margin-top: 0px;
}

.m-top-16 {
    margin-top: 16px;
}

.m-top-12 {
    margin-top: 12px;
}

.m-top-32 {
    margin-top: 32px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-left-16 {
    margin-left: 16px;
}

.p-vertical-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}


.top-bot-pad-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.it-p-side-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.it-p-side-24 {
    padding-left: 24px;
    padding-right: 24px;
}


.no-gutter {
    margin: 0;
}

.it-sm-full {
    margin-right: -16px;
    margin-left: -16px;
}

.download {
    cursor: pointer;
}

.vertical-dashed-divider {
    border-left: 2px dashed #575757;
}

.vertical-solid-divider {
    border-left: 1px solid #575757;
}

.horizontal-dashed-divider {
    border-top: 2px dashed #363636;
}

.horizontal-dashed-divider.light {
    border-color: #575757;
}

.horizontal-solid-divider {
    border-top: 1px solid #242424;
}

.box-center {
    margin-right: auto;
    margin-left: auto;
}

/*.horizontal-solid-divider.full-view{*/
/*    margin: 8px -16px;*/
/*}*/

.ticket-main .horizontal-dashed-divider {
    position: relative;
}

.ticket-main .horizontal-dashed-divider::before,
.ticket-main .horizontal-dashed-divider::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #141414;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ticket-main .horizontal-dashed-divider::before {
    right: -32px;
}

.ticket-main .horizontal-dashed-divider::after {
    left: -32px;
}


.ticket-main .vertical-dashed-divider {
    /*height: 100%;*/
    position: relative;
    border-left: none;
    border-right: 2px dashed #575757;
    width: 2px;
}

.ticket-main .vertical-dashed-divider::before,
.ticket-main .vertical-dashed-divider::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #141414;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.ticket-main .vertical-dashed-divider::before {
    top: -16px;
}

.ticket-main .vertical-dashed-divider::after {
    bottom: -16px;
}

.it-schedule-not-found {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.it-schedule-not-found + p {
    max-width: 400px;
}


/* ---------------------- tabs style ---------------------------- */

.it-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin-bottom: 42px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;

}

.it-tabs::before {
    content: "";
    background: #242424;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: absolute;
    bottom: -9px;
}

/*.it-tabs.it-tabs-overflow{*/
/*    overflow-x: auto;*/
/*}*/

.it-tabs-overflow {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-bottom: 0;
}

.it-activation-line {
    display: block;
    width: 15%;
    background: #fbcd35;
    height: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: absolute;
    bottom: -9px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.it-tabs-heading {
    color: #575757;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    margin: 0 0 0 36px;
}

.it-tabs-heading:first-child {
    margin-right: 36px;
}

.it-tabs-heading.is-active {
    color: #fefefe;
    font-weight: 700;
    /*font-size: 16px;*/
    /*font-size: 1rem;*/
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.it-tab-items {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}

.it-card {
    height: 168px;
    padding-top: 16px;
    margin-bottom: 16px;
}

.it-card-container {
    background: #242424;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
}

.it-card-right {
    display: flex;
    flex-direction: column;
    padding: 0 16px 16px 0;
    flex-basis: 33.23%;
    flex-shrink: 0;
}

.it-card-img {
    width: 98px;
    height: 106px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    object-fit: cover;
}

.it-card-left {
    padding: 16px;
}

.it-card-left p {
    max-width: 197px;
}

.it-card-btn-escaper {
    padding-bottom: 50px;
}

/* ---------------------------- option list ------------------------ */

.it-option-list {
    overflow: auto;
}

.it-option-item {
    display: flex;
    align-items: center;
    height: 50px;
    border-top: solid 1px #363636;
}

.it-option-label {
    width: 100%;
    height: 100%;
}

.it-option-list-radio {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: visible;
    justify-content: space-evenly;
    align-items: center;
}

.it-option-item-radio {
    flex-shrink: 0;
}

.it-option-item-radio.col-3 {
    width: 27%;
}

.it-option-item-radio.col-4 {
    width: 21%;
}

.it-option-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/*------------------------- Header ------------------------------*/

.temporary-banner {
    width: 100%;
    background: #C63939;
    display: flex;
    padding: 0 16px;
    margin-bottom: 16px;
    position: relative;
    align-items: center;
    height: 60px;
}

.temporary-banner div {
    overflow: hidden;

}

.temporary-banner p {
    white-space: nowrap;
    animation: slideText 15s infinite linear;
    -webkit-animation: slideText 15s infinite linear;

}

.banner-exit-btn {
    width: 36px;
    height: 36px;
    background: #363636;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.banner-exit-btn:before {
    content: '\e90e';
    font-size: 24px;
    font-size: 1.5rem;
    color: #FEFEFE;
}


@keyframes slideText {
    from {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(330%);
        -moz-transform: translateX(330%);
        -ms-transform: translateX(330%);
        -o-transform: translateX(330%);
        transform: translateX(330%);
    }
}

@-webkit-keyframes slideText {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(330%);
        -moz-transform: translateX(330%);
        -ms-transform: translateX(330%);
        -o-transform: translateX(330%);
        transform: translateX(330%);
    }
}

.it-header-content {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.it-navbar {
    /*margin-top: 4px;*/
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.it-header-btn {
    display: flex;
}

.header-right {
    display: flex;
}

.header-left {
    display: flex;

    justify-content: space-between;
}

.hamburger-menu-icon::before {
    content: "\e92d";
    font-size: 24px;
    font-size: 1.5rem;
    color: #fefefe;
}

.it-header-logo {
    width: 101px;
    height: 24px;
    margin-right: 16px;
}

.it-header-logo img {
    width: 101px;
    height: 24px;
}

.it-header-search::before {
    content: "\e936";
    font-size: 24px;
    font-size: 1.5rem;
    color: #fefefe;
}

.it-header-account {
    display: block;
    width: 24px;
    height: 24px;
}

.it-btn.account span {
    display: none;
}

.it-btn.account {
    width: 32px;
    height: 32px;
    padding: 0;
}

.it-btn.account::before {
    content: '\e935';
    font-size: 18px;
    font-size: 1.125rem;
    /*margin-left: 6px;*/
}

.it-header-account::before {
    content: "\e935";
    font-size: 24px;
    font-size: 1.5rem;
    color: #fefefe;
    /*margin-right: 20px;*/
}

.it-header-location {
    padding: 3px 0 16px 0;
    display: flex;
    cursor: pointer;

}

.warning {
    animation: bounce 1s infinite ease-in-out;
}

.it-header-location-content {
    color: #fefefe;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    display: flex;
    align-items: center;
    position: relative;
}

/*.it-header-location-content::before {*/
/*    content: "\e90d";*/
/*    font-size: 24px;*/
/*    font-size: 1.5rem;*/
/*    margin-left: 12px;*/
/*}*/

/*.it-header-location-content::after {*/
/*    display: block;*/
/*    content: "";*/
/*    width: 9px;*/
/*    height: 9px;*/
/*    -webkit-border-radius: 100%;*/
/*    -moz-border-radius: 100%;*/
/*    border-radius: 100%;*/
/*    background: #e1145a;*/
/*    position: absolute;*/
/*    right: -1px;*/
/*    top: -2px;*/
/*}*/

.it-province-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    /*margin-left: 16px;*/
    /*overflow: visible;*/
}

.it-header-province-content {
    color: #FEFEFE;
}

.it-header {
    position: fixed;
    transform: translateY(0px);
    transition: all 0.3s;
}

.it-homeScreen {
    position: fixed;
    transform: translateY(0px);
    transition: all 0.3s;
}

#it_homeScreen {
    background: linear-gradient(#141414, #14141400);
    background: -webkit-linear-gradient(#141414, #14141400);
    background: -moz-linear-gradient(#141414, #14141400);
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 201;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#it_homeScreen.is-active {
    background: #000000;
}

#it_homeScreen.transition {
    -webkit-transition: bottom .5s;
    -moz-transition: bottom .5s;
    -ms-transition: bottom .5s;
    -o-transition: bottom .5s;
    transition: bottom .5s;
}
/*.hidden-header {
    transform: translateY(-200%);

}*/

.message-navbar p{
    font-size: 14px;
}

.hidden-homeScreen {
    transform: translateY(calc(100% + 150px));
}

.header-profile {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.header-divider {
    height: 32px;
    width: 1px;
    background: #363636;
    margin: 0 16px;
}

.header-profile-image {
    width: 32px;
    height: 32px;
    background-color: #242424;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #707070;
    margin-left: 12px;
}

.header-profile-content {
    display: none;
}

.profile-name a {
    color: #FBCD35;
    display: flex;
    align-items: center;
    line-height: 24px;
    margin-bottom: 4px;
}

.profile-name a:before {
    content: '\e900';
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: #FBCD35;
    margin-left: 6px;
}

.header-profile-dropdown {
    display: none;
}


.curtain-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    pointer-events: none; /* برای عدم تداخل با رویدادهای canvas */
    z-index: 10; /* نمایش بالای canvas */
    transform-origin: top left;
    will-change: transform; /* برای بهینه‌سازی عملکرد */
}
.text-stroke {
    -webkit-text-stroke: 2px black;
    paint-order: stroke fill;
}

.province-icon {
    position: relative;
    background: #007EEF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    cursor: pointer;
}

.province-icon.is-active {
    background-color: transparent;
    width: auto;
    height: auto;
    margin-left: 0;
}

.province-icon.is-active .it-province-icon {
    width: 32px;
    height: 32px;
}

.pos-relative {
    position: relative;
}

.location-dropdown {
    display: none;
}

/*----------------------- footer -----------------------------*/

.it-footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
}

.mobile-footer {
    width: 100%;
}

.desktop-footer {
    display: none;
}

.it-footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.it-footer-logo img {
    height: 30px;
}

.it-footer-quick-access {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-size: 0.75rem;
    align-items: center;
    text-align: center;
    margin: 5px 8px 0 8px;
    color: #fbcd35;
}

.it-footer-quick-access-link {
    padding-top: 56px;
    flex-basis: 30%;
    color: #fbcd35;
    position: relative;
    display: block;
}

.it-footer-quick-access-link img {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.it-footer-quick-access-link:nth-child(1)::before {*/
/*    background: url("/assets/icons/track_order.svg");*/
/*}*/

/*.it-footer-quick-access-link:nth-child(2)::before {*/
/*    background: url("/assets/icons/audience_club.svg");*/
/*}*/

/*.it-footer-quick-access-link:nth-child(3)::before {*/
/*    background: url("/assets/icons/faq.svg");*/
/*}*/

.it-footer-about-us {
    padding: 16px 22px;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    margin-left: -15px;
    margin-right: -15px;
}

.it-footer-about-us-text {
    color: #7d7d7d;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.it-footer-about-us-show-more {
    display: flex;
    color: #fefefe;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    text-align: center;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
}

.it-footer-about-us-show-more::after {
    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 6px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.it-footer-about-us-show-more.is-active::after {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.it-footer-contact-us {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.it-footer-irantic-link {
    display: block;
    color: #fefefe;
    text-align: center;
    margin-bottom: 16px;
    font-size: 18px;
}

.it-footer-social-network {
    display: flex;
    justify-content: center;
    /*margin-bottom: 16px;*/
}

.it-footer-social-network li {
    display: block;
    width: 46px;
    height: 46px;
    background: #242424;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    margin-right: 16px;
    position: relative;
}

.it-footer-social-network li:first-child {
    margin-right: 0;
}

.it-footer-social-network-link::before {
    color: #fefefe;
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.it-footer-social-network-link.linkedin::before {
    content: "\e929";
}

.it-footer-social-network-link.instagram::before {
    content: "\e925";
}

.it-footer-social-network-link.facebook::before {
    content: "\e91b";
}

.it-footer-social-network-link.telegram::before {
    content: "\e941";
}

.it-footer-addresses-box {
    background: #1C1C1C;
    margin: 30px -16px 0 -16px;

}

.it-address-item {
    display: flex;
    align-items: center;
    padding: 16px 16px 0 16px;
}

.address-city-icon {
    width: 64px;
    height: 64px;

    margin-left: 16px;
}

.address-city-content {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #363636;
}

.it-address-item:last-child .address-city-content {
    border-bottom: none;
}

.it-footer-address {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-size: 0.825rem;
    position: relative;
    padding-right: 30px;
    margin-bottom: 8px;
    line-height: 18px;
    /*max-width: 249px;*/
    color: #7D7D7D;
    text-align: justify;


}

.it-footer-support {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    font-size: 0.825rem;
    font-weight: 600;
    position: relative;
    padding-right: 6px;
    margin-bottom: 8px;
    line-height: 18px;
    /*max-width: 249px;*/
    color: #7D7D7D;
    text-align: justify;
}

.it-footer-address::before {
    content: "\e92a";
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 5px;
}

.it-footer-email {
    display: flex;
    /*justify-content: center;*/
    font-size: 14px;
    font-size: 0.825rem;
    line-height: 18px;
    align-items: center;
    color: #7D7D7D;
    /*margin-bottom: 8px;*/
}

.it-footer-email::before {
    content: "\e919";
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 6px;
}

.it-footer-telephone {
    display: flex;
    /*justify-content: center;*/
    font-size: 14px;
    font-size: 0.825rem;
    line-height: 18px;
    align-items: center;
    color: #7D7D7D;
    margin-bottom: 8px;
}

.it-footer-telephone a {
    padding-left: 15px;
    color: #7D7D7D;
}

.it-footer-telephone::before {
    content: "\e933";
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 6px;
}

.it-footer-instagram {
    margin-top: 6px;
    display: flex;
    /*justify-content: center;*/
    font-size: 14px;
    font-size: 0.825rem;
    line-height: 18px;
    align-items: center;
    color: #7D7D7D;
    margin-bottom: 8px;
}

.it-footer-instagram a {
    padding-left: 15px;
    color: #7D7D7D;
}

.it-footer-instagram::before {

    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 6px;
}

.it-footer-instagram svg {
    margin-left: 10px;
}

.social-link {
    display: flex;
    align-items: center;

}

.it-certificate {

    display: flex;
    justify-content: space-around;
    width: 60%;
}

.enamad {
    width: 60px;
    height: 60px;
    padding: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FEFEFE;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .35);
    display: flex;
    justify-content: center;
    overflow: hidden;
}


.it-copyright {
    line-height: 18px;

    font-size: 12px;
    font-size: 0.75rem;

    background: #1C1C1C;
    padding: 13px 10px 93px 10px;
    margin: 0 -16px;
    text-align: center;
    color: #7D7D7D;
}

/* ---------------------------- pop up menu -------------------------- */
.it-pop-up {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #242424;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    z-index: 120;
    padding: 0 16px 24px 16px;
}

.top-bar {
    display: block;
    width: 100%;
    height: 36px;
    position: relative;
    flex-shrink: 0;
}

.top-bar::before {
    content: '';
    width: 50px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(254, 254, 254, .3);
    opacity: 0.2;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-bar-location-selector {
    width: 50px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(254, 254, 254, .3);
    opacity: 0.2;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.it-exit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 151;
    top: 16px;
    left: 16px;
    cursor: pointer;
}

.it-exit-btn::before {
    content: '\e90e';
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(254, 254, 254, .3);
}

.it-pop-up.black {
    background: #141414;
}

.it-pop-up.big {
    height: 85vh;
}

.pop-up-btn {
    padding: 16px;
    right: 0;
}

.it-pop-up.select-pop-up {
    margin: 0 -32px;
    max-height: 75vh;
}

.it-pop-up-overflow {
    padding: 4px 12px;
    overflow-y: auto;

}

/*--------------------------- home quick access ------------------------*/

.it-home-quick-access {
    width: 100%;
    height: 371px;
    background: #242424;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: -310px;
    z-index: 100;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
    padding-right: 16px;
    padding-left: 16px;
}

.it-home-quick-access.is-active {
    bottom: 0;
}

.quick-access-height {
    max-height: 371px;
}

.it-home-quick-header {
    padding-top: 31px;
    padding-bottom: 20px;
    z-index: 300;
}

.it-home-quick-access-header {
    height: 0px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.it-home-quick-access-header::before {
    content: "\e944";
    color: #fefefe;
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: 8px;
}

.it-home-quick-access-heading {
    margin: 0 0 0 12px;
    font-size: 16px;
    font-size: 1rem;
    color: #fefefe;
    font-weight: 400;
    line-height: 24px;
}

.it-home-quick-access-text {
    font-size: 12px;
    font-size: 0.75rem;
    color: #7d7d7d;
    line-height: 18px;
}


/* ------------------------------- home main quick access ---------------------*/

.it-home-main-quick-access {
    display: flex;
    justify-content: space-between;
    margin: 0px 0;
    padding: 30px 0px;
    align-items: center;

}

.it-home-main-quick-access-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    padding-top: 18px;
    padding-bottom: 14px;
    color: #FBCD35;
    font-size: 12px;
    position: relative;
}

.it-home-main-quick-access-item.is-active {
    background: #FBCD35;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #DAAB0F59;
    color: #141414;

}

.it-home-main-quick-access-item::before {
    content: '';
    width: 40px;
    height: 40px;
    margin-bottom: 8px;


}

.menu-item-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    height: 100px;

}

.menu-item-category.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FBCD35;
    border-radius: 10px;
    box-shadow: 0 5px 10px #DAAB0F59;


}

.menu-item-category .menu-item-category-text {
    color: #FBCD35;
    font-size: 12px;
}

.menu-item-category.active .menu-item-category-text {
    color: #141414;
}

.menu-item-category-img {
    width: 40px;
    height: 40px;
}

.menu-item-category-text {

    font-weight: 200 !important;
    width: max-content;
}

.it-home-main-quick-access-item.cinema::before {
    background: url('/assets/icons/movie.svg');

}

.it-home-main-quick-access-item.fajr::before {
    background: url('/assets/icons/simorgh.svg') no-repeat center;

}

.it-home-main-quick-access-item.is-active.cinema::before {
    background: url('/assets/icons/movie_dark.svg');

}

.it-home-main-quick-access-item.is-active.fajr::before {
    background: url('/assets/icons/simorgh.svg') no-repeat center;

}

.it-home-main-quick-access-item.theater::before {
    background: url('/assets/icons/theater.svg');
}

.it-mobile-auth-number-submit {
    cursor: pointer;
}


.it-home-main-quick-access-item.is-active.theater::before {
    background: url('/assets/icons/theater_dark.svg');
}

.it-home-main-quick-access-item.concert::before {
    background: url('/assets/icons/concert.svg');
}

.it-home-main-quick-access-item.is-active.concert::before {
    background: url('/assets/icons/concert_dark.svg');
}

.it-home-main-quick-access-item.entertainment::before {
    background: url('/assets/icons/game.svg');
}

.it-home-main-quick-access-item.is-active.entertainment::before {
    background: url('/assets/icons/game_dark.svg');
}

.it-home-main-quick-access-item.conference::before {
    background: url('/assets/icons/conference.svg');
}

.it-home-main-quick-access-item.is-active.conference::before {
    background: url('/assets/icons/conference_dark.svg');
}

.it-date-title {

    color: #7d7d7d;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;

}

.it-date-pick {

    display: flex;
    overflow: auto;
    padding-bottom: 16px;
    width: 100%;
    scroll-behavior: smooth;
}

.it-date {
    flex-basis: 20.5%;
    flex-shrink: 0;
    background: #141414;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-left: 12px;
    border: 1px solid #242424;
    text-align: center;
    padding: 16px 0;
    position: relative;
}

.it-date::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #242424;
    position: absolute;
    top: -8px;
    left: -8px;
    background-color: #141414;
}

.it-date.is-active::before {
    content: "\e90c";
    background: #fbcd35;
    border: none;
    font-size: 24px;
    font-size: 1.5rem;
    border: 1px solid #141414;
}

.it-date.is-active {
    background-color: #fefefe;
}

.it-date-month {
    font-size: 14px;
    font-size: 0.85rem;
    color: #7d7d7d;
}

.it-submenu-list-item.fajr a::before {
    background-image: url('../public/assets/icons/simorgh.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}

.it-date-num {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fefefe;
    font-weight: 700;
    margin-top: 5px;
}

.it-date-day {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fefefe;
    margin-top: 5px;
}

.it-date.is-active .it-date-num {
    color: #141414;
}

.it-date.is-active .it-date-day {
    color: #141414;
}

/*------------------------------------- custom select style -------------------------------------*/

.it-select-input {
    font-size: 16px;
    font-size: 1rem;
    color: #575757;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.it-select-input:after {

    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    color: #7d7d7d;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    margin-left: 16px;

}

.it-select-input.disabled {
    background: rgba(54, 54, 54, 0.5);
    color: #575757;
    border: none;
}


.it-select-container {
    flex-basis: 46%;
}

.it-select-view-text {
    font-size: 16px;
    font-size: 1rem;
    height: 42px;
    width: 100%;
    background: #242424;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-right: 16px;
}

.it-select-view-search {
    font-family: shabnam;
    font-size: 16px;
    font-size: 1rem;
    color: #7d7d7d;
    height: 42px;
    width: 100%;
    background: #242424;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-right: 16px;
    border: none;
}

.it-home-quick-access-submit {
    border: none;
    background: #007eef;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1rem;
    color: #fefefe;
    margin-bottom: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.it-home-quick-access-time {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* ------------------------------------------------ mobile menu style -----------------------------------*/

.it-desktop-menu {
    display: none;
}

.it-mobile-menu {
    background: #242424;
    padding-top: 16px;
    width: 75%;
    max-width: 350px;
    position: fixed;
    opacity: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 215;

    /*animation: fadeOutRightCustom .3s ease-in-out forwards;*/
}

.it-mobile-menu.is-fixed {
    position: fixed;
}

.it-mobile-menu.is-active {
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100vh;

    /*animation: fadeInRight  .3s ease-in-out forwards;*/
}

.it-mobile-menu-location {
    display: flex;
    padding: 20px 0;
    background: #363636;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
    position: relative;
    align-items: center;
    justify-content: center;

}

.it-mobile-menu-location-expand::after {
    transform: rotate(-180deg);
}

.it-mobile-menu-location-collapse::after {
    transform: rotate(180deg);
}

.it-mobile-menu-location.is-active {
    padding: 21px 103px 21px 40px;
    justify-content: space-between;
    overflow: hidden;
    transition-duration: 0.3s;
}

.it-mobile-menu-location::after {
    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    color: #fbcd35;
    margin-right: 9px;
    margin-bottom: 2px;
    transition-duration: 0.3s;
}

.it-mobile-menu-location::after {
    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    color: #fbcd35;
    margin-right: 9px;
    margin-bottom: 2px;
}


.it-mobile-menu-location.is-active::after {
    position: absolute;
    left: 16px;
    margin-right: 0;
    margin-bottom: 0;
}

.it-mobile-menu-location-img {
    width: 90%;
    height: 40px;
    margin-left: 27px;
    transition-duration: 1s;
}

.it-mobile-menu-location-img span {
    color: #FEFEFE;
}

.it-mobile-menu-location-img.is-active {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 0;
    overflow: hidden;
}

.it-mobile-menu-location-img.is-active img {
    position: absolute;
    height: 60px;
    padding: 5px;
    width: 80px;
    right: 0px;
}

.it-mobile-menu-location-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fbcd35;

    line-height: 18px;
}

.it-mobile-menu-location-heading {
    color: #fefefe;
    font-size: 18px;
    font-size: 1.125rem;
}

.it-mobile-menu-location-content {
    width: 40%;
}


.it-mobile-menu-list-items {
    margin-bottom: 8px;
}

.it-mobile-menu-list-item {
    padding: 12px 0;
    border-top: 1px solid #363636;
    position: relative;
}

.it-mobile-menu-list-item:last-child {
    border-bottom: 1px solid #363636;
}

.it-mobile-menu-list-link::after {
    content: "\e901";
    color: #fefefe;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.movie-detail-news-feedback-icon {
    transform: rotate(90deg);
}

.movie-detail-news-feedback-icon::after {
    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.it-mobile-menu-list-link.non-sub::after {
    content: '\e903';
}

.it-mobile-menu-list-link.is-active::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.it-mobile-menu-list-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fefefe;
    font-size: 12px;
    font-size: 0.75rem;

}

.it-mobile-menu-list-link.is-active {
    padding-bottom: 12px;
    border-bottom: 1px solid #363636;
}

.it-mobile-submenu-list-items {
    padding-right: 36px;
}


.it-mobile-submenu-list-item {
    padding: 12px 0;
    border-top: 1px solid #363636;
    position: relative;
}

.it-mobile-submenu-list-item:first-child {
    border-top: none;
}

.it-mobile-submenu-list-item::before {
    font-size: 24px;
    font-size: 1.5rem;
    color: #7D7D7D;
    position: absolute;
    right: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.it-mobile-submenu-list-item.movie::before {
    content: '\e92f';
}

.it-mobile-submenu-list-item.theater::before {
    content: '\e942';
}

.it-mobile-submenu-list-item.concert::before {
    content: '\e912';
}

.it-mobile-submenu-list-item.entertainment::before {
    content: '\e923';
}

.it-mobile-submenu-list-item.conference::before {
    content: '\e913';
}


.it-mobile-submenu-list-item.more::before {
    content: '\e92e';
}

.it-mobile-submenu-list-item.fajr::before {
    content: '';
    background-image: url(../icons/simorgh_gray.svg);
    right: 0px;
    width: 27px;
    height: 30px;
    background-repeat: no-repeat;

    background-size: 31px 31px;

    margin-right: -35px;
}
.it-mobile-submenu-list-item.science::before {
    content: '';
    background-image: url(../icons/science.svg);
    right: 0px;
    width: 27px;
    height: 30px;
    background-repeat: no-repeat;

    background-size: 21px 21px;

    margin-right: -40px;
}

.it-mobile-submenu-list-link {
    color: #7D7D7D;
    font-size: 14px;
    font-size: .875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.it-mobile-submenu-list-link::after {
    content: '\e903';
    font-size: 24px;
    font-size: 1.5rem;
    color: #FBCD35;
}

.header-fajr {
    width: 17px;
    margin-left: 10px;
    opacity: .8;
}

.submenu-enter {
    /*-webkit-transition: opacity 1s;*/
    /*-moz-transition: opacity 1s;*/
    /*-ms-transition: opacity 1s;*/
    /*-o-transition: opacity 1s;*/
    /*transition: opacity 1s;*/
    /*-webkit-transform: translateY(-100%);*/
    /*-moz-transform: translateY(-100%);*/
    /*-ms-transform: translateY(-100%);*/
    /*-o-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/


}

.position-relative {
    position: relative;
}

.submenu-enter-active {

    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*transform: translateY(0);*/

    /*animation: fadeInUp 1s ease-in-out forwards;*/
    /*-webkit-animation: fadeInUp 1s ease-in-out forwards;*/

}

.submenu-leave {
    opacity: 1;
}

.submenu-leave-active {
    opacity: 0;
}

/* ------------------ mobile-menu-quick-access ------------------ */

.it-mobile-menu-quick-access {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-size: 0.75rem;
    align-items: center;
    text-align: center;
    margin: 12px 0;
    color: #fbcd35;
}

.it-mobile-menu-quick-access-link {
    width: 49%;
    padding: 56px 8px 12px 8px;
    color: #fbcd35;
    position: relative;
    background: #242424;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}

.it-mobile-menu-quick-access-link.right {
    margin-left: 8px;
}

.it-mobile-menu-quick-access-link.left {
    margin-right: 8px;
}

.it-mobile-menu-quick-access-link::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.it-mobile-menu-quick-access-link:nth-child(1)::before {
    background: url("/assets/icons/track_order.svg");
}

.it-mobile-menu-quick-access-link:nth-child(2)::before {
    background: url("/assets/icons/audience_club.svg");
}

.it-mobile-menu-quick-access-link:nth-child(3)::before {
    background: url("/assets/icons/faq.svg");
}

.it-mobile-menu-call-center-content {
    display: block;
    padding: 8px 8px;
    min-height: 65px;
    color: #7D7D7D;
    margin-bottom: 15px;

}

.it-mobile-menu-call-center {
    min-height: 65px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;

}

.it-mobile-menu-call-center > svg {
    width: 55px;
    margin-left: 15px;

}

.
.it-mobile-menu-call-text {
    color: #141414;
    font-size: 12px;
    font-size: 0.75rem;

}

.white-color-text {
    color: #fefefe !important;
}

.it-mobile-menu-list {

    margin-bottom: 30px;
}

.it-mobile-menu-call-number, .it-mobile-menu-call-number-city {
    color: #7D7D7D;
    font-size: 14px;
    font-size: 0.8rem;
    font-weight: 700;

}

.it-mobile-menu-call-number-city {
    margin-bottom: 5px;
    font-weight: normal;
}

.it-mobile-menu-call-number-content {
    padding: 4px 0;
    border-bottom: 1px solid #7D7D7D;
    width: 100%;
}

.jashnvareh-title {
    margin-top: 70px;
    margin-bottom: 0px
}

/*.it-mobile-menu-call-number::before {
    content: "\e933";
    font-size: 18px;
    font-size: 1.02rem;
    margin-left: 6px;

}*/

.container-height {
    height: calc(100vh - 16px);
    overflow-y: auto;
}

.it-mobile-menu-call-icon {
    display: block;
    background: url("/assets/icons/support.svg") center no-repeat;
    background-size: 40px 40px;
    background-color: #363636;
    width: 67px;
    height: 67px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

/* ------------------------------ location selector style -------------------------------*/

.it-location-selector {
    visibility: hidden;
    display: flex;
    height: 65vh;
    width: 100%;
    position: fixed;
    bottom: -110%;
    background: #242424;
    z-index: 219;
    flex-direction: column;
    padding: 52px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 2px 0px 12px 9px #141414c9;
}

.it-location-selector.is-active {
    visibility: visible;
    bottom: 0;
}

.it-location-selector-search {
    display: flex;
    position: relative;
    width: 100%;
}

.it-location-selector-search::before {
    content: "\e936";
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #575757;
    z-index: 151;
}

.it-location-search {
    padding-left: 10px;
    padding-right: 48px;
    position: relative;

}

.padding-right-left-16 {
    padding: 0 16px;
}

.margin-right-left-16 {
    padding: 0 16px;
}

.it-location-selector-text {
    margin: 24px 0 16px 0;
    color: #fefefe;
}

.it-location-selector-city {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px 16px 0 16px;
}


.it-location-selector-city .row {
    margin-left: -8px;
    margin-right: -8px;
}

.it-location-selector-city .row .col {
    padding-right: 8px;
    padding-left: 8px;
}

.it-location-selector-city-item {
    width: 100%;
    margin-bottom: 16px;

    /*margin-left: 16px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #363636;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 0;
    cursor: pointer;
}

.it-location-selector-city-item.is-active {
    background: #FEFEFE;
    position: relative;
}

.it-location-selector-city-item.is-active:before {
    content: '\e90c';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-size: 1.5rem;
    width: 24px;
    height: 24px;
    border: 2px solid #242424;
    background: #FBCD35;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    left: -8px;
}

.it-location-selector-city-item.is-active p {
    color: #141414;
}

.it-location-selector-city-img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.it-location-selector-city-text {
    margin-top: 6px;
    text-align: center;
    font-size: 10px;
    color: #9d9d9d;
}

.margin-top20 {
    margin-top: 20px;
}

/* --------------------------------- auth style --------------------------------------------- */

.it-mobile-auth {
    /*
        background: #242424;
        width: 100%;
       !* -webkit-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        -o-transform: translateX(-15%);
        transform: translateX(-15%);*!
        display: flex;
        flex-direction: column;
        align-items: center;*/


    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 200;
}

.it-mobile-auth-login {
    /*
        background: #242424;
        width: 100%;
       !* -webkit-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        -o-transform: translateX(-15%);
        transform: translateX(-15%);*!
        display: flex;
        flex-direction: column;
        align-items: center;*/


    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    align-items: center;
    justify-content: center;
    margin: 100px auto;
    z-index: 200;

}

.it-desktop-auth-header {
    display: none;
}

.auth-enter, .auth-leave-to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);

}


.auth-enter-active, .auth-leave-active {

    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    /*animation: fadeInLeftBig 1s ease-in-out ;*/
    /*-webkit-animation: fadeInLeftBig 1s ease-in-out ;*/
}


/*.it-mobile-auth.is-active {*/
/*    !*visibility: visible;*!*/
/*    position: fixed;*/
/*    !*opacity: 1;*!*/
/*    left: 0;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -moz-transition: all 0.3s ease-in-out;*/
/*    -ms-transition: all 0.3s ease-in-out;*/
/*    -o-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*    height: 800px;*/
/*}*/

.it-mobile-auth-number-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0 24px 0;
}

.it-mobile-auth-number-icon.is-active {
    margin-top: 16px;
}

.it-mobile-auth-number-icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
}

.it-mobile-auth-number-text {
    font-size: 16px;
    font-size: 1rem;
    color: #fefefe;
    line-height: 24px;
}

.it-mobile-auth-number-form {
    width: 100%;
}

.it-mobile-auth-number-label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.it-mobile-auth-number-label span {
    color: #7d7d7d;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.it-mobile-auth-number-input {
    text-align: left;
    direction: ltr;
    padding-left: 16px;
    margin-bottom: 24px;
}

.it-mobile-auth-form-text {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 12px;
}

.it-mobile-auth-my-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    direction: rtl;
}

.it-mobile-auth-my-phone p {
    font-size: 18px;
    font-size: 1.125rem;
}

.it-mobile-auth-my-phone-edit {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/assets/icons/edit.svg") center;
    background-size: cover;
    margin-right: 9px;
    cursor: pointer;
}

.it-mobile-auth-phone-confirm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    direction: ltr;
    position: relative;
    max-width: 293px;
    margin-left: auto;
    margin-right: auto;

}

.it-input.otp-input {
    position: absolute;
    opacity: 0;
}

.it-otp-input {
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
    color: #FEFEFE;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #141414;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
}


.it-otp-input.otp-active {
    border: 1px solid #575757;
}

.it-input:focus ~ .otp-focus {
    border: 1px solid #7D7D7D;

}

.it-input:focus ~ .otp-focus:before {
    content: '';
    width: 1px;
    height: 65%;
    /*background: #007eef;*/
    animation: 1s blink infinite;
    -moz-animation: 1s blink infinite;
    -webkit-animation: 1s blink infinite;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes blink {
    from, to {
        background: transparent;
    }
    50% {
        background: #007eef;
    }
}

@-moz-keyframes blink {
    from, to {
        background: transparent;
    }
    50% {
        background: #007eef;
    }
}

@-webkit-keyframes blink {
    from, to {
        color: transparent;
    }
    50% {
        color: #007eef;
    }
}

/*@-webkit-keyframes shake {*/
/*    0% { -webkit-transform: scale(1) rotate(0deg); }*/
/*    10% { -webkit-transform: scale(1.1) rotate(-5deg); }*/
/*    20% { -webkit-transform: scale(1.1) rotate(5deg); }*/
/*    30% { -webkit-transform: scale(1.1) rotate(0deg); }*/
/*    40% { -webkit-transform: scale(1.1) rotate(5deg); }*/
/*    50% { -webkit-transform: scale(1.1) rotate(-5deg); }*/
/*    60% { -webkit-transform: scale(1.1) rotate(0deg); }*/
/*    70% { -webkit-transform: scale(1.1) rotate(-5deg); }*/
/*    80% { -webkit-transform: scale(1.1) rotate(5deg); }*/
/*    90% { -webkit-transform: scale(1.1) rotate(0deg); }*/
/*    100% { -webkit-transform: scale(1) rotate(-5deg); }*/
/*}*/

/*@keyframes shake {*/
/*    0% { -webkit-transform: scale(1) rotate(0deg); }*/
/*    10% { -webkit-transform: scale(1.1) rotate(-5deg); }*/
/*    20% { -webkit-transform: scale(1.1) rotate(5deg); }*/
/*    30% { -webkit-transform: scale(1.1) rotate(0deg); }*/
/*    40% { -webkit-transform: scale(1.1) rotate(5deg); }*/
/*    50% { -webkit-transform: scale(1.1) rotate(-5deg); }*/
/*    60% { -webkit-transform: scale(1.1) rotate(0deg); }*/
/*    70% { -webkit-transform: scale(1.1) rotate(-5deg); }*/
/*    80% { -webkit-transform: scale(1.1) rotate(5deg); }*/
/*    90% { -webkit-transform: scale(1.1) rotate(0deg); }*/
/*    100% { -webkit-transform: scale(1) rotate(-5deg); }*/
/*}*/

.it-input.it-mobile-auth-phone-confirm-input {
    width: 49px;
    height: 49px;
    text-align: center;
    direction: ltr;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0;
}

.it-mobile-auth-phone-try-again {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 24px;
    text-align: center;

}

.it-mobile-auth-phone-try-again span {
    color: #fbcd35!important;
    margin-right: 6px;
}

.it-mobile-auth-phone-try-again.end-time {
    color: #fbcd35!important;
    cursor: pointer;
}

.it-location-selector-city-img-header {
    width: 30px !important;
}

.it-mobile-auth-phone-confirm-box.it-col-box {
    justify-content: space-between;
    padding-bottom: 24px;
}

.it-auth-login-links {
    width: 100%;
    border-top: 2px dashed #363636;
    padding-top: 24px;
}

.it-auth-login-links p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fefefe;
    text-align: center;
    margin-bottom: 16px;
}

.it-mobile-auth-main-content {
    width: 100%;
}

.it-mobile-auth-login-password {
    margin-bottom: 24px;

}

.it-mobile-auth-phone-password {
    justify-content: space-between;
    height: 100vh;
    padding-bottom: 82px;
    align-items: center;
}

.it-mobile-auth-password-label span {

    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 6px;
}

.it-mobile-auth-forget-text {
    margin-top: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
}

.it-mobile-auth-forget-text p {
    margin-bottom: 8px;
}

.it-mobile-auth-forget-text span {
    color: #fbcd35;
    font-weight: 700;
}

.it-mobile-auth-account {
    margin-left: -16px;
    margin-right: -16px;
}

.it-mobile-profile-info {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    background: #363636;
    width: 100%;
    align-items: center;
    padding-bottom: 60px;
    position: relative;
}

/* ------------- avatar ----------- */

.it-profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #242424;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    border: 1px solid #7d7d7d;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-profile-avatar-img {
    width: 70%;
    height: 70%;
}

.it-profile-avatar:before {
    content: '\e935';
    font-size: 70px;
    color: #7D7D7D;
}

/* ------------- avatar ----------- */

/* .it-mobile-profile-type{

} */

.it-mobile-profile-name {
    font-size: 16px;
    font-size: 1rem;
    color: #fefefe;
    line-height: 24px;
    margin: 15px 0 4px 0;
}

.it-mobile-promotion-name {
    font-size: 16px;
    font-size: 1rem;
    color: #000000;
    line-height: 24px;
    margin: 15px 0 4px 0;
}

.it-mobile-profile-phone {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
}

.it-mobile-profile-menu {
    position: relative;
    padding-top: 39px;
}

.it-mobile-profile-status {
    display: flex;
    width: 100%;
    height: 71px;
    position: absolute;
    align-items: center;
    top: -35px;
    left: 0;
    right: 0;
    background: #242424;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.it-profile-status {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.it-profile-status .it-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    margin-bottom: 2px;

}

.it-profile-status span {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fefefe;
}

.it-mobile-profile-menu-items {
    padding-right: 40px;
}

.it-mobile-profile-menu-item {
    position: relative;
    height: 57px;
    border-bottom: 1px solid #363636;
    display: flex;
    align-items: center;

}

.it-mobile-promotion-menu-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: black;
    column-gap: 15px;
    min-height: 50px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;

}

.it-mobile-promotion-menu-items {
    max-width: 350px;
    min-width: 200px;
}


.it-mobile-profile-menu-item:last-child {
    border: none;
}

.it-mobile-profile-menu-link::before {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 16px;
    color: #FEFEFE;
}

.it-mobile-promotion-menu-link::before {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 16px;
    color: black;
}

.it-mobile-profile-menu-link.wallet::before {
    content: "";
    background: url("/assets/icons/wallet.svg") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.it-mobile-promotion-menu-link.coupon::before {
    content: "";
    background: url("/assets/icons/ticket_sample.svg") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
}
.it-mobile-profile-menu-link.transactions::before {
    content: "";
    background: url("/assets/icons/ticket_sample.svg") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.it-mobile-profile-menu-link.account::before {
    content: "\e94a";
}

.it-mobile-profile-menu-link.security::before {
    content: "\e94d";
}

.it-mobile-profile-menu-link.organization::before {
    content: "\e94c";
}

.it-mobile-profile-menu-link.ticket::before {
    content: "\e94f";
}

.it-mobile-profile-menu-link.history::before {
    content: "\e949";
}

.it-mobile-profile-menu-link.exit::before {
    content: "\e94b";
}

.it-mobile-profile-menu-link.announcement::before {
    content: '\e931';
}

.it-mobile-profile-menu-link.exit {
    border-bottom: none;
}


.it-mobile-profile-menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fefefe;
}

.it-mobile-promotion-menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: black;
}

.it-filter-time {
    width: 100%;
    background: #007eef;
    box-shadow: rgba(11, 72, 150, 0.35) 0 5px 10px;
    color: #fefefe;
    height: 42px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem;
}

/* --------------------------------- movie List --------------------------------------------*/
.more-movie-list {
    padding-bottom: 16px;
    padding-top: 15px;
}

.cinema-movie-list {
    margin-top: 32px;
}

.it-border-dashed {
    border-bottom: 2px dashed #363636;
    margin: 0px 16px 26px 16px;
}

.onclick-sans {
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.onclick-sans .it-exit-btn {
    display: none;
}

.it-cinema-select-sans {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    width: 100%;
    padding: 0 16px;
}

.it-cinema-select-sans .row {
    margin-left: -8px;
    margin-right: -8px;
}

.it-cinema-select-sans .col {
    padding-left: 8px;
    padding-right: 8px;
}

.it-cinema-details-sans-popular-screening {
    width: 100%;
    margin: 0px 0px;
    position: relative;
}

.it-cinema-detail-sans-item-price {
    color: #cbcbcb;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
}

.it-cinema-detail-sans-item-time {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fefefe;
}

.it-concert-detail-sans-item-time {
    text-align: center;
    font-size: 18px;
    color: #fefefe;
}

.it-cinema-ticket-remain {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #363636;
    border: 2px solid #242424;
    text-align: center;
    border-radius: 100%;
    top: -11px;
    left: -11px;
}

.it-cinema-ticket-remain.popular-screening {
    left: -9px;
    z-index: 2;
    top: -15px;
}

.it-cinema-ticket-remain-number {
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.it-cinema-sans-full-capacity {
    display: none;
}

.it-cinema-details-sans.disabled .it-cinema-sans-full-capacity {
    position: absolute;
    z-index: 10;
    background: #fefefe;
    font-size: 10px;
    font-size: 0.625rem;
    width: 71%;
    display: flex;
    align-items: center;
    height: 22px;
    left: 50%;
    transform: translate(-50%, 4px);
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.it-cinema-detail-sans-popular-screening {
    height: 125px;
    /*background: url('/assets/icons/special_pattern.svg');
    */
    padding-top: 12px;
    position: relative;
    z-index: 1;
    background: #141414;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.it-cinema-detail-sans-popular-screening-first-row {
    display: flex;
    justify-content: space-between;
}

.sans-popular-screening-first-row-first-item {
    background: #e1145a;
    color: #fefefe;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 89px;
    height: 24px;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}

.sans-popular-screening-first-row-second-item {
    color: #fefefe;
    font-size: 20px;
}

.sans-popular-screening-first-row-third-item {
    width: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbcbcb;
    font-size: 14px;
    font-size: 0.875rem;
}

.it-cinema-detail-sans-popular-screening-second-row {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    color: #7d7d7d;
}

.it-cinema-detail-sans-popular-screening-third-row {
    text-align: justify;
    margin: 8px 16px 0px 16px;
    color: #e3e3e3 !important;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 12px;
}

.it-cinema-detail-sans-popular-screening-third-row p {
    color: white;
}

.sans-popular-screening-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transform: translateY(-12px) scale(1.5);
    -webkit-transform: translateY(-12px) scale(1.5);
    -moz-transform: translateY(-12px) scale(1.5);
    -ms-transform: translateY(-12px) scale(1.5);
    -o-transform: translateY(-12px) scale(1.5);
}

.it-cinema-sans-btn {
    background-color: #242424;
    border: none;
    display: flex;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    align-items: center;
    white-space: nowrap;
}

.it-cinema-sans-btn::after {
    content: "\e900";
    color: #fbcd35;
    font-size: 24px;
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

.it-cinema-sans-btn.is-active::after {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
}

.it-cinema-sans-btn.is-escape::after {
    display: none;
}


.it-cinema-sans-btn-p {
    color: #fbcd35;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 6px;
    padding: 4px 18px;
}

.it-cinema-sans {
    background-color: #242424;
    border-radius: 0px 0px 10px 10px;
}

.it-cinema-details-sans {
    display: block;
    width: 100%;
    height: 166px;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 20px;


}

.cursor-pointer {
    cursor: pointer !important;
}

.it-concert-details-sans {
    background: #363636;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 20px;
    min-height: 210px;


}

/*.it-cinema-details-sans:nth-child(3n) {*/
/*    margin-left: 16px;*/
/*}*/

/*.it-cinema-details-sans:nth-child(3n + 1) {*/
/*    margin-right: 16px;*/
/*}*/

.it-cinema-detail-sans {
    background: #363636;
    padding: 0px 15%;
    position: relative;
    width: 100%;
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

.it-concert-detail-sans {
    background: #363636;
    padding: 10px;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

.concert-center-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popular-screen-list {
    display: flex;
    height: 166px;
    flex-wrap: wrap;
}

.cinema-sans-details {
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.it-cinema-details-sans.disabled::before {
    position: absolute;
    width: 115%;
    content: "";
    z-index: 2;
    border-radius: 7px;
    padding-top: 24px;
    height: 100%;
    background: rgba(36, 36, 36, 0.7);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}

.it-cinema-select-sans-btn {
    background: #fbcd35;
    height: 41px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #141414;
}

.it-cinema-detail-sans-item-loc {
    color: #7d7d7d;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
}

/*.it-home-main-movies-container {*/
/*    flex-direction: column;*/
/*}*/

.it-home-main-movies-container .place-shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

.it-home-main-movies-items {
    width: 100%;
    flex-shrink: 0;
}

.it-home-main-movies-item {
    width: 100%;
    position: relative;
    margin-bottom: 32px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
}

.it-home-main-movies-item-image-container {
    width: 130px;
    height: 182px;
    overflow: hidden;
    position: absolute;
    top: -50px;

}

.it-home-main-movies-item-image-container.diactive::before {
    content: "";
    background: rgba(36, 36, 36, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: 5;
}

.it-home-main-movies-item-image-container.diactive::after {
    content: "تکمیل ظرفیت";
    font-family: shabnam;
    font-size: 10px;
    font-size: 0.625rem;
    color: #141414;
    background: #fefefe;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 72%;
    position: absolute;
    text-align: center;
    padding: 5px 0;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

.it-home-main-movies-box {
    padding: 30px 0;
}

.it-home-main-movies-item-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    min-height: 180px;
    min-width: 130px;
}

.it-home-movies-container {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 100%;

    padding: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 290px;
    position: relative;
    margin-top: 50px;
}

.it-home-movies-container-cinema {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 100%;
    background: #242424;
    padding: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 280px;
    position: relative;
    margin-top: 70px;
}

/*.st0{fill:none;stroke:#7D7D7D;stroke-miterlimit:10;}
.st1{fill:none;stroke:#7D7D7D;stroke-miterlimit:10;}*/
/*.st0{fill:none;stroke:#D3D3D3;stroke-miterlimit:10;}
.st1{fill:#FFFFFF;stroke:#D3D3D3;stroke-miterlimit:10;}*/

.it-home-movies-container.is-active {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.it-home-main-movies-item-content {

    padding: 0px 0px 3px 0px;
    display: block;
    flex-grow: 1;
    position: absolute;
    bottom: 10px;
    left: 8px;
    right: 8px;

}

.it-home-main-movies-item-title {

    margin: 0 0 6px 0;
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.it-home-main-movies-item-info {
    display: flex;
    margin-bottom: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    align-items: center;
    height: 16px;
    white-space: nowrap;
    justify-content: space-between;
    overflow: hidden;
}

.it-home-main-movies-item-rate {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    height: 16px;
    overflow: hidden;
}

.it-home-main-movies-item-rate .star {
    display: flex;
    justify-content: space-between;
}

.it-home-main-movies-item-rate .star span::before {
    content: "\e93c";
    font-size: 14px;
    font-size: 0.875rem;
    color: #363636;
    direction: ltr;
    margin-left: 4px;
}

.it-home-main-movies-item-rate .star span.is-active::before {
    color: #7d7d7d;
}

.movie-card-rate-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 20px;
    margin-bottom: 6px;
    font-size: 12px!important;
    column-gap: 5px;

}

.it-home-main-movies-item-rate .rate-num {
    margin-right: 4px;
    font-size: 12px;
    font-size: 0.75rem;
}

.it-home-main-movies-item-ticket {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background: transparent;
    border: 1px solid #FBCD35;
    color: #FBCD35;
    /*box-shadow: 0 2px 5px rgba(218, 171, 15, 0.35);*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 6px 0;
}

.it-home-main-movies-item-sort {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background: #007eef;
    border: 1px solid #007eef;
    color: white;

    /*box-shadow: 0 2px 5px rgba(218, 171, 15, 0.35);*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 6px 0;
}

.it-home-main-movies-item-sort p {
    color: white;
}

.sort-item {
    background: transparent;
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 15px;
    transition: all 250ms;
    cursor: pointer;
    min-width: fit-content;
    margin-bottom: 35px;
    text-align: center;

}

.sort-item.active {
    background: #3c90fa;
    border: 1px solid #3c90fa;
    border-radius: 20px;
    padding: 5px 15px;
    min-width: fit-content;
}

.sort-item p {
    color: white;
    font-size: 15px;
}

.swiper-slide {
    color: white;
    height: 300px;

}
.it-home-main-movies-item-ticket{
    transition: all 200ms;
    background: #242424 !important;
}

.it-home-main-movies-item-ticket:not(.coming-soon , .canceled-btn):hover {
    background: #242424 !important;
    color: transparent;
}

.it-home-main-movies-item-ticket::before {
    content: "\e945";
    color: #FBCD35;
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 6px;
    transition: all 200ms;
}

.it-home-main-movies-item-ticket:hover::before {
    color: #242424;
}

.it-home-main-movies-item-ticket span {
    color: #FBCD35;
    font-size: 14px;
    font-size: 0.875rem;
    transition: all 200ms;
}

.it-home-main-movies-item-ticket:hover span {
    color: #242424;
}

.it-home-main-movies-item-ticket.diactive {
    background: transparent;
    color: #808080;
    border-color: #808080;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);*/
}

.it-home-main-movies-item-ticket.coming-soon {

    border: 1px solid #007eef;
    color: white;
    background: #007eef!important;
    transition: all 200ms;
}
.it-home-main-movies-item-ticket.coming-soon:hover {

    border: 1px solid #007eef;
    color: white;
    background: #007eef!important;
    transition: all 200ms;
}

.it-home-main-movies-item-ticket.coming-soon span {
    color: white;
    transition: all 200ms;
}
.it-home-main-movies-item-ticket.coming-soon:hover span {
    color: white;

}

.it-home-main-movies-item-ticket.coming-soon::before {
    color: white;
    transition: all 200ms;
}
.it-home-main-movies-item-ticket.coming-soon:hover::before {
    color: white;
}

.it-home-main-movies-item-ticket.disabled {

    border: 1px solid #7E671B;
    color: #7E671B!important;
    background: #242424!important;
    transition: all 200ms;
}
.it-home-main-movies-item-ticket.disabled:hover {

    background: #242424!important;
    background-color: #242424!important;
}

.it-home-main-movies-item-ticket.disabled span {
    color: #7E671B;
    transition: all 200ms;
}
.it-home-main-movies-item-ticket.disabled:hover span {
    color: #7E671B;

}


.it-home-main-movies-item-ticket.disabled::before {
    color: #7E671B;
    transition: all 200ms;
}
.it-home-main-movies-item-ticket.disabled:hover::before {
    color: #7E671B;
}

.it-home-main-movies-item-ticket.canceled-btn {

    border: 1px solid #6e0101;
    color: white;
    background: #6e0101;
}

.it-home-main-movies-item-ticket.canceled-btn span {
    color: white;
}

.it-home-main-movies-item-ticket.canceled-btn::before {
    color: white;
}

.it-home-main-movies-item-ticket.diactive::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/assets/icons/info_more_view.svg") no-repeat center;
    background-size: cover;
    color: #808080;
}

.it-home-main-movies-item-ticket.diactive span {
    color: #808080;
}

.it-show-sort {
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 -5px 10px;
    border-radius: 15px 15px 0px 0px;
    background: #242424;
    bottom: 0px;
    height: 252px;
    z-index: 101;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.category-sort {
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 -5px 10px;
    border-radius: 15px 15px 0px 0px;
    background: #242424;
    bottom: 0px;
    height: 193px;
    z-index: 101;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.it-show-sort-category-filter {
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 -5px 10px;
    border-radius: 15px 15px 0px 0px;
    background: #242424;
    bottom: 0px;
    height: calc(100% - 50px);
    z-index: 121;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
    overflow-y: auto;
}

.it-sort-top-bar {
    height: 15px;
}

.it-sort-close-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
}

.it-sort-close-icon::before {
    content: "\e90e";
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #7D7D7D;
}

.it-sort-close-div {
    display: flex;
    justify-content: flex-end;
}

.it-sort-by-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fefefe;
}

.it-sort-filters {
    display: flex;
    flex-wrap: wrap;
}

.it-sort-filter {
    width: 46.466%;
    border: 1px solid #363636;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 16px;
    padding-right: 16px;
    height: 43px;
    display: flex;
    align-items: center;
    color: #fefefe;
    position: relative;
}

.it-sort-filter.is-active {
    background: #fefefe;
    color: #141414;
}

.it-sort-filter::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    border: 1px solid #363636;
    position: absolute;
    top: -10px;
    left: -9px;
    width: 22px;
    height: 22px;
    background: #242424;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.it-sort-filter.is-active::before {
    content: "\e90c";
    background: #fbcd35;
    color: #141414;
    font-size: 24px;
    font-size: 1.5rem;
    border: 1px solid #242424;
}

.it-sort-filter:nth-child(2n) {
    margin-right: 8px;
}

.it-sort-filter:nth-child(2n-1) {
    margin-left: 8px;
}

.it-time-filter-change-timer {
    height: 85px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.it-time-filter-change-timer.category {
    padding-left: 16px;
}

.it-divider-relative {
    background: #363636;
    border-radius: 21px;
    height: 4px;
    width: 100%;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    position: relative;
}

.it-static-time {
    position: absolute;
    top: 15px;
    color: #7d7d7d;
}

.it-select-circle {
    width: 18px;
    height: 18px;
    background: #fbcd35;
    position: absolute;
    top: -50%;

    border-radius: 50%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
}

.it-select-circle.first {
    left: 62.5%;
}

.it-select-circle.second {
    left: 12.5%;
}

.it-divider-absolute {
    position: absolute;
    width: 50%;
    background: #fbcd35;
    height: 4px;
    left: 12.5%;
}

.it-select-circle-time-num {
    position: absolute;
    bottom: 24px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fbcd35;
    right: -10px;
}

.it-static-time.second {
    left: 0;
}

.it-title-input {
    color: #7d7d7d;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 16px;
}

.it-search-cinema {

    position: relative;
    margin-bottom: 32px;
}

.it-search-cinema .row {
    margin-left: -8px;
    margin-right: -8px;
}

.it-search-cinema .col {
    padding-left: 8px;
    padding-right: 8px;
}

.it-search-cinema-input-icon {
    /*width: 83%;*/
    position: relative;
}

.it-search-cinema-input-icon::before {
    content: "\e936";
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    color: #575757;
    top: 8px;
}
.it-search-cinema-input-icon button{
    padding: 14px 20px;
}

.it-search-cinema-input {
    background-color: #242424;
    border-radius: 8px;
    border: 1px solid #363636;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-right: 48px;
    color: #fefefe;
}

.it-search-cinema-input2 {
    background-color: #242424;
    border-radius: 8px;
    border: 1px solid #363636;
    width: 100%;
    height: 54px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-right: 38px;
    margin-left: 6px;
    color: #fefefe;
}

.it-search-cinema-time {
    width: 49px;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.it-search-cinema-time::before {
    content: "\e947";
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fefefe;
    transform: translate(-50%, -50%);
}

.it-search-cinema-time.disabled::before {
    color: #7D7D7D;
}

.it-search-cinema-time::after {
    content: "";
    width: 1px;
    position: absolute;
    height: 72%;
    top: 50%;
    transform: translateY(-50%);
    background: #363636ed;
}


.it-search-cinema-sort {

    width: auto;
    height: auto;

}

.it-search-cinema-sort.is-active {
    background: #007eef;
}

.it-search-cinema-sort::after {
    content: "\e93b";
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 16px;

}

.it-search-cinema-sort.is-active::before {
    color: #fefefe;
}

.it-search-cinema-sort.disabled {
    opacity: .5;
}

.it-cinema-sans-btn {
    background-color: #242424;
    width: 100%;
    border: none;
    display: flex;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 4px 18px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    align-items: center;
}

.it-cinema-sans-btn.cinema {
    justify-content: space-between;
    box-shadow: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: #141414;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}


.it-cinema-sans-btn.cinema:disabled {
    background: #363636;
    padding: 6px 18px;
}

.it-cinema-sans-btn.cinema::before {
    font-family: shabnam;
    content: attr(data-title);
    font-size: 14px;
    font-size: .875rem;
    color: #FBCD35;
    /*margin-left: 6px;*/
}

.it-cinema-sans-btn.cinema:disabled::before {
    content: 'مشاهده جزيیات';
    color: #7d7d7d;
    margin-left: 0;
}

.it-cinema-sans-btn.cinema:disabled .it-cinema-sans-btn-p {
    color: #7d7d7d;
}

.it-cinema-sans-btn.cinema:disabled::after {
    content: "";
}

.it-cinema-sans-btn::after {
    content: "\e901";
    color: #fbcd35;
    font-size: 24px;
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

.it-cinema-sans-btn.is-active::after {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
}

.it-cinema-sans-btn.is-escape::after {
    display: none;
}

.it-cinema-sans-btn-p {
    color: #fbcd35;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 6px;
}

.mb-16 {
    margin-bottom: 16px;
}

.cinema-radio-div {
    margin-left: 16px;
    flex-shrink: 0;
    /* flex-basis: 22.97%;*/

}

.cinema-radio-div .it-radio-label {
    background: #242424;
}


/* ------------------------ slider -------------------*/


.slider-image-container {
    position: relative;
}


.it-home-movie-slider-pagination-item {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fefefe;
    opacity: 0.2;
    margin-right: 12px;
}

.it-home-movie-slider-pagination-item.is-active {
    opacity: 1;
}

.it-home-movie-slider-pagination-item:first-child {
    margin-right: 0;
}

.sans-detail-message {
    width: 100%;
}

.sans-detail-message .message {
    width: 100%;
    text-align: center;
    color: #FEFEFE;
    font-size: 18px;
    font-size: 1.125rem;
}


.it-home-movie-slider-items {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.text-center {
    text-align: center;
}

.it-home-movie-slider-items.transition {
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.it-home-movie-slider-item {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    margin: 0 16px;
}

.it-home-movie-slider-item:first-child {
    margin-right: 0;
}

.it-home-movie-slider-link {
    display: flex;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.it-home-movie-slider-img {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
}

.it-home-movie-slider-img[alt] {
    height: calc((100vw - 120px) / 2);
}

/*.it-home-movie-slider-img[alt]:before {*/
/*    display: block;*/
/*    content: attr(alt);*/
/*    color: transparent;*/
/*    background: #363636 url("/assets/icons/place_holder.svg") no-repeat center;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-size: 2rem;*/
/*    -webkit-border-radius: 6px;*/
/*    -moz-border-radius: 6px;*/
/*    border-radius: 6px;*/
/*}*/

/*.it-home-movie-slider-img[alt]:after {*/
/*    display: block;*/
/*    content: attr(alt);*/
/*    color: transparent;*/
/*    background: #363636 url("/assets/icons/place_holder.svg") no-repeat center;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-size: 2rem;*/
/*    -webkit-border-radius: 6px;*/
/*    -moz-border-radius: 6px;*/
/*    border-radius: 6px;*/
/*}*/

.slider-image-container {
    position: relative;
    margin-bottom: 24px;
}

.it-home-movie-slider-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/*.slider-button{*/
/*    position: absolute;*/
/*    width: 30%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*}*/

/*.slider-button.next{*/
/*    left: 0;*/
/*}*/

/*.slider-button.prev{*/
/*    right: 0;*/
/*}*/

.it-home-movie-slider-ticket {
    position: absolute;
    font-size: 14px;
    font-size: .875rem;
    color: #141414;
    left: 16px;
    bottom: 16px;
    background: #FBCD35;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 20px;
    box-shadow: 0 2px 10px rgba(218, 171, 15, .35);
}

.it-home-movie-slider-title {
    position: absolute;
    bottom: 29px;
    right: 16px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #FEFEFE;
}

.it-home-movie-slider {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.slider-image-container:hover .slider-button {
    opacity: 1;
}


.slider-button {

    display: block;
    opacity: 0;
    height: 100%;
    width: 47px;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.slider-button:before {
    content: '\e902';
    font-size: 24px;
    font-size: 1.5rem;
    color: #FEFEFE;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-button.prev {
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    right: 0;
    background: linear-gradient(to right, #14141400, #141414);
}

.slider-button.prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.slider-button.next {
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;

    left: 0;
    background: linear-gradient(to left, #14141400, #141414);
}

/* --------------------------------- news ---------------------------------*/

.elite-news {
    position: relative;
    width: 100%;
}

.news-col {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
}

.movie-detail-news-item {
    width: 100%;
    background: #242424;
    box-shadow: rgba(0, 0, 0, 0.35) 0 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 16px 16px 9px 16px;
    margin-bottom: 16px;
}

.movie-detail-news-item-first-line {
    display: flex;
}

.movie-news-image-div {
    width: 30%;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.movie-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movie-news-image[alt] {
    width: 100%;
    height: 100%;
    display: block;
}

.movie-news-all-text {
    width: 67%;
    margin-right: 16px;
}

.movie-news-text {
    color: #7d7d7d;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 6px;
    height: 63px;
    overflow: hidden;
}

.movie-news-title {
    font-size: 16px;
    font-size: 1rem;
    color: #fefefe;
    height: 46px;
    overflow: hidden;
}

.movie-detail-news-time {
    color: #cbcbcb;
    font-size: 12px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
}

.movie-detail-news-item-second-line {
    padding: 17px 0px 0 0;
    display: flex;
    justify-content: space-between;
}

.movie-detail-news-time-svg {
    position: relative;
    width: 18px;
    height: 18px;
    display: block;


}

.movie-detail-news-time-svg::before {
    content: "\e947";
    position: absolute;
    font-size: 18px;
    font-size: 1.125rem;
    right: -3px;
    color: #cbcbcb;
}

.movie-detail-news-time-text {
    color: #cbcbcb;
}

.movie-detail-news-feedback {
    font-size: 12px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    color: #cbcbcb;
}

.movie-detail-news-feedback-like {
    color: #fefefe;
}

.movie-detail-news-feedback-comment {
    color: #cbcbcb;
    display: flex;
    width: 32px;
    height: 18px;
    margin-left: 16px;
    justify-content: space-between;
    align-items: center;
}

.movie-detail-news-feedback-comment::before {
    content: "\e910";
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}

.movie-detail-news-feedback-like {
    color: #cbcbcb;
    display: flex;
    width: 37px;
    height: 18px;
    justify-content: space-between;
    align-items: center;
}

.movie-detail-news-feedback-like::before {
    content: "\e926";
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}

.movie-detail-news {
    padding: 24px 0;
}

.comment-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    width: 100%;

}
.comment-box-section{
    background: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    border-radius: 10px;
    column-gap: 10px;


}

.disable-btn-comment{
    background:#131313!important; ;
}

.more-news-movie-detail-line {
    display: flex;
    justify-content: flex-end;
}

.more-news-movie-button {
    background: #363636;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    padding: 4px 18px 4px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: unset;
}

.more-news-movie-button-text {
    color: #7d7d7d;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 12px;
}

.more-news-movie-button-icon {
    background: #242424;
    position: relative;
    width: 23px;
    height: 23px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.more-news-movie-button-icon::after {
    content: "\e903";
    color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* ----------------------- general page controller -----------------------------*/

.it-desktop-controller.gutter {
    margin-top: 82px;
}



/* --------------------------------------quick-change-page ----------------------------------------*/

.it-mobile-quick-access {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 57px;
    width: calc(100% - 32px);
    background: #303030;
    border-radius: 10px;
    z-index: 120;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.it-mobile-quick-access.is-active {
    bottom: 16px;
}

.buy-ticket-text {
    color: #141414;
    font-size: 10px;
    font-size: 0.625rem;
}

/*.it-mobile-quick-access-ticket {
    position: absolute;
    background: #feca01;
    box-shadow: 0 3px 6px rgba(254, 202, 1, 0.3);
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 17px;
    left: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}*/

.it-mobile-quick-access.is-active .it-mobile-quick-access-ticket {
    bottom: 7px;
}

.it-mobile-quick-access.is-active .it-mobile-quick-access-ticket.is-active {
    bottom: -8px;
    background: none;
    box-shadow: none;
}

.it-mobile-quick-access.is-active
.it-mobile-quick-access-ticket.is-active::before {
    color: #feca01;
}

.it-mobile-quick-access.is-active .it-mobile-quick-access-ticket.is-active p {
    color: #feca01;
}

.it-mobile-quick-access-ticket p {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    margin-top: 43px;
    margin-bottom: 0;
}

.it-mobile-quick-access-content.is-center.is-active::before {
    content: "\e940";
    color: #feca01;
    /*background: url("../icons/tabbar_movie_detail.svg");*/
}

.it-mobile-quick-access-content.is-center::before {
    content: "\e940";
    color: white;
    /*background: url("../icons/tabbar_movie_detail.svg");*/
}

.it-mobile-quick-access-content.is-center p {
    color: white;
    /*background: url("../icons/tabbar_movie_detail.svg");*/
}

.it-mobile-quick-access-ticket::before {

    position: absolute;
    font-size: 24px;
    font-size: 1.5rem;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #141414;
}

.new {
    font-size: 10px;
    padding: 2px;
    position: absolute;
    top: -7px;
    margin-right: 3px;
    background: #feca01;
    color: black;
    border-radius: 5px;
}

.it-mobile-quick-access-content {
    color: #999999;
    font-size: 10px;
    font-size: 0.625rem;
    position: relative;
}

.it-mobile-quick-access-content::before {
    position: absolute;
    font-size: 24px;
    font-size: 1.5rem;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.it-mobile-quick-access-content.is-active {
    color: #feca01;
}

.it-mobile-quick-access-content.is-active p {
    color: #feca01;
}

.it-mobile-quick-access-content.is-right {

    width: 33.3%;
    text-align: center;
}

.it-mobile-quick-access-content.is-left {

    width: 33.3%;
    text-align: center;

}

.it-mobile-quick-access-content.is-center {
    width: 33.3%;
    text-align: center;
}

.it-mobile-quick-access-content.disabled {
    color: #575757;
}

.it-mobile-quick-access-content.disabled p {
    color: #575757;
}

.it-mobile-quick-access-content.is-right::before {
    content: "\e93f";
    /*background: url("../icons/tabbar_movie_detail.svg");*/
}

.it-mobile-quick-access-content p {
    margin-top: 27px;
}

.it-mobile-quick-access-content.is-left::before {
    content: "\e93e";
    font-size: 24px;
    font-size: 1.5rem;

}

.it-mobile-quick-access-content.schedule-tables-button::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/assets/icons/tabbar_show_table_mobile.svg") no-repeat center;
    background-size: contain;

}

.it-mobile-quick-access-content.schedule-tables-button.is-active::before {
    background: url("/assets/icons/tabbar_show_table_is_active.svg") no-repeat center;
    background-size: contain;
}

.it-mobile-quick-access.news-quick-access {
    bottom: 16px;
    justify-content: center;
}

.it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-active p {
    color: #fefefe;
}

.it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-right {
    margin-right: 0px;
    margin-left: 23px;
}

.it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-left {
    margin-left: 0px;
    margin-right: 23px;

}

/*-------------------------- movie prev content style --------------------*/
.it-movie-preview-content {
    background: #f9f9f9;
    padding-bottom: 28px;
}

.it-movie-preview-actors .it-text-content {
    flex-wrap: wrap;

    align-items: center;
}

.fade-enter {
    height: 0;
}

/* ----------------------------------------------comments-------------------------- */
.movie-comments {
    margin: 0px 16px;
}

.movie-comments-first-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.movie-comments-title {
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
}
.movie-comments-subtitle {
    color: #7d7d7d;
    font-size: 16px;
}

.movie-comments-button {
    color: #fbcd35;
    padding: 6px 20px;
    border: 1px solid #fbcd35;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.movie-comments-button-icon {
    width: 18px;
    height: 18px;
    position: relative;
}

.movie-comments-button-text::before {
    content: "\e900";
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 12px;

    /*position: absolute;*/
}

.movie-comment-item-first-line {
    display: flex;
    justify-content: space-between;
}

.movie-comment-item-name-date {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.movie-comment-item-first-line-avatar-name-date {
    display: flex;
    width: 100%;
}

.like-box {
    display: flex;
    align-items: center;
    column-gap: 5px;
    user-select: none;
}

.movie-comment-item-avatar-div {
    width: 46px;
    height: 46px;
    position: relative;
    background: #fefefe;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-left: 16px;
    border-top: 10px solid #141414;
    border-bottom: 10px solid #141414;
    box-sizing: content-box;
    min-width: 46px;
}

.movie-comment-item-avatar-div::before {
    background: url("/assets/icons/avatar/1.svg");
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.movie-comment-item {
    margin-top: 16px;
    padding-bottom: 16px;

}

.border-bottom-comment {
    border-bottom: 1px solid #242424;
}

.comment-rate-box{
    display: flex;
    column-gap: 7px;
    width: 100%;
    padding: 10px 15px;
    background-color: #232323 !important;
    border-radius: 5px;
    border: 1px solid #8d8d8d;
    height: 160px;
    align-items: stretch;

}
.comment-rate-box-no-comment{
    display: flex;
    column-gap: 7px;
    width: 50%;
    margin: auto;
    padding: 10px 15px;
    background-color: #232323 !important;
    border-radius: 5px;
    border: 1px solid #8d8d8d;
    height: 160px;
    align-items: stretch;

}



.rate-comments{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 70px;
    flex-direction: column;
    background: #131313;
    border-radius: 5px;
    color: #232323 ;
    padding: 5px 0;

}
.rate-comments-no-comment{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-direction: row;
    background: #131313;
    border-radius: 5px;
    color: #232323 ;
    padding: 5px 10px;

}
.rate-comments-item{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all;
    transition-duration: 700ms;
    cursor: pointer;
    color: white;
    opacity: 0.3;
}
.rate-comments-no-comment .rate-comments-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all;
    transition-duration: 700ms;
    cursor: pointer;
    color: white;
    opacity: 0.3;
}

.rate-comments-item.is-active{
    opacity: 1;
}
.input-text-area {
    height: 140px !important;
    background-color: #232323 !important;
    box-shadow: none;
    margin-top: 5px;
    resize: none;
    padding: 10px;
    color: white !important;
    border-radius: 5px;

}

.cinema-card-rate-section{
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 7px;
    color: white;
    font-size: 13px;
    height: 22px;
}

.no-border{
    border:none;
    padding: 0 5px!important;
}


.input-text-area.error {

}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.load-more-comment {
    background: linear-gradient(180deg, transparent 10%, #131313 50%) no-repeat;
    position: absolute;
    bottom: 0;
    height: 110px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center
}

.replay-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
    font-size: 10px;
    column-gap: 3px;
    cursor: pointer;
    user-select: none;
}

.replay-box {
    margin: 10px 0;
}

.movie-comment-item-name {
    color: #fefefe;
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    word-break: break-word;
}

.movie-comment-item-date {
    color: #7d7d7d;
    font-size: 12px;
    font-size: 0.75rem;
}


.comment-auth {
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    border: 1px solid white;
    min-height: 70px;
}

.no-comments {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    height: 60px;
    margin-top: 20px;
    font-size: 18px
}

.movie-comment-item-rate {
    display: flex;
    align-items: center;
}

.star-icon-comments {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 4px;
}

.star-icon-comments::before {
    content: " \e93c";
    position: absolute;
    font-size: 14px;
    font-size: 0.875rem;
    color: #363636;
}

.star-icon-comments.is-active::before {
    color: #FBCD35;
}

.movie-comments-text {

    color: #cbcbcb;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    text-align: justify;
    overflow-wrap: break-word;
}

.movie-comment-feedback {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #7d7d7d;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px 0px;
}

.movie-comment-feedback-comment {
    display: flex;
    width: 35px;
    height: 18px;
    margin-right: 16px;
    justify-content: space-between;
    align-items: center;
}

.movie-comment-feedback-comment::before {
    content: "\e910";
    display: block;
    font-size: 18px;
    font-size: 1.125rem;

}

.comment-send {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #242424;
    width: 100%;
    padding: 16px;
    right: 0;
    margin-bottom: 0;

}

.comment-input {

    white-space: pre-wrap;
    height: 44px;
    overflow-y: auto;

}


.comment-btn {
    width: 42px;

}

.comment-btn:before {
    content: '\e938';
    font-size: 24px;
    font-size: 1.5rem;
    color: #FEFEFE;
}

.movie-comments-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}

.movie-comments-logo-sign {
    width: 50px;
    height: 46px;
}

.movie-comments-logo-sign::before {
    background: url("/assets/icons/irantic_logo_sign.svg") no-repeat center;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

.movie-comment-item.is-active .movie-comment-reply {
    position: relative;
}

.movie-comment-item.is-active .movie-comment-reply::before {
    content: "";
    background: #363636;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 22px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.movie-comment-item.is-active .movie-comment-reply:last-child::before {
    height: 0px;
}

.movie-comments-reply {
    padding-right: 62px;
}

.it-rate {
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 6px 12px;
    background: #9999994d;
    margin-left: 8px;
    /*margin-bottom: 8px;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 150px;
    height: 31px;
}

.it-rate-button {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    background: #f9c52e;
    margin-left: 8px;
    /*margin-bottom: 8px;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center;
    height: 31px;
    cursor: pointer;

}
.rate-comments-item-info{
    width: 20px ; display: flex ; align-items: center; justify-content: center
}
.it-rate-content {
    display: flex;
    align-items: center;
    column-gap: 7px;
    height: fit-content;
}

.it-rate-text {
    font-weight: 300;

}

.comment-reply-input {
    width: 100%;
    height: 42px;
    border: none;
    background: #242424;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 16px;
    font-size: 1rem;
    color: #fefefe;
    padding-right: 16px;
    margin-bottom: 16px;
}

.comment-reply-input::placeholder {
    color: #575757;
}


.new-feedback-rating {
    margin: 0px 16px;
}

.pop-up-title {
    color: #fefefe;
    font-size: 14px;
    font-size: 0.875rem;
}

.rate-star {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.pop-up-star {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 12px;
}

.pop-up-star::before {
    content: "";
    background: url("/assets/icons/star.svg");
    width: 24px;
    height: 24px;
    position: absolute;
}

.add-new-comment {
    height: 116px;
    width: 100%;
    background: #141414;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #7d7d7d;
    padding: 10px 16px;
    margin: 13px 0 16px 0;
    font-size: 16px;
    font-size: 1rem;
    color: #fefefe;
}

.add-new-comment::placeholder {
    color: #363636;
    font-weight: 700;
    font-size: 16px;
}

.submit-comment-pop-up {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: rgba(54, 54, 54, 0.5);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #575757;
    font-size: 16px;
    font-size: 1rem;
    border: none;
}

.fade-enter-active {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fade-leave-active {
    transition: all 0.4s ease-in-out;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/* ---------------------------- notification -------------------------*/

.it-notification {
    position: fixed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 40px 8px 25px;
    max-width: 351px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    z-index: 2002;
    width: calc(100% - 32px);
}

.it-notification::before {
    position: absolute;
    top: 7px;
    right: 11px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #FEFEFE;
    z-index: 2002!important;
}


.it-notification.error-notification {
    background: #EC3F6E;
}

.it-notification.error-notification::before {
    content: '\e91a';
}

.it-notification.success-notification {
    background: #299C5F;
}

.it-notification.success-notification::before {
    content: '\e93d';
}

.it-notification.info-notification {
    background: #1673ff;
}

.it-notification.info-notification::before {
    content: '\e93d';
}


.it-notification-text {
    font-size: 12px;
    font-size: .75rem;
    color: #FEFEFE;
    line-height: 18px;
}


/* ------------------------- maintenance ----------------------------------*/

.maintenance {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ------------------------------ 404 not found ----------------------------*/

.not-found {
    margin-top: 68px;
    background: #FEFEFE;
    height: calc(100vh - 68px);
    position: relative;
}

.not-found-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.not-found-content img {
    object-fit: contain;
    width: 342px;
}


.not-found-content h4 {
    color: #141414;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
}


/*--------------------------- img --------------------------*/

img {
    position: relative;
    width: 100%;
    height: 100%;
}

img, img[alt] {
    line-height: 22px;
}


img[alt]:after {
    display: block;
    content: attr(alt);
    color: transparent;
    background: #363636 url("/assets/icons/place_holder.svg") no-repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 2rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/* -------------------------------- control show element -------------------------------*/

.it-before-mount {
    display: none;
}

/* ------------------------------*/

.grecaptcha-badge {
    visibility: hidden;
}

.header-back:before {
    content: '\e903';
    font-size: 36px;
    color: #f1f1f1;
}

/* --------------------------------- key frames --------------------------------------------*/

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        /*left: -100%;*/
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /*left: 0;*/
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        /*left: -100%;*/
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /*left: 0;*/
    }
}


@-webkit-keyframes fadeOutRightCustom {
    from {
        opacity: 1;
        display: block;
    }

    to {
        opacity: 0;
        display: none;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}


@keyframes fadeOutRightCustom {
    from {
        opacity: 1;
        display: block;
    }

    to {
        opacity: 0;
        display: none;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

/*------------------------ @media -------------------------*/

@media (max-width: 330px) {
    .it-mobile-menu-location-img {
        margin-left: 15px;
    }

    .it-location-selector-city-item {
        margin-left: 14px;
    }

    .it-home-main-movies-item-image-container {
        width: 110px;
        height: 162px;
        overflow: hidden;
        position: absolute;
        top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

@media (max-width: 823px) {

    ::-webkit-scrollbar {
        width: 0;
        display: none;
    }

    .it-home-main-movies-item {
        margin-bottom: 52px;
    }


}

@media (min-width: 800px) {
    .back-btn {
        display: none !important;
    }

    .header-back {
        display: none !important;
    }

    .header-back {
        display: none !important;
    }

}

.main-color {
    color: #FBCD35 !important;
}

.main-font-color {
    color: #fefefe !important;
}

@media only screen and (max-width: 480px) {


    .it-desktop-auth-header {
        display: block;
    }

    .it-desktop-auth-header-text {
        display: none;
    }


}

@media only screen and (max-width: 1199px) {

    .it-desktop-auth-header {
        display: block;
    }

    .it-desktop-auth-header-text {
        display: none;
    }


}

/*.it-mobile-auth{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 200;
    top: 0;
    bottom: 0;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}*/
.overflow-hidden {
    overflow: hidden;
}

.it-mobile-auth-container {
    position: relative;
    z-index: 201;
    background: #242424;
    min-width: 320px;
    max-width: 320px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 35%);
    padding-bottom: 24px;
    height: fit-content;
    max-height: 700px;

}

.it-mobile-auth-container-login {
    position: relative;
    background: #242424;
    min-width: 320px;
    max-width: 320px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 35%);
    padding-bottom: 24px;
    height: fit-content;
    max-height: 700px;

}

.it-desktop-auth-header {
    display: block;
}

.it-desktop-auth-header-text {
    display: none;
}

.it-mobile-auth-overly {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 200;
    top: 0;
    bottom: 0;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.it-overly {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 213;
    top: 0;
    bottom: 0;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.it-overly-transparent {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 217;
    top: 0;
    bottom: 0;
    justify-content: center;

}

.it-overly-show {
    display: block !important;
}

@media only screen and (min-width: 1200px) {
    .it-desktop-auth-header {
        display: block;
    }

    .it-desktop-auth-header-text {
        display: block;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1199px) {
    .it-desktop-auth-header {
        justify-content: left !important;
    }
}

@media only screen and (max-width: 330px) {
    .it-mobile-menu-call-number {
        font-size: 14px;
    }

    .it-mobile-menu-call-number-content {
        font-size: 14px;
    }

    .it-mobile-menu-call-number::before {
        font-size: 14px;
    }

    .it-mobile-menu-call-number-city {
        font-size: 14px;
    }
}

/*


!* Extra small devices (phones, 600px and down) *!


!* Small devices (portrait tablets and large phones, 600px and up) *!


!* Medium devices (landscape tablets, 768px and up) *!
@media only screen and (min-width: 768px) {...}

!* Large devices (laptops/desktops, 992px and up) *!
@media only screen and (min-width: 992px) {...}

!* Extra large devices (large laptops and desktops, 1200px and up) *!
*/
.it-mobile-auth-container-body {
    padding: 0 24px;
}

.slide-fade-enter-active {
    transition: all .3s ease;
}

.slide-fade-leave-active {
    transition: all .3s ease;
}

.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */
{
    transform: scale(1.2);
    opacity: 0;
}

.it-mobile-auth-menu {
    background: #242424;
    padding-top: 16px;
    width: 75%;
    max-width: 350px;
    position: fixed;
    opacity: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 215;

    /*animation: fadeOutRightCustom .3s ease-in-out forwards;*/
}

.it-mobile-auth-menu.is-fixed {
    position: fixed;
}

.it-mobile-auth-menu.is-active {
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    /*animation: fadeInRight  .3s ease-in-out forwards;*/
}

.menu-container {
    padding: 0 16px !important;
}

.bank-img {
    width: 100px;
}

.bank-img-sep {
    width: 85px;
}

.bank-item {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #363636;
    border-radius: 5px;
    min-height: 55px;
    max-height: 55px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 500ms;

}

.bank-item.is-active {
    border-radius: 5px;
    border: 1px solid #fbcd35;

}

.bank-section {
    margin: 12px 0;
}

.lazy-load {
    overflow: hidden;
}

.lazy-load::after {
    animation: lazy 2s infinite;
}

@keyframes lazy {
    0% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1);

    }
    40% {
        transform: scale(1.1);

    }
    60% {
        transform: scale(1);

    }
    80% {
        transform: scale(1.1);

    }
    100% {
        transform: scale(1.1);
    }
}

.loading-component {
    /* color:white;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: #141414;
     position: fixed;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     z-index: 199;*/
    display: none;
}

/*.loading-component.main{
    z-index: 250;
}*/
.loading-component.main.hide {
    display: none;
}

.yellow-text-color {
    color: #fbcd35;
}

.w-100 {
    width: 100%;
}

.it-desktop-controller {
    margin-top: 30px;

}

.detail-show p {
    text-align: justify;
}

.video-trailer {
    width: 100%;
    max-height: calc((100vw - 100px) / 2);
}

.h_iframe-aparat_embed_frame {
    width: 100%;
}

.video-trailer-iframe {
    width: 100%;
    height: 300px
}

.it-radio-label-row.is-active {
    background: #fefefe;
    border-color: #fefefe;
}

.radio-text-first.is-active {
    color: #141414;
}

.profile-new-class {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.sticky {
    top: 0;
    display: inline-block;
    position: relative;
}

.loading-block-container.close {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
    max-height: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    opacity: 0;
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1152px) {
    .sticky-profile {
        display: block !important;
    }

    .it-desktop-profile-quick-menu {
        width: 100%;
        background: #242424;
        padding: 34px 10px 34px 0;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    }

    .it-mobile-profile-menu-items {
        padding-right: 10px !important;
    }
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.it-col-box.it-radio-label {
    color: #d3d3d3 !important;
}

.it-col-box.it-radio-label.is-active {
    opacity: 1;
    background: white;
    color: black !important;
}

.it-col-box.it-radio-label.is-active::before {
    background: #fbcd35;
    align-items: center;
    justify-content: center;

}

.it-arrow.right.link.is-active.diactive::before {
    color: #3c3b3b !important;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes heart {
    0% {
        transform: rotate(0);
    }
    30% {
        transform: rotate(1800deg);
    }
    50% {
        transform: rotate(1800deg);
    }
    75% {
        transform: rotate(3600deg);
    }
    100% {
        transform: rotate(3600deg);
    }
}

@keyframes text-transform {
    0% {
        transform: translateX(0px);

    }
    10% {
        transform: translateX(0px);
    }
    20% {
        transform: translateX(0px);
    }
    30% {
        transform: translateX(-10px);
    }
    40% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(-15px);
    }
    70% {
        transform: translateX(-15px);
    }
    80% {
        transform: translateX(-15px);
    }
    90% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(-20px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    30% {
        transform: rotate(720deg);
    }
    50% {
        transform: rotate(720deg);
    }
    80% {
        transform: rotate(1440deg);
    }
    100% {
        transform: rotate(1440deg);
    }
}


.loading-page {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #131313;
    font-size: 30px;

}

.loading-page .loading-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loading-page .loading-section img {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    /* filter: grayscale(100%);*/
    animation: heart 9s infinite;
}


.loading-page .loading-box {
    text-align: center;
    font-size: 16px;
    color: white;
}

.loading-page .text-loading-dot {
    background: #131313;
    position: absolute;
    top: 10px;
    left: -10px;
    width: 30px;
    height: 10px;
    display: block;
    animation: text-transform 1500ms infinite;
}

.trunc {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

}

.label-special {
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
}

.sold-out-schedule {
    background: #999999 !important;
}

#order-discount-input::placeholder {
    text-align: right !important;
    padding-right: 10px;
}

.white-text-color {
    color: #fefefe;
}

.b-0 {
    bottom: 0;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.ath-container {
    position: fixed;
    display: none;
    flex-direction: column;
    z-index: 1000;
    width: 100%;
    background-color: #eee;
    color: #000;
    padding: 1%;
    text-align: center;
}

.ath-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.ath-banner-title {
    width: calc(100% - 240px);
    text-align: center;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ath-banner-cell-2x,
.ath-banner-cell {
    width: 70px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ath-banner-cell-2x {
    width: 120px;
}

.log-target {
    overflow-wrap: break-word;
}


.banner-top-left {
    top: 0;
    left: 0;
}

.banner-top-right {
    top: 0;
    right: 0;
}

.banner-bottom-left {
    left: 0;
    bottom: 0;
}

.banner-bottom-right {
    right: 0;
    bottom: 0;
}

.banner-center {
    left: 25%;
    top: 25%;
}

.banner-center-left {
    top: 25%;
    left: 0;
}

.banner-center-right {
    top: 25%;
    right: 0;
}

.banner-top-center {
    width: 50%;
    left: 25%;
    top: 12px;
}

.banner-bottom-center {
    bottom: 12px;
}

.ath-guidance img {
    position: absolute;
    bottom: 0;
}


@media (min-width: 576px) {

    .banner-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .ath-banner-cell {
        width: 90px;
        margin: 3px;
    }

}

@media (min-width: 768px) {

    .ath-banner-title {
        width: calc(100% - 360px);
    }

    .ath-banner-cell-2x,
    .ath-banner-cell {
        width: 120px;
    }

    .ath-banner-cell-2x {
        width: 160px;
    }

}

@media (min-width: 992px) {

    .banner-lg {
        width: 50%;
    }

    .banner-lg-top-center {
        left: 25%;
        top: 12px;
    }

    .banner-lg-bottom-center {
        left: 25%;
        bottom: 12px;
    }

    .banner-bottom-center {
        width: 60%;
        left: 20%;
    }

    .ath-container img {
        left: 15%;
    }

}
.message-navbar p{
    font-size: 15px;
}

@media only screen and (max-width: 1024px)  {
    .it-mobile-quick-access{
        bottom: 30px;
        left: 16px;
        right: 16px;
        position: fixed;

    }
    .message-navbar p{
        font-size: 13px;
    }
}
@media only screen and (min-width: 1025px) and (max-device-width: 1152px)   {
    .it-mobile-quick-access{
        position: absolute;
        width: calc(100% - 16px);
        transform: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 272px;

    }

    .it-mobile-quick-access-content {
        display: flex;
        color: #FEFEFE;
        align-items: center;
        padding: 9px 28px 9px;


    }

    .it-mobile-quick-access-content.is-active {

        background: #242424;
        -webkit-border-radius: 0 15px 15px 0px;
        -moz-border-radius: 0 15px 15px 0px;
        border-radius: 0 15px 15px 0px;
        width: 100%;

    }

    .it-mobile-quick-access-content.disabled {
        color: #575757;
    }


    .it-mobile-quick-access-content::before {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
        font-size: 24px;
        font-size: 1.5rem;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;


    }

    .it-mobile-quick-access-content.is-active::before {

        color: #feca01;
    }

    .it-mobile-quick-access.is-active .it-mobile-quick-access-ticket.is-active {
        background: #242424;
    }

    .it-mobile-quick-access-content p {

        margin-top: 0;
        font-size: 16px;
        color: #FEFEFE;
        margin-right: 8px;
        white-space: nowrap;
    }

    .it-mobile-quick-access-content.is-active p {
        color: #feca01;
    }


    .it-mobile-quick-access-content.is-right {
        margin: 0 0px 22px 0;


    }
    .it-mobile-quick-access-content.is-center{
        margin: 0 0px 22px 0;


    }

    .it-mobile-quick-access-content.is-left {
        margin: 0 0px 0 0;
    }

    .it-mobile-quick-access-ticket {
        display: flex;
        align-items: center;
        position: static;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        bottom: unset;
        left: unset;
        background: none;
        box-shadow: none;
        color: #FEFEFE;
        width: auto;
        height: auto;
        margin-bottom: 22px;
        margin-right: 35px;
        padding: 9px 28px 9px;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        transition: unset;
        width: calc(100% - 35px);
    }

    .it-mobile-quick-access-content.schedule-tables-button::before{
        width: 38px;
        height: 38px;
        background: url("/assets/icons/tabbar_show_table.svg") no-repeat center;
        background-size: 75%;
    }

    .it-mobile-quick-access-content.schedule-tables-button.is-active::before{
        background-size: 75%;
    }

    .it-mobile-quick-access-ticket.is-active {
        background: #242424;
        -webkit-border-radius: 0 15px 15px 0px;
        -moz-border-radius: 0 15px 15px 0px;
        border-radius: 0 15px 15px 0px;

        color: #feca01;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .it-mobile-quick-access-ticket p {
        margin-top: 0;
        font-size: 16px;
        color: #FEFEFE;
        margin-right: 16px;
    }

    .it-mobile-quick-access-ticket.is-active p {
        color: #feca01;
    }

    .it-mobile-quick-access.is-active .it-mobile-quick-access-ticket.is-active::before {
        color: #141414;
    }


    .it-mobile-quick-access-ticket::before {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #feca01;
        position: static;
        font-size: 20px;
        /*font-size: 1.5rem;*/

        color: #141414;
        justify-self: flex-start;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }

    .it-mobile-quick-access-ticket.disabled::before {

        background: #303030;
        color: #575757;
    }

    .it-mobile-quick-access-ticket.disabled p {
        color: #575757;
    }

    .it-mobile-quick-access.news-quick-access{
        height: 198px;
        width: 230px;
        flex-shrink: 0;
    }
}


.edge-wrapper,
.firefox-wrapper,
.samsung-wrapper,
.opera-home-screen-wrapper {
    opacity: 0;
}

.firefox-wrapper,
.samsung-wrapper,
.opera-home-screen-wrapper {
    bottom: 21px;
}

.opera-home-screen-wrapper {
    width: 100%;
    max-width: 483px;
    right: 6px;
    left: auto;
}

.ipad-wrapper img {
    position: absolute;
    top: 0;
}

.animated.delay-7s {
    animation-delay: 7s;
}

.overlay-1 {
    z-index: 2020;
}

.overlay-2 {
    z-index: 2040;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
}

.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 0.1em 0 #fff;
    font-size: 1.1em;
}


.it-require-selector-box {
    visibility: hidden;
    display: flex;
    min-height: 5vh;
    max-height: 70vh;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -110%;
    background: #242424;
    z-index: 219;
    flex-direction: column;
    padding: 52px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 2px 0px 12px 9px #141414c9;
}

.it-require-selector-box.is-active {
    visibility: visible;
    bottom: 0;
}

.it-require-selector-box.comment.is-active {
    height: 270px !important;
}

.profile-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-concert {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.it-concert-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 24px;

}

.concert-section-header-right {
    display: flex;
    flex-direction: column;
    gap: 12px;

    order: 0;

}

.concert-section-header-right--title {
    font-size: 24px;
    font-weight: bolder;
    color: white;

}

.concert-section-header-right--subtitle {
    margin-top: 20px;
    font-size: 17px;
    color: white;
}

.concert-section-header-right--description {
    color: #ffffff !important;
    font-size: 14px;
}

.concert-section-header-right--description > * {
    color: #e0e0e0 !important;
    font-size: 14px;
}

.concert-section-header-left {
    min-width: 280px;
}

.concert-section-header-left--image {
    width: 280px;
    height: 390px;
    border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
    .it-concert-header {
        gap: 24px
    }
}

@media only screen and (max-width: 768px) {
    .concert-section-header-left--image {

        min-height: 380px;
        height: 380px;
        max-width: 290px;
        width: 290px;
        max-height: 380px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    .it-concert-header {
        display: flex;
        justify-content: space-between;
        flex-direction: column !important;
        gap: 24px
    }

    .concert-section-header-right {
        order: 1;
    }

    .concert-section-header-left {
        order: 0;
    }
}

.select-none {
    cursor: default !important;
    user-select: none !important;
}

.test-gateway {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 11px;
    justify-content: center;
}
.navBar-back{
    width: 100%;
    min-height: 48px;
    background: #F6D241;
    top: 0;
    z-index: 200;
    position: fixed;
    color: black!important;
}
.message-navbar p{
    color: black!important;
}

.navBar-section{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    background: #F6D241;
    gap :10px
}
.schedule-special > p {
    font-size: 14px;
    color: white!important;
}
.special-box{
    display: flex;
    border-radius: 8px;
    padding:4px 8px 4px 12px;
    background:  linear-gradient(251deg, #E35F00 0%, #FF8A00 100%);
    column-gap: 5px;
    align-items: start;
    justify-content: start;
}


.cinema-online-cover{

    background: linear-gradient(180deg, rgba(0, 2, 20, 0.60) 0%, #131313 100%);

}

.text-gray{
    color: #7D7D7D;
}



.it-ticket-show-btn{
    justify-content: center;
    align-items: center;
    transition: all 200ms;
    display: flex;
    width: 100%;
    background: #131313;
    border: 1px solid #131313;
    color: #FBCD35;
    /*box-shadow: 0 2px 5px rgba(218, 171, 15, 0.35);*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 6px 0;
}

.it-ticket-show-btn::before {
    content: "\e945";
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 6px;
    transition: all 200ms;
}
.it-ticket-show-btn span {
    font-size: 14px;
    font-size: 0.875rem;
    transition: all 200ms;
}


.it-ticket-show-btn{
    border: 1px solid #FBCD35;

}

.it-ticket-show-btn::before {

    color: #FBCD35;
}
.it-ticket-show-btn:hover {
    /*background: #101828;*/
    border: 1px solid #FDDA68;

}

.it-ticket-show-btn span {
    color: #FDDA68;
}

.it-ticket-show-btn:hover span {
    color: #FDDA68;
}
.it-ticket-show-btn:hover::before {
    color: #FDDA68;
}



/*disabled btn*/
.it-ticket-show-btn.disabled{
    border: 1px solid #7E671B;
}

.it-ticket-show-btn.disabled::before {
    color: #7E671B;
}
.it-ticket-show-btn.disabled:hover {
    /*background: #050D1E;*/
    border: 1px solid #7E671B;
}

.it-ticket-show-btn.disabled span {
    color: #7E671B;
}

.it-ticket-show-btn.disabled:hover span {
    color: #7E671B;
}
.it-ticket-show-btn.disabled:hover::before {
    color: #7E671B;
}


/*coming soon btn*/

.it-ticket-show-btn.disabled::before {
    color: #7E671B;
}
.it-ticket-show-btn.disabled:hover {
    /*background: #050D1E;*/
    border: 1px solid #7E671B;
}

.it-ticket-show-btn.disabled span {
    color: #7E671B;
}

.it-ticket-show-btn.disabled:hover span {
    color: #7E671B;
}
.it-ticket-show-btn.disabled:hover::before {
    color: #7E671B;
}
.h_iframe-aparat_embed_frame-irantic {
    position: relative;
}

.h_iframe-aparat_embed_frame-irantic .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame-irantic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.paginate_item{
    background: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition:all 250ms;

}
.paginate_items{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.paginate_item.active{
    background: #fbcd35;
    color: #363636;
}
.paginate_item:hover{
    background: #fbcd35;
    color: #363636;
}
.paginate_item.disabled{
    background: #282828;
    color: #757575;
    cursor: not-allowed;
}


/* انیمیشن fade برای بک‌گراند */
.fade-enter-active, .fade-leave-active {
    transition: opacity 0.3s ease;
}
.fade-enter-from, .fade-leave-to {
    opacity: 0;
}

/* انیمیشن slide برای مودال */
.slide-enter-active, .slide-leave-active {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-enter-from, .slide-leave-to {
    transform: translateY(20px);
    opacity: 0;
}


@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.seat-legend-highlight {
    animation: pulse .8s ease-in-out 5; /* 4 بار تکرار */
    display: inline-block; /* برای transform کار کند */
}





/* Hide scrollbar but keep functionality */
.tw-scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.tw-scrollbar-hide::-webkit-scrollbar {
    display: none;  /* Chrome, Safari and Opera */
}

/* Ensure the container has space for the border */
.tw-relative {
    position: relative;
}
