.big-nav .dropdown-item {
  font-size: 18px;
  background-color: white;
  color: black;
  padding: 7px 5px 2px 5px;
  border: 1px rgba(117, 117, 117, 0.1) dashed;
}

.dropdown-menu {
  max-height: 460px;
  overflow-y: auto;
  border: 2px rgb(85, 65, 130);
  padding: 0px;
}

.dropdown-menu li {
  padding: 0px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

.big-title {
  font-size: 48px;
  font-weight: bold;
}

li {
  font-size: 16px;
}

.feature-image-wrapper {
  width: 100%; /* Full width of the column */
  height: 200px; /* Set a fixed height for consistency */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0; /* Optional: background color as a placeholder */
  border-radius: 8px; /* Optional: rounding the corners */
}

.feature-image {
  border-radius: 10px;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v60/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format("woff2");
}
#top-half {
  background: rgb(114, 100, 107);
  background: linear-gradient(0deg, rgb(107, 95, 101) 0%, rgb(73, 78, 107) 28%, rgb(25, 34, 49) 100%);
  border: rgb(85, 65, 130) 2px solid;
  border-radius: 20px;
  height: 420px;
  margin: 20px;
}

#bottom-half {
  margin: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 4px solid rgb(85, 65, 130);
  color: white;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  margin: -16px 0px -20px 0px;
  display: inline;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.form-label {
  color: white;
}

.error-text {
  color: red;
  font-size: 16px;
  border-radius: 10px;
  background-color: black;
}

.success-text {
  color: green;
  font-size: 16px;
  border-radius: 10px;
  background-color: black;
}

.registration-window {
  background-color: rgba(85, 65, 130, 0.5);
  color: white;
  border: solid #494e6b 10px;
}

.logout-btn {
  background: none;
  padding: 0px;
  border: none;
}

.login-btn {
  background: none;
  padding: 0px;
  border: none;
  width: 40px;
  height: 40px;
}

.characters-panel {
  display: flex;
  flex-wrap: wrap;
}

.character-image-container {
  width: 180px;
  /* Fixed width */
  height: 220px;
  /* Fixed height */
  display: flex;
  align-items: center;
  /* Vertical alignment */
  justify-content: center;
  /* Horizontal alignment */
}

.character-image-container img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

#header-section {
  background: rgba(57, 43, 92, 0.5);
  border-radius: 10px;
}

#features {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-bottom: 20px;
}

.character-sheet-portrait {
  width: auto;
  height: auto;
  margin: auto;
}

.duo-icons {
  display: flex;
  justify-content: space-between;
  /* This will place one item on each end */
}

.nav-item-container {
  display: flex;
  flex-wrap: nowrap;
  /* Prevents wrapping */
  overflow-x: auto;
  /* Allows horizontal scrolling */
}

.form-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  /* Match input height for alignment */
}

.form-control {
  width: auto;
  /* Adjust as needed */
  margin: auto;
  /* Centers the input field if within a flex container */
}

.nav-item {
  flex: 0 0 auto;
  /* Each item can shrink but not grow, and has its original size */
  white-space: nowrap;
  /* Prevents text inside each item from wrapping */
  justify-content: center;
  text-align: right;
  padding: 5px 5px;
  margin: 5px;
  cursor: pointer;
  transition: 0.2s all;
}

.big-nav a {
  color: white;
}

.big-nav li {
  font-weight: 400;
  font-size: 22px;
}

.big-nav > li > a:hover {
  color: #98878f;
  transition: 0.7s;
}

.big-nav > li:hover {
  transition: 0.7s;
}

.big-nav > li:active {
  background-color: black;
  transition: 0.7s;
}

.small-nav li {
  background: radial-gradient(circle, #363a50, rgba(58, 63, 87, 0.631372549) 100%);
  border: 3px solid rgba(130, 107, 185, 0.5);
  color: white;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.562);
}

