@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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=Rajdhani:wght@300;400;500;600;700&display=swap');

@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --bg-: rgb(236, 236, 236);
  --theme-color-: red;
  --menu-bg: rgb(218, 218, 218);
  --border-: rgb(196, 196, 196);
  --main-: #38b6ff;
}

html {
  background: var(--bg-);
  overflow: hidden;
}

body {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto !important;
}

.menu {
  width: 100%;
  margin: 0 auto;
  height: 70px;
  background: var(--menu-bg);
  border-bottom: 3px solid var(--border-);
  filter: drop-shadow(0 0 5px var(--border-));
  position: sticky;
  top: 0;
  left: 0;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 999;
}
.menu > .menu_cont {
  height: 70px;
}
.menu > .menu_cont > a {
  height: 100%;
}
.menu > .menu_cont > a > img {
  height: 100%;
  padding: 18px;
}
.menu > .menu_cont:last-child > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}
.menu > .menu_cont:last-child > ul > li > a {
  text-decoration: none;
}
.menu > .menu_cont:last-child > ul > li {
  list-style: none;
}
.menu > .menu_cont:last-child > ul > li > a > i {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: var(--main-);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  transition: 0.2s linear;
}
.menu > .menu_cont:last-child > ul > li > a > i:hover {
  scale: 1.06;
}
.menu > .menu_cont:last-child > ul > li:first-child {
  background: rgb(201, 201, 201);
  filter: drop-shadow(0 0 4px rgba(128, 128, 128, 0.7));
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
  position: relative;
  transition: 0.2s linear;
  font-size: 14px;
  font-weight: bold;
  color: rgba(36, 36, 36, 0.7);
}
.menu > .menu_cont:last-child > ul > li:first-child:hover {
  color: rgb(201, 201, 201);
}
.menu > .menu_cont:last-child > ul > li:first-child:hover::before {
  opacity: 1;
}
.menu > .menu_cont:last-child > ul > li:first-child::before {
  content: "Bakiye Yükle";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(39, 158, 9);
  inset: 0;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  overflow: hidden;
  transition: 0.2s linear;
  opacity: 0;
}
.menu > .menu_cont:last-child > ul > li:last-child > a > i {
  background: orangered;
}
.menu > .menu_cont:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu > .menu_cont:nth-child(2) > .menu_row {
  background: rgba(202, 202, 202, 0.6);
  filter: drop-shadow(0 0 10px rgb(202, 202, 202));
  display: flex;
  padding: 6px;
  border-radius: 4px;
}
.menu > .menu_cont:nth-child(2) > .menu_row > span {
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.8);
  transition: 0.1s linear;
}
.menu > .menu_cont:nth-child(2) > .menu_row > span[selected=selected] {
  background: var(--menu-bg);
}

