/* Modal Title */
.mtitle{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* Modal Close Button */
.close {
    font-size: 24px;
    color: #999;
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.close:hover {
    color: #ff0000;
}

/* Horizontal Line */
hr {
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

/* Modal Body */
.mbody {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Label Styling */
label {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

/* Description */
.control-label {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Download Icon */
.download {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
}

.download:hover {
    background-color: #808080;
}

/* File Type Icon */
.download i {
    margin-right: 10px;
    font-size: 20px;
}

/* Modal Text Styling */
.mbody .col-lg-12 {
    margin-bottom: 15px;
    font-size: 16px;
}

.mbody .col-lg-12 strong {
    color: #444;
}

/* File Size & Language */
.mbody .col-lg-12 {
    font-size: 16px;
}

.mbody em {
    font-style: italic;
    color: #777;
    font-size: 14px;
}

/* Add Some Padding for General Layout */
.col-lg-12 {
    padding: 5px 0;
}
