/* Font Family ***********************************************************************/
/* Krub Fonts Start *****************/
@font-face {
  font-family: 'Krub';
  src: url('../fonts/Krub/Krub-Regular.eot');
  src: url('../fonts/Krub/Krub-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Krub/Krub-Regular.woff2') format('woff2'),
      url('../fonts/Krub/Krub-Regular.woff') format('woff'),
      url('../fonts/Krub/Krub-Regular.ttf') format('truetype'),
      url('../fonts/Krub/Krub-Regular.svg#Krub-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Krub';
  src: url('../fonts/Krub/Krub-Medium.eot');
  src: url('../fonts/Krub/Krub-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Krub/Krub-Medium.woff2') format('woff2'),
      url('../fonts/Krub/Krub-Medium.woff') format('woff'),
      url('../fonts/Krub/Krub-Medium.ttf') format('truetype'),
      url('../fonts/Krub/Krub-Medium.svg#Krub-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Krub';
  src: url('../fonts/Krub/Krub-SemiBold.eot');
  src: url('../fonts/Krub/Krub-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Krub/Krub-SemiBold.woff2') format('woff2'),
      url('../fonts/Krub/Krub-SemiBold.woff') format('woff'),
      url('../fonts/Krub/Krub-SemiBold.ttf') format('truetype'),
      url('../fonts/Krub/Krub-SemiBold.svg#Krub-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Krub';
  src: url('../fonts/Krub/Krub-Bold.eot');
  src: url('../fonts/Krub/Krub-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Krub/Krub-Bold.woff2') format('woff2'),
      url('../fonts/Krub/Krub-Bold.woff') format('woff'),
      url('../fonts/Krub/Krub-Bold.ttf') format('truetype'),
      url('../fonts/Krub/Krub-Bold.svg#Krub-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Krub Fonts End *****************/

/* Luckiest Guy Fonts Start *******/
@font-face {
  font-family: 'Luckiest Guy';
  src: url('../fonts/Luckiest-Guy/LuckiestGuy-Regular.eot');
  src: url('../fonts/Luckiest-Guy/LuckiestGuy-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Luckiest-Guy/LuckiestGuy-Regular.woff2') format('woff2'),
      url('../fonts/Luckiest-Guy/LuckiestGuy-Regular.woff') format('woff'),
      url('../fonts/Luckiest-Guy/LuckiestGuy-Regular.ttf') format('truetype'),
      url('../fonts/Luckiest-Guy/LuckiestGuy-Regular.svg#LuckiestGuy-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Luckiest Guy Fonts End *******/

:root {
  --black:#000000;
  --Candlelight: #FEDA1B;
  --linen: #F0A3554D;
  --link-water:#DCE2E9;
  --onyx: #101010;
  --racing-green: #141611;
  --scotch-mist: #FEDA1B4D;
  --supernova:#FFCC08;
  --soft-peach: #EEEEEE;
  --soapstone: #FCFCFC;
  --shamrock-green: #00A651;
  --white:#FFFFFF;
  --white-smoke: #CDCDCD4D;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: 'Krub';
  background: url('../images/main-bg.svg') no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.container {
  max-width: 1680px;
}
/* Common Class Start **************************************************************/
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}

.white {
  color: var(--white) !important;
}
.black {
  color: var(--black);
}
.supernova {
  color: var(--supernova);
}
.supernova-bg {
  background-color: var(--supernova) !important;
}
.shamrock-green-bg {
  background-color: var(--shamrock-green) !important;
}
.white-bg {
  background-color: var(--white) !important;
}
.black-bg {
  background-color: var(--black) !important;
}
.xx-small {
  font-size: 8px;
}
.x-small {
  font-size: 11px;
}
.small {
  font-size: 12px;
}
.m-small {
  font-size: 14px;
}
.py-60 {
  padding: 60px 0;
}
.b-top {
  border-top: 1.5px dashed rgba(255, 255, 255, 0.5);
} 
.b-btm {
  border-bottom: 1.5px dashed rgba(255, 255, 255, 0.5);
}
.b-none {
  border: none !important;
}
/* Common Class End ****************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
.common::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
body.show {
  position: fixed;
  top: 0;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 { font-size: 50px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }

p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
  font-family: inherit;
}
a:hover {
  color: var(--onyx);
}
span {
  display: inline-block;
}
img, video {
  max-width: 100%;
}

/* ---- Button Start ---------------- */
.cmn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--onyx);
  padding: 11px 40px;
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 10px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  box-sizing: border-box; 
  -webkit-text-size-adjust: 100%; 
  vertical-align: middle;
  transform: translateY(-0.5px); 
  font-family: 'Luckiest Guy';
}
.cmn-btn:hover {
  background-color: var(--Candlelight) !important;
}
.cmn-btn.c-big-btn:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}
.c-big-btn {
  padding: 11px 27px !important;
}
.b-d-padding {
  padding: 11px 40px !important;
}

section {
  padding: 90px 0;
  overflow: hidden;
}
.section-heading {
  text-align: center;
  max-width: 1270px;
  margin: 0 auto;
  margin-bottom: 40px !important;
}
.button-box {
  padding-top: 20px;
}
.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
}
.input-group {
  padding-bottom: 20px;
}
.form-control-common {
  font-size: 16px;
  color: var(--white);
  background: var(--white);
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  width: 100%;
  appearance: textfield;
  box-shadow: none;
  resize: none;
  outline: none;
  box-sizing: border-box;
  text-overflow: ellipsis;
  font-family: 'Krub';
}
.form-control-common::placeholder {
  color: #FFFFFF !important;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--platinum);
  box-shadow: none;
}
.form-check-input:focus {
  border-color: var(--bs-border-color);
  box-shadow: none;
}
.form-select {
  color: #FFFFFF !important;
}
a:-webkit-any-link:focus-visible {
  outline: none;
}
input[type="email"] {
  text-transform: lowercase;
}
input[type="email"]::placeholder {
  text-transform: capitalize;
}
.u-profile-edit-form .form-control-common::placeholder {
  color: var(--black) !important;
}

/* Header css **********************************************************************/
@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
} 
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.4);
}
#header.sticky .header-box {
  padding: 10px 0;
}
#header.sticky .logo-box img {
  max-width: 86px;
}
#header {
  transition: 0.5s all;
  background: linear-gradient(to right, #1a2b1a, #000000);
  position: relative;
}
#header .header-box {
  padding: 15px 0;
}
#header .header-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* #header .header-box .logo-box {
  width: 30%;
} */
#header .logo-box img {
  max-width: 96px;
  width: 100%;
}
#header .search-box-main {
  position: relative;
  /* width: 40%; */
}
#header .search-box-main #search-box {
  /* width: 100%; */
  width: 400px;
  max-width: 400px;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 10px 20px 10px 45px;
  background-color: transparent;
  border-radius: 40px 40px;
  position: relative;
}
#header .search-box-main .search-icon {
  position: absolute;
  left: 14px;
  top: 11px;
}
#header #search-box::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
#header .user-bx {
  display: flex;
  align-items: center;
  justify-content: end;
  /* width: 30%; */
}
#header .user-bx a img {
  width: 40px;
  height: 40px;
}
#header .user-bx .dropdown .dropdown-toggle img {
  width: 42px;
  height: 42px;
}
#header .user-bx .dropdown-toggle::after {
  display: none;
}
#header .user-bx button.btn.dropdown-toggle {
  padding: 0;
  margin: 0;
  margin-left: 12px;
}

