body {
  background: #000;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  background-position: left top;
  max-width: 782px;
}

.btn {
  background-image: url('../images/bg-btn-off.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-color: transparent;
  color: white;
  font-size: 13px;
  width: 150px;
  margin-bottom: 10px;
}
.btn:hover {
  background-image: url('../images/bg-btn-on.png');
  color: orange;
}

.quest {
  position: relative;
  background-image: url('../images/bg-quest.png');
  height: 83px;
/*   width: 550px; */
  flex: 0 0 550px;
}

.image-border {
  border: 0px solid #fff;
  background-image: url('../images/marquee.png');
  width: 80px;
  height: 84px;
  z-index: 3;
  position: absolute;	
}

.q-image {
  border: 0px solid #fff;
  width: 80px;
  height: 84px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.q-title {
  color: #c4371e;
  font-size: 13px;
  padding-top: 2px;
  margin-left: 88px;
}

.q-text {
  color: #cccccc;
  font-size: 11px;
  padding-top: 2px;
  margin-left: 88px;
  display: block;
  width: 300px;
}
.rewards {
  border: 0px solid #fff;
  position: absolute;
  right: 85px;
  bottom: 5px;
  height: 30px;
  width: 100px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.reward {
  border: 1px solid #444;
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  margin-right: 1px;

}

.r-image {
  border: 0px solid #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

.reward-list {
  color: #fff !important;
  text-align: center;
  font-size: 24px;
  top: 0px;
  left: -2px;
  text-decoration: none !important;
}

.reward-text-list {
  top: -3px;
  left: -2px;
}

.reward-text {
  font-size: 11px;
  text-align: left;
  margin-bottom: 6px;
}

.scroll-v {
  overflow-y: scroll;
  height: 430px;
/*   width: 570px; */
  align-content: flex-start;
}

.count {
  background-image: url('../images/bg-count.jpg');
  border:0px solid #fff;
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 71px;
  height: 22px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  padding: 4px 0px 0px 0px;
}


.tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 125%; /* Posiciona el tooltip bajo del elemento */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 11px;
}
.reward-list:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-text ul {
  list-style: none;
  padding: 0;
}

.completed {
  background-image: url('../images/bg-count.jpg');
  border:0px solid #fff;
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 71px;
  height: 22px;
  color: #ffa600;
  font-size: 8px;
  text-align: center;
  padding: 6px 0px 0px 0px;
  cursor: hand;
  cursor: pointer;
}

.loginbox {
  background-image: url('../images/login-bg.png');
  position: relative;
  width: 327px;
  height: 239px;
  margin: 91px auto;
}

.login-title {
  color: #f4bd00;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
}

.input {
  color: #c6c2c3;
  font-size: 11px;
  margin: 0 auto;
  width: 237px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  line-height: 29px;
  margin-bottom: 7px;
}

.login-input {
  display: inline-block;
  width: 179px;
  background: #100f10;
  border: 1px solid #332f26;
  color: #b9a775;
  font-size: 11px;
  padding: 6px;
  line-height: 12px;
  height: 31px;
  border-radius: 5px;
}

.account-selector {
  width: calc(100% - 21px);
  position: relative;
}

.account-selector select {
  appearance: none;
  width: 100%;
  height: 31px;
  font-size: 12px;
  padding: 0px 0px 0px 14px;
  margin-bottom: 8px;
  background-image: url(../images/select.png);
  background-size: cover;
  border: 0px solid #caced1;
  background-color: #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}
.account-selector select:hover {
  background-image: url(../images/select-hover.png);
}

.daily-reward {
  background: #000;
  border: 2px solid #57321f;
}

.daily-reward .card-body {
  padding: 0px;
}

.daily-reward .card-title {
  background: #797c7d;
  text-align: center;
  font-size: 9px;
  padding: 2px;
  color: #fff;
}
.daily-reward .card-body .reward-amount {
  background: #363636;
  color: #fff;
  font-size: 8px;
  text-align: center;
  padding: 2px;
  align-items: center;
  min-height: 30px;
  display: grid;
}
.daily-reward .card-body .reward-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.daily-reward-btn {
  width: calc(100% + 3px);
  background-size: contain;
  font-size: 8px;
  margin-bottom: 0px;
  line-height: 1;
  margin-top: -12px;
  margin-left: -2px;
  z-index: 1;
  position: relative;
}

.today-reward {
  background-image: url('/assets/images/hoy-esquina.png');
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1;
}

.h1-custom {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 5px;
  width: 100%;
  border-bottom: 1px solid #696969;
  padding-bottom: 4px;
}

.second-menu .list-group-item {
  font-size: 12px;
  padding: 4px;
  background-color: #1c1c1c;
  color: #bfbfbf;
  border: 1px solid #333333;
}
.second-menu .list-group-item:hover {
  background-color: #363636;
  color: #fff;
}
.second-menu .list-group-item.active {
  background-color: #363636;
  color: #fff;
  border: 1px solid #ce8031;
}

.second-menu .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #272727;
}

.submenu .accordion-button {
  background-color: #363636;
  color: #fff;
  border: 1px solid #333333;
  font-size: 12px;
  padding: 3px;
}
.submenu .accordion-item {
  background-color: #333333;
  border: 1px solid rgb(255 255 255 / 13%);
}
.submenu .accordion-body {
  padding: 0px;
  font-size: 12px;
  background-color: #5f5f5f;
}
.submenu .accordion-body a {
  display: block;
  padding: 3px;
  color: #fff;
  text-decoration: none;
}
.submenu .accordion-body a:hover,
.submenu .accordion-body a.active {
  background-color: #242323;
  color: #ffa600;
}
.submenu .accordion-body a.disabled {
  color: #6c757d;
  pointer-events: none;
}

.submenu .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  filter: brightness(8.5);
}

.quest-btn {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 73px;
  height: 22px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  padding: 4px 0px 0px 0px;
  margin-right: -2px;
  background-size: 100% 127%;
}

.btn-completed {
  right: 0;
  top: -4px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 10px;
}

.quest-update-btn {
  position: absolute;
  right: 24px;
  background-color: #191f25;
  color: #a6b3ce;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 5px;
  border: 0px;
  top: 10px;
}

.spinner-container {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #00000080;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}