
.identity-page{

    padding-top:140px;

    padding-bottom:80px;

}

.identity-hero{

    margin-bottom:40px;

}

.identity-label{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin-bottom:16px;

    font-size:14px;

    opacity:.75;

}

.identity-title{

    max-width:900px;

    font-size:clamp(44px,7vw,96px);

    line-height:.95;

    letter-spacing:-0.06em;

}

.identity-subtitle{

    max-width:680px;

    margin-top:20px;

    opacity:.78;

}

.identity-grid{

    display:grid;

    grid-template-columns:360px 1fr;

    gap:24px;

}

.identity-card{
    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.12);

    backdrop-filter:blur(18px);
    border-radius: 3.6rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.maiid-blocks__card {
  background-color: var(--base-tint)!important;
  -moz-border-radius: var(--_radius-m)!important;
       border-radius: var(--_radius-m)!important;
}

.identity-card+.identity-card{

    margin-top:24px;

}

.identity-avatar-wrap{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    gap:18px;

}

.identity-avatar{

    width:168px;

    height:168px;

    border-radius:50%;

    object-fit:cover;

    border:4px solid rgba(255,255,255,.18);

    box-shadow:0 24px 60px rgba(0,0,0,.25);

}

.identity-name{

    margin:0;

    font-size:28px;

}

.identity-email{

    margin-top:8px;

    opacity:.7;

}

.identity-menu{

    display:grid;

    gap:10px;

}

.identity-menu a{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 18px;
    border-radius:100px;
    color:inherit;
    text-decoration:none;
    background:rgba(255,255,255,.05);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .12);

}

.identity-menu a:hover,
.identity-menu a.active{

    background:rgba(255,255,255,.12);

}

/* ===== LaunchPad ===== */

.identity-search{

    width:100%;

    height:56px;

    border-radius:18px;

    border:1px solid rgba(255,255,255,.12);

    background:rgba(255,255,255,.05);

    padding:0 22px;

    color:inherit;

    outline:none;

}

.identity-launchpad{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:22px;

}

.identity-launch-item{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    min-height:300px;

    border-radius:28px;

    text-decoration:none;

    color:inherit;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .12);

}

.identity-launch-item:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.1);

    box-shadow:0 20px 50px rgba(0,0,0,.18);

}

.identity-launch-item.disabled{

    opacity:.45;

    pointer-events:none;

}

.identity-launch-icon{

    width:90px;

    height:90px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    font-weight:700;

    margin-bottom:18px;

    background:rgba(255,255,255,.08);

}

.identity-launch-title{

    font-size:22px;

    font-weight:600;

}

.identity-launch-meta{

    margin-top:6px;

    font-size:13px;

    opacity:.65;

}

@media(max-width:1200px){

.identity-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.identity-launchpad{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.identity-launchpad{

grid-template-columns:1fr;

}

}
.identity-app-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-small {
    padding: 10px 14px;
    font-size: 13px;
}

.app-config-card {
    cursor: default;
}

.identity-pref-grid {
    display: grid;
    gap: 16px;
}

.identity-pref-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    opacity: .7;
}

.identity-pref-field input,
.identity-pref-field select {
    width: 100%;
    height: 52px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    padding: 0 16px;
    background: rgba(255,255,255,.06);
    color: inherit;
    outline: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .12);
}

.identity-pref-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

        .profile-modal {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: rgba(0,0,0,.62);
            backdrop-filter: blur(8px);
        }

        .profile-modal.show {
            display: flex;
        }

        .profile-modal-card {
            width: min(560px, 100%);
            border-radius: 28px;
            padding: 28px;
            background: var(--base);
            color: var(--base-opp);
            border: 1px solid rgba(255,255,255,.14);
        }

        .profile-modal-head {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 20px;
        }

        .profile-modal-close {
            border: 0;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255,255,255,.08);
            color: inherit;
            cursor: pointer;
        }

        .filepond--root {
            margin-bottom: 0;
        }

        @media (max-width: 1199px) {
            .identity-grid {
                grid-template-columns: 1fr;
            }

            .identity-app-grid,
            .identity-shortcuts {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .identity-page {
                padding-top: 110px;
            }

            .identity-form-grid,
            .identity-app-grid,
            .identity-shortcuts {
                grid-template-columns: 1fr;
            }

            .identity-card {
                padding: 22px;
                border-radius: 22px;
            }
        }
        /* ==========================================
   Avatar Upload
========================================== */

#avatarModal .filepond--root {

    width: 180px;

    margin: 20px auto;

}

