body {
    background: #fff;
    font-family: 'open_sansregular', helvetica, arial, sans-serif;
    color: #26292B;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
html, body {
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #d8d8d8;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:window-inactive {
    background: #929292;
}

.lsg-spinner path {
    animation-name: lsg-spinner;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: 31.5px 31.5px;
    animation-timing-function: linear;
}

@keyframes lsg-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

svg.lsg-spinner {
    width: 52px;
    height: 52px;
}

svg.lsg-spinner > g {
    stroke-width: 2;
}

.ribbon.dropdown {
    position: absolute;
    top: 58px;
    right: 56px;
    text-align: right;
    display: flex;
    align-items: center;
}

.ribbon.dropdown .lsg-dropdown-list-tertiary {
    text-align: left;
    height: 34px;
}

.dropdown .lsg-dropdown-list-tertiary label > svg {
    position: static;
    display: inline;
    width: 16px;
    margin-right: 5px;
}

.ribbon.dropdown .lsg-dropdown-list-tertiary label > svg,.ribbon.dropdown .lsg-dropdown-list-tertiary:hover label > svg {
    fill: #26292B;
}

.ribbon.dropdown .lsg-dropdown-list-tertiary > label {
    color: #26292B;
}

.rightFooter .dropdown.lsg-dropdown-list-tertiary > label {
    color: #51575C;
}

.dropdown.lsg-dropdown-list-tertiary > label {
    letter-spacing: 0.58px;
}

.ribbon.dropdown .lsg-dropdown-list-tertiary > svg, .ribbon.dropdown .lsg-dropdown-list-tertiary:hover > svg {
    fill: #26292B;
    top: .7em;
}

.dropdown.lsg-dropdown-list-tertiary menu {
    display: none;
}

.dropdown.lsg-dropdown-list-tertiary:hover menu, .dropdown.lsg-dropdown-list-tertiary:focus-visible menu {
    display: block;
}

.dropdown:focus-visible {
    outline: 1px solid #0E0E0E;
    outline-offset: -3px;
    border-radius: 8px;
}

.dropdown:focus-visible menu > ul > li.focused {
    background: #ebf6ff;
}

.ribbon.dropdown .lsg-dropdown-list-tertiary > menu {
    right: 0;
    white-space: nowrap;
}

.ribbon.dropdown:focus-visible .lsg-dropdown-list-tertiary > menu {
    display: block;
}

.dropdown.lsg-dropdown-list-tertiary > menu > ul {
    min-width: 106px;
}

.dropdown.lsg-dropdown-list-tertiary > menu a {
    letter-spacing: 0.58px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

#pre-widget {
    text-align: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    font-family: 'open_sanslight', helvetica, arial, sans-serif;
}

#pre-widget.pre-widget-short {
    min-height: 80px;
}

#pre-widget h2 {
    font-size: 32px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 22px;
}

#pre-widget #sub-header {
    font-size: 20px;
    margin-bottom: 3px;
}

#pre-widget #sub-header-2 {
    font-size: 17px;
    margin-bottom: 3px;
}

#pre-widget a {
    font-family: 'open_sansregular', helvetica, arial, sans-serif;
}

#pre-widget #explanation {
    margin-top: 39px;
    margin-bottom: 38px;
    font-size: 17px;
}

#pre-widget #done-message {
    margin-top: 47px;
    margin-bottom: 98px;
    font-size: 20px;
}

#right-pane-contents.allDone #widget-container .fieldset-container,
#right-pane-contents.allDone #post-widget {
    display: none;
}

#right-pane-contents.allDone #pre-widget #done-message {
    margin-top: 87px;
}

#widget-container {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
}

#post-widget {
    width: 413px;
    margin: 24px auto 0 auto;
    padding-top: 24px;
    border-top: 1px solid #E4E6E7;
    text-align: center;
    color: #51575C;
}

#post-widget #signUpText {
    margin-bottom: 12px;
}

#gov-cloud-pane {
    padding-top: 100px;
    height: 100%;
    box-sizing: border-box;
}

#gov-cloud-pane > div {
    background-color: white;
    width: 718px;
    margin: 0 auto;
    padding: 50px 25px 25px 25px;
    text-align: center;
}

#gov-cloud-pane > div #govCloudNotice *:not(h2) {
    text-align: left;
}

#gov-cloud-pane > div #gov-company-logo {
    line-height: 60px;
    padding: 0 25px 10px 25px;
}

