/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-size: 1.6rem;
  color: #1a1a1a;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.site-footer {
  width: 100%;
}

html {
  font-size: 10px;
}

html * {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66667vw;
  }
}

.player-header__photo-wrapper {
  display: none !important;
}

/* Dashboard Layout */
.dashboard-layout {
  display: flex;
  min-height: 100vh;
  background: #f8f9fa;
  flex-wrap: wrap;
}

/* Sidebar */
.sidebar {
  width: 28.5rem;
  background: #fff;
  padding: 2rem 0.7rem;
  box-shadow: 0.2rem 0 0.5rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}

.sidebar nav {
  flex: 1;
}

.sidebar .logo {
  margin-bottom: 3rem;
  text-align: center;
}

.sidebar .logo img {
  max-width: 12rem;
}

.sidebar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar nav li {
  margin-bottom: 1.5rem;
}

.sidebar nav a {
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
}

.sidebar nav li.active > a {
  font-weight: 700 !important;
}

.sidebar nav a:hover {
  background: #f15b2e80;
  color: #1a1a1a;
}

.sidebar nav i {
  margin-right: 1rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Content */
.main-content {
  flex: 1;
  max-width: calc(100% - 28.5rem);
  overflow: hidden;
  margin-left: 28.5rem;
}

.main-site {
  display: flex;
  flex-direction: column;
}

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

.sidebar nav {
  flex: 1;
  display: flex;
  width: 100%;
}

.sidebar nav ul {
  width: 100%;
}

.btn-primary {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #3a3a44;
  padding: 0.7rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  gap: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #f15b2e;
}

.club-season-selector {
  margin-bottom: 0 !important;
}

.page-header {
  padding: 4.1rem 3.1rem 2.2rem;
  border-bottom: 0.1rem solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.page-body {
  padding: 1.4rem 3.1rem;
  display: flex;
  width: 100%;
}

.page-info {
  flex: none;
  width: 100%;
  max-width: 34.1%;
}

.page-content {
  margin-left: 3rem;
  flex: 1;
}

.box-hightline {
  background-color: #fff;
  box-shadow: 0.5rem 0.4rem 0.45rem 0 #00000040;
  padding: 1rem;
  border-radius: 0.2rem;
}

.schedule-title {
  font-size: 2rem;
  margin: 2rem 0;
  font-weight: 700;
}

.anwp-text-base {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.flatpickr-month .flatpickr-current-month {
  font-size: 1.8rem;
}

.stats-box__title {
  font-weight: 700;
  margin: 0 1.4rem 1.8rem;
  text-transform: uppercase;
}

.stats-box {
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
}

.anwp-fl-season-selector {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

#tab-profile .player-header {
  display: flex !important;
}

#tab-profile .anwp-fl-season-selector {
  display: none !important;
}

.player-stats-custom {
  margin-bottom: 4rem;
}

.anwp-text-xs {
  font-size: 1.2rem;
}

h3.profile-title {
  font-size: 3.3rem;
  font-weight: 600;
}

.profile-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.profile-head .profile-edit {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #f15b2e;
  padding: 0.7rem 1.5rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.anwp-text-sm {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0.5rem;
}

.tab-btn {
  text-transform: uppercase;
}

.sidebar-toggle {
  display: flex;
  z-index: 100;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #f15b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: none;
  opacity: 0.9;
  color: #fff;
}
.profile-settings-form h2 {
  font-weight: 700;
}

.player-stats-pro__item {
  background: #3a3a44;
}

.player-stats-pro__item * {
  color: #fff;
}

.player-stats-pro__item .icon__ball {
  fill: #fff;
}

.player-stats-pro__value {
  color: #f15b2e;
}

.sidebar:not(.expanded) ul {
  pointer-events: none;
}
/* Sidebar responsive behavior */
.sidebar .submenu {
  display: none !important;
}

.sidebar.expanded .submenu-open .submenu {
  display: block !important;
}

.sidebar nav ul .has-submenu.submenu-open > a:after {
  display: none;
}

.sidebar.expanded nav ul .has-submenu.submenu-open > a:after {
  display: block;
}

.page-body {
  padding: 1.5rem;
}

.page-content {
  margin-left: 2rem;
}

.sidebar {
  width: 6rem;
  transition: width 0.3s ease;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  height: 100vh;
}

.sidebar.expanded {
  width: 28.5rem;
}
.sidebar.logged-out {
  width: 6rem;
}
.sidebar.logged-out .logo img {
  max-width: 4rem !important;
}
.sidebar.logged-out.expanded .sidebar-toggle i {
  transform: rotate(0deg);
}

.sidebar .logo {
  margin-bottom: 3rem;
}

.sidebar:not(.expanded) .logo img {
  max-width: 4rem;
}

.sidebar nav a span {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease;
}

.sidebar.expanded nav a span {
  opacity: 1;
  visibility: visible;
  display: inline;
}

.sidebar:not(.expanded) nav a {
  justify-content: center;
  padding: 0.9rem 0.5rem;
}

.sidebar:not(.expanded) nav i {
  margin-right: 0;
  font-size: 2.2rem;
}

.main-content {
  max-width: calc(100% - 6rem);
  transition: max-width 0.3s ease;
  margin-left: 6rem;
}

/* .sidebar.expanded + .main-content {
        max-width: calc(100% - 6);
    } */

/* Toggle button */

.sidebar-toggle:hover {
  opacity: 1;
  transform: scale(1.05);
}

.sidebar-toggle i {
  font-size: 1.6rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.sidebar.expanded .sidebar-toggle {
  right: -1.75rem;
}

.sidebar.expanded .sidebar-toggle i {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .dashboard-layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    margin-bottom: 2rem;
  }

  .main-content {
    max-width: 100%;
    margin-left: 0;
  }

  .sidebar.expanded + .main-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .page-body {
    padding: 1.5rem 2rem;
    flex-direction: column;
  }

  .page-info {
    flex: none;
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-bottom: 3rem;
    gap: 2rem;
  }

  .page-content {
    margin-left: 0;
  }

  .player-header {
    height: fit-content;
    width: 35%;
  }

  .box-hightline {
    flex: 1;
  }

  .widget.calendar-widget.pc {
    display: none;
  }

  .callender-sp {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .calendar-box {
    flex: 1;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .page-info {
    flex-direction: column;
  }

  .player-header {
    height: fit-content;
    width: 100%;
  }

  .calendar-box {
    width: 100%;
  }

  .anwp-text-xl {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .stats-cards {
    flex-wrap: wrap;
  }

  .stat-card {
    width: 30.13% !important;
  }

  .page-body {
    padding: 1rem;
  }

  .tab-btn {
    font-size: 1rem !important;
  }

  .profile-form {
    padding: 1rem !important;
  }

  .player-stats-custom .player-stats-pro__wrapper.anwp-grid-table {
    display: flex;
    flex-wrap: wrap;
  }

  .player-stats-custom .player-stats-pro__item {
    width: calc(50% - 0.4rem);
  }
}

/* Mobile menu hamburger button */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1050;
  width: 4rem;
  height: 4rem;
  background: #f15b2e;
  border-radius: 0.3rem;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}

.mobile-menu-toggle span {
  display: block;
  width: 2rem;
  height: 0.3rem;
  background-color: #fff;
  margin: 0.2rem 0;
  border-radius: 0.1rem;
  transition: all 0.3s ease;
}

/* Animation for the hamburger icon to X */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(0.5rem, 0.5rem);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.5rem, -0.5rem);
}

.profile-callendar.profile,
.profile-callendar.training {
  display: none;
}

.profile-callendar .anwp-fl-season-selector {
  margin-top: 0;
  margin-bottom: 2rem;
}

/* Mobile styles */
@media screen and (min-width: 768px) {
  .callender-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .dashboard-layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    margin-bottom: 0;
    z-index: 1040;
    transition: left 0.3s ease;
    padding-top: 6rem;
    background-color: #fff;
    overflow-y: auto;
  }

  .sidebar.expanded {
    left: 0;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .main-content {
    max-width: 100%;
    padding-top: 1rem;
  }

  .sidebar-toggle {
    display: none !important;
  }

  .page-body {
    padding: 1.5rem;
    flex-direction: column;
  }

  .page-content {
    margin-left: 0;
    margin-top: 2rem;
  }

  .page-info {
    max-width: 100%;
  }
}

/* Cải thiện giao diện cho nút dropdown mùa giải trên iOS */
.anwp-fl-season-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #4a5568;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.8rem;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.anwp-fl-season-dropdown:focus {
  outline: none;
  border-color: #3182ce;
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.25);
}

/* Đảm bảo hiển thị đúng trên iOS */
.anwp-fl-season-dropdown::-ms-expand {
  display: none;
}

/* Cải thiện kích thước chạm trên thiết bị di động */
@media (max-width: 768px) {
  .anwp-fl-season-dropdown {
    padding: 0.625rem 2.5rem 0.625rem 1rem;
    font-size: 1.6rem;
  }
}

.tab-content .club-header-pro-calendar.club-header-pro-calendar--max730 {
  display: flex !important;
}

.quote {
  font-size: 1.3rem;
  font-style: italic;
  color: #888;
  margin-top: 1rem;
}

.btn-header {
  background-color: #3a3a44;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-header:hover {
  background-color: #ef622c;
}

.hide.squad-rows__box-title {
  display: none;
}

img.club__kit-photo {
  width: 100%;
}

/* Squad Rows Edit Buttons */
.squad-rows__edit {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.squad-rows__edit-link {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ef622c;
  border: unset;
  color: #fff;
}

.squad-rows__edit-link:hover {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}

.squad-rows__edit-link.remove-player {
  background-color: #3a3a44;
  color: #fff;
  border: none;
}

.squad-rows__edit-link.remove-player:hover {
  background-color: #ff3333;
}

a.squad-rows__edit-link {
  color: #fff;
}

a.squad-rows__edit-link:hover {
  background-color: #3a3a44;
  color: #fff;
  text-decoration: none;
}

button.btn.btn-add-player,
button.btn.btn-add-player {
  width: auto !important;
}

.ripple {
  position: absolute;
}

/* Transfer History Styling */
.transfer-history-box {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-top: 2rem;
  border: 0.1rem solid #e2e8f0;
}

.transfer-history-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #f15b2e;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.transfer-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.transfer-history-table thead th {
  background-color: #f8f9fa;
  color: #3a3a44;
  font-weight: 700;
  text-align: left;
  padding: 1.2rem 1rem;
  border-bottom: 0.2rem solid #f15b2e;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}

.transfer-history-table tbody td {
  padding: 1rem;
  border-bottom: 0.1rem solid #e2e8f0;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}

.transfer-history-table tbody tr:hover {
  background-color: #f8f9fa;
}

.transfer-history-table tbody tr:last-child td {
  border-bottom: none;
}

.transfer-history-table td:first-child {
  font-weight: 600;
  color: #3a3a44;
}

.transfer-history-table td:last-child {
  font-family: "Roboto Mono", monospace;
  color: #f15b2e;
  font-weight: 600;
}

.alert.alert-warning {
  background-color: #fff3cd;
  border: 0.1rem solid #ffeaa7;
  color: #856404;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .transfer-history-box {
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 0.5rem;
  }

  .transfer-history-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
  }

  .transfer-history-table {
    font-size: 1.3rem;
  }

  .transfer-history-table thead th {
    padding: 1rem 0.8rem;
    font-size: 1.2rem;
  }

  .transfer-history-table tbody td {
    padding: 0.8rem;
  }

  .alert.alert-warning {
    padding: 1.2rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .transfer-history-table {
    font-size: 1.2rem;
  }

  .transfer-history-table thead th,
  .transfer-history-table tbody td {
    padding: 0.6rem 0.5rem;
  }

  .transfer-history-table thead th {
    font-size: 1.1rem;
  }
}

/* ===================================================
   CREATE FIRST SEASON STYLES
   =================================================== */

.teams--create-season {
  background: linear-gradient(
      135deg,
      rgba(255, 107, 53, 0.1) 0%,
      rgba(255, 107, 53, 0.05) 100%
    ),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grass" patternUnits="userSpaceOnUse" width="40" height="40"><rect width="40" height="40" fill="%2348a844"/><rect width="20" height="40" fill="%2341a039"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grass)"/><rect x="100" y="50" width="1000" height="500" fill="none" stroke="%23ffffff" stroke-width="3"/><circle cx="600" cy="300" r="100" fill="none" stroke="%23ffffff" stroke-width="3"/><line x1="600" y1="50" x2="600" y2="550" stroke="%23ffffff" stroke-width="3"/><rect x="100" y="225" width="150" height="150" fill="none" stroke="%23ffffff" stroke-width="3"/><rect x="950" y="225" width="150" height="150" fill="none" stroke="%23ffffff" stroke-width="3"/></svg>')
      center/cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.teams--create-season::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.teams--create-season .create-first-season__background {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  min-height: 20rem;
}

.teams--create-season .create-first-season__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}

.teams--create-season .create-first-season__title {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.2;
}

.teams--create-season .create-first-season__icon-wrapper {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(241, 91, 46, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f15b2e;
  transition: all 0.3s ease;
}

.teams--create-season:hover .create-first-season__icon-wrapper {
  background: rgba(241, 91, 46, 0.2);
  transform: scale(1.05);
}

.teams--create-season .create-first-season__icon {
  width: 4.8rem;
  height: 4.8rem;
  transition: all 0.3s ease;
}

.teams--create-season:hover .create-first-season__icon {
  transform: scale(1.1);
}

.teams--create-season .create-first-season__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-decoration: none;
}

.page-header__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* ----------------------------------- */
/* Responsive Design for Create Season */
/* ----------------------------------- */

@media screen and (max-width: 768px) {
  .teams--create-season .create-first-season__background {
    padding: 3rem 1.5rem;
    min-height: 18rem;
  }

  .teams--create-season .create-first-season__content {
    gap: 1.5rem;
  }

  .teams--create-season .create-first-season__title {
    font-size: 2rem;
  }

  .teams--create-season .create-first-season__icon-wrapper {
    width: 7rem;
    height: 7rem;
  }

  .teams--create-season .create-first-season__icon {
    width: 4rem;
    height: 4rem;
  }
  .page-header__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .teams--create-season .create-first-season__background {
    padding: 2.5rem 1rem;
    min-height: 16rem;
  }

  .teams--create-season .create-first-season__title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .teams--create-season .create-first-season__icon-wrapper {
    width: 6rem;
    height: 6rem;
  }

  .teams--create-season .create-first-season__icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}

/* Toast Notification Styles */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  pointer-events: none;
}

.toast {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  max-width: 350px;
  min-width: 300px;
  opacity: 0;
  padding: 16px;
  pointer-events: auto;
  position: relative;
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.toast--show {
  opacity: 1;
  transform: translateX(0);
}

.toast--hide {
  opacity: 0;
  transform: translateX(100%);
}

.toast__content {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 20px;
}
th.match-stats-box__section-header {
  text-align: center !important;
}

.toast__close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: color 0.2s ease;
}

.toast__close:hover {
  color: #666;
}

/* Toast Types */
.toast--info {
  background-color: #f15b2e;
}

.toast--success {
  background-color: #4caf50;
}

.toast--error {
  background-color: #f44336;
}

.toast--warning {
  background-color: #ff9800;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .toast-container {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .toast {
    max-width: none;
    min-width: auto;
  }
}

