.body {
    background: #EDEDED;
}

.marg-hori-1 {
    margin-left: 8px;
    margin-right: 8px;
}

.marg-vert-1 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.marg-vert-3 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.pad-hori-1 {
    padding-left: 8px;
    padding-right: 8px;
}

.pad-vert-2 {
    padding-bottom: 16px;
    padding-top: 16px;
}

.home {
    height: calc(100vh - 30px);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-column-medium {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}

.center-column-large {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.key-registration .select-device {
    fill: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: 100%;
    gap: 16px;
}

.key-registration .select-device img {
    width: 100%;
    fill: white;
    color: white;
}

.dashboard .dashboard-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-row .badge {
    margin: 0 !important;
}

.delete {
    color: red;
}