@charset "UTF-8";
/*********************************
*** Fuente con iconos propios
**********************************/
@import url(/static/scss/_onext.css);
/* END iconos*/
/*********************************
*** Variables de colores
**********************************/
/* line 10, osoigonext/static/gas/scss/osoigonext.scss */
:root {
  --colorPrimaryText: #ff7f2a;
  --colorPrimary: #016858;
  --primary-color: #f5a623;
  --white: #fff;
  --black: #000000;
  --white-grey: rgba(243, 245, 248, 1);
  --grey: #999999;
  --clear-grey: #eee;
  /*--black-grey: rgba(130,130,130,1);*/
  --black-black-grey: rgb(88, 87, 87);
  --transparent-grey: rgba(196, 196, 196, 0.2);
  --solid-transparent-grey: #d2d2d2;
  --transparent-dark-grey: #41404033;
  --black-grey: rgb(71, 71, 71);
  --text-grey: rgb(56, 56, 56);
  --border-grey: #ebebeb;
  --colorPrimary-white: #b1d3cf;
  --success-dark: #155724;
  --success: #d4edda;
  --error-dark: #721c24;
  --error: #f8d7da;
  --info-dark: #004085;
  --info: #cce5ff;
  --warning-dark: #856404;
  --warning: #fff3cd; }

/* END variables*/
/*********************************
*** Fuentes
**********************************/
@font-face {
  font-family: "regular";
  src: url(/static/fonts/Manrope-Regular.otf);
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "semiBold";
  src: url(/static/fonts/Manrope-SemiBold.otf);
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "bold";
  src: url(/static/fonts/Manrope-Bold.otf);
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "extraBold";
  src: url(/static/fonts/Manrope-ExtraBold.otf);
  font-weight: bold;
  font-style: normal; }

/* END Fuentes*/
/*********************************
*** Body
**********************************/
/* line 76, osoigonext/static/gas/scss/osoigonext.scss */
body {
  font-family: "regular";
  margin: 0;
  min-height: 100vh; }
  @media only screen and (max-width: 768px) {
    /* line 76, osoigonext/static/gas/scss/osoigonext.scss */
    body {
      min-height: 100%; } }
/* line 86, osoigonext/static/gas/scss/osoigonext.scss */
#body {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 900px) {
    /* line 86, osoigonext/static/gas/scss/osoigonext.scss */
    #body {
      flex-wrap: wrap; } }
/* END Body*/
/*********************************
*** Logo
**********************************/
/* line 98, osoigonext/static/gas/scss/osoigonext.scss */
#logo {
  width: 180px;
  max-width: calc(100% - 2em);
  height: auto;
  margin: 1.5em 1em; }

/* END logo */
/*#navbar-main {
  background: var(--white);
  padding: 0;
  & > #main-navigation {
    margin: 0;
    color: var(--colorPrimary);
    font-size: 0.8em;
    border-bottom: 2px solid var(--colorPrimaryText);

    @media only screen and (max-width:768px){
      display:flex;
      justify-content: space-between;
      padding-left: 0;
    }

    li{
      @media only screen and (max-width:768px){
        display:flex;
        gap:1rem;
      }
    }
  }
  #main-navigation{
    a{
      font-size: 0.8em;
      color: var(--colorPrimaryText);
      margin-left: 0.5em;

      &.logout  {
        font-size: 1em;
      }
      &.current_language {
          display: none;
      }
    }
  }
}*/
/*********************************
*** Columna izquierda con menu
**********************************/
/* line 147, osoigonext/static/gas/scss/osoigonext.scss */
#sidebar {
  background-color: var(--white);
  color: var(--text-grey);
  padding: 1.5rem 1rem;
  width: 20%;
  min-width: 260px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 1; }
  /* line 160, osoigonext/static/gas/scss/osoigonext.scss */
  #sidebar ul {
    background-color: var(--white);
    border: 0;
    border-radius: 0;
    padding: 0; }
  /* line 168, osoigonext/static/gas/scss/osoigonext.scss */
  #sidebar #navbarNavDropdown {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 66px); }
    /* line 176, osoigonext/static/gas/scss/osoigonext.scss */
    #sidebar #navbarNavDropdown > ul > li > a, #sidebar #navbarNavDropdown > ul > li > .nav-link {
      padding: 0.8rem 1rem;
      display: flex;
      flex-direction: row;
      gap: 1rem;
      align-items: center;
      color: var(--text-grey);
      border-radius: 1rem;
      border-left: 4px solid transparent;
      font-size: 1rem;
      font-family: "semiBold";
      transition: 0.3s;
      text-wrap: nowrap; }
      @media only screen and (max-width: 768px) {
        /* line 176, osoigonext/static/gas/scss/osoigonext.scss */
        #sidebar #navbarNavDropdown > ul > li > a, #sidebar #navbarNavDropdown > ul > li > .nav-link {
          font-size: 1.1rem; } }
      /* line 195, osoigonext/static/gas/scss/osoigonext.scss */
      #sidebar #navbarNavDropdown > ul > li > a.help_link, #sidebar #navbarNavDropdown > ul > li > .nav-link.help_link {
        padding: 0.4rem 1rem; }
      /* line 199, osoigonext/static/gas/scss/osoigonext.scss */
      #sidebar #navbarNavDropdown > ul > li > a [class*="icon-"]:before, #sidebar #navbarNavDropdown > ul > li > .nav-link [class*="icon-"]:before {
        font-size: 20px; }
      /* line 203, osoigonext/static/gas/scss/osoigonext.scss */
      #sidebar #navbarNavDropdown > ul > li > a:hover, #sidebar #navbarNavDropdown > ul > li > .nav-link:hover {
        padding-left: 2rem;
        color: var(--colorPrimary); }
      /* line 208, osoigonext/static/gas/scss/osoigonext.scss */
      #sidebar #navbarNavDropdown > ul > li > a.current, #sidebar #navbarNavDropdown > ul > li > .nav-link.current {
        background-color: var(--white-grey);
        border-left-color: var(--colorPrimary);
        color: var(--colorPrimary); }
      /* line 214, osoigonext/static/gas/scss/osoigonext.scss */
      #sidebar #navbarNavDropdown > ul > li > a.help_link, #sidebar #navbarNavDropdown > ul > li > .nav-link.help_link {
        background-color: var(--black-grey);
        border-radius: 12px;
        color: var(--white); }
    /* line 221, osoigonext/static/gas/scss/osoigonext.scss */
    #sidebar #navbarNavDropdown > ul > li.help_link {
      display: flex;
      margin-top: auto; }
    /* line 227, osoigonext/static/gas/scss/osoigonext.scss */
    #sidebar #navbarNavDropdown > ul > li > ul [class*="icon-"]:before {
      display: none; }
    /* line 230, osoigonext/static/gas/scss/osoigonext.scss */
    #sidebar #navbarNavDropdown > ul > li > ul li {
      border-bottom: 1px solid var(--border-grey); }
      /* line 232, osoigonext/static/gas/scss/osoigonext.scss */
      #sidebar #navbarNavDropdown > ul > li > ul li a {
        box-sizing: border-box;
        padding: 0.75rem 1rem 0.75rem 2rem;
        display: flex; }
        @media only screen and (max-width: 768px) {
          /* line 232, osoigonext/static/gas/scss/osoigonext.scss */
          #sidebar #navbarNavDropdown > ul > li > ul li a {
            padding: 1rem 1rem 1rem 2rem; } }
        /* line 241, osoigonext/static/gas/scss/osoigonext.scss */
        #sidebar #navbarNavDropdown > ul > li > ul li a:hover {
          color: var(--colorPrimary); }
        /* line 244, osoigonext/static/gas/scss/osoigonext.scss */
        #sidebar #navbarNavDropdown > ul > li > ul li a.current {
          font-family: "bold"; }
  /* line 253, osoigonext/static/gas/scss/osoigonext.scss */
  #sidebar a,
  #sidebar a:visited {
    color: var(--text-grey);
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 1em; }