#avatarModal .filepond--panel-root {

    border-radius: 50%;

    overflow: hidden;

    background: var(--base-opp);

    border: 2px dashed var(--base-opp);

}

#avatarModal .filepond--drop-label {

    min-height: 180px;

}

#avatarModal .filepond--image-preview-wrapper {

    border-radius: 50%;

    overflow: hidden;

}

#avatarModal .filepond--image-preview {

    border-radius: 50%;

}

#avatarModal .filepond--image-clip {

    border-radius: 50%;

}

#avatarModal .filepond--item-panel {

    border-radius: 50%;

}

#avatarModal .filepond--list-scroller {

    overflow: hidden;

}
#avatarModal .filepond--root {

    width: 180px;

    height: 180px;

    margin: 20px auto;

}

#avatarModal .filepond--drop-label {

    border-radius: 50%;

    cursor: pointer;

}

#avatarModal .filepond--drop-label label {

    cursor: pointer;

    font-size: 13px;

    color: #666;

}
#avatarModal .filepond--panel-root {

    transition: .25s;

}

#avatarModal .filepond--root:hover .filepond--panel-root {

    border-color: #4f46e5;

    transform: scale(1.03);

}
.filepond--credits {

    display: none !important;

}
.app-user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 0px;
    border: 3px solid rgba(255,255,255,.18);
    cursor: pointer;
    transition: .25s;
}

.app-user-avatar:hover {
    transform: scale(1.08);
    border-color: var(--accent);
}
 .identity-page {
            padding-top: 140px;
            padding-bottom: 80px;
        }

        .identity-hero {
            margin-bottom: 40px;
        }

        .identity-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
            font-size: 14px;
            opacity: .75;
        }

        .identity-title {
            max-width: 900px;
            font-size: clamp(44px, 7vw, 96px);
            line-height: .95;
            letter-spacing: -0.06em;
        }

        .identity-subtitle {
            max-width: 680px;
            margin-top: 20px;
            opacity: .78;
        }

        .identity-grid {
            display: grid;
            grid-template-columns: 360px 1fr;
            gap: 24px;
        }

        .identity-card {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 4rem;
            padding: 3rem;
            -moz-border-radius: 3.6rem;
            border-radius: 3.6rem;
            background: rgba(255,255,255,.06);
            border: 1px solid rgba(255,255,255,.12);
            backdrop-filter: blur(18px);
        }

        .identity-card + .identity-card {
            margin-top: 24px;
            margin-bottom: 50px;
        }

        .identity-avatar-wrap {
            display: flex; 
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 18px;
        }

        .identity-avatar {
            width: 168px;
            height: 168px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid rgba(255,255,255,.18);
            box-shadow: 0 24px 60px rgba(0,0,0,.25);
            background: rgba(255,255,255,.08);
        }

        .identity-name {
            margin: 0;
            font-size: 28px;
            line-height: 1.1;
        }

        .identity-email {
            margin: 6px 0 0;
            opacity: .7;
            word-break: break-word;
        }

        .identity-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 8px;
        }

        .identity-menu {
            display: grid;
            gap: 10px;
            min-width:150px;
        }

        .identity-menu a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 16px;
            border-radius: 100px;
            background: rgba(255,255,255,.05);
            color: inherit;
            text-decoration: none;
        }

        .identity-menu a.active,
        .identity-menu a:hover {
            background: rgba(255,255,255,.2);
        }

        .identity-section-title {
            margin-bottom: 22px;
            font-size: 26px;
        }

        .identity-form-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .identity-field label {
            display: block;
            margin-bottom: 8px;
            font-size: 13px;
            opacity: .7;
        }

        .identity-field input,
        .identity-field select {
            width: 100%;
            height: 52px;
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 16px;
            padding: 0 16px;
            background: rgba(255,255,255,.06);
            color: inherit;
            outline: none;
            box-shadow: 0px 0px 2px rgba(0, 0, 0, .12);
        }

        .identity-field input[readonly] {
            opacity: .68;
            cursor: not-allowed;
        }

        .identity-app-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .identity-app-card {
            padding: 18px;
            border-radius: 22px;
            background: rgba(255,255,255,.055);
            border: 1px solid rgba(255,255,255,.1);
            box-shadow: 0px 0px 2px rgba(0, 0, 0, .12);
        }

        .identity-app-icon {
            width: 46px;
            height: 46px;
            border-radius: 14px;
            display: grid;
            place-items: center;
            margin-bottom: 14px;
            background: rgba(255,255,255,.1);
            font-weight: 700;
        }

        .identity-app-name {
            font-size: 18px;
            margin-bottom: 4px;
            color: var(--accent);
        }

        .identity-app-meta {
            font-size: 13px;
            opacity: .68;
            color: var(--base-opp);
        }

        .identity-shortcuts {
            display: grid;
            grid-template-columns: repeat(4, minmax(0,1fr));
            gap: 16px;
        }

        .identity-shortcut {
            padding: 20px;
            border-radius: 22px;
            background: rgba(255,255,255,.055);
            border: 1px solid rgba(255,255,255,.1);
            min-height: 128px;
            box-shadow: 0px 0px 2px rgba(0, 0, 0, .12);
        }

        .identity-shortcut i {
            font-size: 28px;
            margin-bottom: 16px;
            display: inline-block;
        }

        .identity-muted {
            opacity: .65;
        }

        .profile-modal {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: rgba(0,0,0,.62);
            backdrop-filter: blur(8px);
        }

        .profile-modal.show {
            display: flex;
        }

        .profile-modal-card {
            width: min(560px, 100%);
            border-radius: 28px;
            padding: 28px;
            background: var(--base);
            color: var(--base-opp);
            border: 1px solid rgba(255,255,255,.14);
        }

        .profile-modal-head {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 20px;
        }

        .profile-modal-close {
            border: 0;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255,255,255,.08);
            color: inherit;
            cursor: pointer;
        }

        .filepond--root {
            margin-bottom: 0;
        }

        @media (max-width: 1199px) {
            .identity-grid {
                grid-template-columns: 1fr;
            }

            .identity-app-grid,
            .identity-shortcuts {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .identity-page {
                padding-top: 110px;
            }

            .identity-form-grid,
            .identity-app-grid,
            .identity-shortcuts {
                grid-template-columns: 1fr;
            }

           
        }
        /* ==========================================
   Avatar Upload
========================================== */

#avatarModal .filepond--root {

    width: 180px;

    margin: 20px auto;

}