.small-nav > li > a:hover {
  color: pink;
  border-color: pink;
  background: radial-gradient(circle, rgba(16, 12, 27, 0.719) 10%, rgba(1, 0, 2, 0.5) 100%);
  transition: 0.7s;
}

.small-nav > li:hover {
  color: pink;
  border-color: pink;
  background: radial-gradient(circle, rgba(16, 12, 27, 0.719) 10%, rgba(1, 0, 2, 0.5) 100%);
  transition: 0.7s;
}

.nav-link-small {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: 200;
  font-size: 18px;
}

.character-banner {
  background: radial-gradient(circle, rgb(85, 65, 130), rgba(57, 43, 92, 0.5) 100%);
  border: 5px groove rgba(0, 0, 0, 0.616);
  border-left: none;
  border-right: none;
  justify-content: center;
}

.toggle-on {
  background-color: rgb(85, 65, 130);
  text-align: center;
  border: solid black 2px;
}

input[type=checkbox].senses-toggle {
  width: 20px;
  height: 20px;
  margin: 5px;
}

.toggle-off {
  background-color: #d7b740;
  text-align: center;
  border: solid black 2px;
}

.toggle-on:hover {
  background-color: black;
  color: #d7b740;
}

.toggle-off:hover {
  background-color: black;
  color: #d7b740;
}

.avd12-tertiary-btn {
  color: black;
  background: rgb(216, 216, 216);
  font-size: 20px;
  width: 100%;
  padding: 5px;
  border-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0px;
  border: none;
  box-shadow: 0px 2px 2px rgba(242, 255, 60, 0.514);
}

.avd12-tertiary-btn:hover {
  color: white;
  background: radial-gradient(circle, rgb(148, 148, 148), rgb(110, 110, 110) 100%);
}

.btn-secondary {
  color: black;
  background: radial-gradient(circle, white, white 100%);
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0px;
  border: none;
  box-shadow: 0px 3px 3px rgba(158, 158, 158, 0.288);
}

.btn-secondary:hover {
  color: white;
  background: radial-gradient(circle, rgb(148, 148, 148), rgb(110, 110, 110) 100%);
}

.btn-secondary:disabled {
  color: black;
  background: radial-gradient(circle, white, white 100%);
}

