.splash-screen,
.splash-screen * {
  box-sizing: border-box;
}

.splash-screen {
  height: 100dvh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}

.logo-splash {
  max-width: 260px !important;
}

.logo-header {
  max-width: 140px !important;
  margin-top: 4%;
  margin-left: 1%;
}

.splash-button {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 30px;
  font-size: 22px;
  font-family: 'SFUIDisplayBold', sans-serif;
  background: linear-gradient(135deg, rgb(217, 58, 99), rgb(88, 82, 137));
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
}

.splash-button:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, rgb(255, 0, 106), rgb(128, 0, 179));
}

/*end splash screen*/

/*signup Screen*/
.sign-in,
.sign-in * {
  box-sizing: border-box;
}

.sign-in {
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

.card {
  background: #ffffff;
  border-radius: 13px;
  width: 86.13%;
  height: 53.82%;
  position: absolute;
  right: 6.93%;
  left: 6.93%;
  bottom: 20.81%;
  top: 25.37%;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
}

.don-t-have-an-accoun {
  text-align: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 15px;
  letter-spacing: 0.32px;
  font-weight: 400;
  position: absolute;
  right: 22.4%;
  left: 22.4%;
  width: 55.2%;
  top: calc(50% - -201px);
}

.don-t-have-an-accoun-span {
  color: #9b9b9b;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.don-t-have-an-accoun-span2 {
  color: #262628;
}

.card2 {
  display: flex;
  justify-content: left;
  background: #ffffff;
  border-radius: 13px;
  width: 91.47%;
  height: 58.37%;
  position: absolute;
  right: 4.27%;
  left: 4.27%;
  bottom: 27.71%;
  top: 13.92%;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.sign-in2 {
  position: absolute;
  color: #262628;
  text-align: left;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 34px;
  letter-spacing: 0.32px;
  font-weight: 700;
  position: absolute;
}

.forgot-your-password {
  color: #262628;
  text-align: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  letter-spacing: 0.32px;
  font-weight: 400;
  position: absolute;
  right: 29.87%;
  left: 30.13%;
  width: 40%;
  top: calc(50% - -126px);
}


.rectangle-copy {
  background: #f5f5f5;
  border-radius: 25px;
  width: 73.6%;
  height: 6.16%;
  position: absolute;
  right: 13.07%;
  left: 13.33%;
  bottom: 51.72%;
  top: 42.12%;
}

.button-sign-in {
  position: absolute;
  inset: 0;
}

.rectangle-copy-2 {
  background: linear-gradient(239.18deg,
      rgba(184, 58, 243, 1) 0%,
      rgba(105, 80, 251, 1) 100%);
  border-radius: 25px;
  width: 73.6%;
  height: 6.16%;
  position: absolute;
  right: 13.07%;
  left: 13.33%;
  bottom: 39.29%;
  top: 54.56%;
}

.sign-in3 {
  color: #ffffff;
  text-align: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 15px;
  letter-spacing: 0.32px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  right: 42.4%;
  left: 42.93%;
  width: 14.67%;
  top: calc(50% - -53px);
}

.social {
  height: 70px;
  position: absolute;
  width: 100%;
  top: 692px;
  overflow: visible;
}


/*end signup Screen*/

/*home screen styles*/
.home,
.home * {
  box-sizing: border-box;
}

.home {
  background: #efefef;
  height: 1000px;
  position: relative;
  overflow: hidden;
}

.users {
  position: absolute;
  inset: 0;
}

.user-1 {
  width: 200px;
  height: 200px;
  position: static;
}

.rounded-image {
  width: 200px;
  height: 200px;
  border-radius: 10px;
}

.streamer-name {
  position: relative;
  bottom: 45px;
  left: 20px;
  color: #ffffff;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.stream-description {
  position: relative;
  bottom: 45px;
  left: 20px;
  color: #ffffff;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.views-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  min-width: 40px;
  width: fit-content;
  height: 5px;
  padding: 6px;
  background-color: rgba(87, 87, 87, 0.7);
  border-radius: 10px;
  border: 1px solid white;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 10px;
  font-weight: 100;
  margin-left: 10px;
  font-family: 'SFUIDisplayLight', sans-serif;

}

.bars-navigation-bar-i-phone-x-light-default-navigation-bar {
  width: 100%;
  height: 10.84%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 89.16%;
  top: 0%;
}

.top-header {
  background: transparent;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  height: 100px;
  z-index: 100;
}

.ic-left {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--base-color);
  font-family: 'SFUIDisplayLight', sans-serif;
}

#favourites {
  cursor: pointer;
}

