@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.main-section {
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
.main-section .movie-detail-container .content h1 {
  font-size: 36px;
  font-weight: 400;
}
.main-section .movie-detail-container .content ul {
  padding: 0;
}
.main-section .movie-detail-container .content ul li {
  display: inline-block;
  border: 1px solid #08538A;
  border-radius: 20px;
  padding: 2px 30px;
  margin-top: 15px;
  color: #08538A;
  font-size: 14px;
  text-transform: uppercase;
}
.main-section .movie-detail-container .content ul li:nth-child(2) {
  margin-left: 15px;
}

.tab-main-section {
  background-color: #FFFFFF;
}
.tab-main-section section {
  width: 92vw;
}
@media (max-width: 540px) {
  .tab-main-section section {
    width: 100vw;
  }
}
.tab-main-section .tab-section {
  background-color: #FFFFFF;
  border-top: 1px solid #D0D5E6;
}
.tab-main-section .tabs {
  display: flex;
  justify-content: space-around;
  background-color: #FFFFFF;
  padding: 0px 0;
}
.tab-main-section .tab-button {
  border: none;
  background: none;
  padding: 10px 40px;
  cursor: pointer;
  font-size: 16px;
}
.tab-main-section .tab-button span {
  display: block;
}
.tab-main-section .tab-button span:nth-child(1) {
  color: #08538A;
  font-weight: 700;
}
.tab-main-section .tab-button span:nth-child(2) {
  color: #000000;
  font-weight: 700;
}
.tab-main-section .tab-button span:nth-child(3) {
  color: #08538A;
  font-weight: 700;
}
@media (max-width: 540px) {
  .tab-main-section .tab-button {
    padding: 10px 20px;
  }
}
.tab-main-section .tab-button.active {
  background-color: #EBF6FF;
  color: #08538A;
  position: relative;
}
.tab-main-section .tab-button.active:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  top: 0;
  left: 0;
  background-color: #08538A;
}
.tab-main-section .filters {
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  background-color: #FFFFFF;
}
@media (max-width: 540px) {
  .tab-main-section .filters {
    flex-wrap: wrap;
    display: none;
  }
}
.tab-main-section .filters select {
  background-color: #FFFFFF;
  color: #000000 !important;
  font-size: 16px;
  border: 1px solid #ECEEF1 !important;
}
.tab-main-section .filters select:nth-child(1) {
  border-bottom: 4px solid #08538A !important;
  font-weight: 600;
}
.tab-main-section .filters .search-box button {
  background-color: transparent;
  border: 0;
  padding: 20px;
  height: 100%;
}
.tab-main-section .filters .search-box button img {
  height: 30px;
  width: 100%;
}
.tab-main-section .filters select, .tab-main-section .filters input {
  padding: 5px;
  margin: 0 0px;
}
.tab-main-section .content {
  padding: 0px;
  background-color: #FFFFFF;
}
.tab-main-section .content .indicators {
  padding: 10px 0px;
  border-bottom: 1px solid #D0D5E6;
}
.tab-main-section .content .indicators ul {
  padding: 0;
}
.tab-main-section .content .indicators ul li {
  color: #717171;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
.tab-main-section .content .indicators ul li:nth-child(1) span {
  background-color: #4ABD5D;
  margin-right: 10px;
}
.tab-main-section .content .indicators ul li:nth-child(2) {
  margin-left: 15px;
}
.tab-main-section .content .indicators ul li:nth-child(2) span {
  background-color: #FF6600;
  margin-right: 10px;
}
.tab-main-section .content .indicators ul li span {
  display: inline-block;
  width: 10px;
  border-radius: 30px;
  height: 10px;
}
.tab-main-section .tab-content {
  display: none;
  opacity: 0;
  transition: 0.2s ease-in-out;
  padding: 0px 20px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content {
    padding: 0px;
  }
}
.tab-main-section .tab-content.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tab-main-section .tab-content.fade-in {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tab-main-section .tab-content .main-show-time {
  display: flex;
  padding: 15px 0px;
  border-bottom: 1px solid #EFF1F3;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time {
    flex-direction: column;
  }
}
.tab-main-section .tab-content .main-show-time .like-opt {
  width: 5%;
  padding: 10px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .like-opt {
    width: 10%;
    padding: 5px 10px;
  }
}
.tab-main-section .tab-content .main-show-time .theatre-data {
  width: 80%;
  padding: 0px 20px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .theatre-data {
    padding: 0px;
  }
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading {
  display: flex;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading {
    flex-wrap: wrap;
  }
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .theatre-name {
  width: 20%;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .theatre-name {
    width: 100%;
  }
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .theatre-name h4 {
  font-size: 20px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .theatre-name h4 {
    font-size: 16px;
  }
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .ticket-type {
  width: 12%;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .ticket-type {
    width: 35%;
    margin-top: 10px;
  }
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .ticket-type h4 {
  font-size: 20px;
  display: flex;
  margin-right: 10px;
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .ticket-type h4 span {
  display: flex;
  margin-left: 10px;
  align-items: center;
  color: #F9D04A;
  font-weight: 500;
  font-size: 14px;
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .ticket-type img {
  height: 3%;
  width: 15%;
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .food-type {
  width: 30%;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .food-type {
    width: 65%;
    margin-top: 10px;
  }
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .food-type h4 {
  font-size: 20px;
  display: flex;
  margin-right: 10px;
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .food-type h4 span {
  display: flex;
  margin-left: 10px;
  align-items: center;
  color: #F60000;
  font-weight: 500;
  font-size: 14px;
}
.tab-main-section .tab-content .main-show-time .theatre-data .cinema-heading .food-type img {
  height: 3%;
  width: 11%;
}
.tab-main-section .tab-content .main-show-time .theatre-data .non-cancelable {
  color: #6C6C6C;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.tab-main-section .tab-content .main-show-time .theatre-data .non-cancelable span {
  display: block;
  height: 13px;
  width: 13px;
  background-color: #F9D04A;
  border-radius: 100%;
  margin-right: 10px;
}
.tab-main-section .tab-content .main-show-time .details-container {
  width: 50%;
  padding-top: 20px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .details-container {
    width: 100%;
  }
}
.tab-main-section .tab-content .main-show-time .details-container h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.tab-main-section .tab-content .main-show-time .details-container .location-date-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .details-container .location-date-container {
    flex-direction: column;
    align-items: start;
  }
}
.tab-main-section .tab-content .main-show-time .details-container .location-date-container .location-holder p svg {
  margin-right: 15px;
}
.tab-main-section .tab-content .main-show-time .details-container .location-date-container .location-holder p {
  color: #EDC600;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.tab-main-section .tab-content .main-show-time .details-container .location-date-container .date-container {
  padding-left: 20px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .details-container .location-date-container .date-container {
    padding-left: 0px;
    margin-top: 10px;
  }
}
.tab-main-section .tab-content .main-show-time .details-container .location-date-container .date-container p {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.tab-main-section .tab-content .main-show-time .details-container .basic-details-holder table {
  margin-top: 20px;
}
.tab-main-section .tab-content .main-show-time .details-container .basic-details-holder table tr td {
  padding: 5px 0px;
}
.tab-main-section .tab-content .main-show-time .details-container .basic-details-holder table tr td p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #B4B4B4;
  margin-bottom: 0px;
}
.tab-main-section .tab-content .main-show-time .details-container .basic-details-holder table tr td p.value {
  color: #141823;
  padding-left: 20px;
}
.tab-main-section .tab-content .main-show-time .details-container .basic-details-holder table tr td p span {
  padding-right: 20px;
}
.tab-main-section .tab-content .main-show-time .details-container .basic-details-holder .btn-01 {
  border: none;
  padding: 15px 80px;
  border-radius: 5px;
  background-color: #08538A;
  color: #ffffff;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 30px;
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner {
  width: 50%;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .main-show-time .map-address-conatiner {
    width: 100%;
    margin-top: 20px;
  }
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
  margin: auto;
  font-family: "Poppins", sans-serif;
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container .header {
  background-color: #ffffff;
  padding: 15px;
  cursor: pointer;
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container .header:hover {
  background-color: #ffffff;
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container .header .sub-title-container span {
  padding-left: 20px;
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container .header .sub-title-container span .down-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  transform: rotate(270deg);
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container .header .sub-title-container {
  display: flex;
  margin-top: 10px;
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container .collapse-content {
  display: none;
  padding: 15px;
  border-top: 1px solid #ccc;
}
.tab-main-section .tab-content .main-show-time .map-address-conatiner .collapsible-container .collapse-content iframe {
  margin-top: 10px;
}
.tab-main-section .tab-content .about-us-section {
  padding-top: 50px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .about-us-section {
    padding-top: 20px;
  }
}
.tab-main-section .tab-content .about-us-section h3 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.tab-main-section .tab-content .about-us-section p {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.tab-main-section .tab-content .additional-details {
  margin-top: 40px;
}
.tab-main-section .tab-content .additional-details h3 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.tab-main-section .tab-content .additional-details ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-left: 20px;
  line-height: 40px;
}
@media (max-width: 540px) {
  .tab-main-section .tab-content .additional-details ul li {
    list-style: circle;
  }
}
.tab-main-section .tab-content .show-times .disabled {
  color: grey;
  cursor: not-allowed;
  border: 1px solid grey;
}
.tab-main-section .tab-content.active {
  display: block;
  opacity: 1;
}
.tab-main-section .show-times {
  padding: 10px 0;
}
.tab-main-section .show-times input[type=radio] {
  display: none;
}
.tab-main-section .show-times label {
  padding: 5px 30px;
  display: inline-block;
  border: 1px solid #08538A;
  border-radius: 5px;
  font-size: 14px;
  color: #08538A;
  background-color: transparent;
}
@media (max-width: 540px) {
  .tab-main-section .show-times label {
    font-size: 12px;
    margin-top: 15px;
  }
}
.tab-main-section .show-times input[type=radio]:checked + label {
  background-color: #EBF6FF;
  color: #08538A;
}
.tab-main-section .show-details {
  display: flex;
  flex-direction: column;
}
.tab-main-section .show-details h3 {
  margin: 0;
  font-size: 18px;
}
.tab-main-section .non-cancellable {
  color: orange;
}
.tab-main-section .show-times button {
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}
.tab-main-section .extras {
  display: flex;
  justify-content: space-between;
}
.tab-main-section .m-ticket {
  color: green;
}
.tab-main-section .food-beverage {
  color: red;
}

.you-may-also-like {
  padding-top: 40px;
}
.you-may-also-like h2 {
  font-size: 35px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 540px) {
  .you-may-also-like h2 {
    font-size: 25px;
  }
}
.you-may-also-like #theBestComedyEvents .item {
  width: auto;
}
.you-may-also-like #theBestComedyEvents .item .card {
  padding: 10px;
}

#select-seat-modal .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
#select-seat-modal .modal-content {
  background-color: #fefefe;
  margin: 0% auto;
  padding: 30px 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 540px) {
  #select-seat-modal .modal-content {
    width: 95%;
    margin-top: 60px;
  }
}
#select-seat-modal .modal-content .seat-container .seat-row {
  margin: 50px 0px;
  justify-content: center;
}
#select-seat-modal .modal-content .seat-container .seat-row img {
  width: 8%;
  height: auto;
}
@media (max-width: 540px) {
  #select-seat-modal .modal-content .seat-container .seat-row img {
    width: 6%;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#select-seat-modal .close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
}
#select-seat-modal .close-button:hover,
#select-seat-modal .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#select-seat-modal h2 {
  text-align: center;
  margin-top: 0;
}
#select-seat-modal ul {
  list-style-type: none;
  padding: 0;
}
#select-seat-modal li {
  margin-bottom: 10px;
}
#select-seat-modal .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#select-seat-modal .button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  width: 285px;
  background-color: #08538A;
  height: auto;
}
#select-seat-modal #cancel-button {
  background-color: white;
  color: #08538A;
  border: 2px solid #08538A;
}
#select-seat-modal #cancel-button:hover {
  background-color: #ccc;
}
#select-seat-modal #accept-button {
  background-color: #08538A;
  color: white;
}
#select-seat-modal #accept-button:hover {
  background-color: #0056b3;
}
#select-seat-modal .seat-selection {
  text-align: center;
}
#select-seat-modal .seat-radio-buttons {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #DBD9D9;
  padding-bottom: 20px;
}
#select-seat-modal .seat-radio-buttons input[type=radio] {
  display: none;
}
#select-seat-modal .seat-radio-buttons label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #ADACAC;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s, transform 0.3s;
}
@media (max-width: 540px) {
  #select-seat-modal .seat-radio-buttons label {
    font-size: 16px;
    width: 15px;
    height: 20px;
  }
}
#select-seat-modal .seat-radio-buttons input[type=radio]:checked + label {
  background: #08538A;
  font-size: 14px;
  color: #fff;
  transform: scale(1.1);
}
@media (max-width: 540px) {
  #select-seat-modal .seat-radio-buttons input[type=radio]:checked + label {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
}
#select-seat-modal .seat-row {
  display: flex;
  transition: transform 0.5s ease;
}
#select-seat-modal .seat-image {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
#select-seat-modal .seats-type-status {
  display: flex;
  justify-content: center;
}
#select-seat-modal .seats-type-status .seat-one {
  padding: 3px 40px;
  border: 1px solid #D0D5E6;
  margin: 0 15px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 540px) {
  #select-seat-modal .seats-type-status .seat-one {
    padding: 3px 20px;
    margin: 0 5px;
  }
}
#select-seat-modal .seats-type-status .seat-one span {
  display: block;
  font-size: 14px;
}
@media (max-width: 540px) {
  #select-seat-modal .seats-type-status .seat-one span {
    font-size: 12px;
  }
}
#select-seat-modal .seats-type-status .seat-one .price {
  font-size: 18px;
}
@media (max-width: 540px) {
  #select-seat-modal .seats-type-status .seat-one .price {
    font-size: 16px;
  }
}
#select-seat-modal .seats-type-status .seat-one {
  color: #000000;
}
#select-seat-modal .seats-type-status .seat-one .status {
  color: #6C6C6C;
  text-transform: uppercase;
}
#select-seat-modal .seats-type-status .seat-one .green {
  color: #4ABD5D;
  font-size: 14px;
}
#select-seat-modal .seats-type-status .seat-one .orange {
  color: #FFC610;
  font-size: 14px;
}
@media (max-width: 540px) {
  #select-seat-modal .seats-type-status .seat-one .orange {
    font-size: 12px;
  }
}

