.accordion-header-bg .accordion__header--secondary {
  background-color: #AC39D4;
  color: #fff;
  border-color: #AC39D4;
}

.offer-instructions {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.offer-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nav-header .logo-abbr {
  max-width: 150px;
}

@media only screen and (max-width: 1199px) {
  .nav-header {
    width: 30%;
  }
}

/*
@media only screen and (max-width: 575px) {
  .nav-header .logo-abbr {
      max-width: 100px;
  }
}
*/

[data-sidebar-style="compact"] .nav-header .brand-logo, [data-sidebar-style="mini"] .nav-header .brand-logo {
  padding-left: 25px;
  padding-right: 25px;
  justify-content: unset;
}

.chatbox {
  width: 100%;
}

.activity-name__old {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popover-header {
  background: #30856a;
}

.popover {
  border: 2px solid #30856a; 
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #30856a;
}

.accordion__header--snapchat {
  background-color: #fffc00 !important;
  color: #000;
  border-color: #fffc00 !important;
}

.alert-social.instagram {
  background-color: #AC39D4;
}

input {   
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

/* Offer images square */
.card-bx .card-info .dot-img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .deznav .metismenu > li a > i {
      width: 40px !important;
  }
}

.container {
  overflow: hidden;
}

.card-title {
  font-weight: 600;
}

.filterDiv {
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.deznav .metismenu > li.mm-active > a {
  color: #30856a;
}

.deznav .metismenu > li > a {
  font-size: 17px;
}

.badge-primary {
  background-color: #30856a;
}

[data-headerbg="color_1"] .nav-header .hamburger.is-active .line, [data-headerbg="color_1"] .nav-header .hamburger .line {
  background: #30856a !important;
}

.authincation-content {
  background: #fff;
  border-radius: 30px;
}

.form-control {
  border-radius: 0.3rem;
  border: 1px solid #E2E4E9;
}

.btn {
  border-radius: 10px;
}

.btn-primary {
  background-color: #30856a;
  border-color: #30856a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  background-color: #00b77f;
  border-color: #00b77f;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00b77f;
  border-color: #00b77f;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #30856a;
  border-color: #30856a;
}

a {
  color: #30856a;
  font-weight: bold;
}

input, button, select, optgroup, textarea {
  box-shadow: 0 7px 9px rgb(29 14 98 / 5%);
}

.bg-primary {
  background-color: #30856a !important;
}

.text-primary {
  color: #30856a !important;
}

.accordion-primary-solid .accordion__header, .accordion-primary-solid .accordion__header.collapsed, .accordion-primary-solid .accordion__header.collapsed {
  background: #30856a;
  border-color: #30856a;
  color: #fff;
}

.accordion-primary-solid .accordion__body {
  border: 2px solid #30856A;
  box-shadow: 0 15px 20px 0 rgba(48, 133, 106, 0.09);
}

.custom-padded .accordion__item {
  padding: 10px 20px;
}

.payment-bx .custom-padded .accordion__item .accordion__body {
  box-shadow: none;
  border-radius: 0;
}

.payment-bx .custom-padded .accordion__item .accordion__header {
  box-shadow: none;
}

.payment-bx .custom-padded .accordion__header.collapsed {
  background: #f9f9f9;
}

@media only screen and (max-width: 991px) {
  .payment-bx .accordion__item .accordion__header {
      padding: 15px 54px 0px 15px;
  }
}

.sk-three-bounce .sk-child {
  background-color: #31856a;
}

.payment-bx .accordion__header {
  background: #000000;
}

.deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a {
  color: #31856a;
}

.deznav .metismenu ul a:hover, .deznav .metismenu ul a:focus, .deznav .metismenu ul a.mm-active {
  color: #31856a;
}

.deznav .metismenu ul {
  background: rgb(0, 0, 0);
  margin: 15px;
  border-radius: 20px;
}

.deznav .metismenu ul a {
  color: #fff;
}

/*Shadows!*/
.deznav {
  box-shadow: 7px 13px 20px 3px rgb(0 0 0 / 10%);
}

[data-header-position="fixed"] .header {
  z-index: 9;
  box-shadow: 7px 13px 20px 3px rgb(0 0 0 / 2%);
}

.nav-header {
  z-index: 99;
  background: #000;
}

/* RIGHT HAND MENU */
[data-sidebar-style="overlay"] .menu-toggle .deznav, [data-force-mobile="true"] .menu-toggle .deznav {
  right: 0;
}

[data-sidebar-style="overlay"] .deznav, [data-force-mobile="true"] .deznav {
  right: -100%;
}

.deznav {
  left: unset !important;
}

.nav-header {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .nav-control {
    right: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .nav-control {
    right: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a {
    background: #31856a;
  }

  [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li:hover > a {
    background: #31856a;
  }

  [data-sidebar-style="mini"] .deznav .metismenu li > ul {
    background: #000;
  }
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a i {
  background: #31856a;
}

@media only screen and (max-width: 1199px) {
  .nav-header {
      height: 5.5rem;
  }

  [data-header-position="fixed"] .content-body {
    padding-top: 6.5rem;
  }
}

@media (max-width: 767px) {
  .deznav {
    top: 5.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .deznav .metismenu a {
    padding: 0.85rem 1.25rem;
  }

  .deznav .metismenu ul a {
    padding-left: 1.5rem;
  }
}

.deznav .metismenu ul a {
  padding-left: 2.25rem;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #1db182 !important;
}

a:hover {
  color: #1db182;
}

.card-bx > img {
  box-shadow: 0 7px 9px rgb(29 14 98 / 21%);
}

@media only screen and (max-width: 575px) {
  .card-bx .card-stats, .card-body {
      padding: 20px;
  }
  .card-header {
    padding: 20px 20px 20px 20px;
  }
}

@media only screen and (max-width: 575px)
.card-header {
    padding: 20px;
}

.quick-social {
  font-size: 1.25rem;
}

.ways2earn button {
  font-weight: 400;
  background: #fff;
  /*border: 1em solid #30856a;*/
  border: 0;
  padding: 1.25rem 1.5rem;
  border-radius: 15px;
  color: #000;
  width: 30%;
  box-shadow: 0 7px 9px rgb(0 0 0 / 5%)
}

.ways2earn button i {
  font-size: 35px;
}

.ways2earn-badge {
 /* position: absolute;
    bottom: -7px;
    top: unset;
    right: 19px; */
    background: #000 !important;
}

/* White Background! 

body {
  background-color: #ffffff;
}

.card {
  background-color: #e5f7f5;
  box-shadow: none;
}

*/

@media only screen and (max-width: 575px) {
  .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl {
      padding-top: 15px;
      padding-right: 25px;
      padding-left: 25px;
  }
}

.notif-steps {
  background: #f8f7f9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.notif-steps h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.notif-steps img {
  border-radius: 10px;
  box-shadow: -1px 11px 20px 0px rgb(0 0 0 / 22%);
}

.bottom-menu {
  height: 75px;
  padding: 10px;
  margin: 0 5%;
  position: fixed;
  bottom: 15px;
  width: 90%;
  background: #fff;
  z-index: 9;
  border-radius: 100px;
  box-shadow: 0 0 35px 0 rgb(107 107 107 / 40%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-menu .item {
  font-size: 9px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bottom-menu .item .col {
  width: 100%;
  padding: 0 4px;
  text-align: center;
}

.bottom-menu .item i {
  display: inline-flex;
  margin: 1px auto 3px auto;
  font-size: 22px;
  line-height: 1em;
  color: #bbbbbb;
  transition: 0.1s all;
  display: block;
  margin-top: 1px;
  margin-bottom: 10px;
}

.bottom-menu .item strong {
  margin-top: 4px;
  display: block;
  color: #dcdcdc;
  font-weight: 600;
  transition: 0.1s all;
  font-size: 12px;
}

.bottom-menu .active i, .bottom-menu .active strong {
  color: #000;
}

#main-wrapper {
  margin-bottom: 100px;
}

@media only screen and (min-width: 767px) {
  .bottom-menu {
    display: none;
  }
}
