.w-75per {
  width: 75%;
}

.pagination-margin {
  margin: 1.5em;
}

.breadcrumb-padding {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1em;
}

.table-header-title {
  padding-top: 0.5em;
}

.search-box-width-sm {
  width: 15em !important;
}

.search-box-width-lg {
  width: 25em !important;
}

.bulkAction {
  cursor: pointer;
}

.link-disabled {
  color: black;
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.admin-wallet img {
  width: 10em;
  margin-bottom: 1em;
}

.admin-wallet {
  text-align: center;
}

.admin-wallet p {
  padding: 0.7em;
  border: 1px solid #dbdade;
  border-radius: 0.375rem 0 0 0.375rem;
  margin: 0;
}

.admin-wallet span {
  border: 1px solid #dbdade;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 0.7em;
}

.wallet-address-sec {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.hide {
  display: none !important;
}

.search-width {
  min-width: 30em;
}

.alert-custom {
  margin-top: 2em;
}

.icon {
  color: white;

}

.loader {

  width: 4px;

  color: #000;

  aspect-ratio: 1;

  border-radius: 50%;

  box-shadow:

    19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px,

    19px 0 0 5px, 38px 0 0 5px, 57px 0 0 5px,

    19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;

  transform: translateX(-38px);

  animation: l26 2s infinite linear;

}

@keyframes l26 {

  12.5% {
    box-shadow:

      19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px,

      19px 0 0 5px, 38px 0 0 0px, 57px 0 0 5px,

      19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px
  }

  25% {
    box-shadow:

      19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px,

      19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px,

      19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 0px
  }

  50% {
    box-shadow:

      19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px,

      19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px,

      19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px
  }

  62.5% {
    box-shadow:

      19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px,

      19px 0 0 5px, 38px 0 0 0px, 57px 0 0 0px,

      19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 5px
  }

  75% {
    box-shadow:

      19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px,

      19px 0 0 0px, 38px 0 0 0px, 57px 0 0 5px,

      19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px
  }

  87.5% {
    box-shadow:

      19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px,

      19px 0 0 0px, 38px 0 0 5px, 57px 0 0 0px,

      19px 19px 0 5px, 38px 19px 0 0px, 57px 19px 0 0px
  }

}

li.active .custome-pagenation ul .page-item.active {
  background-color: #f5f5f9 !important;
  color: var(--custome-primary-color) !important;
}

.efi-bank-custome-logo {
  max-width: 14em;
  margin: 0 auto;
}

textarea:focus-visible {
  border: 1px solid #fff !important;
  box-shadow: 0 !important;
  outline: 1px solid #4f4f4f !important;
}

/* new style  */

.view-page-detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-page-detail li a {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}



.view-detail-card {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  border-radius: 6px;
  background: #f3fdff;
  display: flex;
  flex-direction: column;
  padding-top: 1.5em;
  gap: .6em;
  border-radius: 8px;
  padding: 1.5em;
}

.view-detail-heading {
  background: #fff;
  padding: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
}

.view-detail-heading h3 {
  font-weight: 700;
  font-size: 1.1em;
  color: #181c32;
  margin-bottom: 0;
}

.view-detail-info {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}

.transactions-info-detail {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: .5em 1em;
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.transactions-info-detail-item {
  display: flex;
  gap: .5em;
  align-items: center;
}

.transactions-info-detail-item2 {
  display: flex;
  align-items: center;
  gap: .5em;
}

.view-detail-info h4 {
  font-size: 1em;
  font-weight: 700;
  color: #3f4254;
  margin-bottom: 0;
}

.view-detail-info p {
  margin-bottom: 0;
  font-size: .95em;
  font-weight: 400;
  color: #3f4254;
}

.view-detail-table {
  background: #fdfcfc;
  border-radius: 8px;
}

.view-detail-table tr {
  /* border: 1px solid #d9d7d7; */
  border-top: 1px solid #d9d7d7;
  border-bottom: 1px solid #d9d7d7;
  padding: .5em !important;
}

.view-detail-table tr:last-child {
  border-bottom: none;
}

.view-detail-table tr:first-child {
  border-top: none;
}

.view-detail-table tr td:last-child {
  text-align: right;
}

.view-detail-table tr td {
  padding: 1.5em .5em;
  font-size: .95em;
  font-weight: 400;
  color: #3f4254;
}

.view-detail-table {
  width: 100%;
  padding: 0 1.5em;
}

.copy-detail-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: .5em;
  cursor: pointer;
  text-decoration: none !important;
}

.copy-detail-btn span {
  margin-bottom: 0;
  font-size: .95em;
  font-weight: 400;
  color: #3f4254;
}

.view-detail-table h3,
.upload-payment-file h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}

.view-detail-table td strong {
  font-weight: 600;
}

.upload-payment-file {
  padding: 0 1.5em;
}

.upload-file-img {
  width: 30em;
  height: auto;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.canceled-bagde a {
  color: red;
  font-size: 1em;
  font-weight: 700;
}

.canceled-bagde {
  background: rgb(246, 224, 224);
  padding: 2px 8px;
  border-radius: 8px;
  color: #fff !important;
}

.view-detail-action {
  display: flex;
  gap: .5em;
}


/* Custome style  */
.auth-content {
  height: 100vh;
}

:root {
  --custome-primary-color: #1D5D9B;
  --custome-color-two: #F4F2DE;
}

.custome-bgtwo {
  background: var(--custome-color-two) !important;
}

.auth-content-img {
  width: 32em;
  height: auto;
  object-fit: contain;
}

.auth-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  height: 100vh;
  padding: 2em;
}

.auth-content-info h3 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.3em;
  color: #333;
  text-align: center;
}