.btn-secondary:focus {
  color: #d7b740;
  background: radial-gradient(circle, #252525, black 100%);
}

.avd12-btn {
  color: white;
  background: radial-gradient(circle, rgb(85, 65, 130), rgba(57, 43, 92, 0.5) 100%);
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0px;
  border: none;
  box-shadow: 0px 3px 3px rgba(158, 158, 158, 0.288);
}

.avd12-btn:hover {
  color: #d7b740;
  background: radial-gradient(circle, #252525, black 100%);
  transform: scale(1.07);
  transition: transform 0.5s ease;
  /* Duration and timing function */
}

.character-name-display {
  font-size: 18px;
}

.avd12-secondary-btn {
  color: #d7b740;
  background: radial-gradient(circle, #252525, black 100%);
  padding: 10px;
  border-radius: 10px;
  margin: 0px;
  border: none;
  box-shadow: 0px 3px 3px rgba(158, 158, 158, 0.288);
}

.avd12-secondary-btn:hover {
  color: white;
  background: radial-gradient(circle, #252525, black 100%);
  border: none;
  box-shadow: 0px 3px 3px rgba(220, 223, 19, 0.473);
}

.create-character-btn {
  color: #d7b740;
  background: radial-gradient(circle, #252525, black 100%);
  padding: 10px;
  border-radius: 10px;
  margin: 0px;
  border: none;
  box-shadow: 0px 3px 3px rgba(158, 158, 158, 0.288);
}

.character-panel {
  flex: 0 0 auto;
  /* Don't grow, don't shrink, and base width on content */
  width: calc(33% - 60px);
  /* Subtracting the total margin from the width */
  height: auto;
  margin: 30px;
  padding: 20px;
  background-color: #252525;
  background: radial-gradient(circle, #1f1f1f, #131313 100%);
  text-align: center;
  border-radius: 20px;
  border: 8px #252525 solid;
  font-size: 16px;
  animation: glow 5s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 7px rgba(158, 158, 158, 0.288);
  }
  to {
    box-shadow: 0 0 7px rgba(182, 166, 21, 0.288);
  }
}
@media screen and (max-width: 1000px) {
  .character-panel {
    flex: 0 0 auto;
    /* Don't grow, don't shrink, and base width on content */
    width: calc(50% - 40px);
    /* Subtracting the total margin from the width */
    height: auto;
    margin: 20px;
    padding: 20px;
    background-color: black;
    background: radial-gradient(circle, #1f1f1f, #131313 100%);
    text-align: center;
    border-radius: 20px;
    border: 8px #252525 solid;
    font-size: 16px;
    animation: glow 5s infinite alternate;
  }
}
#login-icon {
  color: white;
  padding: 8px;
  border-radius: 50%;
  background-color: #192231;
  border: solid 3px #985e6d;
}

.user-input {
  padding: 2px;
  border-radius: 8px;
}

#new-character-name {
  padding: 10px;
  border-radius: 20px;
  font-size: 20px;
  border: solid rgb(85, 65, 130) 4px;
}

.character-creation-dropdown {
  margin-top: 20px;
  width: 240px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border: solid rgb(85, 65, 130) 4px;
  border-radius: 20px;
  background-color: white;
}

.d12-dice-roll {
  transition: transform 1.4s ease-in-out;
}

.d12-dice-roll:hover {
  transform: rotate(720deg) scale(1.2);
}

.custom-dice-roll {
  margin-left: 5px;
  margin-right: 5px;
  transition: transform 1.4s ease-in-out;
}

.custom-dice-roll:hover {
  transform: rotate(720deg) scale(1.2);
}

.spinner-border {
  width: 100px;
  height: 100px;
  border: 0.7em solid currentColor;
  border-right-color: transparent;
}

#loader {
  top: 0;
  left: 0;
  width: 100vw;
  /* Cover the full viewport width */
  height: 100vh;
  /* Cover the full viewport height */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  /* High z-index to ensure it's on top of other elements */
}

.generic-card {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid rgb(85, 65, 130);
  color: white;
  border-radius: 10px;
  margin: 5px;
}

#avd12-resource-type-dropdown {
  display: block;
  width: 100%;
  border: 3px solid;
  border-radius: 14px;
  padding: 5px 5px;
  margin: 10px;
  cursor: pointer;
  transition: 0.2s all;
}

#foundry-server-enabled {
  width: 25px;
  height: 25px;
}

#level-display {
  font-size: 20px;
  font-weight: bolder;
}

#mp-display {
  font-size: 14px;
  font-style: italic;
}

.label-box {
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  height: 100%;
  /* Take full height of the parent */
}

.character-description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.campaign-creation-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

#campaign-creation {
  width: 500px;
  justify-content: center;
  border: solid 5px #494e6b;
  padding: 20px;
  border-radius: 20px;
  margin: 50px;
}

.avd12-billboard {
  align-items: center;
  justify-content: space-between;
  display: flex;
  min-height: 100px;
  width: 100%;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(12, 7, 17, 0.6);
  border: solid 3px rgb(26, 15, 37);
}

.billboard-logo {
  /* Flex container to center the logo */
  display: flex;
  align-items: center;
  /* Vertical alignment */
  justify-content: center;
  /* Horizontal alignment */
  /* Set maximum size for the logo */
  max-width: 100px;
  /* Maximum width */
  max-height: 80px;
  /* Maximum height */
  padding-left: 20px;
  /* Space from the left edge */
  overflow: hidden;
  /* Ensures that the logo does not overflow the container */
}

#main-logo {
  width: 100%;
}

