@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ChatApp{font-family:Open Sans,sans-serif}body{margin:0;padding:0}.joinChatContainer{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.joinChatContainer h3{font-size:2.5rem;margin-bottom:1rem}.joinChatContainer .text_name{border:2px solid #43a047;border-radius:5px;font-size:16px;height:40px;margin:7px;padding:5px;width:210px}.joinChatContainer button{background:#43a047;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;height:50px;margin:7px;padding:5px;width:225px}.joinChatContainer button:hover{background:#2e7d32}.chat-window{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.leaveChat__btn{background-color:#d1512d;border:none;color:#eae3d2;cursor:pointer;margin-right:20px;outline:none;padding:10px;width:150px}.chat-window .chat-header p{color:#fff;font-size:18px;font-weight:700;line-height:15px;padding:0 16px}.chat-window .chat-header .chat-title{align-items:center;display:flex;gap:8px}.chat-status-dot{background-color:#9e9e9e;border-radius:50%;display:inline-block;height:10px;width:10px}.chat-status-dot.online{animation:chat-status-pulse 1.5s infinite;background-color:#22c55e;box-shadow:0 0 0 #22c55eb3}.connection-status-banner{box-sizing:border-box;flex-shrink:0;font-size:14px;font-weight:700;padding:4px 16px;text-align:center;width:100%}.connection-status-banner.connected{background-color:#dcfce7;color:#166534}.connection-status-banner.waiting{background-color:#fef3c7;color:#92400e}.connection-status-banner.disconnected{background-color:#fee2e2;color:#991b1b}@keyframes chat-status-pulse{0%{box-shadow:0 0 0 0 #22c55eb3}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 0 0 #22c55e00}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.chat-body{background:linear-gradient(180deg,#f7fbff,#eef4ff);border:none;box-shadow:inset 0 0 0 1px #0f172a0a;flex:1 1;margin:0;min-height:0;overflow-y:auto;padding:0;position:static;width:100%}.chat-body>:first-child{margin-top:0!important}.chat-body article.message:last-child{margin-bottom:0!important}.chat-body::-webkit-scrollbar{width:10px}.chat-body::-webkit-scrollbar-track{background:#0000}.chat-body::-webkit-scrollbar-thumb{background:#6366f140;border-radius:999px}.chat-body::-webkit-scrollbar-thumb:hover{background:#6366f159}.Leave-Theme-btn{flex-direction:row}.Dropdown{padding:10px}.message{align-items:flex-start;display:flex;margin-bottom:16px}.message-sender{justify-content:flex-end}.message-receiver{justify-content:flex-start}.message-content{color:#000;min-height:30px;overflow-wrap:break-word;word-break:break-word}.message-content,.message-image{display:flex;flex-direction:column;margin:0;padding:0}.message-image{align-items:flex-end}.message-image img{border-radius:24px;box-shadow:0 18px 40px #0f172a1f;display:block;height:auto;margin:0;max-width:320px;width:100%}.message-content p{font-size:16px;margin:0;text-align:justify}.emoji-message{flex-wrap:wrap;gap:4px}.emoji-message,.emoji-message span{align-items:center;display:inline-flex;justify-content:center}.emoji-message span{font-size:30px;height:40px;line-height:1;width:40px}@media (max-width:768px){.emoji-message span{font-size:25px;height:35px;width:35px}}@media (max-width:480px){.emoji-message span{font-size:20px;height:30px;width:30px}}.message-meta{align-items:center;display:flex;flex-direction:row;margin-left:10px}#author{font-size:15px;margin-bottom:5px;margin-right:3px}#author,#time{font-weight:100}#time{font-size:10px}.chat-footer{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;height:8vh;width:100%}#fileInput,#textInput{border:0;font-size:16px;outline:none}#textInput{width:70%}.newChat__btn{background-color:#43a047;border:none;color:#eae3d2;cursor:pointer;margin-top:10px;outline:none;padding:10px}.newChat__btn:hover{background-color:#2e7d32}.message-content::-webkit-scrollbar{width:6px}.message-content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.message-content::-webkit-scrollbar-track{background-color:initial}.terms{cursor:pointer}.tacbox{border:1px solid #ddd;display:block;margin:1em;max-width:800px;padding:1em}#checkbox{cursor:pointer;height:2em;vertical-align:middle;width:2em}.myoverlay{background-color:#000000bf;bottom:0;left:0;position:fixed;right:0;top:0}.ReactModal__Overlay{opacity:0;transition:opacity .5s ease-in-out}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.accept_btn{background-color:#43a047}.accept_btn,.close_btn{border:none;cursor:pointer;margin-left:10px;outline:none;padding:10px}.close_btn{background-color:#ff0505}.button-container{background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;padding:10px;position:fixed;width:100%}::-webkit-scrollbar{height:auto;width:7px}::-webkit-scrollbar-thumb{background:#7eb1bc;border-radius:10px}iframe[data-hcaptcha-response]{border:2px solid #6a329f!important;border-radius:10px!important;box-shadow:0 4px 10px #0003!important;width:300px!important}@media (max-width:768px){.chat-body{padding:0}.message-image img{max-width:200px}.chat-footer{height:10vh}.message-content p{font-size:14px}}@media (max-width:480px){.message-image img{max-width:150px}.chat-footer{height:12vh}.message-content p{font-size:12px}}.footer{background:#6a329f;color:#fff;overflow:hidden;width:100%}.footer-top{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:30px 60px}.footer-logo-wrapper{flex-shrink:0;height:60px;overflow:hidden;width:180px}.footer-logo{display:block;height:100px!important;max-height:100px;max-width:180px;min-height:100px;min-width:180px;object-fit:contain;width:180px!important}.footer-links{display:flex;gap:2px}.footer-links a{border-radius:8px;color:#d9d9d9;font-size:16px;font-weight:600;padding:10px 16px;text-decoration:none;transition:all .3s ease}.footer-links a:hover{background:#ffffff1f;box-shadow:0 8px 20px #00000040;color:#fff;transform:translateY(-3px)}.footer-links a.active,.footer-links a:active{background:#fff3;color:#fff}.footer-social{display:flex;gap:15px}.footer-social a{align-items:center;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:10px;color:#fff;display:flex;font-size:20px;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.footer-social a:hover{background:#ffffff38;border-color:#ffffff59;box-shadow:0 10px 25px #00000040;color:#fff;transform:translateY(-4px)}.footer-social a:active{transform:translateY(-2px)}.footer-divider{background:#ffffff26;height:1px;width:100%}.footer-bottom{padding:15px 20px;text-align:center}.footer-bottom p{color:#cfcfcf;font-size:14px;margin:0}.footer-bottom a{color:#fff;font-weight:600;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width:991px){.footer-top{flex-direction:column;gap:25px;padding:30px 20px;text-align:center}.footer-links{flex-wrap:wrap;gap:18px}.footer-links,.footer-social{justify-content:center}.footer-logo-wrapper{height:100px;width:180px}.footer-logo{height:100px!important;width:180px!important}}@media (max-width:576px){.footer-links{gap:12px}.footer-links a{font-size:15px;padding:8px 12px}.footer-social a{font-size:18px;height:46px;width:46px}}.chat-header{align-items:center;background:linear-gradient(135deg,#07102df2,#12235af2);border-bottom:1px solid #ffffff14;box-shadow:0 4px 20px #00000026;display:flex;height:80px;justify-content:space-between;padding:0 20px;width:100%}.chat-header-logo{display:block;height:auto;object-fit:contain;padding-top:25px;transition:.3s;width:150px}.chat-header-logo:hover{transform:scale(1.05)}.Leave-Theme-btn{align-items:center;display:flex;flex-shrink:0;gap:10px;margin-left:auto;margin-top:15px}.Leave-Theme-btn button{font-size:14px;padding:10px 18px!important;white-space:nowrap}.MuiIconButton-root{height:42px;width:42px}@media (min-width:1400px){.chat-header{height:90px;padding:0 40px}.chat-header-logo{width:180px}.Leave-Theme-btn button{font-size:15px;padding:12px 22px!important}}@media (max-width:1200px){.chat-header{padding:0 18px}.chat-header-logo{width:140px}}@media (max-width:992px){.chat-header{height:70px;padding:0 15px}.chat-header-logo{width:120px}.Leave-Theme-btn{gap:12px}.Leave-Theme-btn button{font-size:13px;padding:8px 14px!important}}@media (max-width:768px){.chat-header{height:65px;padding:0 12px}.chat-header-logo{width:105px}.Leave-Theme-btn{gap:10px}.Leave-Theme-btn button{font-size:12px;padding:7px 12px!important}.MuiIconButton-root{height:36px;width:36px}}@media (max-width:576px){.chat-header{height:60px;padding:0 10px}.chat-header-logo{width:90px}.Leave-Theme-btn{gap:8px}.Leave-Theme-btn button{font-size:11px;padding:6px 10px!important}.MuiIconButton-root{height:34px;width:34px}}@media (max-width:414px){.chat-header{height:56px;padding:0 8px}.chat-header-logo{width:80px}.Leave-Theme-btn{gap:6px}.Leave-Theme-btn button{font-size:10px;padding:5px 8px!important}.MuiIconButton-root{height:32px;width:32px}}@media (max-width:360px){.chat-header{height:54px;padding:0 6px}.chat-header-logo{height:auto;padding-top:10px;width:75px}.Leave-Theme-btn{gap:4px;margin-bottom:0;margin-right:0;margin-top:10px}.Leave-Theme-btn button{font-size:9px;padding:4px 6px!important}.MuiIconButton-root{height:30px;width:30px}}@media (min-width:1024px) and (max-width:1200px){.chat-header{height:60px;padding:0 10px}.chat-header-logo{height:auto;width:90px}.Leave-Theme-btn{gap:8px}.Leave-Theme-btn button{font-size:11px;padding:6px 10px!important}.MuiIconButton-root{height:34px;width:34px}.MuiGrid-item:last-child,.ads-sidebar,.chat-sidebar,.fun-picks,.joke-sidebar,.right-sidebar,.sponsored-panel{display:none!important}.chat-container,.main-container{max-width:100%!important;width:100%!important}}
/*# sourceMappingURL=main.d599b768.css.map*/