@keyframes animateOpacity
{
	0%
	{
		opacity: 1;
	}

	50%
	{
		opacity: 0.2;
	}

	100%
	{
		opacity: 1;
	}
}

@keyframes bounce
{
	0%, 50%, 100%
	{
		transform: scale(1);
	}

	25%
	{
		transform: scale(0.6);
	}

	75%
	{
		transform: scale(1.4);
		box-shadow: 0px 0px 10px black, 0px 0px 3px black inset;
	}
}

.main-footer-public {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -15px 35px rgba(0,0,0,0.2);
}

.footer-main-section {
	background: linear-gradient(135deg, #060911 0%, #0c1220 100%);
	color: #cbd5e1;
	padding-top: 55px;
	padding-bottom: 40px;
}

.footer-col {
	margin-bottom: 30px;
}

.footer-col-title {
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.2;
}

.footer-col-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 2px;
	background: linear-gradient(90deg, #a855f7, #c084fc);
	border-radius: 2px;
}

.footer-brand-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-logo {
	max-height: 48px;
	width: auto;
	object-fit: contain;
	align-self: flex-start;
}

.footer-brand-desc {
	font-size: 13.5px;
	line-height: 1.6;
	color: #94a3b8;
	margin: 0;
	font-weight: 400;
}

.footer-links-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links-list li {
	margin-bottom: 14px;
	margin-top: 14px;
}

.footer-links-list li a {
	color: #cbd5e1;
	font-size: 14px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-links-list li a:hover {
	color: #c084fc;
	transform: translateX(6px);
	text-decoration: none;
}

.footer-link-icon {
	font-size: 9px;
	margin-right: 10px;
	color: #a855f7;
	transition: all 0.25s ease;
}

.footer-links-list li a:hover .footer-link-icon {
	color: #c084fc;
	transform: scale(1.2);
}

.footer-map-card {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: 240px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-map-card:hover {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
	border-color: rgba(255, 255, 255, 0.18);
	transform: translateY(-2px);
}

#divMapFvT {
	height: 100%;
	width: 100%;
	background-color: #f5f5f5;
}

.footer-contact-items-wrapper {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	transition: all 0.2s ease;
}

.footer-contact-icon-wrapper {
	background: rgba(168, 85, 247, 0.08);
	border: 1px solid rgba(168, 85, 247, 0.15);
	border-radius: 8px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	color: #a855f7;
	flex-shrink: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-contact-item:hover .footer-contact-icon-wrapper {
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
	color: #ffffff;
	border-color: transparent;
	transform: scale(1.1) translateY(-2px);
	box-shadow: 0 4px 12px rgba(147, 51, 234, 0.35);
}

.footer-contact-content {
	flex: 1;
}

.footer-contact-label {
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-size: 10.5px;
	text-transform: uppercase;
	color: #64748b;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 2px;
}

.footer-contact-value {
	font-size: 13.5px;
	color: #cbd5e1;
	line-height: 1.4;
	font-weight: 500;
	transition: color 0.2s ease;
}

.footer-contact-item:hover .footer-contact-value {
	color: #ffffff;
}

.footer-social-container {
	display: flex;
	gap: 12px;
	margin-top: 15px;
	align-items: center;
}

.footer-copyright-bar {
	background-color: #04060b;
	color: #64748b;
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	font-size: 13px;
}

.footer-copyright-bar a {
	color: #94a3b8;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-copyright-bar a:hover {
	color: #a855f7;
	text-decoration: none;
}

h3
{
	margin-bottom: 4px;
	margin-top: 4px;
}

h4
{
	color: #3a91c4;
	margin-bottom: 4px;
	margin-top: 4px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

hr
{
	margin-bottom: 7px;
	margin-top: 7px;
}

body {
	padding-top: 70px;
	background: radial-gradient(circle at 50% 0%, #1e293b 0%, #0f172a 100%) no-repeat fixed;
	color: #cbd5e1;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#generalBody {
	flex-grow: 1;
}

.sidebar__checkbox {
	display: none;
}

.header {
	background: rgba(9, 13, 22, 0.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	width: 100%;
	z-index: 5000;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-left: 170px;
	padding-right: 170px;
	height: 100%;
}

.header__menu-btn {
	cursor: pointer;
	font-size: 24px;
	color: #ffffff;
	padding: 8px 12px;
	border-radius: 8px;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.05);
	margin-right: 15px;
	user-select: none;
}

.header__menu-btn:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: scale(1.05);
}

.header__logo-container {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: auto;
}

.header__logo {
	height: 42px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

.header__logo:hover {
	transform: scale(1.03);
}

.header__search-container {
	flex-grow: 1;
	max-width: 500px;
	margin: 0 40px;
}

.header__search-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	padding: 2px 5px 2px 15px;
	transition: all 0.3s ease;
}

.header__search-wrapper:focus-within {
	background: rgba(255, 255, 255, 0.1);
	border-color: #a855f7;
	box-shadow: 0 0 10px rgba(168, 85, 247, 0.25);
}

.header__search-input {
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	color: #ffffff;
	font-size: 14px;
	height: 36px;
}

.header__search-wrapper:focus-within .header__search-input {
	color: #ffffff;
}

.header__search-button {
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.85);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.header__search-button:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	transform: scale(1.08);
}

.header__search-wrapper:focus-within .header__search-button {
	color: #cbd5e1;
}

.header__search-wrapper:focus-within .header__search-button:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #a855f7;
}

.header__user-container {
	display: flex;
	align-items: center;
}

.header__login-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #a855f7;
	color: #ffffff;
	padding: 8px 18px;
	border-radius: 30px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.2s ease;
}

.header__login-btn:hover {
	background: #9333ea;
	box-shadow: 0 4px 15px rgba(147, 51, 234, 0.4);
	transform: translateY(-1px);
}

.header__user-dropdown {
	position: relative;
	display: inline-block;
}

.header__user-dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10000;
	display: none;
	min-width: 170px;
	padding: 8px 0;
	margin: 8px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #1e293b;
	background-clip: padding-box;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease;
}