/* Season Competitions Shortcode Styles */
.aleagues-season-competitions {
  margin: 2rem 0;
}

.season-competitions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
}

.season-competitions-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.season-competitions-count {
  font-size: 0.9rem;
  color: #666;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

/* Grid Layout */
.aleagues-season-competitions--grid .season-competitions-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.competition-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.competition-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: #f15b2e;
}

.competition-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.competition-card__logo {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.competition-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.competition-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

.competition-card__meta {
  margin-bottom: 1rem;
}

.competition-card__dates {
  margin-bottom: 0.5rem;
}

.competition-card__date {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.competition-card__date .date-label {
  font-weight: 600;
  color: #333;
}

.competition-card__teams {
  font-size: 0.9rem;
  color: #f15b2e;
  font-weight: 600;
}

.competition-card__actions {
  text-align: center;
}

.competition-card__link {
  display: inline-block;
  background: #f15b2e;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.competition-card__link:hover {
  background: #d94a1f;
  color: #fff;
  transform: translateY(-1px);
}

/* List Layout */
.aleagues-season-competitions--list .season-competitions-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.competition-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
}

.competition-item:hover {
  border-color: #f15b2e;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.competition-item__main {
  display: flex;
  align-items: center;
  flex: 1;
}

.competition-item__logo {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.competition-item__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.competition-item__content {
  flex: 1;
}

.competition-item__title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.25rem 0;
}

.competition-item__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #666;
}

