/***********************************************
## global css
***********************************************/
:root {
  --brand: #1ebe73;
  --brand-secondary: #7953f4;
  --red: #ed1d49;
  --green: #2db971;
  --semi-transparent-light: hsla(0, 0%, 100%, .2);
  --semi-transparent-strong: hsla(0, 0%, 100%, .8);
  --input-primary: #787ead;
  --input-placeholder: #354254;
  --hover: rgba(0, 0, 0, .075);
  --accent-0: #0d131c;
  --accent-1: #111923;
  --accent-2: #16202b;
  --accent-3: #1c2531;
  --accent-4: #1f2a39;
  --accent-5: #253243;
  --text-primary: #93acd3;
  --text-secondary: #55657e;
  --text-highlight: #10e581;
  --vh: 100%;
  --visa: #fff;
  --zalora: #fff;
  --ubereats: #000;
  --amazon: #000;
  --google: #fff;
  --paypal: linear-gradient(342.04deg, #263b80 -75.71%, #25bcff 135.9%);
  --apple: linear-gradient(112.11deg, #ff5b53 -9.59%, #9850fa 54.58%, #2cc9f8 117.99%);
  --spotify: linear-gradient(81.14deg, #7ab55c 25.96%, #38ffc3 147.65%);
  --nintendo: #ff000a;
  --xbox: linear-gradient(190.72deg, #57ff3c -85.82%, #177d3e 92.04%);
  --bitcoin: #f7931a;
  --litecoin: #9194a1;
  --dogecoin: #c3a633;
  --bitcoincash: #0ac18e;
  --dash: #008de4;
  --rbx: #da221a;
  --bitskins: #191e26;
  --monlix: #1ebe73;
  --pollfish: #e44045;
  --offertoro: #6248ca;
  --adgate: #45b6f2;
  --ayet: #d36d00;
  --adgem: #7359a4;
  --timewall: #4bb170;
  --lootably: #262b4d;
  --dollah: #1ebe73;
  --bitlabs: #007bff;
  --cpx: #262b4d;
  --revenuewall: #f90;
  --revu: #1670c6;
  --notik: #02adb4;
  --inbrain: #162446;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --spacing-3xl: 48px;
  --spacing-4xl: 64px;
  --rounded-tiny: 2px;
  --rounded-xs: 4px;
  --rounded-sm: 6px;
  --rounded-md: 8px;
  --rounded-lg: 12px;
  --rounded-xl: 16px;
  --rounded-2xl: 32px;
  --rounded-3xl: 48px;
  --shadow: 0px 2px 1px -1px rgb(0 0 0/4%), 0px 10px 3px -3px rgb(0 0 0/2%);
  --hover-glow: 0px 0px 0px 3px #04bd67, 0px 0px 11px 0px #04bd67;
  --font-sans: "Montserrat", sans-serif;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body,
html {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: var(--accent-0);
  padding: 0;
  font-weight: 600;
  width: 100vw;
  height: 100vh;
  height: var(--vh);
  font-family: Montserrat;
  color: #b0bfd5;
}

/* custom scrollbar styles */
body::-webkit-scrollbar,
body::-webkit-scrollbar-track {
  width: 0 !important;
  height: 10px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--accent-4);
  border-radius: 8px;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-track {
  width: 0 !important;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

select option {
  background: #1f2a39 !important;
}

a {
  color: var(--green);
  text-decoration: underline;
}

a:hover {
  color: #00e980;
}

.btn-info {
  color: #ffffff;
  background-color: var(--green);
  border-color: var(--brand);
  font-weight: 600;
  font-size: 1.2rem;
  padding: 5px 25px;
}

.btn-info:hover {
  color: #fff;
  background-color: #17a060;
  border-color: #17a060;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #fff;
  background-color: #17a060;
  border-color: var(--brand);
  box-shadow: 0 0 0 .2rem #17a06024;
}

.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: #17a060;
  border-color: #17a060;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a060;
  border-color: #17a060;
}

button.btn.btn-info.rounded-pill.btn.btn-warning.rounded-pill {
  background: #daa520e6;
  border: gold;
}

.theme_bg {
  background: #16202b;
}

.dropdown_bg {
  background: var(--webkit-dropdown-bg);
  background: var(--dropdown-bg);
}

.green_bg {
  background: #17a060;
}

.dark_green_bg {
  background: var(--brand);
}

.text_red {
  color: rgb(255, 0, 0);
}

.text_green {
  color: var(--green);
}

.text_light_green {
  color: #0DC975;
}

.text_light_green {
  color: #0DC975;
}

.text_gray {
  color: #fff;
}

.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-info {
  color: #1ebe73 !important;
}

.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;
}

.show {
  display: block !important;
}

.icon {
  position: relative;
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
}

.alert-danger {
  color: var(--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, #1f2634 16.52%, #111923 88.89%);
  border: 2px solid #161f2c;
  border-radius: 10px;
  padding-top: 42px;
  padding-bottom: 0px;
  margin-left: 2px;
}

.tab-content .single-box {
    width: 100%;
    max-width: 190px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    margin: 15px auto;
}


.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: 65%;
    height: 65%;
    border-radius: 50%;
    max-width: 95px !important;
    max-height: 95px !important;
    min-width: 95px !important;
    min-height: 95px !important;
    border: 3px solid #fff;
}

.info-area {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.info-area.text-center h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-size: 1rem;
}

.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;
  }
}

.modal .modal-backdrop {
  height: unset !important;
  z-index: -1;
}

.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 {
  color: #11df4b;
  animation: flameAnimation 1s infinite alternate;
}

.text-warning {
  color: #ffcf00 !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;
}

/***********************************************
## 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;
  }
}



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: var(--accent-0);
}

.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%;
}

/***********************************************
## table styles
***********************************************/
.log_table {
  overflow-x: scroll;
  background: #1f2634;
}

.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: #7886ae;
  padding: 10px 0;
  font-size: 0.9rem !important;
}

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:10px;
  border-radius: 10px;
}

