/*
|--------------------------------------------------------------------------
| Profielpagina
|--------------------------------------------------------------------------
*/

.snooc-profiel-page {
    width: 100%;
    max-width: 1500px;

    margin: 0 auto;
    padding: 18px;
}

/*
|--------------------------------------------------------------------------
| Hoofdheader
|--------------------------------------------------------------------------
*/

.snooc-profiel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    padding: 23px 25px;

    border: 1px solid #ead8dc;
    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fff8fa 100%
        );

    box-shadow:
        0 12px 30px rgba(79, 13, 27, 0.07);
}

.snooc-profiel-header-main {
    display: flex;
    align-items: center;
    gap: 17px;

    min-width: 0;
}

.snooc-profiel-avatar {
    display: flex;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    border: 1px solid #e6bdc6;
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            #9f1d35,
            #721326
        );

    color: #ffffff;

    font-size: 21px;
    font-weight: 850;
    letter-spacing: 0.03em;

    box-shadow:
        0 10px 22px rgba(159, 29, 53, 0.22);
}

.snooc-profiel-header-text {
    min-width: 0;
}

.snooc-profiel-eyebrow {
    margin: 0 0 4px;

    color: #9f1d35;

    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.snooc-profiel-header h1 {
    margin: 0;

    color: #302428;

    font-size: clamp(22px, 3vw, 30px);
    font-weight: 850;
    line-height: 1.2;
}

.snooc-profiel-identity {
    display: flex;
    align-items: center;
    gap: 7px;

    margin: 7px 0 0;

    color: #806c72;

    font-size: 12px;
    font-weight: 650;
}

.snooc-profiel-identity i {
    color: #a55e70;
}

.snooc-profiel-password-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 42px;

    padding: 10px 15px;

    border: 1px solid #d8a6b2;
    border-radius: 11px;

    background: #ffffff;
    color: #8f1930;

    font-size: 12px;
    font-weight: 800;
    text-decoration: none;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.snooc-profiel-password-button:hover,
.snooc-profiel-password-button:focus-visible {
    border-color: #9f1d35;

    outline: 0;

    background: #9f1d35;
    color: #ffffff;

    box-shadow:
        0 8px 18px rgba(159, 29, 53, 0.18);

    transform: translateY(-1px);
}

/*
|--------------------------------------------------------------------------
| Indeling
|--------------------------------------------------------------------------
*/

.snooc-profiel-layout {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.82fr)
        minmax(420px, 1.18fr);
    align-items: start;
    gap: 18px;

    margin-top: 18px;
}

/*
|--------------------------------------------------------------------------
| Kaarten
|--------------------------------------------------------------------------
*/

.snooc-profiel-card {
    min-width: 0;

    padding: 20px;

    border: 1px solid #ead8dc;
    border-radius: 17px;

    background: #ffffff;

    box-shadow:
        0 10px 26px rgba(79, 13, 27, 0.06);
}

.snooc-profiel-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;

    margin-bottom: 17px;
    padding-bottom: 16px;

    border-bottom: 1px solid #f0e6e8;
}

.snooc-profiel-card-eyebrow {
    display: block;

    margin-bottom: 4px;

    color: #9f1d35;

    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.snooc-profiel-card-header h2 {
    margin: 0;

    color: #32272a;

    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
}

.snooc-profiel-card-header p {
    max-width: 570px;

    margin: 5px 0 0;

    color: #826f75;

    font-size: 11px;
    line-height: 1.5;
}

.snooc-profiel-card-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border-radius: 12px;

    background: #f8e9ed;
    color: #9f1d35;

    font-size: 15px;
}

/*
|--------------------------------------------------------------------------
| Persoonsgegevens
|--------------------------------------------------------------------------
*/

.snooc-profiel-details {
    display: grid;
    gap: 9px;
}

.snooc-profiel-detail {
    display: grid;
    grid-template-columns:
        38px
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 11px;

    min-height: 62px;

    padding: 10px 12px;

    border: 1px solid #eee3e6;
    border-radius: 12px;

    background: #fffdfd;
}

