@charset "utf-8";
@import url('contenido.css');
@import url('mime.css');

/***************************************************************************************************
NAV
***************************************************************************************************/
.content-index-item {
	padding: 10px 12px 10px 40px !important;
	line-height: 160% !important;
}


#navMain {
	background-color: #FEFEFE;
	padding: 20px 30px;
}
@media (max-width: 767.98px) {
	#navMain {
		padding: 10px 8px;
	}
}
#navMain a {
	color: var(--color-primary-500);
}
#navMain .nav-icon-btn {
	position: relative;
	background-color: var(--color-neutral-100) !important;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	min-width: 50px;
	flex: 0 0 50px;
	margin-left: 5px;
	font-size: 18px;
	text-align: center;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}

#navMain .nav-icon-profile {
	position: relative;
	background-color: var(--color-primary-500) !important;
	border-radius: 25px;
	height: 50px;
	min-width: 50px;
	margin-left: 5px;
	font-size: 14px;
	text-align: center;
	padding: 0 16px 0 10px;
	color: var(--color-white);

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

#navMain .nav-icon-profile:hover,
#navMain .nav-icon-profile:focus {
	background-color: var(--color-primary-600) !important;
	color: var(--color-white);
}

#navMain .nav-icon-profile img {
	flex: 0 0 auto;
}

#navMain .nav-profile-name {
	white-space: nowrap;
	line-height: 1;
}

#navMain .nav-icon-profile.dropdown-toggle::after {
	margin-left: 4px;
	vertical-align: middle;
	border-top-color: currentColor;
}

#navMain .nav-profile-menu {
	border-radius: 16px;
	border: 1px solid var(--color-neutral-200);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	padding: 8px;
	min-width: 220px;
	margin-top: 8px;
}

#navMain .nav-profile-menu .dropdown-item {
	border-radius: 10px;
	font-size: 14px;
	padding: 8px 12px;
	color: var(--color-neutral-800);

	display: flex;
	align-items: center;
}

#navMain .nav-profile-menu .dropdown-item:hover,
#navMain .nav-profile-menu .dropdown-item:focus {
	background-color: var(--color-primary-100);
	color: var(--color-primary-900);
}

#navMain .nav-profile-menu .dropdown-divider {
	border-top-color: var(--color-neutral-200);
	margin: 8px 0;
}

#navMain .nav-icon-profile img {
	margin-right: 5px;
}

#navMain .nav-icon-btn i {
	line-height: 1;
}

#navMain .nav-badge {
	position: absolute;
	top: -6px;
	right: -4px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;

	background-color: var(--color-error-500);
	color: var(--color-white);

	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}
/***************************************************************************************************
REDEFINICIONES Y ETIQUETAS
***************************************************************************************************/
body {
	font-family: var(--bs-font-sans-serif);
	font-size: 16px;
	padding-bottom: 60px;
}
form {
	margin: 0px;
	padding: 0px;
}
input,textarea,select {
	font-size: 14px;
	border: 1px solid #000;
}
input[type="file"]{
	border: none;
}
label {
	cursor: pointer;
}
.hidden {
	display: none;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 14px;
	border-left: 5px solid #EEE;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', 'Montserrat', 'Open Sans', sans-serif;
}
h1 {
	font-size: 40px;
}
h1 i {
	color: var(--color-primary-500);
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
/*.panel-heading>.dropdown .dropdown-toggle {
	color: #FFF;
}
.panel-heading a {
	color: inherit;
}*/
.modal {
    z-index: 1065;
}

.modal-backdrop {
    z-index: 1060;
}
/***************************************************************************************************
IDS Y CLASES
***************************************************************************************************/
#main {
	text-align: center;
	/*background-color: #FFF;*/
}
#contenido {
	clear: both;
	line-height: 160%;
	/*background-color: #FFF;*/
	text-align: left;
	font-size: 14px;
	position: relative;
	padding: 90px 27px 10px 27px;
	z-index: 0;
}
@media (max-width: 767.98px) {
	#contenido {
		padding: 70px 8px 10px 8px;
	}
}
/*.tablaSubrayada td, .tablaSubrayada th {
	border: solid #1E60A8;
	border-width: 0 0 1px 0;
}
.tablaSubrayada tr:hover {
	background-color: #FFC;
}
.tablaSubrayadaGris td, .tablaSubrayadaGris th {
	border: solid #DDD;
	border-width: 0 0 1px 0;
}
.tablaSubrayadaGris tr:hover {
	background-color: #F0F0F0;
}
.clr {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.divTabla {
	display: table;
	width: auto;
}
.divTR {
	display: table-row;
	clear: both;
}
.divTD {
	display: table-cell;
	padding: 5px 2px;
}
.navButton {
	float: right;
	padding-top: 8px;
}
.button {
	background-color: #083847;
	border-radius: 2px;
	padding: 3px 6px;
	text-align: center;
	cursor: pointer;
}
.button:hover {
	background-color: #0E5C76;
}
.button a {
	color: #EEE;
	text-decoration: none;
}
.tableResponsive {
	width: 99%;
	overflow-x:auto;
}*/

