<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* View ticket page */
.aw_helpdesk-ticket-view .actions-toolbar .action.back,
.aw-helpdesk-ticket-view .actions-toolbar .action.back {
    display: block;
    margin-bottom: 2em;
}

.aw_helpdesk-ticket-view .actions-toolbar,
.aw-helpdesk-ticket-view .actions-toolbar {
    float: left;
}

.aw_helpdesk-ticket-view .ticket-close-link,
.aw-helpdesk-ticket-view .ticket-close-link {
    display: block;
    float: right;
}

.aw-helpdesk-ticket-external .ticket-close-link {
    display: block;
    float: right;
    padding-bottom: 2rem;
}

.aw_helpdesk-ticket-view .info-fieldset,
.aw-helpdesk-ticket-view .info-fieldset,
.aw-helpdesk-ticket-external .info-fieldset {
    background: #f5f5f5;
    padding: 15px;
    clear: both;
}

.field.aw-helpdesk-ticket-view__field {
    margin: 0 0 10px!important;
}

.field.aw-helpdesk-ticket-view__field &gt; .label {
    width: calc((100%) * 0.3 - 30px)!important;
    float: left;
    margin-left: 10px!important;
}

.field.aw-helpdesk-ticket-view__field &gt; .control {
    width: calc((100%) * 0.5 - 30px)!important;
}

#aw-helpdesk-customer-reply-form .actions {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
}

#aw-helpdesk-customer-reply-form .actions .post-reply {
    float: right;
}

#aw-helpdesk-customer-reply-form {
    position: relative;
}

/* Thread */
.block-thread ul.messages {
    list-style: none;
    margin-top: 1em;
    padding: 0;
}
.block-thread ul.messages li{
    display: block;
    margin-bottom: 1rem;
    padding: 2rem;
    width: 66%;
}
.block-thread ul.messages li.admin-reply {
    border: .1rem solid #c2c2c2;
    border-radius: 2px;
    background: #f5f5f5;
    border-left: 3px solid #c2c2c2;
}
.block-thread ul.messages li.customer-reply {
    margin-left: 30%;
    border: .1rem solid #ccd6c7;
    border-radius: 3px;
    background: #d1eaca;
    border-left: 3px solid #88c56e;
}
.block-thread ul.messages .aw-helpdesk-ticket-view__attachment,
.block-thread ul.messages .aw-helpdesk-ticket-view__message-text {
    margin-top: 1rem;
}

.block-thread ul.messages .message-header {
    margin-bottom: 10px;
    font-weight: bold;
}

.block-thread ul.messages .message-header .date {
    float: right;
}

/* Attachments */

ul#aw-helpdesk-attachments-added{
    list-style: none;
    padding-left: 0;
}

ul#aw-helpdesk-attachments-added li{
    margin-bottom: 0.6rem;
}

ul#aw-helpdesk-attachments-added li a.action-item-remove {
    float: right;
    margin-left: 4rem;
    font-family: 'luma-icons';
}

ul#aw-helpdesk-attachments-added li a.action-item-remove:hover {
    text-decoration: none;
}

ul#aw-helpdesk-attachments-added li a.action-item-remove:before {
    content: '\e604';
    color: #999;
    font-size: 1.6rem;
}

.aw-helpdesk-file-upload{
    color: #007bdb;
    position: relative;
    overflow: hidden;
    float: left;
}

.aw-helpdesk-file-upload:hover{
    text-decoration: underline;
}

.aw-helpdesk-file-upload__container{
    background: #efefef;
    padding: .4rem 0 .4rem;
    display: inline-block;
}

.aw-helpdesk-file-upload input{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


</pre></body></html>