/* line 262, osoigonext/static/gas/scss/osoigonext.scss */
.nav-support {
  height: 100%;
  margin-top: auto;
  display: flex; }

/* END Menu izquierdo */
/*********************************
*** Columna derecha
**********************************/
/* line 272, osoigonext/static/gas/scss/osoigonext.scss */
#content {
  padding: 0;
  background-color: var(--white-grey); }

/* Parte superior */
/* line 278, osoigonext/static/gas/scss/osoigonext.scss */
.top {
  background-color: var(--white);
  color: var(--text-grey);
  padding: 1.5rem 1rem;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  /* line 290, osoigonext/static/gas/scss/osoigonext.scss */
  .top .top-right {
    display: flex;
    align-items: center;
    gap: 1rem; }

/* desplegable idiomas*/
/* line 298, osoigonext/static/gas/scss/osoigonext.scss */
.language-dropdown {
  position: relative;
  display: inline-block; }
  /* line 302, osoigonext/static/gas/scss/osoigonext.scss */
  .language-dropdown .main-button {
    font-family: "extraBold";
    font-size: 0.9rem;
    text-transform: uppercase;
    border: none;
    color: var(--colorPrimaryText);
    background-color: var(--colorPrimary);
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer; }
  /* line 315, osoigonext/static/gas/scss/osoigonext.scss */
  .language-dropdown .language-list {
    display: none;
    position: absolute;
    z-index: 1;
    transform: translateX(2px);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--colorPrimary);
    border-radius: 25px; }
  /* line 325, osoigonext/static/gas/scss/osoigonext.scss */
  .language-dropdown:hover .language-list {
    display: block; }
  /* line 328, osoigonext/static/gas/scss/osoigonext.scss */
  .language-dropdown:hover .dropdown-button {
    background-color: var(--colorPrimary); }
  /* line 332, osoigonext/static/gas/scss/osoigonext.scss */
  .language-dropdown .idioma {
    font-family: "semiBold";
    font-size: 16px;
    display: block;
    padding: 8px 16px;
    background-color: var(--colorPrimary);
    border-radius: 25px; }
    /* line 340, osoigonext/static/gas/scss/osoigonext.scss */
    .language-dropdown .idioma a {
      text-decoration: none;
      color: var(--colorPrimaryText);
      opacity: 1;
      transition: all 0.3s ease; }
      /* line 346, osoigonext/static/gas/scss/osoigonext.scss */
      .language-dropdown .idioma a:hover {
        color: var(--colorPrimaryText); }

/* Desplegable usuario */
/* line 354, osoigonext/static/gas/scss/osoigonext.scss */
.user-dropdown {
  position: relative;
  display: inline-block; }
  /* line 358, osoigonext/static/gas/scss/osoigonext.scss */
  .user-dropdown .parti img {
    border-radius: 25px;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  /* line 365, osoigonext/static/gas/scss/osoigonext.scss */
  .user-dropdown .parti [class^="icon-"]:before,
  .user-dropdown .parti [class*=" icon-"]:before {
    border-radius: 25px;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 24px;
    padding: 6px;
    background-color: var(--white);
    color: var(--colorPrimary); }
  /* line 378, osoigonext/static/gas/scss/osoigonext.scss */
  .user-dropdown .action-list {
    display: none;
    position: absolute;
    z-index: 1;
    transform: translateX(2px);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); }
  /* line 386, osoigonext/static/gas/scss/osoigonext.scss */
  .user-dropdown:hover .action-list {
    display: block; }
  /* line 389, osoigonext/static/gas/scss/osoigonext.scss */
  .user-dropdown:hover .dropdown-button {
    background-color: var(--colorPrimary); }
  /* line 393, osoigonext/static/gas/scss/osoigonext.scss */
  .user-dropdown .action-list-item {
    font-family: "regular";
    font-size: 10px;
    display: block;
    padding: 8px;
    background-color: var(--colorPrimary);
    text-wrap: nowrap; }
    /* line 401, osoigonext/static/gas/scss/osoigonext.scss */
    .user-dropdown .action-list-item a {
      text-decoration: none;
      color: var(--colorPrimaryText);
      opacity: 1;
      transition: all 0.3s ease; }
      /* line 407, osoigonext/static/gas/scss/osoigonext.scss */
      .user-dropdown .action-list-item a:hover {
        text-decoration: underline; }

/* Migas de pan */
/* line 415, osoigonext/static/gas/scss/osoigonext.scss */
body#index .breadcrumb {
  display: none; }

/* line 420, osoigonext/static/gas/scss/osoigonext.scss */
.breadcrumb a {
  color: var(--black-black-grey); }

/* line 423, osoigonext/static/gas/scss/osoigonext.scss */
.breadcrumb ol {
  border: none;
  border-radius: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem; }

/* line 431, osoigonext/static/gas/scss/osoigonext.scss */
.breadcrumb li {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  font-size: 12px;
  color: var(--text-grey); }
  /* line 438, osoigonext/static/gas/scss/osoigonext.scss */
  .breadcrumb li a {
    color: var(--text-grey);
    font-family: "bold"; }

/* line 443, osoigonext/static/gas/scss/osoigonext.scss */
.breadcrumb li::before {
  content: "/"; }

@media only screen and (max-width: 768px) {
  /* line 448, osoigonext/static/gas/scss/osoigonext.scss */
  .breadcrumb {
    margin-top: 1rem; } }

/* END Columna derecha */
/*********************************
*** Contenido
**********************************/
/* line 457, osoigonext/static/gas/scss/osoigonext.scss */
.main-content {
  box-sizing: border-box;
  padding: 1.5rem; }
  /* line 461, osoigonext/static/gas/scss/osoigonext.scss */
  .main-content dl {
    display: flex;
    flex-direction: column; }
    /* line 465, osoigonext/static/gas/scss/osoigonext.scss */
    .main-content dl dt {
      font-family: "bold";
      color: var(--colorPrimary); }
    /* line 469, osoigonext/static/gas/scss/osoigonext.scss */
    .main-content dl dd {
      border-bottom: 1px solid var(--border-grey);
      padding-bottom: 0.5rem;
      margin: 0;
      margin-bottom: 0.5rem; }

/* line 478, osoigonext/static/gas/scss/osoigonext.scss */
.content-subtitle {
  color: var(--black);
  font-family: "extraBold";
  font-size: 0.9rem;
  line-height: 1em;
  margin: 0; }

/* line 486, osoigonext/static/gas/scss/osoigonext.scss */
p {
  color: var(--black);
  font-family: "regular";
  font-size: 0.8rem;
  line-height: 1em;
  margin: 0;
  margin-bottom: 0.5rem; }

/* line 494, osoigonext/static/gas/scss/osoigonext.scss */
ul:not(.actions) li {
  color: var(--black);
  font-family: "regular";
  font-size: 0.8rem;
  /*@media only screen and (max-width: 768px){
    margin-bottom: 1rem;
  }*/ }

/* Titulo y acciones */
/* line 505, osoigonext/static/gas/scss/osoigonext.scss */
.precard-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 900px) {
    /* line 505, osoigonext/static/gas/scss/osoigonext.scss */
    .precard-header {
      flex-direction: column;
      align-items: flex-start; } }
/* line 519, osoigonext/static/gas/scss/osoigonext.scss */
.precard-header + h2 {
  margin-top: -1rem; }

/* line 523, osoigonext/static/gas/scss/osoigonext.scss */
.precard-title {
  width: 100%;
  box-sizing: border-box; }
  /* line 527, osoigonext/static/gas/scss/osoigonext.scss */
  .precard-title .header-title {
    color: var(--black);
    font-family: "extraBold";
    font-size: 1rem;
    line-height: 1em;
    margin: 0; }

/*Botones de acciones*/
/* line 536, osoigonext/static/gas/scss/osoigonext.scss */
ul.actions {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 4px; }
  @media only screen and (max-width: 768px) {
    /* line 536, osoigonext/static/gas/scss/osoigonext.scss */
    ul.actions {
      max-width: calc(100vw - 40px);
      overflow-x: auto; } }
  /* line 547, osoigonext/static/gas/scss/osoigonext.scss */
  ul.actions li {
    display: flex;
    padding: 0; }
  /* line 554, osoigonext/static/gas/scss/osoigonext.scss */
  ul.actions a i.fas.fa-times {
    padding: 0 2px; }