#avatarModal .filepond--panel-root {

    border-radius: 50%;

    overflow: hidden;

    background: #f5f6fa;

    border: 2px dashed #d5d8e1;

}

#avatarModal .filepond--drop-label {

    min-height: 180px;

}

#avatarModal .filepond--image-preview-wrapper {

    border-radius: 50%;

    overflow: hidden;

}

#avatarModal .filepond--image-preview {

    border-radius: 50%;

}

#avatarModal .filepond--image-clip {

    border-radius: 50%;

}

#avatarModal .filepond--item-panel {

    border-radius: 50%;

}

#avatarModal .filepond--list-scroller {

    overflow: hidden;

}
#avatarModal .filepond--root {

    width: 180px;

    height: 180px;

    margin: 20px auto;

}

#avatarModal .filepond--drop-label {

    border-radius: 50%;

    cursor: pointer;

}

#avatarModal .filepond--drop-label label {

    cursor: pointer;

    font-size: 13px;

    color: #666;

}
#avatarModal .filepond--panel-root {

    transition: .25s;

}

#avatarModal .filepond--root:hover .filepond--panel-root {

    border-color: #4f46e5;

    transform: scale(1.03);

}
.filepond--credits {

    display: none !important;

}
/* ==========================================
   App Avatar Upload - FilePond Circle
========================================== */

#appAvatarModal .filepond--root {
    width: 180px;
    height: 180px;
    margin: 20px auto;
}

#appAvatarModal .filepond--panel-root {
    border-radius: 50%;
    overflow: hidden;
    background: #f5f6fa;
    border: 2px dashed #d5d8e1;
    transition: .25s;
}

#appAvatarModal .filepond--drop-label {
    min-height: 180px;
    border-radius: 50%;
    cursor: pointer;
}

#appAvatarModal .filepond--drop-label label {
    cursor: pointer;
    font-size: 13px;
    color: #666;
}

#appAvatarModal .filepond--image-preview-wrapper,
#appAvatarModal .filepond--image-preview,
#appAvatarModal .filepond--image-clip,
#appAvatarModal .filepond--item-panel {
    border-radius: 50%;
    overflow: hidden;
}

