@import url(https://use.typekit.net/pxn6uux.css);
@import url(https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Kalam&family=Lato:ital,wght@0,100;0,700;1,100&display=swap);
body {
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

body {
  font-family: 'lato', sans-serif !important; /* Or whatever font the kit provides */
  margin: 0 !important;

}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;              /* scrollbar width */
  height: 8px;             /* horizontal scrollbar height */
}

::-webkit-scrollbar-track {
  background: transparent; /* track background */
}

::-webkit-scrollbar-thumb {
  background-color: #D9D9D9; /* scrollbar color */
  border-radius: 32px;        /* rounded edges */
}

/* Firefox */
* {
  scrollbar-width: thin;                     /* "thin" is closest to 8px */
  scrollbar-color: #D9D9D9 transparent;      /* thumb | track */
}
.App {
  min-height: 100vh;
  width: 100vw;
  flex-direction: column;
}
.displayCenter {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.notificationStyles {
  height: 30rem;
  width: 30rem;
}
/* =============================================
   CUSTOM TOAST SYSTEM - MATCHING FIGMA DESIGN
   ============================================= */
/* Toast Container */
.Toastify__toast-container {
  z-index: 9999;
  width: 400px;
  padding: 0;
}
/* Base Toast Styling */
.Toastify__toast {
  border-radius: 8px !important;
  padding: 8px !important;
  font-family: 'lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 12px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
  position: relative !important;
  background: #333333 !important;
  color: #FFFFFF !important;
}
.Toastify__toast--success {
  border-left: 16px solid #008000 !important;
}
.Toastify__toast--error {
  border-left: 16px solid #CC0000 !important;
}
.Toastify__toast--warning {
  border-left: 16px solid #FFBF40 !important;
}
.Toastify__toast--info {
  border-left: 16px solid #0081F2 !important;
}
/* Toast Body */
.Toastify__toast-body {
  padding: 0 !important;
  margin: 0 !important;
  flex-grow: 1 !important;
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: inherit !important;
}
/* Toast Icon - Hidden by default, use custom icons */
.Toastify__toast-icon {
  display: none !important;
}
/* Custom icon styling for user-provided icons */
.custom-toast-icon {
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0 !important;
  color: #FFFFFF !important;
}
.custom-toast-icon svg {
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
  width: 100% !important;
  height: 100% !important;
}
/* Close Button - Hidden default, use custom */
.Toastify__close-button {
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  margin-left: 16px !important;
  background: transparent !important;
  border: none !important;
  color: #FFFFFF !important;
  font-size: 0 !important;
  /* Hide default text */
  cursor: pointer !important;
  opacity: 0.8 !important;
  transition: opacity 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.Toastify__close-button:hover {
  opacity: 1 !important;
}
/* Hide default close button content */
.Toastify__close-button > * {
  display: none !important;
}
/* Custom close button styling */
.custom-close-button {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #FFFFFF !important;
  width: 24px !important;
  height: 24px !important;
}
.custom-close-button svg {
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
  width: 24px !important;
  height: 24px !important;
}
/* Progress Bar */
.Toastify__progress-bar {
  height: 3px !important;
}
.Toastify__progress-bar--success {
  background: rgba(255, 255, 255, 0.3) !important;
}
.Toastify__progress-bar--error {
  background: rgba(255, 255, 255, 0.3) !important;
}
.Toastify__progress-bar--warning {
  background: rgba(255, 255, 255, 0.3) !important;
}
.Toastify__progress-bar--info {
  background: '#333333' !important;
}
/* Custom Toast Container */
.custom-toast-container {
  z-index: 9999;
  width: 400px;
}
/* Mobile Responsive */
@media (max-width: 600px) {
  .Toastify__toast-container {
    width: calc(100vw - 32px) !important;
    left: 16px !important;
    right: 16px !important;
  }
}
.notificationStyles .ant-notification-notice-icon {
  width: 50px;
  height: 50px;
  display: block;
}
@media (min-width: 576px) {
  .transaction .tabToggle .contentHead {
    background-color: white !important;
  }
}
@media only screen and (min-width: 576px) {
  .contentContainer {
    margin-right: 5%;
    background-color: #fbeee6;
    border-radius: 35px;
    width: 100%;
  }
  .formInputChanges input {
    outline: none;
    border: none;
    border-bottom: 1px solid #e4e5e6;
    padding-left: 4px;
  }
}
.editable-cell {
  position: relative;
}
.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}
.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
[data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
  border: 1px solid #434343;
}
.notification-panel {
  background-color: #f5f5f5;
}
.notification-image {
  width: 219px;
  height: 123px;
}
.notification-content-change {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .notification-image {
    width: 219px;
    height: 123px;
  }
}