.form-control {
  background-color: #0d131c;
  color: var(--white);
  padding: 10px 16px;
  border: 1px solid #263243;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--accent-4);
}

.form-control:focus {
  background: #161f2c !important;
  box-shadow: none;
  color: #fff;
}

.form-select {
  color: #7886ae;
  background-color: #1f2a39;
}

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(--accent-4);
}

.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 .fi {
  width: 40px;
  height: 40px;
}

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-nav {
  align-items: center;
}

a.navbar-brand {
    padding: 0;
    max-width: 170px;
    height: 2.8rem;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.navbar-brand img {
    height: 100%;
    width: 100%;
}

.navbar-expand-lg {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #161f2c;
  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 {
  color: #fff;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
  background-color: #202a3a;
  border: 2px solid #202a3a;
  transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .12);
}

.widget-wrapper .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  background-color: var(--red);
  font-weight: 600;
  color: rgb(255 255 255/1);
  border-radius: 10px;
  padding: 0 8px;
  height: 25px;
  transition: transform .2s ease;
  background: linear-gradient(1turn, #6338ed .8%, var(--brand-secondary));
  transform: scale(1);
}

.widget-wrapper .head {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.widget-wrapper .title {
  font-size: 8px;
  font-weight: 600;
}

/* navbar guest-auth-links */
.reg_log_buttons {
  display: flex;
  width: 200px;
  gap: 3px;
  --b: 2px;
  --h: 3.3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  align-items: center;
}

.reg_log_buttons button {
  --_c: var(--accent-5);
  flex: calc(1.10 + var(--_s, 0));
  min-width: 0;
  font-size: 15px;
  font-weight: bold;
  height: 2.7rem;
  cursor: pointer;
  color: #fff;
  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;
}

.reg_log_buttons button:last-child {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.reg_log_buttons button+button {
  --_c: #17a060;
  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;
}

li.nav-item.support,
li.nav-item.chat {
  background: var(--accent-3);
  border-radius: 5px;
  margin-left: 5px;
}


.nav-item .balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #293344;
  height: 100%;
  padding: 2px 0 2px 15px;
  border-radius: 11px;
  color: #ddd;
  cursor: pointer;
  gap: 9px;
  width: auto;
}

/* navbar profile info */
.balance a span {
  background-color: var(--accent-4);
  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: 3rem;
  min-width: 215px;
  z-index: 999;
}

#navbarNav .profile_info .profile_avatar {
  padding: 7px;
  margin-bottom: 18px;
  background: var(--accent-3) !important;
  flex-direction: column;
  justify-content: center;
}

#navbarNav .profile_info li a {
  color: #80a2dc;
  padding: 3px 0 5px 3px;
}