.mainBlock {
	border-radius: 4px;
	padding: 30px 20px;
	background-color: #FFF;
	margin-bottom: 20px;
}

/***************************************************************************************************
PASSWORD STRENGTH
***************************************************************************************************/
/*#divLogin {
	margin: 0 auto;
	max-width: 300px;
	text-align: left;
}
#divLogin #user, #divLogin #pass, #divLogin #email {
	width: 100%;
}
.short{
    color:#FF0000;
}
.weak{
    color:#E66C2C;
}
.good{
    color:#2D98F3;
}
.strong{
    color:#006400;
}*/
/***************************************************************************************************
 FOOTER
***************************************************************************************************/
footer {
	font-size: 85%;
	line-height: 130%;
	padding: 20px 0;
}
/***************************************************************************************************
DECORACIÓN
***************************************************************************************************/
/*.tablaDatos div {
	padding: 3px 0;
}
.tablaDatos .rotulo {
	font-size: 85%;
	font-style: italic;
	color: #666;
	line-height: 160%;
}
.bordeImagen {
	border: 8px solid #CCC;
}
.bordeImagen img {
	border: 1px solid #666;
}*/

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

/***************************************************************************************************
CURSOS LISTAR
***************************************************************************************************/
.cursos-usuario-cards {
	margin-top: 1rem;
}

.curso-card {
	border: 1px solid var(--bs-border-color);
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.04);
}

.curso-card-cover {
	height: 210px;
	position: relative;
	background: #4f493d;
}

.curso-card-cover-classic {
	background: #74368e;
}

.curso-card-cover-ondemand {
	background: #4f493d;
}

.curso-live-badge {
	position: absolute;
	left: 1.25rem;
	bottom: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	background: #fff;
	color: #2f1238;
	border-radius: 999px;
	padding: 0.35rem 0.65rem;
	font-size: 0.75rem;
	font-weight: 600;
}

.curso-live-badge span {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
	background: #ef3b36;
	display: inline-block;
}

.curso-card-body {
	padding: 1.5rem 1.5rem 1rem;
}

.curso-card-meta {
	font-size: 0.8rem;
	color: #8f867a;
	margin-bottom: 0.35rem;
}

.curso-card-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	line-height: 1.2;
	color: #2f1238;
	margin-bottom: 0.75rem;
}

.curso-card-teacher {
	font-size: 0.9rem;
	color: #8f867a;
	margin-bottom: 0;
}

.curso-card hr {
	margin: 1rem 0;
	border-color: #d7d0c8;
	opacity: 1;
}

.curso-card-status-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.65rem;
	font-size: 0.9rem;
	color: #2f1238;
}

.curso-card-current {
	color: #2f1238;
	font-weight: 500;
}

