
#welcomeLightbox.lightbox .lightbox-content .welcome-content .auth-sections #resetpasssec.vacancy-application .vacancy-application-headline h4 {
	font-family: Fabriga Medium,Fabriga regular, Lato, sans-serif !important;
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: -19px;
  padding-top: 10px;
  font-weight: normal;
  text-transform: none;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .auth-sections #resetpasssec.vacancy-application p {
	margin-top: 20px;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .auth-sections #sgparts.vacancy-application #requirednotice p {
	display: inline-block;
}

#emailVerificationLightbox.lightbox .lightbox-content .vacancy-application {
	margin-bottom: 0px;
}


#emailVerificationLightbox.lightbox .lightbox-content .vacancy-application .vacancy-application-headline,
#resetPasswordLightbox.lightbox .lightbox-content .vacancy-application .vacancy-application-headline {
	font-family: Fabriga Medium,Fabriga regular, Lato, sans-serif !important;
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: -19px;
  padding-top: 10px;
  font-weight: normal;
  text-transform: none;
}

#emailVerificationLightbox,
#resetPasswordLightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}

#emailVerificationLightbox .lightbox-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 30px !important;
    border: 1px solid #888;
    width: 80% !important;
    max-width: 400px !important;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
}

#resetPasswordLightbox .lightbox-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 30px !important;
    border: 1px solid #888;
    width: 80% !important;
    max-width: 400px !important;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-height: 80vh;
    overflow-y: auto;
    min-height: 300px;
    box-sizing: border-box;
}

#resetPasswordLightbox .lightbox-content .welcome-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}
#emailVerificationLightbox .lightbox-content .close,
#resetPasswordLightbox .lightbox-content .close {
    color: #333;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}
#emailVerificationLightbox .lightbox-content .close:hover,
#emailVerificationLightbox .lightbox-content .close:focus
#resetPasswordLightbox .lightbox-content .close:hover,
#resetPasswordLightbox .lightbox-content .close:focus {
    color: #007bff;
}







/* Lightbox styling for Welcome */
#welcomeLightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}

#welcomeLightbox .lightbox-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 30px !important;
    border: 1px solid #888;
    width: 80% !important;
    max-width: 800px !important;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-height: 80vh;
    overflow-y: auto;
    min-height: 300px;
    box-sizing: border-box;
}

#welcomeLightbox .lightbox-content .welcome-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

#welcomeLightbox .lightbox-content .close {
    color: #333;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

#welcomeLightbox .lightbox-content .close:hover,
#welcomeLightbox .lightbox-content .close:focus {
    color: #007bff;
}

#welcomeLightbox .lightbox-content .welcome-section,
#welcomeLightbox .lightbox-content .guest-section {
    flex: 1 1 50%;
    min-width: 0;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

#welcomeLightbox .lightbox-content .guest-section {
    border-left: 1px solid #ddd;
}

#welcomeLightbox .lightbox-content h2 {
    color: #2c3e50;
    font-size: 23px;
    margin-bottom: 15px;
}

#welcomeLightbox .lightbox-content h3 {
    margin-bottom: 15px;
    font-size: 17px;
    color: #555;
    line-height: 1.5;
    font: 17px/1.6625 Fabriga regular,Humanist777BT-LightB,Lato,sans-serif !important;
    font-weight: bold !important;
}

#emailVerificationLightbox .lightbox-content p,
#resetPasswordLightbox.lightbox .lightbox-content p,
#welcomeLightbox .lightbox-content p {
    display: grid;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}

#resetPasswordLightbox.lightbox .lightbox-content #setPasswordForm label,
#welcomeLightbox .lightbox-content label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    display: flex;
}

#welcomeLightbox .lightbox-content input[type="email"] {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

#welcomeLightbox .lightbox-content input[type="email"]:focus {
    border-color: #007bff;
    outline: none;
}

#welcomeLightbox .lightbox-content input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 3px;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .welcome-section label input#personalized-emails {
	  width: 35px !important;
    height: 35px !important;
}