#navbarNav .profile_info li a:hover {
  background: transparent;
  color: #7886ae !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: 45px;
  width: 45px;
  height: 45px;
  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: 100%;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
}

.user_token {
  color: #eeeeeedb;
  background: var(--accent-5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  padding: 1px;
  font-size: 0.75rem;
  border-radius: 6px;
  margin: 0;
}

#navbarNav li.user_notifications a .icon,
#navbarNav li.support a .icon,
#navbarNav li.chat .icon {
  width: 45px;
  height: 45px;
  padding: 10px;
}

.icon.theme_bg {
    background: rgb(137 160 197 / 31%);
}

.icon.theme_bg img {
    filter: brightness(3.5);
}

#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(--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(--green) 0, #3b807b 100%);
  background: linear-gradient(180deg, var(--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(--green) 0, #3b807b 100%) !important;
  background: linear-gradient(180deg, var(--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: 6rem !important;
    padding: 0rem;
}

@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(--accent-1);
  border: 1px solid var(--accent-0);
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  padding: var(--spacing-4xl) 4px;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  overflow: overlay;
  z-index: 8;
}

.left_sidebar {
  width: 100%;
}

.left_sidebar .inner_sidebar {
  width: 100%;
  height: 100vh;
}

.left_sidebar .inner_sidebar li:hover i {
  color: #add8e6 !important;
  -webkit-transition: transform 1s ease;
  transition: transform 1s ease;
}


.left_sidebar .inner_sidebar ul li a {
  padding: 10px 8px;
  font-weight: 400;
  font-size: 1rem;
  display: inline-flex;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  align-items: center;
  justify-content: flex-start;
  border-radius: var(--rounded-md);
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
  text-align: center;
  color: var(--text-primary);
}

.left_sidebar .inner_sidebar ul li a:hover {
  background: var(--accent-2);
  color: #fff;
}

.left_sidebar .inner_sidebar ul li a span {
  display: inline-block;
  margin-left: 2px;
  display: inline-block;
  margin-left: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.left_sidebar .inner_sidebar ul li a i {
  color: var(--text-secondary);
  font-size: 1.2rem;
}

.left_sidebar .inner_sidebar ul li a.active i {
  color: #e7e7e7;
}

.left_sidebar .inner_sidebar ul li a.active {
  background: var(--brand);
  color: #fff;
}

.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.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(--green) !important;
}

/***********************************************
## main content styles
***********************************************/
/******************************************************
## live last offer styles
******************************************************/
.content_header {
  position: sticky;
  top: 70px;
  z-index: 99;
}

#last_offers {
    background-color: #212633;
    overflow: hidden;
    padding-left: 13rem;
    overflow-x: scroll;
}

#last_offers>div>div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 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: #161f2c;
  border: 1px solid #0d131c;
  padding: 6px;
  border-radius: 5px;
}

.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: 35px;
  width: 35px;
  border-radius: 50%;
}

div#last_offers .offer-amount {
  width: min-content;
  background: #1f2a39;
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 5px;
}

div#last_offers .offer-amount p {
  color: #fff !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(--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;
  background: #111923;
  border-left: 3px solid var(--accent-5);
}

.chat::-webkit-scrollbar {
  display: none;
}

.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px;
}

.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_details {
  justify-content: start;
}

.user .username {
    color: rgba(0,0,0,0) !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.user_img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.message .time {
  font-size: 8px;
  color: #eeeeee82;
}

.user .username i,
.message .message_data {
  font-size: 14px;
}

.message .user {
    line-height: 0.8;
    display: flex;
    align-items: center;
    gap: 11px;
}

.message .user .user_type {
  font-size: 10px;
  color: #fff;
  padding: 1px 8px 0px 8px;
  border: 1px solid #ddd;
}

.main_message.mt-2 {
    background: #3d4660;
    padding: 12px;
    border-radius: 0px 25px 25px 25px;
    margin-left: 34px;
    width: max-content;
}

/* chat footer styles */
.chat_footer {
  background: var(--accent-1);
  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(--accent-4);
  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(--green);
}

@media screen and (max-width:1200px) {
  .chat_content.is_open {
    width: 100%;
    z-index: 9999;
    padding: 0;
  }
  
  .desktop_chat.pt-4 {
        padding-top: 8px !important;
    }

  .chat_footer {
    width: 100%;
  }

  .desktop_chat .close-btn {
    cursor: pointer;
    background: #111923;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline;
    margin: 7px;
    color: #fff;
    font-size: 0.8rem !important;
  }

  #last_offers {
    padding-left: 0;
  }

}


