@import "https://use.fontawesome.com/releases/v5.8.2/css/all.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*
@media screen and (max-width: 768px){
	.sfFormStyleA .sfNormalContentHolder1 .input-group {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		flex-direction: column;
	}
	.sfFormStyleA .sfNormalContentHolder1 .input-group label{
		flex: initial;
			max-width: 100%;
	}
	.sfFormStyleA .sfNormalContentHolder1 .input-group .sfInputbox{
		flex: 1;
		max-width: 100%;
			width: 100%;
	}

	.sfFormStyleA .sfNormalContentHolder1{
		margin:0;
	}
}
*/
:root {
  --primary-color: #E97226;
  --primary-color-dark: #f89832;
  --primary-color-darker: #f88c18;
  --secondary-color: #59427D;
  --secondary-tert: #2F4858;
  --seat-available: #4caf50;
  --seat-booked: #ffc107;
  --seat-sold: #e11e26;
  --seat-unavailable: #999999;
  --seat-booking-available: #495760;
  --seat-booking-selected: #4caf50;
  --seat-booking-booked: #ffc107;
  --seat-booking-sold: #e11e26;
  --seat-booking-unavailable: #ebebeb;
  --seat-booking-available-hover: #b0b1bd;
  --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;
  --anchor-hover-color:#e9bb8b;
  --bg-color: #121212;
  --card-bg: #1c1c1c;
  --header-bg: #121212;
  --menu-text-color: #fff;
  --input-field-bg: #fff;
  --input-field-bg-hover: #2d4050;
  --link-font-color: #ffa84e;
  --border-color: #30465a;
  --input-border-color: --input-field-bg;
  --seat-booking-available: #495760;
  --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;
}

/*-- Movie Color Index */
/*--========================= Font Sizes --*/
/*--========================= Form --*/
/*--========================= Badges --*/
.fr-1x {
  width: 100%;
}

.fr-2x {
  width: 50%;
}

.fr-3x {
  width: 33.3333333333%;
}

.fr-4x {
  width: 25%;
}

.fr-5x {
  width: 20%;
}

.fr-6x {
  width: 16.6666666667%;
}

.fr-7x {
  width: 14.2857142857%;
}

.fr-8x {
  width: 12.5%;
}

.fr-9x {
  width: 11.1111111111%;
}

.fr-10x {
  width: 10%;
}

.circle {
  border-radius: 50%;
  border-radius: 50%;
}

.img-full {
  height: auto;
  width: 100%;
  height: auto;
  width: 100%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.svj-flex {
  align-items: center;
  display: flex;
}

.svj-flex-just {
  align-items: center;
  display: flex;
  justify-content: center;
}

.svj-pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.svj-pagination li {
  align-items: center;
  display: flex;
  justify-content: center;
  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: #231f20;
}
.svj-pagination .active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.svj-flex-top {
  align-items: flex-start;
  display: flex;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

.p-abs {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-rel {
  position: relative;
}

button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

.btn-block {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 14px;
  text-decoration: none;
  width: 100%;
}
.btn-block:hover {
  background: transparent;
  color: var(--primary-color);
  -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;
}

.btn-circle {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}
.btn-circle:hover {
  background: transparent;
  color: var(--primary-color);
  -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;
}

.btn-core {
  background: none;
  border: none;
  color: var(--primary-color);
  display: inline-block;
  padding: 0;
  text-decoration: none;
}

.btn-icon-info {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
}
.btn-icon-info i {
  margin-right: 6px;
}
.btn-icon-info:hover {
  background: transparent;
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-lng {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  display: inline-block;
  padding: 8px 56px;
  text-decoration: none;
}
.btn-lng:hover {
  background: transparent;
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-sqr {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}
.btn-sqr:hover {
  background: transparent;
  color: var(--primary-color);
  -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;
}

.btn-prime {
  background: #231f20;
  border: 1px solid #231f20;
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
}
.btn-prime:hover {
  background: transparent;
  color: #231f20;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-sec {
  background: #565656;
  border: 1px solid #565656;
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
}
.btn-sec:hover {
  background: transparent;
  color: #565656;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-theme {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
  background: var(--primary-color) !important;
  color: #fff !important;
  font-size: 18px;
  float: none;
  margin: auto;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}
.btn-theme:hover {
  background: transparent;
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-success {
  background-color: #1e7e34;
  border-color: #1e7430;
  color: #fff;
}
.btn-success:hover {
  background: transparent;
  color: #1e7e34;
  -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;
}

.btn-danger {
  background-color: #bd2130;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger:hover {
  background: transparent;
  color: #bd2130;
  -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;
}

.btn-warning {
  background-color: #d39e00;
  border-color: #d39e00;
  color: #fff;
}
.btn-warning:hover {
  background: transparent;
  color: #d39e00;
  -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;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  background: transparent;
  color: #17a2b8;
  -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;
}

.btn-o {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
}
.btn-o:hover {
  background: var(--primary-color);
  color: #ffffff;
  -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;
}

.btn-rnd {
  border-radius: 28px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.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: 0.4s;
  -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.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.svj-accordion .accordion-title {
  background: #f1f1f1;
  padding: 16px 15px;
}
.svj-accordion .accordion-content {
  background: #f9f9f9;
  display: none;
  padding: 20px 15px;
}

.svj-form {
  width: 100%;
}
.svj-form label {
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.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] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form input[type=date] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form input[type=number] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form input[type=password] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form input[type=text] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form input[type=tel] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form input[type=url] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form select {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #565656;
  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]: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;
}
.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;
}

.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 {
  display: table-cell;
}
.info-list li .cell:first-child {
  color: #231f20;
}
.info-list li .cell:last-child {
  color: #bfb9a6;
}
.info-list li div {
  display: table-cell;
}
.info-list li div:first-child {
  color: #231f20;
}
.info-list li div:last-child {
  color: #bfb9a6;
}

.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 var(--primary-color);
}
.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: #bfb9a6;
  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: var(--primary-color);
}
.table-list .table-body .table-title .cell {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}
.table-list .table-body .table-title-sm {
  background: var(--primary-color);
  display: none;
}
.table-list .table-body .table-title-sm .cell {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}

.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: var(--primary-color);
  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: #bfb9a6;
  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%;
}

.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;
}

.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;
}

.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 var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  margin-right: 8px;
}
.svj-social .item-round-o:hover {
  background: var(--primary-color);
  color: #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;
}

.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: #565656;
  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: var(--primary-color);
  border: 0;
  color: #ffffff;
  height: 40px;
}

.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: #565656;
  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 var(--primary-color);
  color: var(--primary-color);
}
.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: #565656;
  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 var(--primary-color);
  color: var(--primary-color);
}
.svj-tab-v .panel {
  display: none;
  margin-bottom: 30px;
}
.svj-tab-v .active {
  display: block;
}

.svj-table {
  width: 100%;
}

.svj-chat-box .header {
  border-bottom: 1px solid #eeeeee;
  color: #231f20;
  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: var(--primary-color);
  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: #231f20;
}
.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: var(--primary-color);
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  padding: 15px;
}

.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;
}

.svj-dropdown {
  position: relative;
  width: 30px;
}
.svj-dropdown .btn-dropdown {
  color: var(--primary-color);
  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 #a8a8a8;
  -moz-box-shadow: 0 0 60px 0 #a8a8a8;
  box-shadow: 0 0 60px 0 #a8a8a8;
}
.svj-dropdown .dropdown-menu li button {
  color: #bfb9a6;
  font-size: 16px;
  line-height: 32px;
}
.svj-dropdown .dropdown-menu li button i {
  margin-right: 12px;
  text-align: center;
  width: 20px;
}

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);
  position: relative;
  background: url("/Templates/Pathivara_Cineplazaa/images/bg-body_.jpg") center fixed;
  background-size: cover;
}

a {
  color: var(--link-font-color);
  text-decoration: none;
}

.membership-card {
  position: relative;
  width: 100%;
  height: 253px;
  margin: 50px 0px;
}

.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;
}

.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;
  margin: 0;
  width: -webkit-fill-available;
}

.no-movie {
  background: var(--card-bg);
  color: var(--primary-color);
  padding: 20px;
  width: 100%;
  border-left: 5px solid var(--primary-color);
  font-weight: bolder;
  font-size: 17px;
}

.sfMovieShowtime.showTime li {
  display: inline-block;
  margin: 10px 10px 15px 0px;
  cursor: pointer;
}
.sfMovieShowtime.showTime li span.inactive {
  border: 2px solid #797878;
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 10px;
  cursor: not-allowed;
  background: #9b9b9b;
}
.sfMovieShowtime.showTime li span.inactive:hover {
  box-shadow: none;
}
.sfMovieShowtime.showTime li span {
  border: 2px solid #4caf50;
  border-radius: 20px;
  color: #4caf50;
  display: inline-block;
  padding: 8px 10px;
}
.sfMovieShowtime.showTime li span:hover {
  box-shadow: 0 0 10px 1px rgba(38, 59, 160, 0.5803921569);
  transition: all 0.3s ease-in-out;
}

