@font-face {
    font-family: "Farrington7B_Qiqi";
    src: url('/static/fonts/Farrington7B_Qiqi.ttf');
    }

#cropper{
    margin-bottom:15px;
    border-radius: 7px;
    overflow: hidden;
}
#image_preview{
    display: block;
    width: 100%;
    max-width: 270px;
    border-radius: 7px;
    margin:20px auto;
}
.verify-link.plusNew .plusIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plusIcon {
    font-size: 36px;
}


.verify-body{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    transition: opacity 0.2s;
}
.verify-link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    margin: 5px;
    width: calc(100% / 4 - 10px);
    background: linear-gradient(to bottom,#fff 33.3%,#f6f6f6);
    transition: all 0.2s;
    cursor: pointer;
    user-select: none;
    position: relative;
    box-sizing: border-box;
}
.verify-link::before{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 138%;
}
.verify-link:hover{
    box-shadow: 0 0 0 3px var(--themeColor);
    transform: translateY(-5px);
    filter: brightness(1.01);
}
.verify-bg{
    position: absolute;
    top:5px;
    left:5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    box-sizing: border-box;
    border-radius: 5px;
    background-size: cover;
    overflow: hidden;
}
.verify-profiles{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.382));
    color:#ffffff;
    padding:30px;
    box-sizing: border-box;
}
.verify-link-profilename{
    text-align: center;
    font-size: 32px;
    line-height: 1em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.verify-link-race{
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:4px;
    opacity: 0.618;
}
.verify-link-furid,.verify-link-waiting{
    font-size: 14px;
    text-align: center;
    height: 26px;
}
.verify-link-furid{
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    color:#ffc107;
    font-family: "Farrington7B_Qiqi";
    letter-spacing: 5px;
    margin-top: 15px;
    white-space: nowrap;
}
.verify-link-date{
    letter-spacing: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    margin-top:4px;
    font-weight: 300;
}
.verify-link-waiting{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.618;
    height: 47px;
}
.verify-link-waiting i{
    margin-right:5px;
}
.verify-link.plusNew .plusIcon{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes verifywating {
    0%{
        left:-50%
    }
    100%{
        left: 100%;
    }
}
.fursuitAuth-info{
    display: flex;
    width: 100%;
}
.fursuitAuth-cover{
    width: 290px;
    flex-shrink: 0;
}
.fursuitAuth-profile-col{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:15px 20px;
}
.fursuitAuth-profile-col+.fursuitAuth-profile-col{
    border-top: solid 1px #f6f6f6;
}
.fursuitAuth-profile{
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}
.fursuitAuth-profile-title{
    font-weight: 700;
    color: #4f525e;
    padding-right:10px;
    flex-shrink: 0;
}
.fursuitAuth-profile-content{
    text-align: right;
}
.fursuitAuth-images{
    display: flex;
    flex-wrap: wrap;
    margin:-5px;
    margin-top:20px;
}
.fursuitAuth-image{
    width: calc(100% / 3 - 4px);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    margin:2px;
    overflow: hidden;
}
.fursuitAuth-image::before{
    content:'';
    display: block;
    width: 100%;
    padding-bottom:100%;
}
.fursuitAuth-image:after{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content:'\f00e';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    color:#ffffff;
    font-size: 24px;
    background-color: rgba(0,0,0,0.382);
    opacity: 0;
    cursor: zoom-in;
    transition: opacity 0.2s;
}
.fursuitAuth-image:hover:after{
    opacity: 1;
}
@media(max-width:1200px){
    .verify-link{
        width: calc(100% / 3 - 10px);
    }
}

@media (max-width:860px){
    .verify_block{
        padding:15px 0;
    }
    .fursuitAuth-profile{
        margin-top:15px;
    }
    .verify-item-profilename{
        font-weight: 700;
    }
    .verify-item-profilename,.verify_idnum{
        font-size: 16px;
    }
    .verify-item-race{
        font-size: 12px;
    }
    .fursuitAuth-info{
        flex-direction: column;
    }
    .fursuitAuth-cover{
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #f0f0f0;
        border-radius: 10px;
    }
} 


@media (max-width: 840px){
    .panel-topTitle{
        padding: 10px;
    }
    .panel-titlename-name{
        font-size: 18px;
    }
    .panel-section{
        padding:15px;
    }
    .verify-link{
        width: calc(100% / 2 - 10px);
    }
    .verify-link-profilename{
        font-size: 26px;
    }
    .verify-link-race{
        font-size: 14px;
    }
    .verify-link-furid{
        font-size: 12px;
        letter-spacing: 3px;
    }
}

@media (max-width: 700px){
    .picList{
        width: calc(100% + 30px);
        margin:0 -15px;
    }
    .picList > a{
        width: calc(100% / 3);
        margin:0;
        border-radius: 0;
    }
}

@media (max-width: 425px){
    .verify-link{
        width: calc(100% / 1 - 10px);
    }
    .verify-link-profilename{
        font-size: 24px;
    }
    .verify-link-race{
        font-size: 12px;
    }
}