body {
  background-color: rgb(26, 27, 30);
  color: #e1e1e1;
}

nav {
  background-color: #333; /* Darker menu background color */
}

nav ul li a {
  color: #fff; /* Menu link color */
}

.content-wrapper {
  background-color: #590000;
}

a,
a:link,
a:visited,
a:active {
  color: rgb(212, 196, 47); /* Default link color */
}

.menu-link,
.menu-link:link,
.menu-link:visited,
.menu-link:active {
  color: rgb(212, 196, 47); /* Default link color */
}

.menu-link:hover {
  color: rgb(249, 236, 217); /* Change color on hover */
  background-color: rgb(31, 31, 31); /* Change background on hover */
}

.menu {
  background-color: #590000;
}

.title-link:link,
.title-link:hover,
.title-link:active,
.title-link:visited {
  color: rgb(212, 196, 47);
}

/* BUY BUTTON */
.red-button {
  background-color: #c01e0c; /* Red color */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.red-button:hover {
  background-color: #c0392b; /* Darker red color on hover */
}

h3 {
  background-color: rgb(17, 125, 0);
  border-radius: 6px;
  display: inline;
  padding: 4px 10px;
}

.price {
  background-color: rgb(195, 0, 0);
  border-radius: 6px;
  padding: 4px 10px;
}

.period {
  background-color: rgb(13, 120, 213);
  border-radius: 6px;
  padding: 4px 10px;
}

h4 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.pricing {
  border-collapse: collapse;
}
.pricing td {
  padding: 3px 45px 3px 0px;
}

/* LOGIN */
.login-container {
  padding: 1px;
  text-align: center;
  width: 300px;
  z-index: 2;
  margin-top: 6px;
}

.login-container h2 {
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: 0 0 10px rgb(255, 255, 255);
}

input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: rgb(145, 130, 0);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background-color: rgb(195, 0, 0);
}

/* BUY TABLE */

.buy-table {
  border-collapse: collapse;
}

.buy-table td {
  padding: 3px 3px;
  text-align: left;
}

.yellow {
  color: rgb(255, 230, 7);
}

hr {
  border: none;
  height: 1px;
  border-bottom: 1px solid grey;
  margin: 30px 0px;
}

/* WAITING */

@keyframes ldio-8qdfv4z01jn {
  0% {
    top: 39px;
    left: 39px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 6.5px;
    left: 6.5px;
    width: 65px;
    height: 65px;
    opacity: 0;
  }
}
.ldio-8qdfv4z01jn div {
  position: absolute;
  border-width: 11px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-8qdfv4z01jn 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ldio-8qdfv4z01jn div:nth-child(1) {
  border-color: #f81b24;
  animation-delay: 0s;
}
.ldio-8qdfv4z01jn div:nth-child(2) {
  border-color: #009553;
  animation-delay: -0.5s;
}
.loadingio-spinner-ripple-4y58b4os76 {
  width: 38px;
  height: 38px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-8qdfv4z01jn {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.38);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-8qdfv4z01jn div {
  box-sizing: content-box;
}

.qr {
  width: 155px;
  border-radius: 6px;
  background-color: white;
  padding: 5px;
}

.crypto {
  height: 50px;
}

.delimiter {
  width: 100%;
  margin-top: 65px;
}

.del-left {
  padding-right: 30px;
}

.del-right {
  padding-left: 30px;
}

.del-middle {
  width: 50px;
  text-align: center;
}

.or {
  font-size: 24px;
  color: rgb(255, 230, 7);
  margin-top: 40px;
}
