.css-31lcvl-MuiPickersInputBase-input {
  border: none !important;
}
.css-lqwr9g-MuiPickersOutlinedInput-notchedOutline {
  border: none !important;
  min-height: 38px !important;
}
.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
  border: 1px solid #d9dee3 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 0 14px !important;
}
.css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  font-family: inherit !important;
  padding: 7px 0 !important;
  /* default from form-control */
  display: block !important;
  width: 100% !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.63 !important;
  color: #697a8d !important;
  appearance: none !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
  border: 1px solid #4e4f6c !important;
}
[data-bs-theme="dark"] .css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  color: #a3afc0 !important;
  background-color: #2b2c40 !important;
}
.css-15395ss-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  color: #697a8d !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
[data-bs-theme="dark"] .css-15395ss-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  color: #b2b2c4 !important;
}
/* Disabled state */
.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.Mui-disabled,
.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[class*="Mui-disabled"],
.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[aria-disabled="true"] {
  border: 1px solid #d9dee3 !important;
  background-color: #eceef1 !important;
  cursor: not-allowed !important;
}

.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.Mui-disabled
  .css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer,
.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[class*="Mui-disabled"]
  .css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer,
.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[aria-disabled="true"]
  .css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  color: #7e7f96 !important;
  background-color: transparent !important;
}
.css-31lcvl-MuiPickersInputBase-input:disabled {
  color: #7e7f96 !important;
  -webkit-text-fill-color: #7e7f96 !important;
  cursor: not-allowed !important;
}
/* background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary-color); */
[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.Mui-disabled,
[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[class*="Mui-disabled"],
[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[aria-disabled="true"] {
  border: 1px solid #4e4f6c !important;
  background-color: var(--bs-secondary-bg) !important;
}

[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.Mui-disabled
  .css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer,
[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[class*="Mui-disabled"]
  .css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer,
[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root[aria-disabled="true"]
  .css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  color: #7e7f96 !important;
}

[data-bs-theme="dark"] .css-31lcvl-MuiPickersInputBase-input:disabled {
  color: #7e7f96 !important;
  -webkit-text-fill-color: #7e7f96 !important;
}

/* Dark mode text color utilities */
[data-bs-theme="dark"] .text-black {
  color: #ffffff !important;
}

.MuiPickersInputBase-root.Mui-disabled .MuiPickersSectionList-root,
.MuiPickersInputBase-root.Mui-disabled .MuiPickersSectionList-section,
.MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersSectionList-root,
.MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersSectionList-section,
.MuiPickersInputBase-root.Mui-disabled .MuiPickersInputBase-input,
.MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersInputBase-input,
.MuiInputBase-input.Mui-disabled {
  color: #7e7f96 !important;
  -webkit-text-fill-color: #7e7f96 !important;
  opacity: 1 !important;
}

[data-bs-theme="dark"] .MuiPickersInputBase-root.Mui-disabled .MuiPickersSectionList-root,
[data-bs-theme="dark"] .MuiPickersInputBase-root.Mui-disabled .MuiPickersSectionList-section,
[data-bs-theme="dark"] .MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersSectionList-root,
[data-bs-theme="dark"] .MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersSectionList-section,
[data-bs-theme="dark"] .MuiPickersInputBase-root.Mui-disabled .MuiPickersInputBase-input,
[data-bs-theme="dark"] .MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersInputBase-input,
[data-bs-theme="dark"] .css-1ysp02-MuiButtonBase-root-MuiIconButton-root.Mui-disabled,
[data-bs-theme="dark"] .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.Mui-disabled *,
[data-bs-theme="dark"] .MuiInputBase-input.Mui-disabled {
  color: #7e7f96 !important;
  -webkit-text-fill-color: #7e7f96 !important;
  opacity: 1 !important;
}

/* Invalid state */
.form-control.is-invalid > .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root,
.form-control .is-invalid > .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root,
.form-control .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.is-invalid {
  border: 1px solid #ff3e1d !important;
}
[data-bs-theme="dark"] .form-control.is-invalid > .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root,
[data-bs-theme="dark"] .form-control .is-invalid > .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root,
[data-bs-theme="dark"] .form-control .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.is-invalid {
  border: 1px solid #ff3e1d !important;
}
/* Hide default submenu dot if custom icon is present */
.menu-sub > .has-custom-icon > .menu-link:before {
  display: none !important;
}

Position icon to the left like the dot indicator
.menu-sub > .has-custom-icon > .menu-link {
  padding-left: 0.5rem !important;
}

.menu-sub > .has-custom-icon > .menu-link .bx {
  position: absolute;
  left: 1.2rem;
  font-size: 0.9rem;
  color: #b4bdc6;
}

/* Highlight icon color for active menu item */
.menu-sub > .has-custom-icon.active > .menu-link .bx {
  color: #1f79ca;
  font-size: 1.1rem;
}

.truncate-text {
  white-space: nowrap; /* Prevents text from wrapping to the next line */
  overflow: hidden;    /* Hides any text that overflows the container */
  text-overflow: ellipsis; /* Displays an ellipsis (...) for clipped text */
  width: 150px;        /* Set a fixed width. Adjust as needed to approximate 2 words */
  display: block;      /* Needs to be a block-level element for width to apply */
}

.spk-loading-typing {
  display: inline-block;
  width: 42ch;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.6;
  position: relative;
}

.spk-loading-typing::after {
  content: "|";
  margin-left: 2px;
  animation: spk-caret-blink 0.8s step-end infinite;
}

.spk-loading-char {
  opacity: 0;
  animation: spk-char-reveal 0.05s linear forwards;
  animation-delay: calc(var(--spk-char-index, 0) * 0.05s);
}

.spk-loading-modal {
  z-index: 1110 !important;
}

.spk-loading-backdrop {
  z-index: 1109 !important;
}

@keyframes spk-char-reveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spk-caret-blink {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}
.app-brand-logo.main img {
  width: 223px !important;
  height: 55px !important;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed
  .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu)
  .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page
  .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu)
  .layout-page,
.docs-page
  .layout-menu-fixed.layout-wrapper:not(.layout-without-menu)
  .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir="rtl"] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
