.volcano-input-file-empty-content, .volcano-input-file-fail-text, .volcano-input-file-name {
    display: none;
}

.volcano-input-file-thumbnail-container {
    aspect-ratio: 1;
}

.volcano-input-file-add-card {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.volcano-input-file-empty .volcano-input-file-add-card {
    display: none;
}

.volcano-input-file-remove {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 2px solid #bbb;
    z-index: 100;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 7px 0 rgb(154 161 171 / 33%);
}

.volcano-input-file-remove-x {
    line-height: 21px;
}

.volcano-input-file-empty-card {
    box-shadow: none;
}

.volcano-input-file-actions {
    position: absolute;
    width: 100%;
    bottom: -15px;
    text-align: center;
}

.volcano-input-file-dragover {
    background-color: #eff6fd;
}

.volcano-input-file-container .volcanoInputContainer {
    display: none;
}

.volcano-input-file-fade {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.volcano-input-file-card .card-body {
    padding: 1rem;
}

.volcano-input-file-thumbnail-skeleton {
    aspect-ratio: 1/1;
}

.volcano-input-file-thumbnail-generic {
    aspect-ratio: 1/1;
    background: url(/BaseManager/Client/Resources/Images/background-file.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.volcano-input-file-placeholder-container {
    position: relative;
}

.volcano-input-file-fail-icon {
    position: absolute;
    display: none;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: red;
}

.volcano-input-file-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.volcano-input-file-done .volcano-input-file-name {
    display: inline-block;
}

.volcano-input-file-done .volcano-input-file-progress {
    display: none;
}

.volcano-input-file-fail .volcano-input-file-fail-icon {
    display: block;
}

.volcano-input-file-fail .volcano-input-file-progress {
    display: none;
}

.volcano-input-file-fail .volcano-input-file-thumbnail {
    opacity: 0.4;
}

.volcano-input-file-fail .volcano-input-file-fail-text {
    display: inline-block;
}

.volcano-input-file-empty .volcano-input-file-empty-content {
    display: block;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}