
body {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.content {
  background-color: rgba(160, 160, 160, 0.95); /* Cinza esmaecido */
  padding: 15px;
  border-radius: 10px;
}
.navbar {
  background-color: #222222; /* Lilás escuro */
}
.navbar .nav-link {
  color: white;
}
.navbar .nav-link:hover {
  color: #663399; /* Magenta */
}
.nav-link:hover {
  color: #663399; /* Magenta */
}

.footer {
  background-color: #222222; /* Lilás escuro */
}
.footer .text-muted {
  color: #663399;
}

.navbar-toggler {
  color: white;
}
.navbar-toggler-icon {
  color: white;
}
.btn-primary {
  background-color: #663399;
  border-color: #663399;
}
.btn-primary:hover {
  background-color: #6f3ba2;
  border-color: #6f3ba2;
  ;
}
.button-link {
  background-color: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.form-content input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #663399;

  display: block;
  margin: 5px 0;
  font-size: 14px;
}

.custom-radio input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  border: 2px solid #663399;
  border-radius: 50%;
  margin-right: 10px;
}

.custom-radio input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #663399;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-radio label {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.custom-radio label:hover {
  color: #a45ced;
  cursor: pointer;
}

.custom-radio {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.custom-radio li {
  margin-right: 10px;
}

.custom-border {
  border: 1px solid rgba(90, 90, 90, 0.95) !important;
}

.cinzel-font {
  font-family: 'Cinzel', serif;
}

body {
  background-color: #f2f2f2;
}

.card {
  background-color: #e6e6e6;
  border: none;
}

.card-header {
  background-color: #663399;;
  color: white;
  cursor: pointer;
}

hr {
  border-top: 1px solid #663399;;
}

.btn-link.flag-btn {
  text-decoration: none;
  font-size: 48px;
  padding-bottom: 0;
  margin: 0;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

@keyframes ignite {
  0% {
    box-shadow: 0 0 10px 1px #663399, inset 0 0 30px 5px #663399, inset 0 0 40px 10px #663399, inset 0 0 50px 15px #663399;
  }
  50% {
    box-shadow: 0 0 20px 10px #ff6600, inset 0 0 40px 100px #ff6600, inset 0 0 50px 150px #ff6600, inset 0 0 60px 200px #ff6600;
  }
  100% {
    box-shadow: 0 0 10px 1px #663399, inset 0 0 30px 5px #663399, inset 0 0 40px 10px #663399, inset 0 0 50px 15px #663399;
  }
}

.fire-effect {
  animation: ignite 1.5s ease-in-out infinite;
  border: none;
  margin-bottom: 15px;
}

@keyframes reward {
  0% {
    box-shadow: 0 0 10px 1px #663399, inset 0 0 30px 5px #663399, inset 0 0 40px 10px #663399, inset 0 0 50px 15px #663399;
  }
  50% {
    box-shadow: 0 0 20px 10px #00ff91, inset 0 0 40px 100px #00ff91, inset 0 0 50px 150px #00ff91, inset 0 0 60px 200px #00ff91;
  }
  100% {
    box-shadow: 0 0 10px 1px #663399, inset 0 0 30px 5px #663399, inset 0 0 40px 10px #663399, inset 0 0 50px 15px #663399;
  }
}

.reward-effect {
  animation: reward 2.2s ease-in-out infinite;
  border: none;
  margin-bottom: 15px;
}

.form-container {
  background-color: #222222;
  padding: 20px;
  border-radius: 8px;
  margin: 10px;
}






button[title]:hover:after {
  content: attr(title);
  font-size: 20px;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
  visibility: visible;
  transition: opacity 2.5s, visibility 0.5s;
  white-space: nowrap;
  z-index: 5;
  width: max-content;
  white-space: pre-wrap;

 }

 .btn-disabled {
  background-color: #6b6b6b;
  border-color: #848484;
 }

 .btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active, .btn-disabled:active:focus {
  background-color: #6b6b6b;
  border-color: #848484;
  box-shadow: none;
 }

 .bg-torion {
  background-color: #663399 !important;
 }


 @keyframes red-effect {
  0% {
    box-shadow: 0 0 10px 1px #663399, inset 0 0 30px 5px #663399, inset 0 0 40px 10px #663399, inset 0 0 50px 15px #663399;
  }
  50% {
    box-shadow: 0 0 15px 5px #ff0000, inset 0 0 20px 50px #ff0000, inset 0 0 25px 70px #ff0000, inset 0 0 40px 100px #ff0000;
  }
  100% {
    box-shadow: 0 0 10px 1px #663399, inset 0 0 30px 5px #663399, inset 0 0 40px 10px #663399, inset 0 0 50px 15px #663399;
  }
}
.red-blow-effect {
  animation: red-effect 1.5s ease-in-out infinite;
  border: none;
  padding: 15px 30px;
  margin-bottom: 15px;
  margin: 10px;
}

.button-text-style {
  font-family: 'Arial', sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}


.form-container-offer {
  /* background-color: #300060ab; */
  background-color: #0000005c;
  padding: 20px;
  border-radius: 8px;
  margin: 10px;
}

.form-container-create-offer {
  /* background-color: #300060ab; */
  background-color: #000000a4;
  padding: 20px;
  border-radius: 8px;
  margin: 10px;
}

.form-container-offer table thead tr th{
  background-color: #663399;
}

/* .form-container-offer table tbody tr td{
  background-color: #8c2deb85;

} */

/* .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgba(152, 45, 156, 0.504);
} */

.form-container-offer .table {
  --bs-table-hover-bg: #57208d85 !important;
}


h1, h2, h3, h4, h5 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  margin: 10px 0px 5px 5px;
}

h1, h2 {
  font-weight: 750;
}

* {
  font-family: "Teachers", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}

p, li, td, th {
  font-size: 18px;
}

p {
  text-align: justify;
  margin: 5px;
}

.button-title {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  margin: 10px 0px 5px 5px;
  font-size: 24px;
}

.background-menu-wiki {
  background: transparent;
  border-radius: 8px;
}

.item-menu-wiki {
  font-size: small;
  color: black !important;
  padding: 12px 16px;
  /* border-radius: 8px; */
  /* background: linear-gradient(135deg, #f8f9fa, #66339920); */
  background: #c9c9c9;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  margin: 1px;
}

.item-menu-wiki:hover {
  transform: translateY(-3px);
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.15);
}