.billboard-logo img {
  max-width: 100%;
  /* Ensures that the logo fits within its container */
  max-height: 100%;
  /* Ensures that the logo fits within its container */
  height: auto;
  /* Maintains aspect ratio */
  width: auto;
  /* Maintains aspect ratio */
}

#login-overlay {
  /* Adjust the overlay styling as needed */
  padding-right: 20px;
  background-color: black;
  /* Space from the right edge */
}

.throwawya {
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/AVD12LOGO.png");
  height: 120px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(12, 7, 17, 0.6);
  border: solid 10px rgb(26, 15, 37);
}

.warning-text {
  color: red;
}

#level-box {
  border: #98878f 5px solid;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.avd12-billboard h1 {
  font-size: 72px;
}

.rowboi {
  padding-left: 60px;
  padding-right: 60px;
}

.intro-blurb {
  margin: auto;
  width: 100%;
  padding-top: 2em;
}

#avd12-picture {
  border: 6px solid rgb(85, 65, 130);
  border-radius: 50%;
}

.spell-selection-description {
  padding: 20px 0px 0px 0px;
}

.selected-page {
  color: white;
}

.spell-card-container {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border: solid 3px rgb(85, 65, 130);
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 10px;
}

.spell-card-resources-container {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border: solid 3px rgb(85, 65, 130);
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 10px;
}

.spell-card-info {
  font-size: 14px;
}

.spell-info {
  text-align: center;
  font-size: 12px;
}

.spell-name {
  font-size: 14px;
}

.spell-card-description {
  margin-top: 5px;
  padding: 6px;
  border-radius: 5px;
  font-size: 12px;
  background-color: rgb(192, 192, 192);
  color: black;
}

.selectable-spell {
  cursor: pointer;
}

.add-spell-button {
  color: green;
  background-color: black !important;
  border: none;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.remove-spell-button {
  color: red;
  background-color: rgb(85, 65, 130) !important;
  border: none;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.selected-spell-remove {
  background-color: inherit !important;
  width: 40px;
  height: 20px;
  margin-top: -14px;
}

.move-display {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 3px rgb(85, 65, 130);
  color: white;
  font-size: 14px;
  padding: 5px;
  margin: 8px;
  border-radius: 10px;
  justify-content: center;
}

.spell-card-center {
  text-align: center;
}

.spell-card {
  border: solid #252525 10px;
  border-radius: 100px;
  padding: 5px;
  background-color: rgba(85, 65, 130, 0.5);
}

.spell-td {
  border-color: #252525;
  border-radius: 20px;
  border-width: 10px;
}

.spell-select-empty {
  border-radius: 0;
  border: none;
  background-color: #252525 !important;
}

.spell-select-card {
  border: solid #252525 10px;
  border-radius: 100px;
  padding: 5px;
  background-color: black;
}

.spell-select-td {
  border-color: #252525;
  border-radius: 20px;
  border-width: 10px;
  justify-content: center;
}

.selected-spell {
  background-color: rgb(0, 85, 0);
}

.mission-statement {
  margin-top: 50px;
  border-radius: 20px;
  border: solid rgba(0, 0, 0, 0.5) 5px;
  background-color: rgba(85, 65, 130, 0.2);
  padding: 20px;
}

.link-icon {
  margin-left: 20px;
  margin-right: 20px;
}

.odd-stat {
  padding: 5px 0px 5px 0px;
  background: rgba(0, 0, 0, 0.2);
}

.even-stat {
  padding: 5px 0px 5px 0px;
  background: rgba(36, 36, 36, 0.2);
}

.skill-radio {
  cursor: grab;
  padding-top: 5px;
}

.material-icons {
  padding-top: 1px;
}

.left-field {
  width: 40px;
  border-right: none;
  border-top: #494e6b 1px solid;
  border-bottom: #494e6b 1px solid;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
}

.right-field {
  border-left: none;
  width: 48px;
  border-top: #494e6b 1px solid;
  border-bottom: #494e6b 1px solid;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: left;
}

.power-section {
  height: 40px;
}

.power-value {
  background-color: white;
  color: black;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bolder;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  /* Center the flex container */
}

.duo-input {
  font-size: 18px;
  font-weight: bolder;
  height: 40px;
}

.single-input {
  font-size: 18px;
  font-weight: bolder;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: auto;
  /* Center the flex container */
}

.power-label {
  font-size: 16px;
  align-items: center;
  text-align: center;
}

.duo-input.left-field:disabled {
  background-color: white;
  color: black;
}

.duo-input.right-field:disabled {
  background-color: white;
  color: black;
}

#chatgpt-powered-btn {
  background-color: #4a90e2;
  /* ChatGPT Blue */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, box-shadow 0.3s;
}

#chatgpt-powered-btn:hover {
  background-color: #357ABD;
  /* Slightly darker blue on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.attributes-horizontal-display {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
}

.biography-text {
  background-color: rgb(231, 229, 225);
  border-radius: 10px;
}

.biography-label {
  font-size: 16px;
  font-weight: bolder;
}

.biography-section {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inline-container {
  display: flex;
  align-items: center;
  /* This aligns items vertically in the middle */
}

