@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
:root {
  --primary-color: #db322b;
  --primary-color-rgb: 219,50,43;
  --primary-color-dark: #db322b;
  --primary-color-darker: #a3211c;
  --secondary-color: #59427D;
  --secondary-tert: #2F4858;
  --seat-available: #4caf50;
  --seat-booked: #ffc107;
  --seat-sold: #e11e26;
  --seat-unavailable: #999999;
  --seat-empty:#cdced5;
  --color-white: #fff;
  --color-gray-100: #f8f9fa;
  --color-gray-200: #e9ecef;
  --color-gray-300: #dee2e6;
  --color-gray-400: #ced4da;
  --color-gray-500: #adb5bd;
  --color-gray-600: #777777;
  --color-gray-700: #495057;
  --color-gray-800: #343a40;
  --color-gray-900: #212529;
  --color-black: #000;
  --tabs-item-bg:#fff;
  --font-color: #fff;
  --bg-color: #081548;
  --card-bg:#182356;
  --header-bg:#17181a;
  --menu-text-color:#fff;
  --input-field-bg:#43444c;
  --input-field-bg-hover:#292a31;
  --border-color:#28346c;
  --input-border-color:--input-field-bg;
  --table-head-bg:#28346c;
  --seat-booking-available: #323645;
  --seat-booking-selected: #4caf50;
  --seat-booking-booked: #ffc107;
  --seat-booking-sold: #e11e26;
  --seat-booking-unavailable: #ebebeb;
  --seat-booking-available-hover: #b0b1bd;
  --seat-booking-empty:#323645;
  --footer-bg: #091138;
  --movie-item-bg:#081548;
}

/*-- Movie Color Index */
/*--========================= Font Sizes --*/
/*--========================= Form --*/
/*--========================= Badges --*/
body {
  background: var(--bg-color);
  color: var(--font-color);
}

a {
  text-decoration: none;
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  display: block;
}

p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

ul {
  list-style: none;
}

body {
  font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--font-color);
}

.d-none {
  display: none !important;
}

.padding-block {
  padding: 20px 0;
}
.padding-block:first-child {
  padding-top: 0;
}
.padding-block:last-child {
  padding-bottom: 0;
}

.padding-section {
  padding: 60px 0;
}

.padding-page {
  padding: 100px 0;
}

.sfFlex {
  display: flex;
  align-items: center;
}

.h-divider {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  padding: 0 80px;
}
.h-divider:before, .h-divider:after {
  background: #555555;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
}
.h-divider span {
  padding: 0 15px;
}

