body {
  background-color: #0f1f1c;
  color: white;
}

a {
  text-decoration: none !important;
}

.br-20 {
  border-radius: 20px !important;
}

.br-30 {
  border-radius: 30px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.bg-eazee-yellow {
  background: #ffc107 !important;
  color: #2a2f2e;
}

.btn-white-outline{
  border: 1px solid #fff;
  color: #fff;
}

.btn-white-outline:hover{
  border: 1px solid #fff;
  color: #fff;
}

.min-w-related{
  min-width: 22rem;
}

.selection-btn {
  position: relative;
}

.locked-selection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-eazee-black {
  background: #2a2f2e;
  color: #ffc107;
}

.bg-eazee-black-no-color {
  background: #2a2f2e;
  color: #fff;
}

.eazee-dot {
  background: red;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.bg-eazee-green {
  background: green;
}

.border-eazee-yellow {
  border: 2px solid #ffc107 !important;
}

.text-eazee-yellow {
  color: #ffc107;
}

.form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}

.form-control::placeholder {
  color: #fff;
}

.tab-highlight {
  border-bottom: 3px solid #ffc107;
}

nav.navbar .container {
  margin-top: 13px;
  margin-bottom: 13px;
}

.mainnavlinks .nav-link {
  color: #fff;
  font-size: 17px;
}

.odds-box {
  background-color: #1f2f2b;
  border: 2px solid #ffc107;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.odds-box h6 {
  font-size: 14px;
}

.odds-box .team-names {
  font-weight: bold;
  margin: 5px 0;
}

.odds-btn {
  background-color: #ffc107;
  color: black;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 3px;
  font-weight: bold;
}

.sidebar {
  background-color: #1c2b26;
  height: 100vh;
}

.sidebar .accordion-header {
  background-color: #333;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: bold;
}

.sidebar .accordion-header:hover {
  background-color: #444;
}

.mobile-sidebar .accordion-header {
  background-color: #333;
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

.mobile-sidebar .accordion-header:hover {
  background-color: #444;
}

.mobile-sidebar .game-leagues,
.league-title {
  background: #7b7976;
  font-size: 13px;
  margin-top: 2px;
}

.accordion-item {
  border: none !important;
  background: #1c2b26;
}

.sidebar .game-leagues,
.league-title {
  background: #7b7976;
  font-size: 13px;
  margin-top: 2px;
}

.center-odd-card .market-headers {
  background: #000;
  font-size: 13px;
  /* margin-top: 2px; */
  color: #ffc107;
}

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

.home-right-sidebar .nav-link {
  background: #7b7976;
  color: #fff;
}

.home-right-sidebar .nav-link.active {
  background: #ffc107;
  color: #2a2f2e;
}

.flex-justify-align-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.flex-align-center {
  display: flex !important;
  align-items: center !important;
}

.home-odd-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.home-odds-container {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.home-odds-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.home-odd {
  flex-shrink: 0;
}

.betslip-tab.active {
  background-color: transparent;
  color: #fff;
  border-bottom: 3px solid #ffc107;
  font-weight: 600;
}

.betslip-tab-content {
  background-color: #3a3a3a;
  padding: 1.5rem;
  border-top: 1px solid #444;
  color: #fff;
}

.tab-wrapper {
  width: 100%;
  overflow: hidden;
}

.custom-tab-header {
  display: flex;
  justify-content: space-between;
  background-color: #333;
}

.custom-tab-button {
  flex: 1;
  text-align: center;
  padding: 0.75rem 0;
  color: #ccc;
  background: none;
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}

.custom-tab-button.active {
  color: #fff;
  border-bottom: 3px solid #ffc107;
  font-weight: 600;
}

.custom-tab-content {
  background-color: #3a3a3a;
  padding: 1.5rem;
  color: #fff;
}

.auth-links a {
  color: #ffc107;
  font-weight: 600;
  margin-right: 1.5rem;
  text-decoration: none;
}

.auth-links a:hover {
  text-decoration: underline;
}

footer {
  padding: 3rem 1rem;
  background-color: #000;
}

footer h6 {
  color: #fff;
  font-weight: 700;
}

footer a {
  color: #888;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  /* font-size: 0.9rem; */
}

footer a:hover {
  text-decoration: underline;
}

.footer-brand {
  color: #ffc107;
  font-weight: bold;
}

.store-badges img {
  height: 40px;
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1rem;
  /* font-size: 0.85rem; */
  color: #888;
  display: flex;
}

.footer-bottom a {
  color: #888;
  text-decoration: none;
  margin: 0 0.5rem;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-text {
  color: #888;
}

.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-25 {
  font-size: 25px !important;
}

.check_ticket_number_placeholder {
  border-radius: 0.25rem;
  background: #3a3a3a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.check_ticket_number_placeholder .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffc107;
  background: #333;
  padding: 0.7rem;
}

.check_ticket_number_placeholder .content {
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
}

.check_ticket_number_placeholder .content input {
  display: block;
  padding: 6px 10px;
  border: 0;
  outline: none;
  border-radius: 4px;
  margin-bottom: 10px;
}

.booked_bet_code_placeholder {
  border-radius: 0.25rem;
  background: #3a3a3a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.booked_bet_code_placeholder .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffc107;
  background: #333;
  padding: 0.7rem;
}

.booked_bet_code_placeholder .content {
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
}

.booked_bet_code_placeholder .content input {
  display: block;
  padding: 6px 10px;
  border: 0;
  outline: none;
  border-radius: 4px;
  margin-bottom: 10px;
}

.mini-casino-card {
  background-color: #3a3a3a;
  border-radius: 0.25rem;
  width: 100%;
  color: white;
}

.mini-casino-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffc107;
  background: #333;
  padding: 0.7rem;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.game-grid img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.more-games-btn {
  width: 100%;
  border: none;
  border-radius: 25px;
  padding: 0.4rem;
  font-weight: 600;
  background: linear-gradient(to right, #ffd700, #ffcc00);
  color: #000;
}

.more-games-btn:hover {
  background: linear-gradient(to right, #ffcc00, #ffd700);
}

.center-odds-sports-container {
  background-color: #333;
  /* border-radius: 0.25rem; */
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.center-odds-sports-list,
.center-tickets-list {
  display: flex;
  justify-content: space-between;
  background-color: #333;
  border-radius: 0px !important;

  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.center-odds-sports-list::-webkit-scrollbar,
.center-tickets-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.center-odd-card {
  border-radius: 0.25rem;
  width: 100%;
  color: white;

  flex-shrink: 0;
}

.center-odd-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #888;
  padding: 0.7rem;
}

.match-row {
  display: flex;
  margin-top: 2px;
}

.match-row.gap-1 {
  row-gap: 4px !important;
  column-gap: 2px !important;
}

.custom-gap-1 {
  row-gap: 4px !important;
  column-gap: 2px !important;
}

.match-row > .col-lg-3 {
  width: calc((100% - 6px) / (12 / 3));
}

.match-row > .col-lg-4 {
  width: calc((100% - 4px) / (12 / 4));
}

.match-row > .col-lg-5 {
  width: calc((100% - 3px) / (12 / 5));
}

.match-row > .col-lg-6 {
  width: calc((100% - 2px) / (12 / 6));
}

.bg-match-fixture-details,
.mobile-betslip-3bs {
  background: #3b3c3e;
}

.bg-match-fixture-details:hover {
  background: #ffc107 !important;
  color: #2a2f2e;
}

.bg-match-fixture-details-selected {
  background: #ffc107 !important;
  color: #2a2f2e;
}

.profile-toggle.show {
  border: none !important;
}

.bg-slip-gray {
  background-color: #ebebeb;
  color: #000;
}

.bg-slip-black {
  background-color: #000;
  color: #ebebeb;
}

.bet-slip-number-points {
  background: #888;
  border-radius: 7px;
  margin-left: 3px;
  font-weight: bold;
}

[hidden] {
  display: none !important;
}

.overflow-x-no-scrollbar {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.overflow-x-no-scrollbar::-webkit-scrollbar {
  display: none;
}

.league-tab-header {
  display: flex;
  /* justify-content: space-between; */
  background-color: rgb(64, 65, 66);
}

.league-tab-button {
  /* flex: 1; */
  text-align: center;
  padding: 0.75rem 20px;
  color: #ccc;
  background: none;
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}

.league-tab-button.active {
  color: #fff;
  border-bottom: 3px solid #ffc107;
  font-weight: 600;
}

.league-tab-content {
  background-color: #3a3a3a;
  /* padding: 1.5rem; */
  color: #fff;
}

.border-left-dark {
  border-left: #000 1px solid;
}

.mw-200px {
  min-width: 200px;
}

.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.w-16-6 {
  width: 16.6% !important;
}

.w-25 {
  width: calc(25% - 1.5px) !important;
}

.w-33 {
  width: calc(33.33333333% - 1.5px) !important;
}

.w-49_5 {
  width: calc(50% - 1px) !important;
}

.w-100 {
  width: 100% !important;
}

.match-banner {
  background-image: url("../images/match-field.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 170px;
  position: relative;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  box-sizing: border-box;
}

.team {
  text-align: center;
}

.jersey {
  width: 60px;
  height: 80px;
  margin: 0 auto 10px;
  border-radius: 10px;
}

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

.league-tab-header {
  display: flex;
  /* justify-content: space-between; */
  background-color: rgb(64, 65, 66);
}

.league-tab-button {
  /* flex: 1; */
  text-align: center;
  padding: 0.75rem 20px;
  color: #ccc;
  background: none;
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}

.league-tab-button.active {
  color: #fff;
  border-bottom: 3px solid #ffc107;
  font-weight: 600;
}

.league-tab-content {
  background-color: #3a3a3a;
  /* padding: 1.5rem; */
  color: #fff;
}

.border-left-dark {
  border-left: #000 1px solid;
}

.mw-200px {
  min-width: 200px;
}

.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.mobile-number-badge {
  padding-top: 5px;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 50px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}

.mobile-betslip-3bs .active .mobile-number-badge {
  background: #ffc107;
}

.custom-mobile-tab-header {
  display: flex;
  justify-content: space-between;
  background-color: #000;
}

.custom-mobile-tab-content {
  background-color: #3b3c3e;
  padding-bottom: 2.5rem;
  color: #fff;
}

.bet-item {
  background-color: #3a3a3a;
  padding: 1rem;
  margin-bottom: 0;
}
.match-details {
  background-color: #001a13;
  padding: 0.75rem 1rem;
}
.bet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-name {
  font-size: 18px;
  opacity: 1 !important;
}
.odd {
  font-weight: bold;
  color: #ccc;
}
.form-check-input {
  border-color: white;
}

.bg-whitegreen {
  background: #bfc3c2;
}

.otp-container {
  display: flex;
  gap: 8px;
}

.otp-input {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  outline: none;
}

#paymentResponseModal .modal-content {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

#paymentResponseModal .success-icon-container i {
  animation: successPulse 2s ease-in-out infinite;
}

#paymentResponseModal .error-icon-container i {
  animation: errorShake 0.5s ease-in-out;
}

#paymentResponseModal .loading-icon-container .spinner-border {
  animation: spin 1s linear infinite;
}

@keyframes successPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes errorShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#paymentResponseModal .bg-success {
  background: linear-gradient(135deg, #28a745, #20c997) !important;
}

#paymentResponseModal .bg-danger {
  background: linear-gradient(135deg, #dc3545, #fd7e14) !important;
}

#paymentResponseModal .bg-eazee-yellow {
  background: linear-gradient(135deg, #ffc107, #ff8c00) !important;
}

#paymentResponseModal .btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

#paymentResponseModal .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

#paymentResponseModal .btn:active {
  transform: translateY(0);
}

/* Progress bar animation */
#paymentResponseModal .progress-bar {
  background: linear-gradient(90deg, #ffc107, #ff8c00, #ffc107);
  background-size: 200% 100%;
  animation: progressMove 2s linear infinite;
}

@keyframes progressMove {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Modal backdrop */
#paymentResponseModal.modal {
  backdrop-filter: blur(5px);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  #paymentResponseModal .modal-dialog {
      margin: 1rem;
  }
  
  #paymentResponseModal .success-icon-container i,
  #paymentResponseModal .error-icon-container i {
      font-size: 3rem !important;
  }
}

/* Two-Panel Live Fixtures Layout - Using Existing Styling */
.matches-panel {
  height: 100%;
}

.matches-list {
  scrollbar-width: thin;
  scrollbar-color: #ffc107 #2d2d2d;
}

.matches-list::-webkit-scrollbar {
  width: 6px;
}

.matches-list::-webkit-scrollbar-track {
  background: #2d2d2d;
}

.matches-list::-webkit-scrollbar-thumb {
  background: #ffc107;
  border-radius: 3px;
}

.match-item {
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.match-item:hover {
  background-color: rgba(255, 193, 7, 0.1) !important;
  border-left-color: #ffc107;
}

.match-item.bg-eazee-yellow {
  border-left-color: #000;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.markets-panel {
  height: 100%;
}

.markets-content {
  scrollbar-width: thin;
  scrollbar-color: #ffc107 #2d2d2d;
}

.markets-content::-webkit-scrollbar {
  width: 6px;
}

.markets-content::-webkit-scrollbar-track {
  background: #2d2d2d;
}

.markets-content::-webkit-scrollbar-thumb {
  background: #ffc107;
  border-radius: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .matches-panel,
  .markets-panel {
      height: auto;
      min-height: 50vh;
  }
}

@media (max-width: 576px) {
  .match-item {
      padding: 1rem !important;
  }
}

/* Beautiful Market Section Styling */
.market-section {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.05), rgba(255, 193, 7, 0.02));
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 193, 7, 0.2);
  margin-bottom: 1.5rem;
}

/* Single Row Live Fixtures Styling */
.single-row-fixtures {
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
}

.single-fixture-row {
  transition: all 0.3s ease;
  border-bottom: 1px solid #333 !important;
}

.single-fixture-row:hover {
  background: rgba(255, 193, 7, 0.05) !important;
}

.live-timer {
  background: linear-gradient(135deg, #ffc107, #ffb300) !important;
  color: #000 !important;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
}

.market-nav-arrows .btn {
  padding: 4px 8px;
  border-color: #ffc107;
  color: #ffc107;
  background: transparent;
}

.market-nav-arrows .btn:hover {
  background: #ffc107;
  color: #000;
  border-color: #ffc107;
}

.selection-option .odds-value {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.selection-option .odds-value:hover {
  background: rgba(255, 193, 7, 0.1) !important;
  border-color: #ffc107;
  transform: translateY(-1px);
}

.selection-option .odds-value.bg-eazee-yellow {
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.4);
}

.market-header {
  background: linear-gradient(135deg, #ffc107, #ff8c00) !important;
  color: #000 !important;
  position: relative;
  overflow: hidden;
}

.market-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.market-header .badge {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #000 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/* Beautiful Selection Cards */
.selection-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255, 193, 7, 0.3) !important;
  background: rgba(255, 193, 7, 0.05) !important;
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.selection-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.selection-card:hover::before {
  opacity: 1;
}

.selection-card:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
  border-color: #ffc107 !important;
}

.selection-card.bg-eazee-yellow {
  background: linear-gradient(135deg, #ffc107, #ff8c00) !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
  transform: scale(1.05);
}

.selection-card.bg-eazee-yellow .selection-odds {
  color: #000 !important;
}

.selection-card.opacity-50 {
  background: rgba(108, 117, 125, 0.1) !important;
  color: #6c757d !important;
  border-color: rgba(108, 117, 125, 0.3) !important;
}

.selection-card.opacity-50:hover {
  transform: none;
  box-shadow: none;
}

.locked-selection {
  color: #dc3545;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.selected-indicator {
  animation: bounceIn 0.6s ease;
}

@keyframes bounceIn {
  0% { transform: scale(0); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.selection-name {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.selection-odds {
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.transition-all {
  transition: all 0.3s ease;
}

/* Enhanced responsive adjustments */
@media (max-width: 768px) {
  .selection-card {
      min-height: 70px;
  }
  
  .market-section {
      margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .selection-card {
      padding: 1.5rem !important;
      min-height: 60px;
  }
  
  .selection-name {
      font-size: 11px !important;
  }
  
  .selection-odds {
      font-size: 14px !important;
  }
}
