@charset "UTF-8";.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.update-contact{align-items:center;display:flex;flex-direction:column;height:130px;justify-content:center;width:300px}.update-contact .update-contact-avatar{align-items:center;display:flex;justify-content:center;margin-bottom:15px;width:100%}.update-contact .update-contact-edit{margin-bottom:15px;width:100%}.right{height:100%;width:70%}.right .header{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.5);display:flex;height:10%;justify-content:space-between;position:relative;width:100%}.right .header .header_information{align-items:center;display:flex;height:100%}.right .header .header_information .avatar{align-items:center;background-color:gray;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:15px;width:40px}.right .header .header_information .avatar i{color:#fff}.right .header .header_information .name_member{align-items:flex-start;display:flex;flex-direction:column;margin-left:15px}.right .header .header_information .name_member .name{cursor:pointer;font-size:20px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.right .header .header_information .name_member .member{color:gray;cursor:pointer}.right .header .header_information .name_member .member i{margin-right:5px}.right .header .header_information .name_member .online{color:green;font-weight:700}.right .header .header_feature{align-items:center;display:flex;height:100%;justify-content:center;width:auto}.right .header .header_feature i{border-radius:5px;cursor:pointer;margin-right:20px;padding:5px}.right .header .header_feature i:hover{background-color:#caced4}.right .message-pin{background-color:#fff;border-bottom:1px solid hsla(0,0%,50%,.5);box-shadow:0 3px 8px rgba(0,0,0,.24);display:none;font-size:14px;height:10%;text-align:left;width:100%;z-index:9}.right .message-pin .message-pin-title{font-weight:500;padding:0 10px}.right .message-pin .message-pin-content{overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap;width:95%;z-index:999999}.right .message-pin .message-pin-content .content-pinned-message{align-items:center;cursor:pointer;display:flex;width:auto}.right .message-pin .message-pin-content .content-pinned-message .sender-pinned-message{margin-right:5px}.right .message-pin .message-pin-content .content-pinned-message .pinned-message-image{align-items:center;display:flex}.right .message-pin .message-pin-content .content-pinned-message .pinned-message-image .pinned-message-img{height:20px;width:20px}.right .message-pin .message-pin-content .content-pinned-message .pinned-message-image .pinned-message-img img{height:100%;width:100%}.right .message-pin .message-pin-content .content-pinned-message .pinned-message-image .pinned-message-img-title{margin-left:10px}.right .message-pin .message-pin-content .content-pinned-message .pinned-message-file{align-items:center;display:flex}.right .message-pin .message-pin-content .content-pinned-message .pinned-message-file i{margin-right:10px}.right .message-pin-active{display:block}.right .body{background-color:#d8e7f1;border-bottom:1px solid hsla(0,0%,50%,.5);display:flex;flex-direction:column-reverse;height:72%;overflow-x:hidden;overflow-y:auto;position:relative;text-align:left;width:100%}.right .body .loading{align-items:center;display:flex;justify-content:center;position:fixed;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:70%}.right .body .reachMax{opacity:.5;text-align:center;width:100%}.right .body::-webkit-scrollbar{width:10px}.right .body::-webkit-scrollbar-thumb{background-color:#9ab0c0;border-radius:25px}.right .body-active{height:62%}.right .footer{height:17%;position:relative;width:100%}.right .footer .reply{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.5);display:none;height:50%;left:0;position:absolute;top:-50%;width:100%}.right .footer .reply .reply-container{background-color:#f4f5f7;border-radius:5px;font-size:14px;height:80%;padding-left:10px;position:relative;text-align:left;width:95%}.right .footer .reply .reply-container .reply-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.right .footer .reply .reply-container .reply-content .reply-message-image{align-items:center;display:flex;height:100%;width:100%}.right .footer .reply .reply-container .reply-content .reply-message-image .reply-message-img{height:20px;margin-right:10px;width:20px}.right .footer .reply .reply-container .reply-content .reply-message-image .reply-message-img img{height:100%;width:100%}.right .footer .reply .reply-container i{cursor:pointer;position:absolute;right:0;top:0}.right .footer .reply-active{align-items:center;display:inline-flex;justify-content:center}.right .footer .icon{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.2);display:flex;height:40%;width:100%}.right .footer .icon i{border-radius:5px;color:rgba(0,0,0,.7);cursor:pointer;font-size:20px;margin:5px 10px 5px 5px;padding:8px;position:relative}.right .footer .icon i:hover{background-color:#caced4}.right .footer .icon i input{cursor:inherit;display:block;font-size:1px;height:100%;opacity:0;outline:none;position:absolute;right:0;text-align:right;top:0;width:100%}.right .footer .chat_input{align-items:center;display:flex;height:60%;width:100%}.right .footer .chat_input input{border:none;font-size:17px;height:100%;outline:none;padding-left:10px;width:90%}.right .footer .chat_input i{border-radius:5px;cursor:pointer;margin-right:10px;padding:5px}.right .footer .chat_input i:hover{background-color:#caced4}.right .footer .edit{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.5);display:none;height:50%;left:0;position:absolute;top:-50%;width:100%}.right .footer .edit .edit-container{background-color:#f4f5f7;border-radius:5px;font-size:14px;height:80%;padding-left:10px;position:relative;text-align:left;width:95%}.right .footer .edit .edit-container .edit-name{color:#168ad6;font-weight:500}.right .footer .edit .edit-container .edit-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.right .footer .edit .edit-container i{cursor:pointer;position:absolute;right:0;top:0}.right .footer .edit-active{align-items:center;display:inline-flex;justify-content:center}.boxchat_information{border-left:1px solid hsla(0,0%,50%,.3);height:100%;overflow:auto;transition:all .3s;width:0;z-index:10}.boxchat_information.openFormBoxChatInfo{width:30%}.boxchat_information .boxchat_information_title{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.5);display:flex;font-size:20px;font-weight:500;height:10%;justify-content:center;position:relative;width:100%}.boxchat_information .boxchat_information_title i{cursor:pointer;display:none;position:absolute;right:5px;top:3px}.boxchat_information .boxchat_information_name_avatar{border-bottom:1px solid hsla(0,0%,50%,.5);height:18%;width:100%}.boxchat_information .boxchat_information_name_avatar .boxchat_information_name{font-weight:700;margin-top:10px;text-overflow:ellipsis;white-space:nowrap}.boxchat_information .boxchat_information_members{border-bottom:1px solid hsla(0,0%,50%,.5);max-height:300px;width:100%}.boxchat_information .boxchat_information_members .boxchat_information_members_title{display:flex;height:10%;justify-content:center;width:100%}.boxchat_information .boxchat_information_members .boxchat_information_members_title i{align-items:center;color:gray;display:flex;justify-content:center;margin-left:5px}.boxchat_information .boxchat_information_members .boxchat_information_members_title p{align-items:center;color:#000;display:flex;font-weight:700;justify-content:center;margin-left:15px}.boxchat_information .boxchat_information_members .boxchat_information_members_list{max-height:250px;overflow:auto;width:100%}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member{align-items:center;cursor:pointer;display:flex;justify-content:flex-start}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member:hover{background-color:#dee1e4}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member:hover .boxchat_information_members_member_dropdown{opacity:1}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_name_position{height:100%;text-align:left;width:80%}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_name_position .boxchat_information_members_member_name{margin-left:10px}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_name_position .boxchat_information_members_member_position{color:rgba(0,0,0,.5);font-size:14px;margin-left:10px}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown{opacity:0;position:relative}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown .dropdown_member{align-items:flex-start;background-color:#fff;border-radius:5px;bottom:-230%;box-shadow:0 3px 8px rgba(0,0,0,.24);display:flex;flex-direction:column;height:70px;justify-content:center;left:-600%;position:absolute;width:150px;z-index:99}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown .dropdown_member .dropdown_member_outgroup{font-size:14px;padding:5px 0;text-align:left;width:100%}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown .dropdown_member .dropdown_member_outgroup span{margin-left:10px}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown .dropdown_member .dropdown_member_outgroup:hover{background-color:#e6e9eb}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown .dropdown_member .dropdown_member_subcreator{font-size:14px;padding:5px 0;text-align:left;width:100%}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown .dropdown_member .dropdown_member_subcreator span{margin-left:10px}.boxchat_information .boxchat_information_members .boxchat_information_members_list .boxchat_information_members_member .boxchat_information_members_member_dropdown .dropdown_member .dropdown_member_subcreator:hover{background-color:#e6e9eb}.boxchat_information .boxchat_information_members .boxchat_information_members_list::-webkit-scrollbar{width:10px}.boxchat_information .boxchat_information_members .boxchat_information_members_list::-webkit-scrollbar-thumb{background-color:#b3babe;border-radius:25px}.boxchat_information .boxchat_information_image{border-bottom:1px solid hsla(0,0%,50%,.5);width:100%}.boxchat_information .boxchat_information_image .boxchat_information_image_top{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.2);display:flex;height:30px;width:100%}.boxchat_information .boxchat_information_image .boxchat_information_image_top i{margin:10px 10px 0}.boxchat_information .boxchat_information_image .boxchat_information_image_top p{margin:7px 10px 0}.boxchat_information .boxchat_information_image .boxchat_information_image_bottom{display:flex;flex-wrap:wrap;height:auto;max-height:250px;overflow:auto;width:100%}.boxchat_information .boxchat_information_image .boxchat_information_image_bottom::-webkit-scrollbar{display:none}.boxchat_information .boxchat_information_file{border-bottom:1px solid hsla(0,0%,50%,.5);width:100%}.boxchat_information .boxchat_information_file .boxchat_information_file_top{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.2);display:flex;height:30px;width:100%}.boxchat_information .boxchat_information_file .boxchat_information_file_top i{margin:10px 10px 0}.boxchat_information .boxchat_information_file .boxchat_information_file_top p{margin:7px 10px 0}.boxchat_information .boxchat_information_file .boxchat_information_file_bottom{height:auto;max-height:250px;overflow:auto;width:100%}.boxchat_information .boxchat_information_file .boxchat_information_file_bottom::-webkit-scrollbar{display:none}.boxchat_information .boxchat_information_edit,.boxchat_information .boxchat_information_out{width:100%}.boxchat_information::-webkit-scrollbar{display:none}.name_Informationboxchat{font-size:25px;font-weight:700;margin-bottom:10px;text-align:center}@media only screen and (max-width:600px){.right{display:none!important;position:relative;width:0!important}.right.activeChat{display:block!important;width:85%!important}.boxchat_information{display:none;position:absolute;right:0;top:0;visibility:hidden;width:85%!important}.boxchat_information.openFormBoxChatInfo{background-color:#fff;display:block;height:100%;position:absolute;right:0;top:0;visibility:visible}.boxchat_information .boxchat_information_title i{display:block}}@media only screen and (min-width:600px){.right{display:none!important;position:relative;width:0!important}.right.activeChat{display:block!important;width:90%!important}.boxchat_information{display:none;position:absolute;right:0;top:0;visibility:hidden;width:50%!important}.boxchat_information.openFormBoxChatInfo{background-color:#fff;display:block;height:100%;position:absolute;right:0;top:0;visibility:visible}.boxchat_information .boxchat_information_title i{display:block}}@media only screen and (min-width:768px){.right,.right.activeChat{display:block!important;width:63%!important}.boxchat_information{display:none;position:absolute;right:0;top:0;visibility:hidden;width:40%!important}.boxchat_information.openFormBoxChatInfo{display:block;visibility:visible}.boxchat_information .boxchat_information_title i{display:block}}@media only screen and (min-width:992px){.right,.right.activeChat{display:block!important;width:63%!important}.boxchat_information{display:none;position:absolute;right:0;top:0;visibility:hidden;width:30%!important}.boxchat_information.openFormBoxChatInfo{display:block;visibility:visible}.boxchat_information .boxchat_information_title i{display:block}}@media only screen and (min-width:1200px){.right,.right.activeChat{width:70%!important}.right.openFormBoxChatInfo{width:48%!important}.boxchat_information{width:0!important}.boxchat_information.openFormBoxChatInfo{width:22%!important}.boxchat_information .boxchat_information_title i{display:block}}.document{align-items:center;cursor:pointer;display:flex;padding:5px 0;width:100%}.document:hover{background-color:hsla(0,0%,50%,.5)}.document .icon_document{margin:0 5px}.document .icon_document i{align-items:center;background-color:#9acd32;border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;padding:5px;width:20px}.document .infor_document{text-align:left;width:80%}.document .infor_document .name_document{font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document .infor_document .size_document{color:gray;font-size:12px}.image{cursor:pointer;height:90px;padding:2px;position:relative;width:31%}.image img{height:100%;object-fit:cover;width:100%}.image:after{background:hsla(0,0%,50%,.5);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.image:hover:after{opacity:1}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.body_shareContact{height:auto;width:600px}.body_shareContact .search_Contact{margin-bottom:15px;width:100%}.body_shareContact .search_Contact .input_shareContact{margin:0 auto;width:90%}.body_shareContact .list_contacts{border-top:1px solid hsla(0,0%,50%,.5);display:flex;height:280px;justify-content:space-around;width:100%}.body_shareContact .list_contacts .contacts{border-radius:5px;height:auto;margin-top:10px;overflow-x:hidden;overflow-y:auto;width:50%}.body_shareContact .list_contacts .contacts .contact{align-items:center;border-radius:5px;cursor:pointer;display:flex;padding:5px;width:100%}.body_shareContact .list_contacts .contacts .contact:hover{background-color:hsla(0,0%,50%,.5)}.body_shareContact .list_contacts .contacts .contact .contact_checkIcon{align-items:center;border:1px solid hsla(0,0%,50%,.5);border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;margin-right:10px;width:20px}.body_shareContact .list_contacts .contacts .contact .contact_checkIcon_active{background-color:blue}.body_shareContact .list_contacts .contacts .contact .contact_avatar{height:100%;margin-right:10px}.body_shareContact .list_contacts .contacts .contact .contact_name{font-weight:700;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.body_shareContact .list_contacts .contacts_add{border:1px solid hsla(0,0%,50%,.5);border-radius:5px;height:auto;margin-top:10px;overflow-x:hidden;overflow-y:auto;padding:5px 5px 0;width:40%}.body_shareContact .list_contacts .contacts_add .contact_added{align-items:center;background-color:#e5efff;border-radius:5px;cursor:pointer;display:flex;margin:5px 0;padding:5px;width:95%}.body_shareContact .list_contacts .contacts_add .contact_added .contact_added_avatar{margin-right:10px}.body_shareContact .list_contacts .contacts_add .contact_added .contact_added_name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.body_shareContact .list_contacts .contacts_add .contact_added .contact_added_iconCheck{align-items:center;background-color:blue;border:1px solid hsla(0,0%,50%,.5);border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;width:20px}.content-preview-files{height:auto;width:300px}.content-preview-files .content-preview-file{align-items:center;display:flex;height:50px;width:100%}.content-preview-files .content-preview-file .content-preview-file-icon{align-items:center;background-color:#7fffd4;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.content-preview-files .content-preview-file .content-preview-file-right{height:100%;margin-left:5px;width:85%}.content-preview-files .content-preview-file .content-preview-file-right .content-preview-file-right-name{font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-preview-files .content-preview-file .content-preview-file-right .content-preview-file-right-size{color:hsla(0,0%,50%,.5);font-size:12px;margin-top:5px}.content-preview{height:auto;width:300px}.content-preview .content-preview-image{align-items:center;display:flex;height:auto;justify-content:center;max-height:200px;max-width:100%;width:auto}.content-preview .content-preview-image img{height:auto;max-height:200px;max-width:100%;object-fit:cover;width:auto}.content-preview .content-preview-text{height:50px;margin-top:15px;width:100%}.body_formForwardMessage{height:auto;width:400px}.body_formForwardMessage .search_Contact{margin-bottom:15px;width:100%}.body_formForwardMessage .search_Contact .input_shareContact{margin:0 auto;width:90%}.body_formForwardMessage .list_chats{border-top:1px solid hsla(0,0%,50%,.5);height:280px;overflow-y:auto;width:100%}.body_formForwardMessage .list_chats .list_chats_title{font-weight:500;margin-left:10px;width:80%}.body_formForwardMessage .list_chats .chat{align-items:center;cursor:pointer;display:flex;padding:5px 0;width:100%}.body_formForwardMessage .list_chats .chat:hover{background-color:hsla(0,0%,50%,.5)}.body_formForwardMessage .list_chats .chat .chat_checkIcon{align-items:center;border:1px solid hsla(0,0%,50%,.5);border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;margin-left:10px;margin-right:10px;width:20px}.body_formForwardMessage .list_chats .chat .chat_checkIcon_active{background-color:blue}.body_formForwardMessage .list_chats .chat .chat_avatar{height:100%;margin-right:10px}.body_formForwardMessage .list_chats .chat .chat_name{font-weight:700;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.list_message_system{align-items:center;display:flex;flex-direction:column;height:auto;text-align:center;width:auto}.list_message_system .message{margin:5px 10px 5px 7px;max-width:75%;width:auto}.list_message_system .message .message_system,.list_message_system .message .message_text{font-size:16px;font-weight:700}.list_message_owner{align-items:flex-end;text-align:left}.list_message_owner .message{background-color:#effdde;border-radius:5px;cursor:pointer;padding:10px;position:relative}.list_message_owner .message:hover .container_dropdown{opacity:1;visibility:visible}.list_message_owner .message .container_dropdown{bottom:0;height:auto;left:-190px;opacity:0;padding:10px;position:absolute;visibility:hidden;width:170px;z-index:999}.list_message_owner .message .container_dropdown .dropdown_message{background-color:#fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.35);height:100%;padding:10px 0;width:100%}.list_message_owner .message .container_dropdown .dropdown_message ul{display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.list_message_owner .message .container_dropdown .dropdown_message ul li{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;list-style:none;padding:2px 10px}.list_message_owner .message .container_dropdown .dropdown_message ul li:hover{background-color:#f1f1f1}.list_message_owner .message .container_dropdown .dropdown_message ul li i{color:gray;height:20px;width:20px}.list_message_owner .message .container_dropdown .dropdown_message ul li p{color:#000;margin-left:20px;text-align:left}.list_message_owner .message .message_text{word-wrap:break-word;font-weight:400;width:100%}.list_message_owner .message .message_photo{height:auto;max-width:300px;width:auto}.list_message_owner .message .message_photo img{height:auto;max-height:300px;width:auto}.list_message_owner .message .message_photo .message_photo_text{word-wrap:break-word;font-weight:400;width:auto}.list_message_owner .message .message_file,.list_message_owner .message .message_file .message_file_container{height:auto;width:auto}.list_message_owner .message .message_file .message_file_container .message_file_container_top{display:inline-flex}.list_message_owner .message .message_file .message_file_container .message_file_container_top .icon_file{align-items:center;background-color:#9acd32;border-radius:50%;display:flex;height:20px;justify-content:center;margin-right:10px;padding:10px;width:20px}.list_message_owner .message .message_file .message_file_container .message_file_container_top .icon_file i{color:#fff}.list_message_owner .message .message_file .message_file_container .message_file_container_top .message_file_right .name_file{font-size:14px;font-weight:700;width:100%}.list_message_owner .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file{color:gray;display:flex;font-size:12px;justify-content:space-between;text-align:right}.list_message_owner .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file i{border:1px solid hsla(0,0%,50%,.3);border-radius:5px;cursor:pointer;margin-left:10px;padding:5px}.list_message_owner .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_success{border-radius:5px;width:100%}.list_message_owner .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_success i{background-color:#fff;border:1px solid hsla(0,0%,50%,.3);margin:0}.list_message_owner .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_failed{border-radius:5px;color:red;width:100%}.list_message_owner .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_failed i{background-color:#fff;border:1px solid hsla(0,0%,50%,.3);margin:0}.list_message_owner .message .message_file .message_file_container .message_file_container_bottom{width:auto}.list_message_owner .message .message_file .message_file_container .message_file_container_bottom .message_file_text{word-wrap:break-word}.list_message_owner .message .message_delete{color:red;opacity:.4;pointer-events:none}.list_message_owner .message .message_contact{cursor:pointer;height:100px;width:200px}.list_message_owner .message .message_contact .contact_top{border-bottom:1px solid hsla(0,0%,50%,.3);display:flex;height:70%;width:100%}.list_message_owner .message .message_contact .contact_top .contact_avatar{align-items:center;display:flex;height:100%;justify-content:center;width:40%}.list_message_owner .message .message_contact .contact_top .contact_infor{height:100%;width:60%}.list_message_owner .message .message_contact .contact_top .contact_infor .contact_title{color:gray;font-size:15px}.list_message_owner .message .message_contact .contact_top .contact_infor .contact_name{font-weight:700;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.list_message_owner .message .message_contact .contact_bottom{align-items:center;display:flex;height:30%;justify-content:center;width:100%}.list_message_owner .message .message_contact .contact_bottom .chat{color:blue;font-size:14px;font-weight:700}.list_message_owner .message .message_forward .message_forward_icon{color:gray;font-size:14px;height:10%;margin-bottom:10px;width:100%}.list_message_owner .message .message_forward .message_forward_content{height:auto;width:100%}.list_message_owner .message .message_time{color:gray;font-size:12px;margin-top:5px;text-align:right}.list_message_owner .message .message-reply-text{background-color:#f1f1f1;border-radius:5px;font-size:14px;height:auto;margin-bottom:10px;padding:10px;width:auto}.list_message_owner .message .message-reply-text .message-reply-sender{font-weight:500}.list_message_owner .message .message-reply-text .message-reply-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.list_message_owner .message .message-reply-photo{background-color:#f1f1f1;border-radius:5px;font-size:14px;height:auto;margin-bottom:10px;padding:10px;width:auto}.list_message_owner .message .message-reply-photo .message-reply-photo-title{color:red;margin-bottom:5px}.list_message_owner .message .message-reply-photo .message-reply-photo-content{display:flex}.list_message_owner .message .message-reply-photo .message-reply-photo-content .message-reply-photo-left{height:40px;width:50px}.list_message_owner .message .message-reply-photo .message-reply-photo-content .message-reply-photo-left img{height:100%;object-fit:cover;width:100%}.list_message_owner .message .message-reply-photo .message-reply-photo-content .message-reply-photo-right{height:100%;margin-left:5px;width:90%}.list_message_owner .message .message-reply-photo .message-reply-photo-content .message-reply-photo-right .message-reply-sender{font-weight:500}.list_message_owner .message .message-reply-photo .message-reply-photo-content .message-reply-photo-right .message-reply-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.list_message_owner .message .message-reply-file{background-color:#f1f1f1;border-radius:5px;font-size:14px;height:auto;margin-bottom:10px;padding:10px;width:auto}.list_message_owner .message .message-reply-file .message-reply-file-title{color:red;margin-bottom:5px}.list_message_owner .message .message-reply-file .message-reply-file-content{display:flex}.list_message_owner .message .message-reply-file .message-reply-file-content .message-reply-file-left{align-items:center;background-color:#9acd32;border-radius:50%;display:flex;height:20px;justify-content:center;padding:10px;width:20px}.list_message_owner .message .message-reply-file .message-reply-file-content .message-reply-file-right{height:100%;margin-left:5px;width:90%}.list_message_owner .message .message-reply-file .message-reply-file-content .message-reply-file-right .message-reply-sender{font-weight:500}.list_message_owner .message .message-reply-file .message-reply-file-content .message-reply-file-right .message-reply-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.list_message_owner .message .icon-pin{color:red}.list_message_other{align-items:flex-start;flex-direction:row;text-align:left}.list_message_other .forward{color:gray;font-size:14px;margin:0 15px}.list_message_other .message{background-color:#fff;border-radius:5px;cursor:pointer;padding:10px;position:relative}.list_message_other .message:hover .container_dropdown{opacity:1;visibility:visible}.list_message_other .message .message-name-sender{font-size:14px;font-weight:500;max-width:80%;width:auto}.list_message_other .message .container_dropdown{bottom:0;height:auto;opacity:0;padding:10px;position:absolute;right:-190px;visibility:hidden;width:170px;z-index:999}.list_message_other .message .container_dropdown .dropdown_message{background-color:#fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.35);height:100%;padding:10px 0;width:100%}.list_message_other .message .container_dropdown .dropdown_message ul{display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.list_message_other .message .container_dropdown .dropdown_message ul li{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;list-style:none;padding:2px 10px}.list_message_other .message .container_dropdown .dropdown_message ul li:hover{background-color:#f1f1f1}.list_message_other .message .container_dropdown .dropdown_message ul li i{color:gray;height:20px;width:20px}.list_message_other .message .container_dropdown .dropdown_message ul li p{color:#000;margin-left:20px}.list_message_other .message .message_text{word-wrap:break-word;font-weight:400;width:100%}.list_message_other .message .message_photo{height:auto;max-width:300px;width:auto}.list_message_other .message .message_photo img{height:auto;max-height:300px;width:auto}.list_message_other .message .message_photo .message_photo_text{word-wrap:break-word;font-weight:400;width:100%}.list_message_other .message .message_file,.list_message_other .message .message_file .message_file_container{height:auto;width:auto}.list_message_other .message .message_file .message_file_container .message_file_container_top{display:inline-flex}.list_message_other .message .message_file .message_file_container .message_file_container_top .icon_file{align-items:center;background-color:#9acd32;border-radius:50%;display:flex;height:20px;justify-content:center;margin-right:10px;padding:10px;width:20px}.list_message_other .message .message_file .message_file_container .message_file_container_top .icon_file i{color:#fff}.list_message_other .message .message_file .message_file_container .message_file_container_top .message_file_right .name_file{font-size:14px;font-weight:700;width:100%}.list_message_other .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file{color:gray;display:flex;font-size:12px;justify-content:space-between;text-align:right}.list_message_other .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file i{border:1px solid hsla(0,0%,50%,.3);border-radius:5px;cursor:pointer;margin-left:10px;padding:5px}.list_message_other .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_success{border-radius:5px;width:100%}.list_message_other .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_success i{background-color:#fff;border:1px solid hsla(0,0%,50%,.3);margin:0}.list_message_other .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_failed{border-radius:5px;color:red;width:100%}.list_message_other .message .message_file .message_file_container .message_file_container_top .message_file_right .size_file .status_failed i{background-color:#fff;border:1px solid hsla(0,0%,50%,.3);margin:0}.list_message_other .message .message_file .message_file_container .message_file_container_bottom{width:auto}.list_message_other .message .message_file .message_file_container .message_file_container_bottom .message_file_text{word-wrap:break-word}.list_message_other .message .message_delete{color:red;opacity:.4;pointer-events:none}.list_message_other .message .message_forward .message_forward_icon{color:gray;font-size:14px;height:10%;margin-bottom:10px;width:100%}.list_message_other .message .message_forward .message_forward_content{height:auto;width:100%}.list_message_other .message .message_time{color:gray;font-size:12px;margin-top:5px}.list_message_other .message .message-reply-text{background-color:#f1f1f1;border-radius:5px;font-size:14px;height:auto;margin-bottom:10px;padding:10px;width:auto}.list_message_other .message .message-reply-text .message-reply-sender{font-weight:500}.list_message_other .message .message-reply-text .message-reply-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.list_message_other .message .message-reply-photo{background-color:#f1f1f1;border-radius:5px;font-size:14px;height:auto;margin-bottom:10px;padding:10px;width:auto}.list_message_other .message .message-reply-photo .message-reply-photo-title{color:red;margin-bottom:5px}.list_message_other .message .message-reply-photo .message-reply-photo-content{display:flex}.list_message_other .message .message-reply-photo .message-reply-photo-content .message-reply-photo-left{height:40px;width:50px}.list_message_other .message .message-reply-photo .message-reply-photo-content .message-reply-photo-left img{height:100%;object-fit:cover;width:100%}.list_message_other .message .message-reply-photo .message-reply-photo-content .message-reply-photo-right{height:100%;margin-left:5px;width:90%}.list_message_other .message .message-reply-photo .message-reply-photo-content .message-reply-photo-right .message-reply-sender{font-weight:500}.list_message_other .message .message-reply-photo .message-reply-photo-content .message-reply-photo-right .message-reply-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.list_message_other .message .message-reply-file{background-color:#f1f1f1;border-radius:5px;font-size:14px;height:auto;margin-bottom:10px;padding:10px;width:auto}.list_message_other .message .message-reply-file .message-reply-file-title{color:red;margin-bottom:5px}.list_message_other .message .message-reply-file .message-reply-file-content{display:flex}.list_message_other .message .message-reply-file .message-reply-file-content .message-reply-file-left{align-items:center;background-color:#9acd32;border-radius:50%;display:flex;height:20px;justify-content:center;padding:10px;width:20px}.list_message_other .message .message-reply-file .message-reply-file-content .message-reply-file-right{height:100%;margin-left:5px;width:90%}.list_message_other .message .message-reply-file .message-reply-file-content .message-reply-file-right .message-reply-sender{font-weight:500}.list_message_other .message .message-reply-file .message-reply-file-content .message-reply-file-right .message-reply-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.list_message_other .message .icon-pin{color:red;text-align:right}.list_message_other .message-avatar-sender{display:flex;height:100%;width:5%}@media only screen and (max-width:600px){.list_message_other .message-avatar-sender{width:9%}}.slick-dots{bottom:0;position:relative}.contacts{border-radius:5px;height:auto;margin-top:10px;overflow-x:hidden;overflow-y:auto;width:20%}.contacts .contact{align-items:center;border-radius:5px;cursor:pointer;display:flex;padding:5px;width:100%}.contacts .contact:hover{background-color:hsla(0,0%,50%,.5)}.contacts .contact .contact_checkIcon{align-items:center;border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;margin-right:10px;width:20px}.contacts .contact .contact_checkIcon_active{background-color:blue}.contacts .contact .contact_avatar{height:100%;margin-right:10px}.contacts .contact .contact_name{font-weight:700;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.contacts .contact_added{align-items:center;border-radius:5px;cursor:pointer;display:flex;padding:5px;width:100%}.contacts .contact_added,.contacts .contact_added:hover{background-color:hsla(0,0%,50%,.5)}.contacts .contact_added .contact_checkIcon{align-items:center;background-color:blue;border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;margin-right:10px;width:20px}.contacts .contact_added .contact_checkIcon_active{background-color:blue}.contacts .contact_added .contact_avatar{height:100%;margin-right:10px}.contacts .contact_added .contact_name{font-weight:700;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.listChatGroup{height:100%;width:70%}.listChatGroup .listChatGroup-header{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.5);display:flex;height:10%;width:100%}.listChatGroup .listChatGroup-header .listChatGroup-icon{margin-left:15px}.listChatGroup .listChatGroup-header .listChatGroup-icon i{align-items:center;background-color:#5243aa;border-radius:50%;color:#fff;display:flex;font-size:23px;height:50px;justify-content:center;width:50px}.listChatGroup .listChatGroup-header .listChatGroup-title{font-size:20px;font-weight:700;margin-left:15px}.listChatGroup .listChatGroup-list{background-color:#fafafc;display:flex;flex-wrap:wrap;height:89%;justify-content:flex-start;overflow-y:auto;width:100%}.listChatGroup .listChatGroup-list .listChatGroup-group{background-color:#fff;border:1px solid hsla(0,0%,50%,.5);border-radius:5px;cursor:pointer;height:200px;margin:20px 0 0 40px;padding:10px;width:25%}.listChatGroup .listChatGroup-list .listChatGroup-group .listChatGroup-group-avatar{align-items:center;display:flex;height:50%;justify-content:center;width:100%}.listChatGroup .listChatGroup-list .listChatGroup-group .listChatGroup-group-name{font-weight:700;height:20%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.listChatGroup .listChatGroup-list .listChatGroup-group .listChatGroup-group-member{color:hsla(0,0%,50%,.7);height:30%;width:100%}@media only screen and (max-width:600px){.listChatGroup{display:none;width:0}.listChatGroup.isActive{display:block;width:85%}.listChatGroup .listChatGroup-list{justify-content:space-between}.listChatGroup .listChatGroup-list .listChatGroup-group{margin:20px 40px 0;width:70%}}@media only screen and (min-width:600px){.listChatGroup{display:none;width:0}.listChatGroup.isActive{display:block;width:90%}.listChatGroup .listChatGroup-list{justify-content:space-between}.listChatGroup .listChatGroup-list .listChatGroup-group{margin:20px 40px 0;width:30%}}@media only screen and (min-width:768px){.listChatGroup,.listChatGroup.isActive{display:block;width:63%}.listChatGroup .listChatGroup-list{justify-content:space-around}.listChatGroup .listChatGroup-list .listChatGroup-group{margin:20px 10px 0;width:25%}}@media only screen and (min-width:992px){.listChatGroup,.listChatGroup.isActive{display:block;width:63%}.listChatGroup .listChatGroup-list{justify-content:space-between}.listChatGroup .listChatGroup-list .listChatGroup-group{margin:20px 15px 0;width:25%}}@media only screen and (min-width:1200px){.listChatGroup,.listChatGroup.isActive{display:block;width:70%}.listChatGroup .listChatGroup-list{justify-content:space-between}.listChatGroup .listChatGroup-list .listChatGroup-group{margin:20px 20px 0;width:25%}}.body_addchat{height:auto;overflow-x:hidden;width:600px}.body_addchat .chat_name{align-items:center;display:flex;height:auto;justify-content:space-between;width:100%}.body_addchat .chat_name .icon_namechat{align-items:center;border:1px solid hsla(0,0%,50%,.5);border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:10px;width:40px}.body_addchat .chat_name .icon_namechat i{color:gray;font-size:20px}.body_addchat .chat_name .input_namechat{margin-right:10px;width:85%}.body_addchat .addContact{margin-bottom:10px;margin-top:20px;width:100%}.body_addchat .addContact .input_addContact{height:100%;margin:0 auto;width:90%}.body_addchat .list_contacts{border-top:1px solid hsla(0,0%,50%,.5);display:flex;height:280px;justify-content:space-around;width:100%}.body_addchat .list_contacts .contacts{border-radius:5px;height:auto;margin-top:10px;overflow-x:hidden;overflow-y:auto;width:50%}.body_addchat .list_contacts .contacts .contact{align-items:center;border-radius:5px;cursor:pointer;display:flex;padding:5px;width:100%}.body_addchat .list_contacts .contacts .contact:hover{background-color:hsla(0,0%,50%,.5)}.body_addchat .list_contacts .contacts .contact:hover .contact_checkIcon{background-color:blue}.body_addchat .list_contacts .contacts .contact .contact_checkIcon{align-items:center;border:1px solid hsla(0,0%,50%,.5);border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;margin-right:10px;width:20px}.body_addchat .list_contacts .contacts .contact .contact_checkIcon_active{background-color:blue}.body_addchat .list_contacts .contacts .contact .contact_avatar{height:100%;margin-right:10px}.body_addchat .list_contacts .contacts .contact .contact_name{font-weight:700;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.body_addchat .list_contacts .contacts_add{border:1px solid hsla(0,0%,50%,.5);border-radius:5px;height:auto;margin-top:10px;overflow-x:hidden;overflow-y:auto;padding:5px 5px 0;width:40%}.body_addchat .list_contacts .contacts_add .contact_added{align-items:center;background-color:#e5efff;border-radius:5px;cursor:pointer;display:flex;margin:5px 0;padding:5px;width:95%}.body_addchat .list_contacts .contacts_add .contact_added .contact_added_avatar{margin-right:10px}.body_addchat .list_contacts .contacts_add .contact_added .contact_added_name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.body_addchat .list_contacts .contacts_add .contact_added .contact_added_iconCheck{align-items:center;background-color:blue;border:1px solid hsla(0,0%,50%,.5);border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;width:20px}.center{overflow-x:hidden}.center .title_center_listRoom{border-bottom:1px solid hsla(0,0%,50%,.5);display:flex;font-size:18px;font-weight:700;height:10%;width:100%}.center .title_center_listRoom .title{align-items:center;display:flex;height:100%;justify-content:center;width:80%}.center .title_center_listRoom .title_center_listRoom_icon{align-items:center;display:flex;height:100%;justify-content:center;width:20%}.center .title_center_listRoom .title_center_listRoom_icon i{align-items:center;border-radius:5px;cursor:pointer;display:flex;justify-content:center;margin-right:10px;padding:7px 10px;width:10%}.center .title_center_listRoom .title_center_listRoom_icon i:hover{background-color:#caced4}.center .listRoom{height:89%;overflow-x:hidden;overflow-y:auto;width:100%}.center .listRoom .room{align-items:center;cursor:pointer;display:flex;padding:10px 5px;width:99%}.center .listRoom .room:hover{background-color:#dee1e4}.center .listRoom .room .active_toggle,.center .listRoom .room .active_toggle:hover{background-color:#a7d4f0}.center .listRoom .room .room_avatar{height:100%;margin-right:10px;width:15%}.center .listRoom .room .room_avatar i{border-radius:50%;color:#fff;font-size:20px;padding:10px}.center .listRoom .room .room_infor{align-items:flex-start;display:flex;flex-direction:column;height:100%;width:80%}.center .listRoom .room .room_infor .room_name{display:flex;width:100%}.center .listRoom .room .room_infor .room_name .name{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.center .listRoom .room .room_infor .room_name .name i{margin-right:5px;width:10%}.center .listRoom .room .room_infor .room_name .name p{display:flex;font-weight:700;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:90%}.center .listRoom .room .room_infor .room_name .time{color:gray;font-size:14px;font-weight:400;text-align:right;width:20%}.center .listRoom .room .room_infor .lastMessage{text-align:left}.center .listRoom .room .room_infor .lastMessage,.center .listRoom .room .room_infor .lastMessage_text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.center .listRoom .room .room_infor .lastMessage_file i{margin-right:5px}.center .listRoom::-webkit-scrollbar{display:none}@media only screen and (max-width:600px){.center{display:block;width:85%!important}.center.activeChat{display:none;width:0!important}}@media only screen and (min-width:600px){.center{display:block;width:90%!important}.center.activeChat{display:none;width:0}}@media only screen and (min-width:768px){.center,.center.activeChat{display:block!important;width:30%!important}}@media only screen and (min-width:992px){.center,.center.activeChat{display:block!important;width:30%!important}}@media only screen and (min-width:1200px){.center,.center.activeChat{display:block!important;width:25%!important}}.result{height:300px;margin:0 auto;overflow-y:auto;width:90%}.result .user{cursor:pointer;display:flex;margin-top:15px;width:100%}.result .user:hover{background-color:hsla(0,0%,50%,.5)}.result .user .user_avatar{align-items:center;display:flex;height:100%;justify-content:center;width:20%}.result .user .user_infor{align-items:center;display:flex;height:50px;width:80%}.result .user .user_infor .user_infor_name{font-weight:700}.user_add{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;width:100%}.user_add .user_add_name{font-weight:700;margin-top:10px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:90%}.center{border-right:1px solid hsla(0,0%,50%,.5);height:100%;width:25%}.center .center_top{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.5);display:flex;height:10%;justify-content:center;width:100%}.center .center_top .search{align-items:center;display:flex;margin-left:10px;width:70%}.center .center_top .search i{align-items:center;background-color:#e8eaef;border-bottom-left-radius:10px;border-top-left-radius:10px;display:flex;height:30px;padding-left:10px}.center .center_top .search input{background-color:#e8eaef;border:none;border-bottom-right-radius:10px;border-top-right-radius:10px;height:30px;outline:none;padding-left:5px;width:100%}.center .center_top .icon{width:30%}.center .center_top .icon,.center .center_top .icon i{align-items:center;display:flex;justify-content:center}.center .center_top .icon i{border-radius:5px;cursor:pointer;margin-right:10px;padding:7px 8px;width:10%}.center .center_top .icon i:hover{background-color:#caced4}.center .group-chat{align-items:center;border-bottom:1px solid hsla(0,0%,50%,.5);cursor:pointer;display:flex;height:10%;width:100%}.center .group-chat:hover{background-color:#caced4}.center .group-chat .group-chat-icon{align-items:center;background-color:#5243aa;border-radius:50%;display:flex;height:50px;justify-content:center;margin-left:10px;width:50px}.center .group-chat .group-chat-icon i{color:#fff;font-size:20px}.center .group-chat .group-chat-title{font-size:18px;font-weight:700;margin-left:10px}.center .list_friend{height:79%;overflow-y:auto;width:100%}.center .list_friend .list_friend_title{display:flex;font-weight:700;margin:10px 0 0 10px}.center .list_friend .friend{align-items:center;cursor:pointer;display:flex;padding:10px}.center .list_friend .friend:hover{background-color:#dee1e4}.center .list_friend .friend:hover .friend_btn_delete{opacity:1}.center .list_friend .friend .friend-container{display:flex;height:100%;width:90%}.center .list_friend .friend .friend-container .friend_avatar{height:100%;margin-right:10px}.center .list_friend .friend .friend-container .friend_infor{height:100%;width:70%}.center .list_friend .friend .friend-container .friend_infor .friend_name{display:flex;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.center .list_friend .friend .friend-container .friend_infor .friend_status{color:green;display:flex;font-size:14px;font-weight:700}.center .list_friend .friend .friend-container .friend_infor .friend_status_offline{color:gray}.center .list_friend .friend .friend_btn_delete{height:100%;margin-left:10px;opacity:0;width:10%}.center .list_friend .friend .friend_btn_delete i{color:red}.center .list_friend::-webkit-scrollbar{display:none}@media only screen and (max-width:600px){.center{display:block;width:85%}.center.activeChat{display:none;width:0}}@media only screen and (min-width:600px){.center{display:block;width:90%}.center.activeChat{display:none;width:0}}@media only screen and (min-width:768px){.center,.center.activeChat{display:block;width:30%}}@media only screen and (min-width:992px){.center,.center.activeChat{display:block;width:30%}}@media only screen and (min-width:1200px){.center,.center.activeChat{display:block;width:25%}}*{margin:0;padding:0}.body{height:100vh;width:100%}.body,.body .left{display:flex;position:relative}.body .left{align-items:center;background-color:#0091ff;flex-direction:column;height:100%;width:5%}.body .left .user{cursor:pointer;height:50px;margin-top:10px;width:50px}.body .left .user img{border-radius:50%;height:100%;width:100%}.body .left .chat{align-items:center;cursor:pointer;display:flex;height:60px;justify-content:center;margin-top:10px;width:100%}.body .left .chat i{color:#fff;font-size:30px}.body .left .chat:hover{background-color:#40adff}.body .left .phonebook{align-items:center;cursor:pointer;display:flex;height:60px;justify-content:center;width:100%}.body .left .phonebook i{color:#fff;font-size:30px}.body .left .phonebook:hover{background-color:#40adff}.body .left .setting{align-items:center;bottom:0;cursor:pointer;display:flex;height:60px;justify-content:center;margin-top:10px;position:absolute;width:100%;z-index:99}.body .left .setting i{color:#fff;font-size:30px;width:100%}.body .left .setting:hover{background-color:#40adff}.body .left .setting .setting_dropdown{background-color:#fff;border:1px solid hsla(0,0%,50%,.5);bottom:100%;box-shadow:0 3px 8px rgba(0,0,0,.24);display:flex;flex-direction:column;height:100px;justify-content:center;position:absolute;right:-150%;width:150px}.body .left .setting .setting_dropdown .setting_detail{align-items:center;display:flex;justify-content:center;margin-top:10px;padding:10px 0;width:100%}.body .left .setting .setting_dropdown .setting_detail i{color:#000;font-size:16px;margin-right:15px;width:15%}.body .left .setting .setting_dropdown .setting_detail:hover{background-color:#edf1f8}.body .left .setting .setting_dropdown .logout{color:red;font-size:14px;padding:10px 0}.body .left .setting .setting_dropdown .logout:hover{background-color:#edf1f8}.body .welcome{height:100%;width:70%}@media only screen and (max-width:600px){.left{width:15%!important}.welcome{display:none!important}}@media only screen and (min-width:600px){.left{width:10%!important}.welcome{display:none!important}}@media only screen and (min-width:768px){.left{width:7%!important}.welcome{display:block!important;width:63%!important}}@media only screen and (min-width:992px){.left{width:7%!important}.welcome{display:block!important;width:63%!important}}@media only screen and (min-width:1200px){.left{width:5%!important}.welcome{display:block!important}}.active_toggle{background-color:#006edc}.active_toggle:hover{background-color:#006edc!important}: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:hsla(0,0%,100%,.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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.container{border:1px solid gray;border-radius:5px;margin:50px auto 0;padding:10px;width:400px}.register{color:rgba(0,0,255,.8);text-decoration:none}.register:hover{text-decoration:underline}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.d1363cf7.css.map*/