#favourites {
  color: var(--base-color);
  cursor: pointer;
  animation: heart-throb 1s infinite ease-in-out;
  transition: transform 0.3s;
}

@keyframes heart-throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.ic-right {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--base-color);
  font-weight: 700;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.interests-container {
  width: calc(100% - 85px);
  display: flex;
  position: absolute;
  flex-direction: row;
  margin-left: 24px;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;

}

.interests-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.btn-interests {
  flex: 0 0 auto;
  /* Prevent buttons from shrinking */
  white-space: nowrap;
  /* Keep text in one line 
  background: rgba(255, 255, 255, 0.2);*/
  background: #ebebeb;
  border-radius: 18px;
  padding: 5px 18px;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-gray);
  box-shadow: 3px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.btn-interests.active {
  background: var(--base-color);
  color: white;
  box-shadow: 3px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.btn-credit {
  margin-right: 5px;
  height: 24px;
  background: rgba(217, 58, 99, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.7);
  min-width: 64px;
  border-radius: 16px;
  padding: 0 5px;
  font-size: 14px;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-weight: 700;
  color: white;
}

.credit-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px !important;
  background-color: var(--base-color);
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  min-width: 52px;
  padding: 0px 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  height: 24px !important;
  margin-top: 10px;
  margin-right: 6px;
}

.credit-pill ion-icon {
  font-size: 10px;
}


.nav-top {
  position: absolute;
  width: 100%;
  display: flex;
}

.nav-top-right {
  display: flex;
  justify-content: end;
}

.navbar {
  position: absolute;
  width: calc(100% - 14px);
  height: 10px;
  display: flex;
  justify-content: space-between;
  padding: 4px;
  margin: 5px;
  bottom: 5px;
  align-items: center;

}

.main-wrapper {
  position: absolute;
  top: 140px;
  width: 100%;
  height: calc(100dvh - 140px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.main-container {
  position: absolute;
  top: 100px;
  width: 100%;
  height: calc(100dvh - 100px);
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  background-color: #ffffff;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.page-heading {
  width: 100% !important;
  height: 40px;
  background-color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: 'SFUIDisplayLight', sans-serif;
  color: #262628;
  display: flex;
  align-items: center;
  justify-content: left;
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.05);
}


.grid-heading {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 40px;
  background-color: white;
  font-size: 16px;
  font-weight: 700;
  color: #262628;
  font-family: 'SFUIDisplayLight', sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.5);
}

.grid-container-home {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* spacing between boxes */
  justify-content: space-between;
}

.grid-box {
  width: calc(50% - 5px);
  /* 2 columns with 10px gap */
  aspect-ratio: 1 / 1;
  /* makes the box square */
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}

/* Full-width row at end */
.grid-full-width {
  width: 100%;
  background-color: transparent;
  padding: 15px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  height: 75px;
}

/*FLOATING BAR*/

.floating-bar {
  width: calc(100% - 21px);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  background-color: transparent;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 50;
}

.circle-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #262628;
  font-size: 24px;
  font-weight: 100;
  background-color: white;
}

/*.btn-primary {
  width: 100px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: var(--base-color);
  color: white;
}*/



.btn-primary {
  min-width: 100px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  padding: 5px;
  background: linear-gradient(239.18deg, rgba(184, 58, 243, 1) 0%, rgba(105, 80, 251, 1) 100%);
  color: white;
  outline: none;
  border: none;
}

.btn-primary-small {
  min-width: 50px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  padding: 5px;
  background: linear-gradient(239.18deg, rgba(184, 58, 243, 1) 0%, rgba(105, 80, 251, 1) 100%);
  color: white;
  outline: none;
  border: none;
}

.btn-primary-large {
  min-width: 100%;
  height: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 16px;
  padding: 5px;
  background: linear-gradient(239.18deg, rgba(184, 58, 243, 1) 0%, rgba(105, 80, 251, 1) 100%);
  color: white;
  outline: none;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;

}


.btn-start-stream {
  width: 120px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #de0037;
  font-family: 'SFUIDisplayLight', sans-serif;
  color: white;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);

}

/*search modal*/
.modal-search {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 140px;
  height: 140px;
  background-color: white;
  border-radius: 10px;
  display: none;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

.icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--pinkbutton);
  font-size: 24px;
}

/*end search modal*/

/*FLOATING BAR*/


.title {
  color: #ffffff;
  text-align: center;
  font-family: 'SFUIDisplayBold', sans-serif;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  right: 71px;
  left: 72px;
  top: 57px;
}

