@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --primary: #010B2B;
    --secondary: #d4d5d7;
    --act: #967205;
    --hover:#ffc107;
    --text: #FFFFFF;
    --shadow: #01081D;
}

.preloader,
body {
  background: var(--primary);
  background-image: repeat-linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.bg-light {
    background-color: var(--primary) !important;
}

.innerwall.comingsoon::after,
.innerwall.unavailable::after,
.innerwall2.comingsoon::after,
.innerwall2.unavailable::after {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  padding: 13px;
  bottom: 0;
  right: 0;
  text-align: center
}

.offerwallsposition2.custom-offerwall-style2 {
    background: rgb(2 9 30) !important;
    border: 2px solid #967205 !important;
}

#partnershipss,
div#preview {
  margin-bottom: 18px
}

a.nav-link:hover,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--secondary);
  opacity: 1 !important;
}

.dashboard-app,
.dashboard-nav-dropdown,
.dashboard-nav-dropdown-menu,
.dashboard-nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.dashboard-app .top-navbar-link-container,
.bottom-nav .top-navbar-link-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  margin-top: 14px;
  gap: 10px;
  flex-wrap: wrap;
}

.dashboard-app .top-navbar-link,
.bottom-nav .top-navbar-link {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 4px 15px;
  gap: 4px;
}

.dashboard-app .top-navbar-link.top-bar-active span,
.bottom-nav .top-navbar-link.top-bar-active span {
  color: var(--act) !important;
}

.dashboard-app .top-navbar-link:hover span, .bottom-nav .top-navbar-link:hover span {
    color: var(--act) !important;
}

.dashboard-app .top-navbar-link:last-of-type,
.bottom-nav .top-navbar-link:last-of-type {
  margin-right: 0;
  font-size: .73rem !important;
}

.dashboard-app .top-navbar-link span.title,
.bottom-nav .top-navbar-link span.title {
  font-size: 11px !important;
  color: var(--secondary);
  letter-spacing: 1px;
}

.dashboard-app .dropdown-settings-link,
.bottom-nav .dropdown-settings-link {
  letter-spacing: 1px;
}

.dashboard-app .dropdown-settings-link:hover,
.bottom-nav .dropdown-settings-link:hover {
  color: #212624 !important
}

.dashboard-app .dropdown-menu-settings,
.bottom-nav .dropdown-menu-settings {
  background: #212624;
  position: absolute;
  top: 53px;
  left: -25px;
  z-index: 100000;
  border-radius: 20px;
}

.dashboard-app .dropdown-menu-settings a,
.bottom-nav .dropdown-menu-settings a {
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 12px;
}

.dashboard-app .trigger-dropdown:hover .dropdown-menu-settings,
.bottom-nav .trigger-dropdown:hover .dropdown-menu-settings {
  display: block !important;
}

.dashboard-app .trigger-dropdown:hover .dropdown-menu-settings .bottom-nav {
  display: none;
}

.bottom-nav {
  display: none;
}

@media(min-width:992px) and (max-width:1050px) {
  .dashboard-toolbar .logo-img {
    width: 120px;
  }

  .dashboard-app .top-navbar-link-container {
    gap: 0
  }
}

@media (max-width: 991px) {
  .copy-right {
    /*margin-bottom: 80px;*/
  }

  .bottom-nav {
    display: flex;
  }

  .bottom-nav .top-navbar-link-container {
    gap: 10px
  }

  .bottom-nav {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--shadow);
    z-index: 1111111;
    margin-top: 100px;
  }

  .dashboard-app .top-navbar-link-container {
    display: none !important;
  }

  .bottom-nav .dropdown-menu-settings {
    background: #212624;
    position: absolute;
    top: -180px;
    z-index: 99999999;
  }
}

@media (max-width: 650px) {
  .top-navbar-link {
    padding: 5px !important;
  }

  .bottom-nav .top-navbar-link-container {
    gap: 10px !important;
  }
}

@media (max-width: 500px) {
  .dashboard-app .top-navbar-link-container {
    gap: 5px !important;
  }
}

@media (max-width: 450px) {
  .bottom-nav .top-navbar-link-container {
    gap: 10px !important;
  }

  .bottom-nav .top-navbar-link span.title {
    font-size: 10px !important;
  }

  .bottom-nav .top-navbar-link-container {
    justify-content: space-between;
  }
}

#MainSiteBanner .start-earn-btn,
#MainSiteBanner h1,
#MainSiteBanner p,
body,
div#last_offers .offer-wrapper p {
  font-family: Roboto, sans-serif, arial
}

:root {
  scroll-behavior: smooth;
  --primary-color: #5ddbb6
}