/***********************************************
## footer styles
***********************************************/
.footer {
  border-top: 1px solid var(--border-color);
  background-color: var(--accent-2);
  position: relative;
  backdrop-filter: blur(15px);
}

@media screen and (min-width:1200px){
    footer.footer {
        padding-left: 13rem;
    }
}


.footer .widget .title {
  font-size: 17px;
  color: #64b5ff73;
}

.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: 12px;
  font-weight: 400;
  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;
}

a.footer-link:hover {
  color: #7ea8e2cf;
}

@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: 12px;
  }

  .text-center.info p {
    font-size: 12px;
  }
}

.copy_info p {
  font-size: 12px;
  color: var(--gray);
}


body .navbar-nav a.nav-link.middle_navbar-link {
  border: none;
  color: #d1d1d1;
  font-weight: 400;
  font-size: 16px;
}


a.nav-link.total-balance .icon i {
  display: flex;
  background: linear-gradient(45deg, #663cee, #673dee);
  color: #fff !important;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
}


body .desktop-links li.nav-item:hover,
body .desktop-links li.nav-item.active-nav-link {
  background: var(--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(--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(--green);
  background: var(--blue);
}

a.nav-link:hover:not([role="tab"]) {
  background-color: var(--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(--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: nowrap;
  }

  .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(--green);
}

#faq .content .question {
  color: var(--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(--green);
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center;
  color: var(--green);
}

.benf_box p {
  color: #fff;
}

.benf_box svg {
  height: 30px;
  width: 44px;
  margin: 0 0 15px 0;
}

.benf_box svg path {
  fill: var(--green);
}






/********************************************************
# form styles 
********************************************************/
.panel,
.card,
.card-box {
  box-shadow: -1px 1px 0px var(--green);
  background-color: var(--accent-4);
  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(--green);
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--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(--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(--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(--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);
}

.dropdown-menu {
  position: absolute;
  z-index: 99;
  display: none;
  min-width: 6rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #1f2a39;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.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(--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(--green);
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  text-decoration: none;
  color: var(--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;
}


ul.notifications_wrapper.dropdown-menu.notifications.dropdown_bg.border_1px.rounded_15px.show {
    min-width: 14rem;
    background: var(--accent-4);
    color: #fff;
    left: -3rem;
    overflow: hidden;
}

ul.notifications_wrapper.dropdown-menu.notifications.dropdown_bg.border_1px.rounded_15px.show h5 {
  font-size: 1rem;
  padding-left: 15px;
}

@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(--green);
}

#user-home svg {
  width: 28px;
}

#user-home h3.panel-text {
  color: var(--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(--accent-4);
  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(--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(--accent-4);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}


.statistics-data.row.gy-3 .col-12 {
  background: var(--accent-3);
  padding: 15px;
  border-radius: 5px;
}

.profile_card,
.referral_link_card {
  background: var(--accent-3);
}

.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.show {
  display: flex !important;
  backdrop-filter: blur(10px);
}

.modal {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
}

#offerCardModalModal h6 {
    font-size: 0.8rem;
    margin-right: 8px;
}

body.body.modal-open {
    overflow-y: auto !important;
}

.modal-content {
    color: #eee;
    background: #161f2cf5;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    font-size: 0.8rem;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: auto !important;
}

.modal-dialog {
  position: relative;
  width: 100%;
  margin: .5rem;
  pointer-events: none;
}

.modal_header {
    background: linear-gradient(to bottom, #161F2C, #161f2c);
    min-height: 50px;
    border-radius: 5px;
    padding-left: 15px;
}

#loginModal .modal-content,
#registerModal .modal-content {
  max-width: 420px;
}

.close-btn .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #161f2b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  font-size: 1.5rem;
  margin-right: 0;
  margin-top: 0px;
  z-index: 99;
  backdrop-filter: blur(5px);
}

#offerCardModalModal .modal-header {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  backdrop-filter: blur(5px);
}

#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(--green)12 !important;
  color: var(--green);
}

.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_body .profile_img,
.modal_body .profile_img img {
  width: 115px;
}

.modal_body .profile_img button {
  font-size: 10px;
}

.modal_body .info .list .item {
  padding: 7px 0;
  border-bottom: 1px solid rgba(211, 206, 206, 0.216);
}

.modal_body .info .list .item span:first-child {
  color: #fff;
}

.modal_body .info .list .item span:last-child {
  color: #ccd;
}

.modal_body .info .copyButton {
  background-color: transparent;
  outline: none;
  border: none;
}

.modal_body .info .copyButton i {
  color: var(--green);
}

.modal_body .btn-success {
  background-color: var(--green);
}

.modal-backdrop.fade.show {
  position: relative;
}

.wow {
  animation-duration: 1.8s !important;
}


.btn-orange-dark {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.btn-orange-dark:hover {
  background-color: transparent !important;
  color: var(--green);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #fff;
}

.block-title {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
}

.chat_open .task {
  padding: 0 !important;
}

.orange {
  color: var(--green);
}

.right {
  text-align: right;
}

.sidebar-menu .submenu li a,
.sidebar-menu .dropdown-toggle {
  padding: 10px 15px 10px 67px;
}

li.nav-item.d-lg-flex.align-items-center.justify-content-center {
    max-width: 75%;
}

@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: #161f2c;
    backdrop-filter: blur(5px);
  }

  .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 !important;
    justify-content: end;
  }
  

span#balanceValue {
    white-space: nowrap;
    overflow: auto;
    font-size: 0.75rem;
    /* max-width: 30%; */
}

  #mobile-nav {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #101720;
    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: 0px;
  }

  #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: -150px;
  }

  #navbarNav ul li a .user-image img,
  #navbarNav .profile_avatar img {
    max-width: 40px;
    width: 40px;
    height: 40px;
  }
}

