﻿
.file-image {
    width: 256px;
}

.file-upload-wrapper {
    display: flex;
    white-space: nowrap;
}

.file-upload,
.file-hidden-button {
    display: none;
}


.file-upload-button {
    font-size: calc(12px + 1vw);
    padding: .5rem 1rem;
    display: flex;
    border-radius: 10px 0 0 10px;
    border: none;
    cursor: pointer;
    color: #eee;
    background-image: linear-gradient(#1c1946, #383a9d);
}

.file-control-dark {
    width: 100%;
    color: #b9b2b2;
    background-color: #2A3038;
    min-height: 30px;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: calc(.9rem + 1vw);
    padding-left: 8px;
}
