@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
._navbar_qe0ol_1 {
  /* Remove position: fixed */
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5%;
  background: rgba(0, 0, 0);
  z-index: 100;
}

/* Hamburger Menu Icon */
._menuIcon_qe0ol_29 {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Navigation Links */
._navLinks_qe0ol_51 {
  display: flex;
  gap: 40px;
  list-style: none;
}

._navItem_qe0ol_63 {
  position: relative;
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

._navItem_qe0ol_63::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.45s ease, left 0.5s ease;
}

._navItem_qe0ol_63:hover::after {
  width: 100%;
  left: 0;
}

._navItem_qe0ol_63:hover {
  color: #ddd;
}

/* User Login/Profile Section */
._authSection_qe0ol_123 {
  display: flex;
  align-items: center;
  gap: 20px;
}

._profileButton_qe0ol_135 {
  display: flex;
  align-items: center;
}

._profileImage_qe0ol_145 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

._Xthlete_qe0ol_159 {
  width: 150px;
  object-fit: contain;
}

._loginButton_qe0ol_169,
._logoutButton_qe0ol_171 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}

._loginButton_qe0ol_169:hover,
._logoutButton_qe0ol_171:hover {
  opacity: 0.8;
}

@media (max-width: 728px) {
  ._menuIcon_qe0ol_29 {
    display: block;
    padding-left: 10px;
  }

  ._navLinks_qe0ol_51 {
    position: absolute;
    top: 6.9%; /* Position below the navbar */
    left: 0;
    width:100%;
    height: 0; /* Start with height 0 */
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Hide overflow when height is 0 */
    transition: height 0.3s ease;
  }

  ._navLinks_qe0ol_51._active_qe0ol_237 {
    height: 220px; /* Increased height to accommodate additional link */
    padding: 20px;
  }

  ._navItem_qe0ol_63 {
    text-align: center;
    padding: 15px 0;
  }

  ._authSection_qe0ol_123 {
    position: static;
    margin-left: auto;
  }

  ._navbar_qe0ol_1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5%;
    z-index: 100;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  ._menuIcon_qe0ol_29 {
    display: block;
    left: 10px; /* Move hamburger icon to the left */
    transform: none; /* Remove centering transform */
  }

  ._logo_qe0ol_171 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  ._navLinks_qe0ol_51 {
    position: absolute;
    /* top: 9rem; */
    left: 0;
    width: 100%;
    height: 0; /* Start with height 0 */
    display: flex;
    flex-direction: column;
    background: #000000f3;
    overflow: hidden; /* Hide overflow when height is 0 */
    transition: height 0.3s ease;
    align-items: self-start;
  }

  ._navItem_qe0ol_63 {
    text-align: center;
    padding: 1px 0;
    font-weight: bold;
  }

  ._authSection_qe0ol_123 {
    position: static;
    margin-left: auto;
  }

  ._Xthlete_qe0ol_159 {
    width: 190px;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  ._loginButton_qe0ol_169,
  ._logoutButton_qe0ol_171 {
    font-size: 14px;
  }

  ._Xthlete_qe0ol_159 {
    width: 160px;
    object-fit: contain;
  }
  ._profileImage_qe0ol_145 {
    width: 32px;
    height: 32px;
  }
}
.auth-modal-overlay {
  background: rgba(22, 27, 34, 0.85);
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1000;
}
.auth-modal.github-style {
  background: #161b22;
  color: #c9d1d9;
  max-width: 370px;
  margin: 80px auto;
  padding: 2.2rem 2rem 2rem 2rem;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  z-index: 1001;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}
.auth-modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.2rem;
}
.github-logo {
  margin-bottom: 0.5rem;
  color: #fff;
}
.auth-modal-header h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #c9d1d9;
  margin: 0;
}
.github-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.github-form label {
  font-size: 0.97rem;
  color: #c9d1d9;
  margin-bottom: 0.1rem;
}
.github-form input {
  padding: 0.6rem;
  border: 1px solid #30363d;
  background: #0d1117;
  color: #c9d1d9;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  margin-bottom: 0.2rem;
}
.github-form input:focus {
  border-color: #238636;
}
.auth-form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -0.5rem;
}
.forgot-link {
  background: none;
  border: none;
  color: #58a6ff;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.forgot-link:hover {
  color: #1f6feb;
}
.github-signin {
  background: #238636;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.2s;
}
.github-signin:hover {
  background: #2ea043;
}
.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.2rem 0 1rem 0;
}
.auth-divider span {
  color: #8b949e;
  font-size: 0.95rem;
  background: #161b22;
  padding: 0 0.7em;
  z-index: 1;
}
.auth-divider:before, .auth-divider:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #30363d;
  margin: 0 0.5em;
}
.github-google {
  width: 100%;
  background: #21262d;
  color: #c9d1d9;
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  margin-bottom: 0.5rem;
  transition: background 0.2s, border 0.2s;
}
.github-google:hover {
  background: #30363d;
  border-color: #58a6ff;
}
.google-icon {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}
.auth-bottom-text {
  text-align: center;
  margin-top: 1.1rem;
  color: #8b949e;
  font-size: 0.97rem;
}
.create-account-link {
  background: none;
  border: none;
  color: #58a6ff;
  cursor: pointer;
  font-size: 0.97rem;
  text-decoration: underline;
  margin-left: 0.2em;
}
.create-account-link:hover {
  color: #1f6feb;
}
.auth-error {
  color: #ff6a6a;
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.97rem;
}
.auth-success {
  color: #4caf50;
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.97rem;
}
.auth-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #8b949e;
  z-index: 2;
}
.auth-close:hover {
  color: #ff6a6a;
}
/* Footer Styling */
._footer_1641u_3 {
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #000000e0;
  box-sizing: border-box;
  position: relative;
}