body,
html {
  width: auto !important;
  overflow-x: hidden !important
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center
}

.preloader img {
    height: 110px;
    width: 230px;
}

.preloader h3 {
  font-size: 3rem
}

.preloader h3 span.logo {
  color: var(--primary-color)
}

.preloader h3 span.dots {
  animation-name: fadeInLeft;
  animation-delay: 15s;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

body {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  overflow-x: hidden;
  letter-spacing: 0px;
  user-select: none
}

::-webkit-scrollbar {
  width: 5px;
  background: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%)
}

.main-navbar {
  padding: 20px
}

.main-navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.main-navbar-container .main-nav-buttons {
  display: flex;
  align-items: center
}

nav.navbar.navbar-expand-lg {
  background: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
  padding: 0;
  border-bottom: 1px solid #000
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 75px;
  z-index: 99
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  padding: 1px
}

.form-control:focus,
button.btn.btn-primary.btn-block.w-100.p-1:hover {
  box-shadow: none !important
}

span.navbar-toggler-icon {
  color: #fff;
  background: #16C470;
  border: .9px solid #fff;
  border-radius: 3px;
  display: block
}

#partnershipss,
header.header {}

a.navbar-brand .logo {
  height: 55px;
  width: 100%
}

@media screen {
  .logo-text {
    color: #16C470;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: Mukta, sans-serif;
    display: block;
    margin-top: 50px
  }
}

.logo-text {
  color: #16C470;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: Mukta, sans-serif;
  display: block;
  margin-top: 2px
}

.logo-text span {
  color: #fefdff
}

a.nav-link {
  font-size: 1.2rem;
  color: #000;
  background: #16C470;
  margin-right: 30px;
  border-radius: 21px;
  padding: 1px 18px !important;
  display: flex;
  width: 140px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  box-shadow: 0 0 20px 4px #00000066;
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in
}

a.nav-link:hover {
  background-color: #16C470;
  border: none
}

a.me-3.nav-link.nav-support {
  border: none;
  background: 0 0;
  box-shadow: none
}

@media screen and (max-width:771px) {
  li.nav-item {
    margin: 5px
  }

  .main-nav-buttons .login-btn,
  nav .dashboard-btn {
    margin-right: 0 !important
  }

  div#navbarNav {
    background: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
    padding: 25px;
    margin: 0;
    border-radius: 2px
  }

  .main-navbar-container {
    flex-direction: column
  }

  .main-nav-buttons {
    margin-top: 15px
  }

  .main-nav-buttons .register-btn.nav-link {
    margin-right: 14px !important
  }

  nav a.nav-link {
    width: 125px !important
  }

  nav .dashboard-btn {
    margin-left: 0 !important;
    margin-top: 7px !important
  }

  #profile-settings-form .custom-profile-setting-btn {
    margin-left: 0
  }
}

@media all and (max-width:551px) {
  .header {
    display: block
  }
}

header.header h4 {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 5px 0;
  display: flex
}

header.header .container {
  min-height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column
}

header span.logo-text {
  font-size: unset;
  padding-right: 25px
}

.currency-wrapper {
  background: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
  padding: 5px;
  border-radius: 5px;
  border: 1px solid linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%)
}

.currency-wrapper img {
  margin-right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
  border-radius: 20%;
  padding: 5px;
  background: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%)
}

.header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px
}

.header-button a {
  margin-right: 0 !important;
  margin-bottom: 30px;
  margin-top: -20px
}

#preview h1,
#preview h2 {
  color: #16C470;
  text-transform: capitalize;
  margin-top: 60px;
  letter-spacing: 0px;
  opacity: .8
}

.preview svg {
  width: 85px;
  height: 140px
}

.how-to-box {
  position: relative;
  background: #212624;
  padding: 15px 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 35px 0;
  border-radius: 10px
}

.how-to-box h3.text {
  color: #61f1a1;
  text-transform: capitalize;
  font-weight: 700;
  margin: 5px 0 32px
}

.how-to-box .description {
  background: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
  padding: 2px 0;
  border-radius: 15px
}

.bg-white {
  background-color: var(--shadow)!important;
}

.how-to-box span.counter {
  position: absolute;
  top: -31px;
  left: -10px;
  color: #16C470;
  font-size: 30px;
  font-weight: 900
}

.how-to-box svg {
  height: 108px;
  width: 80px;
  margin-top: 15px;
  margin-bottom: 5px
}

.offerwallsposition, .offerwallsposition2 {
  position: relative;
  transition: .3s ease-in-out;
  background: var(--shadow);
  border: 1px solid var(--act);
}

h2.hdue {
  color: var(--act);
}

