@charset "UTF-8";
/* Colors */
/* Fonts */
html, body, p, a, div {
  margin: 0;
  padding: 0;
  font-family: "EB Garamond", serif;
}

body {
  background-color: #F9F9F9;
}

.general_gray {
  background-color: #F9F9F9;
}

a {
  color: #212529 !important;
}

.jr-hide {
  display: none !important;
  transition: 0.3s;
}

.jr-show {
  display: flex !important;
  transition: 0.3s;
}

.bg-basic {
  background-color: #F9F9F9;
}

.fsans {
  font-family: "Noto Sans", sans-serif;
}

.jr-uppercase {
  text-transform: uppercase !important;
}

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

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

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

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

.jr-menu-item {
  display: grid;
  text-align: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  align-items: center;
  border-radius: 4px;
  border-bottom: 2px solid #F9F9F9;
  transition: 0.2s;
}

.jr-menu-item:hover {
  border-bottom: 2px solid #2F92CC;
  transition: 0.2s;
}

/* Gradients */
.jr-btn-gradient-1 {
  background: linear-gradient(135deg, rgb(233, 200, 255) 0%, rgb(180, 250, 255) 100%);
}

.jr-section-gradient-1 {
  background: linear-gradient(320deg, rgb(253, 243, 255) 0%, rgb(236, 245, 255) 100%);
}

.jr-section-gradient-2 {
  background: linear-gradient(320deg, rgb(255, 250, 243) 0%, rgb(236, 238, 255) 100%);
}

.jr-section-gradient-3 {
  background: linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 1000%);
}