.header__user-dropdown-menu::before {
	content: '';
	position: absolute;
	top: -6px;
	right: 20px;
	width: 10px;
	height: 10px;
	background: #1e293b;
	transform: rotate(45deg);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.header__user-dropdown-menu.show {
	display: block;
}

.header__user-dropdown-menu li {
	margin: 0;
	padding: 0;
}

.header__user-dropdown-menu li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	clear: both;
	font-weight: 500;
	line-height: 1.42857143;
	color: #cbd5e1;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.15s ease;
}

.header__user-dropdown-menu li a:hover {
	color: #a855f7;
	background-color: #111827;
	text-decoration: none;
}

.header__user-dropdown-menu li a i {
	font-size: 16px;
	width: 18px;
	text-align: center;
	color: #94a3b8;
	transition: color 0.15s ease;
}

.header__user-dropdown-menu li a:hover i {
	color: #a855f7;
}

.header__user-dropdown-menu .divider {
	height: 1px;
	margin: 6px 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.08);
}

.header__user-name {
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease;
}

.header__user-name:hover {
	color: #4b9bca;
	text-decoration: none;
}

.header__user-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 12px;
}

.header__action-icon {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: all 0.2s ease;
}

.header__action-icon:hover {
	color: #4b9bca;
	transform: scale(1.15);
}

.header__action-icon.fa-sign-out:hover {
	color: #ff5e5e;
}

.header__right-section {
	display: flex;
	align-items: center;
	gap: 15px;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -320px;
	width: 320px;
	background: rgba(15, 23, 42, 0.98);
	backdrop-filter: blur(20px);
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	transition: right 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow-y: hidden;
}

.sidebar__checkbox:checked ~ .sidebar {
	right: 0;
}

.sidebar__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
	opacity: 0;
	pointer-events: none;
	z-index: 9998;
	transition: opacity 0.35s ease;
}

.sidebar__checkbox:checked ~ .sidebar__overlay {
	opacity: 1;
	pointer-events: auto;
}

.sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar__title {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.3px;
}

