:root {
  --primary-color: #009ee2;
  --secondary-color: #000000;
  --primary: #1e3a8a;
  --secondary: #3b82f6;
  --soft-bg: #eff6ff;
  --danger: #ef4444;
  --border: #e2e8f0;
  --bg: #f8fafc;
  --success-bg: #16DE66;
  --success: #93e590cc;
  --card-bg: #ffffff;
  --text: #1f2937;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.navbar-inverse {
  background-color: #f5f5f5 !important;
  border-color: #4285f4 !important;
}

.header-menu-lang li:first-child:after {
  content: '|';
  color: white;
  font-size: 16px;
  padding: 2px 2px 5px 5px;
}

.header-menu-lang li:last-child:before {
  content: '|';
  color: white;
  font-size: 16px;
  padding: 2px 2px 5px 5px;
}

.header-menu-lang {
  display: inline-block;
  padding: 10px 2px 5px 2px;
}

.header-menu-lang a {
  color: white;
}

.header-menu-icon {
  display: inline-block;
  padding: 0 0 0 5;
}

.header-lang-icon {
  padding: 4px 6px;
  margin: 3px;
}

.header-menu-icon-img-sigma {
  width: 60px !important;
  height: 30px !important;
  margin-top: 15px;
}

.header-menu-icon-img-others {
  width: 28px;
  height: 28px;
  margin-top: 15px;
}

.header-menu-icon-img-o365 {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}

.header-menu-container {
  display: flex;
  align-items: center;
}

.left-menu-center {
  display: flex !important;
  align-items: center;
}

.left-menu-icon {
  width: 64px;
  height: 24px;
  padding-top: 5px;
  /*margin: 0 7 0 8;*/
}

.logo_home_iqs {
  height: 48px;
}

.icon-fontawesome {
  margin: 0px;
  width: fit-content;
  align-self: center;
  padding: 5px;
}

.icon-fontawesome button {
  background: transparent;
  border: none;
}

.icon-ftawsm-margins {
  margin: 0 5;
}

.button-fontawesome {
  background: transparent;
  border: none;
}

.button-fontawesome i {
  font-size: 18px;
  color: var(--primary-color);
}

.button-fontawesome a {
  font-size: 16px;
  color: var(--primary-color);
}

.button-big i {
  font-size: 24px !important;
}

.data-table-action {
  display: flex;
  column-gap: 5px;
  flex-wrap: wrap;
  /*padding: 2px 15px 2px 2px;*/
  align-content: center;
  justify-content: space-evenly;
}

.logo-403 {
  width: 180px;
}

.dataTables_filter {
  float: right;
}

.txt-white {
  color: white !important;
}

