@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: Montserrat, sans-serif;

  background-color: #f8f9fa;

  overflow-x: hidden;
}

a {
  cursor: pointer;
}
.bg-label-danger {
  background-color: color-mix(in sRGB, #ffffff 84%, #ff4c51) !important;
  color: #ff4c51 !important;
}
a.addnewBtn {
  border: 1px solid #eb577b !important;
  background: transparent;
  color: #000;
  border-radius: 2px;
  padding: 10px 27px;
}

.content {
  overflow-x: hidden;
}

li.paginate_button.page-item.active {
  background-color: transparent !important;
}
.animate-circle {
  animation: heartbit 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 5px solid #4c40ed;
  border-radius: 70px;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 52px;
  height: 52px;
  z-index: -1;
}

@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.user-img {
  margin-right: 3px;

  position: relative;

  border-radius: 50px;

  display: flex;

  align-items: center;

  justify-content: center;
}

/* Sidebar */

.sidebar {
  width: 250px;

  min-height: 100vh;

  background-color: #49c5f1;

  padding-top: 20px;

  position: fixed;

  border-right: 1px solid #ddd;

  /* position: absolute; */

  z-index: 2;

  transition: width 0.3s ease-in-out;
}

.sidebar.collapsed {
  width: 80px;
}

.sidebar .nav-link {
  color: #fff;

  padding: 10px;

  text-align: left;

  display: flex;

  align-items: center;

  gap: 12px;
}

#toggleSidebar {
  display: flex;

  justify-content: left;

  align-items: center;
}

/* .collapsed + .content {

    margin-left: 100px;

  } */

.content {
  margin-left: 250px;

  transition: 0.3s ease-in-out;

  padding: 20px;
}

.sidebar .nav-link span {
  opacity: 1;

  max-width: 100%;
  font-weight: 600;
  overflow: hidden;

  display: inline-block;

  white-space: break-spaces;

  transition: opacity 0.3s ease-in-out, max-width 0.3s ease-in-out;

  font-size: 14px;
  width: -webkit-fill-available;
  font-family: system-ui;
}
ul.subchilds li a {
  font-size: 14px;
  color: #ffffff !important;
  padding: 10px;
}
tr {
  border: 1px solid #ccc;
  border-radius: 20px !important;
  border-spacing: 3px;
}
ul.subchilds li {
  color: #ffffff !important;
  font-size: 14px;

  list-style-type: revert;

  padding: 10px;

  cursor: pointer;

  transition: 0.3s ease-in-out;
}

ul.subchilds li:hover {
  background-color: #ffffff00 !important;
}

ul.subchilds.ps-3 {
  padding-left: 29px !important;
  margin-top: 12px;
}

.accordion-button:not(.collapsed) {
  background-color: #cfe2ff00;

  box-shadow: none !important;
}

.accordion-button:focus {
  outline: 0;

  box-shadow: none !important;
}

.sidebar.collapsed .nav-link span {
  opacity: 0;

  max-width: 0;

  overflow: hidden;
}

.sidebar.collapsed .nav-link i {
  margin-right: 0;
}

.content {
  margin-left: 260px;

  padding: 20px;

  transition: margin-left 0.3s ease-in-out;
}

/* .collapsed + .content {

    margin-left: 100px;

  } */

.collapsed + .navbar {
  margin-left: 80px;
}

.navbar {
  margin-left: 240px;
  transition: 0.3s ease-in-out;
  position: fixed;
  width: -webkit-fill-available;
  z-index: 99;
  height: 4.5rem;
  padding: 0rem 1.5rem;
}

.collapsed ~ .content {
  margin-left: 80px;
}

.content {
  margin-left: 250px;

  transition: 0.3s ease-in-out;
}

ul li {
  list-style-type: none;
}

.sidebar ul.navbarul {
  padding: 10px 14px;

  overflow-y: auto;
  background-color: #4ac6f2;
  height: calc(100vh - 73px);
  overflow-x: hidden;
  margin-bottom: 0px;
}

.accordion-button[aria-expanded="true"] .accordion-icon {
  transform: rotate(89deg) !important;
}
.img1 {
  display: block;

  opacity: 1;

  transition: opacity 0.3s ease-in-out;
}

.img2 {
  display: none;

  opacity: 0;

  transition: opacity 0.3s ease-in-out;
}

.sidebar.collapsed .img1 {
  display: none;

  opacity: 0;
}

