* {
  padding: 0px;
  margin: 0px;

}

body {
  font-family: "Inter", sans-serif;

}


/* a{
  color: black;
  text-decoration: none;  
} */
header {
  background: #fff;
  padding: 15px 100px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  width: 1180px !important;
}

.logo img {
  width: 120px;
}

ul {
  margin-bottom: 0px;
  list-style-type: none;
}

header ul {
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
}

.search-box {
  /* margin-left:20%; */
  position: relative;
  max-width: 880px;
  display: flex;
  margin: 16px auto
}

.search-box i {
  position: absolute;
  left: 16px;
  top: 20px;
  /* fill: #969696; */
  color: #242B80;
}

/* .search-box input{
    width: 500px;
    outline: none !important;
    border: 1px solid #969696;
    padding: 10px 40px;
    border-radius: 5px;
} */


header button {
  background: #242B80;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  outline: none !important;
  border: none;
  margin-left: 20px;
}


header nav a {
  color: #000 !important;
  font-weight: 500;
  text-decoration: none;
  padding: 0px 15px;
}

.dropdown {
  margin-top: 3px !important;
}

header .dropdown box-icon {
  padding-top: 8px;
}

.carousel-wrap {
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}



.owl-carousel .item .banner-slider {
  height: 400px;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.event-img {
  height: 400px;
  width: 100%;
}

.event-img img {
  height: 100%;
  width: 100%;
}


.skaw-shapes {
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 400px;
  right: 0px;
  transform: translateX(30px);
  z-index: 100;
  background: linear-gradient(to right bottom, rgb(27, 0, 69), rgb(27, 0, 69) 49%, rgba(255, 0, 0, 0) 51%);
}

.content {
  position: relative;
  display: flex;
  align-items: center;
  height: 400px;
  padding: 40px;
  background: #1B0045;
}

.text-content {
  position: absolute;
}

.text-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
}

.content-btn {
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 20px;
  background: none;
  outline: none !important;
  border: 1px solid rgb(101, 53, 190);
  color: #fff;
}


.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 33%;
  color: #ffffff;
  background: #c3c5c9;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.owl-nav .owl-prev {
  left: -25px;
}

.owl-nav .owl-next {
  right: -25px;
}

.banner {
  margin-top: 20px;
  padding: 15px 0px;
  /* background:#e9e9e9; */
}

.artist-tour {
  padding: 21px 100px;

}

.artist-tour .card img {
  height: 198px;
  border-radius: 8px;
  object-fit: cover;

}


.search {
  width: 100%;
  padding: 20px 30px 20px 40px;
  border-color: rgba(177, 186, 194, 0.498);
  box-shadow: rgba(26, 35, 41, 0.145) 0px 1px 10px 0px;
  border-radius: 32px;
  transition: box-shadow 100ms ease-in-out, border-radius 100ms ease-in-out;
  box-shadow: rgba(26, 35, 41, 0.145) 0px 1px 10px 0px;
  border-radius: 32px;
  outline: none !important;
  border: none;
  font-weight: 400;


}

.box {
  border: 2px solid black;
  width: 100%;
  height: 100%;
}

.owl-dots {
  display: flex;
  padding-left: 40px;
  align-items: center;
}


.owl-dot {
  height: 12px;
  width: 12px;
  margin: 0px 10px;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-60px);
  opacity: 0.2;
}

.owl-dots .active {
  height: 20px;
  width: 20px;
  margin: 0px 10px;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-60px);
  opacity: 1;
}


img {
  max-width: 100%;
  /* height: auto; */
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .contact-area {
    border-bottom: 1px solid #353C46;
} */

.contact-content p {
  font-size: 15px;
  margin: 15px 0 30px;
  position: relative;
}

/* 
.contact-content p::after {
  background: #353C46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
} */

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social>ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #FAB702;
  color: #FAB702;
}

.contact-content img {
  max-width: 210px;
}

.footer {
  background: #f5f5f5;
  color: #868c96;
  border-top: 1px solid #353C46;
  padding: 50px 0px;
  /* margin-top: 60px; */
}

