@font-face {
  font-family: FZNormal;
  src: url(/assets/fonts/FZLanTingHei-DB-GBK.ttf);
  font-weight: normal;
}

@font-face {
  font-family: FZBold;
  src: url(/assets/fonts/FZLanTingHei-EB-GBK.ttf);
  font-weight: bold;
}

html {
  height: auto !important;
}

img {
  width: 100%;
  display: block;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffd797 100%);
  font-family: "Poppins", sans-serif !important;
  flex-direction: column;
  overflow-x: hidden;
}

.default-bg {
  justify-content: flex-start;
  margin-top: 35px;
  background-image: url(/assets/10anniversary/bg_dekstop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 35px);
}

.main {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  height: 100%;
}

#app {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.main-visual,
.main-visual img {
  position: relative;
  z-index: 1;
}

.prize-table {
  padding: 0 15px 30px;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  white-space: nowrap;
}

#prize-table-image {
  display: block;
  height: auto;
  max-height: 100%;
  width: 690px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 9999;
  display: none;
}

.loading-overlay.active {
  display: flex;
}

.overflowYHidden {
  overflow-y: hidden !important;
}

#game-container canvas {
  pointer-events: auto;
  max-width: 1000px;
  height: auto !important;
}

/* 全局遮罩层 */
#overlay {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定定位，覆盖整个视口 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
  z-index: 1001; /* 确保在所有元素之上 */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

/* 模态框 */
#modal-container {
  width: 100%;
  max-width: 700px;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
  text-align: center;
  color: #292929;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 180px 170px 100px;
  margin: 0 10px;
  z-index: 1001;
}

#modal-container h1 {
  font-family: "FZBold", sans-serif;
  font-size: 23px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

#modal-container p {
  margin: 5px 0;
  max-width: 400px;
  color: #ffffff;
}

#modal-container img {
  max-width: 100px;
}

#modal-close {
  width: 30px;
  height: 30px;
  background-image: url(/assets/raya/close.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 26%;
  right: 26%;
  cursor: pointer;
}

#modal-reward {
  font-size: 22px;
  line-height: 35px;
  font-family: "FZNormal";
  font-weight: 600;
  margin-bottom: 10px !important;
}

#modal-reward span {
  margin-left: 5px;
  font-size: 23px;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
  font-family: "Poppins";
}

#modal-timestamp {
  font-size: 14px;
  font-family: "FZNormal", sans-serif;
}

#game-container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  left: 6.5%;
}

.gameDiv-top {
  width: 100%;
  background-image: url(/assets/raya/upper-bg-game.png);
  background-size: cover;
  background-position: top center;
  position: relative;
}

.gameDiv-top .top-container {
  width: 100%;
  max-width: 1250px;
  margin: 30px auto 0 auto;
  padding: 0 10px;
}

.play88-logo {
  text-align: center;
}

.play88-logo img {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  margin: auto;
}

.banner {
  display: block;
  margin-bottom: 30px;
}

.mobile-banner {
  display: none;
  margin-bottom: 30px;
}

.win-rate-div {
  position: relative;
  z-index: 1;
  padding: 45px 30px 20px;
  margin: 20px 0 35px;
  background: linear-gradient(
    180deg,
    rgba(254, 255, 206, 1) 0%,
    rgba(255, 239, 174, 1) 58%,
    rgba(255, 213, 132, 1) 100%
  );
  border-radius: 50px;
  box-shadow: rgb(255, 169, 135) 0px 7px 5px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset,
    rgba(255, 255, 255, 0.5) 0px -5px 7px 1px,
    rgba(247, 62, 62, 0.5) 0px 5px 5px 1px;
}

/* .win-rate-div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 48px;
  padding: 10px;
  background: linear-gradient(180deg, #ec8f9a, #a332c0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
} */

.win-rate-div h2 {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-family: "FZBold";
  font-weight: bold;
  background-image: url(/assets/10anniversary/heading-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  width: 350px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
}

.bottom-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/raya/bottom-bg.png);
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: -150px;
}

.gameDiv-center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 10px;
}

