:root {
    --black: #000000;
    --dark-blue: #001e60;
    --spinner-color: #1858d2;
    --purple: #4b14f0;
    --off-white: #f6f5fb;
    --white: #ffffff;
    --spinner-header-color: #001e60;
    --clicked-button-bg-color: #afbdda;
    --hover-color: #e2ebff;
    --border-color: #dfdced;
    --blue-color: #0f5b9a;
    --pointer-border-color: #b3b3b3;
    --dark-grey: #fff0;
}

:root [cds-theme='dark'] {
    --spinner-color: #fff;
    --spinner-header-color: #fff;
}

body html {
    color: var(--white);
}

.main-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.content-background {
    background-image: url(/csp/gateway/portal/discovery/aa40781e7cf17cf54c2f.svg);
    background-position: center;
    background-size: cover;
}

/* Remove this with CSP_UI_COOKIE_CONSENT_FF */
.cookie-usage-banner .alert-text {
    flex-basis: 100%;
}

.cookie-usage-banner .alert-text a {
    color: inherit;
    text-decoration: underline;
}

/**
 Cookie banner text pop-out icon
 */
.cookie-usage-banner .alert-text a img.csp-clr-icon {
    height: 14px;
    width: 14px;
    margin-top: -3px;
}

/* END Remove this with CSP_UI_COOKIE_CONSENT_FF */

.broadcast-banner .alert-item .alert-action:not(:last-child) {
    margin-right: 0.6rem;
}

.link-container {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.marketing {
    visibility: hidden;
    margin-top: 12px;
    text-align: center;
}

.login-wrapper .login .login-group {
    padding: 20px 0 !important;
}

.login-wrapper .login .login-group .btn {
    background-color: var(--purple);
    border-color: var(--dark-grey);
    border-radius: 1.2rem;
    color: var(--white);
    font-size: 14px;
    height: 2.4rem;
    margin-top: 10px;
    text-transform: none;
    border: none;
}

.login-wrapper .login .login-group .btn[disabled] {
    background-color: var(--clicked-button-bg-color) !important;
}

.omnissa-logo {
    align-self: center;
}

.login .login-group .btn.user-button-name {
    background: transparent;
    color: var(--purple);
    margin: 0 !important;
    border-radius: 1.1rem 0 0 1.1rem;
    width: 93%;
}

.user-button-name:hover,
.dropdown:hover {
    background-color: var(--hover-color) !important;
}

.login-page {
    width: 100%;
}

.login-wrapper .login .login-group.login-group-main-container {
    padding-top: 0;
}

.login-wrapper .login .login-group .btn + .error {
    margin-top: 24px;
}

.login-wrapper {
    background-size: cover;
    line-height: 16px;
    padding-top: 0;
}

.login-wrapper .banners {
    top: 0;
    width: 100%;
    z-index: 3;
}

.login .login-group #users-history-option {
    padding: 3rem 0 0 0 !important;
}

.login .login-group .csp-next-button-wrapper {
    padding-top: 0 !important;
    flex-direction: column-reverse;
    margin-top: 10px;
}

.login .login-group .small-padding {
    padding: 20px 0 0 0 !important;
}

.login-wrapper .login .login-group .username {
    /* NOSONAR */
    margin-bottom: 0;
}

.login-wrapper .login .login-group .alert-danger {
    /* NOSONAR */
    margin-top: 24px;
}

#page-spinner {
    /* NOSONAR */
    margin: auto;
}

.omnissa-loading-logo {
    margin-right: 10px;
}

.logo-title {
    font-size: 1.5rem;
    color: var(--spinner-header-color);
    margin-bottom: 2rem;
}

.divider {
    border-left: 1px solid var(--white);
    height: 30px;
    margin: 0 10px;
}

.spinner {
    margin: 1rem 0 0.5rem;
}

.spinner::after {
    border: 0.3rem solid var(--spinner-color) !important;
}

html,
body {
    height: 100%;
    margin: 0;
}

.instruction {
    opacity: 90%;
    font-size: medium;
    font-weight: lighter;
}

.logout-message {
    font-size: medium;
    font-weight: 100;
    line-height: 24px;
    padding: 20px 0;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* NOSONAR */
}

.user-button {
    align-items: center;
    border: 0.05rem solid var(--purple);
    border-radius: 1.2rem;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    margin-bottom: 12px;
    overflow: inherit;
}

.user-button:first-of-type {
    margin-top: 1.2rem;
}

.dropdown-toggle.btn.btn-primary.user-button-dots {
    background: transparent;
    color: var(--purple);
    font-size: 17px;
    margin: 0 0 0 0 !important;
    width: 100%;
    min-width: 100%;
    width: 2.4rem;
    display: block;
    border-radius: 1.2rem 1.2rem 0 0;
    -webkit-transform: rotate(90deg);
}

.dropdown-item {
    /* Clarity override */
    font-size: 14px !important;
}

.dropdown-item.forget-user-dd-item {
    color: darkgray;
    font-size: small;
    min-height: 36px;
    padding: 15px 20px !important;
}