.nav active {
  color: #242B80 !important;
}

footer p {
  padding: 40px 0;
  text-align: center;
}

footer img {
  width: 44px;
}

.mobile-header {
  display: none;
}

.modal-width {
  max-width: 25%;
}

@media only screen and (max-width: 768px) {
  .desktop-header {
    display: none;
  }

  .newcolor-mv {

    width: 100%;
    margin-bottom: 10px;

  }

  .mv {
    margin-bottom: 20px;
  }

  .modal-width {
    max-width: 100%;
  }

  .container {
    width: 100% !important;
  }

  .mobile-header {
    display: block;
  }

  header {
    padding: 15px;
  }

  .artist-tour {
    padding: 21px 15px;
  }

  header button {
    margin-left: 0px;
  }

  .content {
    position: relative;
    display: block;
    align-items: center;
    height: 150px;
    padding: 20px;
    background: #1B0045;
  }

  .text-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
  }

  .owl-carousel .item .banner-slider {
    height: 500px;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  header nav a {
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
    padding: 0px;
  }

  .logo {
    transform: translateX(-10px);
  }

  .logo1 {
    width: 120px;
  }


}

.newcolor {
  background-color: #242B80;
  color: #fff;
}

.event-img {
  height: 400px;
  width: 100%;
}

.event-img img {
  object-fit: cover;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.cursor {
  cursor: pointer;
}

.box-i {
  color: #616161;
  font-size: 13px;
  margin: 0;
  height: 25px;
  width: 25px;
  text-align: center;
  background: #d8d8d8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-details {
  background: white;
  padding: 8px 10px;

}

.tabss {
  border-radius: 5px;
}

.tabss .tb {
  padding: 14px;
  background-color: #f0f1ff;
  border-right: 1px solid #bababa;
}

.tabss .tb a {
  color: gray;
  text-decoration: none;
  font-size: 14px;
}

.tkt-wrap {
  background-color: #f3fff6;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
}

.tkt-wrap .tkt-quantity .tktopnstatus {
  width: 100%;
  text-align: right;
  font-size: 13px;
  color: #d40e65;
  text-align: center;
  position: relative;
}

.tkt-wrap .tkt-quantity .tktopnstatus span {
  font-size: 12px;
  color: #777;
  padding-bottom: 5px;
}

.tkt-wrap .tkt-quantity .tktopnstatus b {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 16px;
}

.tkt-wrap .tkt-price-wrp {
  display: block;
  color: #08a182;
  font-size: 18px;
  font-weight: 500;
}

.tkt-wrap .tkt-status.aval {
  color: #5eaa1e;
}

.tkt-wrap .tkt-status {
  font-size: 12px;
  display: block;
  padding: 5px 0 0;
}

.tkt-wrap .tkt-desc {
  color: #848484;
  display: block;
  font-size: 12px;
  padding: 0;
  line-height: normal;
}

.tkt-wrap .tkt-title {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}

.event-container {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
}

.event-image {
  width: 615px;
}

.event-description {
  margin-bottom: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  font-size: 14px;
  line-height: 21px;

  color: #848484;
}

.event-emphasis {
  padding-top: 0;
}

.event-info {
  margin-bottom: 0;
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 1.5rem;
  color: rgb(111, 114, 135);
}

.eventdetailrow p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  padding: 0 0 10px;
  margin-bottom: 0;
}

.artist-tour .card-body a {
  color: black;
  text-decoration: none;
}

.img-payment img {
  width: 80px;
  cursor: pointer;
}

.box-card {
  background: #eeeeee;
  /* padding: 20px; */
  border-radius: 15px;
  margin-bottom: 30px;
}

.heading {
  padding: 15px;
}

.heading h3 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}

.content-profile {
  padding: 15px;
}





.search-box {
  position: relative;
  /* Ensure the search results position correctly relative to the search box */
  width: 100%;
  /* Full width of the container */
}

