.upload-section.active {
    border-color: #4aa5f2;
    background-color: rgba(74, 165, 242, 0.05);
}
.file-note {
    font-size: 12px;
    margin-top: 15px;
    color: #7189a2;
}
.file-icon {
    margin-right: 8px;
    color: #7189a2;
}
.btn-remove {
    background: none;
    border: none;
    color: #f44336;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.btn-remove:hover {
    color: #ff1301;
}
.hidden {
    display: none;
}
th:last-child, td:last-child {
    border-right: none;
    text-align: center;
    display: grid;
    justify-content: center;
    border-top: 0px !important;
	width:100%;
}
td {
    width: auto;
}
.controls-section {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.success-content .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-success {
    background-color: #4caf50;
    color: white;
}