.bottom-right > .forget-user-dd-menu {
    padding: 0 !important;
}

.another-account {
    text-align: center;
}

.dropdown {
    flex: 0 1 auto;
    border-radius: 0 1.2rem 1.2rem 0;
}

#discovery_username.username {
    min-width: 100%;
    font-size: 14px;
    height: 2.3rem;
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    border: 0.05rem solid var(--border-color);
}

#discovery_username:disabled {
    color: black;
}

.username-label {
    color: var(--dark-blue);
    display: block;
    font-weight: bold;
    margin: 20px 0 10px 0;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

/*
    Animations
 */
.fly-in-from-left-animated {
    animation-duration: 0.35s;
    animation-name: fly-in-from-left;
}

@keyframes fly-in-from-left {
    /* NOSONAR */
    0% {
        transform: translate3d(-70px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.welcome {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 9px;
}

.login-footer {
    /*
     override clarity default setting and possibly rename the classes eventually with Clarity v17 upgrade.
    Currently the override comes from _properties.modal.scss from Clarity.
    We can try to prefix our classes with csp- if it does not affect any Catchpoint tests
    In this way the .login. and .login-footer... styles could be decoupled from clarity's inherited styles if needed
    */
    display: flex !important;
    flex-direction: column !important;
    align-items: normal !important;
    gap: unset !important;
    font-size: 11px !important;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 0 16px;
}

.actions .language-selector {
    display: none;
    /**
    This margin is necessary to align the language selector and the TOS links.
     */
    margin-left: -13px;
}

.login-footer .tos {
    display: flex;
    flex-direction: row;
}

.login-footer .tos span.tos-omnissa-label {
    flex: none;
    display: block;
}

.tos-broadcom {
    flex-direction: column !important;
}

.caret,
.dropdown.open .caret {
    background-image: url("data:image/svg+xml;utf8,<svg version=\"1.1\" viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" focusable=\"false\" aria-hidden=\"true\" role=\"img\"><path fill=\"rgb%280,121,84%29\" d=\"M29.52,22.52,18,10.6,6.48,22.52a1.7,1.7,0,0,0,2.45,2.36L18,15.49l9.08,9.39a1.7,1.7,0,0,0,2.45-2.36Z\"></path></svg>");
    width: 11px;
    height: 11px;
    display: inline-block;
    transform: rotate(180deg);
    transform-origin: 4px 6px;
    margin-left: 4px !important;
}

.language-selector .dropdown.open .caret {
    transform: rotate(0);
}

.login-wrapper .login .login-group .btn.forgot-password-link,
.login-wrapper .login .login-group .btn.create-account-link,
.login-wrapper .login .login-group .btn.signin-using-another-account {
    background: transparent;
    color: var(--dark-blue);
    font-size: 0.8rem;
    line-height: 1.2rem;
    width: 100%;
    font-weight: 500;
}

.btn.forgot-password-link,
.btn.create-account-link {
    height: auto !important;
}

.login-title {
    margin-top: 10px;
    display: block;
}

.login-wrapper.discovery-login-wrapper {
    background: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.login-wrapper.discovery-login-wrapper .login {
    background: var(--white);
    border-radius: 0.4rem;
    color: var(--black);
    justify-content: space-between;
    min-height: 36rem;
    padding: 1.8rem 1.8rem 1.2rem;
    width: 21rem;
}

.login-wrapper.discovery-login-wrapper .login .login-body {
    width: 100%;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.omnissa-connect-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.omnissa-connect-text {
    color: var(--dark-blue);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2rem;
}

.csp-login-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.gov-cloud-context-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    align-self: center;
    background-color: var(--blue-color);
    align-items: flex-start;
    padding: 40px;
    width: 450px;
    color: white;
}

.gov-cloud-context-header {
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
}

.gov-cloud-context-description {
    width: 100%;
}

.gov-cloud-context-header > div {
    margin: 0;
}

.gov-cloud-context-header #gov-cloud-header {
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--white);
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.2rem;
}

#gov-cloud-context-button {
    margin-top: 24px;
    width: 100%;
    justify-content: center;
}

.gov-cloud-context-header img {
    margin-right: 8px;
}

.page-footer {
    bottom: 0.85rem;
    color: var(--off-white);
    display: flex;
    font-family: Outfit, serif;
    font-size: 0.9rem;
    font-weight: 300;
    justify-content: center;
    line-height: 1.2rem;
    position: absolute;
    width: 100%;
}

.page-footer .tos-links span {
    margin-left: 1.2rem;
}

.page-footer .tos-links span a {
    color: var(--off-white);
    font-size: 0.9rem;
    font-weight: 300;
    text-decoration: underline;
}

#csp-welcome-title {
    font-size: 1.1rem;
    line-height: 1.2rem;
}

#csp-welcome-title .title {
    padding-left: 0.25rem;
}

.instruction-row {
    margin-bottom: 30px;
}

.instruction-signpost {
    display: inline-block;
    position: relative;
}