.bars-tabbar-5-tab {
  width: 100%;
  height: 110px;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.09);
}

.tabbar {
  position: absolute;
  inset: 0;
}

.tabbar2 {
  background: #ffffff;
  width: 100%;
  height: 76.85%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 23.15%;
  backdrop-filter: blur(13.59px);
}


/*end home screen styles*/
/*bottom navigation bar*/
.navigation {
  width: 100%;
  height: 75px;
  bottom: 0px;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  z-index: 100;
  box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.12);
}


.navigation ul {
  list-style: none !important;
  padding-inline-start: 0 !important;
  display: flex;
  margin-bottom: 20px;
}

.navigation ul li {
  position: relative;
  list-style: none;
  width: 60px;
  height: 60px;
  z-index: 1;
  margin: 0 10px;
}

.navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  line-height: 45px;
  font-size: 28px;
  text-align: center;
  transition: 0.5s;
  color: #2b2b2b;
  font-family: 'SFUIDisplayLight', sans-serif;
  transform: translateY(18px);
}

.navigation ul li.active a .icon {
  transform: translateY(10px);
  color: var(--base-color);

}

.navigation ul li a .text {
  position: absolute;
  color: var(--txtclr);
  font-weight: 400;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(30px);

}

.navigation ul li.active a .text {
  opacity: 1;
  transform: translateY(30px);
  font-weight: 300;
  font-size: 14px;

}

.indicator {
  position: absolute;
  top: 0;
  width: 60px;
  height: 50px;
  background: transparent;
  transition: 0.2s;
  margin: 0 8px;
  /* border-bottom: #55f4ff 1px solid;*/
}

.navigation ul li:nth-child(1).active~.indicator {
  transform: translateX(calc(76px * 0));
}

.navigation ul li:nth-child(2).active~.indicator {
  transform: translateX(calc(76px * 1));
}

.navigation ul li:nth-child(3).active~.indicator {
  transform: translateX(calc(76px * 2));
}

.navigation ul li:nth-child(4).active~.indicator {
  transform: translateX(calc(76px * 3));
}

.navigation ul li:nth-child(5).active~.indicator {
  transform: translateX(calc(76px * 4));
}

/*end bottom navigation bar*/

/*profile styles*/
.profile-header {
  width: 100vw;
  height: 400px;
  clip-path: ellipse(70% 75% at 50% 0%);
  /* curve only bottom */
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--base-color);
  z-index: -1
}

.profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* This centers it horizontally */
  top: 60px;
  object-fit: cover;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
}

.profile-card-container {
  position: absolute;
  top: 125px;
  width: 90%;
  min-height: 140px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.profile-card {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  min-height: 140px;
  height: auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.profile-name {
  color: #262628;
  text-align: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.19px;
  font-weight: 600;
  position: relative;
  top: 80px;
}

.profile-id {
  color: #87878d;
  text-align: center;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.19px;
  font-weight: 300;
  position: relative;
  top: 80px;
  height: 30px;
}

.profile-stats-container {
  position: relative;
  top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  height: 80px;
  margin-bottom: 25px;

}


/*added by vaishali*/
.profile-social-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  height: 50px;

}

.profile-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  line-height: 24px;
}

.list-element {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  height: 50px;
  font-weight: 300;
  font-size: 16px;
  color: var(--dark-gray);
  box-sizing: border-box;
  margin-top: 5px;

}

.list-element::after {
  content: "";
  width: 95%;
  /* control the border width here */
  height: 1px;
  /* thickness */
  background-color: var(--light-medium-gray);
  margin: 10px 0;
  /* center the line */
  position: absolute;
  bottom: -15px;
}

.list-item {
  width: 30px !important;
  height: 24px;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'SFUIDisplayLight', sans-serif;
  padding: 2px;
}

.list-item.red {
  background-color: red;
}

.list-item.blue {
  background-color: rgb(72, 69, 243);
}

.list-item.pink {
  background-color: rgb(0, 0, 0);
}

.list-item.green {
  background-color: rgb(28, 212, 3);
}

.list-item.orange {
  background-color: rgb(255, 174, 0);
}

/*MAIN STREAM grid layout*/
.button-group {
  margin: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  z-index: 10000;
  top: 120px;
  position: absolute;
  z-index: 999;
  opacity: 0.6
}

.button-group button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.grid-container {
  position: absolute;
  display: grid;
  gap: 1px;
  top: 0;
}

.grid-item {
  background: rgb(29, 29, 29);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.grid-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* fills the div without distortion */
  display: block;
}