@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;
  color: #bda005;
}

.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: 20px;
  height: 20px;
}

.custom-modal-btn {
  width: 482px;
  height: 72px;
  background: #22b77c;
  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 .single-box {
  text-align: center;
  padding: 100px 30px 60px;
  background: #1F2432;
  border: 1px solid #3D4660;
  border-radius: 15px;
  overflow: hidden;
}

.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: #22b77c;
  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: 58px 0px 15px;
}

.leaderboard-section .single-box .abs-top {
  padding: 4px;
  color: #ffffff;
}

.leaderboard-section .table {
  width: 250%;
}

th.theme_bg.border_1px.rounded_10px.px-3.py-2.my-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px 0 !important;
    gap: 0;
    height: 50px;
    white-space: nowrap;
}

th.theme_bg.border_1px.rounded_10px.px-3.py-2.my-4  :first-child {
    text-align: left;
}

th.theme_bg.border_1px.rounded_10px.px-3.py-2.my-4  :last-child {
    text-align: right;
}

.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;
}

.bonus_code_modal .image {
  width: 230px;
  position: absolute;
  top: -62px;
  left: -15px;
}

button.bonusCode.py-2.px-3.border_1px.rounded_10px {
  border: 1px solid var(--brand);
}

.theme_bg.border_1px.rounded_10px.p-2 {
  background: #101720;
  margin-bottom: 5px;
}

.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(--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: #22b77c;
  /*padding: 1px 12px;*/
  color: #282F41;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.notifications-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: auto;
    position: relative;
}

.notifications-list li {
  margin-bottom: 10px;
}

.notifications-list li a.dropdown-item {
    background: var(--accent-4);
    padding: 10px 13px;
    overflow: hidden;
    text-wrap: wrap;
    border-radius: 5px;
}

ul.notifications-list li:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--accent-4);
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