/* get-gaming css ******************************************************************/
#get-gaming h3 {
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#get-gaming h3 span {
  color: var(--supernova);
  font-weight: 700;
  font-style: italic;
}
#get-gaming .box.box1 .image-bx {
  position: relative;
}
#get-gaming .box.box1 .image-bx img {
  border-radius: 20px;
}
#get-gaming .box .image-bx .button-box {
  position: absolute;
  left: 50%;
  bottom: 8.7%;
  transform: translateX(-50%);
  padding-top: 0;
}
#get-gaming .box.box2 .top-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-left: 45px;
  margin-bottom: 33px;
}
#get-gaming h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#get-gaming h6 {
  font-weight: 600;
}
#get-gaming h6 a {
  color: var(--supernova);
  text-transform: none;
  text-decoration: underline;
}
#get-gaming .box.box2 .right-bx a {
  font-size: 18px;
  color: var(--white);
}
#get-gaming .btm-bx .box {
  text-align: center;
}
#get-gaming .btm-bx .box.box1 {
  margin-top: 100px;
}
#get-gaming .btm-bx .box.box2 {
  margin-top: 30px;
}
#get-gaming .btm-bx .box.box3 {
  margin-top: 180px;
}
#get-gaming .btm-bx .box .image-bx img {
  max-width: 50%;
}
#get-gaming .btm-bx .box p {
  font-weight: 700;
  margin-bottom: 10px;
}
#get-gaming h2 {
  font-family: 'Luckiest Guy';
}
#get-gaming .timer-box,
#my-win .timer-box {
  margin-top: 60px;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  background-color: var(--white);
}
#get-gaming .timer-box p,
#my-win .timer-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  flex-wrap: wrap;
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
}
#get-gaming .timer-box p span,
#my-win .timer-box p span {
  font-size: 50px;
  color: var(--supernova);
  letter-spacing: 2px;
  line-height: 1.2;
  font-family: 'Luckiest Guy';
  min-width: 100px;
  width: 215px;
}