.search-results {
  position: absolute;
  /* Position the results absolutely within the search box */
  width: 100%;
  /* Match the width of the search box */
  background: white;
  /* Background color of the dropdown */
  border: 1px solid #ccc;
  /* Border for the results */
  border-radius: 10px;
  /* Rounded corners */
  z-index: 100;
  /* Ensure it appears above other elements */
  max-height: 200px;
  /* Max height for the dropdown */
  overflow-y: auto;
  /* Scroll if needed */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Shadow for depth */
  display: none;
  margin-top: 65px;
  /* Initially hide the results */
}

.search-preview-item {
  padding: 5px;
  /* Padding for each item */
  border-bottom: 1px solid #eee;
  /* Separator line */
  cursor: pointer;
  /* Pointer cursor for hover */
  color: black;
  /* Text color */
  text-decoration: none;
  /* No underline */
  display: block;
  /* Block display for items */
}

.search-preview-item:last-child {
  border-bottom: none;
  /* Remove border for last item */
}

.search-preview-item:hover {
  background-color: #f0f0f0;
  /* Highlight on hover */
}

.content-btn:hover {
  background-color: rgb(44, 0, 105);
  /* Background color on hover */
  color: white;
  /* Change text color if needed */
}

.nav-link.dropdown-toggle::after {
  display: none;
  /* Hides the toggle icon */
}





/* MY Tickets  */
.blurred-img {
  filter: blur(5px);
  opacity: 0.5;
}

/* Modal image styling */
.modal-img {
  opacity: 1;
  filter: none;
  transition: all 0.3s ease;
}

.my-ticket-details {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.ticket-date {
  font-size: 15PX;
  color: #777;
}

.ticket-time,
.gate-open-time {
  font-size: 15PX;
  color: #555;
  margin-bottom: 5px;
}

.gate-open-time {
  font-style: italic;
  color: #888;
}

.ticket-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 0 auto;
}

.imgSize {
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.imgSize:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}



/*profile */

.default-avatar {
  width: 150px;
  height: 150px;
  background-color: #bac0c7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
}

.image-upload-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center align children horizontally */
  justify-content: center;
  /* Center align children vertically if needed */
}

.image-upload-container:hover .edit-icon {
  display: block;
}

.edit-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.edit-icon i {
  font-size: 18px;
}

#image-preview {
  display: none;
  margin-top: 10px;
  width: 150px;
  /* Match the size of the profile image */
  height: 150px;
  /* Match the size of the profile image */
  object-fit: cover;
  /* Maintain aspect ratio */
  border-radius: 50%;
  /* Make it round */
}

.upload-button-container {
  display: flex;
  /* Use flexbox for alignment */
  justify-content: flex-end;
  /* Align items to the right */
  margin-top: 10px;
  /* Add space above the button */
}

h3.text-center {
  font-size: 1.8rem;
  /* Title size */
  margin-top: 10px;
}

p.text-center {
  font-size: 1.1rem;
  /* Email text size */
}

/* Contact Info Header and Form Styles */
.heading h3 {
  font-size: 1.3rem;
  /* Section title */
  font-weight: 600;
  margin: 10px 0;
}

.content-profile p {
  font-size: 1rem;
  /* Regular text for profile info */
  margin-bottom: 8px;
}

/* Form input field styles */
.form-group label {
  font-size: 1rem;
  /* Label text */
  font-weight: 500;
}

.form-control {
  font-size: 1rem;
  /* Input text */
  padding: 8px;
}

.btn {
  font-size: 1rem;
  /* Button text */
}

/* Table Styles */
.table th,
.table td {
  font-size: 0.9rem;
  /* Table text size */
  padding: 10px;
}

/* Edit Icon Styles */
.edit-icon i {
  font-size: 18px;
}


.card-body .text-muted {
  font-size: 13px;
  /* Smaller font size */
}

.card-body .text-muted i {
  margin-right: 5px;
  /* Space between icon and text */
  color: #6c757d;
  /* Icon color */
}


.video-wrapper {
  max-width: 550px;
  /* Adjust as needed */
  width: 100%;
  /* Full width of the parent container */
  margin: 0 auto;
  /* Center the video wrapper */

}