/*Mensaje de si no hay resultados en datatables*/
/* line 560, osoigonext/static/gas/scss/osoigonext.scss */
.recordsTotal0 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px; }
  @media only screen and (max-width: 768px) {
    /* line 560, osoigonext/static/gas/scss/osoigonext.scss */
    .recordsTotal0 {
      margin: 0; } }
  /* line 571, osoigonext/static/gas/scss/osoigonext.scss */
  .recordsTotal0-icon {
    display: flex;
    justify-content: center; }
    /* line 575, osoigonext/static/gas/scss/osoigonext.scss */
    .recordsTotal0-icon-container {
      font-size: 3rem;
      color: var(--white-grey);
      background-color: var(--grey);
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
  /* line 587, osoigonext/static/gas/scss/osoigonext.scss */
  .recordsTotal0-title {
    color: var(--black-grey);
    font-family: "bold";
    font-size: 1.5rem;
    line-height: 1em; }
  /* line 593, osoigonext/static/gas/scss/osoigonext.scss */
  .recordsTotal0-text {
    color: var(--black);
    font-family: "regular";
    font-size: 0.9rem;
    line-height: 1.1em;
    margin-bottom: 1rem; }
  /* line 600, osoigonext/static/gas/scss/osoigonext.scss */
  .recordsTotal0 ul.actions {
    justify-content: center; }
    /* line 603, osoigonext/static/gas/scss/osoigonext.scss */
    .recordsTotal0 ul.actions a {
      font-size: 1rem; }
  /* line 607, osoigonext/static/gas/scss/osoigonext.scss */
  .recordsTotal0 + .card {
    display: none; }

/* Card */
/* line 612, osoigonext/static/gas/scss/osoigonext.scss */
.card {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  border-left: 6px solid var(--colorPrimary);
  font-size: 0.94rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    /* line 612, osoigonext/static/gas/scss/osoigonext.scss */
    .card {
      padding: 1rem; } }
/* Tablas y Datatables*/
@media only screen and (max-width: 768px) {
  /* line 627, osoigonext/static/gas/scss/osoigonext.scss */
  div.dt-container {
    width: calc(100vw - 68px); } }

/* line 631, osoigonext/static/gas/scss/osoigonext.scss */
table.dataTable {
  width: 100% !important; }

/* line 634, osoigonext/static/gas/scss/osoigonext.scss */
.dataTables_length {
  margin-bottom: 1rem; }

/* line 637, osoigonext/static/gas/scss/osoigonext.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  background-color: var(--white-grey); }

/* line 641, osoigonext/static/gas/scss/osoigonext.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  border-top: 5px solid transparent;
  border-left: 10px solid var(--colorPrimary);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent; }

/* line 648, osoigonext/static/gas/scss/osoigonext.scss */
table.dataTable.dtr-inline.collapsed
> tbody
> tr.dtr-expanded
> td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
> tbody
> tr.dtr-expanded
> th.dtr-control:before {
  border-top: 10px solid var(--colorPrimary);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent; }

/* line 662, osoigonext/static/gas/scss/osoigonext.scss */
.listing-table_length {
  margin-bottom: 1rem; }

/* line 665, osoigonext/static/gas/scss/osoigonext.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-size: 12px; }

/* line 669, osoigonext/static/gas/scss/osoigonext.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none;
  background-color: var(--colorPrimary);
  color: var(--colorPrimaryText);
  border: none; }

/* line 676, osoigonext/static/gas/scss/osoigonext.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 4px 12px; }

@media only screen and (max-width: 900px) {
  /* line 681, osoigonext/static/gas/scss/osoigonext.scss */
  .dataTables_wrapper {
    overflow-x: auto;
    max-width: calc(100vw - ((2 * 24px) + (2 * 32px))); } }

/* line 687, osoigonext/static/gas/scss/osoigonext.scss */
table {
  margin-top: 2em;
  border: 0; }
  /* line 692, osoigonext/static/gas/scss/osoigonext.scss */
  table thead th,
  table thead td {
    border: 0; }
  /* line 698, osoigonext/static/gas/scss/osoigonext.scss */
  table tbody {
    border: 0; }
    /* line 701, osoigonext/static/gas/scss/osoigonext.scss */
    table tbody tr {
      background-color: var(--clear-grey); }
    /* line 705, osoigonext/static/gas/scss/osoigonext.scss */
    table tbody th,
    table tbody td {
      border-top: 0;
      border-bottom: 0;
      border: 2px solid var(--white);
      padding: 0.15em 1.25em; }

/* line 715, osoigonext/static/gas/scss/osoigonext.scss */
tr {
  overflow-x: auto; }

/* line 719, osoigonext/static/gas/scss/osoigonext.scss */
.tag {
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 12px;
  color: var(--text-grey); }
  /* line 725, osoigonext/static/gas/scss/osoigonext.scss */
  .tag-red {
    background-color: #f7e6e0; }
  /* line 728, osoigonext/static/gas/scss/osoigonext.scss */
  .tag-green {
    background-color: #e0f7f5; }
  /* line 731, osoigonext/static/gas/scss/osoigonext.scss */
  .tag-blue {
    background-color: #e0edf7; }

/*
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    ul {
        list-style-type: none;
        padding: 0;
        flex: 1;

        li {
          display: inline-block;

          a {
            border: 1px solid var(--colorPrimaryText);
            border-radius: 1em;
            padding: 0.5em;
            margin: 0 0.5em;
          }
        }
    }
  }*/
/* line 759, osoigonext/static/gas/scss/osoigonext.scss */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  box-sizing: border-box; }

/* line 768, osoigonext/static/gas/scss/osoigonext.scss */
.column {
  width: calc(33% - 1rem);
  min-width: 200px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    /* line 768, osoigonext/static/gas/scss/osoigonext.scss */
    .column {
      width: 100%; } }
/* Calendario */
/* line 780, osoigonext/static/gas/scss/osoigonext.scss */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  border: none; }

/* line 786, osoigonext/static/gas/scss/osoigonext.scss */
.fc .fc-toolbar-title {
  color: var(--black) !important; }

/* line 789, osoigonext/static/gas/scss/osoigonext.scss */
.fc-h-event .fc-event-main {
  color: var(--black) !important; }

/* line 792, osoigonext/static/gas/scss/osoigonext.scss */
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  color: var(--black) !important; }

