/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
.content-4a {
  width: 53.9vw;
  margin-top: 12px;
  padding: 4rem 0.8rem 1.5rem 0.8rem;
  background: #ededed;
  min-width: 0;
  box-sizing: border-box;
}

.content-4a .statement-card {
  background: transparent;
  border: none;
  box-shadow: none;
}

.content-4a .custom-section {
  margin-top: 20px;
}

/* Tabs */

.content-4a .tabs {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 25px;
  align-items: center;
}

.content-4a .tab-btn {
  padding: 6px 24px;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}

.content-4a .tab-btn:hover {
  color: #14805e;
}

.content-4a .tab-btn.active {
  background: linear-gradient(-180deg, #14805e 0, #184438 100%);
  color: #fff;
}

.content-4a .tab-btn.active:hover {
  color: #fff;
}

/* Result Row */

.content-4a .tab-btn.result-btn {
  margin-left: auto;
}

.content-4a .result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  text-decoration: none;
  color: inherit;
}

.content-4a .result-left {
  padding: 10px 20px;
  font-size: 14px;
  color: #184438;
  cursor: pointer;
}

.content-4a .result-left a {
  text-decoration: none;
  color: #184438;
}

.content-4a .result-right {
  background: linear-gradient(-180deg, #14805e 0, #184438 100%);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  cursor: pointer;
}

.content-4a .result-right a {
  text-decoration: none;
  color: #fff;
}

/* Hide/Show Tabs */

.content-4a .tab-content {
  display: none;
}

.content-4a .tab-content.active {
  display: block;
}

/* Responsive */

@media (max-width: 992px) {
  .content-4a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .content-4a {
    width: 100%;
    padding: 1rem 0.6rem 2rem;
    margin-top: 0;
  }

  .content-4a .custom-section {
    margin-top: 0;
  }

  .content-4a .statement-card {
    margin-top: 0 !important;
  }

  .content-4a .card-body {
    padding: 0.5rem 0.2rem;
  }

  .content-4a .tabs {
    grid-gap: 8px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .content-4a .tab-btn,
  .content-4a .tab-btn.result-btn {
    margin-left: 0;
    flex: 1 1 40%;
    min-width: 40%;
    padding: 8px 10px;
    font-size: 13px;
    text-align: center;
  }

  .content-4a .tab-btn.result-btn {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .content-4a .result-row {
    min-width: 0;
  }

  .content-4a .result-left {
    padding: 10px 12px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
  }

  .content-4a .result-left span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .content-4a .result-right {
    min-width: auto;
    padding: 10px 12px;
    font-size: 12px;
    flex-shrink: 0;
  }
}

@media (max-width: 574px) {
  .content-4a {
    padding: 4.2rem 0.5rem 5.5rem;
  }
}

/* gali-table css starts---------------------------------------------------- */

.content-5 {
  width: 53.9vw;
  margin-top: 12px;
  padding: 4rem 0.8rem 1.5rem 0.8rem;
  background: #ededed;
  box-sizing: border-box;
  min-width: 0;
}

.content-5 .statement-card {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 8px !important;
}

.content-5 .container {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
}

.content-5 .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  background: linear-gradient(-180deg, #14805e 0, #184438 100%);
  color: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
}

.content-5 .top-header .event-counter {
  margin-left: auto;
  white-space: nowrap;
}

.content-5 .gali-section {
  border-top: none;
}

.content-5 .gali-title {
  background: linear-gradient(-180deg, #14805e 0, #184438 100%);
  color: #fff;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.25s ease;
  margin-top: 10px;
}

.content-5 .gali-title:hover {
  background: #184438;
}

.content-5 .gali-title .label {
  margin-right: 6px;
}

.content-5 .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.content-5 .gali-title.expanded .arrow {
  transform: rotate(180deg);
}

.content-5 .info-row {
  display: none;
}

.content-5 .info-row.open {
  display: flex;
  max-height: none;
  opacity: 1;
  padding: 8px 12px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  grid-gap: 8px;
  gap: 8px;
  align-items: center;
  border-radius: 4px;
}

.content-5 .info-box {
  flex: 1;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px 0;
  font-size: 13px;
  background: #fff;
  font-weight: 500;
}

.content-5 .info-box.amount {
  background: #333;
  color: #fff;
  font-weight: 600;
}

.content-5 .table-responsive {
  background: #fff;
  border-radius: 8px;
  overflow-x: auto;
  margin-top: 6px;
}

.content-5 table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  border: 1px solid #e4e4e4;
}

.content-5 th,
.content-5 td {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 7px 2px;
  vertical-align: middle;
}

.content-5 th {
  background: #f4f4f4;
  font-weight: 600;
}

.content-5 td {
  background: #fff;
}

.content-5 td.setwidth {
  width: 9%;
}

.content-5 .blank-row td {
  background: #fafafa;
  height: 28px;
}

.content-5 .blank-row td:last-child {
  font-weight: 600;
}

.content-5 tfoot td {
  background: #f5f5f5;
  font-weight: 600;
  text-align: right;
}

.content-5 .harup-section {
  margin-top: 10px;
}

.content-5 .small-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
}

.content-5 .small-grid div {
  flex: 1 1 8%;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin: 4px;
  border-radius: 3px;
  padding: 6px 0;
  font-weight: 500;
}

.content-5 .input-section {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 8px;
}

.content-5 .jantri-input-row,
.content-5 .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: nowrap;
}

.content-5 .jantri-input-row .form-control,
.content-5 .input-group .form-control,
.content-5 input[type="text"],
.content-5 input[type="number"] {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: 40px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  background: #fff;
  box-shadow: none;
}

.content-5 .btn-info {
  background: #14805e !important;
  border-color: #14805e !important;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.content-5 .jantri-placebet {
  background: #e4ebf0;
  border-radius: 6px;
  padding: 8px 4px 10px;
  margin-top: 10px;
}

.content-5 .jantri-placebet .jantri-bet-meta {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 8px 8px;
}

.content-5 .jantri-placebet .jantri-stake-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  grid-gap: 2px;
  gap: 2px;
  max-width: 260px;
  margin: 0 auto 6px;
}

