.btn-circle.btn-xl {
  width: 60px;
  height: 60px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
  box-shadow: 0 6px 10px 0 #666;
}

.btn-botton-right {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  transition: all 0.1s ease-in-out;
}

.btn-circle.btn-xl:hover {
  box-shadow: 0 6px 14px 0 #666;
}

.row-with-margin {
  margin-top: 15px;
  margin-bottom: 15px
}

.empty-page {
  text-align: center;
}

.empty-page p {
  font-size: 1rem;
  line-height: 1.6;
}

.home-page {
  text-align: center;
}

.home-page h1 {
  font-size: 4rem;
}

.perudo-title {
  text-align: center;
  color: #f35626;
  background-image: linear-gradient(92deg, #f35626 0%, #feab3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: hue 60s infinite linear;
}

@media (min-width: 650px) {
  .mega {
    font-size: 6rem;
    line-height: 1;
  }
}

@keyframes hue {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(-360deg);
  }
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dice {
  margin-bottom: -3px;
}

.dice-container {
  background-color: #1a88ff;
  border-radius: 10px;
  padding: 15px 10px;
  min-height: 100px;
}

.dice-container .title {
  margin: 0;
  color: white;
  font-size: larger;
  line-height: 0px;
  text-align: center;
}

@media (min-width: 576px) {
  .dice-container {
    padding: 25px 10px;
  }
  .dice-container .title {
    line-height: 13px;
  }
}

.beta-title {
  position: absolute; /* Ensures positioning relative to the parent */
  left: 50%; /* Centers horizontally relative to the parent container */
  transform: translateX(-50%); /* Ensures exact horizontal centering */
  color: white; /* Sets text color to white */
  background: #007BFF; /* Sets the background color to a blue similar to the one in your image */
  border-radius: 10px; /* Rounds the corners of the background */
  padding: 2px 8px; /* Adjusts padding to fit the text snugly */
  font-size: 0.8em; /* Sets a smaller font size for the beta tag */
  font-weight: bold; /* Makes the font bold */
  z-index: 2; /* Ensures it is on top of other content */
}

.banner-link, .banner-link:hover {
  text-decoration: none;
}

.banner-image {
  height: auto;
  max-height: 85px;
  object-fit: contain;
}

.banner-caption {
  color: orange;
  text-align: center;
}