.sidebar__close {
	font-size: 18px;
	color: #cbd5e1;
	cursor: pointer;
	transition: all 0.2s ease;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.sidebar__close:hover {
	color: #e53e3e;
	background: rgba(229, 62, 62, 0.08);
	transform: rotate(90deg);
}

.sidebar__nav {
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sidebar__item, 
.sidebar__details {
	width: 100%;
}

.sidebar__link,
.sidebar__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	color: #cbd5e1;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.25s ease;
	border-right: 4px solid transparent;
}

.sidebar__link:hover,
.sidebar__summary:hover {
	color: #a855f7;
	transform: translateX(4px);
}

.sidebar__icon {
	margin-right: 12px;
	font-size: 16px;
	width: 20px;
	text-align: center;
	color: #a855f7;
	transition: transform 0.2s ease;
}

.sidebar__link:hover .sidebar__icon,
.sidebar__summary:hover .sidebar__icon {
	transform: scale(1.15);
}

.sidebar__summary {
	list-style: none;
	outline: none;
	user-select: none;
}

.sidebar__summary::-webkit-details-marker {
	display: none;
}

.sidebar__summary-arrow {
	font-size: 11px;
	transition: transform 0.3s ease;
	color: #94a3b8;
}

.sidebar__details[open] .sidebar__summary-arrow {
	transform: rotate(180deg);
	color: #a855f7;
}

.sidebar__submenu {
	list-style: none;
	padding: 5px 0 5px 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	border-left: 1.5px solid rgba(255, 255, 255, 0.08);
	margin-left: 24px;
	margin-top: 4px;
}

.sidebar__submenu li a {
	display: block;
	padding: 8px 12px;
	color: #94a3b8;
	font-size: 14px;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.2s ease;
}

.sidebar__submenu li a:hover {
	color: #a855f7;
	background: rgba(168, 85, 247, 0.08);
	padding-left: 15px;
}

.sidebar__item.headerDivMenuLiActive > .sidebar__link,
.sidebar__details.headerDivMenuLiActive > .sidebar__summary {
	background: rgba(168, 85, 247, 0.08);
	color: #a855f7;
	border-right-color: #a855f7;
	font-weight: 600;
}

.sidebar__submenu li.headerDivSubMenuLiActive {
	background: rgba(168, 85, 247, 0.04);
	border-radius: 4px;
}

.sidebar__submenu li.headerDivSubMenuLiActive > a {
	color: #a855f7;
	font-weight: 600;
}

.sidebar__submenu li.headerDivMiLiActive {
	background: rgba(168, 85, 247, 0.08) !important;
	border-radius: 4px;
}

.sidebar__submenu li.headerDivMiLiActive > a {
	color: #a855f7 !important;
	font-weight: bold;
}

textarea
{
	resize: vertical;
}

#modalLoading {
	background-color: rgba(15, 23, 42, 0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	bottom: 0;
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 50000;
}

#modalLoading > div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#modalLoading > div > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

#modalLoading > div > div > div {
	display: none;
}

#modalLoading > div > div > div:nth-child(1) {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-top-color: #a855f7;
	background-image: none;
	background-color: transparent;
	animation: spin-custom-loader 0.8s linear infinite;
	box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
	margin: 0;
}

#modalLoading > div > div::after {
	content: "Cargando...";
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
}

@keyframes spin-custom-loader {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.btn-xs
{
	margin-bottom: 2px;
}

.contentCKEditor
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	line-height: 27px;
	text-align: justify;
	word-wrap: break-word;
}

.contentCKEditor h3
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.contentCKEditor blockquote
{
	border: 3px solid #d5d5d5;
	border-radius: 7px;
	margin: 0px;
	font-size: 15px;
}

.contentCKEditor table td, .contentCKEditor table th
{
	padding: 10px;
	text-align: left;
}