.inline-container a {
  margin-right: 10px;
  /* Adjust the space between the anchor and the input */
}

.item-edit-input {
  width: 100%;
  /* This will make the input take the remaining width */
  /* Remove 'justify-content-center' class if it interferes with styling */
}

.attribute-item {
  text-align: center;
  width: 20%;
  display: flex;
  /* Add this */
  flex-direction: column;
  /* Stack circle and label vertically */
  justify-content: center;
  /* Center content vertically */
  align-items: center;
  /* Center content horizontally */
}

.attribute-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: white;
  border: 2px rgba(85, 65, 130, 0.5) solid;
  background: rgb(152, 135, 143);
  background: radial-gradient(circle, black 48%, rgba(85, 65, 130, 0.5) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bolder;
  font-size: 18px;
}

#item-skill-container {
  font-size: 18px;
}

#name-value {
  background-color: #d7b740;
  color: black;
  font-weight: bolder;
  border-radius: 10px;
}

.mitigation-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: white;
  border: 3px rgb(85, 65, 130) solid;
  background: rgb(152, 135, 143);
  background: radial-gradient(circle, black 48%, rgba(85, 65, 130, 0.5) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bolder;
  font-size: 18px;
}

.attribute-label {
  font-size: 12px;
}

.modal-content {
  padding: 50px;
  color: white;
}

.character-stat-display {
  font-size: 16px;
}