.col-12:has(h2.hdue) p {
    color: var(--text);
}

.offerwallsposition2:hover,
.offerwallsposition:hover {
  t-webkit-transform: scale(.93);
  transform: scale(.93)
}

.custom-offerwall-style {
  border-radius: 10px;
  position: relative
}

.custom-offerwall-style .innerwall {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 110px !important
}

.custom-offerwall-style a {
  display: flex;
  width: 100%;
  text-align: center;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center
}

.innerwall.unavailable::after {
  display: block;
  content: 'Unavailable';
  position: absolute;
  border-radius: 10px;
  color: #fff
}

.innerwall.comingsoon::after,
.innerwall2.comingsoon::after {
  display: block;
  content: 'Coming Soon';
  position: absolute;
  border-radius: 10px
}

.custom-offerwall-style img,
.custom-offerwall-style2 img {
  width: 70px;
  max-width: 100%;
  object-fit: cover
}

.custom-offerwall-style .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0)
}

.custom-offerwall-style .icons p,
.custom-offerwall-style2 .icons p {
  text-align: center;
  margin-bottom: 0
}

.custom-offerwall-style .icons p span {
  font-size: 10px
}

.offerwall-link {
  display: block !important;
  text-decoration: none !important
}

.custom-offerwall-style2 {
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  user-select: none
}

.custom-offerwall-style2>a {
  text-decoration: none;
  z-index: 10
}

.custom-offerwall-style2 .innerwall2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    padding: 25px;
    min-height: 9rem;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.innerwall2>img {
    height: 5rem;
    width: 5rem;
    border-radius: 1rem;
    background: transparent;
    border: 1px solid #aaaaaa1c;
}

.custom-offerwall-style2 .innerwall2>div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px
}

.custom-offerwall-style2 .innerwall2 .offerwall-name {
    margin: 5px 0 0;
    font-weight: 500;
    color: #f29402;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 0.8rem;
    backdrop-filter: blur(5px);
    text-shadow: 1px 0px 2px #ffffff61;
}

.innerwall a {
  text-decoration: none !important
}

.innerwall2.unavailable::after {
  display: block;
  content: 'Unavailable';
  position: absolute;
  border-radius: 10px
}

.custom-offerwall-style2 .icons {
  display: flex;
  align-items: center;
  justify-content: center
}

.custom-offerwall-style2 .icons p span {
  font-size: 14px
}

.custom-style-cashout a {
  display: block;
  text-align: center;
  padding: 30px;
  border-radius: 10px
}

.custom-style-cashout a img {
  width: 130px;
  max-width: 100%;
  object-fit: cover
}

.img-wrapper img {
  width: 25%
}

.app-install {
  margin: 50px 0;
  padding: 25px 27px;
  border: 2px solid #470abb;
  background: #121114
}

.app-install .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px
}

.app-install svg {
  height: 55px
}

.app-install a.nav-link,
.welcometoheader {
  width: 100%
}

.app-install .text p {
  color: #12ba8b;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px
}

section#statist .panel {
  text-align: center;
  margin: 8px 0
}

section#parners {
  background: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
  background-image: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
  text-align: center;
  padding: 1px 0;
  margin-bottom: 25px;
  color: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%);
  display: block;
  max-width: 100%;
  height: auto
}

section#parners h3 {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 40px;
  border-bottom: 1px solid #55555521;
  text-align: center
}

footer.footer.pb-5 {
  margin-top: 50px;
  padding-top: 25px;
}

footer.footer.pb-5 {
    background: var(--shadow);
}

.links-group {
  display: flex;
  flex-flow: column
}

footer h4 {
  color: var(--act);
}

a.footer-link {
  color: var(--text) !important;
  font-size: 15px;
  text-decoration: none;
  transition: .2s;
}

a.footer-link:hover {
  text-decoration: underline
}

.copy-right p {
    color: var(--text);
}

.copy-right.d-flex.justify-content-between {
    text-align: center;
    margin-top: 2rem;
}

.card,
.card-box,
.panel {
  background: var(--shadow);
  padding: 2px;
  border-radius: 5px;
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin: 1rem 0;
  /*box-shadow: 1px 1px 15px -10px var(--secondary);*/
}

h3.card-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--act);
}

p.card-text {
  font-size: 1rem;
  font-weight: 400;
}

#MainSiteBanner .start-earn-btn,
#referrallinkcommition .copytext,
#twofaauth .copytext,
.togglebtn,
form .sendmsgbtn {
  background-color: var(--act);
  color: var(--primary) !important;
  outline: 0;
}

.togglebtn {
  border: 0;
  padding: 25px 10px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center
}