#appAvatarModal .filepond--list-scroller {
    overflow: hidden;
}

#appAvatarModal .filepond--root:hover .filepond--panel-root {
    border-color: #4f46e5;
    transform: scale(1.03);
}

#appAvatarModal .filepond--credits {
    display: none !important;
}
.identity-pref-field select{

    appearance:none;

    background: var(--base);

    color:var(--base-opp);

}
.identity-shortcut{

    text-decoration:none;

    color:inherit;

    transition:.25s;

}

.identity-shortcut:hover, .identity-app-card:hover{

    transform:translateY(-3px);

}
.profile-modal-card {
    width: min(920px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.identity-pref-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.identity-pref-field {
    min-width: 0;
}

.identity-pref-field input,
.identity-pref-field select {
    width: 100%;
}

.identity-pref-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.identity-pref-check input {
    flex: 0 0 auto;
}

.identity-pref-consent {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    margin-top: 8px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
}

.identity-pref-consent-head {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}

.identity-pref-consent-head h6 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.identity-pref-consent-head p {
    margin: 6px 0 0;
    color: var(--base-opp);
    line-height: 1.5;
    font-size: 14px;
}

.identity-pref-check.consent-check {
    align-items: flex-start;
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,.07);
}

.identity-pref-check.consent-check input {
    width: 20px !important;
    height: 20px !important;
    margin-top: 4px;
    flex: 0 0 auto;
}

.identity-pref-check.consent-check span {
    display: grid;
    gap: 4px;
}

.identity-pref-check.consent-check strong {
    color: var(--base-opp);
    font-size: 15px;
    font-weight: 700;
}

.identity-pref-check.consent-check small {
    color: var(--base-opp);
    line-height: 1.45;
    font-size: 13px;
}

@media (max-width: 720px) {
    .profile-modal-card {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
    }

    .identity-pref-grid {
        grid-template-columns: 1fr;
    }

    .identity-pref-consent {
        grid-template-columns: 1fr;
    }
}
.maiid-toast {
    border-radius: 18px !important;
    padding: 14px 18px !important;
    background: rgba(20, 20, 32, .96) !important;
    color: var(--base-opp)!important;
    border: 1px solid rgba(255,255,255,.1) !important;
    box-shadow: 0 18px 60px rgba(0,0,0,.35) !important;
}

.maiid-toast .swal2-title {
    color: var(--base-opp) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.maiid-toast .swal2-icon {
    margin: 0 10px 0 0 !important;
    width: 28px !important;
    height: 28px !important;
}

.maiid-toast .swal2-timer-progress-bar {
    background: #20d68a !important;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 46px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,.78)' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px 18px;
}
.mxd-page-content select,
.maiid-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 46px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,.78)' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px 18px;
}
.maiid-totp-page {
        position: relative;
        min-height: 100vh;
        overflow: hidden;
        color: #ffffff;
    }

    .maiid-totp-hero {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        padding: 120px 24px 72px;
    }

    .maiid-totp-bg {
        position: absolute;
        inset: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .maiid-totp-orb {
        position: absolute;
        display: block;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        filter: blur(16px);
        opacity: .22;
    }

    .maiid-totp-orb.orb-1 {
        top: 8%;
        right: 8%;
        background: var(--additional);
    }

    .maiid-totp-orb.orb-2 {
        left: 7%;
        bottom: 8%;
        background:  var(--accent);
    }

    .maiid-totp-grid-bg {
        position: absolute;
        inset: 0;
        opacity: .08;
        background-image:
            linear-gradient(rgba(255, 255, 255, .42) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, .42) 1px, transparent 1px);
        background-size: 48px 48px;
    }

    .maiid-totp-card {
        position: relative;
        width: min(760px, 100%);
        padding: clamp(18px, 4vw, 56px);
        border: 1px solid #161616;
        border-radius: 28px;
        background: #000000;
        box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
        text-align: center;
        backdrop-filter: blur(22px);
    }

    .maiid-totp-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        margin-bottom: 20px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 50%;
        background: rgba(255, 255, 255, .08);
        color: var(--accent);
        font-size: 30px;
    }

    .maiid-totp-label {
        margin-bottom: 14px;
        color: rgba(255, 255, 255, .56);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .maiid-totp-card h1 {
        margin: 0 0 18px;
        color:var(--base-opp);
        font-size: clamp(34px, 5vw, 64px);
        line-height: 1;
    }

    .maiid-totp-card p,
    .maiid-totp-card .form-text {
        color: var(--t-muted);
    }

    .maiid-totp-alert.alert {
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 28px;
        background: rgba(255, 255, 255, .08);
        color:var(--t-muted);
        text-align: left;
        padding:10px
    }

    .maiid-totp-alert.alert-success {
        border-color: rgba(223, 255, 79, .28);
        background: rgba(223, 255, 79, .08);
    }

    .maiid-totp-alert.alert-danger {
        border-color: rgba(255, 98, 98, .34);
        background: rgba(255, 98, 98, .08);
    }

    .maiid-totp-form {
        display: grid;
        gap: 18px;
        margin-top: 26px;
    }

    .maiid-totp-field {
        text-align: left;
    }

    .maiid-totp-field label {
        display: block;
        margin-bottom: 8px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
    }

    .maiid-totp-field input {
        width: 100%;
        min-height: 58px;
        padding: 14px 18px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 999px;
        outline: 0;
        background: rgba(255, 255, 255, .06);
        color: #fff;
        box-shadow: none;
    }

    .maiid-totp-field input:focus {
        border-color: rgba(223, 255, 79, .82);
        background: rgba(255, 255, 255, .08);
        box-shadow: 0 0 0 4px rgba(223, 255, 79, .08);
    }

    .maiid-totp-code-input {
        text-align: center;
        font-size: 26px;
        font-weight: 800;
        letter-spacing: .2em;
    }

    .maiid-backup-toggle {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .maiid-backup-toggle h6 {
        margin-bottom: 14px;
        color: rgba(255, 255, 255, .72);
    }

    #backup-form {
        margin-top: 18px;
    }

    .maiid-help-links {
        display: grid;
        gap: 10px;
        justify-items: center;
        margin-top: 26px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .maiid-help-links p {
        margin: 0;
        color: rgba(255, 255, 255, .56);
    }

    @media (max-width: 767px) {
        .maiid-totp-hero {
            align-items: flex-start;
            padding: 104px 16px 48px;
        }

        .maiid-totp-card {
            border-radius: 22px;
        }

        .maiid-totp-card .btn {
            width: 100%;
        }
    }
    .maiid-qr-box {
    display: inline-flex;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
}

.maiid-qr-box img {
    width: 220px;
    max-width: 100%;
    height: auto;
}

.maiid-secret-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.maiid-backup-code code {
    color: var(--accent);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
}

@media (max-width: 767px) {
    .maiid-secret-row {
        grid-template-columns: 1fr;
    }
}
.maiid-passkey-item {
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    text-align: left;
}

.maiid-passkey-head {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}

.maiid-passkey-head i {
    color: var(--accent);
    font-size: 22px;
}

.maiid-passkey-meta {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.maiid-passkey-meta div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, .68);
}

.maiid-passkey-meta strong {
    color: #fff;
    text-align: right;
}

.maiid-passkey-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.maiid-modal .modal-content {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(10, 10, 14, .96);
    color: #fff;
}

.maiid-modal .modal-header,
.maiid-modal .modal-footer {
    border-color: rgba(255, 255, 255, .1);
}

.maiid-modal .btn-close {
    filter: invert(1);
}
.maiid-modal {
    background: transparent;
}

.maiid-modal .modal-dialog {
    width: min(760px, calc(100% - 32px));
    max-width: 760px;
}

.maiid-modal .modal-content {
    position: relative;
}

.maiid-modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    filter: invert(1);
    opacity: .75;
}