.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-stat-up {
  color: black;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.arrow {
  background-color: inherit;
  color: white;
  padding-left: 4px;
  border: none;
  font-size: 32px;
  font-weight: 900;
}

.stat-column {
  font-size: 14px;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

.stat-enter {
  font-size: 18px;
  width: 46px;
  padding: 4px 4px 4px 4px;
  border-radius: 10px;
}

.plus-minus {
  background-color: rgb(85, 65, 130);
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
}

.plus-minus:hover {
  background-color: white;
  color: #131313;
}

.edit-attribute-label {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .stat-column {
    font-size: 16px;
    width: 100%;
    padding: 5px 0px 5px 0px;
  }
  .stat-enter {
    font-size: 16px;
    width: 40px;
    padding: 4px 4px 4px 4px;
    border-radius: 10px;
  }
  .plus-minus {
    background-color: rgb(85, 65, 130);
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
  }
  .plus-minus:hover {
    background-color: white;
    color: #131313;
  }
  .edit-character-modal .modal-dialog {
    max-width: 80%;
  }
}
.btn-stat-down {
  color: black;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.btn-dropdown {
  border: 5px solid grey;
  border-radius: 20px;
  padding: 10px;
  font-size: 30px;
}

.dropdown-item {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.create-character-dropdown {
  background-color: rgba(130, 107, 185, 0.5);
}

.dropdown-item:hover {
  color: white;
  background-color: #985e6d;
}

.dropdown-toggle {
  width: 80%;
  border: solid #494e6b 3px;
  border-radius: 20px;
  background-color: white;
}

.modify-spell-toggle {
  width: 200;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

#avd12-edit-dropdown-menu {
  width: 100%;
}

.input-value {
  width: 70px;
  margin-left: 6px;
  margin-right: 6px;
}

.avd12-table {
  padding: 24px;
  color: white;
}

th {
  color: white;
  border: 1px solid rgba(128, 128, 128, 0.137);
}

.table-title {
  background-color: rgba(255, 255, 255, 0.11);
}

td {
  color: white;
  border: 1px solid rgba(128, 128, 128, 0.137);
  font-size: 12px;
  font-weight: 100;
  padding: 10px 10px 10px 10px;
}

.character-creation-nav a {
  background-color: beige;
  color: black;
  text-decoration: none;
  border: 2px solid grey;
  border-radius: 20px;
  padding: 10px;
}

.avd12-subnav {
  width: 100%;
}

.column-decoration {
  background-color: rgba(73, 78, 107, 0.1568627451);
  border-radius: 40px;
}

.column-decoration-2 {
  background-color: rgba(85, 65, 130, 0.2);
  border-radius: 40px;
}

body {
  font-family: "Tiro Devanagari Hindi", serif;
  /*font-family: "Audiowide", sans-serif;*/
  /*font-family: "El Messiri", sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  background-size: contain;
  background-repeat: repeat;
  background-color: #252525;
  color: white;
  letter-spacing: 1px;
  max-width: 100%;
  overflow-x: hidden;
}

.footer {
  padding-top: 20px;
}

footer {
  position: sticky;
  height: 80px;
  top: calc(100vh - 80px);
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
.module-row {
  padding: 0px 10px 0px 10px;
}

.module-container {
  margin: 0px;
}

.change-module-btn {
  background: radial-gradient(circle, #363a50, rgba(58, 63, 87, 0.631372549) 100%);
  border: 3px solid rgba(130, 107, 185, 0.5);
  color: white;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.562);
}

.change-module-btn:hover {
  color: pink;
  border-color: pink;
  background: radial-gradient(circle, rgba(16, 12, 27, 0.719) 10%, rgba(1, 0, 2, 0.5) 100%);
  transition: 0.7s;
}

.change-module-btn:focus {
  color: black;
}

.avd12-table {
  font-size: 16px;
}

.character-editor {
  font-size: 24px;
  width: 90%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-close {
  color: white;
}

.remove-stance-btn {
  background-color: inherit;
  border: none;
  font-size: 32px;
  font-weight: bold;
  color: red;
}

#add-module-point-btn {
  background-color: inherit;
  color: white;
  border: none;
  font-size: 32px;
  font-weight: bold;
}

#subtract-module-point-btn {
  background-color: inherit;
  border: none;
  color: white;
  font-size: 32px;
  font-weight: bold;
}

#character-sheet-portrait {
  border-radius: 10px;
}

.col-nopx {
  padding-left: 0px;
  padding-right: 0px;
}

.col-centered {
  vertical-align: middle;
  text-align: center;
}

#health-row {
  padding: 0px;
}

#power-row {
  padding: 0px;
}

#major-stat-panel {
  margin: 0px;
  border: 4px solid rgba(0, 0, 0, 0.397);
  border-radius: 15px;
  background: #192231;
}

#module-adder {
  margin-top: 6px;
}

#character-sheet {
  margin: 0px;
  background-color: #192231;
  border-radius: 15px;
  border: 6px solid rgba(0, 0, 0, 0.397);
  min-height: 300px;
}

.system-overview {
  background: rgba(57, 43, 92, 0.5);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page {
  padding: 7px;
  cursor: pointer;
}

.module-error {
  background: rgb(128, 20, 20);
  border: 3px solid rgba(130, 107, 185, 0.5);
  color: white;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.562);
}

.half-btn {
  width: 50%;
  margin-top: 10px;
}

.delete-btn {
  background: rgb(134, 24, 24);
  margin-top: 10px;
  margin-left: 5px;
  padding: 6px;
  color: white;
}

#confirm-character {
  margin-top: 10px;
  margin-left: 5px;
  padding: 12px;
}

.remove-module-btn {
  border: 4px solid black;
  border-radius: 14px;
  background-color: rgb(134, 24, 24);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  height: auto;
  padding: 12px;
}

#edit-character-icon {
  text-align: left;
  margin-left: -15px;
}

.character-description {
  background-color: black;
  color: white;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  padding-top: 10px;
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

#privacy-policy {
  background: rgba(19, 19, 19, 0.774);
  border: 8px white solid;
  border-radius: 20px;
  padding: 30px;
  width: 50%;
}

#privacy-policy-container {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

#discord-avatar {
  width: 50px;
  height: auto;
  border-radius: 50%;
  border: black 3px solid;
}

#discord-sso {
  cursor: pointer;
}

#sso-section {
  text-align: right; /* Aligns text and inline elements to the right */
  display: flex;
  justify-content: flex-end; /* Ensures the container aligns its children to the right */
  align-items: center; /* Vertically centers content */
}

.sso-btn {
  padding: 5px;
  border-radius: 10px;
  background: transparent;
  text-decoration: none;
  color: white;
}

#discord-sso-img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

#discord-sso:hover {
  color: black;
}

.ancestry-name {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.452);
  border: 3px solid #d7b740;
  border-radius: 7px;
  padding: 5px;
}

.ancestry-card {
  background: radial-gradient(circle, #363a50, rgba(29, 32, 46, 0.815) 100%);
  border-radius: 20px;
  border: 5px black solid;
  padding: 10px;
  margin: 4px;
  box-shadow: 0px 3px 3px rgba(158, 158, 158, 0.288);
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start; /* Aligns items to the start of the flex-direction */
  width: 100%;
  max-width: 500px; /* Adjust as needed */
  margin: auto; /* Center the container */
  padding: 20px; /* Add some padding around the content */
}

.form-container label {
  width: 100%; /* Full width to match inputs below */
  margin: 10px 0; /* Space above and below labels */
  text-align: center; /* Center the text of labels */
}

.form-container input,
.form-container textarea {
  width: 100%; /* Make inputs and textareas full width */
  box-sizing: border-box; /* Include padding and border in element's total width */
  margin-bottom: 20px; /* Space between each input/textarea */
  text-align: center; /* Center the text inside the input and textarea */
}

.form-container textarea {
  height: 100px; /* Adjustable height for the textarea */
}

.conditions-table {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: black;
  border: 5px #494e6b solid;
}

.conditions-table th {
  text-align: center;
  padding: 10px;
  border-width: 3px;
  border: 5px #494e6b solid;
}

.conditions-table td {
  padding: 10px;
  border-width: 3px;
  border: 2px #494e6b solid;
}

.error-title-404 {
  font-size: 64px;
  border-top: 10px #d7b740 solid;
  border-bottom: 10px #d7b740 solid;
  margin-top: 64px;
}

.error-404 {
  font-size: 32px;
}

#sidebar {
  background-color: #000000;
  padding: 15px;
  height: 100vh;
  overflow-y: auto;
}

#main-content {
  flex-grow: 1;
  padding: 15px;
}

.table-content {
  display: none; /* Hide all tables initially */
}

#table-list a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #d7b740;
}