/* add-yellow-rush css ***********************************************************/
#add-yellow-rush {
  padding-top: 0;
}
#add-yellow-rush h1 {
  color: var(--supernova);
  font-family: 'Luckiest Guy';
}
#add-yellow-rush .note-box {
  margin-top: 120px;
  border-radius: 10px;
  padding: 19px 20px;
  text-align: center;
  background-color: var(--supernova);
}
#add-yellow-rush .note-box p {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
}

/* section-heading-two-part Common css ********************************************/
.section-heading-two-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.section-heading-two-part h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading-two-part a {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}

/* recent-added-games css *********************************************************/
#recent-added-games {
  padding: 0 0 15px 0;
}
#recent-added-games .game-card {
  text-align: center;
  padding-left: 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#recent-added-games .game-card:hover {
  transform: translateY(-4px);
}
#recent-added-games .game-card::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  font-weight: 800;
  color: rgba(255,255,255,0.05);
  z-index: 0;
  pointer-events: none;
  font-family: 'Luckiest Guy';
  background: var(--supernova);
  background: repeating-linear-gradient(to bottom, #85722a 0%, #101010 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#recent-added-games .game-card img {
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

/* featured-games And most-played-games common css *****************************/
.fm-game-cmn {
  padding: 15px 0;
}
.fm-game-cmn .game-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.fm-game-cmn .game-card:hover {
  transform: translateY(-5px);
}
.fm-game-cmn .game-card img {
  border-radius: 10px;
  width: 100%;
}
.fm-game-cmn .game-card a,
.fm-game-cmn .game-sm-card a {
  display: block;
}
/* small card */
.fm-game-cmn .game-sm-card {
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}
.fm-game-cmn .game-sm-card:hover {
  transform: scale(1.03);
} 
.fm-game-cmn .game-sm-card img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.fm-game-cmn .game-card .card-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
.fm-game-cmn .game-card .card-title span {
  font-weight: 700;
  color: var(--supernova);
}

/* games-info css ***************************************************************/
#games-info {
  padding-top: 15px;
}
#games-info .games-info-bx {
  padding: 40px 30px;
  border: 4px solid var(--white);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}
#games-info .box {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
  padding: 20px 20px;
  position: relative;
}
#games-info .box img {
  width: 220px;
  height: 100px;
  object-fit: contain;
}
#games-info .box .text-bx h5 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 8px;
}
#games-info .box .text-bx p {
  font-size: 18px;
  color: var(--white);
}
/* Border lines */
.border-right {
  border-right: 2px solid var(--supernova)!important;
}
.border-bottom {
  border-bottom: 2px solid var(--supernova)!important;
}

/* footer css ***********************************************************************/
#footer {
  padding: 15px 15px;
  margin-bottom: 15px;
  background-color: var(--white);
}
#footer .logo-box img {
  max-width: 80px;
}
#footer .footer-box .footer-nav {
  height: 100%;
}
#footer .footer-box .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
#footer .footer-nav ul li {
  display: inline-block;
  position: relative;
  text-align: center;
}
#footer .footer-nav ul li:not(:last-child) {
  margin-right: 30px;
}
#footer .footer-nav ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--onyx);
  padding: 5px 15px;
  transition: all 0.3s ease;
}
#footer .footer-nav ul li a:hover {
  color: var(--supernova);
} 