.snooc-profiel-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 10px;

    background: #f8ecef;
    color: #9f1d35;

    font-size: 13px;
}

.snooc-profiel-detail-content {
    min-width: 0;
}

.snooc-profiel-detail-label {
    display: block;

    margin-bottom: 3px;

    color: #907d82;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.snooc-profiel-detail-value {
    display: block;

    overflow: hidden;

    color: #34292c;

    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snooc-profiel-email {
    color: #8f1930;
    text-decoration: none;
}

.snooc-profiel-email:hover,
.snooc-profiel-email:focus-visible {
    outline: 0;
    text-decoration: underline;
}

.snooc-profiel-copy-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    padding: 0;

    border: 1px solid #ead8dc;
    border-radius: 9px;

    outline: 0;

    background: #ffffff;
    color: #96747d;

    cursor: pointer;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.snooc-profiel-copy-button:hover,
.snooc-profiel-copy-button:focus-visible {
    border-color: #d7a8b3;

    background: #f9ecef;
    color: #9f1d35;

    transform: translateY(-1px);
}

.snooc-profiel-copy-button.is-copied {
    border-color: #9bd9bd;

    background: #ecfdf5;
    color: #087f5b;
}

/*
|--------------------------------------------------------------------------
| Status
|--------------------------------------------------------------------------
*/

.snooc-profiel-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 28px;

    padding: 5px 9px;

    border-radius: 999px;

    font-size: 10px;
    font-weight: 800;
}

.snooc-profiel-status.is-active {
    border: 1px solid #a7e9cc;

    background: #ecfdf5;
    color: #087f5b;
}

.snooc-profiel-status.is-inactive {
    border: 1px solid #fecdd3;

    background: #fff1f2;
    color: #be123c;
}

.snooc-profiel-status-dot {
    display: block;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: currentColor;
}

/*
|--------------------------------------------------------------------------
| Scholen en rollen
|--------------------------------------------------------------------------
*/

.snooc-profiel-access-list {
    display: grid;
    gap: 11px;
}

.snooc-profiel-access-item {
    padding: 14px;

    border: 1px solid #eee3e6;
    border-radius: 13px;

    background: #fffdfd;
}

.snooc-profiel-access-top {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.snooc-profiel-school-icon {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 10px;

    background: #f8e9ed;
    color: #9f1d35;

    font-size: 13px;
}

.snooc-profiel-access-number {
    display: block;

    margin-bottom: 2px;

    color: #a0878e;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.snooc-profiel-access-item h3 {
    margin: 0;

    color: #34292c;

    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
}

.snooc-profiel-access-item p {
    margin: 3px 0 0;

    color: #8b747a;

    font-size: 10px;
    font-weight: 650;
}

.snooc-profiel-role-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 9px;

    margin-top: 12px;
    padding-top: 12px;

    border-top: 1px solid #f0e6e8;
}

.snooc-profiel-role-grid > div {
    min-width: 0;

    padding: 9px 10px;

    border-radius: 9px;

    background: #faf5f6;
}

.snooc-profiel-role-grid span,
.snooc-profiel-role-grid strong {
    display: block;
}

.snooc-profiel-role-grid span {
    margin-bottom: 3px;

    color: #998289;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.snooc-profiel-role-grid strong {
    overflow: hidden;

    color: #4a383d;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
|--------------------------------------------------------------------------
| Lege toestand
|--------------------------------------------------------------------------
*/

.snooc-profiel-empty {
    padding: 28px 20px;

    border: 1px dashed #dfc9ce;
    border-radius: 13px;

    background: #fffafb;

    text-align: center;
}

.snooc-profiel-empty > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    margin: 0 auto 10px;

    border-radius: 13px;

    background: #f8e9ed;
    color: #9f1d35;
}

.snooc-profiel-empty h3 {
    margin: 0;

    color: #3c2d31;

    font-size: 13px;
    font-weight: 850;
}

