﻿.upload-button {
    float: right;
    display: flex;
}
.close-button {
    float: right;
    margin-right: 5px;
    display: flex;
}

.select-category-text {
    float: left;
    margin-left: 15px;
}

.files-div {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: center;
}

.loading-circle {
    display: inline-block;
    margin-top: 5px;
}

.float-right {
    float: right;
}