:root {
  --webkit-dropdown-bg: -webkit-linear-gradient(138.39deg, hsl(241deg 20.71% 37.05% / 66%) -7.57%, hsl(0deg 31.59% 14.36% / 48%) 107.25%);
  --dropdown-bg: linear-gradient(138.39deg, hsl(241deg 20.71% 37.05% / 66%) -7.57%, hsl(0deg 31.59% 14.36% / 48%) 107.25%);
  --theme-bg: rgba(255, 255, 255, 0.137);
  --header-bg: rgba(160, 171, 215, 0.227);
  --border-color: rgba(109, 119, 160, 0.227);
  --black: #131626;
  --white: #ffffff;
  --gray: #dedeea;
  --green: #11e84ac4;
  --dark-green: #19d300;
  --light-green: #1eff00;
}

/* custom scrollbar styles */
::-webkit-scrollbar {
  width: 0;
}

::-moz-scrollbar {
  width: 0;
}

::-o-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px var(--black);
}

::-webkit-scrollbar-thumb {
  background-color: var(--theme-bg);
  outline: 1px solid var(--black);
}


select option {
  background: #4f525b !important;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: background 0.2s ease-in-out;
}

a {
  color: var(--light-green);
  text-decoration: underline;
}

a:hover {
  color: #00e980;
}

.btn-info {
  color: #000000;
  background-color: var(--light-green);
  border-color: var(--dark-green);
  font-weight: 400;
  font-size: 1rem;
  padding: 5px 15px;
  min-height: 35px;
  min-width: 165px;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}

.btn-info:hover {
  color: #fff;
  background-color: var(--dark-green);
  border-color: var(--dark-green);
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #fff;
  background-color: var(--light-green);
  border-color: var(--dark-green);
  box-shadow: 0 0 0 .2rem var(--light-green)0d;
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: var(--light-green);
  border-color: var(--dark-green);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: var(--dark-green);
  border-color: var(--light-green);
}

button.btn.btn-info.rounded-pill.btn.btn-warning.rounded-pill {
  background: #daa520e6;
  border: gold;
}

button.btn.btn-sm {
  max-width: 50px;
  min-width: 50px;
  border-radius: 5px !important;
  padding: 5px !important;
  max-height: 25px;
  min-height: 32px;
}

button.btn.btn-secondary.rounded-pill {
  min-width: 150px;
}

.theme_bg {
  background: var(--theme-bg);
}

.dropdown_bg {
  background: var(--webkit-dropdown-bg);
  background: var(--dropdown-bg);
}

.green_bg {
  background: var(--green);
}

.dark_green_bg {
  background: var(--dark-green);
}

.text_red {
  color: rgb(255, 0, 0);
}

.text_green {
  color: var(--green);
}

.text_light_green {
  color: var(--light-green);
}

.text_dark_green {
  color: var(--dark-green);
}

.text_gray {
  color: var(--gray);
}

.text_gradient {
  background: #00FF00;
  background: linear-gradient(to left, #00FF00 0%, #00FFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_gradient_1 {
  background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_light_green {
  color: lightgreen;
}

.me-2 {
  margin-right: 0.5rem;
}

.nav-item {
  position: relative;
}

.icon-wrapper {
  position: relative;
}

.notifications_wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}




.alert-danger {
  color: var(--light-green);
  background-color: #2e2931;
  border-color: #ff001a;
}

.csm_iphone_ipad {
  background-color: #FF4500;
}

.csm_android {
  background-color: #2196f37d;
}

.csm_cpe {
  background-color: #1b4772;
}

.csm_cpa {
  background-color: #FF7F50;
}

.csm_cpi {
  background-color: #4682B4;
}

.csm_survey {
  background-color: #8A2BE2;
}

.csm_app {
  background-color: #20B2AA;
}

.csm_signup {
  background-color: #FF6347;
}

.csm_oneclick {
  background-color: #00CED1;
}

.csm_creditcard {
  background-color: #635610;
}

.csm_shopping {
  background-color: #FF1493;
}



.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;

}

.offer-card {
  margin-bottom: 20px;
}


