/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

/* body {
    position: relative;
} */

.navbar.fixed-bottom {
    background-image: linear-gradient(to top, #6a59d3 0%, #8d9dff 100%);
    font-size: 10px;
    text-transform: uppercase;
}

.navbar.fixed-bottom li {
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.navbar.fixed-bottom .nav-link:hover {
    background: #98a2a7;
    color: #ffffff;
}


.footbtn {
    background-image: linear-gradient(to top, #6a59d3 0%, #8d9dff 100%); /* Gradient */
    /*border: none;*/
    color: white;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    width :100%;
    box-shadow:0px 0px 0px 1px #d7d7d7 inset;
}

  .footbtn a {
    color: #98a2a7;
  }

  .footbtn:hover {
    background: #98a2a7;
  }
  .containerx{
        border-top: 2px solid #bce3ff;
        display: inline-flex;
        background: #d7d7d7;
        bottom: 0;
        right: 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        justify-content: end;
      }
  .bbox {
        height: 50px;
        color: aquamarine;
        width: 16.3%;
        display: inline-flex;
    }

.contact-link-button {
    position: fixed;
    transform:translate(103px,0px);
    bottom:10%;
    right:0;
    overflow: hidden;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}

.contact-link-button:hover {
    transform:translate(0px,0px);
}

.contact-link-button a {
    color: white;
    font-size: 1.15em;
    font-weight: bold;
    background-color: #25d366;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    padding: 14px 16px;
    display: block;
}

.contact-link-button i {
    font-size: 36px;
    margin-right: 8px;
    color: white;
    line-height: 30px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;
    vertical-align: middle;
}

.has-sub + .nk-menu-heading, .nk-menu-item + .nk-menu-heading {
    padding-top: 2.5rem;
}

.is-invalid,
.dark-mode .is-invalid {
    border: 1px solid #e85347 !important;
}

.error.invalid,
.invalid.force {
    color: #e85347;
}

.error.invalid,
.is-invalid~.invalid,
.invalid.force {
    font-size: 11px;
    font-style: italic;
}

.dark-mode .invest-amount-label {
    border-color: #1d2d40;
    background: #101924;
}

.dark-mode .link-bg {
    background-color: #1d2d40;
}

.dark-mode .nk-refwg .nk-refwg-invite {
    border-color: #1d2d40;
}

/* .custom-checkbox .custom-control-label::before {
    top: 0.25rem !important;
    left: -1.96rem;
    width: 0.99rem;
    height: 0.99rem;
} */

.text-underline {
    text-decoration: underline;
}

.dropdown-menu-s1 {
    z-index: 1011;
}

/*kolom resi*/
.resi {
    max-width: 70px;
    font-size: 0.9em;
}

/**TOOLTIP ORDER*/
.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #eef8ff;
    color: #00588a;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    border: 1px solid #81a1da;
    padding: 10px;
    text-align: left;

    /* Position the tooltip */
    top: -5px;
    left: 120%;
    position: absolute;
    z-index: 1;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #81a1da transparent transparent;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

/** CARD DL*/
.carddl {
    font-size: 1rem;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    line-height: 1 !important;
    margin-bottom: 4px;
    margin-top: 4px;
    /* color: #364a63; */
}

.carddl-inner {
    padding: 1rem;
    padding-top: 0.6rem;
}

@media (min-width: 576px) {
    .carddl-inner {
        padding: 1.2rem;
        padding-top: 0.8rem;
    }
}

.card-desc {
    font-size: 0.7rem;
    color: #767676;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5 !important;
}

.text-height-0 {
    line-height: 1 !important;
}

/**Digital Goods Submenu*/

.submn {
    background-color: #f9fcff;
    border-bottom: 2px solid #b2b5cc;
    padding-bottom: 3px;
}

.subbtn {
    background-color: #eaf4ff;
    border: 2px solid white;
    color: #526484;
}

.subbtn:hover {
    background-color: #a5d0ff;
    color: aliceblue;
}

/** Anchor Submenu*/
:target {
    scroll-margin-top: 80px;
}

/** Back to top*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: rgba(148, 187, 255, 0.66);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #526484;
}

.mfp-close {
    transform: translate(50%, 10%);
}

.pricing {
    overflow: hidden;
}

.pricing .title {
    font-family: 'Galada', cursive;
    font-size: 2em;
}

.pricing .pfont {
    color: #5e6d8d;
}

.pricing .pricing-badge {
    position: absolute;
    background: #6576ff;
    color: #fff;
    top: 0;
    right: -50%;
    transform: rotate(45deg);
    transform-origin: 50% 0;
    padding: 2rem 0 0.5rem;
    width: 100%;
    text-align: center;
}

.pricing .imgplan {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.pricing-media img {
    max-width: 100%;
}

.pricing small,
.pricing .small {
    font-size: initial;
}

.pricing .fw-bold {
    font-weight: 700 !important;
}

.pricing-badge {
    position: absolute;
    background: #6576ff;
    color: #fff;
    top: 0;
    right: 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 0;
    padding: 2rem 0 0.5rem;
    width: 100%;
    text-align: center;
}

/* .pricing-body {
    padding: 0;
} */

@media (min-width: 768px) {
    .dark-mode .nk-refwg .nk-refwg-invite {
        border-color: #1d2d40;
    }
}

@media (min-width: 1200px) {
    .dark-mode .is-compact:not(.has-hover) .nk-menu-heading:not(:first-child):before {
        background-color: #203247;
    }
}

/**TOOLTIP ORDER*/
.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #eef8ff;
    color: #00588a;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    border: 1px solid #81a1da;
    padding: 10px;
    text-align: left;

    /* Position the tooltip */
    top: -5px;
    left: 120%;
    position: absolute;
    z-index: 1;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #81a1da transparent transparent;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

/*Video Youtube Demo POPUP*/

.mfp-title {
    position: absolute;
    color: #494949;
    background: #ffd098;
}

.video:before {
    background: rgba(255, 255, 255, 0);
}


/*ICON buttons-Video Penjelasan*/

.iconx {
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
    color: #bbbbbb;
}

.tooltipx {
    position: absolute;
    top: 0;
    line-height: 1.3;
    font-size: 11px;
    text-align: center;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    /*pointer-events: none;*/
    /*transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
}

.tooltipx::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    /*transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
}

.iconx:hover .tooltipx {
    top: -40px;
    left: -25px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.iconx:hover span,
.iconx:hover .tooltipx {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.youtube:hover,
.youtube:hover .tooltipx,
.youtube:hover .tooltipx::before {
    color: #de463b;
}

/*Point Header pic*/
.phead {
    max-height: 87%;
    width: 100%;

    @media (max-width: 575px) {
        margin-bottom: 10px;
        margin-top: 8px;
    }

    @media (max-width: 767px) {
        width: 220%;
        margin-bottom: 10px;
        margin-top: 8px;
    }

    @media (min-width: 874px) {
        width: 500%;
        margin-bottom: 10px;
        margin-top: 8px;
    }
}


.nk-nav-toggle {
    @media (max-width: 1199px) {
        background-color: #f2ffbd;
    }
}

.nk-block-des {
  color: #000000; /*#526484;*/
  font-size: 0.95rem;
}

.nk-block-des {
  color: #526484;
}

body {
  color: var(--bs-body-color);
}

.invest-ov .title {
  color: #8094ae;
}

.sub-text {
  font-size: 13px;
  color: #8094ae;
}

.nk-tb-list {
  color: #8094ae;
}

.nk-tb-list {
  color: #8094ae;
}

/*PRODUCT LIST*/
.nk-tb-list {
  color: #000000; /*#8094ae;*/
}

.form-control, .dual-listbox .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter input {
  line-height: 2rem;
  font-weight: 500; /*400;*/
  color: #000000; /*#3c4d62;*/
  background-color: #f2f8ff; /*#fff;*/
  border: 2px solid #dbdfea;
}

.form-control.normal, .dual-listbox.normal .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter input.normal {
    line-height: initial;
    font-weight: initial;
    color: initial;
    background-color: initial;
    border-width: 1px;
}

.form-icon.lg {
    height: calc(3.325rem + 4px);
}

.form-icon {
    height: calc(3.025rem);
}

/* .btn {
    --bs-btn-padding-y: 0.7875rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 0.9375rem;
    --bs-btn-border-radius: 5px;
} */

.form-clip, .form-text-hint {
  position: absolute;
  right: 2px;
  top: 2px;
  height: calc(2.125rem - 2px);
  height: calc(3.025rem - 2px);
  display: flex;
  align-items: center;
  color: #6576ff;
  padding-left: 1rem;
  padding-right: 0.75rem;
  background: #f2f8ff; /*#fff;*/
  border-radius: 4px;
}

.card-amount .amount {
  color: #1d2d40; /*#364a63;*/
}

.form-control.number-spinner, .form-control-normalize {
    line-height: 1em;
}

.form-control.form-control-normalize-2 {
    line-height: 2em;
}

/**SOCIAL CHARITY UPPER BLOCK**/

.table-iv-tnx .sub-text, .table-iv-tnx .lead-text {
    font-size: 12px;
  }

  .nk-iv-wg1 {
    position: relative;
    max-width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 4px;
    border: 1px solid #dbdfea;
    background: #fff;
  }
  .nk-iv-wg1 .sub-text {
    margin-bottom: 0.5rem;
  }
  .nk-iv-wg1-info {
    color: #6576ff;
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .nk-iv-wg1-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dbdfea;
    height: 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }

  .nk-iv-wg2 {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .nk-iv-wg2-text:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .nk-iv-wg2-title {
    margin-bottom: 0.75rem;
  }
  .nk-iv-wg2-title .title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #8094ae;
    font-family: Roboto, sans-serif;
  }
  .nk-iv-wg2-title .title .icon {
    font-size: 13px;
    margin-left: 0.2rem;
  }
  .is-dark .nk-iv-wg2-title .title {
    color: #c4cefe;
  }
  .nk-iv-wg2-amount {
    font-size: 2.25rem;
    letter-spacing: -0.03em;
    line-height: 1.15em;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .nk-iv-wg2-amount .change, .nk-iv-wg2-amount .sub {
    padding-left: 0.5rem;
    line-height: 1;
  }
  .nk-iv-wg2-amount .change, .nk-iv-wg2-amount .sub > span {
    font-size: 0.875rem;
    color: #6576ff;
    font-weight: 500;
    letter-spacing: normal;
  }
  .nk-iv-wg2-amount .sub {
    font-size: 0.875rem;
  }
  .nk-iv-wg2-amount .sub span {
    padding-right: 2px;
  }
  .nk-iv-wg2-amount.ui-v2 {
    font-size: 1.875rem;
    border-bottom: 2px solid #6576ff;
    padding-bottom: 1.25rem;
    margin-bottom: 1rem;
    display: block;
  }
  .nk-iv-wg2-amount.ui-v2 .change, .nk-iv-wg2-amount.ui-v2 .sub > span {
    font-size: 1rem;
  }
  .nk-iv-wg2-cta {
    text-align: center;
    margin-top: auto;
    margin-bottom: -0.5rem;
  }
  .nk-iv-wg2-cta .cta-extra {
    margin-top: 1rem;
    min-height: 28px;
  }
  .nk-iv-wg2-list li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .nk-iv-wg2-list small, .nk-iv-wg2-list .small {
    font-size: 0.86em;
  }
  .nk-iv-wg2-list .item-value {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #364a63;
    float: right;
  }
  .nk-iv-wg2-list .total {
    border-top: 1px solid #dbdfea;
    margin-top: 0.3rem;
    padding-top: 0.55rem;
    font-weight: 700;
  }
  .nk-iv-wg2-list .total .item-value {
    font-weight: 700;
  }

  .nk-iv-wg3-group {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .nk-iv-wg3-ck {
    position: relative;
    height: 45px;
    margin-bottom: 0.5rem;
  }
  .nk-iv-wg3-title {
    font-size: 1.125rem;
    color: #8094ae;
    margin-bottom: 0.5rem;
    font-weight: 400;
  }
  .nk-iv-wg3-title .icon {
    font-size: 0.875rem;
  }
  .nk-iv-wg3-sub {
    font-size: 0.875rem;
    color: #8094ae;
    margin-top: 0.125rem;
  }
  .nk-iv-wg3-sub-group {
    display: flex;
    flex-shrink: 0;
  }
  .nk-iv-wg3-sub .icon {
    font-size: 0.75rem;
  }
  .nk-iv-wg3-plus {
    position: absolute;
  }
  .nk-iv-wg3-plus .icon {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .nk-iv-wg3-plus ~ * {
    padding-left: 24px;
  }
  .nk-iv-wg3-amount .number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #364a63;
    line-height: 1.5rem;
    white-space: nowrap;
  }
  .nk-iv-wg3-amount .number small, .nk-iv-wg3-amount .number .small {
    font-weight: 400;
  }
  .nk-iv-wg3-amount .number-sm {
    font-size: 1.15rem;
    color: #364a63;
    line-height: 1.5rem;
    white-space: nowrap;
  }
  .nk-iv-wg3-amount .number .number-up, .nk-iv-wg3-amount .number .number-down {
    font-size: 50%;
  }
  .nk-iv-wg3-amount .number .number-up .icon, .nk-iv-wg3-amount .number .number-down .icon {
    color: #526484;
  }
  .nk-iv-wg3-amount .number .number-up:before, .nk-iv-wg3-amount .number .number-down:before {
    font-family: "Nioicon";
  }
  .nk-iv-wg3-amount .number .number-up {
    color: #1ee0ac;
  }
  .nk-iv-wg3-amount .number .number-up:before {
    content: "\e93c";
  }
  .nk-iv-wg3-amount .number .number-down {
    color: #e85347;
  }
  .nk-iv-wg3-amount .number .number-down:before {
    content: "\eaf9";
  }
  .nk-iv-wg3-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -0.5rem -1.25rem;
  }
  .nk-iv-wg3-nav li a {
    padding: 0.5rem 1.25rem;
    display: flex;
    align-items: center;
  }
  .nk-iv-wg3-nav li a .icon {
    font-size: 1.125rem;
    width: 1.75rem;
    line-height: 1.25rem;
  }
  .nk-iv-wg3-nav li a span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .nk-iv-wg3-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid #e5e9f2;
  }
  .nk-iv-wg3-list li .lead-text {
    font-size: 13px;
    font-weight: 400;
  }
  .nk-iv-wg3-list:last-child {
    padding: 0 0 1rem;
  }
  .nk-iv-wg3-list:last-child li:last-child {
    border-bottom: none;
  }

  @media (max-width: 991.98px) {
    .nk-iv-wg3-sub:first-child {
      min-width: 160px;
    }
  }
  @media (max-width: 420px) {
    .nk-iv-wg3-sub {
      width: 100%;
    }
    .nk-iv-wg3-sub-group {
      flex-wrap: wrap;
    }
    .nk-iv-wg3-plus {
      margin-bottom: 0.75rem;
      display: inline-block;
    }
    .nk-iv-wg3-plus .icon {
      font-size: 1.5rem;
      line-height: 2.25rem;
    }
    .nk-iv-wg3-plus ~ * {
      padding-left: 0;
    }
    .nk-iv-wg3-plus + * {
      padding-top: 40px;
    }
  }
  @media (min-width: 576px) {
    .nk-iv-wg3-list li {
      padding: 0.5rem 1.75rem;
    }
  }
  @media (min-width: 680px) and (max-width: 991px) {
    .nk-iv-wg3-list {
      display: flex;
      flex-wrap: wrap;
    }
    .nk-iv-wg3-list li {
      width: 50%;
    }
    .nk-iv-wg3-list li:last-child {
      border-bottom: 1px solid #e5e9f2;
    }
    .nk-iv-wg3-list:last-child() li:nth-last-child(2) {
      border-bottom: none;
    }
  }
  @media (min-width: 992px) {
    .nk-iv-wg3-list {
      width: 33.333333%;
      float: left;
    }
    .nk-iv-wg3-list li:last-child {
      border-bottom: none;
    }
  }
  @media (min-width: 1200px) {
    .nk-iv-wg3-amount .number {
      font-size: 1.75rem;
      line-height: 2.25rem;
      font-weight: 500;
    }
    .nk-iv-wg3-amount .number-sm {
      font-size: 1.25rem;
      line-height: 2.25rem;
    }
    .nk-iv-wg3-plus .icon {
      font-size: 1.25rem;
      line-height: 2.25rem;
    }
    .nk-iv-wg3-plus ~ * {
      padding-left: 32px;
    }
  }
  .nk-iv-wg4 .lead-text {
    font-weight: 400;
  }
  .nk-iv-wg4-title {
    margin-bottom: 0.75rem;
  }
  .nk-iv-wg4-sub {
    padding: 1.25rem 1.5rem;
  }
  .nk-iv-wg4-sub:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
  }
  .card .nk-iv-wg4-sub:last-child {
    border-radius: 0 0 3px 3px;
  }
  .nk-iv-wg4-sub .btn, .nk-iv-wg4-sub .dual-listbox .dual-listbox__button, .dual-listbox .nk-iv-wg4-sub .dual-listbox__button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .nk-iv-wg4-overview {
    display: flex;
    flex-wrap: wrap;
  }
  .nk-iv-wg4-overview li {
    width: 50%;
  }
  .nk-iv-wg4-list li {
    display: flex;
    justify-content: space-between;
  }
  .nk-iv-wg4-list li:not(:last-child) {
    margin-bottom: 0.25rem;
  }

  @media (max-width: 420px) {
    .nk-iv-wg4-overview li {
      width: 100%;
    }
  }
  .nk-iv-wg5 {
    display: inline-flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .nk-iv-wg5-head {
    margin-bottom: 1rem;
  }
  .nk-iv-wg5-title {
    margin-bottom: 0.25rem;
  }
  .nk-iv-wg5-subtitle {
    color: #8094ae;
  }
  .nk-iv-wg5-ck {
    margin-top: auto;
    position: relative;
    display: inline-block;
  }
  .nk-iv-wg5-ck-result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .nk-iv-wg5-ck-result .text-lead {
    font-size: 40px;
    font-weight: 300;
    color: #364a63;
    line-height: 1.3;
  }
  .nk-iv-wg5-ck-result .text-lead.sm {
    font-size: 30px;
  }
  .nk-iv-wg5-ck-result .text-sub {
    font-size: 12px;
    font-weight: 500;
    color: #8094ae;
  }
  .nk-iv-wg5-ck-minmax {
    display: flex;
    justify-content: space-between;
    color: #8094ae;
    font-size: 12px;
  }

  @media (min-width: 1200px) {
    .nk-iv-wg5-ck canvas {
      width: 300px !important;
      height: 150px !important;
    }
    .nk-iv-wg5-ck.sm canvas {
      width: 240px !important;
      height: 120px !important;
    }
  }
  .plan-iv-actions {
    padding-top: 2rem;
  }

  /*text title charity*/
  .hcharity {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
  }


  /* DASHBOARD NEW BUTTON */
.btnbg:hover {
    background: #e4f2ff;
}


/* CHARITY CARD NEW */

@media only screen and (max-width: 768px) {
  .chtitle{
  text-align: center;
  margin-bottom: 10px;
  font-size: 2em;
  }
  .chtxorder{
  text-align: center;
  }
  img.charity{
  max-width: 100%;
  min-width: 200px;
  height: auto;
  }
.aa{
  order: 1;}
.bb{
  order: 2;}
.cc{
  order: 3;}
.dd{
  order: 4;}
}

/* CHARITY BAR BLOCK*/

.sp-plan-actionx {
background: #f4f6ff;
border-top: 1px solid #dbdfea;
border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {
.sp-plan-actionx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
}
@media (min-width: 768px) {
.sp-plan-actionx {
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
  border-left: 1px solid #dbdfea;
  border-radius: 0 4px 4px 0;
}
}
.chborder{
  border: 3px solid #09c2de;
}


/* CHARITY VOUCHER WALLET*/
@media only screen and (max-width: 768px) {
.roleft{
  justify-content: center;
}
.spcenter{
  text-align: center;
}
.chtitle{
  font-size: 1.3em;
}
}

/*CHARITY BOX ANIMATION*/
.css-loader-boxes {
display: flex;
}

.css-loader-box {
flex: 0 0 25%;
max-width: 25%;
position: relative;
}

.loader-03 {
display: block;
width: 0;
height: 0;
position: absolute;

background-color: transparent;
transform: translate(-50%, -50%);
animation: loader-03 3s infinite linear;
}

@keyframes loader-03 {
0%,
100% {
  box-shadow: -6.5px -6.5px 0px 5.5px #32A0DF, 6.5px -6.5px 0px 5.5px #666666, 6.5px 6.5px 0px 5.5px #666666, -6.5px 6.5px 0px 5.5px #666666;
}
8.3333% {
  box-shadow: -6.5px -6.5px 0px 5.5px transparent, 6.5px -6.5px 0px 5.5px #32A0DF, 6.5px 6.5px 0px 5.5px #666666, -6.5px 6.5px 0px 5.5px #666666;
}
16.6667% {
  box-shadow: -6.5px -6.5px 0px 5.5px transparent, 6.5px -6.5px 0px 5.5px transparent, 6.5px 6.5px 0px 5.5px #32A0DF, -6.5px 6.5px 0px 5.5px #666666;
}
25% {
  box-shadow: -6.5px -6.5px 0px 5.5px transparent, 6.5px -6.5px 0px 5.5px transparent, 6.5px 6.5px 0px 5.5px transparent, -6.5px 6.5px 0px 5.5px #32A0DF;
}
33.3333% {
  box-shadow: -6.5px -6.5px 0px 5.5px #32A0DF, 6.5px -6.5px 0px 5.5px transparent, 6.5px 6.5px 0px 5.5px transparent, -6.5px 6.5px 0px 5.5px #666666;
}
41.6667% {
  box-shadow: -6.5px -6.5px 0px 5.5px #666666, 6.5px -6.5px 0px 5.5px #32A0DF, 6.5px 6.5px 0px 5.5px transparent, -6.5px 6.5px 0px 5.5px #666666;
}
50% {
  box-shadow: -6.5px -6.5px 0px 5.5px #666666, 6.5px -6.5px 0px 5.5px #666666, 6.5px 6.5px 0px 5.5px #32A0DF, -6.5px 6.5px 0px 5.5px #666666;
}
58.3333% {
  box-shadow: -6.5px -6.5px 0px 5.5px #666666, 6.5px -6.5px 0px 5.5px #666666, 6.5px 6.5px 0px 5.5px transparent, -6.5px 6.5px 0px 5.5px #32A0DF;
}
66.6667% {
  box-shadow: -6.5px -6.5px 0px 5.5px #32A0DF, 6.5px -6.5px 0px 5.5px #666666, 6.5px 6.5px 0px 5.5px transparent, -6.5px 6.5px 0px 5.5px transparent;
}
75% {
  box-shadow: -6.5px -6.5px 0px 5.5px transparent, 6.5px -6.5px 0px 5.5px #32A0DF, 6.5px 6.5px 0px 5.5px transparent, -6.5px 6.5px 0px 5.5px transparent;
}
83.3333% {
  box-shadow: -6.5px -6.5px 0px 5.5px transparent, 6.5px -6.5px 0px 5.5px #666666, 6.5px 6.5px 0px 5.5px #32A0DF, -6.5px 6.5px 0px 5.5px transparent;
}
91.6667% {
  box-shadow: -6.5px -6.5px 0px 5.5px transparent, 6.5px -6.5px 0px 5.5px #666666, 6.5px 6.5px 0px 5.5px #666666, -6.5px 6.5px 0px 5.5px #32A0DF;
}
}




/*FLASH BUTTON ADDCART*/
#tcart a {
    text-decoration: none;
    background-image: linear-gradient(to right, #6400a4, #5e07b5, #5411c6, #411bd8, #1225eb);
    border: 2px white;
    position: relative;
}

#tcart a::after {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;

    border: 4px solid #fff;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 800ms linear infinite;
}

#tcart a::before {
    position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 800ms linear 400ms infinite;
}

@keyframes anim {
    from {
        margin: 0px;
        opacity: 1;
    }

    to {
        margin: -15px;
        opacity: 0;
    }
}

/*FLASH AFFILIATE LINK*/
.flickerx {
animation: blinker 2s linear infinite;
}

@keyframes blinker {
50% {
opacity: 0;

}
}

/*Border promo*/
.dashb{
border : 2px dotted #657398;
}

/*ribbon corner promo*/

.ribbon {
position: absolute;
right: -5px; top: -5px;
z-index: 10;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background: #79A70A;
background: linear-gradient(#FC0F86 0%, #FF9100 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; right: -21px;
}
.ribbon span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #FF9100;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #FF9100;
}
.ribbon span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #FF9100;
border-bottom: 3px solid transparent;
border-top: 3px solid #FF9100;
}

.ribbonre {
position: absolute;
right: -5px; top: -5px;
z-index: 10;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbonre span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background: #79A70A;
background: linear-gradient(#8e2fff 0%, #4b95da 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; right: -21px;
}
.ribbonre span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #061e91;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #6576ff;
}
.ribbonre span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #061e91;
border-bottom: 3px solid transparent;
border-top: 3px solid #6576ff;
}


/*Charity Ribbon*/
/* HTML: <div class="ribbonx">Your text content</div> */
.ribbonx {
font-size: 18px;
font-weight: bold;
color: #fff;
}
.ribbonx {
--f: .4em; /* control the folded part */
--r: .6em; /* control the cutout */

position: absolute;
left: 6px;
top: calc(-1.3*var(--f));
padding: .2em;
border: solid #0000;
border-width: 0 0 var(--r) calc(2*var(--f));
background:
radial-gradient(50% 100% at bottom,#0005 98%,#0000 101%)
0 0/calc(2*var(--f)) var(--f) no-repeat border-box;
background-color: #53a9c2;
border-radius: var(--f) var(--f) 0 0;
clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--f)) calc(100% - var(--r)),calc(2*var(--f)) 100%,calc(2*var(--f)) var(--f),0 var(--f));
}