.jr-section-gradient-4 {
  background: linear-gradient(to right, #7028e4 0%, #e5b2ca 100%);
}

.jr-gold-bell-gradient {
  background: linear-gradient(320deg, rgb(255, 169, 0) 0%, rgb(176, 125, 27) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- BUTTONS --- */
.jr-btn-purple {
  background: linear-gradient(to right, #5f72bd 0%, #9b23ea 100%);
  color: white;
  border: none;
}

.jr-btn-purple:hover {
  color: white;
}

.jr-btn-dblue {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  color: #084298;
  border: none;
}

.jr-btn-dblue:hover {
  color: #084298;
}

/* ================= */
.jr-bell-red-marker {
  left: 70% !important;
  top: 30% !important;
}

/* Fondo */
.jr-login-background {
  background-image: url("../assets/img/homepage_hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 0;
  opacity: 0.8;
}

/* Contenedor principal */
.jr-login-container {
  width: 400px;
  padding: 20px;
  margin-top: 36px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

/* Logo */
.jr-login-logo {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Centrando el formulario en móviles */
/* Responsivo */
@media (max-width: 768px) {
  .container {
    justify-content: center; /* Centrado horizontal en móviles */
    align-items: center; /* Centrado vertical en móviles */
  }
  .jr-login-container {
    width: 90% !important; /* Más ancho en móviles */
    margin-top: 0; /* Elimina margen extra en móviles */
  }
  .jr-login-logo {
    width: 90% !important; /* Ajusta el logo al ancho disponible */
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .jr-login-container h1 {
    font-size: 22px; /* Reduce el tamaño del título */
  }
  #login-form > div > input {
    height: auto; /* Ajusta dinámicamente el alto del input */
    padding: 10px; /* Añade padding interno */
  }
}
/* -- MURO -- */
.jr-main-app-container {
  min-height: 100vh;
}

#appNoFollowedProfilesBox {
  border-radius: 4px;
  top: 64px;
}

#appFollowedProfilesBox {
  border-radius: 4px;
  top: 64px;
}

.jr-app-sidelist-users-box-title {
  font-size: 13px;
  color: #084298;
}

.jr-app-list-users-user-box {
  display: flex;
  margin-bottom: 10px;
  padding: 2px 5px;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #dee2e6 !important;
  border-top-left-radius: 40px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 4px;
}

.jr-app-list-users-user-box-img-container {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 7px;
}

.jr-app-list-users-user-box-name {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.jr-app-list-users-user-box-name:hover {
  cursor: pointer;
}

.m-p-user-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 23px;
}

.m-p-user-img:hover {
  cursor: pointer;
}

.m-p-user-img > img {
  width: 100%;
}

.m-p-user-name {
  font-size: 0.8rem;
  font-family: "Noto Sans", sans-serif !important;
}

.m-p-user-name:hover {
  cursor: pointer;
}

.jr-users-sidebar-follow-link {
  color: #2F92CC !important;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

.jr-users-sidebar-follow-link:hover {
  cursor: pointer;
}

.m-p-post-date {
  font-size: 0.7rem;
  font-family: "Noto Sans", sans-serif !important;
}

.jr-post-license-svg {
  width: 20px;
  height: auto;
}

.jr-license-select-license-icon {
  width: 16px;
  height: auto;
}

.m-p-post-title {
  font-size: 1.1rem;
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.m-p-post-content {
  position: relative;
  font-size: 1.05rem;
  font-weight: 400 !important;
  padding: 0px !important;
  max-height: 120px !important;
  overflow: hidden;
}

.m-p-post-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
}

.m-p-loaded-post-content {
  font-size: 1.05rem;
  font-weight: 400 !important;
  padding: 0px !important;
  height: auto !important;
}

.post-comment-input::-moz-placeholder {
  font-size: 13px !important;
  font-family: "Noto Sans", sans-serif !important;
}

.post-comment-input::placeholder {
  font-size: 13px !important;
  font-family: "Noto Sans", sans-serif !important;
}

.post-comment-input {
  font-size: 13px !important;
  font-family: "Noto Sans", sans-serif !important;
}

.votes_quantity {
  font-size: 13px;
  font-family: "Noto Sans", sans-serif !important;
}

#sideUsersListContainer {
  background-color: #F9F9F9;
}

#reading_container {
  position: sticky;
  top: 55px; /* Distancia fija desde el header */
  align-self: flex-start;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: scroll;
}

.jr-post-body:hover {
  cursor: pointer;
}

.comments-list {
  margin-top: 10px;
}

.comments-list-reader {
  max-height: 400px;
  overflow-y: scroll;
}

.comment-item {
  margin-bottom: 10px;
  padding: 7px;
  background-color: #ffffff;
  border-radius: 5px;
  border-radius: 4px;
}

.comments-list-options {
  margin-bottom: 5px;
}

.comments-list-options > a {
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  color: #4f4f4f;
  text-decoration: none;
}

.comment-item p {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px !important;
  color: #4f4f4f;
}

.wall-post-comments-user-img-box {
  width: 34px;
  height: 34px;
  overflow: hidden;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 17px;
}

.old-post > .jr-app-list-users-user-box-img-container {
  opacity: 0.5 !important;
}

.voted-colored {
  background: -webkit-linear-gradient(320deg, rgb(213, 49, 255) 0%, rgb(0, 123, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.voted-grey {
  color: #4f4f4f;
}

.container-post-disabled {
  opacity: 0.3;
}

.container-post {
  background-color: #f5f5f5;
}

#notificationsContainer {
  position: absolute;
  padding: 12px 7px 7px 7px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  z-index: 9999;
  background-color: white;
  max-width: 250px;
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.2s;
}

.notificationElement {
  padding: 4px;
  transition: 0.2s;
}

.notificationElement:hover {
  background-color: #f5f5f5;
  transition: 0.2s;
  cursor: pointer;
}

/* -- DASHBOARD --*/
#dashboard_main_content_container {
  min-height: 95vh;
}

.jr-dash-table-posts-list {
  font-family: "Noto Sans", sans-serif !important;
}

.jr-dash-table-posts-list th {
  font-size: 1rem;
  font-weight: 500 !important;
}

.jr-dash-table-posts-list tr {
  background-color: white;
  transition: 0.2s;
}

.jr-dash-table-posts-list tr:hover {
  background-color: #f5f5f5;
  transition: 0.2s;
}

.jr-dash-table-posts-list td.jr-dash-posts-list-title {
  font-size: 0.95rem;
  font-weight: 600 !important;
}

.jr-dash-table-posts-list td.jr-dash-posts-list-title > a {
  transition: 0.2s !important;
}

.jr-dash-table-posts-list td.jr-dash-posts-list-title > a:hover {
  color: #2F92CC !important;
  transition: 0.2s !important;
}

.jr-dash-table-posts-list td.jr-dash-posts-list-meta {
  font-size: 0.8rem;
}

.jr-posts-list-status-published {
  padding: 3px 7px !important;
  background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  border-radius: 4px !important;
}

.jr-posts-list-status-draft {
  padding: 3px 7px !important;
  background: linear-gradient(120deg, #cfd9df 0%, #e2ebf0 100%);
  border-radius: 4px !important;
}

.jr-dash-folders-list-folder-btn {
  width: 100%;
  border-radius: 0px;
  transition: 0.3s;
}

.jr-dash-folders-list-folder-btn:hover {
  cursor: pointer;
  background-color: #f3e7e9 !important;
  transition: 0.3s;
}

.jr-dash-folders-list-folder-btn-selected {
  background-color: #f3e7e9 !important;
}

#createFolderContainer {
  position: absolute;
  left: 0px;
  top: 104px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 0px 12px 0px #dbd9d9;
}

.jr-dash-folders-list-folder-btn a {
  text-decoration: none;
}

.jr-dash-folders-list-folder-name {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 0.95rem;
}

.jr-folder-list-dots-icon {
  display: none;
}

.dash_location, .dash_location a {
  font-size: 13px;
  color: #212529;
  font-family: "Noto Sans", sans-serif !important;
}

.jr-btn-opened-folder {
  background-color: #CFE1FE !important;
}

.jr-list-icon {
  color: #2F92CC !important;
}

.jr-list-icon:hover {
  color: #084298 !important;
}

.folder-options-menu {
  position: absolute;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 10;
  display: none;
  text-align: left !important;
}

.folder-options-menu a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #4f4f4f;
  cursor: pointer;
  font-size: 14px !important;
  font-family: "Noto Sans", sans-serif !important;
}

/* --- PERFIL DE USUARIO ----- */
.jr-uspfl-head-h3 {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #212529;
  line-height: 1em;
}

.jr-uspfl-actitem-box {
  padding: 0px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.jr-uspfl-actitem-box-lft-cont {
  width: auto;
  padding: 5px;
  background-color: #f5f5f5;
}

.jr-uspfl-actitem-lft-cont-txt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.jr-uspfl-actitem-box-right-cont {
  width: auto;
  padding: 5px;
  background-color: #ffffff;
}

.jr-uspfl-actitem-box-right-cont-txt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.jr-user-profile-img {
  position: relative;
  background-color: black;
  overflow: hidden;
  width: 140px;
  height: 140px;
  border-radius: 70px;
}

.jr-user-profile-img img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}

.uspfl-img-container-replace-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#preview-container {
  width: 100%;
  height: 300px;
}

/* ------ EDITOR de TEXTO ENRIQUECIDO ------- */
.rich-textarea {
  font-size: 16px;
}/*# sourceMappingURL=styles.css.map */