.text-bold {
  font-weight: 800 !important;
}
.mekar-text-black {
  color: #000000;
}
.mekar-text-info {
  color: #4a91e1;
}
.mekar-text-success {
  color: #39b54a;
}
.mekar-text-danger {
  color: #ed1c24;
}
.mekar-text-warning {
  color: #ffa944;
}
.mekar-badge {
  padding: 7px 27px;
  background: #d4d4d4;
  border-radius: 20px;
}
.mekar-badge-info {
  background: #e0effe;
  color: #4a91e1;
}
.mekar-badge-success {
  background: #e6f9ee;
  color: #39b54a;
}
.invest-card .card-body.mekar-card-funding-body {
  padding: 17px 20px 20px 20px !important;
}

.mekar-card-funding-header {
  /*height: 140px;*/
  background: #fbfbfb !important;
  border-bottom: none;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.mekar-card-label-desk {
  display: none;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 8px !important;
  line-height: 20px !important;
  color: #556376;
  margin-bottom: 15px !important;
}
.mekar-card-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 17px;
  color: #4a91e1;
  transform: translateY(-50px);
}
.mekar-card-funding-body {
  background-color: #fff;
  position: relative;
}
.mekar-card-label-desk-2 {
  font-style: normal;
  line-height: 15px;
  color: #556376;
  font-weight: 600 !important;
  font-size: 15px !important;
  margin-bottom: 50px;
  margin-top: 20px;
}
.mekar-card-funding-body h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #02c753;
  margin-bottom: 24px;
}

