
lightning-formatted-address a:focus {
    text-decoration: none;
}

label {
    font-size: var(--lwc-formLabelFontSize);
}

.edit-icon {
    fill: var(--steele-blue-506d85);
    background: transparent;
}

.clickable {
    cursor: pointer;
}

.slds-scope .slds-button_brand:hover:enabled,
.slds-scope .slds-button_brand:focus:enabled,
.slds-scope .slds-button--brand:hover:enabled
.slds-scope .slds-button--brand:focus:enabled {
    background-color: var(--button-focus-color);
    border-color: var(--button-focus-color);
    color: var(--light-background-f7f8f9);
    cursor: pointer;
}

h1.slds-page-header__title,
.os-step-label,
.slds-page-header__title.slds-p-horizontal_medium.slds-text-heading--medium.slds-m-top_medium.os-step-label,
.vlc-separator {
    display: none;
}

.slds-rich-text-editor__output:has(img.registration-status) {
    text-align: right;
}

div.sw-button-normal {
    width: 200px;
}

div.omniscript-container,
div {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-28);
    letter-spacing: 0;
    color: var(--unnamed-color-707070);
    outline: none;
}

.slds-scope a.button:focus {
    color: var(--unnamed-color-ffffff);
}

a.button:hover a.button {
    color: var(--unnamed-color-ffffff);
    background-color: var(--hyperlink-027abb);
    outline: none;
}

.slds-scope .slds-button a {
    color: var(--unnamed-color-ffffff);
}

.slds-scope a.button:hover {
    color: var(--unnamed-color-ffffff);
}

.slds-scope .slds-button_neutral,
.slds-scope .slds-button--neutral,
.slds-scope .slds-button_neutral:hover,
.slds-scope .slds-button--neutral:hover,
.slds-scope .slds-text-title_bold,
lightning-formatted-address div,
a:hover,
a:active,
a {
    color: var(--hyperlink-027abb);
}

.slds-button_neutral,
a:active, a:hover {
    outline: 0;
}

a.no-underline {
    text-decoration: none;
}

a.no-underline:hover, a.no-underline:focus {
    text-decoration: underline;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

.slds-scope .slds-button_neutral::before {
    content: '<\00a0';
}

.slds-scope .slds-card,
.slds-scope .slds-button_neutral,
.slds-scope .slds-button--neutral,
.slds-scope .slds-button_neutral:hover,
.slds-scope .slds-button--neutral:hover {
    border: none;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

a:hover {
    text-decoration: underline;
}

.slds-scope .slds-progress_vertical .slds-progress__item_content {
    font-size: var(--unnamed-font-size-18);
}

.header-label {
    font-size: var(--unnamed-font-size-50) !important;
}

.header-label, .sub-header, h1 {
    color: var(--steele-blue-506d85);
}


a:focus {
    outline: none;
}

.header-label,
h1 {
    font-weight: var(--unnamed-font-weight-300);
    font-size: var(--unnamed-font-size-50);
    line-height: var(--unnamed-line-spacing-60);
    outline: none;
    outline-offset: 0;
}

.sub-header {
    font-size: var(--unnamed-font-size-24);
    font-weight: var(--unnamed-font-weight-600);
}

p,
.body-copy-20px {
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-28);
}

.body-copy-18px {
    font-size: var(--unnamed-font-size-18);
    line-height: var(--unnamed-line-spacing-25);
    color: var(--body-copy-color-455a64);
}

.body-copy-16px {
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-22);
    color: var(--unnamed-color-707070);
}

.body-copy-12px {
    font-size: var(--unnamed-font-size-12);
    line-height: var(--unnamed-line-spacing-17);
    color: var(--unnamed-color-707070);
}


.slds-scope .slds-m-top_x-small, .slds-scope .slds-m-top--x-small {
    margin-top: 0;
    padding-bottom: 15px;
}

div.omniscript-side-content {
    background-color: rgba(112, 112, 112, 0.25) !important;
}

div > slot > article {
    min-height: 650px;
}

.omniscript-side-content:has(slot.hide-chart) {
    display: none !important;
}

@media (min-width: 48em) {
    #lightning div.omniscript-container div.omniscript-body[data-stepborder="right"] {
        border-right: 0 !important;
    }
}

.omniscript-article .omniscript-body[data-stepborder='right'] {
    border-right: none;
}

.slds-combobox__input.slds-input_faux.fix-slds-input_faux:not(.slds-combobox__input-value),
input::placeholder {
    color: var(--background-eff2f4) !important;
    font-size: var(--unnamed-font-size-18);
}

.slds-combobox__input,
.slds-input {
    height: 49px;
}

.large-input .slds-combobox__form-element {
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 100%;
    padding: 0; /* Adjust padding to match new height */
}

.large-input .slds-input {
    font-size: 20px;
    line-height: normal;
    height: 100%;
    width: 100%; /* Ensure input is full width */
    padding: 0; /* Reset padding */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.large-input .slds-combobox__input-group {
    height: 100%;
    width: 100%;
}

.large-input .slds-combobox__input {
    height: 100%;
    padding: 0 10px; /* Adjust to keep the arrow aligned */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.large-input .slds-dropdown-trigger {
    align-self: center;
    height: 100%;
    width: 100%;
}

.slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right > div {
    top: auto !important;
}

.large-input .fix-slds-input_faux {
    line-height: 49px !important;
}

.slds-grid .slds-scope.slds-gutters.slds-col {
    margin-top: 15px;
}