@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap"); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
/*
    Sombra
*/
/*
    Centrar en el eje horizontal
*/
/*
    Centrar en el eje vertical
*/
/*
    Centrar en ambos ejes
*/
/*
    <hr>
    @param color
*/
/* 
    Imagen en cuadrado 1x1
*/
/* 
    Máximo de lineas
    para un parráfo
*/
/* 
    Eliminar los pseudocodigos 
    de un elemento.
    - Mayormente son generados por Woocommerce
*/
/*
    Customiza su scrollbar
*/
/*
    Botones
*/
.module_link, .module_table-buttons .edit {
  min-height: 46px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 500px) {
  .module_link, .module_table-buttons .edit {
    min-height: 42px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

ul, ol, li {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

picture {
  display: block;
}

.w-100, .wh-100vh, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

.wh-100vh {
  height: 100vh;
}

img {
  vertical-align: top;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.row.start {
  align-items: flex-start;
}
.row.end {
  align-items: flex-end;
}
.row.center {
  justify-content: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

a, button, input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
}

main, section, header, footer, aside {
  width: 100%;
}

a {
  text-decoration: none !important;
}

textarea, button, input, select, option {
  outline: none;
}

.contenedor {
  width: min(88%, 1500px);
  margin-inline: auto;
}
.contenedor.xl {
  width: min(94%, 1760px);
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

picture, .d-block {
  display: block;
}
picture img, picture source, .d-block img, .d-block source {
  width: 100%;
}

svg {
  display: block;
}

ul, ol {
  padding-left: 0 !important;
  margin: 0 !important;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.amount_format {
  text-align: right;
}
.amount_format-title {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin: 0;
}

a, p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  a, p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  a, p {
    font-size: 14px;
  }
}

small {
  font-size: 75%;
}

.page-header {
  position: fixed;
  inset: 0;
  overflow: auto;
  padding-top: 20px;
  width: 220px;
  color: #dde9f8;
  background: #192745;
}
.page-header [type=checkbox] {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  min-height: 100%;
}
.page-header .logo {
  display: block;
  margin: 0 15px;
}
.page-header .logo img, .page-header .logo svg {
  max-width: 120px;
  fill: #fff;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-header .toggle-mob-menu {
  display: none;
  margin-left: 5px;
  padding: 4px;
  background: none;
  border-radius: 4px;
  border: none;
}
.page-header .toggle-mob-menu svg {
  fill: #fff;
  transition: all 0.2s ease;
}
.page-header .admin-menu {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 35px;
  width: 100%;
}
.page-header .admin-menu li {
  width: 100%;
  /*&:nth-last-child(2){
      margin-bottom: 35px;
  }
  &:last-child{
      margin-top: auto;
      margin-bottom: 20px;
  }*/
}
.page-header .admin-menu li > * {
  width: 100%;
  padding: 12px 15px;
}
.page-header .admin-menu .switcher {
  display: inline-block;
  width: auto;
}
.page-header .admin-menu .menu-heading h3 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-block: 0;
  color: #7889a4;
}
.page-header .admin-menu svg {
  display: block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: #dde9f8;
  margin: 0;
}
.page-header .admin-menu a, .page-header .admin-menu button {
  color: #7889a4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14.4px;
}
.page-header .admin-menu a:is(:hover, :focus), .page-header .admin-menu button:is(:hover, :focus) {
  background: #1d2636;
  color: #00b9eb;
  outline: none;
}
.page-header .admin-menu a:is(:hover, :focus) symbol, .page-header .admin-menu a:is(:hover, :focus) path, .page-header .admin-menu a:is(:hover, :focus) svg, .page-header .admin-menu button:is(:hover, :focus) symbol, .page-header .admin-menu button:is(:hover, :focus) path, .page-header .admin-menu button:is(:hover, :focus) svg {
  fill: #00b9eb !important;
}

.login-header {
  position: fixed;
  padding-block: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}
.login-header .logo img, .login-header .logo {
  display: block;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 942px) {
  .login-header .logo img, .login-header .logo {
    display: block;
    width: 55px;
    height: 55px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.page-content article:not(.not_bg), .form_bg {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
  padding: 20px;
}

.form_bg:not(:last-child) {
  margin-bottom: 10px;
}

.page-content {
  position: relative;
  left: 220px;
  width: calc(100% - 220px);
  min-height: 100vh;
  padding: 30px;
  color: #171616;
  background: #f0f1f6;
}
.page-content.login {
  width: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.page-content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .page-content .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.page-content .grid.no-gap {
  grid-gap: 4px;
}
.page-content article {
  width: 100%;
  /*&:first-child, &:last-child{
      grid-column: 1 / -1;
  }*/
}
.page-content article:not(.not-min-height) {
  min-height: 200px;
}
@media (max-width: 480px) {
  .page-content article {
    padding-inline: 16px;
  }
}
@media (min-width: 1200px) {
  .page-content .span-2 {
    grid-column: span 2;
  }
}

.module-back a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #000;
}
.module-back a svg {
  max-width: 20px;
}

.number_format {
  font-variant-numeric: tabular-nums;
}

.search-and-user {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  padding-block: 10px;
  background: #f0f1f6;
  margin-bottom: 30px;
}
.search-and-user form {
  position: relative;
}
.search-and-user form svg {
  display: block;
  width: 26px;
  height: 26px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: #171616;
}
.search-and-user form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: none;
}
.search-and-user input, .search-and-user button {
  border: none;
}
.search-and-user [type=search] {
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  padding-left: 15px;
  background: #fff;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}
.search-and-user ::-moz-placeholder {
  color: #171616;
}
.search-and-user ::placeholder {
  color: #171616;
}
.search-and-user .admin-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin: 0 0 0 auto;
}
.search-and-user .admin-profile .greeting {
  margin: 0;
}
.search-and-user .admin-profile svg {
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.search-and-user .admin-profile .notifications {
  position: relative;
}
.search-and-user .admin-profile .badge {
  position: absolute;
  top: -10px;
  right: -3px;
  display: block;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  background: #ec1848;
}

.switch {
  opacity: 0;
  pointer-events: none;
}
.switch label {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.switch span:first-child {
  position: relative;
  width: 50px;
  height: 26px;
  border-radius: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  background: #87cefa;
  transition: all 0.3s ease;
}
.switch span:first-child::before, .switch span:first-child::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.switch span:first-child::before {
  top: 1px;
  left: 1px;
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #fff;
  z-index: 1;
  transition: all 0.3s ease;
}
.switch span:first-child::after {
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: #ffdb1a;
  box-shadow: 0 0px 4px #ffdb1a;
}
.switch [type=checkbox]:checked + label span:first-child {
  background: #1f1f27;
}
.switch [type=checkbox]:checked + label span:first-child::before {
  transform: translateX(24px);
}
.switch [type=checkbox]:checked + label span:first-child::after {
  left: 12px;
  display: block;
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: transparent;
  box-shadow: -2px -5px 0 #f4f4f4;
  transform: translateY(-50%) rotate(-72deg);
}
.switch [type=checkbox]:focus + label span:first-child {
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.25);
}

.light-mode .page-header .admin-menu a:is(:hover, :focus), .light-mode .page-header .admin-menu button:is(:hover, :focus) {
  background: #f1efec;
}
.light-mode .switch [type=checkbox]:focus + label span:first-child {
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.25);
}

@media screen and (max-width: 767px) {
  /*.light-mode .search-and-user .admin-profile svg {
      fill: v.$black;
  }*/
}
.module-filter, .module-signs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.module-filter_button, .module-filter_input > * {
  border: 1.5px solid #ccc;
  background: none;
  border-radius: 0;
}

.module-signs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2px 9px;
  border-bottom: none;
}
.module-signs span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  font-weight: bold;
  color: #333;
  opacity: 0.95;
}
.module-signs span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  content: "";
  border-radius: 50%;
  display: block;
  width: 9px;
  height: 9px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.module-signs span.detailed {
  padding-left: 19px;
}
.module-signs span.detailed::before {
  border-radius: 0;
  width: 14px;
  background: rgba(204, 204, 204, 0.5);
}
.module-signs span.paid::before {
  background: #2ecc71;
}
.module-signs span.in_debt::before {
  background: #ec1848;
}
.module-signs span.loans::before {
  background: #446fcb;
}
.module-signs span.condoned::before {
  background: #9b59b6;
}
.module-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.module-filter_input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: nowrap;
  height: 34px;
}
.module-filter_input > * {
  text-align: center;
}
.module-filter_input.select > * {
  height: 100%;
}
.module-filter_input.select label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-inline: 5px;
}
.module-filter_input.select select {
  padding-inline: 3px;
  text-align: left;
}
.module-filter_button {
  width: 34px;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.module-filter_button svg, .module-filter_button img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.module-filter_button#dateErase {
  border-right: none;
}
.module-filter_button#dateAction {
  border-left: none;
}
.module-filter_button.with_border_left {
  border-left: 1.5px solid #ccc !important;
  background: #ccc;
}
.module-filter_button.with_border_left svg, .module-filter_button.with_border_left img {
  filter: invert(1);
}
.module-filter input {
  display: block;
  height: 100%;
  width: 210px;
  margin: 0;
  padding-inline: 6px;
  font-size: 15px;
}
.module_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 10px;
  margin-block: 12px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.module_link {
  border-radius: 2px;
  padding-inline: 10px;
  border: 2px solid #192745;
  background: #192745;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 500px) {
  .module_link {
    min-width: 200px;
  }
}
.module_link svg {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.module_link path {
  transition: all 0.3s ease;
}
.module_link:is(:hover, :focus) {
  background: #fff;
  color: #192745;
}
.module_link:is(:hover, :focus) path {
  stroke: #192745;
}
.module_link:disabled {
  background: rgba(25, 39, 69, 0.6);
  border: none;
  pointer-events: none;
}
@media (max-width: 500px) {
  .module_link p {
    font-size: 14px;
  }
}
.module_link path, .module_link svg, .module_link img {
  pointer-events: none;
}
.module_table {
  /*td{
      &[colspan="5"], &[colspan="6"], &[colspan="7"]{
          background: rgba($color: #ccc, $alpha: 0.25);
      }
  }*/
}
.module_table tr, .module_table th, .module_table td {
  color: #000;
}
.module_table tr a, .module_table th a, .module_table td a {
  color: #000;
}
.module_table tr.condoned td, .module_table tr.condoned span, .module_table tr.condoned a, .module_table tr.condoned p {
  font-weight: bold;
  color: #9b59b6;
}
.module_table tr[data-breakpoint=desktop] td,
.module_table tr[data-breakpoint=mobile] td {
  background: rgba(204, 204, 204, 0.25);
}
@media (min-width: 768px) {
  .module_table tr[data-breakpoint=mobile] {
    display: none !important;
  }
}
.module_table td.alias {
  text-transform: uppercase;
}
.module_table td.alias a, .module_table td.alias p, .module_table td.alias span {
  text-transform: uppercase;
}
.module_table td.paid {
  color: #2ecc71;
}
.module_table td.paid a, .module_table td.paid p, .module_table td.paid span {
  color: #2ecc71;
}
.module_table td.in_debt {
  color: #ec1848;
}
.module_table td.in_debt a, .module_table td.in_debt p, .module_table td.in_debt span {
  color: #ec1848;
}
.module_table td.loans {
  color: #446fcb;
}
.module_table td.loans a, .module_table td.loans p, .module_table td.loans span {
  color: #192745;
  font-weight: 700;
}
.module_table td.condoned {
  color: #9b59b6;
}
.module_table td.condoned a, .module_table td.condoned p, .module_table td.condoned span {
  color: #9b59b6;
}
@media (min-width: 768px) {
  .module_table a:not(.just_icon) {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media (max-width: 768px) {
  .module_table tr, .module_table th, .module_table td {
    font-size: 14px;
  }
  .module_table .none-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .module_table .block-md {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .module_table tr, .module_table th, .module_table td {
    font-size: 13px;
  }
  .module_table tr a, .module_table tr p, .module_table th a, .module_table th p, .module_table td a, .module_table td p {
    font-size: 13px;
  }
}
.module_table-icons .just_icon {
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 3px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: none;
  border: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .module_table-icons .just_icon {
    display: block;
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .module_table-icons .just_icon {
    display: block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.module_table-icons .just_icon svg, .module_table-icons .just_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-position: center;
     object-position: center;
  max-width: 27px;
}
.module_table-icons .just_icon:hover {
  transform: scale(0.9);
}
.module_table-icons .link_none {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.module_table-buttons .edit {
  border-radius: 2px;
  padding-inline: 10px;
  border: 2px solid #192745;
  background: #192745;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-inline: 24px;
}
@media (min-width: 500px) {
  .module_table-buttons .edit {
    min-width: 200px;
  }
}
.module_table-buttons .edit svg {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.module_table-buttons .edit path {
  transition: all 0.3s ease;
}
.module_table-buttons .edit:is(:hover, :focus) {
  background: #fff;
  color: #192745;
}
.module_table-buttons .edit:is(:hover, :focus) path {
  stroke: #192745;
}
.module_table-buttons .edit:disabled {
  background: rgba(25, 39, 69, 0.6);
  border: none;
  pointer-events: none;
}
@media (max-width: 500px) {
  .module_table-buttons .edit p {
    font-size: 14px;
  }
}
.module_table-buttons .edit:hover path:nth-child(2) {
  fill: #192745;
}
.module .no-one {
  text-align: center;
  margin-top: 50px;
}
.module-title {
  font-weight: bold;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .module-title {
    font-size: 16px;
  }
}
.module-description {
  font-size: 15px;
  line-height: 1.2em;
  text-align: left;
  margin-top: -5px;
}
.module_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 480px) {
  .module_container {
    gap: 10px;
  }
}
@media (min-width: 480px) {
  .module_container > * {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .module_container > * {
    width: 100%;
  }
}
.module_viewer-box {
  padding: 12px;
  background: #dde9f8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 480px) {
  .module_viewer-box {
    min-height: auto;
  }
}
.module_viewer-box > * {
  text-align: center;
  color: #000;
}
.module_viewer-box span {
  font-size: 3em;
  font-weight: bold;
}
.module_viewer-box p {
  font-size: 16px;
}

.form_footer, .form_header, .form#login {
  max-width: 380px;
  margin-inline: auto;
}
.form .preview-img {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}
.form_footer {
  margin-top: 24px;
}
.form_footer a {
  display: block;
  text-align: center;
  font-size: 15px;
  text-decoration: underline !important;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.form_footer a:not(:last-child) {
  margin-bottom: 6px;
}
.form select, .form button, .form input:not([type=radio], [type=checkbox]) {
  line-height: 1.2em;
  width: 100%;
  border-radius: 2px;
}
.form select, .form button, .form input:not([type=radio], [type=checkbox], [type=submit]) {
  height: 36px;
}
.form-actioner {
  width: 100%;
}
.form-control-input, .form-grid-input {
  width: 100%;
  position: relative;
}
.form-control-input select, .form-control-input input:not([type=radio], [type=checkbox], [type=submit], [type=file]), .form-grid-input select, .form-grid-input input:not([type=radio], [type=checkbox], [type=submit], [type=file]) {
  border: 1px solid #171616;
  padding-inline: 12px;
}
.form-control-input > p, .form-control-input > label, .form-grid-input > p, .form-grid-input > label {
  display: block;
  margin: 0 0 2px 0;
  font-size: 14px;
}
.form-control-input [type=file], .form-grid-input [type=file] {
  opacity: 0;
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.form-control-input .eye-changer {
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
  display: block;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 7px;
}
.form-control-input .eye-changer svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.form-control-input .eye-changer::before {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-control-input .eye-changer:not(.show) circle {
  fill: #000;
}
.form-control-input .eye-changer.show::before {
  opacity: 0;
}
.form-control-input > small:not(.advice) {
  color: #ec1848;
}
.form-control-input > small {
  display: block;
  margin: 2px 0 0 auto;
  text-align: right;
}
.form-control-input > small.advice {
  color: #000;
}
.form-control-input:not(:last-child) {
  margin-bottom: 14px;
}
.form-control-input.image::before, .form-control-input.image::after {
  cursor: pointer;
  position: absolute;
  height: 36px;
  pointer-events: none;
  bottom: 0;
}
.form-control-input.image::before {
  content: attr(data-title);
  line-height: 36px;
  right: 0;
  width: 100%;
  border: 1px solid #171616;
  padding-inline: 38px 12px;
}
.form-control-input.image::after {
  content: url(../../img/upload.svg);
  width: 36px;
  padding: 6px;
  left: 0;
}
.form-grid-input.total_dinamyc_amount {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.form-grid-input div {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 36px;
  grid-gap: 4px;
}
.form-grid-input div:not(:last-child) {
  margin-bottom: 4px;
}
.form-grid-input button {
  border: 1px solid #171616;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.form-grid-input button.remove_single_detail {
  background: #ff7675;
  border-color: #ff7675;
}
.form-grid-input button.add_single_detail {
  background: #74b9ff;
  border-color: #74b9ff;
}
.form-options {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.form-option {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  height: 38px;
}
.form-option label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #7889a4;
  color: #fff;
  transition: all 0.3s ease;
}
.form-option input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.form-option input:checked + label {
  background: #192745;
}
.form_header {
  text-align: center;
  margin-bottom: 24px;
}
.form_header img {
  display: block;
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-inline: auto;
}
@media (max-width: 942px) {
  .form_header img {
    display: block;
    width: 90px;
    height: 90px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.form_header h1 {
  margin-top: 10px;
  font-weight: 400;
}
@media (max-width: 942px) {
  .form_header h1 {
    font-size: 1.6em;
  }
}
.form [type=radio], .form [type=checkbox] {
  accent-color: #192745;
}
.form [type=submit] {
  margin-top: 14px;
  width: 100%;
  padding-block: 8px;
  text-align: center;
  background: #192745;
  text-transform: uppercase;
  border: 2px solid #192745;
  color: #fff;
}
.form [type=submit]:hover {
  background: #1d2636;
}
.form#editing_profile fieldset {
  border: 1px solid #192745;
  margin-block: 20px 12px;
  padding-block: 18px;
}

/*.tooltip{
    position: relative;
    &-txt{
        position: absolute;
        bottom: calc(100% + 1px);
        @include m.centerX;
        font-size: 12px;

        visibility: hidden;
        min-width: 60px;
        background: rgba($color: v.$negro, $alpha: 0.9);
        color: v.$blanco;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        z-index: 1;
        @include m.transition(.3s);
    }
    &:hover{
        .tooltip-txt{
            visibility: visible;
        }
    }
}*/
@media screen and (max-width: 767px) {
  .page-header,
  .page-content {
    position: static;
    width: 100%;
  }
  .page-header {
    padding: 10px;
  }
  .page-header nav {
    flex-direction: row;
    justify-content: flex-start;
  }
  .page-header .logo {
    margin: 0;
  }
  .page-header .logo svg {
    width: 83px;
    height: 35px;
  }
  .page-header .toggle-mob-menu {
    display: block;
  }
  .page-header .admin-menu {
    position: absolute;
    /*left: 98px;
    top: 57px;*/
    left: 0;
    top: 66px;
    margin-top: 0;
    z-index: 2;
    border-radius: 4px;
    background: #192745;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.2s;
    width: min(100%, 250px);
  }
  .page-header .admin-menu li:nth-last-child(2) {
    margin-bottom: 12px;
  }
  .page-header .admin-menu li:last-child button,
  .search-and-user .admin-profile .greeting {
    display: none;
  }
  .page-content {
    min-height: calc(100vh - 70px);
    padding: 10px;
  }
  .page-content .grid {
    grid-gap: 10px;
  }
  .search-and-user {
    position: absolute;
    left: 131px;
    top: 22px;
    padding: 0;
    grid-column-gap: 5px;
    width: calc(100% - 141px);
    border-radius: 4px;
    background: transparent;
    margin: 0;
  }
  .search-and-user [type=search] {
    font-size: 1rem;
    height: 35px;
  }
  .search-and-user form svg {
    width: 18px;
    height: 18px;
  }
  .search-and-user .admin-profile svg {
    fill: #fff;
  }
}
@media screen and (max-width: 400px) {
  .page-content .grid > article {
    grid-column: 1/-1;
  }
}
.mob-menu-opened .toggle-mob-menu svg {
  transform: rotate(180deg);
}

.mob-menu-opened .page-header .admin-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .collapsed .page-header {
    width: 40px;
  }
  .collapsed .page-header .admin-menu li > * {
    padding: 10px;
  }
  .collapsed .page-header .logo,
  .collapsed .page-header .admin-menu span,
  .collapsed .page-header .admin-menu .menu-heading {
    display: none;
  }
  .collapsed .page-header .admin-menu svg {
    margin-right: 0;
  }
  .collapsed .page-header .collapse-btn svg {
    transform: rotate(180deg);
  }
  .collapsed .page-content {
    left: 40px;
    width: calc(100% - 40px);
  }
}
.popup_external,
.popup {
  position: fixed;
  inset: 0;
  transition: all 0.3s ease;
  padding: 24px;
  z-index: 100;
}
.popup_external_bg,
.popup_bg {
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.popup_external_content,
.popup_content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  padding: 24px 18px;
  transition: all 0.3s ease;
  max-width: 650px;
  height: auto;
  max-height: 92vh;
  width: 94% !important;
}
.popup_external_button-close,
.popup_button-close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  border: none;
  padding: 10px;
  background: #192745;
  top: -15px;
  right: -15px;
  display: block;
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .popup_external_button-close,
  .popup_button-close {
    top: -13px;
    right: -8px;
    display: block;
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.popup_external_button-close path, .popup_external_button-close svg,
.popup_button-close path,
.popup_button-close svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup_external:not(.active),
.popup:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.popup_external:not(.active) .popup_content, .popup_external:not(.active) .popup_bg,
.popup:not(.active) .popup_content,
.popup:not(.active) .popup_bg {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=app.css.map */