.item.noShow {
  width: 300px;
  height: 424px;
}

.sfInnerContainer {
  margin: 100px 0px;
}

.wrap.booking-form div {
  margin-bottom: 15px;
}

.summary-pannel,
.ticket-summary {
  width: 100%;
  padding: 20px;
  background: var(--card-bg);
  border-radius: 10px;
  margin-bottom: 20px;
}
.summary-pannel table tr,
.ticket-summary table tr {
  line-height: 1.8;
}

.food-summary {
  border: 2px solid var(--primary-color);
  border-radius: 22px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  grid-column: 2/3;
  grid-row: 3/4;
  margin-top: 30px;
  color: #000;
}
.food-summary table tr {
  line-height: 1.8;
}
.food-summary table tr td:first-child {
  color: #231f20;
  font-weight: 600;
  font-size: 20px;
}
.food-summary:hover {
  box-shadow: 0 0 5px 1px #eee;
  transition: all 0.3s ease-in-out;
}

td.menuName {
  line-height: 1.3;
  vertical-align: middle;
}

.booking-cart {
  box-sizing: border-box;
  width: 100%;
}
.booking-cart table tr {
  line-height: 1.8;
}
.booking-cart .total-cart {
  margin-bottom: 30px;
}
.booking-cart .total-cart tr td {
  background: #e6dec6;
  color: #231f20;
  font-size: 19px;
  padding: 8px 15px;
  font-weight: bold;
  text-align: right;
}
.booking-cart .total-cart tr td:first-child {
  color: var(--primary-color);
  text-align: left;
}

.list-items {
  list-style-type: none;
  margin: 0;
}
.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;
  font-family: "Roboto Mono", monospace;
}
.list-items li span {
  padding-left: 12px;
}

.sfSummaryDetails ul {
  margin: 0 -4px;
}
.sfSummaryDetails ul li {
  border-radius: 4px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--seat-booking-available);
  color: var(--font-color);
  text-align: center;
  margin: 0 4px;
}
.sfSummaryDetails li {
  display: table-row;
}
.sfSummaryDetails li * {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}

.sfGrandTotal label {
  font-weight: 600;
  color: #e11e26;
  font-size: 20px !important;
}
.sfGrandTotal span {
  font-weight: 600;
  color: #e11e26;
  font-size: 20px !important;
}

h6.sfSeatIdentificatoin {
  font-size: 14px;
  font-weight: 600 !important;
  color: #364cc5 !important;
}
h6.sfSeatIdentificatoin span {
  color: #ffffff;
  background: #162a64;
  border-radius: 20px;
  padding: 3px 10px;
  margin-left: 10px;
  font-weight: 100;
}

h6.timeName.sfTimeInterval {
  font-size: 14px;
  font-weight: 600 !important;
  color: #364cc5 !important;
}
h6.timeName.sfTimeInterval span {
  color: #162a64;
  font-weight: 100;
}

.btn {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 10px 24px;
}
.btn:hover {
  background-color: #f4844a;
  -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;
}

.btnReserveTicket {
  background: #009688 !important;
  border-color: #009688;
  border-radius: 64px !important;
  transition: all 0.3s ease-in-out;
}
.btnReserveTicket:hover {
  box-shadow: 0px 0px 4px 2px #009688 !important;
}

.food-reserve {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn-large:hover {
  background-color: #f4844a;
  -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;
}

.btn-small:hover {
  background-color: #f4844a;
  -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;
}

ul.booking-summary-payment {
  background: #e6dec6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  list-style-type: none;
  padding: 15px;
}
ul.booking-summary-payment li {
  display: inline-block;
  margin-right: 20px;
}
ul.booking-summary-payment li .lnkPayment {
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px;
}
ul.booking-summary-payment li .lnkPayment img {
  height: 40px;
  width: auto;
}
ul.booking-summary-payment li .lnkPayment:hover {
  background: rgba(255, 255, 255, 0.5);
  -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;
}

.booking-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  width: 1200px;
  margin: auto;
  grid-gap: 2em;
}

img.vip-card {
  width: 50px !important;
}

.sfAccordianStyleAHeader > h4 {
  align-items: center;
  background: var(--primary-color);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 0;
}
.sfAccordianStyleAHeader .fa-chevron-up:before {
  content: "\f078";
}
.sfAccordianStyleAHeader:hover h4.sfFoodName {
  color: #000;
}

.sfAccordianStyleAHeader.active .fa-chevron-up:before {
  content: "\f077";
}

.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;
}

.reservingSummary {
  width: 400px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  clear: both;
  display: table;
  border: 1px solid #e11e26;
  box-sizing: border-box;
  margin-top: 15px;
}
.reservingSummary:hover {
  box-shadow: 0px 0px 5px 1px #e11e26;
  transition: all 0.3s ease-in-out;
}

.sfBtn.smlbtn-primary {
  float: right;
}
.sfBtn.smlbtn-primary i {
  margin-right: 5px;
}

.sfBtn.smlbtn-cancel {
  float: right;
  margin-right: 15px;
}
.sfBtn.smlbtn-cancel i {
  margin-right: 5px;
}

.warning {
  background: #e11e26;
}

.error {
  background: #9a0000;
}

.sucess {
  background: #559f00;
}

.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: #e11e26;
}

.nowshowing-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.nowshowing-detail h2 {
  border-left: 3px solid;
  padding-left: 10px;
}

.seat-status-info {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: url(/Templates/Pathivara_Cineplazaa/images/slidernav-icon.png);
}
.bx-wrapper .bx-pager {
  background: none;
  border: none;
  left: 0;
  bottom: 30px;
}

.movie-tab > ul {
  align-items: center;
  background: #445c72;
  border-radius: 40px;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
  margin: 0 auto 44px;
  max-width: 228px;
  height: 55px;
  position: relative;
}
.movie-tab > ul li {
  cursor: pointer;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}
.movie-tab > ul li.active {
  background: var(--primary-color);
  transition: color 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 1;
}
.movie-tab ul li.movie-item.active:nth-child(1) ~ .effect {
  background: #e11e26;
  left: 0;
  z-index: 0;
}
.movie-tab ul li.movie-item.active:nth-child(2) ~ .effect {
  background: #e11e26;
  z-index: 0;
  left: 151px;
}

.movie-tab-content .hide.active {
  display: block !important;
}
.movie-tab-content .hide {
  display: none;
}

.coming-soon-title {
  position: absolute;
  background: #e11e26;
  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);
}

.popup_container {
  background: #fff;
  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);
}

.popup_content {
  padding: 20px;
}

.popup_message {
  margin-bottom: 20px;
}

.popup_title {
  padding: 15px 20px;
  font-size: 18px;
  background: #231f20;
  margin: 0;
}

.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;
}
ul.purchased li a {
  color: #575757;
}

.sfInnerPage {
  margin: 5% 0%;
}
.sfInnerPage .selectShowDays ul > li.active a {
  color: #4caf50;
  border-color: #4caf50;
}
.sfInnerPage .selectShowDays ul > li a:hover {
  color: #4caf50;
  border-color: #4caf50;
}
.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;
}

.sfFoodSearchBar p input {
  color: #000;
}
.sfFoodSearchBar input {
  background: #e11e26;
  border: none;
  padding: 5px 20px;
  border-radius: 37px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 15px;
  margin-left: 30px;
}

.food-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  transition: all 0.3s ease-in-out;
}
.food-card:hover {
  background: rgba(240, 240, 240, 0.9215686275);
  transition: all 0.3s ease-in-out;
}

.food-section {
  margin: auto;
}

.food-item {
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0;
}

.food-detail i {
  font-size: 20px;
  text-align: center;
  margin: auto;
  display: block;
  transition: all 0.3s ease-in-out;
  color: #c5c5c5;
}
.food-detail i:hover {
  color: #d6690a;
  transition: all 0.3s ease-in-out;
}

.food-item.collapse .food-detail i {
  color: #e11e26;
}
.food-item.collapse .food-content {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  padding: 20px 0px;
  overflow: hidden;
}
.food-item.collapse .fa-plus-circle:before {
  content: "\f056";
}

.food-title h3 {
  margin: 0px;
  font-size: 17px;
}
.food-title p {
  color: #5d5d5d;
}

.food-card-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  align-items: center;
}

.food-item-type {
  width: 350px;
  position: relative;
  display: grid;
  grid-template-columns: 115px auto;
  border-bottom: 1px solid #a7a7a7;
}
.food-item-type img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.item-info {
  width: calc(100% - 130px);
  grid-column: 2/3;
  grid-row: 1/2;
}
.item-info h4 {
  margin: 8px 0px;
  font-size: 15px;
  line-height: 17px;
  min-height: 40px;
}
.item-info .seat {
  display: grid;
  grid-template-columns: 70px 90px;
  align-items: center;
}
.item-info .food-time {
  display: grid;
  grid-template-columns: 70px 90px;
  align-items: center;
}
.item-info .food-qty {
  display: grid;
  grid-template-columns: 70px 90px;
  align-items: center;
}

input.sfFoodQty {
  background: #fff !important;
  padding: 0px 7px !important;
  width: 40px !important;
}