/* Layout definitions */
.layout-1 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.layout-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.layout-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.layout-3 .grid-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  /* Span both rows */
}

.layout-3 .grid-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.layout-3 .grid-item:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}


.layout-4 {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.layout-5 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
}

.layout-5 .grid-item:nth-child(1) {
  grid-column: span 3;
  /* A */
  grid-row: 1;
}

.layout-5 .grid-item:nth-child(2) {
  grid-column: span 3;
  /* B */
  grid-row: 1;
}

.layout-5 .grid-item:nth-child(3) {
  grid-column: span 2;
  /* C */
  grid-row: 2;
}

.layout-5 .grid-item:nth-child(4) {
  grid-column: span 2;
  /* D */
  grid-row: 2;
}

.layout-5 .grid-item:nth-child(5) {
  grid-column: span 2;
  /* E */
  grid-row: 2;
}

.layout-6 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
}

.grid-item.hidden {
  display: none;
}

.stream-chat-wrapper {
  width: 100vw;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  bottom: 0;
  position: fixed;
  padding: 5px;
  margin-bottom: 10px;
}

.stream-chat-icons {
  height: 32px;
  display: flex;
  font-size: 32px;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  width: 50%;
  padding-right: 14px;
  gap: 20px;

}

.stream-chat {
  left: 0;
  right: 0px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  position: absolute;
  bottom: 65px;
  height: 225px;
  color: rgb(255, 255, 255);
  font-family: 'SFUIDisplayLight', sans-serif;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
  scrollbar-width: none;
  z-index: 1000;

  /* Firefox */

}

.shareIcon {
  position: absolute;
  right: 20px;
  bottom: 75px;
  color: white;
  font-size: 32px;
  z-index: 1000;
}

.likeIcon {
  position: absolute;
  right: 20px;
  bottom: 130px;
  color: white;
  font-size: 32px;
  z-index: 1000;
}

/*Layout-1*/
.msgIcon {
  position: absolute;
  color: white;
  bottom: 8px;
  right: 8px;
  z-index: 10;
}

.msgIcon-Layout-1 {
  position: absolute;
  right: 20px;
  bottom: 195px;
  color: white;
  font-size: 32px;
  z-index: 1000;
}

.msgIcon ion-icon {
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  /* optional for visibility */
  border-radius: 50%;
  padding: 6px;
}

/*
.Layout-1.msgIcon-1{
font-size:28px;
position: absolute;
transform: translate(176px, 302px);
}

/*Layout-2
.Layout-2.msgIcon-1{
font-size:28px;
position: absolute;
transform: translate(90px, 258px);
}

.Layout-2.msgIcon-2{
font-size:28px;
position: absolute;
transform: translate(90px, 258px);
}

/*Layout-3

.Layout-3.msgIcon-1{
font-size:28px;
position: absolute;
transform: translate(90px, 258px);
}
.Layout-3.msgIcon-2{
font-size:28px;
position: absolute;
transform: translate(90px, 120px);
}

.Layout-3.msgIcon-3{
font-size:28px;
position: absolute;
transform: translate(90px, 120px);
}

/*Layout-4

.Layout-4.msgIcon-1{
font-size:28px;
position: absolute;
transform: translate(90px, 120px);
}
.Layout-4.msgIcon-2{
font-size:28px;
position: absolute;
transform: translate(90px, 120px);
}

.Layout-4.msgIcon-3{
font-size:28px;
position: absolute;
transform: translate(90px, 120px);
}

.Layout-4.msgIcon-4{
font-size:28px;
position: absolute;
transform: translate(90px, 120px);
}

/*Layout-5

.Layout-5.msgIcon-1{
font-size:26px;
position: absolute;
transform: translate(90px, 120px);
}
.Layout-5.msgIcon-2{
font-size:26px;
position: absolute;
transform: translate(90px, 120px);
}

.Layout-5.msgIcon-3{
font-size:26px;
position: absolute;
transform: translate(51px, 120px);
}

.Layout-5.msgIcon-4{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}

.Layout-5.msgIcon-5{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}

/*Layout-6

.Layout-6.msgIcon-1{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}
.Layout-6.msgIcon-2{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}

.Layout-6.msgIcon-3{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}

.Layout-6.msgIcon-4{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}

.Layout-6.msgIcon-5{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}
.Layout-6.msgIcon-6{
font-size:26px;
position: absolute;
transform: translate(54px, 120px);
}


*/


.chat-msg-container {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin: 5px 8px;
  align-items: center;
}