.watch-videos .single-box {
  text-align: center;
  background: linear-gradient(163.9deg, #2E3549 16.52%, #12292E 88.89%);
  border: 2px solid #535E7C;
  border-radius: 10px;
  padding-top: 42px;
  padding-bottom: 0px;
  margin-left: -12px;
}

.single-box {
  width: 98%;
  height: 90%;
  text-align: center;
  background: linear-gradient(163.9deg, #2E3549 16.52%, #12292E 88.89%);
  border: 2px solid #535E7C;
  border-radius: 10px;
  padding-top: 42px;
  padding-bottom: 0px;
  margin-left: 2px;
}

.tab-content .single-box {
  width: 100%;
  max-width: 250px;
  /* Adjust as needed */
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}


.first-place {
  /* Center the first place card */
  margin: 0 auto;
  z-index: 1;
  bottom: 7%;
}

.crown-top {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.info-area {
  text-align: center;
}

.coin-bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coin-bonus p {
  margin: 5px 0;
}

table th {
  color: var(--green);
  padding: 10px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 20.33333333% !important;
  }
}


.btn.btn-primary {
  box-shadow: none;
}

/* Add this CSS to make the modal move to center screen when scrolling */
/* Fire animation */
@keyframes flameAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* Styling for the fire icon */
h5 .fa-fire,
.fas.me-2.text-success-light {
  color: #11df4b;
  animation: flameAnimation 1s infinite alternate;
}

.text-warning {
  color: #11df4b !important;
}

/***********************************************
## social icon styles
***********************************************/
.socials {
  align-items: center;
}

.socials .links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  margin-right: 5px;
  padding: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.socials .links:last-child {
  margin: 0;
}

.socials .links a {
  display: block;
  font-size: 23px;
  line-height: 20px;
}

.socials .links i {
  color: #fff;
}

.socials .links.email {
  background-color: #3501f2;
}

.socials .links.facebook {
  background-color: #1671e9;
}

.socials .links.twitter {
  background-color: #01a0f2;
}

.socials .links.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.socials .links.telegram {
  background: #0bb0ffb0;
}

.socials-auth a {
  display: block;
  width: 100%;
}

.socials-auth div.btn.btn-primary {
  width: 100%;
  padding: 0px;
  height: 35px;
  background-image: linear-gradient(90deg, rgba(222, 62, 229, 1) 10%, rgba(88, 72, 251, 1) 52%) !important;
  border: 0;
  box-shadow: none !important;
  border-radius: 25px;
}

.socials-auth div.btn.btn-primary img {
  height: 100%;
}

div#g-regaptcha-login,
div#g-regaptcha-register {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

/***********************************************
## animations
***********************************************/
@-webkit-keyframes bounce_delay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce_delay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  25% {
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/***********************************************
## import google fonts
***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&amp;display=swap');

/***********************************************
## global css
***********************************************/
html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body {
  font-family: 'Baloo Bhai 2', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #e2e3e5;
  position: relative;
  background: #000;
}

body::after {
  content: "";
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: url('../imgs/main-bg_1.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

a {
  display: inline-block;
  text-decoration: none;
}

/* custom styles for global use */
.border_1px {
  border: 1px solid var(--border-color);
}

.border_2px {
  border: 2px solid var(--border-color);
}

.rounded_5px {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rounded_10px {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rounded_15px {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.rounded_20px {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.blur_5px {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.blur_10px {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.blur_15px {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.fs_10px {
  font-size: 10px;
}

.fs_12px {
  font-size: 12px;
}

.fs_13px {
  font-size: 13px;
}

.fs_14px {
  font-size: 14px;
}

.currency_icon {
  height: 16px;
}

.chat_currency_icon {
  height: 13px;
}

.chat_username {
  color: #17ff00;
  font-weight: 500;
}

.gateway_img {
  height: 30px;
}

/***********************************************
## preloader styles
***********************************************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #202948;
}

.spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner .bounce {
  margin-top: 15px;
}

.spinner .bounce>div {
  width: 18px;
  height: 18px;
  background-color: var(--green);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bounce_delay 1.4s infinite ease-in-out both;
  animation: bounce_delay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s !important;
  animation-delay: -0.32s !important;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s !important;
  animation-delay: -0.16s !important;
}

/***********************************************
## toast styles
***********************************************/
#toast-container {
  z-index: 99 !important;
}

#toast-container>div {
  display: flex;
  align-items: center;
  padding: 0 8px 0 35px !important;
  width: 100% !important;
  height: 42px !important;
  opacity: 1 !important;
  box-shadow: none !important;
  -webkit-border-radius: 3rem !important;
  border-radius: 3rem !important;
}

#toast-container>div:hover {
  box-shadow: none !important;
}

#toast-container .toast-message {
  font-size: 16px !important;
  padding: 0 11px 0 15px;
}

#toast-container .toast-success {
  background-color: #59c64b !important;
}

#toast-container>.toast-success {
  background-image: url("../imgs/icons/success.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}

#toast-container>.toast-error {
  background-image: url("../imgs/icons/error.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}

.toast-progress {
  background-color: none !important;
  background: -webkit-linear-gradient(90deg, #67e8f9, #1e40af) !important;
  background: linear-gradient(90deg, #67e8f9, #1e40af) !important;
  opacity: 1 !important;
}

/***********************************************
## users notifications styles
***********************************************/

.notifications_wrapper.show {
  display: block !important;
  position: absolute;
}

.user_notifications .notify_animation {
  position: absolute;
  top: 17px;
  right: 2px;
}

.user_notifications .notify_animation .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #e46a6a;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.user_notifications .notify_animation .point {
  background-color: #f22727e1;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  right: 6px;
  top: -10px;
}

.notifications {
  background-color: black;
  padding: 5px;
  left: -5rem;
  top: 4rem;
  min-width: 280px;
  z-index: 999;
  max-height: 450px;
  overflow-y: scroll;
  text-wrap: wrap;
  overflow-x: hidden;
}

.navbar-nav .notifications_wrapper .dropdown-menu {
  position: absolute;
  top: 3.2rem;
}

.notifications_data {
  overflow: hidden;
  font-size: 0.8rem !important;
  padding: 1px !important;
  margin: 0;
}

.single_notify .notify_header {
  line-height: 0.8;
}

.single_notify .image {
  width: 39%;
}

.notifications-list a.dropdown-item {
  background: #333239;
  margin-bottom: 5px;
  padding: 5px 15px;
  border-radius: 5px;
  text-wrap: pretty;
  font-size: 1rem;
}

.notifications_wrapper h5.title.fw-bold.mb-0 {
  padding-left: 15px;
  padding-top: 5px;
}

.notifications-list a.tx-15.font-weight-semibold.mb-0 {
  text-align: center !important;
  display: block;
  color: #00e980 !important;
}

/***********************************************
## table styles
***********************************************/
.log_table {
  overflow-x: scroll;
}

.log_table.scrollable::-webkit-scrollbar-track {
  width: 5px;
  height: 3px;
}

table {
  border-collapse: separate;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: none;
  /* width: 100%; */
}

th,
td {
  min-width: 180px;
}

table th {
  color: var(--green);
  padding: 10px 0;
}

table td {
  color: var(--white);
  border: none;
}

tbody {
  flex-direction: column;
}

tbody tr {
  border-bottom: 1px solid var(--border-color);
  padding: 5px 0;
}

tbody tr:last-child {
  border-bottom: 0px;
}

.log_table .offer_name {
  white-space: nowrap;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.log_table .offer_image {
  height: 45px;
}

/***********************************************
## badge styles
***********************************************/
.bg_success,
.badge_success {
  background-color: #17ff0080;
}

.badge_warning {
  background-color: #beb118;
}

.badge_warning_1 {
  background-color: #ce5d06;
}

.badge_danger {
  background-color: #cf061d;
}

/***********************************************
## customize bootstrap css
***********************************************/
.badge {
  font-weight: 500;
}

.popover {
  background: var(--webkit-dropdown-bg) !important;
  background: var(--dropdown-bg) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.popover-body {
  font-size: 14px;
  padding: 10px;
  color: #fff;
}

.form-label,
label {
  padding: 5px 0 0px 6px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  height: 40px;
  min-width: 0;
  /* color: var(--white); */
  padding: 0 1rem !important;
  width: calc(100% - 2rem) !important;
  margin-top: 0.75rem !important;
  -webkit-border-radius: 3rem !important;
  border-radius: 3rem !important;
}

.form-select {
  color: #f2f2f2;
  background-color: #50535c;
}

.form-control {
  background-color: var(--theme-bg);
  color: var(--white);
  padding: 10px 16px;
  border: 1px solid transparent;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--theme-bg);
}

.form-control:focus {
  background: transparent !important;
  box-shadow: none;
  color: #fff;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
}

h3.card-title.text-left.pb-1.mb-0 {
  text-align: left !important;
}

p.mb-5.text-left.pt-0.mt-0 {
  text-align: left !important;
  font-size: 0.8rem;
  font-weight: 100 !important;
}

.page-item:first-child .page-link,
.page-link {
  border: 1px solid var(--border-color);
  background: var(--dropdown-bg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 8px;
  color: #fff;
}

.page-item.disabled .page-link {
  background: var(--theme-bg);
}

.page-item.active .page-link {
  background: var(--green);
  border-color: var(--green);
  ;
}

.page-link:hover {
  color: #fff;
}

/***********************************************
## user profile image styles
***********************************************/
.user-images .user-image {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.user-images .user-image img.active {
  background-color: #fff;
  padding: 3px;
}

.profile-avater .user-images .user-image button {
  outline: none;
  border: none;
}

.profile-avater .user-images .user-image button img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.profile_image.me-3 {
  position: relative;
}

.profile_image.me-3 .user-image-holder {
  height: 75px;
  width: 75px;
  position: relative;
}

.profile_image.me-3 .user-image-holder img {
  height: 100%;
  width: 100%;
}

.profile_image.me-3 .user-image-holder .user-image-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_image.me-3 .upload {
  position: absolute;
  bottom: 0;
}

.profile_image.me-3 .image-upload-wrapper {
  position: relative;
  display: inline-block;
}

.profile_image.me-3 .image-upload-wrapper .image-upload {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.profile_image.me-3 .image-upload-wrapper .file-label {
  display: flex;
  cursor: pointer;
  padding: 5px;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: auto;
  color: black;
  background-color: #ffffffe8;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  position: absolute;
  left: 0;
}

.profile_image.me-3 .image-upload-wrapper .file-label:hover {
  background-color: #212529;
  color: #fff;
}

.profile_image.me-3 .image-upload-wrapper .pencil-icon {
  font-size: 14px;
  text-transform: capitalize !important;
}

span.in-valid {
  color: darkred;
  white-space: nowrap;
}

/***********************************************
## user statistics styles
***********************************************/
.statistics-data .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  background-color: rgb(22 100 79);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.statistics-data .icon i {
  color: rgb(1 214 118);
  font-size: 23px;
}

.statistics-data img {
  height: 15px;
}

.country-flag {
  height: 40px;
  gap: 8px;
}

.country-flag .flag {
  margin: 0;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.country-flag .flag img {
  height: 35px;
  width: 25px;
  border-radius: 5px;
}

span#copyBoard {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  cursor: pointer;
}

/***********************************************
## navbar styles
***********************************************/
.main_content {
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width:1200px) {

  .main_content.is_open {
    margin-right: 18rem;
  }
}

#desktop-nav {
  z-index: 9;
}

.navbar-expand-lg {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: var(--header-bg);
  padding: 8px 0px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 70px;
}

/* navbar brand */
.brand_content {
  display: flex;
  line-height: 0;
}

/* navbar widget styles */
.widget-wrapper {
  border: 1px solid var(--border-color);
  background-color: var(--theme-bg);
  padding: 5px 25px;
  margin: 0 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.widget-wrapper .icon {
  font-size: 22px;
  color: var(--light-green);
}

.widget-wrapper .head {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.widget-wrapper .title {
  font-size: 10px;
  font-weight: 600;
}

/* navbar guest-auth-links */
.reg_log_buttons {
  display: flex;
  width: 200px;
  gap: 3px;
  --b: 2px;
  --h: 2.7em;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
}

.reg_log_buttons button {
  --_c: var(--light-green);
  flex: calc(1.10 + var(--_s, 0));
  min-width: 0;
  font-size: 15px;
  font-weight: bold;
  height: var(--h);
  cursor: pointer;
  color: var(--_c);
  border: var(--b) solid var(--_c);
  background: conic-gradient(at calc(100% - 1.3*var(--b)) 0, var(--_c) 209deg, #0000 211deg) border-box;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.577*var(--h)) 100%, 0 100%);
  padding: 0 calc(0.280*var(--h)) 0 0;
  margin: 0 calc(-0.280*var(--h)) 0 0;
  box-sizing: border-box;
  -webkit-transition: flex .4s;
  transition: flex .4s;
}

.reg_log_buttons button:first-child {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  color: #1eff00;
}

.reg_log_buttons button:last-child {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.reg_log_buttons button+button {
  --_c: #eb1b75;
  flex: calc(0.80 + var(--_s, 0));
  background: conic-gradient(from -90deg at calc(1.3*var(--b)) 100%, var(--_c) 119deg, #0000 121deg) border-box;
  clip-path: polygon(calc(0.577*var(--h)) 0, 100% 0, 100% 100%, 0 100%);
  margin: 0 0 0 calc(-0.250*var(--h));
  padding: 0 0 0 calc(0.350*var(--h));
}

.reg_log_buttons button:focus-visible {
  outline-offset: calc(-2*var(--b));
  outline: calc(var(--b)/2) solid #000;
  background: none;
  clip-path: none;
  margin: 0;
  padding: 0;
}

.reg_log_buttons button:focus-visible+button {
  background: none;
  clip-path: none;
  margin: 0;
  padding: 0;
}

.reg_log_buttons button:has(+ button:focus-visible) {
  background: none;
  clip-path: none;
  margin: 0;
  padding: 0;
}

.reg_log_buttons button:hover,
button:active:not(:focus-visible) {
  --_s: .50;
}

.reg_log_buttons button:hover {
  box-shadow: inset 0 0 0 100vmax var(--_c);
  color: #fff;
}

/* navbar profile info */
.balance a span {
  background-color: var(--theme-bg);
  padding: 10px;
}

.balance a span:first-child {
  margin-right: 1.5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.balance a span img {
  width: 50px;
}

.balance:hover span i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.balance a span:last-child {
  color: #fff;
  font-weight: 700;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* header profile info */
#navbarNav .user_profile a:after {
  display: none !important;
}

#navbarNav .user_profile .user_data {
  height: 45px;
}

#navbarNav .user_data .info {
  padding: 0 0 0 15px;
}

#navbarNav .user_data .info .username {
  font-size: 18px;
}

/* navbar dropdown profile info*/
#navbarNav .profile_info {
  background-color: currentColor;
  padding: 10px;
  left: -120px;
  top: 4rem;
  min-width: 325px;
  z-index: 999;
}

#navbarNav .profile_info .profile_avatar {
  padding: 7px;
  margin-bottom: 18px;
}

#navbarNav .profile_info li a {
  color: #fff;
  padding: 3px 0 5px 3px;
}

#navbarNav .profile_info li a:hover {
  background: transparent;
  color: var(--light-green) !important;
}

#navbarNav .profile_info li:hover a i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

#navbarNav ul li a .user-image img,
#navbarNav .profile_avatar img {
  max-width: 50px;
  width: 50px;
  height: 50px;
  max-height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

#navbarNav .user_profile .user_data img #navbarNav .profile_avatar img {
  width: 58px;
  height: 58px;
}

#navbarNav .profile_avatar img.site_currency {
  height: 20px;
  border-radius: 6px;
  overflow: hidden;
}

#navbarNav .profile_info .username,
#navbarNav .profile_info .total-balance {
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: capitalize;
}

#navbarNav li.user_notifications a .icon,
#navbarNav li.support a .icon,
#navbarNav li.chat .icon {
  width: 45px;
  height: 45px;
  padding: 10px;
}

#navbarNav li.user_notifications a i,
#navbarNav li.support a i,
#navbarNav li.chat a i {
  font-size: 23px;
  color: #fff;
}

#navbarNav .live_chat {
  height: 45px;
}

#navbarNav .live_chat.close_chat {
  display: none;
}

/* mobile nav styles */
#mobile-nav li.nav-item {
  padding: 10px 10px 5px 10px;
  min-width: 70px;
  width: 100%;
}

#mobile-nav .nav-item .head-icon i {
  font-size: 19px;
}

#mobile-nav .nav-item.active-nav-link,
#mobile-nav .nav-item:hover {
  background: -webkit-linear-gradient(180deg, rgba(1, 214, 118, 0.045) 0, rgba(1, 214, 118, 0.325) 100%);
  background: linear-gradient(180deg, rgba(1, 214, 118, 0.045) 0, rgba(1, 214, 118, 0.325) 100%);
}

#mobile-nav .nav-item.active-nav-link .head-icon i,
#mobile-nav .nav-item:hover .head-icon i {
  color: var(--light-green);
}

#mobile-nav .nav-item .head-title {
  font-size: 12px;
}