.list-items {
  display: table;
  list-style-type: none;
  margin: 0;
  width: 100%;
}
.list-items > li {
  display: table-row;
  font-size: 16px;
  line-height: 36px;
}
.list-items > li > label {
  color: var(--primary-color);
  display: table-cell;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.list-items > li > span {
  display: table-cell;
  font-weight: 300;
  margin: 0;
}

/* Close-btn */
.close-btn {
  background: #bd0303;
  color: #FFFFFF;
  cursor: pointer;
  margin: 8px 0px;
  padding: 8px 0px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #bd0303;
  height: 20px;
  display: inline-block;
  line-height: 0.4;
}

.close-btn:hover {
  background: none repeat scroll 0 0 #710404;
}

.warning {
  background: var(--seat-sold);
}

.error {
  background: #9a0000;
}

.sucess {
  background: #559f00;
}

/* Pop-up model */
.popup_container {
  background: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.popup_content {
  padding: 20px;
  background: white;
  border-radius: 0 0 15px 15px;
}

.popup_message {
  color: #070608;
  margin: 0 0 20px 0;
}

.popup_title {
  padding: 15px 20px;
  font-size: 18px;
  background: #161f24;
  margin: 0;
  border-radius: 15px 15px 0 0;
  text-transform: capitalize;
}

input#fileUploader {
  display: none;
}

/*--=============== Page GENERAL CONTENT --*/
.content-general a {
  color: royalblue;
  text-decoration: none;
}
.content-general p {
  color: #e9ecef;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.content-general h1,
.content-general h2,
.content-general h3,
.content-general h4,
.content-general h5,
.content-general h6 {
  color: #f8f9fa;
}
.content-general h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.content-general h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.content-general h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-general h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-general h5 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-general h6 {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.content-general ol {
  list-style: decimal-leading-zero;
  padding-left: 26px;
}
.content-general ol li {
  color: #e9ecef;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general ul {
  padding-left: 18px;
  list-style: disc;
}
.content-general ul li {
  color: #e9ecef;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general .item-desc {
  margin-bottom: 30px;
}

.sr_only {
  display: none;
  font-size: 0;
}

.sfAccordianStyleAHeader {
  cursor: pointer;
  margin: 0 0 10px;
  padding: 10px;
}
.sfAccordianStyleAHeader > h4 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}

.sfAccordianStyleAHeader .fa-chevron-up:before {
  content: "\f078";
}

.sfAccordianStyleAHeader.active .fa-chevron-up:before {
  content: "\f077";
}

@media screen and (max-width: 540px) {
  .hide-md {
    display: none !important;
  }
}
.alert-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.alert-a {
  background: #f1671f;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 5px;
  position: relative;
  max-width: 600px;
}

.alert-a-close {
  position: absolute;
  right: 10px;
  color: white;
  top: 10px;
  text-decoration: none;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-family: monospace;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: all 0.3s;
}

.alert-a-close:hover {
  background: rgba(255, 255, 255, 0.5);
}

.alert-a img {
  margin: 0 15px 0 0;
  width: 48px;
  padding: 8px;
  border-radius: 5px;
}

.alert-a h2 {
  line-height: 1;
  margin: 0 0 5px 0;
  color: white;
}

.alert-a .desc {
  flex: 1;
}

.alert-a p {
  line-height: 1.5;
  color: white;
}

.alert-btn {
  background: white;
  text-decoration: none;
  float: right;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea,
select {
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  height: 40px;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  border: none;
  border: 1px solid transparent;
  box-shadow: none;
}
input:not([type]):hover,
input[type=text]:not(.browser-default):hover,
input[type=password]:not(.browser-default):hover,
input[type=email]:not(.browser-default):hover,
input[type=url]:not(.browser-default):hover,
input[type=time]:not(.browser-default):hover,
input[type=date]:not(.browser-default):hover,
input[type=datetime]:not(.browser-default):hover,
input[type=datetime-local]:not(.browser-default):hover,
input[type=tel]:not(.browser-default):hover,
input[type=number]:not(.browser-default):hover,
input[type=search]:not(.browser-default):hover,
textarea.materialize-textarea:hover,
select:hover {
  background: #fff;
}
input:not([type]):focus,
input[type=text]:not(.browser-default):focus,
input[type=password]:not(.browser-default):focus,
input[type=email]:not(.browser-default):focus,
input[type=url]:not(.browser-default):focus,
input[type=time]:not(.browser-default):focus,
input[type=date]:not(.browser-default):focus,
input[type=datetime]:not(.browser-default):focus,
input[type=datetime-local]:not(.browser-default):focus,
input[type=tel]:not(.browser-default):focus,
input[type=number]:not(.browser-default):focus,
input[type=search]:not(.browser-default):focus,
textarea.materialize-textarea:focus,
select:focus {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}

textarea {
  background: #fff;
  box-sizing: border-box;
  color: var(--font-color);
  font-size: 15px;
  margin: 0;
  padding: 10px 20px !important;
  width: 100%;
  border-radius: 5px;
}
textarea:hover {
  background: #fff;
}
textarea:focus {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}

.sfRequired,
.Required {
  color: #ff5e5e;
  font-size: 12px;
  letter-spacing: 1px;
}

.sfFormGroup {
  margin-bottom: 20px;
}

.form-inline {
  align-items: center;
  display: grid;
}
.form-inline label {
  color: var(--color-gray-600);
  margin: 0;
}

@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  input:not([type]),
  input[type=text]:not(.browser-default),
  input[type=password]:not(.browser-default),
  input[type=email]:not(.browser-default),
  input[type=url]:not(.browser-default),
  input[type=time]:not(.browser-default),
  input[type=date]:not(.browser-default),
  input[type=datetime]:not(.browser-default),
  input[type=datetime-local]:not(.browser-default),
  input[type=tel]:not(.browser-default),
  input[type=number]:not(.browser-default),
  input[type=search]:not(.browser-default),
  textarea.materialize-textarea {
    padding: 8px 15px !important;
  }
}
:root {
  --primary-color: #db322b;
  --primary-color-rgb: 219,50,43;
  --primary-color-dark: #db322b;
  --primary-color-darker: #a3211c;
  --secondary-color: #59427D;
  --secondary-tert: #2F4858;
  --seat-available: #4caf50;
  --seat-booked: #ffc107;
  --seat-sold: #e11e26;
  --seat-unavailable: #999999;
  --seat-empty:#cdced5;
  --color-white: #fff;
  --color-gray-100: #f8f9fa;
  --color-gray-200: #e9ecef;
  --color-gray-300: #dee2e6;
  --color-gray-400: #ced4da;
  --color-gray-500: #adb5bd;
  --color-gray-600: #777777;
  --color-gray-700: #495057;
  --color-gray-800: #343a40;
  --color-gray-900: #212529;
  --color-black: #000;
  --tabs-item-bg:#fff;
  --font-color: #fff;
  --bg-color: #081548;
  --card-bg:#182356;
  --header-bg:#17181a;
  --menu-text-color:#fff;
  --input-field-bg:#43444c;
  --input-field-bg-hover:#292a31;
  --border-color:#28346c;
  --input-border-color:--input-field-bg;
  --table-head-bg:#28346c;
  --seat-booking-available: #323645;
  --seat-booking-selected: #4caf50;
  --seat-booking-booked: #ffc107;
  --seat-booking-sold: #e11e26;
  --seat-booking-unavailable: #ebebeb;
  --seat-booking-available-hover: #b0b1bd;
  --seat-booking-empty:#323645;
  --footer-bg: #091138;
  --movie-item-bg:#081548;
}

/*-- Movie Color Index */
/*--========================= Font Sizes --*/
/*--========================= Form --*/
/*--========================= Badges --*/
/*--============================= GLOBAL CLASSES --*/
.circle {
  border-radius: 50%;
}

.img-full {
  height: auto;
  width: 100%;
}

/*--=========== Clearfix --*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/*--=========== Flex --*/
.svj-flex {
  align-items: center;
  display: flex;
}

.svj-flex-just, .svj-pagination li {
  align-items: center;
  display: flex;
  justify-content: center;
}

.svj-flex-top {
  align-items: flex-start;
  display: flex;
}

/*--========== Floats --*/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*--========== Text Alignments --*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*--========== Positions --*/
.p-abs {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-rel {
  position: relative;
}

/*--======================================= COMPONENTS --*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}
.switch input {
  display: none;
}
.switch .slider {
  background-color: #ccc;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

/*--============================= Accordion --*/
.svj-accordion .accordion-title {
  background: #f1f1f1;
  padding: 16px 15px;
}
.svj-accordion .accordion-content {
  background: #f9f9f9;
  display: none;
  padding: 20px 15px;
}

/*--============================= Forms --*/
.svj-form {
  width: 100%;
}
.svj-form label, .svj-form .input-inline-title {
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.svj-form .error-form {
  color: #bd2130;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-top: 6px;
}
.svj-form .input-grp {
  margin-bottom: 30px;
}
.svj-form .input-inline {
  display: inline-block;
  margin-right: 12px;
}
.svj-form .input-inline input {
  margin: 0 4px 0 0;
  vertical-align: text-top;
}
.svj-form .input-inline label {
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
.svj-form input[type=email], .svj-form input[type=date], .svj-form input[type=number], .svj-form input[type=password], .svj-form input[type=text], .svj-form input[type=tel], .svj-form input[type=url], .svj-form select {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #e9ecef;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form select::-ms-expand {
  background: transparent;
  border: 0;
}
.svj-form textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 140px;
  padding: 6px 12px;
  width: 100%;
}
.svj-form input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  left: 0 !important;
  position: relative;
}
.svj-form input[type=checkbox] + label {
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-left: 0;
  padding: 0 0 0 6px;
  position: relative;
  transition: all 0.5s ease;
  vertical-align: top;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.svj-form input[type=checkbox]:checked + label:before {
  content: "\f046";
  font-family: "fontAwesome";
  position: absolute;
  font-weight: 300;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #5b53ef;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*--============================= Information List --*/
.info-list {
  border-collapse: collapse;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.info-list li {
  display: table-row;
}
.info-list li .cell, .info-list li div {
  display: table-cell;
}
.info-list li .cell:first-child, .info-list li div:first-child {
  color: #f8f9fa;
}
.info-list li .cell:last-child, .info-list li div:last-child {
  color: #ced4da;
}

@media screen and (max-width: 768px) {
  .info-list {
    display: block;
  }
  .info-list li {
    display: block;
  }
  .info-list li .cell {
    display: block;
  }
}
/*--============================= List Table --*/
.table-list .table-header {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
}
.table-list .table-header .check-grp input[type=checkbox] {
  border: 1px solid #db322b;
}
.table-list .table-header .check-grp label {
  margin-bottom: 0;
}
.table-list .table-header .date-grp {
  align-items: center;
  display: flex;
  flex: 0 0 300px;
}
.table-list .table-header .date-grp label {
  color: #ced4da;
  flex: 0 0 74px;
  font-size: 12px;
  margin: 0 12px 0 0;
}
.table-list .table-header .date-grp .input-grp {
  align-items: center;
  background: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 28px;
  display: flex;
}
.table-list .table-header .date-grp .input-grp input {
  background: transparent;
  border: 0;
  font-size: 12px;
  height: 30px;
}
.table-list .table-header .date-grp .input-grp input:after {
  content: "|";
}
.table-list .table-header .date-grp .input-grp input:last-child:after {
  content: "";
}
.table-list .table-header .search {
  flex: 0 0 175px;
  height: 30px;
}
.table-list .table-header .search input {
  font-size: 12px;
  height: 30px;
}
.table-list .table-body {
  display: table;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
.table-list .table-body li {
  display: table-row;
}
.table-list .table-body li .cell {
  display: table-cell;
  padding: 6px 15px;
}
.table-list .table-body li .cell .index {
  display: none;
}
.table-list .table-body .table-title {
  background: #db322b;
}
.table-list .table-body .table-title .cell {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}
.table-list .table-body .table-title-sm {
  background: #db322b;
  display: none;
}
.table-list .table-body .table-title-sm .cell {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .table-list .table-header {
    display: block;
  }
  .table-list .table-header .check-grp input[type=checkbox] {
    border: 1px solid #db322b;
  }
  .table-list .table-header .check-grp label {
    margin-bottom: 0;
  }
  .table-list .table-header .date-grp {
    align-items: center;
    display: flex;
    flex: 0 0 300px;
  }
  .table-list .table-header .date-grp label {
    color: #ced4da;
    flex: 0 0 74px;
    font-size: 12px;
    margin: 0 12px 0 0;
  }
  .table-list .table-header .date-grp .input-grp {
    align-items: center;
    background: #efefef;
    border: 1px solid #dfdfdf;
    border-radius: 28px;
    display: flex;
  }
  .table-list .table-header .date-grp .input-grp input {
    background: transparent;
    border: 0;
    font-size: 12px;
    height: 30px;
  }
  .table-list .table-header .date-grp .input-grp input:after {
    content: "|";
  }
  .table-list .table-header .date-grp .input-grp input:last-child:after {
    content: "";
  }
  .table-list .table-header .search {
    flex: 0 0 175px;
    height: 30px;
  }
  .table-list .table-header .search input {
    font-size: 12px;
    height: 30px;
  }
  .table-list .table-body {
    display: block;
  }
  .table-list .table-body li {
    display: block;
  }
  .table-list .table-body li .cell {
    display: block;
  }
  .table-list .table-body li .cell .index {
    display: block;
  }
  .table-list .table-body .table-title {
    display: none;
  }
  .table-list .table-body .table-title-sm {
    display: block;
  }
  .table-list .table-body .table-title-sm .cell {
    padding: 0;
  }
}
/*--============================= Modal --*/
.svj-modal {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
}
.svj-modal .content {
  background: #ffffff;
  border-radius: 6px;
  min-width: 300px;
  position: fixed;
}
.svj-modal .content .modal-head {
  background: #db322b;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
  padding: 15px;
  position: relative;
}
.svj-modal .content .modal-head .btn-skel {
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
}
.svj-modal .content .modal-body {
  padding: 15px;
}
.svj-modal .content .modal-foot {
  background: #ced4da;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #ffffff;
  padding: 15px;
}
.svj-modal .content-center {
  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%);
}
.svj-modal .content-left {
  width: 50%;
  left: 0;
}
.svj-modal .content-right {
  right: 0;
  width: 50%;
}

/*--============================= Pagination --*/
.svj-pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.svj-pagination li {
  border: 1px solid #ccc;
  border-right: 0;
  display: flex;
  height: 32px;
  width: 32px;
}
.svj-pagination li:last-child {
  border-right: 1px solid #ccc;
}
.svj-pagination li a {
  color: #f8f9fa;
}
.svj-pagination .active {
  background: #db322b;
  border-color: #db322b;
  color: #ffffff;
}

/*--============================= Panel --*/
.svj-panel {
  border: 1px solid #eeeeee;
}
.svj-panel .panel-head {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 12px 15px;
}
.svj-panel .panel-body {
  background: #ffffff;
  padding: 15px;
}
.svj-panel .panel-foot {
  background: #dddddd;
  padding: 10px 15px;
}

/*--============================= Position Box --*/
.content-box {
  position: relative;
}
.content-box .content {
  position: absolute;
}
.content-box .content-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.content-box .content-center {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.content-box .content-left {
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.content-box .content-right {
  right: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.content-box .content-top {
  left: 0;
  right: 0;
  top: 0;
}

/*--============================= Social --*/
.svj-social {
  align-items: center;
  display: flex;
}
.svj-social .item-round-o {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  background: transparent;
  border: 1px solid #db322b;
  border-radius: 50%;
  color: #db322b;
  list-style: none;
  margin-right: 8px;
}
.svj-social .item-round-o:hover {
  background: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

/*--============================= Search --*/
.svj-search {
  align-items: center;
  border: 1px solid #eeeeee;
  background: #dddddd;
  display: flex;
  height: 40px;
  width: 280px;
}
.svj-search input {
  border: 0;
  padding: 10px;
  width: 100%;
}
.svj-search input:focus {
  outline: none;
}
.svj-search button {
  background: none;
  border: 0;
  color: #e9ecef;
  flex: 0 0 40px;
}
.svj-search button:focus {
  outline: none;
}

.svj-subscription {
  align-items: center;
  display: grid;
  grid-template-columns: auto 40px;
  width: 212px;
}
.svj-subscription input {
  background: #ffffff;
  border: 0;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.svj-subscription input:focus {
  outline: none;
}
.svj-subscription button {
  background: #db322b;
  border: 0;
  color: #ffffff;
  height: 40px;
}

/*--============================= Tab --*/
.svj-tab-h {
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 32px;
  width: 100%;
}
.svj-tab-h .tabs {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
}
.svj-tab-h .tabs li {
  border-bottom: 2px solid transparent;
  color: #e9ecef;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  list-style-type: none;
  margin-right: 32px;
  padding: 16px 0;
  text-transform: none;
}
.svj-tab-h .tabs .active {
  background: none;
  border-bottom: 2px solid #db322b;
  color: #db322b;
}
.svj-tab-h .panel {
  display: none;
  margin-bottom: 30px;
}
.svj-tab-h .active {
  display: block;
}

.svj-tab-v {
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 32px;
  width: 100%;
}
.svj-tab-v .tabs {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
}
.svj-tab-v .tabs li {
  border-bottom: 2px solid transparent;
  color: #e9ecef;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  list-style-type: none;
  margin-right: 32px;
  padding: 16px 0;
  text-transform: none;
}
.svj-tab-v .tabs .active {
  background: none;
  border-bottom: 2px solid #db322b;
  color: #db322b;
}
.svj-tab-v .panel {
  display: none;
  margin-bottom: 30px;
}
.svj-tab-v .active {
  display: block;
}

/*--============================= Table --*/
.svj-table {
  width: 100%;
}

/*--============================= Ticket, Message, Chat --*/
.svj-chat-box .header {
  border-bottom: 1px solid #eeeeee;
  color: #f8f9fa;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
}
.svj-chat-box .content {
  height: 340px;
  overflow-y: scroll;
  margin: 30px;
}
.svj-chat-box .content .item {
  display: grid;
  grid-gap: 15px;
  margin-bottom: 12px;
}
.svj-chat-box .content .item:last-child {
  margin-bottom: 0;
}
.svj-chat-box .content .item .profile img {
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
  object-position: center;
  width: 60px;
}
.svj-chat-box .content .item .text {
  border-radius: 12px;
  padding: 12px;
}
.svj-chat-box .content .item .text h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.svj-chat-box .content .item .text h5 {
  color: #dddddd;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 8px;
}
.svj-chat-box .content .item .text p {
  margin: 0;
}
.svj-chat-box .content .item .text .time-stamp {
  color: #cccccc;
  font-size: 10px;
  font-weight: 300;
  margin-top: 12px;
}
.svj-chat-box .content .item-prime {
  grid-template-columns: auto 60px;
}
.svj-chat-box .content .item-prime .profile {
  order: 2;
}
.svj-chat-box .content .item-prime .text {
  background: #db322b;
  margin-left: 75px;
  order: 1;
}
.svj-chat-box .content .item-prime .text p {
  color: #ffffff;
}
.svj-chat-box .content .item-sec {
  grid-template-columns: 60px auto;
}
.svj-chat-box .content .item-sec .text {
  background: #eeeeee;
  margin-right: 75px;
}
.svj-chat-box .content .item-sec .text p {
  color: #f8f9fa;
}
.svj-chat-box .typebox {
  align-items: center;
  background: #f2f2f2;
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 180px;
  padding: 30px;
}
.svj-chat-box .typebox textarea {
  background: #d6e1e7;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  min-height: 44px;
  height: 44px;
  max-width: 100%;
  padding: 15px;
}
.svj-chat-box .typebox button {
  background: #db322b;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .svj-message-box .header {
    padding: 15px;
  }
  .svj-message-box .content {
    height: 340px;
    margin: 15px;
  }
  .svj-message-box .content .item .profile img {
    height: 30px;
    object-fit: cover;
    object-position: center;
    width: 30px;
  }
  .svj-message-box .content .item-prime {
    grid-template-columns: auto 30px;
  }
  .svj-message-box .content .item-prime .text {
    background: #db322b;
    margin-left: 45px;
    order: 1;
  }
  .svj-message-box .content .item-prime .text p {
    color: #ffffff;
  }
  .svj-message-box .content .item-sec {
    grid-template-columns: 30px auto;
  }
  .svj-message-box .content .item-sec .text {
    background: #eeeeee;
    margin-right: 45px;
  }
  .svj-message-box .content .item-sec .text p {
    color: #f8f9fa;
  }
  .svj-message-box .typebox {
    grid-template-columns: auto 44px;
    padding: 15px;
  }
  .svj-message-box .typebox textarea {
    background: #d6e1e7;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    min-height: 44px;
    height: 44px;
    max-width: 100%;
    padding: 15px;
  }
}
/*--============================= GLOBAL CLASSES --*/
.circle {
  border-radius: 50%;
}

.input-button {
  align-items: center;
  display: flex;
  width: 100%;
}
.input-button button {
  flex: 0 0 120px;
  height: 40px;
  padding: 12px;
}
.input-button input {
  flex: 0 1 auto;
  height: 40px;
  margin-right: 8px;
}

.img-full {
  height: auto;
  width: 100%;
}

.svj-dropdown {
  position: relative;
  width: 30px;
}
.svj-dropdown .btn-dropdown {
  color: #db322b;
  padding: 0 15px;
}
.svj-dropdown .dropdown-menu {
  background: #ffffff;
  border-radius: 6px;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 180px;
  -webkit-box-shadow: 0 0 60px 0 rgb(168, 168, 168);
  -moz-box-shadow: 0 0 60px 0 rgb(168, 168, 168);
  box-shadow: 0 0 60px 0 rgb(168, 168, 168);
}
.svj-dropdown .dropdown-menu li button {
  color: #ced4da;
  font-size: 16px;
  line-height: 32px;
}
.svj-dropdown .dropdown-menu li button i {
  margin-right: 12px;
  text-align: center;
  width: 20px;
}

@media screen and (max-width: 768px) {
  /*--============================= GLOBAL CLASSES --*/
  .input-button {
    display: block;
  }
  .input-button button {
    margin-top: 6px;
    width: 100%;
  }
}
/*--=========== Button Type --*/
.btn, .btnReserveTicket {
  border: 1px solid transparent;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s all;
  border-radius: 5px;
}
.btn:focus, .btnReserveTicket:focus {
  outline: none;
}
.btn:hover, .btnReserveTicket:hover {
  cursor: pointer;
  text-decoration: none;
}
.btn i, .btnReserveTicket i {
  margin-right: 8px;
  line-height: 1;
}

/*--=========== Button Color --*/
.btn-alt {
  background: #ffffff;
  color: #db322b;
  display: inline-block;
}
.btn-alt:hover {
  background: white;
  color: #db322b;
}

.btn-prime {
  background: var(--primary-color);
  color: #fff;
}
.btn-prime:hover {
  background: white;
}

.btn-sec {
  background: #e9ecef;
  color: #ffffff;
}
.btn-sec:hover {
  background: white;
  color: #ffffff;
}

.btn-tert {
  background: #5e5e5e;
  color: #ffffff;
}
.btn-tert:hover {
  background: #373737;
}

.btn-theme {
  background: #db322b;
  border: none;
  color: #ced4da;
  display: inline-block;
}
.btn-theme:hover {
  background: #b4251f;
}

.btn-primary {
  background-color: var(--primary-color);
  color: #f8f9fa;
  border: 1px solid #db322b;
}
.btn-primary:hover {
  background-color: #9f201b;
  color: #f8f9fa;
}

.btn-danger {
  background-color: #dc3545;
  color: #ffffff;
}
.btn-danger:hover {
  background: #bd2130;
  color: #ffffff;
}

.btn-success, .btnReserveTicket {
  background-color: #44b35e;
  border: 1px solid #44b35e;
  color: #ffffff;
}
.btn-success:hover, .btnReserveTicket:hover {
  background: #368e4b;
  color: #ffffff;
}

.btn-info, .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
  background-color: #17a2b8;
  color: #ffffff;
}
.btn-info:hover, .btn.sfBtnAddFood:hover, .sfBtnAddFood.btnReserveTicket:hover {
  background: #117a8b;
  color: #ffffff;
}

.btn-warning {
  background-color: #fd7e14;
  color: #ffffff;
}
.btn-warning:hover {
  background: #dc6502;
  color: #ffffff;
}

/*--=========== Button with Icon --*/
.btn-icon-info {
  background: #db322b;
  color: #ffffff;
  display: inline-block;
}
.btn-icon-info i {
  margin-right: 6px;
}
.btn-icon-info:hover {
  background: transparent;
  color: #ffffff;
}

/*--=========== Button Shape --*/
.btn-block, .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
  display: block;
  width: 100%;
}

.btn-circle {
  border-radius: 50%;
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.btn-core {
  background: none;
  border: none;
  color: #db322b;
  padding: 0;
}

.btn-rnd {
  border-radius: 50px;
}

.btn-sqr {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}

/*--=========== Button Feature --*/
.btn-o {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
}
.btn-o:hover {
  background-color: #9f201b;
  color: #f8f9fa;
}

.btn-o.btn-alt {
  color: #ffffff;
}
.btn-o.btn-alt:hover {
  background: #ffffff;
  color: #db322b;
}

.btn-o.btn-prime {
  color: #f8f9fa;
}
.btn-o.btn-prime:hover {
  background: #f8f9fa;
  color: #ffffff;
}

.btn-o.btn-sec {
  color: #e9ecef;
}
.btn-o.btn-sec:hover {
  background: #e9ecef;
  color: #ffffff;
}

.btn-o.btn-tert {
  color: #ced4da;
}
.btn-o.btn-tert:hover {
  background: #ced4da;
  color: #ffffff;
}

.btn-o.btn-theme {
  color: #db322b;
}
.btn-o.btn-theme:hover {
  background: #db322b;
  color: #ffffff;
}

.btn-o.btn-danger {
  color: #dc3545;
}
.btn-o.btn-danger:hover {
  background: #dc3545;
  color: #ffffff;
}

.btn-o.btn-success, .btn-o.btnReserveTicket {
  color: #44b35e;
}
.btn-o.btn-success:hover, .btn-o.btnReserveTicket:hover {
  background: #44b35e;
  color: #ffffff;
}

.btn-o.btn-theme {
  color: #17a2b8;
}
.btn-o.btn-theme:hover {
  background: #17a2b8;
}

.btn-o.btn-warning {
  color: #fd7e14;
}
.btn-o.btn-warning:hover {
  background: #fd7e14;
  color: #ffffff;
}

/*--=========== Button Sizes --*/
.btn-sm {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}

.btn-lg {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
}

.btn-xl {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
}

.btn-ticket {
  background: #db322b;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
  margin-right: 20px;
  padding: 0 20px;
  text-transform: uppercase;
}
.btn-ticket:hover {
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
  background: #ca2922;
  color: #ffffff;
}

.btn-trailer {
  border: 20px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  left: 50%;
  text-transform: uppercase;
}
.btn-trailer i {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 22px;
}
.btn-trailer:hover {
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.btn-trailer:hover i {
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.55);
}

.sfBtn.smlbtn-primary,
.sfBtn.smlbtn-cancel {
  float: right;
}

.sfBtn.smlbtn-primary {
  background: #db322b;
}

.sfBtn.smlbtn-cancel {
  background: #aaaaaa;
  margin-right: 15px;
}

.sfBtn.smlbtn-primary i,
.sfBtn.smlbtn-cancel i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .btn-icon-text span {
    margin-left: 8px;
  }
  .btn-ticket {
    font-size: 16px;
    height: 52px;
    padding: 0 20px;
    right: 30px;
  }
  .btn-ticket i {
    font-size: 22px;
  }
  .btn-trailer {
    font-size: 16px;
  }
  .btn-trailer i {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .btn-icon-text span {
    margin-left: 4px;
  }
  .btn-ticket {
    font-size: 14px;
    height: 44px;
    right: 30px;
    padding: 0 18px;
  }
  .btn-ticket i {
    font-size: 18px;
  }
  .btn-trailer {
    font-size: 14px;
  }
  .btn-trailer i {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .btn-icon-text span {
    margin-left: 3px;
  }
  .btn-ticket {
    font-size: 14px;
    line-height: 36px;
    right: 15px;
    padding: 0 15px;
  }
  .btn-ticket i {
    font-size: 18px;
    margin-right: 4px;
  }
  .btn-trailer {
    font-size: 14px;
  }
  .btn-trailer i {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    font-size: 18px;
  }
}
.sf-menu li span.sfPageicon {
  margin: 0 5px 0 0;
  float: left;
}

.sfLogo img {
  height: 44px;
  width: auto;
}

#sfResponsiveNavBtn {
  display: none;
}

.menu-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.sfLogininfo ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.sfLogininfo ul li {
  display: block;
  margin-left: 20px;
}
.sfLogininfo ul li:first-child {
  border-right: 0 !important;
  margin-left: 0;
}
.sfLogininfo ul li a {
  color: var(--font-color);
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
}
.sfLogininfo ul li .text-welcome {
  align-items: center;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  white-space: nowrap;
  text-transform: capitalize;
}
.sfLogininfo ul li .text-welcome i {
  font-size: 26px;
  margin-right: 6px;
}
.sfLogininfo ul li.sfLogin a {
  border: 2px solid #db322b;
  border-radius: 20px;
  padding: 0 15px;
  background-color: transparent;
}
.sfLogininfo ul li.sfLogin a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.sfLogininfo ul li.sfLoggedOut a {
  background: #424242;
  border-radius: 30px;
  color: var(--color-gray-200);
  padding: 0 15px;
}
.sfLogininfo ul li.sfRegister {
  display: none;
}

.info-icon {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}
.info-icon li {
  display: flex;
  line-height: 24px;
  margin-bottom: 6px;
}
.info-icon li i {
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  width: 30px;
}

.links-inline {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.links-inline li {
  display: flex;
  margin-right: 10px;
}
.links-inline li a {
  color: #cccccc;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
}

.sf-menu {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.sf-menu > li {
  padding: 0;
  position: relative;
  /* 1st level Dropdown */
}
.sf-menu > li a {
  align-items: center;
  border-bottom: 0;
  color: var(--menu-text-color);
  display: flex;
  font-size: 14px;
  line-height: 18px;
  padding: 0 15px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 1px;
}
.sf-menu > li a:hover {
  text-decoration: none;
  opacity: 1;
}
.sf-menu > li a .sfPageicon {
  display: none;
  flex: 0 0 34px;
}
.sf-menu > li a .sfPageicon img {
  background: #777777;
  border-radius: 50%;
  height: auto;
  padding: 8px;
  width: 100%;
}
.sf-menu > li > ul {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  height: auto !important;
  left: 0;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  top: 40px;
  width: 200px;
  z-index: 1000;
}
.sf-menu > li > ul li a {
  color: #005fa3;
  display: block;
  padding: 3px 20px;
}
.sf-menu > li > ul li a:hover {
  background: #005fa3;
}
.sf-menu > li.sfActive a {
  border-bottom: 0;
}
.sf-menu > li.sfActive a:after {
  display: none;
  margin: 0;
}

.sfNavigation {
  position: inherit;
}

/*--======================== 2nd Level Dropdown */
.sf-menu li.sfParent li.sfParent ul {
  position: absolute;
  left: 195px;
  top: 0;
}

/*--======================== dropdown arrow **/
.sf-sub-indicator {
  border: 4px solid transparent;
  border-top-color: #999;
  content: " ";
  display: inline-block;
  height: 0;
  margin-left: 4px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}

.sf-menu li li.sfParent span.sf-sub-indicator {
  position: absolute;
  right: 5px;
  top: 9px;
  border-top-color: transparent;
  border-left-color: #999;
}

/*--======================== CSS MENU */
.sfCssmenu li {
  position: relative;
}
.sfCssmenu li.sfParent:hover ul {
  display: block !important;
  visibility: visible !important;
}
.sfCssmenu li.sfParent:hover ul li {
  float: none;
}

/*--======================== Side Menu  */
.sfSidemenu > li {
  list-style: none;
}
.sfSidemenu > li a {
  background-color: #f7f7f7;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-top-width: 0;
  display: block;
}
.sfSidemenu > li a:hover {
  background-color: #fff;
  text-decoration: none;
}
.sfSidemenu > li a span.sfPageicon {
  float: left;
  margin: 0 5px 0 0;
}
.sfSidemenu > li:first-child a {
  border-top-width: 1px;
}
.sfSidemenu > li > ul {
  display: none;
}

/*--======================== Mega Menu*/
.megawrapper {
  padding: 5px;
}

/*--======================== Footer Menu */
.sfFootermenu li {
  float: left;
  list-style: none;
  margin-right: 15px;
}

ul.megamenu {
  display: none;
}

@media screen and (max-width: 960px) {
  #sfResponsiveNavBtn {
    border: none;
    cursor: pointer;
    display: block;
    margin: auto;
    padding: 15px 32px 15px 0;
    position: inherit;
  }
  #sfResponsiveNavBtn span, #sfResponsiveNavBtn span:before, #sfResponsiveNavBtn span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 24px;
    background: #aaa;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.2s;
  }
  #sfResponsiveNavBtn span:before {
    top: -10px;
  }
  #sfResponsiveNavBtn span:after {
    bottom: -10px;
  }
  #sfResponsiveNavBtn.active span {
    background-color: transparent;
  }
  #sfResponsiveNavBtn.active span:before, #sfResponsiveNavBtn.active span:after {
    top: 0;
  }
  #sfResponsiveNavBtn.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sfResponsiveNavBtn.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-bar {
    position: relative;
  }
  .sfLogo img {
    max-height: 40px;
    width: auto;
  }
  .sf-menu {
    align-items: flex-start;
    background: #21222B;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    height: calc(100vh - 50px);
    justify-content: flex-start;
    overflow: auto;
    padding: 15px 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 74px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .sf-menu > li {
    padding: 0 !important;
    width: 100%;
  }
  .sf-menu > li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 26px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 576px) {
  .menu-bar {
    position: relative;
  }
  .sfLogo img {
    max-height: 38px;
  }
  .sf-menu {
    height: calc(100vh - 94px);
    top: 70px;
  }
  .sf-menu > li a {
    font-size: 14px;
    line-height: 26px;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 960px) {
  .menu-bar .section-brand {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu-bar .section-menu {
    flex: 0 0 10%;
    max-width: 10%;
    order: 3;
  }
  .menu-bar .section-login-status {
    flex: 0 0 65%;
    max-width: 65%;
    order: 2;
  }
  .info-icon li {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .info-icon li i {
    line-height: 24px;
    margin-right: 8px;
    width: 28px;
  }
}
@media screen and (max-width: 576px) {
  .menu-bar .section-brand {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu-bar .section-login-status {
    flex: 0 0 60%;
    max-width: 60%;
    order: 2;
  }
  .sfLogininfo ul li {
    margin-left: 8px;
  }
  .sfLogininfo ul li a {
    font-size: 13px;
    line-height: 30px;
  }
  .sfLogininfo ul li .text-welcome {
    max-width: 90px;
  }
  .sfLogininfo ul li .text-welcome i {
    font-size: 24px;
  }
  .sfLogininfo ul li.sfLoggedOut a {
    padding: 0 10px;
  }
  .info-icon li {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .info-icon li i {
    line-height: 24px;
    margin-right: 6px;
    width: 26px;
  }
}
#sfHeaders {
  background: linear-gradient(var(--bg-color), transparent);
  padding: 16px 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
#sfHeaders .sf-container {
  transition: all 0.3s;
}
#sfHeaders.active {
  padding: 10px 0;
  position: fixed;
  background: rgba(6, 10, 48, 0.7);
  backdrop-filter: blur(10px);
}
#sfHeaders.active .sf-container {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #sfHeaders {
    padding: 4px 0;
  }
  #sfHeaders.active {
    padding: 4px 0;
  }
}
.section-footer .info-icon {
  color: #888888;
}
.section-footer .info-icon i {
  color: var(--primary-color);
}
.section-footer .info-icon .high-light {
  color: var(--primary-color);
  font-weight: bold;
}
.section-footer .brand-footer {
  display: block;
  margin-bottom: 22px;
}
.section-footer .brand-footer img {
  height: 38px;
  width: auto;
}
.section-footer .brand-footer span {
  color: #ced4da;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 0;
}
.section-footer .item h4 {
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-footer .item p {
  color: #e9ecef;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.section-footer .links-inline li a {
  color: #ced4da;
  font-size: 12px;
}
.section-footer .links-inline li a:hover {
  color: var(--primary-color);
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.section-footer .footer-links li img {
  background: #eee;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  height: 46px;
  margin-bottom: 8px;
  padding: 0 15px;
  width: auto;
}
.section-footer .footer-links li a {
  color: #ced4da;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.section-footer .footer-links li a:hover {
  color: var(--primary-color);
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.section-footer .footer-base {
  margin-top: 20px;
  padding-top: 20px;
}
.section-footer .footer-base h5 {
  color: #888888;
  font-size: 12px;
}
.section-footer .footer-base .links-inline {
  justify-content: flex-end;
}
.section-footer .footer-base .links-inline li {
  margin: 0;
}
.section-footer .footer-base .links-inline li:after {
  background: #404044;
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 8px;
  width: 1px;
}
.section-footer .footer-base .links-inline li:last-child:after {
  display: none;
}

@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .section-footer {
    background: #000000;
  }
  .section-footer .footer-links li img {
    height: 64px;
  }
  .section-footer .footer-links li a {
    line-height: 28px;
  }
  .section-footer .item .brand-footer {
    margin-bottom: 15px;
  }
  .section-footer .item .brand-footer img {
    height: 36px;
  }
  .section-footer .item h2 {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .section-footer .item h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-footer .item p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
}
@media screen and (max-width: 576px) {
  .section-footer .info-icon li {
    align-items: center;
  }
  .section-footer .info-icon li a {
    margin: 0 0 8px;
  }
  .section-footer .brand-footer {
    margin-bottom: 18px;
  }
  .section-footer .brand-footer img {
    height: 26px;
  }
  .section-footer .brand-footer span {
    font-size: 14px;
  }
  .section-footer .item {
    margin-bottom: 26px;
  }
  .section-footer .item h4 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .section-footer .item p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .section-footer .footer-links li {
    margin-right: 8px;
  }
  .section-footer .footer-links li img {
    display: inline-block;
    height: 44px;
  }
  .section-footer .footer-links li a {
    line-height: 28px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
  .section-footer .footer-base h5 {
    line-height: 20px;
  }
  .section-footer .footer-base .links-inline {
    justify-content: flex-start;
  }
}
.movies-showing,
ul.coming-soon-movies,
ul.next-change-movies {
  display: grid;
  margin: 0;
}

ul.seat-status {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

a.ticket-sold {
  background: var(--seat-sold);
}

a.ticket-available {
  background: var(--seat-available);
}

a.ticket-booked {
  background: var(--seat-booked);
}

.sfNowShowingWrapper {
  position: relative;
}

.sfNowShowingWrapper:before {
  position: absolute;
  content: "";
  top: 0;
  background: url("/Templates/OneCinemas/images/One Cinema PatternTop.svg") no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 500px;
  z-index: -1;
  opacity: 0.7;
}

.sfNowShowingWrapper ul li {
  width: auto;
}

.movie-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
}
.movie-item .no-show .movGrade {
  display: none;
}
.imageWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.imageWrapper a {
  height: inherit;
  overflow: hidden;
  width: 100%;
}
.imageWrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.movie-media {
  height: auto;
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.movie-media:hover .imageWrapper img {
  transform: scale(1.1);
}
.movie-media:hover .prebook-actions {
  left: 15px;
  opacity: 1;
}
.movie-media .imageWrapper img {
  height: 370px;
}
.movie-media .imageWrapper:hover:after {
  background: linear-gradient(180.04deg, rgba(0, 0, 0, 0) 0.04%, rgba(0, 0, 0, 0.11) 50%, var(--card-bg) 100%);
}
.movie-media .imageWrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  user-select: none;
  pointer-events: none;
}

.now-showing-info {
  background: var(--card-bg);
}

.movie-info {
  padding: 16px;
  display: block;
  color: var(--font-color);
  flex: 1;
  background: var(--card-bg);
  border-radius: 0 0 10px 10px;
}
.movie-info .movie-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.movie-info .movie-info-item,
.movie-info .movie-runtime {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
  opacity: 0.5;
}
.movie-info .movie-info-item .index,
.movie-info .movie-runtime .index {
  display: none;
}
.movie-info .movie-genre {
  font-size: 10px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 10px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.show-timing {
  grid-gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 10px 0 0;
  padding-top: 10px;
  display: grid;
}
.show-timing li a {
  border: 1px solid;
  border-radius: 4px;
  color: #777777;
  display: block;
  font-size: 13px;
  line-height: 32px;
  padding: 0;
  text-align: center;
}

a.no-available {
  border-color: var(--seat-unavailable) !important;
  color: var(--seat-unavailable) !important;
  cursor: not-allowed;
}
a.no-available:hover {
  color: white !important;
}

a.sold,
li.sold {
  border-color: var(--seat-sold) !important;
  color: var(--seat-sold) !important;
}
a.sold:hover,
li.sold:hover {
  background-color: var(--seat-sold) !important;
  color: white !important;
}

a.available,
li.available {
  border-color: var(--seat-available) !important;
  color: var(--seat-available) !important;
}
a.available:hover,
li.available:hover {
  background-color: var(--seat-available) !important;
  color: white !important;
}

a.fast-filling,
li.booked {
  border-color: var(--seat-booked) !important;
  color: var(--seat-booked) !important;
}
a.fast-filling:hover,
li.booked:hover {
  background-color: var(--seat-booked) !important;
  color: white !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .movie-item .movie-media img {
    min-height: 230px;
  }
  .movie-item .movie-media ul.preview li {
    margin: 0 3px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 6px;
  }
  .movie-item .movie-info .movie-runtime,
  .movie-item .movie-info .movie-date-release {
    font-size: 14px;
    line-height: 24px;
  }
  .show-timing {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin: 10px 0 0;
    padding-top: 12px;
  }
  .show-timing li a {
    font-size: 13px;
    line-height: 29px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .movie-item .movie-media img {
    min-height: 220px;
  }
  .movie-item .movie-media ul.preview li {
    margin: 0 3px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 18px;
    margin: 0 0 7px;
  }
  .movie-item .movie-info .movie-runtime,
  .movie-item .movie-info .movie-date-release {
    font-size: 14px;
    line-height: 24px;
  }
  .show-timing {
    grid-template-columns: repeat(2, 1fr);
  }
  .show-timing li a {
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .movie-item .movie-media img {
    min-height: 200px;
  }
  .movie-item .movie-media ul.preview li {
    margin: 0 3px;
  }
  .movie-item .movie-media ul.preview li a {
    padding: 6px;
    width: 130px;
  }
  .movie-item .movie-info {
    padding: 14px 12px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 15px;
    line-height: 22px;
  }
  .movie-item .movie-info .movie-runtime,
  .movie-item .movie-info .movie-date-release {
    font-size: 12px;
    line-height: 20px;
    margin: 4px 0 0;
  }
  .show-timing {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 10px;
  }
  .show-timing li a {
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .movGrade {
    font-size: 10px;
  }
  .movie-item .movie-media img {
    min-height: 180px;
  }
  .movie-item .movie-media ul.preview li {
    margin: 2px 0;
  }
  .movie-item .movie-media ul.preview li a {
    font-size: 15px;
    padding: 6px;
    width: 110px;
  }
  .movie-item .movie-info .movie-title {
    font-size: 14px;
    line-height: 20px;
  }
  .movie-item .movie-info .movie-runtime,
  .movie-item .movie-info .movie-date-release {
    font-size: 12px;
    line-height: 22px;
    margin: 2px 0 0;
  }
  .movie-item .movie-info .movie-date-release {
    top: -60px;
  }
  .show-timing {
    grid-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
    margin: 8px 0 0;
    padding-top: 8px;
    min-height: 72px;
  }
  .show-timing li a {
    font-size: 12px;
    line-height: 24px;
  }
}
.prebook-actions {
  position: absolute;
  margin: 0 -10px;
  z-index: 1;
  opacity: 0;
  left: -100%;
  bottom: 5px;
  transition: all 0.3s;
}
.prebook-actions a {
  margin: 0 10px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 15px;
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.prebook-actions a:hover {
  background: var(--primary-color);
  color: white;
}
.prebook-actions a i {
  font-size: 17px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  margin-right: 8px;
}

.movie-meta {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 0;
  display: flex;
  margin: 0 -3px;
}
.movie-meta span {
  font-size: 14px;
  font-weight: 600;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 3px;
}

.movGrade {
  background: #fff;
  border-radius: 50%;
  color: #13161F;
}

.is-3d {
  background: #13161F;
  border-radius: 50%;
  color: #fff;
}

.movie-date-release {
  background: var(--primary-color);
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  padding: 0 15px;
  position: absolute;
  left: -10px;
  top: 10px;
  border-radius: 5px 5px 5px 0;
  font-weight: 500;
}
.movie-date-release i {
  margin-right: 8px;
}
.movie-date-release .index {
  display: none;
}
.movie-date-release:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid var(--primary-color-darker);
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
}

.movie-list-theme-1 .movie-media {
  height: auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  flex: 1;
}
.movie-list-theme-1 .movie-media:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.movie-list-theme-1 .movie-media:hover:after {
  background: linear-gradient(180.04deg, #17181a 0.04%, rgba(0, 0, 0, 0) 50%, #9f201b 100%);
  transition: all 0.3s;
}
.movie-list-theme-1 .movie-media:hover .watch-trailer {
  display: block;
}
.movie-list-theme-1 .imageWrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie-list-theme-1 .movie-info {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 15px;
}
.movie-list-theme-1 .movie-info .movie-genre {
  border-radius: 4px;
  display: inline-block;
}
.movie-list-theme-1 .prebook-actions {
  position: absolute;
  left: calc(50% - 36px) !important;
  top: calc(50% - 72px);
  opacity: 1;
}
.movie-list-theme-1 .prebook-actions .watch-trailer {
  width: 72px;
  height: 72px;
  background: url(../images/ic_play.svg) no-repeat;
  z-index: 1;
  background-size: 100%;
  display: none;
  transform: scale(0.9);
  transition: all 0.3s;
}
.movie-list-theme-1 .prebook-actions .watch-trailer i {
  display: none;
}
.movie-list-theme-1 .prebook-actions .watch-trailer span {
  display: none;
}
.movie-list-theme-1 .prebook-actions .watch-trailer:hover {
  transform: scale(1);
}
.movie-list-theme-1 .prebook-actions .buy-ticket {
  display: none;
}
.movie-list-theme-1 .show-timing {
  display: grid;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  .prebook-actions {
    bottom: 20px;
    opacity: 1;
  }
}
.movie-item-single {
  position: relative;
}
.movie-item-single .detail-timing {
  margin-top: 10px;
}
.movie-item-single .show-label {
  margin: 0;
}
.movie-item-single .show-timing {
  margin: 0;
}

.owl-buttons > div {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 10;
}
.owl-buttons > div:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.owl-buttons .owl-prev {
  left: -12px;
  position: absolute;
  top: calc(50% - 40px);
}
.owl-buttons .owl-next {
  right: -12px;
  position: absolute;
  top: calc(50% - 40px);
}

.now-showing-list .owl-item .movie-item {
  display: flex;
}

@media screen and (max-width: 980px) {
  .movies-showing,
  ul.coming-soon-movies,
  ul.next-change-movies {
    margin: 0;
  }
  /*--========= Movie Tab --*/
  .movie-tab .movie-tab-menu {
    margin-bottom: 28px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 24px;
  }
}
/*--========================= LOGIN PAGE --*/
.pstrength-minchar {
  display: none;
}

.sfCaptcha {
  margin-top: 5px;
}
.sfCaptcha img {
  float: left;
}
.sfCaptcha input {
  width: 40px;
  float: left;
  padding: 11px 7px;
}

.pstrength-bar {
  border: none !important;
  height: 2px !important;
}

.para .hide {
  display: none;
}

.para .hide.active {
  display: block !important;
}

.login-btn,
.forgot-btn {
  border: none;
}

.login-btn.btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-tab {
  padding: 1.5rem 0;
}
.form-tab .tab .tab-ul {
  border-bottom: 1px solid #444;
  display: flex;
  list-style-type: none;
  margin-bottom: 30px;
}
.form-tab .tab .tab-ul .tab-item {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-right: 20px;
  padding: 5px 6px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s;
}
.form-tab .tab .tab-ul .tab-item:hover {
  opacity: 1;
}
.form-tab .tab .tab-ul .active {
  opacity: 1;
  border-bottom: 3px solid #db322b;
}

.login-form {
  background-color: var(--card-bg);
}
.login-form .form-img {
  background: #21222B;
  height: 100%;
  min-height: 540px;
  position: relative;
}
.login-form .form-img .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 13, 33, 0.4588235294);
}
.login-form .form-img img {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.login-form .form-img .content {
  left: 0;
  padding: 0 30px;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 1;
}
.login-form .form-img .content h4 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  margin: 0;
}
.login-form .form-img .content p {
  color: #eee;
  font-size: 18px;
  line-height: 24px;
  margin: 22px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .login-form {
    grid-template-columns: 40% 60%;
    padding: 34px;
  }
  .login-form .form-img {
    min-height: 490px;
    width: 100%;
  }
  .login-form .form-img .content {
    top: 50%;
  }
  .login-form .form-img .content h4 {
    font-size: 26px;
  }
  .social-login {
    bottom: 30px;
    left: 30px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 0 30px;
  }
  .form-tab .tab .tab-ul .tab-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .login-form .form-img {
    width: 100%;
    min-height: 200px;
    display: none;
  }
  .login-form .form-img .content {
    top: 50%;
    width: 70%;
  }
  .login-form .form-img .content h4 {
    font-size: 24px;
  }
  .login-form .form-img .overlay {
    display: block;
  }
  .login-form .form-img img {
    height: 200px;
    right: 0;
    width: auto;
  }
  .social-login {
    bottom: 30px;
    left: 30px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 20px 0;
  }
  .form-tab .tab .tab-ul .tab-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .login-form {
    grid-template-columns: 100%;
    height: auto;
    margin: 0;
    padding: 26px;
    width: 100%;
  }
  .login-form .form-img {
    width: 100%;
    min-height: 180px;
  }
  .login-form .form-img .content {
    width: 65%;
  }
  .login-form .form-img .content h4 {
    font-size: 22px;
  }
  .login-form .form-img .content p {
    font-size: 16px;
  }
  .login-form .form-img img {
    height: 180px;
    right: 0;
    width: auto;
  }
  .social-login {
    bottom: 15px;
    left: 15px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 20px 0;
  }
  .form-tab .tab-ul .tab-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .login-form {
    grid-template-columns: 100%;
    height: auto;
    margin: 0;
    padding: 18px;
    width: 100%;
  }
  .login-form .form-img {
    display: none;
  }
  .social-login {
    bottom: 15px;
    left: 30px;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 30px;
    height: 30px;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 8px 0 0;
  }
  .form-tab {
    padding: 20px 0 30px;
  }
  .form-tab .tab .tab-ul .tab-item {
    font-size: 20px;
  }
}
/*--====== Food Item Type --*/
.sfFoodPrice {
  background: var(--seat-sold);
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  padding: 3px 8px;
  cursor: default;
}

.btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
  font-size: 30px;
  line-height: 38px;
  height: 38px;
  margin-top: 8px;
}

.food-item-type {
  border: 1px solid var(--input-field-bg);
  padding: 12px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.food-item-type .food-item-title {
  align-items: center;
  display: flex;
  grid-column: 1/3;
  grid-row: 1/2;
  justify-content: space-between;
}
.food-item-type .sfFoodName {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.food-item-type .food-img {
  width: 80px;
  margin-right: 15px;
}
.food-item-type .food-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.food-item-type .item-info > div {
  margin-bottom: 10px;
}
.food-item-type .item-info > div label {
  width: 100px;
  margin: 0 15px 0 0;
}

.food-desc {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.food-content.collapse {
  display: block;
}

.food-content.expand {
  display: none;
}

.food-item {
  background: #17181a;
  border: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.food-item:last-child {
  border-bottom: 0;
}

.food-item.collapse .food-content {
  margin: 10px 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.food-item.show .food-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 0;
  overflow: hidden;
}

.food-item.collapse .fa-plus-circle:before {
  content: "\f056";
}

.food-reserve {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/*--======= Food Summary --*/
.food-summary {
  grid-column: 2/3;
  grid-row: 3/4;
}

.list-food {
  display: flex;
  flex-wrap: wrap;
}
.list-food li {
  color: #ffffff;
  display: inline-block;
  background: #f39400;
  border-radius: 20px;
  font-size: 14px;
  line-height: 26px;
  margin: 0 6px 6px 0;
  padding: 0 10px;
  font-weight: 100;
}

/*--======== Food Section --*/
/*FoodSearchBar*/
.sfFoodSearchBar {
  align-items: center;
  display: flex;
  margin: 8px -8px;
  padding: 0 4px;
}
.sfFoodSearchBar > * {
  margin: 0 4px !important;
  padding: 0 12px;
}

.food-card {
  border-radius: 5px;
  background: var(--color-gray-700);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 4px;
}
.food-card:hover {
  background: var(--color-gray-800);
  transition: all 0.2s ease-in-out;
}
.food-card .food-title h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.food-card .food-title p {
  color: #fff;
}
.food-card .food-detail i {
  font-size: 20px;
  text-align: center;
  margin: auto;
  display: block;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

h6.timeName.sfTimeInterval {
  font-size: 14px;
  font-weight: 600;
  color: #e9ecef;
}
h6.timeName.sfTimeInterval span {
  color: #e9ecef;
  margin-left: 10px;
}

.item-info .seat,
.item-info .food-time,
.item-info .food-qty {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .food-card {
    padding: 10px 15px;
  }
  .food-card .food-title h3 {
    font-size: 16px;
  }
  .food-card .food-detail i {
    font-size: 18px;
  }
  /*--====== Food Item Type --*/
  .sfFoodPrice {
    font-size: 14px;
    padding: 3px 8px;
  }
  .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
    font-size: 26px;
    line-height: 34px;
    height: 34px;
    margin-top: 8px;
  }
  .food-item-type {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-columns: 90px auto;
    padding: 12px;
  }
  .food-item-type .sfFoodName {
    font-size: 15px;
  }
  .food-item-type .food-img {
    width: 90px;
  }
  .food-item-type .item-info .food-time {
    margin: 9px 0;
  }
  .food-card-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .food-item.collapse .food-content {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .food-card {
    padding: 10px 15px;
  }
  .food-card .food-title h3 {
    font-size: 16px;
  }
  .food-card .food-detail i {
    font-size: 18px;
  }
  .sfFoodPrice {
    font-size: 14px;
    padding: 3px 8px;
  }
  .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    margin-top: 8px;
  }
  .food-item-type {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 90px auto;
    padding: 12px;
  }
  .food-item-type .sfFoodName {
    font-size: 15px;
  }
  .food-item-type .food-img {
    width: 90px;
  }
  .food-item-type .item-info .food-time {
    margin: 9px 0;
  }
  .food-card-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .food-item.collapse .food-content {
    margin-top: 6px;
  }
}
@media screen and (max-width: 576px) {
  /*--======== Food Section --*/
  .food-card {
    padding: 13px 20px;
  }
  .food-card .food-title h3 {
    font-size: 16px;
  }
  .food-card .food-detail i {
    font-size: 18px;
  }
  /*--====== Food Item Type --*/
  .sfFoodPrice {
    background: var(--seat-sold);
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 1.4;
    margin: 5px;
    padding: 2px 7px;
    cursor: default;
  }
  .btn.sfBtnAddFood, .sfBtnAddFood.btnReserveTicket {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    margin-top: 8px;
  }
  .food-item-type {
    grid-column-gap: 18px;
    grid-row-gap: 10px;
    grid-template-columns: 80px auto;
    grid-template-rows: repeat(2, auto);
    padding: 12px;
    width: 100%;
  }
  .food-item-type .sfFoodName {
    font-size: 15px;
  }
  .food-item-type .food-img {
    width: 80px;
  }
  .food-item-type .item-info .food-time {
    margin: 10px 0;
  }
  .food-card-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .food-item.collapse .food-content {
    margin-top: 15px;
  }
}
/*--========================= PAGE MY TICKET --*/
.ticket-profile {
  background: #21222B;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.ticket-profile .media-profile {
  margin-bottom: 20px;
  position: relative;
}
.ticket-profile .media-profile img {
  background: #eeeeee;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 120px;
  margin: auto;
  object-fit: cover;
  width: 120px;
}
.ticket-profile .media-profile .btn-camera {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  background: #21222B;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: calc(50% + 40px);
  position: absolute;
  transform: translate(-50%, 0);
}
.ticket-profile .media-profile .btn-camera:hover {
  background: #db322b;
  color: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.ticket-profile h4 {
  font-size: 20px;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.ticket-profile ul {
  margin: 0;
}
.ticket-profile ul li {
  font-weight: 400;
}
.ticket-profile ul li span {
  color: var(--primary-color);
}
.ticket-profile ul li label {
  color: var(--color-gray-400);
  padding-left: 6px;
}
.ticket-profile ul li a.btn, .ticket-profile ul li a.btnReserveTicket {
  margin: 10px 0;
}

.ticket-detail {
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
}
.ticket-detail .card {
  background: var(--card-bg);
}
.ticket-detail .card-header i {
  font-size: 13px;
}

.my-ticket {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -20px;
}
.my-ticket > div {
  padding: 20px;
  margin: 15px;
  background: var(--card-bg);
}

.card-header h2 {
  background-color: var(--table-head-bg);
  color: #f8f9fa;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 10px;
  border-radius: 5px;
}
.card-header h2:hover {
  background: #364691;
}

.collapse,
.cards-body {
  max-width: 100%;
  overflow: auto;
}

#bind-purchasehistory ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 250px auto auto auto auto 90px;
}

div#bind-bookingdetail ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 250px 110px 110px 85px 100px 105px auto;
}

p.no-ticket {
  color: #e9ecef;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}

ul.purchased li a {
  color: #575757;
}

.card-body.collapse {
  padding: 0;
}

.card-body.collapse .fa-chevron-up:before {
  content: "\f078";
}

/*--========================= PAGE USER PROFILE --*/
.section-user-profile .box-bg {
  background: transparent;
  margin: 0;
  padding: 0;
}
.section-user-profile .box-bg .RewardPoints h3 {
  padding: 15px 3px;
  margin: 0;
}
.section-user-profile .box-bg table tr {
  background: transparent;
  border-bottom: 1px solid #999999;
}
.section-user-profile .box-bg table tr th {
  background: transparent;
  color: var(--primary-color);
  font-weight: bold;
}
.section-user-profile .box-bg table tr td {
  color: #eeeeee;
  font-size: 16px;
}
.section-user-profile .box-bg table thead tr {
  border-bottom: 1px solid #db322b;
}

.sfHorizontalMenuA {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.sfHorizontalMenuA li {
  font-size: 16px;
  padding: 15px 20px;
  background: var(--color-gray-600);
  color: #f8f9fa;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.sfHorizontalMenuA li:first-child {
  border-radius: 10px 0 0 10px;
}
.sfHorizontalMenuA li:last-child {
  border-radius: 0 10px 10px 0;
}
.sfHorizontalMenuA li i {
  padding-right: 7px;
}
.sfHorizontalMenuA .active,
.sfHorizontalMenuA li:hover {
  background: #db322b;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.Tab-Menu .sfHorizontalMenuA {
  margin: 0;
}

.inline-group {
  display: flex;
  flex-wrap: wrap;
}
.inline-group .input-inline {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .ticket-profile {
    width: 100%;
  }
  .ticket-profile .media-profile {
    margin-bottom: 28px;
  }
  .ticket-profile .media-profile img {
    height: 160px;
    width: 160px;
  }
  .ticket-profile h4 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .section-user-profile {
    padding: 26px;
  }
  .section-user-profile .box-bg .RewardPoints h3 {
    padding: 12px 3px;
    margin: 0;
  }
  .section-user-profile .box-bg table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .section-user-profile .box-bg table thead tr {
    border-bottom: 1px solid #db322b;
  }
  .sfHorizontalMenuA {
    margin: 0 0 18px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    padding: 16px;
  }
  .sfHorizontalMenuA li i {
    padding-right: 7px;
  }
  .sfHorizontalMenuA .active,
  .sfHorizontalMenuA li:hover {
    background: #db322b;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .section-user-profile {
    padding: 26px;
  }
  .section-user-profile .box-bg .RewardPoints h3 {
    padding: 12px 3px;
    margin: 0;
  }
  .section-user-profile .box-bg table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .section-user-profile .box-bg table thead tr {
    border-bottom: 1px solid #db322b;
  }
  .sfHorizontalMenuA {
    margin: 0 0 18px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    padding: 16px;
  }
  .sfHorizontalMenuA li i {
    padding-right: 7px;
  }
  .sfHorizontalMenuA .active,
  .sfHorizontalMenuA li:hover {
    background: #db322b;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 576px) {
  .section-user-profile {
    padding: 15px;
  }
  .section-user-profile .box-bg .RewardPoints h3 {
    padding: 12px 3px;
    margin: 0;
  }
  .section-user-profile .box-bg table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .section-user-profile .box-bg table thead tr {
    border-bottom: 1px solid #db322b;
  }
  .sfHorizontalMenuA {
    margin: 0 0 18px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 10px;
  }
  .sfHorizontalMenuA li i {
    display: none;
    padding-right: 7px;
  }
  .sfHorizontalMenuA .active,
  .sfHorizontalMenuA li:hover {
    background: #db322b;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
/*Popup Video */
.popupboxvideo {
  background-color: #fff;
  min-height: 100px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  display: none;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 395px;
  z-index: 9999;
}

#fadevideo {
  display: none;
  background: #2e2335;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 300;
}

.video-overlay {
  display: none;
}

.video-overlay.is-visible {
  display: block;
  position: fixed;
  height: 100%;
  /* width: calc(100% - 100px); */
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: auto;
  right: 0;
  left: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  z-index: 9999;
  padding: 0;
  overflow: auto;
}

.sfPageSliderCloseBtn {
  background: #9b6932;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 36px;
  right: 20px;
  top: 20px;
  width: 40px;
  position: fixed;
  text-align: center;
}

.sfPageSliderCloseBtn:before {
  color: white;
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  .video-frame {
    width: 100vw !important;
  }
}
.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 80vw;
  height: auto;
}

.video-frame iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}

/*****************************************Movie Showcase************************************************/
.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h2.sfTitle {
  line-height: 30px;
  font-size: 24px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo a:hover {
  text-decoration: none;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo a h2.sfTitle:hover {
  color: #d5b170;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h2 span.sfSuperscript {
  position: relative;
  top: -13px;
  font-size: 16px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h5 {
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo .sfShowtime {
  border-top: 1px solid #3c362c;
  border-bottom: 1px solid #3c362c;
  padding: 20px 0px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo .sfTrailor {
  background: url(../image/trailor-title.png) no-repeat left center;
  padding-left: 45px;
}

ul.sfTrailorGrid li {
  position: relative;
  display: block;
  background: url(../image/no-image-small.png) no-repeat center center #0f0f0f;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.5);
}

ul.sfTrailorGrid li img {
  width: 63px;
  height: 93px;
}

ul.sfTrailorGrid li span {
  background: url(../image/sprite-img.png) no-repeat -80px 0px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

ul.sfTrailorGrid li span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

/*Popup Video */
.popupboxvideo {
  background-color: #fff;
  min-height: 100px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  display: none;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 395px;
  z-index: 9999;
}

#fadevideo {
  display: none;
  background: #2e2335;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 300;
}

.video-overlay {
  display: none;
}

.video-overlay.is-visible {
  display: block;
  position: fixed;
  height: 100%;
  /* width: calc(100% - 100px); */
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: auto;
  right: 0;
  left: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  z-index: 9999;
  padding: 0;
  overflow: auto;
}

#main-video.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.video-frame {
  text-align: center;
}

.sfMovieShowcase {
  background: transparent;
  border-radius: 20px;
}

.sfMovieShowcase .now-showing-movies .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sfMovieShowcase .now-showing-movies .item .movie-link {
  bottom: 30px;
  left: 30px;
  position: absolute;
  display: none;
}

.sfMovieShowcase .now-showing-movies .item .movie-link a {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  padding: 14px 18px;
  font-size: 20px;
  text-transform: uppercase;
}

.sfMovieShowcase .now-showing-movies .item .movie-link a i {
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 30px;
  height: 56px;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  width: 56px;
}

.sfMovieShowcase .now-showing-movies .item .movie-link a:hover i {
  background: red;
  color: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}

.movies-details {
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: 280px 1fr;
  grid-row-gap: 30px;
}
.movies-details .movie-trailer iframe {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}
.movies-details .movies-info {
  box-sizing: content-box;
  overflow: hidden;
}
.movies-details .movies-info h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 16px;
}
.movies-details .movies-info h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 24px;
  position: relative;
  padding-left: 40px;
  text-transform: capitalize;
}
.movies-details .movies-info h4:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #db322b;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.movies-details .movies-info p {
  margin: 0 0 20px;
  width: 80%;
}

.movie-cast {
  margin: 0;
  font-size: 0.85rem;
}
.movie-cast li {
  display: flex;
  line-height: 24px;
  margin-bottom: 6px;
}
.movie-cast li:last-child {
  margin-bottom: 0;
}
.movie-cast li span {
  color: var(--primary-color);
  flex: 0 0 120px;
  max-width: 120px;
}

.show-time-info {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.show-time-info li {
  margin: 10px;
}
.show-time-info li a {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  width: 90px;
  border: 2px solid;
  border-radius: 20px;
  font-weight: 600;
  padding: 0 20px;
  text-align: center;
  line-height: 1.25;
}

.view-time {
  padding-top: 60px;
}
.view-time .audi-time {
  align-items: center;
  background: var(--card-bg);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 150px auto;
  grid-column-gap: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  align-items: center;
}
.view-time .audi-time .audi-info {
  background: var(--primary-color);
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  padding: 1rem;
  height: 100%;
}
.view-time .audi-time .audi-info p {
  font-size: 20px;
  font-weight: bold;
}
.view-time .audi-time .audi-info p:last-child {
  margin: 0;
}
.view-time .audi-time .audi-info .location-adddress {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
}
.view-time .audi-time:last-child {
  margin-bottom: 0;
}
.view-time .ticket-status-index {
  margin-top: 0;
}

.no-movie {
  align-items: center;
  background: var(--card-bg);
  border-radius: 12px;
  color: #5aafe2;
  display: flex;
  font-size: 18px;
  font-weight: bolder;
  height: 116px;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
}

.summary-pannel,
.ticket-summary,
.food-summary {
  width: 100%;
  padding: 20px;
  background: var(--card-bg);
  border-radius: 10px;
  margin-bottom: 20px;
}

td.menuName {
  line-height: 1.3;
  vertical-align: middle;
}

.ticket-summary table tr td:first-child,
.food-summary table tr td:first-child {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
}

.ticket-summary table tr,
.food-summary table tr,
.summary-pannel table tr,
.booking-cart table tr {
  line-height: 1.8;
}

.item-seat,
.seat_selected {
  color: #ffffff;
  display: inline-block;
  background: #495057;
  border-radius: 7px;
  font-size: 14px;
  line-height: 30px;
  margin: 0 8px;
  padding: 0 10px;
  font-weight: 100;
}

.booking-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  width: 1200px;
  margin: auto;
  grid-gap: 2em;
}

/*AccordianStyleA*/
.sfAccordianStyleAHolder {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.sfAccordianStyleAHolder:first-child {
  border-top: none;
  padding-top: 0;
}

.sfAccordianStyleCHeader {
  background-color: #131313;
}

.sfAccordianStyleAHeader h4 span {
  margin-top: 10px;
}

.sfAccordianStyleCHeader h4 {
  font-size: 18px;
  padding: 25px;
  margin-bottom: 0 !important;
}

.sfAccordianStyleCHeader h4 span {
  margin-top: 10px;
}

.sfAccordianStyleAContent {
  padding: 30px;
  background-color: #242424;
}

.sfblockFooding .sfAccordianStyleAContent {
  background: none;
  padding: 0;
}

.sfMoiveImgThumb {
  float: left;
  width: 202px;
  height: 300px;
  overflow: hidden;
  background: url(../images/no-image-medium.png) no-repeat center center #ccc;
}

.sfMoiveImgThumb img {
  width: 100%;
  height: 100%;
}

/*ContentList*/
.sfContentList {
  padding: 5px 0;
}

.sfContentList:first-child {
  border-top: none;
}

.sfContentList:last-child {
  border-bottom: none;
}

.sfContentList label.sfMin {
  width: 200px;
  color: var(--font-color);
  font-weight: 600;
  line-height: 38px;
}

.sfContentList label.sfMax {
  width: 125px;
}

.sfDatePickerHolder {
  background: #1e1e1e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 7px 8px 5px;
  width: auto;
}

.sfDatePickerHolder input {
  background: none;
  border: none;
  color: var(--font-color);
  font-size: 12px;
  padding: 0 0 0 6px;
  width: auto;
}

/*changeMovieOption*/
.sfChangeMovieOption,
.sfCustomSelectHolder {
  width: 70.99%;
  padding: 0 5px;
  background: #23272f;
  border: 1px solid #343a45;
  height: 36px;
  line-height: 36px;
}

.sfCustomSelectHolder {
  position: relative;
  cursor: pointer;
}

.sfCustomSelectHolder:after {
  content: "\e901";
  position: absolute;
  right: 10px;
  font-family: "sficon";
  top: 0;
  transform: rotate(90deg);
}

/*SeatOption*/
.sfSeatOption {
  background: #1e1e1e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 7px 8px 5px;
  width: auto;
}

.sfSeatOption div.sfSeatCategory {
  border-right: 1px solid #0d0d0d;
  border-left: 1px solid #252525;
  width: 26%;
  float: left;
  padding: 0px 16px;
}

.sfSeatOption div.sfSeatCategory:first-child {
  border-left: none;
}

.sfSeatOption div.sfSeatCategory:last-child {
  border-right: none;
}

.sfSeatOption div.sfSeatCategory .sfImgHolder {
  width: 106px;
  height: 95px;
  overflow: hidden;
  margin: 4px 0;
  background: url(../images/radial-greygradient.jpg) no-repeat #535353;
  border: 1px solid #191919;
  padding: 10px 0 0 14px;
}

.sfSeatOption div.sfSeatCategory .sfUserDataEntry p {
  margin-bottom: 5px;
}

.sfSeatOption div.sfSeatCategory .sfUserDataEntry p label {
  width: 45px;
}

/*SeatOption2*/
.sfSeatOption2 {
  background: #1e1e1e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 7px 8px 5px;
  width: auto;
}

.sfSeatOption2 div.sfSeatCategory {
  width: 40.5%;
  float: left;
  padding: 12px 16px;
  background: #353535;
  border: 1px solid #3d3d3d;
  margin: 5px 5px;
}

.sfSeatOption2 div.sfSeatCategory .sfImgHolder {
  width: 80px;
  height: 75px;
  overflow: hidden;
  margin: 4px 0;
  background: url(../images/radial-greygradient.jpg) no-repeat #535353;
  border: 1px solid #191919;
  padding: 10px 0 0 5px;
  float: left;
}

.sfSeatOption2 div.sfSeatCategory .sfUserDataEntry {
  width: auto;
  float: left;
  margin-left: 6px;
}

.sfSeatOption2 div.sfSeatCategory .sfUserDataEntry p {
  margin-bottom: 5px;
}

.sfSeatOption2 div.sfSeatCategory .sfUserDataEntry p label {
  width: 45px;
}

/*ChangeSeats*/
.sfChangeSeats {
  background: #1e1e1e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 8px;
  width: auto;
}

.sfChangeSeats label {
  margin-right: 5px;
  float: left;
  width: auto;
}

.sfChangeSeats p.sfSeats {
  width: 200px;
}

/*UserSummary*/
.sfSummaryDetails p:last-child,
.sfSummaryDetails div:last-child {
  border-bottom: none;
}

.purchase {
  float: left;
  width: auto;
}

.sfGrandTotal {
  margin-right: 10px;
  padding: 20px 20px 0;
  text-align: center;
}
.sfGrandTotal h2 {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
}

.bookingWrap .divShoppingCart .divShoppingCartWrapper {
  background: #f1f1f1;
  position: relative;
}

.bookingWrap .divShoppingCart .divShoppingCartWrapper .achViewDetail,
.bookingWrap .divShoppingCart .divShoppingCartWrapper .sfHideDetail {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  color: #e87817 !important;
  position: absolute;
  right: 40px;
  top: 30px;
}

.bookingWrap .divShoppingCart .divShoppingCartWrapper .achViewDetail:hover,
.bookingWrap .divShoppingCart .divShoppingCartWrapper .achViewDetail:active {
  text-decoration: underline;
}

.button-wrap {
  display: block;
  margin-top: 20px;
}

.button-wrap a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
}

.button-wrap a:hover {
  color: var(--font-color);
}

/*CalculationTable*/
.sfCalculationTable tr td {
  padding: 3px 5px;
  text-align: right;
  font-size: 14px;
}

.sfCalculationTable tr td.title {
  text-align: left;
}

.sfCalculationTable tr td.sfTotal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: bold;
  color: green !important;
  font-size: 17px !important;
}

.sfAllTotal {
  background-color: #23211e;
}

/*Carousel*/
.sfCarousel ul {
  width: 93.564%;
  overflow: hidden;
  margin: 0 auto;
}

.sfCarousel ul li {
  width: 180px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin: 0px 7px;
}

ul#ulDefaultSeats {
  float: left;
  width: 225px;
  word-wrap: break-word;
}

ul#ulDefaultSeats li {
  float: left;
  width: auto;
  margin: 0px 1px;
}

.seat.flex {
  height: auto;
  min-height: 50px;
}

.seat.flex .ulBookedSeats {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  padding: 10px 0 10px;
  margin-bottom: 0;
}

.seat.flex .ulBookedSeats li {
  color: #000;
  float: left;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding-bottom: 5px;
  width: 35px;
}

/*AccordianStyleB*/
.sfGreyHolder {
  background: #2a2a2a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #3a3a3a;
}

.sfAccordianStyleBHeader {
  border-bottom: 1px solid #3a3a3a;
  width: auto;
  height: 35px;
  line-height: 35px;
  /*padding:0px 13px;*/
  cursor: pointer;
}

/*.sfAccordianStyleBHeader:hover { background:#e87817;}*/
.sfAccordianStyleBHeader h4 {
  font-size: 14px;
  line-height: 32px;
  color: var(--font-color);
  background: #e87817;
  padding: 5px 0 0 10px;
}

.sfAccordianStyleBHeader {
  border-bottom: 1px solid #3a3a3a;
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0px 13px;
  cursor: pointer;
}

.sfAccordianStyleBHeader:hover {
  background: #e87817;
}

.sfAccordianStyleBHeader.SearchActive {
  background: #e87817;
}

.sfAccordianStyleBHeader h4 {
  font-size: 14px;
  line-height: 32px;
  color: var(--font-color);
}

.sfAccordianStyleBHeader h4 span {
  margin-top: 7px;
  background-position: 0 -27px;
}

.sfAccordianStyleBHolder.Active .sfAccordianStyleBHeader h4 span {
  background-position: -19px -27px;
}

.sfAccordianStyleBHolder.active div.sfAccordianStyleBHeader,
.sfAccordianStyleBHolder.Active div.sfAccordianStyleBHeader {
  background-color: #e87817;
}

.sfAccordianStyleBHolder.active div.sfAccordianStyleBHeader h4,
.sfAccordianStyleBHolder.Active div.sfAccordianStyleBHeader h4 {
  color: var(--font-color);
}

.sfAccordianStyleBContent {
  background-color: #2a2a2a;
}

.not_found {
  font-size: 24px;
  color: var(--font-color);
  margin-top: 30px;
}

/*FoodMenuTable*/
table.sfFoodMenuTable tr:hover {
  background-color: #70615c;
}

.sfFoodMenuTable tr td {
  padding: 10px 5px;
  vertical-align: top;
  text-align: right;
  border-bottom: 1px solid #3a3a3a;
}

.sfFoodMenuTable tr td.sfBtmBrdNone {
  border-bottom: none;
}

.sfFoodMenuTable tr td.sfSeatNo,
.sfFoodMenuTable tr td.sfFoodArrival {
  font-size: 12px;
  text-align: left;
  line-height: 14px;
}

.sfFoodMenuTable tr td.sfSeatNo select,
.sfFoodMenuTable tr td.sfFoodArrival select {
  margin-top: 4px;
}

.sfFoodMenuTable tr td.sfImgHolder {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.sfFoodMenuTable tr td.sfImgHolder img {
  width: 45px;
  height: 45px;
}

.sfFoodMenuTable tr td.sfFoodName {
  font-size: 14px;
  text-align: left;
}

.sfFoodMenuTable tr td.sfQty input {
  width: 38px;
  height: 20px;
  background: var(--font-color);
  border: none;
  padding: 3px 5px;
}

/*sfFoodSearchResultTable*/
table.sfFoodSearchResultTable {
  border-collapse: separate;
}

table.sfFoodSearchResultTable tr {
  background-color: #2a2a2a;
}

table.sfFoodSearchResultTable tr td {
  padding: 10px 5px;
  vertical-align: top;
  text-align: right;
  border-bottom: 1px solid #3a3a3a;
  color: var(--font-color);
}

table.sfFoodSearchResultTable tr td.sfTopBrdNone {
  border-top: none;
}

table.sfFoodSearchResultTable tr td.sfBtmBrdNone {
  border-bottom: none;
}

table.sfFoodSearchResultTable tr:hover,
table.sfFoodSearchResultTable tr:active {
  background: #70615c;
}

table.sfFoodSearchResultTable tr td.sfImgHolder {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

table.sfFoodSearchResultTable tr td.sfImgHolder img {
  width: 45px;
  height: 45px;
}

table.sfFoodSearchResultTable tr td.sfFoodName {
  font-size: 14px;
  text-align: left;
}

table.sfFoodSearchResultTable tr td.sfQty input {
  width: 48px;
  height: 20px;
  background: var(--font-color);
  border: none;
}

/*SeatPlan*/
ul.sfSeatPlanIndex {
  margin: 10px auto;
  width: 37%;
}

ul.sfSeatPlanIndex li {
  width: auto;
  float: left;
  margin-right: 20px;
  text-align: center;
}

ul.sfSeatPlanIndex li span {
  float: left;
  height: 24px;
  margin-top: 5px;
  width: 24px;
  border-radius: 50%;
}

ul.sfSeatPlanIndex li label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  margin-top: 4px;
  width: auto;
}

/*SeatPlanGrid*/
.tblSeatArrangement {
  width: 100% !important;
}

.sfSeatPlanGrid {
  background: var(--bg-color);
  overflow: auto;
  padding: 20px;
}

.sfSeatPlanGrid tr td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
}

.sfSeatPlanGrid tr td span {
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
  font-size: 13px;
}

.sfAphabetSeatOrder {
  position: absolute;
  left: -17px;
  top: 15px;
  width: 10px;
  color: #735f3c;
  font-weight: bold;
  line-height: 45px;
  font-size: 16px;
  word-wrap: break-word;
  letter-spacing: 50px;
  text-align: center;
}

.sfSeatCategoryBoundry {
  position: absolute;
  right: -100px;
  top: 15px;
  width: 100px;
  text-align: center;
}

.sfSeatCategoryBoundry div.sfDiamondCategory {
  background-color: #1d1f30;
  color: var(--font-color) FFF;
  height: 143px;
  left: 0;
  position: absolute;
  letter-spacing: 20px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  width: 14px;
  top: 0;
}

.sfSeatCategoryBoundry div.sfGoldCategory {
  background-color: #2f3841;
  height: 145px;
  color: var(--font-color);
  position: absolute;
  top: 153px;
  left: 0;
  letter-spacing: 20px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  width: 14px;
}

.sfSeatCategoryBoundry div.sfSilverCategory {
  background-color: #282520;
  height: 198px;
  color: var(--font-color);
  position: absolute;
  top: 308px;
  left: 0;
  letter-spacing: 20px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  width: 14px;
}

.sfSeatCategoryBoundry div.sfPlatinumCategory {
  background-color: #005066;
  height: 83px;
  color: var(--font-color);
  position: absolute;
  top: 189px;
  left: 0px;
  letter-spacing: 20px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  width: 14px;
}

.seatType_1 {
  background-color: var(--font-color);
}

.seatType_2,
.sfSeat {
  background-color: var(--bg-color);
  /*padding: 8px 5px !important;*/
}

.seatType_3 {
  background-color: var(--bg-color);
}

.coridor_1 {
  background-color: var(--bg-color);
}

.coridor_2 {
  background-color: var(--bg-color);
}

.coridor_3 {
  background-color: var(--bg-color);
}

/*.corDiamond, .corPlatinium, .corGold { background: url(../images/dark_stripes.png) #1a1a1a;}*/
.PackageHolder {
  height: 164px;
  margin-left: 2.6%;
  overflow: hidden;
  position: relative;
  width: 93%;
  padding-left: 10px;
}

.Packages {
  position: absolute;
  width: 20000px;
}

.Packages ul li span {
  color: White;
  display: block;
}

.Packages ul li {
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  float: left;
  height: 150px;
  overflow: hidden;
  padding: 7px;
  width: 180px;
}

.Packages ul li.packageActive {
  background: none repeat scroll 0 0 #ddd;
}

.packageDescription {
  background: none repeat scroll 0 0 #ddd;
  border-radius: 0 0 3px 3px;
  margin-left: 4.2%;
  width: 92.8%;
}

.PackageMenuItems {
  padding: 7px;
}

.PackageMenuItems table tr th {
  background: #666666;
  border-right: 1px solid #555555;
  color: var(--font-color) FFF;
  padding: 1px 4px;
  text-align: left;
}

.PackageMenuItems table tr td {
  border-bottom: 1px solid #CCCCCC;
  padding: 1px 6px;
  text-align: left;
  color: #1a1a1a;
}

.PackagePayment {
  margin-top: 8px;
  color: #1a1a1a;
}

.PackagePayment p {
  color: #1a1a1a;
}

.PackagePayment input.sfTextbox[type=text] {
  background: none repeat scroll 0 0 var(--font-color) FFF;
  border: 1px solid #CCCCCC;
  margin: 0 5px;
  padding: 3px;
  width: 45px;
}

.PackagePayment select {
  background: none repeat scroll 0 0 var(--font-color) FFF;
  border: 1px solid #CCCCCC;
  margin: 0 5px;
  padding: 3px;
}

.PackagePayment div p span.price,
.PackagePayment div p span.PackgeName {
  font-weight: bold;
}

/*

#SeatPrice table tr td {border: 1px solid #000000;}

#SeatPrice table tr th {border: 1px solid blue; color:Blue}*/
#divSeatsMain {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: 0px auto;
  background: #232830;
  z-index: 999;
  width: 98% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

#divSeatsMain h4 {
  margin-bottom: 0;
}

.fadeSeatsBooking {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

/*a.sfPageSliderCloseBtn:hover { background-color:#ccc;}

*/
/*sfSeatType*/
ul.sfSeatType {
  background-color: #2F2F2F;
  padding: 3px;
}

ul.sfSeatType li {
  width: auto;
  margin: 2px 8px;
  color: #ccc;
}

ul.sfSeatType li span {
  border: 1px solid #3F4242;
  display: block;
  float: right;
  height: 15px;
  margin: 0 0 0 9px;
  width: 30px;
}

ul.sfSeatType li span.sfGoldSeat {
  background-color: #1d1f30;
}

ul.sfSeatType li span.sfPlatinumSeat {
  background-color: #2f3841;
}

ul.sfSeatType li span.sfDiamondSeat {
  background-color: #282520;
}

/*Screen*/
.sfScreenLocation {
  background: url(../images/px_by_Gre3g.png) var(--font-color);
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 10px auto 10px;
  border-radius: 0 0 40px 40px;
  text-transform: uppercase;
}

.ticketPricingPop {
  position: absolute;
  right: 226px;
  top: -100px;
  z-index: 1000;
  display: none;
}

.PackgeName {
  font-weight: bold;
}

.sfFoodText {
  position: absolute;
  height: 100px;
  width: 180px;
  left: 57px;
  top: 0px;
  vertical-align: top;
  line-height: 16px;
  -webkit-box-shadow: 0 0px 5px 0.1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0.1px rgba(0, 0, 0, 0.5);
}

.sfFoodInfo {
  padding: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
}

.sfFoodInfo div {
  padding: 3px 0;
  overflow: hidden;
}

.sfFoodInfo div label {
  float: left;
  width: 80px;
  margin-right: 8px;
  color: #000;
}

.sfFoodInfo div p {
  float: left;
  width: 400px;
  color: #515357;
}

.sfFoodInfo h5 {
  color: #000;
  border-bottom: 1px solid #ccc;
}

.price {
  font-weight: bold;
}

.sfRemoveFoods {
  background: #bd0303;
  color: var(--font-color) FFF;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  border: 1px solid #bd0303;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-transform: lowercase;
}

.sfRemoveFoods:hover {
  background: none repeat scroll 0 0 #710404;
}

.sfProceedButton .btnProceed {
  display: block;
  font-size: 14px;
  color: var(--font-color);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 600;
}

.sfProceedButton #sfProceedTicketing:hover {
  opacity: 0.7;
}

.sfAvailableSeat {
  background: var(--seat-booking-available);
  color: var(--font-color);
  font-size: 10px;
}

.sfSelectedSeat {
  background: var(--seat-booking-selected);
  color: #f2f2f2;
  font-size: 10px;
}

.sfBookedSeat {
  background: var(--seat-booking-booked);
  color: #f2f2f2;
  font-size: 10px;
}

.sfSoldSeat {
  background: var(--seat-booking-sold);
  color: #f2f2f2;
  font-size: 10px;
  cursor: not-allowed !important;
}

.sfBlockedSeat {
  background: var(--bg-color);
  color: #959595;
  font-size: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.sfjustBooked {
  font-size: 10px;
}

/*Seat Icons*/
.sfSeat span.sfAvailableSeat,
.sfSeat span.sfSelectedSeat,
.sfSeat span.sfBookedSeat,
.sfSeat span.sfSoldSeat,
.sfSeat span.sfjustBooked {
  /*background-image: url(../images/sprite-img.png);*/
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--seat-empty);
  color: var(--font-color);
}

.sfSeat span.sfAvailableSeat {
  background-color: var(--seat-booking-available);
  /*background-position: -55px -83px;
  width: 34px;
  height: 32px;*/
}
.sfSeat span.sfAvailableSeat:hover {
  background-color: var(--seat-booking-available-hover);
}

.sfSeat span.sfSelectedSeat {
  /*background-position: -102px -86px;
  width: 34px;
  height: 32px;*/
  background: var(--seat-booking-selected);
}

.sfSeat span.sfBookedSeat {
  /*background-position: -155px -83px;
  width: 34px;
  height: 32px;*/
  background: #a3850a;
}

.sfSeat span.sfSoldSeat {
  /* background-position: -205px -86px;
  width: 34px;
  height: 32px;*/
  background: #ab0000;
}

/*.sfSeat span.sfjustBooked {
    background-position: -230px -86px;
    width: 34px;
    height: 32px;
}*/
#SeatPrice {
  background: #3e3e3e;
  padding: 0 20px;
  flex-grow: 1;
}

/* #SeatPrice table tbody tr th:nth-child(1) {
    width: 20%;
}*/
#SeatPrice table tbody tr th {
  font-size: 16px;
}

#SeatPrice table tbody tr th,
#SeatPrice table tbody tr td {
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
}

#SeatPrice table tbody tr td {
  border-bottom: none;
}

.Packages ul li img {
  height: 100%;
}

.purchaseWrapper {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.purchase {
  line-height: 50px;
}

.purchase.from > span {
  margin-right: 5px;
  font-size: 16px;
  color: #000;
}

.purchase.from > h6 {
  color: var(--font-color);
  margin-top: 15px;
}

.purchase img {
  margin-top: -4px;
}

.purchase img:hover {
  opacity: 0.8;
}

.sfBtnWrapper {
  float: right;
}

.sfBtnWrapper .sfPrimaryBtn span {
  line-height: 50px;
}

.sfBtnWrapper .sfPrimaryBtn .fa {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
}

.achViewDetail,
.sfHideDetail {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  color: #e87817 !important;
}

.achViewDetail:hover,
.achViewDetail:active {
  text-decoration: underline;
}

.bookingWrap .divShoppingCart .purchaseWrapper {
  background: #f1f1f1;
  margin-top: 0;
  padding: 0 20px 20px;
}

.bookingWrap .divShoppingCart .purchaseWrapper .purchase > span {
  font-size: 14px;
  margin-right: 10px;
  float: left;
}

.bookingWrap .divShoppingCart .purchaseWrapper .purchase .sfPurchaseButtom {
  margin-top: 5px;
  margin-right: 0;
  float: left;
}

.bookingWrap .divShoppingCart .sfBtnWrapper {
  width: auto;
  float: right;
  margin-top: 5px;
}

.bookingWrap .divShoppingCart .sfBtnWrapper.sfLeft {
  float: left;
}

.bookingWrap .divShoppingCart .sfBtnWrapper .sfBtn {
  margin-right: 0;
}

.sfMovieName {
  height: 30px;
}

#ChangeSeat {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 15px;
  float: right;
  width: 100%;
  text-decoration: none;
  color: #f41e1e;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#ChangeSeat:hover,
#ChangeSeat:active {
  color: #f41e1e;
  background: none;
  text-decoration: underline;
}

.sfFoodArrival,
.sfFoodNoteWrap {
  display: none;
}

.sfBigCloseBtn {
  background: url(../images/close.png) no-repeat center center;
  width: 24px;
  height: 24px;
  display: block;
}

.sfBookingContent {
  width: 100%;
}

.sfBookingContent .box {
  width: 100%;
  float: none;
  height: 240px;
  overflow: hidden;
  margin-bottom: 0;
}

.sfBookingContent .box .sfImgHolder img:hover {
  transform: translateY(-80px);
}

.sfUserSummary {
  box-sizing: border-box;
}

.movie-wrapper {
  background: #282d36;
}

ul.ddlSelection {
  /*width:66%;*/
  padding: 0 5px;
}

ul.ddlSelection li.inactive {
  display: none;
  cursor: pointer;
  /*padding:1px 6px;*/
  padding: 5px 15px;
  background: #3c3c3c;
  position: relative;
  z-index: 888;
  width: 103.5% !important;
  box-sizing: border-box;
  line-height: 20px;
  height: auto !important;
  margin-top: -1px;
  color: var(--font-color) !important;
  margin-left: -9px;
}

ul.ddlSelection li:hover.inactive {
  background: #968b65;
}

ul.ddlSelection li.active {
  display: block;
  overflow: hidden;
  color: var(--font-color);
}

ul.ddlSelection li.invisible {
  display: none;
}

.sfMovieContent .sfContentList h4 {
  margin-bottom: 0;
}

.sfMovieContent .sfContentList p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.seatPlanhead h4 {
  background: #1d2127;
  flex-grow: 1;
  margin-bottom: 0;
}

.booking-wrap {
  background: #1b1b1b;
}
.booking-wrap .booking-header {
  background: #f41e1e;
  padding: 20px;
  color: var(--font-color);
}
.booking-wrap .booking-header h3 {
  margin: 0;
  color: var(--font-color);
  font-size: 34px;
}

.sfUserSummary-confirm.clearfix {
  margin: 40px 0;
}

.close-menu i {
  margin-top: -5px;
  display: block;
}

.booking-left-panel {
  align-items: center;
  background: var(--bg-color);
  display: flex;
  padding: 15px 20px;
  position: sticky;
  top: 0;
}
.booking-left-panel .close-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1rem;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.booking-left-panel .booking-details {
  float: left;
  width: 100%;
  padding-right: 30px;
}
.booking-left-panel .booking-details h3 {
  color: var(--font-color);
  float: left;
  margin: 0 30px 5px 0;
  font-size: 24px;
  width: 100%;
}
.booking-left-panel .booking-details span {
  color: var(--font-color);
  float: left;
  margin-right: 15px;
  font-size: 13px;
  opacity: 0.75;
}
.booking-left-panel .sfPageSliderCloseBtn {
  cursor: pointer;
  background: url(../images/cancel.png) no-repeat 50% 50%;
  width: 20px;
  height: 18px;
}
.booking-left-panel .sfPageSliderCloseBtn::before {
  content: "";
  display: none;
}

.booking {
  align-items: flex-start;
}

.booking-right-panel {
  background: var(--bg-color);
  display: block;
  margin: 0 auto;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.booking-right-panel .seatplan {
  display: block;
  float: none;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.booking-right-panel .divShoppingCart {
  background: #f1f1f1 none repeat scroll 0 0;
  display: none;
  float: none;
  margin: 28px auto;
  overflow: hidden;
  width: 59%;
}

.gold {
  color: yellow;
}

.pricing-table {
  background: #3e3e3e;
  padding: 20px;
  color: var(--font-color);
  float: left;
  width: 240px;
}
.pricing-table table {
  margin-bottom: 0;
}
.pricing-table thead tr td {
  font-weight: bold;
}
.pricing-table tr td {
  padding: 8px 15px;
}
.pricing-table p {
  font-size: 12px;
  color: yellow;
  padding: 15px 15px 0;
}

.seat-status {
  align-items: center;
  background: var(--card-bg);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 20px;
  width: 100%;
}
.seat-status ul {
  align-items: center;
  display: flex;
  margin: 0 -10px;
}
.seat-status ul li {
  align-items: center;
  display: flex;
  color: #848899;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.seat-status ul li span {
  width: 11px;
  height: 11px;
  border-radius: 2px;
  margin-right: 8px;
}

.bluess {
  background: #9db0d7;
}

.green {
  background: #82bf47;
}

.yellowish {
  background: #df8800;
}

.redish {
  background: #e41f26;
}

.seat-selected {
  padding: 40px;
}

.seat-selected span {
  color: white;
  font-size: 32px;
  padding: 5px;
  background: #e41f26;
}

.booking-left-panel .movie-image {
  height: 420px;
  text-align: center;
}

.booking-left-panel .movie-image img {
  width: auto !important;
  height: 100% !important;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5);
}

.proceed {
  background: #2d9c7b;
  display: block;
  padding: 10px 40px;
  color: var(--font-color);
  font-size: 32px;
  text-align: center;
}

.booking-form .movie-title > label {
  float: left;
  width: 150px;
  font-size: 16px;
  line-height: 38px;
  padding-left: 15px;
}

.booking-form .movie-title > h3 {
  float: right;
  width: calc(100% - 150px);
  text-align: left;
  margin: 0;
  line-height: 38px;
  color: #f41e1e;
}

.booking-form .movie-title > .genre {
  display: none;
}

#bokwrap .sfCol_75,
#bokwrap .sfCol_25 {
  padding: 0;
}

.selection h3 {
  background: var(--font-color);
  font-size: 18px;
  margin: 0;
  padding: 20px 20px 10px;
}

.booking-right-panel .divShoppingCartWrapper {
  background: rgba(242, 242, 242, 0.4);
  padding: 0;
  float: left;
  width: 100%;
}

.booking-right-panel .divShoppingCartWrapper > h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  float: left;
}

.booking-right-panel .divShoppingCartWrapper > .sfViewDetail {
  right: 30px !important;
  top: 12px !important;
}

.booking-right-panel .divShoppingCartWrapper .sfGrandTotal {
  padding: 0 20px;
  margin-bottom: 20px;
  float: left;
}

.sfMovieShowtime li:nth-child(3n+3) {
  margin-left: 0;
}

.movie-title > label {
  line-height: 1.4;
}

.seatDisable {
  opacity: 1;
}

/*----------------------------------------------*/
.booking-overlay {
  display: none;
}

#main-booking,
#main-trailer {
  backface-visibility: hidden;
  background: #1b1b1b none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(-310%);
  transition-duration: 0.5s;
  transition-property: transform;
  width: 100vw;
  z-index: 9999;
}

.sfBtnWrapper a {
  width: auto;
}

.booking-overlay.is-visible {
  display: block;
  position: fixed;
  height: 100vh;
  /* width: calc(100% - 100px); */
  background: rgba(100, 100, 100, 0.65);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
}

#main-booking.is-visible,
#main-trailer.is-visible {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transform: translateY(0px);
  height: inherit;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

body.overflow-hidden {
  overflow: hidden;
}

/*-------------------------------------------*/
#sltMovie option {
  color: var(--header-bg);
}

.content-right {
  display: flex;
  justify-content: space-between;
  padding: 0 12px 0;
  position: sticky;
  bottom: 0;
  background: var(--bg-color);
  border-top: 1px solid var(--border-color);
  flex-direction: column;
}
.content-right .sfGrandTotal {
  margin-bottom: 0 !important;
  margin-right: 15px !important;
}
.content-right .sfProceedButton {
  margin-left: 12px !important;
}

.sfSummaryDetails p span {
  float: left;
  width: 184px;
  color: #f2f2f2;
}

.sfUserSummary {
  width: 100%;
}

.invalidShow h3 {
  text-align: center;
}

.sfSeat .cineSeats.custom {
  height: 30px;
  width: 45px;
}

.bookingContentInnerWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}

.booking-summary-payment {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 80px));
  grid-gap: 10px;
}
.booking-summary-payment li {
  cursor: pointer;
  background-color: white;
  border: 2px solid #ced4da;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s;
}
.booking-summary-payment li:hover {
  border-color: var(--primary-color);
}

.sfSummaryDetails label {
  color: var(--primary-color);
  width: 85px;
  font-size: 16px;
  font-weight: 600;
}

.or-seperator {
  padding: 0px 0 10px;
}

@media screen and (max-width: 576px) {
  .booking-left-panel {
    padding: 12px 15px;
  }
  .seat-status {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 15px;
  }
  .seat-status ul {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .seat-status ul li {
    padding: 0 10px;
  }
  .seat-status .content-right {
    justify-content: space-between;
    margin-top: 12px;
    width: 100%;
  }
}
.tblSeatArrange {
  margin: 0;
}

.booking_action {
  margin: 0 -8px;
}
.booking_action > * {
  margin: 3px 5px;
  padding: 0 14px;
}

.booking_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.booking_footer-summary .seats-count {
  display: none;
}
.booking_footer-summary.active .seats-count {
  display: block;
}

.seats-count {
  margin: 0;
  font-size: 11px;
  color: #db322b;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.selected-tickets-list .seats-count {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 14px 8px;
  align-items: center;
}

.total-price {
  margin: 0;
  font-size: 20px;
}

.selected-tickets-list {
  display: none;
  border-bottom: 1px solid var(--bg-color);
  margin: 0 -12px;
  padding: 0 12px;
}
.selected-tickets-list.active {
  display: block;
}

table.no-border {
  margin: 10px 0;
  border-top: 1px solid var(--bg-color);
}
table.no-border > tbody > tr > td {
  border: none;
  padding: 2px 8px;
  vertical-align: middle;
}

.booking_footer-summary {
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
}
.booking_footer-summary:hover,
.booking_footer-summary .active {
  background-color: var(--bg-color);
}

.remove-seat {
  padding: 8px;
  line-height: 1;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  color: #747781;
}
.remove-seat:hover, .remove-seat.active {
  background: #323645;
  color: white;
}

.remove-seat-details {
  padding: 8px;
  line-height: 1;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background: #323645;
  color: white;
}

.sfMovieShowtime.showTime li span.inactive {
  border: 2px solid #797878;
  color: var(--color-white);
  border-radius: 20px;
  padding: 8px 10px;
  cursor: not-allowed;
  background-color: var(--seat-unavailable);
}

.sfMovieShowtime.showTime {
  margin: 0;
}
.sfMovieShowtime.showTime li {
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.sfMovieShowtime.showTime li span {
  border: 2px solid var(--color-gray-600);
  border-radius: 20px;
  color: var(--color-white);
  display: inline-block;
  padding: 8px 10px;
  background-color: var(--seat-available);
}
.sfMovieShowtime.showTime li span:hover {
  transition: all 0.3s ease-in-out;
}

.item.noShow {
  width: 300px;
  height: 424px;
}

.book-movie-image .imageWrapper {
  position: relative;
}
.book-movie-image .imageWrapper img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.booking-info .booking-info-header {
  color: #f8f9fa;
  font-size: 22px;
  margin: 0 0 16px;
  padding: 0;
}
.booking-info .booking-form .form-grp {
  margin-bottom: 15px;
}
.booking-info .booking-form .form-grp label {
  color: var(--color-gray-500);
}
.booking-info .booking-form .form-grp:last-child {
  margin-bottom: 0;
}
.booking-info .booking-form .show-timing {
  min-height: auto;
  margin: 0;
  padding-top: 0;
}

/*--======= Reserving Summary(Grand Total) --*/
.sfGrandTotal {
  font-size: 20px !important;
  margin: 0 0 16px;
  padding: 0;
}
.sfGrandTotal h2,
.sfGrandTotal label {
  font-size: 16px;
  margin: 0;
}

.reservingSummary {
  width: 100%;
  background: white;
  border-radius: 10px;
  margin: 0 0 20px 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservingSummary label {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.reservingSummary .spanGrandTotal {
  color: var(--bg-color);
  margin: 0;
}

/*--========================= PAGE BOOKING CONFIRM --*/
.booking-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
  text-transform: capitalize;
}

.booking-cart {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: var(--card-bg);
  border-radius: 10px;
  margin-bottom: 2rem;
}
.booking-cart .total-cart {
  margin-bottom: 0;
}
.booking-cart .total-cart tr td {
  color: #e9ecef;
  font-size: 16px;
  padding: 8px 0;
  font-weight: bold;
  text-align: right;
}
.booking-cart .total-cart tr td:first-child {
  color: var(--primary-color);
  text-align: left;
}
.booking-cart .payables {
  padding: 20px 0;
  border-radius: 10px;
}
.booking-cart .btn-group {
  text-align: center;
}

.coupon {
  border: 1px dashed #909090;
  color: #ffffff;
  padding: 18px;
  width: 100%;
}
.coupon .btn-group {
  margin-top: 12px;
  text-align: right;
}

.coupon-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.group-payment-method {
  text-align: center;
}
.group-payment-method .booking-summary-payment {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.group-payment-method .booking-summary-payment li {
  margin: 0 10px 10px;
}
.group-payment-method .booking-summary-payment li:last-child, .group-payment-method .booking-summary-payment li:nth-last-child(2), .group-payment-method .booking-summary-payment li:nth-last-child(3) {
  margin-bottom: 0;
}
.group-payment-method .booking-summary-payment li .lnkPayment {
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  padding: 8px 15px;
}
.group-payment-method .booking-summary-payment li .lnkPayment:hover {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.group-payment-method .booking-summary-payment li .lnkPayment img {
  height: 40px;
  width: auto;
}

.ticket-charge {
  margin-top: 20px;
  grid-column: 2/3;
}
.ticket-charge tr td {
  padding: 12px 0;
}
.ticket-charge tr td:last-child {
  text-align: right;
}
.ticket-charge td.sfBrdRgt.sfTotal {
  font-weight: 600 !important;
  text-align: right;
  padding-right: 30px;
}
.ticket-charge td.sfTotal {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 20px !important;
}
.ticket-charge td.sfTotal:last-child {
  color: #ffa84e;
}

.seats-booked {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.seats-booked li {
  margin: 0 8px 8px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*--========= Booking */
  .sfMovieShowtime.showTime li {
    margin: 0 10px 8px 0;
  }
  .sfMovieShowtime.showTime li span {
    font-size: 14px;
    padding: 4px 8px;
  }
  .item.noShow {
    width: 192px;
    height: auto;
  }
  .book-movie-image .imageWrapper img {
    height: auto;
  }
  .booking-info .booking-info-header {
    font-size: 20px;
  }
  .booking-info .booking-form .form-grp {
    margin-bottom: 12px;
  }
  .booking {
    grid-template-columns: 192px auto;
  }
  /*--========================= PAGE SHOW DETAIL --*/
  .movies-details .movie-trailer {
    height: auto;
  }
  .movies-details .movies-info h2 {
    font-size: 28px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 12px;
    width: 100%;
  }
  .movie-cast li {
    line-height: 28px;
  }
  .view-time {
    margin: 80px 0 20px;
  }
  .view-time .audi-time p {
    font-size: 26px;
    height: 100px;
  }
  .show-time-info {
    height: 100px;
  }
  .show-time-info li a {
    align-items: center;
    display: flex;
    height: 86px;
    justify-content: center;
    width: 86px;
    font-size: 15px;
  }
  /*--========= Movie Tab --*/
  .movie-tab {
    /*--======= Reserving Summary(Grand Total) --*/
    /*--========================= PAGE BOOKING CONFIRM --*/
  }
  .movie-tab .movie-tab-menu {
    margin-bottom: 36px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 26px;
  }
  .movie-tab .sfGrandTotal {
    font-size: 18px !important;
    margin: 0 0 15px;
  }
  .movie-tab .sfGrandTotal label {
    font-size: 18px !important;
  }
  .movie-tab .reservingSummary {
    margin-bottom: 25px;
    width: 100%;
  }
  .movie-tab .booking-title {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .movie-tab .booking-cart .total-cart {
    margin-bottom: 30px;
  }
  .movie-tab .booking-cart .total-cart tr td {
    padding: 6px 0;
  }
  .movie-tab .coupon {
    border: 1px dashed #909090;
    padding: 18px 15px;
  }
  .movie-tab .coupon ul li small {
    font-size: 14px;
  }
  .movie-tab .coupon input {
    color: #f8f9fa;
    padding: 0 10px !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .movie-tab .coupon .btn, .movie-tab .coupon .btnReserveTicket {
    padding: 0 13px;
  }
  .movie-tab .coupon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .movie-tab .ticket-charge {
    margin-top: 0;
  }
  .movie-tab .ticket-charge tr td {
    padding: 12px 0;
  }
  .movie-tab .ticket-charge td.sfBrdRgt.sfTotal {
    padding-right: 30px;
  }
  .movie-tab .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .movie-tab .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .movie-tab .bookingContentWrapper .sfBookingContent {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .movie-tab .bookingContentWrapper .selection {
    flex: 40%;
    max-width: 40%;
  }
  .movie-tab .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 30px;
  }
  .movie-tab .bookingContentWrapper .sfGoldTxt {
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .reservingSummary {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    z-index: 99;
    font-size: 23px;
    padding: 15px;
    margin: 0;
  }
  .reservingSummary .spanGrandTotal {
    font-size: 20px;
  }
  .reservingSummary label {
    font-size: 13px;
  }
  /*--========================= PAGE SHOW DETAIL --*/
  .movies-details {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
  .movies-details .movie-trailer {
    height: 320px;
  }
  .movies-details .movies-info h2 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 12px;
    width: 90%;
  }
  .movie-cast li {
    line-height: 28px;
  }
  .view-time .audi-time {
    grid-column-gap: 20px;
  }
  .show-time-info li a {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 80px;
    font-size: 14px;
  }
  .sfMovieShowtime.showTime li {
    margin: 0 8px 8px 0;
  }
  .sfMovieShowtime.showTime li span {
    font-size: 14px;
    padding: 4px 8px;
  }
  .item.noShow {
    width: 192px;
    height: auto;
  }
  .book-movie-image .imageWrapper img {
    height: auto;
  }
  .booking-info .booking-info-header {
    font-size: 20px;
  }
  .booking-info .booking-form .form-grp {
    margin-bottom: 12px;
  }
  .booking {
    grid-template-columns: 192px auto;
  }
  .item-info .seat,
  .item-info .food-time,
  .item-info .food-qty {
    grid-template-columns: 70px auto;
  }
  /*--======= Reserving Summary(Grand Total) --*/
  .sfGrandTotal {
    font-size: 18px !important;
    margin: 0 0 15px;
  }
  .sfGrandTotal label {
    font-size: 18px !important;
  }
  .reservingSummary {
    width: 100%;
  }
  /*--========================= PAGE BOOKING CONFIRM --*/
  .coupon {
    border: 1px dashed #909090;
    padding: 18px 15px;
  }
  .coupon ul li small {
    font-size: 14px;
  }
  .coupon input {
    color: #f8f9fa;
    background: white !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn, .coupon .btnReserveTicket {
    color: #fff;
    padding: 0 13px;
    background-color: #db322b !important;
    border-radius: 4px;
  }
  .coupon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .ticket-charge {
    margin-top: 0;
  }
  .ticket-charge tr td {
    padding: 12px 0;
  }
  .ticket-charge td.sfBrdRgt.sfTotal {
    padding-right: 30px;
  }
  .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfGoldTxt {
    color: #ffffff;
    margin: 0 0 18px;
  }
  .group-payment-method .booking-summary-payment li .lnkPayment {
    padding: 8px 18px;
  }
  .group-payment-method .booking-summary-payment li .lnkPayment img {
    height: 36px;
  }
  .ticketRate.cssClassFormWrapper {
    padding: 26px;
  }
  .ticketRate h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td,
  .ticketRate table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  /*--========================= PAGE SHOW DETAIL --*/
  .movies-details .movie-trailer {
    height: 300px;
  }
  .movies-details .movies-info h2 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 24px;
    width: 90%;
  }
  .movie-cast li {
    line-height: 28px;
  }
  .view-time {
    margin: 90px 0 20px;
  }
  .view-time .nowshowing-detail .selectShowDays ul li {
    margin: 0 8px 0 0;
  }
  .audi-time {
    grid-column-gap: 20px;
    padding: 20px 0;
  }
  .audi-time .show-time-info {
    height: 115px;
  }
  .audi-time .show-time-info li {
    margin-right: 16px;
  }
  .audi-time .show-time-info li a {
    align-items: center;
    display: flex;
    height: 82px;
    justify-content: center;
    width: 82px;
  }
  .audi-time p {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    background: #9b9b9b;
    padding: 16px;
    color: #fff;
    min-height: 115px;
    height: 115px;
    display: flex;
    align-items: center;
  }
  .audi-time p span {
    font-size: 14px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
  }
  /*--========================= PAGE BOOKING CONFIRM --*/
  .booking-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .booking-cart .total-cart {
    margin-bottom: 30px;
  }
  .booking-cart .total-cart tr td {
    font-size: 16px;
  }
  .coupon {
    border: 1px dashed #909090;
    padding: 18px;
  }
  .coupon ul li small {
    font-size: 14px;
  }
  .coupon input {
    padding: 0 10px !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn, .coupon .btnReserveTicket {
    color: #fff;
    padding: 0 13px;
    background-color: #db322b !important;
    border-radius: 4px;
  }
  .coupon-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .ticket-charge {
    margin-top: 20px;
  }
  .ticket-charge tr td {
    padding: 12px 0;
  }
  .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .selection {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 30px;
  }
  .bookingContentWrapper .sfGoldTxt {
    color: #ffffff;
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 576px) {
  .movies-details {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 26px;
  }
  .movies-details .movie-trailer {
    height: 240px;
  }
  .movies-details .movies-info h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .movies-details .movies-info h4 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .movies-details .movies-info p {
    margin: 0 0 20px;
    width: 100%;
  }
  .movie-cast li {
    line-height: 28px;
  }
  .view-time .audi-time {
    grid-column-gap: 20px;
    grid-template-columns: auto;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }
  .view-time .audi-time .show-time-info {
    height: auto;
    justify-content: center;
    padding: 15px;
  }
  .view-time .audi-time .show-time-info li a {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
    font-size: 12px;
  }
  .no-movie {
    padding: 0 15px;
    font-size: 15px;
    height: 84px;
  }
  /*--========= Booking */
  .sfMovieShowtime.showTime li {
    margin: 0 10px 10px 0;
  }
  .sfMovieShowtime.showTime li span {
    padding: 6px 10px;
  }
  .book-movie-image .imageWrapper {
    display: inline-block;
  }
  .book-movie-image .imageWrapper img {
    height: auto;
    max-height: 240px;
    max-width: 100%;
    width: auto;
  }
  .booking-info .booking-info-header {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .booking-info .booking-form .form-grp {
    margin-bottom: 15px;
  }
  .booking-info .booking-form .form-grp label {
    color: #eee;
  }
  .booking-info .booking-form .form-grp:last-child {
    margin-bottom: 0;
  }
  .booking {
    grid-gap: 20px;
    grid-template-columns: auto;
  }
  .booking-title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .booking-cart .total-cart tr td {
    font-size: 16px;
    padding: 8px 0;
  }
  .coupon {
    border: 1px dashed #909090;
    padding: 15px;
  }
  .coupon ul li {
    color: #ffffff;
  }
  .coupon ul li small {
    color: var(--primary-color);
    float: right;
    font-size: 14px;
    font-weight: 800;
  }
  .coupon input {
    color: #f8f9fa;
    background: white !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    height: 2rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn, .coupon .btnReserveTicket {
    color: #fff;
    padding: 0 13px;
    background-color: #db322b !important;
    border-radius: 4px;
  }
  .coupon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .ticket-charge {
    margin-top: 20px;
  }
  .ticket-charge td.sfTotal {
    font-size: 18px !important;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfGoldTxt {
    color: #ffffff;
    margin: 0 0 18px;
  }
}
.innnepageTitle {
  background: url(https://images.pexels.com/photos/109669/pexels-photo-109669.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  padding: 3rem 0;
  color: white;
  background-attachment: fixed;
  background-position: top;
  position: relative;
}
.innnepageTitle h1 {
  z-index: 1;
  position: relative;
  text-align: center;
}
.innnepageTitle:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-bottom: 1px solid var(--border-color);
}

/*--========================= PAGE TICKET RATE --*/
.ticketRate {
  background-color: var(--card-bg);
  padding: 2rem;
  border-radius: 1rem;
}
.ticketRate h2 {
  font-weight: bold;
  margin: 0 0 20px;
}
.ticketRate table thead tr {
  background-color: var(--table-head-bg);
  color: #f8f9fa;
  border: 0;
}
.ticketRate table tr {
  border-bottom: 1px solid var(--border-color);
}
.ticketRate table tr td,
.ticketRate table tr th {
  border: 0;
  border-radius: 0;
  padding: 12px 15px;
}

.section-promotion {
  text-align: center;
}
.section-promotion img {
  margin: 0 auto;
  display: block;
}
.section-promotion .sf-col-md-4 {
  margin-bottom: 2rem;
}

.section-Up-coming {
  background: url("../images/upcoming-bg.jpg");
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.section-Up-coming:before, .section-Up-coming:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  height: 80%;
  z-index: -1;
}
.section-Up-coming:before {
  background: linear-gradient(var(--bg-color), transparent);
  top: 0;
}
.section-Up-coming:after {
  background: linear-gradient(transparent, var(--bg-color));
  bottom: 0;
}

@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .ticketRate.cssClassFormWrapper {
    padding: 26px;
  }
  .ticketRate h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td,
  .ticketRate table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 576px) {
  .ticketRate.cssClassFormWrapper {
    padding: 15px;
  }
  .ticketRate h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td,
  .ticketRate table tr th {
    font-size: 16px;
    vertical-align: baseline;
  }
  .ticket-profile .media-profile {
    margin-bottom: 15px;
  }
  .ticket-profile .media-profile img {
    height: 100px;
    width: 100px;
  }
  .ticket-profile .media-profile .btn-camera {
    left: calc(50% + 30px);
  }
  .ticket-profile h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .ticket-profile ul li {
    line-height: 22px;
  }
}
.sfLogo a img {
  width: auto;
  max-height: 40px;
  max-width: 100%;
  height: auto;
}

.section-brand .sfLogo a img {
  max-height: 64px;
}

.HomeListWrapper {
  margin-bottom: 40px;
}

.social-media ul {
  display: flex;
  margin: 0 -5px;
}
.social-media ul li {
  margin: 0 5px;
}
.social-media ul li a {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: white;
}
.social-media ul li a:hover {
  background-color: var(--primary-color);
}

.section-footer {
  background-color: var(--footer-bg);
  color: white;
  font-size: 14px;
  padding-bottom: 15px;
}
.section-footer .sf-row > div {
  margin-bottom: 20px;
}

.top_username {
  margin: 0 -3px;
  display: flex;
  align-items: center;
  padding: 6px 6px;
  border-radius: 25px;
  color: var(--font-color);
}
.top_username:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.top_username span {
  margin: 0 3px;
  line-height: initial;
}
.top_username i {
  margin: 0 3px;
  font-size: 24px;
}

.display-board table tr, .contact-form table tr, .notice-board table tr {
  font-size: 15px;
}
.display-board table tr th, .contact-form table tr th, .notice-board table tr th {
  color: #f8f9fa;
  font-weight: bold;
}
.display-board table tr td, .contact-form table tr td, .notice-board table tr td {
  color: #ced4da;
}

.brand-size {
  height: 60px;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Define width */
}

/* Membership card */
.section-showing .membership-card {
  position: relative;
  width: 100%;
  height: 253px;
  margin: 50px 0;
}

.card-info {
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  width: 415px;
  height: 140px;
  text-align: center;
  margin: auto;
  display: block;
}
.card-info h4 {
  color: #fff;
}
.card-info ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.card-info ul li {
  display: inline-block;
}
.card-info ul li a {
  color: #fff;
}

/* --================================ MOVIE ITEM =====================-- */
/* Sider-pannel */
.list-items li small {
  background: #162a64;
  color: #fff;
  display: inline-block;
  border-radius: 24px;
  padding: 3px 10px;
  margin: 0px 5px 5px 0px;
  font-size: 12px;
}

/* BTN */
img.vip-card {
  width: 50px !important;
}

/* End */
/* Img Hover Effect */
.now-showing-wrapper.clearfix {
  margin: 30px 0px -18px;
}

.movie-title h3 {
  color: #fff;
  text-align: center;
  margin: 15px auto 3px;
  font-size: 18px;
}

.movie-title p {
  text-align: center;
  color: var(--seat-sold);
}

/* End */
/* ShowTime */
.nowshowing-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nowshowing-detail h2 {
  border-left: 3px solid;
  padding-left: 10px;
}

.sfNowShowingWrapper ul li {
  margin: 0;
}

/* End */
/* Banner Dots */
/*--========= Movie Tab --*/
.movie-tab .movie-tab-menu {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0 auto 44px;
  max-width: 500px;
}
.movie-tab .movie-tab-menu li {
  background: transparent;
  box-shadow: none;
  color: var(--color-gray-500);
  cursor: pointer;
  font-weight: 600;
  font-size: 26px;
  line-height: 60px;
  margin-right: 30px;
  text-transform: capitalize;
}
.movie-tab .movie-tab-menu li:last-child {
  margin: 0;
}
.movie-tab .movie-tab-menu li.active {
  color: var(--primary-color);
}

.movie-tab-content .hide.active {
  display: block !important;
}

.movie-tab-content .hide {
  display: none;
}

.coming-soon-title {
  position: absolute;
  background: var(--seat-sold);
  top: 0;
  right: 0;
  color: #fff;
  padding: 8px;
}
.coming-soon-title p {
  color: #fff;
  margin: 0;
}

li.effect {
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.movie-tab ul li.movie-item.active:nth-child(1) ~ .effect {
  background: var(--seat-sold);
  left: 0;
  z-index: 0;
}

.movie-tab ul li.movie-item.active:nth-child(2) ~ .effect {
  background: var(--seat-sold);
  z-index: 0;
  left: 151px;
}

/* Payment Ticket */
.divPrintBill > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin: 40px 0px;
}

ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 85px 85px 85px 85px 85px 200px;
}
ul.purchased li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 18px;
}

/* Movie */
.sfInnerPage .seat-status-info {
  padding: 0;
}

.sfInnerPage .now-showing {
  margin-bottom: 80px;
}

.sfInnerPage .next-change-movies {
  min-height: 500px;
}

.sfInnerPage .select-nowshowing ul > li a {
  color: #838383;
  border-color: #838383;
}

/*--========================================= MAIN STYLES --*/
/*--========================= Theme Classes --*/
/*--========================= Theme Objects --*/
.content-empty {
  background: rgba(4, 14, 23, 0.8);
  border: 1px solid #eeeeee;
  border-radius: 12px;
  align-items: center;
  display: flex;
  height: 320px;
  flex-direction: column;
  justify-content: center;
}
.content-empty i {
  color: #007BFF;
  font-size: 60px;
}
.content-empty p {
  color: #f8f9fa;
  font-size: 26px;
}

.display-board, .contact-form, .notice-board {
  background: var(--card-bg);
  color: #e9ecef;
  padding: 30px;
  border-radius: 1rem;
}

.title-block {
  background: #db322b;
  color: #fff;
  font-size: 26px;
  padding: 14px 30px;
  margin: 0 0 10px;
}

.title-page {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 62px;
}
.title-page h2 {
  color: var(--primary-color);
  font-size: 60px;
  font-weight: 400;
  line-height: 38px;
  padding: 0 3px;
  position: relative;
  text-transform: uppercase;
}
.title-page img {
  height: 72px;
  padding: 0 3px;
  width: auto;
}

.title-section > * {
  margin: 0px 0 20px 0;
}
.title-section h3,
.title-section .title-text {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: capitalize;
  position: relative;
}
.title-section h3:after,
.title-section .title-text:after {
  content: "";
  height: 4px;
  width: 4px;
  background: #db322b;
  display: inline-block;
  border-radius: 50%;
}

.title-group {
  color: var(--color-gray-200);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: capitalize;
}

.ticket-status-index {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticket-status-index li {
  align-items: center;
  color: var(--color-gray-600);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.ticket-status-index li:last-child {
  margin-right: 0;
}
.ticket-status-index li span {
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  width: 10px;
}
.ticket-status-index li span.un-available {
  border-color: var(--seat-unavailable);
}
.ticket-status-index li span.sold {
  border-color: var(--seat-sold);
}
.ticket-status-index li span.booked {
  border-color: var(--seat-booked);
}
.ticket-status-index li span.available {
  border-color: var(--seat-available);
}

.selectShowDays ul {
  display: flex;
  list-style: outside none none;
  margin: 0 0 0 -15px;
  max-width: calc(100vw - 32px);
  overflow: auto;
  padding: 5px 15px;
}
.selectShowDays ul li {
  margin: 0 5px;
}
.selectShowDays ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  color: var(--font-color);
  background: linear-gradient(var(--bg-color), var(--card-bg));
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.selectShowDays ul li a br {
  display: none;
}
.selectShowDays ul li:first-child {
  margin-left: 0;
}
.selectShowDays ul li:last-child {
  margin-right: 0;
}
.selectShowDays ul .active a {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  background: linear-gradient(var(--bg-color), rgba(var(--primary-color-rgb), 0.2));
}
.selectShowDays ul a:hover {
  color: var(--primary-color);
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  border-color: var(--primary-color);
  background-color: transparent;
}

/*--========================= Theme Modules --*/
/*-- For floating menu --*/
.social-login {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.social-login p {
  color: #ddd;
  margin: 0;
}
.social-login i {
  width: 45px;
  height: 45px;
  background: #ddd;
  border-radius: 45px;
  color: #060d21;
  text-align: center;
  line-height: 2.1;
  font-size: 21px;
  margin: 0 10px 0 0;
}
.social-login i:hover {
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

/*--========================= HOME PAGE --*/
#sfBanner {
  margin: 0;
  margin-top: -96px;
}

.sfMovieShowcase {
  position: relative;
}

.now-showing-movies .item {
  position: relative;
}

.bx-wrapper {
  background: #595959;
}

.movie-poster {
  width: 100%;
  position: relative;
}
.movie-poster:after {
  content: "";
  background: linear-gradient(transparent, var(--bg-color));
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.movie-poster img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  max-height: 80vh;
}
.movie-poster .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.15) 37%, var(--bg-color));
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-icon-text {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.btn-icon-text:before {
  display: none;
}
.btn-icon-text span {
  margin-left: 8px;
}

.section-showing {
  background-size: contain;
}

.seat-status-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}

.promotion-carousel {
  position: relative;
}
.promotion-carousel .item-promotion img {
  height: auto;
  min-height: 200px;
  object-fit: cover;
  width: 100%;
}
.promotion-carousel .owl-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: calc(100% + 40px);
}
.promotion-carousel .owl-nav button {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  background: rgba(196, 196, 196, 0.7) !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 18px !important;
}
.promotion-carousel .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.7) !important;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.promotion-carousel .owl-nav button:focus {
  outline: none;
}

/*--========================= PAGE SHOW DETAIL --*/
/*--========================= PAGE BOOKING --*/
/*--========= Booking */
.sfAccordianStyleAHeader {
  margin-bottom: 20px;
  background-color: var(--card-bg);
  border-radius: 20px;
}
.sfAccordianStyleAHeader h4 {
  margin: 0;
  padding: 12px 24px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.sfAccordianStyleAHeader .layout-body {
  padding: 24px;
}

.sfSummaryDetails.list-items > li > label {
  width: 90px;
}

.notice-board {
  margin-top: 10px;
  border-radius: 0 0 20px 20px;
}
.notice-board h3 {
  color: #eeeeee;
  margin: 0 0 12px;
}
.notice-board h3 span {
  color: var(--primary-color);
  white-space: nowrap;
}
.notice-board ul {
  margin: 0;
}
.notice-board ul li {
  color: #aaaaaa;
}

.note-text {
  color: #ced4da;
  font-style: italic;
  margin-top: 30px;
  text-align: center;
}

/*--========================= PAGE CONTACT --*/
.contact-details {
  padding-right: 40px;
}

.contact-form {
  border-radius: 20px;
}

.map-section iframe {
  height: 420px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*--========================= Theme Objects --*/
  .content-empty {
    height: 280px;
  }
  .content-empty p {
    font-size: 24px;
  }
  .display-board, .notice-board, .contact-form {
    padding: 25px;
  }
  .padding-block {
    padding: 18px 0;
  }
  .padding-section {
    padding: 45px 0;
  }
  .padding-page {
    padding: 60px 0;
  }
  .title-block {
    font-size: 24px;
    padding: 12px 25px;
    margin: 0 0 8px;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 36px;
    line-height: 42px;
    padding: 0 3px;
  }
  .title-page img {
    height: 40px;
  }
  .title-section h3,
  .title-section .title-text {
    font-size: 25px;
  }
  .title-group {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .now-showing-movies .item .movie-content h3,
  .now-showing-movies .item .movie-content .movie-title {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 10px;
  }
  .now-showing-movies .item .movie-content .movie-info {
    font-size: 17px;
    margin: 0 0 12px;
  }
  .movie-poster img {
    max-height: calc(100vh - 200px);
    min-height: 280px;
  }
  .btn-icon-text span {
    margin-left: 8px;
  }
  .btn-ticket {
    bottom: 20px;
    right: 40px;
  }
  .btn-ticket i {
    font-size: 24px;
  }
  .btn-trailer i {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px;
    font-size: 24px;
  }
  .display-board, .notice-board, .contact-form {
    padding: 22px;
  }
  .list-items li {
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  /*--========================= Theme Objects --*/
  #sfBanner {
    margin: 0;
    margin-top: -72px;
  }
  .movie-poster img {
    height: 350px;
    min-height: 180px;
  }
  .content-empty {
    height: 220px;
  }
  .content-empty p {
    font-size: 20px;
  }
  .display-board, .notice-board, .contact-form {
    padding: 20px;
  }
  .padding-section {
    padding: 45px 0;
  }
  .padding-page {
    padding: 70px 0;
  }
  .title-block {
    font-size: 22px;
    margin: 0 0 8px;
    padding: 12px 20px;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 60px;
  }
  .title-section h3 {
    font-size: 24px;
    line-height: 54px;
  }
  .movies-showing,
  ul.coming-soon-movies,
  ul.next-change-movies {
    margin: 0;
  }
  /*--========================= Theme Modules --*/
  /*-- For floating menu --*/
  .section-footer .sfHtmlview .sf-row > div {
    margin-bottom: 30px;
  }
  .section-footer .footer-links li a {
    line-height: 28px;
  }
  .section-footer .brand-footer {
    margin-bottom: 15px;
  }
  .section-footer .brand-footer img {
    height: 36px;
  }
  .section-footer .brand-footer span {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .section-footer .item p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
  /*--========================= LOGIN PAGE --*/
  /*--========================= HOME PAGE --*/
  .now-showing-movies .item .movie-content h3,
  .now-showing-movies .item .movie-content .movie-title {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 10px;
  }
  .now-showing-movies .item .movie-content .movie-info {
    display: none;
    font-size: 17px;
    margin: 0 0 12px;
  }
  .now-showing-movies .item .movie-content .btn-group {
    margin-top: 10px;
  }
  .promotion-carousel .item-promotion img {
    height: auto;
    min-height: 180px;
  }
  .promotion-carousel .owl-nav {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .promotion-carousel .owl-nav button {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
    font-size: 17px !important;
  }
  /*--========================= PAGE BOOKING --*/
  /*--========= Booking */
  .list-items > li {
    line-height: 34px;
  }
  .h-divider {
    margin: 20px 0;
    padding: 0 80px;
  }
  /*--========================= PAGE TICKET RATE --*/
  .notice-board h3 {
    font-size: 22px;
  }
  .note-text {
    font-size: 24px;
    margin-top: 26px;
  }
  /*--========================= PAGE MY TICKET --*/
  /*--========================= PAGE CONTACT --*/
  .contact-details {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .contact-form {
    padding-left: 0;
  }
  .map-section iframe {
    height: 340px;
  }
  /*--========================= PAGE USER PROFILE --*/
  .inline-group .input-inline {
    margin-right: 30px;
  }
  /*--========================= Page GENERAL CONTENT --*/
  .content-general p {
    margin: 0 0 10px 0;
  }
  .content-general h1 {
    font-size: 32px;
  }
  .content-general h2 {
    font-size: 27px;
  }
  .content-general h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .content-general h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .content-general h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .content-general h6 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .content-general .item-desc {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  /*--========================================= MAIN STYLES --*/
  /*--========================= Theme Classes --*/
  /*--========================= Theme Objects --*/
  .content-empty {
    height: 120px;
  }
  .content-empty p {
    font-size: 17px;
  }
  .padding-section {
    padding: 38px 0;
  }
  .padding-page {
    padding: 40px 0;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 60px;
  }
  .selectShowDays ul li {
    margin: 0 3px;
  }
  .selectShowDays ul li a {
    font-size: 14px;
    line-height: 46px;
  }
  .movies-showing,
  ul.coming-soon-movies,
  ul.next-change-movies {
    margin: 0;
  }
  /*--========================= Theme Modules --*/
  .info-icon li {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .info-icon li i {
    line-height: 24px;
    margin-right: 8px;
    width: 30px;
  }
  .section-page-title {
    height: auto;
  }
  /*--========================= LOGIN PAGE --*/
  /*--========================= HOME PAGE --*/
  .movie-poster img {
    height: 80vh;
    min-height: 80vh;
  }
  .now-showing-movies .item .movie-content {
    bottom: 24px;
    left: 0;
    padding: 0 30px;
    width: 100%;
  }
  .now-showing-movies .item .movie-content h3,
  .now-showing-movies .item .movie-content .movie-title {
    font-size: 26px;
  }
  .now-showing-movies .item .movie-content .movie-genre {
    display: none;
  }
  .now-showing-movies .item .movie-content .movie-info {
    display: none;
  }
  .movie-poster img {
    max-height: 90vh;
    min-height: 200px;
  }
  /*--========= Movie Tab --*/
  .movie-tab .movie-tab-menu {
    margin-bottom: 26px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 22px;
  }
  .list-items > li {
    font-size: 16px;
    line-height: 34px;
  }
  /*--========================= PAGE TICKET RATE --*/
  .note-text {
    font-size: 20px;
    margin-top: 22px;
  }
  /*--========================= PAGE CONTACT --*/
  .contact-input-field .sfFormGroup {
    margin-bottom: 20px;
  }
  .map-section iframe {
    height: 380px;
  }
  /*--========================= PAGE USER PROFILE --*/
  .inline-group .input-inline {
    margin-right: 30px;
  }
  /*--========================= Page GENERAL CONTENT --*/
  .content-general a {
    color: royalblue;
    text-decoration: none;
  }
  .content-general p {
    color: #dddddd;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 10px 0;
  }
  .content-general h1,
  .content-general h2,
  .content-general h3,
  .content-general h4,
  .content-general h5,
  .content-general h6 {
    color: #ffffff;
    font-weight: 600;
  }
  .content-general h1 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .content-general h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .content-general h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .content-general h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .content-general h5 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .content-general h6 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .content-general ol {
    list-style: decimal-leading-zero;
    padding-left: 26px;
  }
  .content-general ol li {
    color: #dddddd;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general ul {
    padding-left: 18px;
    list-style: disc;
  }
  .content-general ul li {
    color: #dddddd;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  /*--========================= Theme Objects --*/
  .content-empty {
    height: 200px;
  }
  .content-empty p {
    font-size: 18px;
  }
  .display-board, .notice-board, .contact-form {
    padding: 15px;
  }
  .padding-section {
    padding: 30px 0;
  }
  .padding-page {
    padding: 56px 0;
  }
  .title-block {
    font-size: 20px;
    padding: 12px 15px;
    margin: 0 0 8px;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 60px;
  }
  .title-section {
    text-align: center;
  }
  .title-section h3,
  .title-section .title-text {
    font-size: 20px;
    line-height: 42px;
  }
  .movies-showing,
  ul.coming-soon-movies,
  ul.next-change-movies {
    grid-template-columns: repeat(1, 1fr);
  }
  .seat-status-info,
  .nowshowing-detail {
    align-items: center;
    flex-direction: column;
  }
  .ticket-status-index {
    justify-content: center;
  }
  .selectShowDays ul li {
    margin: 0 6px;
  }
  .selectShowDays ul li a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 8px;
  }
  /*--========================= Theme Modules --*/
  .section-page-title {
    height: auto;
  }
  /*--========================= HOME PAGE --*/
  .sfMovieShowcase {
    clip-path: none;
  }
  .now-showing-movies .item .movie-content {
    padding: 0 15px;
    width: 100%;
  }
  .now-showing-movies .item .movie-content .movie-info {
    display: none;
  }
  .promotion-carousel .item-promotion img {
    height: auto;
    min-height: 180px;
  }
  .promotion-carousel .owl-nav {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .promotion-carousel .owl-nav button {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
    font-size: 16px !important;
  }
  /*--========= Movie Tab --*/
  .movie-tab .movie-tab-menu {
    justify-content: center;
    margin-bottom: 22px;
  }
  .movie-tab .movie-tab-menu li {
    font-size: 20px;
    margin-right: 20px;
  }
  /*--========================= PAGE SHOW DETAIL --*/
  /*--========================= PAGE BOOKING --*/
  /*--======= Reserving Summary(Grand Total) --*/
  /*--========================= PAGE BOOKING CONFIRM --*/
  .list-items > li {
    font-size: 15px;
    line-height: 32px;
  }
  /*--========================= PAGE TICKET RATE --*/
  .notice-board h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .notice-board ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .note-text {
    font-size: 18px;
    margin-top: 22px;
  }
  /*--========================= PAGE MY TICKET --*/
  /*--========================= PAGE CONTACT --*/
  .contact-details {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .contact-form {
    padding-left: 0;
  }
  .map-section iframe {
    height: 240px;
  }
  /*--========================= PAGE USER PROFILE --*/
  .inline-group .input-inline {
    margin-right: 30px;
  }
  /*--========================= Page GENERAL CONTENT --*/
  .content-general p {
    margin: 0 0 10px 0;
  }
  .content-general h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .content-general h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .content-general h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .content-general h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .content-general h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .content-general h6 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .content-general .item-desc {
    margin-bottom: 22px;
  }
}
.banner-actions {
  margin: 16px -8px;
}
.banner-actions > * {
  margin: 4px 8px;
  font-weight: 600;
  padding: 5px 25px;
  height: auto;
}

@media (max-width: 768px) {
  .banner-actions > * {
    padding: 3px 15px;
  }
}
.show-detail {
  background: var(--card-bg);
  margin-top: -130px;
  padding-bottom: 60px;
}

.movies-backdrop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movies-backdrop .watch-trailer {
  position: absolute;
  font-size: 4rem;
  display: block;
  line-height: 5rem;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.movies-backdrop .watch-trailer:hover {
  transform: scale(1.4);
}
.movies-backdrop img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.movies-backdrop:after {
  content: "";
  background: linear-gradient(transparent, #182356);
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.movies-details {
  margin-top: -100px;
}
.movies-details .movie-trailer {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.movies-details .movie-trailer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.movies-desc {
  z-index: 9;
  position: relative;
}

@media screen and (max-width: 768px) {
  .show-detail {
    padding-bottom: 20px;
  }
  .movies-details {
    margin-top: -72px;
  }
  .movies-details .movie-trailer {
    display: none;
  }
  .view-time {
    padding-top: 40px;
  }
}
.booking-form .clearfix {
  margin-bottom: 15px;
}

.sfAccordianStyleAHeader > h4 {
  background-color: var(--table-head-bg);
  color: #f8f9fa;
  border-radius: 5px;
}

.page-label {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 13px;
}

.layout-title {
  margin: 0 0 10px;
  font-size: 20px;
}

.owl-wrapper-outer:after, .owl-wrapper-outer:before {
  width: 80px;
  height: 100%;
  display: block;
  top: 0;
  z-index: 9;
  position: absolute;
  pointer-events: none;
}
.owl-wrapper-outer:after {
  right: 0;
  background: linear-gradient(90deg, transparent, var(--bg-color));
}
.owl-wrapper-outer:before {
  left: 0;
  background: linear-gradient(-90deg, transparent, var(--bg-color));
}

.movGrade.no-show {
  display: none;
}

.frgot-psw {
  text-align: center;
}

.slick-initialized .slick-slide {
  display: flex !important;
}

.dn {
  display: none;
}

.divWebLock {
  align-self: center;
}
.divWebLock p {
  font-weight: bold;
}

/*# sourceMappingURL=custom.css.map */
