/* public/styles.css */
html, body {
  overflow-x: hidden;
}

.chart-one {
  max-height: 700px;
}

footer {
  background-color: #333;
  color: white;
  padding: 10px;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.loot-row {
  display: flex;
  margin: 15px 0;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.list-remove-bullets {
  list-style-type: none;
}

.character-ul {
  width: 100%;
}

.bold {
  font-weight: 800;
}

.form-inputs {
  border: 2px solid grey;
  border-radius: 10px;
}

.form-dropdown {
  height: 30px;
}

.color-black {
  color: black;
}

.profile-padding {
  padding: 0 30px;
}

.character-padding {
  padding: 30px;
}

.round-corners {
  border-radius: 10px;
}

.dark-border {
  border-image: linear-gradient(#1a1a1a, #290f0f) 30;
  border-style: solid;
}

.thick-border {
  border-width: 4px;
}

.thin-border {
  border-width: 2px;
}

.link-border {
  &:hover {
    border: 1px solid gold;
  }
}

.contact-form-bg {
  background-color: #343740;
}

.alt-gray-bg {
  background-color: #616a7b;
}

/* Demo Styles From Tools App */
nav[aria-label="Breadcrumb"] a {
    text-decoration: none;
    margin-right: 5px;
}

nav[aria-label="Breadcrumb"] span {
    font-weight: bold;
}

.main-label {
    font-weight: 600;
}

.main-text {
  font-weight: 400;
}

.main-button {
  background-color: #049baa;
  background-image: none;
  border: solid 2px transparent;
  color: #fff;
  padding: .375rem .75rem;
}

.main-button:hover {
  background-color: #e0af34;
  border: solid 2px #000;
  color: #252525;
  text-decoration: none;
}