#mobile-nav .nav-item.active-nav-link .head-title,
#mobile-nav .nav-item:hover .head-title {
  color: #fff;
}

#mobile-nav li.nav-item.earn {
  position: relative;
  margin: 0 7px;
  background: var(--black);
}

#mobile-nav li.nav-item.earn .nav-link {
  background: -webkit-linear-gradient(180deg, var(--light-green) 0, #3b807b 100%);
  background: linear-gradient(180deg, var(--light-green) 0, #3b807b 100%);
  width: 60px;
  height: 60px;
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  box-shadow: 0 1px 14px rgba(1, 214, 118, 0.29);
}

a.nav-link.middle_navbar-link:hover:not([role="tab"]),
#mobile-nav li.nav-item.earn .nav-link:hover {
  background: -webkit-linear-gradient(180deg, var(--light-green) 0, #3b807b 100%) !important;
  background: linear-gradient(180deg, var(--light-green) 0, #3b807b 100%) !important;
  color: #fff !important;
}

a.nav-link.middle_navbar-link:hover:not([role="tab"]) .head-icon i,
#mobile-nav li.nav-item.earn .nav-link .head-icon i {
  color: #fff;
}

/***********************************************
## app dashboard styles
***********************************************/
.gaincash_app {
  position: relative;
}

.app_content {
  width: 100%;
}

.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  margin-left: 12rem;
  margin-right: 2rem;
  margin-top: 7rem !important;
}

@media screen and (max-width:1200px) {
  .dashboard {
    margin-left: 0;
    margin-right: 0;
  }
}

/***********************************************
## welcome page content styles
***********************************************/
.welcome .hero-bg {
  width: 100%;
  height: 100%;
  background: url("../imgs/hero-bg.jpg") no-repeat top center;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.09;
}

.call-to-action #typer {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}

.call-to-action a.call-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 45px;
}

/***********************************************
## left sidebar styles
***********************************************/
.sidebar_nav {
  backdrop-filter: blur(10px);
  background-color: var(--theme-bg);
  border: 1px solid var(--border-color);
  padding-top: 50px;
  width: 12rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}

.left_sidebar {
  width: 100%;
}

.left_sidebar .inner_sidebar {
  width: 100%;
  height: 100vh;
}

.left_sidebar .inner_sidebar li:hover i {
  color: var(--light-green) !important;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: transform 1s ease;
  transition: transform 1s ease;
}

.left_sidebar .inner_sidebar li:hover a {
  color: var(--light-green) !important;
  ;
}

.left_sidebar .inner_sidebar ul li a {
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  text-decoration: none
}

.left_sidebar .inner_sidebar ul li a span {
  display: inline-block;
  margin-left: 2px;
  display: inline-block;
  margin-left: 14px;
  font-size: 18px;
}

.left_sidebar .inner_sidebar {
  padding: 10px
}

.left_sidebar .inner_sidebar ul {
  list-style: none;
  padding: 15px 0;
  width: 100%;
}

.left_sidebar .inner_sidebar ul li {
  margin-bottom: 15px
}

.left_sidebar .inner_sidebar ul li.active {
  background: -webkit-linear-gradient(261deg, rgba(1, 214, 118, 0.045) 0, rgba(1, 214, 118, 0.325) 100%);
  background: linear-gradient(261deg, rgba(1, 214, 118, 0.045) 0, rgba(1, 214, 118, 0.325) 100%);
  border-radius: 8px;
}

.left_sidebar .inner_sidebar ul li.active a,
.left_sidebar .inner_sidebar ul li.active i {
  color: var(--light-green) !important;
}

/***********************************************
## main content styles
***********************************************/
/******************************************************
## live last offer styles
******************************************************/
.content_header {
  background: #343c5175;
  position: sticky;
  top: 70px;
  min-height: 70px;
  z-index: 999;
  overflow: hidden;
  overflow-x: auto;
}

#last_offers {
  background-color: var(--black);
  padding-left: 12rem;
}

#last_offers>div>div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 4px;
}

.offer-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row;
  margin-right: 10px;
  min-height: 50px;
  min-width: 200px;
  background: -webkit-linear-gradient(138.39deg, hsla(0, 0%, 100%, .2) -7.57%, hsla(0, 0%, 100%, 0) 107.25%);
  background: linear-gradient(138.39deg, hsla(0, 0%, 100%, .2) -7.57%, hsla(0, 0%, 100%, 0) 107.25%);
  border: 1px solid var(--border-color);
  padding: 6px;
  border-radius: 13px;
}

.offer-wrapper div {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.offer_stat-footer {
  margin: 0 13px 0 10px;
}

.offer_stat-footer {
  font-size: 14px;
}

.offer_stat-footer h6 {
  white-space: nowrap;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offer_stat-footer p {
  margin: 0;
  font-size: 11px;
  white-space: nowrap;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offer_stat-header img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

div#last_offers .offer-amount {
  width: min-content;
  background: #21e41526;
  color: var(--light-green);
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  border-radius: 15px;
}

div#last_offers .offer-amount p {
  color: var(--light-green) !important;
}

.top-offer-wrapper {
  position: relative;
}

.top-offer-wrapper .offer-wrapper-inner {
  position: absolute !important;
  margin: 0 !important;
  top: 29px !important;
  left: 50px !important;
  right: 0 !important;
  width: 100% !important;
  height: 55px;
  display: none;
  justify-content: center;
  padding: 4px 10px;
  z-index: 999 !important;
  background: #0b0a16 !important;
}

#last_offers .top-offer-wrapper .offer-wrapper-inner span.title {
  color: #fff !important;
  font-size: 12px !important
}

#last_offers .top-offer-wrapper .offer-wrapper-inner span.value {
  color: var(--light-green) !important;
  font-size: 12px !important;
  font-weight: 500;
}

#last_offers .top-offer-wrapper:hover>.offer-wrapper-inner {
  display: block !important;
  border-radius: 15px
}

