.layout__K53VY {
  min-height: 100vh;
  width: 100%;
}
.layout__K53VY .sidebarOverlay__L0iJC {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.layout__K53VY .bodyWrapper__cLy0l {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  background: rgba(236, 242, 244, 0.5);
  transition: margin-left 0.3s ease;
}
.layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE {
  transition: all 0.3s ease;
  min-height: calc(100vh - 60px);
}
.layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.collapsed__uYjLT {
  margin-left: 80px;
  width: calc(100% - 80px);
}
.layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.expanded___qFwQ {
  margin-left: 220px;
  width: calc(100% - 220px);
}
@media (min-width: 1601px) {
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.collapsed__uYjLT {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.expanded___qFwQ {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media (max-width: 1600px) and (min-width: 1201px) {
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.collapsed__uYjLT {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.expanded___qFwQ {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.collapsed__uYjLT {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.expanded___qFwQ {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.collapsed__uYjLT {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.expanded___qFwQ {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media (max-width: 768px) {
  .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.collapsed__uYjLT, .layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.expanded___qFwQ {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
}
.layout__K53VY .bodyWrapper__cLy0l .overlayContent__iQEEE.fullWidth__jnRkm {
  margin-left: 0;
  width: 100%;
}
.layout__K53VY .bodyWrapper__cLy0l .footer__TMI03 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.layout__K53VY .bodyWrapper__cLy0l .footer__TMI03 .subHeading__YPZgU {
  color: #b2bec3;
  font-size: 12px;
}
.layout__K53VY .bodyWrapper__cLy0l .footer__TMI03 p {
  text-align: center;
}

.spinner__limZC {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Synced Sidebar Styles */
.sideNav__lKu7A {
  transition: all 0.3s ease;
  min-width: 80px !important;
  max-width: 220px !important;
}
.sideNav__lKu7A.ant-layout-sider-collapsed__yscyf {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 220px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
@media (max-width: 1600px) and (min-width: 1201px) {
  .sideNav__lKu7A {
    min-width: 80px !important;
    max-width: 220px !important;
  }
  .sideNav__lKu7A.ant-layout-sider-collapsed__yscyf {
    min-width: 80px !important;
    max-width: 220px !important;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .sideNav__lKu7A {
    min-width: 80px !important;
    max-width: 200px !important;
  }
  .sideNav__lKu7A.ant-layout-sider-collapsed__yscyf {
    min-width: 80px !important;
    max-width: 220px !important;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .sideNav__lKu7A {
    min-width: 80px !important;
    max-width: 220px !important;
  }
  .sideNav__lKu7A.ant-layout-sider-collapsed__yscyf {
    min-width: 80px !important;
    max-width: 220px !important;
  }
}
@media (max-width: 768px) {
  .sideNav__lKu7A {
    position: relative !important;
    height: 100vh;
    z-index: 1000;
  }
  .sideNav__lKu7A:not(.ant-layout-sider-collapsed__yscyf) {
    width: 80px !important;
  }
  .sideNav__lKu7A.ant-layout-sider-collapsed__yscyf {
    width: 80px !important;
    min-width: 80px !important;
    overflow: hidden;
  }
  .sideNav__lKu7A ~ .sidebarOverlay__L0iJC {
    display: block;
  }
}

.floatingHeader__lxBnv {
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #000;
}
.floatingHeader__lxBnv.ant-layout-header__MseB8 {
  line-height: normal;
  padding: 0 48px;
  background: transparent;
}

.layout__K53VY {
  min-height: 100vh;
  background-color: #f7f7ff;
}
.layout__K53VY .ant-layout__CktCQ {
  background-color: #f7f7ff;
}

@media screen and (max-width: 768px) {
  .floatingHeader__lxBnv.ant-layout-header__MseB8 {
    padding: 0 16px;
  }
  .overlayContent__iQEEE.collapsed__uYjLT, .overlayContent__iQEEE.expanded___qFwQ {
    margin-left: 0;
  }
}
.ant-layout {
  background: transparent;
}
.ant-layout-content {
  background: transparent;
}

/* Very slim scrollbar for content area */
.content_scrollable__ensjS::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.content_scrollable__ensjS::-webkit-scrollbar-track {
  background: transparent;
}

.content_scrollable__ensjS::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.content_scrollable__ensjS::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* For Firefox */
.content_scrollable__ensjS {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}
.paginationContainer__nVwcb {
  float: right;
  margin: 1rem;
}

.mainDivStyles__GXhon {
  margin: 1%;
}

.buttonStyles__NHrLl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  height: 28px;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
  margin-right: 0.5rem;
  height: 28px;
}
.buttonStyles__NHrLl .icon__maIjj {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.icon__maIjj {
  font-size: 5px;
  margin-left: 3px;
}
.carouselWrapper__sUdAC {
  width: 100%;
}
.carouselWrapper__sUdAC .ant-carousel .slick-dots {
  bottom: 0;
  margin-bottom: 0;
}
.carouselWrapper__sUdAC .ant-carousel .slick-dots li {
  margin: 0 4px;
}
.carouselWrapper__sUdAC .ant-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  transition: all 0.3s ease;
}
.carouselWrapper__sUdAC .ant-carousel .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.container__uFw0y {
  text-align: center;
}
.container__uFw0y .imagesContainer___icyD {
  margin: 0 auto 1.5rem;
  width: min(380px, 85%);
  border-radius: 12px;
  display: block;
}
.container__uFw0y .textContainer__rtDVn {
  display: flex;
  flex-direction: column;
  width: 80%;
  align-items: center;
  margin: 0 auto;
}
.container__uFw0y .textContainer__rtDVn .title__hQwD9 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.85rem;
  text-align: center;
}
.container__uFw0y .textContainer__rtDVn .text__DLwB4 {
  color: rgb(203, 213, 225);
  font-size: 0.95rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 0.5rem;
}
.container__pTTpt {
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  overflow: hidden;
}

.layoutRow__GOtNH {
  height: 100%;
}

.leftCol__wYHZL {
  height: 100%;
}

.formSide__lwKcO {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}

.logoContainer__smBKB {
  display: flex;
  align-items: center;
  padding: 2rem 2.5rem;
}

.domainLogo__xXyKX {
  height: 50px;
  width: auto;
  max-width: 250px;
  object-fit: contain;
}

.formArea__Q9VaP {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.footer__u3rSc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  margin-bottom: 0.75rem;
}

.footerText__QXzP1 {
  color: #94a3b8;
  font-size: 12px;
}

.footerLink__bhM9A {
  color: #94a3b8;
  font-size: 12px;
  cursor: pointer;
}
.footerLink__bhM9A:hover {
  color: #64748b;
}

.rightCol__PDOhN {
  display: flex;
  padding: 1.25rem 1.25rem 1.25rem 0;
  height: 100%;
}

.blueCard__lxe6U {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(30, 64, 175, 0.25), 0 8px 24px rgba(0, 0, 0, 0.08);
  background: linear-gradient(160deg, #1e3a8a 0%, #2563eb 50%, #1e40af 100%);
}

.geoShapes___71Yt {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.rect1__nBarS {
  position: absolute;
  top: -15%;
  left: -10%;
  width: 80%;
  height: 65%;
  background: rgba(255, 255, 255, 0.04);
  transform: rotate(-15deg);
  transform-origin: top left;
}

.rect2__H1ZUw {
  position: absolute;
  top: -5%;
  right: -20%;
  width: 70%;
  height: 60%;
  background: rgba(255, 255, 255, 0.035);
  transform: rotate(25deg);
  transform-origin: top right;
}

.rect3__u6MII {
  position: absolute;
  top: 20%;
  left: 30%;
  width: 90%;
  height: 50%;
  background: rgba(255, 255, 255, 0.03);
  transform: rotate(-25deg);
  transform-origin: center center;
}

.rect4__IyYgr {
  position: absolute;
  bottom: -10%;
  left: -15%;
  width: 75%;
  height: 55%;
  background: rgba(255, 255, 255, 0.04);
  transform: rotate(20deg);
  transform-origin: bottom left;
}

.rect5__Igo_E {
  position: absolute;
  bottom: -5%;
  right: -10%;
  width: 65%;
  height: 50%;
  background: rgba(255, 255, 255, 0.025);
  transform: rotate(-12deg);
  transform-origin: bottom right;
}

.rect6__rbKz1 {
  position: absolute;
  top: 35%;
  left: -5%;
  width: 110%;
  height: 20%;
  background: rgba(255, 255, 255, 0.02);
  transform: rotate(-8deg);
}

.cardHeader__HGLwf {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.35rem;
  padding: 1.5rem 2rem 0;
  position: relative;
  z-index: 1;
}

.cardLogoIcon__Y7IUo {
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.cardLogoText__SIbAn {
  height: 22px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.carouselArea__Cs8gV {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem 2.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .container__pTTpt {
    background: #ffffff;
  }
  .formSide__lwKcO {
    min-height: 100vh;
  }
  .footer__u3rSc {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}
.sideNav__z1e69 {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e7;
  transition: all 0.2s ease;
  box-sizing: border-box;
  border: 1px solid #e4e4e7 !important;
}
.sideNav__z1e69:not(.ant-layout-sider-collapsed__k7Pns) {
  max-width: 220px !important;
  min-width: 80px !important;
  overflow: hidden;
}
.sideNav__z1e69.ant-layout-sider-collapsed__k7Pns {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 220px !important;
}
.sideNav__z1e69 .sideNav__z1e69::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #e4e4e7;
  pointer-events: none;
}
.sideNav__z1e69 .container__a9LEf {
  background: #ffffff;
  height: 100%;
  cursor: pointer;
  max-width: 220px;
  min-width: 80px;
  transition: all 0.2s ease;
}
.sideNav__z1e69 .container__a9LEf .logoContainer__GRfcx {
  height: 60px;
  max-width: 220px;
  min-width: 80px;
  padding: 0 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex: none;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e4e4e7;
  align-items: center;
  position: relative;
  user-select: none;
  overflow: hidden;
}
.sideNav__z1e69 .container__a9LEf .logoContainer__GRfcx .clientNameAvatar__lHZxR {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.sideNav__z1e69 .container__a9LEf .logoContainer__GRfcx .icon__BlolF {
  padding: 1px;
  height: 45px;
  font-size: 16px;
}
.sideNav__z1e69 .container__a9LEf .logoContainer__GRfcx .expandedIcon__sINuV {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sideNav__z1e69 .container__a9LEf .logoContainer__GRfcx .collapsed__t7dTe {
  margin-left: 8px;
}
.sideNav__z1e69 .container__a9LEf .logoContainer__GRfcx .expanded__nTbiJ {
  margin-left: 0;
}
.sideNav__z1e69 .container__a9LEf .expandedDiv__Fx8Bq {
  padding-left: 20px;
}
.sideNav__z1e69 .container__a9LEf .menuItems__zI8UP {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 1rem;
  height: calc(100vh - 140px);
  color: #4c5459;
  max-width: 220px;
  min-width: 80px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sideNav__z1e69 .container__a9LEf::-webkit-scrollbar {
  width: 6px;
  display: none;
}
.sideNav__z1e69 .container__a9LEf::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.sideNav__z1e69 .container__a9LEf::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.sideNav__z1e69 .container__a9LEf::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT {
  position: relative;
  bottom: 0;
  max-width: 220px;
  min-width: 80px;
  background-color: rgb(255, 255, 255);
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e4e4e7;
  justify-content: center;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomSpacer__DiDMU {
  height: 60px;
  background: inherit;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc {
  padding: 0 0.25rem;
  display: flex;
  flex: none;
  gap: 0.3rem;
  align-items: center;
  user-select: none;
  overflow: hidden;
  height: 50px;
  width: 100%;
  object-fit: contain;
  justify-content: center;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .icon__BlolF {
  padding: 1px;
  height: 45px;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .ec__a7Y0y {
  padding-top: 7px;
  height: 55px;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .employee__Snbbi {
  padding-top: 7px;
  height: 55px;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .partner__QG69u {
  padding-top: 7px;
  height: 50px;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .distributor__n3u5r {
  padding-top: 8px;
  padding-left: 3px;
  margin-bottom: 3px;
  height: 63px;
  width: 180px;
  object-fit: cover;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .dc__QT6yr {
  padding-top: 7px;
  margin-bottom: 3px;
  height: 63px;
  width: 150px;
  align-items: center;
  object-fit: contain;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .super__YCSVR {
  padding-top: 7px;
  padding-left: 7px;
  margin-bottom: 3px;
  height: 63px;
  width: 150px;
  align-items: center;
  object-fit: contain;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .depo__x1xN_ {
  padding-top: 7px;
  padding-left: 7px;
  margin-bottom: 3px;
  height: 63px;
  width: 150px;
  align-items: center;
  object-fit: contain;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .expandedIcon__sINuV {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .collapsed__t7dTe {
  margin-left: 0px;
}
.sideNav__z1e69 .container__a9LEf .bottomContainer__tEqjT .bottomLogo__epYSc .expanded__nTbiJ {
  margin-left: 0;
}
.container__W6F96 {
  background: #f7f7ff;
  height: calc(100% - 10px);
  cursor: pointer;
  position: relative;
  overflow-y: auto;
  max-width: 230px;
  min-width: 70px;
  margin: 0 0.5rem;
  transition: all 0.2s ease;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding-top: 0.2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.container__W6F96 .logoContainer__F1dYY {
  height: 60px;
  max-width: 220px;
  min-width: 80px;
  padding: 0 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex: none;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(99, 102, 241, 0.1);
  align-items: center;
  position: relative;
  user-select: none;
  overflow: hidden;
}
.container__W6F96 .logoContainer__F1dYY .clientNameAvatar__QYO6T {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.container__W6F96 .logoContainer__F1dYY .icon__RaH2K {
  padding: 1px;
  height: 45px;
  font-size: 16px;
}
.container__W6F96 .logoContainer__F1dYY .expandedIcon__fTYSC {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.container__W6F96 .logoContainer__F1dYY .collapsed__CU2Hi {
  margin-left: 8px;
}
.container__W6F96 .logoContainer__F1dYY .expanded__xzOUp {
  margin-left: 0;
}
.container__W6F96 .expandedDiv__ZEnId {
  padding-left: 20px;
}
.container__W6F96 .menuItems__jrzHI {
  padding: 0px 8px;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
  height: calc(100vh - 150px);
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.container__W6F96 .menuItems__jrzHI::-webkit-scrollbar {
  display: none;
}
.container__W6F96 .menuItems__jrzHI .ant-menu {
  background: transparent !important;
  border: none !important;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 12px !important;
  margin: 4px 0 !important;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0s ease, box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: visible;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item:hover {
  background: rgba(99, 102, 241, 0.08);
  color: rgba(0, 0, 0, 0.95);
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item:hover .ant-menu-item-icon {
  color: #6366f1;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item.ant-menu-item-selected {
  background: #6366f1 !important;
  color: #ffffff !important;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.25);
  transition: background-color 0s ease, color 0s ease, box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon {
  color: #ffffff !important;
  transition: color 0s ease !important;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item.ant-menu-item-selected:hover {
  background: #595bee !important;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item .ant-menu-item-icon {
  font-size: 18px;
  transition: color 0s ease;
  color: rgba(0, 0, 0, 0.7);
  min-width: 18px;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item .ant-menu-title-content {
  margin-left: 8px;
  transition: none;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-inline-collapsed .ant-menu-item {
  padding: 0 !important;
  justify-content: center;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-inline-collapsed .ant-menu-item .ant-menu-item-icon {
  font-size: 20px;
  margin: 0;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-inline-collapsed .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon {
  color: #ffffff !important;
  transition: color 0s ease !important;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title {
  padding: 0 !important;
  justify-content: center;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu .ant-menu-submenu-title {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 12px !important;
  margin: 4px 0 !important;
  border-radius: 8px !important;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0s ease, color 0s ease, box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background: transparent;
  width: 100%;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu .ant-menu-submenu-title:hover {
  background: rgba(99, 102, 241, 0.08);
  color: rgba(0, 0, 0, 0.95);
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu .ant-menu-submenu-title:hover .ant-menu-item-icon {
  color: #6366f1;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu .ant-menu-submenu-title:hover .ant-menu-submenu-arrow {
  color: #6366f1;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu .ant-menu-submenu-title .ant-menu-item-icon {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  transition: color 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu.ant-menu-submenu-open > .ant-menu-submenu-title {
  background: rgba(99, 102, 241, 0.08);
  color: #6366f1;
  font-weight: 500;
  transition: background-color 0s ease, color 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-item-icon {
  color: #6366f1;
  transition: color 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  color: #6366f1;
  transition: color 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu.ant-menu-submenu-selected > .ant-menu-submenu-title {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  font-weight: 500;
  transition: background-color 0s ease, color 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu.ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-item-icon {
  color: #6366f1;
  transition: color 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu.ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  color: #6366f1;
  transition: color 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-submenu.ant-menu-submenu-selected > .ant-menu-submenu-title:hover {
  background: rgba(99, 102, 241, 0.12);
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub {
  background: transparent !important;
  padding: 4px 0;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item {
  height: 36px !important;
  line-height: 36px !important;
  font-size: 13px !important;
  padding-left: 46px !important;
  margin: 2px 0 !important;
  border-radius: 8px !important;
  position: relative;
  background: transparent;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  border-left: 3px solid transparent;
  transition: background-color 0s ease, color 0s ease, box-shadow 0.2s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: all 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item:hover {
  background: rgba(99, 102, 241, 0.08);
  color: rgba(0, 0, 0, 0.95);
  border-left-color: #6366f1;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item:hover::before {
  background: #6366f1;
  width: 5px;
  height: 5px;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item.ant-menu-item-selected {
  background: #6366f1 !important;
  color: #ffffff !important;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.2);
  transition: background-color 0s ease, color 0s ease, box-shadow 0.2s ease !important;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item.ant-menu-item-selected::before {
  background: #ffffff;
  width: 5px;
  height: 5px;
  transition: all 0s ease;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item.ant-menu-item-selected:hover {
  background: #595bee !important;
  box-shadow: 0 3px 8px rgba(99, 102, 241, 0.25);
}
.container__W6F96 .menuItems__jrzHI .ant-menu-sub .ant-menu-item .ant-menu-title-content {
  margin-left: 0 !important;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item-divider {
  height: 1px;
  margin: 12px 8px;
  background: linear-gradient(90deg, transparent 0%, rgba(99, 102, 241, 0.15) 20%, rgba(99, 102, 241, 0.15) 80%, transparent 100%);
  border: none;
}
.container__W6F96 .menuItems__jrzHI .ant-menu-item-group .ant-menu-item-group-title {
  padding: 16px 16px 8px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.container__W6F96 .bottomContainer__FoEhN {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(250, 251, 255, 0.95);
  backdrop-filter: blur(8px);
  justify-content: center;
  height: 50px;
  border-top: 1px solid rgba(99, 102, 241, 0.1);
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx {
  display: flex;
  flex: none;
  gap: 0.3rem;
  align-items: center;
  user-select: none;
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: contain;
  justify-content: center;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .icon__RaH2K {
  padding: 1px;
  height: 45px;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .ec__OyXQg {
  padding-top: 7px;
  height: 55px;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .employee__RRwKp {
  padding-top: 7px;
  height: 55px;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .partner__jTyyY {
  padding-top: 7px;
  height: 50px;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .distributor__XLN4l {
  padding-top: 8px;
  padding-left: 3px;
  margin-bottom: 3px;
  height: 63px;
  width: 180px;
  object-fit: cover;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .dc__kCA4v {
  padding-top: 7px;
  margin-bottom: 3px;
  height: 63px;
  width: 150px;
  align-items: center;
  object-fit: contain;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .super__XMAA6 {
  padding-top: 7px;
  padding-left: 7px;
  margin-bottom: 3px;
  height: 63px;
  width: 150px;
  align-items: center;
  object-fit: contain;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .depo__uzH9S {
  padding-top: 7px;
  padding-left: 7px;
  margin-bottom: 3px;
  height: 63px;
  width: 150px;
  align-items: center;
  object-fit: contain;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .expandedIcon__fTYSC {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .collapsed__CU2Hi {
  margin-left: 0px;
}
.container__W6F96 .bottomContainer__FoEhN .bottomLogo__qSupx .expanded__xzOUp {
  margin-left: 0;
}
.container__W6F96::-webkit-scrollbar {
  width: 4px;
  display: none;
}
.container__W6F96::-webkit-scrollbar-track {
  background: rgba(99, 102, 241, 0.05);
  border-radius: 3px;
}
.container__W6F96::-webkit-scrollbar-thumb {
  background: rgba(99, 102, 241, 0.2);
  border-radius: 3px;
}
.container__W6F96::-webkit-scrollbar-thumb:hover {
  background: rgba(99, 102, 241, 0.3);
}

@keyframes slideIn__cOX8a {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse__D2g8u {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4);
  }
  50% {
    box-shadow: 0 0 0 4px transparent;
  }
}
@media (max-width: 768px) {
  .container__W6F96 .menuItems__jrzHI {
    padding: 6px;
  }
  .container__W6F96 .menuItems__jrzHI .ant-menu-item,
  .container__W6F96 .menuItems__jrzHI .ant-menu-submenu-title {
    height: 38px !important;
    line-height: 38px !important;
  }
}
@media (prefers-contrast: high) {
  .container__W6F96 .menuItems__jrzHI .ant-menu-item-selected,
  .container__W6F96 .menuItems__jrzHI .ant-menu-item.ant-menu-item-selected {
    border: 2px solid #6366f1 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .container__W6F96 .menuItems__jrzHI .ant-menu-item,
  .container__W6F96 .menuItems__jrzHI .ant-menu-submenu-title,
  .container__W6F96 .menuItems__jrzHI .ant-menu-item-icon,
  .container__W6F96 .menuItems__jrzHI .ant-menu-submenu-arrow {
    transition: none !important;
    transform: none !important;
  }
}
.floatingHeader____DeU {
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff !important;
}
.floatingHeader____DeU.ant-layout-header__oKZ5Q {
  line-height: normal;
  padding: 0 12px;
  background: #ffffff !important;
}
.floatingHeader____DeU::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(172, 172, 237, 0.02) 0%, rgba(255, 255, 255, 0.01) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  border-radius: inherit;
}

.headerContent__Or8x8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.leftSection__vhrB3 {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  flex: 1;
  min-width: 0;
}

.logoContainer__UhhxA {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 180px;
  height: 50px;
  padding: 4px 8px;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.logoContainer__UhhxA.collapsed__qu8Lr {
  width: 55px;
  padding: 6px;
  background: rgba(88, 91, 235, 0.04);
  border: 1px solid rgba(88, 91, 235, 0.1);
}
.logoContainer__UhhxA::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(88, 91, 235, 0.05) 0%, rgba(139, 92, 246, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.logoContainer__UhhxA:hover {
  transform: translateY(-1px);
}
.logoContainer__UhhxA:hover::before {
  opacity: 1;
}
.logoContainer__UhhxA:hover.collapsed__qu8Lr {
  background: rgba(88, 91, 235, 0.08);
  border-color: rgba(88, 91, 235, 0.2);
  box-shadow: 0 4px 12px rgba(88, 91, 235, 0.15);
}
.logoContainer__UhhxA:hover .logo__rCptx {
  filter: brightness(1.05);
}
.logoContainer__UhhxA:hover .logoCollapsed__i7CGV {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(88, 91, 235, 0.2);
}
.logoContainer__UhhxA:active {
  transform: translateY(0);
}

.logo__rCptx {
  height: auto;
  width: 100%;
  max-width: 180px;
  max-height: 48px;
  object-fit: contain;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  filter: brightness(1);
}

.logoCollapsed__i7CGV {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.logoCollapsed__i7CGV.ant-avatar__LUFYT {
  background: #585beb;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  box-shadow: 0 2px 4px rgba(88, 91, 235, 0.1);
}

.divider__PfgdE {
  border-left: 1px solid rgba(5, 5, 5, 0.06);
  height: 36px;
  margin: 0;
  flex-shrink: 0;
  position: relative;
}
.divider__PfgdE::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, rgba(5, 5, 5, 0.06) 20%, rgba(5, 5, 5, 0.06) 80%, transparent 100%);
}

.dashboardInfo__hr37J {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  padding: 4px 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboardName__U42rs {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.5px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dashboardSubtitle__oRzcp {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbContainer__vSbRJ {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
}

.rightSection__B1kpe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  height: 100%;
  flex-shrink: 0;
}

.themeButton__FBuUc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.45);
  border: 1px solid transparent;
}
.themeButton__FBuUc:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #585beb;
  transform: scale(1.05);
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.themeButton__FBuUc .anticon___YE6C {
  font-size: 18px;
}

.notificationWrapper__ZzFT4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 10px;
}

.userDropdown__xXTeX {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 10px 3px 3px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.userDropdown__xXTeX::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(139, 92, 246, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}
.userDropdown__xXTeX:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.userDropdown__xXTeX:hover::before {
  opacity: 1;
}
.userDropdown__xXTeX:hover .avatar__bckVr {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}
.userDropdown__xXTeX:hover .dropdownIcon__xWlzI {
  transform: translateY(2px);
  color: rgba(99, 102, 241, 0.8);
}
.userDropdown__xXTeX:active {
  transform: translateY(0);
}

.avatar__bckVr {
  flex-shrink: 0;
  border-radius: 8px;
  background: #585beb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.15);
  border: none;
}
.avatar__bckVr .anticon {
  color: #ffffff;
}

.userInfo__ZjTa0 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.userName__Djulh {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-size: 14px;
}

.dropdownIcon__xWlzI {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.layout__MzRLZ {
  min-height: 100vh;
  background-color: #f5f5f5;
}
.layout__MzRLZ .ant-layout__yyS6U {
  background-color: #f5f5f5;
}

@media screen and (max-width: 1024px) {
  .floatingHeader____DeU.ant-layout-header__oKZ5Q {
    padding: 0 12px;
  }
  .leftSection__vhrB3 {
    gap: 16px;
  }
  .userName__Djulh {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .floatingHeader____DeU.ant-layout-header__oKZ5Q {
    padding: 0 12px;
  }
  .logo__rCptx {
    max-height: 32px;
  }
  .logoCollapsed__i7CGV {
    width: 32px !important;
    height: 32px !important;
  }
  .leftSection__vhrB3 {
    gap: 12px;
  }
  .divider__PfgdE {
    height: 32px;
  }
  .dashboardInfo__hr37J {
    padding: 4px 8px;
    gap: 1px;
  }
  .dashboardName__U42rs {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .dashboardSubtitle__oRzcp {
    font-size: 10px;
  }
  .logoContainer__UhhxA {
    height: 40px;
  }
  .logoContainer__UhhxA.collapsed__qu8Lr {
    width: 40px;
    height: 40px;
  }
  .themeButton__FBuUc {
    width: 32px;
    height: 32px;
  }
  .themeButton__FBuUc .anticon___YE6C {
    font-size: 16px;
  }
  .userDropdown__xXTeX {
    padding: 3px 6px 3px 3px;
    gap: 8px;
  }
  .avatar__bckVr {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .userName__Djulh {
    max-width: 100px;
    font-size: 13px;
  }
  .dropdownIcon__xWlzI {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .floatingHeader____DeU.ant-layout-header__oKZ5Q {
    padding: 0 8px;
  }
  .logo__rCptx {
    max-height: 28px;
  }
  .logoCollapsed__i7CGV {
    width: 28px !important;
    height: 28px !important;
  }
  .leftSection__vhrB3 {
    gap: 8px;
  }
  .logoContainer__UhhxA {
    width: 120px;
    height: 36px;
  }
  .logoContainer__UhhxA.collapsed__qu8Lr {
    width: 36px;
    height: 36px;
  }
  .divider__PfgdE {
    height: 28px;
  }
  .dashboardInfo__hr37J {
    display: none;
  }
  .themeButton__FBuUc {
    width: 28px;
    height: 28px;
  }
  .themeButton__FBuUc .anticon___YE6C {
    font-size: 14px;
  }
  .userDropdown__xXTeX {
    padding: 2px 4px 2px 2px;
    gap: 6px;
  }
  .avatar__bckVr {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .userName__Djulh {
    display: none;
  }
  .dropdownIcon__xWlzI {
    font-size: 9px;
  }
}
@supports (backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px)) {
  .floatingHeader____DeU::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(172, 172, 237, 0.02) 0%, transparent 50%, rgba(255, 255, 255, 0.01) 100%);
    pointer-events: none;
    border-radius: inherit;
    z-index: 0;
  }
  .userDropdown__xXTeX {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
.notification_bell__tKL4H {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: relative;
  overflow: visible;
}
.notification_bell__tKL4H:hover .bell__E7tE0 {
  transform: scale(1.1);
}
.notification_bell__tKL4H:active .bell__E7tE0 {
  transform: scale(1);
}
.notification_bell__tKL4H .ant-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.notification_bell__tKL4H .ant-badge-count {
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  border: 2px solid #ffffff !important;
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3) !important;
  top: -2px;
  right: -2px;
}
.notification_bell__tKL4H .ant-badge-count:not(.ant-badge-multiple-words) {
  padding: 0 4px;
}
.notification_bell__tKL4H .ant-badge-multiple-words {
  padding: 0 5px;
  min-width: 20px;
  height: 16px;
  font-size: 9px;
}

.notification_bell__tKL4H.hovered__vlAuV .bell__E7tE0 {
  transform: scale(1.1);
}

.bell__E7tE0 {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bell__E7tE0.ringing__pYA8d {
  animation: ring__FYwfC 0.5s ease-in-out infinite alternate;
}

@keyframes ring__FYwfC {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.listRead__pQ9J4 {
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  background-color: rgba(245, 245, 245, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.listUnread__XLdyd {
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  background-color: rgba(95, 98, 246, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.listRead__pQ9J4:hover {
  background-color: rgba(95, 98, 246, 0.12);
}

.listUnread__XLdyd:hover {
  background-color: rgba(95, 98, 246, 0.12);
}
.pageHeaderContainer__J3N2_ {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  height: 100%;
}

.pageTitle__yIxTS {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-primary, #1f1f1f);
  margin: 0;
  letter-spacing: 0.03rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pageSubtitle__f4LAH {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--text-tertiary, #737373);
  margin: 0;
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-theme=dark] .pageTitle__yIxTS {
  color: var(--text-primary, #ffffff);
}
[data-theme=dark] .pageSubtitle__f4LAH {
  color: var(--text-tertiary, #a3a3a3);
}

@media (max-width: 768px) {
  .pageTitle__yIxTS {
    font-size: 13px;
    line-height: 18px;
  }
  .pageSubtitle__f4LAH {
    font-size: 11px;
    line-height: 14px;
  }
}
.app__dFAfr {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", serif;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  background-color: #ffffff;
}

.stats-card .ant-card-head-title {
  color: rgb(17, 24, 39);
}
.stats-card > .ant-card-head {
  min-height: 10px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 0 none;
  margin-bottom: 0;
}
.stats-card > .ant-card-head .ant-card-head-title {
  line-height: 1.4993rem;
  padding: 12px 0 0 0;
}
.stats-card > .ant-card-head .ant-card-extra {
  padding-bottom: 4px;
  padding-top: 8px !important;
}
.stats-card > .ant-card-head .ant-card-extra a {
  color: #fff;
}
.stats-card > .ant-card-body {
  padding: 8px 20px 8px 20px;
}
.stats-card.heightFull {
  height: 100%;
}
.stats-card.heightFull .ant-card-body {
  flex: 1;
}
.stats-card .ant-card-actions {
  background-color: transparent;
  padding-top: 16px !important;
}
.stats-card.no-card-space .ant-card-body {
  padding: 0;
}
.stats-card.no-card-space-ltr-rtl .ant-card-body {
  padding-left: 0;
  padding-right: 0;
}

.select-search .ant-select-selector .ant-select-selection-item {
  color: #5f62f6 !important;
  font-weight: 400 !important;
}
.select-search .ant-select-selection-placeholder {
  color: #5f62f6 !important;
}

.ant-layout-sider-children {
  width: 100%;
}

.ant-tabs-nav-operations {
  display: contents !important;
}

.tabs-dashboard .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.tabs-dashboard .ant-tabs-tab-btn {
  color: black !important;
}
.tabs-dashboard .ant-tabs-tab-btn:hover {
  color: theme("colors.gray.800") !important;
}

.ant-collapse-content-box {
  padding: 4 !important;
}

/**  Common Table for the Dashboard UI and file upload tables */
.common-table .ant-table-container {
  border-right: 1px solid #e4e4e7;
  border-collapse: collapse !important;
}
.common-table .ant-table-container .ant-table-header .ant-table-thead th:last-child {
  border-right: none !important;
}
.common-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-cell:last-child {
  border-right: none !important;
}

.data-view .ant-table-body .ant-table-tbody .ant-table-cell:last-child {
  border-right: none !important;
}
.data-view .ant-table-footer {
  padding-top: 0;
  border-top: 0.5px solid #e4e4e7 !important;
  background-color: white;
}

.no-data-view .ant-table-container {
  min-height: calc(100vh - 400px) !important;
}
.no-data-view .ant-table-container .ant-table-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-data-view .ant-table-footer {
  padding-top: 0;
  background-color: white;
}
.no-data-view .ant-table-tbody {
  height: 56vh !important;
}
.no-data-view .ant-table-tbody .ant-table-placeholder > td {
  border-bottom: none !important;
  border-inline-end: none !important;
}
.no-data-view .ant-table-tbody .ant-table-placeholder > td .ant-table-expanded-row-fixed::after {
  border-inline-end: none !important;
  inset-inline-end: none !important;
}
.no-data-view .ant-table-tbody .ant-table-placeholder > td .ant-table-expanded-row-fixed::after div {
  height: 60vh !important;
}

.no-filter-height .ant-table-body {
  min-height: calc(100vh - 408px) !important;
}

.filter-height .ant-table-body {
  min-height: calc(100vh - 472px) !important;
}

.defaultTableHeight .ant-table-container {
  min-height: calc(100vh - 470px) !important;
}

.latest-table-css .ant-table-container {
  width: 100%;
  border-collapse: collapse;
}
.latest-table-css .ant-table-container .ant-table-wrapper .ant-table .ant-table-header {
  background-color: transparent;
  font-weight: bold;
}
.latest-table-css .ant-table-container .ant-table-header .ant-table-thead {
  background-color: transparent;
  font-weight: bold;
}
.latest-table-css .ant-table-container .ant-table-thead .ant-table-cell {
  background-color: 0;
}
.latest-table-css .ant-table-container .ant-table-thead .ant-table-cell:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  transform: none;
  transition: none;
  content: none;
}
.latest-table-css .ant-table-container .ant-table-body {
  overflow: auto scroll;
}
.latest-table-css .ant-table-footer {
  padding-top: 0;
  background-color: transparent;
}

.crema-table-style {
  min-height: 0.01%;
  overflow-x: auto;
}
.crema-table-style thead > tr > th,
.crema-table-style tbody > tr > th,
.crema-table-style tfoot > tr > th,
.crema-table-style thead > tr > td,
.crema-table-style tbody > tr > td,
.crema-table-style tfoot > tr > td {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .crema-table-style.ant-table {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.1215686275);
  }
}
.crema-table-style tbody > tr {
  transition: all 0.2s ease;
  transform: scale(1);
}
.crema-table-style tbody > tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(95, 98, 246, 0.1);
}
.crema-table-style .ant-table-header .ant-table-thead > tr .ant-table-cell {
  background: white;
}
.crema-table-style .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: transparent;
}
.crema-table-style .ant-table table {
  table-layout: auto !important;
}
.crema-table-style .ant-table-thead > tr > th {
  font-size: 13px;
  padding: 8px;
  font-weight: 600;
  background-color: transparent;
}
.crema-table-style .ant-table-thead > tr > th:first-child {
  padding-left: 20px;
}
.crema-table-style .ant-table-thead > tr > th:last-child {
  padding-right: 20px;
}
.crema-table-style .ant-table-thead > tr > th.order-table-action {
  text-align: center;
  background-color: #ffffff;
}
.crema-table-style .ant-table-tbody > tr > td {
  font-size: 13px;
  padding: 16px 8px;
}
.crema-table-style .ant-table-tbody > tr > td:first-child {
  padding-left: 20px;
}
.crema-table-style .ant-table-tbody > tr > td:last-child {
  padding-right: 20px;
}
.crema-table-style .ant-table-tbody > tr > td.order-table-action {
  text-align: center;
  background-color: #ffffff;
}
.crema-table-style .badge {
  padding: 3px 10px;
  border-radius: 16px;
  display: inline-block;
}
.crema-table-style .ant-table-footer {
  background-color: transparent;
}

.hold .ant-table-tbody .ant-table-row .ant-table-cell:nth-child(5) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.rounded-category-select .ant-select-selector {
  border-radius: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px theme("colors.white") inset !important;
}

.steps-dpd .ant-steps-item .ant-steps-item-container .ant-steps-item-icon {
  height: 16px !important;
  width: 16px !important;
}
.steps-dpd .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
  top: 6px !important;
}
.steps-dpd .ant-steps-item .ant-steps-item-container .ant-steps-item-tail:after {
  margin-inline-start: 18px !important;
  width: calc(100% - 28px) !important;
  height: 1px !important;
}
.steps-dpd .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title span {
  color: theme("colors.coolGray.400") !important;
}
.steps-dpd .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description span {
  color: theme("colors.coolGray.500") !important;
}
.steps-dpd .ant-steps-item:first-child .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon .ant-steps-icon-dot {
  left: -34px !important;
}
.steps-dpd .ant-steps-item:first-child .ant-steps-item-container .ant-steps-item-tail:after {
  margin-inline-start: -12px !important;
  width: calc(100% - 2px) !important;
}
.steps-dpd .ant-steps-item:nth-last-child(2) .ant-steps-item-container .ant-steps-item-tail:after {
  margin-inline-start: 22px !important;
  width: calc(100% + 9px) !important;
}
.steps-dpd .ant-steps-item:last-child .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon .ant-steps-icon-dot {
  left: 48px !important;
}
.steps-dpd .ant-steps-item:not(.ant-steps-item-wait, .ant-steps-item-process) .ant-steps-item-container .ant-steps-item-tail:after {
  background: theme("colors.green.500") !important;
}
.steps-dpd .ant-steps-item:not(.ant-steps-item-wait) .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
  background: theme("colors.green.500") !important;
}
.steps-dpd .ant-steps-item:not(.ant-steps-item-wait) .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title span {
  color: theme("colors.green.700") !important;
}
.steps-dpd .ant-steps-item:not(.ant-steps-item-wait) .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description span {
  color: theme("colors.gray.800") !important;
}

.ant-tabs-ink-bar-animated {
  height: 4px !important;
}

.tab-summary .ant-tabs-content-holder {
  padding: 0 32px !important;
}

.ant-radio-wrapper span.ant-radio + * {
  padding-inline-start: 12px;
  padding-inline-end: 8px;
}

.ant-tag {
  padding: 0 16px;
  border-radius: 7px;
  background: #f0f3f5;
  border: 1px solid #b2bec3;
}

.ant-tag-green {
  background: #f0fdf4;
  border-color: #86efac;
  color: #15803d;
}

.ant-tag-red {
  background: #ffe7ea;
  border-color: #f02;
  color: #f02;
}

.ant-tag-yellow {
  background: #fff9e9;
  border-color: #ffc212;
  color: #ffc212;
}

.ant-tag-blue {
  background: #f0f1fe;
  border-color: #5f62f6;
  color: #5f62f6;
}

.pagination-type-1 .ant-pagination-item-active {
  background-color: #5f62f6 !important;
}
.pagination-type-1 .ant-pagination-item-active a {
  color: theme("colors.white") !important;
}
.pagination-type-1 .ant-pagination-item:not(.ant-pagination-item-active) {
  border-color: theme("colors.coolGray.300") !important;
}
.pagination-type-1 .ant-pagination-item:not(.ant-pagination-item-active) a {
  color: theme("colors.black") !important;
  font-weight: 600 !important;
}

.row-payment-cell .ant-table-cell {
  background: theme("colors.green.50") !important;
}
.row-payment-cell .ant-table-cell span {
  color: theme("colors.green.700") !important;
}

.ant-menu .ant-menu-item .ant-menu-item-icon + span,
.ant-menu .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu .ant-menu-item .anticon + span,
.ant-menu .ant-menu-submenu-title .anticon + span {
  margin-left: 8px;
}
.ant-menu .ant-menu-item-icon svg {
  display: flex;
}
.ant-menu .ant-menu-item .ant-menu-item-icon,
.ant-menu .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu .ant-menu-item .anticon,
.ant-menu .ant-menu-submenu-title .anticon {
  font-size: 16px;
}
.ant-menu.ant-menu.ant-menu-dark, .ant-menu.ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu.ant-menu-dark .ant-menu-sub {
  color: inherit;
  background: none;
}
.ant-menu.ant-menu-dark .ant-menu-item, .ant-menu.ant-menu-dark .ant-menu-item-group-title, .ant-menu.ant-menu-dark .ant-menu-item > a, .ant-menu.ant-menu-dark .ant-menu-item > span > a {
  color: inherit;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon, .ant-menu.ant-menu-dark .ant-menu-item-selected .anticon, .ant-menu.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span, .ant-menu.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: inherit;
}
.ant-menu .ant-menu-item a, .ant-menu.ant-menu-light .ant-menu-item:hover, .ant-menu.ant-menu-light .ant-menu-item-active, .ant-menu.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu.ant-menu-light .ant-menu-submenu-active, .ant-menu.ant-menu-light .ant-menu-submenu-title:hover {
  color: inherit;
}
.ant-menu.ant-menu-inline-collapsed {
  width: auto;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed .ant-menu-submenu-title {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 !important;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  min-height: 0;
  display: none;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-list .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 !important;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed .ant-menu-submenu-title .anticon {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed .ant-menu-submenu-title .anticon + span {
  width: 0;
  margin: 0;
  font-size: 16px;
  display: none !important;
}

.ant-table-cell-ellipsis {
  max-width: 250px !important;
}

.custom-query-drawer .ant-drawer-header {
  padding: 0;
}

.custom-status-update-modal .ant-modal-content {
  padding: 0 0 28px 0;
}

.Disbursal-Details-Modal .ant-modal-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  border-radius: 16px;
}
.Disbursal-Details-Modal .ant-modal-title {
  padding-left: 4.5%;
  padding-bottom: 4%;
  padding-top: 2%;
  border-bottom: 1px solid #dcdee6;
}
.Disbursal-Details-Modal .ant-modal-title .ant-modal-title {
  border-bottom: 1px solid #dcdee6;
}
.Disbursal-Details-Modal .ant-modal-body {
  padding-top: 4%;
  padding-left: 4.5%;
  padding-right: 4.5%;
}
.Disbursal-Details-Modal .ant-modal-footer {
  padding-right: 4.5%;
  padding-top: 2.5%;
}

.reply-footer-chat .ant-space-item {
  width: 100%;
}

.audit_log-timeline .ant-timeline-item .ant-timeline-item-tail {
  border-inline-start: 2px dotted rgba(2, 2, 2, 0.15) !important;
}
.audit_log-timeline .ant-timeline-item .ant-timeline-item-head {
  padding-block: 0;
}

/*   custom css for radio group in download.svg Drawer */
.custom-radio-buttons .ant-radio-wrapper {
  margin-top: 5px !important;
}
.custom-radio-buttons .ant-radio-wrapper span.ant-radio .ant-radio-inner {
  width: 20px;
  height: 20px;
}
.custom-radio-buttons .ant-radio-wrapper span.ant-radio + * {
  padding-inline-start: 10px !important;
  padding-inline-end: 10px !important;
}

.ant-form-item-label > label.ant-form-item-required::before {
  position: absolute;
  right: -1px;
}

/**  for the doc upload UI*/
.doc-upload .ant-upload-btn {
  padding: 5px 0 !important;
}
.doc-upload .ant-upload-list {
  margin-top: 10px;
  overflow-y: auto;
  height: 180%;
}

[aria-disabled=true] {
  opacity: 0.5;
}

.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.reconRedBg {
  background: theme("colors.red.50") !important;
}

.success-toast span,
.success-toast svg {
  color: #15803d;
}

.ant-breadcrumb ol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-breadcrumb ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-title .fa-chevron-right:not(:last-of-type) {
  color: #777777;
}

.customizePadding .ant-drawer-body {
  padding: 0;
}

.ant-table-cell {
  border: 1px solid theme("colors.gray.50");
}

.ant-table-cell {
  border: 1px solid theme("colors.gray.50");
}

.ql-toolbar {
  background-color: #f0f0f0; /* Change this to your desired background color */
}

.ant-radio-wrapper .ant-radio .ant-radio-inner {
  border: 1px solid #0f0e0e;
  background-color: #fff;
}
.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  background-color: #5f62f6;
}
.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
  background-color: #ccc;
}

.ant-tooltip-inner .ant-typography {
  color: white;
}

@media (max-height: 400px) {
  .ant-layout-sider,
  .ant-layout-sider-children,
  .ant-menu {
    min-height: 120px !important;
    overflow: visible !important;
  }
  .ant-menu-item .ant-menu-item-icon,
  .ant-menu-submenu-title .ant-menu-item-icon,
  .ant-menu-item .anticon,
  .ant-menu-submenu-title .anticon {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 16px !important;
  }
}
