.dialog-sub-popup .modal-title {
    padding: 15px 6px 15px 6px;
}
.dialog-sub-popup .modal-title > .left-title-icon {
    max-width: 55px;
}

.hidden {
    display: none;
}
.group-input {
    border-radius: 15px;
    background-color: white;
    margin: 25px 15px 15px 15px;
    padding: 15px;
}
.group-controls {
    padding: 15px;
}
.share-family-form .form-row,
.share-family-form .buttons {
    flex-direction: column;
    display: flex;
    margin-top: 20px;
}
.group-input.no-people .form-row-edit-family {
    margin-top: 0px;
}
.group-input.no-people .form-row > .text-description {
    padding-bottom: 0px;
}
.share-family-form .form-row:first-child {
    margin-top: 0px;
}
.share-family-form .buttons .item-line {
    margin-top: 15px;
}
.share-family-form .buttons .item-line:first-child {
    margin-top: 0px;
}
.btn-qrcode-back {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-qrcode-back .btn-text {
    display: flex;
    width: 100%;
    justify-content: center;
}
.text-title {
    color: #82B697;
    font-size: var(--fsize-15);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-18);
    word-wrap: break-word;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DEB478;
}
.text-description {
    color: var(--text-color);
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-18);
    word-wrap: break-word;
}
.text-home {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.text-home > img {
    margin-top: -5px;
}
.text-home h5 {
    margin: 0px 0px 0px 5px;
    flex-grow: 1;
    color: var(--text-color);
    font-size: var(--fsize-15);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-20);
    word-wrap: break-word;
    padding: 0px;
}
.text-description > p {
    color: var(--text-color);
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-18);
    word-wrap: break-word;
}

.form-row-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    border: 1px solid #82B697;
    padding: 8px;
    border-radius: 10px;
}
.form-row-person.active {
    background-color: #F8FBF9;
}
.form-row-person .sticky-switch {
    display: flex;
    flex-shrink: 0;
}
.person-avarar {
    margin-left: 8px;
    flex-shrink: 0;
}
.person-info {
    margin-left: 4px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    min-width: 0;
}
.person-info .person-title {
    display: flex;
}
.person-info .person-name {
    display: flex;
    color: var(--text-color);
    font-size: var(--fsize-14);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-16);
    word-wrap: break-word;
    word-break: break-all;
}
.person-info .person-gen {
    margin-left: 10px;
}
.person-info .birthday-icon {
    display: flex;
    margin-right: 5px;
}
.person-info .person-birthday {
    display: flex;
    flex-direction: row;
}
.person-info .person-birthday-info {
    display: flex;
    color: #82B697;
    font-size: var(--fsize-10);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-14);
    word-wrap: break-word;
}
.form-row-edit-family {
    border-bottom: 1px dashed #DEB478;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-end;
}

.btn-edit-family {
    color: #82B697;
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-16);
    word-wrap: break-word;
    display: flex;
}

.text-description p img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.qr-code-page .modal-title .left-title-icon {
    padding-bottom: 4px !important;
}

.family-group-title{
    font-size: 15px;
    margin: 12px;
    display: flex;
    align-items: center;
}