#welcomeLightbox .lightbox-content .continue-btn,
#welcomeLightbox .lightbox-content .continue-guest-btn {
    margin-top: 20px;
    padding: 12px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    transition: background-color 0.3s ease;
    text-shadow: none;
    width: 100%;
    min-height: 48px;
}

#welcomeLightbox .lightbox-content .continue-btn:hover,
#welcomeLightbox .lightbox-content .continue-guest-btn:hover {
    background-color: #0056b3;
}

#welcomeLightbox .lightbox-content .continue-btn:disabled,
#welcomeLightbox .lightbox-content .continue-guest-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#welcomeLightbox .lightbox-content a.data-use {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

#welcomeLightbox .lightbox-content a.data-use:hover {
    text-decoration: underline;
}

#welcomeLightbox .lightbox-content .auth-sections {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application {
    flex: 1 1 50%;
    min-width: 0;
    padding: 15px;
    box-sizing: border-box;
    border: 0;
    background-color: #f9f9f9;
}

#welcomeLightbox .lightbox-content .auth-sections #sgparts {
    border-left: 1px solid #ddd;
}

#welcomeLightbox .lightbox-content .auth-sections #loginsec.vacancy-application h4,
#welcomeLightbox .lightbox-content .auth-sections #sgparts.vacancy-application h4 {
	  font-family: Fabriga Medium,Fabriga regular, Lato, sans-serif !important;
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: -19px;
    padding-top: 10px;
    font-weight: normal;
    text-transform: none;
}

#welcomeLightbox .lightbox-content .auth-sections #loginsec.vacancy-application h5,
#welcomeLightbox .lightbox-content .auth-sections #sgparts.vacancy-application h5 {
	padding-top: 20px;
  color: #2c3e50;
  margin-bottom: -15px;
  padding-bottom: 0px;
  font-size: 15px;
  margin-top: 10px;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .welcome-section button.continue-btn {
	max-width: 120px;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
}

#resetPasswordLightbox.lightbox .lightbox-content #setPasswordForm label,
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application label {
    font-weight: bold;
    font-size: 0.8em;
    color: #333;
    margin-bottom: 0;
    margin-top: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

#resetPasswordLightbox .lightbox-content #setPasswordForm input[type="password"],
#resetPasswordLightbox .lightbox-content #setPasswordForm input[type="text"],
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application input[type="text"],
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application input[type="password"],
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application select {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    transition: border-color 0.3s ease;
    font-family: Fabriga regular,Lato,sans-serif;
    max-width: 300px;
}

#resetPasswordLightbox .lightbox-content #setPasswordForm input[type="password"]:focus,
#resetPasswordLightbox .lightbox-content #setPasswordForm input[type="text"]:focus,
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application input[type="text"]:focus,
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application input[type="password"]:focus,
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application select:focus {
    border-color: #007bff;
    outline: none;
}

#resetPasswordLightbox .lightbox-content #setPasswordForm input#set-password-submit.submit,
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .submit {
    margin-top: 20px;
    padding: 14px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    transition: background-color 0.3s ease;
    text-shadow: none;
    width: 100%;
    min-height: 48px;
}
#resetPasswordLightbox .lightbox-content #setPasswordForm input#set-password-submit.submit:hover,
#welcomeLightbox.lightbox .lightbox-content .welcome-content .close-button
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .submit:hover {
   /* background-color: #0056b3 !important;*/
    background-color: #34495e !important;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .close-button {
	margin-top: 0px;
  padding: 14px;
  background-color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  transition: background-color 0.3s ease;
  text-shadow: none;
  width: 100%;
  min-height: 48px;
  max-width: 275px;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content #registration-close button.close-button {
	float: right;
  margin-right: 20px;
  max-width: 120px;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .submit:disabled {
    background-color: #ccc !important;
    cursor: not-allowed;
}


#resetPasswordLightbox.lightbox .lightbox-content #setPasswordForm #set-password-error.error,
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .error {
    font-size: 14px;
    color: #df4343;
    margin-bottom: 10px;
    font-weight: normal;
  	padding-top: 10px;
}

#welcomeLightbox.lightbox .lightbox-content .auth-sections #regForm #reg-error.error {
	font-size: 13px;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application a {
    color: #007bff;
    text-decoration: none;
    font-size: 13px;
    vertical-align: bottom;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application a:hover {
    text-decoration: underline;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .smalltxt,
#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .reqRed {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .red {
    color: red;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .privAgreechec input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 3px;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
}

#welcomeLightbox .lightbox-content .auth-sections #sgparts.vacancy-application form#regForm .privAgreechec label.reqRed.checkLabel {
    display: inline;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

#welcomeLightbox .lightbox-content .auth-sections .vacancy-application .vacancy-application-headline.left {
    margin-bottom: 15px;
}

#welcomeLightbox .lightbox-content .auth-sections #vacancy-application-rem {
  clear: both;
  padding-top: 10px;
}

#welcomeLightbox .lightbox-content .auth-sections #loginsec.vacancy-application form#loginForm div#vacancy-application-submit input.submit {
    float: left;
}