.mekar-btn {
  border-radius: 28px;
  padding: 12px 37px;
  color: #fff;
  margin: 15px 0;
}
.mekar-btn-info {
  background: #4a91e1;
}
.mekar-btn-info:hover,
.mekar-btn-info:focus {
  background: #3374be;
}
.mekar-btn-success {
  background: #02c753;
}
.mekar-btn-success:hover,
.mekar-btn-success:focus {
  background: #02aa48;
}
.mekar-btn-danger-soft {
  color: #ee3169;
  background: #f8f4f4;
}
.mekar-btn-danger-soft:hover,
.mekar-btn-danger-soft:focus {
  background: #ee3169;
  color: #f8f4f4;
}
.mekar-card-funding-btn-modal {
  cursor: pointer;
  border: none;
  box-shadow: none;
  background: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration-line: underline;
  color: #4a91e1;
}
.mekar-card-funding-btn-modal:focus {
  box-shadow: none !important;
}
.mekar-btn-icon {
  background: none;
  padding: 12px;
}
.mekar-btn-icon:focus {
  box-shadow: none;
}
.mekar-btn-icon-collapse {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
}
.collapse-open .collapse-body-open,
.collapse-body-list-hide,
.collapse-body-list-open {
  display: none;
}
.list-funding .item-list-funding {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.list-funding .item-list-funding .icon-list {
  width: 58px !important;
  height: 100%;
}
.list-funding .item-list-funding .item-list-desk {
  width: 100%;
  font-size: larger;
}
.list-funding .item-list-funding .item-list-desk,
.list-funding .item-list-funding .icon-list {
  display: flex;
  align-items: center !important;
}
.list-funding .item-list-funding .item-list-desk p {
  margin: 0;
}
.list-funding {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #556376;
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-body .mekar-card-label {
  transform: translateY(0);
}
.modal-body .mekar-card-label-desk {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 15px;
  text-align: center;
  color: #556376;
  margin-bottom: 50px !important;
}
.mekar-modal-funding .modal-body {
  padding: 20px 40px;
}
.mekar-modal-funding .modal-header {
  border-bottom: none;
}

.mekar-line {
  border: 1px solid #c4c4c4;
  width: 70%;
}
@media (max-width: 767px) {
  .mekar-card-funding {
    display: flex;
  }
  .mekar-card-funding-header {
    width: 75px;
  }
  .mekar-card-funding-body {
    text-align: left !important;
  }
  .mekar-card-funding-body h3 {
    font-size: 18px !important;
    margin-bottom: 0;
    line-height: 34px;
  }
  .mekar-card-label-desk-2 {
    font-size: 8px !important;
    font-weight: normal !important;
    line-height: 11px !important;
    margin-bottom: 0;
    margin-top: 0;
  }
  .mekar-card-label {
    transform: translate(0);
    font-size: 12px;
    line-height: 15px;
  }
  .mekar-card-label-desk {
    display: block;
    font-size: 8px !important;
    font-weight: normal !important;
  }
  .mekar-btn-icon-collapse {
    display: block;
  }
  .mekar-btn-hide,
  .collapse-body-hide {
    display: none;
  }
  .mekar-card-funding-icon {
    transform: translateY(20px) translateX(15px);
  }
  .collapse-open,
  .collapse-open .collapse-body-open {
    display: block;
  }

  .collapse-open .mekar-card-funding-header {
    width: 100%;
  }
  .collapse-open .mekar-card-funding-icon {
    transform: translateY(0) translateX(0);
  }
  .collapse-open .mekar-card-label,
  .collapse-open .mekar-card-label-desk {
    text-align: center;
  }
  .collapse-open .mekar-card-label-desk {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .collapse-open .list-funding {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #556376;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .collapse-open .collapse-body-list-open {
    display: block;
  }
  .collapse-open .collapse-body-list-open {
    padding: 0 28px;
  }

  .collapse-open .mekar-btn-icon-collapse {
    transform: rotate(180deg) translateY(30px);
  }

  .mekar-line {
    text-align: left;
    border: 1px solid #c4c4c4;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
input.incdec::-webkit-outer-spin-button,
input.incdec::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.incdec[type="number"] {
  -moz-appearance: textfield;
}

.mekar-card-lebel {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 33px;
  /* identical to box height */

  text-align: center;

  color: #4a91e1;
}

.mekar-card-funding-view .badge {
  border-radius: 50px;
  padding: 0.35em 0.6em;
}
.mekar-card-funding-view .badge-info {
  background-color: #4a91e1;
  margin-left: 20px;
}
.mekar-card-funding-view .form-control,
.mekar-card-funding-view .input-group-text {
  background-color: #fff;
  border-radius: 0;
}
.mekar-card-funding-view .currency {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.mekar-card-funding-view .input-group {
  position: relative;
}

.mekar-card-funding-view .placeholder {
  pointer-events: none;
  position: absolute;
  height: 100%;
  right: 0;
  padding-top: 11px;
  padding-right: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;

  color: #d4d4d4;
}
.mekar-card-funding-view .placeholder span {
  color: #bfbebe;
}

input.mekar-funding-currency:focus ~ label.placeholder,
input.mekar-funding-currency:valid ~ label.placeholder {
  display: none !important;
}

#mekar_input_minus,
#mekar_input_plus {
  cursor: pointer;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.total-input-funding {
  display: flex;
  justify-content: space-between;
}

.mekar-card-funding-view label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.total-input-funding label:nth-child(2) {
  color: #39b54a;
}

.confirm-name {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.confirm-name-desk {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
.mekar-card-invoice::before {
  content: attr(bf);
  position: absolute;
  font-size: 50px;
  left: 40px;
  top: -20px;
  font-style: italic;
  color: #f4f6f8;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.mekar-card-funding-confirm .mekar-card-lebel-date,
.mekar-card-invoice .mekar-card-lebel-date {
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  top: 0;
  right: 0;
  padding-right: 20px;
  z-index: 9;
}
.mekar-card-funding-confirm .mekar-card-lebel,
.mekar-card-invoice .mekar-card-lebel {
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 20px !important;
  /* identical to box height */

  text-align: center;

  color: #556376 !important;
}
.mekar-card-funding-confirm .badge,
.mekar-card-invoice .badge {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;

  color: #4a91e1;
  padding: 6px 32px;
  border-radius: 50px;

  background: rgba(74, 145, 225, 0.1);
  border-radius: 24px;
}
.mekar-card-invoice .card-footer {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border-top: 1px dashed #c4c4c4;
  background: #f4f6f8;
  box-shadow: 0px 0px 10px 1px rgba(74, 145, 225, 0.1);
  border-radius: 2px;
}
.invoice-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;

  color: #556376;
}
.invoice-desk {
  font-style: normal;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 20px;
  /* or 167% */

  text-align: center;

  color: #556376;
}

.mekar-copy-va {
  cursor: pointer;
  position: relative;
  z-index: 99 !important;
  /* padding: 10px; */
}
.mekar-copy-va span {
  font-size: 14px;
}
.mekar-copy-va.va-copied::after {
  position: absolute;
  content: attr(text-copy);
  right: 0;
  background-color: #e5eff7;
  color: #4a91e1;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  border-radius: 3pt;
}

.mekar-payment-method .nav-tabs,
.mekar-performa .nav-tabs {
  width: 100%;
}
.mekar-payment-method .nav-item,
.mekar-performa .nav-item {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #9da8b7;
}
.mekar-payment-method .nav-item {
  width: 50%;
}
.mekar-performa .nav-item {
  width: 30.39%;
}
.mekar-payment-method .nav-item:focus,
.mekar-payment-method .nav-item:hover,
.mekar-performa .nav-item:focus,
.mekar-performa .nav-item:hover {
  color: #4a91e1;
  background: none;
  border: none;
  border-bottom: 3px solid #4a91e1;
}

.mekar-payment-method .nav-item.active,
.mekar-performa .nav-item.active {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4a91e1;
  background: none;
  border: none;
  border-bottom: 3px solid #4a91e1;
}
.mekar-payment-method .mekar-collapse {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #556376;
  border-top: 1px solid #d7dce3;
  padding: 14px 0;
}
.mekar-payment-method .mekar-collapse:focus,
.mekar-payment-method .mekar-collapse:hover {
  box-shadow: none;
}

a[aria-expanded="true"] .ic-down {
  transform: rotate(180deg);
}
.method-payment-bank {
  background: none;
  border: none;
  padding: 0;
}
.mekar-list-bank {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  padding-left: 20px;
}

.mekar-text-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #556376;
  margin-bottom: auto;
  padding: 20px 0;
}

.mekar-performa-list-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #556376;
}

.mekar-card {
  background: #fff !important;
}
.mekar-card .mekar-header {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 20px;
  background: #fff !important;
  color: #556376;
  border-bottom: 1px solid #dfdfdf;
}

.mekar-table th {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #556376;
  padding: 20px 0 !important;
}
.mekar-table td {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #556376;
  padding: 20px 0 !important;
}
.mekar-table tr.item {
  cursor: pointer;
}
.mekar-table tr.item:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgb(102, 253, 195);
  -moz-box-shadow: inset 0px 0px 0px 1px rgb(102, 253, 195);
  box-shadow: inset 0px 0px 0px 1px rgb(102, 253, 195);
}
.mekar-page li.page-item a.page-link:hover,
.mekar-page li.page-item a.page-link:focus {
  color: #fff;
  background: #4a91e1 !important;
}
.mekar-page li.page-item:nth-child(1) {
  margin-right: auto;
}
.mekar-page .page-item.hide {
  display: none;
}
.mekar-table-mobile {
  display: none;
}
.mekar-table-mobile .item {
  cursor: pointer;
}
.mekar-table-mobile .item:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgb(102, 253, 195);
  -moz-box-shadow: inset 0px 0px 0px 1px rgb(102, 253, 195);
  box-shadow: inset 0px 0px 0px 1px rgb(102, 253, 195);
}
.mekar-text-amount {
  font-size: 14px;
}
.mekar-performa-list .mekar-card-parent {
  box-shadow: none !important;
  background: none !important;
}
.mekar-performa-detail-modal .modal-header {
  align-items: center;
}
.mekar-performa-detail-modal .modal-dialog {
  max-width: 325px;
}
.mekar-performa-detail-modal .header-title {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  margin: 0;
  letter-spacing: 0.14em;
  color: #556376;
}
.mekar-performa-detail-modal h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.mekar-performa-detail-modal p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  color: #9da8b7;
}
.modal-body-header-img {
  height: 120px;
}
@media (max-width: 767px) {
  .mekar-card-invoice::before {
    left: 10px;
  }
  .mekar-performa .card-header {
    border: none;
    padding-bottom: 0;
  }
  .mekar-performa .card-body {
    padding-top: 0;
  }
  .mekar-performa .mekar-performa-child-card {
    margin: 0 !important;
  }
  .mekar-performa .card-header label {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #9da8b7;
  }
  .mekar-performa .card-body h4 {
    font-size: 14px;
  }
  .mekar-performa-list .card-mbl {
    padding-left: 0;
    padding-right: 0;
  }
  .mekar-performa-list .mekar-card-parent {
    background-color: #fff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .mekar-performa-list .mekar-card .mekar-card {
    background: none !important;
    box-shadow: none !important;
  }
  .mekar-performa-list {
    padding: 0 15px;
  }
  .mekar-table-ds,
  .mekar-page-ds {
    display: none !important;
  }
  .mekar-table-mobile {
    display: block;
    color: #516378;
  }
  .mekar-table-mobile strong {
    color: #556376;
  }
  .mekar-table-mobile p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */

    color: #9da8b7;
  }
  .mekar-table-mobile p .mekar-badge {
    font-size: 11px !important;
    padding: 7px 10px;
  }
  .mekar-performa-detail-modal .modal-dialog {
    margin: auto;
  }
}

.mekar-border-b {
  border-bottom: 1px solid #f5f8f9;
}

.tooltip {
  font-size: 12px !important;
}
.copy-va {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #e8eff9;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.copy-va h3 {
  color: #4a91e1;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 481px) {
  .cart-summary-thx {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
  }
  .mekar-copy-va.va-copied::after {
    display: none;
  }
  .copy-va {
    display: block;
  }
}
#reinvest_summary .mekar-cart-message {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #556376;
}