/* 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: #00ffa5;
  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: 120px;
    max-width: 120px;
    height: 230px;
    margin: 5px;
    overflow: hidden;
    border-radius: 14px;
    margin-left: .5rem !important;
    border-radius: 12px;
    width: 140px;
    height: 230px;
    text-align: center;
    position: relative;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.offer {
  width: 100%;
  height: 100%;
}

.offer {
    background-color: #4556582b;
    padding: 5px 5px !important;
    border: 1px solid var(--border-color);
    border-radius: 15px;
    margin-right: 5px;
    backdrop-filter: blur(10px);
    font-size: 0.8rem;
    color: #fff;
}

a.offer.no-iframe {
    background-color: #202834;
    background-image: linear-gradient(to top, #161f2c, #161f2c);
}
.offer_image {
    padding-top: 1.5rem;
}

.offer_image img {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}
#offerwall_partners #offerwall_partners-track .offer-card {
    min-width: 150px;
    max-width: 150px;
    height: 230px;
    margin: 5px;
    overflow: hidden;
    border-radius: 14px;
    margin-left: .5rem !important;
    border-radius: 12px;
    width: 140px;
    height: 230px;
    text-align: center;
    position: relative;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
#offerwall_partners #offerwall_partners-track ul li .offer_image img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
    padding-top: 35px;
}
#offerwall_partners #offerwall_partners-track ul li .name {
  font-size: 1rem;
  color: #ccccccad;
  font-weight: 700;
  text-align: left;
  padding: 0px;
  padding-left: 5px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
    padding-left: 5px;
    margin: 0 auto;
}

.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: #fff;
  font-weight: 500;
  text-align: left;
  padding: 0px;
  padding-left: 5px;
  margin: 0;
  width: 100%;
  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: 50px;
  width: 50px;
  font-size: 50px;
  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;
  right: 15px;
  width: auto;
  margin: auto;
  max-width: 420px;
  z-index: 99;
  background: #333;
  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;
}

.banner__cta {
  min-width: 160px;
  background-color: var(--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(--accent-4);
  -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(--green);
}

.call-to-action a.call-btn {
  background-color: var(--accent-4);
  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(--green);
  color: var(--green);
  background: transparent;
}

/* earning info styles */
.earn-details .details {
  border: 1px solid var(--border-color);
  background-color: var(--accent-4);
  -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(--accent-4);
  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(--accent-4);
  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(--accent-4);
}

.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(--accent-4);
  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: 6px 8px;
  width: 120px;
}

.withdraw_method .item:hover {
  border: 2px solid var(--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: space-between;
  width: 100%;
  height: 100%;
}

.withdraw_method .item img {
  /* object-fit: contain; */
  height: 110px;
  max-width: 100%;
}

.withdraw_method .item .item_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item_footer .method_name {
  font-size: 15px;
  color: #656b74;
  backdrop-filter: blur(15px);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

.withdraw_modal .image {
  width: 25px;
  position: absolute;
  top: -17px;
  left: 4px;
}

.referral_link span.copyData {
  font-size: 17px;
  background: var(--accent-5);
  padding: 10px;
  border-radius: 6px;
}

.referral_link .copyButton {
  font-size: 14px;
}

.color_svg {
  fill: var(--green);
}

.color_svg.gray {
  fill: var(--gray);
}

.profile_info .label strong {
  width: 25px;
  height: 25px;
  background: var(--brand);
  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(--green);
}

.tiers .tier .badge {
  background: var(--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: #161f2c;
}

.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;
  background: #161f2c;
  border-radius: 10px;
  margin-bottom: 10px;
}

.skeleton-text {
  width: 100%;
  height: 20px;
  background: #1f2634;
  border-radius: 5px;
  margin: 20px auto;
  bottom: 0;
  position: absolute;
}

/* Shimmer Effect Animation */


.skeleton-animation::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #161f2c 0%, #161f2c 50%, #1f2634 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;
    max-height: 360px;
    overflow: auto;
}

.avatar-radio {
  display: flex;
  align-items: center;
  margin: 0;
}

.avatar-radio img {
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.avatar-radio input[type="radio"] {
  display: none;
}

.avatar-radio input[type="radio"]:checked+img {
    border-color: #292c32;
    background: aliceblue;
    padding: 2px;
    border-radius: 25px;
}


.single-box.footer_status {
    min-height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
    margin: 5px auto;
    background: #2f3644;
    background-image: repeating-linear-gradient(to top, #101720ed, #161f2c99 100px);
    border: 1px solid #0000004a;
    border-radius: 30px;
    box-shadow: -1px -1px 5px -15px #010101d4;
}


.single-box.footer_status .number h6 {
    font-size: 1rem;
    padding: 10px;
    font-weight: 600;
    color: #fff;
}

.single-box.footer_status .text h6 {
    font-size: 0.8rem;
    color: #6b97c0;
}


#profileModal .modal-title {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    white-space: nowrap;
}

#profileModal .modal-title .avatar {
    position: relative;
    height: 100px;
    width: 100px;
}

#profileModal img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 5px solid #eee;
}

#profileModal .country img {
    height: 25px;
    width: 25px;
    border: 0px;
    border-radius: 4px;
}

