/* New_Style.css */
/* Created & Date: YmotYzarc - 2026.01.21 */

  body {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    background: linear-gradient(to right, #00000085, #00000088), url(/images/bg/b_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    min-height: 100vh;
  }
  
.navbar {
    background-color: #0000005c;
    color: #00ccff;
    margin-top: -30px;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Oswald', sans-serif;
    font-weight:600;
    color: #00bfff;
    border-radius: 5px;
    padding: 10px 30px;
    margin: 0px;
    background:#00000066;
    max-width:100%;
    max-height:100%;
    transition: background-color 0.3s, color 0.3s;
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: #00bbff;
    color: #012;
    font-weight:600;
}

.navbar-toggler {
    border-color: #00bbff;
}

.nav-links {
    background-color: #00bbff;
    padding-right: 20px;
    text-decoration: none;
}

.nav-links .nav-link {
    color: #000;
}

  .main {
    background-color: #00000085;
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width:95%;
    max-height:100%;
    box-shadow: 0 10px 25px #0066ff;

  }

  /* AUTH WRAPPER */
  .auth-wrapper {
    display: flex;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  
.alert-box {
    background: #00000061;
    max-width: 90%;       
    width: 1200px;         
    height: 200px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 25px #03A9F4;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    color: #ffffff;
    padding: 20px;         
    box-sizing: border-box;
}

.alert-box a {
    color: #ffffff;      
    text-decoration: underline; 
    transition: color 0.3s;
}

.alert-box a:hover {
    color: #03A9F4;        
}


  /* BAL OLDALI KÃRTYÃK */
  .auth-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1 1 350px;
    min-width: 300px;
    max-width: 100%;
  }

.login-card {
  display: flex;
    flex-direction:column;
    gap: 30px;
    flex: 350px;
    min-width: 300px;
    max-width: 440px;
    text-align:justify;
  }
  .login-container, .register-container {
    background: rgba(0,187,255,0.15);
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 25px #03A9F4;
    color: #fff;
  }

  .login-container h2, .register-container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .input-group {
    position: relative;
    margin-bottom: 15px;
  }

  .input-group input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
  }

  .input-group i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
  }

  .login-container button, .register-container button {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    background-color: #2196f378;
    color: #fff;
    cursor: pointer;
  }

  .login-container button:hover, .register-container button:hover {
    background-color: #2196F3;
  }

  a.forgot-link, a.back-link {
    display: block;
    margin-top: 10px;
    color: #00bbff;
    text-decoration: none;
    font-size: 14px;
  }

  a.forgot-link:hover, a.back-link:hover {
    text-decoration: underline;
    color:#fff;
    text-decoration:none;
  }

/* ===== Üdvözlő doboz ===== */
.welcome-box {
    max-width: 310px;
    max-height:230px;
    width: 90%;
    background: #00000000;
    color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0px 0px #03A9F4;
    margin: 0px auto;
    padding-top:0px;
    font-family: Arial, sans-serif;
}

.welcome-box h2 {
    margin-bottom: 0px;
    font-size:26px;
}

.welcome-box p {
    margin: 5px 0;
    font-size: 1.0rem;
}

.radio-id {
   color:#fff;
   margin-top:0px;
   margin-left:0px;
   font-weight:600;
   width:100%;
  text-align:center;
 }
.radio-number {
  color:#abc;
  margin-top:-24px;
  margin-left:200px;
  width:100px;
  text-align:center;
}
/* Gombok */
.welcome-box a {
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 10px 20px;
    background: #0b709e59;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}
.welcome-box a:hover {
    background: #2196f3ab;
}
.radio-info {
  background: rgba(0,187,255,0.15);
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 25px #03A9F4;
    color: #fff;
    font-size:18px;
    width:470px;
  }
.info-box {
    width: 270px;
    max-width:100%;
    background: #00000000;
    color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0px 0px #CDDC39;
    margin: 0px auto;
    padding-top:0px;
    font-family: Arial, sans-serif;
}
.support-box {
  background: rgba(0,187,255,0.15);
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 25px #03A9F4;
    color: #fff;
    width:470px;
    height:100%;
}
  /* JOBB OLDALI EXTRA TARTALOM */
  .extra-content {
    flex: 1 1 350px;
    background: rgba(0,187,255,0.15);
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px #03a9f4a6;
    min-width: 300px;
    max-width:100%;
    max-height:100%;
    margin-top:-860px;
    margin-left:520px;
  }

.support-content {
    flex: 1 1 350px;
    background: rgba(0,187,255,0.15);
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px #2196F3;
    min-width: 300px;
    max-width:1000px;
    max-height:100%;
    margin-top:-2px;
    margin-left:0px;
  }

  .extra-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
  }

  .extra-content p, .extra-content li {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }

  .extra-content ul {
    padding-left: 20px;
  }

  /* MOBIL */
  @media (max-width: 768px) {
    .auth-wrapper {
      flex-direction: column;
      align-items: center;
    }
    .auth-cards, .extra-content {
      max-width: 100%;
    }
  }
  
  footer {
    background-color: #11161838;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 25px #00ccff;
}

.footer-logo {
    width: 100px;
    margin-bottom: 10px;
}

.footer-text {
    margin-bottom: 10px;
}

.footer-links a {
    color: #00bbff;
    margin: 0 10px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

#topBtn {
  display: none;         
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-size: 18px;
  padding: 10px 14px;
  border: none;
  border-radius: 20%;
  cursor: pointer;
  color:#fff;
  background-color:#2196f38f; 
      box-shadow: 0 10px 25px #06c1f0;

}