.panel-header h3 {
  color: var(--secondary);
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}

.panel.c-white {
  border-radius: 20px
}

.form-control {
  line-height: 1.1;
  margin: 6px 12px 1px 6px;
  color: var(--primary);
  width: 100%;
  background-color: var(--text);
  border: .1px solid rgba(20, 23, 22, 1);
  min-height: 55px;
  resize: none;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  outline: 0;
  border-radius: 10px;
}

.form-control:focus {
    border: 1px solid var(--secondary);
    background: var(--text);
    color: var(--primary) !important;
    outline: 0;
}

.btn.btn-primary {
    color: var(--primary) !important;
    border: 1px solid var(--act) !important;
    padding: 5px 25px;
    background: var(--act) !important;
    color: var(--text) !important;
}


.bg-animation {
    color: #1e1d1d;
    background: linear-gradient(-45deg, #121212, #071141, #050a39, #142079, rgb(13 13 73), #091751, #080f3f, #0a365bcc);
    background-size: 400% 400%;
    animation: backgroundChange3 10s ease infinite;
}

@keyframes backgroundChange3 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.containerB5 {
    position: relative;
    z-index: 0;
    border-radius: 3px;
    overflow: hidden;
}
.containerB5::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #e84b3c00;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#3c47e891, #3f35dc82), linear-gradient(#006efb7d, #0a58ca7d), linear-gradient(#3338d58c, #7133d591), linear-gradient(#377af58a, #377af594);
    animation: rotate 4s linear infinite;
}

.containerB5::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 10px);
    height: calc(100% - 8px);
    background: #01081d;
    border-radius: 1px;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}



.containerB4 {
  animation: borderSpin3 5s ease infinite;
}



@keyframes borderSpin3 {
0% {
    border-width: 0.2rem;
    border-color: #01064d;
}
25% {
    border-width: 0.2rem;
    border-color: #012355;
}
50% {
    border-width: 0.2rem;
    border-color: #010a87;
}
75% {
    border-width: 0.2rem;
    border-color: #0435c9;
}
90% {
    border-width: 0.2rem;
    border-color: #022377;
}
100% {
    border-width: 0.2rem;
    border-color: #01094d;
}
}

.btn-danger {
    color: #fff !important;
}

.btn.btn-primary:hover {
    background: #695004 !important;
}

.form-group {
  margin: 14px 0
}

.form-group label {
  color: var(--text);
}

.btn-link {
  font-weight: 400;
  color: #dde2eb;
  text-decoration: none
}

.brand-logo,
.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle,
form .sendmsgbtn {
  font-weight: 700
}

a {
  color: var(--act) !important;
  text-decoration: none !important;
}

a:hover {
    color: var(--act) !important;
}

.panel-footer a {
  color: #ddd !important
}

div#chat {
  position: fixed;
  right: 0;
  top: 120px;
  bottom: 0;
  z-index: 99999999
}

.chat-container {
  position: relative;
  min-height: 600px
}

.chat-button {
  position: absolute;
  top: 150px
}

.chat-messages {
  max-height: calc(100vh - 116px);
  background: var(--shadow);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  overflow: auto;
  width: 330px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 2px var(--secondary);
}

.dashboard,
.dashboard-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.custom-offerwall-style a {
  overflow: hidden;
  margin-top: 20px;
}

.row.custom_offers_youmis {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0;
}

.offerwallsposition.custom-offerwall-style {
  display: flex;
  justify-content: start;
  flex-flow: row-reverse;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
}

.row.custom_offers_youmis img {
  width: 22px;
  border-radius: 13px;
}

.modal#youmi_modal img.yomi-modal-img {
  max-width: 75px;
  min-width: 57px !important;
  align-self: flex-start;
  margin: 7px;
}

iframe.embed-responsive-item {
  width: 100%;
  height: 570px;
  overflow-x: auto;
  overflow-y: hidden;
}

div.iframe-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--shadow);
  min-height: 720px;
}

span.iframe-loader-line {
  display: block;
  content: '';
  height: 3px;
  background: var(--shadow);
  width: 0%;
}


.chats-wrapper {
    max-width: 310px;
    background: var(--primary);
    margin: 6px;
    padding: 10px;
}

.chats-wrapper .wrapper-top .chat-header {
  display: flex;
  overflow: hidden;
  text-align: center
}

.chats-wrapper .wrapper-bottom {
  margin-top: 7px
}

.chats-wrapper .wrapper-bottom p {
    overflow: hidden;
    word-wrap: break-word;
    font-size: 13px;
    font-weight: 500;
    line-height: 133%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    font-style: normal !important;
    letter-spacing: 1px;
    opacity: .8;
    /*color: var(--shadow);*/
}