#gov-cloud-pane > div #gov-company-logo > img, img.exchange-org-logo {
    height: 44px;
}

#gov-cloud-pane > div #govCloudNotice h5 {
    font-weight: 600;
}

#gov-cloud-pane > div #govCloudButtonContainer {
    text-align: right;
}

#gov-cloud-pane > div #govCloudButtonContainer button {
    color: white;
    background-color: #0263D1;
    padding: 15px 50px;
    border: 0;
}

#page-container {
    position: relative;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    box-sizing: border-box;
    display: flex;
}

#page-container > .left-pane {
    flex: 3 3 0px;
    display: flex;
    flex-direction: column;
    color: white;
    min-width: 475px;
}

#page-container > .left-pane > div {
    flex: 1;
    font-size: 16px;
    font-family: 'open_sansregular', helvetica, arial, sans-serif;
    display: flex;
    align-items: center;
}

#page-container > .left-pane > div > div {
    width: 100%;
    padding: 0 8px;
}

#page-container > .left-pane > .leftBody .leftLogo {
    width: 180px;
}

#page-container > .left-pane > .leftCobrand .leftLogo {
    width: 279px;
}

#dont-have-a-mvision {
    margin-top: 12px;
}

#signUpText {
    font-size: 20px;
}

#signUpLink {
    margin-top: 16px;
}

#signUpLink > span {
    border: 2px solid white;
    height: 60px;
    width: 300px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-sizing: border-box;
}

#signUpLink:hover > span {
    background-color: white;
    color: #0E0E0E;
}

#page-container > .right-pane > #right-pane-contents {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter {
    flex: 1 1 auto;
    padding: 18px 18px 8px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > *:first-child {
    margin-top: auto;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > * {
    padding: 0 15px;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > .footerLegal {
    display: inline-block;
    color: #51575C;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > .langContact {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    white-space: nowrap;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > .langContact > * > img {
    padding: 0 3px;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > .langContact > span {
    border: 0;
    height: auto;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > .langContact > span > label {
    font-size: 16px;
    font-family: 'open_sansregular', helvetica, arial, sans-serif;
    padding: 0 5px;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter > .langContact > * {
    padding-right: 0;
    white-space: nowrap;
    color: #51575C;
}

.valign-middle-contents > * {
    vertical-align: middle;
}

#page-container > .right-pane > #right-pane-contents > .rightFooter #selectLanguage {
    top: auto;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -3px;
}

#page-container > .right-pane {
    flex: 5 5 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

#page-container > .right-pane > #right-pane-contents > .top {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
}

#page-container > .left-pane div {
    text-align: center;
}

#loading-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#message-container {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

#message-container > .msg-banner {
    min-height: 22px;
    padding: 15px 0;
    color: #26292B;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    display: flex;
}

#message-container > .msg-banner.errorBanner {
    border-left: 5px solid #DE0E1B;
}

#message-container > .msg-banner.infoBanner {
    border-left: 5px solid #4fb324;
}

#message-container > .msg-banner > div {
    flex: 1 1 auto;
}

#message-container > .msg-banner > div > div:not(:first-of-type) {
    margin-top: 10px;
}

#message-container > .msg-banner > svg:first-of-type {
    flex: 0 0 68px;
    text-align: center;
    width: 17px;
    max-height: 16px;
}

#message-container > .msg-banner.errorBanner > svg:first-of-type {
    fill: #DE0E1B;
}

#message-container > .msg-banner.infoBanner > svg:first-of-type {
    fill: #4fb324;
}

#message-container > .msg-banner > svg:last-of-type {
    flex: 0 0 58px;
    text-align: center;
    width: 17px;
    max-height: 16px;
    fill: #26292B;
    cursor: pointer;
}

a {
    text-decoration: none;
}

#page-container > .left-pane *:not(li) > a {
    color: #99DFF9;
}

#page-container > .right-pane a.contact-us {
    vertical-align: baseline;
}

#page-container > .right-pane a.contact-us > span {
    font-size: 16px;
    padding: 0 5px;
    color: #51575C;
}

.footerLegal {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.footerLegal a {
    text-decoration-line: none;
    color: #006DC7;
}

#widget-container.dashboard, #widget-container.selectIDP {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#tenants, #widget-container.selectIDP > div {
    margin-bottom: 24px;
}

#widget-container.oneTenant #tenants {
    display: none;
}

