#file-upload-section {
    background-color: #ffffff;
    font-size: 12px;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

#file-upload-section input, 
#file-upload-section select, 
#file-upload-section button {
    width: 98%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#file-upload-section select,
#file-upload-section button {
	width:25%;
}

div#filesmaxtext {
	padding-bottom: 10px;
}

#files-list {
	padding: 20px;
}

.file-item {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    position: relative;
}

.file-description {
	font-family: hroman;
	font-size: 16px;
	color: #000000;
	padding-bottom: 10px;
}

.file-name {
	font-style: italic;
	font-family: hroman;
	font-size: 16px;
	color: #000000;
}

.file-download-btn, .file-delete-btn {
	margin-top: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.file-download-btn {
	background-color: #007bff;
	color: white;
}

.file-delete-btn {
    background-color: #dc3545;
    color: white;
}

.files-time-to-remove {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	color: #888;
}

.file-download {
    margin-top: 10px;
    text-decoration: none;
    color: #007bff;
}

div#filestext {
	font-family: hroman;
	font-size: 16px;
	color: #000000;
}
div#filesmaxtext {
	font-family: hroman;
	font-size: 16px;
	color: #000000;
}

/* Download stats section */
.stats-section {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.download-stats {
    width: 98%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #f9f9f9;
    font-family: monospace;
}

.file-link {
    display: inline-block;
    width: 98%;
    padding: 5px;
    margin-top: 2px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Share section styling */
.share-section {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

.share-section .share-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    width: 80px;
    margin-bottom: 10px;
}

.share-section .unshare-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    width: 80px;
    margin-bottom: 10px;
}

.access-code {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.maxdownldselect {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.share-div-title {
	font-family: hroman;
	font-size: 16px;
	color: #1e2d24;
	padding-bottom: 10px;
}

.lbltextdiv {
	font-family: hroman;
	font-size: 14px;
	color: #000000;
}

