@import url("https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

:root {
  --background-url: none;
}

body {
  font-family: "Genos", sans-serif;
  background-image: var(--background-url);
  background-size: cover;
  background-repeat: no-repeat;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.brand-name {
  font-weight: 600;
  font-size: 35px;
}

.brand-name a {
  text-decoration: none;
  color: #ffffff;
}

.font-1 {
  font-family: "Genos", sans-serif;
}

.font-2 {
  font-family: "Gamja Flower", sans-serif;
  font-size: 1.2rem;
}

.btn-bingo {
  color: #ffffff;
}

.btn-primary {
  background: linear-gradient(to right, #a020f0, #ffa500);
  z-index: 1;
}

.nav-link {
  color: #ffffff;
}

.nav-link:hover {
  color: #cdcdcd;
}

.gradient-border {
  padding: 7px;
  height: max-content;
  border-radius: 40px;
  background: linear-gradient(to right, #fb5e04, #1d8ca7) border-box;
  position: relative;
}

.home-time-card {
  height: auto;
  border-radius: 40px;
  position: relative;
  opacity: 1;
}

.gradient-border-mask {
  background: #ffffff45;
  border-radius: 20px;
  padding: 15px 30px;
}

.gradient-border-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1 !important;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(to right, #fb5e04, #156f86) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.gradient-border-wrapper {
  background: linear-gradient(to right, #fb5e04, #156f86);
  /* Gradient border */
  border-radius: 20px;
  padding: 2px;
  /* Border thickness */
  display: inline-block;
  /* Shrink-wrap to content */
}

.gradient-border-mask-get-chips {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px 30px;
}

/* .bg-translucent {
    background-color: rgba(255, 255, 255, 0.283);
    height: 100%;
    width: 100%;
    z-index: 9999;
    border-radius: 40px;
    position: absolute;
} */

.txt-bold {
  font-weight: 500;
}

.txt-bolder {
  font-weight: 600;
}

.txt-x-bolder {
  font-weight: 900;
}

.font-sm {
  font-size: 20px;
}

.font-md {
  font-size: 23px;
}

.font-lg {
  font-size: 30px;
}

/* .btn-bingo {
    padding: 5px 10px;
    border-radius: 40px;
    border: 4px solid #FFA500;
    background-color: #A020F0;
    color: #ffffff;
    font-size: 1.3rem;
    text-decoration: none;
} */

.btn-bingo {
  background: linear-gradient(110deg, #ab24ff, #ffac12);
  border-radius: 20px;
  padding: 6px 15px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out !important;
  /* transition: background 0.3s ease-in-out; */
}

.btn-bingo:hover {
  background: linear-gradient(110deg, #951ddf, #e6990b);
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}

.custom-button:hover {
  background: linear-gradient(110deg, #7b00c7, #e49605);
  transition: all 0.3s ease-in-out;
  color: #f1f1f1;
}

.font-lt-sm {
  font-size: 25px;
  font-weight: normal;
}

.font-b-sm {
  font-size: 25px;
  font-weight: 600;
}

.font-n-sm {
  font-size: 25px;
}

.dotted-circle {
  border-radius: 50%;
  /* padding: 20px 20px; */
  border: 2px dashed #ffffff;
  border-style: dashed;
  width: 5.7rem;
  height: 5.7rem;
  color: #ffffff;
  font-size: 3rem;
}

.yellow-dotted {
  border: 2px dashed #ffc71b !important;
  color: #ffc71b !important;
}

.txt-yellow {
  color: #ffc71b !important;
}

.txt-lt-purple {
  color: #cc80ff;
}

.purple-dotted {
  border: 2px dashed #cc80ff !important;
  color: #cc80ff !important;
}

.txt-normal {
  font-size: 18px;
}

.custom-button {
  border-top-left-radius: 21px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 19px;
  background: linear-gradient(110deg, #a020f0, #ffa500);
  padding: 10px;
  color: #ffffff;
  border: none;
  text-decoration: none;
}

.custom-button:hover {
  background: linear-gradient(110deg, #830bcd, #df9100) !important;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}

.txt-normal-sb {
  font-size: 20px;
  font-weight: 600;
}

.btn-buy {
  border-top-left-radius: 33px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 33px;
  border: none !important;
  background: #a020f0;
  box-shadow: 0px 6px 10px #440467;
  padding: 4px 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
}

.btn-buy:hover {
  background-color: #7b00c7;
  color: #dfdfdf;
  transition: 0.3s ease-in-out;
}

.back-btn {
  position: absolute !important;
  vertical-align: middle !important;
  display: grid !important;
  justify-content: center !important;
  align-items: center !important;
  height: 35px !important;
  width: 35px !important;
  left: 15px !important;
  top: 15px !important;
  z-index: 1 !important;
  box-shadow: none !important;
  border: none !important;
}

.rounded-icon {
  position: relative !important;
  vertical-align: middle;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 6px 6px !important;
  z-index: 999;
  box-shadow: none !important;
  border: none !important;
}

.social-img {
  width: 35%;
}

form {
  z-index: 99;
}

.username {
  top: 20px;
  left: 60px;
}

.font-md-bold {
  font-size: 20px;
  font-weight: 600;
}

.fs-20 {
  font-size: 22px;
}

.profile-img {
  width: 60px;
  bottom: 0;
}

.button-container {
  display: flex;
  gap: 10px;
}

.button-container button {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.button-container button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  /* Adjust this value to position the underline properly */
  height: 2px;
  background: #a020f0;
}

.content {
  width: 100%;
  height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.content::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  /* color: white; */
  /* background-color: #00000077; */
}

.button-container button {
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
}

.col {
  border: 1px solid #3d3d3d;
  text-align: center;
}

.col-purple {
  border: 1px solid #cc80ff !important;
}

.home-time-card1 {
  height: auto;
  border-radius: 14px;
  position: relative;
  opacity: 1;
}

.gradient-border1-mask {
  background: #ffffff45;
  border-radius: 40px;
  padding: 25px 35px;
}

.gradient-border-mask1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1 !important;
  border-radius: 14px;
  border: 3px solid transparent;
  background: linear-gradient(to right, #a020f0, #ffa500) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.rounded-5 {
  border-radius: 14px;
}

.text-lt-purple {
  color: #b84ffd;
}

.text-gray {
  color: #808080;
}

.edit-btn {
  padding: 3px 6px !important;
  right: 0px;
  top: 15px;
}

.edit-profile {
  right: 15px;
  top: 15px;
}

.user-profile-name {
  font-size: 35px;
  font-weight: 600;
}

.quiz-btn {
  right: 15px;
  top: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 25px;
  background-color: #ffffff73 !important;
  border: 1px dashed #ffffff;
  text-decoration: none;
}

.quiz-text {
  right: 65px;
  top: 15px;
  font-size: 20px;
}

.next-btn {
  right: 15px;
  bottom: 10px;
}

.next-text {
  right: 65px;
  bottom: 14px;
  font-size: 20px;
}

.home-time-card2 {
  height: auto;
  border-radius: 40px;
  position: relative;
  opacity: 1;
}

.gradient-border-mask2 {
  background: #ffffffc8;
  border-radius: 40px;
  padding: 25px 35px;
}

.gradient-border-mask2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 3px solid transparent;
  background: linear-gradient(to right, #a020f0, #ffa500) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.home-time-card3 {
  height: auto;
  border-radius: 40px;
  position: relative;
  opacity: 1;
}

.gradient-border-mask3 {
  background: #ffffff;
  border-radius: 40px;
  padding: 25px 35px;
}

.gradient-border-mask3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 3px solid transparent;
  background: linear-gradient(to right, #a020f0, #ffa500) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.txt-purple {
  color: #781cad;
}

.border-btm-purple {
  border-bottom: 1px solid #cc80ff;
}

.border-top-purple {
  border-bottom: 1px solid #cc80ff;
}

.txt-10 {
  font-size: 18px;
}

.rounded-40 {
  border-radius: 40px;
}

.home-time-card4 {
  height: auto;
  border-radius: 40px;
  position: relative;
  opacity: 1;
}

.gradient-border-mask4 {
  background: #ffffffe9;
  border-radius: 15px;
  padding: 25px 35px;
}

.gradient-border-mask4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 15px;
  border: 3px solid transparent;
  background: linear-gradient(to right, #a020f0, #ffa500) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.text-dec-none {
  text-decoration: none !important;
}

.prizes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  /* Adjust the gap between items as needed */
}

.prize-card {
  /* padding: 20px; */
  /* border-radius: 8px; */
  /* background-color: #f9f9f9; */
  text-align: center;
}

.video-player {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.option-btn {
  box-shadow: 0px 0px 4px 1px rgb(128, 123, 123);
  padding: 5px;
  border-radius: 3px;
  border: none;
  outline: none;
  transition: 0.3s;
  margin: 5px;
  min-height: 30px;
  background-color: white;
}

.checked {
  background-color: rgb(179, 83, 179);
  color: white;
  box-shadow: 3px 3px 4px 1px rgb(78, 69, 78);
}

.tab {
  /* // display: none; */
  display: block !important;
  visibility: visible !important;
}

/* Show the current tab */
.tab.active {
  display: block;
}

/* Styling for invalid inputs */
.invalid {
  border-color: red;
}

.form-control::placeholder {
  text-align: start !important;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  /* display: inline-block; */
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #04aa6d;
}

.table-container {
  /* margin-bottom: 20px; */
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  background-color: #f9f9f9;
}

.table {
  width: 100%;
  border-collapse: collapse;
  /* border: 2px solid #000000; */
  margin-bottom: 0rem !important;
}

.table th,
.table td {
  /* border: 2px solid transparent; */
  padding: 8px;
  text-align: center;
  font-weight: 600;
}

.table th {
  /* background-color: #f2f2f2; */
  font-weight: bold;
}

.maximized {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
  /* Optional */
}

.ticket-height {
  height: auto;
  overflow-x: hidden;
  overflow-x: scroll;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 30rem;
  /* background-color: #000000; */
  padding: 10px;
  scroll-behavior: smooth;
}

.ticket-height::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.436);
  scroll-behavior: smooth;
  /* color: white; */
  /* background-color: #00000077; */
}

.faq {
  margin-bottom: 10px;
  /* Add margin to create space between FAQ items */
}

.wrapper {
  max-width: 75%;
  margin: auto;
}

.accordion {
  background-color: #fb5e04;
  border: none;
  padding: 10px;
  text-align: left;
  outline: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  /* Add border-radius for curved corners */
  transition: background-color 0.3s;
  /* Smooth background color transition */
}

.accordion.active {
  background-color: #fb5e04;
}

.pannel {
  display: none;
  overflow: hidden;
}

.pannel.show {
  display: block;
  margin-top: -3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pannel p {
  padding: 10px;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Full viewport height */
}

.no-data-message {
  text-align: center;
  font-size: 1.2rem;
  color: #f9f7f7;
  padding: 20px;
}

.custom-button.active {
  /* Or any color to indicate active state */
  color: white;
}

.font-12 {
  font-size: 12px;
}

.bold-line {
  border: 0;
  height: 6px !important;
  /* Thickness of the line */
  background-color: #0b4757;
  /* Color of the line */
  margin: 5px 0;
  /* Space around the line */
}

.bold-line-orange {
  border: 0;
  height: 6px !important;
  /* Thickness of the line */
  background-color: #fb5e04;
  /* Color of the line */
  margin: 5px 0;
  /* Space around the line */
}

.btn-play {
  background-color: #fb5e04;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 2px 25px !important;
  text-decoration: none;
  border-radius: 8px !important;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.btn-play:hover {
  background-color: #fb5f04ea;
  color: #ffffff;
}

.btn-play-round {
  background-color: #fb5e04;
  text-align: center;
  color: #ffffff;
  padding: 10px !important;
  text-decoration: none;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.btn-play-round:hover {
  background-color: #fb5f04ea;
  color: #ffffff;
}

.scrollable-div {
  overflow-y: auto;
  max-height: 550px;
}

.abs-btn {
  vertical-align: middle !important;
  display: grid !important;
  justify-content: center !important;
  align-items: center !important;
  height: 35px !important;
  width: 35px !important;
  right: 15px !important;
  top: 15px !important;
  z-index: 9999999 !important;
  box-shadow: none !important;
  border: none !important;
}

.abs-full {
  vertical-align: middle !important;
  display: grid !important;
  justify-content: center !important;
  align-items: center !important;
  height: 35px !important;
  width: 35px !important;
  right: 65px !important;
  top: 15px !important;
  z-index: 9999999 !important;
  box-shadow: none !important;
  border: none !important;
}