.snooc-profiel-empty p {
    margin: 5px 0 0;

    color: #89747a;

    font-size: 11px;
    line-height: 1.5;
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 980px) {
    .snooc-profiel-layout {
        grid-template-columns: 1fr;
    }
}

/*
|--------------------------------------------------------------------------
| Mobiel
|--------------------------------------------------------------------------
*/

@media (max-width: 680px) {
    .snooc-profiel-page {
        padding: 12px;
    }

    .snooc-profiel-header {
        align-items: stretch;
        flex-direction: column;

        padding: 18px;
    }

    .snooc-profiel-avatar {
        flex-basis: 54px;

        width: 54px;
        height: 54px;

        border-radius: 15px;

        font-size: 18px;
    }

    .snooc-profiel-password-button {
        width: 100%;
    }

    .snooc-profiel-card {
        padding: 15px;
    }

    .snooc-profiel-detail {
        grid-template-columns:
            36px
            minmax(0, 1fr)
            auto;

        min-height: 58px;

        padding: 9px 10px;
    }

    .snooc-profiel-detail-icon {
        width: 36px;
        height: 36px;
    }

    .snooc-profiel-role-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .snooc-profiel-header-main {
        align-items: flex-start;
    }

    .snooc-profiel-detail {
        grid-template-columns:
            34px
            minmax(0, 1fr)
            auto;
        gap: 9px;
    }

    .snooc-profiel-detail-icon {
        width: 34px;
        height: 34px;
    }

    .snooc-profiel-detail-value {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .snooc-profiel-access-item {
        padding: 12px;
    }
}

/*
|--------------------------------------------------------------------------
| Profiel - wachtwoord wijzigen
|--------------------------------------------------------------------------
*/

.snooc-profiel-security-avatar {
    background: #fff0f3;
    color: #9f1d35;

    box-shadow: none;
}

.snooc-profiel-security-avatar i {
    margin: 0;
    padding: 0;

    border: 0;
}

.snooc-profiel-header-description {
    margin: 7px 0 0;

    color: #806c72;

    font-size: 12px;
    line-height: 1.5;
}

.snooc-profiel-password-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 720px)
        minmax(240px, 320px);
    align-items: start;
    gap: 18px;

    margin-top: 18px;
}

.snooc-profiel-password-card {
    width: 100%;
    min-width: 0;
}