#welcomeLightbox .lightbox-content .auth-sections #loginsec.vacancy-application form#loginForm #login-error.error {
    font-weight: normal;
    padding-top: 10px;
    color: #df4343;
    font-size: 13px;
    float: left;
}

/* My Account Section */
#welcomeLightbox .lightbox-content .auth-sections .my-account-section .heart-icon,
#welcomeLightbox .lightbox-content .auth-sections .my-account-section .car-icon,
#welcomeLightbox .lightbox-content .auth-sections .my-account-section .settings-icon,
#welcomeLightbox .lightbox-content .auth-sections .my-account-section .logout-icon {
    vertical-align: text-bottom;
    margin-right: 5px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .sidebar-item:hover {
    background-color: #dee2e6;
    cursor: pointer;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .add-icon {
    margin-right: 3px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .account-header h2 {
    font-size: 18px;
    color: #202124;
    margin: 0;
    text-align: left;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    font-family: Fabriga regular, Lato, sans-serif;
    text-align: left;
    width: 100%;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .logged-in-text {
    font-size: 14px;
    color: #3578f6;
    margin: 0;
    text-align: right !important;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-sidebar {
    width: 170px;
    background-color: #f8f9fa;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    border-right: 1px solid #dee2e6;
    flex-shrink: 0;
    padding-left: 5px;
    flex: 0 0 170px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-sidebar h2 {
    font-size: 18px;
    color: #202124;
    margin: 0 0 15px 0;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-sidebar .sidebar-section {
    font-size: 16px;
    color: #000;
    margin: 10px 0 5px 0;
    font-weight: bold;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-sidebar .sidebar-item {
    padding: 8px 0;
    color: #333;
    font-size: 14px;
    padding-left: 5px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-sidebar .section-separator {
    border: 0;
    height: 1px;
    background-color: #dee2e6;
    margin: 10px 0;
}

#welcomeLightbox .lightbox-content .auth-sections .notifSec {
    color: #007bff;
    font-size: 13px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-content {
    padding: 3px;
    box-sizing: border-box;
    min-width: 0;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-content .result-items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-notification {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

#welcomeLightbox .lightbox-content .auth-sections .my-account-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.my-account-section {
    text-align: left;
    padding: 5px;
}

.garage-content {
    margin-top: 15px;
    text-align: left;
}

.garage-content h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.garage-content p {
    color: #666;
}

#welcomeLightbox.lightbox .auth-sections .my-account-section .my-account-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

#welcomeLightbox.lightbox .auth-sections .my-account-section .my-account-main {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

#welcomeLightbox.lightbox .auth-sections .my-account-section .my-account-content {
    min-width: 500px;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .auth-sections .my-account-section .my-account-flex .my-account-main .lbcontentheader h3 {
    margin-bottom: 0;
    font-size: 16px !important;
    color: black;
    margin-top: 15px;
    margin-left: 5px;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .auth-sections p.monthlypayment.top {
    margin-bottom: 0;
}

#welcomeLightbox.lightbox .lightbox-content .welcome-content .auth-sections .item-detail .monthlypayment.bottom {
    margin-top: -5px;
}

/* Result Item Styles */
#welcomeLightbox.lightbox .auth-sections .my-account-section .result-item {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #ffffff;
    opacity: 1;
    animation: fadeIn 0.5s forwards;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
    overflow: hidden;
    border-radius: 16px;
    min-width: 250px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease;
}

#welcomeLightbox.lightbox .auth-sections .my-account-section .result-item:hover {
    background-color: #f5f5f5;
}

#myAccountLightbox .result-item h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fabriga Medium;
    color: #2c3e50;
    font-size: 1.2em;
    font-weight: normal;
}

.item-detail {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.item-detail small {
    font-size: 75%;
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.item-detail .highlight-text {
    display: block;
    margin-top: 4px;
    color: #2c3e50;
    font-size: 0.75em;
    background-color: #eee;
    width: fit-content;
    padding-left: 4px;
    font-weight: bold;
    padding-right: 4px;
    margin-bottom: 5px;
}

.item-detail p {
    margin-top: 8px;
    font-size: 0.9em;
    color: #333;
    font-weight: bold;
}

.item-detail .monthlypayment {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 4px;
}

.item-detail .monthlypayment.top {
    margin-top: 10px;
}

.item-detail .monthlypayment.bottom {
    margin-top: -10px;
}

.item-detail .totalprice {
    padding-left: 4px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.monthlyblue {
    color: #3579f6;
    font-size: 1.25em;
    font-family: Fabriga Medium;
}

.pricered {
    font-size: 22px;
    color: #e74c3c;
    font-family: Fabriga Medium;
}

.priceblue {
    font-size: 22px;
    color: #444444;
    font-family: Fabriga Medium;
}


.strike-center {
    position: relative;
    white-space: nowrap;
}

.strike-center:after {
    border-top: 1px solid #e74c3c;
    position: absolute;
    content: "";
    right: 0;
    top:43%;
    left: 0;
}


/* Tablet-specific breakpoint for iPad landscape (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    #welcomeLightbox .lightbox-content {
        width: 90%;
        max-width: 900px;
    }

    #welcomeLightbox .lightbox-content .welcome-content {
        flex-direction: row;
        gap: 30px;
    }

    #welcomeLightbox .lightbox-content .auth-sections {
        flex-direction: row;
        gap: 30px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application {
        padding: 20px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application h4 {
        font-size: 20px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application label {
        font-size: 15px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application .error {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/* Mobile breakpoint (including iPad portrait, max-width: 768px) */
@media (max-width: 768px) {
    #welcomeLightbox .lightbox-content {
        width: 95%;
        padding: 20px;
    }

    #welcomeLightbox .lightbox-content .welcome-content {
        flex-direction: column;
    }

    #welcomeLightbox .lightbox-content .welcome-section,
    #welcomeLightbox .lightbox-content .guest-section {
        flex: 1 1 100%;
        width: 100%;
        background-color: #f9f9f9;
    }

    #welcomeLightbox .lightbox-content .guest-section {
        border-left: none;
        border-top: 1px solid #ddd;
    }

    #welcomeLightbox .lightbox-content .auth-sections {
        flex-direction: column;
        gap: 20px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application {
        flex: 1 1 100%;
        width: 100%;
        padding: 15px;
    }

    #welcomeLightbox .lightbox-content .auth-sections #sgparts {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        border-left: none;
    }

    #welcomeLightbox.lightbox .lightbox-content .welcome-content .auth-sections #sgparts.vacancy-application #regForm #vacancy-application-title select,
    #welcomeLightbox .lightbox-content .auth-sections #loginsec.vacancy-application #loginForm input,
    #welcomeLightbox .lightbox-content .auth-sections #sgparts.vacancy-application #regForm input {
        max-width: initial;
        margin-right: 10px;
    }

    #welcomeLightbox .lightbox-content h2 {
        font-size: 1.2em;
    }

    #welcomeLightbox .lightbox-content h3 {
        font-size: 14px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application h4 {
        font-size: 18px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application label {
        font-size: 14px;
        line-height: 1.4em;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application .submit {
        max-width: 100%;
        min-height: 48px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application .privAgreechec input[type="checkbox"] {
        width: 24px !important;
        height: 24px !important;
        transform: scale(1.2);
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application form > div {
        margin-bottom: 12px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-content .result-items-grid {
        grid-template-columns: initial;
    }

    #welcomeLightbox.lightbox .auth-sections .my-account-section .my-account-flex {
        flex-direction: column;
    }

    #welcomeLightbox.lightbox .auth-sections .my-account-section .my-account-content {
        min-width: 100%;
    }

    #welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-content .result-items-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .my-account-section .my-account-content {
        padding: 10px;
        min-width: 100%;
    }

    #welcomeLightbox.lightbox .auth-sections .my-account-section .result-item {
        margin-bottom: 0;
    }
}

/* Enhance for iPad Pro (large screens, min-width: 1025px) */
@media (min-width: 1025px) {
    #welcomeLightbox .lightbox-content {
        max-width: 1000px;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application h4 {
        font-size: 22px;
    }
		#resetPasswordLightbox.lightbox .lightbox-content #setPasswordForm label,
    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application label {
        font-size: 14px;
        padding-bottom: 0;
    }
    
    #resetPasswordLightbox .lightbox-content #setPasswordForm input[type="password"],
    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application input[type="text"],
    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application input[type="password"],
    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application select {
        font-size: 16px !important;
        width: 100%;
        max-width: initial !important;
        margin-right: 0 !important;
    }

    #welcomeLightbox .lightbox-content .auth-sections .vacancy-application .submit {
        font-size: 16px;
        padding: 10px;
    }
}

/* Additional styles for links in welcome section */
#welcomeLightbox.lightbox .lightbox-content .welcome-section p a {
    color: #007bff;
}


#resetPasswordLightbox.lightbox #loginForm .password-wrapper,
#welcomeLightbox.lightbox .password-wrapper {
   position: relative;
   display: flex;
   align-items: center;
}

