/* Custom styles for file upload system */

.card {
    border: 1px solid #b88206 !important;
    padding: 20px !important;
    position: relative !important;
        margin-top: 0px;
}

.upload-card {
    border: none !important;
    padding: 20px !important;
    position: relative !important;
    margin-top: 60px !important;
}

.download-card {
    border: none !important;
    padding: 20px !important;
    position: relative !important;
    margin-top: 60px !important;
}

.logo-container img {
    max-height: 40px;
}

.title-container h4 {
    color: #333;
    margin: 0;
    font-size: 27px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}

.title-container h4 span:first-child {
    font-weight: bold;
    display: block;
}

.title-container h4 span:last-child {
    font-weight: normal;
}

.user-info .dropdown-toggle {
    color: #333 !important;
    text-decoration: none;
}

.user-info .dropdown-toggle:hover {
    color: #b88206 !important;
}

.form-control {
    color: #333!important;
    border: 1px solid #b9b9b9 !important;
    font-size: 1rem !important;
        height: 40px;
    font-family: 'Roboto', sans-serif !important;
}

.form-control::placeholder {
    font-size: 1rem !important;
    font-family: 'Roboto', sans-serif !important;
}

textarea.form-control {
    height: auto !important;
    min-height: 100px !important;
    font-family: 'Roboto', sans-serif !important;
}

.btn-primary {
    background-color: #b88206 !important;
    border-color: #b88206 !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif !important;
}

.btn-primary:hover {
    background-color: #a06f05 !important;
    border-color: #a06f05 !important;
}

.progress-bar {
    background-color: #b88206 !important;
}

/* File input button styling */
.custom-file-input {
    background-color: #b88206 !important;
    border: none !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    display: inline-block !important;
    transition: background-color 0.3s !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif !important;
}

.custom-file-input:hover {
    background-color: #a06f05 !important;
}

/* Hide the default file input */
#fileInput {
    display: none;
}

/* File chosen text */
#fileChosen {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    color: #666;
    font-family: 'Roboto', sans-serif !important;
}

/* Card header styles */
.card-header h4 {
    color: #b88206 !important;
}

.card-header h4 span:first-child {
    font-weight: bold !important;
}

/* Download button styles */
.btn-download {
    color: #b88206 !important;
    text-decoration: none !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
    transition: background-color 0.3s !important;
}

.btn-download:hover {
    background-color: #f8f9fa !important;
}

/* File item styles */
.file-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px !important;
    border: 1px solid #ccc !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
}

.file-info {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.file-name {
    font-weight: 500 !important;
    color: #666 !important;
    font-size: 1rem !important;
}

.file-date {
    font-weight: 500 !important;
    color: #666 !important;
    font-size: 1rem !important;
}

.no-files {
    text-align: center !important;
    padding: 20px !important;
    color: #666 !important;
}

/* Table styles */
.table-bordered {
    border: 1px solid #ccc !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ccc !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .user-info {
        margin-top: 10px;
    }
}



.main-card {
    border: 1px solid #b88206 !important;
    padding: 20px !important;
    position: relative !important;
    margin-top: 70px !important;
}

.card-main{
    margin-top:60px;
}
.card-main a{
    padding:15px 10px;
}