.box-service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 12px;
}
.box-service li .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-service li a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center;
}
.mt-3 {
    margin-top: 12px !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
ul, ol {
    padding: 0;
}
ol, ul {
    list-style: none;
}
.bg_color_1 {
    background: rgba(40, 62, 180, 0.1);
}
.bg_color_2 {
    background: rgba(5, 132, 255, 0.1);
}
.bg_color_3 {
    background: rgba(0, 170, 91, 0.1);
}
.bg_color_4 {
    background: rgba(242, 195, 28, 0.1);
}
.bg_color_5 {
    background: rgba(245, 149, 0, 0.1);
}
.bg_color_6 {
    background: rgba(57, 163, 248, 0.1);
}
.bg_color_7 {
    background: rgba(229, 53, 75, 0.1);
}
.bg_color_8 {
    background: rgba(252, 184, 96, 0.1);
}
.bg_service-8 {
    background: rgba(178, 242, 215, 0.5);
}
.bg_service-3 {
    background: rgba(241, 242, 178, 0.5);
}
.bg_surface_color {
    background: #f5f5f5;
}
.bg_service-2 {
    background: rgba(199, 238, 247, 0.5);
}
.bg_service-7 {
    background: rgba(193, 19, 35, 0.1);
}
.bg_service-6 {
    background: rgba(83, 61, 234, 0.2);
}

.block.passcode-input {
    position: relative;
    z-index: 5;
  }

  .block.passcode-numpad {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    max-width: none;
    z-index: 10;
  }

  #demo-numpad-inline {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    background: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    display: block;
    padding: 0 0 0 5px;
    margin: 0;
    width: 100%;
    height: 43px;
    color: #000;
    font-family: inherit;
    letter-spacing: 5px;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
  }