._footerContent_1641u_19 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* First Box: Top Section Styling */
._topSectionBox_1641u_35 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #676668;
  padding: 20px 30px;
  border-radius: 8px;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  z-index: 2;
}

._tagline_1641u_63 {
  font-size: 0.85rem; /* Default size for the second line */
  font-weight: 700;
  color: #e0e0e0;
  text-align: left;
  line-height: 1.4;
  margin: -6px;
}

._powerhouseText_1641u_81 {
  font-size: 1rem; /* Larger size for "POWERHOUSE OF ATHLETES" */
  display: block; /* Ensure it takes its own line */
}

._contactButton_1641u_91 {
  background-color: #423f3f;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

._contactButton_1641u_91:hover {
  background-color: #ff5722;
}

/* Second Box: Main Footer Content */
._mainFooterBox_1641u_127 {
  position: relative;
  top: 40px;
  z-index: 1;
  padding: 12px 0;
}

/* Columns Section Styling */
._columnsSection_1641u_143 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}

._column_1641u_143 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}

._followUsColumn_1641u_171 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center all items (text and icons) horizontally */
}

._columnTitle_1641u_183 {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: white;
}

._columnTitle1_1641u_199 {
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: white;
}

/* Social Media Links Styling */
._socialMediaLinks_1641u_219 {
  display: flex;
  justify-content: center; /* Center the icons horizontally */
  gap: 2rem;
  flex-wrap: wrap; /* Allow icons to wrap if needed */
}

._socialMediaLink_1641u_219 {
  color: white;
  transition: color 0.3s ease;
}

._socialMediaLink_1641u_219:hover {
  color: #ff5722;
}

._footerLink_1641u_251 {
  font-size: 0.9rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0;
  transition: color 0.3s ease;
}

._footerLink_1641u_251:hover {
  color: #ff5722;
}

/* Mobile Social Media Section (Hidden on Desktop) */
._mobileSocialMediaSection_1641u_279 {
  display: none; /* Hidden by default on desktop */
  text-align: center;
  margin-top: 20px;
}

