@import '_content/Module.BaseModule/Module.BaseModule.q5hszp74fa.bundle.scp.css';

/* _content/b2b.ActivaERP.BlazorServer.UI/Components/Dashboard.razor.rz.scp.css */
.overflow-control[b-8wm31t9vzv] {
  overflow-wrap: anywhere;
}
.custom-card[b-8wm31t9vzv] {
  text-align: center;
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 0.45rem;
  cursor: pointer;
  height: 100%;
}
.card-title[b-8wm31t9vzv] {
  font-size: 1.25em;
}
.col-custom[b-8wm31t9vzv] {
  margin-bottom: 1rem;
}
/* _content/b2b.ActivaERP.BlazorServer.UI/Components/Loading.razor.rz.scp.css */
.overflow-control[b-eepi3cbu6i] {
  overflow-wrap: anywhere;
}
.spinner-container[b-eepi3cbu6i] {
  position: relative;
  height: 100vh;
}
.spinner-container .spinner[b-eepi3cbu6i] {
  border: 10px solid silver;
  border-top: 10px solid #9985c9;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-eepi3cbu6i 700ms linear infinite;
  top: 35%;
  left: 40%;
  /*top: 50vh;
        left: 50vw;*/
  position: absolute;
}
@media (min-width: 768px) {
  .spinner-container .spinner[b-eepi3cbu6i] {
    border: 10px solid silver;
    border-top: 10px solid #9985c9;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-eepi3cbu6i 700ms linear infinite;
    top: 35%;
    left: 45%;
    /*top: 50vh;
        left: 50vw;*/
    position: absolute;
  }
}
@keyframes spin-b-eepi3cbu6i {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* _content/b2b.ActivaERP.BlazorServer.UI/Components/ToastNotification.razor.rz.scp.css */
.cs-toast-container[b-i50wuy0pfr] {
    position: absolute;
    top: 3rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cs-toast[b-i50wuy0pfr] {
    cursor: pointer;
    padding: 0.5rem;
    color: #fff;
    min-width: 22rem;
    border-radius: 0.55rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
}

/* Media query para dispositivos móviles (ancho máximo de 480px) */
@media (max-width: 480px) {
    .cs-toast-container[b-i50wuy0pfr] {
        padding: 0.5rem 1rem;
        right: 0%;
        left: 0%;
    }

    .cs-toast[b-i50wuy0pfr] {
        max-width: 100%;
    }
}


.cs-toast-content[b-i50wuy0pfr] {
    display: flex;
}

.cs-toast-icon[b-i50wuy0pfr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1.8rem;
}

.cs-toast-body[b-i50wuy0pfr] {
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cs-toast .h-notification[b-i50wuy0pfr] {
    color: black;
    font-weight: 900;
    font-size: 1.2em;
    margin-bottom: 0;
}

.cs-toast h5[b-i50wuy0pfr] {
    margin-bottom: 0;
}

.cs-toast p[b-i50wuy0pfr] {
    margin-bottom: 0;
}

.cs-toast-visible[b-i50wuy0pfr] {
    animation: fadein 1.5s;
}
/* _content/b2b.ActivaERP.BlazorServer.UI/Pages/Index.razor.rz.scp.css */
.overflow-control[b-okvkyu1i14] {
  overflow-wrap: anywhere;
}
/* _content/b2b.ActivaERP.BlazorServer.UI/Pages/_Host.cshtml.rz.scp.css */
#components-reconnect-modal[b-1m8qzyn27r] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#components-reconnect-modal.components-reconnect-show[b-1m8qzyn27r],
#components-reconnect-modal.components-reconnect-failed[b-1m8qzyn27r],
#components-reconnect-modal.components-reconnect-rejected[b-1m8qzyn27r] {
  display: flex;
}
#components-reconnect-modal .components-messages[b-1m8qzyn27r] {
  color: #f0f0f0;
  margin: auto;
  text-align: center;
}
#components-reconnect-modal .components-messages h2[b-1m8qzyn27r] {
  color: white;
}
#components-reconnect-modal .components-messages a[b-1m8qzyn27r] {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#components-reconnect-modal .components-reconnecting[b-1m8qzyn27r],
#components-reconnect-modal .components-failed[b-1m8qzyn27r],
#components-reconnect-modal .components-rejected[b-1m8qzyn27r] {
  display: none;
}
#components-reconnect-modal.components-reconnect-show .components-reconnecting[b-1m8qzyn27r],
#components-reconnect-modal.components-reconnect-failed .components-failed[b-1m8qzyn27r],
#components-reconnect-modal.components-reconnect-rejected .components-rejected[b-1m8qzyn27r] {
  display: block;
}
/* _content/b2b.ActivaERP.BlazorServer.UI/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-w8rc2fgpqz] {
  flex-grow: 0;
  flex-wrap: nowrap;
  border: none;
  background-color: inherit;
  border-radius: 0;
  height: 3.5rem;
  min-height: 3.5rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  justify-content: flex-start;
}
.header-navbar .navbar-toggler[b-w8rc2fgpqz] {
  outline: none;
  border-radius: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-shadow: none;
  align-self: stretch;
}
.header-navbar .navbar-toggler .navbar-toggler-icon[b-w8rc2fgpqz] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-color: transparent !important;
  height: 2rem;
  width: 2rem;
}
.title[b-w8rc2fgpqz] {
  font-size: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 350px) {
  .title[b-w8rc2fgpqz] {
    font-size: inherit;
  }
}
/* _content/b2b.ActivaERP.BlazorServer.UI/Shared/MainLayout.razor.rz.scp.css */
.page[b-7mgv2d405w] {
  height: 100%;
  overflow: auto;
  background-color: inherit;
}
[b-7mgv2d405w] .page-layout,
[b-7mgv2d405w] .page-layout > .dx-gridlayout-root,
[b-7mgv2d405w] .layout-item {
  background-color: inherit;
  overflow: auto;
}
[b-7mgv2d405w] .content {
  padding: 1.1rem 2rem 0 2rem;
}
@media (max-width: 1199.98px) {
  [b-7mgv2d405w] .content {
    padding: 1.1rem 2rem 0 2rem;
    /*overflow: auto;*/
  }
  [b-7mgv2d405w] .page-layout > .dx-gridlayout-root {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
[b-7mgv2d405w] .fit-width {
  max-width: 100%;
}
[b-7mgv2d405w] .mw-1100 {
  max-width: 1100px;
}
/* _content/b2b.ActivaERP.BlazorServer.UI/Shared/NavMenu.razor.rz.scp.css */
.overflow-control[b-mzf04fg740] {
  overflow-wrap: anywhere;
}
.navbar[b-mzf04fg740] {
  z-index: 1;
}
.menu-item-position[b-mzf04fg740] {
  position: relative;
  left: -0.5rem;
}
.material-symbols-outlined[b-mzf04fg740] {
  font-size: 19px;
}
@media (max-width: 992px) {
  .material-symbols-outlined[b-mzf04fg740] {
    font-size: 15px;
  }
}
/*.menu-item {
    position: fixed;
    bottom: 2rem;
    left: 0;
    pointer-events: none;
    padding-bottom: 1rem;
}*/
.dx-custom-item[b-mzf04fg740] {
  min-width: 10rem;
  padding: 0 0 0 0.5rem;
  margin-top: 0.25rem;
  /*& :hover {
        height:2rem;
        background-color: #f0f0f0;
    }*/
}
.menu-item-anchor[b-mzf04fg740] {
  text-decoration: none;
  /* Quita el subrayado del enlace */
  /*padding: 10px;*/
  /*transition: background-color 0.3s;*/
  /* Agrega una transición suave al cambio de fondo */
}
/*.menu-item-anchor :hover {
    height: 100%;
    background-color: #f0f0f0; 
}*/
.overlay[b-mzf04fg740] {
  height: 100vh;
  width: 60%;
  background-color: black;
  z-index: 1;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
@media (min-width: 992px) {
  .overlay[b-mzf04fg740] {
    height: 122vh;
  }
}
.sidebar[b-mzf04fg740] {
  min-width: 300px;
  max-width: 300px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  transition: transform 0.1s ease-out;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: inherit;
}
.sidebar.collapse[b-mzf04fg740] {
  display: none;
}
.sidebar.expand[b-mzf04fg740] {
  display: block;
}
@media (max-width: 1199.98px) {
  .sidebar[b-mzf04fg740] {
    display: none;
  }
  .sidebar.expand[b-mzf04fg740] {
    position: fixed;
    top: 3.5rem;
    left: 0;
    /* height: auto;*/
    height: 100%;
    /*min-width: 100;*/
    min-width: 40%;
    z-index: 1050;
  }
}
[b-mzf04fg740] .app-sidebar > .nav-pills > .nav-item:first-of-type {
  padding-top: 1rem;
}
[b-mzf04fg740] .app-sidebar > .nav-pills > .nav-item:last-of-type {
  padding-bottom: 1rem;
}
[b-mzf04fg740] .app-sidebar .nav-pills > .nav-item a {
  border-radius: 0px;
  display: flex;
  align-items: center;
}
[b-mzf04fg740] .app-sidebar > .nav-pills > .nav-item > a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0.25rem 1rem 0.25rem 0.125rem;
}
[b-mzf04fg740] .app-sidebar,
[b-mzf04fg740] .app-sidebar > .nav-pills,
[b-mzf04fg740] .app-sidebar > .nav-pills > .nav-item,
[b-mzf04fg740] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
  background-color: inherit;
}
@media (max-width: 1199.98px) {
  [b-mzf04fg740] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 0;
  }
}
