@charset "UTF-8";
/*
Mobile devices – 320px — 480px.
iPads, Tablets – 481px — 768px.
Small screens, laptops – 769px — 1024px.
Desktops, large screens – 1025px — 1200px.
Extra large screens, TV – 1201px, and more.
*/
/* GENERIC */
body {
  background-color: rgba(79, 15, 76, 0.05) !important;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}

a:hover {
  cursor: pointer !important;
}

body, p, span, a {
  font-family: "Open Sans", sans-serif;
}

label {
  font-size: 14px;
}

.element-visible {
  display: block;
}

.element-hidden {
  display: none;
}

input, select {
  padding: 5px !important;
  background-color: #ffffff;
}

.background-light {
  background-color: #e2e2e2 !important;
}

.background-light-2 {
  background-color: #F8F9FA !important;
}

.bg-green {
  background-color: #CDDD00 !important;
}

.bg-grey {
  background-color: #656565 !important;
}

.bg-light-blue {
  background-color: #88d0f5 !important;
}

.jr-footer-text {
  font-size: 13px !important;
}

.dark-red {
  color: #bf1e2d;
}

.purple {
  color: #8a2781;
}

.jr-fs-12 {
  font-size: 12px !important;
}

.jr-fs-13 {
  font-size: 13px !important;
}

.jr-fs-14 {
  font-size: 14px !important;
}

form {
  flex: none;
}

.btn-jr-green {
  background-color: #CDDD00 !important;
}

/* LAYOUT */
.section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.jr-nav-link {
  font-size: 13px !important;
  font-weight: 500;
  width: 100%;
  padding: 7px;
  color: #4f0f4c;
  border-radius: 7px;
  display: block;
  justify-items: center;
  text-align: left;
  transition: 0.2s;
  margin-bottom: 12px;
}

.jr-nav-link:hover {
  background-color: rgba(79, 15, 76, 0.1);
  color: #4f0f4c;
  transition: 0.2s;
}

.jr-main-menu-icon {
  width: 16px;
  margin-right: 10px;
}

.jr-main-menu-active {
  background-color: rgba(79, 15, 76, 0.1);
  color: #4f0f4c;
}

.jr-main-menu-separator {
  width: 56px;
  height: 3px;
  background-color: rgba(79, 15, 76, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}

/* -------- MAIN DASHBOARD ----------------- */
.jr-main-dashboard-table-head-title {
  font-size: 14px !important;
}

/* 1) El contenedor que hará scroll vertical */
.jr-dashboard-table-scroll {
  max-height: 80vh; /* ajusta a tu gusto: 420px, 60vh, etc. */
  overflow-y: auto;
}

/* 2) Header fijo dentro del scroll */
.jr-sticky-thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #f8f9fa; /* mismo tono que .table-light */
}

/* ----------- */
.header_container {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #F8F9FA;
  display: flex;
  justify-content: start;
  align-items: start;
}

.header_img {
  width: 120px;
  height: auto;
  margin-right: 20px;
}

/*------- Account Info -------*/
.account-info-link-box {
  padding: 4px;
  background-color: #F8F9FA;
  font-size: 14px;
}

/* ---- Keywords List --- */
.jr-table-fs-sm > thead > tr > th {
  font-size: 14px !important;
}

.jr-table-fs-sm > tbody > tr > th, .jr-table-fs-sm > tbody > tr > td {
  font-size: 14px !important;
}

.jr-kwlist-btn {
  padding: 3px 7px;
  font-size: 14px !important;
  background-color: #e2e2e2;
  border: none;
  border-radius: 2px;
}

.jr-kwlist-btn, .jr-kwlist-btn > i {
  cursor: pointer !important;
}

.jr-kwlist-btn:hover {
  cursor: pointer;
}

.jr-kwlist-table-container {
  max-height: 50vh !important;
  overflow-y: scroll !important;
  overflow-x: scroll !important;
  background-color: #ffffff !important;
  padding: 0 !important;
}

.jr-kwlist-table-container > table > thead {
  position: sticky;
  top: 0;
  background-color: #F8F9FA;
  border-bottom: 2px solid #212529 !important;
  z-index: 2;
  height: 45px !important;
  padding: 10px !important;
}

.jr-accounts-table td {
  font-size: 14px !important;
}

.jr-accounts-table th {
  font-size: 14px !important;
}

#kw-actions-container {
  padding: 15px 10px;
  display: none;
}

.jr-kwlist-action-button-export {
  background-color: #2CC7FF !important;
  color: #ffffff !important;
}

.jr-kwlist-action-button-delete {
  background-color: #FC207C !important;
  color: #ffffff !important;
}

/* ------ ACC INFO ------ */
.jr-acc-on-fire-note-modal {
  position: absolute;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  padding: 7px;
  min-width: 160px;
}