.contentCKEditor .codeInlineStyleOwner
{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
	display: inline-block;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.cursorDefault
{
	cursor: default;
}

.cursorPointer
{
	cursor: pointer;
}

.datePicker
{
	z-index: 1000 !important;
}

.datePickerNextDateNow
{
	z-index: 1000 !important;
}

.datepicker-dropdown
{
	z-index: 50000 !important;
}

.displayInLineBlock
{
	display: inline-block;
}

.divChecks *
{
	user-select: none;
}

.divChecks span
{
	display: inline-block;
	vertical-align: top;
}

.divScore > img
{
	margin: 1px;
	width: 20px;
}

.divScore > .divScoreHover:hover
{
	box-shadow: 0px 0px 2px #000000;
	border-radius: 4px;
	cursor: pointer;
}

.fieldImportant
{
	background-color: #f5f5f5;
	background-image: url(../../img/general/fondoRayas.png);
	border-radius: 5px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
	text-shadow: 0px 0px 1px #000000;
}

.generalIconSocialNetWork
{
	background-color: rgba(255, 255, 255, 0.06) !important;
	border-radius: 50% !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	cursor: pointer;
	height: 40px !important;
	width: 40px !important;
	padding: 8px !important;
	margin: 4px !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: none !important;
	display: inline-block;
}

.generalIconSocialNetWork:hover
{
	background-color: rgba(255, 255, 255, 0.15) !important;
	border-color: #4b9bca !important;
	transform: translateY(-3px) scale(1.12) !important;
	box-shadow: 0px 5px 15px rgba(75, 155, 202, 0.3) !important;
}

.headerDivSubMenuLiActive
{
	background-color: #cccccc;
}

.headerDivMiLiActive
{
	background-color: #fff4bb !important;
}

.modal
{
	z-index: 30000;
}

.noWrap
{
	white-space: nowrap;
	overflow: hidden;
}

.nav-tabs-custom
{
	background-color: #f5f5f5;
}

.opacityTemp
{
	animation: animateOpacity 1s linear infinite;
}

.paddingLayout
{
	padding-left: 170px;
	padding-right: 170px;
}

.paddingLayoutBody
{
	padding-left: 170px;
	padding-right: 170px;
}

.paddingLayoutBodyInternal
{
	min-height: 550px;
	padding-left: 170px;
	padding-right: 170px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.pageTitle
{
	border-bottom: 2px dashed #cccccc;
	color: #1570b2;
	font-size: 22px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-transform: uppercase;
}

.pageTitleNotSeparator
{
	border-bottom: 0px;
	margin-bottom: 0px !important;
}

.scrollStyle::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #888;
}

.select2-dropdown
{
	z-index: 30001;
}

.swal-overlay
{
	z-index: 50000;
}

.table > tbody > tr > td
{
	vertical-align: middle;
}

.tdEditable
{
	background-color: #e9e9e9;
	background-image: url('../../img/general/fondoRayas.png');
}

.verticalAlignMiddle
{
	vertical-align: middle;
}

.whiteSpaceNoWrap
{
	overflow: auto;
	white-space: nowrap;
}

.wordWrap
{
	word-wrap: break-word;
}

@media screen and (max-width: 1200px)
{
	.paddingLayout
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.paddingLayoutBody, .paddingLayoutBodyInternal, .header__container
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 992px) {
	.header__container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header__search-container {
		margin: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.header__search-container {
		display: none;
	}
	.sidebar {
		width: 280px;
		right: -280px;
	}
}

@media screen and (max-width: 600px) {
	.header__user-name {
		font-size: 0;
	}
	.header__user-name i {
		font-size: 20px;
		margin-right: 0;
	}
}

#modalAccess {
	background: rgba(15, 23, 42, 0.65) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	transition: opacity 0.3s ease-in-out;
}

#modalAccess .modal-dialog {
	margin: 30px auto;
	max-width: 440px;
	width: calc(100% - 30px);
}

@media (min-width: 768px) {
	#modalAccess .modal-dialog {
		margin: 80px auto;
		width: 420px;
	}
}

#modalAccess .modal-content {
	background: rgba(30, 41, 59, 0.75) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 16px !important;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	overflow: hidden;
	color: #cbd5e1;
}

#modalAccess .modal-header {
	border-bottom: none !important;
	padding: 16px 20px 0 20px !important;
	position: relative;
	z-index: 10;
}

#modalAccess .close {
	color: #94a3b8 !important;
	opacity: 0.8 !important;
	font-size: 24px !important;
	text-shadow: none !important;
	transition: all 0.2s ease !important;
	outline: none !important;
	background: transparent !important;
	border: none !important;
}

#modalAccess .close:hover {
	color: #ffffff !important;
	transform: scale(1.15) rotate(90deg) !important;
	opacity: 1 !important;
}

#modalAccess .modal-body {
	padding: 10px 30px 30px 30px !important;
}

#modalAccess .codiTabs {
	background: rgba(15, 23, 42, 0.4) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 30px !important;
	padding: 4px !important;
	display: flex !important;
	margin-bottom: 24px !important;
	gap: 4px !important;
}

#modalAccess .codiTabs a {
	flex: 1 !important;
	display: block !important;
	text-align: center !important;
	padding: 8px 16px !important;
	border-radius: 25px !important;
	color: #94a3b8 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-shadow: none !important;
	transition: all 0.25s ease !important;
	text-decoration: none !important;
	margin: 0 !important;
	border-bottom: none !important;
}

#modalAccess .codiTabs a::after,
#modalAccess .codiTabs a:hover::after,
#modalAccess .codiTabs a.codiTabsActive::after {
	display: none !important;
	content: none !important;
}

#modalAccess .codiTabs a.codiTabsActive {
	background: linear-gradient(135deg, #a855f7 0%, #7e22ce 100%) !important;
	color: #ffffff !important;
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25) !important;
}

#modalAccess .codiTabs a:hover:not(.codiTabsActive) {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.05) !important;
}

#modalAccess .form-group {
	margin-bottom: 16px !important;
}

#modalAccess .row {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

#modalAccess [class*="col-"] {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#modalAccess .input-group {
	display: flex !important;
	background: rgba(15, 23, 42, 0.4) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 8px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	overflow: hidden !important;
	width: 100% !important;
}