#profileModal span.user_level {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: sans-serif;
    background: #9C27B0;
    width: fit-content;
    padding: 4px 0.5rem;
    border-radius: 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    flex-direction: row;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#profileModal .joined_from {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media sceen and (max-width:425px){
    #profileModal .joined_from {
        gap:5px;
    }
}

#profileModal .joined_from .country {
    border-left: 1px solid rgba(125,125,125, 0.5);
    padding-left: 10px;
    height: 25px;
}

#profileModal .user-label {
    width: 100%;
    min-width: 312px;
    /*margin-top: -45px !important;*/
    padding-left: 5px;
     margin-top: -35px;
}

#profileModal  .label_info h6 {
    margin-bottom: 34px;
    margin-top: 6px;
}

.progress-bar {
    background-color: #1fad47;
}

#profileModal button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#profileModal .box {
    background: #1f2634;
    /* width: 100%; */
    text-align: center;
    /* border-radius: 5px; */
    padding: 8px;
    margin-bottom: 25px;
    margin-right: 8px !important;
}

#profileModal .box p:first-child {
    font-size: 1rem;
    color: #ddd;
    font-weight: 600;
}

.form-switch .form-check-input {
    width: 2.3em;
    height: 1.3rem;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #22b77c;
    border-color: #198754;
}


.partner-logos-section {
  background-color: #16202B;
}

.partner-logos-section .logo-box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.partner-logos-section .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.partner-logos-section img {
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0.9);
  transition: transform 0.3s ease;
}

section.partner-logos-section.py-4 .container {
    max-width: 1920px !important;
    margin: 0 auto;
    padding: 0px;
}
.footer-section {
    background: #16202b;
    padding: 16px 50px;
    border-top: solid 1px #24303e;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid rgba(85, 101, 126, .15);
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 1;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 16px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #0dc975;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #0dc975;
}

.footer-widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #93acd3;
}

.footer-widget ul li a {
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    padding: 25px 0;
    text-align: center;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
}

.copyright-text p a {
    color: #0dc975;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #93acd3;
}

.footer-menu li a {
    font-size: 14px;
    color: #55657e;
}

.cas_1 {
    background: #0d131c;
    padding: 10px 16px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-bottom: solid 1px #24303e;
}

.cas_1 i {
    font-size: 18px;
}

.cas_main {
    display: flex;
    margin-top: 1.2rem;
    gap: 1rem;
}

.cas_s1 {
    width: 131px;
}

.ho-foo {
    margin-right: 1rem;
    margin-left: 5rem;
}

.foo_soi {
    display: flex;
    gap: 0.9rem;
    font-size: 17px;
}

.foo_pro img {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.foo_pro img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.pd_br3 {
    border-radius: 3px;
}

.fea_text {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;
}

.fea_text i {
    color: #0dc975 !important;
}

.bg-opti {
    background: #0d131c;
}

.cashout-section {
    text-align: left;
    background-color: #111923;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.cashout-section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

.cashout-section-description {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #9c9cbd;
    font-weight: 500;
    width: 86%;
    max-width: 600px;
}

.withdraw-link {
    display: inline-block;
    color: #0dc975;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.withdraw-link:hover {
    color: #0da05e;
    text-decoration: underline;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}
.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex
}

section.partner-logos-section.py-4 {
    border-bottom: 1px solid rgba(85, 101, 126, .15);
}

.footer-widget ul{
    padding-left:0px!important;
}

    
@media (min-width:912px){
    .footer-content{
    padding-left: 30px;
    padding-right: 30px
    }
    .footer-text {
padding-bottom: 10px;
}
.mobile-flex {
    display: flex;
}
}

@media (max-width:910px){
    .footer-content{
    padding-left: 10px;
    padding-right: 10px
    }
    .flex.justify-between.foo_sec{
        display:inline;
    }
    .footer-widget{
        margin-top:15px!important;
        
    }
    .footer-text {
    font-size: 12px;
    padding-bottom: 10px;
            text-align: center;
}
.footer-logo {
    margin-bottom: 16px;
    text-align: center;
    align-items: center;
}
.footer-social-icon.mt-6 {
    text-align: center;
}
.mobile-flex {
    display: flex;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}

.flex.justify-between.foo_sec {
    padding-bottom: 10px;
}
.footer-widget {
    margin: 0 auto;
}
.copyright-center {
    margin: 0 auto;
}

.flag.me-2 {
    display: none!important;
}
.offer .name, .offer .rewards p {
    text-align: center;
    padding-left: 5px;
    margin: 0 auto;
}

/* Card-1 */

li#offerwall_partners-slide01 {
    background-image:linear-gradient(180deg, rgb(19 27 39) 9.2%, rgb(40 234 117) 103.9%);
}

li#offerwall_partners-slide01  .offer-cardbtm {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #3F51B5, rgba(255, 255, 255, 0));
    height: 2px;
    width: 126px;
    margin-left: 12px;
    position: fixed;
}
 
