.create-ticket{width:100%;background-color:#fff;border-radius:10px}.create-ticket__wrap{padding:20px}.create-ticket__title{margin-bottom:10px}.create-ticket__buttons{display:flex;margin-top:20px}.create-ticket__buttons button:first-child{width:190px;height:40px;background:#2a4e1c;border-radius:10px;display:flex;justify-content:center;align-items:center}.create-ticket__buttons button:first-child span{font-weight:400;font-size:18px;line-height:21px;color:#fff}.create-ticket__buttons button:last-child{margin-left:40px;font-weight:400;font-size:18px;line-height:21px;color:#333}.create-ticket input{height:48px}.create-ticket input,.create-ticket textarea{width:100%;border:1px solid #333;box-sizing:border-box;border-radius:10px;padding-left:20px}.create-ticket textarea{padding-top:15px;height:90px;resize:none}.create-ticket input,.create-ticket textarea{font-weight:400;font-size:16px;line-height:19px;color:#333;font-family:Roboto;font-style:normal}.create-ticket input::-moz-placeholder,.create-ticket textarea::-moz-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px}.create-ticket input:-ms-input-placeholder,.create-ticket textarea:-ms-input-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px}.create-ticket input::placeholder,.create-ticket textarea::placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px}.ticket{cursor:pointer;margin-top:20px;height:85px;background:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding-left:20px;padding-right:20px}.ticket-title{margin-top:10px}.ticket-number{display:flex;align-items:center}.ticket-number span{margin-left:5px;display:inline-block;background:#bc110b;height:15px;width:15px;border-radius:10px;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:10px;line-height:12px;color:#fff}.chat{background:#fff;border-radius:10px;height:460px;display:flex;flex-direction:column;justify-content:space-between}.chat-input{padding:20px}.chat-input__wrap{position:relative}.chat-input button{display:flex;justify-content:center;align-items:center;background:#2a4e1c;border-radius:10px;width:90px;height:50px;position:absolute;right:0;top:0;bottom:0}.chat-input input{padding-right:100px;padding-left:20px;width:100%;height:50px;background:#fff;border:1px solid #828282;box-sizing:border-box;border-radius:10px;font-weight:400;font-size:16px;line-height:19px;color:#333}.chat-input input::-moz-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#333}.chat-input input:-ms-input-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#333}.chat-input input::placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#333}.chat-message{display:flex;justify-content:flex-start}.chat-message.user{justify-content:flex-end}.chat-message:not(:first-child){margin-top:10px}.chat-message__container{background:#f2f2f2;border-radius:10px;max-width:600px;padding:20px}.chat-message__text{margin-bottom:10px;font-weight:300;font-size:16px;line-height:19px;color:#333}.chat-message__time{font-weight:300;font-size:14px;line-height:16px;color:#828282}.chat-wrap{padding:20px;padding-bottom:0}.chat-container{padding:20px;overflow-y:auto;max-height:300px}.chat-title{display:flex;align-items:center;border-bottom:1px solid #f2f2f2;padding-bottom:20px}.chat-title span{font-weight:300;font-size:14px;line-height:16px;color:#333}.chat-title p{margin-left:30px;font-weight:400;font-size:16px;line-height:19px;color:#333}@media screen and (max-width:1040px){.chat{margin-top:10px}.chat-input button{width:50px}.chat-input button svg{width:25px}}.messages{background-color:#d4d4d4}.messages-wrap{display:flex;padding-top:30px}.messages-left{width:300px}.messages-right{width:100%;margin-left:15px}.messages-new{width:100%;height:40px;background:#2a4e1c;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.messages-new span{font-weight:400;font-size:18px;line-height:21px;color:#fff}.messages-ticket{margin-top:20px;height:85px;width:100%;padding-left:20px;padding-top:20px;background-color:#fff;border-radius:10px;cursor:pointer}.messages-ticket__number{font-weight:300;font-size:14px;line-height:16px;color:#333}.messages-ticket__title{margin-top:10px;font-weight:400;font-size:16px;line-height:19px;color:#333}@media screen and (max-width:1040px){.messages-wrap{flex-direction:column;align-items:center}.messages-right{margin-left:0;margin-top:15px}.messages-new{margin-bottom:20px}.messages-left{width:100%}}