/***********************************************
## chat content styles
***********************************************/
.chat_content {
  width: 0rem;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 50px 0 0 0;
  transition: all 0.5s ease-in-out;
}

.chat_content.is_open {
  width: 18rem;
}

.desktop_chat .chat {
  overflow-y: scroll;
  scrollbar-width: none;
  padding-bottom: 8.5rem;
}

.chat::-webkit-scrollbar {
  display: none;
}

.desktop_chat .close-btn {
  display: none;
}

.message .user_img img {
  max-height: 28px;
  height: 28px;
  max-width: 28px;
  width: 28px;
}

.message {
  -webkit-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}

.user .username {
  color: #00fa43 !important;
  font-size: 16px;
}

.message .time {
  font-size: 10px;
}

.user .username i,
.message .message_data {
  font-size: 14px;
}

.message .user {
  line-height: 0.8;
}

.message .user .user_type {
  font-size: 10px;
  color: #fff;
  padding: 1px 8px 0px 8px;
  border: 1px solid #ddd;
}

/* chat footer styles */
.chat_footer {
  background: rgb(70 71 71);
  padding: 10px;
}

.chat_footer form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.chat_footer input,
.chat_footer .input {
  width: 100%;
}

.chat_footer input,
.chat_footer input::placeholder {
  color: #fff;
}

.chat_footer input,
.chat_footer .submit {
  background-color: var(--theme-bg);
  width: 43px;
  height: 43px;
  color: #fff;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
}

.chat_footer .unauth {
  position: relative;
  padding: 0;
}

.chat_footer .not_login {
  background-color: var(--header-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
}

.chat_footer .not_login .message {
  font-size: 12px;
  color: #fff !important;
}

.chat_footer .not_login i {
  color: var(--light-green);
}

@media screen and (max-width:1200px) {
  .chat_content.is_open {
    width: 100%;
    z-index: 9999;
  }

  .chat_footer {
    width: 100%;
  }

  .desktop_chat .close-btn {
    cursor: pointer;
    background: #4b4a50;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline;
    margin: 7px;
    color: #fff;
  }

  #last_offers {
    padding-left: 0;
  }

}


/***********************************************
## footer styles
***********************************************/
.footer {
  border-top: 1px solid var(--border-color);
  background-color: var(--theme-bg);
  position: relative;
  backdrop-filter: blur(15px);
}

.footer::after {
  content: "";
  background-image: url('../imgs/footer_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}

.footer .widget .title {
  font-size: 22px;
}

.copyright-area p {
  font-size: 10px;
}

.footer-link svg {
  width: 15px;
  height: 15px;
}

.footer-link svg path {
  fill: var(--white);
}

.footer_coins-box {
  background: var(--black);
  text-align: center;
  padding: 15px;
  margin: 25px;
  border-radius: 5px;
}

footer.footer.pb-5 {
  margin-top: 0px;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 0px !important;
}

.links-group {
  display: flex;
  flex-flow: column;
}

a.footer-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

@media (max-width: 530px) {
  .footer .widget .title {
    font-size: 18px;
  }

  a.footer-link {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer-link svg {
    width: 12px;
    height: 12px;
  }

  .footer .widget .title {
    font-size: 12px;
  }

  a.footer-link {
    font-size: 9px;
  }

  .text-center.info p {
    font-size: 8px;
  }
}

.copy_info p {
  font-size: 13px;
  color: var(--gray);
}


body .navbar-nav>li.nav-item:hover a {
  color: #fff !important;
}

body .navbar-nav a.nav-link.middle_navbar-link {
  border: none;
  color: #d1d1d1;
  font-weight: 400;
  font-size: 16px;
}

body .navbar-nav .total-balance {
  color: var(--light-green) !important;
  font-weight: 500 !important;
}

body .desktop-links li.nav-item:hover,
body .desktop-links li.nav-item.active-nav-link {
  background: var(--light-green) !important;
}

body .desktop-links li.nav-item:hover a,
body .desktop-links li.nav-item.active-nav-link a {
  color: #000 !important;
}

a.nav-link.main-nav-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media(max-width:460px) {
  a.nav-link.main-nav-link {
    padding: 1px 5px !important;
  }
}

a.nav-link.middle_navbar-link .head-icon {
  display: block;
  font-size: 16px;
}

a.nav-link.middle_navbar-link .head-title {
  display: block;
  font-size: 1rem;
  position: relative;
}


a.main-nav-link.active-nav-link .head-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  border: 1px solid yellow;
  width: 100%;
}


a.nav-link.middle_navbar-link:hover:not([role="tab"]) {
  /*color: #bb8900 !important;*/
  background: transparent !important;
}

.navbar-toggler:focus {
  background: transparent;
  box-shadow: none;
}

span.navbar-toggler-icon.fas {
  color: var(--white);
  background: var(--light-green);
  border-radius: 14px;
  padding-top: 15px;
  width: 3.5em;
  height: 2.5em;
}

a.nav-link {
  font-size: 1.2rem;
  color: var(--white);
  background: transparent;
  border-radius: 3rem;
  padding: 0 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

a.nav-link:not([class*="middle_navbar-link"]) {
  box-shadow: 1px 1px 3px 1px var(--light-green);
  background: var(--blue);
}

a.nav-link:hover:not([role="tab"]) {
  background-color: var(--light-green);
  color: var(--white) !important;
  box-shadow: none;
  transition: 0.9s all ease-in-out;
}

a.me-3.nav-link.nav-support {
  border: none;
  background: transparent;
  box-shadow: none;
}


/* start header */
header.header {
  /* min-height: 650px; */
  display: flex;
  justify-content: start;
  align-items: flex-start;
  /*background-image: url('../img/home_header.png');*/
  /*background-position: center center;*/
  background-position: center 0;

}

.header.header h4 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}

header.header .coins {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  height: 100%;
}

header.header .coins .coin {
  border-radius: 10px;
  font-weight: 600;
  min-width: 139px;
  background: #20243b;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 17px;
  color: var(--light-green);
  font-size: 1.2rem;
}

header.header .coins .coin img {
  height: 30px;
  width: 30px;
}


.bg-images {
  height: 260px;
}

@media screen and (max-width:551px) {
  .navbar-expand-lg {
    flex-wrap: wrap;
  }

  .bg-images {
    height: 25px;
  }

  .push-order {
    order: 1 !important;
  }
}


#faq .content {
  background: var(--black);
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 4px var(--light-green);
}

#faq .content .question {
  color: var(--light-green) !important;
  font-size: 2rem;
  font-weight: 700;
}

/* preview image */
header.header .img-wrapper img {
  width: 100%;
  height: 400px;
}

/* benefits section  */
section#benefits h2 {
  font-weight: 600;
}

.benf_box {
  text-align: center;
  background: var(--black);
  padding: 15px;
  margin: 15px 0;
  border-radius: 5px;
  min-height: 160px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 1px 1px 4px 0 var(--light-green);
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center;
  color: var(--light-green);
}

.benf_box p {
  color: #fff;
}

.benf_box svg {
  height: 30px;
  width: 44px;
  margin: 0 0 15px 0;
}

.benf_box svg path {
  fill: var(--light-green);
}






/********************************************************
# form styles 
********************************************************/
.panel,
.card,
.card-box {
  box-shadow: -1px 1px 0px var(--light-green);
  background-color: var(--theme-bg);
  padding: 20px;
  font-size: 1rem;
  font-weight: 400;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.chat_open .panel {
  margin: 0 !important;
}

.panel-header {
  border-bottom: 1px solid var(--light-green);
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--light-green);
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
  box-shadow: 0 3px 3px 0 var(--black), 0 1px 7px 0 var(--blue), 0 3px 1px -1px var(--blue);
}

.panel a {
  color: var(--light-green);
  text-decoration: none;
}

.form-group {
  margin: 5px 0;
}

button.btn.btn-primary {
  background: #4BB227;
}


label.custom-form-label {
  font-size: 11px;
  margin: 0;
}

.input-group>.form-control,
.input-group>.form-select {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}

.checkbox input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.btn-link {
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
}

.panel-footer a {
  color: var(--white) !important;
}

section#chat {
  position: fixed;
  right: 5px;
  top: 62px;
  height: 100%;
  z-index: 99;
  background: var(--black);
  padding: 9px;
  width: 0px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

section#chat.show {
  width: 265px;
  padding: 0px;
}

button#toggle-chat {
  position: absolute;
  left: -38px;
  top: 3%;
  font-size: 17px;
  padding: 10px 1px;
  border: none;
  background: var(--light-green);
  color: var(--white);
  border-radius: 4px;
}

.chat-content {
  display: flex;
  margin: 10px 0px;
  padding: 3px 0px;
  color: var(--white);
  font-size: 19px;
  border-radius: 10px;
  border: 1px solid var(--light-green);
  align-items: center;
  background: var(--black);
  justify-content: flex-start;
}

.chat-user-image img {
  width: 30px;
  border-radius: 25px;
}

.chat-wrapper {
  height: 80vh;
  overflow: auto;
}

.chat-button {
  background: var(--white);
  padding: 15px 5px;
  display: flex;
  margin: 0px;
}