/* line 796, osoigonext/static/gas/scss/osoigonext.scss */
.fc-h-event:not(
.survey-phase,
.referendum-phase,
.proposal-phase,
.text-phase,
.event-phase
) {
  background-color: #b6cade !important; }

/* line 805, osoigonext/static/gas/scss/osoigonext.scss */
.fc-event.survey-phase {
  background-color: #c8d6e9; }

/* line 808, osoigonext/static/gas/scss/osoigonext.scss */
.fc-event.referendum-phase {
  background-color: #c1e1c1; }

/* line 811, osoigonext/static/gas/scss/osoigonext.scss */
.fc-event.proposal-phase {
  background-color: #d7bbc6; }

/* line 814, osoigonext/static/gas/scss/osoigonext.scss */
.fc-event.text-phase {
  background-color: #dadab6; }

/* line 817, osoigonext/static/gas/scss/osoigonext.scss */
.fc-event.event-phase {
  background-color: #c0dbce; }

/* line 821, osoigonext/static/gas/scss/osoigonext.scss */
.changePassword {
  background-image: url("/static/imgs/candado_color1_grueso.svg");
  background-repeat: no-repeat;
  padding-left: 1.2em;
  background-size: 1.15em; }

/* line 828, osoigonext/static/gas/scss/osoigonext.scss */
.home {
  background-image: url("/static/imgs/home.svg");
  background-repeat: no-repeat;
  padding-left: 1.2em; }

/* line 834, osoigonext/static/gas/scss/osoigonext.scss */
h2 {
  color: var(--colorPrimary); }

/* line 838, osoigonext/static/gas/scss/osoigonext.scss */
#common_tasks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

/* line 844, osoigonext/static/gas/scss/osoigonext.scss */
.task_card {
  width: 30%;
  margin: 1.4em 2em 0 0;
  border: 2px solid var(--colorPrimaryText);
  border-radius: 15px; }

/* line 851, osoigonext/static/gas/scss/osoigonext.scss */
.task_card h2 {
  margin: 0;
  padding: 0.15em 10%;
  /* border-bottom: 2px solid var(--colorPrimaryText); */
  background-color: var(--colorSecondary, var(--colorHoverPrimary));
  color: var(--colorSecondaryText, var(--white));
  border-radius: 12px 12px 0 0; }

/* line 860, osoigonext/static/gas/scss/osoigonext.scss */
.task_card ul {
  padding: 0.25em 18%;
  display: flex;
  flex-direction: column;
  list-style-image: url("/static/imgs/bullet_color.svg"); }

/* FORM */
/* line 868, osoigonext/static/gas/scss/osoigonext.scss */
.form-inline {
  border: none;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem; }
  /* line 876, osoigonext/static/gas/scss/osoigonext.scss */
  .form-inline .form-group {
    width: calc(33% - 1rem); }
    @media only screen and (max-width: 1180px) {
      /* line 876, osoigonext/static/gas/scss/osoigonext.scss */
      .form-inline .form-group {
        width: calc(50% - 1rem); } }
    @media only screen and (max-width: 768px) {
      /* line 876, osoigonext/static/gas/scss/osoigonext.scss */
      .form-inline .form-group {
        width: 100%; } }
  /* line 885, osoigonext/static/gas/scss/osoigonext.scss */
  .form-inline .form-control {
    min-width: 150px; }

/* line 889, osoigonext/static/gas/scss/osoigonext.scss */
.form-control,
select,
textarea {
  width: 100%;
  min-width: 150px;
  box-shadow: none;
  box-sizing: border-box; }

/* line 897, osoigonext/static/gas/scss/osoigonext.scss */
select {
  max-width: 100%;
  width: auto;
  min-width: 150px;
  box-shadow: none;
  box-sizing: border-box; }

/* line 905, osoigonext/static/gas/scss/osoigonext.scss */
.form-group {
  min-width: 150px;
  /* agregar asterisco rojo a los campos requeridos */ }
  /* line 908, osoigonext/static/gas/scss/osoigonext.scss */
  .row .form-group {
    margin-bottom: 0; }
  /* line 912, osoigonext/static/gas/scss/osoigonext.scss */
  .form-group .required label {
    font-weight: bold; }
  /* line 917, osoigonext/static/gas/scss/osoigonext.scss */
  .form-group.form-group.required label::after {
    content: "*";
    color: #ff0000;
    display: inline;
    margin-left: 5px; }
  /* line 925, osoigonext/static/gas/scss/osoigonext.scss */
  .form-group.checkbox .form-control {
    width: 1rem;
    min-width: 1rem; }

/* line 932, osoigonext/static/gas/scss/osoigonext.scss */
label {
  font-family: "regular";
  font-size: 14px; }

/* line 937, osoigonext/static/gas/scss/osoigonext.scss */
fieldset {
  border: 1px solid var(--text-grey);
  background-color: transparent;
  border-radius: 12px;
  padding: 2rem;
  color: var(--text-grey);
  font-size: 14px;
  box-sizing: border-box;
  margin: 0.5rem 0; }
  /* line 947, osoigonext/static/gas/scss/osoigonext.scss */
  fieldset legend {
    font-family: "bold";
    font-size: 16px;
    color: var(--text-grey); }

/* line 955, osoigonext/static/gas/scss/osoigonext.scss */
#choices .translated-field-item {
  width: fit-content; }

/* line 958, osoigonext/static/gas/scss/osoigonext.scss */
#choices .form-group {
  width: fit-content;
  margin-bottom: 8px; }

/* line 962, osoigonext/static/gas/scss/osoigonext.scss */
#choices .form-inline .form-control {
  min-width: 280px;
  max-width: 380px; }

/* line 966, osoigonext/static/gas/scss/osoigonext.scss */
#choices .form-group textarea {
  height: 38.2px;
  resize: vertical;
  margin: 0px; }

/* line 971, osoigonext/static/gas/scss/osoigonext.scss */
#choices .dynamic-form {
  margin-bottom: 2rem;
  gap: 2rem;
  align-items: flex-start;
  border-bottom: solid 1px rgba(128, 128, 128, 0.5);
  padding-bottom: 1rem; }

/* line 978, osoigonext/static/gas/scss/osoigonext.scss */
#choices .delete-row {
  align-self: center;
  margin-left: auto; }

/* line 982, osoigonext/static/gas/scss/osoigonext.scss */
#choices .choice-form-container {
  width: fit-content;
  height: auto; }

/* line 987, osoigonext/static/gas/scss/osoigonext.scss */
input.form-control,
textarea.form-control {
  border: 1px solid var(--border-grey);
  background-color: var(--white);
  border-radius: 12px;
  padding: 0.6rem 1rem;
  color: var(--text-grey);
  font-size: 14px;
  box-sizing: border-box;
  width: 100%; }

/* line 998, osoigonext/static/gas/scss/osoigonext.scss */
input.form-control:focus-visible {
  outline: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

/* line 1003, osoigonext/static/gas/scss/osoigonext.scss */
form:not(.form-inline) input[type="date"] {
  min-width: 150px;
  width: 25%; }

/* line 1008, osoigonext/static/gas/scss/osoigonext.scss */
form:not(.form-inline) input[type="date"] + input[type="time"] {
  margin-left: 4px; }

/* line 1011, osoigonext/static/gas/scss/osoigonext.scss */
form:not(.form-inline) input[type="time"] {
  min-width: 150px;
  width: 25%; }

/* line 1017, osoigonext/static/gas/scss/osoigonext.scss */
input[type="checkbox"] {
  width: 1rem !important;
  height: 1rem;
  min-width: 1rem; }

/* line 1023, osoigonext/static/gas/scss/osoigonext.scss */
input[type="color"] {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 0; }

/* line 1031, osoigonext/static/gas/scss/osoigonext.scss */
.color-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border-grey); }

/* line 1038, osoigonext/static/gas/scss/osoigonext.scss */
input[type="file"] {
  font-size: 12px;
  position: relative;
  display: inline-block;
  border-radius: 0;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px;
  padding: 0;
  background-color: var(--colorPrimary);
  background-image: url("/static/gas/imgs/upload_archive_color2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38px;
  width: 38px;
  padding-left: 38px;
  cursor: pointer;
  box-sizing: border-box; }
  /* line 1049, osoigonext/static/gas/scss/osoigonext.scss */
  input[type="file"].form-control {
    min-width: 40px; }
  /* line 1065, osoigonext/static/gas/scss/osoigonext.scss */
  input[type="file"].active {
    background-image: url("/static/gas/imgs/upload_archive_color1.svg"); }
  /* line 1069, osoigonext/static/gas/scss/osoigonext.scss */
  input[type="file"][accept^="image"] {
    background-image: url("/static/gas/imgs/upload_imagen_color2.svg"); }
    /* line 1072, osoigonext/static/gas/scss/osoigonext.scss */
    input[type="file"][accept^="image"].active {
      background-image: url("/static/gas/imgs/upload_imagen_color1.svg"); }

/* line 1078, osoigonext/static/gas/scss/osoigonext.scss */
.upload-name {
  display: inline;
  margin-left: 8px; }

/* line 1083, osoigonext/static/gas/scss/osoigonext.scss */
.delete-row {
  display: flex; }

/* line 1095, osoigonext/static/gas/scss/osoigonext.scss */
.help-block {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--text-grey); }

