label {
    margin: 0px 0px 0px 6px;
    display: block;
}

.LabelInline {
    display: inline;
}

.form-label-error {
    color: red !important;
}

.form-error {
    border-color: red !important;
    color: red !important;
}

.form-check {
    margin: 0px 0px 0px 12px;
}

#FileUploadDiv {
    display: block;
}


#file {
    display: none;
}

.progress {
    height: 1.3rem;
    margin-top: 10px;
}

.dropzone {
    min-height: 100px;
    border: 3px dashed #c1c1c1;
    margin-bottom: 10px;
    background: #f5f5f5;
}

#uploadPicturesDropzone {
    width: 100%;
}

.card {
    margin: 4px;
}

.myshopImagesImg {
    max-width: 125px;
    max-height: 125px;
}

progress {
    background: #ccc;
    border: 1px solid #ff5a5f;
    border-radius: 5px;
    color: #ff5a5f;
    font-size: 0.6em;
    height: 3.8em;
    line-height: 1.5em;
    text-indent: 0.5em;
}

progress[value]::-webkit-progress-bar {
    background-color: #ff5a5f;
}

progress::-moz-progress-bar {
    background: #ff5a5f;
}

progress::-webkit-progress-value {
    background: #ff5a5f;
}

progress {
    color: #ff5a5f;
}

/* Background Colors  */
progress,
/* Firefox  */
progress[role][aria-valuenow] {
    /* Polyfill */
    background: #ccc !important;
    /* !important is needed by the polyfill */
}

/* Chrome */
progress::-webkit-progress-bar {
    background: #ccc !important;
}

/* Foreground Colors   */
/* IE10 */
progress {
    color: #ff5a5f;
}

/* Firefox */
progress::-moz-progress-bar {
    background: #ff5a5f;
}

/* Chrome */
progress::-webkit-progress-value {
    background: #ff5a5f;
}

/* Polyfill */
progress[aria-valuenow]:before {
    background: #ff5a5f;
}


.form-check-label {
    margin-top: 4px;
    margin-left: 10px;
}

.tox {
    height: 260px !important;
}

.default-image {
    border: 2px dashed grey;
}














.upload-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 10px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    border-radius: 30px;
    overflow: hidden;
}
.upload-btn .btn-title {
    padding: 15px 20px;
}
.btn-style-one .btn-title.inactive {
    background-color: #afafaf;;
}
.upload-label {
    margin-top: 27px;
    font-size: 15px;
}
.file-upload-error {
    color: rgb(255, 0, 0);
    font-weight: 600;
    margin-top: 25px;
}
.file-upload-no {
    color: rgb(100, 98, 98);
    font-weight: 600;
    margin-top: 25px;
}
.file-upload-yes {
    color: #29ab76;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
}
.file-upload-yes a{
    color: #28302d;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
.preloader-file {
    width: 40px;
    height: 40px;
    position: unset;
    margin-top: 20px;
}

input[type="file"] {
    margin-top: 20px;
}