.left-side-bar {
  width: 214px;
  height: 100vh;
  z-index: 1000;
  background: var(--blue);
}

.user-info-dropdown .dropdown-toggle .user-icon {
  width: 35px;
  height: 35px;
}

div.header {
  background: var(--blue);
}

span.user-name {
  color: var(--white) !important;
}

.dropdown-menu.dropdown-menu-right.dropdown-menu-icon-list.show {
  background: var(--black);
}

a.dropdown-item {
  color: var(--white);
}

.menu-icon.fas.fa-list {
  color: var(--white);
  cursor: pointer;
}

ul#accordion-menu {
  padding-left: 0px;
}

@media screen and (max-width:551px) {
  .main-container {
    margin-left: 0px !important;
  }
}

a.btn.offer-btn {
  color: var(--light-green);
  font-size: 18px;
  font-weight: 800;
  background: var(--white);
  margin-right: 7px;
}

.left-side-bar a {
  color: var(--white);
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  margin: 5px 0;
  background: var(--black);
}

.main-container {
  margin-left: 218px;
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--light-green);
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  text-decoration: none;
  color: var(--light-green);
}

.menu-toggle i {
  font-size: 46px;
  color: var(--white);
}

a.dash-nav-link {
  background: transparent;
  color: var(--white);
  text-decoration: none;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 400;
  margin: 5px;
  border: none !important;
}

.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: var(--blue);
}

.upper-auth-links {

  align-items: center;
}


@media (min-width: 992px) {

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -79px;
  }
}

@media (min-width: 992px) {
  #navbarNav {
    width: 100%;
    display: flex;
    align-items: center;
  }

}

p.code.border.border-info.p-2.ref-url {
  background: var(--black);
  cursor: pointer;
}

/* /user home dashboard */
#user-home svg path {
  fill: var(--light-green);
}

#user-home svg {
  width: 28px;
}

#user-home h3.panel-text {
  color: var(--light-green) !important;
  font-size: 2rem;
  font-weight: 900;
}

#user-home .col-12.offer-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  overflow: hidden;
}

.nav-tabs {
  padding-bottom: 15px;
  border-bottom: transparent;
}

.nav-tabs .nav-link {
  background-color: var(--theme-bg);
  border: 2px solid transparent;
  margin: 0 5px;
  padding: 3px 15px !important;
  color: #fff !important;
  box-shadow: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--green);
  border: 2px solid var(--green);
}

/* custom css by- Raju Ahmed */
.content-wrapper {
  display: flex;
  align-content: stretch;
  width: 100%;
}

.check-box .form-label {
  padding: 0;
}

p.forget-it {
  font-size: 13px;
}

/* custom form design */
.data-select {
  position: relative;
  display: flex;
  width: 11rem;
  height: 3em;
  border-radius: 3rem;
  overflow: hidden;
}

.data-select select {
  appearance: none;
  border: 0;
  box-shadow: none;
  margin: -7px 0 -7px 0;
  flex: 1;
  padding: 0 1em;
  color: var(--light-green);
  font-weight: 600;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
}

.data-select select::-ms-expand {
  display: none;
}

.data-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: .8rem 0.7rem;
  transition: .25s all ease;
  pointer-events: none;
}

.data-select:hover::after {
  color: #f39c12;
}

.data-select select option {
  position: absolute;
  top: 0;
  right: 15px;
}

/*********************************************************
## user dashboard styles 
*********************************************************/
.my_profile .profile-card {
  border: 1px solid var(--border-color);
  background-color: var(--theme-bg);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.my_profile .statistics .title i {
  font-size: 19px;
}

.my_profile .statistics-data .info span {
  font-size: 14px;
  color: #ccd;
}

.profile_image img {
  max-width: 125px;
  width: 125px;
  max-height: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* modal styles */
.modal {
  -webkit-backdrop-filter: var(--blur-filter);
  backdrop-filter: var(--blur-filter);
  background: #131626d9;
}



.modal-header {
  border-bottom-color: #eeeeee17;
}

.modal .btn-close {
  background: #161924;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  font-size: 1.5rem;
  backdrop-filter: blur(5px);
  float: right;
}

.modal .btn-close:focus {
  box-shadow: none;
}

.modal-footer .btn.btn-info {
  min-width: 150px;
  margin: unset;
}

#offerCardModalModal .modal-header {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  backdrop-filter: blur(5px);
  position: relative;
}



#offerCardModalModal .modal-header:after {
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  position: absolute;
  z-index: -1;
  background: #000000b3;
  top: 0;
  left: 0;
  bottom: 0;
}

#offerCardModalModal .modal-header img {
  width: 100px;
  border-radius: 5px;
  background-clip: content-box;
  overflow: hidden;
}

#offerCardModalModal span.me-1.bg-info {
  font-weight: lighter;
  background: var(--light-green)12 !important;
  color: var(--light-green);
}


#offerCardModalModal .modal-header .close-btn button.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
}

.modal-category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.modal-provider p {
  background: #00ffff1a;
  border-radius: 5px;
  color: aqua;
  padding: 1px 15px !important;
}

.modal-content {
  border: 1px solid var(--border-color);
  background: var(--webkit-dropdown-bg);
  background: var(--dropdown-bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 15px;
}


.wow {
  animation-duration: 1.8s !important;
}


.btn-orange-dark {
  background-color: var(--light-green);
  border: 1px solid var(--light-green);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.btn-orange-dark:hover {
  background-color: transparent !important;
  color: var(--light-green);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--white);
}

.block-title {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
}

.chat_open .task {
  padding: 0 !important;
}

.orange {
  color: var(--light-green);
}

.right {
  text-align: right;
}

.sidebar-menu .submenu li a,
.sidebar-menu .dropdown-toggle {
  padding: 10px 15px 10px 67px;
}

@media (max-width: 1200px) {

  #navbarNav .support,
  #open_button,
  #close_button,
  #navbarNav .live_chat,
  .sidebar_nav {
    display: none !important;
    visibility: hidden !important;
  }

  #main_chat {
    margin-bottom: 10px !important;
    overflow-y: auto;
  }

  .sidebar_nav.show {
    backdrop-filter: blur(5px);
    width: 100%;
    display: block !important;
    visibility: visible !important;
  }

  .sidebar_nav.show .left_sidebar {
    width: 12rem;
    background-color: #232a4bbf;
    backdrop-filter: blur(15px);
  }

  .sidebar_footer {
    margin-bottom: 6rem !important;
  }

  #mobile-nav .nav-item.sidebar_menu:hover {
    background: transparent;
  }

  #toast-container .toast-message {
    font-size: 13px !important;
  }

  .main_content {
    margin: 0 !important;
  }

  .upper-auth-links {
    flex-direction: row-reverse !important;
  }

  #mobile-nav {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--black);
    z-index: 999;
    box-shadow: 1px 1px 1px #000;
  }

  #mobile-nav li {
    list-style: none !important;
  }

  #mobile-nav .nav-item:hover a,
  #mobile-nav .nav-item.active-nav-link a {
    color: #000 !important;
  }

  #mobile-seperator {
    margin-top: 200px
  }

  .chat#toggleBtn {
    display: none;
  }

  footer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width:771px) {

  #desktop-nav li.nav-item {
    margin: 5px;
  }

  #mobile-nav .head-title {
    font-size: 12px;
  }

  .referral_message::before {
    display: none;
  }
}

@media screen and (max-width: 575px) {

  .call-to-action #typer {
    font-size: 3rem;
  }

  .offer_popularity {
    display: none;
  }

}

@media screen and (max-width: 480px) {
  .reg_log_buttons {
    width: 160px;
    --h: 2em;
  }

  .call-to-action #typer {
    font-size: 2rem;
  }

  .call-to-action a.call-btn {
    font-size: 15px;
    padding: 8px 30px;
  }

  #navbarNav .user_profile .user_data .info {
    display: none;
  }

  #navbarNav .profile_info {
    left: -265px;
  }

  #navbarNav ul li a .user-image img,
  #navbarNav .profile_avatar img {
    max-width: 45px;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 400px) {
  #navbarNav .user_data .info {
    display: none;
  }

  .navbar-brand img {
    width: 150px;
  }

  i.tag-items {
    padding: 7px 12px;
    color: #fff;
    margin: 6px 3px;
  }

}

@media screen and (max-width: 380px) {
  #navbarNav .profile_info {
    left: -180px;
  }
}

@media screen and (max-width: 360px) {
  .reg_log_buttons {
    width: 140px;
  }

  .reg_log_buttons button {
    font-size: 13px;
  }
}

.overlay {
  margin-bottom: 0;
  padding-bottom: 0;
}


/*earn page*/
.mdtxt {
  font-size: 16px;
  line-height: 24px;
}

.badge-warning {
  background-color: #13ba40 !important;
  color: #fff;
}

.latest-activites .single-box .number {
  padding: 13px 57px;
  background: none;
  /* Set background to none or transparent */
  border-radius: 18px;
  color: #ebebeb;
  margin-left: -2px;
}

