/*!
* C:\Ticket\static\helpdesk\css\custom.css 
*/

.custom-file-input {
    visibility: hidden;
    width: 0;
}

.custom-file-label {
    display: inline-block;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
}
.full-width-editor {
    width: 100%;
    height: 100%; /* Adjust the height as needed */
}