#wsTicketAlert_SpawnArea{display: inline-block;position: fixed;width: 0px;height: 0px;top: 50px;right: 0px;z-index: 99;}

#wsTicketAlert_SpawnArea .wsTicketAlert_Outer{display: block;position: relative;margin-bottom: 15px;right: -100%;max-height: 120px;z-index: 99;width: 345px;background-color: white;border-radius: 10px;-webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 46%);-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.46);box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);overflow: hidden;transition: all 0.3s ease;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer.destroyAni{max-height: 0px;padding: 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer.showing{right: 360px;}

#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent{display: flex;width: 100%;padding: 10px 10px 10px 22px;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent.wsTicketAlert_type_info:before{content:'';position: absolute;top: 0px;bottom: 0px;left: 0px;width: 10px;background-color: #0880fd;border-radius: 20px 0px 0px 20px;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent.wsTicketAlert_type_success:before{content:'';position: absolute;top: 0px;bottom: 0px;left: 0px;width: 10px;background-color: #79BC35CC;border-radius: 20px 0px 0px 20px;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent.wsTicketAlert_type_warning:before{content:'';position: absolute;top: 0px;bottom: 0px;left: 0px;width: 10px;background-color: #E1AF28;border-radius: 20px 0px 0px 20px;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent.wsTicketAlert_type_error:before{content:'';position: absolute;top: 0px;bottom: 0px;left: 0px;width: 10px;background-color: #FF3D3DCC;border-radius: 20px 0px 0px 20px;}

#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_timer{display: block;position: absolute;width: 0%;height: 2px;background-color: red;top: 0px;opacity: 0.6;left: 0px;border-radius: 0px 0px 0px 0px;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_head{display: block;flex: 0 0 40px;text-align: left;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_head:before{content:'';display: inline-block;height: 100%;vertical-align: middle;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_head .wsTicketAlert_icon{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;width: auto;height: auto;position: relative;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_body{display: block;text-align: left;width: calc(100%);border-right: 0.5px solid rgba(187, 189, 190, 0.75);}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_body .wsTicketAlert_title{display: block;font-weight: 700;font-size: 14px;line-height: 16px;opacity: 0.5;color: black;text-align: left;margin-bottom: 5px;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_body .wsTicketAlert_message{display: block;font-weight: 400;font-size: 12px;color: #4d4d4dcc;text-align: left;padding-right: 5px;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_foot{display: block;flex: 0 0 66px;text-align: center;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_foot:before{content:'';display: inline-block;height: 100%;vertical-align: middle;}
#wsTicketAlert_SpawnArea .wsTicketAlert_Outer .wsTicketAlert_OuterContent .wsTicketAlert_foot button{font-weight: 400;font-size: 14px;line-height: 16px;color: #BBBDBE;text-align: right;display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;width: auto;height: auto;position: relative;cursor: pointer;}