.header-section .navbar-area form .form-group {
  padding: 0 30px;
  border-radius: 10px;
  background: #25263d;
  border: 1px solid #636467;
  border-radius: 15px;
}

.header-section .navbar-area {
  padding: 10px 40px;
  padding-right: 20px;
  position: absolute;
  background: #25263d;
  overflow-x: clip;
}

.earn-select-dropdown-toggle-left-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  /* Adjust the spacing between icons as needed */
}

.earn-select-dropdown-icon {
  display: flex;
  align-items: center;
}

.lightAnimation {
  animation: lightBlink 1s infinite alternate;
}

.css-rzyl8m {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  cursor: pointer;
}

.css-98o5l5 {
  color: rgb(169, 169, 202);
  font-weight: 500;
  font-size: 12px;
  line-height: 165%;
  margin: 0px;
}

svg:not(:root) {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .css-1qfb8uj {
    margin-top: 24px;
  }
}

.css-1qfb8uj {
  display: flex;
  margin-top: 32px;
}

.css-12u1ezy {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 0%;
}

.css-1n80aq3 {
  margin-right: 4px;
  border-radius: 2px;
  width: 47px;
  height: 16px;
}

.css-6k17nn {
  font-weight: 500;
  font-size: 12px;
  line-height: 165%;
  text-align: center;
  color: rgb(169, 169, 202);
  opacity: 0.6;
  margin-top: 8px;
  margin-bottom: 0px;
}

.css-rhbqqc {
  background: rgb(36, 37, 55);
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: rgb(1, 214, 118);
  padding: 6px 12px;
}

.css-1hm5hf {
  line-height: var(--chakra-lineHeights-base);
  font-weight: 500;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.css-194qof2 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 22px;
  white-space: nowrap;
}

.css-1od6a13 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.css-1od6a13 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.css-6k17nn {
  font-weight: 500;
  font-size: 12px;
  line-height: 165%;
  text-align: center;
  color: rgb(169, 169, 202);
  opacity: 0.6;
  margin-top: 8px;
  margin-bottom: 0px;
}

@keyframes lightBlink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

.online {
  background-color: #4caf50;
  /* Green color for online */
}

.offline {
  background-color: #f44336;
  /* Red color for offline */
}

.font-medium.text-slate-700 {
  color: #fff;
  font-size: 0.8rem;
  /* Adjust the font size as needed */
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
  .font-medium.text-slate-700 {
    font-size: 0.8rem;
    /* Adjust the font size for smaller screens */
  }
}


/* Style the hover effect */
.dropdown-item:hover {
  background-color: #141523;
  /* Change background color on hover (blue) */
  color: #fff;
  /* Text color for hover */
}

/* Style the selected item */
.dropdown-item.selected {
  background-color: #141523;
  /* Highlight the selected item (blue) */
  color: #fff;
  /* Text color for selected item */
}

/* Style the "All Offers" item differently */
.dropdown-item[data-device="all"] {
  font-weight: bold;
  /* Make "All Offers" bold */
  color: #a9a9ca;
  /* Gray text color for "All Offers" */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  /* Add a 3D effect to text */
}

/* Style the "All Offers" item on hover */
.dropdown-item[data-device="all"]:hover {
  background-color: #a9a9ca;
  /* Change background color on hover (dark) */
}

/* Styles for the notification badge */
.badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
}


/* Styles for the bell icon */
.bell-icon {
  width: 24px;
  height: 24px;
  filter: brightness(20.5);
}

.custom-modal-btn {
  width: 482px;
  height: 72px;
  background: #f28801;
  padding: 18px 200px;
  color: #282F41;
  position: relative;
  z-index: 0;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.tag-b {
  color: #ffc908;
  background: rgb(247 194 2 / 10%);
  padding: 0px 10px;
  font-size: 11px;
  border-radius: 5px;
}

.b-mn {
  border-color: #474765;
}

.car_pro {
  border: 1px solid #292b43;
  border-radius: 15px;
}

.pro_log_btn {
  background: linear-gradient(1turn, #c4003b .8%, #fb1949);
  height: 43px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 13px;
  width: 100%;
  display: flex;
  border-bottom: solid 2px #631928;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 5px;
}

.bg-g-green {
  border-bottom: solid 1px #3a470a;
  background: linear-gradient(180deg, #B3E537 0%, #B0D038 50%, #829F18 100%);
}

.pro_csm_grid {
  --auto-grid-min-size: 10rem;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 8px;
}

.bg-dark-light {
  background: #1d1e30;
}

.li-tr {
  background-color: #ffffff30;
}

.bg-full-dark_csm {
  background: #141523;
}

.bg-layot-dark_csm {
  background: #25263d;
}

.men_ac {
  color: white;
  border: 1px solid #382c2e !important;
  background-image: linear-gradient(180deg, rgb(37 38 61) 9.2%, rgb(57 43 43) 103.9%) !important;
}

.men_ac i {
  color: #ff9800 !important;
}

.d-pro {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}


.leaderboard-section .nav {
  border: 1px solid #3D4660;
  border-radius: 10px;
  padding: 10px;
}

.leaderboard-section .nav .cmn-btn span {
  color: var(--bs-white);
  font-weight: 600;
}

.leaderboard-section .nav .cmn-btn.active {
  background: #373F56;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

.leaderboard-section .countdown h5 {
  margin: 0 2px;
}

.leaderboard-section .countdown .days,
.leaderboard-section .countdown .hours,
.leaderboard-section .countdown .minutes {
  color: var(--secondary-color);
}

.leaderboard-section .abs-area {
  top: -35px;
}

.leaderboard-section .border-gradient {
  border-radius: 50%;
}

.leaderboard-section .border-gradient::before,
.leaderboard-section .border-gradient .profile img {
  border-radius: 50%;
}

.leaderboard-section .row .col-4 {
  max-width: 230px;
}

.leaderboard-section .single-box {
  text-align: center;
  padding: 100px 30px 60px;
  background: #1F2432;
  border: 1px solid #3D4660;
  border-radius: 15px;
}

.leaderboard-section .single-box .coin-bonus {
  position: relative;
}

.leaderboard-section .single-box .coin-bonus::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D7D6D6;
}

.leaderboard-section .single-box .coin-bonus p {
  color: var(--bs-white);
}

.leaderboard-section .single-box .coin-bonus p.mdtxt {
  color: var(--primary-color);
}

.leaderboard-section .single-box .abs-top {
  padding: 30px 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #09b65e;
  border-radius: 0px 0px 30px 30px;
}

.leaderboard-section .single-box .abs-top p {
  color: #1A1F2C;
  font-weight: 600;
}

.leaderboard-section .table {
  border-collapse: separate;
  border-spacing: 0 20px;
}

.leaderboard-section .table .grid-area {
  text-align: center;
}

.leaderboard-section .table .grid-area span {
  display: block;
}

.leaderboard-section .table .grid-area span:last-child {
  color: var(--secondary-color);
}

.leaderboard-section .table tr {
  background: #1F2432;
}

.leaderboard-section .table tr .img-area {
  margin-right: 10px;
}

.leaderboard-section .table tr span {
  color: var(--bs-white);
  font-weight: 600;
}

.leaderboard-section .table th {
  border-left: 1px solid #3D4660;
  width: 100px;
}

.leaderboard-section .table th span {
  padding: 15px 10px;
  background: #2C3346;
  border-radius: 10px;
}

.leaderboard-section .table td:first-child {
  width: 30%;
}

.leaderboard-section .table td:last-child {
  border-right: 1px solid #3D4660;
  text-align: end;
}

.leaderboard-section .table td,
.leaderboard-section .table th {
  padding: 20px 40px;
  border-top: 1px solid #3D4660;
  border-bottom: 1px solid #3D4660;
}

.leaderboard-section .table .border-left {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.leaderboard-section .table .border-right {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.leaderboard-section ::-webkit-scrollbar-track,
.leaderboard-section ::-webkit-scrollbar-button,
.leaderboard-section ::-webkit-scrollbar-thumb {
  background-color: transparent;
}



.leaderboard-section .single-box {
  padding: 60px 15px 40px;
  max-width: 210px;
  min-height: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.leaderboard-section .single-box .abs-top {
  padding: 4px;
}

.leaderboard-period {
  text-align: center;
  background: #30333a5c;
  padding: 15px 0;
  border-radius: 5px;
  margin-bottom: 25px;
}

.leaderboard-section .table {
  width: 250%;
}

.timer {
  display: flex;
}

.timer h1+h1:before {
  content: ":"
}

.badge-warning {
  background-color: #13ba40 !important;
  color: #fff;
}

.section-title .title-wrapper .icon {
  width: 40px;
  height: 40px;
}

.search-bar input#search {
  background: #303540c4;
  border: 1px solid #eeeeee73;
  width: 100%;
  min-width: 390px;
  border-radius: 15px;
}

.bonus_code_modal .image {
  width: 230px;
  position: absolute;
  top: -62px;
  left: -15px;
}



.days {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, 120px);
  -webkit-box-pack: start;
  justify-content: start;
}

.days i {
  font-size: 26px;
  margin-bottom: 12px;
}

.days span {
  font-size: 16px;
}

.streak_rewards img {
  height: 10px;
}

.days .claim_reward {
  background: #000;
}

#next_streak_time {
  display: inline-block;
}

#next_streak_time>div:nth-child(2) {
  display: none !important;
}

.syotimer__body,
.syotimer-cell {
  display: inline-flex;
  align-items: center;
  color: var(--light-green);
}

.syotimer-cell {
  margin: 3px;
}

.syotimer-cell:last-child {
  margin-right: 0 !important;
}

span.tasks_title {
  font-size: 0.9rem;
  line-height: 1.2;
  font-family: ui-sans-serif;
}

.fst {
  margin-top: -3rem;
}

.le_tag {
  background: #d31d46;
  font-size: 10px;
  border-radius: 17px;
  padding: 0px 3.5px;
  top: -5px;
  right: -5px;
}

.back_re {
  background: #d31d46 !important;
}

.nav-li-n-o i {
  font-size: 18px;
}

.nav-li-n-o {
  align-items: center;
  border-radius: 7px;
  margin-top: 9px !important;
  cursor: pointer;
  display: flex;
  height: 42px;
  padding: 0px 12px;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  transition: background-color .1s ease-in-out;
  color: white;
  background: transparent;
}

.of-navi {
  display: flex;
  gap: 9px;
  font-size: 18px;
}

.of-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.redu1 {
  border-radius: 1rem;
}

.api-step {
  background: #25263d;
  padding: 15px;
  border-radius: 9px;
}

/* Set the font color to white for the input text */
.chat_footer input {
  color: white;
}

/* Set the font color to white for the submit button text */
.chat_footer .submit {
  color: white;
}


.of-modal-content {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin: auto;
  border: 1px solid #888;
  width: 90%;
  max-width: 560px;
  text-align: center;
  position: relative;
  margin-top: 75px;
}

.of-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 10px;
}

.of-close:hover,
.of-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#i-xmr {
  font-size: 22px;
}