#modalAccess .input-group-addon {
	background: transparent !important;
	border: none !important;
	color: #64748b !important;
	font-size: 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 12px 0 16px !important;
	min-width: 44px !important;
	transition: color 0.3s ease !important;
}

#modalAccess .form-control {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	height: 44px !important;
	padding: 6px 12px 6px 0 !important;
	font-size: 14px !important;
	outline: none !important;
}

#modalAccess .form-control::placeholder {
	color: #64748b !important;
	opacity: 1 !important;
}

#modalAccess .input-group:focus-within {
	border-color: #a855f7 !important;
	box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15) !important;
	background: rgba(15, 23, 42, 0.6) !important;
}

#modalAccess .input-group:focus-within .input-group-addon {
	color: #c084fc !important;
}

#modalAccess .btn-primary {
	background: linear-gradient(135deg, #a855f7 0%, #7e22ce 100%) !important;
	border: none !important;
	border-radius: 8px !important;
	height: 46px !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	letter-spacing: 0.05em !important;
	color: #ffffff !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.2) !important;
	outline: none !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

#modalAccess .btn-primary:hover,
#modalAccess .btn-primary:focus,
#modalAccess .btn-primary:active {
	background: linear-gradient(135deg, #b55fe6 0%, #8b5cf6 100%) !important;
	box-shadow: 0 6px 20px rgba(168, 85, 247, 0.4) !important;
	transform: translateY(-1px) !important;
}

#modalAccess .btn-primary:active {
	transform: translateY(1px) !important;
}

#modalAccess a {
	color: #a855f7 !important;
	font-weight: 500 !important;
	transition: color 0.2s ease !important;
	text-decoration: none !important;
}

#modalAccess a:hover {
	color: #c084fc !important;
	text-decoration: underline !important;
}

#modalAccess #codiRegisterTab {
	color: #94a3b8 !important;
	font-size: 12.5px !important;
	line-height: 1.6 !important;
	text-align: center !important;
}

#modalAccess #codiRegisterTab a {
	display: inline !important;
}

#modalAccess #codiLoginTab .text-center {
	margin-top: 10px !important;
}

#modalAccess .has-error .input-group {
	border-color: #ef4444 !important;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15) !important;
}

#modalAccess .has-error .input-group-addon {
	color: #ef4444 !important;
}

#modalAccess .has-success .input-group {
	border-color: #10b981 !important;
}

#modalAccess .has-success .input-group-addon {
	color: #10b981 !important;
}

#modalAccess .help-block {
	color: #f87171 !important;
	font-size: 12px !important;
	margin-top: 6px !important;
	margin-bottom: 0 !important;
}

#generalDialog .modal-content {
	background: rgba(30, 41, 59, 0.75) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 16px !important;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	overflow: hidden;
	color: #cbd5e1;
}

#generalDialog .modal-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding: 16px 20px !important;
	background: rgba(15, 23, 42, 0.4) !important;
}

#generalDialog .modal-title {
	color: #ffffff !important;
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-weight: 700 !important;
}

#generalDialog .close {
	color: #94a3b8 !important;
	opacity: 0.8 !important;
	font-size: 24px !important;
	text-shadow: none !important;
	transition: all 0.2s ease !important;
	outline: none !important;
	background: transparent !important;
	border: none !important;
}

#generalDialog .close:hover {
	color: #ffffff !important;
	transform: scale(1.15) rotate(90deg) !important;
	opacity: 1 !important;
}