.chats-wrapper .time {
  font-size: .5rem;
  align-self: self-end
}

.chat-header img {
  height: 25px;
  width: 25px;
  border-radius: 25px
}

.chat-header h5 {
    font-size: 12px;
    color: var(--act) !important;
    margin: 5px 0 0 5px;
    letter-spacing: 1px;
    opacity: .8;
}
.chats-wrapper>p {
  align-self: self-start;
  word-break: break-all;
  margin-top: 20px
}

form#chat_form {
  display: flex;
  background-color: var(--shadow);
}

form .sendmsgbtn {
  border: 0;
  padding: 7px;
  color: var(--secondary);
  width: 73px;
  margin: 4px auto
}

.left-side-bar {
  width: 214px;
  height: 100vh;
  z-index: 1000;
  background: #261d38
}

.dashboard-nav, .dashboard-toolbar {
  background: var(--shadow);
  top: 0;
  left: 0;
}

.user-info-dropdown .dropdown-toggle .user-icon {
  width: 35px;
  height: 35px
}

.dropdown-menu.dropdown-menu-right.dropdown-menu-icon-list.show,
div.header {
  background: #1f1634
}

span.user-name {
  color: #fff !important
}

a.dropdown-item {
  color: #ffff
}

.menu-icon.fas.fa-list {
  color: #fff;
  cursor: pointer
}

ul#accordion-menu {
  padding-left: 0
}

@media screen and (max-width:551px) {
  .img-wrapper img {
    width: 65%
  }

  .main-container {
    margin-left: 0 !important
  }

  .h3partner {
    width: 100%;
    height: 100%;
    margin-top: -50px
  }
}

a.btn.offer-btn {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  background: #16C470;
  margin-right: 7px;
  margin-top: 20px
}

.left-side-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  margin: 5px 0;
  background: #1e1532
}

nav.main-navbar.container-fluid {
    background: var(--shadow);
}

.main-container {
  margin-left: 218px
}

table th {
    color: var(--act);
}

table td {
  color: #fff
}

div#last_offers div {
  margin-top: 0;
  margin-left: 0;
  min-height: 58px;
  display: flex;
  letter-spacing: 1px;
  overflow-x: auto;
  overflow-y: hidden
}

div#last_offers .offer-wrapper {
  padding: 5px;
  margin: 5px;
  display: flex;
  background: var(--shadow);
  align-items: center;
  min-width: 170px;
  height: 42px;
  gap: 5px;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--shadow);
}

div#last_offers .offer-wrapper .offer-amount {
  padding: 3px 7px;
  background: #353f3b;
  border-radius: 5px;
  color: #16C470 !important;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translate(50%, -50%);
  overflow: hidden;
  overflow-wrap: break-word;
  max-width: 50px;
  margin-right: 0;
  min-width: 40px;
  text-align: center;
  font-size: 9px
}

div#last_offers .offer-wrapper h3,
div#last_offers .offer-wrapper p span {
  font-size: 10px;
  font-weight: 900;
  color: var(--secondary) !important;
  font-family: Roboto, sans-serif, arial;
}

div#last_offers .offer-wrapper p {
  margin: 0;
  font-size: 10px
}

div#last_offers .offer-wrapper .offer-wrapper-inner {
  position: absolute !important;
  margin: 0 !important;
  top: 55px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-height: 15px;
  background: #212624 !important;
  display: none;
  justify-content: center;
  padding-top: 5px;
  z-index: 9999 !important
}

div#last_offers .offer-wrapper .offer-wrapper-inner>p {
  margin-bottom: 10px
}

div#last_offers .offer-wrapper .offer-wrapper-inner>p span.title {
  color: #fff !important;
  font-size: 10px !important
}

div#last_offers .offer-wrapper .offer-wrapper-inner>p span.value {
  color: #16C470 !important;
  font-size: 10px !important
}

div#last_offers .offer-wrapper:hover>.offer-wrapper-inner {
  display: block !important;
  border-radius: 8px
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #607d8b;
  opacity: 1
}

.sidebar-menu .dropdown-toggle,
.sidebar-menu .submenu li a {
  padding: 10px 15px 10px 67px
}

.dashboard {
  display: flex;
  min-height: 100vh
}

.dashboard-app {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: -46px
}

.brand-logo,
.dashboard-nav header,
.dashboard-nav-dropdown,
.dashboard-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.dashboard-content {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 25px;
  margin-top: 55px
}

.dashboard-nav-dropdown-item,
.dashboard-nav-item {
  padding: 8px 20px 8px 70px;
  transition: .5s ease-out
}