.curso-card-progress {
	height: 6px;
}

.curso-card-notes {
	min-height: 3.5rem;
}

.curso-card-note {
	font-size: 0.9rem;
	color: #8f867a;
}

.curso-card-note::before {
	content: "· ";
	margin-right: 0.25rem;
}

.curso-card-footer {
	background: #fff;
	border-top: 0;
	padding: 0 1.5rem 1.5rem;
}

.curso-card-btn {
	border-radius: 0.45rem;
	font-weight: 600;
	padding: 0.5rem 1rem;
}

.curso-card-finalizado .curso-card-cover {
	background: #4f493d;
}

.curso-card-proximo .curso-card-cover {
	background: #9a7b2f;
}

.curso-card-inhabilitado .curso-card-cover {
	background: #6f2f2f;
}

.curso-card-cover {
	position: relative;
	overflow: hidden;
}

.curso-card-cover-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center 30%;
}

.curso-live-badge {
	position: absolute;
	left: 20px;
	bottom: 16px;
	z-index: 2;
}

/***************************************************************************************************
NOTIFICATIONS
***************************************************************************************************/
.notifications-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.notification-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;

	padding: 16px 22px;
	border-radius: 18px;

	text-decoration: none;
	color: inherit;

	border: 1px solid var(--bs-border-color, #e5e0d8);
	background: #fbfaf7;

	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.notification-card:hover {
	background: #f7f3ee;
	color: inherit;
	box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

.notification-main {
	min-width: 0;
}

.notification-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.notification-title {
	font-size: 1rem;
}

.notification-meta {
	display: flex;
	align-items: center;
	gap: 16px;

	font-size: .82rem;
}

.notification-content {
	font-weight: 600;
}

.notification-action {
	flex-shrink: 0;
}

.notification-action .btn {
	border-radius: 6px;
	padding: 8px 22px;
	font-weight: 600;
}

/* No leídas */
.notification-unread {
	background: var(--color-neutral-50);
	border-color: var(--color-neutral-300);
}

.notification-unread .notification-title,
.notification-unread .notification-content {
	color: var(--color-primary-500);
}

/* Leídas */
.notification-read {
	opacity: .72;
}

.notification-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--color-primary-500);
}

.correo-interno .correo-tabs {
	border-bottom: 1px solid var(--bs-border-color);
}

.correo-interno .correo-tabs .nav-link {
	border: 0;
	border-radius: .25rem .25rem 0 0;
	color: var(--color-primary-700, var(--bs-primary));
	font-weight: 600;
	padding: .9rem 2rem;
}

.correo-interno .correo-tabs .nav-link.active {
	background: var(--color-primary-700, var(--bs-primary));
	color: #fff;
}


/* Panel general */

.correo-panel,
.correo-message-panel {
	padding: 1.75rem 1.5rem 1rem;
}

.correo-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.correo-panel-title,
.correo-message-title {
	margin: 0;
	font-size: 1.75rem;
}

.correo-section-title {
	font-size: 1.35rem;
	margin: 1.5rem 0 .5rem;
}

.correo-empty {
	padding: 2rem 0;
	color: var(--bs-secondary-color);
}


/* Listado de mensajes */

.correo-list {
	display: flex;
	flex-direction: column;
}

.correo-row {
	display: grid;
	grid-template-columns: 28px minmax(110px, 1.2fr) minmax(180px, 4fr) minmax(80px, auto) 24px;
	align-items: center;
	gap: .75rem;
	padding: .8rem 0;
	border-bottom: 1px solid var(--bs-border-color);
	color: inherit;
	text-decoration: none;
	transition: background-color .15s ease;
}

.correo-row:hover,
.correo-row:focus {
	background: rgba(0, 0, 0, .025);
	color: inherit;
	text-decoration: none;
	outline: none;
}

.correo-user,
.correo-main,
.correo-subject {
	min-width: 0;
}