body.theme-light {
	background: radial-gradient(circle at 50% 0%, #f8fafc 0%, #e2e8f0 100%) no-repeat fixed !important;
	color: #334155 !important;
}

.theme-light .header {
	background: rgba(255, 255, 255, 0.85) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .header__menu-btn {
	color: #334155 !important;
	background: rgba(0, 0, 0, 0.05) !important;
}

.theme-light .header__menu-btn:hover {
	background: rgba(0, 0, 0, 0.1) !important;
}

.theme-light .header__search-wrapper {
	background: rgba(0, 0, 0, 0.03) !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.theme-light .header__search-input {
	color: #334155 !important;
}

.theme-light .header__search-input::placeholder {
	color: #94a3b8 !important;
}

.theme-light .header__search-button {
	color: #475569 !important;
}

.theme-light .main-footer-public {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 -15px 35px rgba(0, 0, 0, 0.02) !important;
}

.theme-light .footer-main-section {
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
	color: #475569 !important;
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .footer-col-title {
	color: #0f172a !important;
}

.theme-light .footer-col-title::after {
	background: linear-gradient(90deg, #a855f7, #c084fc) !important;
}

.theme-light .footer-brand-desc {
	color: #64748b !important;
}

.theme-light .footer-links-list li a {
	color: #475569 !important;
}

.theme-light .footer-links-list li a:hover {
	color: #a855f7 !important;
}

.theme-light .footer-copyright-bar {
	background-color: #e2e8f0;
	color: #64748b !important;
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .footer-copyright-bar a {
	color: #475569 !important;
}

.theme-light .footer-copyright-bar a:hover {
	color: #a855f7 !important;
}

.theme-light .footer-contact-label {
	color: #64748b;
}

.theme-light .footer-contact-value {
	color: #334155 !important;
}

.theme-light .footer-contact-item:hover .footer-contact-value {
	color: #a855f7 !important;
}

.theme-light #generalDialog .modal-content {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1) !important;
	color: #334155 !important;
}

.theme-light #generalDialog .modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
	background: rgba(0, 0, 0, 0.02) !important;
}

.theme-light #generalDialog .modal-title {
	color: #0f172a !important;
}

.theme-light #generalDialog .close {
	color: #64748b !important;
}

.theme-light #generalDialog .close:hover {
	color: #0f172a !important;
}

.theme-light .release-card,
.theme-light .subscription-card,
.theme-light .agreement-card,
.theme-light .law-card,
.theme-light .resolution-card,
.theme-light .card,
.theme-light .well {
	background-color: #ffffff !important;
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05) !important;
	color: #334155 !important;
}

.theme-light .release-card:hover {
	border-color: rgba(168, 85, 247, 0.35) !important;
	box-shadow: 0 12px 30px rgba(168, 85, 247, 0.08) !important;
}

.theme-light .release-title,
.theme-light .pageTitle.modern-title,
.theme-light .modal-release-title,
.theme-light .article-title,
.theme-light .agreement-title,
.theme-light .law-title,
.theme-light .resolution-title,
.theme-light .title {
	color: #0f172a !important;
	background: none !important;
	-webkit-text-fill-color: initial !important;
}

.theme-light .release-desc,
.theme-light .modal-release-desc,
.theme-light .modal-release-article,
.theme-light .article-desc,
.theme-light .agreement-desc,
.theme-light .law-desc,
.theme-light .resolution-desc,
.theme-light .description,
.theme-light .text {
	color: #475569 !important;
}

.theme-light .release-modal-content {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1) !important;
}