.sidebar.collapsed .img2 {
  display: block;

  opacity: 1;
}

.img1 {
  width: 139px !important;
  height: 72px;
}

.img2 {
  width: 48px;

  height: 56px;
}

.wrapper {
  display: flex;
}

/* Dashboard CSs */

.col-xl-3.col-sm-6.col-12 {
  padding: 10px;
}

.card {
  border: none;

  border-radius: 10px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  background: #fff;
}

.dash-widget-header {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.dash-widget-icon {
  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 10px;

  font-size: 20px;

  color: #fff;
}

.bg-5 {
  background-color: #ffb800;
}

.bg-1 {
  background-color: #ff9b44;

  /* Customize this color */
}

.bg-2 {
  background-color: #d1f3ff;

  /* Customize this color */
}

.bg-3 {
  background-color: #ceffd5;
}

.bg-7 {
  background-color: #52fb6a;
}

.bg-4 {
  background-color: #fccaff;
}

.bg-8 {
  background-color: #f555ff;
}

.bg-6 {
  background-color: #42cdff;
}

.dash-count {
  flex-grow: 1;

  padding-left: 15px;
}

.dash-title {
  font-size: 13px;

  font-weight: 600;

  color: #666;
}

.dash-counts p {
  font-size: 18px;

  font-weight: 700;

  margin: 0;
}

.progress-sm {
  height: 6px;

  border-radius: 4px;

  background-color: #f0f0f0;
}

.text-muted {
  font-size: 12px;
}

.text-danger {
  font-weight: 600;
}

/* .................. Dashboard Charts ................ */

.card .card-header,
.card .card-body {
  border: #e1e1e1;
}

.btn-white {
  background-color: #fff;

  border-color: #e7eaf3;

  color: #7539ff;

  box-shadow: inset 0 0 0 0 #fff;
}
.main-content {
  margin-top: 0px !important;
}
.main .btn-white:hover {
  background-color: #7539ff;

  border-color: #7539ff;

  color: #fff;

  box-shadow: inset 0 50px 0 0 #7539ff;
}

.SalesAnalytics .card-body span {
  color: #8a8e9c;

  font-size: 13px;
}

.text-primary {
  color: #7539ff !important;
}

p.h3 {
  font-size: 20px;
}

.progress.progress-md {
  height: 8px;
}

.bg-success {
  background-color: #22cc62 !important;
}

.text-success {
  color: #f38908 !important;
}

.col-auto i {
  font-size: 14px;
}

.col-auto {
  font-size: 13px;

  color: #8a8e9c;
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-track {
  background: #18c1e8;

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  /* background: red; */

  border: 3px solid #2c558e;
}

.navbarul::-webkit-scrollbar {
  width: 2px;
}

.navbarul::-webkit-scrollbar-track {
  background: #152640;
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

.navbarul::-webkit-scrollbar-thumb {
  /* background: red; */

  border: 3px solid #2c558e;
}

.marginTop {
  margin-top: 66px;
}

@media (max-width: 768px) {
  .marginTop {
    margin-top: 129px !important;
  }
  .navscreen {
    margin: 0px !important;
  }
  .navbar > .container-fluid {
    justify-content: flex-start;
    gap: 3px;
    padding: 0;
  }
  .has-indicator {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .has-indicator i {
    font-size: 12px !important;
  }
  .has-indicator img,
  .dropdown-toggle img {
    width: 14px !important;
    height: 14px !important;
  }
  .navbar {
    height: 6.6rem !important;
    padding: 0px !important;
  }
  .content .container-fluid {
    margin-top: 100px !important;
  }
}

@media (max-width: 569px) {
  .marginTop {
    margin-top: 147px !important;
  }
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu[data-bs-popper] {
  left: auto;

  right: 23px;
}

.dropdown {
  position: relative;

  display: inline-block;
}

.dropdown-toggle {
  border: none;

  background: transparent;

  cursor: pointer;

  display: flex;

  align-items: center;

  gap: 10px;
}

.dropdown-toggle img {
  width: 48px;

  height: 48px;

  border-radius: 50%;

  border: 4px solid #fff;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown-menu {
  position: absolute;

  top: 50px;

  right: 0;

  width: 220px;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  padding: 10px;

  display: none;
}

.dropdown-menu.active {
  display: block;
}

.profile-header {
  display: flex;

  align-items: center;

  gap: 10px;

  padding: 10px;

  border-bottom: 1px solid #f0f0f0;
}

.profile-header img {
  width: 45px;

  height: 45px;

  border-radius: 50%;
}

.profile-header .details {
  display: flex;

  flex-direction: column;
}

.profile-header .details h6 {
  margin: 0;

  font-size: 16px;

  font-weight: bold;
}

.profile-header .details small {
  color: #888;
}

.active {
  /* background-color: #019eff ; */
  background: linear-gradient(135deg, #007bff, #00c6ff) !important;
  color: #ffffff !important;
  border-radius: 6px;
  font-weight: 600;
  display: ruby;
}
.accordion-button:focus {
  border-color: #872e68 !important;
}
.table-striped {
  text-align: left !important;

  border-color: #e9ecef !important;

  border: 1px solid #e9ecef;

  border-radius: 10px;
}

.Vendors_section .dt-buttons {
  position: absolute !important;

  top: 3%;

  right: 2%;
}
.Vendors_section .dt-buttons button.buttons-csv {
  float: inline-end !important;
  border-radius: 0px !important;
  background: #872e68 !important;
}
.dataTables_length label {
  width: -webkit-fill-available !important;
}

.dataTables_filter label {
  display: grid !important;
}

.content .container-fluid {
  margin-top: 76px;
  padding-left: 0;
}

/* @media (max-width:768px){

.card{

margin-top:140px;

}

} */
.stetled_card .card[class*="card-border-shadow-"] {
  position: relative;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  border: 1px solid #ccc;
  border-bottom: none;
  box-shadow: none !important;
}
.stetled_card .card.card-border-shadow-primary::after {
  border-bottom-color: #c8c4f9;
}
.stetled_card .card[class*="card-border-shadow-"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.bg-label-primary {
  background-color: #e9e7fd !important;
  color: #7367f0 !important;
  font-weight: 400;
  font-size: 13px;
  border-radius: 28px;
}
.stetled_card .card[class*="card-border-shadow-"]:hover::after {
  border-bottom-width: 3px;
}
.stetled_card .card.card-border-shadow-primary:hover::after {
  border-bottom-color: #7367f0;
}
.bg-label-warning {
  background-color: color-mix(in sRGB, #ffffff 84%, #ff9f43) !important;
  color: #ff9f43 !important;
  font-weight: 400;
  font-size: 13px;
  border-radius: 28px;
}
.stetled_card .card.card-border-shadow-warning::after {
  border-bottom-color: #ffdab6;
}
.stetled_card .card.card-border-shadow-danger::after {
  border-bottom-color: #ec8e91;
}
.stetled_card .card.card-border-shadow-info::after {
  border-bottom-color: #00bad1;
}
.stetled_card .card.card-border-shadow-info:hover::after {
  border-color: #00bad1;
  border-block-end-width: 0.1875rem;
}
.stetled_card .card.card-border-shadow-warning:hover::after {
  border-bottom-color: #ff9f43;
}
.bg-label-danger {
  background-color: color-mix(in sRGB, #ffffff 84%, #ff4c51) !important;
  color: #ff4c51 !important;
  font-weight: 400;
  font-size: 13px;
  border-radius: 28px;
}
.bg-label-info {
  background-color: color-mix(in sRGB, #ffffff 84%, #00bad1) !important;
  color: #00bad1 !important;
}
.filter {
  background-color: #ffffff;
  color: #000;
  box-shadow: none;
  border-radius: 0px !important;
  font-weight: 400;
}
.filter:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09),
    0 2px 3px -1px rgba(0, 0, 0, 0.07);
  transform: scale(1.02);
  color: #67748e;
  background-color: transparent !important;
}
.exportPayout:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09),
    0 2px 3px -1px rgba(0, 0, 0, 0.07);
  transform: scale(1.02);
  color: #ffffff;
  background-color: #6c619f;
}
.exportPayout {
  background-color: #443c66;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #ededed !important;
  font-weight: 400;
}
.stetled_card .card.card-border-shadow-danger:hover::after {
  border-color: #ff4c51;
  border-block-end-width: 0.1875rem;
}
.bg-label-primary,
.bg-label-warning,
.bg-label-danger,
.bg-label-info,
.bg-label-success,
.bg-label-secondary {
  padding: 9px;
  width: 39px;
  height: fit-content;
}
.filtervirtualAccount {
  background-color: #ffffff;
  color: #000;
  box-shadow: none;
  border: 1px solid #ededed !important;
  font-weight: 400;
}
.exportVirtual {
  background-color: #443c66;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #ededed !important;
  font-weight: 400;
}
.table thead th {
  vertical-align: middle;
  color: #fff !important;
  font-size: 11px;
  padding: 0.75rem !important;
}
table thead {
  background: linear-gradient(86deg, #4259e7 0%, #4259e7 100%) !important;
}
.table > :not(caption) > * > * {
  padding: 0.95rem !important;
}
td {
  font-size: 12px;
}
.fundTransferTable {
  font-size: 13px !important;
  margin-top: 9px;
  background: #483b80;
  border-radius: 2px;
}
/* .................... Create New Payment Request ............... */
.paymentRequest_section .card-header h4 {
  font-size: 16px;
  color: #000;
}
label {
  font-size: 12px;
  color: #212529;
  font-weight: 500;
}
.card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.userdetailsheading {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: anchor-center;
  gap: 10px;
  margin-top: 16px;
}
.userdetailsheading::after {
  content: "";
  display: block;
  width: 12%;
  height: 2px;
  margin-top: 5px;
  background: #ebebeb;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0px !important;
}
.select2-container .select2-selection--single {
  height: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  color: #495057;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  padding: 0.5rem 0.75rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  width: 100%;
}
button.btn.btn-primary {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: inherit !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto !important;
  top: 50% !important;
}
.dropdown-toggle {
  box-shadow: none !important;
}
.addmerchantBtn {
  border: 1px solid #eb577b !important;
  background: transparent;
  color: #000;
  border-radius: 2px;
  padding: 10px 13px;
  width: max-content;
  font-size: 14px;
}
.assignPermission {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
#roles_table_wrapper .row {
  align-items: center;
}
.uploadBtn {
  background-color: #ffffff;
  color: #000;
  box-shadow: none;
  border: 1px solid #ededed !important;
  font-weight: 400;
  border-radius: 0px;
}
.uploadBtn:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09),
    0 2px 3px -1px rgba(0, 0, 0, 0.07);
  transform: scale(1.02);
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .horizontal-line {
    display: none !important;
  }
  .dashboard_main .mainheading {
    margin: 16px;
  }
  .total-funding {
    margin-top: 100px !important;
  }
}
.allcard .Btninfo {
  background-color: color-mix(in sRGB, #ffffff 84%, #00bad1) !important;
  color: #00bad1 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
.card-header h3 {
  font-size: 22px;
}

.allcard .pendingBtn {
  box-shadow: none !important;
  border-radius: 3px !important;
  background-color: color-mix(in sRGB, #ffffff 84%, #ff9f43) !important;
  color: #ff9f43 !important;
}
.profile-header {
  background-color: #e6f0ff;
  padding: 0.3rem 2.25rem;
}
.profile-header p:first-child {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #111827;
}
.profile-header p:last-child {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0;
}

.profile-close-btn:hover {
  color: #111827;
}
.profile-list .list-group-item {
  border: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.profile-list .list-group-item i {
  font-size: 1.125rem;
  color: #374151;
  min-width: 1.25rem;
  text-align: center;
}
.dangerBtn {
  background-color: color-mix(in sRGB, #ffffff 84%, #ff4c51) !important;
  color: #ff4c51 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
.profile-close-btn {
  color: #374151;
  font-size: 1.25rem;
  border: none;
  background: transparent;
}
.form-group-1 {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 34px;
}
.allcard .filterBtn {
  background-color: color-mix(in sRGB, #ffffff 84%, #808390) !important;
  color: #808390 !important;
  border-radius: 3px !important;
  padding: 10px 20px !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block !important;
  overflow: hidden !important;
  padding-left: 8px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
li.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
/* Dashboard */
.btn-coming-soon {
  background-color: #9c4179;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  padding: 0.375rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: none;
}
.btn-coming-soon:focus,
.btn-coming-soon:hover {
  background-color: #8a3a6d;
  color: white;
}
.card-wallet {
  background-color: #f1d7e9;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  color: #344767;
}
.card-wallet h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.card-wallet p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0;
}
.card-small {
  background-color: #e9eaf1;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  color: #344767;
}
.card-small button {
  background-color: white;
  color: #344767;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  padding: 0.25rem 1rem;
  border: none;
  margin-bottom: 0.5rem;
}
.card-small button:focus,
.card-small button:hover {
  background-color: #f0f0f0;
  color: #344767;
}
.card-small img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.h2 {
  color: #344767;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  white-space: pre-line;
}