/*
|--------------------------------------------------------------------------
| Wachtwoordfouten
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-errors {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    margin-bottom: 17px;
    padding: 13px 14px;

    border: 1px solid #fecdd3;
    border-radius: 12px;

    background: #fff1f2;
    color: #be123c;
}

.snooc-profiel-password-errors-icon {
    display: flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 8px;

    background: #ffe4e6;

    font-size: 13px;
}

.snooc-profiel-password-errors strong {
    display: block;

    margin-bottom: 4px;

    font-size: 12px;
    font-weight: 850;
}

.snooc-profiel-password-errors ul {
    margin: 0;
    padding-left: 17px;

    font-size: 11px;
    line-height: 1.5;
}

/*
|--------------------------------------------------------------------------
| Wachtwoordformulier
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-form {
    display: grid;
    gap: 18px;
}

.snooc-profiel-password-field {
    width: 100%;
    min-width: 0;
}

.snooc-profiel-password-field label {
    display: block;

    margin: 0 0 7px;

    color: #453439;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.snooc-profiel-password-field label span {
    color: #b1193b;
}

/*
|--------------------------------------------------------------------------
| Samengesteld invoerveld
|--------------------------------------------------------------------------
|
| De wrapper bestaat uit:
| 1. vast vak voor het linkericoon;
| 2. flexibel invoerveld;
| 3. vast vak voor de tonen/verbergenknop.
|
| Hierdoor kunnen iconen nooit over de tekst heen vallen.
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap {
    position: relative;

    display: grid !important;
    grid-template-columns:
        46px
        minmax(0, 1fr)
        46px;
    align-items: center;

    box-sizing: border-box;

    width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    border: 1px solid #e2bdc6;
    border-radius: 12px;

    background: #ffffff;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap:hover {
    border-color: #d3a5b0;
}

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap:focus-within {
    border-color: #9f1d35;

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(159, 29, 53, 0.10);
}

/*
|--------------------------------------------------------------------------
| Werkelijke input
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input[type="password"],
.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input[type="text"] {
    position: static !important;

    grid-column: 2;
    grid-row: 1;

    display: block !important;

    box-sizing: border-box !important;

    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    border: 0 !important;
    border-radius: 0 !important;

    outline: 0 !important;

    background: transparent !important;
    color: #34292c !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 46px !important;

    appearance: none;
    -webkit-appearance: none;

    box-shadow: none !important;
}

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input[type="password"]:hover,
.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input[type="text"]:hover,
.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input[type="password"]:focus,
.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input[type="text"]:focus {
    border: 0 !important;
    outline: 0 !important;

    background: transparent !important;

    box-shadow: none !important;
}

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input::placeholder {
    color: #9b898e !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 500 !important;

    opacity: 1;
}

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input:disabled {
    color: #9b898e !important;

    cursor: not-allowed;
}

/*
|--------------------------------------------------------------------------
| Linkericoon
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-page
.snooc-profiel-password-input-icon {
    position: static !important;

    grid-column: 1;
    grid-row: 1;

    display: flex !important;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    width: 46px !important;
    height: 46px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #a77884;

    font-size: 14px;
    line-height: 1;

    transform: none !important;

    pointer-events: none;
}

.snooc-profiel-password-page
.snooc-profiel-password-input-icon i {
    position: static !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 18px !important;
    height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    color: inherit;

    font-size: 14px !important;
    line-height: 18px !important;

    transform: none !important;
}

/*
|--------------------------------------------------------------------------
| Tonen/verbergen rechts
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-page
.snooc-profiel-password-visibility {
    position: static !important;

    grid-column: 3;
    grid-row: 1;
    justify-self: center;

    display: flex !important;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    width: 36px !important;
    height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 9px;

    outline: 0;

    background: transparent;
    color: #9d717c;

    font-family: inherit;
    font-size: 14px;
    line-height: 1;

    cursor: pointer;

    transform: none !important;

    transition:
        background-color 0.18s ease,
        color 0.18s ease;
}

.snooc-profiel-password-page
.snooc-profiel-password-visibility i {
    position: static !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 18px !important;
    height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    color: inherit;

    font-size: 14px !important;
    line-height: 18px !important;

    transform: none !important;
}

.snooc-profiel-password-page
.snooc-profiel-password-visibility:hover,
.snooc-profiel-password-page
.snooc-profiel-password-visibility:focus-visible {
    outline: 0;

    background: #f9ecef;
    color: #9f1d35;
}

.snooc-profiel-password-page
.snooc-profiel-password-visibility:active {
    background: #f4dde3;
}

/*
|--------------------------------------------------------------------------
| Browser-eigen wachtwoordknoppen verbergen
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input::-ms-reveal,
.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input::-ms-clear {
    display: none;
}

.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input::-webkit-credentials-auto-fill-button,
.snooc-profiel-password-page
.snooc-profiel-password-input-wrap
input::-webkit-contacts-auto-fill-button {
    display: none !important;

    visibility: hidden;

    pointer-events: none;
}

/*
|--------------------------------------------------------------------------
| Wachtwoordformulier mobiel
|--------------------------------------------------------------------------
*/