iframe {
  width: 100%;
  /* Makes the iframe responsive */
  height: 350px;
  /* Set height */
}

.event-info {
  display: flex;
  /* Use flexbox for alignment */
  align-items: center;
  /* Center items vertically */
  font-size: 13px;
}

.event-info span {
  margin-right: 15px;
  /* Adjust this value for spacing */
}

.location-link {
  color: rgb(118, 112, 112);
  /* Default color */
  text-decoration: none;
  /* Remove underline */
}

.location-link:hover {
  color: blue;
  /* Color on hover */
}

.active-pay {
  color: white;
  border-radius: 5px;
  border: 2px rgb(19, 0, 128) solid;
  border-radius: 4px;
}



.useating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(255, 255, 255);
}

.useating-header-location {
  font-weight: 600;
  overflow: hidden;

}


.ticket-btn {
  display: flex;
  align-items: center;
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
  /* Optional: for rounded corners */
}

.pen-icon {
  margin-left: 8px;
  font-size: 18px;
}


@media (max-width: 768px) {
  .seating-row {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  }

  .useating-header {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f8f8f8;
  }

  .right button {
    margin-top: 20px;
  }
}





.stage-area {
  text-align: center;
  background-color: #6c757d;
  padding: 12px;
  margin-bottom: 15px;
  border: 3px solid #6c757d;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  width: 30%;
  margin: 0 auto;
}


/* Seat preview styling */
.seat-preview {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.seating-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.row-label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #b3b3b3;
  min-width: 30px;
  text-align: center;
}

.seat {
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #2dd354;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  height: 23px;
  width: 23px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}

.seat.available {
  background-color: white;
  color: #28a745;
  border: 1px solid #28a745;
}

.seat.selected {
  background-color: #28a745;
  color: white;
}

.seat.booked {
  background-color: #eee;
  cursor: not-allowed;
  pointer-events: none;
  color: #fff;
  border: none;
}

.seat:hover {
  background-color: #28a745;
  color: white;
  transform: scale(1.1);
}

