._heading-section {
    font-size: 0.9rem;
    font-weight: 800;
}

.img_group {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}

.img_group_row_1-inner {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    display: flex;
}

.img_group_row_1-inner-in {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    border-radius: 9999px;
}

.span-1 {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
}

.span-2 {
    box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.span-2>img {
    display: block;
    max-width: 100%;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.span-1>img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}



.top-panel-text {
    position: absolute;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
}

.top-panel-text-inner {
    background: #f5f5f5;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    line-height: 1rem;
    height: 1.5rem;
    display: flex;
    border-radius: 9999px;
    align-items: center;
}

.top-panel-text-inner_in {
    color: rgb(0, 125, 255);
    font-weight: 550;
    font-size: 0.8125rem;
}

.viewModal-container {
    gap: 0.375rem;
    flex-direction: column;
    display: flex;

}

.viewModal-Wrapper {
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}

.viewModal-Wrapper-inner {
    z-index: 0;
    position: relative;
    justify-content: space-between;
    height: 2.25rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .viewModal-Wrapper-inner {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.viewModal-inner-in {
    gap: 0.5rem;
    flex-direction: row;
    display: flex;
    align-items: center;
}

.viewModal-img-inner {
    position: relative;
    flex-shrink: 0;
    display: flex;
    width: 28px;
    height: 28px;
}

.viewModal-img-inner-in {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    border-radius: 9999px;
}

.img-setting-wrapper {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
}

.img-setting-wrapper-in {
    box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.img-setting-wrapper-in-img {
    display: block;
    max-width: 100%;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.img-setting-wrapper-in-img2 {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.viewModal-inner-rank {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 550;
    display: block;
}

.viewModal-username {
    line-height: 1.5rem;
    font-size: .9375rem;
    font-weight: 550;
    display: block;
}

.viewModal-address-wrapper {
    color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.033);
    width: max-content;
    line-height: normal;
    height: 1.25rem;
    font-weight: 400;
    font-size: 0.8125rem;
    display: flex;
    border-radius: 9999px;
    align-items: center;
}

.viewModal-address {
    padding: 0 0.5rem;
}
.get-view-wrapper{
margin-bottom: 0.08rem;
}
.target-view-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.55rem;
}