#idpDetails {
    border-color: #E4E6E7;
    width: 100%;
    height: 40px;
    padding-right: 0;
}

#idpDetails > div {
    display: flex;
    align-items: center;
    height: 100%;
}

#idpDetails > div > * {
    padding: 0 10px;
    flex: 0 0 auto;
}

#idpDetails > div > label {
    flex: 1 1 auto;
    line-height: 2;
    color: #51575C;
}

#idpDetails > menu {
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 0 0 1px #E4E6E7, 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 1px;
    top: auto;
}

#idpDetails:hover > menu {
    display: none; /* favor js events - this overrides lsg style */
}

#idpDetails > menu input {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border-width: 0 0 1px 0;
    border-color: #E4E6E7;
    outline: none;
}

#idpDetails > menu input:focus,
#govCloudButton {
    outline-width: 0;
}

#idpDetails > menu li#noMatches {
    padding: 8px 16px;
    color: #66696D;
    font-size: 12px;
    font-style: italic;
    cursor: default;
}

#idpDetails ul {
    box-shadow: none;
}

#idpDetails > div > svg {
    top: .8em;
    width: .9em;
    fill: #51575C;
    position: static;
}

#consoles {
    width: 470px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.console {
    cursor: pointer;
    box-sizing: border-box;
    min-height: 159px;
    width: 137px;
    border: 1px solid #E4E6E7;
    background-color: #FFFFFF;
    box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.11);
    margin-right: 19px;
    margin-bottom: 19px;
    padding: 12px;
}

.console:hover {
    background-color: #ebf6ff;
}

.console:focus-visible {
    outline: 1px solid #0E0E0E;
    outline-offset: 1px;
}

.console[disabled] {
    /* matches the okta widget disable styling */
    background-color: #f4f4f4;
    cursor: default;
}

.console[disabled] .appName {
    /* matches the okta widget disable styling */
    color: #777;
}

.appImage {
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appImage > img {
    width: 47px;
    height: 52px;
}

.appName {
    color: #3B4A5E;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

#noConsoles {
    display: none;
    font-size: 12pt;
    margin-bottom: 24px;
}

#widget-container.oneTenant #managementConsoleLabel {
    padding-top: 45px;
}

.selectionLabel {
    font-size: 16px;
    margin-bottom: 14px;
}

.notifications {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    width: 100%;
    max-width: 588px;
    margin: 0 175px;
}

/* ie only because very small width doesn't display right */
_:-ms-fullscreen, .notifications {
    min-width: 250px;
}

.notificationBar {
    padding: 10px;
    height: 20px;
    font-family: 'open_sanssemibold', helvetica, arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.notificationBar > svg:first-of-type {
    width: 20px;
    max-height: 20px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.notificationBar > span {
    white-space: nowrap;
    flex: 1 1 auto;
}

.notificationBar > svg:last-of-type {
    margin-left: 10px;
    flex: 0 0 auto;
}

.notifications.statusCritical .notificationBar, .notification.statusCritical .notificationHeading {
    border-left: 5px solid #de0e1b;
}

.notifications.statusNotification .notificationBar, .notification.statusNotification .notificationHeading {
    border-left: 5px solid #fccb00;
}

.notifications.statusInformational .notificationBar, .notification.statusInformational .notificationHeading {
    border-left: 5px solid #aedaff;
}

.notifications.statusSuccess .notificationBar, .notification.statusSuccess .notificationHeading {
    border-left: 5px solid #4fb324;
}

.statusCritical svg.status {
    fill: #de0e1b;
}

.statusNotification svg.status {
    fill: #fccb00;
}

.statusInformational svg.status {
    fill: #aedaff;
}

.statusSuccess svg.status {
    fill: #4fb324;
}

.notificationsPopup {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    max-height: 335px;
    overflow: auto;
    width: 100%;
}

.notifications:hover .notificationsPopup {
    display: block;
}

.notification {
    border-bottom: 1px solid #E4E6E7;
}

.notification:hover {
    background-color: #F5F5F5;
}

.notification .notificationHeading {
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 19px;
}

.notification .notificationHeading > svg {
    margin-right: 10px;
    width: 20px;
    max-height: 20px;
}

.notification .notificationTitle {
    font-family: 'open_sanssemibold', helvetica, arial, sans-serif;
    font-weight: bold;
}

.notification .notificationMessage {
    padding: 10px 10px 28px 45px;
}

.notifications ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.noBottomMargin {
    margin-bottom: 0 !important;
}

button:not(.nostyle) {
    color: white;
    background-color: #0263D1;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.invite-modal {
    display: none;
    position: fixed;
    margin : 0 auto;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}

.invite-modal .invite-modal-head {
    opacity: 1;
    font-weight: 100;
    background: #e6e7e8;
    font-size: 1.4rem;
    height: 500px;
    text-align: center;
    position: relative;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    max-width: 850px;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.5s;
    color: black;
    z-index: 50000;
}

.invite-modal-content {
    overflow: auto;
    height: 312px;
}

.invite-tenant-name {
    text-overflow: ellipsis;
    overflow: hidden;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.5s;
    overflow: hidden;
    align-self: center
}

#invite-logo {
    margin-left: auto;
    max-width: 250px;
    max-height: 50px;
}

.invite-header-inner {
    padding-top: 30px;
    align-self: center;
}

.invite-header-title {
    font-size: 40px;
    font-family: 'open_sanslight', helvetica, arial, sans-serif;
    font-weight: 100;
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    color: #53565a;
}

.invite-header-text {
    font-weight: 100;
    font-size: 15px;
    padding-top: 10px;
    margin: auto;
    color: #53565a;
}

#invite-close-button {
    float: right;
    width: 1rem;
    color: #53565a;
    padding-top: 18px;
    padding-right: 18px;
    display: inline-block;
    vertical-align: middle;
    max-height: 1em;
    border: 1px;
    size: 12px;
    line-height: 1rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
}

