/* ========== RESET & GLOBAL ========== */
* {
  box-sizing: border-box;
  font-family: -apple-system, Tahoma, Geneva, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 12px !important;
  color: #e0e0e0;
  margin: 0;
  padding: 0;
  background-image: url('bg.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}

/* ========== CONTENT & CONTAINER ========== */
.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 0;
}

.container {
  max-width: 75%;
  margin: 0 auto;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 10vh;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-align: left !important;
}

.site-infobwrap {
  color: #ccc;
  text-transform: capitalize;
  text-align: center;
  font-family: Tahoma, sans-serif;
  margin: auto;
  width: 80%;
  padding: 10px;
  margin-bottom: 10px;
}

/* ========== TYPOGRAPHY ========== */
h1,
h2,
h3,
h4 {
  color: #f1f1f1 !important;
}

a,
a:active,
a.nav-link,
a.nav-link:hover {
  text-decoration: none !important;
  color: #f4f6f9 !important;
  cursor: pointer;
}

/* ========== FORM ELEMENTS ========== */
button.login,
input.login {
  width: 98%;
  padding: 12px;
  border: 1px solid #333;
  border-radius: 6px;
  box-sizing: border-box;
}

input.login {
  background: #ffffff;
  color: #2e2835;
  margin-bottom: 0px;
}

button.login {
  cursor: pointer;
  text-align: center;
  background: #2a2a2a;
  color: #ffffff;
}

.alert.alert-danger {
  width: 98%;
  color: #2e2835;
}

/* ========== BUTTONS ========== */
button,
.btn-help,
.button-nav {
  background: #2a2a2a;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

button.tablink {
  background: #212529;
  color: #fff;
  border: none;
  padding: 12px;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0px;
}

/* ========== TABS ========== */
.tabs {
  display: flex;
  overflow: hidden;
}

.tabs button {
  flex: 1;
  background: #2c2c3e;
  color: #ccc;
  padding: 15px 10px;
  border: none;
  transition: background 0.3s, color 0.3s;
  border-radius: 0 !important;
  text-align: center;
}

.tabs button.active {
  background: #007cff94;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 30px;
  background: #918f8fd6;
  height: 100%;
  min-height: 500px;
}

.tabcontent h3 {
  margin-top: 0;
  color: #333;
}

/* ========== MISC ========== */
iframe {
  border: 0;
  background: #918f8f00 !important;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 98%;
}

.password-wrapper input {
  flex: 1;
  padding-right: 35px;
}

.password-wrapper img.toggle {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
