body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.login-container {
  height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: start;
  justify-content: center;

}

.login-title h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 3.2;
}

.login-box {
  background: #eee;
  padding: 14px 0px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #eee;
  height: 310px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  width: 400px !important;
  margin-top: 14px;
}

.logo {
  width: 63.5%;
  text-decoration: none;
}

.login_title_underline {
  display: flex;
  justify-content: center;

}

.Under {
  color: #000;
  font-weight: 700;
}

.login-title {
  margin-top: 17px;
  font-weight: semibold;
  font-size: 20px;
  /* line-height: 40px; */
  color: #000;
  /* font-family: inherit; */
}

.Image_Container {
  padding: 0px;
  margin: 0px;
  margin-top: 100px;
}

.login-input {
  width: 85% !important;
  padding: 4px .75rem;
  margin: 12px 0;
  border-radius: 4px;
  font-size: 16px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}

.login-button {
  background-color: #0074b1;
  color: white;
  border: none;
  padding: 10px;
  width: 85%;
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: #0088CC;
  letter-spacing: 0.5px;
  font-family: inherit;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-button:hover {
  background-color: #0074b1;
}

.footer-email {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
}

.Login_container {
  text-align: center;
  background: var(--primary-color);
}



.error-text {
  color: red;
  font-size: 13px;
  margin: 2px 0 5px 0;
  /* Top, Right/Left, Bottom */
  text-align: left;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

/* header css */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background: white;
  border-bottom: 1px solid #ddd;
  font-family: "Nunito", sans-serif;
  position: relative;
}

.logo {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

.menu {
  display: flex;
  gap: 20px;
  letter-spacing: 1px;
}

.menu a {
  text-decoration: none;
  font-size: 14px;
  color: gray;
  font-weight: 500;
  transition: color 0.2s;
}

.menu a:hover {
  color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background: none;
  border: none;
  color: gray;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 0px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  min-width: 160px;
  border-radius: 5px;
  border: 1px solid #eee;
  z-index: 10;
}

.dropdown-content a {
  display: block;
  padding: 12px;
  color: gray;
  text-decoration: none;
}

.dropdown-content a:hover {
  background: #f8f8f8;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* HAMBURGER BUTTON */
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}





/* sports List */

.sports-container {
  padding: 20px;
  font-family: "Nunito", sans-serif;
}

h2 {
  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;

}

.tabs {
  background: #2c2f33;
  padding: 10px;
}

.tab-btn {
  background: none;
  border: none;
  color: white;
  margin-right: 15px;
  font-size: 15px;
  cursor: pointer;
}

.tab-btn.active {
  font-weight: 600;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
}

.controls {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  font-size: 14px;
}

.controls select,
.controls input {
  padding: 2px 5px 2px 5px;
}

.sports-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.sports-table th,
.sports-table td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  font-family: "Nunito", sans-serif;
}

.sports-table th {
  background: #f5f5f5;
  font-family: "Nunito", sans-serif;

}

.no-data {
  text-align: center;
  color: #555;
}

.footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.pagination button {
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.pagination button:hover {
  background: #f0f0f0;
}

.match-link {
  text-decoration: none;
  color: #007bff; /* blue rakhega */
  border: none;
  outline: none;
}

.match-link:focus,
.match-link:active {
  outline: none;
  border: none;
}



/* casino result css */
.casino-container {
  font-family: "Nunito", sans-serif;
  background: #f9fafb;
  padding: 20px;
}

.casino-container h2 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
}

.filters {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.filters select,
.filters input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.get-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.get-btn:hover {
  background: #0056b3;
}

.casino-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.casino-table th,
.casino-table td {
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

.casino-table th {
  background: #f1f3f4;
  font-weight: 600;
}

.update-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.update-btn:hover {
  background: #0056b3;
}


/* matchodds */
.bets-container {
  padding: 20px;
  font-family: "Nunito", sans-serif;
}

.bets-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
  font-family: "Nunito", sans-serif;
}

.bets-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #ccc;
}

.bets-table th {
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bets-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bets-table thead {
  background-color: #f5f5f5;
  font-family: "Nunito", sans-serif;
}

.center {
  text-align: center;
}

.status {
  background: #555;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-family: "Nunito", sans-serif;

}

.detailsbtn {
  background-color: #28a745;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
}

.detailsbtn:hover {
  background-color: #218838;
}
.rollbackbtn{
    background: #d9534f;
  border: none;
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
}

/* fancy css */
.mfd-container {
  font-family: "Nunito", sans-serif;
  margin: 0px;
  background: #fff;
  padding: 20px;
}

.mfd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;

}

.mfd-header h2 {
  font-size: 30px;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

.mfd-search {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mfd-search input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 14px;
}
.mfd-table-padding{
  padding: 40px 10px 0px 10px;
}
.mfd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.mfd-table thead tr {
  background: #f3f3f3;
}

.mfd-table th {
    padding: 10px;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-family: "Nunito", sans-serif;
    font-size: 18px
}

.mfd-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.mfd-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.action-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.result {
  font-weight: 500;
}

.rollback {
  background: #d9534f;
  border: none;
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Nunito", sans-serif;

}

.rollback:hover {
  background: #c9302c;
}

.no-data {
  text-align: center;
  color: #888;
  padding: 15px;
}

.caret {
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

/* 
modal css */

/* Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Modal Box */
.modal-box {
  background: #fff;
  width: 500px;
  max-width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

/* Header */
.modal-header {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
  font-size: 18px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

/* Body */
.modal-body {
  padding: 16px;
}

.modal-body p {
  margin: 8px 0;
}

.modal-select {
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Footer */
.button_footer {
  padding: 12px 16px;
  border-top: 1px solid #ddd;
  text-align: right;
}

.allButton {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
}

.close_Button {
  background: #6c757d;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
}

.save_Button {
  background: #007bff;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
}
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}