.bg-green {
  background-color: #84CA93; }
  .bg-green.light {
    background-color: rgba(4, 165, 124, 0.1); }
    .bg-green.light svg path,
    .bg-green.light svg rect {
      fill: #84CA93; }
    .bg-green.light i {
      color: #84CA93; }	    
.categore-box {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-base);
  background: var(--bg-white); }
  .categore-box .icon-bx {
    height: 48px;
    width: 48px;
    border-radius: var(--border-radius-base);
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto; }
  .categore-box.style-1 {
    display: block;
    padding: 6px 6px 12px;
    text-align: center; }
    .categore-box.style-1 .title {
      display: block;
      color: var(--title);
      font-size: 14px; }
  .categore-box.style-2 {
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 5px; }
    .categore-box.style-2 .title {
      color: var(--title);
      font-weight: 600; }
    .categore-box.style-2 .icon-bx {
      margin-bottom: 0; }
    .categore-box.style-2:hover .title {
      color: #fff; }
    .categore-box.style-2:hover.primary {
      background-color: var(--primary); }
    .categore-box.style-2:hover.secondary {
      background-color: var(--secondary); }
    .categore-box.style-2:hover.green {
      background-color: #84CA93; }
    .categore-box.style-2:hover.info {
      background-color: #A183E0; }
    .categore-box.style-2:hover .icon-bx svg path {
      fill: #fff; }
   

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(161, 131, 224, 1) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 169, 2, 1) !important; }
  

      
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(132, 202, 147, 1) !important; }

.bg-n0, .bg-n05 {
    --tw-bg-opacity: 1;
}
.bg-n0 {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.flex-col {
    flex-direction: column;
}
.h-full {
    height: 100%;
}
.flex {
    display: flex;
}
.px-4 { 
    padding-left: 1rem;
    padding-right: 1rem;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.tracking-wide {
    letter-spacing: .025em;
}
.leading-none {
    line-height: 1;
}
.font-semibold {
    font-weight: 600;
}
.text-caption {
    line-height: 24px;
    font-weight: 600;
}
.text-button2, .text-caption {
    font-size: 14px;
}
.gap-2 {
    gap: .5rem;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.mt-6 {
    margin-top: 1.5rem;
}
[role=button], button {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
.tracking-wide {
    letter-spacing: .025em;
}
.leading-tight {
    line-height: 1.25;
}
.font-bold {
    font-weight: 700;
}
.text-body {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.01em;
    font-weight: 500;
}
.text-center {
    text-align: center;
}
.pt-2 {
    padding-top: .5rem;
}
.pb-1\.5 {
    padding-bottom: .375rem;
}
.pt-4 {
    padding-top: 1rem;
}
.flex-col {
    flex-direction: column;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex {
    display: flex;
}
.center {
    align-items: center;
    justify-content: center;
}
.flex {
    display: flex;
}.rounded {
    border-radius: .25rem;
}
.size-3 {
    width: .75rem;
    height: .75rem;
}.rounded {
    border-radius: .25rem;
}
.size-3 {
    width: .75rem;
    height: .75rem;
}
.gap-0\.5 {
    gap: .125rem;
}
.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.max-w-screen-md {
    max-width: 425px;
}
.w-full {
    width: 100%;
}
.min-h-80 {
    min-height: 20rem;
}
.grid {
    display: grid;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.size-4 {
    width: 1rem;
    height: 1rem;
}
:is(:where(.dark) .dark\:bg-n05\/10) {
    background-color: hsla(0, 0%, 98%, .1);
}
.bg-s4\/30 {
    background-color: rgba(93, 106, 131, .3);
}

.pinpaoa {
    box-sizing: border-box;
    border: 0 solid;
    transform: scale(0.95);
}
.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-2\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.625rem * var(--tw-space-y-reverse))
}
.cursor-pointer {
    cursor: pointer;
}
.font-bold {
    font-weight: 900;
}
.font-extrabold {
    font-weight: 800;
}
.text-alertGreen {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity))
}
.bg-green-500 {
    --tw-text-opacity: 1;
    background-color: rgb(74 222 128/var(--tw-text-opacity))
}
.box-settings-profile.style1 {
} 
.box-settings-profile {
    background-color: #ffffff;
}
.box-settings-profile.style1 .list-setting-profile:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
.box-settings-profile .list-setting-profile {
    gap: 12px;
}
.list-setting-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a {
    color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list-setting-profile .inner-right {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #717171;
    gap: 4px;
}
.list-setting-profile.style1 {
    padding: 10px 16px;
    background-color: #ffffff;
}
.list-setting-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input[type=checkbox], input[type=radio] {
    padding: 0;
}
/* Base styling for the checkbox */
.tf-switch-check {
    position: relative;
    height: 30px;
    width: 56px;
    -webkit-appearance: none;
    background: #c5c5c5;
    border-radius: 100px;
    transition: background 0.5s;
    margin-right: 0;
    cursor: pointer;
}

/* The inner circle */
.tf-switch-check::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    transition: left 0.5s;
}

/* Style when checkbox is checked */
.tf-switch-check:checked {
    background: #1A87DD;
}

/* Move the circle to the right when checked */
.tf-switch-check:checked::before {
    left: 28px; /* Adjust this to the correct position */
}

.mt-1 {
    margin-top: 4px !important;
}
.mt-1 {
    margin-top: .25rem !important;
}
.fw_6 {
    font-weight: 600;
}
.critical_color {
    color: #ea3434;
}
.bottom-navigation-bar {
    position: fixed;
    z-index: 1000;
    background: #ffffff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 60px;
    bottom: 0;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.07);
}
.bottom-navigation-bar {
    position: fixed;
    z-index: 1000;
    background: #ffffff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 60px;
    bottom: 0;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.07);
}
.tf-navigation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 8px;
}
.tf-navigation-bar li.active a {
    color: #1e1e1e;
}
.tf-navigation-bar li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 10px;
    line-height: 16px;
}
.fw_6 {
    font-weight: 600;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.tf-container, .fixed-container {
    max-width: 1320px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.icon-history {
    border: 1px solid #717171;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
}.icon-history::after {
    content: "\eae7";
    left: -6px;
    position: absolute;
    top: -5px;
    font-size: 29px;
    color: #717171;
}.icon-scan-qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1e1e1e;
    border-radius: 50%;
}
.icon-scan-qr-code::before {
    content: "\ea7d";
    color: #ffffff;
    font-size: 20px;
}
.tf-atm-card {
    background: url(https://app.asbpay.ng/assets/assets/images/welcome-bg.png);
    padding: 19px 19px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 16px;
}
.tf-atm-card .heading a i {
    color: #ffffff;
    font-size: 16px;
}
.icon-visa:before {
    content: "\e95f";
}
.white_color {
    color: #ffffff;
}
.tf-atm-card .bottom span {
    font-size: 10px;
    line-height: 16px;
}
.fw_6 {
    font-weight: 600;
}
.secondary2_color {
    color: #c5c5c5;
}
.tf-atm-card .bottom {
    background: #1e1e1e;
    margin: 0px -19px;
    padding: 4px 19px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.tf-atm-card .bottom a {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
.list-card-info {
    border: 1px solid #ededed;
    padding: 0px 16px;
    border-radius: 8px;
}
.list-card-info li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
.list-card-info li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px 14px;
}
.tf-spacing-12 {
    height: 12px;
}
.box-card-advanced .list-card-info {
  padding: 0;
  border: none;
}
.box-card-advanced .list-card-info li {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 22px;
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #ededed;
}
.box-card-advanced .list-card-info li:not(:last-child) {
  margin-bottom: 8px;
}
.box-card-advanced .list-card-info li i {
  font-size: 14px;
}
.tf-atm-card .heading {
    display: flex;
    justify-content: space-between;
}

.transfer-section .tf-balance-box {
  padding: 16px;
}
.transfer-section .tf-balance-box .inner-left {
  gap: 8px;
}
.transfer-section .tf-balance-box .inner-left img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.transfer-section .tf-balance-box .icon-down {
  font-size: 16px;
}
.transfer-section .transfer-amount {
  padding: 16px 16px 0px;
}
.transfer-section .transfer-amount .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #dddddd;
}
.transfer-section .transfer-amount .icon-group-dollar {
  font-size: 40px;
  margin-bottom: 12px;
}
.transfer-section .transfer-amount .bottom {
  padding: 12px 0px;
}
.transfer-card {
  margin-top: 10px;
}
.transfer-card .tf-card-block:not(:last-child) {
  margin-bottom: 8px;
}
.transfer-card .bottom-navigation-bar {
  background: #f5f5f5;
  z-index: 20;
}