#resetPasswordLightbox.lightbox .password-toggle {
	position: absolute;
  right: 55px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: -28.3px !important;
}


#welcomeLightbox.lightbox .password-toggle {
   position: absolute;
   right: 10px;
   background: none;
   border: none;
   cursor: pointer;
   padding: 0;
   display: flex;
   align-items: center;
   margin-top: 6.7px !important;
}

#resetPasswordLightbox.lightbox .password-toggle .eye-icon,
#welcomeLightbox.lightbox .password-toggle .eye-icon {
   text-shadow: none;
   text-transform: initial;
}

#resetPasswordLightbox.lightbox .password-toggle:hover .eye-icon,
#welcomeLightbox.lightbox .password-toggle:hover .eye-icon {
   color: #000;
}

#resetPasswordLightbox.lightbox .password-toggle[aria-pressed="true"] .eye-icon,
#welcomeLightbox.lightbox .password-toggle[aria-pressed="true"] .eye-icon {
   text-decoration: line-through;
   color: #000;
}   
  
#resetPasswordLightbox.lightbox #loginForm .password-wrapper,         
#welcomeLightbox.lightbox #regForm .password-wrapper,   
#resetPasswordLightbox.lightbox #loginForm .password-wrapper,
#welcomeLightbox.lightbox #loginsec.vacancy-application #loginForm .password-wrapper {
	width: 100%;
	clear: both;
  float: left;
}

@media only screen and (max-width: 896px) and (max-height: 414px) and (orientation: landscape),
@media only screen and (max-width: 812px) and (max-height: 375px) and (orientation: landscape) {
	#welcomeLightbox .lightbox-content h2 {margin-bottom: 0px; margin-top: 0px;}
	#welcomeLightbox .lightbox-content {padding: 15px !important;}
	#welcomeLightbox .lightbox-content p {margin-bottom: 5px; margin-top: 5px;}
	#welcomeLightbox .lightbox-content .close {right: 20px;top: 10px;}
}
	