/* line 1101, osoigonext/static/gas/scss/osoigonext.scss */
.tox:not([dir="rtl"]) {
  border-radius: 12px; }

/* line 1104, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container {
  width: 100% !important; }

/* line 1107, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container .select2-selection--single {
  height: 37px; }

/* line 1110, osoigonext/static/gas/scss/osoigonext.scss */
.form-group .select2-container--default .select2-selection--single {
  border: 1px solid var(--border-grey);
  background-color: var(--white);
  border-radius: 12px;
  padding: 0.6rem 1rem;
  color: var(--text-grey);
  font-size: 14px;
  line-height: 1em; }

/* line 1119, osoigonext/static/gas/scss/osoigonext.scss */
.form-group
.select2-container--default
.select2-selection--single:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

/* line 1126, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container--default .select2-selection--multiple {
  border-radius: 12px;
  border: 1px solid var(--border-grey); }

/* line 1130, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: 1px solid var(--border-grey);
  outline: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

/* line 1137, osoigonext/static/gas/scss/osoigonext.scss */
.select2-dropdown {
  border: 1px solid var(--border-grey);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

/* line 1141, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 32px;
  right: 4px; }

/* line 1147, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 1em;
  color: var(--text-grey); }

/* line 1155, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }

/* line 1158, osoigonext/static/gas/scss/osoigonext.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-right: 8px; }

/* line 1164, osoigonext/static/gas/scss/osoigonext.scss */
button:not(.tox-tbtn),
.button,
ul.actions a,
.delete-row,
.add-row {
  background-color: var(--colorPrimary);
  border: 2px solid var(--colorPrimary);
  border-radius: 30px;
  padding: 0.5rem 1rem;
  color: var(--colorPrimaryText);
  font-size: 0.94rem;
  line-height: 1em;
  text-decoration: none;
  font-family: "regular";
  letter-spacing: 0.05em;
  text-wrap: nowrap;
  cursor: pointer;
  appearance: auto; }
  /* line 1180, osoigonext/static/gas/scss/osoigonext.scss */
  button:not(.tox-tbtn):hover,
  .button:hover,
  ul.actions a:hover,
  .delete-row:hover,
  .add-row:hover {
    color: var(--black);
    background-color: var(--white); }
    /* line 1183, osoigonext/static/gas/scss/osoigonext.scss */
    button:not(.tox-tbtn):hover:before,
    .button:hover:before,
    ul.actions a:hover:before,
    .delete-row:hover:before,
    .add-row:hover:before {
      color: var(--black); }
  /* line 1187, osoigonext/static/gas/scss/osoigonext.scss */
  button:not(.tox-tbtn).button-red,
  .button.button-red,
  ul.actions a.button-red,
  .button-red.add-row,
  ul.actions a.delete-row,
  .delete-row {
    color: var(--white);
    background-color: var(--error-dark);
    border-color: var(--error-dark); }
    /* line 1192, osoigonext/static/gas/scss/osoigonext.scss */
    button:not(.tox-tbtn).button-red:hover,
    .button.button-red:hover,
    ul.actions a.button-red:hover,
    .button-red.add-row:hover,
    .delete-row:hover {
      color: var(--error-dark) !important;
      border-color: var(--error-dark);
      background-color: var(--white); }
  /* line 1199, osoigonext/static/gas/scss/osoigonext.scss */
  button:not(.tox-tbtn).button-secondary,
  .button.button-secondary,
  ul.actions a.button-secondary,
  .button-secondary.delete-row,
  .button-secondary.add-row {
    color: var(--black) !important;
    background-color: var(--white); }
    /* line 1203, osoigonext/static/gas/scss/osoigonext.scss */
    button:not(.tox-tbtn).button-secondary:hover,
    .button.button-secondary:hover,
    ul.actions a.button-secondary:hover,
    .button-secondary.delete-row:hover,
    .button-secondary.add-row:hover {
      background-color: var(--grey);
      color: var(--white) !important;
      border-color: var(--black-grey); }

/* line 1211, osoigonext/static/gas/scss/osoigonext.scss */
.button-cancel {
  padding: 0.5rem 1rem;
  color: var(--text-grey);
  font-size: 12px;
  line-height: 1em;
  text-decoration: underline;
  font-family: "regular";
  cursor: pointer; }

/* line 1221, osoigonext/static/gas/scss/osoigonext.scss */
.progress-bar {
  width: 100%;
  height: 1em;
  border-radius: 0.5em;
  background-color: var(--white-grey); }
  /* line 1227, osoigonext/static/gas/scss/osoigonext.scss */
  .progress-bar span {
    display: block;
    height: 1em;
    border-radius: 0.5em;
    background-color: var(--colorPrimary); }

/* line 1235, osoigonext/static/gas/scss/osoigonext.scss */
a#help_link {
  text-transform: none;
  background-color: var(--white);
  color: var(--colorPrimary);
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  font-size: 0.9rem !important; }

/* line 1244, osoigonext/static/gas/scss/osoigonext.scss */
.cruz {
  height: 25px;
  width: 14px;
  background-size: 13px;
  background-image: url(/static/imgs/cruz_negra.svg);
  background-repeat: no-repeat;
  background-position-y: 3px;
  text-indent: -9999px; }

/* Avisos */
/* line 1254, osoigonext/static/gas/scss/osoigonext.scss */
.message {
  position: relative;
  border: 1px solid;
  border-radius: 0.5em;
  padding: 0.5rem 1rem;
  margin: 0.2rem;
  width: 100%;
  box-sizing: border-box; }
  /* line 1263, osoigonext/static/gas/scss/osoigonext.scss */
  .message .message-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background-color: transparent;
    border: none;
    color: var(--black);
    cursor: pointer; }
  /* line 1273, osoigonext/static/gas/scss/osoigonext.scss */
  .message.success {
    color: var(--success-dark);
    border-color: var(--success-dark);
    background-color: var(--success); }
  /* line 1279, osoigonext/static/gas/scss/osoigonext.scss */
  .message.error {
    color: var(--error-dark);
    border-color: var(--error-dark);
    background-color: var(--error); }
  /* line 1285, osoigonext/static/gas/scss/osoigonext.scss */
  .message.info {
    color: var(--info-dark);
    border-color: var(--info-dark);
    background-color: var(--info); }
  /* line 1290, osoigonext/static/gas/scss/osoigonext.scss */
  .message.warning {
    color: var(--warning-dark);
    border-color: var(--warning-dark);
    background-color: var(--warning); }

/* Login */
/* line 1298, osoigonext/static/gas/scss/osoigonext.scss */
#login {
  background: var(--white-grey); }
  /* line 1301, osoigonext/static/gas/scss/osoigonext.scss */
  #login form {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
  /* line 1310, osoigonext/static/gas/scss/osoigonext.scss */
  #login section {
    width: 30%;
    margin: 100px auto 100px auto;
    background-color: var(--white);
    border-left: 6px solid var(--colorPrimary);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    box-shadow: -5px 35px 50px rgba(5, 7, 27, 0.21); }
    @media only screen and (max-width: 1180px) {
      /* line 1310, osoigonext/static/gas/scss/osoigonext.scss */
      #login section {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      /* line 1310, osoigonext/static/gas/scss/osoigonext.scss */
      #login section {
        width: 95%; } }
  /* line 1330, osoigonext/static/gas/scss/osoigonext.scss */
  #login h1 {
    font-size: 35px;
    line-height: 39px;
    color: var(--colorPrimary);
    margin-bottom: 30px;
    width: 10em;
    text-align: center; }
  /* line 1339, osoigonext/static/gas/scss/osoigonext.scss */
  #login h2 {
    font-size: 20px;
    margin: 10px 0 10px 30px; }
  /* line 1344, osoigonext/static/gas/scss/osoigonext.scss */
  #login p {
    font-size: 14px;
    text-align: center;
    margin: 15px 25px; }
    /* line 1348, osoigonext/static/gas/scss/osoigonext.scss */
    #login p a {
      color: var(--colorPrimary); }
  /* line 1353, osoigonext/static/gas/scss/osoigonext.scss */
  #login button {
    margin: 1em 0 0 0;
    align-self: flex-end;
    cursor: pointer; }