h4.account-title {
    margin-top: 0 !important;
    margin-bottom: 13px !important;
}

.signpost-wrap {
    position: absolute !important;
    top: -58px;
    left: 34px;
    margin-left: 5px;
}

/*
    Clarity Styles
*/
.signpost-content-body {
    padding: 1.2rem;
    max-height: 24rem;
    overflow-y: auto;
    line-height: 24px;
    width: 300px;
    min-height: 100px;
}

/*
    Clarity Styles
*/
.popover-pointer {
    height: 0;
    width: 0;
    position: absolute;
    border-bottom: 0.6rem solid transparent;
    top: 50%;
    transform: translateY(-50%);
    border-right: 0.6rem solid var(--pointer-border-color);
    left: -0.6rem;
}

/*
    Clarity Styles
*/
.popover-pointer::before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-bottom: 0.6rem solid transparent;
    border-right: 0.6rem solid white;
    top: 0.05rem;
    left: 0.1rem;
}

/*
    Partially Clarity Styles
*/
.btn.btn-small.btn-link.signpost-action {
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
}

.login-wrapper .login .logout-title {
    color: var(--black);
    display: block;
    font-size: 1rem !important;
    margin-top: 2rem;
    line-height: 2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .gov-cloud-context-wrapper {
        align-self: unset;
        justify-content: unset;
        padding: 5px;
    }

    .signpost-wrap {
        top: 55px;
        left: -55px;
        margin-left: 0;
    }

    .popover-pointer {
        border-bottom: 0.6rem solid var(--pointer-border-color);
        border-right: 0.6rem solid transparent;
        top: -7px;
        left: 63px;
    }

    .popover-pointer::before {
        border-right: 0.6rem solid transparent;
        border-bottom: 0.6rem solid white;
        top: 0.1rem;
        left: 0.05rem;
    }

    .signpost-content-body {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .gov-cloud-context-wrapper {
        position: absolute;
        color: var(--black);
        height: 100%;
        top: 0;
        background-image: url(/csp/gateway/portal/discovery/0088fd8799122ed33bf9.svg),
            linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
        background-blend-mode: overlay;
        background-size: cover;
        background-color: unset;
    }

    .gov-cloud-context-header #gov-cloud-header {
        color: var(--black);
    }

    .gov-cloud-context-wrapper-overlay {
        background: rgba(255, 255, 255, 0.5);
        z-index: 2;
    }
}

@media screen and (max-width: 380px) {
    .signpost-wrap {
        top: 0;
        left: 0;
        position: fixed !important;
        inset: 0 auto auto 0 !important;
        transform: unset !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        width: 100vw;
        height: 100vh;
    }

    .popover-pointer {
        display: none;
    }
}

/* OneTrust Cookie link on Discovery */
.ot-sdk-show-settings {
    cursor: pointer;
}

/* OneTrust Dialog */
#onetrust-consent-sdk .ot-button-group-parent {
    padding: 30px 0 !important;
}
#onetrust-consent-sdk .ot-button-group-parent .ot-button-group > button {
    background-color: var(--clr-btn-primary-bg-color) !important;
    border-color: var(--clr-btn-primary-bg-color) !important;
}

#onetrust-consent-sdk .ot-toggle .checkbox input:checked + label:after {
    background-color: var(--clr-btn-primary-bg-color) !important;
}

#onetrust-consent-sdk .active-group.category-menu-switch-handler {
    border-color: var(--clr-btn-primary-bg-color) !important;
    outline-color: var(--clr-btn-primary-bg-color) !important;
}

#onetrust-consent-sdk .ot-link-btn.category-host-list-btn,
#onetrust-consent-sdk .cookie-label,
#onetrust-consent-sdk .third-party-cookie-notice,
#onetrust-consent-sdk .ot-always-active,
#onetrust-consent-sdk .privacy-notice-link {
    color: var(--clr-btn-primary-bg-color) !important;
}

.ot-sdk-show-settings {
    display: none;
    color: var(--clr-link-color, #0072a3);
}

#onetrust-consent-sdk .ot-pc-footer-logo a {
    margin-left: 18px;
}

.tos-link-privacy-rights {
    display: none;
}

.error-plug {
    content: url(/csp/gateway/portal/discovery/ea227b98a50ccc175db7.svg);
}

.error-plug-heading {
    font-size: 18px;
    margin-top: 0px;
}

body[cds-theme='dark'] {
    .error-plug {
        content: url(/csp/gateway/portal/discovery/22794e0eb22e6832852e.svg);
    }
}

/**
  This is Clarity style.
 */
img.csp-alert-icon {
    display: inline-block;
    vertical-align: middle;
    height: 1.2rem;
    width: 1.2rem;
    margin-left: -0.15rem;
    margin-top: -0.2rem;
}

/**
  This is Clarity style.
 */
img.csp-clr-icon {
    display: inline-block;
    margin: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}


/*# sourceMappingURL=main.128404ca978520af6a4f.bundle.css.map*/