/*--- Subentries field ---*/
#bx-form-element-subentries .bx-form-value .bx-form-input-autotoken b {
    padding-left: 0.5rem;
}

/*--- Uploader Ghost: Images ---*/
#bx-form-element-pictures .bx-uploader-ghost {
    justify-content: flex-end;
}
#bx-form-element-pictures .bx-uploader-ghost .bx-uploader-ghost-body {
    justify-content: center;
}

/*--- Uploader Ghost: Files ---*/
#bx-form-element-files .bx-form-input-files-result {
    position: relative;
    max-height: 22.25rem;
    overflow: hidden;
}

#bx-form-element-files .bx-form-input-files-result.bx-overflow:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));

    content: '';
}
#bx_market #bx-form-element-files .bx-form-input-files-result {
    display: block;
}
#bx_market #bx-form-element-files .bx-uploader-ghost {
    max-width: none;
    display: block;
}
#bx_market #bx-form-element-files .bx-base-general-uploader-ghost {
    position: relative;
    display: block;
}
#bx_market #bx-form-element-files .bx-base-general-uploader-ghost .bx-base-general-buttons {
    display: flex;
    align-items: center;
    grid-gap: 0.5rem;
}
.bx-uploader-ghost-header {
    position: relative;
    line-height: 1.5rem;
}

.bx-uploader-ghost .bx-uploader-ghost-header .sys-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;

    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.bx-uploader-ghost.closed .bx-uploader-ghost-header .sys-icon {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}