.container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 6fr 2fr;
  justify-content: center;
  margin: 0 auto !important;
  overflow: auto;
}
.container > .match_list {
  width: 100%;
  grid: 5;
}
.container > .match_list > .match_title {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.container > .match_list > .match_title > h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 23px;
}
.container > .match_list > .match_title .filter {
  width: 195px;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: rgba(202, 202, 202, 0.3);
  filter: drop-shadow(0 0 10px rgb(202, 202, 202));
  display: flex;
  border-radius: 4px;
}
.container > .match_list > .match_title .filter > span {
  font-family: "Outfit", sans-serif;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  color: rgba(0, 0, 0, 0.8);
  transition: 0.1s linear;
}
.container > .match_list > .match_title .filter > span[selected=selected] {
  background: rgb(202, 202, 202);
}
.container > .match_list > .star {
  width: 100%;
  height: auto;
}
.container > .match_list > .star > .star_title {
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgb(235, 153, 1), rgb(255, 166, 0));
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.container > .match_list > .star > .star_title > span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
}
.container > .match_list > .other,
.container > .match_list > .star {
  width: 100%;
  height: auto;
}
.container > .match_list > .other > .other_title {
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgb(30, 30, 44), rgb(38, 38, 56));
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.container > .match_list > .other > .other_title > span,
.container > .match_list > .star > .star_title > span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
}
.container > .coupon {
  background-color: rgb(40, 40, 59);
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 92vh;
  padding: 20px;
  position: sticky;
  top: 0;
}
.container > .coupon > .coupon_detail {
  width: 100%;
  height: 100%;
  padding: 5px 0;
}
.container > .coupon > .coupon_detail > .coupon_title {
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-color: rgb(23, 23, 37);
}
.container > .coupon > .coupon_detail > .coupon_title > h1 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 700;
  font-size: 24px;
}
.container > .coupon > .coupon_detail > .coupon_title > span {
  color: white;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  display: flex;
  font-size: 14px;
  gap: 5px;
  margin-bottom: 10px;
}
.container > .coupon > .coupon_detail > .coupon_inner_details {
  width: 100%;
  height: 250px;
  max-height: 250px;
  overflow: auto;
  background-color: var(--menu-bg);
}
.container > .coupon > .coupon_detail > .coupon_inner_details > .no_coupon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.container > .coupon > .coupon_detail > .coupon_inner_details > .no_coupon > i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 250px;
  opacity: 0.1;
}
.container > .coupon > .coupon_detail > .coupon_inner_details > .no_coupon > p {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: black;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: brightness(0.6);
}
.container > .coupon > .coupon_detail > .coupon_amount {
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.container > .coupon > .coupon_detail > .coupon_amount > p {
  color: white;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-top: 15px;
}
.container > .coupon > .coupon_detail > .coupon_amount > input {
  width: 100%;
  height: 35px;
  border: 0;
  border-radius: 4px;
  margin-top: 5px;
  color: black;
  padding-left: 10px;
}
.container > .coupon > .coupon_detail > .toplam_oran,
.container > .coupon > .coupon_detail > .kupon_bedeli,
.container > .coupon > .coupon_detail > .olasi_kazanc {
  width: 95%;
  height: auto;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  margin: 0 auto;
}
.container > .coupon > .coupon_detail > .toplam_oran {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.container > .coupon > .coupon_detail > .kupon_bedeli {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.container > .coupon > .coupon_detail > .olasi_kazanc {
  font-size: 16px;
  color: rgb(61, 214, 0);
  margin-top: 10px;
}
.container > .coupon > .coupon_detail > .olasi_kazanc > div {
  font-weight: bold;
}
.container > .coupon > .coupon_detail > .hemen_oyna {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.container > .coupon > .coupon_detail > .hemen_oyna > button {
  width: 100%;
  height: 35px;
  background-color: rgb(61, 214, 0);
  color: black;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s linear;
}
.container > .coupon > .coupon_detail > .hemen_oyna > button:hover {
  background-color: rgb(49, 168, 2);
}
.container > .coupon > .coupon_detail::before {
  content: "Maç";
  position: absolute;
  width: 49px;
  height: 28px;
  border-radius: 6px;
  background-color: rgb(255, 166, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}
.container > .row {
  height: 900px;
}

.other_match_list,
.star_match_list {
  height: auto;
  max-height: 42vh;
  overflow: auto;
}
.other_match_list {
  min-height: 42vh !important;
}
.star_match_list {
  max-height: 21vh;
}
.other_match_list > .match,
.star_match_list > .match {
  width: 100%;
}
.other_match_list > .match > .match_teams,
.star_match_list > .match > .match_teams {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 9fr 2fr;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  transition: 0.2s linear;
  cursor: pointer;
}
.star_match_list > .match > .match_teams {
    background: rgba(255, 170, 0, .2);
}
.star_match_list > .match > .match_teams:hover {
    background: rgba(255, 170, 0, .4);
}
.other_match_list > .match > .match_teams:hover {
  background-color: rgb(209, 209, 209);
}
.other_match_list > .match > .match_teams > .times,
.star_match_list > .match > .match_teams > .times {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.other_match_list > .match > .match_teams > .teams_section,
.star_match_list > .match > .match_teams > .teams_section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.other_match_list > .match > .match_teams > .teams_section > .teams > div,
.star_match_list > .match > .match_teams > .teams_section > .teams > div {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
  font-family: 'Poppins', Sans-Serif !important;
  font-weight: 600 !important;
}
.other_match_list > .match > .match_teams > .teams_section > .teams > div::before,
.star_match_list > .match > .match_teams > .teams_section > .teams > div::before{
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--main-);
  position: absolute;
  border-radius: 100%;
  left: -15px;
}
.other_match_list > .match > .match_teams > .teams_section > .content_i > i,
.star_match_list > .match > .match_teams > .teams_section > .content_i > i {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 22px;
  background: var(--main-);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other_match_list > .match > .match_teams > .odds-row,
.star_match_list > .match > .match_teams > .odds-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-right: 10px;
}
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m,
.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m {
  width: 50px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  background: var(--menu-bg);
  transform: 0.2s linear;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 998;
  transition: 0.2s linear;
}
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m:hover,
.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m:hover {
  background: rgb(255, 166, 0) !important;
}
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m.selected-odd,
.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m.selected-odd {
  background: rgb(255, 166, 0) !important;
}
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m > span,
.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m > span {
  font-size: 9px;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  top: 5px;
  pointer-events: none;
}
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m > .odd-btn,
.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m > .odd-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 3px;
  pointer-events: none;
}
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m > .odd-btn.selected-odd,
.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m > .odd-btn.selected-odd {
  background: rgb(255, 166, 0) !important;
}
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m.locked,
.other_match_list > .match > .match_teams > .odds-row > .odd-btn-m[data-odd="-"],

.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m.locked,
.star_match_list > .match > .match_teams > .odds-row > .odd-btn-m[data-odd="-"] {
  pointer-events: none !important;
  opacity: 0.4 !important;
}

.coupon_inner_details {
  padding: 10px;
  background: #f6f6f6;
}

.coupon_item {
  position: relative;
  background: #ffffff;
  padding: 12px 14px 12px 36px;
  margin-bottom: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #f5a400;
}

.remove_coupon {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: #e74c3c;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}

.coupon_item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.coupon_type {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.coupon_odd {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.coupon_item_title {
  font-size: 14px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 2px;
}

.coupon_item_market {
  font-size: 13px;
  color: #333;
}

#toast_container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999999;
}

.toast_item {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  min-width: 220px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-left: 4px solid gold;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.35s ease;
}

.admlogin {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-items: center;
  align-items: center;
  background: rgba(0,0,0,.8);
}
.admlogin > .admlogin_row {
  width: 90%;
  max-width: 400px;
  height: 500px;
  -webkit-backdrop-filter: blur(20px) brightness(0.5);
          backdrop-filter: blur(20px) brightness(0.5);
          background: silver;
  border-radius: 6px;
  margin: auto;
  padding: 20px;
}
.admlogin > .admlogin_row > .adm_logo {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20%;
}
.admlogin > .admlogin_row > .adm_logo > img {
  margin: auto;
  max-width: 180px;
}
.admlogin > .admlogin_row > form {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
}
.admlogin > .admlogin_row > form > .adm_rows {
  width: 100%;
}
.admlogin > .admlogin_row > form > .adm_rows > input {
  display: flex;
  width: 80%;
  height: 40px;
  margin: 8px auto;
  border: 1px solid var(--yellow-);
  border-radius: 20px;
  outline: none;
  background-color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: white;
}
.admlogin > .admlogin_row > form > .adm_rows > input[type=text],
.admlogin > .admlogin_row > form > .adm_rows > input[type=password] {
  padding-left: 10px;
}
.admlogin > .admlogin_row > form > .adm_rows > input[type=submit] {
  cursor: pointer;
  transition: 0.3s linear;
  font-weight: 600;
}
.admlogin > .admlogin_row > form > .adm_rows > input[type=submit]:hover {
  background-color: var(--yellow-);
  color: black;
}
.admlogin > .admlogin_row > form > .adm_rows > h1 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}
.admlogin > .admlogin_row > form > .adm_rows > h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 13px;
  margin-top: 5px;
  background-color: var(--yellow-);
  color: black;
  padding: 3px 0;
  border-radius: 2px;
  filter: drop-shadow(0 0 5px var(--yellow-));
}

.profile_container {
  width: 100%;
  height: 100%;
}

.profile_row {
  width: 100%;
  height: 100%;
  display: flex;
}

.profile_left_menu {
  width: 20%;
  height: 100vh;
  background-color: var(--menu-bg);
  border-right: 3px solid var(--border-);
  filter: drop-shadow(0 0 5px var(--border-));
  position: sticky;
  top: 0px;
}
.profile_left_menu > ul {
  padding: 10px;
}
.profile_left_menu > ul > span {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 00;
  width: 100%;
  display: flex;
  padding-left: 10px;
  border-radius: 4px;
  margin: 10px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.profile_left_menu > ul > li {
  list-style: none;
}
.profile_left_menu > ul > li > a {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  width: 100%;
  padding: 10px 0;
  background-color: rgb(209, 209, 209);
  color: black;
  align-items: center;
  gap: 5px;
  padding-left: 20px;
  transition: 0.2s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.profile_left_menu > ul > li > a:hover {
  background-color: rgb(197, 197, 197);
}
.profile_left_menu > p {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 15px;
}
.profile_left_menu > p:nth-child(2) {
  font-style: italic;
}
.profile_left_menu > p > span {
  font-weight: bold;
}
.profile_left_menu > span {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  opacity: 0.4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.profile_right_content {
  width: 80%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 70px;
}

.settings_container {
  width: 100%;
  height: auto;
  padding: 20px;
}
.settings_container > h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  opacity: 0.1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.settings_form {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.settings_form > label {
  display: flex;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}
.settings_form > input {
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border: 0;
  padding-left: 10px;
  font-family: "Outfit", sans-serif;
  background-color: rgb(228, 228, 228);
  margin-top: 5px;
  outline: none;
}
.settings_form #save_profile {
  width: 100%;
  height: 35px;
  font-family: "Poppins", sans-serif;
  background-color: rgb(207, 207, 207);
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s linear;
}
.settings_form #save_profile:hover {
  background-color: rgb(190, 190, 190);
}

.toast_box {
  width: 300px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.profile_coupon {
  margin: 20px;
}
.profile_coupon > h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  opacity: 0.1;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.withdraw_container{
    width:100%!important;
    min-height:100vh!important;
    padding:30px!important;
    box-sizing:border-box!important;
    justify-content:flex-start!important;
}

.withdraw_container h2{
    font-size:24px!important;
    font-weight:700!important;
    color:#222!important;
    margin-bottom:20px!important;
    border-left:5px solid #ff9f00!important;
    padding-left:12px!important;
}

.withdraw_form{
    background:#ffffff!important;
    padding:30px!important;
    border-radius:14px!important;
    box-shadow:0 10px 35px rgba(0,0,0,0.08)!important;
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    gap:15px!important;
}

.withdraw_form label{
    font-size:14px!important;
    font-weight:600!important;
    color:#444!important;
}

.withdraw_form input{
    width:100%!important;
    padding:12px 14px!important;
    border-radius:8px!important;
    border:1px solid #ddd!important;
    font-size:15px!important;
    transition:all .2s ease!important;
}

.withdraw_form input:focus{
    outline:none!important;
    border-color:#ff9f00!important;
    box-shadow:0 0 0 3px rgba(255,159,0,0.15)!important;
}

.no_bank_warning{
    background:#fff3e0!important;
    border:1px solid #ffcc80!important;
    color:#e65100!important;
    padding:12px!important;
    border-radius:8px!important;
    font-size:14px!important;
    font-weight:600!important;
}

#withdraw_btn{
    margin-top:10px!important;
    background:linear-gradient(135deg,#ff9f00,#ffb733)!important;
    color:#fff!important;
    border:none!important;
    padding:14px!important;
    border-radius:10px!important;
    font-size:16px!important;
    font-weight:700!important;
    cursor:pointer!important;
    transition:all .25s ease!important;
}

#withdraw_btn:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 10px 25px rgba(255,159,0,0.4)!important;
}

.bank_select_box {
    border: 0;
    border: 1px solid rgba(0,0,0, .1);
    padding: 10px;
    outline: none;
}

@media(max-width:900px){
    .withdraw_form{
        max-width:100%!important;
    }
}

.deposit_wrapper{
    width:100%!important;
    min-height:100vh!important;
    display:flex!important;
    gap:30px!important;
    padding:30px!important;
    box-sizing:border-box!important;
}

.bank_info_box,
.deposit_form_box{
    background:#ffffff!important;
    border-radius:12px!important;
    padding:25px!important;
    box-shadow:0 10px 30px rgba(0,0,0,0.08)!important;
    width:100%!important;
}

.bank_info_box h2,
.deposit_form_box h2{
    font-size:22px!important;
    font-weight:700!important;
    margin-bottom:20px!important;
    color:#222!important;
    border-left:5px solid #ff9f00!important;
    padding-left:10px!important;
}

.bank_row{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    padding:12px 0!important;
    border-bottom:1px solid #eee!important;
    font-size:15px!important;
}

.bank_row span{
    color:#666!important;
    font-weight:500!important;
}

.bank_row strong{
    color:#111!important;
    font-weight:700!important;
}

.withdraw_form{
    display:flex!important;
    flex-direction:column!important;
    gap:15px!important;
}

.withdraw_form label{
    font-size:14px!important;
    font-weight:600!important;
    color:#444!important;
}

.withdraw_form input{
    width:100%!important;
    padding:12px 14px!important;
    border-radius:8px!important;
    border:1px solid #ddd!important;
    font-size:15px!important;
    transition:all .2s ease!important;
}

.withdraw_form input:focus{
    outline:none!important;
    border-color:#ff9f00!important;
    box-shadow:0 0 0 3px rgba(255,159,0,0.15)!important;
}

.file_wrap{
    background:#f7f7f7!important;
    padding:15px!important;
    border-radius:8px!important;
    border:1px dashed #ccc!important;
    text-align:center!important;
}

#deposit_btn{
    margin-top:10px!important;
    background:linear-gradient(135deg,#ff9f00,#ffb733)!important;
    color:#fff!important;
    border:none!important;
    padding:14px!important;
    border-radius:10px!important;
    font-size:16px!important;
    font-weight:700!important;
    cursor:pointer!important;
    transition:all .25s ease!important;
}

#deposit_btn:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 10px 25px rgba(255,159,0,0.4)!important;
}

@media(max-width:1100px){
    .deposit_wrapper{
        flex-direction:column!important;
    }
    .bank_info_box,
    .deposit_form_box{
        max-width:100%!important;
    }
}

.coupon_list {
    width: 100% !important;
    max-width: 100% !important;
}

.coupon_item {
    width: 100% !important;
    background: #fff !important;
    margin-bottom: 22px !important;
    border-left: 5px solid #f5a300 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
    transition: all .3s ease !important;
}

.coupon_item:hover {
    box-shadow: 0 14px 36px rgba(0,0,0,.14) !important;
}

.coupon_header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 26px !important;
    cursor: pointer !important;
}

.coupon_header:hover {
    background: #fafafa !important;
}

.coupon_header .left h3 {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.coupon_date {
    font-size: 13px !important;
    color: #777 !important;
    margin-top: 4px !important;
}

.coupon_total {
    text-align: right !important;
}

.coupon_total strong {
    font-size: 18px !important;
    display: block !important;
}

#match_waiting {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #f5a300 !important;
}

.coupon_header::after {
    content: "▾" !important;
    font-size: 20px !important;
    margin-left: 18px !important;
    transition: transform .3s ease !important;
}

.coupon_item.active .coupon_header::after {
    transform: rotate(180deg) !important;
}

.coupon_details {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height .4s ease !important;
    padding: 0 26px !important;
}

.coupon_item.active .coupon_details {
    max-height: 2000px !important;
    padding-bottom: 24px !important;
}

.coupon_section_title {
    font-size: 16px !important;
    font-weight: 800 !important;
    margin: 18px 0 12px !important;
}

.coupon_match_row {
    background: #f7f7f7 !important;
    padding: 14px 16px !important;
    margin-bottom: 10px !important;
    border-left: 3px solid #ddd !important;
    transition: all .25s ease !important;
}

.coupon_match_row:hover {
    border-left-color: #f5a300 !important;
    background: #fff !important;
}

.match_teams {
    font-weight: 700 !important;
    font-size: 15px !important;
}

.match_pick {
    font-size: 13px !important;
    color: #555 !important;
}

.match_odd {
    font-weight: 800 !important;
    margin-top: 4px !important;
}

.coupon_footer {
    background: #fafafa !important;
    padding: 16px 18px !important;
    margin-top: 12px !important;
}

.coupon_footer p {
    margin: 6px 0 !important;
    font-size: 14px !important;
}

.coupon_footer p:last-child {
    color: #f5a300 !important;
    font-weight: 800 !important;
}
.admin_content h2 {
  color: black;
  margin-bottom: 20px;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 20px;
  opacity: .1;
}
.cekim_table table {
  width: 95%;
  border-collapse: collapse;
  margin: 0 auto;
}

.cekim_table th, .cekim_table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  color: black;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.pending {
  color: #ffcc00;
}

.approved {
  color: #00ff73;
}

.rejected {
  color: #ff4b4b;
}
.btn_ok {
  background: #00b83d;
  color: black;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.btn_red {
  background: #ff4747;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.modal_box {
  width: 400px;
  background: #111;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #ffcc00;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.3);
  text-align: center;
}
.modal_box h3 {
  margin-bottom: 15px;
  color: #ffcc00;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.modal_box textarea {
  width: 100%;
  height: 110px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #444;
  background: #222;
  color: white;
  resize: none;
  outline: none;
}
.modal_buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.admin_table > h2 {
  color: black;
  margin-bottom: 20px;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 20px;
  opacity: .1;
}
.admin_success {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: white;
}
.admin_list_table {
  width: 100%;
  border-collapse: collapse;
  color: black;
  font-size: 14px;
  margin: 0 auto;
}
.admin_list_table th {
  background: rgba(0,0,0, 0.1);
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.admin_list_table td {
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.admin_btn {
  background: #ffaa00;
  color: black;
  padding: 5px 12px;
  border-radius: 6px;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.page_btn {
  padding: 6px 10px;
  margin: 0 4px;
  background: #333;
  color: #fff;
  border-radius: 4px;
}

.page_current {
  margin: 0 10px;
  color: #ffaa00;
}
.profile_inner_content > div.page_title {
    font-family: 'Poppins', Sans-Serif;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    opacity: .1;
    margin: 20px;
    font-size: 35px;
}
.search_box {
    background: rgba(0,0,0, .1);
    max-width: 300px;
    margin-left: 10px;
    border-radius: 6px;
}
table.user_table {
    max-width: 98%;
    margin: 0 auto;
}
table.user_table tbody tr {
    background: rgb(236, 236, 236);
    border-bottom: 1px solid rgba(0,0,0, .1);
}
table.user_table tbody tr:nth-child(1) {
    background: rgba(0,0,0);
}
table.user_table tbody tr td {
    color: black;
}
.admlogin {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-items: center;
  align-items: center;
}
.admlogin > .admlogin_row {
  width: 90%;
  max-width: 400px;
  height: 500px;
  -webkit-backdrop-filter: blur(20px) brightness(0.5);
          backdrop-filter: blur(20px) brightness(0.5);
  border-radius: 6px;
  margin: auto;
  padding: 20px;
}
.admlogin > .admlogin_row > .adm_logo {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20%;
}
.admlogin > .admlogin_row > .adm_logo > img {
  margin: auto;
  max-width: 180px;
}
.admlogin > .admlogin_row > form {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
}
.admlogin > .admlogin_row > form > .adm_rows {
  width: 100%;
}
.admlogin > .admlogin_row > form > .adm_rows > input {
  display: flex;
  width: 80%;
  height: 40px;
  margin: 8px auto;
  border: 1px solid var(--yellow-);
  border-radius: 20px;
  outline: none;
  background-color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: white;
}
.admlogin > .admlogin_row > form > .adm_rows > input[type=text],
.admlogin > .admlogin_row > form > .adm_rows > input[type=password] {
  padding-left: 10px;
}
.admlogin > .admlogin_row > form > .adm_rows > input[type=submit] {
  cursor: pointer;
  transition: 0.3s linear;
  font-weight: 600;
}
.admlogin > .admlogin_row > form > .adm_rows > input[type=submit]:hover {
  background-color: var(--yellow-);
  color: black;
}
.admlogin > .admlogin_row > form > .adm_rows > h1 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}
.admlogin > .admlogin_row > form > .adm_rows > h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 13px;
  margin-top: 5px;
  background-color: var(--yellow-);
  color: black;
  padding: 3px 0;
  border-radius: 2px;
  filter: drop-shadow(0 0 5px var(--yellow-));
}

.mini_games {
  width: 95%;
  margin: 40px auto;
}

.games_content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.mini_title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mini_title img {
  width: 60px;
  height: 60px;
  padding: 12px;
  background: linear-gradient(135deg,rgb(0, 153, 255),rgb(2, 126, 209));
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(150,255,100,.6);
}

.mini_title h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 800;
}

.game,
.game2 {
  height: 200px;
  padding: 20px;
  border-radius: 18px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 15px 40px rgba(0,0,0,.7);
  cursor: pointer;
  transition: all .25s ease;
}
.game {
  background-image: url('../img/hilo.png');
  background-size: cover;
  background-position: center;
}

.game:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 25px 60px rgba(0,0,0,.9);
}
.game2 {
  background-image: url('../img/bj.png');
  background-size: cover;
  background-position: center;
}

.game2:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 25px 60px rgba(0,0,0,.9);
}

.game-modal {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top,rgba(255,255,255,.05),rgba(0,0,0,.9));
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.game-box {
  width: 380px;
  padding: 32px;
  border-radius: 22px;
  background: linear-gradient(180deg,#121212,#090909);
  box-shadow:
    0 40px 100px rgba(0,0,0,.9),
    inset 0 0 0 1px rgba(255,255,255,.05);
  color: #fff;
  text-align: center;
  animation: modalPop .35s cubic-bezier(.2,1,.3,1);
  position: relative;
}

@keyframes modalPop {
  from { transform: scale(.85) translateY(20px); opacity: 0 }
  to { transform: scale(1); opacity: 1 }
}

.close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 24px;
  opacity: .6;
  cursor: pointer;
  transition: .2s;
}
.close:hover { opacity: 1 }

.card-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
}

.reference-card {
  font-size: 12px;
  color: #aaa;
  opacity: .7;
}

.mini-card {
  width: 52px;
  height: 74px;
  background: linear-gradient(145deg,#fff,#eaeaea);
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
}

.card-wrapper {
  perspective: 1200px;
}

.card {
  width: 120px;
  height: 170px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.4,.2,.2,1);
}

.card.flip {
  transform: rotateY(180deg);
}

.card-face {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 800;
}

.card-face.back {
  background:
    radial-gradient(circle at top,#444,#111);
  color: #fff;
}

.card-face.front {
  background:
    linear-gradient(145deg,#fff,#eaeaea);
  color: #000;
  transform: rotateY(180deg);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
}

input {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: none;
  outline: none;
  background: #0e0e0e;
  color: #fff;
  font-size: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  margin-bottom: 14px;
}

.buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.buttons button {
  flex: 1;
  padding: 14px;
  border-radius: 14px;
  border: none;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  opacity: .6;
  transition: all .25s ease;
}

#higher {
  background: linear-gradient(135deg,#2ecc71,#1fae60);
}
#lower {
  background: linear-gradient(135deg,#e74c3c,#c0392b);
}

.buttons button.active {
  opacity: 1;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255,255,255,.25);
}

.buttons button:active {
  transform: scale(.96);
}

.play {
  width: 100%;
  padding: 15px;
  border-radius: 16px;
  border: none;
  font-size: 16px;
  font-weight: 800;
  background: linear-gradient(135deg,#3498db,#217dbb);
  color: #fff;
  cursor: pointer;
  transition: all .25s ease;
}

.play:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(52,152,219,.6);
}
.play:active {
  transform: scale(.97);
}

#result {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 800;
}

#result.win {
  color: #2ecc71;
  text-shadow: 0 0 10px rgba(46,204,113,.7);
  animation: pulseWin .6s ease;
}

#result.lose {
  color: #e74c3c;
  animation: shake .4s ease;
}