.maiid-modal-close:hover {
    opacity: 1;
}
.maiid-email-code-input {
    width: var(--maiid-code-width, 12ch);
    margin-left: auto;
    margin-right: auto;
}
/* maiID login hero */

.maiid-login-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 64px 24px;
}

.maiid-login-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .75fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    width: min(1180px, 100%);
    margin: 0 auto;
}
.maiid-login-shell, .maiid-totp-card
{   margin-top: 80px;
}

.maiid-login-brand {
    max-width: 620px;
}

.maiid-login-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 42px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
}

.maiid-login-logo span {
    font-weight: 500;
}

.maiid-login-logo strong {
    color: var(--accent);
    font-weight: 800;
}

.maiid-login-kicker {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.maiid-login-brand h1 {
    margin: 0 0 24px;
    color: var(--base-opp);
    font-size: clamp(48px, 7vw, 72px);
    line-height: .92;
}

.maiid-login-brand p {
    max-width: 560px;
    color: var(--t-muted);
    font-size: 18px;
    line-height: 1.65;
}

.maiid-login-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.maiid-login-points div {
    padding: 16px;
    border: 1px solid var(--base-tint);
    border-radius: 18px;
    background: var(--base-tint);
}

.maiid-login-points i {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 26px;
}

.maiid-login-points span {
    color: var(--base-opp);
    font-size: 14px;
}

.maiid-login-card {
    position: relative;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 30px;
    background: rgba(10, 10, 14, .78);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .32);
    text-align: center;
    backdrop-filter: blur(22px);
}