.theme-light .release-modal-close {
	color: #475569 !important;
	background: rgba(0, 0, 0, 0.05) !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.theme-light .divPagination .divPaginationPageNumber {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	background-color: #ffffff !important;
	color: #475569 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.02) !important;
}

.theme-light .divPagination .divPaginationPageNumber:hover {
	background-color: #f1f5f9 !important;
	color: #0f172a !important;
}

.theme-light .divPagination .divPaginationPageNumber[style*="background-color"] {
	background-color: #a855f7 !important;
	border-color: #a855f7 !important;
	color: #ffffff !important;
}

.theme-light .divPagination .divPaginationJump {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	background-color: #ffffff !important;
	color: #475569 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.02) !important;
}

.theme-light .divPagination .divPaginationJump:hover {
	background-color: #f1f5f9 !important;
	color: #0f172a !important;
}

.theme-light .sidebar {
	background: rgba(255, 255, 255, 0.98) !important;
	border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .sidebar__header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .sidebar__title {
	color: #0f172a !important;
}

.theme-light .sidebar__close {
	color: #475569 !important;
}

.theme-light .sidebar__close:hover {
	background: rgba(229, 62, 62, 0.08) !important;
	color: #e53e3e !important;
}

.theme-light .sidebar__link,
.theme-light .sidebar__summary {
	color: #334155 !important;
}

.theme-light .sidebar__link:hover,
.theme-light .sidebar__summary:hover {
	color: #a855f7 !important;
	background: rgba(168, 85, 247, 0.05) !important;
}

.theme-light .sidebar__summary-arrow {
	color: #64748b !important;
}

.theme-light .sidebar__submenu {
	border-left: 1.5px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .sidebar__submenu li a {
	color: #475569 !important;
}

.theme-light .sidebar__submenu li a:hover {
	color: #a855f7 !important;
	background: rgba(168, 85, 247, 0.08) !important;
}

.theme-light .sidebar__item.headerDivMenuLiActive > .sidebar__link,
.theme-light .sidebar__details.headerDivMenuLiActive > .sidebar__summary {
	background: rgba(168, 85, 247, 0.08) !important;
	color: #a855f7 !important;
}

/* User Account Dropdown en Header (Light) */
.theme-light .header__user-dropdown-menu {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.theme-light .header__user-dropdown-menu::before {
	background: #ffffff !important;
	border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .header__user-dropdown-menu li a {
	color: #334155 !important;
}

.theme-light .header__user-dropdown-menu li a:hover {
	color: #a855f7 !important;
	background-color: #f1f5f9 !important;
}

.theme-light .header__user-dropdown-menu li a i {
	color: #64748b !important;
}

.theme-light .header__user-dropdown-menu li a:hover i {
	color: #a855f7 !important;
}

.theme-light .header__user-dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.08) !important;
}

.theme-light .header__user-name {
	color: #334155 !important;
}

.theme-light .header__user-name:hover {
	color: #a855f7 !important;
}

.theme-light .executive-card,
.theme-light .pinterest-item,
.theme-light .ethics-pdf-card,
.theme-light .organigrama-board,
.theme-light .agreement-card,
.theme-light .law-card,
.theme-light .resolution-card,
.theme-light .regulation-card,
.theme-light .board-header,
.theme-light .pdf-header {
	background: #ffffff !important;
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .executive-name,
.theme-light .board-title,
.theme-light .pdf-title,
.theme-light .pinterest-title,
.theme-light .agreement-title,
.theme-light .law-title,
.theme-light .resolution-title,
.theme-light .regulation-title {
	color: #0f172a !important;
	background: none !important;
	-webkit-text-fill-color: initial !important;
}

.theme-light .executive-role,
.theme-light .viewport-tip,
.theme-light .pinterest-desc,
.theme-light .agreement-desc,
.theme-light .law-desc,
.theme-light .resolution-desc,
.theme-light .regulation-desc {
	color: #475569 !important;
}

.theme-light .executive-badge {
	background-color: #f1f5f9 !important;
	color: #475569 !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .board-header,
.theme-light .pdf-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
	background-color: #f8fafc !important;
}

.theme-light .control-btn,
.theme-light .pdf-download-btn {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	color: #475569 !important;
}

.theme-light .control-btn:hover,
.theme-light .pdf-download-btn:hover {
	background: #f1f5f9 !important;
	color: #0f172a !important;
}

.theme-light .board-viewport,
.theme-light .pdf-embed-wrapper {
	background: #f1f5f9 !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .zoom-hud {
	background: rgba(255, 255, 255, 0.9) !important;
	color: #334155 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.theme-light .ethics-values-card {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .values-header {
	color: #0f172a !important;
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .values-intro {
	color: #475569 !important;
}

.theme-light .value-item {
	background: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	color: #334155 !important;
}

.theme-light .value-item:hover {
	background: rgba(168, 85, 247, 0.05) !important;
	border-color: rgba(168, 85, 247, 0.25) !important;
	color: #a855f7 !important;
}

.theme-light .release-detail-card {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .release-detail-title {
	color: #0f172a !important;
	background: none !important;
	-webkit-text-fill-color: initial !important;
}

.theme-light .release-description-box {
	background: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .release-description-text,
.theme-light .article-content,
.theme-light .release-article-body {
	color: #475569 !important;
}

.theme-light .article-content h1,
.theme-light .article-content h2,
.theme-light .article-content h3,
.theme-light .article-content h4,
.theme-light .article-content h5,
.theme-light .article-content h6 {
	color: #0f172a !important;
}

.theme-light .btn-back-releases {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	color: #475569 !important;
}

.theme-light .btn-back-releases:hover {
	background: #f1f5f9 !important;
	color: #0f172a !important;
}

.theme-light .codiTimeLine {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .codiTimeLine > div {
	background-color: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	color: #64748b !important;
}

.theme-light .codiTimeLine > div::after {
	color: rgba(0, 0, 0, 0.15) !important;
}

.theme-light .alert-danger.text-justify,
.theme-light .alert-danger {
	background: rgba(239, 68, 68, 0.05) !important;
	border: 1px solid rgba(239, 68, 68, 0.15) !important;
	color: #991b1b !important;
}

.theme-light .alert-danger h4 {
	color: #dc2626 !important;
}

.theme-light .alert-warning {
	background: rgba(245, 158, 11, 0.05) !important;
	border: 1px solid rgba(245, 158, 11, 0.15) !important;
	color: #854d0e !important;
}

.theme-light .alert-warning b {
	color: #1e293b !important;
}

.theme-light .alert-info-box {
	background: rgba(168, 85, 247, 0.05) !important;
	border: 1px solid rgba(168, 85, 247, 0.15) !important;
	color: #6b21a8 !important;
}

.theme-light .alert-info-box b {
	color: #9333ea !important;
}

.theme-light .table-responsive {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .table th {
	background-color: #f8fafc !important;
	color: #0f172a !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .table td {
	background-color: #ffffff !important;
	color: #475569 !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .file-upload-label {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	color: #475569 !important;
}

.theme-light .file-upload-label:hover {
	background: rgba(168, 85, 247, 0.05) !important;
	border-color: rgba(168, 85, 247, 0.25) !important;
	color: #a855f7 !important;
}

.theme-light .download-link {
	color: #a855f7 !important;
}

.theme-light .download-link:hover {
	color: #7e22ce !important;
}

.theme-light .file-status-none {
	color: #94a3b8 !important;
	opacity: 0.7 !important;
}

.theme-light .status-feedback-box {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .status-feedback-title {
	color: #475569 !important;
}

.theme-light .status-highlight {
	color: #a855f7 !important;
}

.theme-light .search-prompt-card,
.theme-light .no-results-card {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .search-prompt-card h4,
.theme-light .no-results-card h4 {
	color: #0f172a !important;
}

.theme-light .search-prompt-card p,
.theme-light .no-results-card p {
	color: #475569 !important;
}

.theme-light .verification-card {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .status-subtitle {
	color: #64748b !important;
}

.theme-light .verification-card-body {
	background: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .info-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light .info-label {
	color: #64748b !important;
}

.theme-light .info-value {
	color: #0f172a !important;
}

.theme-light .info-value.highlight-value {
	color: #a855f7 !important;
}

.theme-light .payment-instructions-card {
	background-color: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.theme-light .instruction-title {
	color: #0f172a !important;
}

.theme-light .instruction-intro {
	color: #475569 !important;
}

.theme-light .bank-details-box {
	background: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .bank-value {
	color: #0f172a !important;
}

.theme-light .bank-value.highlight-account {
	color: #a855f7 !important;
}

.theme-light .upload-instruction {
	color: #475569 !important;
}

.theme-light .alert-warning-custom {
	background: rgba(245, 158, 11, 0.05) !important;
	border: 1px solid rgba(245, 158, 11, 0.15) !important;
	color: #854d0e !important;
}

.theme-light .instruction-notes {
	background: rgba(0, 0, 0, 0.01) !important;
	border-left: 3px solid #a855f7 !important;
	color: #64748b !important;
}

.theme-light .help-contact-box {
	background: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme-light .help-text {
	color: #475569 !important;
}

.theme-light .help-text a {
	color: #a855f7 !important;
}

.theme-light .gateway-text {
	color: #0f172a !important;
}

.theme-light .operation-code {
	color: #64748b !important;
}

.theme-light .btn-action-view {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	color: #475569 !important;
}

.theme-light .btn-action-view:hover {
	background: #f1f5f9 !important;
	border-color: rgba(0, 0, 0, 0.15) !important;
	color: #0f172a !important;
}

.theme-light .payment-search-col .input-group-addon {
	background-color: #f8fafc !important;
	border: 1px solid #cbd5e1 !important;
	color: #a855f7 !important;
}

.theme-light .payment-search-col .form-control {
	background-color: #ffffff !important;
	border: 1px solid #cbd5e1 !important;
	color: #0f172a !important;
}

.theme-light hr {
	border-color: rgba(0, 0, 0, 0.08) !important;
}

.footer-map-card iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
}

/* Light theme overrides for Login / Registration modal */
.theme-light #modalAccess .modal-content {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
	color: #334155 !important;
}

.theme-light #modalAccess .close {
	color: #64748b !important;
}

.theme-light #modalAccess .close:hover {
	color: #0f172a !important;
}

.theme-light #modalAccess .codiTabs {
	background: rgba(0, 0, 0, 0.03) !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.theme-light #modalAccess .codiTabs a {
	color: #64748b !important;
}

.theme-light #modalAccess .codiTabs a.codiTabsActive {
	color: #ffffff !important;
}

.theme-light #modalAccess .codiTabs a:hover:not(.codiTabsActive) {
	color: #0f172a !important;
	background: rgba(0, 0, 0, 0.04) !important;
}

.theme-light #modalAccess .input-group {
	background: #f8fafc !important;
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.theme-light #modalAccess .input-group:focus-within {
	background: #ffffff !important;
	border-color: #a855f7 !important;
	box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15) !important;
}

.theme-light #modalAccess .form-control {
	color: #0f172a !important;
}

.theme-light #modalAccess .form-control::placeholder {
	color: #94a3b8 !important;
}

.theme-light #modalAccess #codiRegisterTab {
	color: #64748b !important;
}

.theme-light #modalAccess .help-block {
	color: #ef4444 !important;
}
