.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.card-notification{background-color:#800c8f;border:none;border-radius:20px;cursor:pointer;width:650px}table{width:100%!important}td,th{border:0!important;border-bottom:1px solid #ddd!important;padding:20px!important;text-align:center!important}@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}.card{background:#222232;background-color:var(--color-3);border:1px solid var(--border-color-1);border-radius:.55rem;border-radius:20px;box-shadow:4px 4px 60px rgba(99,69,237,.15);box-sizing:border-box;margin-bottom:30px;position:relative;transition:.5s;width:100%}.chat-app .people-list{left:0;margin-top:70px;padding:20px}.chat-app .people-list,.people-header{position:absolute;width:450px;z-index:7}.people-header{border-bottom:2px dashed #eaeaea;padding:25px}.chat-app .chat{border-left:2px dashed #eaeaea;margin-left:450px}.people-list{transition:.5s}.people-list .chat-list li{align-items:center;border-radius:30px;display:flex;list-style:none;margin-bottom:10px;margin-top:10px;padding:10px 15px}.people-list .chat-list li:hover{background:#efefef;color:#000;cursor:pointer}.people-list .chat-list li.active{background:#efefef;color:#000}.people-list .chat-list li .name{font-size:15px}.people-list .chat-list img{border-radius:50%;width:45px}.people-list img{border-radius:50%;float:left}.people-list .about{float:left;padding-left:8px}.people-list .status{color:#999;font-size:13px}.chat .chat-header{border-bottom:2px solid #f4f7f6;padding:15px 20px}.chat .chat-header img{border-radius:40px;float:left;width:40px}.chat .chat-header .chat-about{float:left;padding-left:10px}.chat .chat-history{border-bottom:2px solid #fff;padding:20px}.chat .chat-history ul{padding:0}.chat .chat-history ul li{list-style:none;margin-bottom:30px}.chat .chat-history ul li:last-child{margin-bottom:0}.chat .chat-history .message-data{margin-bottom:15px}.chat .chat-history .message-data img{border-radius:40px;width:40px}.chat .chat-history .message-data-time{color:#fff;padding-left:6px}.chat .chat-history .message{border-radius:30px;color:#000;display:inline-block;font-size:16px;line-height:26px;padding:18px 20px;position:relative}.chat .chat-history .message:after{border:10px solid transparent;border-bottom-color:#fff;bottom:96%;content:" ";height:0;left:7%;margin-left:-10px;pointer-events:none;position:absolute;width:0}.chat .chat-history .my-message{background:#efefef}.chat .chat-history .my-message:after{border:10px solid transparent;border-bottom-color:#efefef;bottom:95%;content:" ";height:0;left:30px;margin-left:-10px;pointer-events:none;position:absolute;width:0}.chat .chat-history .other-message{background:#e8f1f3;text-align:right}.chat .chat-history .other-message:after{border-bottom-color:#e8f1f3;left:93%}.chat .chat-message{padding:20px}.me,.offline,.online{font-size:8px;margin-right:2px;vertical-align:middle}.online{color:#86c541}.offline{color:#e47297}.me{color:#1d8ecd}.float-right{float:right}.clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}@media only screen and (max-width:767px){.chat-app .people-list{background:#fff;display:none;height:465px;left:-400px;overflow-x:hidden;width:100%}.chat-app .people-list.open{left:0}.chat-app .chat{margin:0}.chat-app .chat .chat-header{border-radius:.55rem .55rem 0 0}.chat-app .chat-history{height:300px;overflow-x:auto;overflow:hidden}}@media only screen and (min-width:768px) and (max-width:992px){.chat-app .chat-list{height:650px;overflow-x:auto;overflow:hidden}.chat-app .chat-history{height:600px;overflow-x:auto;overflow:hidden}}@media only screen and (min-device-width:768px) and (max-device-width:2000px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1){.chat-app .chat-list{ms-overflow-style:none;height:calc(106vh - 350px);overflow-x:auto;overflow-y:scroll;scrollbar-width:none}.chat-app .chat-list::-webkit-scrollbar{display:none}.chat-app .chat-history{ms-overflow-style:none;height:calc(100vh - 350px);overflow-x:auto;overflow-y:scroll;scrollbar-width:none}.chat-app .chat-history::-webkit-scrollbar{display:none}}.Addbox{background-color:var(--color-3);border:1px solid var(--border-color-1);border-radius:20px;box-sizing:border-box;margin:20px;padding:10px}.Addbox1{border-left:3px solid rgba(170,51,218,.849);border-radius:5px}.Addbox2{align-items:flex-start}.Addbox2,.Addbox3{display:flex;flex-direction:column;justify-content:center}.Addbox3{align-items:center}#notfound{height:100vh;position:relative}#notfound .notfound{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound{line-height:1.4;max-width:520px;text-align:center;width:100%}.notfound .notfound-404{height:200px;margin:0 auto 20px;position:relative;z-index:-1}.notfound .notfound-404 h1{font-family:Montserrat,sans-serif;font-size:236px;font-weight:200;left:50%;margin:0;position:absolute;text-transform:uppercase;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound .notfound-404 h2{background:#fff;bottom:0;color:#211b19;display:inline-block;font-size:28px;font-weight:400;left:0;margin:auto;padding:10px 5px;position:absolute;right:0;text-transform:uppercase}@media only screen and (max-width:767px){.notfound .notfound-404 h1{font-size:148px}}@media only screen and (max-width:480px){.notfound .notfound-404{height:148px;margin:0 auto 10px}.notfound .notfound-404 h1{font-size:86px}.notfound .notfound-404 h2{font-size:16px}.notfound a{font-size:14px;padding:7px 15px}}@-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)}}@media screen and (max-width:580px){.header_1 #site-header-inner{align-items:center!important;justify-content:center!important;padding:10px 0 15px px!important}.header_1 #site-logo .main-logo img{margin-left:-30px;width:120px!important}.mode_switcher{margin-right:0!important}.res-hide{display:none!important}.res-hide2{display:none}.res-low{margin:0 10px!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.react-tabs{-webkit-tap-highlight-color:transparent}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;cursor:pointer;display:inline-block;list-style:none;padding:6px 12px;position:relative}.react-tabs__tab--selected{background:#fff;border-color:#aaa;border-radius:5px 5px 0 0;color:#000}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{border-color:#0188fe;box-shadow:0 0 5px #0188fe;outline:none}.react-tabs__tab:focus:after{background:#fff;bottom:-5px;content:"";height:5px;left:-4px;position:absolute;right:-4px}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}*{margin:0;padding:0}.loading-area{display:grid;height:80vh;place-items:center}.loader div{-webkit-animation:animate 1.5s ease-in-out infinite;animation:animate 1.5s ease-in-out infinite;border-radius:50%;display:inline-block;height:30px;margin:.5rem;-webkit-transform:scale(0);transform:scale(0);width:30px}.loader div:nth-child(0){-webkit-animation-delay:0s;animation-delay:0s}.loader div:first-child{-webkit-animation-delay:.2s;animation-delay:.2s}.loader div:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s}.loader div:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.loader div:nth-child(4){-webkit-animation-delay:.8s;animation-delay:.8s}.loader div:nth-child(5){-webkit-animation-delay:1;animation-delay:1}.loader div:nth-child(6){-webkit-animation-delay:1.2s;animation-delay:1.2s}.loader div:nth-child(7){-webkit-animation-delay:1.4s;animation-delay:1.4s}@-webkit-keyframes animate{0%,to{background-color:#5e0964;-webkit-transform:scale(.2);transform:scale(.2)}40%{background-color:#0f0e0f;-webkit-transform:scale(1);transform:scale(1)}50%{background-color:#580662;-webkit-transform:scale(1);transform:scale(1)}}@keyframes animate{0%,to{background-color:#5e0964;-webkit-transform:scale(.2);transform:scale(.2)}40%{background-color:#0f0e0f;-webkit-transform:scale(1);transform:scale(1)}50%{background-color:#580662;-webkit-transform:scale(1);transform:scale(1)}}@media only screen and (max-width:327px){.loader div{height:20px;width:20px}}
/*# sourceMappingURL=main.f4cbec24.css.map*/