#user-registration.user-registration,
#user-registration p,
#user-registration label {
	color: #fff;
}

#user-registration {
	margin-top: 0;
}

#user-registration input[type="text"],
#user-registration input[type="password"] {
	padding: 10px 10px;
	border-radius: 5px;
	border: none;
}

.user-registration-LostPassword,
.user-registration-LostPassword a,
.user-registration-register,
.user-registration-register a {
	text-align: center;
	color: #fff;
}

#user-registration p {
	padding-bottom: 0;
}

.ur-frontend-form input[type="submit"] {
	float: none;
	margin-top: 40px;
}

.ur-frontend-form .ur-button-container .ur-submit-button,
.ur-frontend-form input[type="submit"] {
	background-image: linear-gradient(
		165deg,
		#f36125 0%,
		#f7a338 100%
	) !important;
	color: #fff;
	font-size: 18px;
	font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
	width: 100%;
	border-radius: 5px;
	font-weight: 600;
	margin-right: 0;
}

.sonoco-topics-list h3 {
	color: #074385;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
}

ul.sonoco-topics-list__list {
	padding: 0;
	list-style: none;
}
li.sonoco-topics-list__item {
	padding: 3px 0;
	border-top: 1px solid #dbdbdb;
}

li.sonoco-topics-list__item a {
	color: #999999;
	padding: 12px 0px;
	padding-left: 10px;
	display: block;
	font-weight: 400;
	font-size: 16px;
	border-left: 3px solid transparent;
	line-height: 1;
}

li.sonoco-topics-list__item a.active,
li.sonoco-topics-list__item a:hover {
	color: #36cdfc;
	border-left-color: #156cfb;
}

section.sonoco-topics-content__item {
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}
section.sonoco-topics-content__item.show {
	display: block;
}

.sonoco-topics-list.fixed {
	position: fixed;
	top: 40px;
}

.sonoco-topics-list.bottom {
	position: absolute;
	bottom: 40px;
}

.sonoco-topics-left .et_pb_module,
.sonoco-topics-left .et_pb_code_inner {
	height: 100%;
}

.sonoco-topics-content__item {
	padding: 60px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.sonoco-topics-content__item {
		padding: 10px;
	}
}

/* Videos */
.youtube-container {
	position: relative;
	width: 100%; /* Establece el ancho del contenedor al 100% */
	height: 0;
	padding-bottom: 56.25%; /* Proporción de aspecto 16:9 para un reproductor de YouTube */
}

/* Estilos para el reproductor de YouTube */
.youtube-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* Establece el ancho del video al 100% del contenedor */
	height: 100%; /* Establece la altura del video al 100% del contenedor */
}

/* Estilos para la capa superpuesta */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(
		0,
		0,
		0,
		0.5
	); /* Cambia el valor alfa para ajustar la opacidad */
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	z-index: 9;
}

.sonoco-question-container {
	/* display: none; */
	margin-bottom: 20px;
}

.sonoco-question-container.active {
	display: block;
}

.sonoco-question-container {
	background: #f7fbff;
	padding: 40px;
}
.sonoco-question__text {
	margin: 30px 0px;
	font-size: 25px;
	font-weight: 400;
	color: #63727b;
}

.sonoco-question__radio {
	border: 1px solid rgb(54 205 252 / 80%);
	padding: 15px;
	font-size: 18px;
	font-weight: 300;
	color: #63727b;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
}

.sonoco-question__radio label {
	width: 100%;
}

.sonoco-question__buttons {
	text-align: right;
}
.next-button {
	font-size: 16px;
	color: #63727b;
	background: #fff;
	padding: 10px 30px;
	border: 1px solid #58d7fc;
	cursor: pointer;
}
.error-message.active {
	background: #f8d7da;
	padding: 20px;
	color: #721c24;
	margin-bottom: 20px;
}

.success-message.active {
	padding: 20px;
	background: #d4edda;
	color: #155724;
}

:root {
	--plyr-color-main: #0b4385;
}

.evaluation-title,
.sonoco-questions {
	display: none;
}

.sonoco-video {
	position: relative;
}
body .fluid-width-video-wrapper {
	padding-top: 50%;
}

body .plyr .fluid-width-video-wrapper {
	padding-top: 0 !important;
}
.profile-header {
	display: flex;
	flex-direction: column;
}
.profile-header__container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}
h3.profile-header__name {
	font-size: 18px;
}
.profile-header__avatar img {
	width: 40px;
	border-radius: 50%;
	margin-left: 10px;
}
.remove-p-styles p {
	padding: 0;
}
.profile-header__actions {
	position: absolute;
	right: 0;
	top: 45px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	display: none;
}
.profile-header__actions ul {
	padding: 0;
	list-style: none;
}
.profile-header__actions ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}
.profile-header__actions ul li a {
	color: #0b4385;
	font-size: 14px;
	font-weight: 400;
}
.profile-header:hover .profile-header__actions {
	display: block;
}
.sonoco-topics-list.fixed {
	position: fixed;
	top: 40px;
	max-height: 100vh;
	overflow-y: auto;
	padding-bottom: 50px;
}

.sonoco-simple-question__image {
	position: relative;
}
.sonoco-simple-question__image__options {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.sonoco-simple-question__image__options {
	position: absolute;
	top: 0;
}
.sonoco-simple-question__image__option {
	position: absolute;
}

.sonoco-warning-button {
	color: #ffffff !important;
	border-color: #f7ab38 !important;
	border-radius: 6px !important;
	font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	background-image: linear-gradient(180deg, #ec5314 0%, #f7a338 100%);
	padding-right: 50px !important;
	padding-left: 50px !important;
	transition: all 300ms ease 0ms;
	cursor: pointer;
}
.sonoco-warning-button:hover {
	background-image: linear-gradient(180deg, #f7a338 0%, #ec5314 100%);
	background-color: transparent;
}

.timeline {
	width: 100%;
}

.timeline-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.timeline-items {
	margin-top: 20px;
	margin-left: 20px;
}

.timeline-check {
	margin-right: 10px;
}

.timeline-check:before {
	font-family: "ETMODULES";
	content: "\5b";
	font-size: 28px;
	color: #dbdbdb;
	margin-right: 7px;
	vertical-align: top;
}

.timeline-check.active:before {
	color: #0b4385;
	content: "\52";
}

.timeline-content {
	max-width: 60%;
}

.timeline-content h3 {
	margin-top: 2px;
}

.timeline-content p {
	margin-bottom: 0;
}

.timeline-title {
	color: #0b4385;
}

.timeline .active h3 {
	color: #40cdfc !important;
}

.sonoco-input-text {
	-webkit-appearance: none;
	background-color: #eee !important;
	width: 100%;
	border-width: 0;
	font-size: 14px;
	padding: 16px !important;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
}

.sonoco-primary-button {
	color: #ffffff !important;
	border-width: 0px !important;
	background-color: #082ea0;
}

.sonoco-license-validation__input {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
	height: 170px;
}
