.personal-info-card .card-body {
  padding: 30px 25px; }
.personal-info-card .personal-img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: top; }
.personal-info-card .personal-info {
  display: inline-block; }
  .personal-info-card .personal-info h5 {
    color: #F3AA4E; }
  .personal-info-card .personal-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .personal-info-card .personal-info ul li {
      margin-bottom: 5px; }
      .personal-info-card .personal-info ul li label {
        font-weight: 600;
        margin-bottom: 0;
        color: #0E131D; }
      .personal-info-card .personal-info ul li:last-child {
        margin-bottom: 0; }

.next-rank-link {
  font-size: 15px;
  color: #4A4E55; }
  .next-rank-link:hover, .next-rank-link:focus {
    color: #F3AA4E; }

.shorcut-btn .btn {
  margin: 0 10px 10px 0; }

.dasbhoard-ads {
  background-image: linear-gradient(150deg, rgba(243, 170, 78, 0.8) 0%, rgba(0, 198, 255, 0.8) 100%), url("../img/bg-login.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  color: white; }
  .dasbhoard-ads h5 {
    font-weight: 600; }
  .dasbhoard-ads p {
    margin-bottom: 0; }
  .dasbhoard-ads:hover, .dasbhoard-ads:focus {
    color: #e6e6e6; }

.legends-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0; }
  .legends-list li {
    margin-bottom: 13px; }
    .legends-list li svg {
      height: 20px;
      color: #F3AA4E; }

.tf-tree {
  font-size: 16px;
  overflow: auto;
  height: 100%;
  margin: 30px 0; }
  .tf-tree * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .tf-tree ul {
    display: inline-flex; }
  .tf-tree li {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0.5em;
    position: relative; }
    .tf-tree li ul {
      margin: 2em 0; }
    .tf-tree li li:before {
      border-top: 0.0625em solid #86888D;
      content: "";
      display: block;
      height: .0625em;
      left: -.03125em;
      position: absolute;
      top: -1.03125em;
      width: 100%; }
    .tf-tree li li:first-child:before {
      left: calc(50% - .03125em);
      max-width: calc(50% + .0625em); }
    .tf-tree li li:last-child:before {
      left: auto;
      max-width: calc(50% + .0625em);
      right: calc(50% - .03125em); }
    .tf-tree li li:only-child:before {
      display: none; }
    .tf-tree li li:only-child > .tf-nc:before, .tf-tree li li:only-child > .tf-node-content:before {
      height: 1.0625em;
      top: -1.0625em; }
  .tf-tree .tf-nc, .tf-tree .tf-node-content {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background: #F3AA4E;
    border-bottom: none;
    font-size: 16px;
    padding: 12px 10px;
    width: 120px;
    text-align: center;
    color: white; }
    .tf-tree .tf-nc label, .tf-tree .tf-node-content label {
      font-weight: 600;
      display: block; }
    .tf-tree .tf-nc span, .tf-tree .tf-node-content span {
      display: block; }
    .tf-tree .tf-nc.open-slot, .tf-tree .tf-node-content.open-slot {
      background: rgba(14, 19, 29, 0.1);
      color: #4A4E55;
      border: 2px dashed #4A4E55;
      font-size: 15px; }
      .tf-tree .tf-nc.open-slot label, .tf-tree .tf-node-content.open-slot label {
        cursor: pointer; }
      .tf-tree .tf-nc.open-slot.selected-open-slot, .tf-tree .tf-node-content.open-slot.selected-open-slot {
        background: rgba(243, 170, 78, 0.1);
        color: #F3AA4E;
        border: 2px dashed #F3AA4E; }
  .tf-tree .tf-nc:before, .tf-tree .tf-node-content:before {
    top: -1.03125em; }
  .tf-tree .tf-nc:after, .tf-tree .tf-nc:before {
    border-left: 0.0625em solid #86888D;
    content: "";
    display: block;
    height: 1em;
    left: calc(50% - .03125em);
    position: absolute;
    width: 0.0625em; }
  .tf-tree .tf-nc.purged {
    border: 2px solid #FF5D5D;
    box-shadow: 0 0 13px rgba(255, 93, 93, 0.7); }
  .tf-tree .tf-nc .node-icon {
    margin: 5px 0; }
    .tf-tree .tf-nc .node-icon svg {
      height: 18px; }
  .tf-tree .tf-nc label {
    line-height: 18px;
    cursor: pointer; }
    .tf-tree .tf-nc label svg {
      height: 18px;
      margin-left: 3px;
      vertical-align: top; }
  .tf-tree .tf-node-content:after, .tf-tree .tf-node-content:before {
    border-left: 0.0625em solid #C2C3C6;
    content: "";
    display: block;
    height: 1em;
    left: calc(50% - .03125em);
    position: absolute;
    width: 0.0625em; }
  .tf-tree .tf-nc:after, .tf-tree .tf-node-content:after {
    top: calc(100% + .03125em); }
  .tf-tree .tf-nc:only-child:after, .tf-tree .tf-node-content:only-child:after {
    display: none; }
  .tf-tree > ul > li > .tf-nc:before, .tf-tree > ul > li > .tf-node-content:before {
    display: none; }
  .tf-tree.tf-gap-sm li {
    padding: 0 0.6em; }
    .tf-tree.tf-gap-sm li > .tf-nc:before, .tf-tree.tf-gap-sm li > .tf-node-content:before {
      height: .6em;
      top: -0.6em; }
    .tf-tree.tf-gap-sm li > .tf-nc:after, .tf-tree.tf-gap-sm li > .tf-node-content:after {
      height: 0.6em; }
    .tf-tree.tf-gap-sm li ul {
      margin: 1.2em 0; }
    .tf-tree.tf-gap-sm li li:before {
      top: -0.63125em; }
    .tf-tree.tf-gap-sm li li:only-child > .tf-nc:before, .tf-tree.tf-gap-sm li li:only-child > .tf-node-content:before {
      height: .6625em;
      top: -0.6625em; }
  .tf-tree.tf-gap-lg li {
    padding: 0 1.5em; }
    .tf-tree.tf-gap-lg li > .tf-nc:before, .tf-tree.tf-gap-lg li > .tf-node-content:before {
      height: 1.5em;
      top: -1.5em; }
    .tf-tree.tf-gap-lg li > .tf-nc:after, .tf-tree.tf-gap-lg li > .tf-node-content:after {
      height: 1.5em; }
    .tf-tree.tf-gap-lg li ul {
      margin: 3em 0; }
    .tf-tree.tf-gap-lg li li:before {
      top: -1.53125em; }
    .tf-tree.tf-gap-lg li li:only-child > .tf-nc:before, .tf-tree.tf-gap-lg li li:only-child > .tf-node-content:before {
      height: 1.5625em;
      top: -1.5625em; }
  .tf-tree li.tf-dotted-children .tf-nc:after, .tf-tree li.tf-dotted-children .tf-nc:before {
    border-left-style: dotted; }
  .tf-tree li.tf-dotted-children .tf-node-content:after, .tf-tree li.tf-dotted-children .tf-node-content:before {
    border-left-style: dotted; }
  .tf-tree li.tf-dotted-children li:before {
    border-top-style: dotted; }
  .tf-tree li.tf-dotted-children > .tf-nc:before, .tf-tree li.tf-dotted-children > .tf-node-content:before {
    border-left-style: solid; }
  .tf-tree li.tf-dashed-children .tf-nc:after, .tf-tree li.tf-dashed-children .tf-nc:before {
    border-left-style: dashed; }
  .tf-tree li.tf-dashed-children .tf-node-content:after, .tf-tree li.tf-dashed-children .tf-node-content:before {
    border-left-style: dashed; }
  .tf-tree li.tf-dashed-children li:before {
    border-top-style: dashed; }
  .tf-tree li.tf-dashed-children > .tf-nc:before, .tf-tree li.tf-dashed-children > .tf-node-content:before {
    border-left-style: solid; }

.expand-icon {
  position: absolute;
  background: white;
  color: #F3AA4E;
  padding: 2px;
  border-radius: 50%;
  right: 40%;
  z-index: 1;
  bottom: -10px;
  font-size: 28px; }

.info-icon {
  position: absolute;
  background: white;
  color: #F3AA4E;
  padding: 2px;
  border-radius: 50%;
  right: 0;
  z-index: 1;
  top: 0;
  font-size: 28px; }

.member-content .member-img {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  margin-top: 0; }
.member-content .member-info {
  margin-top: 10px; }
  .member-content .member-info h5 {
    font-weight: 500;
    color: #0E131D; }
  .member-content .member-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .member-content .member-info ul li {
      margin-bottom: 7px; }
      .member-content .member-info ul li label {
        display: block;
        margin-bottom: 0;
        font-size: 15px;
        color: #86888D; }
      .member-content .member-info ul li svg, .member-content .member-info ul li img {
        margin-right: 7px;
        color: #F3AA4E; }

.network-hierarchy {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 1000px;
  overflow: auto; }
  .network-hierarchy .network-item {
    margin-bottom: 5px; }
    .network-hierarchy .network-item a {
      color: #4A4E55;
      vertical-align: middle;
      border-bottom: none;
      line-height: 37px; }
      .network-hierarchy .network-item a:hover, .network-hierarchy .network-item a:focus {
        color: #4A4E55;
        text-decoration: none; }
      .network-hierarchy .network-item a.header {
        color: #4A4E55;
        font-weight: 500; }
      .network-hierarchy .network-item a .caret-svg {
        height: 21px;
        float: left;
        margin-top: 6px;
        margin-right: 5px;
        transition: all 0.2s ease-in;
        color: #0E131D; }
      .network-hierarchy .network-item a[aria-expanded="true"] .caret-svg {
        transform: rotate(90deg); }
      .network-hierarchy .network-item a .profile-head {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        vertical-align: top;
        margin-right: 7px; }
      .network-hierarchy .network-item a label {
        font-weight: bold;
        color: #0E131D;
        cursor: pointer; }
        .network-hierarchy .network-item a label .custom-badge {
          border-radius: 5px;
          color: white;
          padding: 5px 9px;
          margin: 0 5px;
          font-size: 18px; }
          .network-hierarchy .network-item a label .custom-badge.--primary {
            background: #F3AA4E; }
          .network-hierarchy .network-item a label .custom-badge.--info {
            background: #00C6FF; }
          .network-hierarchy .network-item a label .custom-badge.--in-affiliate {
            background: #FF5D5D; }
          .network-hierarchy .network-item a label .custom-badge.--participant {
            background: #15E85C; }
          .network-hierarchy .network-item a label .custom-badge.--invitee {
            background: #7a7a7a;
            color: #4A4E55; }
          .network-hierarchy .network-item a label .custom-badge.--deactivated {
            background: #0E131D; }
          .network-hierarchy .network-item a label .custom-badge.--exec-team {
            background: #604a7b; }
          .network-hierarchy .network-item a label .custom-badge.--vip {
            background: #948b54; }
          .network-hierarchy .network-item a label .custom-badge.--f-f {
            background: #012060; }
    .network-hierarchy .network-item .sub-network {
      list-style: none;
      margin: 15px 0;
      padding-left: 20px; }
    .network-hierarchy .network-item .view-more {
      color: #4A4E55;
      font-size: 16px; }

.sponsor-legend {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sponsor-legend li {
    display: block;
    margin-bottom: 5px;
    cursor: pointer; }
    .sponsor-legend li span {
      display: inline-block;
      background: #FF5D5D;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 5px; }
      .sponsor-legend li span.primary {
        background: #F3AA4E; }
      .sponsor-legend li span.in-affiliate {
        background: #FF5D5D; }
      .sponsor-legend li span.participant {
        background: #15E85C; }
      .sponsor-legend li span.invitee {
        background: #7a7a7a;
        color: #4A4E55; }
      ~
      .sponsor-legend li span.deactivated {
        background: #0E131D; }
      .sponsor-legend li span.exec-team {
        background: #604a7b; }
      .sponsor-legend li span.vip {
        background: #948b54; }
      .sponsor-legend li span.f-f {
        background: #012060; }
    .sponsor-legend li label {
      margin-bottom: 0;
      line-height: 18px;
      vertical-align: middle;
      color: #0E131D;
      font-size: 16px;
      cursor: pointer; }

.verify-info {
  list-style: none;
  margin: 0 10px 20px 0 !important;
  padding: 0;
  display: inline-block;
  width: 100%; }
  .verify-info li {
    margin-bottom: 10px;
    position: relative;
    display: flex; }
    .verify-info li svg {
      vertical-align: middle;
      margin-right: 7px;
      height: 17px;
      width: 17px;
      stroke: #FF5D5D;
      position: absolute;
      top: 8px; }
    .verify-info li span {
      font-size: 14px;
      vertical-align: middle; }
    .verify-info li.verified svg {
      stroke: #15E85C; }

.debenture-description {
  font-size: 16px;
  color: #86888D !important;
  line-height: 24px;
  margin: 10px 0 0 0; }

.total-amount {
  text-align: center;
  margin: 20px 0 40px 0; }
  .total-amount label {
    text-transform: uppercase;
    color: #86888D;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px; }
  .total-amount h1 {
    color: #0E131D;
    font-weight: 500;
    letter-spacing: 2px;
    color: #F3AA4E;
    font-size: 26px; }

.order-qr-code {
  text-align: center; }
  .order-qr-code span {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase; }
  .order-qr-code img {
    width: 70%;
    margin-bottom: 20px; }
  .order-qr-code.--sm span {
    font-size: 18px; }
  .order-qr-code.--sm img {
    width: 50%; }

.settigs-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .settigs-list .settings-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F2F3F3; }
    .settigs-list .settings-item .settings-title {
      color: #0E131D;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px; }
    .settigs-list .settings-item p {
      margin-bottom: 0; }
    .settigs-list .settings-item:last-child {
      border-bottom: none; }

.profile-card {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .profile-card .profile-img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: inline-block;
    position: relative; }
    .profile-card .profile-img span {
      display: none;
      background: rgba(14, 19, 29, 0.3);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 50%; }
      .profile-card .profile-img span svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white; }
    .profile-card .profile-img:hover span {
      display: block; }
  .profile-card h5 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #0E131D; }

.profile-info-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .profile-info-list .profile-info-item {
    margin-bottom: 10px; }
    .profile-info-list .profile-info-item svg {
      color: #F3AA4E;
      margin-right: 7px; }
      .profile-info-list .profile-info-item svg.verify-icon {
        color: #FF5D5D; }

.custom-accor-item {
  text-align: center;
  border-bottom: 1px solid #F2F3F3; }
  .custom-accor-item:last-child {
    border-bottom: none; }

.accor-header {
  color: #C2C3C6;
  display: block;
  padding: 30px 0;
  font-size: 22px; }
  .accor-header.disabled:hover, .accor-header.disabled:focus {
    color: #C2C3C6; }
  .accor-header[aria-expanded="true"] {
    color: #F3AA4E; }
  .accor-header.done {
    color: #15E85C; }

.accor-body {
  padding: 10px 40px 30px 40px; }

.upload-area {
  margin: 20px 0;
  padding: 70px 0;
  background: #F2F3F3;
  border: 2px dashed #C2C3C6;
  display: block;
  color: #4A4E55;
  border-radius: 5px; }
  .upload-area:hover {
    border-color: #F3AA4E;
    color: #F3AA4E;
    background: rgba(243, 170, 78, 0.2); }

.uploaded-img {
  height: 190px;
  border-radius: 5px;
  margin: 20px 0;
  display: block;
  position: relative; }
  .uploaded-img .btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0; }
  .uploaded-img .filename {
    position: absolute;
    left: 25px;
    bottom: 15px;
    background: #F3AA4E;
    padding: 6px 10px;
    border-radius: 5px;
    line-height: 18px;
    color: white;
    font-size: 15px;
    opacity: 0.5;
    max-width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .uploaded-img:hover .btn {
    opacity: 1; }

.wallet-amount-item {
  margin-bottom: 15px; }
  .wallet-amount-item label {
    text-transform: uppercase;
    color: #86888D;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 14px; }
  .wallet-amount-item span {
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #F3AA4E; }

.withwallet-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .withwallet-list .withwallet-item {
    border-bottom: 2px dashed #F2F3F3;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .withwallet-list .withwallet-item div {
      width: 80%; }
    .withwallet-list .withwallet-item .withwallet-info label {
      margin-bottom: 0;
      color: #F3AA4E;
      font-weight: 600;
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block; }
    .withwallet-list .withwallet-item .withwallet-info span {
      display: block; }
    .withwallet-list .withwallet-item:last-child {
      border-bottom: none; }

.wallet-item {
  background: rgba(243, 170, 78, 0.2);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  transition: all 0.2s ease-in; }
  .wallet-item svg {
    height: 24px;
    width: 24px;
    stroke: #F3AA4E;
    margin-right: 5px; }
  .wallet-item h5 {
    color: #F3AA4E;
    margin-bottom: 0;
    display: inline-block;
    font-size: 17px;
    vertical-align: middle; }
  .wallet-item:hover {
    background: #F3AA4E;
    box-shadow: 0 0 0 0.2rem rgba(243, 170, 78, 0.3); }
    .wallet-item:hover svg {
      stroke: white; }
    .wallet-item:hover h5 {
      color: white; }

.convert-cur {
  display: block;
  text-align: center;
  margin: 19px; }
  .convert-cur svg {
    stroke: #F3AA4E;
    height: 26px; }

.withdraw-body {
  padding: 15px 25px; }

.calcu-result {
  background: rgba(243, 170, 78, 0.2);
  display: block;
  color: #F3AA4E;
  font-size: 40px;
  text-align: right;
  padding: 8px 18px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600; }
  .calcu-result label {
    margin-bottom: 0;
    display: block; }
  .calcu-result span {
    font-size: 14px;
    display: block; }

.var-btn .btn {
  margin-bottom: 15px; }
  .var-btn .btn.btn-sm {
    padding: 6px 0; }
  .var-btn .btn.active {
    background: #F3AA4E !important;
    color: white !important;
    border-color: transparent !important; }

.calcu-numpad {
  text-align: center; }
  .calcu-numpad .btn {
    font-size: 20px;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-bottom: 25px; }
    .calcu-numpad .btn.btn-secondary, .calcu-numpad .btn.btn-outline-primary {
      border-radius: 50%; }
    .calcu-numpad .btn svg {
      margin: 0 3px 2px 0; }
    .calcu-numpad .btn.btn-link.--dark {
      color: #4A4E55; }
      .calcu-numpad .btn.btn-link.--dark:hover, .calcu-numpad .btn.btn-link.--dark:focus {
        color: #F3AA4E; }

.debenture-progress {
  background: #FFA750; }
  .debenture-progress .progress-bar {
    background: #15E85C; }

.debenture-legend {
  display: block;
  margin-bottom: 10px; }
  .debenture-legend svg {
    margin-right: 5px;
    width: 28px; }
    .debenture-legend svg.text-success {
      fill: #15E85C; }
    .debenture-legend svg.text-warning {
      fill: #FFA750; }

.monthly {
  padding: 15px 20px; }

.convo-content {
  overflow-y: auto;
  max-height: 20rem; }

.convo-time {
  font-size: 14px;
  color: #86888D;
  display: block;
  text-transform: uppercase;
  text-align: center; }

.convo-buble {
  background: #F2F3F3;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
  margin: 15px 0;
  color: #0E131D; }
  .convo-buble p {
    margin-bottom: 0; }
  .convo-buble img {
    width: 60%;
    margin: 10px 0; }
  .convo-buble.primary {
    background: rgba(243, 170, 78, 0.3);
    color: #F3AA4E;
    text-align: left; }
    .convo-buble.primary .convo-attached-file {
      color: #F3AA4E; }
  .convo-buble .convo-attached-file {
    color: #4A4E55;
    font-size: 16px;
    margin-top: 10px;
    display: block; }
    .convo-buble .convo-attached-file svg {
      width: 16px;
      height: 16px;
      vertical-align: middle; }
    .convo-buble .convo-attached-file span {
      vertical-align: middle; }
    .convo-buble .convo-attached-file:hover, .convo-buble .convo-attached-file:focus {
      color: #F3AA4E; }

.convo-input {
  position: relative;
  margin-top: 20px; }
  .convo-input .form-control {
    border: none;
    box-shadow: 0 3px 10px rgba(14, 19, 29, 0.14);
    resize: none;
    padding: 15px 70px 15px 40px;
    height: auto; }
  .convo-input .btn {
    position: absolute;
    bottom: 12px;
    right: 12px; }
  .convo-input .attach-btn {
    position: absolute;
    border-color: 5px;
    bottom: 15px;
    left: 10px; }

.pos-rel {
  position: relative; }

.attached-file {
  border: 2px dashed #F2F3F3;
  padding: 7px 15px;
  margin-top: -2px;
  border-radius: 0 0 5px 5px; }
  .attached-file span {
    font-size: 16px; }
  .attached-file svg {
    height: 20px; }

.take-me-to-dashboard-panel {
  position: relative; }
  .take-me-to-dashboard-panel .btn {
    position: absolute;
    right: 15px;
    bottom: 20px; }

.kyb-descrip h5 {
  font-weight: 500;
  color: #0E131D; }

.terms h5 {
  margin-bottom: 13px;
  color: #0E131D; }

.question-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.question-item {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 16px;
  align-items: flex-start;
  position: relative; }
  .question-item:last-child {
    margin-bottom: 0; }

.question-number {
  width: 44px;
  background: #F2F3F3;
  text-align: center;
  border-radius: 50%;
  display: block;
  padding: 6px 0;
  margin-right: 10px;
  color: #0E131D; }

.question-content {
  width: 100%;
  padding: 10px 15px;
  border: 2px dashed #F2F3F3;
  border-radius: 5px;
  background: rgba(194, 195, 198, 0.1); }
  .question-content.filled {
    border-color: transparent;
    background: transparent;
    padding: 0; }

.custom-accor-item {
  display: block; }
  .custom-accor-item .minus {
    display: none;
    color: #4A4E55; }
  .custom-accor-item .plus {
    display: block;
    color: #4A4E55; }
  .custom-accor-item[aria-expanded="true"] .plus {
    display: none;
    color: #F3AA4E; }
  .custom-accor-item[aria-expanded="true"] .minus {
    display: block;
    color: #F3AA4E; }
  .custom-accor-item[aria-expanded="true"] h5 {
    color: #F3AA4E; }
  .custom-accor-item h5 {
    color: #4A4E55;
    text-align: left;
    width: 100%; }

.accordion > .card {
  border-radius: 8px !important; }

.order-debenture-timer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; }
  .order-debenture-timer li {
    margin: 0 5px;
    display: flex; }
    .order-debenture-timer li p {
      font-weight: 700;
      font-size: 48px;
      color: #F3AA4E;
      line-height: 0.85; }
    .order-debenture-timer li label {
      font-weight: 400;
      font-size: 18px;
      color: #86888D; }

@media (min-width: 576px) {
  .convert-cur {
    margin: 0 10px; }

  .member-content .member-img {
    height: 124px;
    width: 124px;
    margin-right: 25px; }

  .total-amount h1 {
    font-size: 2.5rem; }

  .sponsor-legend li {
    display: inline-block;
    margin: 0 10px; } }
@media (min-width: 992px) {
  .team-view-options {
    border-right: 1px solid #C2C3C6;
    padding-right: 25px; }

  .tf-tree {
    margin: 0; } }
@media (max-width: 350px) {
  .wallet-amount-item span {
    font-size: 32px; } }

/*# sourceMappingURL=users.css.map */