/* User Get OTP and OTP Verification modal Css ***********************************************/
#user-modal .logo-box {
  margin: 20px 0 30px 0;
  text-align: center;
}
#user-modal .get-otp .title-bx {
  margin-bottom: 50px;
  text-align: center;
}
#user-modal .otp-verify .title-bx {
  margin: 40px 0 80px 0;
  text-align: center;
}
#user-modal .otp-verify #timer {
  font-size: 20px;
  font-weight: 700;
  color: var(--supernova);
  text-align: center;
}
#user-modal .title-bx h6 {
  text-transform: uppercase;
}
#user-modal .title-bx p {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
#user-modal .modal-content {
  max-width: 480px;
  color: var(--white);
  border-radius: 20px;
  background: url(../images/modal-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  margin: 0 auto;
}
#user-modal .f-space {
  margin-bottom: 49px;
}
.modal-header {
  border: none;
}
#user-modal .modal-header .btn-close {
  position: absolute;
  right: 18px;
  top: 20px;
  background-color: var(--supernova);
  opacity: 1;
  font-size: 11px;
  padding: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  z-index: 1;
}
.modal-body {
  padding: 30px 30px;
}
.back-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}
#user-modal .form-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--supernova);
  text-transform: uppercase;
}
#user-modal .form-control {
  font-size: 14px;
  font-weight: 500;
  color:var(--onyx);
  padding: 12.5px 14px;
  background: var(--white);
  border: none;
}
#user-modal .form-control-common::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--onyx) !important;
}
#user-modal .cmn-btn {
  font-size: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
}
#user-modal .otp-verify h3 {
  color: var(--supernova);
  text-transform: uppercase;
  margin-bottom: 10px;
}
#user-modal .otp-verify p {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
#user-modal .otp-verify p.small-text {
  font-weight: 700;
  text-transform: capitalize;
  margin: 60px 0 80px 0; 
}
#user-modal .otp-verify p.small-text a {
  color: var(--supernova);
  font-weight: 700;
  text-transform: uppercase;
}
#user-modal .otp-verify p strong {
  font-weight: 700;
  color: var(--supernova);
}
#user-modal .otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--onyx);
  border-radius: 10px;
  border: none;
  margin: 0 5px;
  background: var(--white);
}
#user-modal .otp-input {
  caret-color: transparent; 
}
    
 /* User Profile Css *******************************************************/
 .user-profile-bx {
  padding: 30px 30px;
  border-radius: 20px;
  margin-top: 16px !important;
  background-color: var(--racing-green);
  box-shadow: rgba(255, 255, 255, 0.5) 0px -1px 8px 0px, rgba(255, 255, 255, 0.5) 0px -1px 16px 0px;
  width: 320px;
}
 .user-profile-bx .logo-box img {
  max-width: 68px !important;
  margin-bottom: 18px;
 }
.user-profile-bx .user-details-main {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.user-profile-bx .user-details {
  width: 75%;
}
.user-profile-bx .user-details .user-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--supernova);
  line-height: 1.2;
}
.user-profile-bx .user-details-main .image-bx {
  width: 25%;
}
.user-profile-bx .user-details-main .image-bx img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.user-profile-bx .navigation {
  margin-top: 20px;
}
.user-profile-bx .navigation ul li:not(:last-child) {
  margin-bottom: 18px;
}
.user-profile-bx .navigation ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 15px;
  text-transform: uppercase;
}
.user-profile-bx .navigation .nav-icon {
  color: rgba(255, 255, 255, 0.4) !important;
  transition: color 0.3s ease;
}
/* Hover */
.user-profile-bx .navigation a:hover,
.user-profile-bx .navigation a:hover .nav-icon,
.user-profile-bx .navigation a.active,
.user-profile-bx .navigation a.active .nav-icon {
  color: var(--supernova) !important;
}

