#satdwfiledetail{
    margin: 20px;
}

/* ===== File Report ===== */
.file-report-form {
    background: #2e2e2e;
    border: 1px solid #ddd;
    padding: 15px;
    color: #fff;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}

.file-report-form textarea {
    width: 100%;
    min-height: 100px;
    background: #000000;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    color: #ffa10a;
    margin-top: 10px;
    resize: vertical;
    padding-top: 35px; /* vertical center ka effect */
    box-sizing: border-box;
}


.file-report-form button {
    margin-top: 10px;
    background: #3e6cf4;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.file-report-form button:hover {
    background: #c0392b;
}

.report-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-form-header h4 {
    margin: 0;
    font-size: 16px;
    color: #bcbcbc;
} 

textarea::placeholder {
    color: #ddd !important;        /* White color */
    opacity: 1;         /* Safari/Firefox ke liye ensure visible */
}

.close-report-form {
    font-size: 20px;
    font-weight: bold;
    color: #f0f0f1;
    cursor: pointer;
    background: #df2325;
    padding: 3px 6px;
    border-radius: 3px;
}

.close-report-form:hover {
    background: red;
}
.notice, .notice-success{
    text-align: center;
    font-size: 16px;
    color: #1656e5;
    margin-top: 15px;
    font-weight: 500;
}

/* ===== File Details Container ===== */

#topbarfilename {
    text-align: center;
    position: relative;
    z-index: 2;
}

#FirstTxt {
    font-size: 16px;
    color: #555;
    letter-spacing: 0.5px;
}

#filenameheader {
    font-weight: 600;
    color: #0663d5;
    margin-top: 5px;
    display: inline-block;
    word-break: break-word;
}

/* ===== File Info Section ===== */
.file-details-info {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e1e4e8;
    margin-bottom: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.headingzz {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1abc9c;
    text-align: center;
}

.file-details-item {
    margin: 8px 0;
    display: flex;
    align-items: center;
    color: #898989;
    padding-left: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.file-details-item img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    opacity: 0.8;
}
.file-details-item span.kdn-badge.fileitems {
    margin-left: auto; /* pushes it to the right */
        color: #327bb9;
}
.kdn-badge.fileitems {
    font-size: 12px;
    font-weight: 500;
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%) !important;
    padding: 0px 10px;
    border-radius: 3px;
}

 #Satdw_heading{
    font-size: 30px;
    color: #dc4225;
    text-align: center;
    text-shadow: 6px 1px 6px #dfdfdf;
    font-family: 'Fjalla One', sans-serif;
}
/* ===== Buttons ===== */
.action-buttons {
    margin-top: 25px;
    text-align: center;
}

#startDownloadBtn, .copy-link-main {
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%) !important;
    cursor: pointer !important;
    background: #135688;
    background-size: contain;
    margin: 0 auto;
    border: none;
    color: white;
    padding: 7px 20px;
    width: 200px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    text-transform: inherit !important;
    letter-spacing: 0.5px;
}

.button-download{
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%) !important;
    cursor: pointer !important;
    background: #00a514;
    background-size: contain;
    margin: 0 auto;
    border: none;
    color: white;
    padding: 7px 20px;
    width: 200px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    text-transform: inherit !important;
    letter-spacing: 0.5px;
}

.button-download:hover {
  background-color: #0e79c9!important;
  color: white!important;
}

#startDownloadBtn:hover {
  background-color: #0e79c9!important;
  color: white!important;
}



.copy-link-main:hover {
  background-color: #0e79c9!important;
  color: white!important;
}

/* Similar Files Container */
.related-files {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e1e4e8;
}

/* Title */
.related-files h1 {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: #4a89bf;
}

.file-details-info h1 {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #4483b9;
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%) !important;
    border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
    padding: 10px;
}

/* File list grid */
.related-files ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 12px;
}

/* Each file item */
.related-files li {
    padding: 10px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #2d6a9e !important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%) !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%) !important;
    gap: 8px;
}

/* Hover effect */
.related-files li:hover {
    background: #1abc9c;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

/* Link style */
.related-files a {
    color: inherit;
    text-decoration: none;
    flex: 1;
    font-weight: 500;
    transition: color 0.3s ease;
}
.related-files li:hover a {
    color: #000;
}

/* ===== Responsive ===== */
@media (max-width: 500px) {
    .related-files h1 {
        font-size: 14px;
    }
    .related-files li {
        font-size: 13px;
        padding: 8px 10px;
    }
    .related-files ul {
        grid-template-columns: 1fr !important;
    }

    #filenameheader {
        font-size: 14px;
    }
    #secondFileName, #secondText{
        font-size: 12px!important;
    }
    #satdwfiledetail{
    margin: 5px!important;
}
.related-files{
    padding: 5px!important;
}

}  
.file-details-header{
   margin-top: 50px; 
}
.divider{
  border: none;
  height: 1px;
  background: #e5e7eb;           /* light gray */
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
  margin: 24px 0;
}