.maiid-login-card h2, .maiid-totp-card h1{
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
}

.maiid-login-card > p {
    color: rgba(255, 255, 255, .68);
}

.maiid-password-row {
    position: relative;
}

.maiid-password-row input {
    padding-right: 58px;
}

.maiid-password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .72);
    transform: translateY(-50%);
}

.maiid-password-toggle:hover {
    color: var(--accent);
}

.maiid-login-links {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.maiid-login-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
}

.maiid-login-links a:hover {
    color: var(--accent);
}

.maiid-login-social {
    width: 100%;
}

.maiid-modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    filter: invert(1);
    opacity: .7;
}

.maiid-modal-close:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .maiid-login-shell {
        grid-template-columns: 1fr;
    }

    .maiid-login-brand {
        text-align: center;
        margin: 0 auto;
    }

    .maiid-login-brand p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .maiid-login-hero {
        align-items: flex-start;
        padding: 40px 16px;
    }

    .maiid-login-points {
        grid-template-columns: 1fr;
    }

    .maiid-login-card {
        border-radius: 24px;
    }
}
@media (max-width: 991px) {
    .maiid-login-shell {
        grid-template-columns: 1fr;
    }

    .maiid-login-card {
        order: 1;
    }

    .maiid-login-brand {
        order: 2;
        text-align: center;
        margin: 0 auto;
    }
}
.maiid-join-grid{
 display: grid;
    gap: 0px;
}
   
.maiid-reset-instructions {
    margin-top: 18px;
    color: rgba(255, 255, 255, .72);
    text-align: left;
}

.maiid-reset-instructions ol {
    display: grid;
    gap: 8px;
    margin: 0;
}

.maiid-reset-instructions li {
    padding-left: 4px;
    font-size:13px;
}
.maiid-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    padding: 24px;
    background: rgba(0, 0, 0, 0.55);
    align-items: center;
    justify-content: center;
}
.modal-body{
    padding: 15px;
}
.maiid-modal.is-open {
    display: flex;
}

.maiid-modal .modal-dialog {
    width: min(520px, 100%);
    margin: 0;
}

.maiid-modal .modal-content {
    width: 100%;
    border-radius: 24px;
    background: var(--base);
    overflow: hidden;
}

body.maiid-modal-open {
    overflow: hidden;
}
.maiid-account-card {
    max-width: 760px;
}

.maiid-account-avatar {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
}

.maiid-account-avatar img {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .14);
}

.maiid-account-avatar strong,
.maiid-account-avatar span {
    display: block;
}

.maiid-account-avatar span {
    opacity: .7;
    font-size: .95rem;
}

.maiid-account-form {
    text-align: left;
}

.maiid-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.maiid-totp-field {
    margin-bottom: 1rem;
}

.maiid-totp-field label {
    display: block;
    margin-bottom: .5rem;
    font-size: 1rem;
    opacity: .8;
}



.maiid-input-readonly {
    opacity: .75;
    cursor: not-allowed;
}

.maiid-field-note {
    display: block;
    margin-top: .45rem;
    font-size: 1rem;
    opacity: .65;
}

.maiid-password-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.maiid-section-title {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.maiid-password-wrap {
    position: relative;
}

.maiid-password-wrap input {
    padding-left: 3.2rem;
}


.maiid-password-meter {
    margin-top: 1rem;
}

.maiid-form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .maiid-form-grid {
        grid-template-columns: 1fr;
    }

    .maiid-account-avatar {
        flex-direction: column;
        text-align: center;
    }

    .maiid-form-actions {
        flex-direction: column-reverse;
    }

    .maiid-form-actions .btn {
        width: 100%;
    }
}
.maiid-reauth-card {
    max-width: 660px;
}

.maiid-reauth-methods {
    text-align: left;
}

.maiid-reauth-method {
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
}