/* line 1360, osoigonext/static/gas/scss/osoigonext.scss */
.cabeceraLogReg {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  /* line 1370, osoigonext/static/gas/scss/osoigonext.scss */
  .cabeceraLogReg [class^="icon-"]:before,
  .cabeceraLogReg [class*=" icon-"]:before {
    margin-right: 20px; }

/* line 1376, osoigonext/static/gas/scss/osoigonext.scss */
a.icon.process-phases {
  background-image: url("/static/imgs/fase_blanco.svg");
  background-repeat: no-repeat;
  background-position: 14px;
  padding-left: 2.4em;
  background-size: 1em; }

/* line 1384, osoigonext/static/gas/scss/osoigonext.scss */
ul.actions li a > span:not([class*="icon-"]) {
  display: none; }

/* line 1388, osoigonext/static/gas/scss/osoigonext.scss */
i.fa-edit > span {
  display: none; }

/* line 1392, osoigonext/static/gas/scss/osoigonext.scss */
i.fa-times > span {
  display: none; }

/* line 1396, osoigonext/static/gas/scss/osoigonext.scss */
#results .time_selector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0; }

/* line 1404, osoigonext/static/gas/scss/osoigonext.scss */
#results .process_selector {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    /* line 1404, osoigonext/static/gas/scss/osoigonext.scss */
    #results .process_selector {
      flex-direction: column; } }
  /* line 1416, osoigonext/static/gas/scss/osoigonext.scss */
  #results .process_selector .form-group {
    flex: 1;
    box-sizing: border-box; }
    /* line 1420, osoigonext/static/gas/scss/osoigonext.scss */
    #results .process_selector .form-group select {
      width: 100%; }
  /* line 1425, osoigonext/static/gas/scss/osoigonext.scss */
  #results .process_selector button {
    margin-left: 1em; }

/* line 1430, osoigonext/static/gas/scss/osoigonext.scss */
#results .period-calendar {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  width: 31%; }
  @media only screen and (max-width: 768px) {
    /* line 1430, osoigonext/static/gas/scss/osoigonext.scss */
    #results .period-calendar {
      width: 100%; } }
  /* line 1442, osoigonext/static/gas/scss/osoigonext.scss */
  #results .period-calendar input {
    border: 1px solid var(--border-grey);
    border-radius: 12px;
    padding: 0.5rem 1rem; }

/* line 1449, osoigonext/static/gas/scss/osoigonext.scss */
#results .proposal-result .far.fa-thumbs-up,
#results .proposal-result .far.fa-thumbs-down {
  font-size: 2rem; }

/* line 1454, osoigonext/static/gas/scss/osoigonext.scss */
.select-period {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row; }
  /* line 1461, osoigonext/static/gas/scss/osoigonext.scss */
  .select-period .time-period label {
    border: 1px solid var(--colorPrimary);
    background-color: var(--white);
    padding: 0.5rem 1rem;
    color: var(--colorPrimary);
    text-decoration: none;
    font-size: 12px;
    cursor: pointer; }
  /* line 1471, osoigonext/static/gas/scss/osoigonext.scss */
  .select-period .time-period:first-child label {
    border-radius: 30px 0 0 30px; }
  /* line 1475, osoigonext/static/gas/scss/osoigonext.scss */
  .select-period .time-period:first-child input:checked + label {
    border-radius: 30px 0 0 30px; }
  /* line 1481, osoigonext/static/gas/scss/osoigonext.scss */
  .select-period .time-period:last-child label {
    border-radius: 0 30px 30px 0; }
  /* line 1485, osoigonext/static/gas/scss/osoigonext.scss */
  .select-period .time-period:last-child input:checked + label {
    border-radius: 0 30px 30px 0; }
  /* line 1491, osoigonext/static/gas/scss/osoigonext.scss */
  .select-period .time-period input {
    display: none; }
    /* line 1494, osoigonext/static/gas/scss/osoigonext.scss */
    .select-period .time-period input:checked + label {
      border: 1px solid var(--colorPrimary);
      padding: 0.5rem 1rem;
      color: var(--colorPrimaryText);
      background-color: var(--colorPrimary);
      text-decoration: none;
      font-size: 12px; }

/* line 1506, osoigonext/static/gas/scss/osoigonext.scss */
#results .process-selector label,
#results .phase-selector label {
  display: none; }

/* line 1511, osoigonext/static/gas/scss/osoigonext.scss */
#results .process-results {
  display: flex;
  flex-direction: row;
  margin: 1em 0; }

/* line 1517, osoigonext/static/gas/scss/osoigonext.scss */
.results_cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0; }
  /* line 1524, osoigonext/static/gas/scss/osoigonext.scss */
  .results_cards .results_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--white);
    color: var(--colorPrimary);
    padding: 2rem 1rem;
    border-radius: 1rem;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      /* line 1524, osoigonext/static/gas/scss/osoigonext.scss */
      .results_cards .results_card {
        width: 100%;
        margin-bottom: 1rem; } }
  /* line 1542, osoigonext/static/gas/scss/osoigonext.scss */
  .results_cards p {
    font-size: 1rem;
    color: var(--text-grey);
    margin-bottom: 0;
    margin-top: 0.5rem;
    text-align: center; }
  /* line 1550, osoigonext/static/gas/scss/osoigonext.scss */
  .results_cards span {
    font-family: "bold";
    font-size: 2.5rem;
    line-height: 1em; }

/* line 1557, osoigonext/static/gas/scss/osoigonext.scss */
.graphs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem; }
  @media only screen and (max-width: 768px) {
    /* line 1557, osoigonext/static/gas/scss/osoigonext.scss */
    .graphs {
      flex-direction: column; } }
  /* line 1567, osoigonext/static/gas/scss/osoigonext.scss */
  .graphs .graph_title h1 {
    font-family: "extraBold";
    margin-top: 1rem;
    color: var(--black); }
  /* line 1573, osoigonext/static/gas/scss/osoigonext.scss */
  .graphs figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: calc(50% - 0.5rem);
    background-color: var(--white);
    color: var(--colorPrimary);
    padding: 1rem;
    border-radius: 1rem;
    box-sizing: border-box;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      /* line 1573, osoigonext/static/gas/scss/osoigonext.scss */
      .graphs figure {
        width: 100%; } }
/* line 1593, osoigonext/static/gas/scss/osoigonext.scss */
#results-content > div {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  /* line 1598, osoigonext/static/gas/scss/osoigonext.scss */
  #results-content > div figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    background-color: var(--white);
    color: var(--colorPrimary);
    padding: 2rem 1rem;
    border-radius: 1rem;
    box-sizing: border-box;
    margin: 0; }
  /* line 1614, osoigonext/static/gas/scss/osoigonext.scss */
  #results-content > div .row figure {
    width: calc(50% - 0.5rem); }
    @media only screen and (max-width: 768px) {
      /* line 1614, osoigonext/static/gas/scss/osoigonext.scss */
      #results-content > div .row figure {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    /* line 1613, osoigonext/static/gas/scss/osoigonext.scss */
    #results-content > div .row {
      flex-direction: column; } }
/*Gráficos de barras */
/* line 1628, osoigonext/static/gas/scss/osoigonext.scss */
.c3 svg {
  width: 100%; }

/* line 1632, osoigonext/static/gas/scss/osoigonext.scss */
#menu-icon {
  display: none; }

/* line 1636, osoigonext/static/gas/scss/osoigonext.scss */
.filter-form {
  margin-bottom: 1rem;
  border: 1px solid var(--border-grey);
  padding: 1rem;
  border-radius: 15px;
  background-color: var(--white-grey); }
  /* line 1644, osoigonext/static/gas/scss/osoigonext.scss */
  .filter-form .form-group label {
    display: block; }
  /* line 1648, osoigonext/static/gas/scss/osoigonext.scss */
  .filter-form button {
    margin-bottom: 0.5em;
    margin-left: auto; }

