/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(169,22): run-time error CSS1039: Token not allowed after unary operator: '-combo-background-color'
(170,17): run-time error CSS1039: Token not allowed after unary operator: '-combo-text-color'
(178,31): run-time error CSS1039: Token not allowed after unary operator: '-combo-text-color'
(179,30): run-time error CSS1039: Token not allowed after unary operator: '-combo-text-color'
(184,22): run-time error CSS1039: Token not allowed after unary operator: '-combo-background-color'
(185,17): run-time error CSS1039: Token not allowed after unary operator: '-combo-text-color'
(190,22): run-time error CSS1039: Token not allowed after unary operator: '-combo-background-color'
(191,17): run-time error CSS1039: Token not allowed after unary operator: '-combo-text-color'
(196,22): run-time error CSS1039: Token not allowed after unary operator: '-combo-selected-background-color'
(200,22): run-time error CSS1039: Token not allowed after unary operator: '-combo-focused-background-color'
(204,17): run-time error CSS1039: Token not allowed after unary operator: '-combo-placeholder-color'
 */
:root {
    --combo-background-color: #131415;
    --combo-text-color: #fff;
    --combo-selected-background-color: #767676;
    --combo-focused-background-color: #424242;
    --combo-placeholder-color: #bdbcbc;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}


body, html {
    background-color: #fbfbfb;
}

.modal-backdrop.in {
   opacity: .5;
}

@media screen and (max-width: 250px) {
    .alert-popover {
        position: fixed;
        right: 5px;
        left: 5px;
        z-index: 1050;
        margin-bottom: 0;
    }

    body {
        border: 1px solid silver;
        border-radius: 7px;
        width: 200px;
        height: 400px;
        overflow: hidden;
    }

    body .Vlt-callout .Vlt-callout__dismiss {
        position: absolute;
        right: 12px;
        top: 12px;
        height: 15px;
        width: 15px;
    }

    body .Vlt-callout {
        padding: 12px;
        overflow-wrap: anywhere;
    }

    body .Vlt-callout p {
        font-size: smaller;
    }

    .enabled.modal-backdrop, .link-an-agent.modal-backdrop, .reset-password.modal-backdrop {
        display: block;
        border-radius: 7px;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

.recaptcha-terms-information-container {
    margin-bottom: 0; 
    padding-top: 9px;
}

.recaptcha-terms-information {
    color: gray;
    font-size: 12px;
    line-height: 1.5rem;
}

.recaptcha-v2-contact-pad-scroll { 
    max-height: 400px; 
    max-width: 200px; 
    overflow-y: auto; 
    overflow-x: hidden;
}

.external-identity-btn {
    background-color: #fff;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
    width: 100%;
}

.login-action-button {
    width: 100%;
    margin-bottom: 16px;
}

.sso-login-action-button-container button {
    width: 100%;
}

.obsolete-sso-login-action-button-container {
    text-align: center;
}

.login-page-forgotten-password-container {
    padding-top: 0;
}

.login-page-external-identity-btn {
    max-height: 40px;
}

.contact-pad-4-external-identity-btns-container div {
    max-width: 33px;
}

.contact-pad-4-external-identity-btns-container img {
    max-width: 200%;
}

.contact-pad-external-identity-btn {
    max-height: 32px;
}

.external-identity-btn-container {
    width: 100%;
}

.login-page-external-identity-icon {
    max-height: 20px;
    margin-right: 7px;
}

.contact-pad-external-identity-icon {
    max-height: 16px;
}

.contact-pad-external-identity-text {
    margin-left: 7px;
}

.contact-pad-input {
   max-height: 32px; 
}


.custom-wrapper {
    border-radius: 6px;
    border-color: transparent;
    height: 40px;
    font-weight: 600;
}

.custom-toggle {
    background: var(--combo-background-color);
    color: var(--combo-text-color);
    border-radius: 6px;
    border-color: transparent;
    padding-left: 14px;
    padding-right: 38px;
}

.custom-toggle .vscomp-arrow::after {
    border-bottom-color: var(--combo-text-color);
    border-right-color: var(--combo-text-color);
    border-width: 2px;
}

.custom-dropbox-container {
    background: var(--combo-background-color);
    color: var(--combo-text-color);
    border-radius: 6px;
}

.custom-dropbox {
    background: var(--combo-background-color);
    color: var(--combo-text-color);
    border-radius: 6px;
}

.custom-dropbox .selected {
    background: var(--combo-selected-background-color);
}

.custom-dropbox .focused {
    background: var(--combo-focused-background-color);
}

.custom-dropbox .vscomp-search-input::placeholder {
    color: var(--combo-placeholder-color);
}

