/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #fdfdfd;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #414141;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

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

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff529;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.header .nav-right a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 10px;
  border-radius: 4px;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

.btn--gradient--add {
  background: linear-gradient(
    180deg,
    hsl(var(--base-l-300)) 5%,
    hsl(var(--base-two)) 108%
  );
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border-bottom: 4px solid hsl(var(--base-l-100));
  font-size: 24px;
  font-family: var(--heading-font);
  color: hsl(var(--dark)) !important;
  padding-inline: 10px;
  font-weight: 700;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn--gradient--add::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    0deg,
    hsl(var(--base-d-100)) -6%,
    hsl(var(--base-two-l-100)) 113%
  );
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  top: 50%;
  left: 50%;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: -1;
  transition: all linear 0.3s;
}

.btn--gradient--add:hover::after {
  opacity: 0.2;
}

.balance-item-balance {
  -webkit-mask-image: url(../images/shapes/payment-item.png);
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background-image: url(../images/shapes/payment-item.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 140px !important;
  height: 50px;
  display: grid !important;
  place-content: center;
}

.custom--modal {
  background-color: hsl(var(--black));
  border: 1px solid hsl(var(--white) / 0.1);
  border-top: 5px solid hsl(var(--base));
  border-radius: 12px;
}

.custom-button-cancel {
  margin-top: 16px;
  border: 0.5px solid #4d4d4d;
}

.custom-button-cancel:hover {
  border: 0.5px solid hsl(var(--base));
}

.custom-close-btn:hover {
  border: 0.5px solid hsl(var(--base));
}

.custom-close-btn {
  border-radius: 50%;       /* Round shape */
  width: 25px;            /* Adjust size as needed */
  height: 25px;           /* Adjust size as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;       /* For positioning the close icon */
  border: 0.5px solid #4d4d4d;
}

.custom-close-btn::before {
  content: '\2716';         /* Unicode for the close (x) symbol */
  font-size: 13px;          /* Size of the close icon */
  color: rgb(255, 255, 255);             /* Color of the close icon */
  position: absolute;
}

.modal-deposit-item-container {
  border: 0.5px solid #4d4d4d;
}

.modal-deposit-item-container:hover {
  border: 0.5px solid hsl(var(--base));
}

.vertical-divider {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #ccc, transparent);
    margin: 0 10px;
}

.user-ul-options:hover .row-down-user-header {
  transform: rotateY(90deg);
}

.row-down-user-header{
  transition: transform 0.3s ease;
  font-size: 12px;
}

.text-balance{
  font-weight: bold; font-size: 25px;
  font-family: var(--heading-font);
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
  background: linear-gradient( 270deg, hsl(var(--base-two)) -13.66%, hsl(var(--base)) 90.62% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 1200px) {
  .navbar {
    max-height: 100vh;
    overflow-y: auto;
  }

  .text-balance{
    font-weight: bold; font-size: 20px;
  }
}

.deposit-button-header-text {
  font-size: 15px;font-weight: bold
}

.custom--modal--user{
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
  border-top-right-radius: 0;
}


@keyframes bounceInRight {
  0% {
      opacity: 0;
      transform: translateX(100%);
  }
  100% {
      transform: translateX(0);
  }
}

@keyframes bounceOutRight {
  0% {
      transform: translateX(0);
  }
  100% {
      opacity: 1;
      transform: translateX(100%);
  }
}

.bounceInRight {
  animation: bounceInRight 0.5s both;
}

.bounceOutRight {
  animation: bounceOutRight 1s both;
}

.modal-body-user-information-option{
  padding: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
  border-bottom: 0.1px solid #453d31;
}

.modal-body-user-information-option:last-child {
  border-bottom: none !important; /* Elimina el borde de la última opción */
}

.user-modal-content {
  height: 100%;
  overflow-y: scroll;
}

.modal-body-user-information-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-body-user-information-container-options{
  display: inline;
  flex-grow: 1;
}

.modal-body-user-information-container-logout{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.1px solid #453d31;
}

.user-button {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: hsl(var(--base) / 0.5);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50%;
  box-shadow: 0 0 20px hsl(var(--base) / 0.2);
}

/* .user-button:hover {
  background-color: #0056b3;
} */

.user-button .icon {
  font-size: 18px;
}

.gradient-text-casino{
  background: linear-gradient( 270deg, hsl(var(--base-two)) -13.66%, hsl(var(--base)) 90.62% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media screen and (max-width: 767px) {
  .select-text-custom{
    font-size: 0.8rem !important;
  }
}

@media (min-width: 1360px) {
  .container-user-dashboard {
    max-width: 1240px;
  }
}

.middle-el {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-content: space-between;
  background-color: #01162f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.game-details-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background-color: #01162f;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  min-height: 100%;
  position: relative;
}