/* line 1655, osoigonext/static/gas/scss/osoigonext.scss */
.phases-type {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: solid;
  border-bottom-color: var(--colorPrimary);
  border-bottom-width: 0.5px; }
  /* line 1662, osoigonext/static/gas/scss/osoigonext.scss */
  .phases-type span {
    margin-right: 10px;
    cursor: pointer;
    color: #414141; }
    /* line 1667, osoigonext/static/gas/scss/osoigonext.scss */
    .phases-type span.active {
      color: #242424;
      border-bottom: solid;
      border-bottom-color: var(--colorPrimary);
      border-bottom-width: 4.5px; }
    /* line 1674, osoigonext/static/gas/scss/osoigonext.scss */
    .phases-type span:hover {
      color: #242424;
      border-bottom: solid;
      border-bottom-color: var(--colorPrimary);
      border-bottom-width: 4.5px; }

@media only screen and (max-width: 900px) {
  /* line 1684, osoigonext/static/gas/scss/osoigonext.scss */
  #sidebar {
    width: 100%;
    min-height: 0; }
  /* line 1689, osoigonext/static/gas/scss/osoigonext.scss */
  #menu-icon {
    display: block; }
  /* line 1693, osoigonext/static/gas/scss/osoigonext.scss */
  #menu-icon:before {
    content: "≡";
    display: block;
    font-size: 2em;
    cursor: pointer;
    padding-right: 30px;
    line-height: 0; }
  /* line 1702, osoigonext/static/gas/scss/osoigonext.scss */
  .navbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  /* line 1712, osoigonext/static/gas/scss/osoigonext.scss */
  #sidebar #navbarNavDropdown {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-property: opacity max-height;
    transition-duration: 0.5s;
    transition-timing-function: linear; }
  /* line 1721, osoigonext/static/gas/scss/osoigonext.scss */
  #sidebar #navbarNavDropdown.open {
    max-height: 100%;
    opacity: 1; } }
  @media only screen and (max-width: 900px) and (max-width: 768px) {
    /* line 1721, osoigonext/static/gas/scss/osoigonext.scss */
    #sidebar #navbarNavDropdown.open {
      margin-top: 1rem; } }
@media only screen and (max-width: 900px) {
  /* line 1731, osoigonext/static/gas/scss/osoigonext.scss */
  #sidebar > #navbarNavDropdown > ul > li.help_link {
    margin: 1.5em 0 0 1.5em;
    /*position: relative;*/
    /*bottom: 0;*/ }
  /* line 1737, osoigonext/static/gas/scss/osoigonext.scss */
  .task_card {
    width: 80%; }
  /* line 1741, osoigonext/static/gas/scss/osoigonext.scss */
  a.process-phases {
    background-position: 0; } }

/* line 1746, osoigonext/static/gas/scss/osoigonext.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 20px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
/* line 1761, osoigonext/static/gas/scss/osoigonext.scss */
.modal-header {
  background-color: #f4fafb;
  margin: auto;
  padding: 20px;
  width: 60%;
  align-items: center; }

/* line 1769, osoigonext/static/gas/scss/osoigonext.scss */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%; }

/* line 1776, osoigonext/static/gas/scss/osoigonext.scss */
.modal-content p {
  margin-left: 25px; }

/* line 1779, osoigonext/static/gas/scss/osoigonext.scss */
.modal-content .home-choices {
  background-color: #fefefe;
  padding: 50px;
  border: 0.1px solid #f3f3f3;
  box-shadow: 10px 10px 5px #aaaaaa;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  margin-bottom: 30px;
  border-radius: 10px; }

/* line 1792, osoigonext/static/gas/scss/osoigonext.scss */
.modal-content .home-choices a {
  background-color: var(--colorPrimary);
  width: 20%;
  padding: 30px;
  color: var(--colorPrimaryText);
  border-radius: 20px;
  margin: 20px;
  font-size: 25px;
  height: 50px;
  cursor: pointer;
  box-shadow: 5px 5px 2px #aaaaaa; }

/* line 1804, osoigonext/static/gas/scss/osoigonext.scss */
.modal-content .home-choices a:hover {
  box-shadow: 10px 10px 5px #aaaaaa; }

/* line 1807, osoigonext/static/gas/scss/osoigonext.scss */
.modal-content .home-choices a.white {
  background-color: white;
  color: var(--colorPrimary);
  border: 1px solid var(--colorPrimary);
  margin: 20px;
  font-size: 25px;
  height: 50px; }

/* line 1815, osoigonext/static/gas/scss/osoigonext.scss */
.modal-content .home-choices a.white:hover {
  box-shadow: 10px 10px 5px #aaaaaa; }

/* The Close Button */
/* line 1820, osoigonext/static/gas/scss/osoigonext.scss */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold; }

/* line 1827, osoigonext/static/gas/scss/osoigonext.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* line 1834, osoigonext/static/gas/scss/osoigonext.scss */
.wizard-step {
  color: var(--colorPrimaryText);
  background-color: var(--colorPrimary);
  padding: 5px 12px;
  border-radius: 50%;
  border: 1px solid var(--colorPrimary); }

/* line 1842, osoigonext/static/gas/scss/osoigonext.scss */
.wizard-step-active {
  color: var(--black);
  background-color: var(--white);
  padding: 5px 12px;
  border-radius: 50%;
  border: 1px solid var(--colorPrimary); }

/* line 1850, osoigonext/static/gas/scss/osoigonext.scss */
.action-phases {
  margin-bottom: 1em;
  padding: 0; }
  /* line 1853, osoigonext/static/gas/scss/osoigonext.scss */
  .action-phases li {
    display: inline-block;
    list-style-type: none; }
    /* line 1856, osoigonext/static/gas/scss/osoigonext.scss */
    .action-phases li a {
      color: var(--colorPrimary);
      background-color: var(--white);
      border: 2px solid var(--colorPrimary);
      border-radius: 1rem;
      font-size: 12px;
      text-decoration: none;
      padding: 0.5rem 1rem; }
    /* line 1866, osoigonext/static/gas/scss/osoigonext.scss */
    .action-phases li.current a {
      background-color: var(--colorPrimary);
      color: var(--colorPrimaryText); }

/* line 1874, osoigonext/static/gas/scss/osoigonext.scss */
.action-phases li.current a {
  background-color: var(--colorPrimary); }

/* line 1878, osoigonext/static/gas/scss/osoigonext.scss */
.right-actions {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 768px) {
    /* line 1883, osoigonext/static/gas/scss/osoigonext.scss */
    .right-actions.actions {
      justify-content: inherit; } }
/* line 1890, osoigonext/static/gas/scss/osoigonext.scss */
.scroll-top::before {
  color: white;
  content: "▲";
  font-size: 120%; }

/* line 1896, osoigonext/static/gas/scss/osoigonext.scss */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--transparece-primary_color);
  color: white;
  cursor: pointer;
  padding: 10px 15px 15px 15px;
  border-radius: 50%; }

/* line 1912, osoigonext/static/gas/scss/osoigonext.scss */
.scroll-top:hover {
  background-color: var(--colorPrimary);
  /* Add a dark-grey background on hover */ }

/*Calendar*/
/* line 1917, osoigonext/static/gas/scss/osoigonext.scss */
#calendar {
  margin-bottom: 4rem; }

/* line 1920, osoigonext/static/gas/scss/osoigonext.scss */
.fc .fc-toolbar {
  flex-wrap: wrap; }

/* line 1923, osoigonext/static/gas/scss/osoigonext.scss */
table[role="grid"] {
  width: 100% !important;
  height: 100% !important; }

/* Audiencias */
/* line 1930, osoigonext/static/gas/scss/osoigonext.scss */
.loading-audience {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #d4edda;
  /* Fondo verde */
  padding: 20px;
  width: 100%;
  /* Ajustar ancho según sea necesario */
  height: 100px;
  /* Ajustar altura según sea necesario */
  box-sizing: border-box; }