.maiid-reauth-method + .maiid-reauth-method {
    margin-top: 1rem;
}

.maiid-reauth-separator {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 1rem 0;
    color: rgba(255, 255, 255, .6);
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.maiid-reauth-separator::before,
.maiid-reauth-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .12);
}

.maiid-check-row {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-top: .75rem;
    font-size: .9rem;
    color: rgba(255, 255, 255, .72);
    cursor: pointer;
}

.maiid-check-row input {
    width: 16px;
    height: 16px;
    accent-color: currentColor;
}

.maiid-link-button {
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    opacity: .75;
    text-decoration: underline;
    cursor: pointer;
}

.maiid-link-button:hover {
    opacity: 1;
}

.maiid-social-list {
    display: grid;
    gap: .75rem;
}

.maiid-reauth-footer {
    margin-top: 1.5rem;
    text-align: center;
}

.maiid-reauth-footer a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: inherit;
    opacity: .65;
    text-decoration: none;
    font-size: .9rem;
}

.maiid-reauth-footer a:hover {
    opacity: 1;
}
.maiid-api-token-card {
    max-width: 980px;
}

.maiid-api-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    text-align: left;
}

.maiid-api-section {
    padding: 1.25rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
}

.maiid-api-section-head {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.maiid-api-section-head > div:first-child {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
}

.maiid-api-section-head i {
    font-size: 1.45rem;
}

.maiid-api-section-head h2 {
    margin: 0;
    font-size: 1.12rem;
    color:#ffffff;
}

.maiid-api-section-head p {
    margin: .35rem 0 0;
    font-size: 1rem;
    opacity: .68;
}

.maiid-api-token-box {
    margin-bottom: 1rem;
}

.maiid-api-token-box label {
    display: block;
    margin-bottom: .5rem;
    font-size: .86rem;
    opacity: .75;
}

.maiid-token-display {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.maiid-token-display input {
    width: 100%;
    min-height: 52px;
    padding: 0 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: inherit;
    outline: none;
}

.maiid-token-mini-btn {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.maiid-token-empty {
    min-height: 52px;
    padding: 0 1rem;
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .035);
    display: flex;
    align-items: center;
    gap: .65rem;
    opacity: .75;
}

.maiid-api-token-box small {
    display: block;
    margin-top: .5rem;
    opacity: .55;
    font-family: monospace;
}

.maiid-api-note {
    display: flex;
    gap: .65rem;
    align-items: flex-start;
    margin-top: 1.25rem;
    padding: .9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .68);
    font-size: 1rem;
}

.maiid-api-status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: .65rem;
    flex-wrap: wrap;
}

.maiid-api-status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .86rem;
    opacity: .65;
}

.maiid-api-status.is-active {
    opacity: .95;
}

.maiid-check-row.compact {
    margin-top: 0;
    font-size: 1rem;
}

.maiid-api-ip-lock {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

@media (max-width: 991px) {
    .maiid-api-grid {
        grid-template-columns: 1fr;
    }
}
.maiid-external-api-form {
    display: grid;
    gap: 1rem;
}

.maiid-api-secret-item {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .09);
}

.maiid-api-secret-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;
}

.maiid-api-secret-top h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color:#ffffff;
}

.maiid-api-secret-top p {
    margin: .25rem 0 0;
    font-size: 1rem;
    line-height: 1.45;
    opacity: .58;
}

.maiid-api-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 30px;
    padding: 0 .7rem;
    border-radius: 999px;
    font-size: 1rem;
    white-space: nowrap;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .09);
}

.maiid-api-pill.is-active {
    color: #dfff5a;
    background: rgba(223, 255, 90, .10);
    border-color: rgba(223, 255, 90, .22);
}

.maiid-api-secret-item .maiid-totp-field input {
    min-height: 52px;
    border-radius: 18px;
    font-size: .95rem;
    letter-spacing: 0;
}

.maiid-api-secret-item .maiid-totp-field input::placeholder {
    font-size: .95rem;
    color: rgba(255, 255, 255, .42);
}

.maiid-api-clear-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: .8rem;
    padding: .7rem .85rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
    cursor: pointer;
}

.maiid-api-clear-row span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, .68);
}

.maiid-api-clear-row input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    accent-color: #dfff5a;
}

.maiid-api-save-row {
    margin-top: .25rem;
}

.maiid-api-save-row .btn {
    width: 100%;
    justify-content: center;
}

