.nfc_tag_dialog { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; overflow-x: hidden; gap: 10px; padding-bottom: 20px; .nfc_tag_dialog__header { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; .userCard { background-color: transparent; border: 0; outline: 0; .avatar { width: 50vw; height: 50vw; } } } .nfc_tag_dialog__body { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; gap: 10px; padding: 20px; border-radius: 12px; background-color: var(--background-color-accent); h2 { align-self: flex-start; } .nfc_tag_dialog__action { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; color: var(--text-color); .nfc_tag_dialog__description { color: var(--text-color); opacity: 0.7; font-size: 0.8rem; padding: 5px; } } } }