/* line 1942, osoigonext/static/gas/scss/osoigonext.scss */
.spinner,
.spinner_text {
  display: flex;
  align-items: center;
  justify-content: left; }

/* line 1949, osoigonext/static/gas/scss/osoigonext.scss */
.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 4px solid #444;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
  margin-right: 10px;
  /* Espacio entre el spinner y el texto */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

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

/* line 1978, osoigonext/static/gas/scss/osoigonext.scss */
#create_audience_form {
  padding: 20px;
  margin-right: 20px; }

/* line 1982, osoigonext/static/gas/scss/osoigonext.scss */
#audience_form {
  display: flex;
  align-items: center; }

/* line 1987, osoigonext/static/gas/scss/osoigonext.scss */
#create_audience_form .create-audience_results-box {
  padding: 5px 10px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid transparent;
  border-color: #c3e6cb;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  width: fit-content;
  margin-right: 20px; }

/* ------------------------- Botones multi lenguaje ------------------------- */
/* line 2001, osoigonext/static/gas/scss/osoigonext.scss */
.translated-field .translated-field-lang {
  border: none;
  border-radius: 0;
  padding: 0.25em;
  box-shadow: none;
  color: var(--black) !important;
  background: none; }
  /* line 2008, osoigonext/static/gas/scss/osoigonext.scss */
  .translated-field .translated-field-lang:hover {
    background: none !important; }

/* line 2013, osoigonext/static/gas/scss/osoigonext.scss */
.translated-field .translated-field-lang.active {
  border-bottom: 2px solid var(--colorPrimary);
  font-family: 'bold';
  color: var(--colorPrimary); }

/* line 2019, osoigonext/static/gas/scss/osoigonext.scss */
.translated-field .translated-field-item {
  display: none; }

/* line 2023, osoigonext/static/gas/scss/osoigonext.scss */
.translated-field .translated-field-item.active {
  display: block; }

/************************************
*** Móvil
*************************************/
@media only screen and (min-width: 900px) {
  /* line 2030, osoigonext/static/gas/scss/osoigonext.scss */
  .hide-desktop {
    display: none; } }

@media only screen and (max-width: 900px) {
  /* line 2035, osoigonext/static/gas/scss/osoigonext.scss */
  .hide-mobile {
    display: none; } }

/* line 2041, osoigonext/static/gas/scss/osoigonext.scss */
.precard-title p {
  line-height: 25px;
  font-size: 0.9rem;
  margin-top: 20px; }

/************************************
*** Material didático
*************************************/
/* Estilos generales de la grilla */
/* line 2055, osoigonext/static/gas/scss/osoigonext.scss */
.help-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 26px; }

/* Card con estilo individual */
/* Estilo de la card */
/* Contenedor principal de la tarjeta */
/* line 2065, osoigonext/static/gas/scss/osoigonext.scss */
.categories {
  margin-top: 4rem; }

/* line 2068, osoigonext/static/gas/scss/osoigonext.scss */
.help-item {
  display: flex;
  flex-direction: column;
  align-items: flex start; }

/* line 2076, osoigonext/static/gas/scss/osoigonext.scss */
.img-generic-container {
  display: flex;
  align-items: center;
  height: 150px;
  opacity: 0.9;
  /* gap: 15px; */
  justify-content: center; }

/* line 2085, osoigonext/static/gas/scss/osoigonext.scss */
.text-half {
  width: 50%;
  text-align: start;
  font-size: 2em;
  color: var(--colorPrimary);
  line-height: 40px; }

/* line 2094, osoigonext/static/gas/scss/osoigonext.scss */
.img-half {
  width: 35%;
  height: auto;
  font-size: 122px;
  color: var(--colorSecondary, var(--colorHoverPrimary)); }

/* line 2103, osoigonext/static/gas/scss/osoigonext.scss */
.card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative; }

/* line 2116, osoigonext/static/gas/scss/osoigonext.scss */
.card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  flex-shrink: 0; }

/* line 2125, osoigonext/static/gas/scss/osoigonext.scss */
.card-body {
  padding: 12px; }

/* line 2131, osoigonext/static/gas/scss/osoigonext.scss */
.category a {
  border: 1px solid var(--colorPrimary);
  border-radius: 30px;
  padding: 0.5rem 1rem;
  color: var(--colorPrimary);
  font-size: 0.94rem;
  line-height: 1em;
  text-decoration: none;
  font-family: "regular";
  letter-spacing: 0.05em;
  white-space: nowrap;
  cursor: pointer;
  appearance: auto; }
  /* line 2146, osoigonext/static/gas/scss/osoigonext.scss */
  .category a:hover {
    color: var(--colorPrimaryText);
    background-color: var(--colorPrimary); }

/* line 2154, osoigonext/static/gas/scss/osoigonext.scss */
.card-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: auto; }
  /* line 2159, osoigonext/static/gas/scss/osoigonext.scss */
  .card-actions a {
    background-color: var(--colorPrimary);
    border: 1px solid var(--colorPrimary);
    border-radius: 30px;
    padding: 0.5rem 1rem;
    color: var(--colorPrimaryText);
    font-size: 0.94rem;
    line-height: 1em;
    text-decoration: none;
    font-family: "regular";
    letter-spacing: 0.05em;
    white-space: nowrap;
    cursor: pointer;
    appearance: auto; }
    /* line 2175, osoigonext/static/gas/scss/osoigonext.scss */
    .card-actions a:hover {
      color: var(--colorPrimary);
      background-color: var(--white); }

/* line 2183, osoigonext/static/gas/scss/osoigonext.scss */
.card-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 8px; }

/* line 2190, osoigonext/static/gas/scss/osoigonext.scss */
.help-item .card-title {
  text-align: start;
  color: var(--grey);
  font-family: 'semiBold';
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Cambia el número para ajustar el límite de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 2202, osoigonext/static/gas/scss/osoigonext.scss */
.category h2 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--black-black-grey);
  font-family: "extraBold"; }

/* line 2209, osoigonext/static/gas/scss/osoigonext.scss */
.category {
  margin-bottom: 40px; }

/* line 2214, osoigonext/static/gas/scss/osoigonext.scss */
.container-action-buttons-content-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px; }

/* line 2222, osoigonext/static/gas/scss/osoigonext.scss */
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 2228, osoigonext/static/gas/scss/osoigonext.scss */
.category-header .icons {
  display: flex;
  gap: 8px; }

/* line 2234, osoigonext/static/gas/scss/osoigonext.scss */
.icon-incorrect {
  display: inline-block; }

/* line 2238, osoigonext/static/gas/scss/osoigonext.scss */
i.icon-osoigo {
  position: absolute;
  left: 0;
  font-size: 32px;
  bottom: 2px; }

/* line 2246, osoigonext/static/gas/scss/osoigonext.scss */
.suggestionsReplyPage .formReply {
  width: 100%;
  max-width: 900px;
  margin: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem; }
  /* line 2255, osoigonext/static/gas/scss/osoigonext.scss */
  .suggestionsReplyPage .formReply p {
    width: 100%;
    display: block; }
  /* line 2259, osoigonext/static/gas/scss/osoigonext.scss */
  .suggestionsReplyPage .formReply label {
    width: 100%;
    font-size: 1rem;
    font-family: "bold";
    color: var(--colorPrimary); }
  /* line 2265, osoigonext/static/gas/scss/osoigonext.scss */
  .suggestionsReplyPage .formReply input {
    margin-top: 10px;
    display: block; }
  /* line 2269, osoigonext/static/gas/scss/osoigonext.scss */
  .suggestionsReplyPage .formReply textarea {
    width: 100%;
    resize: vertical;
    margin-top: 10px;
    display: block;
    border: 1px solid var(--border-grey);
    background-color: var(--white);
    border-radius: 12px;
    padding: 0.6rem 1rem;
    color: var(--text-grey);
    font-size: 14px;
    box-sizing: border-box;
    width: 100%; }
    /* line 2282, osoigonext/static/gas/scss/osoigonext.scss */
    .suggestionsReplyPage .formReply textarea:focus-visible {
      outline: 0;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