h4.sfFoodName {
  font-size: 14px;
  grid-column: 1/3;
  grid-row: 2/3;
}

.food-img {
  width: 90px;
  margin-right: 25px;
  grid-column: 1/2;
  grid-row: 1/2;
}

.food-time {
  margin: 10px 0px;
}
.food-time label {
  color: #000;
}
.food-time select {
  font-size: 12px !important;
  height: 27px !important;
}

.food-content.collapse {
  display: block;
}

.food-content.expand {
  display: none;
}

.food-item.show .food-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 0;
  overflow: hidden;
}

span.sfFoodPrice {
  position: absolute;
  background: #e11e26;
  right: 0px;
  top: 73px;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  margin: 5px;
  padding: 2px 7px;
  cursor: default;
}

.seat label {
  color: #000;
}
.seat select {
  font-size: 12px !important;
  height: 27px !important;
}

.food-qty label {
  color: #000;
}
.food-qty input {
  font-size: 12px !important;
  height: 27px !important;
  color: #060d21;
}

span.btn.sfBtnAddFood {
  float: right;
  margin-right: 8px;
  position: absolute;
  top: 0;
  font-size: 45px;
  line-height: 1.4;
  right: 0px;
  height: 65px;
  padding: 0px 7px;
}

.sfBtn {
  color: #777777 !important;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 3px !important;
}

.sfPrimaryBtn {
  color: #ffffff !important;
}

.d-none {
  display: none !important;
}

input:not([type=image]),
textarea,
textarea.materialize-textarea,
.sfInputbox {
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 15px !important;
  border: none;
  color: #000;
}
input:not([type=image]):hover, input:not([type=image]):focus,
textarea:hover,
textarea:focus,
textarea.materialize-textarea:hover,
textarea.materialize-textarea:focus,
.sfInputbox:hover,
.sfInputbox:focus {
  background-color: white;
  color: var(--card-bg);
}

.content-empty {
  align-items: center;
  display: flex;
  height: 320px;
  justify-content: center;
}
.content-empty p {
  color: #231f20;
  font-size: 26px;
}

.padding-block {
  padding: 20px 0;
}
.padding-block:first-child {
  padding-top: 0;
}
.padding-block:last-child {
  padding-bottom: 0;
}

.padding-section {
  padding: 40px 0;
}

.padding-page {
  padding: 100px 0;
}

.sf-container-box {
  padding: 0 60px;
}

.sf-container-box#containerShowing {
  overflow: hidden;
}

.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-bottom: 30px;
}
.title-section > * {
  margin: 0 15px;
}
.title-section h3 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.ticket-status-index {
  display: none;
  align-items: center;
  background: rgba(255, 255, 255, 0.8196078431);
  margin: 0;
  padding: 5px 10px;
}
.ticket-status-index li {
  align-items: center;
  color: #000;
  display: flex;
  margin: 0;
}
.ticket-status-index li span {
  margin: 0 15px 0 5px;
  width: 27px;
  height: 5px;
  display: inline-block;
}
.ticket-status-index li span.sold {
  background: #e11e26;
}
.ticket-status-index li span.booked {
  background: #ffc107;
}
.ticket-status-index li span.available {
  background: #4caf50;
}

.sfHeaders {
  padding: 6px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.menu-bar {
  align-items: center;
  display: flex;
  height: 70px;
}
.menu-bar .section-brand {
  flex: 0 0 20%;
  max-width: 20%;
}
.menu-bar .section-brand .sfLogo img {
  height: 40px;
  width: auto;
}
.menu-bar .section-menu {
  flex: 0 0 55%;
  max-width: 55%;
}
.menu-bar .section-login-status {
  flex: 0 0 25%;
  max-width: 25%;
}

.sfNavigation .sf-menu li.sfActive a {
  border-bottom: 0;
  color: var(--link-font-color);
}
.sfNavigation .sf-menu li.sfActive a:after {
  height: 0;
}

.sfLogininfo ul li:first-child {
  border: 0 !important;
}
.sfLogininfo ul li:first-child a {
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  display: flex;
}
.sfLogininfo ul li:first-child a .username_display {
  display: flex;
  align-items: center;
  margin: 0;
}
.sfLogininfo ul li:first-child a .username_display i {
  margin-right: 10px;
  font-size: 24px;
}
.sfLogininfo ul li.sfLogin a {
  background: #E97226;
  border-radius: 20px;
  padding: 0 15px;
}

.toplinks {
  margin: 0 !important;
}
.toplinks li a {
  margin: 0 6px;
}
.toplinks .sfLogin {
  display: flex;
  border: 0 !important;
}
.toplinks .sfLogin a {
  color: #231f20;
  padding: 0;
}

.info-icon {
  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;
}

.movies-showing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  align-items: flex-start;
}

ul.coming-soon-movies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

ul.next-change-movies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.movie-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #13161F;
  padding: 10px 10px 18px;
}
.movie-item .movie-media {
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.movie-item .movie-media img {
  object-fit: cover;
  width: 100%;
}
.movie-item .movie-media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.51);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.movie-item .movie-media ul.preview {
  display: block;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movie-item .movie-media ul.preview li {
  list-style-type: none;
  width: 100%;
}
.movie-item .movie-media ul.preview li a {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  width: 150px;
  text-align: center;
  margin: 13px auto;
  padding: 10px;
  display: block;
}
.movie-item .movie-media ul.preview li a:hover {
  background: #E97226;
  color: #fff;
  border: 2px solid #E97226;
}
.movie-item .movie-media ul.preview li:nth-child(1) a {
  margin-left: -167px;
}
.movie-item .movie-media ul.preview li:nth-child(2) a {
  margin-right: -167px;
}
.movie-item .movie-media:hover .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.movie-item .movie-media:hover .preview li:nth-child(1) a {
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
.movie-item .movie-media:hover .preview li:nth-child(2) a {
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.movie-item .movie-info h4 {
  color: #ffffff;
  font-weight: bold;
  margin: 6px 0 5px 0;
  line-height: 1.25;
}
.movie-item .movie-info .run-time {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
  opacity: 0.5;
}
.movie-item .movie-info p.movGrade {
  background: var(--primary-color);
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  line-height: 28px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 28px;
  z-index: 1;
}

.show-timing {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  margin: 12px 0 0;
  list-style: none;
}
.show-timing li a {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 8px 3px;
  border: 2px solid #797878;
}

a.no-available {
  cursor: not-allowed;
  background: #9b9b9b;
}

#sfMovieShowtime a.no-available {
  background: none;
}

a.sold {
  background: #e11e26;
}

li.sold {
  background: #e11e26;
}

a.available {
  border-color: var(--seat-available) !important;
  color: var(--seat-available) !important;
}

a.no-available {
  background: #444b50 !important;
  color: #4caf50;
}

li.available {
  background: #4caf50;
}

a.fast-filling {
  background: #ffc107;
}

li.booked {
  background: #ffc107;
}

ul.seat-status {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

a.ticket-sold {
  background: #e11e26;
}

a.ticket-available {
  background: #4caf50;
}

a.ticket-booked {
  background: #ffc107;
}

.section-footer .item h4 {
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-footer .sf-row {
  background: url("/Templates/OneCinemas/images/img-footer-media.png") no-repeat bottom;
  background-size: contain;
}
.section-footer .sf-row > div {
  margin-bottom: 2rem;
}
.section-footer .footer-links.payment-methods {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.section-footer .footer-links.payment-methods > li {
  margin: 0 5px;
}
.section-footer .footer-links.payment-methods > li img {
  border: 1px solid #444b50;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  margin-bottom: 8px;
  padding: 0 15px;
  width: 80px;
}
.section-footer .footer-links li {
  color: #231f20;
  font-size: 16px;
  line-height: 32px;
}
.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);
}
.section-footer .info-icon {
  color: #bbbbbb;
}
.section-footer .info-icon i {
  color: var(--primary-color);
}
.section-footer .info-icon .high-light {
  color: var(--primary-color);
  font-weight: bold;
}
.section-footer .item a {
  display: inline-block;
}
.section-footer .item a img {
  margin-bottom: 15px;
  width: auto;
}
.section-footer .item h2 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-footer .item p {
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.section-footer .footer-base {
  margin-top: 20px;
  padding-top: 20px;
}
.section-footer .footer-base h5 {
  color: #888888;
  font-size: 12px;
}

.section-promotion {
  position: relative;
}
.section-promotion .promotion-carousel {
  padding: 20px 0;
}
.section-promotion .owl-stage-outer {
  z-index: 1;
}
.section-promotion .item-promotion img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.section-promotion .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);
}
.section-promotion .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;
}
.section-promotion .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;
}