/* My Winning Css **********************************************************/
#my-win {
  padding-top: 0;
}
#win-player {
  padding: 100px 0 125px 0;
}

/* Table common css ********************/
.leader-box {
  padding: 60px 0;
}
.leaderboard-container {
  font-size: 18px;
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 30px;
}
.leaderboard-container .table-responsive {
   /* max-height: 690px; */
  max-height: calc(10 * 69px);
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.leaderboard-container .table-responsive::-webkit-scrollbar {
  display: none;      
}

.leaderboard-header th {
  background-color: var(--supernova);
  font-weight: 700;
  text-transform: uppercase;
  padding: 24px 10px;
  border: none;
  position: sticky;
  top: 0;
  z-index: 2;
}
.leaderboard-row td {
  font-weight: 700;
  color: var(--black);
  padding: 15px 10px;
  border-color: var(--soft-peach);
}
.leaderboard-row:nth-child(odd) td {
  background-color: var(--soapstone);
}
.leaderboard-row.top1 td { background-color: var(--scotch-mist); }
.leaderboard-row.top2 td { background-color: var(--white-smoke); }
.leaderboard-row.top3 td { background-color: var(--linen); }
.leaderboard-container .icon-bx img {
  width: 100%;
  max-width: 16%;
  margin: 0 auto;
  display: block;
}
.leaderboard-container table thead th:first-child {
  border-top-left-radius: 20px;
}
.leaderboard-container table thead th:last-child {
  border-top-right-radius: 20px;
}
.leaderboard-container table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
  border-bottom: 0;
}
.leaderboard-container table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

/* My Profile Page And Edit Profile Page Common Css ****************************************/
.my-profile .user-details-main {
  display: flex;
  align-items: center;
  column-gap: 20px;
  color: var(--white);
}
.my-profile .user-details-main .image-bx img {
  width: 120px;
  height: auto;
  /* height: 120px; */
  border-radius: 10px;
}
.my-profile .user-details-main .user-details .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 8px;
}
.my-profile .user-details-main .user-details .top .user-name {
  font-size: 20px;
  font-weight: 700;
}
 .my-profile .user-details-main .user-details .top .edit {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  padding: 7px 8px;
  border-radius: 4px;
  background-color: var(--supernova);
  text-transform: uppercase;
}
.my-profile .user-details-main .user-details .btm .button-box ul {
  column-gap: 14px;
  row-gap: 3px;
}
.my-profile .user-details-main .user-details .btm .button-box li,
.my-profile .user-details-main .user-details .btm .button-box li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
}
.my-profile .user-details-main .user-details .btm .button-box li img {
  margin-right: 6px;
}

/* Section spacing *****************************/
#my-profile {
  padding: 100px 0 60px 0;
}
#my-profile-edit {
  padding: 100px 0 90px 0;
}
#my-profile-edit .score-bx {
  padding: 40px 0;
}
#manage-subscription {
  padding: 100px 0 90px 0;
}
#win-prize {
  padding: 100px 0 90px 0;
}

/* coupon-card Common Css ************************************************/
#my-package {
  padding-top: 0;
}
.pb-four { padding-bottom: 4px !important; }
.my-package-cmn .box + .box {
  margin-top: 40px;
}
.my-package-cmn .coupon-card {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  background: var(--white);
  max-width: 750px;
  overflow: hidden;
  position: relative;
}
/* Left part *********************/
.my-package-cmn .coupon-left {
  padding: 30px 20px;
  background: var(--white);
  position: relative;
}
.my-package-cmn .coupon-left-inner {
  padding: 50px 0 24px;
}
.my-package-cmn .coupon-left-inner p.f-line {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 10px;
} 
.my-package-cmn .coupon-left-inner p.m-line {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 25px;
}
.my-package-cmn .coupon-left-inner p.l-line {
  font-size: 16px;
  color: var(--black);
}
/* Right part *********************/
.my-package-cmn .coupon-right {
  text-align: center;
  padding: 20px;
  min-width: 164px;
  background: var(--supernova);
  position: relative;
}
.my-package-cmn .coupon-right h5 {
  font-size: 40px;
}
.my-package-cmn .coupon-right h5 sup {
  top: -21px;
  font-size: 14px;
  text-transform: uppercase;
}
.my-package-cmn .coupon-right small {
  font-size: 20px;
}
.my-package-cmn .coupon-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 30px;
  border: 1px dashed var(--link-water);
  z-index: 2;
  width: 100%;
}
.my-package-cmn .coupon-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 30px;
  border: 1px dashed var(--link-water);
  z-index: 2;
  width: 100%;
}
.my-package-cmn .coupon-right::before,
.my-package-cmn .coupon-right::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: var(--black);
  border-radius: 50%;
  z-index: 5;
}
.my-package-cmn .coupon-right::before {
  right: 151px;
  top: -10px;
}
.my-package-cmn .coupon-right::after {
  right: 151px;
  bottom: -10px;
}