.correo-user,
.correo-subject {
	font-weight: 700;
}

.correo-preview {
	font-size: .9rem;
	color: var(--bs-secondary-color);
	margin-left: .35rem;
}

.correo-date {
	font-size: .8rem;
	font-weight: 600;
	white-space: nowrap;
	color: var(--bs-secondary-color);
}

.correo-arrow {
	color: var(--color-primary-700, var(--bs-primary));
	text-align: right;
}


/* Avatares */

.correo-avatar,
.correo-message-avatar {
	flex: 0 0 auto;
	border-radius: 50%;
	background: #d9d9d9;
	overflow: hidden;
}

.correo-avatar {
	width: 28px;
	height: 28px;
}

.correo-message-avatar {
	width: 42px;
	height: 42px;
}

.correo-avatar img,
.correo-message-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Mensaje individual */

.correo-message-header {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.correo-message-title {
	margin-bottom: .35rem;
}

.correo-message-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .35rem;
	color: var(--bs-secondary-color);
	font-size: .95rem;
	line-height: 1.45;
}

.correo-message-course {
	display: inline-block;
	margin-left: .5rem;
	font-weight: 700;
	color: var(--color-primary-700, var(--bs-primary));
}

.correo-timezone {
	color: var(--bs-secondary-color);
}

.correo-message-body {
	line-height: 1.6;
	margin-top: 1.5rem;
}


/* Acciones */

.correo-message-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-top: 1px solid var(--bs-border-color);
	padding-top: 1rem;
}

.correo-message-actions-left,
.correo-message-actions-right {
	display: flex;
	align-items: center;
	gap: .75rem;
	flex-wrap: wrap;
}

.correo-message-actions-right {
	justify-content: flex-end;
}

.correo-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
}

.correo-btn-link {
	color: var(--color-primary-700, var(--bs-primary));
	font-weight: 700;
	text-decoration: none;
}

.correo-btn-link:hover,
.correo-btn-link:focus {
	color: var(--color-primary-800, var(--bs-primary));
	text-decoration: underline;
}


/* Adjuntos */

.correo-attachments {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--bs-border-color);
}

.correo-attachments-title {
	font-size: 1.1rem;
	margin-bottom: .75rem;
}


/* Perfil */

.correo-profile-link {
	color: inherit;
	text-decoration: none;
}

.correo-profile-link:hover,
.correo-profile-link:focus {
	color: var(--color-primary-700, var(--bs-primary));
	text-decoration: underline;
}


/* Responsive */

@media (max-width: 767.98px) {
	.correo-panel,
	.correo-message-panel {
		padding: 1.25rem 0 0;
	}

	.correo-panel-header,
	.correo-message-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.correo-panel-header {
		align-items: flex-start;
	}

	.correo-panel-title,
	.correo-message-title {
		font-size: 1.4rem;
	}

	.correo-row {
		grid-template-columns: 28px 1fr 24px;
		gap: .65rem;
	}

	.correo-user {
		grid-column: 2;
	}

	.correo-main {
		grid-column: 2 / 4;
	}

	.correo-date {
		grid-column: 2;
	}

	.correo-arrow {
		grid-column: 3;
		grid-row: 1 / 3;
	}

	.correo-preview {
		display: block;
		margin-left: 0;
		margin-top: .15rem;
	}

	.correo-message-actions-left,
	.correo-message-actions-right {
		justify-content: flex-start;
	}

	.correo-message-actions-right .btn-primary {
		width: 100%;
	}

	.correo-btn-link {
		padding-left: 0;
	}
}
/***************************************************************************************************
INTEGRANTES / MIEMBROS / USERS
***************************************************************************************************/
#miembros {
	line-height: 130%;
}
#miembros h3 {
	clear: both;
	padding: 2px 0;
	margin: 15px 0 5px 0;
}
#miembros .miembro.docente {
	background-color: #F2F5D8;
}
#miembros .miembro.administrador {
	background-color: #D8E9F5;
}
#miembros .miembro {
	float: left;
	width: 100%;
	max-width: 430px;
	border: 1px solid #DDD;
	border-radius: 4px;
	margin: 0 8px 8px 0;
	background-color: #EEE;
	height: 100px;
}
#miembros .miembro p {
	padding-top: 6px;
}
#miembros .miembro img {
	float: left;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0 8px 0 0;
}
.chatUserColor {
	width: 40px;
	border-radius: 4px;
	float: left;
	padding: 2px 0 4px 0;
	text-align: center;
	margin: 0 4px 4px 0;
}
/***************************************************************************************************
CORREO
***************************************************************************************************/
#mailNav .nav-item {
	cursor: pointer;
}
#correo .row {
	border: solid #DDD;
	border-width: 0 0 1px 0;
	padding: 6px 2px;
	background-color: #F4F4F4;
}
#correo .row div {
	white-space: nowrap;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
}
#correo a:hover {
	text-decoration: none;
}
#correo .row.noLeido {
	background-color: #FFF;
}

