.soha-ticket-card{width:100%;border:1px solid var(--box-border-color);border-radius:5px;margin-bottom:10px;padding:10px 25px 10px 5px;position:relative}.soha-ticket-card-priority{content:"";width:23px;position:absolute;right:0;top:0;height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.soha-ticket-card-priority span{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:5px}.soha-ticket-card-priority.immediate{color:#842029;background-color:#f8d7da}.soha-ticket-card-priority.important{color:#664d03;background-color:#fff3cd}.soha-ticket-card-priority.normal{color:var(--secondary-color);background-color:var(--light-secondary-color)}.soha-ticket-card-status{padding:0 5px;border-radius:5px}.soha-ticket-card-status.new{background-color:var(--tag-light-green-color);color:green}.soha-ticket-card-status.waitting{color:#664d03;background-color:#fff3cd}.soha-ticket-card-status.answer{color:var(--secondary-color);background-color:var(--light-secondary-color)}.soha-ticket-card-status.closeTicket{color:#842029;background-color:#f8d7da}