/*** ESTILOS DE LOS LISTADOS EN LOS MODULOS ***/
/***! SALVO EXCPECIONES, EL ESTÁNDAR PARA IDS, CLASES, Y ATRIBUTOS ES USAR GUIONES MEDIOS (-) COMO SEPARADOR, ***/
/***! SIN EMBARGO LOS SELECTORES INCLUYEN LOS GUIONES BAJOS (_) PARA MITIGAR ERRORES, PERO SU USO ESTÁ DEPRECADO ***/

.resize_wizard_block_v2[wizard-type] .wizard>.content>section.body {
  width: 100%;
  padding: 0%;
}

/* CONTENEDORES DEL CONTENEDOR DE LA LISTA */
div.custom-list-container-wrap>div.wpte-lrf-block {
  width: 98.5%;
  padding: 0;
  box-shadow: none !important;
}

/* CONTENEDOR DE BOTON Y BUSCADOR */
/* CONTENEDOR DE BOTON Y BUSCADOR */
.list-header-container {
  display: flex;
  justify-content: space-around;
  gap: 1%;
  padding: 1%;
  margin-top: 10px;
}

/* CLEARFIX DE EXPEDIENTES -> 
  para que queden centrados con las pestañas, pasa lo mismo en las listas, 
  pero el error se ha resuelto mas o menos limitando el width del contendor de la lista */
div.horizontal-exp div.content.clearfix {
  margin: 0 !important;
}

/*** CONTENEDOR DE LA LISTA ***/

.lists_intern_tags,
.lists-intern-tags {
  width: 100%;
  padding: 1%;
  padding-top: 0px;
  margin-top: 15px;
}

/*** BARRA DE INFO ANTES DE LOS BOTONES ***/

span.tab-title-container {
  display: grid;
  grid-template-columns: auto max-content;
  width: 98.5%;
  margin-bottom: 0.2em;
  margin-top: 0.75em;
  padding: 10px;
  border-radius: 4px;
  background-color: var(--secondary-color);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}

span.tab-title-container>span {
  margin-left: 0.5em;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45em;
}

span.tab-title-container span.tab-title-aux-info {
  background-color: white;
  color: var(--primary-color-light);
  padding: 0 .5em;
  font-weight: 700;
  border-radius: 4px;
  height: 30px;
  margin-left: 0.5em;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45em;
}

/*** BOTONES AL PRINCIPIO DE LISTAS ***/

div.custom_list_container_wrap div.custom-button-container,
div.custom-list-container-wrap div.custom-button-container {
    width: 30%;
    max-width: 30%;
}

div.custom_list_container_wrap button.custom-button,
div.custom-list-container-wrap button.custom-button,
div#users_agency_summary_container button.custom-button {
    width: 100%;
    height: 50px;
    max-height: 50px;
    padding: 9.5px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--family-primary);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    overflow: hidden;
}

div.custom_list_container_wrap button.custom-button.action,
div.custom-list-container-wrap button.custom-button.action,
div#users_agency_summary_container button.custom-button.action {
    cursor: pointer;
}

div.custom_list_container_wrap button.custom-button.action:hover,
div.custom-list-container-wrap button.custom-button.action:hover,
div#users_agency_summary_container button.custom-button.action:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: white;
}

div.custom_list_container_wrap button.custom-button.info,
div.custom-list-container-wrap button.custom-button.info {
    cursor: help;
    background-color: var(--primary-color-lightest) !important;
    border: 1px solid var(--primary-color-lightest) !important;
}

div.custom_list_container_wrap button.custom-button.info:hover,
div.custom-list-container-wrap button.custom-button.info:hover {
    background-color: var(--primary-color);
}

/*** BUSCADOR ***/

div.custom-searcher-container {
    width: 70%;
    max-width: 70%;
    height: 50px;
}

input.custom-searcher {
    width: 100%;
    height: 50px;
    padding-right: 110px;
    font-size: 16px;
    letter-spacing: .1px;
}

div.custom-searcher-container>div.searcher-action-container {
    position: relative;
    bottom: 90%;
    display: flex;
    gap: 5px;
    height: 40px;
    margin-top: auto;
    margin-right: 5px;
    margin-bottom: auto;
    float: right;
}

div.searcher-action-container>button.searcher-action {
    width: 50px;
    padding: 0;
    background: var(--primary-color);
    color: white;
    cursor: pointer;
}

div.searcher-action-container>button.searcher-action:hover {
    background: white;
    color: var(--primary-color);
}

div.searcher-action-container>button.searcher-action.clear {
    display: none;
}