#table-list a:hover {
  background-color: #e9ecef;
  color: #000000;
}

.dice-roll {
  width: 96px; /* Adjust the width as necessary */
  text-align: center;
}

table {
  width: 100%;
}

.table td {
  font-size: 16px;
}

.table th {
  text-align: center;
  font-size: 20px;
  background-color: rgb(85, 65, 130);
}

.table p {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-left: 10px;
}

.sort-icon {
  font-size: 24px;
  cursor: pointer;
}

.random-table-name {
  text-align: center;
  background-color: #d7b740;
  color: black;
  font-weight: bolder;
  border: black 4px solid;
  padding: 20px;
  border-radius: 10px;
}

.page {
  font-size: 24px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280,200,200,200%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.navbar {
  position: relative; /* Ensure the navbar is positioned */
  z-index: 1050; /* High enough to appear above most elements */
}

.navbar-collapse {
  position: relative; /* Ensure it stacks within the navbar */
  z-index: 1051; /* Slightly higher to ensure it's above the navbar itself */
}

.dropdown-menu {
  z-index: 1060; /* Ensure dropdown menus appear above other content */
}

.fa-bars {
  color: white;
  font-size: 30px;
}

.navbar-toggler {
  align-items: center;
  text-align: center;
}

#avd12-logo {
  min-height: 64px;
  min-width: 64px;
}

