:root {
    --d2d-blue: #0054AF;
    --d2d-blue-dark: #003d7a;
    --d2d-blue-light: #E8F0FE;
    --d2d-gray: #F6F6F6;
    --d2d-gray-dark: #E8E8E8;
    --d2d-text: #333333;
    --d2d-text-light: #666666;
    --d2d-border: #DDDDDD;
    --d2d-error: #DC3545;
    --d2d-success: #28A745;
    --d2d-warning: #FFC107;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hide WordPress theme elements on I-9 portal pages */
body.d2d-i9-portal-page #masthead,
body.d2d-i9-portal-page header.site-header,
body.d2d-i9-portal-page .site-header,
body.d2d-i9-portal-page .main-navigation,
body.d2d-i9-portal-page nav,
body.d2d-i9-portal-page .site-navigation,
body.d2d-i9-portal-page #colophon,
body.d2d-i9-portal-page .site-footer,
body.d2d-i9-portal-page footer,
body.d2d-i9-portal-page .elementor-location-header,
body.d2d-i9-portal-page .elementor-location-footer,
body.d2d-i9-portal-page .wp-block-template-part[data-area="header"],
body.d2d-i9-portal-page .wp-block-template-part[data-area="footer"],
body.d2d-i9-portal-page .site-branding,
body.d2d-i9-portal-page .site-title,
body.d2d-i9-portal-page .site-description {
    display: none !important;
}

body.d2d-i9-portal-page .entry-header,
body.d2d-i9-portal-page .page-header,
body.d2d-i9-portal-page h1.entry-title,
body.d2d-i9-portal-page .page-title {
    display: none !important;
}

body.d2d-i9-portal-page #main,
body.d2d-i9-portal-page .site-main,
body.d2d-i9-portal-page .content-area,
body.d2d-i9-portal-page .elementor-location-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

body.d2d-i9-portal-page {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

/* Background - EXACT MATCH TO REFERENCE */
.d2d-i9-portal {
    font-family: Arial, Helvetica, sans-serif;
    background: #0054AF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
    background-color: #0054AF;
    min-height: 100vh;
    padding: 0;
    color: var(--d2d-text);
    position: relative;
    z-index: 9999;
    margin: 0;
    width: 100%;
}

.d2d-i9-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 20px;
    min-height: 100vh;
}

/* Header with Logo */
.d2d-i9-header {
    background-color: var(--d2d-blue);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    min-height: 86px;
}

.d2d-i9-logo {
    height: 86px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    display: block;
}

/* Progression Section */
.d2d-i9-progression {
    background: white;
    padding: 20px 30px 15px 30px;
    border-bottom: 1px solid #E0E0E0;
}

.d2d-i9-progression h2 {
    color: var(--d2d-blue);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
}

/* Content Area */
.d2d-i9-content {
    padding: 0;
    background: transparent;
    min-height: 400px;
}

/* Reference CSS Classes - EXACT MATCH */
.box-module {
    background: white;
    border: 1px solid #E0E0E0;
    margin: 15px 0;
    padding: 0;
    clear: both;
    display: block;
}

.box-module-01 {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    background: white !important;
    padding: 20px 30px !important;
}

.box-module-01:last-child {
    border-bottom: none;
}

.backWhite {
    background-color: white;
}

.mt-0 {
    margin-top: 0 !important;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-md-2 {
    padding-top: 10px;
}

/* Section Header with Gray Background - EXACT MATCH */
.box-module fieldset h2.header-style-01,
.box-module .moduleContent h2.header-style-01,
.box-module .emp-modulecontent h2.header-style-01,
.box-module h2.header-style-01.header-style-size-05 {
    background-color: #F6F6F6 !important;
    padding: 15px 20px !important;
    margin: 0 0 20px 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #E0E0E0;
    font-size: 18px;
    font-weight: bold;
    color: var(--d2d-blue);
    width: 100%;
    display: block !important;
    clear: both;
    position: relative;
    box-sizing: border-box;
}

/* Module Content - EXACT STRUCTURE */
.moduleContent {
    margin-left: 42px;
    width: calc(100% - 42px);
    padding: 0;
    background: white;
}

.moduleContent fieldset {
    padding: 20px 30px;
}

.emp-modulecontent {
    margin-left: 42px;
    width: calc(100% - 42px);
    padding: 0;
    background: white;
}

.emp-modulecontent fieldset {
    padding: 20px 30px;
}

.mobi-head {
    margin-left: 0;
    padding: 0;
    background: white;
}

.mobi-head fieldset {
    padding: 20px 30px;
}

/* Section Icon Positioning */
.box-module > div[style*="float: left"] {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.box-module {
    position: relative;
    min-height: 60px;
}

/* Float Lists */
.float {
    list-style: none;
    padding: 0;
    margin: 0;
}

.float::after {
    content: "";
    display: table;
    clear: both;
}

.float li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-style-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-style-1 li {
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: top;
}

.page-style-1 li label {
    margin-bottom: 6px;
    display: block;
}

.disp-innit {
    display: inline-block;
}

.w-100 {
    width: 100%;
    clear: both;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.pb-md-0 {
    padding-bottom: 0;
}

.pb-3 {
    padding-bottom: 15px;
}

.marginright0 {
    margin-right: 0;
}

.clear {
    clear: both;
}

/* Input Field Sizes - EXACT MATCH */
.inputMedMore {
    width: 240px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.inputMed {
    width: 190px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.inputMedSm {
    width: 145px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.inputMedLess {
    width: 150px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.inputLarge {
    width: 400px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.inputSmall {
    width: 80px;
    padding: 6px 8px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.input-style-section1-1 {
    width: 200px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.trackerInputDate {
    width: 120px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

/* Header Styles */
.header-style-01 {
    color: var(--d2d-blue);
    font-family: Arial, Helvetica, sans-serif;
}

.header-style-size-01 {
    font-size: 20px;
}

.header-style-size-02 {
    font-size: 14px;
}

.header-style-size-03 {
    font-size: 15px;
}

.header-style-size-04 {
    font-size: 13px;
}

.header-style-size-05 {
    font-size: 18px;
}

.primary-header {
    color: var(--d2d-blue);
}

.emp-info-atte {
    font-weight: 600;
    font-size: 14px;
}

/* Layout Utilities */
.fleft {
    float: left;
    text-align: left;
}

.fright {
    float: right;
    text-align: right;
}

.mt-0 {
    margin-top: 0;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pb-3 {
    padding-bottom: 15px;
}

.margin10Top {
    margin-top: 10px;
}

.my-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.font-size-12 {
    font-size: 12px;
}

/* Tooltip - EXACT MATCH */
.tooltip {
    display: inline-block !important;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    cursor: help;
    text-decoration: none;
    opacity: 1 !important;
    visibility: visible !important;
}

a.tooltip {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tooltip .fa-tipIcon {
    color: #666666;
    font-size: 16px;
    transition: color 0.2s;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

a.tooltip .fa-tipIcon {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tooltip:hover .fa-tipIcon {
    color: var(--d2d-blue);
}

.tooltip .classic {
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid var(--d2d-blue);
    border-radius: 4px;
    padding: 12px 15px;
    min-width: 280px;
    max-width: 450px;
    width: max-content;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    left: 22px;
    top: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    white-space: normal;
}

.tooltip:hover .classic {
    display: block;
}

.tooltip .classic::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid var(--d2d-blue);
}

.tooltip .classic::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid white;
}

.last-li-tiptext {
    width: 400px;
}

.lasttooltipadjust {
    top: -50px;
}

/* Error Messages */
.field-errormsg {
    color: var(--d2d-error);
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.newUI-Input-Hint-1 {
    font-size: 11px;
    color: var(--d2d-text-light);
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

/* Required Asterisk */
.required {
    color: var(--d2d-error);
    margin-left: 3px;
}

.page-style-1 .required {
    color: var(--d2d-error);
}

/* Checkbox and Radio Styles */
.chk-style-2 {
    margin-right: 5px;
}

.chk-accent-color {
    accent-color: var(--d2d-blue);
}

.txtFirstName {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.li-sytle-01 {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.divNoMiddleInitial {
    margin-top: 8px;
}

/* Radio List */
.radioList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.customRadioList {
    margin: 10px 0;
}

.customRadioList li {
    margin-bottom: 10px;
    float: none;
}

.radio-title {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}

.styled {
    margin-right: 8px;
}

.fw-normal {
    font-weight: normal;
}

.icon-colored {
    color: var(--d2d-blue);
}

.summaryMargin {
    margin: 15px 0;
}

.eesMargin {
    margin-bottom: 8px;
}

.margin-bottom-1 {
    margin-bottom: 8px;
}

/* Employment Status Section */
.os1-emp-status {
    position: relative;
}

.width93 {
    width: 93%;
}

.box-dependent {
    margin-top: 15px;
    padding: 15px;
    background-color: #F8F9FA;
    border-left: 3px solid var(--d2d-blue);
}

.box-additional {
    margin-left: 20px;
}

.radio-3 {
    margin-top: 10px;
}

.f20-l28 {
    font-size: 20px;
    line-height: 28px;
}

.f-w300 {
    font-weight: 300;
}

.f20-l24 {
    font-size: 20px;
    line-height: 24px;
}

.f16-l20 {
    font-size: 16px;
    line-height: 20px;
}

.f18-l24 {
    font-size: 18px;
    line-height: 24px;
}

.newUI-moduleLabel-2 {
    width: 35px;
    height: 35px;
    background-color: var(--d2d-blue);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    flex-shrink: 0;
}

.complete-nextSteps-instructions {
    display: inline-flex;
}

.me-2 {
    margin-right: 8px;
}

.alien-sec {
    display: inline-block;
}

.alien-sec4 {
    display: inline-block;
    margin-left: 10px;
}

.alien-radiolabel {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-left: 5px;
}

.alien-subradio {
    margin-top: 15px;
}

.eesSubMargin {
    margin-left: 20px;
}

.indent-radio {
    margin-left: 20px;
}

.tblAlienOption {
    width: 100%;
    margin-top: 20px;
}

.tdOR {
    padding-left: 60px;
    font-weight: bold;
    font-size: 14px;
}

.or-txt {
    display: inline-block;
    margin: 10px 0;
}

.atag-mob {
    display: inline-block;
}

.atag-input {
    display: inline-block;
}

.alien-desktop-required {
    margin-top: 5px;
}

.alien-desk-errormsg {
    margin-top: 5px;
}

.admission-error-msg {
    margin-top: 5px;
}

.issue-country-desktop {
    display: inline-block;
    margin-left: 10px;
}

.select-style-1 {
    display: inline-block;
}

.select-style-4 {
    margin-left: 10px;
}

.select-drop select {
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.icon-bg {
    background-color: white;
}

.section1SignatureBoxCountry {
    width: 200px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.na-input {
    display: inline-block;
    margin: 0 10px;
}

.mright10 {
    margin-right: 10px;
}

.mx-md-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.ms-md-4 {
    margin-left: 20px;
}

.px-md-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-md-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-md-5 {
    padding-left: 25px;
    padding-right: 25px;
}

.ps-md-1 {
    padding-left: 5px;
}

.pe-md-3 {
    padding-right: 15px;
}

.mb-md-1 {
    margin-bottom: 5px;
}

.mb-md-2 {
    margin-bottom: 10px;
}

.mt-md-0 {
    margin-top: 0;
}

.mt-md-1 {
    margin-top: 5px;
}

.my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-md-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.d-md-inline-flex {
    display: inline-flex;
}

.d-md-flex {
    display: flex;
}

.d-md-block {
    display: block;
}

.d-md-none {
    display: none;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

/* Signature Section */
.ESignature-main {
    margin-top: 0;
    padding-top: 0;
}

.electronic-sign-head {
    font-size: 18px;
    font-weight: bold;
    color: var(--d2d-blue);
    margin-bottom: 15px;
}

.alert-box-section1-1 {
    background-color: #FFF3CD;
    border: 1px solid #FFC107;
    padding: 15px;
    margin: 15px 0;
}

.alert-text-section1-1 {
    font-size: 13px;
    line-height: 1.5;
    color: #856404;
    font-family: Arial, Helvetica, sans-serif;
}

.imp-sign-sec {
    background-color: #FFF3CD;
}

.imp-text {
    font-weight: bold;
    color: #856404;
}

.imp-signin-text {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.twoLine {
    display: inline-block;
    vertical-align: top;
}

.legal-name {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.fontsize-sytle-01 {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.f-w600 {
    font-weight: 600;
}

.i-agree-text {
    font-size: 13px;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
}

/* Preparer/Translator Section */
.prep-tras-cert {
    font-size: 13px;
    font-weight: 600;
    color: var(--d2d-blue);
    font-family: Arial, Helvetica, sans-serif;
}

.pTranslatorMargin {
    margin: 10px 0;
}

.prep-label-font {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.countspan-txt {
    display: inline-block;
    margin-left: 10px;
}

.trans-li-width {
    width: 740px;
}

.prep-trans-head {
    font-size: 18px;
    font-weight: bold;
    color: var(--d2d-blue);
    margin-bottom: 10px;
}

.prep-trans-inputs {
    margin-top: 10px;
}

.special-placement-li {
    width: 32px;
}

/* Chevron Bars - EXACT MATCH */
.top-arrows-fleft {
    padding-top: 11px;
}

.new-sprite-bars {
    position: relative;
    padding: 12px 20px 12px 25px;
    min-width: 180px;
    text-align: center;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.new-sprite-bars-red {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50"><polygon points="0,0 180,0 200,25 180,50 0,50" fill="%230054AF"/></svg>');
    color: white;
}

.new-sprite-bars-grey {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50"><polygon points="0,0 180,0 200,25 180,50 0,50" fill="%23E8E8E8"/></svg>');
    color: #333;
}

.new-sprite-bars-transparent {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50"><polygon points="0,0 180,0 200,25 180,50 0,50" fill="transparent" stroke="%23E8E8E8" stroke-width="1"/></svg>');
    color: #333;
}

.remotechevron {
    margin-right: 0;
}

.padding-top7 {
    padding-top: 7px;
    display: block;
    font-size: 13px;
    line-height: 1.4;
}

.text-color-black {
    color: #333;
}

/* Header Section Styling */
.box-module-01 table {
    width: 100%;
    margin-bottom: 15px;
}

.box-module-01 .header-style-size-01 {
    font-size: 20px;
    line-height: 1.3;
}

.box-module-01 .header-style-size-02 {
    font-size: 14px;
    line-height: 1.4;
}

.box-module-01 .header-style-size-03 {
    font-size: 15px;
}

.box-module-01 .header-style-size-04 {
    font-size: 13px;
}

.box-module-01 a {
    color: var(--d2d-blue);
    text-decoration: underline;
}

.box-module-01 a:hover {
    text-decoration: underline;
}

/* Additional Utilities */
.margin-top-9 {
    margin-top: 9px;
}

.mleft5 {
    margin-left: 5px;
}

.mright20 {
    margin-right: 20px;
}

.margin-left-1 {
    margin-left: 5px;
}

.font-size-3 {
    font-size: 13px;
}

.div-header-title-1 {
    font-size: 18px;
    font-weight: bold;
    color: var(--d2d-blue);
}

.dob-table {
    width: 100px;
}

.select-style-6 {
    margin-left: 0;
}

/* Labels */
.float li label,
.page-style-1 li label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: var(--d2d-text);
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Buttons */
.d2d-i9-button-group {
    text-align: right;
    padding: 20px 30px;
    background: white;
    border-top: 1px solid #E0E0E0;
}

.d2d-i9-button {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    transition: background-color 0.2s;
}

.d2d-i9-button-primary {
    background-color: var(--d2d-blue);
    color: white;
}

.d2d-i9-button-primary:hover {
    background-color: var(--d2d-blue-dark);
}

.d2d-i9-button-large {
    padding: 14px 40px;
    font-size: 16px;
}

/* Button Styles - Reference Match */
.btn-style-3 {
    border: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

.btn-style-section1-1 {
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-size-9 {
    padding: 14px 40px;
    font-size: 16px;
}

.primary-bg {
    background-color: var(--d2d-blue);
    color: white;
}

.primary-bg:hover {
    background-color: var(--d2d-blue-dark);
}

.primary-bg:active {
    background-color: var(--d2d-blue-dark);
}

/* Error and Loading */
.d2d-i9-error-box {
    background-color: #F8D7DA;
    border: 2px solid var(--d2d-error);
    padding: 18px;
    margin: 18px 30px;
    border-radius: 0;
    color: #721C24;
    display: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.d2d-i9-error-box.show {
    display: block;
}

.d2d-i9-loading {
    display: none;
    text-align: center;
    padding: 40px;
}

.d2d-i9-loading.show {
    display: block;
}

.d2d-i9-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--d2d-blue);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Anti-Discrimination Notice */
.anti-desc-dsktp {
    margin-top: 10px;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .d2d-i9-portal {
        padding: 15px 10px;
    }
    
    .d2d-i9-container {
        padding: 10px;
    }
    
    .d2d-i9-progression {
        padding: 15px;
    }
    
    .moduleContent,
    .emp-modulecontent {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }
    
    .moduleContent fieldset,
    .emp-modulecontent fieldset,
    .mobi-head fieldset {
        padding: 15px;
    }
    
    .box-module-01 {
        padding: 15px !important;
    }
    
    .d-md-none {
        display: none;
    }
    
    .d-md-block {
        display: block;
    }
    
    .d-md-inline-block {
        display: inline-block;
    }
    
    .d-md-inline-flex {
        display: inline-flex;
    }
    
    .d-md-flex {
        display: flex;
    }
    
    .d-md-inline {
        display: inline;
    }
    
    /* Always show tooltips on mobile too */
    .tooltip {
        display: inline-block !important;
        visibility: visible !important;
    }
    
    .tooltip .fa-tipIcon {
        display: inline-block !important;
        visibility: visible !important;
    }
}