.gameDiv-center::before {
  display: none;
  content: "";
  background-image: url(/assets/pagebg-middle.png);
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  position: absolute;
  height: 150px;
  top: 0;
}

.gameDiv-bottom {
  width: 100%;
  text-align: center;
  padding: 30px 0 40px;
}

.top-banner {
  position: absolute;
  top: -100px;
  height: 300px;
  width: 100%;
  background: url(/assets/pagebg-middle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.prize-list {
  display: flex;
  gap: 15px;
  text-align: center;
  overflow: auto;
  align-items: safe center;
  justify-content: safe center;
  padding-bottom: 10px;
}

.prize-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.prize-list::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
}

.prize-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ff992c;
}

.prize-day {
  width: 49px;
  height: 50px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/10anniversary/day-rounded.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  left: 2px;
  padding-bottom: 2px;
}

.prize-item .prize-group {
  background-image: url(/assets/10anniversary/day-bg.png);
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 165px;
  height: 229px;
  position: relative;
}

.prize-item.active .prize-group {
  background-image: url(/assets/10anniversary/active-day.png);
  transform: scale(1.05);
}

.prize-item.active .prize-group img {
  width: 80px;
  height: 81px;
  margin-top: 0;
}

.prize-item.active .prize-day {
  background-image: url(/assets/10anniversary/active-day-rounded.png);
  width: 61px;
  height: 62px;
  font-size: 25px;
  padding-top: 2px;
  padding-bottom: 0;
}

.prize-item.active .prize-group h4 {
  font-size: 20px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 7px;
}

.prize-group h4 {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-family: "Poppins";
  margin: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 0 5px;
}

.prize-group img {
  width: 50px;
  height: 51px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  margin-bottom: 68px;
  object-fit: contain;
}

#special-group-prize-list .prize-item {
  cursor: pointer;
}

.main-logout {
  background: linear-gradient(
    90deg,
    rgba(255, 83, 0, 1) 0%,
    rgba(255, 153, 44, 1) 100%
  );
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 10px 15px 10px 20px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  cursor: pointer;
  margin: auto;
  text-decoration: none;
  min-width: 150px;
}

.modal-claimbtn {
  background: linear-gradient(
    90deg,
    rgba(255, 83, 0, 1) 0%,
    rgba(255, 153, 44, 1) 100%
  );
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 8px 15px 8px 20px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  cursor: pointer;
  margin: auto;
  text-decoration: none;
}

.modal-claimbtn::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(/assets/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.main-logout:hover,
.modal-claimbtn:hover {
  transform: scale(0.95);
  transition: all 0.3s;
}

.default-bg .lang-nav {
  position: absolute;
  top: 0;
  left: 0;
}

.default-bg .play88-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
}

.default-bg .play88-logo img {
  max-width: 200px;
}

.lang-nav {
  width: 100%;
  padding: 5px 10px;
  text-align: right;
  background-color: #fd8055;
}

.lang-nav button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.lang-nav button:nth-child(2) {
  font-family: "FZNormal";
  font-size: 14px;
}

#floatingBtn {
  background-color: rgb(255, 87, 0);
  color: rgb(255, 255, 255);
  text-decoration: none;
  position: fixed;
  text-align: center;
  padding: 10px;
  font-family: sans-serif;
  font-weight: 600;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: -65px;
  bottom: -30px;
  transform: rotate(-45deg);
  transform-origin: right center 0;
  width: 160px;
  height: 160px;
  display: inline-grid;
  border: none;
  background-image: url(/assets/prizes-box.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 50% 7%;
  z-index: 999;
}

#prize-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0; /* Hidden state */
  pointer-events: none; /* Prevent interaction when hidden */
}

#prize-popup {
  background: #fff;
  padding: 20px;
  padding-top: 40px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: scale(0.5); /* Initially scaled down */
  opacity: 0; /* Hidden */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Active state for overlay */
#prize-popup-overlay.active {
  display: flex; /* Flexbox for centering content */
  opacity: 1; /* Fully visible */
  pointer-events: all;
  animation: fadeInOverlay 0.5s ease forwards;
}

