body {
  overflow-x: hidden;
}

.bg-main {
  position: relative;
}

.bg-main::before {
  content: " ";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url("../img/black.jpg");
  background-size: cover;
}

#container {
  width: 100%;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(205, 183, 99, 0.3);
  margin-top: 73px;
  color: #fff;
}

#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;
}

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

.banner > span {
  gap: 0 0.2rem;
  padding: 0.7rem 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;
}

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

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

@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;
}

[data-bs-theme="dark"] .navbar-bg {
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid !important;
  border-top: 0px !important;
  border-image: linear-gradient(
      to left,
      var(--ar-body-bg),
      var(--ar-body-color),
      var(--ar-body-bg)
    )
    1 0 !important;
}

[data-bs-theme="light"] .navbar-bg {
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid !important;
  border-top: 0px !important;
  border-image: linear-gradient(
      to left,
      var(--ar-body-bg),
      var(--ar-body-color),
      var(--ar-body-bg)
    )
    1 0 !important;
}

.shiny-border {
  /* border: 1px solid !important; */
  border-image: linear-gradient(
      to left,
      var(--ar-body-bg),
      var(--ar-primary),
      var(--ar-body-bg)
    )
    1 0 !important;
}

[data-bs-theme="light"] .bg-section {
  background-color: rgba(192, 163, 116, 0.25) !important;
}

.theme-control-toggle .theme-control-toggle-input {
  display: none;
}

.theme-control-toggle .theme-control-toggle-label {
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.theme-control-toggle-label.theme-control-toggle-dark {
  background-color: rgba(133, 169, 255, 0.24);
  color: var(--ar-primary);
}

.theme-control-toggle-label.theme-control-toggle-light {
  background-color: rgba(var(--ar-primary-rgb), 0.24);
  color: var(--ar-primary);
}

[data-bs-theme="light"] .theme-control-toggle-dark {
  display: none !important;
}

[data-bs-theme="dark"] .theme-control-toggle-light {
  display: none !important;
}

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

.horizontal_resize {
  resize: horizontal;
  overflow: auto;
}

.flag-img {
  width: 30px;
  height: 20px;
}

.toast-container {
  position: fixed !important;
}

.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;
}

table > thead tr {
  font-size: 14px;
}

table > tbody tr {
  font-size: 12px;
}

.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%;
}
