@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/noto_sans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --link-color--link-primary: var(--base-color-brand--blue);
    --base-color-neutral--neutral-darker: #1e2233;
    --text-color--text-alternate: var(--base-color-neutral--white);
    --text-color--text-primary: #202746;
    --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
    --background-color--background-success: var(--base-color-system--success-green);
    --text-color--text-success: var(--base-color-system--success-green-dark);
    --base-color-brand--orange-crayola: #f56040;
    --base-color-neutral--white: #fff;
    --deep-blue: #202746;
    --base-color-neutral--neutral-lightest: #eee;
    --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
    --base-color-neutral--black: #000;
    --background-color--background-alternate: #feebe7;
    --background-color--background-secondary: #f56040;
    --background-color--background-primary: var(--base-color-neutral--neutral-darker);
    --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
    --background-color--background-tertiary: var(--base-color-brand--pink);
    --background-color--background-error: var(--base-color-system--error-red);
    --text-color--text-error: var(--base-color-system--error-red-dark);
    --background-color--background-warning: var(--base-color-system--warning-yellow);
    --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
    --base-color-neutral--neutral-lighter: #ccc;
    --base-color-system--focus-state: #2d62ff;
    --base-color-neutral--neutral: #666;
    --base-color-neutral--neutral-light: #aaa;
    --base-color-neutral--neutral-darkest: #111;
    --link-color--link-secondary: var(--base-color-neutral--black);
    --relume-library-lite--rl-black: black;
    --relume-library-lite--rl-white: white;
    --link-color--link-alternate: var(--base-color-neutral--white);
    --font-family: 'Noto Serif', serif;
    --base-color-neutral--neutral-dark: #444;
    --base-color-system--success-green: #cef5ca;
    --base-color-system--success-green-dark: #114e0b;
    --base-color-system--warning-yellow: #fcf8d8;
    --base-color-system--warning-yellow-dark: #5e5515;
    --base-color-system--error-red: #f8e4e4;
    --base-color-system--error-red-dark: #3b0b0b;
    --base-color-brand--blue: #2d62ff;
    --base-color-brand--pink: #dd23bb;
}

