
    .spaioa-support-box-login-logo {
    background-color: #1d2327 !important;
    }


.spaioa-login-support-box-logo-container {
position: fixed;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
top: 10px;
right: 10px;
max-width: 305px;
min-width: 305px;
padding-bottom: 10px
}

.interim-login .spaioa-login-support-wrapper {
display: none !important;
}

.spaioa-login-support-wrapper {
display: none;
}

.spaioa-login-support-wrapper.show {
display: block;
}

.spaioa-login-support-wrapper:hover .spaioa-login-support-box-logo-container {
cursor: pointer;
}

.spaioa-login-support-wrapper:hover .spaioa-support-box-login-logo {
background-size: 60%;
}

.spaioa-support-box-login-logo {
background-color: #1d2327;
border-radius: 50%;
min-width: 70px;
min-height: 70px;
background-size: 55%;
background-position: center center;
background-repeat: no-repeat;
transition: .2s all ease-out;
}

.support-admin-bar-text {
text-align: right;
font-style: italic;
}

.spaioa-login-support-box {
position: fixed;
display: none;
top: 90px;
right: 10px;
padding: 25px;
background-color: #ffffff;
border: 1px solid #c3c4c7;
box-shadow: 0 1px 3px rgba(0,0,0,.04);
max-width: 305px;
min-width: 305px;
transition: .2s all ease-out;
}

.spaioa-login-support-box-content > div {
line-height: 1.5;
margin-bottom: 5px;
}

.spaioa-login-message {
text-align: center;
margin-bottom: 20px;
}
