.customer-ticket-dialog{position:fixed;inset:0;z-index:2200;display:grid;place-items:center;padding:18px}.customer-ticket-dialog[hidden]{display:none}.customer-ticket-backdrop{position:absolute;inset:0;border:0;background:#07182e99;backdrop-filter:blur(10px)}.customer-ticket-dialog>section{position:relative;width:min(720px,100%);max-height:min(90vh,850px);overflow:auto;border-radius:26px;background:#fff;box-shadow:0 35px 90px #06162c55}.customer-ticket-dialog header{display:flex;justify-content:space-between;gap:15px;padding:22px;border-bottom:1px solid #e4ebf4}.customer-ticket-dialog header small{color:#0875dc;font-weight:900;letter-spacing:.12em}.customer-ticket-dialog header h2{margin:5px 0 0}.customer-ticket-dialog header button{border:0;background:none;font-size:28px}.customer-ticket-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:21px}.customer-ticket-fields label{display:grid;gap:6px;color:#53657e;font-size:12px;font-weight:850}.customer-ticket-fields .wide{grid-column:1/-1}.customer-ticket-fields input,.customer-ticket-fields select,.customer-ticket-fields textarea,#customerTicketConversation textarea{width:100%;box-sizing:border-box;border:1px solid #d3e0ef;border-radius:12px;background:#fbfdff;padding:11px;font:inherit}.customer-ticket-fields textarea{min-height:110px;resize:vertical}.customer-ticket-fields .file small{color:#7b899c}.customer-ticket-dialog footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 21px 21px}.customer-ticket-dialog footer p{margin-right:auto;color:#b45309}.customer-ticket-dialog footer button{border:1px solid #d4e0ee;border-radius:11px;background:#fff;padding:10px 15px;font-weight:850}.customer-ticket-dialog footer button[type="submit"],#customerTicketSend{background:#0879ed;color:#fff;border-color:#0879ed}#customerTicketMessages{display:grid;gap:10px;padding:20px}#customerTicketMessages article{max-width:82%;padding:13px;border-radius:16px;background:#f0f5fb}#customerTicketMessages article.customer{justify-self:end;background:#e2f2ff}#customerTicketMessages p{margin:6px 0;white-space:pre-wrap}#customerTicketMessages small{color:#6f7f94}#customerTicketFiles{display:flex;gap:7px;flex-wrap:wrap;padding:0 20px 15px}#customerTicketFiles a{border-radius:999px;background:#eaf4ff;color:#075fc1;padding:7px 10px;font-size:12px;text-decoration:none}#customerTicketConversation footer{display:grid;grid-template-columns:1fr auto;gap:10px;padding-top:18px;border-top:1px solid #e4ebf4}#customerTicketConversation footer textarea{grid-column:1/-1;min-height:85px}#customerTicketReplyMessage{grid-column:1/-1}@media(max-width:650px){.customer-ticket-dialog{padding:8px}.customer-ticket-dialog>section{border-radius:20px}.customer-ticket-fields{grid-template-columns:1fr}.customer-ticket-fields .wide{grid-column:auto}.customer-ticket-dialog footer{align-items:stretch;flex-direction:column}.customer-ticket-dialog footer p{margin-right:0}#customerTicketConversation footer{display:grid;grid-template-columns:1fr}}