.seat-block-section {
  font-family: "Poppins", sans-serif;
}
.seat-block-section .movie-name-container {
  padding: 20px;
  border-bottom: 1px solid #AAABAC;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 999;
}
.seat-block-section .movie-name-container .header {
  display: flex;
  align-items: center;
}
.seat-block-section .movie-name-container .header #back-btn {
  cursor: pointer;
}
.seat-block-section .movie-name-container .header img {
  height: auto;
  width: 40%;
}
.seat-block-section .movie-name-container .header .movie-title p {
  color: #08538A;
}
.seat-block-section .section-seats-selection {
  display: flex;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection {
    flex-direction: column;
  }
}
.seat-block-section .section-seats-selection .seat-selection {
  width: 65%;
  margin-top: 90px;
  margin-bottom: 90px;
  border-right: 10px solid #eceef1;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection {
    width: 100%;
    margin-bottom: 20px;
    border-right: 0px solid #eceef1;
    overflow: hidden;
  }
}
.seat-block-section .section-seats-selection .seat-selection .screen {
  width: 500px;
  height: 200px;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .screen {
    width: 270px;
    height: 140px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .screen .top-border {
  height: 10px;
  margin-top: 10px;
  border: 1px solid #97b7ce;
  border-radius: 3px 3px 0px 0px;
}
.seat-block-section .section-seats-selection .seat-selection .screen .mainscreen {
  height: 70px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 11% 100%);
  border: 1px solid #97b7ce;
}
.seat-block-section .section-seats-selection .seat-selection .screen .mainscreen img {
  height: 72px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0px -15px;
     object-position: 0px -15px;
  opacity: 0.3;
}
.seat-block-section .section-seats-selection .seat-selection .stage {
  text-align: center;
  position: relative;
}
.seat-block-section .section-seats-selection .seat-selection .stage h4 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.seat-block-section .section-seats-selection .seat-selection .stage .mainscreen {
  position: relative;
  height: auto;
  width: 200px;
  margin: auto;
  transform: rotate(-45deg);
}
.seat-block-section .section-seats-selection .seat-selection .stage .mainscreen img {
  height: auto;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 20px;
  position: relative;
  transform: rotate(45deg);
}
.seat-block-section .section-seats-selection .seat-selection .stage .mainscreen:after {
  content: "";
  height: 576px;
  width: 2px;
  background-color: rgba(180, 180, 180, 0.431372549);
  position: absolute;
  top: -247px;
  left: -134px;
  transform: rotate(90deg);
  opacity: 0.3;
}
.seat-block-section .section-seats-selection .seat-selection .stage .mainscreen:before {
  content: "";
  height: 551px;
  width: 2px;
  background-color: rgba(180, 180, 180, 0.431372549);
  position: absolute;
  bottom: -415px;
  left: 153px;
  transform: rotate(-180deg);
  opacity: 0.3;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container h5 {
  font-weight: 500;
  border-bottom: 1px solid #D2D8DD;
  font-size: 14px;
  color: #7F7F7F;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container {
  margin: 0px auto;
  width: 84%;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .seat-container {
    width: 90%;
  }
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seat-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seat-row .seat-label {
  color: #C6C6C7;
  font-weight: 400;
  font-size: 20px;
  display: block;
  width: 70px;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seats-box {
  display: block;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seat {
  display: block;
  align-items: center;
  margin-right: 10px;
  width: 25px;
  float: left;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seat input[type=checkbox] {
  display: none;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seat .booked-seat {
  color: #FFFFFF;
  cursor: not-allowed;
  border: none;
  background-color: #D9D9D9;
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seat label {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #38A6F5;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
  color: #38A6F5;
  cursor: pointer;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .seat-container .seat label {
    margin-bottom: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .seat-container .seat input[type=checkbox]:checked + label {
  background-color: #00a3e8;
  color: white;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators {
  display: flex;
  margin: auto;
  width: 100%;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab {
  margin: auto;
  display: flex;
  width: 70px;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 3px;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.booked {
  background-color: #D9D9D9;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.colo-1 {
  background-color: #f7d3ff;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.colo-2 {
  background-color: #d3efff;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.colo-3 {
  background-color: #d2fff8;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.colo-4 {
  background-color: #faffd3;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.custom-1200 {
  background-color: #f7d3ff;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.custom-750 {
  background-color: #d3efff;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.custom-500 {
  background-color: #d2fff8;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab.custom-300 {
  background-color: #faffd3;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-left: 5px;
  color: #777777;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.colo-1 {
  color: #da32ff;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.colo-2 {
  color: #3db0f3;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.colo-3 {
  color: #2cebcf;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.colo-4 {
  color: #bdd504;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.custom-1200 {
  color: #da32ff;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.custom-750 {
  color: #3db0f3;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.custom-500 {
  color: #2cebcf;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab p.custom-300 {
  color: #bdd504;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-path {
  transition: fill 0.3s ease;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-booked {
  fill: gray; /* Booked seats = gray */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-colo-1 {
  fill: #da32ff; /* Example: 1500 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-colo-2 {
  fill: #3db0f3; /* Example: 1000 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-colo-3 {
  fill: #2cebcf; /* Example: 750 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-colo-4 {
  fill: #bdd504; /* Example: 500 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-custom-1200 {
  fill: #da32ff; /* Example: 1500 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-custom-750 {
  fill: #3db0f3; /* Example: 1000 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-custom-500 {
  fill: #2cebcf; /* Example: 750 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .ab .svg-custom-300 {
  fill: #bdd504; /* Example: 500 */
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button {
  position: relative;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button .hide-booked {
  display: flex;
  position: absolute;
  align-items: center;
  right: 0;
  width: 170px;
  top: 40px;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button .hide-booked input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button .hide-booked label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #ededed;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-left: 5px;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button .hide-booked label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #08538A;
  border-radius: 90px;
  transition: 0.3s;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button .hide-booked input:checked + label {
  background: #b3dfff;
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button .hide-booked input:checked + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
}
.seat-block-section .section-seats-selection .seat-selection .seats-indicators .toggle-button .hide-booked label:active:after {
  width: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container h5 {
  font-weight: 500;
  border-bottom: 1px solid #D2D8DD;
  font-size: 14px;
  color: #7F7F7F;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container {
  margin: 0px auto;
  width: 95%;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container {
    width: 90%;
    overflow: auto;
  }
  .seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seats-block-holder {
    width: 824px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-row .seat-label {
  color: #C6C6C7;
  font-weight: 400;
  font-size: 20px;
  display: block;
  width: 70px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seats-box {
  display: flex;
  margin: auto;
  flex-direction: row-reverse;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat {
  display: block;
  align-items: center;
  margin-right: 8px;
  width: 20px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_23 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_43 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_61 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_80 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_100 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_120 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_141 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_164 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_188 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_212 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_237 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_263 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_289 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_315 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_340 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_364 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_388 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_411 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_434 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_456 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_478 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_500 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_522 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_544 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_592 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_609 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_627 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_646 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_666 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_686 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_707 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_730 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_754 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_778 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_803 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_829 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_855 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_906 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_881 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_930 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_954 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_977 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_999 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1021 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1043 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1065 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1087 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1109 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_954 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_954 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1157 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1174 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1192 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1211 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1231 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1251 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1272 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1295 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1319 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1343 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1368 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1394 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1420 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1446 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1471 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1495 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1519 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1542 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1564 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1586 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1608 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1630 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1652 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1674 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1722 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1739 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1757 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1776 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1796 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1816 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1837 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1860 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1884 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1908 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1933 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1959 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_1985 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2011 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2036 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2060 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2084 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2107 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2129 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2151 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2173 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2195 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2217 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat.seat_2239 {
  margin-right: 50px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat input[type=checkbox] {
  display: none;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat .booked-seat {
  color: #FFFFFF;
  cursor: not-allowed;
  border: none;
  background-color: #D9D9D9;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat label {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #38A6F5;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  font-size: 12px;
  color: #38A6F5;
  cursor: pointer;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat label {
    margin-bottom: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat input[type=checkbox]:checked + label {
  background-color: #00a3e8;
  color: white;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-e label {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #da32ff;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  font-size: 12px;
  color: #da32ff;
  cursor: pointer;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-e label {
    margin-bottom: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-e input[type=checkbox]:checked + label {
  background-color: #da32ff;
  color: white;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-j label {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #3db0f3;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  font-size: 12px;
  color: #3db0f3;
  cursor: pointer;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-j label {
    margin-bottom: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-j input[type=checkbox]:checked + label {
  background-color: #3db0f3;
  color: white;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-n label {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #2cebcf;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  font-size: 12px;
  color: #2cebcf;
  cursor: pointer;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-n label {
    margin-bottom: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-n input[type=checkbox]:checked + label {
  background-color: #2cebcf;
  color: white;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-t label {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #bdd504;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  font-size: 12px;
  color: #bdd504;
  cursor: pointer;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-t label {
    margin-bottom: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .seat-t input[type=checkbox]:checked + label {
  background-color: #bdd504;
  color: white;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .continue-process-container {
  width: 80%;
  position: relative;
  padding: 20px;
  display: none;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .continue-process-container .continue-process-details-holder {
  position: fixed;
  width: 80%;
  bottom: 45PX;
  z-index: 999;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .continue-process-container .continue-process-details-holder .content-holder {
  display: flex;
  align-items: center;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .continue-process-container .continue-process-details-holder .content-holder .text-holder {
  width: 50%;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .continue-process-container .continue-process-details-holder .content-holder .text-holder p {
  color: #000000;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .continue-process-container .continue-process-details-holder .content-holder .button-holder {
  width: 50%;
  text-align: end;
}
.seat-block-section .section-seats-selection .seat-selection .kids-show-seat-container .continue-process-container .continue-process-details-holder .content-holder .button-holder .continue-button {
  background-color: #08538A;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat-row-container {
  display: flex;
  align-items: center;
  position: relative;
  top: 24%;
  justify-content: center;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat-row-container {
    flex-direction: column;
  }
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .row-head {
  width: 155px;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .row-head {
    width: auto;
  }
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container h5 {
  font-weight: 500;
  font-size: 14px;
  color: #7F7F7F;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container h5 {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container {
  margin: 0px auto;
  width: 84%;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container {
    width: 90%;
  }
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 400px;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat-row {
    width: auto;
  }
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat-row .seat-label {
  color: #C6C6C7;
  font-weight: 400;
  font-size: 20px;
  display: block;
  width: 70px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seats-box {
  display: block;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat {
  display: block;
  align-items: center;
  margin-right: 20px;
  width: 25px;
  float: left;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_1 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_2 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_3 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_4 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_5 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_6 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_7 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_8 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_9 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_10 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_11 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_12 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_13 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_14 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_15 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_16 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_17 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_18 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_19 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_20 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_21 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_22 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_23 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_24 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_25 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_26 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_27 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_28 {
  margin-top: 15px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_29 {
  margin-top: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat.seat_block_30 {
  margin-top: 0px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat input[type=checkbox] {
  display: none;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat .booked-seat {
  color: #FFFFFF;
  cursor: not-allowed;
  border: none;
  background-color: #D9D9D9;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat .show-booked-seat {
  color: #FFFFFF;
  cursor: not-allowed;
  border: none;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat span {
  font-size: 12px;
  color: #C6C6C6;
  margin-left: 5px;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat label {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
  color: #38A6F5;
  cursor: pointer;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat label {
    margin-bottom: 10px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat input[type=checkbox]:checked + label {
  color: white;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container .seat input[type=checkbox]:checked + label svg path {
  fill: #03487A;
}
.seat-block-section .section-seats-selection .seat-selection .comedy-show-seat-container.seat-studio {
  position: relative;
}
.seat-block-section .section-seats-selection .seat-selection .box-design-container {
  margin-top: 60px;
}
.seat-block-section .section-seats-selection .seat-selection .box-design-container .box-design {
  height: 150px;
  width: 150px;
  background-color: #EFEFEF;
  margin: auto;
  transform: rotate(134deg);
  position: relative;
}
.seat-block-section .section-seats-selection .seat-selection .box-design-container .box-design:after {
  content: "";
  height: 567px;
  width: 2px;
  background-color: rgba(180, 180, 180, 0.431372549);
  position: absolute;
  bottom: -133px;
  left: -134px;
  transform: rotate(90deg);
  opacity: 0.3;
}
.seat-block-section .section-seats-selection .seat-selection .box-design-container .box-design:before {
  content: "";
  height: 563px;
  width: 2px;
  background-color: rgba(180, 180, 180, 0.431372549);
  position: absolute;
  bottom: -413px;
  left: 149px;
  transform: rotate(-180deg);
  opacity: 0.3;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder {
  margin-top: 70px;
  padding: 0px 100px;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .price-table-holder {
    padding: 0px 20px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container {
  padding: 10px;
  display: flex;
  justify-content: center;
  border-top: 3px solid #DBD9D9;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container {
    flex-wrap: wrap;
  }
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 {
  padding: 10px;
  width: 140px;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 {
    width: 100px;
  }
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card {
  border: 1px solid #ADACAC;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card span {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card span.gold {
  color: #FFD700;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card span.silver {
  color: #9F9F9F;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card span.bronze {
  color: #CD7F32;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card span.platinum {
  color: #C9C9C9;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card span.copper {
  color: #B87333;
}
.seat-block-section .section-seats-selection .seat-selection .price-table-holder .price-table-container .price-1 .card p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.seat-block-section .section-seats-selection .indicators {
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .indicators {
    padding: 10px 0px;
  }
}
.seat-block-section .section-seats-selection .indicators .available {
  align-items: center;
  display: flex;
}
.seat-block-section .section-seats-selection .indicators .available .border {
  border: 1px solid #00a3e8;
}
.seat-block-section .section-seats-selection .indicators .selected {
  align-items: center;
  display: flex;
}
.seat-block-section .section-seats-selection .indicators .selected .blue {
  background-color: #00a3e8;
}
.seat-block-section .section-seats-selection .indicators .sold {
  display: flex;
  align-items: center;
}
.seat-block-section .section-seats-selection .indicators .sold .grey {
  background-color: #D9D9D9;
}
.seat-block-section .section-seats-selection .indicators .box {
  height: 30px;
  border-radius: 5px;
  width: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .indicators .box {
    height: 20px;
    border-radius: 5px;
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.seat-block-section .section-seats-selection .comedy-show-indicators {
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .comedy-show-indicators {
    padding: 10px 0px;
  }
}
.seat-block-section .section-seats-selection .comedy-show-indicators .available {
  align-items: center;
  display: flex;
}
.seat-block-section .section-seats-selection .comedy-show-indicators .available .border {
  border: 1px solid #00a3e8;
}
.seat-block-section .section-seats-selection .comedy-show-indicators .selected {
  align-items: center;
  display: flex;
}
.seat-block-section .section-seats-selection .comedy-show-indicators .selected .blue {
  background-color: #03487A;
}
.seat-block-section .section-seats-selection .comedy-show-indicators .sold {
  display: flex;
  align-items: center;
}
.seat-block-section .section-seats-selection .comedy-show-indicators .sold .grey {
  background-color: #D7EEFF;
}
.seat-block-section .section-seats-selection .comedy-show-indicators .box {
  height: 30px;
  border-radius: 5px;
  width: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 540px) {
  .seat-block-section .section-seats-selection .comedy-show-indicators .box {
    height: 20px;
    border-radius: 5px;
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.seat-block-section .section-seats-selection .continue-process-container {
  width: 80%;
  position: relative;
  padding: 20px;
  display: none;
}
.seat-block-section .section-seats-selection .continue-process-container .continue-process-details-holder {
  position: fixed;
  width: 80%;
  bottom: 45PX;
  z-index: 999;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.seat-block-section .section-seats-selection .continue-process-container .continue-process-details-holder .content-holder {
  display: flex;
  align-items: center;
}
.seat-block-section .section-seats-selection .continue-process-container .continue-process-details-holder .content-holder .text-holder {
  width: 50%;
}
.seat-block-section .section-seats-selection .continue-process-container .continue-process-details-holder .content-holder .text-holder p {
  color: #000000;
}
.seat-block-section .section-seats-selection .continue-process-container .continue-process-details-holder .content-holder .button-holder {
  width: 50%;
  text-align: end;
}
.seat-block-section .section-seats-selection .continue-process-container .continue-process-details-holder .content-holder .button-holder .continue-button {
  background-color: #08538A;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
}
.seat-block-section .ticket-set {
  width: 35%;
  margin-top: 110px;
  margin-bottom: 110px;
  padding: 15px;
  transition: 1s ease-in-out;
}
@media (max-width: 540px) {
  .seat-block-section .ticket-set {
    transition: 1s ease-in-out;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
    bottom: -200%;
    background-color: #FFFFFF;
    padding: 0px;
  }
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card {
  position: relative;
  width: 400px;
  margin: auto;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}
@media (max-width: 540px) {
  .seat-block-section .ticket-set .book-summury-container .book-summury-card {
    width: 370px;
  }
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content {
  padding: 10px;
  position: relative;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .close-btn {
  display: none;
}
@media (max-width: 540px) {
  .seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .close-btn {
    display: block;
    color: #A5A5A5;
    position: absolute;
    top: 10px;
    font-size: 25px;
    right: 10px;
  }
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content h4 {
  color: #A5A5A5;
  font-weight: 500;
  margin-bottom: 10px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .blue-col {
  color: #08538A !important;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .image {
  width: 30%;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .image img {
  height: 135px;
  width: 100%;
  border-radius: 5px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .content {
  width: 70%;
  padding: 0px 15px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .content .mt-1 {
  margin-top: 10px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .content h4 {
  color: #000000;
  font-weight: 600;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .content span {
  color: #5D5D5F;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .summury-content .movie-details .content p {
  margin-bottom: 10px;
  color: #5D5D5F;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status {
  padding: 10px 30px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-holder {
  display: none;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .image-container {
  text-align: center;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .image-container img {
  height: 120px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-container {
  padding-bottom: 15px;
  border-bottom: 1px dashed #B5B5B5;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-container table .mb-0 {
  margin-bottom: 0px !important;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-container table .main-price {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-container table .main-price .selected-count {
  font-size: 12px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-container table .td-1 {
  width: 82%;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-container table .t-price {
  width: 18%;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .amount-container table .text-light {
  color: #7F7F7F;
  font-size: 12px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .sub-total {
  padding: 15px 0px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .sub-total table .couponcodeadded {
  display: none;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .sub-total table .td-1 {
  width: 77%;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .seat-selection-status .sub-total table .state-text {
  font-size: 14px;
  margin-top: 20px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .payable-amount {
  display: flex;
  background-color: #D7EEFF;
  border-top: 1px solid #d4d4d4;
  padding: 15px;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .payable-amount .lable {
  width: 50%;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card .payable-amount .total-amount {
  width: 50%;
  text-align: right;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 35px;
  clip-path: circle(68% at 0 49%);
  border: 1px solid #d4d4d4;
  top: 50%;
  left: -20px;
  border-radius: 100%;
  transform: rotate(180deg);
  background: #ffffff;
}
.seat-block-section .ticket-set .book-summury-container .book-summury-card:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 35px;
  clip-path: circle(68% at 0 49%);
  border: 1px solid #d4d4d4;
  top: 50%;
  right: -20px;
  border-radius: 100%;
  transform: rotate(0deg);
  background: #ffffff;
}
.seat-block-section .ticket-set .book-summury-container .pay-process {
  opacity: 0.1;
}
.seat-block-section .ticket-set .book-summury-container .pay-process h4 {
  font-weight: 500;
  color: #999999;
  font-size: 14px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect {
  width: 400px;
  margin: 20px auto 0px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .input-container {
  margin-bottom: 15px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .input-container input {
  width: 92%;
  padding: 15px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin-top: 15px;
  margin-right: 30px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .input-container input:focus {
  outline: none;
}
@media (max-width: 540px) {
  .seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .input-container input {
    margin-right: 0px;
  }
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .input-container .coupon-code-fields {
  position: relative;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .input-container .coupon-code-fields .view-coupon {
  background-color: #08548a;
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 25px;
  color: #FFFFFF;
  right: 10px;
  cursor: pointer;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .input-container .coupon-code-fields #couponremove {
  background-color: #08548a;
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 25px;
  color: #FFFFFF;
  right: 10px;
  cursor: pointer;
  display: none;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .button-container {
  display: flex;
  margin-top: 15px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .button-container .btn-1 {
  display: flex;
  border: 1px solid #d4d4d4;
  margin-right: 15px;
  padding: 10px;
  position: relative;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .button-container .btn-1 label .ticket-type {
  margin-left: 10px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .button-container .btn-1 label .ticket-type h4 {
  display: flex;
  align-items: center;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .button-container .btn-1 label .ticket-type h4 img {
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect .button-container .btn-1::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 30px;
  background-color: #d4d4d4;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .pay-process-sect p {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .payment-btn-group {
  padding: 30px 20px;
}
@media (max-width: 540px) {
  .seat-block-section .ticket-set .book-summury-container .pay-process .payment-btn-group {
    margin-bottom: 70px;
  }
}
.seat-block-section .ticket-set .book-summury-container .pay-process .payment-btn-group p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #7F7F7F;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .payment-btn-group button {
  background-color: #08538A;
  border: none;
  border-radius: 5px;
  width: 100%;
  color: #FFFFFF;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
}
.seat-block-section .ticket-set .book-summury-container .pay-process .payment-btn-group.group-1 {
  padding: 30px 0px;
}
.seat-block-section .toastmain-message {
  width: 80%;
  position: relative;
  padding: 20px;
  display: none;
}
@media (max-width: 540px) {
  .seat-block-section .toastmain-message {
    display: block;
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    width: 90%;
    position: absolute;
  }
  .seat-block-section .toastmain-message .dragimage {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0%;
    top: 250px;
    animation: slideLeftRight 2s infinite ease-in-out;
  }
  @keyframes slideLeftRight {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(300px);
    } /* Move right */
    100% {
      transform: translateX(0);
    } /* Move back left */
  }
}
.seat-block-section .toastmain-message .continue-process-details-holder {
  position: fixed;
  width: 80%;
  bottom: 50%;
  z-index: 999;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.seat-block-section .toastmain-message .continue-process-details-holder .content-holder {
  display: flex;
  align-items: center;
}
.seat-block-section .toastmain-message .continue-process-details-holder .content-holder .text-holder {
  width: 50%;
}
.seat-block-section .toastmain-message .continue-process-details-holder .content-holder .text-holder p {
  color: #000000;
}
.seat-block-section .toastmain-message .continue-process-details-holder .content-holder .button-holder {
  width: 50%;
  text-align: end;
}
.seat-block-section .toastmain-message .continue-process-details-holder .content-holder .button-holder .continue-button {
  background-color: #08538A;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
}

.color-y {
  color: #F9D04A;
}

.color-r {
  color: #C91919;
}

.bold-100 {
  font-weight: 100;
}

.bold-200 {
  font-weight: 200;
}

.bold-300 {
  font-weight: 300;
}

.bold-400 {
  font-weight: 400; /* Normal weight */
}

.bold-500 {
  font-weight: 500;
}

.bold-600 {
  font-weight: 600;
}

.bold-700 {
  font-weight: 700;
}

.bold-800 {
  font-weight: 800;
}

.bold-900 {
  font-weight: 900;
}

#couponPopup.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
#couponPopup .modal-content {
  background-color: #fefefe;
  margin: 0% auto;
  padding: 30px 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 8px;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 540px) {
  #couponPopup .modal-content {
    width: 84%;
    margin-top: 60px;
  }
}
#couponPopup .modal-content h2 {
  text-align: left;
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
}
#couponPopup .modal-content .coupon-holder .coupon-code {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin-top: 20px;
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder {
  display: flex;
  align-items: center;
  padding: 10px;
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-conten-logo {
  width: 22%;
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-conten-logo img {
  height: auto;
  width: 100%;
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-content {
  text-align: left;
  width: 55%;
  padding-left: 20px;
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-content h4 {
  font-size: 20px;
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-content p {
  font-size: 12px;
}
@media (max-width: 540px) {
  #couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-content {
    width: 50%;
    padding-left: 10px;
  }
  #couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-content h4 {
    font-size: 16px;
  }
  #couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-content p {
    font-size: 10px;
  }
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-button-holder {
  width: 18%;
}
#couponPopup .modal-content .coupon-holder .coupon-code .coupon-content-holder .coupon-button-holder button {
  background-color: #08548a;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#couponPopup .close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#couponPopup .close-button:hover,
#couponPopup .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#couponPopup #cancel-button {
  background-color: white;
  color: #08538A;
  border: 2px solid #08538A;
}
#couponPopup #cancel-button:hover {
  background-color: #ccc;
}/*# sourceMappingURL=login.css.map */