@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";:root{--toastify-toast-min-height: 50px !important}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}*:focus{outline:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font-size:100%;vertical-align:baseline}*{padding:0;margin:0}html{overflow:hidden}body{font-family:Roboto,sans-serif;color:#3e3e3e;font-weight:400;font-size:14px;line-height:20px;overflow:hidden}button,a{cursor:pointer;border:unset;box-shadow:unset;background-color:transparent}input:focus{outline:none;box-shadow:unset}input[readonly]{background:#f7f7f7;pointer-events:none}ul{list-style:none;padding:0}.sign-in{padding:50px 0;min-height:100vh;display:flex;align-items:center}.sign-in .container{max-width:1080px;padding:0 20px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.sign-in .sign-in-form{max-width:370px;width:100%}.sign-in .sign-in-form .sign-in-title{padding-bottom:30px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.sign-in .sign-in-form .sign-in-title svg{display:block;height:auto;max-width:50px;margin:0 10px 0 0}.sign-in .sign-in-form .sign-in-title h1{font-weight:600;color:#1c2260;text-align:center;font-size:24px;line-height:26px}.sign-in-form .sign-in-form-box{background:#ffffff;box-shadow:0 0 10px 3px #0000001a;border-radius:10px;padding:25px 20px}.sign-in-form .sign-in-form-box h3{font-weight:500;font-size:18px;line-height:26px;padding-bottom:25px;text-align:center}.sign-in-form .sign-in-form-box .sign-in-field{padding-bottom:10px}.sign-in-form .sign-in-form-box .sign-in-field label{font-weight:400;font-size:14px;line-height:20px;color:#747474;display:block;padding-bottom:5px}.sign-in-form .sign-in-form-box .sign-in-field input{border:1px solid #aeaeae;border-radius:7px;display:block;width:100%;padding:11px 15px;font-family:inherit}.sign-in-form .sign-in-form-box .login-btn{background:#1c2260;border-radius:7px;font-weight:600;font-size:14px;line-height:20px;color:#fff;text-align:center;width:100%;padding:10px;border:unset;box-shadow:unset;margin-top:20px;margin-bottom:10px}.sign-in-form .sign-in-form-box p{font-weight:400;font-size:12px;line-height:14px;color:#747474;text-align:center}.sign-in-form .sign-in-form-box p .password-forgot{color:#0072f5;text-decoration:unset;font-family:inherit;padding-left:5px}.sign-in .sign-in-form-img{margin-left:20px}header{background:#1c2260;padding:6px 20px;display:flex;align-items:center;justify-content:space-between}header .logo{display:flex;align-items:center}header .logo svg{max-width:28px;height:auto;width:100%}header .logo svg path{fill:#fff}header .logo h2{font-weight:600;font-size:17px;line-height:22px;color:#fff;padding-left:10px}header a{text-decoration:unset;display:flex;align-items:center}header .user-info{display:flex;align-items:center}header .user-info .user-avatar{height:32px;width:32px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;margin-right:10px;overflow:hidden}header .user-info .user-avatar span{font-weight:600;font-size:15px;line-height:22px;color:#1c2260}.drop-down{position:relative}.drop-down .drop-down-title{display:flex;align-items:center;cursor:pointer}.drop-down .drop-down-title p{font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#fff;padding-right:10px}.drop-down .drop-down-list{position:absolute;width:max-content;right:0;top:calc(100% + 10px);box-shadow:0 2px 4px #0000001a;border-radius:5px;opacity:0;visibility:hidden;transition:all ease-in-out .3s;background-color:#fff;z-index:5;border:solid 1px rgba(0,0,0,.1)}.drop-down .drop-down-list.active{opacity:1;visibility:visible}.user-info .user-avatar span{position:relative;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center}.user-info .user-avatar span img{height:100%;width:100%;object-fit:cover;display:block}.drop-down .drop-down-list li{background-color:#fff;padding:10px 40px 10px 15px;position:relative;cursor:pointer;transition:all ease-in-out .3s}.drop-down .drop-down-list li.drop-down-red p{color:#ef4545}.drop-down .drop-down-list li.drop-down-red:hover{background-color:#ef45451a}.drop-down .drop-down-list li:hover,.drop-down .drop-down-list li.active{background-color:#efefef}.drop-down .drop-down-list li.active{position:relative;cursor:default}.drop-down .drop-down-list li.active:after{content:"";display:block;position:absolute;height:100%;width:5px;background-color:#b9b6b6;border-radius:0 5px 5px 0;left:0;top:0}.drop-down .drop-down-list li:not(:last-child){border-bottom:1px solid #f5f5f5}.drop-down .drop-down-list li p,.drop-down .drop-down-list li a{font-weight:500;font-size:12px;line-height:14px;color:#1c2260}.drop-down .drop-down-list li:first-child{border-top-right-radius:5px;border-top-left-radius:5px}.drop-down .drop-down-list li:last-child{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.chat-main{position:relative}.chat-wrap{display:flex;flex-wrap:wrap}.chat-menu{max-width:260px;width:100%;border-right:1px solid rgba(0,0,0,.1);padding:10px 15px 30px;height:calc(100vh - 44px);overflow:auto;background-color:#fff}.chat-menu::-webkit-scrollbar{width:3px;border-radius:3px}.chat-menu::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:3px}.chat-menu .chat-menu-title{display:flex;align-items:center;justify-content:space-between;padding:10px 0;cursor:pointer}.chat-menu .chat-menu-title svg{transition:all ease-in-out .5s;transform:rotate(180deg)}.chat-menu .chat-menu-list.hide .chat-menu-title svg{transform:rotate(0)}.chat-menu .chat-menu-title h6{font-weight:500;font-size:14px;line-height:20px;text-transform:uppercase;color:#aeaeae;padding-right:10px}.chat-menu .chat-menu-list .chat-menu-items ul{padding-bottom:10px}.chat-menu .chat-menu-list .chat-menu-items{padding-left:10px}.chat-menu .chat-menu-list .chat-menu-items li,.small-avatar{display:flex;align-items:center;padding-bottom:10px;cursor:pointer;width:max-content}.chat-menu .chat-menu-list .chat-menu-items li{width:auto!important}.chat-menu .chat-menu-list .chat-menu-items li svg{max-width:20px;height:auto;width:100%}.chat-menu .chat-menu-list .chat-menu-items li:hover p{color:#1c2260}.chat-menu .chat-menu-list .chat-menu-items li:hover svg path{stroke:#1c2260}.chat-menu .chat-menu-list .chat-menu-items li svg path{transition:all ease-in-out .3s}.chat-menu .chat-menu-list .chat-menu-items li:last-child{padding-bottom:0}.chat-menu .chat-menu-list .chat-menu-items li .msg-count-reload{position:relative;margin-left:auto;margin-right:0;display:block}.chat-menu .chat-menu-list .chat-menu-items li .msg-count-reload svg{display:block;max-width:22px!important}.chat-menu .chat-menu-list .chat-menu-items li .msg-count-reload span{position:absolute;display:block;left:50%;top:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;color:#1c2260;letter-spacing:0}.chat-menu .chat-menu-list .chat-menu-items li .msg-count-reload svg path{fill:#1c2260;stroke:#1c2260!important}.chat-menu .chat-menu-list .chat-menu-items p,.small-avatar p{font-weight:400;font-size:14px;line-height:20px;color:#3e3e3e;padding-left:10px;transition:all ease-in-out .3s}.small-avatar .chat-member-avatar{background:rgba(28,34,96,.15);height:27px;width:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.small-avatar .chat-member-avatar span{width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center}.small-avatar .chat-member-avatar span img{height:100%;width:100%;object-fit:cover;display:block}.small-avatar span{font-weight:700;font-size:11px;line-height:15px;color:#1c2260}.chat-user-list{max-width:270px;width:100%;border-right:1px solid rgba(0,0,0,.1);padding:10px 0;max-height:calc(100vh - 44px);background-color:#fff}.chat-user-list .chat-user-search{padding:0 15px;display:flex;align-items:center;justify-content:space-between}.chat-user-list .chat-user-search input{width:100%;font-weight:400;font-size:12px;line-height:20px;font-family:inherit;border:unset;outline:unset}.chat-input-wrap{position:relative;padding:6px 0 6px 12px;border:1px solid #cccccc;max-width:calc(100% - 30px);border-radius:7px;display:flex;align-items:center;width:100%}.chat-input-wrap button{padding:2px 7px;display:block}.chat-input-wrap button svg{display:block;height:auto}.chat-user-tab .ticket-tabs li.active{display:block}.chat-user-tab .ticket-tab_cont{display:none}.chat-user-tab .ticket-tabs{display:flex;align-items:center;justify-content:space-around;padding:10px 15px}.chat-user-tab .ticket-tabs li{font-weight:500;font-size:12px;line-height:20px;color:#3e3e3e;padding:5px 15px;cursor:pointer;transition:all ease-in-out .3s;width:100%;text-align:center}.chat-user-tab .ticket-tabs li.active{background:rgba(28,34,96,.1);border-radius:8px;font-weight:500;color:#1c2260}.chat-user-box-list .chat-user-box{display:flex;align-items:center;margin-bottom:15px;cursor:pointer;position:relative}.chat-user-box-list .chat-user-box .chat-user-detail{padding-left:10px;max-width:calc(100% - 60px);width:100%;z-index:1}.chat-user-box-list .chat-user-box .chat-user-avatar{background:rgba(28,34,96,.1);height:34px;width:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.chat-user-box-list .chat-user-box .chat-user-avatar span{font-weight:700;font-size:13px;line-height:18px;color:#1c2260;text-transform:uppercase;display:block;transition:all .3s ease-in-out}.chat-user-box-list .chat-user-box .chat-user-name{display:flex;align-items:center;justify-content:space-between}.chat-user-box-list .chat-user-box .chat-user-name p{font-weight:500;font-size:14px;line-height:19px;color:#3e3e3e;display:inline-block;max-width:130px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-user-box-list .chat-user-box .chat-user-name span{font-weight:400;font-size:10px;line-height:12px;color:#747474}.chat-user-msg{display:flex;justify-content:space-between;gap:10px;align-items:center;padding-top:2px}.chat-user-box-list .chat-user-box .chat-user-msg p{font-weight:400;font-size:11px;line-height:15px;color:#747474;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 30px)}.chat-user-box-list .chat-user-box .chat-user-msg span{background-color:#1c2260;color:#fff;height:17px;width:17px;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-user-box-list .chat-user-box .chat-user-msg span.chat-user-msg-unread-arrow{background-color:#fff;color:#1c2260;border:1px solid #1c2260}.chat-user-box-list .chat-user-box.chat-new-msg .chat-user-msg p,.chat-user-box-list .chat-user-box.chat-new-msg .chat-user-time{color:#1c2260;font-weight:600}.chat-user-box-list .chat-user-box .chat-user-avatar svg,.chat-screen .chat-screen-name-left .chat-user-avatar span svg,.chat-user-info .chat-user-info-box-detail .small-avatar .chat-member-avatar span svg{height:16px;width:auto;display:block;transition:all ease-in-out .3s}.chat-user-box-list .chat-user-box:hover .chat-user-avatar svg path,.chat-user-box-list .chat-user-box.active .chat-user-avatar svg path{fill:#fff}.chat-screen .chat-screen-name-left .chat-user-avatar span svg path{fill:#fff}.chat-user-tab .ticket-tab_container{padding:10px 10px 10px 15px;max-height:calc(100vh - 90px);overflow:auto;margin-top:15px}.chat-user-tab .ticket-tabs+.ticket-tab_container{max-height:calc(100vh - 140px)}.chat-user-tab .ticket-tab_container::-webkit-scrollbar,.chat-screen-messages::-webkit-scrollbar{width:3px;border-radius:3px}.chat-user-tab .ticket-tab_container::-webkit-scrollbar-thumb,.chat-screen-messages::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:3px}.no-chat-list-msg{margin:50px 10px}.no-chat-list-msg svg{max-width:120px;display:block;margin:0 auto;height:auto;width:100%}.no-chat-list-msg p{text-align:center;padding:10px 0;color:#1c2260}.no-chat-list-msg p{color:#bfbfbf;font-style:italic}.chat-screen{width:100%;max-width:calc(100% - 830px)}.chat-screen .chat-screen-user-name{width:100%;padding:8px 12px;display:flex;align-items:center;justify-content:space-between}.chat-screen .chat-screen-user-name .chat-screen-name-left{display:flex;align-items:center}.chat-screen .chat-screen-name-left .chat-user-avatar{background:#1c2260;height:38px;width:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:10px}.chat-screen .chat-screen-name-left .chat-user-avatar span{font-weight:700;font-size:15px;line-height:17px;color:#fff;text-transform:uppercase}.chat-screen .chat-screen-name-left .chat-user-name p{font-weight:500;font-size:16px;line-height:22px;color:#3e3e3e}.chat-screen .chat-screen-name-left .chat-user-name span{font-weight:400;font-size:11px;line-height:14px;color:#1c2260;display:block}.chat-screen-name-right{display:flex;align-items:center}.chat-screen-name-right .toggle-user-info{display:none}.chat-screen-name-right .toggle-user-info button{display:block;background-color:transparent}.chat-screen-name-right .toggle-user-info button svg{max-width:22px;height:auto;display:block}.chat-screen-name-right .toggle-user-info{margin-left:5px}.chat-screen-messages{padding:20px 20px 0;max-height:calc(100dvh - 98px - 66px - var(--msg-box-height));overflow:auto;margin-top:auto;margin-bottom:0;display:flex;flex-direction:column-reverse;background:rgba(28,34,96,.05);height:100%}.chat-screen-messages .msg{display:flex;align-items:end;margin-bottom:10px}.chat-screen-messages .msg p{color:#fff;font-weight:400;font-size:14px;line-height:17px;border-radius:10px 10px 10px 0;display:inline-block;padding:5px 10px;max-width:calc(80% - 52px)}.chat-screen-messages .msg>p{background:#1c2260;white-space:break-spaces;line-height:1.5}.chat-screen-messages .msg>span{font-weight:400;font-size:10px;line-height:14px;color:#cdcdcd;padding-left:5px}.chat-screen-messages .msg .chat-media{padding:5px;background:#1c2260;border-radius:10px 10px 10px 0;position:relative;display:flex;cursor:pointer;flex-wrap:wrap}.chat-screen-messages .msg .chat-media.video,.chat-screen-messages .msg .chat-media.img{max-width:206px}.chat-screen-messages .msg .chat-media p{padding:5px 5px 0;max-width:unset}.chat-screen-messages .msg .chat-media img,.chat-screen-messages .msg .chat-media video{display:block;border-radius:7px;max-width:200px;height:auto;position:relative}.chat-screen-messages .msg .chat-media.video:before{content:"";display:block;max-height:calc(100% - 10px);max-width:calc(100% - 10px);height:100%;width:100%;background-color:#1c22604d;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;z-index:1;border-radius:5px;overflow:hidden}.chat-screen-messages .msg .chat-media.video:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:30px;width:30px;background-image:url(./assets/images/play.png);background-repeat:no-repeat;background-position:center;z-index:1}.chat-screen-messages .msg .chat-media.document .document-wrap{height:40px;width:40px;background:#ffffff;border-radius:7px;display:flex;align-items:center;justify-content:center;margin:auto 0}.chat-screen-messages .msg .chat-media.document .document-wrap svg{display:block}.chat-screen-messages .msg .chat-media.document .document-text{padding:0 8px;max-width:calc(100% - 40px);margin:auto 0}.chat-screen-messages .msg .chat-media.document .document-text p{padding:0}.chat-screen-messages .msg .chat-media.document .document-text span{font-weight:400;font-size:10px;line-height:14px;color:#fff;display:block}.chat-screen-messages .msg.send-msg{justify-content:end;flex-direction:row-reverse}.chat-screen-messages .msg.send-msg>span{padding-left:0;padding-right:5px;white-space:nowrap}.chat-screen-messages .msg.send-msg p{color:#1c2260}.chat-screen-messages .msg.send-msg>p,.chat-screen-messages .msg.send-msg .chat-media{border-radius:10px 10px 0;background:rgba(47,88,205,.05)}.chat-screen-msg-input{padding:20px 15px 30px;position:relative;display:flex;align-items:center;margin-bottom:0}.chat-screen-msg-input .chat-msg-input{background:#ffffff;border:1px solid #cccccc;border-radius:10px;display:flex;align-items:flex-end;max-width:calc(100% - 48px);width:100%;position:relative;justify-content:end}.chat-screen-msg-input .chat-msg-input>button{background-color:transparent;margin-right:12px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;margin-bottom:8px;overflow:hidden}.chat-screen-msg-input .chat-msg-input button input{height:100%;width:100%;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.chat-screen-msg-input .chat-msg-input .chat-msg-textarea{height:100%;width:100%;left:0;top:0;border:none;outline:none;resize:none;opacity:1;cursor:text;background:transparent;color:inherit;overflow-y:hidden;border:unset;box-shadow:unset;font-weight:400;font-size:12px;padding:10px;font-family:inherit;height:var(--msg-box-height);line-height:1.4;overflow:auto}.suggestion-msg-info{font-size:10px;position:absolute;top:1px;color:#8d8d8d}.suggestion-panel{position:absolute;bottom:calc(52px + var(--msg-box-height));width:calc(100% - 30px);left:15px}.suggestion-list{list-style:none;padding:0;margin:0;width:100%;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e0e0e0;border-radius:8px 8px 0 0}.suggestion-item{display:flex;justify-content:space-between;align-items:flex-start;padding:4px 15px;border-bottom:1px solid #f0f0f0;transition:background .2s ease;cursor:pointer}.preset-suggestion-heading{padding:8px 15px}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#f9f9f9}.suggestion-text{flex-grow:1}.suggestion-heading{font-weight:600;font-size:14px;color:#1c2260}.suggestion-description{font-size:13px;color:#555;line-height:1.4}.suggestion-add-btn{background-color:#1c2260;color:#fff;border:none;border-radius:5px;padding:6px 12px;font-size:13px;font-weight:500;cursor:pointer;margin-left:12px}.suggestion-add-btn:hover{background-color:#15194d}.user-profile.messages-presets{max-width:calc(100% - 260px);padding:0}.messages-presets h6{padding-bottom:0!important}.presets-list{display:flex;flex-direction:column;height:auto;margin:20px}.preset-msg-heading{display:flex;align-items:baseline}.quick-reply-title-btn{display:flex;align-items:center;gap:10px}label{margin-bottom:5px;font-weight:500;font-size:14px}.preset-heading,.preset-content{border:1px solid #dbdbdb;border-radius:5px;padding:10px;width:200px;font-weight:400;font-size:14px;line-height:18px;color:#000;resize:none;overflow:hidden;font-family:inherit}.preset-content.textarea{width:100%;display:block;color:#505050;overflow:auto}.quick-reply-title{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:15px;background-color:#fff;position:sticky;top:0;z-index:1;border-bottom:1px solid rgba(0,0,0,.1)}.quick-reply-title button{display:flex;padding:6px 15px;border:solid 1px #1c2260;border-radius:6px;font-size:14px;line-height:18px;gap:8px;align-items:center;font-weight:600;color:#1c2260;transition:all ease-in-out .2s}.quick-reply-title button:hover{color:#fff;background-color:#1c2260}.quick-reply-title button svg{max-height:12px;width:auto;height:100%}.quick-reply-title button:hover svg path{fill:#fff}.quick-reply-title .quick-reply-save{color:#fff;background-color:#1c2260}.messages-presets .user-detail-u-box{overflow:unset}.presets-list-title{padding-bottom:20px}.delete-btn{background:none;border:none;cursor:pointer;display:block}.delete-btn svg{display:block}.icon-btn{background:none;border:none;cursor:pointer;margin-top:22px}.preset-row .switch{position:relative;display:inline-block;width:34px;height:20px;margin-bottom:0}.preset-row .switch input{opacity:0;width:0;height:0}.preset-row .slider{position:absolute;cursor:pointer;background-color:#ccc;border-radius:34px;top:0;left:0;right:0;bottom:0;transition:.4s}.preset-row .slider:before{position:absolute;content:"";height:12px;width:12px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:.4s}.preset-msg-heading label{display:block;font-weight:400;line-height:22px;color:#939393}.preset-msg-action p{display:block;width:100%}.preset-msg-status{display:flex;align-items:center;gap:5px}.preset-msg-action .preset-msg-status p{font-size:13px;line-height:16px;width:auto}.preset-msg-action{display:flex;align-items:center;gap:5px;column-gap:15px;position:absolute;right:0;top:-2px}.preset-msg-heading{gap:15px;padding-bottom:10px;position:relative}.preset-msg-textarea label{display:block;width:100%;font-weight:400;color:#939393}.presets-list-wrap{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}.preset-row{padding:15px;background-color:#1c22600a;border-radius:8px;max-width:calc(33.33% - 13.3333px);width:100%}.preset-msg-heading-input{width:100%}.preset-msg-heading .preset-heading{width:100%;color:#1c2260;font-weight:500}.preset-row input:checked+.slider{background-color:#1c2260}.preset-row input:checked+.slider:before{transform:translate(14px)}.suggestion-item.highlighted{background-color:#eef0ff}.chat-screen-msg-input .chat-msg-input button input::-webkit-file-upload-button{cursor:pointer}.chat-screen-msg-input .chat-msg-input>input{border:unset;box-shadow:unset;font-weight:400;font-size:12px;line-height:20px;width:100%;font-family:inherit}.chat-screen-msg-input .chat-msg-send{margin-left:10px}.chat-screen-msg-input .chat-msg-send button{height:38px;width:38px;display:flex;align-items:center;background:#1c2260;justify-content:center;border-radius:50%}.chat-screen-msg-input .chat-msg-send button svg{display:block}.chat-screen-wrap{display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative}.chat-screen-messages .msg-time{width:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:15px 0}.chat-screen-messages .msg-time p{display:inline-block;color:#cdcdcd;padding:0 5px;font-weight:500;font-size:10px;line-height:14px;position:relative;z-index:1}.chat-screen-messages .msg-time:before{content:"";display:block;position:absolute;height:1px;width:100%;top:0;bottom:0;margin:auto;left:0}.chat-media-popup{position:fixed;top:0;left:0;height:100%;width:100%;z-index:-1;opacity:0;visibility:hidden;transition:all ease-in-out .3s}.chat-media-popup.active{z-index:9;opacity:1;visibility:visible}.chat-media-popup .chat-pop-bg-overlay{background-color:#1c2260e6;height:100%;width:100%;position:absolute;top:0;left:0}.chat-media-popup .close-popup{position:absolute;top:20px;right:20px;z-index:1}.chat-media-popup .close-popup button{background-color:transparent;border:unset;display:block}.chat-media-popup .close-popup button svg{max-width:20px;width:100%;height:auto;display:block}.chat-media-popup .chat-media-popup-wrap{height:100%;display:flex;align-items:center;justify-content:center}.chat-media-popup .chat-media-popup-wrap .chat-media-pop-inner{width:fit-content;height:auto;position:relative;z-index:1}.chat-media-popup .chat-media-pop-inner img,.chat-media-popup .chat-media-pop-inner video{max-width:80vw;max-height:calc(100vh - 100px);height:auto;display:block}.chat-filter .drop-down-title svg{max-width:24px;height:auto;width:100%}.chat-user-info{border-left:1px solid rgba(0,0,0,.1);max-width:300px;width:100%;padding:15px;overflow:auto;height:calc(100vh - 44px);background-color:#fff}.chat-user-info .chat-user-info-box{border:1px solid rgba(0,0,0,.1);border-radius:10px;overflow:hidden;margin-bottom:15px}.chat-user-info .chat-user-info-box-title{display:flex;align-items:center;justify-content:space-between;background:rgba(28,34,96,.1);border-radius:10px 10px 0 0;padding:10px;cursor:pointer}.chat-user-info .chat-user-info-box-title h5{font-weight:500;font-size:14px;line-height:20px;color:#1c2260}.chat-user-info .chat-user-info-box-detail{padding:15px}.chat-user-info-box-detail h6{font-weight:500;font-size:13px;line-height:19px;color:#1c2260;padding-bottom:10px}.chat-user-info-box-detail h6:not(:first-child){padding-top:5px}.chat-user-info .chat-user-info-box-detail p{font-weight:400;font-size:12px;line-height:16px;padding-bottom:5px}.chat-user-info .chat-user-info-box-detail p span{font-weight:500;font-size:12px;line-height:16px;color:#747474;padding-right:5px}.chat-user-info .chat-user-info-box-detail p a{color:#0072f5;text-decoration:unset}.chat-user-info .chat-user-info-box-detail .small-avatar p,.chat-user-info-box-detail .small-avatar{padding-bottom:0}.chat-user-info-box-detail .chat-customer-info{padding-top:15px}.chat-user-info::-webkit-scrollbar,.user-profile::-webkit-scrollbar{width:3px;border-radius:3px}.chat-user-info::-webkit-scrollbar-thumb,.user-profile::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:3px}.user-profile{padding:40px;max-height:calc(100vh - 44px);overflow:auto;width:100%;max-width:430px}.user-profile .user-profile-wrap{max-width:350px;width:100%}.user-profile h6{font-weight:600;font-size:16px;line-height:18px;color:#3e3e3e;padding-bottom:20px}.user-profile .user-avatar{display:flex;align-items:center;padding-bottom:25px}.user-profile .user-avatar .user-avatar-img{height:50px;width:50px;background:rgba(28,34,96,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.user-profile .user-avatar .user-avatar-img:after{content:"";display:block;height:100%;width:100%;border-radius:50%;border:solid 2px #1c2260;position:absolute}.user-profile .user-avatar .user-avatar-img img{height:100%;width:100%;object-fit:cover;border-radius:50%}.user-profile .user-avatar .user-avatar-img span{font-weight:700;font-size:22px;line-height:24px;color:#1c2260;display:block;height:100%;width:100%}.user-profile .user-detail-u-box .user-avatar .user-avatar-img span{text-align:center;display:flex;flex-direction:column;justify-content:center}.user-profile .user-avatar .user-avatar-img-change button{font-weight:400;font-size:14px;line-height:18px;color:#0072f5;background-color:transparent;padding-bottom:5px}.user-profile .user-avatar .user-avatar-img-change p{font-weight:400;font-size:14px;line-height:18px;color:#aeaeae}.user-profile .user-avatar .user-avatar-img-change{padding-left:10px}.user-profile .user-detail-u-input-wrap label{font-weight:400;font-size:14px;line-height:18px;color:#747474;padding-bottom:5px;display:block}.user-profile .user-detail-u-input-wrap input{border:1px solid #dbdbdb;border-radius:5px;padding:10px 40px 10px 15px;width:100%;font-weight:400;font-size:14px;line-height:18px;color:#000}.user-profile .user-detail-u-input-wrap input:active,.user-profile .user-detail-u-input-wrap input:focus{border:1px solid #1c2260}.user-profile .user-detail-u-input-wrap .user-detail-u-input{padding-bottom:15px}.user-det-input-inner{position:relative}.user-det-input-inner button{position:absolute;top:50%;transform:translateY(-50%);right:12px;background-color:transparent;display:block}.user-det-input-inner button svg{max-width:16px;height:auto;display:none}.user-det-input-inner button svg.active{display:block}.user-det-input-inner button svg path{stroke:#aeaeae}.user-profile .user-detail-u-box>button{background:#1c2260;border-radius:7px;font-weight:600;font-size:14px;line-height:20px;color:#fff;padding:7px 25px;margin-top:5px;width:90px}.user-detail-u-box{padding-bottom:40px;height:500px;overflow-y:auto}.chat-header{width:100%;padding:10px 20px;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);display:none;position:sticky;top:0}.chat-header button{display:flex;align-items:center;font-weight:500;color:#1c2260}.chat-header button svg{width:22px;height:auto;display:block;margin-right:5px}.close-slide{display:none}.close-slide svg{margin-left:8px;max-width:14px;height:auto}.close-slide button{font-size:14px;font-weight:500;color:#f54747;display:flex;align-items:center;justify-content:end;padding-bottom:15px;margin-left:auto}.chat-user-list .close-slide{padding:5px 15px 0}.chat-empty{height:100%;display:none;align-items:center;justify-content:center;padding:15px}.chat-screen.chat-screen-empty .chat-empty{display:flex}.chat-screen.chat-screen-empty .chat-screen-wrap{display:none}.chat-empty .chat-empty-wrap{text-align:center}.chat-empty .chat-empty-wrap svg{max-width:200px;height:auto}.chat-empty .chat-empty-wrap p{padding-top:20px;font-size:20px}.chat-screen.chat-screen-empty{max-width:calc(100% - 530px)}.chat-screen.chat-screen-empty+.chat-user-info{display:none}.msg-status{height:17px;width:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:4px;position:relative}.msg-status svg{max-width:14px;height:auto;display:block;width:auto}.msg-status.msg-failed{border:solid 1px #fff;background-color:#f54747}.msg-status.msg-pending{background-color:transparent}.msg-status.msg-pending svg{max-width:13px}.msg-status.msg-pending svg path{fill:#b5b5b5}.msg-status-tooltip{position:absolute;background-color:#000;color:#fff;padding:3px 7px;border-radius:6px;bottom:calc(100% + 7px);width:max-content;max-width:200px;right:-5px;z-index:1;opacity:0;visibility:hidden;transition:all ease-in-out .3s}.msg-status-tooltip:after{content:"";display:block;width:0px;height:0px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;position:absolute;top:100%;right:8px}.msg-status-tooltip span{font-size:12px;padding:0;display:block}.msg-status:hover .msg-status-tooltip{visibility:visible;opacity:1}.chat-user-box:after{content:"";display:block;position:absolute;height:100%;width:5px;background-color:#c780fa;border-radius:0 5px 5px 0;left:-15px;opacity:0;visibility:hidden}.chat-user-box.active:after{opacity:1;visibility:visible}.chat-menu .chat-menu-list .chat-menu-items li.active svg path{stroke:#c780fa}.chat-menu .chat-menu-list .chat-menu-items li.active p{color:#c780fa}.chat-user-box-list .chat-user-box.active .chat-user-avatar span{color:#fff}.chat-user-box-list .chat-user-box.active .chat-user-avatar{background-color:#c780fa}.assign-to-list{position:absolute;left:100%;top:0;background-color:#fff;border:solid 1px #ededed;border-radius:5px;box-shadow:0 0 2px #0000001a;opacity:0;visibility:hidden;max-height:calc(100vh - 100px);overflow:auto}.drop-down .drop-down-list .assign-to-list li{padding:5px 15px}.assign-to-list li div{padding-bottom:0}.drop-down .drop-down-list li.has-class:hover .assign-to-list{opacity:1;visibility:visible}.drop-down .drop-down-list li.has-class:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);right:15px;transition:all ease-in-out .3s;transform-origin:center;width:0px;height:0px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #1c2260}.drop-down .drop-down-list li.has-class:hover:after{transform:rotate(-90deg)}.chat-msg-info{position:absolute;left:20px;bottom:6px;font-size:12px;font-weight:500;color:#d54f4f}.chat-screen-msg-input .chat-msg-input.chat-msg-input-disabled{background:#f7f7f7}.chat-screen-msg-input .chat-msg-input>input[disabled],.chat-screen-msg-input .chat-msg-input>button[disabled],.chat-screen-msg-input .chat-msg-input button input[disabled]::-webkit-file-upload-button,.chat-screen-msg-input .chat-msg-send button[disabled]{cursor:not-allowed}.back-title{display:none;align-items:center;padding:8px 10px;border:1px solid rgba(0,0,0,.1);border-radius:5px;margin-bottom:5px}.back-title svg{max-width:18px;height:auto;margin-right:10px}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;background:#ffffff;transition:all .3s ease-in-out;z-index:999999999}.loading-screen.loaded{opacity:0;visibility:hidden}.loading-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:80px;height:80px;border:3px solid #fff;border-left-color:transparent;border-right-color:transparent;margin:auto;border-radius:100%;animation:spin 2s linear infinite}.loading-screen:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100px;height:100px;background:#3f4eae;border:4px solid #3f4eae;border-top-color:transparent;border-bottom-color:transparent;margin:auto;border-radius:100%;z-index:-1}.loading-bell{width:44px;height:44px;margin:auto;position:relative}.loading-bell svg{width:100%;height:100%;fill:#fff;display:block}.lost-page{padding:20px;min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.lost-page svg{max-width:270px;width:100%;height:auto;display:block}.lost-page p{font-size:24px;line-height:34px;padding-top:10px;text-align:center;color:#6d7175;font-weight:300}button,a{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.drop-down .drop-down-list{min-width:160px}.spinner{animation-name:spin;animation-duration:.5s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-menu-items a{text-decoration:none}.modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;z-index:0}.emogi-modal{position:absolute;right:0;bottom:calc(100% + 11px);z-index:1}em-emoji-picker{height:300px}em-emoji-picker .relative{height:auto;display:flex;flex-direction:column}.emogi-modal .relative .row{position:unset}.EmojiPickerReact .epr-header{display:none}.loader{width:25px;height:25px;border:3px solid #1c2260;border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;animation:rotation 1s linear infinite;margin:20px auto;display:block}.chat-screen-message-wrap{display:flex;flex-direction:column-reverse}.chat-screen-messages .loader{z-index:2;box-shadow:0 0 0 8px #fff;background-color:#fff;min-height:25px;position:absolute;left:50%;top:50px}.loader-bottom{width:25px;height:25px;border:3px solid #1c2260;border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;animation:rotation 1s linear infinite;margin:20px auto;display:block}.chat-screen-messages .loader-bottom{z-index:2;box-shadow:0 0 0 8px #fff;background-color:#fff;min-height:25px;position:absolute;left:50%;bottom:80px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-user-box:before{content:"";position:absolute;height:calc(100% + 10px);width:calc(100% + 10px);left:-5px;top:-5px;border-radius:5px;background-color:#f8eeff;z-index:0;opacity:0;transition:all .3s ease-in-out}.chat-user-box-list .chat-user-box.active:before,.chat-user-box-list .chat-user-box:hover:before{opacity:1}.chat-user-box-list .chat-user-box:hover .chat-user-avatar{background-color:#c780fa}.chat-user-box-list .chat-user-box:hover .chat-user-avatar span{color:#fff}.chat-screen-user-name .chat-user-name{position:relative}.chat-screen-user-name .chat-user-name .closed-label{position:absolute;top:1px;right:-55px;padding:2px 4px;background-color:#ff6a6a;font-size:12px;color:#fff!important;border-radius:5px}.chat-user-box .chat-user-name .wrap-icon{position:relative;display:flex;align-items:center;max-width:115px;width:100%}.chat-user-box .chat-user-name .wrap-icon svg{max-width:15px;height:auto;display:block;margin-left:4px}.chat-user-box-list .chat-user-box .chat-user-avatar{transition:all .3s ease-in-out}.chat-user-box-list .chat-user-box .chat-user-avatar svg{transition:all .3s ease-in-out}.sign-in .sign-in-form .sign-in-title h1.beta-version,header .logo h2.beta-version{display:flex;align-items:flex-start;justify-content:center;position:relative;margin:0}.sign-in .sign-in-form .sign-in-title h1.beta-version span,header .logo h2.beta-version span{background-color:transparent;display:inline-block;font-size:9px;color:#1c2260;text-transform:uppercase;font-weight:600;padding:0;margin:0 0 0 3px;line-height:1.1;border-radius:15px;position:absolute;left:100%}.sign-in .sign-in-form .sign-in-title h1.beta-version.beta-version-white span,header .logo h2.beta-version.beta-version-white span{color:#fff}.sign-in .sign-in-form .sign-in-title p{text-align:center;display:block;width:100%;padding-top:10px}.chat-screen .broadcast-msg{max-width:320px}.chat-screen .broadcast-msg .chat-media.document{padding:10px;border-bottom:solid 1px rgba(0,0,0,.1);border-radius:0;margin-bottom:10px}.chat-screen .broadcast-msg .chat-media video,.chat-screen .broadcast-msg .chat-media img{max-width:310px}.chat-screen .broadcast-msg .chat-media{max-width:320px!important;background:transparent!important}.broadcast-msg{border-radius:10px 10px 0;background:rgba(47,88,205,.05);max-width:320px}.broadcast-msg .broadcast-header{font-weight:700!important;padding-top:10px!important;padding-bottom:10px!important;display:block!important}.broadcast-msg .broadcast-footer{display:block!important;font-size:14px!important;line-height:16px!important;padding-bottom:15px!important;color:#959595!important}.broadcast-msg p{max-width:100%!important;white-space:pre-line;display:block}.broadcast-contact{display:flex;align-items:center;border-top:solid 1px rgba(0,0,0,.1);flex-wrap:wrap}.broadcast-contact button,.broadcast-contact a{width:100%;align-items:center;display:flex;justify-content:center;padding:10px;font-family:inherit;color:#00a5f4;text-decoration:none}.broadcast-contact button:not(:last-child),.broadcast-contact a:not(:last-child){border-bottom:solid 1px rgba(0,0,0,.1)}.broadcast-contact button img,.broadcast-contact a img{max-width:18px;margin-right:5px}.broadcast-help button{align-items:center;display:flex;justify-content:center;padding:10px;font-family:inherit;color:#00a5f4;flex:1;min-width:50%;border-top:solid 1px rgba(0,0,0,.1)}.broadcast-help{display:flex;flex-wrap:wrap}.broadcast-help button:not(:nth-child(2n),:last-child){border-right:solid 1px rgba(0,0,0,.1)}.msg-reply{background-color:#1c2260;border-radius:10px 10px 10px 0}.msg-reply .msg-reply-text{background-color:#e9ecf4;padding:5px}.chat-screen-messages .msg .msg-reply-text{white-space:break-spaces;color:#aeb1d1;max-width:inherit;font-size:13px;line-height:1.2;font-style:italic;padding:0;background-color:transparent}.msg-reply .msg-reply-text-wrap{padding:5px 5px 0}.msg-reply .msg-reply-text-inner{padding:5px;background-color:#ffffff4d;border-radius:6px;display:flex;align-items:center;gap:15px;border-left:solid 4px #c780fa}.msg-reply .msg-reply-text-inner img{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover;object-position:center}.msg-reply .msg-reply-text-inner .msg-reply-media-wrap{position:relative;padding:0 0 100%;width:50px;border-radius:6px;overflow:hidden;height:50px}.msg-reply-text-icon-wrap{display:flex;align-items:end;gap:2px}.msg-reply-text-icon-wrap svg{max-width:17px;height:auto;width:100%}.msg-reply-text-icon-wrap svg path{fill:#aeb1d1}.chat-screen-messages .msg.rec-msg p.msg-reply-wrap,.chat-screen-messages .msg.rec-msg p.msg-reply-wrap p{max-width:unset;word-break:break-all}.chat-screen-messages .msg.rec-msg p.msg-reply-wrap{padding:0;max-width:600px}.chat-screen-messages .msg .msg-reply-wrap p{max-width:unset}.chat-screen-messages .msg .msg-reply-wrap{padding:0;max-width:600px}.chat-user-more-icon svg{max-width:15px;height:auto;z-index:1;position:relative;display:block}.chat-user-more-icon button{display:block}.chat-user-more-icon{padding-left:10px}@media only screen and (max-width: 1200px){.chat-screen{width:100%;max-width:calc(100% - 530px)}.chat-user-info{position:relative;margin-right:-300px;left:auto;top:0;transition:all ease-in-out .3s}.chat-user-info.active{margin-right:0}.chat-screen-name-right .toggle-user-info{display:block}.assign-to-list{left:unset;right:100%}.chat-user-info.active{box-shadow:0 100vw 0 100vw #00000080}}@media only screen and (max-width: 991px){html{overflow:unset}body{position:fixed;width:100%;height:unset;overflow:unset}.sign-in .sign-in-form-img{display:none}.sign-in .sign-in-form{margin:0 auto}.chat-menu{position:fixed;top:106px;left:-100%;z-index:5;transition:all ease-in-out .3s;max-height:calc(var(--viewport-height) - 106px);max-width:100%}.chat-menu.active{left:0}.chat-screen{max-width:100%;max-height:calc(var(--viewport-height) - 106px);min-height:calc(var(--viewport-height) - 106px)}.chat-user-list{max-width:100%;right:100%;position:fixed;top:106px;z-index:5;transition:all ease-in-out .3s;max-height:calc(var(--viewport-height) - 106px);border-left:1px solid rgba(0,0,0,.1);height:100%;padding:15px 0}.chat-user-list.active{right:0;box-shadow:unset}.chat-screen .chat-screen-name-left .chat-user-name p{font-size:18px;line-height:22px;padding-bottom:2px}.chat-screen .chat-screen-name-left .chat-user-avatar{height:38px;width:38px}.chat-screen .chat-screen-name-left .chat-user-avatar span{font-size:16px;line-height:20px}.chat-screen .chat-screen-user-name{padding:8px 15px;position:sticky;top:0;z-index:4}.chat-header{padding:10px 15px;display:flex}header{padding:12px 15px;z-index:3}.chat-screen-messages{padding:20px 10px 0;max-height:unset;margin-top:0;margin-bottom:auto}.chat-screen-msg-input{padding-bottom:10px;background:#fff;width:100%;flex-wrap:wrap}.chat-screen.chat-screen-empty{max-width:100%}.chat-user-info{position:fixed;top:106px;right:-100%;margin-right:0;z-index:5;max-width:100%;max-height:calc(var(--viewport-height) - 106px)}.chat-user-info.active{right:0;box-shadow:unset}.chat-menu .chat-menu-list:nth-child(2) .chat-menu-title{padding-top:0}.chat-screen-msg-input .chat-msg-input{max-width:calc(100% - 50px)}.chat-screen-msg-input .chat-msg-send{margin-left:5px}.user-profile{padding:15px}.user-profile .user-avatar .user-avatar-img{height:50px;width:50px}.user-profile .user-avatar .user-avatar-img-change button{font-size:14px;line-height:18px;padding-bottom:5px}.user-profile .user-avatar .user-avatar-img-change p{font-size:14px;line-height:18px}.user-profile .user-avatar .user-avatar-img-change{padding-left:5px;max-width:calc(100% - 40px)}.user-profile .user-detail-u-input-wrap input{padding:10px 35px 10px 10px;font-size:14px;line-height:20px}.user-profile .user-detail-u-input-wrap label{font-size:14px;padding-bottom:5px}.user-profile .user-detail-u-input-wrap .user-detail-u-input{padding-bottom:15px}.user-profile h6{font-size:18px;line-height:24px;padding-bottom:20px}.user-profile .user-detail-u-box>button{font-size:14px;line-height:22px;padding:10px 18px}.user-profile .user-avatar{padding-bottom:15px}.user-detail-u-box{padding-bottom:30px}.user-profile{max-height:calc(var(--viewport-height) - 85px)}header .logo h2.beta-version{font-size:0;line-height:normal;padding-left:5px}.chat-screen-msg-input .chat-msg-info{position:unset;width:100%;line-height:16px;padding-top:5px}.sign-in{min-height:unset}.chat-header button{font-size:16px;font-weight:600}.chat-header button svg{width:26px;margin-right:8px}header .logo svg{max-width:40px}header a{align-items:flex-start}.chat-user-box-list .chat-user-box .chat-user-name p{font-size:16px;line-height:21px;padding-bottom:2px;max-width:230px}.chat-user-box-list .chat-user-box .chat-user-avatar{height:50px;width:50px}.chat-user-box-list .chat-user-box .chat-user-detail{max-width:calc(100% - 76px);padding-left:12px}.chat-user-box-list .chat-user-box .chat-user-avatar span{font-size:16px}.chat-user-list .chat-user-search input{font-size:16px;line-height:22px}.chat-input-wrap{padding:8px 12px;max-width:calc(100% - 40px)}.chat-menu .chat-menu-list .chat-menu-items p,.small-avatar p{font-size:16px}.chat-menu .chat-menu-title{padding:12px 0}.chat-menu .chat-menu-list .chat-menu-items li,.small-avatar{padding-bottom:15px}.chat-screen-name-right .toggle-user-info button svg{max-width:25px}.chat-user-info .chat-user-info-box-detail p{font-size:16px;line-height:22px;padding-bottom:2px}.chat-user-info .chat-user-info-box-detail p span{font-size:16px;line-height:22px}.chat-user-info-box-detail h6{font-size:16px;line-height:22px;padding-bottom:5px}.chat-user-info-box-detail .chat-customer-info{padding-top:10px}.chat-user-msg{padding-top:2px}.chat-user-box-list .chat-user-box .chat-user-msg p{font-size:14px;line-height:18px}.drop-down .drop-down-list li p,.drop-down .drop-down-list li a{font-size:14px;line-height:16px}.small-avatar .chat-member-avatar{height:35px;width:35px}header .user-info .user-avatar{height:35px;width:35px}.drop-down .drop-down-title p{font-size:14px;line-height:20px}.user-profile .user-profile-wrap{max-width:100%}.small-avatar span{font-size:14px;line-height:18px}.chat-user-tab .ticket-tab_container{max-height:calc(100vh - 170px)}.chat-user-info .close-slide{display:block}.drop-down .drop-down-title svg{max-width:30px}.chat-user-box .chat-user-name .wrap-icon{max-width:calc(100% - 70px)}.chat-screen-messages .msg .chat-media img,.chat-screen-messages .msg .chat-media video{max-width:196px}.chat-screen-messages .msg .chat-media.video:before{max-height:calc(100% - 10px);max-width:calc(100% - 10px)}.chat-screen .chat-screen-name-left .chat-user-name span{font-size:12px;line-height:14px}.chat-screen-msg-input .chat-msg-input>input{font-size:16px;line-height:24px}.chat-screen-msg-input .chat-msg-input>button svg{width:22px;height:auto}.chat-user-info-box-detail h6{padding-bottom:10px}.chat-user-info-box-detail h6:not(:first-child){padding-top:10px}.chat-user-info .chat-user-info-box-title h5{font-size:16px;line-height:24px}.close-slide button{font-size:16px}.chat-screen-msg-input .chat-msg-send button{height:45px;width:45px}header{position:sticky;top:0}.sign-in .sign-in-form .sign-in-title p{font-size:16px;line-height:20px}.sign-in .sign-in-form .sign-in-title h1{font-size:28px;line-height:34px}.sign-in-form .sign-in-form-box h3{font-size:20px;line-height:30px}.sign-in-form .sign-in-form-box .sign-in-field label{font-size:16px;line-height:24px}.sign-in-form .sign-in-form-box .sign-in-field input,.sign-in-form .sign-in-form-box .login-btn{font-size:16px;line-height:22px}.sign-in-form .sign-in-form-box p{font-size:14px;line-height:20px}.sign-in .sign-in-form .sign-in-title h1.beta-version span,header .logo h2.beta-version span{font-size:10px}}@media only screen and (max-width: 767px){.lost-page svg{max-width:220px}.lost-page p{font-size:16px;line-height:26px}}@media only screen and (max-width: 650px){.chat-screen-messages .msg.rec-msg p.msg-reply-wrap{max-width:calc(100% - 80px)}header .logo h2{display:none}.drop-down .drop-down-title p{padding-right:5px}header .user-info .user-avatar span{font-size:14px;line-height:18px}header .user-info .user-avatar{overflow:hidden;margin-right:4px}}.custom-context-menu{cursor:pointer;padding:8px 7px;position:absolute;background:#fff;border:1px solid #ccc;box-shadow:0 2px 5px #0003;z-index:9999;border-radius:4px;width:auto;font-size:12px;line-height:14px;right:0;top:calc(100% - 10px)}.selected-tags{display:flex;flex-wrap:wrap;margin-bottom:5px;gap:5px}.tag{background-color:#e0e0e0;padding:5px 8px;border-radius:12px;font-size:.85em}.input-with-tag{display:flex;flex-direction:row-reverse}.input-with-tag .tag{height:14px;padding-top:10px;padding-bottom:10px;background-color:#1c2260;color:#fff;border-radius:12px;display:flex;align-items:center;font-size:.9em;-webkit-user-select:none;user-select:none}.input-with-tag .tag-close{margin-left:3px;cursor:pointer;font-weight:700;font-size:1.2em;line-height:2;-webkit-user-select:none;user-select:none}.topic-dropdown{width:350px;position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;z-index:999999;padding:8px;border-radius:6px;box-shadow:0 2px 8px #0000001a}.dropdown-item{padding:8px 12px;cursor:pointer;transition:background .2s ease;border-radius:4px}.dropdown-item:hover{background-color:#f0f2f5}.dropdown-title{font-weight:600;font-size:14px;margin:0;color:#1c2260}.dropdown-description{font-size:12px;margin:2px 0 0;color:#555}.search-selection-title{font-size:12px;font-weight:700}.search-dropdown-header{padding:6px 12px;display:flex;align-items:center;gap:5px}.bottom-scroll-btn{gap:5px;align-items:center;display:flex;width:auto;color:#fff;font-weight:700;border-radius:10px;padding:10px;background:#1c2260;margin-right:10px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:24px;border-radius:8px;width:600px;box-shadow:0 2px 10px #0003;animation:fadeIn .3s ease}.modal-content-1{display:flex;height:80%;background:#fff;padding:10px;border-radius:8px;width:900px;box-shadow:0 2px 10px #0003;animation:fadeIn .3s ease}.modal-content h3{margin-top:0}.modal-content textarea{width:100%;padding:8px;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;margin-top:16px}.modal-actions button{margin-left:10px;padding:8px 12px;font-size:14px;cursor:pointer}.modal-cancel{background:#ccc;border:none}.modal-save{background:#1C2260;color:#fff;border:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-title{font-size:20px;font-weight:700}.section-heading{font-size:16px;font-weight:600;margin-bottom:10px;color:#1c2260}.preset-msg-row{display:flex;gap:20px;justify-content:space-between}.preset-msg-heading-input{display:flex;flex-direction:column;flex:1}.modal-content label{margin:8px 0 4px;font-weight:500;font-size:13px;color:#333}.chat-msg-bubble{border-radius:5px;display:inline-block;width:250px;position:relative;margin:5px 5px 5px 15px;padding-bottom:40px}.chat-msg-bubble-inner{background-color:#f5f5f5;border-radius:0 5px 5px;box-shadow:0 0 3px #0003}.chat-msg-bubble-media{position:relative;width:100%;padding:5px}.chat-msg-bubble-media-action{position:absolute;padding:10px;background-color:#00000080;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);display:none}.chat-msg-bubble-media.chat-msg-video .chat-msg-bubble-media-action{display:block}.chat-msg-bubble-media-action svg{max-width:16px;height:auto;display:block}.chat-msg-bubble-button svg{max-width:16px;height:auto;display:block;width:auto}.chat-msg-bubble-button{padding:7px 5px;border-top:solid 1px #e3e3e3}.chat-msg-bubble-button a{display:flex;align-items:center;gap:5px;justify-content:center;text-decoration:none}.chat-msg-bubble-content{padding:2px 6px 10px}.chat-msg-bubble-content p{font-size:13px;line-height:16px;white-space:pre-line}.chat-msg-bubble-button span{font-size:13px;font-weight:500;color:#075e54}.chat-msg-bubble-media img,.chat-msg-bubble-media video{width:100%;max-width:250px;display:block;border-radius:4px}.chat-msg-bubble:before{content:"";display:block;width:0px;height:0px;border-top:0px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #f5f5f5;position:absolute;right:100%;top:0;border-top-left-radius:3px}.chat-msg-bubble-wrap{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px;padding-bottom:50px;align-items:flex-start}.chat-msg-bubble-media.chat-msg-video{cursor:pointer}.chat-msg-bubble-content time{font-size:11px;color:#a5a5a5;display:flex;line-height:11px;padding-top:8px;text-align:right;justify-content:flex-end}.chat-msg-action{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:15px;justify-content:center;width:100%;transform:translateY(-40px);opacity:0;z-index:-1}.chat-msg-action button{font-family:inherit;background-color:#fff;padding:5px 15px;display:block;border-radius:20px;border:solid 1px #008eff;color:#008eff;box-shadow:0 0 5px #0000001a;cursor:pointer}.chat-msg-action .chat-msg-delete{border:solid 1px #ff7d73;color:#ff7d73}.chat-msg-bubble:hover .chat-msg-action{transform:translateY(0);opacity:1;z-index:1}.table-container{background:#fff;width:100%}.table-header{display:flex;justify-content:end;margin-top:1px}.table-header input{padding:8px 12px;border:1px solid #ccc;border-radius:6px;outline:none}.table-header input:focus{border-color:#1c2260}table{width:100%;border-collapse:collapse}thead{background-color:#1c2260;color:#fff}thead th{padding:12px 10px;text-align:left;font-weight:700}tbody tr{border-bottom:1px solid #ddd}tbody tr:hover{background-color:#f1f1f1}tbody td{padding:10px;vertical-align:middle}tbody td:nth-child(2){max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actions{width:100px!important;text-align:right}.actions button{border:none;background:none;cursor:pointer;font-size:16px;margin:0 4px}.actions .view:hover{color:#1c2260}.actions .edit:hover{color:#ffc107}.actions .delete:hover{color:#dc3545}.pagination{display:flex;justify-content:end;margin-top:15px}.pagination button{background-color:#1c2260;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;margin:0 5px}.pagination button:hover{background-color:#1c2260}.view-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:9998;display:flex;align-items:center;justify-content:center}.view-popup{background:#fff;padding:15px;height:500px;overflow:auto;border-radius:10px;box-shadow:0 4px 20px #0000004d;max-width:350px;z-index:9999}.template-list .presets-list-wrap{border:1px solid #ddd;border-radius:10px;overflow:hidden;gap:0}@media only screen and (max-width:991px){.user-profile.messages-presets{max-width:100%;height:100vh;max-height:calc(var(--viewport-height) - 106px)}.presets-list{padding:15px}.preset-row{max-width:calc(50% - 10px)}}@media only screen and (max-width:600px){.preset-msg-heading-input{flex:unset}.preset-row{max-width:100%}}.loading-spinner{display:flex;justify-content:center;align-items:center}@keyframes spin{to{transform:rotate(360deg)}}.pagination button:disabled{opacity:.5;cursor:not-allowed}.templates-table{width:100%;border-collapse:collapse;table-layout:fixed}.templates-table th,.templates-table td{padding:8px 10px;border-bottom:1px solid #ddd;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-name{width:20%}.col-body{width:auto}.col-date{width:220px}.col-actions{width:100px;text-align:right}.actions button{background:none;border:none;cursor:pointer;margin:0 3px;font-size:16px;text-align:right}.editLoading{display:flex;align-items:center;justify-content:center;height:430px}.mediaPreview{width:50px;max-width:150px;max-height:100px;object-fit:contain}.chatListTemplatePopup{width:30%;border-right:1px solid #ddd;display:flex;flex-direction:column}.chatListSearchField{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.template-item{padding:8px;margin-bottom:8px;border:1px solid #ddd;border-radius:4px;cursor:pointer;background-color:#fff;transition:background-color .3s ease}.template-item.selected{background-color:#f0f0f0}.template-item .template-name{font-weight:700}.template-item .template-handle{font-size:12px;color:#666}.container-70{width:70%;display:flex;flex-direction:column}.container-70 .content-scroll{padding:10px;flex:1;overflow-y:auto}.container-70 .content-scroll .centered-box{display:flex;align-items:center;justify-content:center;margin-top:10px}.templateSendButton{padding:8px 12px!important;background:#1c2260!important;color:#fff!important;border:none!important;border-radius:4px!important}.template_list_section{overflow-y:auto;flex:1;padding:10px}.footer-container{padding:10px;border-top:1px solid #ddd;text-align:right}.footer-container button{padding:8px 12px;margin-right:8px;cursor:pointer;border:1px solid #ccc;background-color:#fff;border-radius:4px;font-size:14px;transition:background-color .2s ease}.footer-container button:hover{background-color:#f0f0f0}.media-type-tr{width:100px}.template-preview-container{display:flex;align-items:center;justify-content:space-between}.selected-template-preview{position:relative;width:100%;height:480px;background:url(/assets/images/whatsapp_chat_background.jpg) repeat;background-size:contain;overflow-y:auto;padding:5px;font-family:Arial,sans-serif}.chat-bubble-outgoing{padding:10px 14px;margin-bottom:10px;border-radius:8px;line-height:1.4;font-size:14px;margin-left:auto;word-wrap:break-word}.pagination{margin:0;padding:10px;gap:10px;justify-content:center;background-color:#f5f5f5;width:100%}.pagination button{margin:0}.presets-list-wrap thead{background-color:#f5f5f5;color:inherit;border-bottom:solid 1px #ddd}thead th{padding:10px}.presets-list-wrap .actions{display:flex;justify-content:flex-end;gap:10px}.presets-list-wrap .actions button{display:block;margin:0}.presets-list-wrap .actions button svg{display:block;max-width:18px;height:auto}tbody tr:hover{background-color:#f5f5f5}.view-popup-overlay .chat-msg-bubble-inner{background-color:#fff;box-shadow:un}.view-popup-overlay .chat-msg-bubble:before{border-right-color:#fff}.pop-up-close-icon{position:absolute;right:20px;top:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.view-popup{width:calc(100% - 40px);max-width:350px}.pop-up-close-icon svg{height:36px;width:auto;display:block}.modal-actions button{padding:8px 14px;border-radius:6px;font-size:13px}.modal-content{padding:20px;width:calc(100% - 40px);max-width:600px}.modal-section{margin-top:15px}.presets-list{margin:0;padding:20px}.presets-list-wrap .table-container{margin-bottom:0!important;border:unset;border-radius:unset}.presets-list-wrap{border-radius:10px;overflow:hidden;gap:0}.presets-list-wrap table tr:last-child{border-bottom:unset}.quick-reply-title{flex-wrap:wrap}.preset-msg-row{flex-wrap:wrap;gap:0;column-gap:15px}input.preset-heading{width:100%!important;display:block}.modal-content-1{padding:0;max-width:900px;width:calc(100% - 40px);position:relative;overflow:auto}.modal-content-1 h1{padding:10px 10px 0}.modal-content-1 .content-scroll{padding:0;display:flex;flex-direction:column}.modal-content-1 .template-preview-container{padding:10px}.modal-content-1 .content-scroll .centered-box{margin-top:0;height:100%}.selected-template-preview{background-size:cover;height:100%;display:flex;align-items:center;justify-content:center}.selected-template-preview .chat-bubble-outgoing{margin:auto 0}.selected-template-preview .chat-msg-bubble-inner{background-color:#fff}.chatListTemplatePopup{width:270px}.modal-content-1 .container-70{max-width:calc(100% - 270px);width:100%}.template_list_mobile{display:flex;align-items:center;gap:8px;display:none;cursor:pointer}.template-list .table-container{overflow:auto}.template_list_mob-ok{padding:10px;display:flex;align-items:center;gap:10px;justify-content:flex-end;display:none;border-top:solid 1px #ddd}.template_list_mob-ok button{padding:8px 14px;border-radius:6px;font-size:13px;background:#1C2260;color:#fff;border:none}@media only screen and (max-width:991px){.user-profile.messages-presets{max-width:100%;height:100vh;max-height:calc(var(--viewport-height) - 106px)}.presets-list{padding:15px}}@media only screen and (max-width:767px){.chatListTemplatePopup{left:-100%;position:absolute;z-index:1;background-color:#fff;height:100%;overflow:auto;width:100%}.chatListTemplatePopup.active{left:0}.modal-content-1 .container-70{max-width:100%}.template-preview-container>p{display:none}.template_list_mobile{display:flex;cursor:pointer}.template_list_mob-ok{display:flex}}@media only screen and (max-width:600px){.preset-msg-heading-input{flex:unset}}#notification-i-mask *{font-family:\'Poppins\',sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#notification-i-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:999999999;display:none}#notification-i-mask .notification-i-text{position:absolute;top:190px;left:340px;max-width:345px;margin:auto;padding:0 15px 65px}#notification-i-mask .notification-i-text img{max-height:65px;display:block;width:auto;max-width:100%}#notification-i-mask .notification-i-text p{font-size:16px;line-height:1.6;font-weight:400;color:#fff;margin:15px 0}@media (max-width: 767px){#notification-i-mask .notification-i-text{left:0}#notification-i-mask{display:none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