li#offerwall_partners-slide01 .offer .overlay {
    background-image: linear-gradient(180deg, rgb(19 26 38) 9.2%, #2d204b 103.9%);
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    filter: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 12px;
    transition: background-color 1s ease, transform 1s ease;
    gap: 5px;
    cursor: pointer;
    flex-direction: column;
}

/* Card-2 */
li#offerwall_partners-slide02{
        background-image: linear-gradient(180deg, rgb(19 27 39) 9.2%, #0e7c76 103.9%);
}

li#offerwall_partners-slide02  .offer-cardbtm {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #0bc0d5, rgba(255, 255, 255, 0));
            height: 2px;
    width: 126px;
    margin-left: 12px;
    position: fixed;
}

li#offerwall_partners-slide02 .offer .overlay {
    background-image: linear-gradient(180deg, rgb(19 26 38) 9.2%, #2d204b 103.9%);
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    filter: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 12px;
    transition: background-color 1s ease, transform 1s ease;
    gap: 5px;
    cursor: pointer;
    flex-direction: column;
}


/* Card-3 */
li#offerwall_partners-slide04{
        background-image: linear-gradient(180deg, rgb(235 235 235) 9.2%, #25c6fc 103.9%);
}

li#offerwall_partners-slide04  .offer-cardbtm {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #2396bc, rgba(255, 255, 255, 0));
            height: 2px;
    width: 126px;
    margin-left: 12px;
    position: fixed;
}

li#offerwall_partners-slide04 .offer .overlay {
    background-image: linear-gradient(180deg, rgb(165 165 165) 9.2%, #2d204b 103.9%);
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    filter: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 12px;
    transition: background-color 1s ease, transform 1s ease;
    gap: 5px;
    cursor: pointer;
    flex-direction: column;
}


/* Card-4 */
li#offerwall_partners-slide03{
        background-image:linear-gradient(180deg, rgb(255 255 255) 9.2%, #22590a 103.9%);
}

li#offerwall_partners-slide03  .offer-cardbtm {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #0bc0d5, rgba(255, 255, 255, 0));
            height: 2px;
    width: 126px;
    margin-left: 12px;
    position: fixed;
}

li#offerwall_partners-slide03 .offer .overlay {
   background-image: linear-gradient(180deg, rgb(165 165 165) 9.2%, #2d204b 103.9%);
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    filter: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 12px;
    transition: background-color 1s ease, transform 1s ease;
    gap: 5px;
    cursor: pointer;
    flex-direction: column;
}

/* Card-5 */
li#offerwall_partners-slide05{
        background-image:linear-gradient(180deg, rgb(255 255 255) 9.2%, #253803 103.9%);
}

li#offerwall_partners-slide05  .offer-cardbtm {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #aad50b, rgba(255, 255, 255, 0));
            height: 2px;
    width: 126px;
    margin-left: 12px;
    position: fixed;
}

li#offerwall_partners-slide05 .offer .overlay {
   background-image: linear-gradient(180deg, rgb(165 165 165) 9.2%, #2d204b 103.9%);
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    filter: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 12px;
    transition: background-color 1s ease, transform 1s ease;
    gap: 5px;
    cursor: pointer;
    flex-direction: column;
}
/* Card-6 */
li#offerwall_partners-slide06{
          background-image: linear-gradient(180deg, rgb(122 18 18) 9.2%, #F26202 103.9%);
}

li#offerwall_partners-slide06 .offer-cardbtm {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #de973e, rgba(255, 255, 255, 0));
            height: 2px;
    width: 126px;
    margin-left: 12px;
    position: fixed;
}

li#offerwall_partners-slide06 .offer .overlay {
   background-image: linear-gradient(180deg, rgb(165 165 165) 9.2%, #2d204b 103.9%);
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    filter: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 12px;
    transition: background-color 1s ease, transform 1s ease;
    gap: 5px;
    cursor: pointer;
    flex-direction: column;
}