.jr-acc-on-fire-note-modal-note-container {
  padding: 5px;
  background: #F8F9FA;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  max-width: 200px;
}

.jr-acc-on-fire-note-modal-note-container p {
  font-size: 13px !important;
  margin: 0 !important;
  line-height: 1.1rem;
}

.jr-acc-info-card-info-heading {
  font-weight: 600;
  font-size: 14px;
  min-height: 30px;
}

.jr-acc-info-card-info-heading a {
  font-weight: 400;
  font-size: 14px;
}

#acc-info-basic-info-edit-btn:hover {
  cursor: pointer;
}

#acc-info-services-info-edit-btn:hover {
  cursor: pointer;
}

#acc-info-seo-plan-info-edit-btn:hover {
  cursor: pointer;
}

#acc-info-services-info-body {
  overflow-y: scroll;
  padding-bottom: 10px;
}

.jr-acc-info-services-sercice-info-box {
  height: 40px;
  align-items: center;
}

.jr-acc-info-services-sercice-name {
  position: relative;
  font-size: 14px;
  z-index: 1;
}

.jr-acc-info-services-data {
  font-size: 13px;
}

.jr-assets-item {
  padding: 7px 10px;
  display: block;
  align-items: center;
  border-radius: 4px;
  background-color: #F8F9FA;
  transition: 0.3s;
}

.jr-assets-item:hover {
  transition: 0.3s;
  background-color: #e2e2e2;
  cursor: pointer;
}

.jr-assets-item-icon {
  width: 35px;
  height: auto;
}

.jr-assets-item-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  color: #212529 !important;
}

/* ===== Editorial Calendar ======= */
#upcoming-publications-container {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
}

#past-publications-container {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 7px;
  background-color: #F8F9FA;
}

.pub-data-topic {
  font-size: 14px;
}

.pub-text-small {
  font-size: 12px;
}

.pub-text-regular {
  font-size: 14px;
}

.jr-badge-green {
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #CDDD00;
  color: black;
}

/* ================================ */
.jr-main-dash-assets-item-icon {
  width: 15px;
  height: auto;
}

.jr-main-dash-assets-item-container {
  width: auto;
  display: flex;
  align-items: center;
  height: 28px;
}

.jr-acc-list-status-options-box {
  display: block;
  padding: 15px 30px 7px 7px;
  position: absolute;
  border: 1px solid #CDDD00;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
}

.jr-status-option {
  display: inline-block;
  position: relative;
  float: none;
  padding: 5px;
  background-color: #F8F9FA;
  border-radius: 2px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 13px !important;
  transition: 0.3s;
}

.jr-status-option:hover {
  background-color: #e2e2e2;
  cursor: pointer !important;
  transition: 0.3s;
}

.jr-status-option i {
  font-size: 13px !important;
}

.jr-status-option-selected {
  background-color: white;
  border-left: 3px solid #CDDD00;
}

.jr-acc-list-status-options-box-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.jr-acc-list-situation-options-box-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.jr-acc-list-situation-icon {
  width: 18px;
  height: auto;
}

.jr-situation-option {
  display: inline-block;
  position: relative;
  float: none;
  padding: 5px;
  background-color: #F8F9FA;
  border-radius: 2px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 13px !important;
  transition: 0.3s;
}

.jr-acc-list-situation-options-box {
  display: block;
  padding: 15px 30px 7px 7px;
  position: absolute;
  border: 1px solid #CDDD00;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
}

.jr-situation-option:hover {
  background-color: #e2e2e2;
  cursor: pointer !important;
  transition: 0.3s;
}

.jr-situation-option-selected {
  background-color: white;
  border-left: 3px solid #CDDD00;
}

/* Wrapper del preview */
.diary-preview-wrap {
  position: relative;
}

/* Preview: 3 líneas visibles */
.diary-preview {
  line-height: 1.4;
  max-height: 4.2em; /* 3 líneas */
  overflow: hidden;
}

/* Normalizar márgenes para que el cálculo de altura sea estable */
.diary-preview p,
.diary-preview ul,
.diary-preview ol {
  margin: 0;
  padding: 0;
}

.diary-preview ul,
.diary-preview ol {
  padding-left: 1.2rem;
}

/* Si hay más contenido, reservamos espacio debajo (sin tapar texto) */
.diary-preview-wrap.has-more {
  padding-bottom: 1.6em; /* espacio reservado para el "Read more..." */
}

/* Overlay: se dibuja SOLO dentro del espacio reservado inferior */
.diary-overlay {
  display: none;
}

.diary-preview-wrap.has-more .diary-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5em;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 10;
}

/* Read more: va en el espacio reservado, no sobre el texto */
.diary-readmore {
  display: none;
}

.diary-preview-wrap.has-more .diary-readmore {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0.05em;
  font-size: 14px;
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto;
  z-index: 11;
}/*# sourceMappingURL=default.css.map */