.auth-content-info p {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
  color: #8f8f8f;
  text-align: center;
}

.auth-form-wrap .label {
  color: #333 !important;
  font-weight: 400 !important;
}

.auth-form-wrap form button {
  background-color: var(--custome-primary-color) !important;
  border-color: var(--custome-primary-color) !important;
}

.auth-form-wrap form a {
  color: var(--custome-primary-color) !important;
}

.auth-form-wrap h4 {
  font-size: 1.2em !important;
}

.sidebar-area {
  background-color: var(--custome-color-two) !important;
}

.custome-profile-info-frame h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
  color: #000;
}

.custome-info-card h4 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #000;

}

.custome-info-card p {
  font-size: 0.85em;
  font-weight: 400;
  color: #8f8f8f;
}

.grid-layout-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 2em;
}

.grid-layout-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 2em;
}

.custome-profile-info-layout {
  padding: 2em;
  border-radius: 12px;
  background-color: #efefef;
}

/* .auth-form-wrap */

.log-json-preview {
  background-color: #f8f9fa !important;
  padding: 15px !important;
  border-radius: 5px !important;
  border: 1px solid #ced4da;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.profile-preview-img {
  height: 20em;
  width: auto;
  object-fit: contain;
}

.available-balance-card {
  background: #00b69b;
  padding: 2em;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.available-balance-label {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
}

.available-balance-label span {
  height: 3em;
  width: 3em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.available-balance-card h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.4;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Custom scrollbar styles */
.table-responsive {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.table-responsive::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  min-width: 100px !;
  max-width: 100px !important;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.auth-content {
  overflow: hidden;
}

.modal-p-lg .modal-body {
  padding: 0 !important;
}

.modal-p-lg {
  padding: 2em;
}

.modal-p-lg .modal-header {
  padding: 0;
  gap: 2em;
  align-items: start;
}

.modal-p-lg .modal-footer {
  flex-wrap: unset;
  padding: 0;
  margin-top: 1.5em;
}

.modal-p-lg .modal-footer button,
.modal-p-lg .modal-footer a {
  width: 100%;
}

.modal-p-lg .form-select {
  background-color: #fff;
  border: 1px solid #b1b5c3 !important;
  height: 50px;
  color: #260944;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  transition: all ease .5s;
  border-radius: 10px;
}

.icon-size {
  font-size: 24px !important;
}

.dashboard-card-box .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.navbar-header {
  background: #fff;
}

.app-search .form-control {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.page-content {
  padding: 94px calc(24px / 2) 60px calc(24px / 2) !important;
}

.sidebar-logo {
  width: auto;
  height: 49px;
  object-fit: contain;
}
.tracking-list {
  border: 1px solid #e5e5e5;
}
.tracking-item {
  border-left: 4px solid #168bb99c;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}
.tracking-item:last-child {
  padding-bottom: 4rem;
}
.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}
.tracking-item .tracking-icon {
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}
 
.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}
.tracking-item-pending:last-child {
  padding-bottom: 4rem;
}
.tracking-item-pending .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}
.tracking-item-pending .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
  font-weight: 600;
  font-size: 17px;
}
 
.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
  color: #3e5ce0;
  font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
  color: #3e5ce0;
  font-size: 0.6rem;
}

.custom-badge-primary {
  display: inline-block !important;
  white-space: nowrap !important;
  background-color: var(--bs-primary) !important;
  color: white !important;
  padding: 0px 5px !important; 
  font-size: 13px !important;
  border-radius: 4px !important; 
  font-weight: 500;
  text-align: center;
}

.order-track-status {
  display: inline-block;
  margin-top: 8px; 
  margin-bottom: 8px;
  font-size: 14px; 
  color: #333; 
  font-weight: 500;
}

.order-track-type-badge {
  display: inline-block !important;
  white-space: nowrap !important;
  background-color: #f8d7da; 
  color: #dc3545; 
  border-radius: 50px; 
  padding: 0px 10px; 
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  width: auto !important; 
}

.order-modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracking-content {
  display: flex;
}

.tracking-content-body {
  width: 70%;
}

.static-span {
  text-align: left !important;
}

.red {
  color: red;
}

.waves-effect.active {
  background-color: #64a6b4;
}

@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }
  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }
 
  .tracking-item-pending {
    margin-left: 10rem;
  }
  .tracking-item-pending .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item-pending .tracking-date span {
    display: block;
  }
  .tracking-item-pending .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}
 
.tracking-item .tracking-content {
  font-weight: 600;
  font-size: 17px;
}
 
.blinker {
  border: 7px solid #e9f8ea;
  animation: blink 1s;
  animation-iteration-count: infinite;
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-y: hidden;
  }

  .search-bar .form-control{  
    max-width: 100% !important;
    width: 285px !important;
    margin-bottom: .5em;
  }

  .admin-bank-search-bar {
    flex-direction: column !important;
  }

  .admin-bank-search-bar .form-control, .admin-bank-search-bar .form-select {
    max-width: 100% !important;
    width: 285px !important;
    margin-bottom: .5em;
  }

  .admin-bank-action {
    flex-direction: column !important;
  }


}