.mon-h:hover {
  background-image: linear-gradient(270deg, rgb(37 38 61) 9.2%, rgb(57 43 43) 103.9%);
  border-left: solid 2px #ed1d49;
  color: #c5c5c5;
}

.div-center {
  text-align: center !important;
}

.header-section .navbar-area .dashboard-nav .single-item .chatbar-wrapper {
  position: absolute;
  top: 50px;
  width: 360px;
  height: 85vh;
  overflow-x: hidden;
  overflow-y: scroll;
  display: grid;
  right: 0;
  padding: unset !important;
  background: var(--section-color);
  box-shadow: 0px 20px 50px rgba(44, 63, 88, 0.15);
  border-radius: 20px;
  border-radius: 20px;
  transform: translateX(150px);
  cursor: auto;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.cmn-btn {
  background: #f28801;
  /*padding: 1px 12px;*/
  color: #282F41;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

/* Style for the notification list */
.notifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notifications-list li {
  margin-bottom: 10px;
}

/* Other styles specific to your design can be added here */

.notifications-content {
  max-height: 500px;
  /* Adjust the maximum height as needed */
  overflow-y: auto;
}

.head-area {
  text-align: center;
}

.profile-head {
  margin-bottom: 10px;
}

.profile-image {
  max-height: 100%;
  width: auto;
}

.user-profile {
  flex-shrink: 0;
  width: 40px;
  /* Adjust the width as needed */
  height: 40px;
  /* Adjust the height as needed */
}

.user-profile img {
  max-width: 100%;
  height: auto;
}

.offers_modal {
  background: var(--dropdown-bg);
}

.splide__arrow {
  border: 1px solid var(--light-green);
  background: var(--theme-bg);
  position: absolute;
  top: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.splide__arrow:hover {
  background: #7e7c7c96;
}

.splide__arrow--prev {
  right: 2.2rem !important;
  left: auto;
}

.splide__arrow--next {
  right: 0 !important;
}

.splide__arrow svg {
  fill: var(--light-green);
  width: 0.9em;
}

.splide__arrow:hover svg {
  fill: var(--light-green);
}

.splide__pagination {
  display: none;
}

/* offerwall styles */
#featured_offers .splide__slide {
  width: 8rem;
}

#featured_offers .offer_header {
  min-height: 93px;
}

div#offers-container [class*="col"] {
  width: unset;
  padding: 0;
}

.section-title h5.title {
  text-transform: capitalize !important;
}

.offer .offer_device {
  text-align: center;
  width: 43px;
  height: 27px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: #141416a3;
}

.offer .offer_device img {
  height: 18px;
}

.offer-card {
  min-width: 115px;
  max-width: 115px;
  height: 200px;
  margin-right: 10px;
  background: transparent !important;
}

.offer {
  width: 100%;
  height: 100%;
}