.nav-justified .nav-item {
  text-align: left;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#character-sheet .nav-item {
  text-align: center;
}

#index-page-container {
  position: relative;
  min-height: 100vh;
  width: 80%; /* Set the width to 80% */
  margin: 0 auto; /* Center horizontally */
}

#module-content-container {
  margin-left: 15%;
  margin-right: 15%;
}

#module-viewer {
  margin-left: 15%;
  margin-right: 15%;
}

@media (max-width: 1280px) {
  #index-page-container {
    width: 100%;
    margin: 0;
  }
  #module-content-container {
    margin-left: 0;
    margin-right: 0;
  }
  #module-viewer {
    margin-left: 0;
    margin-right: 0;
  }
}
#banner-img {
  width: 100%;
  height: auto;
}

#avd12-ruleset-dropdown-menu {
  width: 340px;
}

#clone-icon {
  text-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  margin-left: 8px;
}

.setting-image {
  width: 1024px;
  height: auto;
  border-radius: 20px;
  border: #d7b740 2px solid;
  display: block;
  margin: 0 auto;
}

#statBlockContainer {
  display: inline-block;
  width: 1024px;
  overflow: hidden;
}

.simpleStatBlock {
  background-image: url(../img/statblockbg.webp);
  background-size: cover;
  border: 3px rgb(85, 65, 130) solid;
  color: black;
  width: 1024px;
  padding: 20px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2em;
}

.simpleStatBlockHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.simpleStatBlockName {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.simpleStatBlockDescription {
  padding-top: 4px;
  font-size: 12px;
  text-align: center;
}

.simpleStatBlock .attribute-square {
  width: 28px;
  height: 28px;
  border: 2px rgba(85, 65, 130, 0.5) solid;
  background: rgba(255, 255, 255, 0.526);
  display: flex;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  font-weight: bolder;
  font-size: 14px;
}

.simple-statblock-title {
  background: rgb(85, 65, 130);
  color: white;
  border: 1px solid rgb(0, 0, 0);
  padding: 3px 5px 3px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.statblock-action {
  margin-bottom: 6px;
}

.statblock-divider {
  margin: 4px 4px;
  background-color: rgb(85, 65, 130);
  opacity: 0.7;
  border-radius: 3px;
}

.statblock-divider:not([size]) {
  height: 3px;
}

.statblock-attributes-display {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fa-hover:hover {
  color: #d7b740;
}

.fa-circle-info {
  font-size: 20px;
}

.tooltip {
  font-size: 10rem;
}

.tooltip-inner {
  font-size: 16px !important; /* Adjust the size as needed */
  max-width: 500px; /* Adjust width as needed */
  white-space: normal; /* Allows text to wrap */
}

.tooltip-info {
  cursor: grab;
}

.ancestry-text {
  margin-top: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5568627451);
  border: #d7b740 2px solid;
  border-radius: 8px;
}/*# sourceMappingURL=style.css.map */