.img-file-upload-drop-zone {
    border-radius: 0.8rem;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    padding: 1rem;
    flex-direction: column;
    align-items: center;
}

.img-file-upload-drop-zone.disabled,
.img-file-upload-btn.disabled {
    background: #f2f4f7;
    pointer-events: none;
}

.img-file-upload-drop-zone.disabled .file-drag-desc b,
.img-file-upload-drop-zone.disabled .file-drag-desc p,
.img-file-upload-drop-zone.disabled .file-drag-desc span {
    color: var(--Gray-400, #98A2B3);
}

.img-file-upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 2.5rem;
    margin: 0 auto;
}

.img-file-upload-btn-wrapper input[type=file] {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.img-file-upload-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--Gray-200, #EAECF0);
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-file-upload-btn:hover {
    cursor: pointer;
}

.file-drag-desc {
    text-align: center;
    margin-top: 0.75rem;
}

.file-drag-desc b,
.file-drag-desc span {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.file-drag-desc .file-type {
    margin-top: 0.25rem;
    color: var(--Gray-600, #475467);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

.file-drag-desc b {
    color: var(--Brand-700, #6941C6);
    font-weight: 600;
}

.file-drag-desc small {
    color: var(--Gray-600, #475467);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

.file-drag-desc span {
    color: var(--Gray-600, #475467);
    font-weight: 400;
}

.file-drag-desc .file-guideline {
    color: var(--Gray-600, #475467);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

.img-file-list-table {
    width: 100%;
}

.img-file-name-container {
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.img-file-upload-name {
    width: 100%;
    color: var(--Gray-700, #344054);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    word-break: break-all;
}

.img-file-size {
    color: var(--Gray-600, #475467);
    text-overflow: ellipsis;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
}

.img-file-delete-btn {
    float: right;
    border: none;
    background: none;
    padding: 0;
}

.img-file-delete-btn svg .trash-can:hover {
    stroke: #6941C6;
}

.img-file-ilstr {
    max-width: 2.5rem;
}

.upload-file-row {
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    margin-top: 1rem;
}

.warning-tost-message-wrapper .tost-message {
    display: flex;
    opacity: 1;
    margin: 1rem 0 0 0;
    border-bottom: 2px solid var(--Warning-400, #FDB022);
    background: var(--Warning-50, #FFFAEB);
}

.info-container .tost-message.multi-file {
    margin: 1rem 0 0 0;
}

@media (max-width: 767px) {}
