.profile-greeting {
  background-image: url('../images/django/1.jpg') !important;
}

.profile-greeting::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.profile-greeting .card-body {
  position: relative;
  z-index: 3;
}

/* .media {
    align-items: center;
}
.media img{
    margin-right: .5rem;
} */

.delete-col {
  display: flex;
  align-items: center;
}

.delete-col button:last-child {
  display: block;
  margin-left: .4rem;
}

.thumb-img {
  width: 50px;
}

.page-wrapper .cuba-demo-section .cuba-demo-content .couting.custom h2 {
  line-height: 1.5;
  margin-bottom: 1rem;
}


.how-it-works-bg p {
  margin-top: .6rem;
}

.fill-info-bg .card {
  text-align: left;
}

.fill-ul {
  padding: 2rem 0;
}

.fill-ul ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.fill-ul ul li {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.font-soft {
  font-size: .8rem !important;
  font-weight: lighter;
}

.btn-center {
  display: block;
  margin: 1.5rem auto 0 auto;
}



.xorder_list {
  min-height: 100px;
}

.thumb-square-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.chat-box .chat-right-aside .chat .chat-msg-box .other-message {
  background-color: #b7b1fe !important;
}

.chat-user-img {
  min-width: 30px;
  min-height: 30px;
}

.transaction-link {
  cursor: pointer;
  transition: .3s;
}

.transaction-link:hover {
  background-color: rgba(241, 241, 241, 0.61);
}

.cursor-pointer {
  cursor: pointer;
}

.transaction_dets p.lead {
  font-size: 1rem;
}

.transaction_dets p.text-muted {
  font-size: .8rem;
  margin-bottom: .5rem;
  font-weight: bold;
}


.hero-card {
  background-color: white;
  color: #000;
  padding: 2rem 1rem;
  border-radius: .3rem;
  margin: 0 1rem 2rem 0;
  position: relative;
  z-index: 10;
}

.hero-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}


.dashboard-card {
  border-radius: .8rem;
  max-width: 430px;
  margin: 1rem .5rem;
}

.dashboard-card p,
.dashboard-card h4 {
  padding: 0;
}

.dashboard-card .db-head {
  display: flex;
  align-items: center;
  padding: .8rem;
  justify-content: space-between;
  color: var(--theme-deafult);
}

.db-head-1 {
  display: flex;
  align-items: center;
}

.db-head-1 h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-bottom: 0;
}

.db-head-1 h4 small {
  margin-top: .7rem;
  display: inline-block;
}

.dashboard-cards .img-icon {
  font-size: .5rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid var(--theme-deafult);
  margin-right: 1rem;
}

.db-head-2 {
  text-align: right;
}

.db-head-2 .head-price {
  display: flex;
  font-weight: bold;
}

.db-head-2 .head-price span {
  font-size: 1.3rem;
  line-height: 1;
  margin-right: .2rem;
  margin-top: .2rem;
}

.db-head-2 .head-price p {
  font-size: 1.9rem;
  line-height: 1;
}

.db-head-2 .under {
  color: grey;
  font-size: .9rem;
}

.sm-1-x {
  padding: .5rem .8rem !important;
  background-color: rgb(117 102 255 / 7%);
  padding-top: 1rem !important;
  font-weight: 500;
  color: grey;
}

.transfers-list .tx-box:first-child {
  border-top: none;
}

.transfers-list .tx-box:last-child {
  border-bottom: none;
}

.transfers-list .tx-box {
  padding: 1rem .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(117 102 255 / 7%);
  border-left: none;
  border-right: none;
  transition: .3s;
  background-color: #fff;
  cursor: pointer;
}

.transfers-list .tx-box:hover {
  background-color: rgb(117 102 255 / 7%);
}

.transfers-list .tx-box .tx-detail {
  display: flex;
  align-items: center;
}

.transfers-list .tx-box .tx-detail .list-img-icon {
  font-size: .5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid rgb(117 102 255 / 7%);
  margin-right: 1rem;
  color: var(--theme-deafult);
}

.tx-detail-text h5 {
  /* color: var(--theme-deafult); */
  font-size: .9rem;
  margin-bottom: 0;
  font-weight: 500;
}