.content-5 .jantri-placebet .stakeactionminus,
.content-5 .jantri-placebet .stakeactionplus {
  flex: 0 0 36px;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  float: none !important;
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #333 !important;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-5 .jantri-placebet .input-Betslip {
  flex: 1 1 auto;
  min-width: 0;
  height: 36px !important;
  width: auto !important;
  margin: 0 !important;
  font-weight: 700;
  font-size: 16px;
}

.content-5 .jantri-placebet .fancy-quick-btn {
  background: #f9f9f9 !important;
  color: #000 !important;
  border: 1px solid #333 !important;
  border-radius: 4px !important;
  height: 31px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 4px 1px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.content-5 .jantri-placebet .btn-cancel {
  background: #f9f9f9 !important;
  color: #000 !important;
  border: 1px solid #333 !important;
  height: 38px !important;
  font-weight: 700 !important;
  width: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-5 .jantri-placebet .btn-send,
.content-5 .jantri-placebet .jantri-place-btn {
  pointer-events: all !important;
  cursor: pointer !important;
  background: linear-gradient(-180deg, #14805e 0, #184438 100%) !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  height: 38px !important;
  font-weight: 700 !important;
  width: 100%;
  border-radius: 5px;
}

.content-5 .jantri-placebet .btn-send:disabled,
.content-5 .jantri-placebet .jantri-place-btn:disabled {
  pointer-events: none !important;
  background: #a4a4a4 !important;
  color: #e6dfcd !important;
}

.content-5 .input-section .btn,
.content-5 .jantri-input-row .btn,
.content-5 .input-group .btn {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #d0d0d0 !important;
  height: 40px;
  min-width: 92px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 auto;
}

.content-5 .input-section .btn:hover,
.content-5 .jantri-input-row .btn:hover,
.content-5 .input-group .btn:hover {
  background: #f3f3f3 !important;
  color: #14805e !important;
  border-color: #14805e !important;
}

@media (max-width: 992px) {
  .content-5 {
    width: 100%;
    max-width: 100%;
    padding: 4.2rem 0.5rem 5.5rem;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .content-5 {
    width: 100%;
    padding: 4.2rem 0.45rem 5.5rem;
  }

  .content-5 .top-header,
  .content-5 .gali-title {
    font-size: 12px;
    padding: 8px 10px;
  }

  .content-5 th,
  .content-5 td {
    padding: 5px 1px;
    font-size: 11px;
  }

  .content-5 .info-row {
    flex-wrap: wrap;
  }

  .content-5 .small-grid div {
    flex: 1 1 28%;
  }

  .content-5 .input-section {
    flex-direction: column;
    align-items: stretch;
  }

  .content-5 .jantri-input-row .btn,
  .content-5 .input-group .btn {
    min-width: 82px;
    font-size: 12px;
    padding: 0 8px;
  }
}

html {
  background-color: #14805e;
  overflow-x: hidden !important;
  max-width: 100%;
}

body {
  background-color: #ededed;
  overflow-x: hidden !important;
  max-width: 100%;
}

.prevent-select.zone-18,
.d-flex.bet-body.zone-18 {
  max-width: 100%;
  overflow-x: hidden;
}