/*RIBBON AFFILIATE*/
/* HTML: <div class="ribbon">Your text content</div> */
.ribbonaf {
font-size: 15px;
font-weight: bold;
color: #fff;
}
.ribbonaf {
--r: .8em; /* control the cutout */

border-block: .5em solid #0000;
padding-inline: .5em calc(var(--r) + .25em);
line-height: 2;
clip-path: polygon(100% 0,0 0,0 100%,100% 100%,calc(100% - var(--r)) calc(100% - .25em),100% 50%,calc(100% - var(--r)) .25em);
background:
radial-gradient(.2em 50% at left,#000a,#0000) border-box,
#45ADA8 padding-box; /* the color  */
width: fit-content;
}

/*BG AFFILIATE*/
.bgaff{
bottom: 0;
background-size: 20%;
background-image: url('/images/affiliatebg.png');
background-repeat: no-repeat;
background-position-x: 85%;
background-position-y: 90%;
}
@media only screen and (max-width: 768px) {
.bgaff{
background-size: 40%;
background-image: url('/images/affiliatebg.png');
background-repeat: no-repeat;
background-position: bottom center;

}
}

/*STARTER PAGE*/
.support-queue-item {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.support-queue-item:not(:first-child) {
border-top: 1px solid #dbdfea;
}
.card-bordered .support-queue-item {
margin-left: -1.25rem;
margin-right: -1.25rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.card-bordered .support-queue-item:first-child {
padding-top: 0;
}
.card-bordered .support-queue-item:last-child {
padding-bottom: 0;
}
.support-queue-link {
display: flex;
align-items: center;
}
.support-queue-media {
width: 36px;
flex-shrink: 0;
margin-right: 1rem;
}
.support-queue-body {
display: flex;
flex-grow: 1;
align-items: center;
}
.support-queue-context {
color: #8094ae;
}
.support-queue-context .title {
font-size: 0.875rem;
margin-bottom: 0;
line-height: 1.5;
}
.support-queue-desc {
display: none;
max-width: 420px;
}
.support-queue-update {
margin-left: auto;
padding-left: 1.5rem;
flex-shrink: 0;
color: #8094ae;
font-size: 12px;
}

@media (max-width: 991.98px) {
.support-queue-body {
flex-direction: column;
align-items: flex-start;
}
.support-queue-context {
width: 100%;
}
.support-queue-update {
margin-top: 0.25rem;
margin-left: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.card-bordered .support-queue-item {
margin-left: -1.5rem;
margin-right: -1.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media (min-width: 768px) {
.support-queue-link {
flex-wrap: nowrap;
}
.support-queue-media {
margin-right: 1.25rem;
}
.support-queue-context .title {
font-size: 0.9375rem;
margin-bottom: 0.375rem;
}
.support-queue-desc {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (min-width: 1200px) {
.support-queue-desc {
max-width: 620px;
}
}

/*CIRCLE NUMBER*/
.numberCircle {
border-radius: 50%;
width: 36px;
height: 36px;
padding: 8px;

background: #3958ba;
/*border: 2px solid #666;*/
color: #ffffff;
text-align: center;
font-weight: bold;
font: 18px Roboto, sans-serif;
}

/*COUNTDOWN PROMO 1 WEEK*/
#progressBarx {
  width: 90%;
  margin: 10px auto;
  height: 10px;
  background-color: #e6e6e6;
  border-radius: 25px;
  overflow: hidden;
}
#progressBarx div {
  height: 100%;
  text-align: right;
  padding: 0;    /* remove padding */
  line-height: 20px;
  width: 0;
  background-color: #fcdd9c;
  box-sizing: border-box;
  overflow: visible;
}

/*PROGRESS-BAR PROMO 1 WEEK*/
@keyframes progress-bar-stripes {
0% {
background-position-x: 0.5rem;
}

}
.progressx {
--bs-progress-height: 0.5rem;
--bs-progress-font-size: 0.75rem;
--bs-progress-bg: #dadff0;/*#f5f6fa;*/
--bs-progress-border-radius: 2px;
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-progress-bar-color: #fff;
--bs-progress-bar-bg: #fd00ff;
--bs-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--bs-progress-height);
overflow: hidden;
font-size: var(--bs-progress-font-size);
background-color: var(--bs-progress-bg);
border-radius: var(--bs-progress-border-radius);
}

.progress-barx {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--bs-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-progress-bar-bg);
transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
.progress-barx {
transition: none;
}
}

.progress-bar-stripedx {
/*background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);*/
background: linear-gradient(to left, #ff01a3 0%, #6576ff 50%, #00cdec 100%);
/*background-size: var(--bs-progress-height) var(--bs-progress-height);*/
width: 100%;
animation: progress-barx 1s ease-in-out forwards;
}

.progress-bar-animatedx {
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animatedx {
animation: none;
}
}

/*Text Blinking*/
.blink {
background-color: yellow;
-webkit-animation: blink 800ms step-end infinite;
    animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #ff9ee2; }}
@keyframes blink { 50% { background-color: #ff9ee2; }}

/*Block auto fit free affiliate*/
.grid-container--fit {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.grid-element {
background-color: #e4faff;
padding: 10px;
color: #fff;
border: 1px solid #fff;
}