.social-login {
  text-align: center;
}
.social-login p {
  color: #ddd;
  margin: 0;
}
.social-login i {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  border-radius: 45px;
  color: #ffffff;
  text-align: center;
  line-height: 2.1;
  font-size: 21px;
  margin: 0;
}
.social-login i:hover {
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

input[type=text]:not(.browser-default)[readonly=readonly] {
  border-bottom: 1px solid #9e9e9e;
}

.pstrength-minchar {
  display: none;
}

.sfCaptcha img {
  float: left;
  margin-bottom: 4px;
}
.sfCaptcha input {
  padding: 11px 7px;
  margin: 5px 0;
}

.pstrength-bar {
  border: none !important;
  height: 2px !important;
}

.para {
  padding: 45px 30px;
}
.para .hide {
  display: none;
}
.para .hide.active {
  display: block !important;
}
.para div:nth-child(2) h4 {
  display: none;
}

.login-form {
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto;
  width: 600px;
  margin: auto;
  background-color: var(--card-bg);
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  position: relative;
}

.form-img {
  order: 2;
}
.form-img img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-img h4 {
  color: #565656;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.form-img .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #060d21;
}

.form-tab {
  order: 1;
}

.tab ul.tab-ul {
  background: var(--primary-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.tab ul.tab-ul li.tab-item {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.tab ul.tab-ul li.active {
  border-bottom: 2px solid #ffffff;
}

.login-btn {
  display: block !important;
  float: none;
  text-align: center;
  display: block !important;
  margin: 40px 0px 8px;
  border: none;
}
.login-btn a {
  background: var(--primary-color) !important;
  color: #fff !important;
  font-size: 18px;
  float: none;
  margin: auto;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.frgot-psw {
  display: block;
  text-align: center;
}

.forgot-btn {
  display: block !important;
  margin: 40px 0px 8px;
  border: none;
}

.signup {
  align-items: flex-start;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.sfForgotPasswordPageLeft {
  background: var(--card-bg);
  border-radius: 10px;
  margin: auto;
  position: relative;
  width: 600px;
}
.sfForgotPasswordPageLeft h2 {
  background: var(--primary-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  padding: 5px;
  text-transform: uppercase;
}
.sfForgotPasswordPageLeft .sfForgotPasswordInfo {
  padding: 45px 30px;
}

.now-showing-movies .item {
  position: relative;
}
.now-showing-movies .item .movie-content {
  background: rgba(241, 104, 30, 0.7);
  border-radius: 12px;
  bottom: 30px;
  color: #fff;
  left: 110px;
  margin: auto;
  z-index: 1;
  padding: 10px 15px;
  position: absolute;
  width: 440px;
}
.now-showing-movies .item .movie-content h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
}
.now-showing-movies .item .movie-content .movie-genre {
  display: none;
}
.now-showing-movies .item .movie-content .movie-genre p {
  color: #f6931c;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.now-showing-movies .item .movie-content .movie-genre p:before {
  position: absolute;
  content: "";
  background: #f6931c;
  width: 25px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.now-showing-movies .item .movie-content .movie-info {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.now-showing-movies .item .movie-content .screen-name {
  margin-top: 15px;
}
.now-showing-movies .item .movie-content .show-timing {
  display: none;
}
.now-showing-movies .item .movie-content .btn-group {
  display: flex;
}
.now-showing-movies .item .movie-content .btn-trailer {
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.now-showing-movies .item .movie-content .btn-trailer i {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  margin-right: 8px;
}
.now-showing-movies .item .movie-content .btn-trailer i:before {
  margin-left: 8px;
}
.now-showing-movies .item .movie-content .btn-trailer:hover i {
  background: #ffffff;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.now-showing-movies .item .movie-content .btn-movie-link {
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.now-showing-movies .item .movie-content .btn-movie-link i {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  margin-right: 8px;
}
.now-showing-movies .item .movie-content .btn-movie-link i:before {
  margin-left: 8px;
}
.now-showing-movies .item .movie-content .btn-movie-link:hover i {
  background: #ffffff;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.selectShowDays ul {
  list-style: outside none none;
  display: flex;
  margin: 0 -4px;
  max-width: 90vw;
  overflow: auto;
}
.selectShowDays ul li {
  padding: 0 4px;
}
.selectShowDays ul li a {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: center;
  width: 66px;
  background: rgba(37, 66, 93, 0.5);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
}
.selectShowDays ul .active a {
  background: var(--primary-color);
  color: #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;
}
.selectShowDays ul a:hover {
  background: var(--primary-color);
  color: #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;
}

.movie-poster {
  width: 100%;
  position: relative;
}
.movie-poster img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.movie-poster .overlay {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.movies-details {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 35% 61%;
  background: #213444;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.movies-details .movie-trailer {
  order: 2;
}
.movies-details .movie-trailer iframe {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}
.movies-details .movies-info {
  box-sizing: content-box;
  order: 1;
  overflow: hidden;
}
.movies-details .movies-info h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.movies-details .movies-info h4 {
  font-size: 14px;
  margin: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
  font-weight: 400;
}
.movies-details .movies-info p {
  margin: 0 0 28px;
}

.movie-cast li {
  display: flex;
  line-height: 30px;
}
.movie-cast li span {
  flex: 0 0 140px;
  max-width: 140px;
}

.view-time {
  margin-top: 120px;
}
.view-time .nowshowing-detail .title-txt {
  display: none;
}
.view-time .nowshowing-detail .selectShowDays ul li {
  margin: 0 8px 0 0;
}

.audi-info {
  padding: 1rem 0;
  background: var(--primary-color);
}

.audi-time {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
  grid-column-gap: 20px;
  align-items: flex-start;
  background-color: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
}
.audi-time .show-time-info {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.audi-time .show-time-info li {
  margin: 10px;
}
.audi-time .show-time-info li a {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  width: 90px;
  border-radius: 50%;
  color: #ededed;
  font-weight: 600;
  border: 2px solid #797878;
}
.audi-time p {
  color: #fff;
}
.audi-time p span {
  font-size: 22px;
  width: 100%;
  display: block;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
}
.audi-time p span.location-adddress {
  font-size: 16px !important;
  font-weight: 400;
}

.booking {
  background: var(--card-bg);
  display: flex;
  padding: 15px 5px;
  flex-wrap: wrap;
}
.booking > div {
  padding: 0 15px;
  flex: 2;
  min-width: 120px;
  margin-bottom: 20px;
}
.booking > div.footer-links {
  flex: 1;
}

.imageWrapper {
  position: relative;
}
.imageWrapper .movGrade {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
}
.imageWrapper img {
  width: inherit;
}

.book-movie-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.booking-details {
  background: var(--bg-color);
  padding: 15px 30px 10px 15px;
}

.bookingWrap .booking {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.booking-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
  text-transform: capitalize;
}

.buy-actions-buttons {
  margin: 0 -5px 20px;
}
.buy-actions-buttons .btn {
  margin: 0 5px;
}

.coupon ul li {
  color: #231f20;
  font-size: 24px;
}
.coupon ul li small {
  color: var(--primary-color);
  float: right;
  font-size: 16px;
  font-weight: 800;
}
.coupon input {
  color: #231f20;
  background: transparent !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  height: 2.5rem !important;
  margin: 10px 0 !important;
}
.coupon .btn {
  color: #fff;
  padding: 0 13px;
  background-color: var(--primary-color) !important;
  border-radius: 4px;
}

.coupon-wrapper {
  background: rgba(255, 255, 255, 0.4);
  border: 2px dashed #909090;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.ticket-charge {
  margin-top: 20px;
  grid-column: 2/3;
}
.ticket-charge tr td {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
  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;
}

.footer-links {
  list-style: none;
}

.bookingContentWrapper {
  display: flex;
  margin: 0 -15px;
}
.bookingContentWrapper .sfBookingContent {
  padding: 0 15px;
}
.bookingContentWrapper .selection {
  padding: 0 15px;
  flex: 2;
}
.bookingContentWrapper .selection .summary-pannel {
  margin-bottom: 40px;
}
.bookingContentWrapper .sfGoldTxt {
  color: #231f20;
  font-size: 30px;
  margin: 0 0 18px;
}

.bookingContentWrapper.booking_confirm .sfBookingContent {
  flex: 1;
}

.ticketRate.cssClassFormWrapper {
  background: var(--card-bg);
  border-radius: 20px;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  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);
  padding: 30px;
}

.ticketRate h2 {
  color: var(--primary-color);
  font-weight: bold;
  margin: 0 0 20px;
}
.ticketRate table thead tr {
  background: var(--primary-color);
  color: #fff;
}
.ticketRate table tr td {
  border-radius: 0;
  font-size: 20px;
  padding: 12px 15px;
  vertical-align: baseline;
}
.ticketRate table tr th {
  border-radius: 0;
  font-size: 20px;
  padding: 12px 15px;
  vertical-align: baseline;
}

.note-text {
  color: var(--primary-color);
  font-style: italic;
  margin-top: 30px;
  text-align: center;
}

.my-ticket {
  display: grid;
  grid-template-columns: 230px auto;
  grid-gap: 40px;
  align-items: start;
}
.my-ticket .ticket-profile {
  background: var(--card-bg);
  border-radius: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.my-ticket .ticket-profile img {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.my-ticket .ticket-profile h4 {
  font-size: 20px;
  margin: 0 0 12px;
}
.my-ticket .ticket-profile ul {
  list-style: none;
}
.my-ticket .ticket-profile ul li {
  display: table-row;
  margin: 0 -5px;
}
.my-ticket .ticket-profile ul li span {
  color: var(--primary-color);
}
.my-ticket .ticket-profile ul li > * {
  display: table-cell;
  text-align: left;
  padding: 4px 5px;
}

span#ChangeImage {
  color: var(--primary-color);
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 12px;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-top: 8px;
  background: rgba(219, 145, 68, 0.1803921569);
  border-radius: 10px;
}
span#ChangeImage:hover {
  background-color: var(--primary-color);
  color: white;
}

input#fileUploader {
  display: none;
}

.purchased tr th {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
  opacity: 0.8;
}

.card {
  background-color: var(--card-bg);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.card-header h2 {
  font-size: 16px;
  margin: 0;
  background: var(--primary-color);
  padding: 15px;
  color: #fff;
  border-radius: 10px;
}

.collapse {
  padding: 15px;
}

.cards-body {
  padding: 15px;
}

#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 {
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0;
}

.card-body.collapse {
  padding: 0;
}
.card-body.collapse .fa-chevron-up:before {
  content: "\f078";
}

.contact-input-field .sfFormGroup {
  margin-bottom: 30px;
}
.contact-input-field .sfFormGroup input {
  color: #231f20;
  font-size: 16px;
}

.map-section iframe {
  height: 420px;
  width: 100%;
}

.cinema-list .cinema-item {
  background: #e6dec6;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 18px;
  text-align: center;
}
.cinema-list .cinema-item h3 {
  color: #444444;
  font-family: "Akrobat-Bold";
  font-size: 26px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.cinema-list .cinema-item p {
  color: #777777;
  font-size: 18px;
}
.cinema-list .cinema-item p i {
  color: #444444;
  margin-right: 12px;
}
.cinema-list .cinema-item p span {
  color: #777777;
}

.section-map {
  border-radius: 20px;
  margin-top: 40px;
  overflow: hidden;
}
.section-map iframe {
  height: 320px;
  width: 100%;
}

.section-user-profile {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 30px;
}
.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: #231f20;
  font-size: 16px;
}
.section-user-profile .box-bg table thead tr {
  border-bottom: 1px solid var(--primary-color);
}

.sfHorizontalMenuA {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
}
.sfHorizontalMenuA li {
  padding: 8px 16px;
  background: #ddd;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: var(--card-bg);
}
.sfHorizontalMenuA li i {
  padding-right: 7px;
}
.sfHorizontalMenuA li:hover {
  background: var(--primary-color);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.sfHorizontalMenuA .active {
  background: var(--primary-color);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.inline-group {
  display: flex;
  flex-wrap: wrap;
}
.inline-group .input-inline {
  margin-right: 40px;
}

.sf-blog h3.title-txt {
  display: none;
  font-weight: 600;
  margin-bottom: 18px;
}

.article-item {
  background: #e6dec6;
  height: 100%;
  transition: all 300ms ease-out;
}
.article-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.article-item a {
  display: block;
  height: 276px;
}
.article-item a img {
  display: block;
  height: 276px;
  object-fit: cover;
  width: 100%;
}
.article-item .sfArticleInfo {
  padding: 20px;
}
.article-item .sfArticleInfo ul {
  margin-bottom: 8px;
}
.article-item .sfArticleInfo ul li {
  align-items: center;
  color: #565656;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  line-height: 30px;
  margin-right: 10px;
}
.article-item .sfArticleInfo ul .sfauthor {
  float: left;
}
.article-item .sfArticleInfo ul .sfcomments {
  display: none;
}
.article-item .sfArticleInfo ul .sfPostimg {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.article-item .sfArticleInfo ul .sfPostimg a {
  background: #fff;
  display: inline-block;
  text-align: center;
}
.article-item .sfArticleInfo h3 {
  margin: 0 0 12px;
}
.article-item .sfArticleInfo h3 a {
  color: #231f20;
  font-size: 26px;
  height: auto;
  line-height: 32px;
}
.article-item .sfArticleInfo h3 a:hover {
  color: var(--primary-color);
  transition: all 300ms ease-out;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.article-list .sfNewArticle {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.content-general a {
  color: royalblue;
  text-decoration: none;
}
.content-general p {
  color: #565656;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px 0;
}
.content-general h1 {
  color: #231f20;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.content-general h2 {
  color: #231f20;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.content-general h3 {
  color: #231f20;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-general h4 {
  color: #231f20;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-general h5 {
  color: #231f20;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-general h6 {
  color: #231f20;
  font-weight: 600;
  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: #565656;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general ul {
  padding-left: 18px;
  list-style: disc;
}
.content-general ul li {
  color: #565656;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general .item-desc {
  margin-bottom: 30px;
}

.social-media ul {
  margin: 0;
}
.social-media ul li {
  display: inline-block;
  margin-right: 5px;
}
.social-media ul li a {
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.social-media ul li a:hover {
  background: #666666;
  transition: all 0.3s ease-in-out;
}
.social-media ul li a i {
  line-height: 2.2;
  text-align: center;
  padding-left: 4px;
}

.sfAccountContent {
  padding: 2rem;
  background: var(--card-bg);
  margin: 0;
}

.divWebLock {
  background-color: #f2f2f2;
}

.dn {
  display: none;
}

.webLockMsg {
  color: var(--primary-color);
  font-size: 16px;
}

.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: var(--primary-color);
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 5px;
  position: relative;
  font-family: sans-serif;
  max-width: 600px;
}
.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-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-btn {
  background: white;
  text-decoration: none;
  float: right;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.font-lg {
  font-size: 1.15rem;
}
.font-lg * {
  font-size: inherit;
}

optgroup {
  background-color: #f1f1f1;
}
optgroup option {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .info-list {
    display: block;
  }
  .info-list li {
    display: block;
  }
  .info-list li .cell {
    display: block;
  }
  .table-list .table-header {
    display: block;
  }
  .table-list .table-header .check-grp input[type=checkbox] {
    border: 1px solid var(--primary-color);
  }
  .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: #bfb9a6;
    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;
  }
  .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: var(--primary-color);
    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: #231f20;
  }
  .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;
  }
  .input-button {
    display: block;
  }
  .input-button button {
    margin-top: 6px;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .sf-container-box {
    padding: 0 120px;
  }
  .movies-showing {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
  }
  ul.coming-soon-movies {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 80px;
  }
  ul.next-change-movies {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 80px;
  }
  .article-item a {
    height: 200px;
  }
  .article-item a img {
    height: 200px;
  }
  .article-item .sfArticleInfo {
    padding: 15px;
  }
  .article-item .sfArticleInfo h3 {
    margin: 0 0 12px;
  }
  .article-list .sfNewArticle {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .sfNavigation .sf-menu li {
    padding: 0;
  }
  .sfNavigation .sf-menu li a {
    min-width: initial;
  }
  .sfNavigation .sf-menu li a .sfPageicon {
    display: none;
    order: 2;
  }
  .movies-showing {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  ul.coming-soon-movies {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  ul.next-change-movies {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  .show-timing {
    grid-gap: 6px;
    margin: 10px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .now-showing-movies .item {
    position: relative;
  }
  .now-showing-movies .item .movie-content {
    bottom: 30px;
    left: 50px;
    width: 440px;
  }
  .now-showing-movies .item .movie-content h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  .now-showing-movies .item .movie-content .movie-genre p {
    color: #f6931c;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
  }
  .now-showing-movies .item .movie-content .movie-genre p:before {
    position: absolute;
    content: "";
    background: #f6931c;
    width: 25px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .now-showing-movies .item .movie-content .movie-info {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .now-showing-movies .item .movie-content .screen-name {
    margin-top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .sfHeaders {
    margin-top: 36px;
  }
  .menu-bar {
    height: 50px;
  }
  .menu-bar .section-brand {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .menu-bar .section-brand .sfLogo img {
    height: 40px;
    margin-top: -48px;
  }
  .menu-bar .section-menu {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .menu-bar .section-login-status {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .toplinks li a {
    font-size: 14px;
    margin: 0 4px;
  }
  .sfNavigation .sf-menu li {
    padding: 0 10px;
  }
  .sfNavigation .sf-menu li a {
    min-width: initial;
  }
  .sfNavigation .sf-menu li a .sfPageicon {
    display: none;
    order: 2;
  }
  .sfNavigation .sf-menu li a .sfPagename {
    font-size: 16px;
    margin-bottom: 0;
  }
  .movies-showing {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  ul.coming-soon-movies {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  ul.next-change-movies {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  .show-timing {
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin: 12px 0 0;
    padding-top: 12px;
  }
  .movie-tab > ul {
    height: 45px;
    width: 300px;
  }
  .movie-tab > ul li {
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 800px) {
  .show-timing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body {
    background-attachment: fixed;
  }
  .content-empty {
    align-items: center;
    display: flex;
    height: 320px;
    justify-content: center;
  }
  .content-empty p {
    color: #231f20;
    font-size: 26px;
  }
  input:not([type]) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=text]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=password]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=email]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=url]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=time]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=date]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=datetime]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=datetime-local]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=tel]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=number]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  input[type=search]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  textarea.materialize-textarea {
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    margin: 0 0 4px 0;
    padding: 8px 14px !important;
  }
  .padding-block {
    padding: 20px 0;
  }
  .padding-block:first-child {
    padding-top: 0;
  }
  .padding-block:last-child {
    padding-bottom: 0;
  }
  .padding-section {
    padding: 45px 0;
  }
  .padding-page {
    padding: 70px 0;
  }
  .sf-container-box {
    padding: 0 30px;
  }
  .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-bottom: 18px;
  }
  .title-section h3 {
    font-size: 20px;
  }
  .ticket-status-index {
    display: none;
    align-items: center;
    background: rgba(255, 255, 255, 0.8196078431);
    margin: 0;
    padding: 5px 10px;
  }
  .ticket-status-index li {
    align-items: center;
    color: #000;
    display: flex;
    margin: 0;
  }
  .ticket-status-index li span {
    margin: 0 15px 0 5px;
    width: 27px;
    height: 5px;
    display: inline-block;
  }
  .ticket-status-index li span.sold {
    background: #e11e26;
  }
  .ticket-status-index li span.booked {
    background: #ffc107;
  }
  .ticket-status-index li span.available {
    background: #4caf50;
  }
  .selectShowDays ul li a {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: center;
    width: 58px;
    font-size: 14px;
    line-height: 1;
  }
  .selectShowDays ul .active a {
    background: #25425d;
    color: #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;
  }
  .selectShowDays ul a:hover {
    background: #25425d;
    color: #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;
  }
  .menu-bar {
    height: 58px;
  }
  .menu-bar .section-brand {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu-bar .section-brand .sfLogo img {
    height: 40px;
  }
  .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;
  }
  .sfNavigation .sf-menu {
    flex-direction: column;
  }
  .sfNavigation .sf-menu li a .sfPagename {
    font-size: 16px;
    position: initial;
    top: 0;
  }
  .sfNavigation .sf-menu li a .sfPageicon {
    display: none;
  }
  .sfLoginStatus .toplinks {
    margin: 0;
  }
  .sfLoginStatus .toplinks li a {
    font-size: 16px;
    margin: 0 6px;
  }
  .info-icon {
    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;
  }
  .movies-showing {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  ul.coming-soon-movies {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  ul.next-change-movies {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  .movie-item .movie-media img {
    object-fit: cover;
    width: 100%;
  }
  .movie-item .movie-media:after {
    height: 90px;
    left: 45px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  .movie-item .movie-info h4 {
    /*font-size: 13px;*/
  }
  .movie-item .movie-info p {
    font-size: 14px;
  }
  .movie-item .movie-info .run-time {
    /*font-size: 14px;*/
  }
  .show-timing {
    grid-gap: 8px;
    margin: 10px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
  a.no-available {
    background: #9b9b9b;
    cursor: not-allowed;
  }
  a.sold {
    background: #e11e26;
  }
  li.sold {
    background: #e11e26;
  }
  a.available {
    border-color: var(--seat-available) !important;
    color: var(--seat-available) !important;
  }
  li.available {
    background: #4caf50;
  }
  a.fast-filling {
    background: #ffc107;
  }
  li.booked {
    background: #ffc107;
  }
  ul.seat-status {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  a.ticket-sold {
    background: #e11e26;
  }
  a.ticket-available {
    background: #4caf50;
  }
  a.ticket-booked {
    background: #ffc107;
  }
  .section-promotion .item-promotion img {
    height: 230px;
    object-fit: cover;
    width: 100%;
  }
  .social-login {
    text-align: center;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  input[type=text]:not(.browser-default)[readonly=readonly] {
    border-bottom: 1px solid #9e9e9e;
  }
  .sfCaptcha img {
    float: left;
    margin-bottom: 4px;
  }
  .sfCaptcha input {
    width: 40px;
    float: left;
    padding: 11px 7px;
  }
  .pstrength-bar {
    border: none !important;
    height: 2px !important;
  }
  .para {
    padding: 30px 20px;
  }
  .login-form {
    width: 500px;
  }
  .login-form:after {
    height: 130px;
    left: 50px;
    width: 500px;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .form-img h4 {
    font-size: 16px;
  }
  .form-tab {
    width: 500px;
  }
  .tab ul.tab-ul li.tab-item {
    font-size: 20px;
  }
  .login-btn a {
    font-size: 16px;
  }
  .signup-btn a {
    font-size: 16px;
  }
  .signup {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
  .sfInnerPage {
    margin: 5% 0%;
  }
  .sfForgotPasswordPageLeft {
    width: 500px;
  }
  .sfForgotPasswordPageLeft:after {
    height: 130px;
    left: 50px;
    width: 500px;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .sfForgotPasswordPageLeft h2 {
    font-size: 20px;
  }
  .sfForgotPasswordPageLeft .sfForgotPasswordInfo {
    padding: 30px 20px;
  }
  .now-showing-movies .item {
    position: relative;
  }
  .now-showing-movies .item .movie-content {
    bottom: 30px;
    left: 30px;
    width: 440px;
  }
  .now-showing-movies .item .movie-content h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  .now-showing-movies .item .movie-content .movie-genre p {
    color: #f6931c;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
  }
  .now-showing-movies .item .movie-content .movie-genre p:before {
    position: absolute;
    content: "";
    background: #f6931c;
    width: 25px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .now-showing-movies .item .movie-content .movie-info {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .now-showing-movies .item .movie-content .screen-name {
    margin-top: 15px;
  }
  .movie-poster img {
    height: auto;
  }
  .movie-poster .overlay {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .watch-trailer {
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    color: #f6931c;
    font-weight: bold;
  }
  .watch-trailer i {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 20px;
    margin-right: 8px;
  }
  .watch-trailer:hover i {
    background: var(--primary-color);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .movies-details {
    grid-column-gap: 0;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }
  .movies-details .movie-trailer {
    order: 1;
  }
  .movies-details .movie-trailer iframe {
    width: 100%;
    height: 320px;
  }
  .movies-details .movies-info {
    order: 2;
  }
  .movie-cast {
    margin-bottom: 0;
  }
  .movie-cast li span {
    flex: 0 0 110px;
    max-width: 110px;
  }
  .view-time {
    margin-top: 40px;
  }
  .view-time .nowshowing-detail .title-txt {
    display: none;
  }
  .view-time .nowshowing-detail .selectShowDays ul li {
    margin: 0 8px 0 0;
  }
  .audi-time {
    grid-template-columns: 150px auto;
    padding: 20px 0;
  }
  .audi-time .show-time-info {
    margin: 0;
  }
  .audi-time .show-time-info li {
    margin-right: 20px;
  }
  .audi-time .show-time-info li a {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 80px;
    font-weight: 600;
  }
  .audi-time p {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    background: var(--primary-color);
    padding: 0px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .audi-time p span {
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
  }
  .audi-time p span.location-adddress {
    font-size: 12px !important;
    font-weight: 300;
  }
  .book-movie-image img {
    object-fit: cover;
    width: 100%;
  }
  .booking-info .booking-info-header {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .booking-cart .total-cart {
    margin-bottom: 30px;
  }
  .booking-cart .total-cart tr td {
    background: #e6dec6;
    color: #231f20;
    font-size: 19px;
    padding: 8px 15px;
    font-weight: bold;
    text-align: right;
  }
  .booking-cart .total-cart tr td:first-child {
    color: var(--primary-color);
    text-align: left;
  }
  .coupon ul li {
    font-size: 18px;
  }
  .coupon ul li small {
    font-size: 16px;
  }
  .coupon input {
    color: #231f20;
    background: transparent !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    height: 2.5rem !important;
    margin: 10px 0 !important;
  }
  .coupon .btn {
    color: #fff;
    padding: 0 13px;
    background-color: var(--primary-color) !important;
    border-radius: 4px;
  }
  .coupon-wrapper {
    border-radius: 18px;
    margin-bottom: 18px;
    padding: 15px;
  }
  .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;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfBookingContent {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bookingContentWrapper .selection {
    flex: 100%;
    max-width: 100%;
  }
  .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 40px;
  }
  .bookingContentWrapper .sfGoldTxt {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .food-summary table tr td:first-child {
    font-size: 18px;
  }
  .ticketRate.cssClassFormWrapper {
    border-radius: 18px;
    padding: 20px;
  }
  .ticketRate h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td {
    font-size: 18px;
    padding: 10px 15px;
  }
  .ticketRate table tr th {
    font-size: 18px;
    padding: 10px 15px;
  }
  .note-text {
    margin-top: 24px;
  }
  .my-ticket {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .my-ticket .ticket-profile img {
    width: 180px;
    height: 180px;
    margin: 0 0 30px;
  }
  .my-ticket .ticket-profile h4 {
    font-size: 18px;
  }
  .my-ticket .ticket-profile ul li span {
    font-size: 16px;
  }
  .my-ticket .ticket-profile ul li label {
    font-size: 16px;
  }
  span#ChangeImage {
    color: #e22931;
    padding: 6px;
    position: absolute;
    background: #fff;
    top: 207px;
    width: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    font-weight: 600;
  }
  input#fileUploader {
    display: none;
  }
  .purchased tr th {
    color: #e22931;
    font-weight: bold;
  }
  .card-header h2 {
    font-size: 16px;
    margin: 0;
    background: var(--primary-color);
    padding: 15px;
    color: #fff;
  }
  .collapse {
    padding: 15px;
  }
  .cards-body {
    padding: 15px;
  }
  #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 {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0;
  }
  ul.purchased li a {
    color: #575757;
  }
  .card-body.collapse {
    padding: 0;
  }
  .card-body.collapse .fa-chevron-up:before {
    content: "\f078";
  }
  .contact-input-field .sfFormGroup {
    margin-bottom: 20px;
  }
  .map-section iframe {
    height: 380px;
  }
  .section-user-profile {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 30px;
  }
  .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: #231f20;
    font-size: 16px;
  }
  .section-user-profile .box-bg table thead tr {
    border-bottom: 1px solid var(--primary-color);
  }
  .sfHorizontalMenuA {
    margin: 0 0 15px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    padding: 12px 20px;
  }
  .inline-group .input-inline {
    margin-right: 30px;
  }
  .sfinfoseat {
    display: none;
  }
  .article-item a {
    height: 172px;
  }
  .article-item a img {
    height: 172px;
  }
  .article-item .sfArticleInfo {
    padding: 10px;
  }
  .article-item .sfArticleInfo ul {
    margin-bottom: 4px;
  }
  .article-item .sfArticleInfo ul li {
    font-size: 12px;
    margin-right: 8px;
  }
  .article-item .sfArticleInfo h3 {
    margin-bottom: 8px;
  }
  .article-item .sfArticleInfo h3 a {
    font-size: 18px;
    line-height: 24px;
  }
  .article-list .sfNewArticle {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .content-general a {
    color: royalblue;
    text-decoration: none;
  }
  .content-general p {
    color: #565656;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 10px 0;
  }
  .content-general h1 {
    color: #231f20;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .content-general h2 {
    color: #231f20;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .content-general h3 {
    color: #231f20;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .content-general h4 {
    color: #231f20;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .content-general h5 {
    color: #231f20;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .content-general h6 {
    color: #231f20;
    font-weight: 600;
    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: #565656;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general ul {
    padding-left: 18px;
    list-style: disc;
  }
  .content-general ul li {
    color: #565656;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  body {
    background-attachment: fixed;
  }
  .content-empty {
    height: 220px;
  }
  .content-empty p {
    font-size: 20px;
  }
  input:not([type]) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=text]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=password]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=email]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=url]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=time]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=date]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=datetime]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=datetime-local]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=tel]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=number]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  input[type=search]:not(.browser-default) {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  textarea.materialize-textarea {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 4px 0;
    padding: 5px 14px !important;
  }
  .padding-block {
    padding: 20px 0;
  }
  .padding-block:first-child {
    padding-top: 0;
  }
  .padding-block:last-child {
    padding-bottom: 0;
  }
  .padding-section {
    padding: 40px 0;
  }
  .padding-page {
    padding: 55px 0;
  }
  .sf-container-box {
    padding: 0 15px;
  }
  .title-page {
    margin-bottom: 40px;
  }
  .title-page h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .title-page img {
    height: 60px;
    padding: 0 3px;
    width: auto;
  }
  .title-section {
    margin-bottom: 18px;
  }
  .ticket-status-index {
    display: none;
    padding: 5px 10px;
  }
  .ticket-status-index li {
    align-items: center;
    color: #000;
    display: flex;
    margin: 0;
  }
  .ticket-status-index li span {
    margin: 0 15px 0 5px;
    width: 27px;
    height: 5px;
    display: inline-block;
  }
  .ticket-status-index li span.sold {
    background: #e11e26;
  }
  .ticket-status-index li span.booked {
    background: #ffc107;
  }
  .ticket-status-index li span.available {
    background: #4caf50;
  }
  .menu-bar {
    height: 50px;
  }
  .menu-bar .section-brand {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu-bar .section-brand .sfLogo img {
    height: 50px;
  }
  .menu-bar .section-menu {
    flex: 0 0 15%;
    max-width: 15%;
    order: 3;
  }
  .menu-bar .section-login-status {
    flex: 0 0 60%;
    max-width: 60%;
    order: 2;
  }
  .sfNavigation ul li a .sfPagename {
    font-size: 16px;
    position: initial;
    top: 0;
  }
  .sfNavigation ul li a .sfPageicon {
    display: none;
  }
  .sfLogininfo ul li:first-child a .username_display i {
    margin: 0;
  }
  .toplinks {
    margin: 0;
  }
  .toplinks li:first-child a span span {
    display: none;
  }
  .info-icon {
    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;
  }
  .movie-item .movie-media ul.preview {
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .movie-item .movie-media ul.preview li {
    list-style-type: none;
    width: 100%;
  }
  .movie-item .movie-media ul.preview li a {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    margin: 13px auto;
    padding: 10px;
    display: block;
    width: 100px;
    padding: 4px;
  }
  .movie-item .movie-media ul.preview li a:hover {
    background: #bb1e3b;
    color: #fff;
    border: 2px solid #bb1e3b;
  }
  .movie-item .movie-media ul.preview li:nth-child(1) a {
    margin-left: -167px;
  }
  .movie-item .movie-media ul.preview li:nth-child(2) a {
    margin-right: -167px;
  }
  .movie-item .movie-media:after {
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    content: "";
    display: block;
    height: 96px;
    left: 58px;
    position: absolute;
    width: 98%;
    -ms-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    z-index: -1;
    display: none;
  }
  .movie-item .movie-media:hover .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .movie-item .movie-media:hover .preview li:nth-child(1) a {
    margin-left: 0;
    transition: all 0.3s ease-in-out;
  }
  .movie-item .movie-media:hover .preview li:nth-child(2) a {
    margin-right: 0;
    transition: all 0.3s ease-in-out;
  }
  .movies-showing {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  ul.coming-soon-movies {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  ul.next-change-movies {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .show-timing {
    grid-template-columns: repeat(2, 1fr);
    margin: 8px 0 0;
  }
  a.no-available {
    background: #9b9b9b;
    cursor: not-allowed;
  }
  a.sold {
    background: #e11e26;
  }
  li.sold {
    background: #e11e26;
  }
  a.available {
    border-color: var(--seat-available) !important;
    color: var(--seat-available) !important;
  }
  li.available {
    background: #4caf50;
  }
  a.fast-filling {
    background: #ffc107;
  }
  li.booked {
    background: #ffc107;
  }
  ul.seat-status {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  a.ticket-sold {
    background: #e11e26;
  }
  a.ticket-available {
    background: #4caf50;
  }
  a.ticket-booked {
    background: #ffc107;
  }
  .section-promotion:before {
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--primary-color) 100%);
    content: "";
    display: block;
    height: 3px;
    width: 100%;
  }
  .section-promotion:after {
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--primary-color) 100%);
    content: "";
    display: block;
    height: 3px;
    width: 100%;
  }
  .section-promotion .item-promotion img {
    height: 230px;
    object-fit: cover;
    width: 100%;
  }
  .social-login {
    text-align: center;
  }
  .social-login p {
    color: #ddd;
  }
  .social-login i {
    width: 32px;
    height: 32px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .sfCaptcha img {
    float: left;
    margin-bottom: 4px;
  }
  .sfCaptcha input {
    width: 40px;
    float: left;
    padding: 11px 7px;
  }
  .pstrength-bar {
    border: none !important;
    height: 2px !important;
  }
  .para {
    padding: 30px 20px;
  }
  .login-form {
    width: 100%;
  }
  .login-form:after {
    display: none;
  }
  .form-img h4 {
    font-size: 16px;
  }
  .form-tab {
    overflow: hidden;
    width: 100%;
  }
  .tab ul.tab-ul li.tab-item {
    font-size: 20px;
  }
  .login-btn a {
    font-size: 16px;
  }
  .signup-btn a {
    font-size: 16px;
  }
  .signup {
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 15px;
  }
  .sfInnerPage {
    margin: 5% 0%;
  }
  .sfForgotPasswordPageLeft {
    width: 100%;
  }
  .sfForgotPasswordPageLeft:after {
    height: 130px;
    left: 20px;
    width: 100%;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .sfForgotPasswordPageLeft h2 {
    font-size: 20px;
  }
  .sfForgotPasswordPageLeft .sfForgotPasswordInfo {
    padding: 30px 20px;
    width: 100%;
  }
  .selectShowDays {
    margin-top: 8px;
  }
  .selectShowDays ul li a {
    align-items: center;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px;
    border-radius: 4px;
    font-size: 14px;
  }
  .now-showing-movies .item {
    position: relative;
  }
  .now-showing-movies .item .movie-content {
    bottom: 20px;
    left: 15px;
    width: 90%;
  }
  .now-showing-movies .item .movie-content h3 {
    font-size: 22px;
    margin: 0 0 16px;
  }
  .now-showing-movies .item .movie-content .movie-info {
    display: none;
  }
  .now-showing-movies .item .movie-content .btn-trailer {
    font-size: 14px;
  }
  .now-showing-movies .item .movie-content .btn-trailer i {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
    font-size: 14px;
    margin-right: 8px;
  }
  .now-showing-movies .item .movie-content .btn-movie-link {
    font-size: 14px;
  }
  .now-showing-movies .item .movie-content .btn-movie-link i {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    font-size: 20px;
    margin-right: 8px;
  }
  .movie-poster img {
    height: auto;
    min-height: 150px;
  }
  .movie-tab > ul {
    height: 45px;
    width: 100%;
  }
  .movie-tab > ul li {
    height: 45px;
    line-height: 45px;
  }
  .movies-details {
    grid-column-gap: 0;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }
  .movies-details .movie-trailer {
    order: 1;
  }
  .movies-details .movie-trailer iframe {
    height: 200px;
  }
  .movies-details .movies-info {
    order: 2;
  }
  .movie-cast {
    margin-bottom: 0;
  }
  .movie-cast li span {
    flex: 0 0 110px;
    max-width: 110px;
  }
  .view-time {
    margin: 45px 0 20px;
  }
  .view-time .nowshowing-detail .selectShowDays ul li {
    margin: 0 8px 0 0;
  }
  .audi-time {
    grid-column-gap: 20px;
    grid-template-columns: auto;
    padding: 15px 0;
  }
  .audi-time .show-time-info {
    height: auto;
    justify-content: center;
    padding: 15px 0 0;
  }
  .audi-time .show-time-info li {
    margin: 0 4px 4px;
  }
  .audi-time .show-time-info li a {
    align-items: center;
    display: flex;
    height: 76px;
    justify-content: center;
    width: 76px;
  }
  .audi-time p {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    background: var(--primary-color);
    padding: 0px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .audi-time p span {
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
  }
  .audi-time p span.location-adddress {
    font-size: 12px !important;
    font-weight: 300;
  }
  .seat-status {
    flex-direction: column;
  }
  .seat-status ul li {
    margin-bottom: 4px;
  }
  .sfinfoseat {
    display: none;
  }
  .content-right {
    width: 100%;
    justify-content: space-between;
  }
  .booking-title {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 20px;
    padding: 10px 15px;
  }
  .booking-cart .total-cart {
    margin-bottom: 20px;
  }
  .booking-cart .total-cart tr td {
    font-size: 16px;
    padding: 8px 15px;
  }
  .coupon ul li {
    font-size: 18px;
  }
  .coupon ul li small {
    font-size: 16px;
  }
  .coupon input {
    padding: 0 15px !important;
    box-sizing: border-box !important;
    height: 40px !important;
    margin: 10px 0 !important;
  }
  .coupon .btn {
    color: #fff;
    padding: 0 13px;
    border-radius: 4px;
  }
  .coupon-wrapper {
    border-radius: 18px;
    grid-template-columns: auto;
    margin-bottom: 18px;
    padding: 15px;
  }
  .ticket-charge {
    margin-top: 20px;
    grid-column: 2/3;
  }
  .ticket-charge tr td {
    color: #eeeeee;
    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-size: 18px !important;
  }
  .list-items li {
    line-height: 32px;
  }
  .list-items li label {
    font-size: 16px;
  }
  .list-items li span {
    font-size: 16px;
    padding-left: 12px;
  }
  .sfSummaryDetails {
    padding: 0 15px;
  }
  .sfSummaryDetails label {
    font-size: 16px;
  }
  .bookingContentWrapper {
    flex-wrap: wrap;
  }
  .bookingContentWrapper .sfBookingContent {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bookingContentWrapper .selection {
    flex: 100%;
    max-width: 100%;
  }
  .bookingContentWrapper .selection .summary-pannel {
    margin-bottom: 30px;
  }
  .bookingContentWrapper .sfGoldTxt {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .ticket-summary table tr td:first-child {
    font-size: 16px;
  }
  .food-summary table tr td:first-child {
    font-size: 16px;
  }
  .ticketRate.cssClassFormWrapper {
    border-radius: 18px;
    padding: 15px;
  }
  .ticketRate h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .ticketRate table tr td {
    font-size: 16px;
    padding: 10px 15px;
  }
  .ticketRate table tr th {
    font-size: 16px;
    padding: 10px 15px;
  }
  .note-text {
    margin-top: 20px;
  }
  .my-ticket {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .my-ticket .ticket-profile img {
    width: 160px;
    height: 160px;
    margin: 0 0 30px;
  }
  .my-ticket .ticket-profile h4 {
    font-size: 18px;
  }
  .my-ticket .ticket-profile ul li span {
    font-size: 16px;
  }
  .my-ticket .ticket-profile ul li label {
    font-size: 16px;
  }
  span#ChangeImage {
    color: #e22931;
    padding: 6px;
    position: absolute;
    background: #fff;
    top: 207px;
    width: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    font-weight: 600;
  }
  input#fileUploader {
    display: none;
  }
  .purchased tr th {
    color: #e22931;
    font-weight: bold;
  }
  .card-header h2 {
    font-size: 16px;
    margin: 0;
    background: var(--primary-color);
    padding: 15px;
    color: #fff;
  }
  .collapse {
    padding: 15px;
  }
  .cards-body {
    padding: 15px;
  }
  #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 {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0;
  }
  ul.purchased li a {
    color: #575757;
  }
  .card-body.collapse {
    padding: 0;
  }
  .card-body.collapse .fa-chevron-up:before {
    content: "\f078";
  }
  .contact-input-field .sfFormGroup {
    margin-bottom: 10px;
  }
  .map-section iframe {
    height: 240px;
  }
  .section-user-profile {
    border-radius: 20px;
    padding: 15px;
  }
  .section-user-profile .box-bg .RewardPoints h3 {
    padding: 15px 3px;
    margin: 0;
  }
  .section-user-profile .box-bg table tr th {
    font-size: 16px;
  }
  .section-user-profile .box-bg table tr td {
    font-size: 16px;
  }
  .sfHorizontalMenuA {
    margin: 0 0 15px;
  }
  .sfHorizontalMenuA li {
    font-size: 16px;
    padding: 8px 10px;
  }
  .inline-group .input-inline {
    margin-right: 15px;
  }
  .content-general a {
    color: royalblue;
    text-decoration: none;
  }
  .content-general p {
    color: #565656;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 10px 0;
  }
  .content-general h1 {
    color: #231f20;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .content-general h2 {
    color: #231f20;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .content-general h3 {
    color: #231f20;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .content-general h4 {
    color: #231f20;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .content-general h5 {
    color: #231f20;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .content-general h6 {
    color: #231f20;
    font-weight: 600;
    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: #565656;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general ul {
    padding-left: 18px;
    list-style: disc;
  }
  .content-general ul li {
    color: #565656;
    font-size: 16px;
    line-height: 1.8;
    list-style: inherit;
  }
  .content-general .item-desc {
    margin-bottom: 30px;
  }
  .article-item a {
    height: 220px;
  }
  .article-item a img {
    height: 220px;
  }
  .article-item .sfArticleInfo {
    padding: 15px;
  }
  .article-item .sfArticleInfo ul {
    margin-bottom: 6px;
  }
  .article-item .sfArticleInfo ul li {
    font-size: 14px;
    margin-right: 8px;
  }
  .article-item .sfArticleInfo h3 {
    margin-bottom: 6px;
  }
  .article-item .sfArticleInfo h3 a {
    font-size: 18px;
    line-height: 26px;
  }
  .article-list .sfNewArticle {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ui-datepicker th {
  font-weight: 500;
  color: var(--card-bg);
}

.detailActive h3,
.detailActive h4 {
  display: none;
}

.select-user-edit {
  max-width: 600px;
  margin: 0 auto;
}

.social-login-wrap {
  text-align: center;
}
.social-login-wrap .social-login {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  text-align: center;
  justify-content: center;
}
.social-login-wrap .social-login > * {
  margin: 0.5rem 0.5rem;
}

.promotion-carousel {
  position: relative;
}

.promotion-carousel .item-promotion img {
  height: inherit;
  min-height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.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);
  pointer-events: none;
  z-index: 9;
}

.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;
  pointer-events: auto;
}

.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;
}

.promotion-carousel .owl-item {
  height: 200px;
}

.item-promotion {
  height: inherit;
}
.item-promotion a {
  display: block;
  height: inherit;
}

.movies-showing {
  /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;*/
}

@media screen and (max-width: 768px) {
  .movies-showing {
    /*grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;*/
  }
}
select {
  background: var(--input-field-bg);
  box-sizing: border-box;
  color: black;
  font-size: 15px;
  height: 40px;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  border: none;
  border: 1px solid var(--input-border-color);
  padding: 4px 12px;
}
select:hover {
  background: var(--input-field-bg-hover);
}

.sfLogininfo ul li.sfLoggedOut a {
  background: #424242;
  border-radius: 30px;
  color: var(--color-gray-200);
  padding: 0 15px;
}

/*# sourceMappingURL=custom.css.map */