._mobileFollowUsText_1641u_291 {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

/* Intermediate Breakpoint (878px to 600px) */
@media (max-width: 878px) and (min-width: 601px) {
  ._footer_1641u_3 {
    padding: 20px 15px; /* Slightly reduced padding */
  }

  ._topSectionBox_1641u_35 {
    padding: 15px 20px; /* Adjusted padding */
    flex-direction: row; /* Keep horizontal layout */
    align-items: center;
  }

  ._tagline_1641u_63 {
    font-size: 0.75rem; /* Slightly smaller font for second line */
  }

  ._powerhouseText_1641u_81 {
    font-size: 0.9rem; /* Adjusted larger size */
  }

  ._contactButton_1641u_91 {
    font-size: 0.85rem; /* Slightly smaller font */
    padding: 8px 20px;
  }

  ._mainFooterBox_1641u_127 {
    top: 30px; /* Adjusted to fit better */
  }

  ._columnsSection_1641u_143 {
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: space-around; /* Distribute columns evenly */
    gap: 15px;
  }

  ._column_1641u_143 {
    flex: 1 1 30%; /* Three columns with adjusted width */
    min-width: 180px; /* Reduced min-width to fit better */
  }

  ._followUsColumn_1641u_171 {
    flex: 1 1 100%; /* Full width for Follow Us column */
    align-items: center; /* Keep centered */
  }

  ._socialMediaLinks_1641u_219 {
    gap: 1.5rem; /* Slightly reduced gap */
  }
}

/* Mobile Styling (600px and below) */
@media (max-width: 600px) {
  ._footer_1641u_3 {
    padding: 20px 10px;
  }

  ._footerLink_1641u_251 {
    margin: 6px 0;
  }
  
  ._topSectionBox_1641u_35 {
    padding: 14px 18px;
    top: -67px;
  }

  ._tagline_1641u_63 {
    font-size: 0.7rem; /* Smaller font for second line */
  }

  ._powerhouseText_1641u_81 {
    font-size: 0.85rem; /* Adjusted larger size */
    margin-bottom: -6px;
  }

  ._contactButton_1641u_91 {
    font-size: 0.78rem;
    padding: 6px 14px;
    margin: 1px;
  }

  ._mainFooterBox_1641u_127 {
    top: 20px;
  }

  ._columnsSection_1641u_143 {
    flex-wrap: wrap; /* Allow columns to wrap */
    justify-content: space-around; /* Center the two columns */
    gap: 15px;
  }

  ._column_1641u_143 {
    flex: 1 1 45%; /* Two columns with some spacing */
    min-width: 150px;
  }

  ._followUsColumn_1641u_171 {
    display: none; /* Hide the third column on mobile */
  }

  ._columnTitle_1641u_183 {
    font-size: 0.82rem;
  }

  ._columnTitle_1641u_183 {
    margin-bottom: 10px;
  }
  
  ._footerLink_1641u_251 {
    font-size: 0.65rem;
  }

  ._mobileSocialMediaSection_1641u_279 {
    display: block; /* Show on mobile */
  }

  ._socialMediaLinks_1641u_219 {
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap; /* Allow icons to wrap if needed */
  }
}._splashScreen_184kv_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0f0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
  
  ._logo_184kv_31 {
    width: 270px;
    height: auto;
    animation: _moveUp_184kv_1 2s ease-in-out;
  }
  
  ._fadeOut_184kv_43 {
    opacity: 0;
  }
  
  @keyframes _moveUp_184kv_1 {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(-50px);
      opacity: 1;
    }
    100% {
      transform: translateY(-50px);
      opacity: 0;
    }
  }

  @media (max-width: 768px) {
    ._logo_184kv_31 {
      animation:
        _stayCenter_184kv_1 0.53s ease-out,
        _moveUpMobile_184kv_1 1.15s ease-in-out 0.53s forwards,
        _fadeOutMobile_184kv_1 0.5s ease-in-out 1.5s forwards;
    }
  
    @keyframes _stayCenter_184kv_1 {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(0);
      }
    }
  
    @keyframes _moveUpMobile_184kv_1 {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-45vh); /* adjust to align with navbar logo */
      }
    }
  
    @keyframes _fadeOutMobile_184kv_1 {
      0% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
  }  
  :root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* Import Inter font from Google Fonts */
* {
  box-sizing: border-box;
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
.App {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: white;
  /* Updated font-family to use Inter with fallbacks */
  font-family: 'Inter', 'Avant Garde', 'Century Gothic', 'AppleGothic', sans-serif;
  font-weight: 400; /* Regular weight for Inter Regular */
  width: 100%;
  overflow-x: hidden;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.App-link {
  color: #61dafb;
}
.main-content {
  flex: 1;
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
  animation-delay: 0.3s;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}