body.layout-fixed {
  --rnfi-sidebar-width: 248px;
  --rnfi-sidebar-collapsed-width: 92px;
  --rnfi-header-height: 84px;
  --rnfi-shell-bg: #f5f6f8;
  --rnfi-content-bg: #f5f6f8;
  --rnfi-sidebar-bg: radial-gradient(120% 55% at 28% 0%, rgba(45, 95, 185, .34), transparent 62%), linear-gradient(180deg, #0b2659 0%, #0a1f4c 42%, #0a1430 100%);

  /* --rnfi-sidebar-pill: linear-gradient(180deg, rgba(39, 67, 134, 0.92) 0%, rgba(25, 44, 96, 0.96) 100%); */

/* --rnfi-sidebar-pill: linear-gradient(
    90deg,
    #15336f 0%,
    #122c61 55%,
    #102650 100%
); */

--rnfi-sidebar-pill: linear-gradient(
    90deg,
    rgba(21, 51, 111, 1) 0%,
    rgba(18, 44, 97, 1) 55%,
    rgba(16, 38, 80, 1) 100%
);

  --rnfi-sidebar-pill-hover: linear-gradient(180deg, rgba(49, 81, 154, 0.96) 0%, rgba(31, 54, 112, 0.98) 100%);
  --rnfi-sidebar-pill-active: linear-gradient(180deg, #fcfcfd 0%, #ebe7e2 100%);
  --rnfi-sidebar-text: rgba(255, 255, 255, 0.94);
  --rnfi-sidebar-muted: rgba(222, 230, 250, 0.7);
  --rnfi-header-border: #dce6f2;
  --rnfi-header-icon-bg: #eef3f8;
  --rnfi-header-icon-fg: #18325d;
  --rnfi-accent: #0a5fb5;
  --rnfi-shadow: 0 24px 44px rgba(12, 34, 82, 0.12);
}

body.layout-fixed.rnfi-ui-ready {
  background: var(--rnfi-sidebar-bg);
  overflow-x: hidden;
}

body.layout-fixed.rnfi-ui-ready .wrapper {
  background: transparent;
}

/* user banks dashboard css */
  body.rnfi-bank-dashboard {
    background: #f5f6f8;
    color: #1d2b45;
    overflow-x: hidden;
  }

  body.rnfi-bank-dashboard .wrapper {
    background: #f5f6f8;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell {
    position: relative;
    min-height: 100vh;
    margin-left: var(--rnfi-sidebar-width);
    background: transparent;
    border-top-left-radius: 32px;
    overflow: visible;
    transition: margin-left 0.25s ease;
  }

  body.rnfi-bank-dashboard .card {
    border: 1px solid #e7eef7;
    border-radius: 32px;
    box-shadow: 0 6px 24px rgba(20, 41, 84, 0.06);
    overflow: hidden;
    background: #ffffff;
  }

  body.rnfi-bank-dashboard .card-header {
    background: #ffffff;
    border-bottom: 1px solid #edf2f8;
    padding: 24px 28px 22px;
  }

  body.rnfi-bank-dashboard #myTab {
    gap: 12px;
  }

  body.rnfi-bank-dashboard #myTab .nav-link {
    border-radius: 999px;
    border: 1px solid #d5e2f2;
    background: #ffffff;
    color: #1c3d6d;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 14px 22px;
    box-shadow: none;
  }

  body.rnfi-bank-dashboard #myTab .nav-link.active {
    background: linear-gradient(90deg, #1e6ed8 0%, #2ca8f5 100%);
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(38, 122, 224, 0.22);
  }

  body.rnfi-bank-dashboard .card-body {
    padding: 30px 28px 34px;
    background: #ffffff;
  }

  body.rnfi-bank-dashboard .content-wrapper > .content {
    padding: 28px 20px 24px;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 102px;
    padding: 18px 28px 16px 38px;
    /* min-height: 52px;
    padding: 8px 28px 8px 38px; */
    border: 0;
    border-radius: 32px 0 0 0;
    background: #FFF;
    box-shadow: none;
    overflow: visible;
    z-index: 1066;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-intro {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    width: auto;
    min-height: 64px;
    align-items: flex-start !important;
    justify-content: flex-start;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-toggle i {
    font-size: 1em;
    line-height: 1;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-copy {
    margin-left: 0;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-copy-with-toggle {
    margin-left: 34px;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .main-header .navbar-nav.ml-auto {
    margin-left: auto !important;
    flex: 0 0 auto;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .content-wrapper,
  body.rnfi-bank-dashboard .rnfi-dashboard-shell .main-footer {
    margin-left: 0;
    background: #fff;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .content-wrapper {
    min-height: 100vh;
    padding-top: 102px;
    overflow: hidden;
  }

  body.rnfi-bank-dashboard .rnfi-dashboard-shell .main-footer {
    border-bottom-left-radius: 32px;
  }

  body.rnfi-bank-dashboard .rnfi-sidebar-edge-toggle {
    display: none !important;
  }

  body.rnfi-bank-dashboard.rnfi-sidebar-collapsed .rnfi-dashboard-shell {
    margin-left: var(--rnfi-sidebar-collapsed-width);
  }

  body.rnfi-bank-dashboard.rnfi-sidebar-collapsed .rnfi-dashboard-shell .main-header,
  body.rnfi-bank-dashboard.rnfi-sidebar-open .rnfi-dashboard-shell .main-header,
  body.rnfi-bank-dashboard .rnfi-dashboard-shell .main-header {
    left: 0;
    right: 0;
    margin-left: 0;
  }

  body.rnfi-bank-dashboard .card-body > .row:first-child {
    margin-bottom: 8px;
  }

  body.rnfi-bank-dashboard .card-body label {
    display: block;
    margin-bottom: 10px;
    color: #17335f;
    font-size: 0.95rem;
    font-weight: 700;
  }

  body.rnfi-bank-dashboard #daterange {
    height: 46px;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    box-shadow: none;
    color: #314868;
    font-size: 0.95rem;
    padding: 10px 14px;
    max-width: 484px;
  }

  body.rnfi-bank-dashboard .card-body a {
    text-decoration: none;
  }

  body.rnfi-bank-dashboard .card-body .col-12.col-md-4.col-lg-3,
  body.rnfi-bank-dashboard .card-body .col-12.col-md-6.col-lg-3 {
    margin-bottom: 26px;
  }

  body.rnfi-bank-dashboard .small-box {
    border-radius: 20px;
    box-shadow: 0 8px 22px rgba(24, 41, 82, 0.10);
    display: block;
    position: relative;
    min-height: 158px;
    color: #fff;
    padding: 20px 18px 22px;
    overflow: hidden;
  }

  body.rnfi-bank-dashboard .small-box .inner {
    display: flex;
    min-height: 116px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  body.rnfi-bank-dashboard .small-box .inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
  }

  body.rnfi-bank-dashboard .small-box .inner h5 {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 400;
  }

  body.rnfi-bank-dashboard .small-box:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(24, 41, 82, 0.13);
  }

  body.rnfi-bank-dashboard .small-box,
  body.rnfi-bank-dashboard .small-box:hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  @media (max-width: 991.98px) {
    body.rnfi-bank-dashboard .rnfi-dashboard-shell {
      margin-left: 0;
      border-top-left-radius: 0;
    }

    body.rnfi-bank-dashboard .rnfi-dashboard-shell .main-header {
      position: fixed;
      width: 100%;
      min-height: 74px;
      padding: 12px 16px;
      border-radius: 0;
      justify-content: flex-start;
    }

    body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-intro {
      min-height: auto;
      align-items: center !important;
    }

    body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-toggle {
      position: static;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      transform: none;
      box-shadow: none;
    }

    body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-toggle:hover,
    body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-toggle:focus {
      transform: translateX(-1px);
      box-shadow: none;
    }

    body.rnfi-bank-dashboard .rnfi-dashboard-shell .rnfi-header-copy-with-toggle {
      margin-left: 0;
    }

    body.rnfi-bank-dashboard .rnfi-dashboard-shell .content-wrapper {
      padding-top: calc(var(--rnfi-header-height) - 2px);
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    body.rnfi-bank-dashboard .content-wrapper > .content {
      padding: 22px 14px 20px;
    }

    body.rnfi-bank-dashboard .card-header {
      padding: 18px 18px 16px;
    }

    body.rnfi-bank-dashboard .card-body {
      padding: 20px 18px 24px;
    }

    body.rnfi-bank-dashboard #daterange {
      max-width: none;
    }
  }

  @media (max-width: 575.98px) {
    body.rnfi-bank-dashboard .content-wrapper > .content {
      padding: 18px 10px 18px;
    }

    body.rnfi-bank-dashboard .rnfi-dashboard-shell .main-header {
      padding: 10px 12px;
    }

    body.rnfi-bank-dashboard #myTab {
      gap: 8px;
    }

    body.rnfi-bank-dashboard #myTab .nav-link {
      padding: 10px 16px;
      font-size: 0.9rem;
    }

    body.rnfi-bank-dashboard .card {
      border-radius: 24px;
    }

    body.rnfi-bank-dashboard .small-box {
      min-height: 136px;
      padding: 18px 16px 20px;
    }
  }
/* user banks dashboard css end */

body.layout-fixed.rnfi-ui-ready .main-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--rnfi-sidebar-width);
  background: transparent;
  border-top-right-radius: 0;
  box-shadow: none;
  overflow: visible;
  transition: width 0.25s ease, transform 0.25s ease;
  z-index: 1065;
}