.txt-center {
  text-align: center !important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.row-flex-na {
  display: flex;
  flex-wrap: wrap;
}

.row-flex-nw {
  display: flex;
  flex-wrap: inherit;
}

.row-flex-center {
  display: flex !important;
  align-items: center;
}

.row-flex-js-center {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.row-flex-alg-center {
  display: flex;
  gap: 10px;
  align-items: center;
}

.col-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.col-flex-na {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.col-flex-nw {
  display: flex;
  flex-direction: column;
  flex-wrap: inherit;
}

.green {
  color: green !important;
}

.bg-green {
  background-color: green !important;
}

.red {
  color: red !important;
}

.bg-red {
  background-color: red !important;
}

.black {
  color: black !important;
}

.iti-doc-list {
  display: flex;
  /*width: 100%;*/
  margin: 5px 15px 5px 15px;
  align-items: center;
}

.space-evenly {
  justify-content: space-evenly;
}

.btn-login {
  margin: 0px;
  width: fit-content;
  align-self: center;
  padding: 5px;
  border-radius: 7px !important;
}

.btn-login button {
  background: rgb(0, 185, 226);
  border: none;
}

.btn {
  border-radius: 7px !important;
}

.btn-infr {
  font-size: 18;
  padding: 0 5 0 5;
}

.material-icons.md-light {
  color: #1f2f46 !important;
}

.pmd-card-actions {
  text-align: center;
  min-height: 100px;
}

.pmd-card-actions .btn {
  width: 120px;
}

.front-block {
  text-align: center;
  border-right: 0px solid #d8d8d894;
  border-radius: 6px;
  min-width: 400px;
}

.front-part {
  margin-top: 0px;
  padding-left: 2px;
}

.front-item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  border-radius: 6px;
}

.front-item-img {
  margin: 5px;
  font-size: 32px;
  align-self: center;
  padding: 5px;
}

.front-title {
  text-align: left;
  font-size: 14px !important;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.front-block-title {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.front-sumary {
  text-align: left;
  color: var(--secondary-color);
  font-size: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.front-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: flex-start;
  margin: 0 10;
}

.classroom-tag {
  margin: 5px;
  padding: 5px;
  color: white;
  width: fit-content;
  border-radius: 8px;
}

.front-page-card {
  margin-bottom: 10px;
}

.front-page-block {
  padding-bottom: 20px !important;
  min-height: 210px;
  height: 100% !important;
}

.form-block {
  display: flex;
  align-content: center;
  gap: 10px;
  /*flex-wrap: wrap;*/
}

.row-flex-spe-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.btn-special {
  width: fit-content !important;
  border-radius: 2px !important;
  background-color: rgb(0, 185, 226) !important;
  color: white !important;
  padding: 5px !important;
}

.btn-special-green {
  width: fit-content !important;
  border-radius: 2px !important;
  background-color: green !important;
  color: white !important;
  padding: 5px !important;
}

.btn-special-red {
  width: fit-content !important;
  border-radius: 2px !important;
  background-color: red !important;
  color: white !important;
  padding: 5px !important;
}

.btn-special h3 {
  margin: 5px;
  color: white;
}

.dataTables_input_int {
  width: 80px;
}

.dataTables_input_txt {
  width: 80px;
}

.dataTables_input_txt_full {
  width: fit-content;
}

.form-data-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-data-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.full-size {
  max-width: 100% !important;
  padding: 0px !important;
}

.full-width {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0px !important;
}

.pmd-content-second {
  padding-top: 10px !important;
}

.pmd-content-small {
  min-height: unset !important;
  padding-bottom: 20px !important;
}

.form-textarea {
  width: 100%;
}

.flex-spard {
  justify-content: space-around !important;
}

.no-mrg-pd {
  padding: 0 !important;
  margin: 0 !important;
}

.index-page-block {
  padding-bottom: 20px !important;
  min-height: 210px;
  height: 100% !important;
  width: -moz-available;
  width: -webkit-fill-available;
}

.index-block {
  text-align: center;
  border-right: 0px solid #d8d8d894;
  border-radius: 6px;
  margin: 0;
  /*min-width: 400px; Comentat per test col-lg*/
}

.index-part {
  margin-top: 0px;
  padding-left: 2px;
}

.index-item {
  display: flex;
  border-top: 1px solid gray;
}

.index-item-img {
  margin: 5px;
  font-size: 32px;
  align-self: center;
  padding: 5px;
}

.index-title {
  text-align: left;
  font-size: 14px !important;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.index-block-title {
  display: None;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.index-sumary {
  text-align: left;
  color: var(--secondary-color);
  font-size: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: flex-start;
  margin: 0 10;
}

.index-grid-links {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  row-gap: 10px;
}

.index-page-main-item {
  flex-direction: column;
}

.index-page-main {
  display: flex;
  width: -moz-available;
  width: -webkit-fill-available;
}

.index-page-main-img {
  height: fit-content;
  /*Test 180px;*/
}

.index-page-main-img-title {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 15px;
  background-color: rgba(178, 178, 178, 0.8);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 5px 15px;
}

#responseAction {
  margin: 5 0px;
}

/*######################################*/
/*      Desactivar sidebar              */
/*######################################*/
#content {
  margin: 0;
}

#basicSidebar {
  display: none;
}

.btn-login-onoff {
  min-width: auto;
  border-radius: 20px !important;
}

/*######################################*/
/*      PERSONAL & PERSON-PERFIL      */
/*######################################*/
@font-face {
  font-family: 'Frutiger';
  src: url('/fonts/Frutiger.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger';
  src: url('/fonts/Frutiger_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* BARRA DE FILTROS */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2.7rem 0.85rem 1.2rem;
  align-items: center;
}

.filter-select-wrapper,
.search-input-wrapper {
  flex: 1;
  min-width: 200px;
  position: relative;
  height: 52px;
}

/* BOTÓN QUE SIMULA EL SELECT */
.filter-select-btn {
  width: 100%;
  height: 100%;
  padding: 10px 45px 10px 20px;
  border: 1px solid #d1d5db;
  border-radius: 30px;
  background-color: #fff;
  color: #64748b;
  font-size: 1.12rem;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/*LISTA (UL) */
.filter-custom-list {
  position: absolute;
  top: 0;
  /* Empieza arriba para tapar el botón al abrirse */
  left: 0;
  width: 100%;
  max-height: 250px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  z-index: 9999;
  display: none;
  /* Oculta por defecto */
}

.filter-custom-list.is-open {
  display: block;
}

/* ITEMS (LI) */
.filter-custom-list li {
  padding: 12px 20px;
  color: #1e3a8a;
  cursor: pointer;
  border-bottom: 1px solid var(--soft-bg);
  white-space: normal;
  word-wrap: break-word;
}

/* HOVER QUE NO FALLA */
.filter-custom-list li:hover {
  background-color: #F5F5F5 !important;
  color: var(--primary) !important;
}

/* SCROLLBAR */
.filter-custom-list::-webkit-scrollbar {
  width: 8px;
}

.filter-custom-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

/* ICONOS */
.custom-arrow-v,
.clear-filter-x {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 10;
}

.custom-arrow-v {
  width: 24px;
  height: 24px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.clear-filter-x {
  cursor: pointer;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 21px;
  display: none;
  padding: 0 5px;
}

.clear-filter-x.is-visible {
  display: block;
}

/* BUSCADOR Y CARDS */
.search-input-field {
  width: 100%;
  height: 100%;
  padding: 12px 20px 12px 45px;
  border: none;
  border-radius: 50px;
  background-color: #e5e7eb;
  outline: none;
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 1.7rem;
  transform: translateY(-50%);
  color: #4b5563;
}

.groups-card:hover .person-name {
  color: #10b981;
}

.person-name {
  margin-top: 0.27rem;
  margin-bottom: 0.17rem !important;
  font-weight: 600;
  font-family: 'Frutiger', sans-serif !important;
  font-size: 1.32rem !important;
}

.person-dept {
  margin-bottom: 0.72rem;
  font-size: 1rem !important;
}

.groups-card:hover .profile-arrow {
  color: #10b981;
  transform: translateX(0.27rem);
}

.profile-arrow {
  position: absolute;
  left: 12px;
  bottom: 12px;
  transition: all 0.3s ease;
  color: var(--primary);
}

@media (max-width: 768px) {
  .filter-bar {
    flex-direction: column;
  }

  .filter-select-wrapper,
  .search-input-wrapper {
    width: 100%;
  }
}

.cv-list-style {
  margin-top: 1rem;
  overflow-y: auto;
}

.cv-main-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: 1.27rem;
}

.cv-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 72rem;
}

.cv-groups-wrapper {
  background-color: white;
  font-family: 'Frutiger', sans-serif !important;
  color: var(--primary);
  width: 100%;
}

.cv-section-card h2 {
  font-size: 1.7rem;
  font-weight: 500;
}

.cv-section-card h2::before {
  content: url('/assets/images/green.945dc0.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}


/* --- CABECERA CV --- */
.cv-header-full {
  background-color: #e2e8f0;
  padding: 37px 0;
  border-bottom: 1px solid var(--border);
  width: 100%;
}

.cv-header-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  padding: 0 1.7rem;
}

.cv-name-display {
  font-size: 3.3rem;
  font-weight: 400;
  color: var(--primary);
  word-wrap: break-word;
  margin: 0 0 0.5rem;
}

.cv-cargo-display,
.cv-dept-display,
.cv-despatx-display {
  margin: 0;
}

.cv-contact-title {
  font-size: 1.2rem;
  color: var(--secondary);
  margin: 6.7rem 0px 0.1rem;
}

.cv-image-block {
  flex: 0 1 24rem;
  width: 100%;
}

.cv-photo-frame {
  width: 100%;
  aspect-ratio: 3.5 / 4.5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cv-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cv-academic-content {
  max-width: 67rem;
  /* 72rem */
  margin: 30px auto;
}

.cv-section-card {
  background: white;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.cv-section-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  padding: 0;
  margin: 0;
}

.cv-section-header h2 {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cv-section-arrow {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease, background-image 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300195c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  cursor: pointer;
}

.cv-section-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.cv-section-card.active .cv-section-arrow {
  transform: rotate(0deg);
}

.cv-section-content {
  display: block;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, margin-top 0.4s ease-in-out;
  max-height: 90000px;
  opacity: 1;
  margin-top: 1rem;
  overflow: hidden;
}

.cv-section-card.active .cv-section-content {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}

.cv-social-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

.cv-social-btn {
  padding: 8px 16px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  color: var(--primary);
}

.cv-social-flex {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  align-items: center;
}

.cv-icon-svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.cv-social-flex a:hover .cv-icon-svg {
  color: #10b981;
}

.profile-back-btn {
  position: fixed;
  top: 47px;
  left: 18px;
  background: color-mix(in srgb, var(--success), transparent 50%);
  color: color-mix(in srgb, var(--primary), transparent 10%);
  padding: 0.6rem;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  cursor: pointer;
}

.profile-back-btn:hover {
  background: var(--success);
  color: var(--primary);
}

.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 2.1rem;
  height: 2.1rem;
  background: color-mix(in srgb, var(--success), transparent 50%);
  color: color-mix(in srgb, var(--primary), transparent 10%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Cuando el scroll baja, el JS añade esta clase */
.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background: var(--success);
  color: var(--primary);
  /* Verde un poco más oscuro */
  transform: translateY(-5px);
}

#cv-Dedicacion table {
  font-family: 'Frutiger', sans-serif !important;
  color: var(--primary);
  font-size: 1.15rem;
}

#cv-Dedicacion tbody tr:nth-child(odd) {
  background-color: #f8fafc;
}

@media (max-width: 768px) {
  .cv-header-flex {
    flex-direction: column-reverse;
    /* Foto arriba en móvil */
    text-align: center;
  }

  .profile-back-btn {
    left: 13px;
  }

  .cv-image-block {
    margin: 0 auto;
  }

  .cv-social-flex {
    justify-content: center;
  }
}

/*######################################*/
/*      SITES & HEREDA -> HORARIS       */
/*######################################*/
.site-btn-flotante {
  position: fixed;
  top: 20px;
  right: 7px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25C16F;
  color: #FFFFFF !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-btn-flotante svg {
  width: 28px;
  height: 28px;
  fill: currentColor !important;
}

@media (max-width: 768px) {
  .site-btn-flotante {
    width: 48px;
    height: 48px;
    top: 15px;
    right: 15px;
  }

  .site-btn-flotante svg {
    width: 24px;
    height: 24px;
  }
}

.sites-main * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.sites-body {
  font-family: "Poppins", Arial, sans-serif;
  background-color: #e8eaeb;
  color: #222;
  line-height: 1.6;
}

/* Contenedor Masonry */
.sites-container {
  max-width: 99%;
  margin: 1.4rem;
}

/* Tarjetas */
.sites-card {
  background-color: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px 20px;
  width: 31.5%;
  display: inline-block;
  vertical-align: top;
}

.sites-card:hover {
  box-shadow: 0 3px 8px rgba(0.5, 0.5, 0.5, 0.5);
}

.sites-card p {
  font-size: 1.7rem;
  font-weight: 600;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 2px solid #93e590;
  padding-bottom: 0.4rem;
}

.sites-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* Ultim enllaç impar ocupara tota la fila */
.sites-options a:last-child:nth-child(odd) {
  grid-column: span 2;
}

.sites-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1e3a8a;
  background-color: #eef3ff;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  transition: all 0.25s ease;
  text-align: center;
  font-size: 1.2rem;
}

.sites-card a:hover {
  background-color: #93e590cc;
  color: #1e3a8a;
  transform: scale(1.03);
}

@media (max-width: 1000px) {
  .sites-card p {
    font-size: 1.5rem;
  }

  .sites-card a {
    font-size: 1rem;
  }

  .sites-card {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sites-options {
    grid-template-columns: 1fr;
  }

  .sites-options a:last-child:nth-child(odd) {
    grid-column: span 1;
  }
}


/*######################################*/
/*              HORARIS                */
/*######################################*/
.sites-container1 .hs-card-override {
  width: 100%;
  display: block;
  float: none;
  background: white;
  border-radius: 0.6rem;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 0.1rem 3rem 0rem 3rem;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
}

.sites-container1 .hs-card-override p {
  font-family: Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 2px solid #93e590;
  padding-bottom: 0.4rem;
}

.hs-degree-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.hs-degree-item {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  border-radius: 8px;
  background-color: #eef3ff;
  color: #1e3a8a;
  padding: 1rem;
  margin: 0.3rem;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  display: block;
}

.hs-degree-item:hover {
  background: #93e590cc;
  color: #1e3a8a;
  transform: scale(1.03);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}

/* 3. MODAL */
.hs-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  z-index: 1000;
}

.hs-hidden {
  display: none !important;
}

.hs-modal-content {
  font-family: Arial, sans-serif;
  background: white;
  color: #1e3a8a;
  border-radius: 0.625rem;
  padding: 2rem 3rem 1rem 3rem;
  margin-top: 7rem;
  position: relative;
  text-align: center;
  font-size: 1rem;
  max-width: 100rem;
  box-sizing: border-box;
}

.hs-modal-title {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

.hs-close {
  position: absolute;
  top: 0rem;
  right: 0.6rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #1e3a8a;
}

.hs-step-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.hs-step-container p {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: var(--text);
}

.hs-btn {
  margin: 0.2rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 30px;
  background-color: #eef3ff;
  color: #1e3a8a;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  flex: 0 1 auto;
  width: auto;
}

.hs-btn:hover,
.hs-btn-exam:hover {
  background: #93e590cc;
  color: #1e3a8a;
}

.hs-btn-exam {
  background-color: #ffebd2;
  color: #d97706;
}

@media (max-width: 600px) {
  .sites-container .hs-card-override {
    padding: 1rem;
  }

  .sites-container .hs-card-override p {
    font-size: 1.4rem;
  }

  .hs-degree-item {
    font-size: 1.1rem;
    padding: 0.8rem;
  }

  .hs-modal-content {
    padding: 1.5rem;
    margin: 0.5rem;
    width: 95%;
  }
}

.hs-btn:focus,
.hs-degree-item:focus {
  outline: 2px solid #1e3a8a;
  outline-offset: 2px;
}

.hs-header-right-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1rem;
  padding-top: 0.2rem;
}

.hs-custom-search-input {
  width: 18rem;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  background-color: white;
  transition: all 0.3s ease;
  color: #00195c;
}

@media (max-width: 600px) {
  .hs-custom-search-input {
    width: 100%;
  }
}

/*######################################*/
/*        Grups Organitzatius           */
/*######################################*/
.groups-wrapper {
  font-family: 'Frutiger', sans-serif !important;
  background-color: #e8eaeb;
  color: var(--primary);
  line-height: 1.5;
  width: 100%;
}

.groups-wrapper * {
  box-sizing: border-box;
}

/* ANTES: .container -> AHORA: .groups-container */
.groups-container {
  margin: 0 auto;
  padding: 0 2rem 2rem;
}

/* HEADER */
.groups-header {
  background: var(--card-bg);
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--success);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.groups-header-content {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.groups-header h1 {
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

/* GRID & CARDS */
.groups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

/* ANTES: .group-card -> AHORA: .groups-card (para unificar) */
.groups-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box !important;
  overflow: hidden;
  position: relative;
}

.groups-card h3 {
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.groups-resp {
  color: #64748b;
  font-size: 0.9rem;
  display: block;
}

.groups-badge {
  color: rgb(16, 185, 129);
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* BOTONES */
.groups-btn {
  all: unset;
  padding: 0.8rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.groups-btn-primary {
  background: var(--soft-bg);
  color: var(--primary);
  margin-top: 0.5rem;
}

.groups-btn-primary:hover {
  background: var(--success);
}

.groups-btn-primary:disabled {
  background: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
}

.groups-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.groups-modal.active {
  display: flex;
}

.groups-modal-content {
  background: var(--card-bg);
  width: 95%;
  max-width: 550px;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.groups-btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #94a3b8;
}

.groups-modal-title {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
  border-bottom: 2px solid var(--success);
  padding-bottom: 0.5rem;
}

.groups-search-section {
  background: var(--bg);
  border: 1px dashed var(--border);
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.groups-search-container {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.groups-modal-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  background: white;
}

.groups-modal-input:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.groups-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}

.groups-result-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.groups-result-item:last-child {
  border-bottom: none;
}

.groups-result-item:hover {
  background: var(--soft-bg);
}

.groups-members-list {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 1rem;
}

.groups-member-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.groups-member-info strong {
  display: block;
  color: var(--text);
  font-weight: 600;
}

.groups-member-info small {
  color: #64748b;
  font-size: 0.9rem;
}

.groups-btn-trash {
  background: white;
  border: 1px solid #e2e8f0;
  color: var(--danger);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.groups-btn-trash:hover {
  background: #fee2e2;
  border-color: #fee2e2;
}

.groups-loading {
  text-align: center;
  color: #64748b;
  padding: 2rem;
}

#groups-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.groups-toast {
  background: white;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  min-width: 250px;
  animation: slideIn 0.3s ease-out;
  border-left: 5px solid #ccc;
  font-size: 0.95rem;
}

.groups-toast.success {
  border-left-color: #10b981;
}

.groups-toast.error {
  border-left-color: #ef4444;
}

#groups-confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: center;
}

.groups-confirm-box {
  background: white;
  padding: 25px;
  border-radius: 10px;
  width: 90%;
  max-width: 30rem;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.groups-confirm-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.groups-btn-confirm-yes {
  background-color: #ef4444;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.groups-btn-confirm-no {
  background-color: #e5e7eb;
  color: #374151;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* --- BUSCADOR PRINCIPAL --- */
.groups-header-search-wrapper {
  flex: 0 1 300px;
  min-width: 250px;
}

@media (max-width: 700px) {
  .groups-header h1 {
    font-size: 1.7rem;
  }

  .groups-header-content {
    justify-content: center;
    text-align: center;
    padding-bottom: 1rem;
  }

  .groups-header-search-wrapper {
    flex: 1 1 100%;
    order: 2;
  }

  .groups-header h1 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

/*######################################*/
/*        INFR observers           */
/*######################################*/
.observers-wrapper {
  background-color: #e8eaeb;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--primary);
  line-height: 1.5;
  width: 100%;
}

.observers-wrapper * {
  box-sizing: border-box;
}

/* ANTES: .container -> AHORA: .observers-container */
.observers-container {
  margin: 0 auto;
  /*padding: 0 2rem 2rem;*/
}

/* HEADER */
.observers-header {
  background: var(--card-bg);
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--success);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.observers-header-content {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.observers-header h1 {
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

/* GRID & CARDS */
.observers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

/* ANTES: .group-card -> AHORA: .observers-card (para unificar) */
.observers-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box !important;
  overflow: hidden;
  position: relative;
}

.observers-card h3 {
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.observers-resp {
  color: #64748b;
  font-size: 0.9rem;
  display: block;
}

.observers-badge {
  color: rgb(16, 185, 129);
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* BOTONES */
.observers-btn {
  all: unset;
  padding: 0.8rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.observers-btn-primary {
  border-radius: 2px !important;
  background-color: rgb(0, 185, 226) !important;
  color: white !important;
  padding: 0 10;
  margin: 0;
  min-height: 40px;
  height: 40px;
  /*margin-top: 0.5rem;*/
}

.observers-btn-primary:hover {
  background: var(--success);
}

.observers-btn-primary:disabled {
  background: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
}

.observers-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.observers-modal.active {
  display: flex;
}

.observers-modal-content {
  background: var(--card-bg);
  width: 95%;
  max-width: 550px;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.observers-btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #94a3b8;
}

.observers-modal-title {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
  border-bottom: 2px solid var(--success);
  padding-bottom: 0.5rem;
}

.observers-search-section {
  background: var(--bg);
  border: 1px dashed var(--border);
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.observers-search-container {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.observers-modal-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  background: white;
}

.observers-modal-input:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.observers-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}

.observers-result-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.observers-result-item:last-child {
  border-bottom: none;
}

.observers-result-item:hover {
  background: var(--soft-bg);
}

.observers-members-list {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 1rem;
}

.observers-member-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.observers-member-info strong {
  display: block;
  color: var(--text);
  font-weight: 600;
}

.observers-member-info small {
  color: #64748b;
  font-size: 0.9rem;
}

.observers-btn-trash {
  background: white;
  border: 1px solid #e2e8f0;
  color: var(--danger);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.observers-btn-trash:hover {
  background: #fee2e2;
  border-color: #fee2e2;
}

.observers-loading {
  /*text-align: center;*/
  color: #64748b;
  /*padding: 2rem;*/
}

#observers-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.observers-toast {
  background: white;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  min-width: 250px;
  animation: slideIn 0.3s ease-out;
  border-left: 5px solid #ccc;
  font-size: 0.95rem;
}

.observers-toast.success {
  border-left-color: #10b981;
}

.observers-toast.error {
  border-left-color: #ef4444;
}

#observers-confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: center;
}

.observers-confirm-box {
  background: white;
  padding: 25px;
  border-radius: 10px;
  width: 90%;
  max-width: 30rem;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.observers-confirm-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.observers-btn-confirm-yes {
  background-color: #ef4444;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.observers-btn-confirm-no {
  background-color: #e5e7eb;
  color: #374151;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* --- BUSCADOR PRINCIPAL --- */
.observers-header-search-wrapper {
  flex: 0 1 300px;
  min-width: 250px;
}

@media (max-width: 700px) {
  .observers-header h1 {
    font-size: 1.7rem;
  }

  .observers-header-content {
    justify-content: center;
    text-align: center;
    padding-bottom: 1rem;
  }

  .observers-header-search-wrapper {
    flex: 1 1 100%;
    order: 2;
  }

  .observers-header h1 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

/*######################################*/
/*               Vault                  */
/*######################################*/
.vault_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 1000;
  width: 60%;
}

.vault_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.vault_close-btn {
  cursor: pointer;
  color: red;
  float: right;
}

/*######################################*/
/*              Help BTN                */
/*######################################*/
.help-btn {
  padding: 8px 14px;
  background: #2563eb;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.help-box {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  padding: 16px;
  display: none;
  /* hidden by default */
  z-index: 1000;
}

.help-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.help-header h2 {
  margin: 0;
  font-size: 16px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}

/*######################################*/
/*               Error                  */
/*######################################*/
.DisplaySuccess {
  /*margin-top:10px;*/
  background-color: rgba(22, 222, 102, 0.8) !important;
}

.DisplayError {
  /*margin-top:10px;*/
  background-color: rgba(165, 42, 42, 0.8) !important;
}

.DisplayText {
  color: white;
}

.DisplayText p {
  margin: 0px;
}

/*######################################*/
/*              Drag&Drop               */
/*######################################*/
#drop-area {
  width: 90%;
  height: 200px;
  margin: 20px auto;
  text-align: center;
  line-height: 200px;
  border: 2px dashed #ccc;
  cursor: pointer;
}

.preview-container {
  text-align: center;
  transform: translateY(-120px) !important;
  -webkit-transform: translateY(-120px) !important;
  -ms-transform: translateY(-120px) !important;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

#drop-area.drag-over {
  background-color: #eee;
}

#fileToUpload {
  opacity: 0;
  width: 100%;
}

/*######################################*/
/*              Salesforce              */
/*######################################*/
.embeded-salesforce {
  background-color: #ffff !important;
  /*rgb(176, 196, 223)*/
}

#form_data-salesforce {
  background-color: #ffff !important;
  /*rgb(176, 196, 223)*/
}

/*######################################*/
/*                  Panell               */
/*######################################*/
.panell-section {
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: 1.7rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 1rem;
  border-bottom: 2px solid #93e590;
  padding-bottom: 0.4rem;
}

.panell-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  color: #1e3a8a;
  background-color: #eef3ff;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  transition: all 0.25s ease;
  text-align: center;
  font-size: 1.2rem;
  margin: 5 0;
}

.panell-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  padding: 0px 50px !important;
  gap: 5px;
}

.panell-row {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px !important;
  gap: 5px;
}

.panell-field {
  font-weight: bold;
}

/*######################################*/
/*                  Tramit               */
/*######################################*/
#form_data {
  margin-top: 0px;
  min-height: 100vh;
  height: 100%;
  background: #ffff !important;
  /*default rgb(233,233,233)*/
  /*salesforce def rgb(176, 196, 223)*/
}

.tramit-section {
  width: 100%;
  text-align: center;
  border-radius: 2px;
  background-color: #f3f3f3;
  color: #181818;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.tramit-block {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  background: #ffff !important;
  padding: 5px !important;
  box-shadow: none !important;
}

.tramit-item {
  display: flex;
  padding: 0 !important;
  margin-top: 1px;
  margin-bottom: 0.5px;
}

.tramit-field {
  font-weight: bold;
}

.tramit-item-block {
  display: flex;
  height: 100%;
  width: 100%;
}

.tramit-item-title {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
  color: white;
  background-color: rgba(0, 159, 227);
  padding: 0 !important;
  padding-right: 10px !important;
}

.tramit-item-text {
  margin: 0;
  padding: 0 !important;
  padding-left: 10px !important;

}

.tramit-composite {
  background-color: rgba(249, 177, 0);
}

.tramit-composite-title {
  display: flex;
  font-size: 18px;
  color: black;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

.tramit-composite-item {
  padding: 0 !important;
  margin-top: 1px;
  margin-bottom: 0.5px;
}

.tramit-composite-item-block {
  display: flex;
  width: 100%;
}

.tramit-composite-item-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
  color: white;
  background-color: rgba(0, 159, 227);
  padding-right: 10px !important;
}

.tramit-composite-item-text {
  margin: 0px;
  color: black;
  background-color: #ffff !important;
  /*default rgb(232,232,232);*/
  padding: 0 !important;
  padding-left: 10px !important;
}

.tramit-file {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tramit-group {
  background: rgb(0, 159, 227);
  border: none;
}

.tramit-col {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px !important;
  gap: 5px;
}

/*######################################*/
/*               INFR                   */
/*######################################*/

.infr-data {
  height: fit-content;
}

@media (max-width: 650px) {
  .infr-data {
    height: 100%;
  }
}

.infr-template {
  height: 100% !important;
  margin: 10px 30px;
}

.infr-template h6 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 16px;
}

.infr-template textarea {
  width: 100%;
}

.infr-template h2 {
  color: #00195c;
}

.infr-template h3 {
  font-size: 18px;
  color: #00195c;
}

/* Timeline */

.infr-timeline {
  position: relative;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}

.infr-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #ccc;
  transform: translateX(-50%);
}

.infr-timeline-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.infr-timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.infr-timeline-item::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #ccc;
  border-radius: 50%;
  z-index: 1;
}

.infr-timeline-content {
  width: 45%;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.infr-timeline-block {
  display: flex;
  justify-content: space-around;
}

.infr-timeline-download {
  font-size: 35px;
  color: #009ee2;
  align-content: center;
}

.infr-timeline-number {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: #ff5722;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Timeline step colors */

.infr-timeline-item:nth-child(2) .infr-timeline-number {
  background: #ff9800;
}

.infr-timeline-item:nth-child(3) .infr-timeline-number {
  background: #e91e63;
}

.infr-timeline-item:nth-child(4) .infr-timeline-number {
  background: #9c27b0;
}

.infr-timeline-item:nth-child(5) .infr-timeline-number {
  background: #2196f3;
}

.infr-timeline-item:nth-child(6) .infr-timeline-number {
  background: #00bcd4;
}

.infr-timeline-item:nth-child(7) .infr-timeline-number {
  background: #4caf50;
}

.infr-timeline-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.infr-timeline-text {
  font-size: 14px;
  color: #555;
}

/* Responsive */

@media (max-width: 768px) {
  .infr-timeline-item {
    flex-direction: column !important;
    align-items: center;
  }

  .infr-timeline-content {
    width: 90%;
    text-align: center;
  }

  .infr-timeline::before {
    left: 50%;
  }

  .infr-timeline-item::after {
    left: 50%;
  }
}

/*######################################*/
/*               Container              */
/*######################################*/
/*.container-fluid {
  max-width: 90% !important;
}*/

/*######################################*/
/*                Embed                 */
/*######################################*/
.embeded {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: transparent;
}

.pmd-content-embed {
  margin: 0 !important;
  padding: 0 !important;
}

.pmd-content-embed .container-fluid-embed {
  max-width: 90%;
}

.container-fluid-embed {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#loading-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
}

#loading-overlay .spinner {
  width: 56px;
  height: 56px;
  border: 5px solid #e5e7eb;
  border-top-color: #111827;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

/*######################################*/
/*               Calendar               */
/*######################################*/
.btn-move-calendar {
  color: rgba(22, 222, 102) !important;
  background-color: rgb(0, 25, 91);
  font-size: 18px !important;
}

/*######################################*/
/*              Event Cal               */
/*######################################*/
:root {
  --eventCal_bg: #f6f8fc;
  --eventCal_surface: #ffffff;
  --eventCal_surface_alt: #f8fafd;
  --eventCal_border: #dde3ea;
  --eventCal_text: #1f1f1f;
  --eventCal_muted: #5f6368;
  --eventCal_blue: #1a73e8;
  --eventCal_blue_soft: rgba(26, 115, 232, 0.14);
  --eventCal_blue_event: #d2e3fc;
  --eventCal_blue_event_border: #8ab4f8;
  --eventCal_shadow: 0 1px 2px rgba(60, 64, 67, 0.15), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
  --eventCal_hour_width: 72px;
  --eventCal_row_height: 40px;
  --eventCal_header_height: 74px;
}

.eventCal_app {
  max-width: 100%;
  margin: 0 auto;
  /*padding: 20px;*/
}

.eventCal_topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.eventCal_brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eventCal_brandBadge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a73e8, #7baaf7);
  display: grid;
  place-items: center;
  color: white;
  font-weight: 700;
}

.eventCal_brand h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 650;
}

.eventCal_brand p {
  margin: 2px 0 0;
  color: var(--eventCal_muted);
  font-size: 14px;
}

.eventCal_controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.eventCal_searchPanel {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(180px, 1fr) minmax(160px, 1fr) auto;
  gap: 14px;
  align-items: end;
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
  border: 1px solid #d8e0ea;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(31, 45, 61, 0.08);
  padding: 18px;
  margin-bottom: 18px;
}

.eventCal_searchField {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.eventCal_searchSubmit {
  min-height: 44px;
  white-space: nowrap;
  border-radius: 12px;
  padding-inline: 24px;
}

.eventCal_btn {
  border: 1px solid var(--eventCal_border);
  background: white;
  color: var(--eventCal_text);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}

.eventCal_btn:hover {
  background: #f8fafd;
}

.eventCal_btnPrimary {
  background: var(--eventCal_blue);
  color: white;
  border-color: var(--eventCal_blue);
}

.eventCal_btnPrimary:hover {
  background: #1765cb;
}

.eventCal_viewSwitcher {
  display: inline-flex;
  background: white;
  border: 1px solid var(--eventCal_border);
  border-radius: 999px;
  padding: 4px;
  gap: 4px;
}

.eventCal_viewSwitcherBtn {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}

.eventCal_viewSwitcherBtn.eventCal_active {
  background: var(--eventCal_blue);
  color: white;
}

.eventCal_layout {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 1360px;
  gap: 20px;
  align-items: start;
}

.eventCal_panel {
  background: var(--eventCal_surface);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  box-shadow: var(--eventCal_shadow);
  overflow: hidden;
}

.eventCal_calendarToolbar {
  padding: 16px 18px;
  border-bottom: 1px solid var(--eventCal_border);
  display: grid;
  gap: 12px;
  background: #fff;
}

.eventCal_toolbarTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.eventCal_rangeLabel {
  font-size: 20px;
  font-weight: 650;
}

.eventCal_inlineNote {
  font-size: 12px;
  color: var(--eventCal_muted);
  line-height: 1.4;
}

.eventCal_filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.eventCal_filterGroup {
  display: grid;
  gap: 6px;
  min-width: 180px;
}

.eventCal_filterLabel {
  font-size: 12px;
  font-weight: 700;
  color: var(--eventCal_muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.eventCal_filterSelect {
  width: 100%;
  border: 1px solid var(--eventCal_border);
  border-radius: 12px;
  padding: 10px 12px;
  background: white;
  font: inherit;
}

.eventCal_isHidden,
.eventCal_panel.eventCal_isHidden,
.eventCal_calendarPanel.eventCal_isHidden {
  display: none;
}

.eventCal_calendarScroll {
  overflow: auto;
  background: white;
  max-height: 78vh;
}

.eventCal_weekGrid {
  min-width: 980px;
  display: grid;
  grid-template-columns: var(--eventCal_hour_width) repeat(7, minmax(120px, 1fr));
  position: relative;
  user-select: none;
  grid-auto-flow: row;
}

.eventCal_dayGrid {
  min-width: 460px;
  display: grid;
  grid-template-columns: var(--eventCal_hour_width) minmax(280px, 1fr);
  position: relative;
  user-select: none;
  grid-auto-flow: row;
}

.eventCal_corner,
.eventCal_dayHeader,
.eventCal_hourCell,
.eventCal_slot {
  border-right: 1px solid var(--eventCal_border);
  border-bottom: 1px solid var(--eventCal_border);
}

.eventCal_corner {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  background: white;
  height: var(--eventCal_header_height);
}

.eventCal_dayHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--eventCal_header_height);
  text-align: center;
  background: white;
  padding-top: 10px;
}

.eventCal_dayHeaderWeekday {
  font-size: 12px;
  color: var(--eventCal_muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.eventCal_dayHeaderNumber {
  font-size: 26px;
  line-height: 1;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.eventCal_today .eventCal_dayHeaderNumber,
.eventCal_monthDayNumber.eventCal_today {
  background: var(--eventCal_blue);
  color: white;
}

.eventCal_hourCell {
  position: sticky;
  left: 0;
  z-index: 10;
  background: white;
  height: var(--eventCal_row_height);
  padding: 6px 8px;
  text-align: right;
  color: var(--eventCal_muted);
  font-size: 12px;
}

.eventCal_slot {
  height: var(--eventCal_row_height);
  background: white;
  position: relative;
  cursor: crosshair;
}

.eventCal_slotMinor {
  border-bottom-style: dotted;
}

.eventCal_slot:hover,
.eventCal_monthCell:hover {
  background: #f8fbff;
}

.eventCal_slotSelected {
  background: var(--eventCal_blue_soft);
}

.eventCal_eventSegment {
  border-left: 4px solid var(--eventCal_blue);
  border-radius: 10px;
  background: var(--eventCal_blue_event);
  color: #174ea6;
  padding: 8px 8px 8px 10px;
  font-size: 12px;
  overflow: hidden;
  z-index: 35;
  box-shadow: inset 0 0 0 1px var(--eventCal_blue_event_border);
  min-height: 22px;
  position: relative;
  cursor: pointer;
}

.eventCal_eventSegment strong {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eventCal_eventMetaMini {
  font-size: 11px;
  opacity: .8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eventCal_moreEvents {
  background: #eef2ff;
  color: #1e3a8a;
  border-left: 4px solid #4f46e5;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  padding: 6px 8px;
}

.eventCal_monthGrid {
  min-width: 980px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: minmax(140px, auto);
  background: white;
}

.eventCal_monthWeekday {
  padding: 12px;
  border-right: 1px solid var(--eventCal_border);
  border-bottom: 1px solid var(--eventCal_border);
  background: white;
  font-size: 12px;
  color: var(--eventCal_muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10;
}

.eventCal_monthCell {
  border-right: 1px solid var(--eventCal_border);
  border-bottom: 1px solid var(--eventCal_border);
  padding: 8px;
  background: white;
  cursor: pointer;
}

.eventCal_monthCellOther {
  background: #fafbfd;
  color: #9aa0a6;
}

.eventCal_monthDayNumber {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.eventCal_monthEvents {
  display: grid;
  gap: 4px;
}

.eventCal_monthEventChip {
  background: var(--eventCal_blue_event);
  color: #174ea6;
  border-left: 4px solid var(--eventCal_blue);
  border-radius: 8px;
  padding: 4px 6px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.eventCal_sidebar {
  padding: 18px;
}

.eventCal_sidebar h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.eventCal_sidebar p {
  margin: 0 0 16px;
  color: var(--eventCal_muted);
  font-size: 14px;
}

.eventCal_sideFilters .eventCal_label {
  margin-bottom: 12px;
}

.eventCal_checkboxGroup {
  display: grid;
  gap: 8px;
}

.eventCal_checkboxOption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--eventCal_border);
  border-radius: 10px;
  background: #fff;
  font-weight: 500;
  cursor: pointer;
}

.eventCal_checkboxOption input {
  margin: 0;
}

.eventCal_checkboxOption:has(input:checked) {
  border-color: var(--eventCal_blue);
  background: var(--eventCal_blue_soft);
}

.eventCal_collapseBtn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 650;
  color: var(--eventCal_text);
  cursor: pointer;
}

.eventCal_collapseIcon {
  font-size: 18px;
  line-height: 1;
  transition: transform .16s ease;
}

.eventCal_collapsed .eventCal_collapseBody {
  display: none;
}

.eventCal_collapsed .eventCal_collapseBtn {
  padding-bottom: 0;
}

.eventCal_collapsed .eventCal_collapseIcon {
  transform: rotate(-90deg);
}

.eventCal_card {
  border: 1px solid var(--eventCal_border);
  border-radius: 18px;
  background: var(--eventCal_surface);
  padding: 14px;
  margin-bottom: 14px;
}

.eventCal_emptyState {
  border: 1px dashed var(--eventCal_border);
  border-radius: 16px;
  padding: 14px;
  background: var(--eventCal_surface_alt);
  color: var(--eventCal_muted);
  font-size: 14px;
}

.eventCal_form {
  display: none;
  gap: 12px;
}

.eventCal_form.eventCal_active {
  display: grid;
}

.eventCal_grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.eventCal_label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}

.eventCal_input,
.eventCal_textarea {
  width: 100%;
  border: 1px solid var(--eventCal_border);
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  outline: none;
  background: white;
}

.eventCal_input:focus,
.eventCal_textarea:focus,
.eventCal_filterSelect:focus {
  border-color: var(--eventCal_blue);
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.12);
}

.eventCal_textarea {
  min-height: 88px;
  resize: vertical;
}

.eventCal_status {
  min-height: 20px;
  font-size: 13px;
  color: var(--eventCal_muted);
}

.eventCal_statusSuccess {
  color: #137333;
}

.eventCal_statusError {
  color: #c5221f;
}

.eventCal_actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.eventCal_eventList {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  max-height: 52vh;
  overflow-y: auto;
  padding-right: 4px;
}

.eventCal_eventItem {
  border: 1px solid var(--eventCal_border);
  border-radius: 16px;
  padding: 12px;
  background: white;
  cursor: pointer;
}

.eventCal_eventItem strong {
  display: block;
  margin-bottom: 4px;
}

.eventCal_eventMeta {
  color: var(--eventCal_muted);
  font-size: 13px;
  margin-bottom: 6px;
}

.eventCal_code {
  background: #f1f3f4;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.eventCal_eventModalBackdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}

.eventCal_eventModalBackdrop.eventCal_active {
  display: flex;
}

.eventCal_eventModal {
  width: min(680px, 100%);
  max-height: 85vh;
  overflow: auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--eventCal_border);
}

.eventCal_eventModalHeader {
  padding: 18px 20px 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.eventCal_eventModalTitleWrap {
  display: grid;
  gap: 8px;
}

.eventCal_eventBadge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: var(--eventCal_blue_event);
  color: #174ea6;
}

.eventCal_eventModalClose {
  border: 1px solid var(--eventCal_border);
  background: white;
  border-radius: 999px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 18px;
}

.eventCal_eventModalBody {
  padding: 0 20px 20px;
  display: grid;
  gap: 12px;
}

.eventCal_eventDetailGrid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px 14px;
}

.eventCal_eventDetailGrid.eventCal_listOnly {
  display: block;
}

.eventCal_eventDetailLabel {
  color: var(--eventCal_muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.eventCal_eventDetailValue {
  font-size: 14px;
}

@media (max-width: 1100px) {
  .eventCal_layout {
    grid-template-columns: 1fr;
  }

  .eventCal_searchPanel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eventCal_searchSubmit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .eventCal_searchPanel {
    grid-template-columns: 1fr;
  }

  .eventCal_searchSubmit {
    width: 100%;
  }
}

/*######################################*/
/*                Foto                  */
/*######################################*/
.enllaç-qr-foto {
  padding: 1em;
}

.qr-width {
  width: 30%
}

.foto_main {
  font-size: 35px;
  background-image: url('camara.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  /*backdrop-filter: brightness(0.9);*/
  position: relative;
}

.foto_video,
.foto_capturedPhoto {
  width: 750px;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  display: block;
  align-self: center;
  position: relative;
  transform: scaleX(-1);
}

.foto_faceGuide,
.foto_faceGuide_campus {
  position: absolute;
  top: 22%;
  left: 50%;
  width: 45%;
  height: 55%;
  max-width: 250px;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50% / 60%;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: block;
}

.foto_faceGuide {
  top: 22%;
  max-height: 225px;
}

.foto_faceGuide_campus {
  top: 35%;
  max-height: 350px;
}


.foto_canvas {
  display: none;
}

.foto_loading {
  color: #666;
}

.foto_countdown {
  font-size: 2.5rem;
  color: #d63333;
  font-weight: bold;
  margin: 2px;
}

button {
  margin: 36px;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.foto_captureBtn {
  background: none;
  border: none;
  padding: 0;
  font-size: 60px;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.foto_captureBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.foto_processBtn {
  background-color: #007bff;
  color: #fff;
  font-size: 18px;
}

.foto_processBtn:hover {
  background-color: #0056b3;
}

.foto_processBtn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.foto_status {
  margin-top: 15px;
  font-weight: bold;
  height: 20px;
  font-size: 18px;
}

.processing {
  color: #007bff;
}

.success {
  color: #28a745;
}

.error {
  color: #dc3545;
}

.warning {
  color: #ffc107;
}

/*######################################*/
/*              NavBar New              */
/*######################################*/
.navbar {
  margin: 0px !important;
}

.pmd-sidebar {
  padding-top: 40px !important;
}

/*######################################*/
/*                MEDIA                 */
/*######################################*/
.full-width-container {
  max-width: 90% !important;
}

@media (max-width:1590px) {
  .front-block {
    text-align: center;
    border-right: 0px solid #d8d8d894;
    border-radius: 6px;
    min-width: 350px;
  }
}

@media (min-width: 1280px) and (max-width:1589.98px) {
  .front-block {
    text-align: center;
    border-right: 0px solid #d8d8d894;
    border-radius: 6px;
    min-width: 300px;
  }
}

@media (min-width: 576px) and (max-width: 1279.98px) {
  .front-block {
    text-align: center;
    border-right: 0px solid #d8d8d894;
    border-radius: 6px;
    min-width: 90%;
    max-width: 90%;
  }
}

@media (max-width:575.98px) {
  .index-block-title {
    display: block;
  }

  .index-grid-img {
    display: None;
  }

  .pmd-sidebar-toggle {
    color: #1f2f46 !important;
  }

  .tramit-col {
    padding: 0px 10px !important;
  }

  .logo_home_iqs {
    display: none !important;
  }

  .dataTables_filter {
    float: right;
  }

  /* Removed for new version
  .data-table-responsive{
    display: none;
  }
  */
  .component-section {
    margin-top: 10px;
  }

  .form-item-block {
    flex-direction: column;
  }

  .form-item-title,
  .form-item-text {
    text-align: center;
  }

  .front-page-block {
    padding-bottom: 20px !important;
    min-height: 50px;
    height: 100% !important;
  }

  .front-block {
    text-align: center;
    border-right: 0px solid #d8d8d894;
    border-radius: 6px;
    min-width: 90%;
  }

  .preview-container {
    display: none;
  }

  #drop-area {
    width: 200px;
    height: 150px;
    margin: 20px auto;
    text-align: center;
    line-height: 200px;
    border: 2px dashed #ccc;
    cursor: pointer;
  }
}

@media print {
  .navbar {
    display: none;
  }

  #basicSidebar {
    display: none;
  }

  #content {
    margin: auto;
  }
}