.dashboard-nav {
  min-width: 238px;
  position: fixed;
  bottom: 0;
  overflow: auto;
  z-index: 10220;
  border-right: 1px solid #000
}

.dashboard-compact .dashboard-nav {
  display: none
}

.dashboard-nav header {
  min-height: 84px;
  padding: 8px 27px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-nav header .menu-toggle {
  display: none;
  margin-right: auto
}

.dashboard-nav a:hover {
  text-decoration: none
}

.dashboard-nav a {
  color: #fff;
  text-decoration: none
}

.brand-logo {
  font-family: Mukta, sans-serif;
  font-size: 20px;
  display: flex;
  color: #515151;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brand-logo:active,
.brand-logo:focus,
.brand-logo:hover {
  color: #dbdbdb;
  text-decoration: none
}

.brand-logo i {
  color: #d2d1d1;
  font-size: 27px;
  margin-right: 10px
}

.dashboard-nav-dropdown,
.dashboard-nav-list {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.dashboard-nav-item {
  min-height: 56px;
  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;
  letter-spacing: .02em
}

.dashboard-nav-item i {
  width: 36px;
  font-size: 19px;
  margin-left: -40px
}

.dashboard-nav-dropdown-item:hover,
.dashboard-nav-dropdown.show,
.dashboard-nav-item:hover {
  background: rgba(255, 255, 255, .04)
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
  -webkit-transform: none;
  -o-transform: none;
  transform: none
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.dashboard-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, .8);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, .72)
}

.dashboard-nav-dropdown-menu {
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.dashboard-nav-dropdown-item,
.menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.dashboard-nav-dropdown-item {
  min-height: 40px;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: flex;
  -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: #fff
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  text-decoration: none;
  color: #fff
}

.menu-toggle i {
  font-size: 20px;
  margin-top: 6px
}

.dashboard-toolbar {
    height: 64px;
    padding: 20px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
}

a.logohomeone {
    height: 3.2rem;
    width: 8.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
}

a.logohomeone img {
    height: 100%;
    width: 100%;
}

.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: #000
}

@media (max-width:768px) {
  .dashboard-content {
    padding: 15px
  }
}

@media (min-width:992px) {
  .dashboard-app {
    margin-left: 238px
  }

  .dashboard-compact .dashboard-app {
    margin-left: 0
  }

  .dashboard-toolbar {
    left: 270px
  }

  .dashboard-compact .dashboard-toolbar {
    left: 0
  }
}

p.code.border.border-info.p-2.ref-url {
  background: #261d38;
  cursor: pointer
}

.border-info {
  border-color: #16C470 !important
}

a.dash-nav-link {
  background: 0 0;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 400;
  margin: 10px;
  border: none !important
}

.headeriniziale {
  width: 100px;
  margin-bottom: 50px;
  padding-left: 30%;
  margin-top: 35px
}

.h4 {
  font-size: 2000px
}

.wannadsofferwall {
  margin-top: 40px
}

.adgemofferwall {
  margin-top: 38px;
  margin-left: 6px
}

@media(max-width:551px) {
  .welcometo {
    display: block;
    width: 100%;
    margin-top: 20px
  }
}

@media(max-width:460px) {
  .logohomeone {
    display: none !important
  }

  .logohometwo {
    display: block !important
  }

  .main-navbar-container .main-nav-buttons {
    margin-top: 10px
  }

  .custom-offerwall-style2 .innerwall2 {
    padding: 17px;
  }

  .custom-offerwall-style2 .icons p span {
    font-size: 14px
  }

  .custom-offerwall-style2 .innerwall2>div {
    gap: 25px
  }
}

@media(max-width:550px) {

  .custom-offerwall-style2 .icons p span,
  .custom-offerwall-style2 .innerwall2 .offerwall-name {
    font-size: 9px
  }

  .custom-offerwall-style2 .innerwall2>div {
    gap: 18px
  }

  .custom-offerwall-style2 img {
    width: 70px
  }
}

.welcometo {
  display: block;
  width: 100%;
  margin-top: 20px
}

.testosotto {
  font-size: 12px;
  font-display: center;
  text-shadow: 1px 1px 5px #16C470;
  display: block
}

.stellaheader {
  display: block;
  width: 100%;
  margin-bottom: 40px
}

.headertesto {
  display: block;
  width: 100%;
  margin-top: 2px
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:551px) {
  .christmas {
    width: 100%
  }

  .stellaheader {
    display: block;
    width: 100%;
    margin-bottom: 40px
  }

  .welcometotext {
    display: block
  }

  .footer pb-5 {
    display: block;
    width: 100%
  }
}

.modal-content {
  background: var(--shadow) !important;
}

.dash-toolbar-links {
  margin-top: 10px
}

.dash-toolbar-links a {
  background: var(--primary);
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 16px
}

.photoheader {
  margin-block-end: 300px
}

.freelootheader {
  width: 62%
}

@media screen and (max-width:320px) {
  .main-nav-buttons {
    flex-direction: column !important
  }

  .main-nav-buttons .register-btn.nav-link {
    margin: 0 !important
  }

  .nav-link.login-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 11px !important
  }
}