div.searcher-action-container>button.searcher-action svg,
div.searcher-action-container>button.searcher-action i {
    transition: all ease .2s;
}

div.searcher-action-container>button.searcher-action svg:hover,
div.searcher-action-container>button.searcher-action i:hover {
    scale: 1.25;
}

/*** SPAN LISTA VACIA ***/

p.empty-list {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

/*** SEPARADORES EN LISTA ***/

span.list-separator {
  /* display: block; */
  display: grid;
  width: 100%;
  /* height: 47.5px; */
  /* max-height: 47.5px; */
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 4px;
  /* color: #fff; */
  background: var(--primary-color-light);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  grid-template-columns: 60% 5% 30% 5%;
  grid-gap: 0.5em;
}

span.list-separator>span.list-separator-text {
  background-color: transparent;
  color: white;
  align-content: center;
  text-align: right;
}

span.list-separator>#module_counter {
  height: 28px;
  display: grid;
  line-height: 2.1em;
}

span.list-separator>span {
  display: inline-block;
  height: 30px;
  padding: 0 .5em;
  margin-left: 15px;
  border-radius: 4px;
  color: #267e1b;
  background-color: #fff;
  font-weight: 700;
}

div.list-separator-button-container {
  justify-self: end;
  grid-gap: 0.5em;
  display: flex;
}

div.list-separator-button-container>button {
  display: inline-grid;
  grid-template-columns: max-content;
  gap: 0.5em;
}

div.list-separator-button-container>button.separator-button {
  position: absolute;
  transform: rotate(0deg);
  padding: 5px;
}

div.list-separator-button-container>button.separator-action-button {
  padding: 5px;
  background-color: white;
  color: #267e1b;
  cursor: pointer;
  max-height: 28px;
  height: 28px;
}

button.separator-button {
  display: inline-grid;
  position: absolute;
  right: 0em;
  margin-right: 2.5em;
  padding: 5px;
  color: #fff;
  background-color: var(--primary-color);
  transform: rotate(0deg);
  padding: 5px;
}

button.separator-button svg,
button.separator-button i {
  transition: all .5s ease;
}

button.separator-button.active svg,
button.separator-button.active i {
  transition: all .5s ease;
  transform: rotate(180deg);
}

/*** ELEMENTOS DE LA LISTA ***/

.lists_intern_tags span.one_line_grid,
.lists_intern_tags span.one-line-grid,
.lists-intern-tags span.one_line_grid,
.lists-intern-tags span.one-line-grid {
  display: inline-grid;
  grid-template-rows: max-content;
  grid-template-columns: 1fr max-content;
  width: 99%;
  margin: 0.5%;
  padding: 0.5em;
  border: 1px dashed var(--primary-color);
  border-radius: 4px;
  color: var(--primary-color);
  background-color: white;
}

span.accordion-container.small {
  width: 48.5%;
  margin: 0.5%;
  grid-template-columns: 1fr max-content;
}

span.span-info {
  margin-left: 1em;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.75em;
}

span.span-info>span {
  display: block;
  height: 31.5px;
  line-height: 30px;
  overflow: hidden;
}

/*** BOTONES DE ACCIONES EN LISTA ***/

div.action-container {
  margin: 0.5%;
  justify-content: center !important;
}

.action-container.inner {
  justify-self: end;
  grid-column: -1;

}

div.action-container.small {
  display: grid;
  gap: 0.2em;
  grid-template-columns: max-content;
}

div.action-container.small.block {
  grid-template-columns: max-content max-content;
}

div.action-container.full {
  display: flex;
  align-items: center;
}

.list-action-button {
  width: 40px;
  height: 47.5px;
  min-width: 40px;
  max-height: 47.5px;
  padding: 10px;
  margin-right: .5em;
  border-radius: 4px;
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-size: 18px;
  align-self: center;
  cursor: pointer;
}

.list-action-button.reverse {
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

.list-action-button.inner {
  justify-self: end;
  grid-column: -1;
}

.list-action-button.delete {
  background-color: red;
}

.list-action-button.disabled {
  background-color: #848484;
  cursor: no-drop
}

/***  ***/
.my_custom_input_like_span,
.my-custom-input-like-span {
  display: block !important;
  width: 100% !important;
  height: 47.5px !important;
  max-height: 47.5px !important;
  padding: 10px !important;
  border: none !important;
  border-radius: 4px !important;
  color: #fff !important;
  background-color: var(--primary-color-light) !important;
  text-align: center !important;
  text-transform: uppercase !important;
}