.message-wrapper {
  display: flex;
  flex-direction: column;
}

.chat-msg {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 100;
  line-height: 6px;
  font-family: 'SFUIDisplayLight', sans-serif;
  letter-spacing: 1px;
  padding: 6px 8px;
}

.chat-msg-user {

  color: var(--base-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  font-family: 'SFUIDisplayLight', sans-serif;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);

}

.chat-profile {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* Makes the image circular */
  object-fit: cover;
  /* Prevents distortion */
  flex-shrink: 0;
  border: #ddd 1px solid;
}

.chat-grad-bg {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 285px;
  background: #080808;
  background: linear-gradient(0deg, rgba(8, 8, 8, 1) 0%, rgba(8, 8, 8, 0) 100%);
  z-index: -1;
}


.header-grid {
  position: fixed;
  /* Floats above page content */
  top: 0;
  left: 0;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 9999;
  /* Ensure it's above most content */
  background-color: transparent;
  pointer-events: auto;
  /* Allow interaction if needed */
}

.header-grid .headergrid-item {
  color: white;
  font-family: 'SFUIDisplayLight', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-grid .headergrid-item .right {
  justify-content: end;
}

.header-grid-icons {
  height: 30px;
  display: flex;
  justify-content: flex-end;
  /* aligns icons to the right */
  align-items: center;
  font-size: 24px !important;
  width: 100%;
  /* Make sure it spans the full width of parent */
  box-sizing: border-box;
  gap: 14px;
}

/* for registation slider page */
.carousel {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slides-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}

.slide {
  width: 100vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: default;
}

.question {
  font-size: 20px;
  margin-top: 60px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.answer {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.dots-container {
  position: absolute;
  bottom: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}

.dot.active {
  background-color: #be0069;
  box-shadow: 0 0 10px #be0069;
}

.buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.btn-reg-nav {
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #be0069;
  color: white;
  font-family: 'SFUIDisplayLight', sans-serif;
  border: none;
  cursor: pointer;

}

.q-a-wrapper {
  position: relative;
  /*top:120px;*/
  width: 100%;
  height: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.btn-interests-reg-wrapper {
  position: relative;
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: start;
}

.btn-interests-reg {
  flex: 0 0 auto;
  /* Prevent buttons from shrinking */
  white-space: nowrap;
  /* Keep text in one line */
  background: rgba(190, 0, 105, 1);
  border-radius: 24px;
  padding: 8px 14px;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
}

.btn-interests-reg.active {
  background: rgba(190, 0, 105, 0.4);
  color: var(--black);
}


.btn-gender-reg-wrapper {
  position: relative;
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: start;
}

.btn-gender-reg {
  flex: 0 0 auto;
  /* Prevent buttons from shrinking */
  white-space: nowrap;
  /* Keep text in one line */
  background: rgba(190, 0, 105, 1);
  border-radius: 24px;
  padding: 10px 24px;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  /* Add this line to remove default black border */
  outline: none;
  /* Optional: prevent outline on click */
}

.btn-gender-reg.active {
  background: rgba(190, 0, 105, 0.4);
  color: var(--black);
}

.btn-gender-reg:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(190, 0, 105, 0.5);
  /* optional: visible focus style */
}

.livestats {
  position: absolute;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  bottom: 250px;

}

.streamTitle {
  font-weight: 700;
  font-size: 16px;
  color: gold;
  text-align: left;
}

.streamViewerCount {
  font-weight: 100;
  font-size: 14px;
  color: white;
  width: 60px;
  display: flex;
  justify-content: space-between;
  background-color: red;
  padding: 5px;
  border-radius: 5px;
  align-items: center;
  box-sizing: border-box;
}


/*messages screen styles*/
.stream-chat {
  left: 0;
  right: 0px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  position: absolute;
  bottom: 65px;
  height: 150px;
  color: rgb(255, 255, 255);
  font-family: 'SFUIDisplayLight', sans-serif;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
  scrollbar-width: none;
  z-index: 1000;

  /* Firefox */

}

.msg-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  margin: 8px 8px;
  align-items: center;
  border-bottom: #dbdbdb 1px solid;
  border-spacing: 10px 20px;
  /* horizontal vertical */
}

.msg-main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 65%;
  min-width: 65%;
}

.msg-text {
  color: rgb(100, 100, 100);
  font-size: 12px;
  font-weight: 400;
  line-height: 6px;
  font-family: 'SFUIDisplayLight', sans-serif;
  letter-spacing: 1px;
  padding: 2px 4px;
  margin-bottom: 8px;
  text-wrap: nowrap;
  overflow: hidden;
}

.msg-date-text {
  color: rgb(116, 133, 138);
  font-size: 12px;
  font-weight: 400;
  font-family: 'SFUIDisplayBold', sans-serif;
  align-items: end;
  text-wrap: nowrap;
}

.msg-user-text {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  font-family: 'SFUIDisplayLight', sans-serif;
  letter-spacing: 1px;
  padding: 6px 8px;

}

.msg-profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* Makes the image circular */
  object-fit: cover;
  /* Prevents distortion */
  flex-shrink: 0;
  border: #ddd 2px solid;
}

