html {
  font-size: 13px;
  font-weight: 400;
  font-family: Inter,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.page-loading {
  margin: 0;
  height: 100%;
  overflow: hidden;
  transition: none !important;
}

.splash-screen {
  display: none;
}

.page-loading .splash-screen {
  position: absolute;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Inter, Helvetica, 'sans-serif';
  background-color: #fff;
}

.page-loading .splash-screen .loading-text {
  color: #99A1B7;
  /* margin-left: 1.25rem; */
  font-size: 1.075rem;
  font-weight: 500;
  /* position: absolute;
    margin-top: 20px; */
}

html[data-bs-theme='dark'] .page-loading .splash-screen {
  background-color: #151521;
  color: #ffffff;
}

.splash-screen .dark-logo {
  display: none;
}

.splash-screen .light-logo {
  display: block;
}

html[data-bs-theme='dark'] .splash-screen .light-logo {
  display: none;
}

html[data-bs-theme='dark'] .splash-screen .dark-logo {
  display: block;
}

.loader {
  width: 2rem;
  height: 2rem;
  border: 0.185rem solid #0077B8;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.65s linear infinite;
}
#kt_app_sidebar_footer {
  font-size: 0.85rem;
  line-height: 1.4;
}

#kt_app_sidebar_footer .menu-link {
  transition: color 0.3s ease;
}

#kt_app_sidebar_footer .menu-link:hover {
  text-decoration: underline;
}
/* Global Cancel Button */
/* Shared Button Base */
.btn-cancel,
.btn-save {
  min-width: 120px;            /* ✅ Set same min-width */
  padding: 6px 16px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* Cancel Button Style */
.btn-cancel {
  background-color: #ccccb3;
}

.btn-cancel:hover {
  background-color: #b3b397;
}

/* Save Button Style */
.btn-save {
  background-color: #53c653;
}

.btn-save:hover {
  background-color: #45b645;
}

.footer-links {
  color: #f2f2f2; /* Light grey for better readability */
}

.footer-links a {
  color: #f2f2f2;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #ffffff; /* Optional: brighter on hover */
}


@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


.loader-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

dx-license {
  display:none !important;
}

.Mui-disabled{
  background-color:"#ffffff" !important;
}

.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  background: #ffffff;
}

.MuiOutlinedInput-root.Mui-disabled {
  background-color:"#ffffff" !important;
}

.css-hcdzbm-MuiAutocomplete-root .MuiOutlinedInput-root.MuiInputBase-sizeSmall .MuiAutocomplete-input{
  background-color:"#ffffff" !important;
}


.dx-checkbox-checked .dx-checkbox-icon {
  background-color: #0077B8 !important;
}

.jsoneditor-menu {
  background-color: #0077B8 !important;
  border-bottom: 1px solid #0077B8 !important;
}

.jsoneditor {
  border: thin solid #0077B8 !important;
}
.jsoneditor-contextmenu {
  background: transparent !important;
  background-color: transparent !important;
}

.jsoneditor-modal .pico-modal-header{
  background-color: #0077B8 !important;
}

.jsoneditor-modal a,.jsoneditor-modal .jsoneditor-jmespath-label{
  color: #0077B8 !important;
}

.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc, .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #0077B8 !important;
  border-color: #0077B8 !important;
  color: #ffffff !important;
}

.grecaptcha-badge { visibility: hidden; }

.rc-anchor-normal-footer{display:none !important}

.MuiButton-colorPrimary{
  color:#fff !important;
}
.MuiButton-root {
  text-transform: none !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title{
  text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 80px !important;
    overflow: hidden !important;
    display: block !important;
}

.subText{
  font-size: 0.7em !important;
  font-weight: 100 !important;
}

.flupl{
  align-items: center !important;
}
.c-align-center{
  align-self: center !important; 
}

.center-column {
  text-align: center !important;
}
.dx-icon.dx-icon-xlsxfile{
  font-size: 2.5rem !important;
}

.custom-menu-icon{
  display: flex;
  align-items: center !important;
  justify-content: center;
  height: 100%;
}

.fs-3.active{
  color:#0077B8 !important;
}

.translucent-blur {
 background-color: rgba(255, 255, 255, 0.9); /* translucent white */
  backdrop-filter: blur(8px); /* apply blur to what’s behind */
  -webkit-backdrop-filter: blur(8px); /* for Safari */
  -webkit-box-shadow: 0px 0px 30px 11px rgba(0,0,0,0.23); 
  box-shadow: 0px 0px 30px 11px rgba(0,0,0,0.23);
}