body
{
    font-family: var(--font-family);
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.download-portal {
    font-family: var(--font-family);
    font-size: 15px;
}

.download-portal span.copyright 
{
	font-family: var(--font-family);
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: 200;
	font-style: italic
}

.download-portal a.lowLink:link, .download-portal a.lowLink:visited 
{
	font-family: var(--font-family);
	font-size: 8pt;
	color: #1e2233;
	font-weight: 200;
	text-decoration: none;
	font-style: normal
}

.download-portal a.lowLink:hover, .download-portal a.lowLink:active 
{
	font-family: var(--font-family);
	font-size: 8pt;
	color: #c98400;
	font-weight: 200;
	text-decoration: none;
	font-style: normal
}

.download-portal span.title,
.guias-portal span.title,
span.title,
.title 
{
	font-family: var(--font-family) !important;
	font-size: 1.4rem !important;
	color: #1e2233 !important;
	font-weight: 800 !important;
}

.download-portal span.subtitle,
.guias-portal span.subtitle,
span.subtitle,
.subtitle 
{
	font-family: var(--font-family) !important;
	font-size: 1.15rem !important;
	color: #1e2233 !important;
	font-weight: 800 !important;
}

.download-portal span.normal
{
	font-family: var(--font-family);
	font-size: 15px;
	color: #404040;
	font-weight: 200
}

.download-portal .titulo-soporte {
    font-family: var(--font-family); 
    font-size: 32px; 
    color: #959595; 
    line-height: 51px; 
    padding: 5px 0 8px;
}

.download-portal span.normal2
{
	font-family: var(--font-family);
	font-size: 12px;
	color: #404040;
	font-weight: 200;
	line-height: 16px;
}

.download-portal span.normal9pt
{
	font-family: var(--font-family);
	font-size: 12px;
	color: #404040;
	font-weight: 100
}

.download-portal span.smaller 
{
	font-family: var(--font-family);
	font-size: 12px;
	color: #050515;
	font-weight: 100;
	font-style: italic;
	line-height: 14px
}

.download-portal span.fieldErr
{
	font-family: var(--font-family);
	font-size: 12px;
	color: #c00000;
	font-weight: 600;
	font-style: italic
}

.download-portal li 
{
	font-family: var(--font-family);
	font-size: 15px;
	color: #404040;
	font-weight: 200;
	padding-bottom: 10px
}

.download-portal a.normalLink:link, .download-portal a.normalLink:visited
{
	font-family: var(--font-family);
	font-size: 15px;
	color: #1e2233;
	text-decoration: none;
	font-weight: 600
}

.download-portal a.normalLink:hover, .download-portal a.normalLink:active
{
	font-family: var(--font-family);
	font-size: 15px;
	color: #c98400;
	text-decoration: none;
	font-weight: 600
}

.download-portal input.leftistButton 
{
	margin: 0px 20px 0px 0px;
	float: left
}

.download-portal td 
{
	font-family: var(--font-family);
	font-size: 15px;
	color: #404040;
	font-weight: 200
}

/* Custom styles for dynamic JS validation and loader components */
.download-portal .alert {
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 10pt;
    font-weight: bold;
    display: none;
}
.download-portal .alert-danger {
    background-color: #fee2e2;
    border: 1px solid #ef4444;
    color: #b91c1c;
}
.download-portal .alert-success {
    background-color: #ecfdf5;
    border: 1px solid #10b981;
    color: #047857;
}

.download-portal .captcha-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0;
}
.download-portal .captcha-image-box {
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: white;
    height: 60px;
}
.download-portal .captcha-refresh-btn {
    font-size: 8pt;
    color: #1e2233;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}
.download-portal .captcha-refresh-btn:hover {
    color: #c98400;
}

#processingDiv {
    position: absolute;
    top: 250px;
    width: 400px;
    z-index: 100;
}

