/* Custom css */
@font-face {
  font-family: 'simsun'; /* Name of the custom font */
  src: url('../../SIMSUN.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  background-color: #2f1727;
}

#root {
  min-height: 100vh;
}

.home-main-content {
  width: 1300px;
  height: 650px;
  background: #2f1727;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the image fits within the container without cropping */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

.menu-line-image {
  width: 60px;
  height: 40px;
  object-fit: contain;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}

.menu-box-content {
  width: 300px;
  height: 100vh;
  position: fixed; /* Fixed position for the sidebar */
  background: #baa835dc; /* Semi-transparent background */
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3); /* Optional shadow for depth */
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
}

.close-icon {
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 20px;
  width: 24px; /* Adjust size as needed */
  height: 24px; /* Adjust size as needed */
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.menu-list li {
  margin-bottom: 20px; /* Space between menu items */
}

.menu-list li img {
  width: 100%;
  max-width: 260px; /* Ensures image does not exceed sidebar width */
  cursor: pointer;
  transition: transform 0.3s ease;
}

.menu-list li img:hover {
  transform: scale(1.05); /* Slight zoom on hover for visual effect */
}

.auth-buttons {
  position: absolute;
  top: 80px;
  display: flex;
  justify-content: space-between;
  z-index: 6;
  left: 79%;
}

.auth-buttons img {
  width: 100%;
  max-width: 90px;
  padding: 0;
  cursor: pointer;
}

.auth-contents {
  position: absolute;
  top: 130px;
  background: transparent;
  z-index: 1;
  left: 79%;
}

.forgot-password-section {
  position: absolute;
  left: 1053px;
  z-index: 10;
  top: 200px;
}

.forgot-email {
  width: 136px;
}

.reset-btn {
  padding: 3px;
  background-color: #007bff;
  color: white;
  border-radius: 10px;
}

.login-form {
  max-width: 160px;
  min-height: 220px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-form .mb-3 {
  margin-bottom: 4px;
}

.login-form label {
  font-size: 12px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #faf7f7;
}

.login-form .form-control:disabled {
  background-color: #e9ecef;
}

.login-form .btn-primary {
  width: 100%;
  padding: 6px;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-form .btn-primary:hover {
  background-color: #0056b3;
}

.login-form .d-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.error-message {
  color: red;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

/*  */
.model-man-image {
  width: 460px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

.model-flag-image {
  width: 180px;
  height: auto;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 5;
  pointer-events: none;
  animation: 1s ease-out 0s 1 slideInFromTop;
}

/* Profile */
.profiles-wellcome-layout {
  position: absolute;
  top: 69px;
  right: 113px;
  justify-content: space-between;
  z-index: 6;
  color: #e9ecef;
  font-size: 18px;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.profiles-contents-layout {
  position: absolute;
  top: 129px;
  right: 128px;
  background: transparent;
  z-index: 1;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profiles-contents-layout img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid rgb(16, 140, 197);
}

.profiles-contents-layout span {
  color: #e9ecef;
  font-size: 18px;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btn-danger {
  width: 100%;
  padding: 6px;
  border: none;
  border-radius: 4px;
  background-color: #7a0e41;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.discord-video-mark {
  position: absolute;
  top: 74px;
  left: 595px;
  background: transparent;
  z-index: 1;
}

.discord-react-list {
  position: absolute;
  scroll-behavior: auto;
  top: 120px;
  left: 68%;
  z-index: 1;
}

.discord-react-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  scroll-behavior: auto;
  height: 160px;
  overflow-y: scroll; /* Enables scrolling */
}

/* Hide scrollbar for Chrome, Safari and Edge */
.discord-react-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.discord-react-content {
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for IE, Edge */
.discord-react-content {
  -ms-overflow-style: none; /* IE and Edge */
}

.discord-react-item {
  display: flex;
  color: #faf7f7;
}

.youtube-videos {
  position: absolute;
  top: 500px;
  left: 60px;
  background: transparent;
  z-index: 1;
}

.tweet-content {
  position: absolute;
  top: 410px;
  left: 12%;
  background: transparent;
  z-index: 1;
  width: 75px;
  height: 75px;
  padding: 8px;
}

.tweet-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tweet-content p {
  color: #faf7f7;
  font-family: 'Silkscreen', sans-serif;
  margin: 5px 3px;
}

.tweet-header img {
  width: 18px;
  height: 18px;
}
.tweet-header span {
  font-size: 9px;
  font-weight: 500;
  color: #faf7f7;
}

.instra-content {
  position: absolute;
  top: 410px;
  left: 19%;
  background: transparent;
  z-index: 1;
  width: 85px;
  height: 85px;
  padding: 8px;
}

.instra-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

.instra-content p {
  color: #faf7f7;
  font-family: 'Silkscreen', sans-serif;
  margin: 5px 3px;
}

.instra-header img {
  width: 18px;
  height: 18px;
}
.instra-header span {
  font-size: 9px;
  font-weight: 500;
  color: #faf7f7;
}

/* =============================================
==================================== */
.model-man-image-result {
  position: absolute;
  bottom: 60px;
  right: 50px;
  top: 19px;
  z-index: 5;
  width: 55%;
  pointer-events: none;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
.model-PANELS-image-result {
  position: absolute;
  top: 19px;
  left: 72px;
  z-index: 5;
  width: 592px;
  pointer-events: none;
}
.model-PANELS-2-image-result {
  position: absolute;
  top: 250px;
  left: 90px;
  z-index: 5;
  width: 500px;
  pointer-events: none;
}
.model-PANELS-3-image-result {
  position: absolute;
  top: 230px;
  left: 300px;
  z-index: 5;
  width: 350px;
  pointer-events: none;
}
.model-man-image-tailorRoom {
  position: absolute;
  bottom: 60px;
  left: 35%;
  top: 35px;
  z-index: 5;
  width: 380px;
  pointer-events: none;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
.exit-man-image-tailorRoom {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 5;
  width: 280px;
}
.game-box-main-content {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 100;
  width: 100%;
}

.game-box-main-qna {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.game-question-box {
  background: url('/assest/img/QUESTION-BOX.png');
  background-repeat: no-repeat;
  background-size: 720px;
  color: #ced4da;
  width: 720px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-question-box p {
  margin-top: 15px;
  color: #e9ecef;
  font-size: 18px;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.game-answer-box {
  background: url('/assest/img/QUESTION-BOX.png');
  background-repeat: no-repeat;
  background-size: 720px 120px;
  color: #ced4da;
  width: 720px;
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.game-play-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.game-play-buttons img {
  width: 240px;
  height: 80px;
}

.gameSection-answer2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.gameSection-answer2 img {
  width: 50px;
}
.gameSelactionDropdown {
  background: #cffe70;
  width: 80%;
  height: 60px;
  display: flex;
  padding: 5px 15px;
}

.gameSelactionDropdown p {
  color: #0f1011;
  font-size: 18px;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.custom-select {
  position: relative;
  width: 80%; /* Adjust width as needed */
}

.select-box {
  background-color: #cffe70;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
}

.select-box span {
  color: #0f1011;
  font-size: 18px;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.select-text {
  width: 80%;
  color: #333;
  background: transparent;
  border: none;
  outline: none;
  color: #0f1011;
  font-size: 18px;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.select-icon {
  font-size: 14px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8f8f8fa1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  bottom: 105%;
  max-height: 600px;
  overflow-y: auto;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
  color: #0f1011;
  font-size: 18px;
  font-family: 'Silkscreen', sans-serif;
}

.show {
  display: block;
}

.result-font {
  font-family: 'simsun';
  font-weight: 900;
  color: rgb(47, 47, 47);
}

.result-low-line-height {
  line-height: 14px;
  font-size: small;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); /* Dark background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* High z-index to ensure it appears above other content */
}

.custom-modal {
  background: white;
  border-radius: 5px;
  padding: 20px;
  width: 80%;
  max-width: 600px; /* Max width for modal */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-modal-body {
  margin-top: 10px;
}

.custom-modal-footer {
  margin-top: 20px;
  text-align: right;
}

.close-button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.simun {
  font-family: 'simsun';
}

.footer {
}

// /* ----------------responsive------------------------- */
// @media (max-width: 1940px) {
//   .card {
//       flex: 1 1 calc(50% - 1rem);
//   }
// }
