/**
 * Highland Dashboard Styles
 */

/* General Styles */
.dashboard-container {
  margin: 0 auto;
}

.highland-login-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.highland-form-container {
  margin-bottom: 20px;
}

.highland-form-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.highland-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.highland-button:hover {
  background-color: #005177;
}

.form-links {
  margin-top: 15px;
  text-align: center;
}

.form-links a {
  color: #0073aa;
  text-decoration: none;
}

.form-links a:hover {
  text-decoration: underline;
}

.highland-error-message {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  color: #721c24;
}

.highland-success-message {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 3px;
  color: #155724;
}

.dashboard-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.dashboard-actions {
  margin-bottom: 20px;
  text-align: center;
}

.add-player-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #153749;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.add-player-button:hover {
  background-color: #1e4759;

  color: #fff;
  text-decoration: none;
}

.add-player-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.view-matchups-container {
  margin-bottom: 40px;
}

.view-matchups-button {
  display: block;
  padding: 10px 30px;
  background-color: transparent;
  color: #333;
  margin: auto;
  max-width: max-content;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.dashboard-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dashboard-card {
  position: relative;
  width: 100%;
  max-width: 385px;
  height: 300px;

  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.dashboard-card:hover {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #153749ad;
  color: #fff;
  text-align: center;
}

.live-draft-label {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.card-title {
  font-size: 24px;
  margin: 0;
  padding-bottom: 0;
  color: #fff;
}

.singles-card {
  background: url("/wp-content/uploads/2025/05/dash-singles-bg.jpg")
    center/cover no-repeat;
}

.betterball-card {
  background: url("/wp-content/uploads/2025/05/dash-betterball-bg.jpg")
    center/cover no-repeat;
}

.pinehurst-card {
  background: url("/wp-content/uploads/2025/05/dash-pinehurst-bg.jpg")
    center/cover no-repeat;
}

.alternate-shot-card {
  background: url("/wp-content/uploads/2025/05/dash-alternateshot-bg.jpg")
    center/cover no-repeat;
}

.card-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}

.card-action-button {
  padding: 8px 16px;
  background-color: #153749;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-align: center;
}

.card-action-button:hover {
  background-color: #1e4759;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.dashboard-logo {
  margin-top: 40px;
}

@media (max-width: 980px) {
  .dashboard-cards {
    flex-direction: column;
    align-items: center;
  }

  .dashboard-card {
    width: 100%;
    max-width: 300px;
  }

  .card-buttons {
    gap: 8px;
  }

  .card-action-button {
    font-size: 11px;
    padding: 6px 12px;
  }
}

header#main-header {
}

body.page-id-759:not(.logged-in) {
}

body.page-id-759:not(.logged-in) header#main-header {
  display: none;
}

body.page-id-759:not(.logged-in) div#page-container {
  padding-top: 0 !important;
}

body.page-id-759:not(.logged-in) .et_pb_section.et_pb_section_0 {
  background-image: url(/wp-content/uploads/2025/05/BG-1.jpg);
  /* display: flex; */
  min-height: 85vh;
  padding: 40px 0 !important;
}

.login-container {
  background: #fafdff;
  max-width: 900px;
  margin: auto;
  border-radius: 48px;
  padding: 40px 20px;
  filter: drop-shadow(7px 14px 24px rgba(0, 0, 0, 0.04));
}

.login-container h3 {
  text-align: center;
}

img.dashboard-logo {
  display: block;
  margin: auto;
  margin-bottom: 40px;
  width: 200px;
  padding: 0;
}

.login-container button.button.btn.xoo-el-action-btn.xoo-el-login-btn,
.login-container button.button.btn.xoo-el-action-btn.xoo-el-lostpw-btn {
  display: block;
  background-color: #153749;
  color: white;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  max-width: max-content;
  transition: background-color 0.3s ease;
  border: 0;
  height: auto;
  font-size: 14px;
  margin: auto;
  margin-top: 80px !important;
}

.xoo-aff-group.xoo-el-login-btm-fields {
  font-size: 16px;
}

a.xoo-el-lostpw-tgr {
  color: var(--main-color);
  text-decoration: underline;
}