body.rnfi-bank-dashboard.layout-fixed.rnfi-ui-ready .main-sidebar {
  z-index: 1056;
}

body.rnfi-bank-dashboard.layout-fixed.rnfi-ui-ready .main-sidebar .sidebar,
body.rnfi-bank-dashboard.layout-fixed.rnfi-ui-ready .main-sidebar .nav-sidebar,
body.rnfi-bank-dashboard.layout-fixed.rnfi-ui-ready .main-sidebar .nav-item,
body.rnfi-bank-dashboard.layout-fixed.rnfi-ui-ready .main-sidebar .nav-treeview,
body.rnfi-bank-dashboard.layout-fixed.rnfi-ui-ready .main-sidebar .nav-link {
  position: relative;
  z-index: 1086;
}

body.layout-fixed.rnfi-ui-ready .main-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
radial-gradient(120% 55% at 28% 0%, rgba(45, 95, 185, .34), transparent 62%), 
linear-gradient(180deg, #0b2659 0%, #0a1f4c 42%, #0a1430 100%);
  pointer-events: none;
}

body.layout-fixed.rnfi-ui-ready .brand-link {
  position: relative;
  z-index: 1;
  /* min-height: 65px; */
  padding: 28px 24px 20px;
  border-bottom: 0;
  /* display: flex; */
  /* align-items: flex-start; */
  /* gap: 12px; */
  background: transparent;
}