/* Active state for popup */
#prize-popup-overlay.active #prize-popup {
  transform: scale(1); /* Fully scaled */
  opacity: 1; /* Fully visible */
  animation: scaleIn 0.5s ease forwards;
}

#prize-popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.prize-image-div {
  overflow: auto;
  padding-top: 10px;
  height: 100%;
}

.loading {
  cursor: wait;
  opacity: 0.5;
  pointer-events: none;
}

/* Keyframes for overlay fade-in */
@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Keyframes for popup scale-in */
@keyframes scaleIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Keyframes for popup scale-out */
@keyframes scaleOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .prize-list {
    justify-content: start;
    overflow-x: auto;
  }
  #game-container {
    left: 0;
  }
  #game-container canvas {
    margin-left: 5% !important;
  }
}
@media only screen and (max-width: 600px) {
  #prize-popup {
    height: 50%;
  }
  #prize-popup-image {
    width: auto;
    height: 100%;
  }
  .prize-popup-image {
    overflow-x: auto;
    height: 100%;
  }
  .gameDiv-center::before {
    display: none;
  }
  .win-rate-div {
    margin: 20px 15px 35px;
  }
  .prize-list {
    gap: 5px;
  }
  .prize-item .prize-group {
    width: 100px;
    height: 139px;
  }
  .prize-group h4 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.1;
    height: 28px;
  }
  .prize-group img {
    width: 40px;
    height: 41px;
    margin-bottom: 35px;
  }
  .gameDiv-top .top-container {
    margin: 10px auto 30px;
  }
  .play88-logo img {
    max-width: 100px;
  }
  .bottom-bg {
    margin-top: -50px;
  }
  .gameDiv-center {
    margin-top: 0;
    padding: 20px 10px 40px;
  }
  .main-logout {
    font-size: 14px;
    max-width: 180px;
  }
  .prize-item.active .prize-group h4 {
    font-size: 11px;
  }
  .prize-item.active .prize-group img {
    width: 60px;
    height: 61px;
    margin-bottom: 30px;
  }
  .gameDiv-top h2 {
    height: 31px;
    font-size: 15px;
    width: 78%;
    top: -4px;
  }
  #modal-close {
    top: 28%;
    right: 18%;
  }
  .banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .modal-claimbtn {
    font-size: 16px;
  }
  .main-visual::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/assets/10anniversary/background_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    z-index: 0;
  }
  .default-bg {
    background-image: none;
  }
  #app {
    background: linear-gradient(180deg, #ffffff 0%, #ffd797 100%);
  }
  #game-container {
    max-width: 95%;
    margin: 0 auto;
  }
  .win-rate-div h2 {
    top: -12px;
    font-size: 16px;
    width: 280px;
  }
  #game-container canvas {
    min-width: calc(100% + 45px);
    margin-left: 0% !important;
  }
  #modal-container {
    padding: 180px 120px 100px;
  }
}
@media only screen and (max-width: 431px) {
  #modal-container {
    padding: 95px 40px 80px 60px;
    height: 430px;
    background-size: contain;
  }
  #modal-container img {
    max-width: 60px;
  }
  #modal-close {
    top: 0;
    right: 20px;
  }
  #modal-container h1 {
    margin: 10px 0 3px 0;
    font-size: 16px;
  }
  #modal-reward {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px !important;
  }
  #modal-reward span {
    font-size: 15px;
    line-height: 28px;
  }
  #modal-timestamp {
    font-size: 10px;
    line-height: 16px;
    max-width: 200px;
  }
  #modal-cta {
    max-width: 100%;
    gap: 10px;
    font-size: 13px;
  }
  .modal-claimbtn::after {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 376px) {
  #modal-container {
    padding: 95px 40px 80px 60px;
    margin: 0;
  }
  .win-rate-div h2 {
    top: -13px;
    font-size: 16px;
    width: 240px;
  }
  #game-container canvas {
    min-width: calc(100% + 35px);
    margin-left: 0% !important;
  }
}

@media only screen and (max-width: 321px) {
  #modal-container {
    padding: 95px 40px 80px 55px;
    background-size: contain;
    background-position: top;
  }
  #modal-container h1 {
    margin: 0 0 3px 0;
    font-size: 15px;
  }
  #modal-reward {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px !important;
  }
  #modal-reward span {
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .win-rate-div h2 {
    font-size: 14px;
    width: 210px;
  }
  #game-container canvas {
    margin-left: 0% !important;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}