#MainSiteBanner {
  padding-top: 20px
}

#MainSiteBanner img.freelootheader {
  width: 255px;
  margin-bottom: 30px
}

#MainSiteBanner h1 {
  text-align: center;
  letter-spacing: 4px;
  word-spacing: 5px;
  color: #16C470 !important;
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 1
}

#MainSiteBanner p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 1;
  text-align: center;
  letter-spacing: 0px;
  color: var(--text);
  font-size: 2rem !important;
  text-transform: capitalize;
}

@media screen and (max-width:850px) {

  #MainSiteBanner .start-earn-btn,
  #MainSiteBanner p,
  .chats-wrapper .wrapper-bottom p,
  .how-to-box .description,
  a.footer-link {
    font-size: 12px
  }

  #MainSiteBanner h1 {
    font-size: 40px
  }
}

#MainSiteBanner .start-earn-btn {
  border: 0;
  color: #fff !important;
  border-radius: 7px;
  padding: 14px 40px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 25px;
  font-size: .9rem
}

#dashboard_main_image_container {
  display: flex !important;
  justify-content: center !important
}

#dashboard_main_image {
  width: 230px;
  max-width: 100%;
  margin: -74px auto 19px
}

@media (max-width:992px) {
  .dashboard-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1070
  }

  .dashboard-nav.mobile-show {
    display: block
  }

  .dashboard-nav header .menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  #dashboard_main_image {
    margin: -74px auto 19px;
    display: block
  }
}

@media (max-width:400px) {
  #dashboard_main_image {
    width: 140px;
    margin-top: -63px
  }
}

#withdrawModal form h5 {
  text-align: center;
  color: var(--secondary);
  margin-top: 40px;
  font-size: 1.5rem;
}

#withdrawModal .charges {
  padding: 12px
}

#withdrawModal #withdrawCoin {
  text-align: center;
  font-size: 1.2rem;
  font-weight: lighter
}

#withdraw-preview-section .withdraw-details {
  padding: 10px
}

#withdraw-preview-section .withdraw-details .font-weight-bold,
#withdraw-preview-section .withdraw-details .font-weight-bold.pull-right {
  font-size: .9rem
}

#withdraw-preview-section .balance {
  font-size: 1rem;
  text-align: center;
  margin-top: 30px
}

#profile-settings-form label {
  margin-left: 10px
}

#profile-settings-form .custom-profile-setting-btn {
  margin-left: 10px !important
}

#twofaauth .copytext {
  color: #fff;
  border: 0
}

#referrallinkcommition .form-control[readonly],
#twofaauth input.form-control[readonly] {
  background-color: linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%) !important;
  border: 1px solid linear-gradient(90deg, rgba(20, 23, 22, 1) 0%, rgba(29, 33, 31, 1) 50%, rgba(24, 28, 26, 1) 100%) !important
}

#referrallinkcommition,
#referrallinkcommitionmain {
  border: 0;
  border-radius: 0;
  outline: 0
}

#referrallinkcommition .copytext {
  color: #fff;
  border: 0;
  cursor: pointer
}

.checkout-banner {
  background: #dc3545;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 95%;
  margin: auto
}

.checkout-banner .checkout-text {
  color: #fff;
  letter-spacing: 0px;
  opacity: .8;
  margin: 0;
  font-size: 17px
}

.sliderx {
    height: 250px;
    margin: -100px auto -70px;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center
}

.slidex-track {
    display: flex;
    width: calc(250px * 18);
    animation: 15s linear infinite scroll
}

.slidex-track:hover {
    animation-play-state: paused
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(calc(-250px * 9))
    }
}

.slidex {
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px
}

.img {
    width: 100%;
    transition: 1s
}

.img:hover {
    transform: translateZ(20px)
}



@media screen and (max-width: 850px) {

  .custom-offerwall-style img,
  .custom-offerwall-style2 img {
    object-fit: contain;
    width: 50px;
  }
}