.offer {
  background-color: #4556582b;
  background-image: repeating-linear-gradient(to top, #dddddf1a, #dadce312 50%);
  padding: 5px 5px !important;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  margin-right: 5px;
  backdrop-filter: blur(10px);
}

.offer_image img {
  height: 100px;
  width: 100%;
  margin-bottom: 10px;
}

.offer_popularity {
  margin-right: 5rem;
}

.offer_badge {
  position: absolute;
  top: 7px;
  right: 7px;
}

.badge.new {
  background: var(--light-green);
}

.badge.hot {
  background: #fa007d;
}

.badge.offer_bonus {
  background: rgba(1, 214, 118, 0.2);
  color: var(--light-green);
}


.no-iframe .devices div {
  justify-content: flex-end !important;
  border-radius: 10px;
  width: 95px;
  height: 27px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.no-iframe .devices div .device {
  border-radius: 10px;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141416a3;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.offer .name,
.offer .details {
  white-space: nowrap;
  text-align: left;
  padding: 0 5px;
  display: block;
  font-size: 0.8rem;
  color: #ddd;
}

.offer .name,
.offer .category p {
  font-size: 0.8rem;
  color: #ccccccad;
  font-weight: 400;
  text-align: left;
  padding: 0px;
  padding-left: 5px;
  margin: 0;
  width: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offer .name,
.offer .rewards p {
  text-align: left;
  padding-left: 5px;
}

.currency {
  font-size: 15px;
}

.currency span {
  font-size: 10px;
}

.offertype.game {
  background: #00dab2e8;
  font-size: 10px;
  font-weight: 500;
}

.offer_footer .ratings i {
  color: #ffd000;
  margin: 2px;
  font-size: 12px;
}

.hasRatings .offer_footer .ratings {
  display: block;
}

.ratingsHide .offer_footer .ratings {
  display: none;
}

.offer .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-filter: none !important;
  filter: none !important;
}

.offer .overlay:has(.fas.fa-lock.user-lock) {
  opacity: 1;
}

.offer .overlay i {
  background-color: var(--light-green);
  color: #fff;
  display: inline-block;
  height: 32px;
  width: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.offer.lock .overlay i {
  background-color: transparent;
  font-size: 30px;
}

.offer .overlay i.fas.fa-lock.user-lock {
  background: transparent;
  font-size: 2rem;
}

.offer .overlay p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.offer.lock .overlay,
.offer:hover .overlay {
  opacity: 1 !important;
}

.offer.lock {
  cursor: pointer;
}

.offer.lock .lock_info {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
}

.offer.lock .lock_info button {
  width: 25px;
  height: 25px;
  background: #e75dff;
  opacity: 1;
  cursor: pointer;
}

.offer.lock .lock_info i {
  font-size: 15px;
}

.offer:hover {
  border: 3px solid var(--light-green);
}

/* offer popularity toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: var(--light-green);
}

input:focus+.slider {
  box-shadow: 0 0 1px var(--light-green);
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  -webkit-border-radius: 34px;
  border-radius: 34px;
}

.slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.cookie {
  position: fixed;
  bottom: 46px;
  left: 15px;
  width: auto;
  margin: auto;
  max-width: 420px;
  z-index: 99;
  background: #171420b8;
  backdrop-filter: blur(5px);
  border-radius: 25px;
  padding: 25px 15px;
}

@media screen and (max-width:551px) {
  .cookie {
    right: 15px;
  }
}

.cookie-header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  height: 45px;
}

h3.cookie-title {
  margin: 0;
  font-size: 2rem;
}

.cookie-body p {
  padding: 14px;
}

.cookie-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 25px;
}

.cookie-footer .btn.btn-info {
  min-width: 120px;
}

.banner__cta {
  min-width: 160px;
  background-color: var(--light-green);
}

.banner__cta:hover {
  background-color: var(--green);
}

.banner__cta.reject {
  background-color: #32c4dd91;
}

.banner__cta.reject:hover {
  background-color: #eb1b75;
}

@media(max-width: 992px) {
  .cookie-consent-banner {
    bottom: 52px;
  }
}

@media (max-width: 490px) {
  .cookie-consent-banner {
    width: 90%;
  }

  .banner__cta {
    width: 100% !important;
  }
}

.welcome {
  position: relative;
}

.dashboard-image {
  border: 1px solid var(--border-color);
  background-color: var(--theme-bg);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: inline-block;
  padding: 10px 6px;
  width: 125px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 5rem;
}

.dashboard-image img {
  width: 125px;
  max-width: 100%;
  display: block;
  margin-bottom: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.dashboard-image .content {
  text-align: left;
}

.dashboard-image .content p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-image .content .middle {
  display: block;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-image .content h5 {
  padding: 2px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0 0 0;
  color: #ffffff;
}

.dashboard-image .content h5 span {
  font-size: 11px;
}

.call-to-action .get-paid {
  color: var(--light-green);
}

.call-to-action a.call-btn {
  background-color: var(--theme-bg);
  border: 2px solid var(--border-color);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 15px 0;
  color: #fff;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -webkit-transition: color, background 0.5s ease-in-out;
  transition: color, background 0.5s ease-in-out;
}

.call-to-action a.call-btn:hover {
  border: 2px solid var(--light-green);
  color: var(--light-green);
  background: transparent;
}

/* earning info styles */
.earn-details .details {
  border: 1px solid var(--border-color);
  background-color: var(--theme-bg);
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.earn-details .inner-content i {
  font-size: 2.3rem;
  color: #fff;
}

.earn-details .inner-content h2 {
  font-size: 2rem;
  font-weight: 700;
}

.earn-details p {
  font-size: 12px;
}

/* how to earn cash styles */
.how-to-start .start-box {
  background: var(--theme-bg);
  border-radius: 25px;
  position: relative;
  padding: 3px;
  margin: 10px 0;
}

.how-to-start .start-box .counter {
  position: absolute;
  top: 0;
  left: -12px;
  color: #ffffff63;
  font-weight: bold;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 0.2;
  z-index: 60;
}

.how-to-start .start-box .inner-content {
  margin: auto;
  text-align: center;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.how-to-start .start-box .outer-content {
  border: 1px solid var(--border-color);
  background-color: rgb(46 51 62 / 71%);
  -webkit-backdrop-filter: var(--webkit-backdrop-filter);
  backdrop-filter: var(--blur-filter);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.how-to-start .start-box .outer-content h3 {
  color: var(--orange);
}

.how-to-start .start-box .box {
  width: 130%;
  position: absolute;
  top: -1.5rem;
  left: 0;
  -webkit-transform: rotate(353deg);
  transform: rotate(353deg);
}

.how-to-start .start-box.box-3 .box {
  top: -130px;
}

.how-to-start .start-box .box .image img {
  margin: 5px 0;
}

.how-to-start .start-box:hover .box .image {
  transform: scale(1.5);
  transition: 1s ease-in-out;
}

/* best way to earn styles */
.best-way-to-earn .best-box {
  border: 1px solid var(--border-color);
  background: var(--theme-bg);
  display: flex;
  flex-direction: column;
  padding: 30px 24px 0 24px;
  font-size: 14px;
  overflow: hidden;
  max-height: 450px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.best-way-to-earn .best-box img {
  width: 80%;
  height: 120px;
  object-fit: contain;
  flex: 1;
  display: block;
  margin: auto;
}

/* offer partners section */
.partners-section .partners {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: var(--theme-bg);
}

.partners-section .partners .partner-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}

.partners img {
  filter: grayscale(1);
  width: 100px;
}

.partners img:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

/* why us section styles */
.why-us .best-box {
  background: var(--theme-bg);
  display: flex;
  flex-direction: column;
  padding: 30px 24px 0 24px;
  font-size: 14px;
  overflow: hidden;
  max-height: 450px;
  height: 100%;
  border: 1px solid var(--border-color);
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.why-us .best-box img {
  height: 120px;
  object-fit: contain;
  flex: 1;
  display: block;
  margin: auto;
}

@media(max-width: 768px) {
  .dashboard-image-positioned {
    top: 0;
  }

  .dashboard-image {
    margin-bottom: 30px;
  }
}

/* withdraw page */
.withdraw_method {
  width: 100%;
}

.withdraw_method .section_header {
  padding: 28px 16px;
  overflow: hidden;
  position: relative;
}


.section-info i {
  color: var(--orange);
}

.section-title i.fa-money-check-dollar {
  color: var(--orange-dark);
  transform: rotate(-45deg);
}

.cashout_details span {
  font-weight: 500;
}

/* withdraw item styles */
.withdraw_method .cashout_item {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, 94px);
  -webkit-box-pack: start;
  justify-content: start;
}

@media screen and (min-width: 350px) {
  .withdraw_method .cashout_item {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 600px) {
  .withdraw_method .cashout_item {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .withdraw_method .cashout_item {
    grid-template-columns: repeat(auto-fit, 130px);
  }
}

.withdrawal_methods [class*="col-3"] {
  width: auto;
  padding: 5px;
}

.withdraw_method .item {
  border: 2px solid transparent;
  background-clip: padding-box;
  display: block;
  position: relative;
  padding: 16px 8px;
  width: 150px;
}

.withdraw_method .item:hover {
  border: 2px solid var(--light-green);
}

.withdraw_method .item.card {
  border: none;
  padding: 0;
  box-shadow: none;
}

.withdraw_method .item .item_inner {
  position: relative;
}

.withdraw_method .item .item_inner::before {
  height: 0px;
  content: "";
  display: block;
  padding-bottom: 165.766%;
}

.withdraw_method .item_inner .item_info {
  overflow: hidden;
  position: absolute;
  inset: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gc_raj {
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 12px;
}

.withdraw_method .item img {
  object-fit: contain;
  height: 60px;
  max-width: 100%;
}

.withdraw_method .item .item_footer {
  position: absolute;
  bottom: 0;
}

.item_footer .method_name {
  font-size: 15px;
}

.withdraw_modal .image {
  width: 25px;
  position: absolute;
  top: -17px;
  left: 4px;
}

.referral_link span.copyData {
  font-size: 17px;
}

.referral_link .copyButton {
  font-size: 14px;
}

.color_svg {
  fill: var(--light-green);
}

.color_svg.gray {
  fill: var(--gray);
}

.profile_info .label strong {
  width: 25px;
  height: 25px;
  background: var(--dark-green);
  padding-top: 3px;
  border-radius: 50%;
}

.profile_info .username .flag {
  width: 30px;
  height: 22px;
}

.referral_message::before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../asset/images/referrals/dollar-coin.png') no-repeat top center/100% 100%;
}

.badge-warning {
  background-color: #13ba40 !important;
  color: #fff;
}

.top_referral {
  font-size: 20px;
  color: #fff;
}

.top_referral .list {
  margin-bottom: 10px;
}

.top_referral .count {
  font-weight: 600;
  font-size: 25px;
  width: 40px;
  height: 40px;
  background: #1d2030;
  color: #cbcbdf;
}

.top_referral .count.count-1 {
  background: #f7bc14;
  color: #000;
}

.top_referral .count.count-2 {
  background: #b9bbc1;
  color: #000;
}

.top_referral .count.count-3 {
  background: #fd9727;
  color: #000;
}

.tiers .active {
  border: 1px solid var(--light-green);
}

.tiers .tier .badge {
  background: var(--light-green);
  display: none;
}

.tiers .active .badge {
  display: block;
  padding: 4px 12px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tiers .not_active {
  border: 1px solid var(--border-color) !important;
}

.tiers .not_active .badge {
  display: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown_bg {

  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.dropdown_bg th,
.dropdown_bg td {
  padding: 10px;
  text-align: left;
}

.dropdown_bg th {
  background-color: #3e3640;
}

.dropdown_bg tbody tr {
  animation: fadeIn 0.5s ease-in-out;
}

.dropdown_bg .img-area {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.dropdown_bg .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.dropdown_bg .lgtxt {
  font-size: 16px;
  font-weight: bold;
}

.dropdown_bg .grid-area {
  display: inline-block;
  vertical-align: middle;
}

.dropdown_bg .mdtxt {
  font-size: 14px;
}

.rounded_15px {
  border-radius: 15px;
}

/* Base Skeleton Loader Styles */
.skeleton-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.skeleton-image {
  width: 100%;
  height: 200px;
  /* Adjust as needed */
  background: #333239e3;
  border-radius: 10px;
  margin-bottom: 10px;
}

.skeleton-text {
  width: 80%;
  height: 20px;
  background: #333239e3;
  border-radius: 5px;
  margin: 5px 0;
}

/* Shimmer Effect Animation */
.skeleton-animation {
  position: relative;
  overflow: hidden;
}

.skeleton-animation::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* Pulsating Effect Animation */
.skeleton-animation-pulse {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    background-color: #e0e0e0;
  }

  50% {
    background-color: #f5f5f5;
  }

  100% {
    background-color: #e0e0e0;
  }
}


/* User Avatar */
.avatar-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
}

.avatar-radio {
  display: flex;
  align-items: center;
  margin: 0;
}

.avatar-radio img {
  width: 75px;
  height: 75px;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}

.avatar-radio input[type="radio"] {
  display: none;
}

.avatar-radio input[type="radio"]:checked+img {
  border-color: #292c32;
  border-radius: 5px;
  background: aliceblue;
}

span.icon img[alt='Cash'] {
  max-height: 20px;
  margin: 0 5px;
}