@media (max-width: 680px) {
    .snooc-profiel-password-form {
        gap: 16px;
    }

    .snooc-profiel-password-page
    .snooc-profiel-password-input-wrap {
        grid-template-columns:
            42px
            minmax(0, 1fr)
            42px;

        height: 46px;
        min-height: 46px;
    }

    .snooc-profiel-password-page
    .snooc-profiel-password-input-wrap
    input[type="password"],
    .snooc-profiel-password-page
    .snooc-profiel-password-input-wrap
    input[type="text"] {
        height: 44px !important;
        min-height: 44px !important;

        padding: 0 6px !important;

        font-size: 12px !important;
        line-height: 44px !important;
    }

    .snooc-profiel-password-page
    .snooc-profiel-password-input-wrap
    input::placeholder {
        font-size: 12px !important;
    }

    .snooc-profiel-password-page
    .snooc-profiel-password-input-icon {
        width: 42px !important;
        height: 44px !important;

        font-size: 13px;
    }

    .snooc-profiel-password-page
    .snooc-profiel-password-input-icon i {
        width: 17px !important;
        height: 17px !important;

        font-size: 13px !important;
        line-height: 17px !important;
    }

    .snooc-profiel-password-page
    .snooc-profiel-password-visibility {
        width: 34px !important;
        height: 34px !important;

        font-size: 13px;
    }
}

/*
|--------------------------------------------------------------------------
| Sterkte en vergelijking
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-strength {
    margin-top: 7px;
}

.snooc-profiel-password-strength-bar {
    height: 4px;

    overflow: hidden;

    border-radius: 999px;

    background: #f1e5e8;
}

.snooc-profiel-password-strength-bar span {
    display: block;

    width: 0;
    height: 100%;

    border-radius: inherit;

    background: #be123c;

    transition:
        width 0.2s ease,
        background-color 0.2s ease;
}

.snooc-profiel-password-strength small,
.snooc-profiel-password-match {
    display: block;

    min-height: 15px;
    margin-top: 5px;

    color: #8a747a;

    font-size: 10px;
    line-height: 1.45;
}

.snooc-profiel-password-match.is-valid {
    color: #087f5b;
}

.snooc-profiel-password-match.is-invalid {
    color: #be123c;
}

/*
|--------------------------------------------------------------------------
| Acties
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-actions {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    gap: 11px;

    margin-top: 3px;
}

.snooc-profiel-password-submit,
.snooc-profiel-password-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 46px;

    padding: 10px 16px;

    border-radius: 11px;

    font-family: inherit;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.snooc-profiel-password-submit {
    border: 1px solid #9f1d35;

    background: #9f1d35;
    color: #ffffff;

    cursor: pointer;
}

.snooc-profiel-password-submit:hover,
.snooc-profiel-password-submit:focus-visible {
    border-color: #7f1529;
    outline: 0;

    background: #7f1529;
}

.snooc-profiel-password-submit:disabled {
    opacity: 0.65;

    cursor: wait;
}

.snooc-profiel-password-cancel {
    min-width: 120px;

    border: 1px solid #dfbdc5;

    background: #ffffff;
    color: #5c4148;
}

.snooc-profiel-password-cancel:hover,
.snooc-profiel-password-cancel:focus-visible {
    border-color: #c88f9d;
    outline: 0;

    background: #fff5f7;
}

/*
|--------------------------------------------------------------------------
| Veiligheidsinformatie
|--------------------------------------------------------------------------
*/

.snooc-profiel-password-info-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 17px;

    border: 1px solid #ead7dc;
    border-radius: 14px;

    background: #fffafb;

    box-shadow:
        0 8px 22px rgba(79, 13, 27, 0.05);
}

.snooc-profiel-password-info-icon {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 10px;

    background: #f8e9ed;
    color: #9f1d35;
}

.snooc-profiel-password-info-card strong {
    display: block;

    margin-bottom: 7px;

    color: #34292c;

    font-size: 12px;
    font-weight: 850;
}

.snooc-profiel-password-info-card ul {
    margin: 0;
    padding-left: 17px;

    color: #806c72;

    font-size: 11px;
    line-height: 1.6;
}

/*
|--------------------------------------------------------------------------
| Wachtwoord responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 950px) {
    .snooc-profiel-password-layout {
        grid-template-columns: 1fr;
    }

    .snooc-profiel-password-info-card {
        max-width: 720px;
    }
}

@media (max-width: 680px) {
    .snooc-profiel-password-actions {
        grid-template-columns: 1fr;
    }

    .snooc-profiel-password-cancel {
        width: 100%;
    }
}