@media screen and (max-width: 650px) {
  .bonusofferwall {
    font-size: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .bonusofferwall {
    font-size: 9px;
  }
}

@media (max-width: 576px) {
  .cardrewardssss {
    margin-top: 10px;
  }
}

.card.containerB4.cardhiw {
    min-height: 237px;
}

@media (max-width: 576px) {
  .cardhiw {
    margin-top: 10px;
  }
}

.accordion-button {
  color: var(--secondary);
  background-color: var(--shadow);
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: var(--text);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item {
    background: var(--shadow) !important;
}

/* Cookie alert */
.cookie-consent-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 385px;
  max-width: 100%;
  background-color: #212624;
  border-radius: 15px;
  text-align: start;
}

.cookie-consent-banner__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
  display: none;
}

.cookie-consent-banner__copy {
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cookie-consent-banner__header {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif, arial;
  font-weight: normal;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-consent-banner__description {
  font-family: "Roboto", sans-serif, arial;
  font-weight: normal;
  color: #b0b8c6 !important;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 160px;
  padding: 14px;
  border-radius: 7px;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto", sans-serif, arial;
  font-weight: normal;
  font-size: 13px;
  background-color: #16C470;
  color: #000;
  font-weight: 500;
}

.cookie-consent-banner__cta:hover {
  color: #000;
}

.cookie-consent-banner__cta--secondary,
.cookie-consent-banner__cta--secondary:hover {
  background-color: #47524D;
  color: #fff;
}


@media (max-width: 490px) {
  .cookie-consent-banner {
    width: 90%;
  }

  .cookie-consent-banner__actions {
    justify-content: center;
  }

  .cookie-consent-banner__cta {
    width: 100% !important;
  }
}

/*sound effect*/
div#sound_notify {
  max-width: 355px;
}

.alert.sound_alert {
  display: flex;
}

/* Home page */
.panel.m-2.dash-offer {
  font-size: 2.2rem !important;
  font-weight: 900;
  text-transform: uppercase;
  color: #2effa8 !important;
  text-align: center;
  width: 100%;
}

.panel.m-2.dash-offer a {
  text-decoration: none;
  color: #fdffff;
  border: 1px solid #19e18f;
  padding: 1px 25px;
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  margin: 15px 0px;
  transition: all 0.2s;
}

.panel.m-2.dash-offer a:hover {
  background: #5cf0a5;
  color: #0c001c;
}

/*Offerwalls Design*/
.offerwall-container {
  display: flex;
  align-items: center;
  background: #1C1C1C;
  padding: 0;
  margin: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  cursor: pointer;
  height: 120px;
}

.offerwall-container .left-image {
  width: 136px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.offerwall-container .left-image .bgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

}

.offerwall-container .right-content {
  width: 100%;
  margin-left: 155px;
  padding: 16px 0;
  ;
  display: flex;
  flex-direction: column;
}

.offerwall-container .right-content .top .key {
  font-size: 16px;
  margin-bottom: 0;
}

.offerwall-container .right-content .top .value {
  font-size: 11px;
  margin-bottom: 0;

}

.offerwall-container .right-content hr {
  width: 85%;
  background: #fff;
  margin: 6px 0;
}

.offerwall-container .right-content .bottom .key {
  font-size: 14px;
  margin-bottom: 0;
}

.offerwall-container .right-content .bottom .value {
  font-size: 12px;
  margin-bottom: 0;
}

.offerwall-container .right-content .bottom .value i {
  color: yellow;
  font-size: 10px;
}

.offerwall-container .feature {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #297BFF;
  border-top-left-radius: 7px;
  font-size: 12px;
  border-bottom-right-radius: 7px;
  padding: 5px;
}

@media(max-width: 420px) {
  .offerwall-container {
    height: 95px;
  }

  .offerwall-container .right-content {
    flex-direction: row;
    margin-left: 120px;
    align-items: center;
    padding: 0;
  }

  .offerwall-container .left-image {
    width: 100px;
  }

  .offerwall-container .right-content hr {
    width: 20%;
    background: #fff;
    margin: 0;
    transform: rotate(90deg);
  }

  .offerwall-container .feature {
    font-size: 11px;
    padding: 3px
  }
}

div#youmi_modal {
  padding-bottom: 134px;
}


@media screen and (max-width: 850px) {
.paraff {
  font-size:12px;
}
}

@media screen and (min-width: 992px) {
.paraff {
  font-size:16px;
}
}

@media screen and (max-width: 850px) {
.hdue {
  font-size:21px;
}
}

@media screen and (min-width: 992px) {
.hdue {
  font-size:24px;
}
}


@media screen and (max-width: 850px) {
.offerwall-name {
  font-size:12px;
}
}

@media screen and (min-width: 992px) {
.offerwall-name {
  font-size:13px;
}
}