/* Edit profile Page Css ******************************************/
.u-profile-edit-form label {
  font-size: 20px;
}
.u-profile-edit-form .button-box {
  margin-top: 110px;
}
.u-profile-edit-form .user-info .btn-group {
  column-gap: 30px;
}
.u-profile-edit-form .btn-check:checked + .u-profile-edit-form .btn-outline-light {
  background-color: var(--white);
  color: var(--black);
  font-weight: 600;
  border: 1px solid var(--white) !important;
} 
.u-profile-edit-form .gender-select {
  column-gap: 30px;
}
.u-profile-edit-form .gender-select .btn {
  font-size: 16px;
  padding: 15px 10px;
  border-radius: 10px !important;
  border: 1px solid var(--white) !important;
}

/* Win prize page css ****************************************************************/
#win-prize .top-box h4,
#terms-conditions .top-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
#win-prize .top-box h4 span {
  font-style: italic;
}
#win-prize .top-box p {
  font-weight: 600;
  margin-bottom: 50px;
}
#win-prize .box span {
  font-size: 22px;
  font-weight: 600;
  width: 51px;
  height: 45px;
  border-radius: 10px 10px 0 0;
  background-color: var(--supernova);
  display: flex;
  align-items: center;
  justify-content: center;
}
#win-prize .box p {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.2;
  padding: 20px 20px;
  border-radius: 0 10px 10px 10px;
  background-color: var(--supernova);
  min-height: 90px;
  height: 100%;
}
#win-prize .button-box {
  margin-top: 90px;
}

/* Terms-conditions page Css *********************************/ 
#terms-conditions .top-box h4 {
  margin-bottom: 50px;
}
#terms-conditions .content-part {
  padding: 40px 40px;
  background: var(--white);
  border-radius: 10px;
}
#terms-conditions .content-part h1, 
#terms-conditions .content-part h2, 
#terms-conditions .content-part h3, 
#terms-conditions .content-part h4, 
#terms-conditions .content-part h5, 
#terms-conditions .content-part h6 {
  color: var(--black);
}
#terms-conditions .content-part h6 {
  font-size: 18px;
  font-weight: 700;
} 
#terms-conditions .content-part p {
  font-size: 16px;
  color: var(--black);
  margin-bottom: 25px;
}
#terms-conditions .content-part a {
  font-weight: 500;
  color: var(--supernova);
  text-decoration: none;
}
#terms-conditions .content-part .note {
  margin-bottom: 40px;
}
#terms-conditions ul {
  margin-bottom: 25px;
} 
#terms-conditions ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* Table Css ***************************/
#terms-conditions .table-container {
  border-radius: 10px;
  border: 1px solid var(--black);
  margin-bottom: 25px;
  overflow: hidden;
}
#terms-conditions table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
#terms-conditions table th, #terms-conditions table td {
  color: var(--black);
  padding: 20px 30px;
  text-align: left;
  vertical-align: top;
}
#terms-conditions table th, #terms-conditions table td {
  border-bottom: 1px solid var(--black);
}
#terms-conditions table th {
  font-size: 18px;
  color: var(--black);
  text-transform: uppercase;
}
#terms-conditions table td {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top;
  word-wrap: break-word;
}
#terms-conditions table th:first-child,
#terms-conditions table th:nth-child(2) {
  width: 190px; 
  white-space: normal;
  word-break: break-word;
}
#terms-conditions table tbody tr:last-child td {
  border-bottom: none;
}