#invite-table {
    position: relative;
    align-self: center;
    width:80%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2.5%;
    font-size: 13px;
    color: #66696D;
}

.invite-div {
    display: flex;
    align-items: center;
    text-align: left;
}

.invite-div > * {
    margin: 10px;
}

.invite-div > span {
    flex: 1 1 auto;
}

.invite-div {
    flex: 0;
}

.invite-modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    display: flex;
    background: #FFFFFF;
}

.invite-A-buttons {
    font-size: 13px;
    padding: 7px 15px;
}

.invite-D-buttons {
    font-size: 13px;
    padding: 7px 15px;
    background-color: #53565a;
    color: #FFFFFF;
}

.invite-footer-button {
    font-size: 14px;
    align-self: center;
    margin: auto;
    padding: 7px 15px;
}

.invite-footer-button-small {
    font-size: 12px;
    align-self: center;
    margin: auto;
    padding: 7px 15px;
}

#invite-dashboard-button {
    padding: 15px;
    font-size: 14px;
}

.tooltip {
    position: absolute;
    min-height: 23px;
    background: white;
    border: 1px solid #E4E6E7;
    padding: 12px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip > .tooltiparrow {
    width: 11px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: -11px;
    overflow: hidden;
}
.tooltip > .tooltiparrow::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: white;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
    top: 0;
    left: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #E4E6E7;
}

.tooltipcontents {
    display: none;
    font-size: 12px;
    line-height: 22px;
}

.tooltipcontents > .tooltiptitle {
    font-family: 'open_sanssemibold', helvetica, arial, sans-serif;
}

.status-bad {
    fill: #de0e1b;
}

.status-good {
    fill: #4fb324;
}

.status-indeterminate {
    fill: #66696D;
}

.status-icon {
    position: absolute;
    width: 21px;
    max-height: 21px;
}

#banner {
    display: none;
    background-color: #FCCB00;
    color: #272A2B;
    text-align: center;
    padding: 11px;
    min-height: 40px;
    box-sizing: border-box;
}

div.droplist {
    width: 100%;
    font-size: 14px;
    font-family: open_sansregular,helvetica,arial,sans-serif;
    font-weight: 400;
    border: 1px solid #E4E6E7;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 8px;
    text-decoration: none;
    color: #26292B;
    box-sizing: border-box;
}

div.droplist[tabindex="0"]:focus, div.droplist[tabindex="0"]:has(:focus), div.droplist[tabindex="0"].open {
    border-color: #929292;
    outline: 0;
}

div.droplist > a {
    display: block;
    color: #26292B;
}