#correo .leido {
	background-color: #F4F4F4;
}
#correo .noLeido {
	font-weight: bold;
}
#correo .correoUsuario, #correo .correoFecha {
	white-space: nowrap;
	overflow: hidden;
}
#correo .correoUsuario {
	float: left;
	padding: 3px;
	width: 220px;
}
#correo .correoFecha {
	float: right;
	padding: 3px;
	width: 70px;
	text-align: right;
}
/***************************************************************************************************
 CONTENIDOS
***************************************************************************************************/
.content-view-body-loading {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

#contenidos .row {
	position: relative;
}
#contenidos .colLeft {
	padding-left: 0;
	padding-right: 0;
}
.contentNavPanel {
	border-right: 1px dashed #EEE;
}
.contentNavPanel h1 {
	font-size: 130%;
	border-bottom: 1px solid #CCC;
}
.contentNavPanel h2 {
	font-size: 110%;
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
/***************************************************************************************************
CALENDAR
***************************************************************************************************/
.mini_calendar {
	border: 1px solid var(--color-neutral-100);
	border-radius: 8px;
}

.mini_calendar_title {
	text-transform: capitalize;
	background: var(--color-neutral-50);
	padding: 12px 0;
}

.mini_calendar_table {
	table-layout: fixed;
}

.mini_calendar_table th {
	font-weight: 700;
	padding: .35rem .25rem;
	border: none;
}

.mini_calendar_table td {
	height: 2.45rem;
	padding: .35rem .25rem;
	vertical-align: middle;
	border: none;
}

.schedule-day-active a {
	background-color: var(--color-primary-500) !important;
	color: #FFF;
	text-decoration: none;
	text-underline-offset: 2px;
	display: block;
	padding: 6px 8px;
}

.schedule-day-active a:hover {
	background-color: var(--color-secondary-500) !important;
}

.schedule-day-today {
	background-color: var(--color-secondary-200) !important;
}

.schedule-day-today a {
	color: inherit;
}

.schedule-day-active.schedule-day-today {
	outline: 2px solid var(--color-secondary-200);
	outline-offset: -2px;
	color: #FFF;
}

/*.schedule-day-link {
	color: #FFF;
	text-decoration: none;
	text-underline-offset: 2px;
	background-color: var(--color-primary-500);
}*/

.schedule-content-item {
	margin-bottom: .35rem;
}

.schedule-content-item:last-child {
	margin-bottom: 0;
}

.schedule-content-link {
	color: inherit;
	text-decoration: none;
}

.schedule-content-link:hover {
	text-decoration: underline;
}

.schedule-content-disabled {
	cursor: not-allowed;
}

.schedule-module-title {
	margin-bottom: .35rem;
}
/****************************************************************************************************
USERS / MEMBERS / MIEMBROS / INTEGRANTES
****************************************************************************************************/
.members-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.5rem;
	align-items: stretch;
}