.login-container {
  max-width: 500px;
  margin: 20px auto 30px;
  padding: 25px 35px;
  background: linear-gradient(
    180deg,
    rgba(254, 255, 206, 1) 0%,
    rgba(255, 239, 174, 1) 58%,
    rgba(255, 213, 132, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  box-shadow: rgb(255, 169, 135) 0px 7px 5px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset,
    rgba(255, 255, 255, 0.5) 0px -5px 7px 1px,
    rgba(247, 62, 62, 0.5) 0px 5px 5px 1px;
}

#login-form {
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login-container h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #594e3a;
  line-height: 30px;
  font-weight: 500;
}

.login-container input {
  width: 100%;
  margin-bottom: 17px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 8px 20px;
  border: 3px solid #f34800;
  border-radius: 100px;
}

::placeholder {
  color: #594e3a;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.3);
}

.login-container button {
  background: linear-gradient(
    90deg,
    rgba(255, 83, 0, 1) 0%,
    rgba(255, 153, 44, 1) 100%
  );
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.login-container button::after {
  content: url(/assets/arrow.png);
  width: 35px;
  height: 35px;
}

.login-container button:hover {
  transform: scale(0.95);
  transition: all 0.3s;
}

@media only screen and (max-width: 600px) {
  .login-container {
    margin: 20px 10px 30px;
  }
}
.dashboard-container {
  background: linear-gradient(
    180deg,
    rgba(254, 255, 206, 1) 0%,
    rgba(255, 239, 174, 1) 58%,
    rgba(255, 213, 132, 1) 100%
  );
  border-radius: 22px;
  padding: 30px;
  width: calc(100% - 20px);
  max-width: 700px;
  height: 450px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  box-shadow: rgb(255, 169, 135) 0px 7px 5px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset,
    rgba(255, 255, 255, 0.5) 0px -5px 7px 1px,
    rgba(247, 62, 62, 0.5) 0px 5px 5px 1px;
}

.default-bg .play88-logo {
  position: relative;
  top: 0;
}

/* .dashboard-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 5px;
  background: linear-gradient(180deg, #ec8f9a, #a332c0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
} */

.dashboard-container h2 {
  margin: 0;
  font-size: 35px;
  color: rgb(255 83 0);
  line-height: 40px;
}

.prize_table {
  overflow-y: auto;
  position: relative;
  z-index: 99;
}

.dashboard-container table {
  width: 100%;
  border-spacing: 0;
}

.dashboard-container table thead {
  font-family: "FZBold";
  font-size: 18px;
  background-color: rgb(255 83 0);
  color: #ffffff;
}

.dashboard-container table tbody {
  font-family: "Poppins";
  font-size: 15px;
}

.dashboard-container th,
.dashboard-container td {
  border-bottom: 1px solid rgb(255 83 0);
  padding: 10px;
}

.pagination {
  margin-top: 20px;
  text-align: right;
}

.pagination button {
  margin: 0 5px;
  padding: 5px 10px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  color: rgb(255 83 0);
  cursor: pointer;
  border: 1px solid rgb(255 83 0);
  border-radius: 5px;
}

.pagination button.active {
  background-color: rgb(255 83 0);
  color: #fff;
  border: 1px solid rgb(255 83 0);
}

.pagination button:hover:not(.active) {
  background-color: rgb(255 83 0);
  color: #ffffff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.logout-button {
  background-color: rgb(255 83 0);
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 999;
  transition: all 0.5s;
}

.logout-button:hover {
  background-color: rgb(255 83 0);
  transform: scale(0.95);
  transition: all 0.5s;
}

@media only screen and (max-width: 600px) {
  .dashboard-container {
    padding: 25px;
    margin: 0 10px;
  }
  .header {
    flex-direction: column;
    gap: 15px;
  }
  .dashboard-container th {
    font-size: 14px;
  }
  .dashboard-container {
    height: auto;
  }
}