body.layout-fixed.rnfi-ui-ready .brand-link img {
  /* width: 38px;
  height: 38px;
  object-fit: contain;
  margin-top: 2px;
  opacity: 1;
  transform: scale(1);
  transform-origin: left center; */
  transition: opacity 0.2s ease, transform 0.25s ease, width 0.25s ease, margin 0.25s ease;
}

body.layout-fixed.rnfi-ui-ready .brand-link img.collapsed-img {
	display: none;
}

body.layout-fixed.rnfi-ui-ready .rnfi-brand-copy {
  min-width: 0;
  color: #fff;
}

body.layout-fixed.rnfi-ui-ready .rnfi-brand-title {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.layout-fixed.rnfi-ui-ready .rnfi-brand-subtitle {
  display: block;
  margin-top: 2px;
  font-size: 0.74rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.72);
}

body.layout-fixed.rnfi-ui-ready .rnfi-sidebar-edge-toggle {
  position: absolute;
  top: 30px;
  right: -22px;
  width: 44px;
  height: 68px;
  border: 0;
  border-radius: 22px;
  background: #ffffff;
  color: #173d78;
  box-shadow: 0 8px 20px rgba(16, 34, 75, 0.10);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

body.layout-fixed.rnfi-ui-ready .rnfi-sidebar-edge-toggle:hover,
body.layout-fixed.rnfi-ui-ready .rnfi-sidebar-edge-toggle:focus {
  transform: translateX(-1px);
  box-shadow: 0 12px 24px rgba(16, 34, 75, 0.14);
  color: #0f2f63;
  outline: none;
}

body.layout-fixed.rnfi-ui-ready .rnfi-sidebar-edge-toggle i {
  font-size: 1.2rem;
  line-height: 1;
}

body.layout-fixed.rnfi-ui-ready .sidebar {
  position: relative;
  z-index: 1;
  background: transparent !important;
  border-right: 0;
  padding: 10px 0 26px;
  height: calc(100vh - 110px);
  overflow-y: auto;
}

body.layout-fixed.rnfi-ui-ready .sidebar::-webkit-scrollbar {
  width: 6px;
}

body.layout-fixed.rnfi-ui-ready .sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

body.layout-fixed.rnfi-ui-ready .user-panel {
  margin: 2px 22px 22px !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  align-items: center !important;
}

body.layout-fixed.rnfi-ui-ready .user-panel .info strong,
body.layout-fixed.rnfi-ui-ready .user-panel .info a,
body.layout-fixed.rnfi-ui-ready .user-panel .info h5 {
  color: #fff;
}

/* body.layout-fixed.rnfi-ui-ready .nav-sidebar {
  padding: 0 12px 18px;
} */

body.layout-fixed.rnfi-ui-ready .rnfi-sidebar-section {
  display: block;
  margin-left:-98px;
  margin-bottom: 18px;
  color: #FFF;
  /* font-family: Inter; */
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 4px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar > .nav-item {
  margin: -7px 0 10px;
  color: #FFF;
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* sidebar humberbuger button new css */

.rnfi-header-toggle {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  transition: left 0.35s ease;
}

body.sidebar-collapse .rnfi-header-toggle {
  left: -170px;
}

body:not(.sidebar-collapse) .rnfi-header-toggle {
  left: -40px;
}

/* sidebar humberbuger button new css end*/

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link {
  /* min-height: 44px; */
  padding:10px 18px;
  /* border-radius: 999px; */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  min-height: 35px;
  height: auto;
  height: 41px;
  width: 234px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  /* background: var(--rnfi-sidebar-pill); */
	background: linear-gradient(90deg, rgba(55, 55, 55, 0.244) 0%, rgba(153, 153, 153, 0.188) 100%);
	backdrop-filter: blur(52px);
  color: var(--rnfi-sidebar-text);
  font-size:12px;
  font-weight: 400;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link:hover,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link:focus {
  background: var(--rnfi-sidebar-pill-hover);
  color: #fff;
  transform: translateX(1px);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link.active,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .menu-open > .nav-link,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-item > .nav-link.active {
  background: var(--rnfi-sidebar-pill-active);
  color: var(--rnfi-accent) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link p,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link .right {
  color: inherit;
  margin: 0;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link p {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.35;
  margin-top:2px;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link > .right {
  margin-left: auto;
  flex: 0 0 auto;
  align-self: center;
  transform: rotate(180deg);
  transition: transform 0.2s ease, color 0.2s ease;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link p > .right {
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease, color 0.2s ease;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .menu-open > .nav-link > .right,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .menu-open > .nav-link p > .right {
  transform: translateY(-50%) rotate(-90deg);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .menu-open > .nav-link > .right {
  transform: rotate(-90deg);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-icon,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .far,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .fas,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .fa,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .fa-solid {
  width: 20px;
  min-width: 18px;
  margin-right: 0;
  text-align: center;
  color: inherit;
  font-size: 1rem;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link > img,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link > .nav-icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 0;
  object-fit: contain;
  flex: 0 0 20px;
  align-self: flex-start;
  margin-top: 1px;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .rnfi-dashboard-nav-icon {
  filter: brightness(0) invert(1);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link.active .rnfi-dashboard-nav-icon,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .menu-open > .nav-link .rnfi-dashboard-nav-icon,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-item > .nav-link.active .rnfi-dashboard-nav-icon {
  filter: brightness(0) saturate(100%) invert(21%) sepia(56%) saturate(1907%) hue-rotate(196deg) brightness(97%) contrast(92%);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-link.active::after,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .menu-open > .nav-link::after {
  color: inherit;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview {
  margin: 8px 14px 16px 16px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview .nav-link {
  min-height: 40px;
  height: auto;
  padding: 10px 14px;
  border-radius: 18px;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  width: 100%;
  justify-content: flex-start;
  box-sizing: border-box;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview .nav-link p {
  padding-right: 20px;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview .nav-link:hover,
body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview .nav-link.active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview > .nav-item {
  width: 100%;
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview .nav-treeview {
  margin: 8px 0 12px 0;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

body.layout-fixed.rnfi-ui-ready .nav-sidebar .nav-treeview .nav-treeview .nav-link {
  width: 100%;
  padding-right: 10px;
}

body.layout-fixed.rnfi-ui-ready .main-header {
  position: fixed;
  top: 0;
  left: var(--rnfi-sidebar-width);
  right: 0;
  width: auto !important;
  /* min-height: 102px; */
  height: 60px !important;
  padding: 18px 28px 16px 38px;
  margin-left: 0;
  /* min-height: 52px;
  padding: 8px 28px 8px 38px; */
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  z-index: 1066;
  box-sizing: border-box;
  transition: left 0.25s ease;
  border-bottom: 1px solid #ddd;
}

body.layout-fixed.rnfi-ui-ready .rnfi-header-intro {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 auto;
  min-height: 64px;
}

/* body.layout-fixed.rnfi-ui-ready .rnfi-header-toggle {
  position: absolute;
  top: 50%;
  left: -45px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  color: #183b72;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transform: translateY(-50%);
  z-index: 1072;
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
} */
 body.layout-fixed.rnfi-ui-ready .rnfi-header-toggle {
    position: absolute;
    top: 50%;
    left: -45px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: #ffffff;
    color: #183b72;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(10,30,80,.22);
    transform: translateY(-50%);
    z-index: 1072;
    pointer-events: auto;
    cursor: pointer;

    transition:
        left 0.3s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

body.layout-fixed.sidebar-collapse.rnfi-ui-ready .rnfi-header-toggle,
body.layout-fixed:not(.sidebar-collapse).rnfi-ui-ready .rnfi-header-toggle {
    left: -55px;
}
@media (min-width: 992px) {
body.layout-fixed.sidebar-collapse.rnfi-ui-ready .rnfi-header-toggle {
	transform: translateY(-50%) rotate(180deg);
}

}

body.layout-fixed.rnfi-ui-ready .rnfi-header-toggle:hover,
body.layout-fixed.rnfi-ui-ready .rnfi-header-toggle:focus {
  background: #ffffff;
  color: #15345f;
  box-shadow:0 4px 12px rgba(10,30,80,.22);
  transform: translateY(-50%) translateX(-1px);
  outline: none;
}

@media (min-width: 992px) {

body.layout-fixed.sidebar-collapse.rnfi-ui-ready .rnfi-header-toggle:hover,
body.layout-fixed.sidebar-collapse.rnfi-ui-ready .rnfi-header-toggle:focus {
  transform: translateY(-50%) translateX(-1px) rotate(180deg);
}
}

@media (max-width: 1200px) {
	body.layout-fixed.sidebar-collapse.rnfi-ui-ready .rnfi-header-toggle,
	body.layout-fixed:not(.sidebar-collapse).rnfi-ui-ready .rnfi-header-toggle {
    left: -48px;
}
}

@media (max-width: 991px) {
	body.layout-fixed.sidebar-collapse.rnfi-ui-ready .rnfi-header-toggle,
	body.layout-fixed:not(.sidebar-collapse).rnfi-ui-ready .rnfi-header-toggle {
    left: -25px;
		position: static;
		        transform: unset;
}

body.layout-fixed.rnfi-ui-ready .rnfi-header-toggle:hover,
body.layout-fixed.rnfi-ui-ready .rnfi-header-toggle:focus {
  transform: unset;
}
}



body.layout-fixed.rnfi-ui-ready .rnfi-header-copy {
  min-width: 0;
}

body.layout-fixed.rnfi-ui-ready .rnfi-header-copy-with-toggle {
  /* margin-left: 34px; */
  margin-left: 0px;
  font-size: 13px;
}

body.layout-fixed.rnfi-ui-ready .rnfi-header-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #8191aa;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.layout-fixed.rnfi-ui-ready .rnfi-header-title {
  margin: 0;
  color: #1d2c45;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}

body.layout-fixed.rnfi-ui-ready .main-header .navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-left: auto !important;
  flex: 0 0 auto;
}

body.layout-fixed.rnfi-ui-ready .main-header .nav-item {
  flex: 0 0 auto;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

body.layout-fixed.rnfi-ui-ready .main-header .nav-link {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rnfi-header-icon-fg) !important;
  background: var(--rnfi-header-icon-bg);
  border: 0;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.layout-fixed.rnfi-ui-ready .main-header .nav-link:hover,
body.layout-fixed.rnfi-ui-ready .main-header .nav-link:focus {
  background: #e2ebf7;
  color: #0d59ab !important;
  transform: translateY(-1px);
}

body.layout-fixed.rnfi-ui-ready .main-header .dropdown-menu {
  margin-top: 12px;
  border: 1px solid #e4ecf5;
  border-radius: 18px;
  box-shadow: var(--rnfi-shadow);
  overflow: hidden;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown {
  min-width: 208px;
  padding: 0;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(16, 34, 75, 0.14);
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-card {
  margin: 0;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-user {
  align-items: center;
  padding: 12px 16px 10px;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-user .user-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px !important;
  flex: 0 0 40px;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-user .profile-user-img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-user .user-info {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-title {
  margin: 0;
  padding: 0 !important;
  color: #1c2740;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-meta,
body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-phone {
  padding: 0 !important;
  color: #6d788c;
  font-size: 0.82rem;
  line-height: 1.25;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-meta {
  margin-top: 2px;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-phone {
  margin-top: 1px;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown .dropdown-divider {
  margin: 0;
  border-top-color: #edf2f7;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  color: #24324a;
  font-size: 0.95rem;
  font-weight: 600;
  background: #ffffff;
  transition: background 0.2s ease, color 0.2s ease;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-item:hover,
body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-item:focus {
  background: #f7faff;
  color: #173d78;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-item-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex: 0 0 34px;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-item-icon-profile {
  background: linear-gradient(180deg, #d7ecff 0%, #c7e0ff 100%);
  color: #2c76c9;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-item-icon-logout {
  background: linear-gradient(180deg, #ffe0df 0%, #ffc9c5 100%);
  color: #ec5952;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-dropdown-item-label {
  min-width: 0;
  white-space: nowrap;
}

body.layout-fixed.rnfi-ui-ready .main-header .navbar-badge {
  top: 2px;
  right: 2px;
  border-radius: 999px;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-link {
  min-width: 206px;
  height: 45px;
  justify-content: flex-start;
  padding: 8px 16px 8px 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff1e8 0%, #ffe6d8 100%);
  font-size: 14px;
}

body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-link .nav-icon {
  display: none;
}

body.layout-fixed.rnfi-ui-ready .rnfi-profile-avatar {
  width: 38px;
  height: 28px;
  border-radius: 50%;
  object-fit: fill;
  flex: 0 0 38px;
}

body.layout-fixed.rnfi-ui-ready .rnfi-profile-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  line-height: 1.15;
}

body.layout-fixed.rnfi-ui-ready .rnfi-profile-name {
  color: #203048;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.layout-fixed.rnfi-ui-ready .rnfi-profile-meta {
  color: #5f6c80;
  /* font-size: 0.66rem; */
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}

body.layout-fixed.rnfi-ui-ready .content-wrapper,
body.layout-fixed.rnfi-ui-ready .main-footer {
  margin-left: var(--rnfi-sidebar-width);
  transition: margin-left 0.25s ease;
}

body.layout-fixed.rnfi-ui-ready .content-wrapper {
  min-height: 100vh;
  padding-top: 102px;
  background: #fff;
  border-top-left-radius: 32px;
  /* border-bottom-left-radius: 32px; */
  overflow: hidden;
}

body.layout-fixed.rnfi-ui-ready .content-wrapper > .content {
  padding: 0px 20px 24px;
  margin-top:-25px;
}

body.layout-fixed.rnfi-ui-ready .container-fluid {
  padding-left: 8px;
  padding-right: 8px;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .main-sidebar {
  width: var(--rnfi-sidebar-collapsed-width);
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .main-sidebar {
  width: var(--rnfi-sidebar-collapsed-width);
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .main-header {
  left: var(--rnfi-sidebar-collapsed-width);
  width: auto !important;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .content-wrapper,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .main-footer {
  margin-left: var(--rnfi-sidebar-collapsed-width);
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .brand-link {
  justify-content: center;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .brand-link {
  justify-content: center;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
}







body.layout-fixed.rnfi-ui-ready.sidebar-collapse .brand-link img{
	display: none;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .brand-link img.collapsed-img{
	display: block;
	margin: 0 auto;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .rnfi-brand-copy,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .user-panel .info,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .nav-link p,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .right,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .nav-treeview,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .rnfi-sidebar-section {
  display: none !important;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .rnfi-brand-copy,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .user-panel,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .user-panel .info,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .nav-link p,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .right,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .nav-treeview,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .rnfi-sidebar-section {
  display: none !important;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar {
  padding-left: 10px;
  padding-right: 10px;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar {
  padding-left: 0px;
  padding-right: 10px;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .nav-link {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .nav-link {
  width: 100%;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .nav-link::after,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .right {
  display: none !important;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .nav-link::after,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .right {
  display: none !important;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .nav-icon,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .far,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .fas,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .fa,
body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .nav-sidebar .fa-solid {
  margin: 0;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .nav-icon,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .far,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .fas,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .fa,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .nav-sidebar .fa-solid {
  margin: 0;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .user-panel {
  justify-content: center !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body.layout-fixed.rnfi-ui-ready.sidebar-collapse .main-sidebar:hover,
body.layout-fixed.rnfi-ui-ready.sidebar-collapse .main-sidebar.sidebar-focused {
  width: var(--rnfi-sidebar-collapsed-width);
}

body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-collapsed .rnfi-sidebar-edge-toggle i {
  transform: rotate(180deg);
}

body.layout-fixed.rnfi-ui-ready .main-footer {
  background: var(--rnfi-content-bg);
}

body.layout-fixed.rnfi-shell-page {
  background: var(--rnfi-shell-bg);
}

body.layout-fixed.rnfi-shell-page .wrapper {
  background: var(--rnfi-shell-bg);
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell {
  position: relative;
  min-height: 100vh;
  margin-left: var(--rnfi-sidebar-width);
  background: var(--rnfi-content-bg);
  border-top-left-radius: 32px;
  overflow: visible;
  transition: margin-left 0.25s ease;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 102px;
  padding: 18px 28px 16px 38px;
  margin-left: 0;
  /* min-height: 52px;
  padding: 8px 28px 8px 38px; */
  border: 0;
  border-radius: 32px 0 0 0;
  background: var(--rnfi-content-bg);
  box-shadow: none;
  overflow: visible;
  z-index: 1066;
  justify-content: flex-start;
  box-sizing: border-box;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-intro {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  width: auto;
  min-height: 64px;
  align-items: flex-start !important;
  justify-content: flex-start;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-toggle {
  position: absolute;
  top: 50%;
  left: -28px;
  width: 50px;
  height: 88px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  color: #183b72;
  box-shadow: 0 8px 20px rgba(20, 41, 84, 0.10);
  transform: translateY(-50%);
  z-index: 1072;
  pointer-events: auto;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-toggle:hover,
body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-toggle:focus {
  background: #ffffff;
  color: #15345f;
  box-shadow: 0 12px 24px rgba(20, 41, 84, 0.14);
  transform: translateY(-50%) translateX(-1px);
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-toggle i {
  font-size: 1.55rem;
  line-height: 1;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-copy {
  margin-left: 0;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-copy-with-toggle {
  margin-left: 34px;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .main-header .navbar-nav.ml-auto {
  margin-left: auto !important;
  flex: 0 0 auto;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .content-wrapper,
body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .main-footer {
  margin-left: 0;
  background: transparent;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .content-wrapper {
  min-height: 100vh;
  padding-top: 102px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow: hidden;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .main-footer {
  border-bottom-left-radius: 32px;
  background: var(--rnfi-content-bg);
}

body.layout-fixed.rnfi-shell-page .rnfi-sidebar-edge-toggle {
  display: none !important;
}

body.layout-fixed.rnfi-shell-page.rnfi-sidebar-collapsed .rnfi-dashboard-shell {
  margin-left: var(--rnfi-sidebar-collapsed-width);
}

body.layout-fixed.rnfi-shell-page.rnfi-sidebar-collapsed .rnfi-dashboard-shell .main-header,
body.layout-fixed.rnfi-shell-page.rnfi-sidebar-open .rnfi-dashboard-shell .main-header,
body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .main-header {
  left: 0;
  right: 0;
  margin-left: 0;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .content-wrapper > .content {
  padding: 28px 20px 24px;
}

body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .container-fluid {
  padding-left: 8px;
  padding-right: 8px;
}

body.layout-fixed.rnfi-shell-page .breadcrumb {
  margin-bottom: 18px;
  background: transparent;
  padding: 0 0 10px;
}

body.layout-fixed.rnfi-shell-page .card {
  border: 1px solid #e7eef7;
  border-radius: 28px;
  box-shadow: 0 6px 24px rgba(20, 41, 84, 0.06);
  overflow: hidden;
}

body.layout-fixed.rnfi-shell-page .card.card-primary,
body.layout-fixed.rnfi-shell-page .card.card-danger {
  border-top: 1px solid #e7eef7;
}

body.layout-fixed.rnfi-shell-page .card-header {
  background: #ffffff;
  border-bottom: 1px solid #edf2f8;
  padding: 20px 24px;
}

body.layout-fixed.rnfi-shell-page .card-title {
  color: #1c2d45;
  font-size: 1.1rem;
  font-weight: 700;
}

body.layout-fixed.rnfi-shell-page .card-body {
  padding: 24px;
  background: #ffffff;
}

body.layout-fixed.rnfi-shell-page .card-footer {
  padding: 18px 24px 24px;
  border-top: 1px solid #edf2f8;
  background: #ffffff;
}

body.layout-fixed.rnfi-shell-page .btn-primary,
body.layout-fixed.rnfi-shell-page .btn-success {
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
}

body.layout-fixed.rnfi-shell-page .btn-primary.float-right,
body.layout-fixed.rnfi-shell-page .btn-success.float-right {
  margin-bottom: 14px !important;
}

body.layout-fixed.rnfi-shell-page .form-control,
body.layout-fixed.rnfi-shell-page .select2-container--default .select2-selection--single,
body.layout-fixed.rnfi-shell-page .select2-container--default .select2-selection--multiple {
  min-height: 46px;
  border-color: #d1dcea;
  border-radius: 12px;
  box-shadow: none;
}

body.layout-fixed.rnfi-shell-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}

body.layout-fixed.rnfi-shell-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

body.layout-fixed.rnfi-shell-page .table-responsive {
  border-radius: 18px;
}

body.layout-fixed.rnfi-shell-page table.dataTable {
  margin-top: 0 !important;
}

body.layout-fixed.rnfi-shell-page table.dataTable thead th {
  background: #a9d4f3;
  color: #0d5e9e;
  border-bottom: 0 !important;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.layout-fixed.rnfi-shell-page .table-bordered td,
body.layout-fixed.rnfi-shell-page .table-bordered th {
  border-color: #edf2f8;
}

body.layout-fixed.rnfi-shell-page .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

body.layout-fixed.rnfi-shell-page .table-striped tbody tr:nth-of-type(even) {
  background-color: #dcebfb;
}

body.layout-fixed.rnfi-shell-page .dataTables_wrapper .dt-buttons,
body.layout-fixed.rnfi-shell-page .dataTables_wrapper .dataTables_filter,
body.layout-fixed.rnfi-shell-page .dataTables_wrapper .dataTables_length {
  margin-bottom: 14px;
}

body.rnfi-admin-setting-page {
  background: #f5f6f8;
  color: #1d2b45;
  overflow-x: hidden;
}

body.rnfi-admin-setting-page .wrapper {
  background: #f5f6f8;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell {
  position: relative;
  min-height: 100vh;
  margin-left: var(--rnfi-sidebar-width);
  background: transparent;
  border-top-left-radius: 32px;
  overflow: visible;
  transition: margin-left 0.25s ease;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 102px;
  padding: 18px 28px 16px 38px;
  /* min-height: 52px;
  padding: 8px 28px 8px 38px; */
  border: 0;
  border-radius: 32px 0 0 0;
  background: #ffffff;
  box-shadow: none;
  overflow: visible;
  z-index: 1066;
  justify-content: flex-start;
  box-sizing: border-box;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-intro {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  width: auto;
  min-height: 64px;
  align-items: flex-start !important;
  justify-content: flex-start;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-toggle i {
  font-size: 1em;
  line-height: 1;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-copy {
  margin-left: 0;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-copy-with-toggle {
  margin-left: 34px;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .main-header .navbar-nav.ml-auto {
  margin-left: auto !important;
  flex: 0 0 auto;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .content-wrapper,
body.rnfi-admin-setting-page .rnfi-dashboard-shell .main-footer {
  margin-left: 0;
  background: #ffffff;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .content-wrapper {
  min-height: 100vh;
  padding-top: 102px;
  overflow: hidden;
}

body.rnfi-admin-setting-page .rnfi-dashboard-shell .main-footer {
  border-bottom-left-radius: 32px;
}

body.rnfi-admin-setting-page.rnfi-sidebar-collapsed .rnfi-dashboard-shell {
  margin-left: var(--rnfi-sidebar-collapsed-width);
}

body.rnfi-admin-setting-page.rnfi-sidebar-collapsed .rnfi-dashboard-shell .main-header,
body.rnfi-admin-setting-page.rnfi-sidebar-open .rnfi-dashboard-shell .main-header,
body.rnfi-admin-setting-page .rnfi-dashboard-shell .main-header {
  left: 0;
  right: 0;
  margin-left: 0;
}

body.rnfi-admin-setting-page .content-wrapper > .content {
  padding: 28px 20px 24px;
}

body.rnfi-admin-setting-page .breadcrumb {
  display: none;
}

body.rnfi-admin-setting-page .card {
  border: 1px solid #e7eef7;
  border-radius: 32px;
  box-shadow: 0 6px 24px rgba(20, 41, 84, 0.06);
  background: #ffffff;
}

body.rnfi-admin-setting-page .card-header {
  background: #ffffff;
  border-bottom: 1px solid #edf2f8;
  padding: 24px 28px 22px;
}

body.rnfi-admin-setting-page .card-body {
  padding: 30px 28px 34px;
  background: #ffffff;
}

body.rnfi-admin-setting-page .table-responsive {
  border-radius: 24px;
}

body.rnfi-admin-setting-page .btn.rnfi-admin-setting-cta {
  min-height: 46px;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  background: #22b157;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: none;
}

body.rnfi-admin-setting-page .btn.rnfi-admin-setting-cta:hover,
body.rnfi-admin-setting-page .btn.rnfi-admin-setting-cta:focus {
  background: #1ca04e;
  color: #ffffff;
}

body.rnfi-admin-setting-page .rnfi-admin-setting-toolbar {
  margin-bottom: 24px;
}

body.rnfi-admin-setting-page .rnfi-admin-setting-toolbar .rnfi-admin-setting-cta {
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  body.rnfi-admin-setting-page .rnfi-dashboard-shell {
    margin-left: 0;
    border-top-left-radius: 0;
  }

  body.rnfi-admin-setting-page .rnfi-dashboard-shell .main-header {
    position: fixed;
    width: 100%;
    min-height: 74px;
    padding: 12px 16px;
    border-radius: 0;
    justify-content: flex-start;
  }

  body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-intro {
    min-height: auto;
    align-items: center !important;
  }

  body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-toggle {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    transform: none;
    box-shadow: none;
  }

  body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-toggle:hover,
  body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-toggle:focus {
    transform: translateX(-1px);
    box-shadow: none;
  }

  body.rnfi-admin-setting-page .rnfi-dashboard-shell .rnfi-header-copy-with-toggle {
    margin-left: 0;
  }

  body.rnfi-admin-setting-page .rnfi-dashboard-shell .content-wrapper {
    padding-top: calc(var(--rnfi-header-height) - 2px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  body.rnfi-admin-setting-page .content-wrapper > .content {
    padding: 22px 14px 20px;
  }

  body.rnfi-admin-setting-page .card-header {
    padding: 18px 18px 16px;
  }

  body.rnfi-admin-setting-page .card-body {
    padding: 20px 18px 24px;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell {
    margin-left: 0;
    border-top-left-radius: 0;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .main-header {
    position: fixed;
    width: 100%;
    min-height: 74px;
    padding: 12px 16px;
    border-radius: 0;
    justify-content: flex-start;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-intro {
    min-height: auto;
    align-items: center !important;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-toggle {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    transform: none;
    box-shadow: none;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-toggle:hover,
  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-toggle:focus {
    transform: translateX(-1px);
    box-shadow: none;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .rnfi-header-copy-with-toggle {
    margin-left: 0;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .content-wrapper {
    padding-top: calc(var(--rnfi-header-height) - 2px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .content-wrapper > .content {
    padding: 22px 14px 20px;
  }
}

@media (max-width: 575.98px) {
  body.rnfi-admin-setting-page .content-wrapper > .content {
    padding: 18px 10px 18px;
  }

  body.rnfi-admin-setting-page .rnfi-dashboard-shell .main-header {
    padding: 10px 12px;
  }

  body.rnfi-admin-setting-page .card {
    border-radius: 24px;
  }

  body.layout-fixed.rnfi-shell-page .rnfi-dashboard-shell .content-wrapper > .content {
    padding: 18px 10px 18px;
  }

  body.layout-fixed.rnfi-shell-page .card {
    border-radius: 22px;
  }
}

@media (max-width: 1199.98px) {
  body.layout-fixed.rnfi-ui-ready .main-header {
    left: var(--rnfi-sidebar-width);
    right: 0;
    padding: 16px 20px 14px 30px;
  }
}

@media (max-width: 991.98px) {
  body.layout-fixed.rnfi-ui-ready .main-header,
  body.layout-fixed.rnfi-ui-ready .content-wrapper,
  body.layout-fixed.rnfi-ui-ready .main-footer {
    margin-left: 0;
    left: 0;
    right: 0;
  }

  /* body.layout-fixed.rnfi-ui-ready .main-header {
    min-height: 76px;
    border-radius: 0;
    padding: 12px 16px 12px 20px;
  } */

  body.layout-fixed.rnfi-ui-ready .main-sidebar {
    transform: translateX(-100%);
    border-radius: 0 28px 28px 0;
  }

  body.layout-fixed.rnfi-ui-ready .content-wrapper {
     padding-top: 100px;  /*76px */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-open .main-sidebar {
    transform: translateX(0);
  }

  body.layout-fixed.rnfi-ui-ready.rnfi-sidebar-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(8, 20, 54, 0.42);
    z-index: 1000;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-sidebar-edge-toggle {
    display: none;
  }

  body.layout-fixed.rnfi-ui-ready .main-header .navbar-nav {
    gap: 8px;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-header-intro {
    min-height: 52px;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-header-toggle {
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 20px;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-header-copy-with-toggle {
    margin-left: 26px;
  }
}

@media (max-width: 575.98px) {
  body.layout-fixed.rnfi-ui-ready .main-header {
    padding: 10px 12px;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-header-intro {
    gap: 10px;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-header-title {
    font-size: 1rem;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-header-eyebrow {
    font-size: 0.66rem;
  }

  body.layout-fixed.rnfi-ui-ready .main-header .nav-link {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  body.layout-fixed.rnfi-ui-ready .main-header .navbar-nav li:nth-child(-n+2) {
    display: none;
  }

  body.layout-fixed.rnfi-ui-ready .main-header .rnfi-profile-link {
    min-width: auto;
    padding-right: 10px;
  }

  body.layout-fixed.rnfi-ui-ready .rnfi-profile-text {
    display: none;
  } 
}


.modal-content{
  margin-top:88px
}