.member-card {
	background: #fff;
	border: 1px solid var(--bs-border-color);
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-shadow: 0 4px 16px rgba(0,0,0,.04);
}

.member-card-img {
	position: relative;
	background: var(--color-neutral-100);
	aspect-ratio: 16 / 10;
	overflow: hidden;
	display: block;
	color: inherit;
	text-decoration: none;
}

.member-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.member-role-badge {
	position: absolute;
	left: .75rem;
	bottom: .75rem;
	background: #fff;
	color: var(--color-primary-700);
	border: 1px solid var(--color-primary-200);
	border-radius: 999px;
	padding: .25rem .6rem;
	font-size: .75rem;
	font-weight: 600;
}

.member-card-body {
	padding: 1rem 1rem .75rem;
	flex: 1;
}

.member-name {
	font-size: 1.15rem;
	line-height: 1.25;
	margin: 0 0 .35rem;
}

.member-name a {
	color: inherit;
	text-decoration: none;
}

.member-name a:hover {
	color: var(--color-primary-700);
	text-decoration: underline;
}

.member-location {
	font-size: .85rem;
	color: var(--color-neutral-700);
	margin-bottom: .75rem;
}

.member-divider {
	border-top: 1px solid var(--bs-border-color);
	margin: .75rem 0;
}

.member-progress-label {
	font-size: .75rem;
	color: var(--color-neutral-700);
	margin-bottom: .25rem;
}

.member-progress-row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .75rem;
	align-items: center;
	font-size: .85rem;
	font-weight: 600;
}

.member-progress-bar {
	height: .25rem;
	background: var(--color-neutral-200);
	border-radius: 999px;
	overflow: hidden;
}

.member-progress-fill {
	height: 100%;
	background: var(--color-info-500);
	border-radius: 999px;
}

.member-last-access {
	margin-top: 1rem;
	font-size: .75rem;
	color: var(--color-neutral-700);
	text-align: center;
}

.member-status {
	margin-top: .35rem;
	font-size: .8rem;
	text-align: center;
}

.member-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .75rem;
	flex-wrap: wrap;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--bs-border-color);
}

.member-switch {
	text-align: center;
}

.member-card-btn {
	display: block;
	background: var(--color-primary-500);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: .65rem 1rem;
	margin-top: auto;
}

.member-card-btn:hover,
.member-card-btn:focus {
	background: var(--color-primary-700);
	color: #fff;
}

/****************************************************************************************************
ENCUESTAS / POLLS
****************************************************************************************************/
.poll-wizard-step fieldset {
	width: 100%;
	min-width: 0;
}

.poll-wizard-description {
	margin-bottom: 1rem;
}

.poll-wizard-progress {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--color-primary-700);
	margin-bottom: 0.5rem;
}

.poll-wizard-question {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.poll-wizard-options {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.75rem;
	margin: 0.75rem 0;
	clear: both;
}

.poll-wizard-option {
	float: none !important;
	max-width: 100%;
	white-space: normal;
	text-align: left;
}

.poll-wizard-choice-option {
	text-align: left;
}

.poll-wizard-rating-option {
	min-width: 3rem;
}

.poll-wizard-actions {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 1rem;
}

.poll-wizard-review-item {
	border-top: 1px solid var(--bs-border-color);
	padding: 1rem 0;
}

.poll-wizard-review-item:first-child {
	border-top: 0;
}

.poll-wizard-review-question {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.poll-wizard-review-answer {
	white-space: pre-wrap;
	margin-bottom: 0.75rem;
}

.poll-wizard-choice-options {
	flex-direction: column;
	align-items: stretch;
}

.poll-wizard-choice-option {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}

/* Rating 1 a 5: botones en fila */

.poll-wizard-rating-options {
	flex-direction: row;
	align-items: center;
}

.poll-wizard-rating-option {
	width: auto;
	min-width: 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}