.message_p{text-align:right;padding:0;border-radius:12px;background:#FFF;margin-top:1px;}
.message_p a{text-decoration:none;font-size:12px;display:inline-block;border-left:1px #E3E3E3 solid;padding:5px;font-weight:bold}
.message_body{display:none;margin-top:1px;padding:5px;border-radius:12px;background:#FFF}
     .message-container { width: 100%;margin: 0 auto;padding: 15px;background-color: #f9f9f9;border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}
     .msg_submit_status {padding:0;color: #E43137;font-weight: bold;}
     .msg_body {width: 100%;height: 80px;padding: 12px;font-size: 16px;font-family: 'Arial', sans-serif; color: #555;   background-color: #fff;border: 1px solid #ccc;border-radius: 6px;box-sizing: border-box;outline: none;transition: border-color 0.3s ease;resize: vertical;}
     .msg_body:focus {border-color: #007bff;box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);}
     .msg_body::placeholder {color: #aaa;font-style: italic;}
     .bt_go_div_small {margin-top: 10px;}
     .message-submit-btn {display: inline-block;padding: 10px 20px;background-color: #28a745; color: #fff;font-size: 16px;   text-decoration: none;border-radius: 5px;transition: background-color 0.3s ease;}
     .message-submit-btn:hover {background-color: #218838;}
     .msg_section{margin-top:12px;margin-bottom:23px;margin-left:8px;margin-right:8px;font-size:15px;padding:13px;border:#E3E3E3 1px solid;border-radius:8px}
          .message_sec_h{font-weight:bold;font-size:15px;margin:8px}
          .msg_des{margin-bottom:7px;font-size:17px;line-height:25px}
          .browse_file_h{font-weight:bold;margin-bottom:13px;margin-top:13px;font-size:13px}
          .browse_file{margin-bottom:13px}
          .msg_footer{font-size:12px;margin-top:13px}
          .msg_me{color:#000;}
          .msg_admin{color:#000;margin-left:33px;background:#F3F3F3}
     .uploaded_file{display:block;width:170px;height:20px;padding-left:25px;line-height:20px;background:url(/images/cool/download.png) 0 0 no-repeat;overflow:hidden}
@media (max-width: 600px) {
     .message-container {padding-bottom: 20px;}
}
.bt_button_p {
    float:right;
    background-color: none;
    color: #000;
    padding: 5px 10px 0px 19px;
    cursor: pointer;
    font-size: 18px;
    width:30px;height:30px;
    background:url(/images/cool/edit1.png) 0 0 no-repeat;
}
.msg_ac_p{padding-bottom:17px;margin-top:13px}
.msg_actions {
    float:right;
    padding-bottom: 20px;
    margin-right: 10px;
    display: none;
}
.edit_btn, .delete_btn,.solve_btn,.reopen_btn {
    background-color: #333;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 12px;
}
.edit_btn:hover, .delete_btn:hover, .solve_btn:hover,.reopen_btn:hover {
    opacity: 0.6;
}
.msg_des_editable {
    padding: 5px;
}
/* Container for all thumbnails */
.browse_files_container {
    margin-top: 10px;
}

/* Container for the thumbnails, arranged in a horizontal row */
.thumbnails_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between thumbnails */
}

/* Individual thumbnail link */
.thumbnail_link {
    display: inline-block;
}

/* Thumbnail images */
.thumbnail_image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

/* Add a hover effect */
.thumbnail_image:hover {
    transform: scale(1.1);
}

/* Uploaded file links */
.uploaded_file {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: #007bff;
}

.uploaded_file:hover {
    text-decoration: underline;
}
.existing_file.removed {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.existing_file {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.remove_file_button2 {
    background-color: #F9F9F9;border: 1px solid #E3E3E3;
    color: #000;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 5px;
}
.remove_file_button2:hover{background-color:#e44d54;color:#FFF;}