/* Minification failed. Returning unminified contents.
(37,28): run-time error CSS1039: Token not allowed after unary operator: '-neutral-100'
(38,28): run-time error CSS1039: Token not allowed after unary operator: '-neutral-300'
 */
.adm-authenticator-app-registration__markeplaces-info {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 17px;
}

.adm-authenticator-app-registration__markeplace-info {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
}

.adm-authenticator-app-registration__markeplace-links {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}


.adm-authenticator-app-registration__buttons {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}

.adm-authenticator-app-registration__main-content {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 3.2rem;
    padding: 4.1rem;
    background-color: var(--neutral-100);
    border: 1px solid var(--neutral-300);
    border-radius: 8px;
    position: relative;
    width: 100%;
}


.adm-authenticator-app-registration__mfa-confirmation-svg-container > svg {
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    height: auto;
}

@media (max-width: 759px) {
    .adm-authenticator-app-registration__main-content {
        padding: 2rem;
    }

    .adm-authenticator-app-registration__markeplaces-info {
        flex-direction: column;
        text-align: center
    }

    .adm-authenticator-app-registration__main {
        padding: 40px 17.5px;
    }
}