@keyframes pulseWin {
  0% { transform: scale(1) }
  50% { transform: scale(1.15) }
  100% { transform: scale(1) }
}

@keyframes shake {
  0% { transform: translateX(0) }
  25% { transform: translateX(-4px) }
  50% { transform: translateX(4px) }
  75% { transform: translateX(-2px) }
  100% { transform: translateX(0) }
}
#coupon_bet_amount,
#cek_miktar,
#hesap_sahibi,
#yatir_miktar,
#yatir_isim {
    background: white;
    color: black;
    font-family: 'Poppins', Sans-Serif;
}

.withdraw_form,
.bank_info_box > *,
.coupon_details > *,
.coupon_total,
.left {
    font-family: 'Poppins', Sans-Serif;
}

.coupon_footer > p > strong {
    color: black;
}
.coupon_footer > p > span {
    color: green !important;
}

span#match_loss { color: red; }
span#match_win { color: green; }

#bank_no,
#ic_isim,
#ic_soyisim {
    color: black;
}
#hitBtn,
#standBtn,
#doubleBtn {
    cursor: pointer;
}
.withdraw_container h2 {
    font-family: 'Poppins', Sans-Serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px !important;
}
.coupon_item_title,
.coupon_item_market,
.coupon_item_bottom {
    font-family: 'Poppins', Sans-Serif;
    font-weight: 500;
}
.coupon_item_bottom {
    font-weight: 600;
    font-size: 13px !important;
}
.coupon_item_title {
    font-weight: 700;
}