.maiid-api-section .maiid-api-note {
    margin-top: 1rem;
}

@media (max-width: 575px) {
    .maiid-api-secret-top {
        flex-direction: column;
    }

    .maiid-api-pill {
        align-self: flex-start;
    }
}
.maiid-devices-card {
    max-width: 980px;
}

.maiid-device-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

.maiid-device-summary > div {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
}

.maiid-device-summary span {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1;
}

.maiid-device-summary small {
    display: block;
    margin-top: .45rem;
    opacity: .62;
}

.maiid-device-section {
    text-align: left;
}

.maiid-device-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.maiid-device-list {
    display: grid;
    gap: 1rem;
}

.maiid-device-card {
    padding: 1.1rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
}

.maiid-device-card.is-current {
    background: rgba(223, 255, 90, .06);
    border-color: rgba(223, 255, 90, .20);
}

.maiid-device-card.is-revoked {
    opacity: .68;
}

.maiid-device-main {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.maiid-device-icon {
    width: 54px;
    height: 54px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .10);
}

.maiid-device-icon i {
    font-size: 1.6rem;
}

.maiid-device-info {
    min-width: 0;
}

.maiid-device-title {
    font-size: 1.05rem;
    font-weight: 750;
}

.maiid-device-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: .35rem;
    color: rgba(255, 255, 255, .62);
    font-size: 1rem;
}

.maiid-device-meta span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.maiid-device-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.maiid-device-details > div {
    padding: .8rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, .04);
}

.maiid-device-details span {
    display: block;
    margin-bottom: .3rem;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .52);
}

.maiid-device-details strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 650;
    word-break: break-word;
}

.maiid-device-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.maiid-device-status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 32px;
    padding: 0 .75rem;
    border-radius: 999px;
    font-size: 1rem;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .72);
}

.maiid-device-status.is-current,
.maiid-device-status.is-online {
    color: #dfff5a;
    background: rgba(223, 255, 90, .10);
    border-color: rgba(223, 255, 90, .22);
}

.maiid-device-status.is-recent {
    color: rgba(255, 255, 255, .72);
}

.maiid-device-status.is-revoked {
    color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .035);
}

.maiid-empty-state {
    padding: 2rem 1rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, .045);
    border: 1px dashed rgba(255, 255, 255, .14);
    text-align: center;
}

.maiid-empty-state i {
    display: inline-flex;
    font-size: 2rem;
    margin-bottom: .75rem;
    opacity: .8;
}

.maiid-empty-state strong,
.maiid-empty-state span {
    display: block;
}

.maiid-empty-state span {
    margin-top: .35rem;
    opacity: .58;
}

.maiid-device-list.is-history .maiid-device-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media (max-width: 767px) {
    .maiid-device-summary {
        grid-template-columns: 1fr;
    }

    .maiid-device-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .maiid-device-section-head form,
    .maiid-device-section-head .btn {
        width: 100%;
    }

    .maiid-device-details {
        grid-template-columns: 1fr;
    }

    .maiid-device-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .maiid-device-footer form,
    .maiid-device-footer .btn {
        width: 100%;
    }

    .maiid-device-list.is-history .maiid-device-card {
        align-items: flex-start;
        flex-direction: column;
    }
}
.modal-content form { 
    padding: 2rem;
}
.totp-setup-form {
    border: 2px solid var(--accent)!important;;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(40, 167, 69, 0.3)!important;;
    padding: 20px;
    background-color: hsl(210deg 17% 98% / 10%)!important;;
    animation: subtle-pulse 2s ease-in-out infinite alternate;
    border-radius: 28px!important;
}
/*//theme///*/
.mxd-grid-item.no-margin {
    margin-bottom: 80px;
}

/*hover */
 .identity-menu a:hover, .maiid-privacy-item:hover, .maiid-profile-visibility-radio span:hover {
transform: translateY(-8px);
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}

/*/// gloable ////*/
.btn-maiid{
    color: #cccccc;
    border: 1px solid #ffffff;
}

.btn-maiid-edit{
    color: #cccccc;
    border: 1px solid #ffffff;
}
.btn-maiid-edit:hover{
    color: var(--accent);
    border: 1px solid var(--accent);
}

.btn-maiid-delete{
    color: #df2c2c;
    border: 1px solid #f86767;
}
.btn-maiid-delete:hover{
    color: var(--additional);
    border: 1px solid var(--additional);
}