div.droplist > a > span:not(:last-of-type) {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.droplist a > span:last-of-type {
    position: absolute;
    right: 0;
    top: 3px;
    display: block;
    height: 100%;
    width: 18px;
    background: url('../images/down.png') no-repeat 0 13px;
}

div.droplist.open a > span:last-of-type {
    background: url('../images/up.png') no-repeat 0 13px;
}

div.droplistPopup {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    border: 1px solid #929292;
    border-top: none;
    margin-top: -1px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}

div.droplistPopup div.search {
    padding: 3px 4px;
}

div.droplistPopup div.search > input {
    border: 1px solid #E4E6E7;
    border-radius: 0;
    box-shadow: none;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    background: url('../images/search.png') no-repeat top right;
    font-size: 14px;
    font-family: open_sansregular,helvetica,arial,sans-serif;
    font-weight: 400;
}

div.droplistPopup > ul {
    max-height: 240px;
    overflow-y: auto;
    font-size: 14px;
    font-family: open_sansregular,helvetica,arial,sans-serif;
    font-weight: 400;
    margin: 3px 0 4px;
    padding: 0;
}

div.droplistPopup > ul > li.focused {
    background: #f9f9f9;
}

div.droplistPopup > ul > li:not(.noMatches):hover {
    background: #f9f9f9;
}

div.droplistPopup > ul > li {
    cursor: pointer;
}

div.droplistPopup > ul > li.noMatches {
    cursor: default;
}

div.droplistPopup > ul > li {
    display: list-item;
    line-height: 16px;
    padding: 7px 8px;
    margin: 0;
    list-style: none;
    border: solid #fff;
    border-width: 0 0 1px;
}

div.formcontrol[disabled] {
    background-color: #f4f4f4;
}

div.formcontrol[disabled] > a {
    color: #777;
    cursor: default;
}

div.formcontrol > span.lsg-dropdown-list-secondary {
    display: block;
}

div.formcontrol[disabled] > span.lsg-dropdown-list-secondary {
    cursor: default;
}

div.formcontrol[disabled] > span.lsg-dropdown-list-secondary:hover > menu {
    display: none;
}

.buttonBar {
    display: flex;
}

.buttonBar > button {
    flex: 1;
    padding: 15px;
    color: white;
    background-color: #0263D1;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.buttonBar > button[disabled] {
    color: #B3B8BC;
    background-color: #E4E6E7;
    cursor: default;
}

#userActionsDropdown menu {
    z-index: 3; /* appear above the tenant selection dropdown on the dashboard */
}

#idpDetails ul li.dropdown-header-item {
    padding: 8px;
    cursor: default;
    background-color: #F5F5F5;
    color: #51575C;
}

#widget-container iam-tenant-list {
    width: 100%;
    display: block;
}

#widget-container iam-tenant-list [menu] {
    box-shadow: 0 0 0 1px #929292, 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    clip-path: none;
    width: 448px !important;
    border: 0;
    left: auto;
}

:root {
    --itl-background: #ffffff;
    --itl-text-main: #51575C;
    --itl-background-disabled: #f4f4f4;
    --itl-text-main-disabled: #777;
    --itl-text-item: #26292b;
    --itl-background-hover: #ebf6ff;
    --itl-text-hover: #26292b;
    --itl-border: #E4E6E7;
    --itl-border-focus: #929292;
    --itl-scrollbar-track: #d8d8d8;
    --itl-scrollbar-thumb: #929292;
    --itl-background-heading: #F5F5F5;
    --itl-text-heading: #51575C;
    --itl-background-filter: #ffffff;
    --itl-text-nomatches: #66696D;
    --itl-font-family: 'open_sansemibold', helvetica, arial, sans-serif;
}

#widget-container button:focus-visible {
    outline: 1px solid #0E0E0E;
    outline-offset: 1px;
}

a:focus-visible, span#language:focus-visible {
    outline: 1px solid #0E0E0E;
    border-radius: 3px;
}

span#language:focus-visible {
    outline-offset: -2px;
    border-radius: 6px;
}

a#signUpLink:focus-visible {
    outline-style: revert;
}

#widget-container div.input-container input:not(.iam-field-error):focus-within {
    border-color: #929292;
}

#widget-container div.input-container input.iam-field-error:focus-within {
    border-color: color-mix(in hsl, #DE0E1B 80%, black);
}

.lsg-chbx input {
    display: revert;
    opacity: 0;
    position: absolute;
}

.lsg-chbx:has(input:focus-visible) {
    outline: 1px solid #0E0E0E;
    outline-offset: 3px;
    border-radius: 3px;
}
