.uploadPicSection .image {
            /* width: 146px; */
            height: 117px;
            background: #F4F4F7;
            border: 1px solid #EFF0F7;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

.uploadPicSection .image:before, .uploadPicSection .image .bg-pic:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    color: #eee;
    line-height: 110px;
    text-align: center;
    width: 100%;
}

.uploadPicSection div.div-idcard {
    display: flex;
}

.uploadPicSection div.div-idcard .a-idcard-exam {
    margin-top: 2px;
    margin-left: 10px;
}

.uploadPicSection div.uploadPic .bg-pic {
    background-size: contain !important;
    background-position: center !important;
    height: 148px
}

.uploadPicSection div.uploadPic .bg-pic:hover::before {
    content: "\f01e";
    color: #666;
    line-height: 140px;
}


@media only screen {
    .upload-ap-attachment.uploadPicSection .image {
        /* width: inherit; */
    }
    .upload-ap-attachment.uploadPicSection .image div.upload-loading {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: #f8f8f8;
    }
    .upload-ap-attachment.uploadPicSection .image div.upload-loading>img {
        top: 50%;
        position: absolute;
    }
}

.uploadPicSection .image div.upload-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #f8f8f8;
}

.uploadPicSection .image div.upload-loading>img {
    top: 50%;
    width: 6%;
    left: 47%;
    position: absolute;
}
.certificate-file-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 117px;
}

.certificate-file-img-p {
    background: #fff;
    border-radius: 5px;
}

.certificate-file-img-p>span {
    background-size: contain !important;
    background-position: center !important;
    height: 117px;
    width: 100%;
    display: block;
    overflow: hidden;
    /*background-size: contain;
    background-position: center;
    height:148px;
   width:100%;display:block;*/
}

.filekey-position {
    background:'/static/images/delete-icon@2x.png';
    position: absolute;
    right: -20px;
    top: -20px;
    padding-left: 7px;
    padding-top: 7px;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%;
    color: #666;
    z-index: 2;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    text-align: left;
}

.filekey-position:hover {
    background: #29bb9c;
    color: #fff;
}
.app-appeal-title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0A0D26;
    line-height: 24px;
}
#formAppeal textarea {
    background: #F4F4F7;
    border: 1px solid #EFF0F7;
    border-radius: 4px;
    color:#2F3950 !important;
}

.font-16 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color:#2F3950 !important;
}

.color-AAB0C4 {
    color: #AAB0C4 !important;
}

.color-788090 {
    color: #788090 !important;
}

.add-icon {
    width: 48px;
    height: 48px;
    margin-top: 32px;
}
.input-text {
    background: #FFFFFF;
    border:none;
    color:#2F3950 !important;
}
#formAppeal .error {
    margin-top:0;
    color:#a94442;
} 

#formAppeal .close {
    font-size:26px;
}

.btnAppeal {
    width: 200px;
    height: 48px;
    background: #1ABC9C;
    border: 2px solid #1ABC9C;
    border-radius: 24px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}
input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder{
    color: #AAB0C4 !important;
}
input{
    -webkit-appearance: none;
}

textarea, input{
    -webkit-appearance: none;
}

.form-control {
    box-shadow:none;
}
.form-control:focus {
    border-color:none;
    box-shadow:none;
}
.deleteIcon {
    position: absolute;
    right: 8px;
    top: -8px;
    cursor: pointer;
    z-index: 20;
    width: 20px;
    height: 20px;
}
.image.add {
    vertical-align: middle;
    text-align: center;
}
