body {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
}
.card {
    margin-top: calc(100vh - 655px);
    height: calc(100dvh - 100px);
    border-radius: 28px 28px 0 0;
    padding: 35px 1rem 0 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.card .box-item {
    display: flex;
    width: 100%;
}
.card .box-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    border-radius: 999px;
    margin-right: 14px;
}
.card .box-item .item-icon.item-home {
    background-color: #8bc2ff;
}
.card .box-item .item-icon.item-license {
    background-color: #eed4ff;
}
.card .box-item .item-label {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.card .box-item .item-label h6 {
    font-weight: 600;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.card .box-item .item-label p {
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.card .box-item .item-alert {
    margin-left: auto;
    background-color: rgba(255, 0, 0, 0.25);
    color: #ff0000;
    font-weight: 500;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 74px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
