section.passport_data {
    padding-bottom: 60px;
}

section.passport_data centerwraps {
    padding-left: 80px;
    padding-right: 80px;
}

section.passport_data .pets_list {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
}

section.passport_data .pets_list li {
    background-color: #ddf4fb;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    border: 5px solid #FFF;
    margin-bottom: 17px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 25px #d4d4d4;
    cursor: pointer;
}

section.passport_data .pets_list li.all {
    background-color: #FFF;
    color: #47b8c4;
    text-align: center;
}

section.passport_data .pets_list li.all span {
    font-size: 38px;
    margin-top: 5px;
}

section.passport_data .pets_list li[thegender="male"] {
    border-color: #6fdde2;
}

section.passport_data .pets_list li[thegender="female"] {
    border-color: #edbece;
}

section.passport_data .pets_list li:hover:before {
    background-color: #ffffff78;
    content: '';
    display: block;
    width: 86px;
    height: 78px;
    position: absolute;
    z-index: -1;
    right: -15px;
    top: -15px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

section.passport_data .pets_list li.active:before {
    background-color: #ffffffc9;
    content: '';
    display: block;
    width: 86px;
    height: 78px;
    position: absolute;
    z-index: -1;
    right: -15px;
    top: -15px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

section.passport_data h3 {
    color: #919191;
}

section.passport_data .each {
    background-color: #ffffffc9;
    padding: 30px;
    margin-bottom: 20px;
    display: block;
}

section.passport_data .each.intro .data_list {
    margin-bottom: 25px;
}

section.passport_data .each.intro .intro_basic {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 0px);
    padding-top: 30px;
    padding-bottom: 30px;
}

section.passport_data .each.intro .intro_basic .photo {
    background-color: #FFF;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    margin: auto;
    border: 9px solid #FFF;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

section.passport_data .each.intro .intro_basic .photo[thegender="male"] {
    border-color: #6fdde2;
}

section.passport_data .each.intro .intro_basic .photo[thegender="female"] {
    border-color: #edbece;
}

section.passport_data .each.intro .intro_basic .theformeach {
    text-align: left;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

section.passport_data .each.intro .intro_basic .theformeach .label {
    display: inline-block;
    color: #11757a;
    width: 70px;
    vertical-align: top;
}

section.passport_data .each.intro .intro_basic .theformeach .value {
    display: inline-block;
    width: calc(100% - 110px);
    word-break: break-all;
    vertical-align: top;
}

section.passport_data .each.intro .intro_basic .theformeach .value .passport-empty-value {
    color: #bcbcbc;
}

.pet-photo-preview {
    margin: 12px auto 0;
    width: 160px;
    padding: 10px;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    text-align: center;
}

.pet-photo-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}

.setting_data .required {
    color: #d86d6d;
    margin-left: -13px;
    position: absolute;
}

section.passport_data .each.intro .intro_list {
    vertical-align: top;
    display: inline-block;
    background-color: #ffffffc9;
    width: calc(50% - 70px);
    padding: 30px;
}

section.passport_data .each.intro .intro_list h3 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

section.passport_data .each.intro .intro_list h3.en {
    font-size: 13px;
    margin-top: 5px;
}

section.passport_data .each.intro .intro_list .nodata {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #929292;
}

section.passport_data .each.intro .intro_list li {
    text-align: left;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 30px;
    padding-top: 25px;
}

section.passport_data .each.intro .intro_list li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

section.passport_data .each.intro .intro_list li .theicon {
    background-color: #249da366;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    position: absolute;
    background-size: cover;
}

section.passport_data .each.intro .intro_list li .thename {
    margin-left: 90px;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 0px;
    font-weight: 500;
}

section.passport_data .each.intro .intro_list li .thename_en {
    margin-left: 90px;
    color: #4dbdc8;
    font-size: 19px;
    margin-bottom: 5px;
}

section.passport_data .each.intro .intro_list li .btn {
    margin-top: 12px;
}

section.passport_data .each.intro .intro_list li .btn.demo-disabled {
    background: transparent;
    color: #777;
    border-color: #d8d8d8;
    cursor: default;
}

section.passport_data .each.intro .intro_list li .value {
    margin-left: 90px;
    color: #606060;
    font-size: 15px;
    margin-bottom: 5px;
}

.passport_demo_cta {
    display: inline-block;
    text-decoration: none;
}

.passport_actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.passport_actions a {
    text-decoration: none;
}

.passport_actions .btn.red {
    background-color: #d86d6d;
    border-color: #d86d6d;
    color: #fff;
}

.passport_actions .btn.red:hover {
    background-color: #c75959;
    border-color: #c75959;
    color: #fff;
}

.passport_actions .btn.red .icon {
    color: #fff;
}

.passport_import {
    padding-bottom: 70px;
}

.passport_import .in {
    background-color: #ffffffc9;
    padding: 36px;
}

.passport_import .intitle {
    margin-top: 0;
    color: #666;
}

.passport_import_tools {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.passport_import_tools .btn {
    border: 0;
    font-size: 16px;
    text-decoration: none;
}

.passport_import_tools .btn.excel {
    background-color: #2f8f5b;
    border: 2px solid #2f8f5b;
    color: #fff;
}

.passport_import_tools .btn.excel:hover {
    background-color: #27794d;
    border-color: #27794d;
    color: #fff;
}

.passport_import_tools .btn.excel .icon {
    color: #fff;
}

.passport_import_file_btn {
    cursor: pointer;
    overflow: hidden;
}

.passport_import_file_btn input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.passport_import_hint,
.passport_import_empty {
    color: #777;
    line-height: 1.8;
    margin-bottom: 20px;
}

.passport_import_table_wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom: 22px;
}

.passport_import_table {
    width: 100%;
    min-width: 1120px;
    border-collapse: collapse;
    background-color: #fff;
}

.passport_import_table th,
.passport_import_table td {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.passport_import_table th {
    color: #11757a;
    font-weight: 700;
    background-color: #eefbfd;
    white-space: nowrap;
}

.passport_import_table input,
.passport_import_table select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    outline: none;
}

.passport_import_table input:focus,
.passport_import_table select:focus {
    border-color: #4abec8;
}

.passport_import_remove {
    border: 1px solid #e4b5b5;
    background-color: #fff;
    color: #d75f5f;
    border-radius: 10px;
    padding: 9px 12px;
    cursor: pointer;
    white-space: nowrap;
}

.passport_import_submit_wrap {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.passport_import_submit_wrap .btn.red {
    background-color: #d86d6d;
    border: 2px solid #d86d6d;
    color: #fff;
}

.passport_import_submit_wrap .btn.red:hover {
    background-color: #c75959;
    border-color: #c75959;
    color: #fff;
}

.passport_import_submit_wrap .btn.red .icon {
    color: #fff;
}

.passport_import_back_wrap {
    margin-top: 28px;
    text-align: center;
}

.passport_import_back_wrap .btn {
    display: inline-block;
}


/* pets_all */
.pets_all .wrap {
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(900px, 85vw);
    height: 70vh;
    background: #fff;
    z-index: 1002;
    overflow-y: auto;
    overflow-x: hidden;
}

.pets_all .wrap .pets_all_head {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
    padding-top: 24px;
}

.pets_all .wrap .pets_all_types {
    padding: 0 30px;
    margin-bottom: 8px;
    text-align: center;
}

.pets_all .wrap .pets_all_types li {
    display: inline-block;
    text-align: center;
    background-color: #f4f4f4;
    width: 130px;
    height: 53px;
    line-height: 53px;
    border-radius: 35px;
    font-size: 18px;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 12px;
}

.pets_all .wrap .pets_all_types li.active {
    background-color: #ebebff;
}

.pets_all .wrap .pets_all_types li .icon {
    height: 40px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.pets_all .wrap .pets_all_search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 30px 14px;
    background: #fff;
}

.pets_all .wrap .pets_all_search .icon {
    color: #8f8f8f;
    font-size: 26px;
}

.pets_all .wrap .pets_all_search input {
    width: 100%;
    min-width: 0;
    height: 46px;
    border: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    padding: 0 16px;
    font-size: 15px;
    color: #4c4c4c;
    outline: none;
}

.pets_all .wrap .pets_all_search input:focus {
    border-color: #69d5df;
    background-color: #fff;
}

.pets_all .wrap .pets_all_download {
    border: 0;
    background-color: #6c67b1;
    color: #fff;
    height: 46px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.pets_all .wrap .pets_all_download .material-symbols-outlined {
    font-size: 20px;
}

.pets_all .wrap .pets_all_download:hover {
    background-color: #56519e;
}

.pets_all .wrap .pets_all_list {
    padding: 10px 30px 30px;
}

.pets_all .wrap .pets_all_list .each {
    cursor: pointer;
    width: 49%;
    display: inline-flex;
    align-items: flex-start;
}
.pets_all .wrap .pets_all_list .each:hover{
    background-color: #f9f9f9;
}
.pets_all .wrap .pets_all_list .each li {
    background-color: #ddf4fb;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    border: 5px solid #FFF;
    margin: 10px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 25px #d4d4d4;
    display: inline-block;
    vertical-align: top;
}

.pets_all .wrap .pets_all_list .each li[thegender="male"] {
    border-color: #6fdde2;
}

.pets_all .wrap .pets_all_list .each li[thegender="female"] {
    border-color: #edbece;
}

.pets_all .wrap .pets_all_list .each .content {
    display: block;
    flex: 1;
    margin-top: 12px;
    margin-right: 10px;
}

.pets_all .wrap .pets_all_list .each .content .pet-name {
    color: #34bcc7;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 4px;
}

.pets_all .wrap .pets_all_list .each .content .pet-name .pet-uid {
    color: #b7b7b7;
    font-size: 13px;
    margin-left: 4px;
}

.pets_all .wrap .pets_all_list .each .content .pet-birthday {
    font-size: 15px;
    line-height: 1.4;
}

.pets_all .wrap .pets_all_list .each .content .pet-meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    line-height: 1.4;
    color: #6f6f6f;
}

.pets_all .wrap .pets_all_list .each .content .pet-report {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #8a8a8a;
}

.pets_all .wrap .pets_all_list .each .content .pet-report.is-empty {
    color: #c0c0c0;
}

.pets_all .wrap .pets_all_list .each .content .pet-report.is-tested {
    color: #0b6971;
}

.pets_all .wrap .pets_all_list .each .content .age-tag {
    display: inline-block;
    margin-left: 0px;
    padding: 4px;
    background-color: #e3e3e3;
    color: #6e6e6e;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
}

.pets_all .wrap .pets_all_list .pets_all_empty {
    padding: 40px 10px 24px;
    text-align: center;
    color: #a1a1a1;
    font-size: 15px;
}

section.passport_data .each.intro .intro_basic .theformeach .value .age-tag {
    display: inline-block;
    margin-left: 8px;
    padding: 6px;
    background-color: #e3e3e3;
    color: #6e6e6e;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
}

.pets_all .cancel {
    background-color: #0000004f;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
}

.passport_photo_modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
}

.passport_photo_modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.passport_photo_modal__dialog {
    position: absolute;
    inset: 0;
    margin: auto;
    width: min(88vw, 680px);
    height: min(88vh, 680px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.passport_photo_modal__dialog img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.passport_photo_modal__close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #6f6f6f;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 2;
}




@media screen and (max-width: 1240px) {

    section.passport_data .each.intro .intro_basic {
        vertical-align: top;
        display: block;
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    section.passport_data .each.intro .intro_list {
        vertical-align: top;
        display: block;
        background-color: #ffffffc9;
        width: auto;
        padding: 20px;
    }

    section.passport_data centerwraps {
        padding-right: 30px;
        padding-left: 30px;
    }

    section.passport_data .each.intro .intro_basic .photo {
        background-color: #FFF;
        width: 120px;
        height: 120px;
        border-radius: 100px;
        margin: auto;
        border: 9px solid #9e9fdb;
    }

    section.passport_data .each {
        padding: 20px;
    }

    section.passport_data .each.intro .intro_basic .theformeach {
        text-align: left;
        margin-bottom: 12px;
        letter-spacing: 1px;
        font-size: 14px;
    }

    section.passport_data .each.intro .intro_basic .theformeach .label {
        width: 50px;
    }

    section.passport_data .each.intro .intro_basic .theformeach .value {
        width: auto;
    }

    section.passport_data .each.intro .intro_list li .theicon {
        width: 55px;
        height: 55px;
    }

    section.passport_data .each.intro .intro_list li .thename,
    section.passport_data .each.intro .intro_list li .thename_en,
    section.passport_data .each.intro .intro_list li .value {
        margin-left: 70px;
        font-size: 14px;
    }

    section.passport_data .each.intro .intro_list li .btn {
        width: auto;
        margin: 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: inline-block;
        margin-left: 90px;
        margin-top: 12px;
        width: auto;
        margin: 0;
        display: block;
        max-width: none;
        margin-top: 10px;
        font-size: 15px;
    }

    section.passport_data .pets_list {
        left: 3px;
    }

    section.passport_data .pets_list li {
        margin-bottom: 7px;
        width: 40px;
        height: 40px;
    }

    section.passport_data .pets_list li.active:before {
        background-color: #ffffffc9;
        content: '';
        display: block;
        width: 36px;
        height: 63px;
        position: absolute;
        z-index: -1;
        right: 18px;
        top: -11px;
        border-top-left-radius: 82px;
        border-bottom-left-radius: 76px;
    }

    .pets_all .wrap .pets_all_list .each {
        cursor: pointer;
        width: auto;
        display: block;
    }

    .pets_all .wrap {
        width: min(92vw, 900px);
        height: 85vh;
    }

    .pets_all .wrap .pets_all_head {
        padding-top: 18px;
    }

    .pets_all .wrap .pets_all_list {
        padding: 20px;
    }

    .pets_all .wrap .pets_all_search {
        padding: 8px 20px 9px;
        flex-wrap: wrap;
    }

    .pets_all .wrap .pets_all_download {
        width: 100%;
        justify-content: center;
        height: 42px;
    }

    .pets_all .wrap .pets_all_types {
        padding: 0 20px;
        margin-bottom: 6px;
    }

    .pets_all .wrap .pets_all_types li {
        width: 97px;
        margin-right: 1px;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        padding-left: 16px;
    }

    .pets_all .wrap .pets_all_types li:last-child {
        margin-right: 0;
    }

    .pets_all .wrap .pets_all_types li .icon {
        height: 32px;
        top: 6px;
        left: 8px;
    }

    .pets_all .wrap .pets_all_list .each {
        display: flex;
        align-items: flex-start;
    }

    .pets_all .wrap .pets_all_list .each li {
        width: 72px;
        height: 72px;
        margin: 8px 14px 8px 0;
        flex: 0 0 72px;
    }

    .pets_all .wrap .pets_all_list .each .content {
        display: block;
        margin-top: 8px;
        margin-right: 0;
        width: calc(100% - 86px);
    }
}