.download-portal .btn-submit-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Custom Header Styling */
.custom-site-header {
    width: 100%;
    background-color: #1e2233;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.header-top-bar {
    background-color: #1e2233;
    padding: 10px 70px;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo-col {
    flex: 0 0 auto;
}

.header-logo-img {
    max-height: 100px;
    height: auto;
    width: auto;
    display: block;
}

/* 3-Logos Alignment (NetCom, Firma Digital, 1Point1) */
.header-logos-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-multi-logo {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.header-multi-logo:hover {
    transform: scale(1.05);
}

.img-netcom {
    max-height: 58px;
}

.img-firma {
    max-height: 72px;
}

.img-1point1 {
    max-height: 50px;
}

.header-title-col {
    flex: 0 0 auto;
    text-align: right;
}

.header-title-text {
    margin: 0;
    color: var(--base-color-neutral--white);
    font-family: 'Noto Serif', serif;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.header-nav-bar {
    background-color: #1e2233;
    padding: 0 70px;
    height: 46px;
}

.nav-container-flex {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.custom-mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 0;
    cursor: pointer;
}

.custom-nav-panel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.custom-mobile-menu-close {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
}

.custom-menu-list {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    position: relative;
}

.custom-menu-item {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.custom-menu-item a {
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
}

.custom-menu-item a:hover {
    color: var(--base-color-brand--orange-crayola);
}

.custom-menu-item.current-menu-item a {
    background-color: #ffffff;
    color: #1e2233;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.custom-menu-item.current-menu-item a:hover {
    color: #1e2233;
}

/* Language items & dividers */
.custom-lang-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 15px;
    padding-left: 10px;
}

.custom-lang-wrapper {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-menu-item .lang-selector-btn {
    padding: 5px 12px !important;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    font-size: 0.9rem;
    font-weight: 500;
    color: #ffffff;
    border-radius: 99px;
    background-color: transparent;
}

.custom-menu-item .lang-selector-btn:hover {
    color: var(--base-color-brand--orange-crayola);
}

.custom-menu-item .lang-selector-btn.active-lang {
    background-color: var(--base-color-neutral--white);
    color: var(--base-color-neutral--neutral-darker) !important;
    font-weight: 700;
}

.custom-menu-item .lang-selector-btn.active-lang:hover {
    color: var(--base-color-neutral--neutral-darker) !important;
}

/* Custom Footer Styling */
.custom-site-footer {
    width: 100%;
    font-family: var(--font-family);
    color: #ffffff;
    background-color: #1e2233;
}

.custom-footer-top {
    position: relative;
    padding: 110px 0;
}

/* Background map overlay */
.custom-footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.soportefirmadigital.com/web/wp-content/uploads/2024/07/site-footer-mape.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.07;
    pointer-events: none;
    z-index: 1;
}

.custom-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.custom-footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.custom-footer-col {
    flex: 1;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-footer-brand-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.custom-footer-brand-logos {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-footer-brand-logos a {
    display: block;
    width: 100%;
}

.custom-footer-logo {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.custom-footer-gaudi-logo {
    width: 37.5%;
    max-width: 65px;
    height: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-footer-copyright-text {
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
}

.custom-footer-copyright-text p {
    margin: 4px 0;
}

.custom-footer-links-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.custom-footer-heading {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.custom-footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer-link-list li {
    padding-bottom: 8px;
    margin: 0;
}

.custom-footer-link-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.custom-footer-link-list li a:hover {
    color: #E94E1B;
}

.custom-footer-contact-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.custom-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer-contact-list li {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin: 0;
    font-size: 16px;
}

.custom-footer-contact-icon {
    color: #E94E1B;
    font-size: 14px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-footer-contact-text {
    color: #ffffff;
}

/* Bottom Developer Bar */
.custom-footer-bottom {
    background-color: #1e2233;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-footer-info-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.custom-footer-info-service {
    border-right: none;
    padding-right: 0;
}

.custom-footer-info-service p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.custom-scroll-top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #ff8c52; /* orange color */
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-scroll-top-btn:hover {
    background-color: #E94E1B;
}

/* Responsive Footer & Header Styling */
@media (max-width: 1024px) {
    .header-top-bar {
        padding: 10px 20px;
    }
    .header-nav-bar {
        padding: 0 20px;
    }
    .custom-footer-top {
        padding: 50px 0;
    }
    .custom-footer-brand-logos {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .header-top-bar {
        padding: 15px 20px;
    }
    .header-container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .header-logo-img {
        max-height: 55px;
        margin: 0 auto;
    }
    .header-logos-wrapper {
        justify-content: center;
        gap: 12px;
        margin: 0 auto;
    }
    .img-netcom {
        max-height: 44px;
    }
    .img-firma {
        max-height: 54px;
    }
    .img-1point1 {
        max-height: 38px;
    }
    #lblHeaderTitle.header-title-text {
        font-size: 2.75rem !important;
        text-align: center;
    }
    
    .custom-mobile-menu-toggle {
        display: none !important;
    }
    
    .header-nav-bar {
        height: auto;
        padding: 8px 20px 0 20px;
    }

    /* Disable mobile drawer for language selectors */
    .custom-nav-panel {
        position: static;
        width: 100%;
        height: auto;
        background-color: transparent;
        z-index: auto;
        transition: none;
        padding-top: 0;
        box-shadow: none;
        overflow-y: visible;
    }
    
    .custom-mobile-menu-close {
        display: none !important;
    }
    
    .custom-menu-list {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
    }
    
    .custom-menu-item {
        width: auto;
        border-top: none;
        order: 2;
    }
    
    .custom-menu-item:last-child {
        border-bottom: none;
    }
    
    .custom-menu-item a {
        padding: 0 18px;
        height: 38px;
        display: inline-flex;
        align-items: center;
    }

    .custom-lang-wrapper {
        position: static;
        width: 100%;
        order: 1;
        justify-content: center;
        padding-bottom: 8px;
    }
    
    .custom-lang-divider {
        border-left: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    /* Mobile steps modifications */
    .step-installer-row .step-img-col,
    .step-serial-row .step-img-col {
        display: none !important;
    }
    
    .step-captcha-row {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .step-captcha-row .step-img-col {
        grid-row: 2;
        margin-bottom: 5px;
        flex: none;
        width: 128px;
        text-align: left;
    }
    .step-captcha-row .step-content-col {
        display: contents;
    }
    .step-captcha-row .step-title {
        grid-row: 1;
    }
    .step-captcha-row #captcha-input {
        grid-row: 3;
    }
    .step-captcha-row button {
        grid-row: 4;
        text-align: left;
    }
    
    .custom-mobile-menu-overlay {
        display: none !important;
    }

    .custom-footer-top {
        padding: 40px 0;
    }
    .custom-footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .custom-footer-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .custom-footer-col:last-child {
        margin-bottom: 0;
    }
    .custom-footer-brand-logos {
        width: 65%;
        margin: 0 auto;
    }
    .custom-footer-contact-list li {
        justify-content: center;
    }
    
    .custom-footer-bottom-flex {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .custom-footer-info-wrap {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .custom-footer-info-service {
        border-right: none;
        border-bottom: none;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
        text-align: center;
    }
    
    .download-portal .accordion-button {
        font-size: 0.8rem;
    }

    .custom-portal-col,
    .custom-portal-col span,
    .custom-portal-col p,
    .custom-portal-col li,
    .custom-portal-col a,
    .custom-portal-col label,
    .custom-portal-col select,
    .custom-portal-col input,
    .custom-portal-col textarea,
    .custom-portal-col button,
    .custom-portal-col td,
    .custom-portal-col th,
    .custom-portal-col div,
    .custom-portal-col .accordion-button,
    .custom-portal-col .accordion-body,
    .custom-portal-col .step-title,
    .custom-portal-col .left-rem-text {
        font-size: 0.8rem !important;
    }
}

/* 3-Column Layout under Header */
.custom-portal-container {
    max-width: 1160px;
    margin: 30px auto;
    background-color: #ffffff;
    border: 1px solid #1e2233;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.custom-portal-grid {
    display: grid;
    grid-template-columns: 29% 42% 29%;
    align-items: stretch;
}

.custom-portal-col {
    padding: 25px 20px;
    box-sizing: border-box;
    text-align: justify;
}

.custom-portal-col-left {
    border-right: 1px solid #e2e2e2;
}

.custom-portal-col-center {
    border-right: 1px solid #e2e2e2;
}

/* Make lists inside columns look clean and align elements */
.custom-portal-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-portal-col li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
}

.custom-portal-col li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    background-image: url('../imgs/blue_dot.gif');
    background-repeat: no-repeat;
    background-size: contain;
}

.left-rem-text {
    line-height: 1.5;
    margin-bottom: 15px;
    display: block;
}

.left-manuals-list li {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* Center Column Specifics */
.center-title {
    text-align: center;
    margin-bottom: 20px;
}

.step-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.step-img-col {
    flex: 0 0 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-img-col img {
    max-width: 100%;
    height: auto;
}

.step-content-col {
    flex: 1;
}

.step-title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.step-select, .step-textarea, .step-input {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    margin-top: 5px;
}

.step-textarea {
    resize: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 9.5pt;
    line-height: 1.4;
}

.step-input {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.captcha-row {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    align-items: center;
}

.captcha-img-box {
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: white;
    height: 60px;
    width: 128px;
    flex-shrink: 0;
}

.captcha-img-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.captcha-input-box {
    flex: 1;
}

.estimado-usuario-box {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
}

.chk-confirm-container {
    text-align: center;
    margin: 15px 0;
}

.chk-confirm-container label {
    font-weight: bold;
    cursor: pointer;
}

.btn-proceed-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 10px;
}

.btn-proceed-img {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-proceed-img:hover {
    opacity: 0.85;
}

/* Right Column Specifics */
.right-title {
    text-align: center;
    margin-bottom: 15px;
}

.right-attention-img {
    display: block;
    margin: 0 auto 20px auto;
}

/* Responsive portal layout */
@media (max-width: 991px) {
    .custom-portal-grid {
        grid-template-columns: 1fr;
    }
    
    .custom-portal-col-left,
    .custom-portal-col-center {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
    
    .custom-portal-container {
        margin: 15px;
    }
}

/* Premium Accordion & Column Styles */
.download-portal .accordion {
    --bs-accordion-border-color: #e2e2e2;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 22, 137, 0.1);
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
}

.download-portal .accordion-item {
    border-color: #e2e2e2;
}

.download-portal .accordion-button {
    font-family: var(--font-family);
    font-weight: 700;
    color: var(--base-color-neutral--white);
    background-color: var(--base-color-brand--orange-crayola);
    border-radius: 0 !important;
    font-size: 1rem;
}

.download-portal .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1e2233;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.download-portal .accordion-button::after {
    background-size: 1rem;
    filter: brightness(0) invert(1);
}

.download-portal .accordion-body {
    background-color: #ffffff;
    padding: 20px;
}

/* Responsive portal columns & borders */
@media (min-width: 992px) {
    .custom-portal-col-form {
        border-right: 1px solid #e2e2e2;
    }
}
@media (max-width: 991px) {
    .custom-portal-col-form {
        border-bottom: 1px solid #e2e2e2;
    }
}

/* Custom Font & Size specifications for Form and Accordion columns */
.custom-portal-col,
.custom-portal-col span,
.custom-portal-col p,
.custom-portal-col li,
.custom-portal-col a,
.custom-portal-col label,
.custom-portal-col select,
.custom-portal-col input,
.custom-portal-col textarea,
.custom-portal-col button,
.custom-portal-col td,
.custom-portal-col th,
.custom-portal-col div,
.custom-portal-col .accordion-button,
.custom-portal-col .accordion-body,
.custom-portal-col .step-title,
.custom-portal-col .left-rem-text {
    font-family: var(--font-family) !important;
    font-size: 1rem !important;
}

/* Set text color of all descriptions, lists, labels, and accordion bodies to official dark blue instead of gray */
.custom-portal-col,
.custom-portal-col p,
.custom-portal-col span,
.custom-portal-col li,
.custom-portal-col label,
.custom-portal-col td,
.custom-portal-col th,
.custom-portal-col .accordion-body,
.custom-portal-col .accordion-body *,
.custom-portal-col .step-title,
.custom-portal-col .left-rem-text {
    color: #1e2233 !important;
}
/* Exception: small tags, elements with .small class, and their children must be 12px */
.custom-portal-col small,
.custom-portal-col .small,
.custom-portal-col small *,
.custom-portal-col .small *,
#lblChkConfirmoText,
#lblCheck,
.custom-portal-col button[onclick*="refreshCaptcha"] {
    font-family: var(--font-family) !important;
    font-size: 12px !important;
}

/* Ensure Bootbox modals use Noto Sans font and have premium look */
.modal, .bootbox, .modal * {
    font-family: var(--font-family) !important;
}

/* Premium Bootbox Alert Overrides */
.bootbox .modal-content {
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.bootbox .modal-body {
    font-family: var(--font-family) !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #1e2233 !important;
    text-align: justify !important;
    padding: 35px 30px 20px 30px !important;
}

.bootbox .modal-footer {
    border-top: none !important;
    padding: 0 30px 30px 30px !important;
    justify-content: flex-end !important;
}

.bootbox .modal-footer .btn-primary {
    font-family: var(--font-family) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    background-color: var(--base-color-brand--orange-crayola) !important;
    border-color: var(--base-color-brand--orange-crayola) !important;
    color: #ffffff !important;
    padding: 6px 20px !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

.bootbox .modal-footer .btn-primary:hover {
    background-color: #1e2233 !important;
    border-color: #1e2233 !important;
    color: #ffffff !important;
}


