@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

:root {
  --text-pink: #e383b5;
  --text-pinked: #747171 !important;
  --default-color: linear-gradient(74.45deg,
      #ffbd96 0%,
      #fe8996 67.26%,
      #a875f5 137.26%);
  --red-danger: linear-gradient(74.45deg,
      #bdbdbd 0%,
      #888888 67.26%,
      #5f5e5d 137.26%);
  --grad-color: linear-gradient(74.45deg,
      #f7dccc 0%,
      #f3d2d6 67.26%,
      #e3daf1 137.26%);
  --hover-color: linear-gradient(74.45deg,
      #f7b791 0%,
      #f18894 67.26%,
      #a875f5 137.26%) !important;
  --header-bg: #fba6b56b;
  --header-color: #f8f9fa;
  --header-bg-head: #ffffff !important;
  --text-white: #ffff;
  --text-color: #252525;
  --filter: drop-shadow(2px 1px 3px #333);
  --Link-color: #28999f;
  --white: #fff;
}

.bg-head {
  background-color: #ffe4d01f;
  padding: 12px;
  min-height: 180px;
}

.menu .app-brand.demo {
  height: 80px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.d-none {
  display: none;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.55rem;
  letter-spacing: -0.5px;
}

.scroll-menu {
  overflow-y: auto;
  max-height: 450px;
}

.scroll-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.scroll-menu::-webkit-scrollbar {
  width: 5px;
  height: 20px;
  background-color: #f5f5f5;
}

.scroll-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(209, 209, 209, 0.3);
  background-color: #e2e2e2;
}

.container-sign-main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h5.text-muted {
    font-size: 1.0rem;
}   
.text-pink {
  color: var(--text-pink) !important;
}

.text-pinked {
  color: var(--text-pinked) !important;
}

ul li.nav-item.nav-btn {
  padding: 5px 14px 0px 14px;
  border-radius: 12px;
  height: 56px;
  display: flex;
  background: #ffffff;
  justify-content: center;
  align-items: center;
}

.layout-container.bnpl #menu-toggle {
  position: absolute;
  right: -46px;
}
.layout-container.bnpl .nav-menuu {
  padding:4px 6px 0px 10px;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 42px;
  display: flex;
  background: #ffffff;
  justify-content: center;
  align-items: center;
}

.glass-effect {
  background: rgb(255 255 255 / 59%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.ft-medium {
  font-size: 24px;
}

.glass-effect-ext {
  background: rgb(255 255 255 / 59%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card.border-none {
  border-radius: 0%;
}

.container-sign-main::before {
  content: "";
  /* background: url("../img/bg2.jpg") no-repeat center center/cover; */
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.container-sign::before {
  content: "";
  background: url("../img/bgg.jpg") no-repeat center center/cover;
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pt-12 {
  padding-top: 12px !important;
}

table caption {
  padding: 0.5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir="rtl"] .rtl-only {
  display: block !important;
}

.text-right {
  text-align: right;
}

/* thead {
  background: var(--default-color);
}
.table:not(.table-dark) th {
  color: #fff;
} */

/*** Spinner Start ***/
.bx-cog.comment {
  position: absolute;
  top: 0;
  color: #eff0f3;
  font-size: 2px;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.ft-small {
  font-size: small !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgb(2 155 144) !important;
}

/*** Spinner End ***/
.app-brand.design-app {
  filter: drop-shadow(2px 4px 6px #3333);
}

.form-control.userSearch,
.input-group-text#searchIcon,
.input-group-text#clearIcon {
  height: 56px;
  border: var(--bs-border-width) solid #ffffff;
  background-color: #fff;
}

@media (max-width: 468px) {
  .app-brand-logo img {
    width: 120px !important;
  }

  .ft-medium {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .mt-3-res{
    margin-top: 32px;
  }
  .customModal.modal {
    --bs-modal-width: 50rem;
  }

  .text-right-xl {
    text-align: right;
  }
}

/* Dropdown buttons going out of small screens */
.layout-page.bnpl .app-brand-logo img {
  width: 180px;
}

@media (min-width: 768px) {
  .d-flex-res {
    display: flex;
  }
}

.dis-none-mini {
  display: none;
}

@media (max-width: 767px) {

  .wizard-steps li,
  .wizard-steps li.active.completed,
  .wizard-steps li.active::before {
    display: none;
    margin-bottom: 0px !important;
  }

  .dis-none-mini {
    display: block !important;
  }

  .wizard-steps li.active {
    display: flex;
  }

  .ml-res {
    margin-left: 16px;
  }

  .layout-page.bnpl .app-brand-logo img {
    width: 120px !important;
  }

  h4.bnpl-payment {
    font-size: 14px !important;
  }

  .dis-none-mob {
    display: none;
  }

  .mt-res-4 {
    margin-top: 2rem;
  }
}

.export-design img {
  width: 70px;
  margin: 10px;
}

.export-design {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px dashed;
  padding: 40px 0px;
}

.bold {
  font-weight: bold;
}

.merchant-item h4 {
  font-size: 20px;
  color: #000;
}

.bd-1 {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 5px;
}

.setting .navbar-nav-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.setting .container.steps .form-control {
  border: 0px solid #dadada;
  border-bottom: 2px dashed;
  border-radius: 0px;
  background: #f8f8f8;
  height: 48px;
}

@media (max-width: 420px) {
  .layout-navbar.setting button {
    width: 100%;
  }

  .layout-navbar.setting {
    height: auto;
  }

  .setting .navbar-nav-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .w-60-res {
    width: 60% !important;
  }

  html[dir="rtl"] .notification-pos {
    position: relative;
    top: 12px;
    right: -46px;
  }

  .ml-res-100 {
    margin-left: 100px;
  }

  .mt-res {
    margin-top: 1.5rem;
  }

  .transaction-time {
    position: absolute;
    top: 25px;
    right: -2px;
    width: 90px;
    font-size: 10px;
    text-align: right;
  }

  .user-progress {
    position: relative;
  }

  .card.ht-420 {
    height: 420px;
  }
}

@media (max-width: 991px) {
  ul li.nav-item {
    padding: 0px 5px;
  }

  h3,
  .h3 {
    font-size: calc(1rem + 0.45vw) !important;
  }

  .res-image {
    width: 200px !important;
  }

  .flex-column-mini {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/
.p-log {
  padding: 0 20px;
}

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.rt-top {
  right: 18px;
  top: 10px;
}

.detail-view tr td,
.detail-view tr th {
  height: 45px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.bg_input {
  background-color: #adacac33 !important;
}

.pd-0 {
  padding: 0px !important;
}

.scroll-table {
  min-width: 400px;
  overflow-x: auto;
}

/* table */

#limit_wrapper .dt-row,
#cardstole_wrapper .dt-row,
#transaction_wrapper .dt-row,
#ipAllow_wrapper .dt-row,
.scroll-new,
#user_wrapper .dt-row {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
}

#productTable tr td select,
#productTable tr td input {
  width: 120px;
}

.ht-40 {
  height: 40px !important;
}

#limit_filter,
#limit_length,
#cardstole_filter,
#cardstole_length,
#ipAllow_filter,
#ipAllow_length,
#transaction_filter,
#transaction_length,
/*#user_filter,*/
#user_length,
#recurr_filter,
#recurr_length {
    display: none;
}

.table-scrolled {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
}

/* table */
.card.bg-grad-1 {
  background: linear-gradient(77.58deg, #ffbd96 -25.45%, #fe8996 95.98%);
}

.card.bg-grad-2 {
  background: linear-gradient(77.58deg, #8dc9f8 -25.45%, #218de4 95.98%);
}

.card.bg-grad-3 {
  background: linear-gradient(77.58deg, #82d9d1 -25.45%, #11b8a0 95.98%);
}

.card.bg-grad-4 {
  background: linear-gradient(77.58deg, #82d9d1 -25.45%, #11b8a0 95.98%);
}

.card .text-success {
  color: rgb(50 143 0) !important;
}

.select2-container .select2-choice {
  padding: 5px 10px;
  height: 40px;
  width: 132px;
  font-size: 1.2em;
}

.select2-container .select2-choice .select2-arrow {
  background-image: -khtml-gradient(linear,
      left top,
      left bottom,
      from(#424242),
      to(#030303));
  background-image: -moz-linear-gradient(top, #424242, #030303);
  background-image: -ms-linear-gradient(top, #424242, #030303);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #424242),
      color-stop(100%, #030303));
  background-image: -webkit-linear-gradient(top, #424242, #030303);
  background-image: -o-linear-gradient(top, #424242, #030303);
  background-image: linear-gradient(#424242, #030303);
  width: 40px;
  color: #fff;
  font-size: 1.3em;
  padding: 4px 12px;
}

/* choose */
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.4;
}

.select2-container span.select2-selection--single {
  border-radius: 12px !important;
}

.select2-container--default .select2-selection--single,
.select2-container {
  height: 48px;
  border-radius: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px !important;
  border-radius: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 60% !important;
}

.ml-12 {
  margin-left: 8px;
}

.form-label,
.col-form-label {
  display: flex;
  align-items: center;
}

.res-image {
  width: 380px;
}

.btn-circle {
  color: #fff;
  height: 32px;
  background: linear-gradient(74.45deg,
      #e8eb5f 0%,
      #37d7cc 67.26%,
      #000000 137.26%) !important;
  border-radius: 16px;
  border: 1px solid #ffba96;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(175, 176, 255, 0.4);
}

.copy-icon {
  cursor: pointer;
  font-size: 16px;
  color: #0068bf;
  /* Adjust color as needed */
  margin-left: 44px;
  /* Space between text and icon */
}

/* Lang */

@media (max-width: 1199px) {
  .navbar-nav .Lang .dropdown-menu {
    position: fixed;
  }

  html[lang="ar"] .layout-navbar.navbar-detached {
    padding: 0 0.5rem;
  }
}

@media (max-width: 550px) {
  html[lang="ar"] .navbar-nav h4 {
    font-size: 10px !important;
    padding-right: 5px;
  }
}

.ft-10 {
  font-size: 10px;
}

.rt-0 {
  right: 0;
}

.w-60-res {
  width: 100%;
}

.dis-none-res {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-pos {
    display: flex;
    align-items: center;
  }
}

.disp-none {
  display: none;
}

#menu-toggle {
  cursor: pointer;
}

.menu-tg {
  padding: 5px 14px 0px 14px;
  border-radius: 12px;
  height: 56px;
  display: flex;
  background: #ffffff;
  justify-content: center;
  align-items: center;
}

.form-control.userSearch,
.input-group-text.searchIcon {
  height: 56px;
  border: var(--bs-border-width) solid #ffffff !important;
  background-color: #fff !important;
}
/*.mt-4.layout-navbar {
    margin-top: 2rem !important;
}*/
.z-index{
    z-index:1000;
}
.ft-white{
    color:#fff;
}
@media (min-width: 1200px) {
  .layout-container .nav-menuu .bx-menu {
    background: var(--default-color);
    border-radius: 50%;
    padding: 4px;
    color: #fff;
  }
    .layout-menu-fixed .layout-menu, .layout-menu-fixed-offcanvas .layout-menu {
        position: fixed;
        top: 58px;
    }
        .layout-container.bnpl .nav-menuu .bx-menu {
    border-radius: 50%;
    padding: 4px 4px 4px 4px;
    color: #fff;
  }
  .layout-container .nav-menuu {
    padding: 12px 12px 0px 12px;
    border-radius: 50%;
    height: 56px;
    display: flex;
    background: #ffffff;
    justify-content: center;
    align-items: center;
  }
  .layout-container #menu-toggle {
    position: absolute;
    right: -15px;
  }
  html[lang="ar"] #menu-toggle {
    position: absolute;
    left: -85px;
    right: auto;
    margin-top: 0px;
  }

  html[lang="ar"].layout-menu-fixed .bnpl .layout-menu,
  .layout-menu-fixed-offcanvas .bnpl .layout-menu {
    left: auto;
    right: -310px !important;
  }

  html[lang="ar"].layout-menu-fixed:not(.layout-menu-collapsed) .bnpl .layout-page,
  .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .bnpl .layout-page {
    padding-right: 0;
    padding-left: 0;
  }

/*  #menu-toggle {
    position: absolute;
    right: -85px;
    margin-top: 0px;
  }*/

  .disp-none {
    display: block !important;
  }

  .layout-menu-fixed .bnpl .layout-menu,
  .layout-menu-fixed-offcanvas .bnpl .layout-menu {
    left: -320px !important;
  }

  .layout-menu-fixed:not(.layout-menu-collapsed) .bnpl .layout-page,
  .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .bnpl .layout-page {
    padding-left: 0;
  }

  .nav-pos {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }

  .dis-none-res {
    display: none;
  }

  html[lang="ar"].layout-menu-fixed .layout-menu,
  .layout-menu-fixed-offcanvas .layout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html[lang="ar"].layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
  .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
    padding-right: 300px;
    padding-left: 0;
  }

  html[lang="ar"].layout-menu-fixed:not(.layout-menu-collapsed) .layout-page.bnpl,
  .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page.bnpl {
    padding-right: 0;
    padding-left: 0;
  }

  html[lang="ar"] .ml-res-100 {
    margin-right: 100px;
  }

  html[lang="ar"] .menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 0.42em;
    height: 0.42em;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(233deg);
  }

  html[lang="ar"] .menu-vertical .menu-item .menu-toggle::after {
    left: 1rem;
    right: auto;
  }

  html[lang="ar"] .menu-vertical .menu-item .menu-toggle {
    padding-left: calc(1rem + 1.26em);
    padding-right: 0;
  }

  html[lang="ar"] .menu-vertical .menu-item .menu-link,
  .menu-vertical .menu-block {
    padding: 0.625rem 12px;
  }

  html[lang="ar"] .dropdown-item {
    text-align: center;
  }
}

/* Lang */

.dropdown-toggle.arrow-type::after {
  display: none;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: var(--hover-color);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card.bg-grad-1:before {
  background: linear-gradient(77.58deg, #ffbd96 -25.45%, #fe8996 95.98%);
}

.card.bg-grad-2:before {
  background: linear-gradient(77.58deg, #8dc9f8 -25.45%, #218de4 95.98%);
}

.card.bg-grad-3:before {
  background: linear-gradient(77.58deg, #82d9d1 -25.45%, #11b8a0 95.98%);
}

.card1 {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -26px;
    right: -24px;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
  }

  h3,
  span {
    transition: all 0.3s ease-out;
  }
}

.transaction-time {
  width: 90px;
  font-size: 10px;
  text-align: right;
}

/* animation */
.merchant-item-list {
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.w-120 {
  width: 120px;
}

.merchant-item-list .card-header {
  height: 56px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f8f8f8;
}

/* .merchant-item-list:hover {
  transform: translateY(-5px);
} */
.btn-month {
  background: #fff;
  padding: 9px 6px 8px 6px;
  border-radius: 20px;
}

.merchant-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.merchant-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.merchant-details {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.merchant-details li {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.merchant-details li span {
  color: #6c757d;
}

.merchant-details li strong {
  font-weight: bold;
  color: #343a40;
}

/* Add animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#transactionList .merchant-item {
  animation: fadeInUp 0.5s ease-in-out;
}

.merchant-card {
  background: #fcfcfc;
  overflow: hidden;
  margin-right: 4px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pink {
  color: #fe8996;
}

.w-84 {
  width: 84px;
}

.ft-12 {
  font-size: 12px;
}

.ft-14 {
  font-size: 14px;
}

.bd-pink {
  border: 1px solid #fe8996;
  border-radius: 50%;
}

.menu-item.open .menu-sub .menu-item .menu-link {
  position: relative;
  padding-bottom: 10px;
  /* Optional: Adds space between text and line */
}

#chart-container {
  position: relative;
  width: 100%;
  /* Make the chart container responsive */
  height: 400px;
  /* Adjust height as needed */
}

canvas {
  width: 100% !important;
  height: auto !important;
}

.menu-item.open .menu-sub .menu-item .menu-link ::after {
  content: "";
  display: block;
  width: 80%;
  /* Change this to your desired width */
  height: 1px;
  /* Thickness of the line */
  background-color: #d9d9d9;
  /* Color of the line */
  margin: 0 auto;
  /* Centers the line */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-header {
  background-color: var(--white);
}

.card-header h5 {
  margin: 0;
}

.card-body .row {
  margin-bottom: 10px;
}

.card-body h6 {
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}

.card-footer {
  background-color: #f1f1f1;
  padding: 10px 20px;
  text-align: right;
  font-size: 0.85rem;
}

/* search */
.search-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-list {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-list.show {
  display: block;
}

.dropdown-item-search {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.input-group-text {
  cursor: auto;
}

.input-group .clear-icon {
  display: none;
  cursor: pointer;
}

.input-group.has-value .clear-icon {
  display: inline;
}

.dark-theme .card-header,
.dark-theme .card-header .card-title {
  color: #f1f1f1;
}

.dark-theme .flag-icon,
.dark-theme .notification-pos2 {
  filter: invert(1);
}

.dark-theme .notification-pos2,
.dark-theme .avatar.avatar-online img {
  filter: none;
}

#advancedFields {
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 510px) {
  .modal-dialog {
    margin: 0 !important;
  }

  #otpModal .modal-body {
    padding: 36px 4px;
  }

  #otpModal .otp-input {
    width: 38px;
    height: 38px;
  }
}

.otp-input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  margin: 0 5px;
}

.progress-step {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.progress-step li {
  flex: 1;
  text-align: center;
  position: relative;
}

.progress-step li:before {
  content: attr(data-step);
  /* This will use the data-step attribute for the number */
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  padding-top: 2px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
  color: var(--default-color);

  /* Makes the number bold */
}

.progress-step li.completed:before {
  background-color: var(--default-color);
  color: #fff;
}

.progress-step li::after {
  content: "";
  position: absolute;
  top: 20%;
  left: calc(42% + 15px);
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: -1;
}

.progress-step li:last-child::after {
  display: none;
}

.progress-step li.completed::after {
  background-color: var(--default-color);
}

.bnpl .card {
  margin: 0rem 0 2rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.list-group-item {
  background: #fff4f0;
  color: var(--text-color);
  border-radius: 10px !important;
  margin-bottom: 12px;
  margin: 14px 0px;
  border: 1px solid #fff4f0 !important;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #d7dde7;
}

.steps .main {
  padding: 10px;
}

#div1,
#div2,
#div3,
#div4 {
  display: none;
  transform: translateY(-2px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.steps h3 {
  padding: 10px;
  background: var(--default-color);
  color: #fff;
  font-size: 24px;
}

.circle-no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--default-color);
  margin-right: 12px;
}

.bg-with-bd {
  background-color: #fff;
  border-bottom: 1px solid #3333;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.bg-card {
  background: #fff4f0;
  color: #fff;
  padding: 6px;
  height: 76px;
  border-radius: 10px;
  margin-bottom: 12px;
}

#completionGif {
  display: none;
  text-align: center;
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

small.form {
  font-size: 68%;
}

p {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem;
}

.steps .card-body {
  padding: 0;
}

.content-wrapper.view .card {
  max-width: 1200px;
}

.steps .card.card-hide {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  margin: 0rem auto;
}

.card-hide2 {
  display: none;
  /* Ensures hidden cards are not shown */
}

.steps .card-title {
  margin-bottom: 0px;
}

.steps .card {
  max-width: 100%;
  margin: 0 auto 1rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-blueE {
  background: var(--default-color);
  color: #fff;
}

.otp-input {
  width: 45px;
  height: 45px;
  font-size: 24px;
  text-align: center;
  margin: 0px 5px;
}

.otp-input3 {
  width: 45px;
  height: 45px;
  font-size: 24px;
  text-align: center;
  margin: 0px 5px;
}

.otp-container {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.img-logo {
  max-height: 60px;
}

.header-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.btn-link {}

.content-wrapper .dis-none {
  display: none;
}

.w-40 {
  width: 40%;
}

.w-sign-res {
  display: flex;
  justify-content: center;
}

.w-sign-res .card.w-card {
  width: 64%;
}

@media (max-width: 991px) {
  .w-sign-res .card.w-card {
    width: 100% !important;
  }

  .scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 360px;
    margin-top: 6px;
    margin-bottom: 15px;
  }

  .dis-none {
    display: none;
  }

  .content-wrapper .dis-none {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .steps h3 {
    font-size: 20px !important;
  }

  .progress-step li:before {
    width: 20px;
    height: 20px;
  }

  .progress-step li {
    font-size: 10px;
  }
}

@media (max-width: 463px) {
  .w-100-res {
    width: 100%;
  }
}

@media (max-width: 422px) {
  ul li.nav-item.nav-btn {
    padding: 3px 3px 0px 3px;
    border-radius: 8px;
    height: 40px;
  }
}

.float-right {
  float: right;
}

@media (max-width: 767px) {
  .bnpl .mt-5.order-two {
    margin-top: 0 !important;
  }

  .bnpl .mt-5.order-one {
    margin-top: 12px !important;
  }
}

@media (max-width: 768px) {
  .order-one {
    order: 1 !important;
  }

  .order-two {
    order: 2 !important;
  }

  .img-logo-small {
    width: 80px !important;
  }

  .img-logo {
    max-height: 40px;
  }

  .header-left,
  .header-right {
    width: 50%;
    flex-direction: column;
  }

  .header-left {
    padding: 10px;
  }

  .header-text {
    text-align: center;
    font-size: 0.8rem;
    padding: 10px;
  }
}

.img-logo-small {
  width: 130px;
}

.modal-backdrop {
  background-color: black;
  /* Darker background */
}

.layout-menu-fixed:not(.layout-menu-collapsed) .layout-page.bnpl,
.layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page.bnpl {
  padding-left: 0px;
}

.drop-in {
  animation: drop-in 0.5s ease 200ms backwards;
}

.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translate(0px);
  }
}

.slide-down {
  animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slide-up {
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.steps {
  transition: transform 0.6s ease;
}

/* Initial hidden state */
.slide-in {
  transform: translateX(100%);
  /* Start off-screen to the right */
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.lang-pos {
  background-color: #fff;
  top: 20px;
  right: 20px;
  border-radius: 8px;
  padding: 6px;
}

/* Visible state after slide-in */
.slide-in.active {
  transform: translateX(0);
  /* Slide into place */
  opacity: 1;
}

.hidden {
  opacity: 0;

  transition: opacity 1s, transform 1s;
}

.visible {
  opacity: 1;
}

.content-wrapper.view-report .card {
  max-width: 100%;
}

.ht-50 {
  height: 20rem;
}

.para-head {
  color: #05757a;
}

/* rtl */

html[lang="ar"] .otp-container {
  direction: ltr;
}

html[lang="ar"] .float-right {
  float: left;
}

html[lang="ar"] #transactionList,
html[lang="ar"] .merchant-item-list {
  direction: ltr;
}

html[lang="ar"] .form-check .form-check-input {
  float: right;
  margin-left: 0.3em;
}

.dir-ltr {
  direction: ltr;
}

html[lang="ar"] .fa-redo,
html[lang="ar"] .fa-search {
  transform: rotateY(180deg);
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-sub .menu-item .menu-link:not(.active):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-sub .menu-item .menu-link:not(.active):hover {
  background-color: var(--hover-color);
}

html[lang="ar"] .navbar-nav.ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

html[lang="ar"] .progress-step li::after {
  right: calc(42% + 15px);
}

html[lang="ar"] .Lang .dropdown-menu-end[data-bs-popper] {
  right: auto;
  left: 0;
}

html[lang="ar"] .menu-vertical .app-brand {
  padding-right: 1rem;
  padding-left: 2rem;
}

html[lang="ar"] .menu-icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
  margin-right: 0rem;
  font-size: 1.25rem;
}

html[lang="ar"] .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.navbar-nav .Lang .dropdown-menu {
  z-index: 1222;
}

.dataTables_wrapper {
  direction: ltr;
}

html[lang="ar"] .new.text-right {
  text-align: left;
}

html[lang="ar"] .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.ht-56 {
  height: 56px;
}

html[lang="ar"] .fa-arrow-circle-left,
html[lang="ar"] .bx-fast-forward {
  transform: rotate(180deg);
}

html[lang="ar"] .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

html[lang="ar"] .input-group-merge .form-control:not(:last-child) {
  padding-right: 14px;
}

@media (max-width: 1199.98px) {
  html[lang="ar"] .app-brand .layout-menu-toggle {
    position: absolute;
    right: 17.5rem;
    left: auto;
  }

  html[lang="ar"] .layout-menu {
    right: 0;
    transform: translate3d(100%, 0, 0);
    will-change: transform, -webkit-transform;
  }
}

html[lang="ar"] .menu-vertical .menu-sub .menu-link {
  padding-right: 2rem;
  padding-left: auto;
}

html[lang="ar"] .modal-header .btn-close {
  margin-top: -1.25rem !important;
  margin: 0;
  transform: translate(-17px, -28px);
}

.default-img-ht {
  width: 56px;
  height: 56px;
}

.btn-filter {
  height: 46px;
  width: 144px;
  color: var(--text-color);
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  box-shadow: none;
}

.list-card {
  width: auto;
  height: 64px;
  border-radius: 10px;
  background: #f8f8f8;
  margin-bottom: 12px;
  padding: 12px;
  align-items: center;
}

@media (max-width: 492px) {
  .otp-input {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 392px) {
  .form-check {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .layout-menu {
    max-height: 600px !important;
  }
}

/* Gradient for Sale */
.gradient-sale {
  background: linear-gradient(to bottom, #a8e6cf 0%, #388e3c 100%);
}

.w-circle {
  width: 54px;
  height: 45px;
}

/* Gradient for Refund */
.gradient-refund {
  background: linear-gradient(to bottom, #ffcc80 0%, #f57c00 100%);
}

/* Gradient for Declined */
.gradient-declined {
  background: linear-gradient(to bottom, #ff5c6c 0%, #ec2134 100%);
}

/* Gradient for Void */
.gradient-void {
  background: linear-gradient(to bottom, #e0e0e0 0%, #616161 100%);
}

/* Gradient for Chargeback */
.gradient-chargeback {
  background: linear-gradient(to bottom, #ce93d8 0%, #6a1b9a 100%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .wizard-steps li:not(:last-child)::before {
    height: 71px !important;
    top: 14px !important;
  }
}

.wizard-steps {
  list-style: none;
  padding-left: 0;
}

.wizard-steps li {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}

.wizard-steps li::before,
.wizard-steps li::after {
  content: "";
  position: absolute;
  left: 10px;
  /* Distance from the left edge */
}

.wizard-steps li:not(:last-child)::before {
  width: 2px;
  height: 50px;
  background-color: #ddd;
  top: 15px;
  bottom: 0;
}

.wizard-steps li.active span {
  font-weight: 600;
  color: #333;
}

.wizard-steps li.active.completed span {
  font-weight: 500;
  color: #747171;
}

.wizard-steps li.active::after {
  color: #fe8996;
  background-color: #fff;
}

.wizard-steps li.active::before {
  background: linear-gradient(74.45deg,
      #ffbd96 0%,
      #fe8996 67.26%,
      #a875f5 137.26%);
}

.wizard-steps li.completed::before {
  background: linear-gradient(74.45deg,
      #ffbd96 0%,
      #fe8996 67.26%,
      #a875f5 137.26%);
}

.wizard-steps li::after {
  content: attr(data-step-number);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #b1b1b1;
  top: 2px;
  left: 2px;
}

.wizard-steps li.active::after {
  border: 1px solid #fe8996;
}

.wizard-steps li.completed::after {
  background: linear-gradient(74.45deg,
      #ffbd96 0%,
      #fe8996 67.26%,
      #a875f5 137.26%);
  color: #fff;
  border: 1px solid #fe8996;
}

.wizard-content {
  padding: 20px;
}

.form-section {
  display: none;
}

.form-section.active {
  display: block;
}

.button-group {
  display: flex;
  justify-content: space-between;
}

/* Hidden Completion GIF by default */
#completionGif {
  display: none;
}

.prev-btn {
  background: var(--red-danger) !important;
  border-radius: 16px;
  border: 1px solid #ffba96;
  height: 56px;
}

.custom-file-button {
  direction: ltr;
}

.bg-head .form-label {
  font-size: 12px;
}

.custom-file-button input[type="file"] {
  margin-left: -6px !important;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
  border-radius: 20px;
  border: 2px solid #3333;
  margin-top: -2px;
  margin-left: -4px;
}

.filter-default {
  filter: sepia(4) saturate(3) hue-rotate(-46deg) brightness(1);
}

.custom-file-button input[type="file"]::file-selector-button {
  background-color: #ffffff;
  border-color: var(--text-pink);
  color: var(--text-pink);
  font-size: 12px;
}

.bg-head .form-control {
  font-size: 14px !important;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.bg-success-lite {
  padding: 12px;
  --bs-bg-opacity: 1;
  background-color: rgb(113 221 55 / 32%) !important;
  border-radius: 24px;
}

.btn-primary.ht-50 {
  height: 30px !important;
}

.btn-white {
  border: 1px solid #fff !important;
  background-color: #fff;
  color: #f18894;
  height: 56px;
  font-weight: 500;
}

.btn-verify {
  border: 1px solid rgb(22 180 207) !important;
  background-color: #fff;
  color: rgb(22 180 207) !important;
  height: 56px;
  font-weight: 500;
}

.btn-verify:hover {
  box-shadow: 1px 0px 8px 2px #3333;
  border: 1px solid #333 !important;
  background-color: rgba(22, 179, 207, 0.219);
  color: #333 !important;
  height: 56px;
  font-weight: 500;
}

.btn-white:hover {
  box-shadow: 1px 0px 8px 2px #3333;
  border: 1px solid #eb3e52 !important;
  background-color: #f18894;
  color: #fff;
  height: 56px;
  font-weight: 500;
}

.btn-out-primary {
  border: 1px solid var(--text-pink) !important;
  background-color: transparent;
  color: var(--text-pink);
  height: 56px;
  font-weight: 500;
}

.btn.btn-out-primary:hover {
  border: 1px solid #d33c82 !important;
  box-shadow: 2px 1px 8px 1px #3333;
  background-color: #f7848414;
  color: #d33c82 !important;
}

.bg-danger-lite {
  padding: 12px;
  --bs-bg-opacity: 1;
  background-color: #ffe9e9 !important;
  border-radius: 24px;
}

.container.steps .form-control {
  border: 1px solid #dadada;
  border-radius: 10px;
  background: #f8f8f8;
  height: 48px;
}

.container.steps .form-select {
  border: 1px solid #dadada;
  border-radius: 10px;
  height: 48px;
}

.dropdownMenuButton.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.dropdownMenuButton.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.dropdownMenuButton.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: #333;
}

html[lang="ar"] .dropdownMenuButton.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.dropdownMenuButton.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.dropdownMenuButton.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-color: #333;
}

html[lang="ar"] .dropdown-toggle::after {
  margin-left: auto;
  margin-right: 0.5em;
}

#dropdownMenuButton.btn {
  border: var(--bs-border-width) solid #f8f8f8;
  background: #f8f8f8;
}

html[lang="ar"] .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

html[lang="ar"] .dropdown-menu-end[data-bs-popper] {
  right: auto;
  left: 0;
}

html[lang="ar"] #dropdownMenuButton.btn {
  border: var(--bs-border-width) solid #f8f8f8;
  background: #f8f8f8;
}

.dropdownMenuButton.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  padding-left: 12px;
}

.dont-account {
  color: #747171;
}

.dont-account:hover {
  color: #747171 !important;
}

.Sign-Up.text-pink:hover {
  color: var(--text-pinked);
  text-decoration: underline;
}

.nav-tabs.nav-pills {
  gap: 20px;
  border-color: #eceef1;
}

.permission tbody tr:not(:last-child) {
  border-bottom: 1px solid #e2e1e1;
}

#accordioninvoice .accordion-body {
  background-color: #fdfdfd;
}

.card-img {
  width: 260px;
  height: auto;
  border-radius: 8px;
}

.copied.form-control {
  border: 1px solid #07c1b8 !important;
}

/* rtl */