/* Start Variables */
:root {
  --mainColor: #2BFFCC;
  --SecColor: #00E082;
  --mainTransition : 0.3s;
  /* --mainPadding: 50px; */
  --mainMargin: 30px;
  --mainTransition : 0.3s;
  --mainPadding: 20px;
}
/* End Variables */
/* Start Global Rules */
* {
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #021832;
  background-attachment: fixed;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(247.97deg, #860AC0 2.25%, #120850 100.75%);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small Screens */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
/* Medium Screens */
@media (min-width:992px) {
  .container {
    width: 970px;
  }
  .container-2 {
    width: 820px;
  }
}
/*
@media (min-width:1050px) {
  .container {
    width: 1020px;
  }
}
*/
/* Large Screens */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*
@media (min-width: 1250px) {
  .container {
    width: 1220px;
  }
}
*/
/* End Global Rules */
/* Start components Of Main Page */
  .heading {
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
  .heading + p {
    font-size: 22px;
    color: #fff;
    text-align: center;
  }

/* End components Of Main Page */

/* Start Header */
header {
  font-family: 'Inter', sans-serif;
  padding: 5px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  filter: drop-shadow(1px 2px 20px #0f0124);
  -webkit-filter: drop-shadow(1px 2px 20px #0f0124);
  height: 60px;
  position: relative;
  z-index: 2;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .container .left-section .logo {
  width: 60px;
/*  filter:drop-shadow(1px 3px 20px #3ABAB2);*/
/*  -webkit-filter:drop-shadow(1px 3px 20px #3ABAB2);*/
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
}
header .container .left-section .logo:hover {
/*  filter:drop-shadow(1px 3px 15px #3ABAB2);*/
/*  -webkit-filter:drop-shadow(1px 3px 15px #3ABAB2);*/
  cursor: pointer;
}
header .container .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  position: relative;
}
header .container .center-section {
  display: flex;
  align-items: center;
  gap:15px;
  flex: 1;
}
header .container .center-section li .edit {
  margin-bottom: 10px;
}
header .container .center-section a:not(.btn-one a, .btn-log a, .btn-sign a) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
}
header .container .center-section a:not(.btn-log a, .btn-sign a, .btn-one a):hover {
  color: rgb(182, 181, 181);
}
header .container .center-section a img:not(.btn-log a img, .btn-sign a img) {
  width: 35px;
}
header .container .right-section {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.btn-background {
  background-image: linear-gradient(336.64deg, rgb(27 201 86) 13.39%, rgb(3, 139, 33) 83.71%);
}
.btn-one {
  border: none;
  padding: 12px 14px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-right: 8px;
}
.btn-one a {
  font-size: 13px;
  color: white;
}
.btn-log,
.btn-sign {
  background: linear-gradient(180deg, rgba(18, 234, 78, 0.75) 0%, rgba(16, 158, 133, 0.75) 100%);
  border-radius: 8px;
  border: none;
  font-weight: 400;
  transition:var(--mainTransition) ;
  -webkit-transition:var(--mainTransition) ;
  -moz-transition:var(--mainTransition) ;
  -ms-transition:var(--mainTransition) ;
  -o-transition:var(--mainTransition) ;
  filter:drop-shadow(5px 7px 20px #088230);
  -webkit-filter:drop-shadow(5px 7px 20px #088230);
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
}
.btn-log {
  margin-right: 10px;
}
.btn-log a,
.btn-sign a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 13px;
}
.btn-log a img {
  width:15px ;
  height:18.39px ;
}
.btn-sign a img {
  width: 23px;
  height: 23px;
  margin-top: 8px;
}
@media (max-width:991px) {
  .btn-one {
    display: none;
  }
}

/*building Icon */
header .container .links .icon {
  display: flex;
  flex-wrap: wrap;
  width: 48px;
  position: relative;
  cursor: pointer;
}

/*Making This Icon Display When Screen Became Less Than 992px*/
@media (min-width: 993px) {
  header .container .links .icon {
    display: none;
  }
}
header .container .links .icon span {
  height: 2px;
  background-color: #3ABAB2;
  margin: 3px;
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
}
header .container .links .icon span:first-child {
  width: 50%;
}
header .container .links .icon span:nth-child(2) {
  width: 60%;
}
.header .links .icon span:last-child {
  width: 50%;
}
/* When Making  Icon Display When Screen Became Less Than 992px In The Same Time Make All Links Hidden To Put It In Icon */
@media (max-width: 992px) {
  header .container .center-section {
    display: none;
  }
  .header .links .icon + .active {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(100% + 10px);
    right: 0;
    align-items: flex-start;
    background-color: rgb(85, 11, 131);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 0;
  }
  .header .links .icon + .active li {
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
  }
  .header .links .icon + .active li:not(.btn-log, .btn-sign, .btn-one):hover {
  padding-left: 10px;
  }
  header .container .center-section a:not(.btn-log a, .btn-sign a) {
    justify-content: flex-start;
    display: flex;
  }
}

/*Making The Style Of Icon When It Clicked in JavaScript*/
.rotate-one {
  transform: rotate(50deg) translateX(5px);
  -webkit-transform: rotate(50deg) translateX(5px);
  -moz-transform: rotate(50deg) translateX(5px);
  -ms-transform: rotate(50deg) translateX(5px);
  -o-transform: rotate(50deg) translateX(5px);
  width: 75%;
}
.none-two {
  display: none;
  transition-delay: 1s;
}
.rotate-three {
  transform: rotate(-50deg) translateX(5px);
  -webkit-transform: rotate(-50deg) translateX(5px);
  -moz-transform: rotate(-50deg) translateX(5px);
  -ms-transform: rotate(-50deg) translateX(5px);
  -o-transform: rotate(-50deg) translateX(5px);
  width: 75%;
}
/* End Header */

/* Start User */
.user {
  padding: 12px 0 8px;
  _background: linear-gradient(269.84deg, #0F1932 0%, rgba(50, 45, 57, 0.1) 100%);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  user-select: none;
}
.user .container {
  width: 100%;
}
.user .container .box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
  padding: 9px;
  font-weight: 400;
  background: linear-gradient(266.84deg, rgba(3, 2, 2, 0.2788) -0.78%, rgba(1, 0, 0, 0.34) 99.74%);
  max-height: 68px;
}
@media (max-width: 369px) {
  .user .container .box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  padding: 9px;
  font-weight: 400;
  background: linear-gradient(266.84deg, rgba(3, 2, 2, 0.2788) -0.78%, rgba(1, 0, 0, 0.34) 99.74%);
  width: fit-content;
  margin: 0 auto;
  }
}
.user .container .box .img {
    background-color: #3abab2;
    padding: 3px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user .container .box .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user .container .box .text {
  display: flex;
  flex-direction: column;
}
.user .container .box .text span:nth-child(1) {
  color: var(--mainColor);
  text-overflow: ellipsis;
  max-height: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 120px;
}
.user .container .box .text span:nth-child(2) {
    color: #fff;
    font-size: 12px;
    height: 30px;
}
.user .container .box .number span {
  width: 30px;
  height: 29px;
  color: white;
  background: linear-gradient(247.75deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 103.5%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 10px;
}
/* End User */

/* Start Landing */
.landing {
  _padding-top: 20px;
  padding-bottom: var(--mainPadding);
  font-family: 'K2D';
  font-style: normal;
  font-weight: 400;
  height: calc(100vh -176.25px);
}
.landing .container .imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .container .imgs img:nth-child(1) {
  width: 400px;
  margin-right: 15px;
}
.landing .container .imgs img:nth-child(2) {
  width: 260px;
}
@media (max-width: 767px) {
  .landing .container .imgs img:nth-child(1) {
    width:300px;
    margin-right: 25px;
  }
  .landing .container .imgs img:nth-child(2) {
    width:250px;
  }
}
@media (max-width: 550px) {
  .landing .container .imgs img:nth-child(1) {
    width: 200px;
    margin-right: 10px;
  }
  .landing .container .imgs img:nth-child(2) {
    width: 190px;
  }
}
.landing .container .imgs + p {
  text-align: center;
  margin-top: 15px;
  font-size: 23px;
  color: #098836;
}
.landing .container .imgs + p + h3 {
  color: #26DF65;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: -41px;
}
@media (max-width: 767px) {
  .landing .container .imgs + p {
    font-size: 25px;
  }
  .landing .container .imgs + p + h3 {
    font-size: 35px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .landing .container .imgs + p {
    font-size: 20px;
  }
  .landing .container .imgs + p + h3 {
    font-size: 25px;
    
  }
}
@media (max-width: 991px) {
  .landing .container .imgs + p + h3 {
    text-align: center;
  }
}
/**************************************************/
.landing .container .content {
  display: flex;
  padding-top: 64px;
  gap: 20px;
}
@media (max-width: 991px) {
  .landing .container .content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
.landing .container .content .text {
  max-width: 485px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.landing .container .content .text p {
  color: #ffff;
  line-height: 1.8;
  font-size: 20px;
  max-width: 500px;
}
@media (max-width: 991px) {
  .landing .container .content .text {
    max-width: 746px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
    flex: 1;
  }
  .landing .container .content .text p {
    font-size: 28px;
  }
  .landing .container .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .landing .container .content .text p {
    font-size: 20px;
    text-align: center;
  }
  .landing .container .content .text {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.landing .container .content .text button {
  border: none;
  background: linear-gradient(180deg, rgba(18, 234, 78, 0.75) 0%, rgba(16, 158, 133, 0.75) 100%);
  box-shadow: 4px 4px 4px rgb(0 0 0 / 75%);
  border-radius: 8px;
  margin-left: 125px;
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
}
.landing .container .content .text button a {
  width: 130px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
}
.landing .container .content .text button:hover {
  filter: drop-shadow(rgb(8, 130, 48) 5px 7px 20px);
  -webkit-filter: drop-shadow(rgb(8, 130, 48) 10px 3px 18px);
}
.content .text .button {
  position: relative;
}
.content .text .bullets {
  position: absolute;
  left: calc(50% + 65px);
  transform: translateX(-50%);
  top: calc(100% + 20px);
  display: flex;
}
.content .text .bullets li {
  width: 19px;
  height: 14px;
  margin-right: 8px;
  border-radius: 6px;
  -webkit-border-radius: 18px;
  background-color: #6fa779;
  background: linear-gradient(180deg, #b1afaf 0%, rgb(8, 130, 48) 100%);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.content .text .bullets .active {
  margin: 0 8px 0px 0px;
}
.content .text .bullets li:hover {
  background: linear-gradient(180deg, #0ED216 0%, rgba(6, 183, 87, 0) 37.33%, rgba(29, 207, 89, 0.32) 100%);
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  .landing .container .content .text button {
    margin-left: 0px;
  }
  .content .text .bullets {
    position: absolute;
    left: calc(50% + 5px);
    transform: translateX(-50%);
    top: calc(100% + 20px);
    display: flex;
  }
}
@media (max-width: 767px) {
  .landing .container .content .text button a {
    width: 125px;
    height: 45px;
    font-size: 22px;
  }
}


/***************************swipper*************************** */
.swiper-pagination {
  position: absolute;
  top: 237px;
  left: 149px !important;
  width: fit-content;
  text-align: left;
}
@media (max-width: 1109px) {
  .swiper-pagination {
    position: absolute;
    top: 272px;
    left: 151px !important;
    width: fit-content;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .swiper-pagination {
    position: absolute;
    top: 205px;
    left: initial !important;
    width: fit-content;
    text-align: right;
    right: 51px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    position: absolute;
    top: 253px;
    left: initial !important;
    width: fit-content;
    text-align: center;
    right: 0px;
  }
}
@media (max-width: 474px) {
  .swiper-pagination {
    position: absolute;
    top: 287px;
    left: initial !important;
    width: fit-content;
    text-align: center;
    right: 0;
  }
}
@media (max-width:332px) {
  .swiper-pagination {
    position: absolute;
    top: 318px;
    left: initial !important;
    width: fit-content;
    text-align: center;
    right: -10px;
  }
}
.swiper-pagination-bullet-active {
  background-color: red;
}
.swiper-pagination-bullet {
  width: 19px;
  height: 14px;
  margin-right: 8px;
  border-radius: 6px;
  -webkit-border-radius: 18px;
  background-color: #6fa779;
  background: linear-gradient(180deg, #b1afaf 0%, rgb(8, 130, 48) 100%);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
  font-weight: bold;
  color: var(--mainColor)
}
/***************************swipper*************************** */

.landing .container .content .img img {
  z-index: -1;
  filter: drop-shadow(rgb(2, 90, 53) 8px 8px 20px);
  -webkit-filter: drop-shadow(rgb(2, 90, 53) 8px 8px 20px);
  Width: 500px;
  animation-name: up-down;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  position: relative;
  bottom: 45px;
}
@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
}
@media (max-width: 767px) {
  .landing .container .content .img img {
    max-width: 100%;
  }
}
/* End Landing */

/* Start Get Started */
.started {
  padding-top:var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
}
.started .container .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 400px) {
  .started .container .content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }
}

.started-heading {
  margin-bottom: 13px;
  font-size: 25px;
  color: var(--SecColor);
  text-align: center;
}
.purple-bg {
  background: linear-gradient(247.97deg, #860AC0 2.25%, #120850 100.75%);
}
.small-box {
  border-radius: 18px;
  padding: 15px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  min-height: 300px;
}

/*Customize First Box*/
.one .small-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.one .small-box .small-content {
  display: flex;
  gap: 10px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  padding: 10px;
}
.one .small-box .small-content .text p {
  color: white;
  font-size: 14px;
}
.one .small-box .small-content .text span {
  color: #777;
  font-size: 11px;
}

/*Customize Second Box*/
.two .small-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two .small-box h3 {
  color: #fff;
  font-size: 22px;
}
@media (min-width: 1199px) {
.two .small-box h3 {
    font-size:18px;
  }
}
.two .small-box .img-text {
  display: flex;
  gap: 10px;
  margin: 40px 0 0;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  padding: 30px 10px;
}
.two .small-box .img-text .text {
  display: flex;
  flex-direction: column;
  color:white;
  justify-content: center;
  gap: 5px;
}
.two .small-box .img-text span {
  font-size: 12px;
}
.two .small-box .img-text button {
  margin-left: 10px;
  background: linear-gradient(rgba(18, 234, 78, 0.75) 0%, rgba(16, 158, 133, 0.75) 100%);
  border: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin: 0 auto;
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
}
.two .small-box .img-text button:hover {
  filter:drop-shadow(5px 7px 20px #088230);
  -webkit-filter:drop-shadow(5px 7px 20px #088230);
}
@media (max-width: 767px) {

.two .small-box .img-text button {
    flex: 0;
    margin: 0 auto;
  }
}
.two .small-box .img-text button a {
  color: white;
  padding: 20px 25px;
  display: inline-block;
}
@media (max-width: 400px) {
.two .small-box .img-text  {
    flex-wrap: wrap;
  }
.two .small-box .img-text button {
    margin-top: 20px;
  }
}

/*Customize Third Box*/
.three .small-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  color:white;
}
.three h3 {
  font-size:  25px;
}
.three h3:last-child {
  font-weight: 400;
}
.three h3:last-child span {
  color: var(--SecColor);
  font-weight: bold;
}

/*Customize Button*/
.start-earning {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: linear-gradient(rgba(18, 234, 78, 0.75) 0%, rgba(16, 158, 133, 0.75) 100%);
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
  border: none;
}
.start-earning:hover {
  filter:drop-shadow(5px 7px 20px #088230);
  -webkit-filter:drop-shadow(5px 7px 20px #088230);
}
.start-earning a {
  padding: 25px 30px;
  color: white;
  font-size: 20px;
}
/* End Get Started */

/* Start Why is Master-Bucks */
.master {
  padding-top:var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
}

.master .container-2 .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  color: white;
  gap: 150px;
  row-gap: 60px;
  text-align: center;
  margin-top: 40px ;
}
@media (max-width: 991px) {
  .master .container-2 .content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 767px) {
  .master .container-2 .content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.master-one,
.master-two,
.master-three,
.master-four,
.master-five,
.master-sex {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
  border-radius: 10px;
}
.master-two:nth-child(2) span {
  max-width: 236px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .master .container-2 .heading {
    line-height: 1.7;
  }
}
/* End Why is Master-Bucks */

/* Start FAQ */
.faq {
  padding-top:var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.faq .container .content {
  margin: 0 auto 25px;
  width: 850px;
}
@media(max-width: 992px) {
  .faq .container .content  {
    width: 100%;
  }
}
.faq-box {
  background: linear-gradient(269.66deg, #AD00FF 0%, rgba(47, 34, 63, 0.6) 51.56%, rgba(82, 0, 255, 0.72) 101.34%, #5200FF 101.35%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding:5px;
  word-spacing: 3px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.faq .container .content .height-box {
  height:fit-content
}
.faq .container .content .box h3 {
  font-size: 23px;
}
.faq .container .content .box img {
  background: linear-gradient(180deg, #9A0BBE 0%, #5317A0 100%);
  border-radius: 12px;
  padding: 10px;
  width: 40px;
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
  cursor: pointer;
}
.faq .container .content .box .img-rotate {
  transform: rotate(1turn);
  -webkit-transform: rotate(1turn);
  -moz-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  -o-transform: rotate(1turn);
}
.faq .container .content p:first-child,
.faq .container .content p:nth-child(2) {
  line-height: 1.5;
  max-width: 800px;
  display: block;
}
.faq .container .content p:last-child {
  max-width: 850px;
  padding: 13px;
  background: rgb(0 0 0 / 37%);
  border-radius: 14px;
}
.faq .container .content p span {
  margin-top: 25px;
  display: block;
}
@media (max-width: 750px) {
  .faq .container .content .box {
    font-size: 23px;
    line-height: 1.5;
    height:45px
  }
  .faq .container .content .height-box {
    height:  fit-content;
  }
  .faq .container .content .box h3 {
    font-size: 16px;
  }
  .faq .container .content .box img {
    width: 35px;
  }
  .faq .container .content .box p {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .faq .container .content .box h3 {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .faq .container .content .box { 
    height: 37px;
  }
  .faq .container .content .height-box {
    height: fit-content;
  }
  .faq .container .content .box h3 {
    font-size: 2.4vw;
  }
  .faq .container .content .box img {
    width: 28px;
  }
  .faq .container .content .box p {
    font-size: 10px;
  }
}


/* End FAQ */
/* Start Testimonials */
.testimonials {
  padding-top:var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.testimonials .container .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
.testimonials .container .content .theFirst {
  background: linear-gradient(180deg, #9A0BBE 0%, #5317A0 100%);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.testimonials .container .content .box {
  padding: 20px;
}
.testimonials .container .content .theFirst span {
  margin: 10px auto;
}
.testimonials .container .content .box .item {
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.testimonials .container .content .box .item img {
  width: 150px;

}
.testimonials .container .content .box .item .date {
  margin: 0;
}
.testimonials .container .content .box span:nth-child(2) {
  display: block;
/*  max-width: 150px;*/
  margin-bottom: 10px;
  line-height: 1.3;
}
.testimonials .container .content .box .glitch {
  display: block;
  text-align: left;
  color: #777;
}
@media (max-width: 767px) {
  .testimonials .container .content .box {
    margin: 0 auto;
  }
}
/* End Testimonials */


/******************************************************************/


/* Start Styling Of Featured Page */

/* Start Components Of Featured Page */
.comp {
  display: flex;
  align-items: center;
}
.comp h1 {
  margin: 0;
  color: var(--mainColor);
  font: 30px;
}
.comp + p {
  color: white;
  margin-left: 65px;
  font-size: 23px;
}
.comp .image img {
  width: 65px;
  height: 65px;
}
/* End Components Of Featured Page */
.feat {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}

.feat .container .feat-1 {
  display: flex;
  align-items: center;
}
.feat .container .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 50px;
  position: relative;
  margin-top: 30px;
}
.feat-box {
    position: relative;
  overflow: hidden;
  width: fit-content;
  height: 177px;
  margin: 0 auto;
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.feat-box img {
  position: relative;
  z-index: -1;
}
.feat-box .text {
  position: absolute;
  display: flex;
  background: rgba(21, 35, 6, 0.57);
  bottom: 0px;
  padding: 8px;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -ms-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
}
.feat-box .text .spans {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: white;
}
.feat-box button {
  border: 1px solid black;
  border-radius: 10px;
  font-size: 13px;
  padding: 5px 7px;
  position: absolute;
  right: 15px;
  bottom: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: white;
  background-color: #25c24a;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* End Featured Offers  */

/* Start Offer Walls */
.offers {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.offers .flex button {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 12px;
  width: 150px;
  height: 40px;
  color: white;
  border: none;
  z-index: 151;
}
.offers .flex button a {
  width: 150px;
  height: 40px;
  color: white;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offers .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offers .container .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .offers .container .content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 0px;
    row-gap: 50px;
    margin-top: 30px;
  }
}
.offers-card {
    background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter:drop-shadow(10px 53px 20px #0882319d);
  -webkit-filter:drop-shadow(10px 53px 20px #0882319d);
  width: 264px;
  height: 143px;
  margin: 0 auto;
}
.offers-card img:not(.edit-size) {
  max-width: calc(100% - 30px);
}
.offers-card .edit-size {
  position: absolute;
  top: 50%;
  left: 64%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
@media (max-width: 991px) {
  .offers-card .edit-size {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 64%;
    transform: translate(-50%, -50%);
  }
}
/* End Offer Walls */

/* Start Surveys */
.surveys {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.surveys .container .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 80px;
  margin-top: 30px;

      display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 0px;
    row-gap: 50px;
    margin-top: 30px;

}
.surveys-box {
    background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter:drop-shadow(10px 53px 20px #0882319d);
  -webkit-filter:drop-shadow(10px 53px 20px #0882319d);
  width: 280px;
  height: 140px;
  margin: 0 auto;
}

.surveys-box img {
  max-width: calc(100% - 20px);
}
/* End Surveys */

/* Start Media Of Components */
@media (max-width: 480px) {
  .comp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .comp h1 {
    font-size: 22px;
    text-align: center;
  }
  .comp .image img {
    width: 50px;
    height: 50px;
  }
  .comp + p {
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
  }

  .offers .flex {
    flex-direction: column;
  }
}
/* End Media Of Components */

/* End Styling Of Featured Page */


/******************************************************************/


/* Start Styling Of CashOut Page */

/* Start Cashout  */
.cashout {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.cashout-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.cashout-title-img {
    width: 50px;
  height: 50px;
}
.cashout-title-h1 {
  text-transform: uppercase;
}

.cashout-p {
    line-height: 1.5;
  max-width: 600px;
  background: rgba(196, 196, 196, 0.15);
  border-radius: 12px;
  padding: 8px 20px 8px 30px;
  font-size: 15px;
}

/* End Cashout  */

/* Start withdraw Cash */
.withdraw {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.withdraw .container {
  margin-top: var(--mainMargin);
}
.withdraw-heading {
  color: #afcaec;
  text-transform: uppercase;
}
.withdraw .cash-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 18px;
  row-gap: 35px;
}
.withdraw-boxes {
  width: 250px;
  height: 130px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  margin: 0 auto;
}
.withdraw-boxes img {
  max-width: 100%;
}
.withdraw-pay img {
  width: 204px;
  margin-top: 10px;
}
.withdraw-boxes img:not(.withdraw-pay img) {
  width: 65px;
}
.withdraw-tether img {
  height: 58.5px;
}
.withdraw-boxes span {
  font-size: 30px;
}
.withdraw-pay {
    background: #1A89DA;
  background: linear-gradient(257.01deg, rgba(0, 152, 200, 0.71) 1.17%, #00C2FF 100%);
  filter: drop-shadow(1px 2px 20px #1A89DA);
  -webkit-filter: drop-shadow(1px 2px 20px #1A89DA);
}
.withdraw-bit {
  background: linear-gradient(257.01deg, #FF9900 1.17%, #000000 170%);
  filter: drop-shadow(1px 2px 20px #ff990071);
  -webkit-filter: drop-shadow(1px 2px 20px #ff990071);
}
.withdraw-eth {
  background: linear-gradient(257.01deg, rgba(97, 0, 255, 0.71) 1.17%, #000000 170%);
  filter: drop-shadow(1px 2px 20px #4A1EA9);
  -webkit-filter: drop-shadow(1px 2px 20px #4A1EA9);
}
.withdraw-tether {
  background: linear-gradient(257.01deg, rgba(0, 255, 194, 0.71) 1.17%, rgba(16, 99, 79, 0.933858) 77.46%, #000000 170%);
  filter: drop-shadow(1px 2px 20px #30B76E);
  -webkit-filter: drop-shadow(1px 2px 20px #30B76E);
}
.withdraw-litecoin {
  background: linear-gradient(257.01deg, rgba(2, 47, 114, 0.71) 1.17%, #000000 130%);
  filter: drop-shadow(1px 2px 20px #142450);
  -webkit-filter: drop-shadow(1px 2px 20px #142450);
}
/* End withdraw Cash */

/* Start Withdraw GiftCards */
.gitcards {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.gitcards .container {
  margin-top: var(--mainMargin);
}
.gitcards-heading {
  text-transform: uppercase;
  font-family: 'ABeeZee';
}
.gitcards .container .amz-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 18px;
  row-gap: 35px;
}
.amz-box {
  width: 250px;
  height: 130px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  margin: 0 auto;
  background: #000000;
}
.special-amz {
  filter: drop-shadow(1px 2px 20px #683800);
  -webkit-filter: drop-shadow(1px 2px 20px #683800);
}
.amz-box img {
  max-width: 100%;
}
/* End Withdraw GiftCards */

/* Start Skins */
.skins {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.skins .container {
  margin-top:var(--mainMargin);
}
.skins-heading {
  text-transform: uppercase;
  font-family: 'ABeeZee';
}
.skins .container .skin-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 18px;
  row-gap: 35px;
}
.skin-box {
  width: 250px;
  height: 130px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  margin: 0 auto;
}
.spcial-red {
  background: #B60606;
  filter: drop-shadow(1px 2px 20px #B60606);
  -webkit-filter: drop-shadow(1px 2px 20px #B60606);
}
.spcial-blue {
  background: #0DB6EC;
  filter: drop-shadow(1px 2px 20px #0DB6EC);
  -webkit-filter: drop-shadow(1px 2px 20px #0DB6EC);
}
.spcial-yellow {
  background: rgba(235, 255, 0, 0.7);
  filter: drop-shadow(1px 2px 20px rgba(235, 255, 0, 0.7));
  -webkit-filter: drop-shadow(1px 2px 20px rgba(235, 255, 0, 0.7));
}
.skin-box  img{
  max-width: 100%;
}

/* End Skins */
/* Media OF H1 */
@media (max-width: 500px) {
  .container h1 {
    text-align: center;
  }
}
/* End Styling Of CashOut Page */

/******************************************************************/

/* Start Styling Leaderboard Page */
/* Start Leaderboard */
.leader {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.leader .container .lead {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.leader .container .lead .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.leader .container .lead img {
  width: 43px;
  margin-bottom: 25px;
}
.leader .container .lead .text p {
  font-size: 40px;
}
.leader .container .lead .text span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.leader .container .two-boxes {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leader .container .two-boxes a {
  padding: 10px 13px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  font-size: 15px;
  font-weight: 300;
}
.leader .container .two-boxes a:nth-child(1) {
  color: #0BF54D
}
.leader .container .two-boxes a:nth-child(2) {
  color: #FFF500;
}
@media (max-width: 767px) {
  .leader .container .lead .text p {
    font-size:30px;
  }
  .leader .container .lead .text span {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .leader .container .lead img {
    width: 30px;
  }
  .leader .container .lead .text p {
    font-size: 16px;
  }
  .leader .container .lead .text span {
    font-size: 12px;
    text-align: center;
    max-width: 200px;
    max-width: 175px;
    line-height: 1.4;
  }
  .leader .container .two-boxes {
    flex-direction: column;
    gap: 10px;
  }
}
/* End Leaderboard */



/* Start Points */
 .points {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.points .container table {
  width: 100%;
  border-spacing: 0;
  border: none;
  overflow: hidden;
  border-collapse:separate; 
  border-spacing: 0 10px;
  counter-reset: increase;
}
.points .container table thead {
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;
  border: none;
}
.points .container table thead tr {
  border: none;
  margin-top: 13px;
}
.points .container table thead tr td {
  padding: 12px 0px 12px 0;
  border: none;
  text-align: center;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
}
.points .container table thead tr td:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 5px;
}
.points .container table thead tr td:nth-child(4) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.points .container table tbody tr {
  border: none;
  margin-top: 13px;
  font-size: 13px;
}
.points .container table tbody tr td {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  padding: 12px 0px 12px 0;
  text-align: center;
}
.points .container table tbody tr td:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 5px;
  padding-bottom: 27px;
}
.points .container table tbody tr td:nth-child(4) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.counter::after {
  counter-increment: increase;
  content: counter(increase);
  position: absolute;
}

@media (max-width: 400px) {
  .points .container table thead tr td {
    width: 20px;
  }
} 
/* End Points */



/* Start Points */
/*.points {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.points .container .rows {
  counter-reset: increase;
}
.points .container .rows .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;

}

@media (max-width: 766px) {
  .points .container .rows .row {
    grid-template-columns: 60px 145px 145px 85px;
    gap: 10px;
    width: fit-content;
    margin: 13px auto;
  }
  .edit {
    font-size: 14px;
  }
}


.points .container .rows .row span:not(.counter, .active) {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.points .container .rows .row:not(.row-1) {
  font-size: 14px;
}
.edit {
  font-size: 18px;
}
.points .container .rows .counter,
.points .container .rows .active {
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.counter::after {
  counter-increment: increase;
  content: counter(increase);
  position: relative;
} 
/* @media (max-width:530px) {
  .points .container .rows .row {
    grid-template-columns: 28px 88px 68px 85px;
    gap: 0px;
    width: fit-content;
    margin: 13px auto;
  }
  .edit {
    font-size: 14px;
  }
  .points .container .rows .row:not(.row-1) {
    font-size: 12px;
  }
  .edit-2 {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-34%, -57%);
  }
} */

@media (max-width:1199px) {
  .points {
    overflow: auto;
    margin-right: 30px;
  } 
  .points .container .rows{
    width: 1500px;
  }
  .points .container .rows .row span:not(.counter, .active) {
    display: inline;
  }
  .points .container .rows .row {
    display: grid;
    grid-template-columns: 200px 1fr 1fr 1fr;
    gap: 50px;
    background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
    border-radius: 12px;
    padding: 0 0px 10px 20px;
    margin-top: 13px;
    width: 100%;
  }
}
@media (min-width: 1119px) {
  .points .container .rows .row {
    display: grid;
    grid-template-columns: 80px 1fr 1fr 1fr;
    gap: 50px;
    background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
    border-radius: 12px;
    padding: 0 0px 10px 20px;
    margin-top: 13px;

  }
}
/* End Points */
/* Start Styling Leaderboard Page */



/******************************************************************/

/* Start Styling Of Profile Page */

/* Start Customize Login Button */
.button-login {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  background: linear-gradient(180deg, rgba(18, 234, 78, 0.75) 0%, rgba(16, 158, 133, 0.75) 100%);
  border-radius: 8px;
  border: none;
  font-weight: 400;
  transition:var(--mainTransition) ;
  -webkit-transition:var(--mainTransition) ;
  -moz-transition:var(--mainTransition) ;
  -ms-transition:var(--mainTransition) ;
  -o-transition:var(--mainTransition) ;
  width: 180px;
  height: 50px;
}
.button-login .arrow {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.button-login .text-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.button-login a [alt="user2"] {
  width:25px;
  height:25px;
}
.button-login .text-btn .points-btn {
  background: linear-gradient(180deg, #22E341 0%, rgba(0, 103, 16, 0.99) 100%);
  border-radius: 12px;
  padding: 3px 12px;
  font-size: 12px;
}
.button-login .text-btn span {
  font-size: 14px;
}
.button-login .text-btn span,
.button-login .text-btn .points-btn {
  color: white;
}
.header-profile {
  height: 69px;
}
.button-login .list {
  position: relative;
}
.button-login .list .arrow-links {
  display: none;
}
/* This Class (.arrow-links-opened) Added With JS When Arrow-down 
Which into Login Button. was Clicked, This Class Added To Ul Elements To open The List */
.button-login .list .arrow-links-opened {
  min-width: 205px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(100% + 20px);
  left: -38px;
  align-items: flex-start;
  background: linear-gradient(180deg, rgb(3, 197, 58) 0%, rgb(16, 158, 132) 100%);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 4;
  gap: 15px;
}
.button-login .list .arrow-links li {
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
  width: 100%;
}
.button-login .list .arrow-links li:hover {
  padding-left: 7px;
}
.button-login .list .arrow-links li a {
  color: rgb(255, 255, 255);
  width: 100%;
}
.button-login .list .arrow-links li:hover a {
  color: #fff;
}


@media (max-width: 992px) {
  .button-login {
    width: fit-content;
    height:40px;
  }
  .button-login a [alt="user2"] {
    width:20px;
    height:20px;
  }
  .button-login .text-btn {
    display: none;
  }
  .button-login .arrow {
    width: 13px;
    height: 13px;
    cursor: pointer;
  }
  .button-login .list .arrow-links-opened {
    min-width: 205px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(100% + 13px);
    left: -155px;
    align-items: flex-start;
    background: linear-gradient(180deg, rgb(3, 197, 58) 0%, rgb(16, 158, 132) 100%);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 4;
    gap: 15px;
  }
}
/* End Customize Login Button */


/* Start XP-Earned */
.xp-earned {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.xp-earned .container .content-progress {
  display: flex;
  align-items: center;
  gap: 10px;
}
.xp-earned .container .content-progress img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.xp-earned .container .content-progress .prog-holder {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.xp-earned .container .content-progress .prog-holder p {
  font-size: 13px;
}
.xp-earned .container .content-progress .prog-holder .prog {
  height: 8px;
  background-color: #000000;
  border-radius: 12px;
}
.xp-earned .container .content-progress .prog-holder .prog span {
  display: block;
  height: 100%;
  background-color: var(--SecColor);
  border-radius: 12px;
}
.xp-earned .container-2 .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
  margin-top: var(--mainMargin);
}
.xP-earned-box {
  width: 220px;
  height: 120px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}
.xP-earned-box span {
  color: #06ED47;
  font-size: 30px;
}
.xP-earned-box p {
  font-size: 20px;
}
@media (max-width: 566px) {
.xP-earned-box {
    margin: 0 auto;
  }
}
/* When Making  Icon Display When Screen Became Less Than 992px In The Same Time Make All Links Hidden To Put It In Icon */
@media (max-width: 992px) {
  .header-profile .container .center-section {
    display: none;
  }
  .header-profile .links .icon + .active {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(100% + 14px);
    right: 20px;
    align-items: flex-start;
    background-color: rgb(85, 11, 131);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 4;
    min-width: 175px;
    margin-top: 0;
  }
  .header-profile .links .icon + .active li {
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
  }
  .header-profile .links .icon + .active li:not(.btn-one):hover {
  padding-left: 7px;
  }
  .header-profile .container .center-section a {
    justify-content: flex-start;
    display: flex;
  }
  .header-profile .container .links .center-section .right-section {
    margin: 0 auto;
  }
  .header-profile .container .links .center-section .right-section .use {
    display: block;
    margin: 0px auto;
    padding: 12px 10px;
  }
  .header-profile .container .links .center-section .right-section .use a {
    font-size: 10px;
  }
}
/* End XP-Earned */

/* Start Personal Info Section One */
.p-info {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.p-info .container form .info-and-pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
/*Main Div*/
.p-info .container form .info-and-pass .info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Gender Input Start */
.p-info .container form .info-and-pass .info .gender {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .container form .info-and-pass .info .gender > .g-label {
  font-size: 20px;
}
.p-info .container form .info-and-pass .info .gender .select-gender {
  /*width: fit-content;
  */width: 120px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 15px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.p-info .container form .info-and-pass .info .gender option:nth-child(1),
.p-info .container form .info-and-pass .info .gender option:nth-child(2) {
  color: black;
}

/* Gender Input End */

/* fName Input Start */
.p-info .container form .info-and-pass .info .fName {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .container form .info-and-pass .info .fName > .f-label {
  font-size: 20px;
}
.p-info .container form .info-and-pass .info .fName .firstName {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 150px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* fName Input End */

/* lName Input End */
.p-info .container form .info-and-pass .info .lName {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .container form .info-and-pass .info .lName > .l-label {
  font-size: 20px;
}
.p-info .container form .info-and-pass .info .lName .lastName {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 150px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* lName Input End */


/*Main Div*/
.p-info .container form .info-and-pass .pass {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-basis: 30%;
}

/* Old Password Input Start */
.p-info .container form .info-and-pass .pass .old-pass {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .container form .info-and-pass .pass .old-pass > .old-label {
  font-size: 20px;
}
.p-info .container form .info-and-pass .pass .old-pass .oldPassword {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 220px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* Old Password Input End */


/* New Password Input Start */
.p-info .container form .info-and-pass .pass .new-pass {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .container form .info-and-pass .pass .new-pass > .new-label {
  font-size: 20px;
}
.p-info .container form .info-and-pass .pass .new-pass .newPassword {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 220px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* New Password Input End */

/* Confirm Password Input Start */
.p-info .container form .info-and-pass .pass .confirm-pass {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .container form .info-and-pass .pass .confirm-pass > .conf-label {
  font-size: 20px;
}
.p-info .container form .info-and-pass .pass .confirm-pass .confirmPassword {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 220px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* Confirm Password Input End */

/*Making Media*/
@media (max-width:500px) {
  .p-info .container form .info-and-pass {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
  }
  .p-info .container h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
  }
}
/* End Personal Info Section One */

/* Birthday Input Start */
.p-info .container form .birthday {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .container form .birthday label {
  font-size: 20px;
}
.p-info .container form .birthday .date-bir {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 220px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* Birthday Input End */


/*Main Div*/
.p-info .container form .other-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}


/* Left-Section Inputs End */
.p-info .container form .other-inputs .left-section-inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Email Input Start */
.p-info .email-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .email-input label {
  font-size: 20px;
}
.p-info .email-input .email {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 333px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* Email Input End */


/* Phone Number Input Start */
.p-info .phone {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .phone label {
  font-size: 20px;
}
.p-info .phone .tele {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 333px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* Phone Number Input End */

/* Date Joined Input Start */
.p-info .data-join {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .data-join label {
  font-size: 20px;
}

.p-info .data-join .joining-date {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 333px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* Date Joined Input End */

/* Location Input Start */
.p-info .location {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info .location label {
  font-size: 20px;
}
.p-info .location .loc {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 333px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* Location Input End */

/* Left-Section Inputs End */

/* Right-Section Inputs Start */
.p-info .container form .other-inputs .right-section-button {
  height: fit-content;
  flex-basis: 30%;
}
.p-info .container form .delete {
  background: linear-gradient(265.57deg, rgba(255, 0, 0, 0.3) 0%, rgba(66, 0, 254, 0.3) 99.17%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 130px;
  height: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
}
/* Right-Section Inputs End */
@media (max-width: 500px) {
  .p-info .container form .birthday {
    margin-top: 50px;
  }
}
@media (max-width: 550px) {
  .p-info .container form .other-inputs {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-direction: column;
    gap: 45px;
  }
}
@media (max-width: 375px) {
  .p-info .location .loc,
  .p-info .phone .tele,
  .p-info .data-join .joining-date,
  .p-info .email-input .email {
    width: 270px;
  }
  .p-info .phone label {
    font-size: 18px;
  }
}

/* End Styling Of Profile Page */

/************************************************/
/* Start Styling Of Refer and Earn Page */
/* Start Refer and Earn */
.refer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.refer .container p {
  font-size: 19px;
}
.refer .container {
  position: relative;
}
.refer .container::after {
  content: ""; 
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  background: white;
  top: calc(100% + 17px);
  left: 15px
}

@media (max-width: 480px) {
  .comp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .comp h1 {
    font-size:22px;
    text-align: center;
  }
  .comp .image img {
    width: 50px;
    height: 50px;
  }
  .comp + p {
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
  }
}
/* End Refer and Earn */
/* Start Commission */
.commission {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.commission .container div .para {
  font-size: 20px;
}
.commission .container div .offers {
  padding: 5px 12px 15px;
}
.commission .container div .offers p {
  margin-top: 16px;
  font-weight: 300;
}
@media (max-width:767px) {
  .commission .container div .para {
    font-size: 16px;
    line-height: 1.6;
  }
  .commission .container div .offers p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width:500px) {
  .commission .container div .para {
    text-align: center;
    line-height: 1.6;
  }
  .commission .container div .offers p {
    font-size: 14px;
    line-height: 1.6;
    
  }
}
.commission .container .referral-link {
  margin-top: 25px;
}
.commission .container .referral-link p {
  margin-bottom: 15px;
}
.commission .container .referral-link .url {
  background: linear-gradient(347.22deg, rgba(0, 0, 0, 0.22) -21.46%, rgba(51, 57, 45, 0.836171) 27.79%, rgba(62, 73, 51, 0.897909) 56.65%, #50623E 90.46%);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px 5px 13px;
  width: 800px;
}
.commission .container .referral-link .url .copyTextarea {
  resize: none;
  height: 25px;
  width: calc(100% - 90px);
  background: transparent;
  color: white;
  outline: none;
  border: none;
  margin-top: 8px;
}
.commission .container .referral-link .url .linkCopyBtn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
}
@media (max-width: 991px) {
  .commission .container .referral-link .url {
    width: 100%;
  }
}
@media (max-width:767px) {
  .commission .container .referral-link .url {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
  }
  .commission .container .referral-link .url .copyTextarea {
    text-align: center;
    width: 100%;
  }
}
/* End Commission */

/* Start Share */
.share {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.share .container p {
  font-size: 18px;
}
.share .container .social-media {
  display: flex;
  gap: 15px;
  margin: 12px 0;
}
.share .container .social-media a img{
  width: 40px;
  height: 40px;
}
.share .container span {
  font-size: 14px;
}

@media (max-width: 415px) {
  .share .container .social-media a img{
    width: 35px;
    height: 35px;
  }
  .share .container span {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
  }
}
/* End Share */
/* End Styling Of Refer and Earn Page */

/**********************************************/

/* Start Styling Of Transactions Page */
/* Start Transactions */
.trans {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.trans .container p {
  font-size: 16px;
}
.trans .container {
  position: relative;
}
.trans .container::after {
  content: ""; 
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  background: white;
  top: calc(100% + 17px);
  left: 15px
}
@media (max-width: 992px ) {
  .trans .container p {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .comp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .comp h1 {
    font-size: 22px;
    text-align: center;
  }
  .comp .image img {
    width: 50px;
    height: 50px;
  }
  .comp + p {
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
  }
}
/* End Transactions */



/* Start Transactions Table */
.trans-table {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.trans-table .container table {
  width: 100%;
  border-spacing: 0;
  border: none;
  overflow: hidden;
  border-collapse:separate;
  border-spacing: 0 10px;
  background: linear-gradient(180deg, rgba(79, 236, 132, 0.31) 0%, rgba(0, 164, 154, 0.16282) 47.48%, rgba(11, 0, 138, 0.28) 100%);
  padding: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.trans-table .container table thead {
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;
  border: none;
}
.trans-table .container table thead tr {
  border: none;
  margin-top: 13px;
}
.trans-table .container table thead tr td {
  padding: 12px 0px 12px 0;
  border: none;
  text-align: center;
  padding-left: 15px;
  background: linear-gradient(180deg, #228f2d85 -12.48%, rgb(24 62 197 / 37%) 100%);
}
/* mo999dev */
.trans-table .container table thead tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.trans-table .container table thead tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.trans-table .container table tbody {
  padding: 12px;
  position: relative;
}
.trans-table .container table tbody tr {
  border: none;
  margin-top: 13px;
  font-size: 13px;
}
.trans-table .container table tbody tr td {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  padding: 12px 0px 12px 0;
  text-align: center;
  padding-left: 15px;
  height: 38.94px;
  
}
.trans-table .container table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.trans-table .container table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 400px) {
  .trans-table .container table thead tr td {
    width: 20px;
  }
  .trans-table .container table tbody tr {
    font-size: 14px;
  }
  .trans-table .container table tbody tr {
    width: 15px;
  }
}

@media (max-width:1199px) {
  .trans-table {
    overflow: auto;
    margin-right: 20px;
  } 
  .trans-table .container table {
    width: 1500px;
  }
  .trans-table .container table thead tr td,
  .trans-table .container table tbody tr td{
    text-align: left;
    padding-left: 15px;
    min-width: 500px;
  }

}
/* End Transactions Table */




/* Start Transactions Table */
.trans-table {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
/* @media (min-width: 1199px) {
  .trans-table .container .trans-row {
  width: 1000px;
  margin: 0 auto;
  }
} */

.trans-table .container .trans-row .transactions-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;
  background: linear-gradient(180deg, #228f2d85 -12.48%, rgb(24 62 197 / 37%) 100%);
}
.trans-table .container .trans-row .transactions-row span {
  text-align: center;
  padding: 10px 10px 0px 0px;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .trans-table .container .trans-row .transactions-row {
    gap:5px
  }
}

/* @media (min-width: 1199) {
  .trans-table .container .trans-row .content {
    width: 1000px;
    margin: 0 auto;
  }
} */
.trans-table .container .trans-row .content {
  margin-top: 5px;
  background: linear-gradient(180deg, rgba(79, 236, 132, 0.31) 0%, rgba(0, 164, 154, 0.16282) 47.48%, rgba(11, 0, 138, 0.28) 100%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 0px;
}

.trans-table .container .trans-row .content .row-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;
  background: linear-gradient(180deg, #228f2d85 -12.48%, rgb(24 62 197 / 37%) 100%);
  width: calc(100% - 20px);
  margin: 0 auto;
}
.trans-table .container .trans-row .content .row-content span {
  text-align: center;
  padding:  10px 0px 0px;
  font-size: 15px;
  height: 25.22px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.trans-table .container .trans-row .content .row-content span:not(.trans-table .container .trans-row .content .row-content span:nth-child(3),.trans-table .container .trans-row .content .row-content span:nth-child(4)) {
  margin-right: 20px;
}
/* @media (max-width: 767px) {
  .trans-table .container .trans-row .content .row-content {
    gap:5px
  }
}
@media (max-width: 500px) {
  .trans-table .container .trans-row .content .row-content span {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .trans-table .container .trans-row .content .row-content span {
    font-size: 10px ;
  }
} */
@media (max-width:1199px) {
  .trans-table {
    overflow: auto;
    margin-right: 30px;
  } 
  .trans-table .container .trans-row {
    width: 1500px;
  }
  .trans-table .container .trans-row .transactions-row span,
  .trans-table .container .trans-row .content .row-content span{
    text-align: left;
    /* min-width: 500px; */
    display: inline;
  }
  .trans-table .container .trans-row .transactions-row span {
    padding-left: 15px;
  }
  .trans-table .container .trans-row .content .row-content {
    gap: 5px;
  }
  .trans-table .container .trans-row .transactions-row {
    gap: 0;
  }
}
/* End Transactions Table */
/* End Styling Of Transactions Page */


/******************************************************/

/* Start Styling Of Completed Withdrawals Page */
/* Start Transactions */
.trans {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.trans .container p {
  font-size: 16px;
}
.trans .container {
  position: relative;
}
.trans .container::after {
  content: ""; 
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  background: white;
  top: calc(100% + 17px);
  left: 15px
}
@media (max-width: 992px ) {
  .trans .container p {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .comp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .comp h1 {
    font-size: 22px;
    text-align: center;
  }
  .comp .image img {
    width: 50px;
    height: 50px;
  }
  .comp + p {
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
  }
}
/* End Transactions */

/* Start Completed Withdrawals Table */
.withdrawals-table {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
/* @media (min-width: 1199px) {
  .withdrawals-table .container .with-row {
  width: 1000px;
  margin: 0 auto;
  }
} */

.withdrawals-table .container .with-row .withdrawals-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;
  background: linear-gradient(180deg, #228f2d85 -12.48%, rgb(24 62 197 / 37%) 100%);
}
.withdrawals-table .container .with-row .withdrawals-row span {
  text-align: center;
  padding: 10px 10px 0px 0px;
  /* margin-right: 20px; */
}
@media (max-width: 500px) {
  .withdrawals-table .container .with-row .withdrawals-row {
    gap:5px
  }
}

/* @media (min-width: 1199) {
  .withdrawals-table .container .with-row .content {
    width: 1000px;
    margin: 0 auto;
  }
} */
.withdrawals-table .container .with-row .content {
  margin-top: 5px;
  background: linear-gradient(180deg, rgba(79, 236, 132, 0.31) 0%, rgba(0, 164, 154, 0.16282) 47.48%, rgba(11, 0, 138, 0.28) 100%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 0px;
}

.withdrawals-table .container .with-row .content .row-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;
  background: linear-gradient(180deg, #228f2d85 -12.48%, rgb(24 62 197 / 37%) 100%);
  width: calc(100% - 20px);
  margin: 0 auto;
}
.withdrawals-table .container .with-row .content .row-content span {
  text-align: center;
  padding:  10px 0px 0px;
  font-size: 15px;
  height: 25.22px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.withdrawals-table .container .with-row .content .row-content span:not(.withdrawals-table .container .with-row .content .row-content span:nth-child(3),.withdrawals-table .container .with-row .content .row-content span:nth-child(4)) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .withdrawals-table .container .with-row .content .row-content {
    gap:5px
  }
}
@media (max-width: 500px) {
  .withdrawals-table .container .with-row .content .row-content span {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .withdrawals-table .container .with-row .content .row-content span {
    font-size: 10px ;
  }
}
@media (max-width: 370px) {
  .withdrawals-table .container .with-row .withdrawals-row span {
    margin-right: 5px;
  }
}
@media (max-width: 350px) {
  .withdrawals-table .container .with-row .content .row-content {
    padding: 0 0px 10px 2px;
  }
}
@media (max-width:1199px) {
  .withdrawals-table {
    overflow: auto;
    margin-right: 30px;
  } 
  .withdrawals-table .container .with-row {
    width: 1500px;
  }

  .withdrawals-table .container .with-row .withdrawals-row span {
    text-align: left;
    /* min-width: 500px; */
    display: inline;
  }
  .withdrawals-table .container .with-row .withdrawals-row span:not(.withdrawals-table .container .with-row .withdrawals-row span:nth-child(3)) {
    padding-left: 15px;
  }
  .withdrawals-table .container .with-row .content .row-content {
    gap: 10px;
  }
  .withdrawals-table .container .with-row .withdrawals-row {
    gap: 0;
  }
  .withdrawals-table .container .with-row .content .row-content span {
    padding-left: 0px;
    text-align: left;
  }
}
/* End Completed Withdrawals Table */




/* Start Completed Withdrawals Table */
/* .withdrawals-table {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.withdrawals-table .container table {
  width: 100%;
  border-spacing: 0;
  border: none;
  overflow: hidden;
  border-collapse:separate;
  border-spacing: 0 10px;
  background: linear-gradient(180deg, rgba(79, 236, 132, 0.31) 0%, rgba(0, 164, 154, 0.16282) 47.48%, rgba(11, 0, 138, 0.28) 100%);
  padding: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.withdrawals-table .container table thead {
  border-radius: 12px;
  padding: 0 0px 10px 20px;
  margin-top: 13px;
  border: none;
}
.withdrawals-table .container table thead tr {
  border: none;
  margin-top: 13px;
}
.withdrawals-table .container table thead tr td {
  padding: 12px 0px 12px 0;
  border: none;
  text-align: center;
  background: linear-gradient(180deg, #228f2d85 -12.48%, rgb(24 62 197 / 37%) 100%);
}
.withdrawals-table .container table thead tr td:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
}
.withdrawals-table .container table thead tr td:nth-child(4) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.withdrawals-table .container table tbody {
  padding: 12px;
  position: relative;
}
.withdrawals-table .container table tbody tr {
  border: none;
  margin-top: 13px;
  font-size: 13px;
}
.withdrawals-table .container table tbody tr td {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  padding: 12px 0px 12px 0;
  text-align: center;
  height: 38.94px;
  
}
.withdrawals-table .container table tbody tr td:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.withdrawals-table .container table tbody tr td:nth-child(4) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 400px) {
  .withdrawals-table .container table thead tr td {
    width: 20px;
  }
  .withdrawals-table .container table tbody tr {
    font-size: 12px;
  }
  .withdrawals-table .container table tbody tr {
    width: 15px;
  }
} */
/* End Completed Withdrawals Table */

/* End Styling OfCompleted Withdrawals Page */


/********************************************************/

/* Start Styling Of Login Page */
.login-page {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.login-page .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .container .login h1 {
  text-align: center;
  font-weight: 400;
  max-width: 380px;
}
.login-page .container .login form {
  max-width: 380px;
}

/* Start userName Input */
.login-page .container .login form .userName {
  position: relative;
  width:100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.login-page .container .login form .userName img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 4px;
}
.login-page .container .login form .userName .log-user {
  border: none;
  outline: none;
  padding: 12px 12px 12px 40px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: white;
  width: 100%;
}
.login-page .container .login form .userName .log-user ::placeholder {
  color: white;
}
/* End userName Input */


/* Start Password Input */
.login-page .container .login form .loginPassword {
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  
}

.login-page .container .login form .loginPassword img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 4px;
}
.login-page .container .login form .loginPassword .log-pass {
  border: none;
  outline: none;
  padding: 12px 12px 12px 40px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: white;
  width: 100%;
}
/* .login-page .container .login form .loginPassword .eye-icon {
  display: flex;
  align-items: center;
} */

.login-page .container .login form .loginPassword .eye-icon {
  position: absolute;
  left: calc(100% - 30px);
  color: #0bb5e2;
  cursor: pointer;
}
/* End Password Input */
.login-page .container .login form .forget {
  display: block;
  text-align: right;
  max-width: 100%;
  margin-bottom: 10px;
}
.login-page .container .login form .forget a {
  color: white;
  font-size: 13px;
}
/* Start Checkbox */
.check-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.check-box .checkbox  {
  accent-color: #0fbcda;
  outline: 2px solid #0fbcda;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.check-box .checkbox::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 14px;
  color: white;
  display: none;
  padding-left: 2px ;
}
.check-box .checkbox:checked {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
}
.check-box .checkbox:checked::after {
  display: block;

}
.check-box:checked {
  color: transparent;
  
}
.check-box .checkbox + label {
  cursor: pointer;
  font-size: 15px;
}
@media (max-width: 403px) {
.check-box .checkbox + label {
    font-size: 12px;
  }
.check-box {
    gap: 6px;
  }
}
/* End Checkbox */

/* Start Login button */
.login-page .container .login form .log-btn {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.log-btn input {
  border: none;
  outline: none;
  padding: 12px 12px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: white;
  width: 100%;
  cursor: pointer;
  font-size: 18px ;
}
/* End Login button */

/* Start Login-options */
.login-options {

  display: flex;
  flex-direction: column;
  gap: 15px;

}
.login-options .google,
.login-options .steam {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  border-radius: 8px;
  padding: 6px;
  font-size: 18px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
}
.login-options .google img,
.login-options .steam img {
  width: 30px;
  height: 30px;
}

/* End Login-options */

/* End Styling Of Login Page */

/********************************************************/

/* End Styling Of SingUp Page */
.sign-page {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.sign-page .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-page .container .signUp h1 {
  text-align: center;
  font-weight: 400;
  max-width: 380px;
}
.sign-page .container .signUp form {
  max-width: 380px;
}

/* Start userName Input */
.sign-page .container .signUp form .userName {
  position: relative;
  width:100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sign-page .container .signUp form .userName img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 4px;
}
.sign-page .container .signUp form .userName .sign-user {
  border: none;
  outline: none;
  padding: 12px 12px 12px 40px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: white;
  width: 100%;
}
.sign-page .container .signUp form .userName .sign-user ::placeholder {
  color: white;
}
/* End userName Input */

/* Start Email Input */
.sign-page .container .signUp form .email {
  position: relative;
  width:100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sign-page .container .signUp form .email i {
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 25px;
  color: #1da0b3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 4px;
}
.sign-page .container .signUp form .email .sign-email {
  border: none;
  outline: none;
  padding: 12px 12px 12px 40px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: white;
  width: 100%;
}
.sign-page .container .signUp form .email .sign-email ::placeholder {
  color: white;
}
/* End Email Input */




/* Start Password Input */
.sign-page .container .signUp form .signPassword {
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  
}

.sign-page .container .signUp form .signPassword img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 4px;
}
.sign-page .container .signUp form .signPassword .sign-pass {
  border: none;
  outline: none;
  padding: 12px 12px 12px 40px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: white;
  width: 100%;
}

.sign-page .container .signUp form .signPassword .eye-icon {
  position: absolute;
  left: calc(100% - 30px);
  color: #0bb5e2;
  cursor: pointer;
}
/* End Password Input */
.sign-page .container .signUp form .forget {
  display: block;
  text-align: right;
  max-width: 100%;
  margin-bottom: 10px;
}
.sign-page .container .signUp form .forget a {
  color: white;
  font-size: 13px;
}

/* Start sign button */
.sign-page .container .signUp form .log-btn {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.log-btn input {
  border: none;
  outline: none;
  padding: 12px 12px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: white;
  width: 100%;
  cursor: pointer;
  font-size: 18px ;
}
/* End sign button */

/* Start sign-options */
.sign-page .container .signUp form .sign-options {
  display: flex;
  flex-direction: column;
  gap: 15px;

}
.sign-options .google,
.sign-options .steam {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  border-radius: 8px;
  padding: 6px;
  font-size: 18px;
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
}
.sign-options .google img,
.sign-options .steam img {
  width: 30px;
  height: 30px;
}

/* End sign-options */

/* End Styling Of SingUp Page */

/********************************************************/
/* Start Footer */
footer {
  padding-top:var(--mainPadding);
  padding-top:calc(var(--mainPadding) + 80px);
  padding-bottom: calc(var(--mainPadding) - 20px);
  font-family: 'K2D';
  font-style: normal;
  font-weight: 400;
  color: white;
}
footer .container .imgs {
  text-align: center;
}

footer .container .imgs img:nth-child(1) {
  width: 300px;
  margin-right: 10px;
}
footer .container .imgs img:nth-child(2) {
  width: 260px;
}
footer .container .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
footer .container .content .box h1{
  color: white;
  font-weight: 400;
  font-size: 30px;
}
@media (max-width: 767px) {
  footer .container .content .box:nth-child(3) ul  {
  display: grid;
  grid-template-columns: 100px;
  justify-content: center;
  margin-left: -28px;
}
}

footer .container .content .box ul li {
  margin-bottom: 15px;
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
  font-size: 20px;
  width: fit-content;
}
footer .container .content .box ul li:hover {
  padding-left: 8px;
}
footer .container .content .box ul li:hover a {
  color: white;
}
footer .container .content .box ul li a {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .container .content .box ul li a img {
  width: 27px;
  height: 27;
}
footer .container .copy-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}

@media (max-width: 500px) {
  footer .container .imgs img:nth-child(1) {
    width: 200px;
  }
  footer .container .imgs img:nth-child(2) {
    width: 180px;
  }
  footer .container .content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
    margin: 0 auto;
  }
  footer .container .content ul li {
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  footer .container .content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
    margin: 0 auto;
  }
  footer .container .content ul li {
    margin: 15px auto;
  }
  footer .container .copy-right {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer .container .copy-right p:first-child {
    margin-bottom: 10px;
  }
}
/* End Footer */



/********************************************************/
/* Start Styling Of Easy Offers Page */
.easy-offers {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.easy-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-bottom: var(--mainPadding);
}
.flex-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(62, 152, 152, 0.3) 0%, rgba(225, 62, 219, 0.3) 100%);
  border-radius: 12px;
  padding: 12px 0;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .flex-content {
    flex-direction: column;
  }
}
.flex-content:not(.flex-content:last-child) {
  margin-bottom: 30px;
}
.flex-leftSection {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 991px) {
  .flex-leftSection {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .flex-leftSection {
    flex-direction: column;
    text-align: center;
    gap:0px;
  }
}
.flex-leftSection-img {
  width: 85px;
  height: 100px;
}
.flex-leftSection-p {
  font-size: 16px;
  margin-top: 8px;
}
@media (max-width: 600px) {
  .flex-leftSection-p {
    line-height: 1.5;
  }
}
.btn-rightSec {
  border: none;
  background: #1AC755;
  border-radius: 4px;
}
.btn-rightSec-link {
  padding: 8px 12px;
  display: block;
  color: #fff;
}
@media (max-width: 600px) {
  .btn-rightSec {
    margin-top: 15px;
  }
}

/* Start Components*/
.hot-deal {
  position: absolute;
  top: 2px;
  width: 45px;
  right: 40px;
}
@media (max-width: 600px) {
  .hot-deal {
    top: 6px;
    right: 20px;
  }
}
@media (min-width: 991px) {
  .btn-rightSec-mt {
  margin-top: 25px;
  }
}
/* End Components*/
/* Start Styling Of Easy Offers Page */












/* Bootstrap Alert */



.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius, 0);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

/* End Bootstrap Alert */









/*  new adds  */

.landing {
  color: #fff;
}

.faq-more {
 text-align: center;
 text-decoration: underline;
}

.faq-more a {
  color: #fff;
}

.faq-more a:hover {
  color: #fff;
  transform: scale(1.3);
}


.mt-3 {
  margin-top: 1rem;
}

.hidden {
  display: none;
}

.mx-400 {
  max-width: 400px;
}

.text-link {
  color: inherit !important;
  text-decoration: none;
}

.text-bold {
  font-weight: bold;
}

.withdraw-boxes {
    position: relative;
    margin-bottom: 5rem;
    cursor: pointer;
}

.withdraw-boxes img.hidden-layer {
    z-index: 1;
    position: absolute;
    transform: scale(1.03);
    filter: blur(30px);
}
.withdraw-boxes img.shown-layer {
    z-index: 2;
    position: absolute;
}

.withdraw-boxes span.withdraw-description {
    position: absolute;
    top: calc(100% + 1.3rem);
    font-size: 18px;
}


.withdraw-boxes img:not(.withdraw-pay img) {
  width: initial !important;
}


.withdraw-boxes img {
  max-width: 100%;
  border-radius: 4px;
}


.trans-table tr td a {
    color: #fff;
}

.dataTable-pagination a {
  color: #fff !important;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
    background-color: #000000;
    cursor: default;
}

.dataTable-top {
    margin-bottom: 1rem;
}

.dataTable-selector {
    padding: 6px;
    background-color: transparent;
    color: #fff;
}

.theme-input,
.dataTable-input {
  background: linear-gradient(180deg, rgba(154, 251, 57, 0.3) 0%, rgba(52, 12, 215, 0.3) 100%);
  border-radius: 8px;
  outline: none;
  border: none;
  color: white;
  padding: 12px 20px;
  width: 333px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

header .container {
  width: 100% !important;
}

hr.footer {
  width: 80%;
  margin: 3rem auto;
  /* border: 0.1px solid #09ce7c; */
  box-shadow: 1px 1px 3px #700ba9;
  border: none;
  height: 3px;
  margin-top: 10rem;
}

footer {
    padding-top: initial !important;
}


button.btn-rightSec[disabled] {
  opacity: .6;
}

button.btn-rightSec[disabled] a{
  cursor: not-allowed;
}


.swal2-content {
  color: #eee !important;
}

.swal2-popup {
  background: linear-gradient(212.05deg, #FFFFFF 0%, #131430 0%, #141418 18.57%, #0F1033 28.97%, #370356 39.27%, #000000 92.1%), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)) !important;
  color: #eee !important;
}

.swal2-title {
  color: #fff !important;
}

.swal2-styled.swal2-confirm {
  background-color: #1ac755 !important;
}

.w-400p {
  max-width: 400px;
}


.userSwiper .swiper-slide {
  width: 225px !important;
}




/*chat btn*/
@media all{
.sb-main *{box-sizing:content-box;outline:none;}
.sb-main ::-webkit-input-placeholder{color:#a5aeb6;}
.sb-main ::-moz-placeholder{color:#a5aeb6;}
.sb-main :-ms-input-placeholder{color:#a5aeb6;}
.sb-main :-moz-placeholder{color:#a5aeb6;}
.sb-chat-btn{position:fixed;visibility:visible;bottom:20px;right:20px;left:auto;width:60px;height:60px;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.06),0 3px 32px rgba(0,0,0,0.16);transition:all 0.4s;background-color:rgb(55, 3, 86);z-index:999995;}
.sb-chat-btn:hover{background-color:#004c7d;}
.sb-chat-btn span{position:absolute;width:20px;height:20px;text-align:center;background:#ca3434;color:#fff;border-radius:100%;font-weight:500;font-size:11px;line-height:22px;top:0;left:-3px;animation:sb-fade-animation 0.3s;}
.sb-chat-btn span:empty,.sb-chat-btn span[data-count="0"]{display:none;}
.sb-chat-btn img{max-width:100%;width:60px;height:60px;position:absolute;left:0;top:0;margin:0;min-height:0!important;min-width:0!important;transition:all 0.4s;}
.sb-chat-btn .sb-close{opacity:0;transform:rotate(90deg);}
}
/*! CSS Used from: Embedded */
.sb-chat-btn{background-color:rgb(97, 93, 250);}
/*! CSS Used keyframes */
@keyframes sb-fade-animation{0%{opacity:0;}100%{opacity:1;}}




.o-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.3);
  display: none;
}


.o-popup {
  width: 70vw;
  height: 65vh;
  top: 15vh;
  left: 15vw;
  position: fixed;
  background: #2c0840;
  border-radius: 6px;
  box-shadow: 1px 1.5px 4.6px rgb(0 0 0 / 6%), 2.4px 3.5px 11.2px rgb(0 0 0 / 8%), 4.5px 6.6px 21px rgb(0 0 0 / 10%), 8px 11.8px 37.5px rgb(0 0 0 / 12%), 15px 22.1px 70.2px rgb(0 0 0 / 14%), 36px 53px 168px rgb(0 0 0 / 20%);
}
@media (max-width: 728px) {
.o-popup {
  width: 100vw;
  height: 70vh;
  top: 10vh;
  left: 0vw;
  position: fixed;
  background: #2c0840;
  border-radius: 6px;
  box-shadow: 1px 1.5px 4.6px rgb(0 0 0 / 6%), 2.4px 3.5px 11.2px rgb(0 0 0 / 8%), 4.5px 6.6px 21px rgb(0 0 0 / 10%), 8px 11.8px 37.5px rgb(0 0 0 / 12%), 15px 22.1px 70.2px rgb(0 0 0 / 14%), 36px 53px 168px rgb(0 0 0 / 20%);
}

}

.o-popup-header {
  color: #fff;
  padding: 1rem 3rem;
  border-bottom: 1px solid;
  position: relative;
}

span.o-popup-close {
    position: absolute;
    right: 30px;
    top: 0px;
    font-size: 55px;
    cursor: pointer;
}

.o-popup-content,
#offerwallIframe {
  height: 100%;
  width: 100%;
  border: none;
}

.iti {
  width: 100%;
  color: #000 !important;
}

.iti__selected-dial-code {
  color:  #fff;
}








.w3schools-dropdown .dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-image: linear-gradient(336.64deg, rgb(27 201 86) 13.39%, rgb(3, 139, 33) 83.71%);
  border-radius: 8px;
  width: 250px;
}

.w3schools-dropdown .dropbtn:hover,.w3schools-dropdown .dropbtn:focus {
  background-color: #3e8e41;
}

.w3schools-dropdown #myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.w3schools-dropdown #myInput:focus {outline: 3px solid #ddd;}

.w3schools-dropdown {
  position: relative;
  display: inline-block;
}

.w3schools-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 250px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 999999;
  max-height: 250px;
}

.w3schools-dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.w3schools-dropdown .dropdown a:hover {background-color: #ddd;}

.w3schools-dropdown img {
  width: 20px !important;
}

.w3schools-dropdown .show {display: block;}


.withdraw-boxes.instant-redeem-card.selected {
    box-shadow: 0 0 10px 5px #01d676;
    border-radius: 12px;
}




.capitalizeFirstWord{text-transform:capitalize;}
.capitalizeAll{text-transform:uppercase;}
.widthdrawButton{background-image: linear-gradient(336.64deg, rgb(27 201 86) 13.39%, rgb(3, 139, 33) 83.71%);box-shadow:0 4px 5px rgba(0,0,0,0.05);border-radius:200px;color:#fff;font-weight:700;text-align:center;cursor:pointer;font-size:11px;}
.withdrawCheckout{margin-top:26px;display:flex;justify-content:space-between;align-items:center;color:#6b6d96;font-size:13px;}
@media only screen and (max-width:700px){
.withdrawCheckout{flex-direction:column;}
}
.withdrawCheckout .withdrawCheckoutButton{width:298px;height:60px;line-height:60px;font-size:13px;}
@media only screen and (max-width:700px){
.withdrawCheckout .withdrawCheckoutButton{margin-top:30px;width:100%;}
}
.withdrawCheckout .withdrawCheckoutTable{width:230px;}
@media only screen and (max-width:700px){
.withdrawCheckout .withdrawCheckoutTable{width:100%;}
}
.withdrawCheckout .withdrawCheckoutRow{display:flex;justify-content:space-between;align-items:center;padding:10px;}
.withdrawCheckout .withdrawCheckoutRow--highlight{background:rgba(66,68,113,0.7);box-shadow:0 4px 5px rgba(0,0,0,0.05);border-radius:5px;color:#00ff79;}
.withdrawCheckout .withdrawCheckoutCoin{width:14px;height:14px;margin-right:5px;position:relative;top:1px;}
.withdrawCheckout .withdrawCheckoutPrice{font-weight:700;}

















/* Start Customize Login Button */
.button-notifications {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  background: linear-gradient(180deg, rgba(18, 234, 78, 0.75) 0%, rgba(16, 158, 133, 0.75) 100%);
  border: none;
  font-weight: 400;
  transition:var(--mainTransition) ;
  -webkit-transition:var(--mainTransition) ;
  -moz-transition:var(--mainTransition) ;
  -ms-transition:var(--mainTransition) ;
  -o-transition:var(--mainTransition) ;
  height: 50px;
  width: auto;
  padding: 16px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.button-notifications .arrow {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.button-notifications .text-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.button-notifications a [alt="user2"] {
  width:25px;
  height:25px;
}
.button-notifications .text-btn .points-btn {
  background: linear-gradient(180deg, #22E341 0%, rgba(0, 103, 16, 0.99) 100%);
  border-radius: 12px;
  padding: 3px 12px;
  font-size: 12px;
}
.button-notifications .text-btn span {
  font-size: 14px;
}
.button-notifications .text-btn span,
.button-notifications .text-btn .points-btn {
  color: white;
}
.header-profile {
  height: 69px;
}
.button-notifications .list {
  position: relative;
}
.button-notifications .list .arrow-links {
  display: none;
}
/* This Class (.arrow-links-opened) Added With JS When Arrow-down 
Which into Login Button. was Clicked, This Class Added To Ul Elements To open The List */
.button-notifications .list .arrow-links-opened {
  min-width: 300px;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(100% + 20px);
  right: -38px;
  align-items: flex-start;
  background: linear-gradient(180deg, rgb(3, 197, 58) 0%, rgb(16, 158, 132) 100%);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 4;
  gap: 15px;
}
/*.button-notifications .list .arrow-links li {
  transition: var(--mainTransition);
  -webkit-transition: var(--mainTransition);
  -moz-transition: var(--mainTransition);
  -ms-transition: var(--mainTransition);
  -o-transition: var(--mainTransition);
  width: 100%;
}
.button-notifications .list .arrow-links li:hover {
  padding-left: 7px;
}*/


.button-notifications .list .arrow-links li {
  border-bottom: 1px solid #aaa;
  padding-bottom: 1rem;
  width: 100%;
}


.button-notifications .list .arrow-links li.read {
  opacity: .5;
}


.button-notifications .list .arrow-links li small {
  color: #aaa;
}

.button-notifications .list .arrow-links li a {
  color: rgb(255, 255, 255);
  width: 100%;
}
.button-notifications .list .arrow-links li:hover a {
  color: #fff;
}


@media (max-width: 992px) {
  .button-notifications {
    width: fit-content;
    height:40px;
  }
  .button-notifications a [alt="user2"] {
    width:20px;
    height:20px;
  }
  .button-notifications .text-btn {
    display: none;
  }
  .button-notifications .arrow {
    width: 13px;
    height: 13px;
    _cursor: pointer;
  }
  .button-notifications .list .arrow-links-opened {
    min-width: 205px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(100% + 13px);
    left: -155px;
    align-items: flex-start;
    background: linear-gradient(180deg, rgb(3, 197, 58) 0%, rgb(16, 158, 132) 100%);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 4;
    gap: 15px;
  }
}

.notification-dot {
    /* height: 10px; */
    /* width: 10px; */
    background-color: #fb4653;
    border-radius: 50%;
    border: 1px solid white;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    padding: 1px 4px;
}

/* End Customize Login Button */







.withdrawPage{padding:40px;font-family:Roboto;}
@media only screen and (min-width:1400px){
.withdrawPage{display:flex;align-items:flex-start;}
}
@media only screen and (max-width:700px){
.withdrawPage{padding:20px 10px;}
}
.withdrawPage .withdrawBackToShop{padding:20px 19px;background:rgba(57,59,92,0.5);color:#9696d1;font-size:11px;font-weight:500;display:flex;align-items:center;border-radius:3px;width:174px;}
.withdrawPage .withdrawBackToShop .withdrawBackArrow{height:15px;margin-right:11px;position:relative;top:-1px;}
.withdrawPage .withdrawBackToShop .withdrawBackToShopText{display:inline-block;position:relative;top:1px;}
.withdrawPage .withdrawBackToShop .withdrawBackShopIcon{width:18px;height:18px;margin-left:12px;}
.withdrawContainer{background:rgba(0,0,0,0.3);padding:36px;margin:0 auto;flex:1;border-radius:5px;margin-top:20px;}
@media only screen and (min-width:1400px){
.withdrawContainer{margin-top:0;max-width:1021px;}
}
@media only screen and (max-width:700px){
.withdrawContainer{padding:36px 5px;}
}
.withdrawTopRow{display:flex;justify-content:space-between;align-items:center;}
@media only screen and (max-width:700px){
.withdrawTopRow{flex-direction:column;width:100%;}
}
.withdrawTopRow .withdrawTopRowLeft{display:flex;}
@media only screen and (max-width:700px){
.withdrawTopRow .withdrawTopRowLeft{width:100%;}
}
.withdrawTopRow .withdrawTopRowRight{flex:1;display:flex;justify-content:space-around;}
@media only screen and (max-width:700px){
.withdrawTopRow .withdrawTopRowRight{flex-direction:column;width:100%;}
}
.withdrawTopRow .withdrawTopLogo--amazon>img{height:45px;}
.withdrawTopRow .withdrawInfoBox{display:flex;max-height:fit-content;height:auto;padding:5px 18px;margin-bottom:10px;border-radius:5px;background:rgba(22,23,38,0.7);color:rgba(0,255,121,0.8);font-size:13px;align-items:center;box-shadow:0 4px 5px rgba(0,0,0,0.05);}
@media only screen and (max-width:700px){
.withdrawTopRow .withdrawInfoBox{margin-top:20px;width:100%;max-height:fit-content;padding:15px 10px;font-size:12px;}
}
.withdrawTopRow .withdrawInfoBox .withdrawInfoBoxIcon{width:13px;height:13px;margin-right:10px;}
.widthdrawButton{background:rgba(0,255,121,0.7);box-shadow:0 4px 5px rgba(0,0,0,0.05);border-radius:200px;color:#fff;font-weight:700;text-align:center;cursor:pointer;font-size:11px;}
.withdrawSeperator{display:flex;align-items:center;margin:20px -54px;}
@media only screen and (max-width:700px){
.withdrawSeperator{margin:20px 0;}
}
.withdrawSeperator .withdrawDashLine{border:0;height:1px;width:100%;background:#1f1f33;border-top:2px dashed #2c2c49;}
.withdrawSeperator .withdrawSeperatorCircle{width:27px;height:27px;background:#222338;border-radius:100%;}
@media only screen and (max-width:700px){
.withdrawSeperator .withdrawSeperatorCircle{display:none;}
}
.withdrawCheckout{margin-top:26px;display:flex;justify-content:space-between;align-items:center;color:#6b6d96;font-size:13px;}
@media only screen and (max-width:700px){
.withdrawCheckout{flex-direction:column;}
}
.withdrawCheckout .withdrawCheckoutButton{width:298px;height:60px;line-height:60px;font-size:13px;}
@media only screen and (max-width:700px){
.withdrawCheckout .withdrawCheckoutButton{margin-top:30px;width:100%;}
}
.withdrawCheckout .withdrawCheckoutTable{width:230px;}
@media only screen and (max-width:700px){
.withdrawCheckout .withdrawCheckoutTable{width:100%;}
}
.withdrawCheckout .withdrawCheckoutRow{display:flex;justify-content:space-between;align-items:center;padding:10px;}
.withdrawCheckout .withdrawCheckoutRow--highlight{background:rgba(66,68,113,0.7);box-shadow:0 4px 5px rgba(0,0,0,0.05);border-radius:5px;color:#00ff79;}
.withdrawCheckout .withdrawCheckoutCoin{width:14px;height:14px;margin-right:5px;position:relative;top:1px;}
.withdrawCheckout .withdrawCheckoutPrice{font-weight:700;}
.withdrawCountrySelector{background:rgba(66,68,113,0.7);box-shadow:0 4px 5px rgba(0,0,0,0.05);border-radius:5px;padding:0 18px;font-size:10px;font-weight:500;color:#eef;display:flex;justify-content:space-between;align-items:center;margin-left:19px;}
.withdrawCountrySelector{width:156px;height:41px;cursor:pointer;}
@media only screen and (max-width:700px){
.withdrawCountrySelector{margin-top:20px;margin-left:0;}
}
.withdrawCountrySelector .withdrawSelectedCountryText{text-transform:uppercase;}
.withdrawDropdown{width:156px;max-height:300px;overflow-y:auto;}
.withdrawDropdown>li{cursor:pointer;font-weight:500;font-size:13px;}
.withdrawDropdown>li>div{padding:10px;}
.withdrawDropdown>li:hover{background:#2b2b55;}
.withdrawCardButtons{display:flex;margin-top:47px;margin-bottom:36px;justify-content:space-between;flex-wrap:wrap;max-width:1000px;margin-left:auto;margin-right:auto;}
@media only screen and (max-width:700px){
.withdrawCardButtons{margin-top:27px;}
}
.withdrawCardButtons .withdrawCardButtonCheckIcon{position:absolute;top:15px;left:15px;display:none;}
.withdrawCardButtons .withdrawCardButton{position:relative;cursor:pointer;width:24%;height:125px;margin-top:12px;border-radius:5px;overflow:hidden;}
@media only screen and (max-width:700px){
.withdrawCardButtons .withdrawCardButton{width:49%;}
}
.withdrawCardButtons .withdrawCardButtonLogo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.withdrawCardButtons .withdrawCardButtonAmount{
    position: absolute;
    top: 6px;
    right: 6px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    background: rgb(51 51 51 / 40%);
    border-radius: 12px;
    padding: 6px;
}
/*! CSS Used from: Embedded */
.dropdown-trigger .filterIcon{width:22px;}
/*! CSS Used from: Embedded */
.withdrawCardButton--amazon{background:linear-gradient(0deg, rgba(136, 111, 190, 0.2), rgba(136, 111, 190, 0.2)), #000000;}
.withdrawCardButton--amazon:not(.withdrawSelected){box-shadow:0px 5px 7px rgba(0, 0, 0, 0.07), inset 0px 1px 0px rgba(50, 74, 123, 0.5);}
.withdrawCardButtonLogo--amazon{height:30px;}



.site-announcment {
  background: linear-gradient(180deg, rgba(18, 234, 78, 0.75) 0%, rgba(16, 158, 133, 0.75) 100%);
  color: #fff;
  text-align: center;
  padding: 0.3rem;
  font-size: 1.2rem;
}



.featured-offer {
  display: inline-block;
  width: 140px;
  text-align: center;
  background-color: #350353;
  padding: 0.5rem 0.8rem;
  margin: 0 1rem;
  border-radius: 4px;
}

.featured-offer img {
  width: 100%;
}

.featured-offer h4 {
  margin: 0.5rem;
  font-size: .7rem;
  text-overflow: ellipsis;
  overflow: hidden;
}


.featured-offer a.button-login {
    color: #fff;
    text-align: center;
    justify-content: center;
    padding: 0.4rem;
    width: auto;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: .8rem;
}



.featured-offers {
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 1rem 0rem;
    padding-bottom: 1rem;
}

.featured-offers::-webkit-scrollbar-thumb {
    background: #33926b;
    border-radius: 4px !important;
}
.featured-offers::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px !important;
}
.featured-offers::-webkit-scrollbar {
    width: 7px;
    height: 0.5rem;
    border-radius: 4px !important;
}








