﻿#dropzone-external {
    width: 100%;
    height: 100%;
    /*background-color: rgba(183, 183, 183, 0.1);*/
    border-width: 1px;
    /*border-style: dashed;*/
    padding: 32px;
    border-radius: 6px;
    border: 1px solid var(--Grey-500, #B6BFBF);
    background: var(--Grey-000, #FFF);
    gap: 16px;
}

#dropzone-external>* {
    pointer-events: none;
}

#dropzone-external.dropzone-active {
    border-style: solid;
}

#dropzone-external #dropzone-upload {
    margin: 0 auto;
}

.widget-container>span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image {
    /*    max-width: 100%;
    max-height: 100%;*/
    height: 10.5rem;
    width: 10.5rem;
}

#dropzone-text>span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropzone-text1 {
    color: var(--Primary-500, #0B9294);
    /* B4/Semi-bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.dropzone-text2,
.dropzone-text3,
.dropzone-line2-text {
    color: var(--Grey-700, #5A6161);
    text-align: center;
    /* B4/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.dx-fileuploader-input-wrapper {
    display: none;
}

.sds-connection-settings .dx-fileuploader-input-wrapper {
    display: block;
}

.dx-fileuploader-file-container {
    flex-wrap: wrap;
    display: flex;
    gap: 14px;
    border: 1px solid #B6BFBF;
    border-radius: 6px;
    padding: 16px;
    background: #fff
}

.dx-fileuploader-file-name {
    color: var(--Grey-900, #020303);
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.dx-fileuploader-file-size {
    color: var(--Grey-700, #5A6161);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 3px 0;
}

.dx-show-invalid-badge.dx-trackbar.dx-widget.dx-progressbar {
    /*margin-top: 2px;*/
}

.custom-chunk-progress-bar {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.chunk-progress-bar-fill {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    /* Change this color to match your design */
    transition: width 0.3s ease-in-out;
}

.dx-progressbar-container {
    height: 10px;
    border: 1px solid #e8eaeb;
    background-color: #ddd;
    border-radius: 2px;
    margin-top: 0px;
    border-radius: 5px;
}

.dx-progressbar-range {
    background-color: var(--sds-primary-500);
    border-radius: 5px;
}

.dx-fileuploader-file-container .dx-button {
    display: none !important;
}

.dx-fileuploader-button-container {
    width: 50px;
    display: inline-block;
    height: 50px;
}

.dx-fileuploader-file {
    width: calc(100% - 65px);
}

#file-append,
#file-append .icon-container {
    width: 36px;
    height: 36px;
    background: var(--Primary-100, #E5F1F2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#file-append .icon-container {
    width: 24px;
    height: 24px;
    background: var(--Primary-200, #B3D5D7);
}

.loaderStatus .dx-fileuploader-file-name {
    width: 100%;
    max-width: 100% !important;
}


.errorMessage .dx-fileuploader-file-status-message {
    color: #b50d0d
}