/*sign up page footer */
.footer-login {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  background-color: transparent;
  /* border-top: 1px solid;
      border-color: rgba(175, 12, 102, 0.5);*/
  bottom: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin-bottom: 50px;
}

.social-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  cursor: pointer;
  transition: transform 0.2s;
}

.social-icon:hover {
  transform: scale(1.1);
}

.google {
  background-color: #fa1500;
  /* Google Red */
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
}

.facebook {
  background-color: #377aff;
  /* Facebook Blue */
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
}

.apple {
  background-color: #000000;
  /* Apple Black */
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
}

@media (max-width: 480px) {
  .social-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
}

.btn_theme {
  left: 50%;
  text-align: center;
  padding: 12px 24px;
  font-size: 20px;
  font-family: 'SFUIDisplayRegular', sans-serif;
  background: linear-gradient(135deg, rgb(238, 41, 123), rgb(183, 1, 255));
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
}

/* wallet regarding css*/
.wallet-dashboard-header {
  width: 100vw;
  height: 140px;
  /* curve only bottom */
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--base-color);
  z-index: -1
}

.wallet-dashboard-profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 10px;
  /* This centers it horizontally */
  top: 10px;
  object-fit: cover;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
}

/* Container styles */
.tabs-container {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background-color: #f0f0f0;
  /* light background */
}

@media (prefers-color-scheme: dark) {
  .tabs-container {
    background-color: #1e1e1e;
    /* dark background */
  }
}

/* Tab styles */
.tabs-wrapper {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'SFUIDisplayLight', sans-serif;
}

/* Header with tabs */
.tabs-header {
  display: flex;
  gap: 8px;
  background-color: #f0f0f0;
  padding: 8px;
  border-radius: 8px;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.tab-btn {
  flex: 1;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  background-color: #e0e0e0;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.tab-btn:hover {
  background-color: #d0d0d0;
}

.tab-btn.active {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #007bff inset;
  color: #000;
}

@media (prefers-color-scheme: dark) {
  .tabs-header {
    background-color: #1e1e1e;
  }

  .tab-btn {
    background-color: #333;
    color: #ccc;
  }

  .tab-btn:hover {
    background-color: #444;
  }

  .tab-btn.active {
    background-color: #007bff;
    color: #fff;
    font-family: 'SFUIDisplayLight', sans-serif;
    box-shadow: none;
  }
}

/* Content area */
.tabs-content {
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

@media (prefers-color-scheme: dark) {
  .tabs-content {
    background-color: #222;
    color: #eee;
    font-family: 'SFUIDisplayLight', sans-serif;
  }
}

.header-text-dark {
  margin-bottom: 20px;
  margin-top: 20px !important;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #494848;
  font-family: 'SFUIDisplayLight', sans-serif;
}


/* Container */
.amount-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
  gap: 20px;
  /* Add space between buttons */
  font-family: 'SFUIDisplayLight', sans-serif;
}

/* Buttons */
.amount-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  background-color: #e6f0ff;
  color: #004080;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.amount-btn:hover {
  background-color: #d0e4ff;
}

.amount-btn.active {
  background-color: #004080;
  color: white;
  box-shadow: 0 0 0 2px #3399ff inset;
}

@media (prefers-color-scheme: dark) {
  .amount-btn {
    background-color: #1a2a40;
    color: #99ccff;
  }

  .amount-btn:hover {
    background-color: #224466;
  }

  .amount-btn.active {
    background-color: #3399ff;
    color: #ffffff;
  }
}

.stats-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 6px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}

.stats-grid-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Optional, keeps content vertically centered if needed */
  height: 70px;
  /* Or any fixed height to make 50% calculations meaningful */
}