.tx-detail-text p {
  color: grey;
}

.tx-amount {
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.tx-amount.credit {
  color: #51bb25;
}

.tx-amount.credit::before,
.tx-amount.debit::before {
  content: '+';
  display: block;
  font-size: .9rem;
  font-weight: 600;
  margin-right: .3rem;
}

.tx-amount.debit::before {
  content: '-';
}

.tx-amount.debit {
  color: var(--bs-danger);
}

.insight-slider-container {
  border-top: 2px solid rgb(117 102 255 / 7%);
}

.insight-navs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.insight-navs span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgb(218, 217, 217);
  border-radius: 50%;
  margin: 0 .2rem;
  transition: .3s;
  cursor: pointer;
}

.insight-navs span.active {
  background-color: var(--theme-deafult);
  width: 8px;
  border-radius: 8px;
}

.insight-detail {
  text-align: center;
  padding-top: .2rem;
}

.insight-detail p {
  margin-bottom: .3rem;
  font-weight: 500;
  color: grey;
}

.request_card_warning {
  max-width: 500px;
  border-radius: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 2rem 1rem;
  margin: 0 auto;
}

.request_card_warning span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  margin-bottom: 1rem;
  border-radius: 50%;
  font-size: 4rem;
}

.request_card_warning span svg {
  width: 50px;
  height: 50px;
}

.request_card_warning p {
  max-width: 400px;
  font-size: 1rem;
}


.download_btns a {
  width: 200px;
  margin: 1rem 1.2rem 0 0;
}

.download_btns img {
  width: 100%;
}

.swal-text {
  text-align: center;
  line-height: 1.7;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-btx a {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  transition: .3s;
  opacity: .85;
  transform: translateY(0px);
  transform-style: preserve-3d;
}

.home-btx a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.home-btx a span svg {
  width: 30px;
  height: 30px;
  margin-bottom: .4rem;
}



.credit-card-box {
  height: 310px;
  width: 100%;
  max-width: 500px;
  background-image: linear-gradient(169deg, rgb(6 1 54 / 61%),rgb(1, 16, 32));
  border-radius: 20px;
  color: white;
  font-size: 16px;
  box-shadow: 2px 2px 20px #707070;
  margin: 1rem auto;
  padding: 1rem 1.5rem;
}

.credit-card-box .top-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}

.credit-card-box .bottom-block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.credit-card-box .card-name {
  font-size: 28px;
  font-weight: 550;
}

.credit-card-box .card-number {
  margin: -15px 0 0 0;
  text-align-last: center;
}

.credit-card-box .little p {
  font-weight: 400;
  font-size: .9rem !important;
  text-transform: uppercase;
  margin: 0;
}

.credit-card-box .card-number p {
  font-size: 28px;
  margin-bottom: 0;
}

.credit-card-box .balance {
  margin: 20px;
  position: relative;
  margin-top: 38px;
}

.credit-card-box .card-balance {
  font-weight: 500;
  font-size: 25px;
  margin-top: 10px;
}

.credit-card-box .circle-left {
  margin-right: -15px;
  opacity: 0.7;
}

@media(max-width: 450px) {
  .credit-card-box {
    height: 280px;
  }

  .credit-card-box .top-block {
    height: 60px;
  }

  .credit-card-box .bottom-block {
    margin-top: 0rem;
  }

  .credit-card-box .card-number {
    margin: 1rem 0;
  }

  .credit-card-box .balance {
    margin: 0;
    margin-top: 20px;
  }

  .credit-card-box .card-balance {
    font-size: 20px;
  }

  .credit-card-box .little p {
    font-size: .8rem !important;
  }

  .credit-card-box .card-number p {
    font-size: 20px;
  }


  .db-head-1 {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }

  .db-head-1 .img-icon {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }

  .db-head-1 .img-icon svg {
    width: 30px;
    height: 30px;
  }

  .db-head-1 h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .dashboard-card .db-head {
    flex-wrap: wrap;
  }

  .db-head-2 {
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-content: center;
  }

  .db-head-2 .head-price p {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 500;
  }

  .db-head-2 .under {
    margin-bottom: 0;
  }

  .db-head-2 .head-price span {
    font-size: 1rem;
  }
}