.newseatbook {
  background-color: #e53e3e;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: 200px;
  border: 3px solid #e53e3e;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #f8f9fa;
  width: 30%;
  margin: 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.newseatbook:hover {
  background-color: #c53030;
  /* Darker red on hover */
}

@media (max-width: 768px) {
  .seating-row {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  }

  .header {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f8f8f8;
  }

  .right button {
    margin-top: 20px;
  }
}


.container {
  width: 100% !important;
}

.zoom-controls {
  background-color: rgb(246, 246, 246);
  border-radius: 10px;
  z-index: 999;
}

.zoom-controls button {
  padding: 6px 13px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  border: 2px solid #ccc;
  transition: background-color 0.3s;
  z-index: 999;
  width: 100%;
  /* margin-bottom: 6px; */

}

.zoom-controls button:hover {
  background-color: #e0e0e0;
  /* Add a hover effect */
}

.stadiam {
  border: 2px solid #eee;
  overflow: hidden;
  background-color: rgb(245, 247, 248);

}

.ticket {
  border: 2px solid #eee;
  background-color: rgb(245, 247, 248);
  padding: 10px;

}

.ticket-details {
  border: 2px solid #eee;
  background-color: rgb(255, 255, 255);
  padding: 10px;

}

.stadium-container {
  position: relative;
  width: 100%;
  height: 580px;
  background-color: rgb(245, 247, 248);
  overflow: hidden;
  transform: scale(0.8) rotate(180deg);
  /* Rotate the entire container */
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.stage,
.block,
.middle-space {
  transform: rotate(180deg);
  /* Counter-rotate text to correct orientation */
}

.stage {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 30%;
  height: 80px;
  background-color: #6c757d;
  color: white;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
}

.block {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 550;
  color: #333;
  background-color: rgb(202, 188, 229);
  cursor: pointer;
  transition: background-color 0.3s;
}

.block:hover {
  background-color: rgb(131, 92, 205);
}

.sub-block {
  width: 90%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(202, 188, 229);
  border: 4px solid white;
}

.sub-block:hover {
  background-color: rgb(131, 92, 205);
}

/* Block Positions */
.block-a {
  top: 43px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 40%;
  height: 195px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.block-b {
  top: 51px;
  left: 50px;
  transform: rotate(180deg);
  width: 26%;
  height: 220px;
}

.block-c {
  top: 51px;
  right: 50px;
  transform: rotate(180deg);
  width: 26%;
  height: 220px;
}

.block-d {
  left: 50px;
  bottom: 50px;
  transform: rotate(180deg);
  width: 20%;
  height: 260px;
}

.block-e {
  right: 50px;
  bottom: 50px;
  transform: rotate(180deg);
  width: 20%;
  height: 260px;
}

/* Middle Standing Area */
.middle-space {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 50%;
  height: 240px;
  background-color: rgb(202, 188, 229);
  text-align: center;
  line-height: 150px;
  font-size: 24px;
  font-weight: 550;
  color: #333;
  /* border-bottom-right-radius: 65px;
                                                                                                                                                                                                          border-bottom-left-radius: 65px; */
  border: 8px solid white;
}


.border-right {
  border-right: 2px solid #ccc;
}

.see-tickets-btn:hover {
  position: relative;
  padding-right: 30px;
  transition: all 0.3s ease;
}

.see-tickets-btn::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  color: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.see-tickets-btn:hover::after {
  color: #fff;
}




.btn-outline-primary {
  --bs-btn-color: #242B80;
  --bs-btn-border-color: #242B80;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #242B80;
  --bs-btn-hover-border-color: #242B80;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #242B80;
  --bs-btn-active-border-color: #242B80;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #242B80;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #242B80;
  --bs-gradient: none;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: #242B80 !important;
}


.btn-outline-primary:hover {
  background: #242B80;
  color: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.qr-scan-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}


@media (max-width: 768px) {


  .stadium-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: rgb(245, 247, 248);
    overflow: hidden;
    transform: scale(1) rotate(180deg);
    /* Rotate the entire container */
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
  }

  .stage,
  .block,
  .middle-space {
    transform: rotate(180deg);
    /* Counter-rotate text to correct orientation */
  }

  .stage {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 30%;
    height: 10%;
    background-color: #6c757d;
    color: white;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
  }

  .block {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 550;
    color: #333;
    background-color: rgb(202, 188, 229);
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .sub-block {
    width: 90%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(202, 188, 229);
    border: 4px solid white;
  }



  /* Block Positions */
  .block-a {
    top: 70px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 40%;
    height: 33%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

  }

  .block-b {
    top: 74px;
    left: 0px;
    transform: rotate(180deg);
    width: 32%;
    height: 34%;
  }

  .block-c {
    top: 74px;
    right: 0px;
    transform: rotate(180deg);
    width: 32%;
    height: 34%;

  }

  .block-d {

    left: 0px;
    bottom: 30px;
    transform: rotate(180deg);
    width: 25%;
    height: 40%;
  }

  .block-e {

    right: 0px;
    bottom: 30px;
    transform: rotate(180deg);
    width: 25%;
    height: 40%;
  }

  /* Middle Standing Area */
  .middle-space {
    position: absolute;
    top: 198px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 100%;
    height: 38%;
    background-color: rgb(202, 188, 229);
    text-align: center;
    line-height: 150px;
    font-size: 24px;
    font-weight: 550;
    color: #333;
    /* border-bottom-right-radius: 65px;
                                                                                                                                                                                                          border-bottom-left-radius: 65px; */
    border: 8px solid white;
  }

  .stage-area {
    width: 100%;
    margin-bottom: 10px;
  }

  .owl-nav .owl-prev {
    left: -6px;
  }

  .owl-nav .owl-next {
    right: -6px;
  }

  .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 33%;
    color: #ffffff;
    background: #c3c5c9;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .qr-scan-btn {
    position: inherit;
    margin-top: 25px;
  }

  .profile-transaction {
    width: 100%;
    overflow-x: scroll;
  }

  .table {
    white-space: nowrap;
  }

  .profile-mv-top {
    padding-top: 30px;
  }

  .profile-mv {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}