.stats-grid-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stats-box-label,
.stats-box-value {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-box-label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.stats-box-value {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

@media (prefers-color-scheme: dark) {
  .stats-grid-box {
    background-color: #2c2c2c;
    color: #eee;
    box-shadow: 0 1px 4px rgba(255, 255, 255, 0.05);
  }

  .stats-box-label {
    color: #aaa;
  }

  .box-value {
    color: #fff;
  }
}

/* styling for profile screen */

.profile-main-wrapper {
  position: absolute;
  top: 90px;
  width: 100%;
  height: calc(100dvh - 90px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.profile-flex-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
  margin: auto;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.profile-row.full {
  padding: 5px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.profile-row.split {
  display: flex;
  gap: 12px;
}

.profile-row.split .profile-col {
  flex: 1;
  background: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 40px;
  font-family: 'SFUIDisplayLight', sans-serif;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  background: #E8E8E8;
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(250, 250, 250, 1) 100%);
}

/* averages grid*/
.profile-avg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
  margin: auto;
  font-family: 'SFUIDisplayLight', sans-serif;
}

.profile-avg-row {
  display: flex;
  gap: 12px;
}

.profile-avg-col {
  flex: 1;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-family: 'SFUIDisplayLight', sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

/*gifter list block*/
.gifters-container {
  height: 250px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.gifters-header {
  display: flex;
  background: #f0f0f0;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-weight: 700 !important;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 1;
  min-width: max-content;
}

.gifters-header .gifters-col {
  font-family: 'SFUIDisplayLight', sans-serif;
  font-weight: 700;
  font-size: 14px;
  /* or any size you want */
}

.gifters-body {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Edge */
}

.gifters-body::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.gifters-row {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.gifters-col {
  font-family: 'SFUIDisplayLight', sans-serif;
  display: flex;
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
}

/* Adjustable widths */
.col-rank {
  width: 5%;
  flex-shrink: 0;
  text-align: left;
}

.col-username {
  width: 60%;
  flex-shrink: 0;
  justify-content: left;
}

.col-amount {
  flex-shrink: 0;
  text-align: right;
  width: 20%;
  justify-content: right;
}

/* Optional: hide scrollbars */
.gifters-body::-webkit-scrollbar,
.gifters-table::-webkit-scrollbar {
  display: none;
}

.gifters-body {
  scrollbar-width: none;
}

/*Profile Header*/
.profile-centered-flex-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  gap: 2px;
  background-color: transparent;
  font-family: sans-serif;
}

.profile-flex-col {

  border-radius: 4px;
  padding: 8px 16px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* For columns with 2 stacked rows */
.profile-flex-col-stacked {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.profile-cell-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: var(--charcoal-blue)
}

.profile-cell-line.heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--base-color);
}

.profile-rev-line {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: var(--base-color)
}

.profile-rev-line.heading {
  font-size: 14px;
  font-weight: 500;
  color: rgb(136, 136, 136);
}

.profile-theme-toggle-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Hide actual radio buttons */
.profile-theme-toggle-icons input[type="radio"] {
  display: none;
}

/* Icon style */
.theme-icon {
  font-size: 16px;
  color: #888;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Highlight selected */
input[type="radio"]:checked+.theme-icon {
  display: flex;
  align-items: center;
  background-color: #007bff;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;

}

/*PROFILE MASTHEAD*/
.profile-mast-grid {
  display: flex;
  align-items: stretch;
  background-color: rgba(36, 32, 32, 0.75);
  border: 1px solid rgba(36, 32, 32, 1);
  border-radius: 20px;
  padding: 0 3px;
}

.profile-mast {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  width: fit-content;
  flex: 1;
}

.col-1 {
  justify-content: center;
}

.col-2 {
  justify-content: center;
}

.col-3 {
  justify-content: center;
}

.row-mast-1 {
  width: 30px;
  height: 30px;
}

.row-mast-2 {
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 0 10px;
  width: 100px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.row-mast-3 {
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 0 5px;
  width: 20px;
  height: 30px;
  background-color: goldenrod;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pills-regular {
  display: flex;
  align-items: stretch;
  background-color: rgba(36, 32, 32, 0.75);
  border: 1px solid rgba(36, 32, 32, 1);
  border-radius: 20px;
  padding: 3px 5px;
  font-family: 'SFUIDisplayLight', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: var(--yellow);
  gap: 4px;
  margin: 0px 10px 0px 10px;
  min-width: 70px;
}


/*fluorescent-text*/

.fluorescent-text {
  font-weight: bold;
  text-shadow: 0 0 5px currentColor;
  color: #39FF14;
  /* Neon green as example */
}

.fluorescent-cyan {
  color: #00FFFF;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-neon-green {
  color: #39FF14;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-hot-pink {
  color: #FF69B4;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-magenta {
  color: #FF00FF;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-yellow {
  color: #FFFF33;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-laser-lemon {
  color: #FFFF66;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-orange {
  color: #FF5F1F;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-electric-blue {
  color: #7DF9FF;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-chartreuse {
  color: #7FFF00;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

.fluorescent-purple {
  color: #BF00FF;
  text-shadow: 0 0 3px black, 0 0 6px black;
}

/* for gifts popup*/
.gift-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  max-width: 900px;
  margin-top: 45px;
}

.gift-row {
  display: flex;
  align-items: center;
  /* 🔥 vertically centers both label and items */
  gap: 16px;
}

.gift-label {
  min-width: 80px;
  font-weight: bold;
  margin-top: 6px;
}

.gift-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gift-box {
  background-color: #fff0f5;
  /* border: 1px solid #ff6f91;
  border-radius: 10px;*/
  text-align: center;
  min-width: 60px;
  max-width: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



/*Gift Tab styles */
.gift-tabs-wrapper {
  max-width: 600px;
  margin: 50px auto;
  font-family: 'SFUIDisplayLight', sans-serif;
}

/* Header with tabs */
.gift-tabs-header {
   display: flex;
    gap: 20px;
    /* background-color: #f0f0f0; */
    padding: 10px 16px;
    border-radius: 8px;
    font-family: 'SFUIDisplayLight', sans-serif;
    margin: 0px 4px;
}

.gift-tab-btn {
  flex: 1;
  padding: 4px 8px;
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  background: #ebebeb;
  font-size: 18px;
  color: var(--dark-gray);
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: 'SFUIDisplayLight', sans-serif;
  box-shadow: 3px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.gift-tab-btn:hover {
  background-color: #d0d0d0;
}

.gift-tab-btn.active {
  background: var(--base-color);
  color: white;
  box-shadow: 3px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

@media (prefers-color-scheme: dark) {
  .gift-tabs-header {
    background-color: #1e1e1e;
  }

  .gift-tab-btn {
    background-color: #333;
    color: #ccc;
  }

  .gift-tab-btn:hover {
    background-color: #444;
  }

  .gift-tab-btn.active {
    background-color: #007bff;
    color: #fff;
    font-family: 'SFUIDisplayLight', sans-serif;
    box-shadow: none;
  }
}

/* Content area */
.gift-tabs-content {
  padding: 16px;
    border-radius: 8px;
    background-color: #fff;
    height: 145px;
    border: 1px solid #ccc;
    margin: 0 10px;
    overflow-y: auto;
}

.gift-tab-content {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
}

.gift-tab-content.active {
  display: flex;
}

.gift-tab-box {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.gift-tab-box img {
  width: 100%;
  height: auto;
  display: block;
}



@media (prefers-color-scheme: dark) {
  .gift-tabs-content {
    background-color: #222;
    color: #eee;
    font-family: 'SFUIDisplayLight', sans-serif;
  }
}



/*vaishali 16june2025*/

.simple-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.simple-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.simple-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 26px;
  transition: 0.4s;
}

.simple-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.simple-switch input:checked + .slider {
  background-color: #4CAF50; /* green when ON */
}

.simple-switch input:checked + .slider:before {
  transform: translateX(24px);
}



/*vaishali 16june2025*/

.range-slider {
  -webkit-appearance: none;
  width: 150px;
  height: 4px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
  border: none;
}

.range-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
  border: none;
}

/* Instagram CSS Linear Gradient Background by vaishali */
.insta-icon {
  color: #833ab4;
  color: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}

/* gifter container styles by vaishali */

.gifter-container {
  width: 100%;
  margin: auto;
  margin-top: 4%;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: white;
}

.top-name.standout {
background-image: linear-gradient( 35.7deg,  rgba(105,238,218,1) 31.2%, rgba(114,80,228,1) 81.4% );
  color: rgb(0, 0, 0);
  border-bottom: 1px solid #ccc;
}

.top-name, .name-half {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-align: center;
}

.bottom-names {
  display: flex;
}

.name-half {
  flex: 1;
  border-right: 1px solid #ccc;
}

.name-half:last-child {
  border-right: none;
}

/* Profile image + text */
.profile, .name-half {
  flex-direction: column;
  gap: 6px;
}


.text-group .name {
  font-weight: 600;
  font-size: 14px;
}

.text-group .gift {
  font-size: 13px;
  color: #555;
  margin-top: 2px;
}
.img-gifter {
   width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.img-gifter-1 {
   width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}