/* Modal Loading Klu - overlay con logo al centro */
.loadingKluModal {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.45);
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 99999;
}

.loadingKluModal__logo {
   max-width: 180px;
   height: auto;
}
