body {
  overflow-x: hidden;
  background: #0d0d0d;
  /* background-image: url("/public/assets/img/bg.png"); */
  background-size: cover;
  background-repeat: repeat;
}

#container {
  width: 102%;
  height: 2.75rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background-color: #27211d;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23A88277FF' stroke-width='3' stroke-dasharray='4 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  color: #fff;
  transform: translateX(-1%);
}

#container .banner {
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: fit-content;
  white-space: nowrap;
  animation: loop 30s linear infinite;
}

#cartOffcanvas {
  max-width: calc(100% - 1.5rem);
  width: 500px;
}

.fade-banner {
  width: 100%;
  position: absolute;
  inset: 0;
  pointer-event: none;
}

.banner > span {
  gap: 0 0.2rem;
  padding: 0.5rem 1rem;
  margin: 0rem 1rem;
}

#container .banner {
  position: absolute;
}

#container .banner#banner-two {
  transform: translateX(100%);
  animation-delay: 15s;
}

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

  100% {
    transform: translateX(-100%);
  }
}

.cursor-pointer:hover {
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .lottery {
    font-size: 1.25rem;
  }
  .nav_notification,
  .nav_ticket {
    min-width: 360px;
  }
}

@media screen and (max-width: 575px) {
  .lottery {
    font-size: 1rem;
  }
  .nav_notification,
  .nav_ticket {
    min-width: 260px;
  }
}

.short_content {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
}

