/** Connect **/
.scanfully-secure-setup-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 0;
    max-width: 850px;
    margin: 0 auto;
}

.scanfully-secure-setup-wrapper .scanfully-setup-logo {
    max-width: 400px;
    padding: 3em 0;
}

.scanfully-secure-setup-wrapper .scanfully-setup-logo img {
    width: 100%;
}

.scanfully-secure-setup-wrapper .scanfully-connect-notices {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
}

.scanfully-secure-setup-wrapper .scanfully-connect-notice {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin: 0 15px 1em;
    padding: 1px 12px;
    /*padding: 1em 0;*/
}

.scanfully-secure-setup-wrapper .scanfully-connect-notice-error {
    border-left-color: #d63638;
}

.scanfully-secure-setup-wrapper .scanfully-connect-notice-success {
    border-left-color: #00a32a;
}

.scanfully-secure-setup-wrapper .scanfully-connect-notice p {
    padding: 2px;
    margin: 0.5em 0;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content {
    background: #fff;
    border: 1px solid #dedfe0;
    border-radius: 3px;
    max-width: 850px;
    padding: 4em 5em;
    box-sizing: border-box;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content hr {
    margin: 3em 0;
    padding: 0;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content h1 {
    font-size: 1.85em;
    margin-bottom: 1em;
    font-weight: 600;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1em 0;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-details li {
    display: flex;
    padding: .8em 0;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-details .scanfully-connect-details-label {
    width: 50%;
    font-weight: 600;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-details .scanfully-connect-details-value {
    width: 50%;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-details .scanfully-connect-details-value .scanfully-connect-blob {
    padding: .4em .9em;
    border-radius: 1em;
    font-weight: 600;
    background: #F1F1F2;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-details .scanfully-connect-details-value .scanfully-connect-blob.scanfully-connect-blob-success {
    background: #D7FCE5;
    color: #709e87;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-details .scanfully-connect-details-value .scanfully-connect-blob.scanfully-connect-blob-error {
    background: #fa8b8b;
    color: #bd2424;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-not-connected {
    color: #ff2222;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connected {
    color: #00a32a;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-button-wrapper {
    margin: .5em 0 0 0;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-button {
    display: flex;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: .75em 2em .75em 1.5em;
    color: #fff;
    border-radius: 5px;
    background: #4361EE;
    cursor: pointer;
    text-decoration: none;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-button svg {
    margin-right: .5em;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-button.scanfully-connect-button-authorize {
    background: #00AB55;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-button.scanfully-connect-button-disconnect {
    background: #E7515A;
}

.scanfully-secure-setup-wrapper .scanfully-setup-content .scanfully-connect-button:hover {
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
}

.scanfully-secure-setup-wrapper .scanfully-setup-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 0;
}

.scanfully-secure-setup-wrapper .scanfully-setup-footer p {
    margin: 0;
    padding: .4em 0;
}