.competition-item__dates {
  color: #333;
}

.competition-item__teams {
  color: #f15b2e;
  font-weight: 600;
}

.competition-item__actions {
  flex-shrink: 0;
}

.competition-item__link {
  display: inline-block;
  background: #f15b2e;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.competition-item__link:hover {
  background: #d94a1f;
  color: #fff;
}

/* Empty State */
.aleagues-season-competitions--empty {
  text-align: center;
  padding: 3rem 1rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #e0e0e0;
}

.aleagues-season-competitions--empty p {
  color: #666;
  font-size: 1.1rem;
  margin: 0;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .season-competitions-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .aleagues-season-competitions--grid .season-competitions-container {
    grid-template-columns: 1fr;
  }

  .competition-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .competition-item__actions {
    align-self: stretch;
  }

  .competition-item__link {
    display: block;
    text-align: center;
  }
}
button.tab-save-btn {
  position: fixed;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  bottom: 40px;
  top: auto;
  right: 40px;
  background-color: #3a3a44;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.guest-competion-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* Input with suffix styles */
.input-with-suffix {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-with-suffix .suffix {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 14px;
  pointer-events: none;
  background: white;
  padding: 0 5px;
}

.input-with-suffix input {
  padding-right: 25px;
}
.anwp-link-without-effects {
  color: #000 !important;
}
.text-orange-primary {
  color: #ef622c !important;
}
.club-header__option-value img,
img.club-header__option-value{
  
  max-width: 4rem;
}

.anwp-club-link {
  color: #000;
  text-decoration: none;
  transition: all .3s ease;
}
.anwp-club-link span {
  transition: all .3s ease;
}
.anwp-club-link:hover {
  color: #f3713a !important;
}
.anwp-club-link:hover span {
  color: #f3713a !important;
}