pre.message {
  background-color: transparent;
  border: none;
  white-space: break-spaces;
  padding: 0.5rem;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.twofa_input {
  max-width: 100px;
}

.tooltip-inner {
  border: 1px solid var(--ar-blockquote-color);
  --ar-tooltip-bg: #000;
  --ar-tooltip-color: #fff;
  max-width: 406px;
}

.btn.groupchat {
  background-color: rgb(36, 161, 222);
}

.width-0 {
  width: 0%;
}
.width-1 {
  width: 1%;
}
.width-2 {
  width: 2%;
}
.width-3 {
  width: 3%;
}
.width-4 {
  width: 4%;
}
.width-5 {
  width: 5%;
}
.width-6 {
  width: 6%;
}
.width-7 {
  width: 7%;
}
.width-8 {
  width: 8%;
}
.width-9 {
  width: 9%;
}
.width-10 {
  width: 10%;
}
.width-11 {
  width: 11%;
}
.width-12 {
  width: 12%;
}
.width-13 {
  width: 13%;
}
.width-14 {
  width: 14%;
}
.width-15 {
  width: 15%;
}
.width-16 {
  width: 16%;
}
.width-17 {
  width: 17%;
}
.width-18 {
  width: 18%;
}
.width-19 {
  width: 19%;
}
.width-20 {
  width: 20%;
}
.width-21 {
  width: 21%;
}
.width-22 {
  width: 22%;
}
.width-23 {
  width: 23%;
}
.width-24 {
  width: 24%;
}
.width-25 {
  width: 25%;
}
.width-26 {
  width: 26%;
}
.width-27 {
  width: 27%;
}
.width-28 {
  width: 28%;
}
.width-29 {
  width: 29%;
}
.width-30 {
  width: 30%;
}
.width-31 {
  width: 31%;
}
.width-32 {
  width: 32%;
}
.width-33 {
  width: 33%;
}
.width-34 {
  width: 34%;
}
.width-35 {
  width: 35%;
}
.width-36 {
  width: 36%;
}
.width-37 {
  width: 37%;
}
.width-38 {
  width: 38%;
}
.width-39 {
  width: 39%;
}
.width-40 {
  width: 40%;
}
.width-41 {
  width: 41%;
}
.width-42 {
  width: 42%;
}
.width-43 {
  width: 43%;
}
.width-44 {
  width: 44%;
}
.width-45 {
  width: 45%;
}
.width-46 {
  width: 46%;
}
.width-47 {
  width: 47%;
}
.width-48 {
  width: 48%;
}
.width-49 {
  width: 49%;
}
.width-50 {
  width: 50%;
}
.width-51 {
  width: 51%;
}
.width-52 {
  width: 52%;
}
.width-53 {
  width: 53%;
}
.width-54 {
  width: 54%;
}
.width-55 {
  width: 55%;
}
.width-56 {
  width: 56%;
}
.width-57 {
  width: 57%;
}
.width-58 {
  width: 58%;
}
.width-59 {
  width: 59%;
}
.width-60 {
  width: 60%;
}
.width-61 {
  width: 61%;
}
.width-62 {
  width: 62%;
}
.width-63 {
  width: 63%;
}
.width-64 {
  width: 64%;
}
.width-65 {
  width: 65%;
}
.width-66 {
  width: 66%;
}
.width-67 {
  width: 67%;
}
.width-68 {
  width: 68%;
}
.width-69 {
  width: 69%;
}
.width-70 {
  width: 70%;
}
.width-71 {
  width: 71%;
}
.width-72 {
  width: 72%;
}
.width-73 {
  width: 73%;
}
.width-74 {
  width: 74%;
}
.width-75 {
  width: 75%;
}
.width-76 {
  width: 76%;
}
.width-77 {
  width: 77%;
}
.width-78 {
  width: 78%;
}
.width-79 {
  width: 79%;
}
.width-80 {
  width: 80%;
}
.width-81 {
  width: 81%;
}
.width-82 {
  width: 82%;
}
.width-83 {
  width: 83%;
}
.width-84 {
  width: 84%;
}
.width-85 {
  width: 85%;
}
.width-86 {
  width: 86%;
}
.width-87 {
  width: 87%;
}
.width-88 {
  width: 88%;
}
.width-89 {
  width: 89%;
}
.width-90 {
  width: 90%;
}
.width-91 {
  width: 91%;
}
.width-92 {
  width: 92%;
}
.width-93 {
  width: 93%;
}
.width-94 {
  width: 94%;
}
.width-95 {
  width: 95%;
}
.width-96 {
  width: 96%;
}
.width-97 {
  width: 97%;
}
.width-98 {
  width: 98%;
}
.width-99 {
  width: 99%;
}
.width-100 {
  width: 100%;
}

/* ----------------------------------- */
.bg-quaternary {
  background-color: #1c1919 !important;
}

.text-quaternary {
  color: var(--ar-quaternary) !important;
}

.page-content {
  padding: 0.75rem;
}

.dashed-border {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23A88277FF' stroke-width='3' stroke-dasharray='4 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.logo-title {
  letter-spacing: 1.3px;
  font-size: 1.4rem;
  font-weight: 600;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group.error .form-desc {
  color: #d65e5e;
}

.form-group.error .form-control,
.form-group.error .form-select {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: var(--ar-border-width) solid #d65e5e;
}
.form-group.error .form-control::placeholder {
  color: #d65e5e;
}
.form-group.error .error-message {
  display: block;
}

.form-desc {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1.25rem;
  color: #6b5c57;
}

.form-group-sm .form-desc {
  margin-left: 1rem;
}

.form-btn {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.form-group .form-control {
  padding: 1.5rem;
}

.form-group.form-group-sm .form-control {
  padding: 1rem;
}

.form-control::placeholder {
  color: #6b5c57;
}
.form-control:focus::placeholder {
  color: var(--ar-gray-600);
}

.error-message {
  width: 100%;
  padding: 0.3rem 1rem;
  color: #d65e5e;
  background-color: #271515;
  border: var(--ar-border-width) solid #d65e5e;
  border-top: none;
  border-bottom-left-radius: var(--ar-border-radius);
  border-bottom-right-radius: var(--ar-border-radius);
  display: none;
}

.captcha {
  background-color: #000000;
  background-size: cover;
  height: 100%;
  width: 250px;
  min-height: 69px;
  border-radius: var(--ar-border-radius);
  border: var(--ar-border-width) solid var(--ar-border-color);
}

.navbar-bg {
  background: #121010;
  border-radius: var(--ar-border-radius);
  margin: 0.75rem;
}

.navbar {
  z-index: 100;
}

.offcanvas {
  margin: 0.5rem 0.75rem;
}

.alert-message {
  background-color: #499d9d;
  text-transform: uppercase;
  padding: 0.5rem;
}

#off-link-wrapper {
  width: 102%;
  transform: translateX(-1%);
  background-color: #111c19;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23396F58FF' stroke-width='3' stroke-dasharray='4 10' stroke-dashset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 0.5rem calc(1% + 0.5rem);
}

.off-link {
  background-color: rgba(33, 52, 46, 0.69);
  border: 1px solid transparent;
  /* border-color: #396f58; */
  border-image: linear-gradient(to bottom, #1f1b1b, #396f58) 1 1 !important;
  border-radius: 0px;
  color: #46907a;
}

.vip_section {
  background: linear-gradient(to left, #070707, #27211d);
}

.vip_label {
  position: relative;
  width: 400px;
  min-width: 350px;
  background-image: url("/assets/img/sunshine.svg");
  background-size: 130%;
  background-position: center;
  background-repeat: no-repeat;
}

.vip_seller_wrapper {
  display: flex;
  align-items: center;
  margin: 1.5rem 0rem;
}

.vip-gold {
  color: #e4a732;
}

.vip-silver {
  color: #717581;
}

.vip-bronze {
  color: #924f32;
}

.vip-info {
  font-size: 0.8rem;
  color: var(--ar-primary);
}

.latest-update {
  background-color: #121010;
  border-top-left-radius: var(--ar-border-radius);
  border-top-right-radius: var(--ar-border-radius);
}

.latest-nav-tabs.active {
  background-color: var(--ar-primary) !important;
  color: var(--ar-secondar) !important;
}

.news-header {
  padding: 0.25rem 0.5rem;
  background: linear-gradient(
    to right,
    rgba(168, 130, 119, 0.3),
    rgba(66, 51, 47, 0)
  );
}

.text-footer {
  color: #554c49;
}

#article {
  border: var(--ar-border-width) solid var(--ar-border-color);
  border-radius: var(--ar-border-radius);
}

.discount-wrapper {
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23A88277FF' stroke-width='3' stroke-dasharray='4 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: var(--ar-border-radius);
  background-color: #27211d;
  padding: 0.5rem;
}

.disc_amount {
  width: 40%;
}
.disc_label {
  width: 60%;
}

.reward-wrapper {
  display: flex;
  align-items: center;
  border-radius: var(--ar-border-radius);
  background-color: #27211d;
  padding: 0.5rem;
}

.reward_order {
  width: 50px;
}
.reward_amount {
  width: 80px;
}

.notification-card:hover {
  cursor: pointer;
  background-color: var(--ar-gray-300) !important;
}

.notification-card.unread {
  background-color: var(--ar-gray-200);
}

.notification-card {
  border-color: var(--ar-primary);
  color: var(--ar-secondary);
}

#invoice_active {
  border-radius: var(--ar-border-radius);
  border-color: var(--ar-info-rgb);
  border: var(--ar-border-width) solid var(--ar-border-color);
  background-color: #38598a;
}

.btn.open {
  padding: 0.825rem 2.5rem;
  border: var(--ar-border-width) solid #689bff;
  background-color: #376cbb;
  color: #fff;
}

.btn.open:hover {
  background-color: #3262b0;
  color: #a6caff;
}

.btn.cancel {
  padding: 0.825rem 2.5rem;
  border: var(--ar-border-width) solid #689bff;
  background-color: transparent;
  color: #a6caff;
}

.btn.cancel:hover {
  border-color: #fff;
  color: #fff;
}

.border-grad-top,
.border-grad-bottom {
  position: relative;
  border: none;
}

.border-grad-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--ar-border-radius);
  padding: var(--ar-border-width);
  background: linear-gradient(to top, #857467, #1f1b18);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.border-grad-top::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--ar-border-radius);
  padding: var(--ar-border-width);
  background: linear-gradient(to bottom, #857467, #1f1b18);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.pay-info {
  background-color: #1c1918;
}

.badge-service {
  padding: 0.5rem 1rem;
  color: #ff8686;
  background-color: #6a2525;
  border-radius: var(--ar-border-radius);
}

.badge-update {
  padding: 0.5rem 1rem;
  color: #b8fc97;
  background-color: #537e3e;
  border-radius: var(--ar-border-radius);
}

.ticket {
  background-color: #1c1918;
}

.invite_desc {
  border-radius: var(--ar-border-radius);
  border-color: var(--ar-info-rgb);
  border: var(--ar-border-width) solid var(--ar-border-color);
  background-color: #38598a;
}

.reward_range {
  border-radius: var(--ar-border-radius);
  border-color: var(--ar-info-rgb);
  border: var(--ar-border-width) solid var(--ar-border-color);
  background-color: #38598a;
}

.reward_rank {
  border-radius: var(--ar-border-radius);
  border-color: var(--ar-info-rgb);
  border: var(--ar-border-width) solid var(--ar-border-color);
  background-color: #b17944;
}

.filter-offcanvas {
  overflow: auto;
}

@media screen and (min-width: 992px) {
  .filter-offcanvas {
    overflow: visible;
  }
}
