.primary-color-text[data-v-90c0deb7] {
    color: #2878ff
}

.success-color-text[data-v-90c0deb7] {
    color: #52c41a
}

.error-color-text[data-v-90c0deb7] {
    color: #f5222d
}

.footer[data-v-90c0deb7] {
    width: 100%;
    text-align: right;
    margin-top: 20px
}

.footer .submit-file[data-v-90c0deb7] {
    background: var(--ss-primary-color);
    border: none;
    border-radius: 5px
}

.primary-color-text[data-v-acf41253] {
    color: #2878ff
}

.success-color-text[data-v-acf41253] {
    color: #52c41a
}

.error-color-text[data-v-acf41253] {
    color: #f5222d
}

.no_data[data-v-acf41253] {
    color: 14px;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.folder_list[data-v-acf41253] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: 438px;
    overflow-y: auto
}

.folder_list[data-v-acf41253]::-webkit-scrollbar {
    display: none
}

.folder_list .custom_upload[data-v-acf41253] {
    width: 110px;
    height: 130px;
    border-radius: 10px;
    background: #f9f9f9!important;
    border: 1px dashed #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 20px;
    padding: 3px
}

.folder_list .custom_upload .upload_top[data-v-acf41253] {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px
}

.folder_list .custom_upload .upload_top[data-v-acf41253]:hover {
    color: #fff!important;
    background-color: #73cff8!important;
    border-radius: 5px
}

.folder_list .custom_upload .upload_mater[data-v-acf41253] {
    width: 100%;
    height: 50%;
    color: #696969
}

.folder_list .custom_upload .upload_mater[data-v-acf41253] :hover {
    color: #fff!important;
    background-color: #73cff8;
    border-radius: 5px
}

.folder_list .folder_item[data-v-acf41253] {
    cursor: pointer;
    flex-shrink: 0;
    width: 110px;
    height: 126px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    padding-right: 8px
}

.folder_list .folder_item .folder_list_checkbox[data-v-acf41253] {
    position: absolute;
    top: 8px;
    left: 10px
}

.folder_list .folder_item[data-v-acf41253]:hover {
    background-color: #0000001a;
    border-radius: 10px
}

.folder_list .folder_item .count[data-v-acf41253] {
    position: absolute;
    height: 20px;
    min-width: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0000004d;
    right: 8px;
    top: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    z-index: 999
}

.folder_list .folder_item .folder_icon[data-v-acf41253] {
    font-size: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.folder_list .folder_item .folder_icon .icon-postion[data-v-acf41253] {
    position: absolute;
    font-size: 24px;
    margin: 18px 0 0 18px
}

.folder_list .folder_item .folder_name[data-v-acf41253] {
    font-size: 12px;
    color: #666;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px
}

.mask[data-v-acf41253] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d;
    z-index: 9999;
    border-radius: 8px
}

[data-v-acf41253] .model_upload {
    height: 20px!important;
    width: 20px!important;
    border: none
}

[data-v-acf41253] .ss-upload.ss-upload-select-picture-card {
    width: 104px!important;
    height: 52px!important;
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border: none!important
}

.model_upload_text[data-v-acf41253] {
    width: 100px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center
}

[data-v-acf41253] .ss-upload-select-text {
    width: 100%!important;
    height: 100%!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important
}

[data-v-acf41253] .ss-upload-select-text :hover {
    color: #fff!important;
    background-color: #73cff8;
    border-radius: 5px
}

.noupload_custom_upload[data-v-acf41253] {
    width: 110px;
    height: 100px;
    border-radius: 10px;
    background: #f9f9f9!important;
    border: 1px dashed #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 3px
}

.noupload_custom_upload .upload_top[data-v-acf41253] {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px
}

.noupload_custom_upload .upload_mater[data-v-acf41253] {
    width: 100%;
    height: 50%;
    color: #696969
}
