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}: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:#ffffffb3;--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:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));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;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%;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;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;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;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.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;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}AuthStyle.css::root{--primary-blue:#1d9bd1;--light-blue:#e8f5fe;--dark-blue:#0a7ea8;--light-gray:#f5f8fa;--border-gray:#e1e8ed;--text-gray:#657786;--error-red:#e0245e}.page *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.page{background-color:#e6f0fa;display:flex;flex-direction:column;min-height:100vh}.auth-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#e0e7ea;border-radius:12px;max-width:400px;padding:2rem;text-align:center;width:100%}.auth-container{align-items:center;background-image:url(/static/media/loginBackground-compressed.765972e588d1470d412f.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1;justify-content:center;width:100%}.brand-header{margin-bottom:30px}.logo_img{align-items:center;background-color:#80c7e5e6;border-radius:50%;color:var(--primary-blue);display:flex;font-size:28px;height:80px;justify-content:center;margin:0 auto 15px;width:80px}.logo_img img{display:block;height:auto;margin:0 auto;width:50px}.brand-header h1{color:#134d8f;font-size:24px;margin-bottom:8px}.brand-header p{color:#396fac;font-size:15px}.login-form-group{margin-bottom:20px;text-align:left}.login-form-group label{color:#396fac;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.login-form-group input{border:1px solid #00b3ffe6;border-radius:10px;font-size:16px;padding:14px;transition:border-color .2s;width:100%}.login-form-group input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #37bff926;outline:none}.otp-container{display:flex;justify-content:space-between;margin-bottom:25px}.otp-input{border:1px solid var(--border-gray);border-radius:8px;font-size:24px;height:60px;text-align:center;transition:all .2s;width:50px}.otp-input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #1d9bd126;outline:none}.submit-btn{background-color:#134d8f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background-color .2s;width:100%}.submit-btn:hover{background-color:#1d9bd1b3}.submit-btn:disabled{background-color:#3b7b97b3}.auth-footer{color:#396fac;font-size:14px}.auth-footer p{margin-bottom:10px}.auth-footer a{color:var(--primary-blue);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.resend-btn{background:none;border:none;color:var(--primary-blue);cursor:pointer;font-size:14px;font-weight:500;padding:4px;transition:all .2s}.resend-btn:hover{text-decoration:underline}.resend-btn:disabled{color:var(--text-gray);cursor:not-allowed;text-decoration:none}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.loading-spinner{color:#1d9bd1;font-size:13px;font-style:italic;margin-top:8px}.error-message{background-color:#f4276880;color:#b42b56}.error-message,.success-message{border-radius:8px;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.success-message{background-color:#88e78880;color:#114f11}.regiter-file-image{align-items:center;display:flex;gap:15px;margin-top:10px}.regiter-file-image .load-image{align-items:center;background-color:#ffffffb3;border:2px solid var(--primary-blue);border-radius:50%;display:flex;height:60px;justify-content:center;overflow:hidden;width:60px}.regiter-file-image .load-image img{max-height:100%;max-width:100%;object-fit:cover}.regiter-file-image .load-image svg{color:var(--primary-blue);height:30px;width:30px}.regiter-file-image .load-file{flex-grow:1}.regiter-file-image .load-file label[for=image]{color:#396fac;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.regiter-file-image .load-file .custom-file-button{align-items:center;background-color:#fff;border:1px solid var(--primary-blue);border-radius:8px;color:var(--primary-blue);cursor:pointer;display:inline-flex;font-size:14px;gap:8px;padding:10px 15px;transition:all .2s}.regiter-file-image .load-file .custom-file-button:hover{background-color:var(--light-blue)}.regiter-file-image .load-file .custom-file-button svg{height:18px;width:18px}.regiter-file-image .load-file .file-name{color:var(--text-gray);font-size:12px;margin-top:5px}.regiter-file-image .load-file input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.App{display:flex;min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{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:140vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.powered-by{background-color:#e0e7ea;color:#6565fc;font-size:12px;padding:10px;text-align:center}*{box-sizing:border-box;margin:0;padding:0}:root{--text-white:#fff;--bg-color:#fff;--text-color:#050505;--icon-bg-color:#f5f5f5;--icon-color:#414141;--search-bg:#868e991a;--active-color:#0000000a;--border-color:#e5e5e5;--message-icon-color:#09f;--fd-message-bg:#e5e5e5;--my-message-bg:#0084ff;--my-message-color:#fff;--fd-message-color:#050505;--image-border-color:#9b9999;--active-icon-color:#5ad539;--hover-color:#bcbcc091}body{font-family:Roboto,sans-serif}.messenger.theme,body{background-color:rgba(4,26,77,.749)}.messenger.theme{--text-color:#fff;--bg-color:#141b2bf0;--border-color:#213156bf;--icon-bg-color:#0a0a1357;--active-color:#2b335591;--hover-color:#323a5c91;--fd-message-bg:#28324ed9;--my-message-bg:#28324ed9;--search-bg:#15162559;--text-white:#fff;--text-dark:#404040;--icon-color:#fff;--message-icon-color:#fff;--my-message-color:#fff;--fd-message-color:#fff;--active-icon-color:#5ad539;--image-border-color:#fff}a{text-decoration:none}li{list-style:none}.register{align-items:center;background-color:#f4f8fc;display:flex;height:100dvh;justify-content:center;width:100%}.register .logo{height:auto;text-align:center;width:40px}.register .card .card-header h1{color:#000;margin-bottom:20px;text-align:center}.register .card .card-body .form-group .form-control{border-radius:5px;color:#000}.register .card .card-body .form-group:last-child{margin-bottom:0}.register .card .card-body .form-group span{text-align:center}.register .card .card-body .form-group span a{color:#4d73dd}.register .card .card-body .form-group input::placeholder{color:#000}.register .card .card-body .form-group input{border:2px solid #ccc;border-radius:5px;padding:10px;transition:border-color .3s ease}.register .card .card-body .form-group input:focus{border-color:#4d73dd;box-shadow:0 0 5px #007bff80}.register .card .card-body .form-group .file-image{display:flex}.register .card .card-body .form-group .file-image .image{border:2px solid #ccc;border-radius:50%;height:50px;overflow:hidden;width:50px}.register .card .card-body .form-group .file-image .image img{height:100%;object-fit:cover;width:100%}.register .card .card-body .form-group .file-image .file{align-items:center;display:flex;flex-direction:column;justify-content:center}.register .card .card-body .form-group .file-image .file .form-control{display:none}.register .card .card-body .form-group .file-image .file label{background-color:#fff;border:2px solid #4d73dd;border-radius:50px;cursor:pointer;margin-bottom:0;margin-left:10px;padding:8px;text-align:center;width:120px}.register .card .card-body .form-group .file-image .file label:focus{border-color:#4d73dd;box-shadow:0 0 5px #007bff80}.card{background-color:#fff;border-radius:10px;box-shadow:0 0 30px #a09f9f80;padding:10px 50px 50px;width:375px}.form-group{display:flex;flex-direction:column;margin:10px 0 20px}.form-control{background-color:#fff;border:none;outline:none;padding:12px}.form-control::placeholder{color:#fff;font-weight:400}label{color:#000;font-weight:500;margin-bottom:5px}.btn{background-color:#4d73dd;border:none;color:#fff;cursor:pointer;outline:none;padding:12px;text-align:center;text-transform:uppercase}.messenger{background-color:#fff;height:100dvh;width:100%}.messenger .row{height:100%}.messenger .row .col-9{background-color:#f4f8fc}.messenger .row .col-9,.messenger .row .col-9 .offer-to-add-friend{align-items:center;display:flex;flex-direction:column;justify-content:center}.messenger .row .col-9 .offer-to-add-friend{background-color:#fff;border-radius:20px;height:180px;margin:20px;padding:10px;width:385px}.messenger .row .col-9 .offer-to-add-friend .add-friend{padding:10px}.messenger .row .col-9 .offer-to-add-friend .add-friend p{border-radius:5px;color:#333;font-size:16px;font-weight:600;margin:0 0 10px;padding:10px;text-align:center}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite{background-color:#c2dcf1;border-radius:100px;padding:20px}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite a{color:#143d64;display:inline-block;font-size:16px;text-align:center;width:100%}@media(max-width:844px){.messenger{height:100dvh}.messenger .row{flex-direction:column}.messenger .row .col-9{box-sizing:border-box;height:100dvh;padding:5px;width:100%}.messenger .row .col-9 .offer-to-add-friend{height:auto;margin:10px 0;width:100%}.messenger .row .col-9 .offer-to-add-friend .add-friend p{font-size:14px}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite{padding:15px}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite a{font-size:14px}}@media(min-width:768px)and (max-width:1023px){.messenger .row .col-9{width:80%}.messenger .row .col-9 .offer-to-add-friend{height:160px;width:350px}.messenger .row .col-9 .offer-to-add-friend .add-friend p{font-size:15px}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite{padding:18px}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite a{font-size:15px}}@media(min-width:1024px){.messenger .row .col-9{width:70%}.messenger .row .col-9 .offer-to-add-friend{height:180px;width:385px}.messenger .row .col-9 .offer-to-add-friend .add-friend p{font-size:16px}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite{padding:20px}.messenger .row .col-9 .offer-to-add-friend .add-friend .invite a{font-size:16px}}.row{display:flex;width:100%}.active-friends{align-items:center;display:flex}.active-friends .active-friend{overflow:hidden}.active-friends .active-friend .image-active-icon{align-items:center;display:flex;flex-direction:column;margin-left:15px;overflow-x:scroll}.active-friends .active-friend .image-active-icon::-webkit-scrollbar{overflow:hidden}.active-friends .active-friend .image-active-icon .image{margin:5px;position:relative}.active-friends .active-friend .image-active-icon .image img{border-radius:50%;height:38px;width:38px}.active-friends .active-friend .image-active-icon .image .active-icon{background-color:#1bdf35;border-radius:50%;bottom:3px;height:10px;position:absolute;right:3px;width:10px}.active-friends .active-friend .image-active-icon .username{color:#333;font-size:12px;font-weight:500;margin-top:2px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.friends{background-color:#fff;border-radius:15px;box-shadow:0 0 10px #6969f51a;display:flex;flex-direction:column;height:100%;margin-left:15px;overflow-y:auto;padding:10px;width:90%}.friends::-webkit-scrollbar{display:none}.friends .hover-friend.active{background-color:#f0f0f0;border-radius:15px}.friends .hover-friend{border-radius:15px;cursor:pointer}.friends .hover-friend:hover{background-color:#c2dcf1}.friends .hover-friend .friend{display:flex;padding:7px 15px;width:100%}.friends .hover-friend .friend .friend-image .image{margin-right:8px;position:relative}.friends .hover-friend .friend .friend-image .image img{border:1px solid #050505;border:1px solid var(--text-color);border-radius:50%;height:50px;width:50px}.friends .hover-friend .friend .friend-image .image .active_icon{background-color:#2be42b;border:1px solid #9b9797;border-radius:50%;bottom:6px;height:13px;position:absolute;right:-2px;width:13px}.friends .hover-friend .friend .friend-name-seen{align-items:center;display:flex;justify-content:space-between;width:100%}.friends .hover-friend .friend .friend-name-seen .friend-name{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.friends .hover-friend .friend .friend-name-seen .friend-name h4.unseen_message{font-weight:700!important}.friends .hover-friend .friend .friend-name-seen .friend-name h4{color:#050505;color:var(--text-color);font-weight:300}.friends .hover-friend .friend .friend-name-seen .friend-name .msg-time span.unseen_message{font-weight:700!important}.friends .hover-friend .friend .friend-name-seen .friend-actions{display:flex;gap:8px}.friends .hover-friend .friend .friend-name-seen .friend-actions button{border:none;border-radius:8px;cursor:pointer;font-size:13px;padding:6px 12px;transition:background-color .2s ease}.friends .hover-friend .friend .friend-name-seen .friend-actions .accept-btn{background-color:#c0ebc0;color:#144d14}.friends .hover-friend .friend .friend-name-seen .friend-actions .accept-btn:hover{background-color:#a1d4a1}.friends .hover-friend .friend .friend-name-seen .friend-actions .ignore-btn{background-color:#f8d7da;color:#842029}.friends .hover-friend .friend .friend-name-seen .friend-actions .ignore-btn:hover{background-color:#f1b0b7}.friends .hover-friend .friend .friend-name-seen .number-of-message{align-items:center;display:flex;flex-direction:column;justify-content:center}.friends .hover-friend .friend .friend-name-seen .number-of-message span{color:#050505;color:var(--text-color);font-size:15px;padding-bottom:3px}.friends .hover-friend .friend .friend-name-seen .number-of-message .seen-unseen-icon{align-items:center;display:flex;justify-content:center}.friends .hover-friend .friend .friend-name-seen .number-of-message .seen-unseen-icon img{border-radius:50%;height:15px;width:15px}.friends .hover-friend .friend .friend-name-seen .number-of-message .seen-unseen-icon .delivared,.friends .hover-friend .friend .friend-name-seen .number-of-message .seen-unseen-icon .unseen{color:#050505;color:var(--text-color)}.friends .hover-friend .friend .friend-name-seen .number-of-message .seen-unseen-icon .seen-icon .unseen-message-count{align-items:center;background-color:#b9d6fa;border-radius:50%;color:#000;display:flex;font-size:10px;height:15px;justify-content:center;width:15px}.friends .friend-list-buttons{border-bottom:1px solid #eee;display:flex;margin-bottom:15px}.friends .friend-list-buttons button{background:none;border:none;color:#666;cursor:pointer;flex:1 1;font-weight:600;padding:10px}.friends .friend-list-buttons button.active-tab{border-bottom:2px solid #007bff;color:#000}.friends .friend-requests-section h3{color:#666;font-size:16px;padding:10px}.friends .friend-requests-section .no-requests{color:#999;padding:15px;text-align:center}.friends .divider{background:#eee;height:1px;margin:10px 0}.friends .friend-request-buttons{display:flex;gap:10px}.friends .friend-request-buttons button{border:1px solid #0000;border-radius:4px;cursor:pointer;font-size:12px;padding:5px 10px}.friends .friend-request-buttons button.accept-btn{background:#007bff;color:#fff}.friends .friend-request-buttons button.ignore-btn{background:#f8f9fa;border-color:#ddd;color:#333}.friends .request-status .ignored-status{color:#999;font-size:14px;font-style:italic}.col-9 .right-side{display:flex;flex-direction:column;height:100%;width:100%}.col-9 .right-side input[type=checkbox]{display:none}.col-9 .right-side .row{height:100%;width:100%}.col-9 .right-side .row .col-8{height:99dvh;position:relative;transition:all .5s;width:100%}.col-9 .right-side .row .col-8 .message-send-show{border-right:1px solid #e5e5e5;border-right:1px solid var(--border-color);display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:1px}.col-9 .right-side .row .col-8 .message-send-show .header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:20px 10px}.col-9 .right-side .row .col-8 .message-send-show .header i{cursor:pointer}.col-9 .right-side .row .col-8 .message-send-show .header .image-name{align-items:center;cursor:pointer;display:flex}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .image{height:40px;position:relative;width:40px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .image img{border-radius:50%;height:40px;width:40px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .image .active-icon{background-color:#1cd41c;border-radius:50%;bottom:0;height:10px;position:absolute;right:0;width:10px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .name-date span{color:#050505;color:var(--text-color);font-size:12px;margin-left:10px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .name-date h3{color:#050505;color:var(--text-color);padding-left:10px}.col-9 .right-side .row .col-8 .message-send-show .header .icons{display:flex;justify-content:space-between}.col-9 .right-side .row .col-8 .message-send-show .header .icons i{align-items:center;border-radius:24px;color:#143d64;cursor:pointer;display:flex;height:35px;justify-content:center;margin-left:8px;width:35px}@media(max-width:768px){.col-9 .right-side .row .col-8 .message-send-show .header{align-items:flex-start;flex-direction:column}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .name-date h3{font-size:16px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .name-date span{font-size:10px}.col-9 .right-side .row .col-8 .message-send-show .header i{cursor:pointer}}@media(max-width:480px){.col-9 .right-side .row .col-8 .message-send-show .header{align-items:center;flex-direction:row;padding:10px 5px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .image,.col-9 .right-side .row .col-8 .message-send-show .header .image-name .image img{height:30px;width:30px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .image .active-icon{height:8px;width:8px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .name-date h3{font-size:14px}.col-9 .right-side .row .col-8 .message-send-show .header .image-name .name-date span{font-size:8px}.col-9 .right-side .row .col-8 .message-send-show .header .icons i{height:30px;width:30px}}.document-message{align-items:center;background-color:#f5f5f5;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;margin:10px 0;padding:10px}.document-display{align-items:center;display:flex;width:100%}.document-icon img{height:40px;margin-right:15px;width:40px}.document-info{flex-grow:1}.document-name{color:#333;font-size:16px;font-weight:700;margin:0}.document-size{color:#777;font-size:14px}.document-download a{background-color:#007bff;border-radius:5px;color:#fff;font-weight:700;padding:5px 10px;text-decoration:none}.document-download a:hover{background-color:#0056b3}.message-show{background-image:url(/static/media/backgroundMessaging.b9c466fd2deea7038a13.png);height:100%;overflow-y:auto;padding:10px}.message-show .friend_connect{align-items:center;color:#050505;color:var(--text-color);display:flex;flex-direction:column;justify-content:center;margin-bottom:12px;margin-top:10px}.message-show .friend_connect img{border-radius:50%;height:100px;min-height:100px;min-width:100px;width:100px}.message-show .friend_connect h3{margin-top:10px}.message-show .fd-message,.message-show .my-message{align-items:flex-start;border-radius:10px;display:flex;height:auto;position:relative}.message-show .fd-message .image-message-time,.message-show .my-message .image-message-time{align-items:flex-end;display:flex;flex:0 0 40px;flex-direction:column;height:100%;height:40px;min-width:40px;padding-right:.2%}.message-show .fd-message .image-message-time img,.message-show .my-message .image-message-time img{border-radius:50%;height:32px;margin-bottom:-10px;margin-right:10px;min-height:32px;min-width:32px;overflow:hidden;width:32px}.message-show .fd-message .message-time,.message-show .my-message .message-time{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding-top:5px;width:100%}.message-show .fd-message .message-time .fd-text,.message-show .my-message .message-time .fd-text{white-space-collapse:preserve;text-wrap:wrap;align-items:center;display:flex;justify-content:space-between;white-space:pre-wrap;width:100%;word-break:break-word}.message-show .fd-message .message-time .fd-text .time-status,.message-show .my-message .message-time .fd-text .time-status{align-items:center;display:flex;margin-left:5px;margin-top:10px}.message-show .fd-message .message-time .fd-text .time-status .time,.message-show .my-message .message-time .fd-text .time-status .time{color:hsla(0,0%,45%,.851);font-size:12px;margin-left:5px;padding:2px 0;text-align:end}.message-show .fd-message .message-time .fd-text .time-status i,.message-show .my-message .message-time .fd-text .time-status i{color:hsla(0,0%,45%,.851);font-size:17px;margin-left:5px}.message-show .fd-message .message-time .fd-text .message-with-icon,.message-show .my-message .message-time .fd-text .message-with-icon{height:100%;overflow-y:auto;padding:5px;width:100%}.message-show .fd-message .message-time .fd-text .message-with-icon .message-text,.message-show .my-message .message-time .fd-text .message-with-icon .message-text{word-wrap:break-word;border-radius:20px;display:inline-block;margin:5px 0;max-width:70%;padding:16px 20px}.message-show .fd-message .message-time .fd-text .message-with-icon .message-text p,.message-show .my-message .message-time .fd-text .message-with-icon .message-text p{font-size:14px;margin:0}.message-show .fd-message .message-time .fd-text .message-with-icon .edit-message,.message-show .my-message .message-time .fd-text .message-with-icon .edit-message{align-items:center;border:1px solid #999393;border-radius:5px;display:flex;justify-content:space-between;margin-top:5px;padding:5px}.message-show .fd-message .message-time .fd-text .message-with-icon .edit-message input,.message-show .my-message .message-time .fd-text .message-with-icon .edit-message input{border:none;border-radius:5px;flex:1 1;padding:5px}.message-show .fd-message .message-time .fd-text .message-with-icon .edit-message button,.message-show .my-message .message-time .fd-text .message-with-icon .edit-message button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:5px;padding:5px}.message-show .fd-message .message-time .fd-text .message-with-icon .MuiSvgIcon-root,.message-show .my-message .message-time .fd-text .message-with-icon .MuiSvgIcon-root{cursor:pointer;margin-left:5px;padding-top:12px}.message-show .fd-message .message-time .fd-text img,.message-show .my-message .message-time .fd-text img{border-radius:20px;height:30%;margin-left:1%;margin-right:0;margin-top:.5%;object-fit:cover;overflow:hidden;width:30%}.message-show .fd-message .message-time .fd-text .options-menu-icon,.message-show .my-message .message-time .fd-text .options-menu-icon{cursor:pointer;display:flex;padding:10px;position:relative}.message-show .fd-message .message-time .options-menu,.message-show .my-message .message-time .options-menu{background-color:#fff;background-color:var(--bg-color);border-radius:10px;padding:10px;position:absolute;right:5%;top:50%;transform:translateY(-50%);z-index:1}.message-show .fd-message .message-time .options-menu ul,.message-show .my-message .message-time .options-menu ul{list-style:none;padding:0}.message-show .fd-message .message-time .options-menu ul li,.message-show .my-message .message-time .options-menu ul li{align-items:center;cursor:pointer;display:flex;padding:10px 0}.message-show .fd-message .message-time .options-menu ul li p,.message-show .my-message .message-time .options-menu ul li p{margin-left:10px}.message-show .fd-message .message-time .options-menu ul li svg,.message-show .my-message .message-time .options-menu ul li svg{color:#050505;color:var(--text-color);height:15px;width:15px}.message-show .typing-message .friend_connect{align-items:center;color:#050505;color:var(--text-color);display:flex;flex-direction:column;justify-content:center;margin-top:10px}.message-show .typing-message .friend_connect img{border-radius:50%;height:32px;margin-bottom:-10px;margin-right:10px;margin-top:10px;min-height:32px;min-width:32px;overflow:hidden;width:32px}.message-show .typing-message .friend_connect h3{margin-top:10px}.displayed-image-container{background-color:#000c;border-radius:10px;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:9999}.displayed-image-container img{border-radius:10px;max-height:100%;max-width:100%}.message-show .video-message{align-items:center;background-color:#f0f0f0;border-radius:10px;display:flex;justify-content:center;margin:10px 0;max-width:300px;overflow:hidden;width:100%}.message-show .video-message video{border-radius:10px;display:block;height:auto;width:100%}.message-send-section{flex-direction:column}.file label{align-items:center;color:#414141;color:var(--icon-color);cursor:pointer;display:flex}.file #pic{display:none}.recording-section .recording-controls{align-items:center;display:flex}.recording-section .recording-controls .material-symbols-rounded{cursor:pointer;font-size:26px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;margin-left:10px;margin-top:5px}.sound-wave{display:none}.attach-dropdown{display:inline-block;position:relative}.dropdown-menu{background-color:#f1f1f1;border-radius:5px;bottom:40px;box-shadow:0 8px 16px 0 #0003;display:block;min-width:160px;position:absolute;right:0;z-index:1}.dropdown-item{align-items:center;cursor:pointer;display:flex;padding:12px 16px}.dropdown-item:hover{background-color:#ddd}.dropdown-item .fa-icon{margin-right:8px}.message-send-section{align-items:center;display:flex;overflow:visible;padding:5px}.file{color:#414141;color:var(--icon-color);cursor:pointer;display:flex;font-size:20px;padding:8px}.file,.file-upload{position:relative}.file-options{background-color:#fff;border:1px solid #ccc;border-radius:5px;bottom:40px;box-shadow:0 4px 8px #0000001a;left:-10px;position:absolute;z-index:100}.file-option{align-items:center;cursor:pointer;display:flex;font-size:14px;padding:8px 12px}.file-option:hover{background-color:#f1f1f1}.file-icon{font-size:18px;margin-right:8px}.add-image{background:#212d44;bottom:44px;color:#fff;color:var(--text-white);display:none;font-size:14px;padding:4px;position:absolute}.file:hover .add-image{display:block}.message-type,.normal-message{align-items:center;border-radius:15px;display:flex;padding:5px;width:100%}.message-type{background-color:#dfdfdf;position:relative}.message-type input{background-color:#dfdfdf;border:none;flex-grow:1;font-size:19.2px;outline:none;padding:5px}.message-type input::placeholder{color:#000;font-size:19.2px;font-weight:400}.emoji-picker{align-items:center;cursor:pointer;display:flex;margin-left:5px;position:relative}.emoji-dropdown{background:#fff;border:1px solid #ccc;border-radius:5px;bottom:50px;box-shadow:0 4px 8px #0000001a;position:absolute;right:0;z-index:1000}.recording-section{align-items:center;display:flex;margin-left:5px}.recording-section .audio-record{display:flex;flex-direction:row;width:100%}.recording-section .recording-div-button,.recording-section .recording-div-button .recording,.recording-section audio{width:100%}.record-icon,.send-icon{cursor:pointer;font-size:24px;margin-left:10px}.recording-section .timer{color:var(--recording-color);font-size:14px;margin-left:10px}.prediction-container{background-color:#f0f4f8;border-radius:10px;box-shadow:0 2px 5px #0000001a;margin-bottom:10px;max-width:100%;padding:10px}.prediction-buttons{display:flex;flex-wrap:wrap;gap:8px}.prediction-button{background-color:#e3f2fd;border:none;border-radius:15px;color:#1976d2;cursor:pointer;font-size:14px;max-width:350px;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;transition:all .2s;white-space:nowrap}.prediction-button:hover{background-color:#bbdefb;transform:translateY(-1px)}.prediction-button:active{transform:translateY(1px)}.friend-info{background-color:#fff;display:flex;flex-direction:column;height:100%;left:75%;padding:60px 15px;position:absolute;top:10px;width:25%;z-index:1}.friend-info .image-name{align-items:center;display:flex;flex-direction:column;justify-content:center}.friend-info .image-name .image{border-radius:50%;height:70px;margin-bottom:5px;overflow:hidden;width:70px}.friend-info .image-name .image img{height:100%;width:100%}.friend-info .image-name .active-user{color:#1bee1b;margin-bottom:3px}.friend-info .image-name .name h4{color:#050505;color:var(--text-color);font-weight:600;margin-bottom:8px}.friend-info .others{display:flex;flex-direction:column;margin:10px 0}.friend-info .others .custom-chat,.friend-info .others .media,.friend-info .others .privacy{color:#050505;color:var(--text-color);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin:4px 0}.friend-info .others .custom-chat h3,.friend-info .others .media h3,.friend-info .others .privacy h3{font-size:14px}.friend-info .others .custom-chat label,.friend-info .others .media label,.friend-info .others .privacy label{color:#050505;color:var(--text-color);cursor:pointer}.friend-info .gallery{grid-gap:5px;display:grid;display:none;grid-template-columns:repeat(2,1fr);overflow-y:auto}.friend-info .gallery::-webkit-scrollbar{display:none}.friend-info .gallery img{height:100%;width:100%}.friend-info #gallery{display:none}.friend-info #gallery:checked~.gallery{display:grid}.friend-info .message-search{padding:10px 10px 10px 0;width:100%}.friend-info .message-search input{border:1px solid #ccc;border-radius:20px;font-size:14px;outline:none;padding:8px;transition:border-color .3s ease;width:100%}.friend-info .message-search input:focus{border-color:#6f7071}.friend-info .search-note{color:#888;font-size:12px;margin-top:5px}.container-big{background-color:#000;border-radius:5px;display:flex;height:100%;justify-content:space-between}.container-big .remote-side{background-color:#f3f8fc;border-radius:10px;display:flex;flex:1 1;margin:5px}.container-big .remote-side .buttons{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:space-evenly;margin-left:1%;margin-right:3%;margin-top:15%;width:auto;z-index:1}.container-big .remote-side .buttons .mute,.container-big .remote-side .buttons .video-off{align-items:center;background-color:#888686;border-radius:50%;cursor:pointer;display:flex;height:auto;justify-content:center;padding:12px;width:auto}.container-big .remote-side .buttons .hangup{align-items:center;background-color:#f8000f;border-radius:10px;cursor:pointer;display:flex;height:auto;justify-content:center;padding:12px;width:auto}.container-big .remote-side .in-call{height:100%;justify-content:flex-start;width:100%;z-index:1}.container-big .remote-side .in-call,.container-big .remote-side .in-call .remote-video-stream{display:flex;flex:1 1;overflow:hidden}.container-big .remote-side .in-call .remote-video-stream video{max-height:100%;max-width:100%}.container-big .remote-side .in-call .if-remote-video-off{align-items:center;background-color:#5f5f5f;border-radius:10px;display:flex;flex-direction:column;height:auto;justify-content:center;max-width:80%;width:80%}.container-big .remote-side .in-call .if-remote-video-off img{border-radius:50%;height:150px;margin-bottom:10px;width:150px}.container-big .remote-side .in-call .if-remote-video-off h3{color:#fff;font-size:20px;font-weight:700}.container-big .remote-side .call-form{background-color:#f3f8fc;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.container-big .remote-side .call-form .not-in-call{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:10px;margin-top:5%;width:92%}.container-big .remote-side .call-form .not-in-call img{border-radius:50%;height:150px;margin-bottom:10px;width:150px}.container-big .remote-side .call-form .not-in-call h3{color:#143d64;font-size:20px;font-weight:700}.container-big .remote-side .call-form .call-form-body{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;margin-left:22%;width:50%}.container-big .remote-side .call-form .call-form-body p{color:#143d64;font-size:20px;font-weight:700}.container-big .remote-side .call-form .call-form-body .hangup{align-items:center;border:1px solid #143d64;border-radius:10px;cursor:pointer;display:flex;height:auto;justify-content:center;margin-left:10px;padding:12px;width:auto}.container-big .remote-side .call-form .call-form-body .has-not-called{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}.container-big .remote-side .call-form .call-form-body .has-not-called .call{align-items:center;background-color:#00b200;border-radius:10px;cursor:pointer;display:flex;height:auto;justify-content:center;margin-right:10px;padding:12px;width:auto}.container-big .remote-side .call-form .call-form-body .has-not-called .call i{color:#fff}.container-big .remote-side .call-form .call-form-body .has-not-called .cancel{align-items:center;border:1px solid #143d64;border-radius:10px;cursor:pointer;display:flex;height:auto;justify-content:center;margin-left:10px;padding:12px;width:auto}.container-big .local-side{align-items:center;border-radius:5px;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-left:5px;width:20%}.container-big .local-side .timer{height:70%;margin-top:10px}.container-big .local-side .timer .time-text{align-items:center;background-color:#5f5f5f;border-radius:15px;display:flex;height:10%;justify-content:center;padding:15px;width:100%}.container-big .local-side .timer .time-text p{color:#fff;font-size:20px;font-weight:700}.container-big .local-side .local-video{display:flex;flex:1 1;height:30%;justify-content:center;margin-bottom:5px;margin-right:10px;width:100%}.container-big .local-side .local-video video{border-radius:10px;height:100%;width:100%}.container-big .local-side .local-video .if-local-video-off{align-items:center;background-color:#5f5f5f;border-radius:12px;display:flex;height:100%;justify-content:center;padding:10px;width:80%}.container-big .local-side .local-video .if-local-video-off img{border-radius:50%;height:40%;width:40%}@media(max-width:767px){.container-big .local-side{left:280px;margin:0;position:fixed;top:0}.container-big .local-side .timer{margin-top:100px}.container-big .local-side .timer .time-text{background-color:#f3f8fc}.container-big .local-side .timer .time-text p{color:#000}.container-big .local-side .local-video{left:180px;position:fixed;top:575px;width:50%}.container-big .local-side .local-video video{border-radius:10px;height:99%}.container-big .remote-side .call-form .call-form-body{margin-bottom:50px}.container-big .remote-side .in-call{flex-direction:column}.container-big .remote-side .in-call .remote-video-stream{display:flex;flex:1 1;height:100%;overflow:hidden;width:100%}.container-big .remote-side .in-call .remote-video-stream video{max-height:100%;max-width:100%}.container-big .remote-side .in-call .buttons{align-items:flex-start;flex-direction:row;height:35%;margin-left:0;margin-right:0;margin-top:0}}.parent-container{align-items:center;display:flex;height:100dvh;justify-content:center}.callNotification{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%}.callNotification,.callNotification .callForm{align-items:center;display:flex;flex-direction:column;justify-content:center}.callNotification .callForm{background-color:#fff;border-radius:10px;padding:20px}.callNotification .callForm p{margin-bottom:20px}.callNotification .callForm .callButtons{display:flex;justify-content:space-between}.callNotification .callForm .callButtons .acceptCallButton,.callNotification .callForm .callButtons .rejectCallButton{border:none;border-radius:4px;cursor:pointer;padding:10px 20px;transition:background-color .3s ease}.callNotification .callForm .callButtons .acceptCallButton:hover,.callNotification .callForm .callButtons .rejectCallButton:hover{background-color:#f0f0f0}.callNotification .callForm .callButtons .acceptCallButton{background-color:#4caf50;color:#fff}.callNotification .callForm .callButtons .rejectCallButton{background-color:#f44336;color:#fff;margin-left:10px}.AddChoice{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.AddChoice .add-choice-container{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0003;padding:20px}.AddChoice .add-choice-container .top{margin-bottom:20px;text-align:start}.AddChoice .add-choice-container .top h2{font-size:30px;font-weight:700}.AddChoice .add-choice-container .top p{font-size:18px;margin:10px 0}.AddChoice .add-choice-container .buttons{display:flex;justify-content:flex-end}.AddChoice .add-choice-container .buttons button{border:1px solid #143d64;border-radius:10%;font-size:16px;height:40px;padding:8px 16px;width:110px}.AddChoice .add-choice-container .buttons button:first-child{background-color:#fff;color:#143d64;margin-right:10px}.AddChoice .add-choice-container .buttons button:last-child{background-color:#c2dcf1;color:#143d64}.AddChoice .add-choice-container .buttons button:hover{background-color:#0056b3}.AddChoice .add-choice-container .invitation-popup{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}.AddChoice .add-choice-container .invitation-error,.AddChoice .add-choice-container .invitation-popup{animation:fadeIn .3s ease-in-out;font-size:16px;font-weight:700;margin-top:15px;padding:10px;text-align:center}.AddChoice .add-choice-container .invitation-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.col-3{width:30%}.col-3 .left-side{background-color:#fff;background-repeat:repeat;display:flex;flex-direction:column;height:100%;justify-content:start;width:100%}.col-3 .left-side .top{display:flex;padding-top:20px}.col-3 .left-side .top .icons{position:relative}.col-3 .left-side .top .icons .image-name{border-radius:50%;cursor:pointer;height:40px;margin-left:15px;overflow:hidden;width:40px}.col-3 .left-side .top .icons .image-name img{height:100%;object-fit:cover;width:100%}.col-3 .left-side .top .icons .theme_logout.show{transform:scale(1)}.col-3 .left-side .top .icons .theme_logout{background-color:#fff;border-radius:10px;box-shadow:0 4px 16.5px rgba(0,0,0,.251);color:#143d64;height:370%;padding:10px;position:absolute;top:100%;transform:scale(0);transition:all .6s;width:200px;z-index:1}.col-3 .left-side .top .icons .theme_logout .profile{align-items:center;cursor:pointer;display:flex;padding:10px}.col-3 .left-side .top .icons .theme_logout .profile .MdOutlinePerson{background-color:#fff;color:#017aff;font-size:50px}.col-3 .left-side .top .icons .theme_logout .profile h3{font-size:20px;font-weight:600;padding-left:25px}.col-3 .left-side .top .icons .theme_logout .dark-mode{align-items:center;cursor:pointer;display:flex;padding:10px}.col-3 .left-side .top .icons .theme_logout .dark-mode i{margin-right:25px}.col-3 .left-side .top .icons .theme_logout .logout{align-items:center;cursor:pointer;display:flex;padding:10px}.col-3 .left-side .top .icons .theme_logout .logout .FaSignOutAlt{background-color:#fff;color:#017aff;font-size:20px}.col-3 .left-side .top .icons .theme_logout .logout h3{font-size:20px;font-weight:600;padding-left:25px}.col-3 .left-side .friend-search{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;margin-top:20px;padding:0 15px;position:relative}.col-3 .left-side .friend-search .add-friend-icon{background-color:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;padding:10px}.col-3 .left-side .friend-search .search{align-items:center;background-color:#f0f0f0;border:none;border-radius:22px;display:flex;height:40px;justify-content:space-between;margin-left:5px;padding:10px 20px;width:calc(100% - 35px)}.col-3 .left-side .friend-search .search svg{color:#707991}.col-3 .left-side .friend-search .search button{background-color:#0000;border:none;border-radius:50px;color:#050505;color:var(--text-color);font-size:20px}.col-3 .left-side .friend-search .search .form-control{background-color:#f0f0f0;border:none;border-bottom-right-radius:50px;border-top-right-radius:50px;color:#050505;color:var(--text-color);font-size:15px;margin-left:10px;outline:none;width:100%}.col-3 .left-side .friend-search .search .form-control::placeholder{color:#050505;color:var(--text-color);opacity:.5}.col-3 .left-side .friend-search .add-friend{align-items:center;cursor:pointer;display:flex;height:50%;justify-content:center;padding-left:5%;width:20%}.col-3 .left-side .friend-search .add-friend i{background-color:#b9d6fa;border-radius:50%;color:#143d64;font-size:42px}@media(max-width:767px){.col-3{width:100%}.col-3 .left-side .top{padding-top:10px}.col-3 .left-side .top .icons .image-name{height:35px;margin-left:10px;width:35px}.col-3 .left-side .top .icons .theme_logout{font-size:14px;height:420%;width:180px}.col-3 .left-side .top .icons .theme_logout .logout h3,.col-3 .left-side .top .icons .theme_logout .profile h3{font-size:16px}.col-3 .left-side .friend-search{align-items:center;flex-direction:row;padding:0 10px}.col-3 .left-side .friend-search .search{margin-left:0;width:80%}.col-3 .left-side .friend-search .add-friend{justify-content:flex-start;width:20%}}@media(min-width:768px)and (max-width:1023px){.col-3{width:25%}.col-3 .left-side .top .icons .theme_logout{height:320%;width:180px}.col-3 .left-side .friend-search .search{width:calc(100% - 30px)}.col-3 .left-side .friend-search .add-friend{width:25%}}@media(min-width:1024px){.col-3{width:30%}.col-3 .left-side .top .icons .theme_logout{height:370%;width:200px}.col-3 .left-side .friend-search .search{width:calc(100% - 35px)}.col-3 .left-side .friend-search .add-friend{width:20%}}.users{background-color:#fff;border-radius:15px;box-shadow:0 0 10px #6969f51a;display:flex;flex-direction:column;height:100%;margin-left:15px;overflow-y:auto;padding:10px;width:90%}.users::-webkit-scrollbar{display:none}.users .hover-friend.active{background-color:#f0f0f0;border-radius:15px}.users .hover-friend{cursor:pointer}.users .hover-friend:hover{background-color:#c2dcf1}.users .hover-friend .user{display:flex;padding:7px 15px;width:100%}.users .hover-friend .user .user-image .image{margin-right:8px;position:relative}.users .hover-friend .user .user-image .image img{border:1px solid #050505;border:1px solid var(--text-color);border-radius:50%;height:50px;width:50px}.users .hover-friend .user .user-image .image .active_icon{background-color:#2be42b;border:1px solid #9b9797;border-radius:50%;bottom:6px;height:13px;position:absolute;right:-2px;width:13px}.users .hover-friend .user .user-name-seen{align-items:center;display:flex;justify-content:space-between;width:100%}.users .hover-friend .user .user-name-seen .user-name{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.users .hover-friend .user .user-name-seen .user-name h4.unseen_message{font-weight:700!important}.users .hover-friend .user .user-name-seen .user-name h4{color:#050505;color:var(--text-color);font-weight:300}.users .hover-friend .user .user-name-seen .user-name .msg-time span.unseen_message{font-weight:700!important}.users .hover-friend .user .user-name-seen .user-name .msg-time span{color:#050505;color:var(--text-color);font-size:12px}.users .hover-friend .user .user-name-seen .seen-unseen-icon{align-items:center;display:flex;justify-content:center}.users .hover-friend .user .user-name-seen .seen-unseen-icon img{border-radius:50%;height:15px;width:15px}.users .hover-friend .user .user-name-seen .seen-unseen-icon .delivared,.users .hover-friend .user .user-name-seen .seen-unseen-icon .unseen{color:#050505;color:var(--text-color)}.users .hover-friend .user .user-name-seen .seen-unseen-icon .seen-icon{background-color:#1e6bbd;border-radius:50%;height:15px;width:15px}.forward-container{border-right:1px solid #e5e5e5;border-right:1px solid var(--border-color);display:flex;flex-direction:column;height:100%;margin-top:1px;max-height:100vh}.forward-container .forward-header{padding:15px 20px}.forward-container .forward-header h2{font-size:18px;margin:0}.forward-container .friends{margin-bottom:20px}.forward-container .friends .friend-item{align-items:center;cursor:pointer;display:flex;margin-bottom:5px}.forward-container .friends .friend-item span{margin-right:10px}.forward-container .users-container{flex:1 1;max-height:70vh;overflow-y:auto;padding:0 20px}.forward-container .users-container::-webkit-scrollbar{width:6px}.forward-container .users-container::-webkit-scrollbar-thumb{background:#00bcd4;border-radius:3px}.forward-container .users-container .users .hover-friend{border-bottom:1px solid #f0f0f0;padding:10px 0}.forward-container .users-container .users .hover-friend.active{background-color:#f5f5f5}.forward-container .users-container .users .hover-friend:last-child{border-bottom:none}.forward-container .users-container .users .no-friends{color:#757575;padding:16px 0;text-align:center}.forward-container .choice{background:#fff;border-top:1px solid #e5e5e5;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:15px 20px}.forward-container .choice button{border:none;border-radius:5px;cursor:pointer;font-size:16px;padding:10px 20px}.forward-container .choice button:first-child{background-color:#f44;color:#fff}.forward-container .choice button:first-child:hover{background-color:#c00;cursor:pointer}.forward-container .choice button:last-child{background-color:#00bcd4;color:#fff}.forward-container .choice button:last-child:hover:not(:disabled){background-color:#008ba3;cursor:pointer}.forward-container .choice button:last-child:disabled{background-color:#e0e0e0;color:#9e9e9e;cursor:not-allowed!important}.send-email{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.send-email .send-email-container{background-color:#c2dcf1;border-radius:10px;box-shadow:0 0 10px #0003;padding:20px}.send-email .send-email-container .send-email-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.send-email .send-email-container .send-email-header h3{font-size:18px;font-weight:700;margin:0}.send-email .send-email-container .send-email-header button{background-color:#0000;border:none;color:#666;cursor:pointer;font-size:16px}.send-email .send-email-container form{display:flex;flex-direction:column}.send-email .send-email-container form input{border:1px solid #ccc;border-radius:5px;font-size:16px;margin-bottom:15px;padding:10px}.send-email .send-email-container form button[type=submit]{background-color:#143d64;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s ease}.send-email .send-email-container form button[type=submit]:hover{background-color:#c2dcf1}.login{background-color:#fff;height:100dvh;justify-content:space-evenly}.login,.login .login-card{align-items:center;display:flex;width:100%}.login .login-card{flex-direction:row;height:100%}.login .login-card .logo{align-items:center;background-color:#f3f8fc;display:flex;flex-direction:column;height:100%;width:50%}.login .login-card .logo img{height:485px;margin-top:20px;width:320px}.login .login-card .logo h3{color:#143d64;font-size:18px}.login .login-card .card{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:100px;width:50%}.login .login-card .card .card-header{margin-top:20px}.login .login-card .card .card-header h3{color:#143d64;text-align:center}.login .login-card .card .card-body{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.login .login-card .card .card-body form{width:100%}.login .login-card .card .card-body form .form-group{display:flex;flex-direction:column;justify-content:space-between;margin:10px 0;width:100%}.login .login-card .card .card-body form .form-group label{color:#0a0a0a;font-size:19.2px}.login .login-card .card .card-body form .form-group .file-image .image{align-items:center;background-color:#f3f8fc;border:2px dashed #143d64;border-radius:12px;display:flex;flex-direction:column;justify-content:space-evenly;padding:10px}.login .login-card .card .card-body form .form-group .file-image .image img{height:100px;width:100px}.login .login-card .card .card-body form .form-group .file-image .file{align-items:center;background-color:#f3f8fc;border:2px dashed #143d64;border-radius:12px;display:flex;flex-direction:row;justify-content:space-evenly;padding:10px}.login .login-card .card .card-body form .form-group .file-image .file img{height:100px;width:100px}.login .login-card .card .card-body form .form-group .file-image .file .overlay{align-items:center;border-radius:12px;display:flex;flex-direction:column;justify-content:space-evenly;padding:10px}.login .login-card .card .card-body form .form-group .file-image .file .overlay i{color:#5f5f5f;margin-top:15px}.login .login-card .card .card-body form .form-group .file-image .file .overlay h3{color:#5f5f5f;font-size:19.2px;font-weight:400;margin-bottom:15px;margin-top:15px}.login .login-card .card .card-body form .form-group .file-image:hover{cursor:pointer}.login .login-card .card .card-body form .form-group .form-control{background-color:#f3f8fc;border:1px solid #143d64;border-radius:12px;display:flex;flex-direction:row;padding:20px;width:100%}.login .login-card .card .card-body form .form-group .form-control input{background-color:#f3f8fc;border:none;font-size:19.2px;outline:none;width:95%}.login .login-card .card .card-body form .form-group .form-control input::placeholder{color:#000;font-size:19.2px;font-weight:400}.login .login-card .card .card-body form .submit-form{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:30px}.login .login-card .card .card-body form .submit-form .send{background-color:#c2dcf180;border-radius:30px;margin-bottom:20px;padding:20px;text-align:center;width:60%}.login .login-card .card .card-body form .submit-form .send button{background-color:#c2dcf100;border:none;color:#143d64;font-size:19.2px}.login .login-card .card .card-body form .submit-form .send button:hover,.login .login-card .card .card-body form .submit-form .send:hover{cursor:pointer}.login .login-card .card .card-body form .submit-form .link{text-align:center}input::selection{background-color:#f3f8fc;color:#000}.profile-section{align-items:center;background-color:#00000080;display:flex;height:100%;height:100dvh;justify-content:center;left:0;position:fixed;top:0;width:100%}.profile-section .profile-hov{background:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;padding:20px;text-align:center;width:400px}.profile-section .profile-hov .close{cursor:pointer;margin-left:300px}.profile-section .profile-hov h2{color:#333;font-size:24px;margin-bottom:20px}.profile-section .profile-hov form{align-items:center;display:flex;flex-direction:column}.profile-section .profile-hov form .profile-image{height:100px;margin-bottom:20px;position:relative;width:100px}.profile-section .profile-hov form .profile-image img{border:2px solid #ddd;border-radius:50%;height:100px;object-fit:cover;width:100px}.profile-section .profile-hov form .profile-image .camera-icon{align-items:center;background:#fff;border-radius:45%;bottom:0;box-shadow:0 0 5px #0003;cursor:pointer;height:35px;justify-content:center;padding:5px;position:absolute;right:0;width:35px}.profile-section .profile-hov form div{margin-bottom:15px;width:100%}.profile-section .profile-hov form div .tooltip{background-color:#333;border-radius:3px;bottom:-20px;color:#fff;display:none;font-size:12px;left:0;padding:5px;position:absolute;white-space:nowrap}.profile-section .profile-hov form div:hover .tooltip{display:block}.profile-section .profile-hov form div label{color:#555;display:block;font-weight:700;margin-bottom:5px}.profile-section .profile-hov form div input[type=email],.profile-section .profile-hov form div input[type=text]{border:1px solid #ddd;border-radius:5px;color:#333;font-size:16px;padding:10px;width:100%}.profile-section .profile-hov form div input[type=email]:focus,.profile-section .profile-hov form div input[type=text]:focus{border-color:#08c;outline:none}.profile-section .profile-hov form div input[type=file]{display:none}.profile-section .profile-hov form button{background:#08c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.profile-section .profile-hov form button:hover{background:#07b}@media(max-width:767px){.profile-section .profile-hov{padding:10px;width:300px}.profile-section .profile-hov .close{margin-left:250px}}