:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container{height:100vh;width:100%;background-color:#fff!important;border-radius:5px;padding:10px;position:relative}.loader-container-dark{background-color:var(--dark-theme-color)!important}.loader{scale:1.5;position:relative;width:2.5em;height:2.5em;transform:rotate(165deg)}.loader:before,.loader:after{content:"";position:absolute;top:50%;left:50%;display:block;width:.5em;height:.5em;border-radius:.25em;transform:translate(-50%,-50%)}.loader:before{animation:before8 2s infinite}.loader:after{animation:after6 2s infinite}@keyframes before8{0%{width:.5em;box-shadow:1em -.5em #e11462bf,-1em .5em #6fcadcbf}35%{width:2.5em;box-shadow:0 -.5em #e11462bf,0 .5em #6fcadcbf}70%{width:.5em;box-shadow:-1em -.5em #e11462bf,1em .5em #6fcadcbf}to{box-shadow:1em -.5em #e11462bf,-1em .5em #6fcadcbf}}@keyframes after6{0%{height:.5em;box-shadow:.5em 1em #3db88fbf,-.5em -1em #e9a920bf}35%{height:2.5em;box-shadow:.5em 0 #3db88fbf,-.5em 0 #e9a920bf}70%{height:.5em;box-shadow:.5em -1em #3db88fbf,-.5em 1em #e9a920bf}to{box-shadow:.5em 1em #3db88fbf,-.5em -1em #e9a920bf}}.loader{position:absolute;top:calc(50% - 1.25em);left:calc(50% - 1.25em)}.single-emailcontainer{padding:10px}.single-email-from-cont{margin:5px 10px;display:flex;flex-direction:column;gap:20px}.fdhjsbfdsafd{margin:10px;display:flex;flex-direction:row}.single-email-container{width:100%;overflow-x:auto}.single-email-body{gap:20px;display:flex;flex-direction:column}.fordard-reply-box{gap:5px;display:flex;flex-direction:row}.single-email-image-upload-per-email{height:70px!important;width:100px!important;border:1px solid;border-radius:5px;width:fit-content}.all-unset{all:unset!important;cursor:pointer}.fullScreen-dialogue-container [role=dialog]{width:80vw!important;max-width:80vw!important}@media (max-width: 800px){.single-email-container{width:100%}}.search-bar-dark{background-color:#a1a1a1!important}.search-bar{background-color:transparent!important;width:100%}@media (max-width: 800px){.search-bar{width:100%}}.side-menu-container{transition:all .5s;overflow-x:hidden;background:#dfdfdf;z-index:100;border-right:1px solid #b5b5b5}.side-menu-container-dark{border-right:1px solid rgb(86 86 86);background:var(--dark-theme-color)!important}.menu-item{align-items:center;display:flex;flex-direction:row;gap:10px}.new-email-container{position:fixed;bottom:0;height:0rem;visibility:hidden;left:0;right:0;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:end;padding:0 10px}.new-email-box{cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 10px;height:3rem;width:15rem;border-radius:5px;box-shadow:#00000080 0 5px 15px}.new-e-buttons{display:flex;flex-direction:row;align-items:center;justify-content:end}.heading-new{display:flex;flex-direction:row;justify-content:space-between;background-color:#f2f6fc;padding:5px 10px;align-items:center}.form-container{padding:10px}.form-email{gap:6px;width:100%;display:flex;flex-direction:column;height:430px;justify-content:space-evenly}.new-email-form-box{width:500px;height:max-content;max-width:600px}.new-email-form-box-dark-theme,.async-select-dark{background-color:var(--dark-theme-color)!important;color:#fff!important}.text-field-placeholder::placeholder{color:#fff!important}.new-email-submit-button{display:flex;flex-direction:row;gap:5px}.image-upload-per-email{height:50px!important;max-width:80px!important;border:1px solid;border-radius:5px;width:fit-content}.attachments-cont{overflow:auto;max-height:130px;flex-wrap:wrap;display:flex;flex-direction:row;gap:5px}.image-container{position:relative}.image-container:hover .close-button{display:flex}.close-button{cursor:pointer;transition:all .2s ease-in-out;z-index:8;display:none;position:absolute;top:35%;right:50%;transform:translate(50%,-50%);background-color:#000;border-radius:20%;border:1px solid white}.close-svg{color:#fff}.error-async{border:1px solid red;border-radius:5px}.error-line{color:#d32f2f;font-size:12px;margin-left:13px}@media (max-width: 800px){.new-email-container{height:0rem;visibility:hidden;bottom:0}.refresh-button{display:none}.new-email-form-box{width:80vw}}.email-container{height:calc(100vh - 64px);overflow-y:auto;width:100%}.filters-comp{height:50px;width:100%;border-bottom:1px solid rgb(208 208 208);align-items:center;display:flex;flex-direction:row;justify-content:start}.email-row{gap:10px;transition:all 20ms ease-in-out;height:40px;border-bottom:1px solid #8080801f;display:flex;flex-direction:row;align-items:center}.email-row:hover{box-shadow:#00000026 0 0 20px}.all-email-container{display:flex;flex-direction:column;justify-content:center}.sender-box{width:140px}.body-box{gap:10px;height:100%;align-items:center;justify-content:start;display:flex;width:70%;overflow:hidden;text-overflow:ellipsis}.divider{width:1px;background-color:gray;opacity:50%;height:50%}.action-items-cont{display:flex;flex-direction:row;gap:5px}.subject-box{font-weight:lighter;opacity:70%}@media (max-width: 800px){.email-row{justify-content:center}.divider,.action-items-cont{display:none}.email-row{margin:0 5px;flex-direction:column;align-items:start;height:80px;gap:8px;padding:5px}.sender-box{font-weight:700}.subject-box{font-weight:lighter!important;opacity:70%}.body-box{width:100%;gap:2px;flex-direction:column;gap:0;align-items:start}.dash{display:none}}.main-email-container{overflow-y:auto;width:100%;background-color:#fff!important;border-radius:5px}.skeleton-row{padding:0 10px}.unread{background-color:#f6f6f6}.unread-dark{background-color:#121212}.main-email-container-dark{background-color:var(--dark-theme-color-little-light)!important;color:#fff}.form-container-login{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 0 10px #0000001a;max-width:400px!important;width:80vw}.login-form-container{height:100vh;display:flex;width:100%;align-items:center;justify-content:center;background:#0000001a}.tac{text-align:center}.login-actual-form{padding:10px 0;gap:10px;display:flex;flex-direction:column}.already-have-acc{display:flex;flex-direction:row;gap:2px}.already-have-acc h6:last-child{text-decoration:underline;color:#00f;cursor:pointer}.google-button-login{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.or-cont{display:flex;flex-direction:row;align-items:center;gap:10px}.sign-in-loader{display:flex;gap:10px;align-items:center;justify-content:center}.name-pic-buttons-cont{display:flex;flex-direction:row;gap:5px}.user-settings-container{padding:0 10px;width:100%}.settings-heading{margin:10px 0}@media (max-width: 800px){.chat-main-container{height:100vh}}.custom-async-dropdown-option{background-color:#fff!important;transition:all .2s ease;height:50px;width:100%;border-bottom:1px solid var(--bg-color);display:flex;flex-direction:row;cursor:pointer;align-items:center;gap:10px;z-index:20}.ffffffffffff .css-1nmdiq5-menu *{background-color:#fff!important}.green-typing{color:#1c291c!important;opacity:100%}.chat-window-cont{height:100%;width:100%;display:flex;flex-direction:column;padding:10px 10px 20px;max-height:calc(100vh - 64px)}.messages-box{flex-grow:1;gap:20px;overflow:auto;width:100%;padding:5% 10%;display:flex;flex-direction:column}.single-message-box{display:flex;flex-direction:column;gap:5px;word-break:break-all;background-color:#d3d3d3;padding:10px;cursor:pointer;position:relative;min-width:100px}.chat-Image-tag{width:225px;height:150px;object-fit:cover}@media (max-width: 800px){.typing-effect-text{left:0}.send-message-input{width:100%!important}.messages-box{padding:5% 0%}.messaging-to-cont>div{margin-left:0!important}.chat-window-cont{max-height:100vh}}.chat-main-container{background-color:#fff;width:100%;color:#000;display:flex;flex-direction:row}.chat-cont-dark{color:#fff;background-color:var(--dark-theme-color-little-light)}.chat-side-menu-container{width:var(--chat-side-width)}.chat-side-menu-container-collapsed{width:4rem}.chat-side-menu-container{transition:all .2s;border-right:1px solid #c2c2c2}.add-new-chat-button-cont{position:relative;display:flex;padding:2px 10px;width:100%;align-items:center;justify-content:center;flex-direction:row}.chat-sm-toggle{position:absolute;right:-13px;top:6px}.border-bottom-chat-menu{border-bottom:1px solid var(--bg-color)!important}.add-new-chat-button{display:flex;justify-content:center;align-items:center;width:fit-content;padding:10px;background-color:#f3f3f3;border-radius:50px;margin:10px auto auto;gap:10px}.add-chat-dark{background-color:var(--dark-theme-color);color:#fff}.per-chat-line{display:flex;flex-direction:row;gap:5px;justify-content:space-between;align-items:center;width:100%}.per-chat-line{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:start}.new-chat-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.he-20{height:20px}.custom-async-dropdown-option-group{transition:all .2s ease;height:50px;width:100%;border-bottom:1px solid var(--bg-color);display:flex;flex-direction:row;cursor:pointer;align-items:center;gap:10px;z-index:20}.new-msg-count{font-weight:700;display:flex;height:30px;border:1px solid var(--bg-color);padding:3px;border-radius:50%;width:30px;align-items:center;justify-content:center}.start-new-chat-container{width:500px;padding:10px}.time-and-lastmsg{display:flex;flex-direction:row;width:100%;justify-content:space-between}.green-typing{color:#063206!important;opacity:100%}.green-typing-dark{color:#00fc00!important;opacity:100%}.create-edit-group-box{display:flex;flex-direction:column;gap:10px}.no-chat-cont{padding:100px 10px 10px;text-align:center}@media (max-width: 800px){.add-new-chat-button-cont{justify-content:space-between}.start-new-chat-container{width:80vw;padding:10px}.per-chat-line{padding:10px}.chat-side-menu-container{width:100vw;border:none}}.chat-window-cont{height:100%;width:100%;display:flex;flex-direction:column;padding:10px 10px 20px}.messages-box{gap:20px;flex-grow:1;overflow:auto;width:100%;padding:5% 10%;display:flex;flex-direction:column}.send-bar-bottom{position:relative;display:flex;justify-content:center;align-items:center;height:70px;width:100%}.typing-effect-text{color:inherit;opacity:50%;font-size:14px}.msg-box{width:100%;display:flex;flex-direction:row}.single-message-box{word-break:break-all;background-color:#d3d3d3;padding:10px;cursor:pointer;position:relative;min-width:100px}.single-message-box-dark{background-color:#555;cursor:pointer}.messaging-to-cont{height:50px;width:100%;display:flex;border-bottom:1px solid var(--bg-color);flex-direction:row;justify-content:space-between;gap:10px;align-items:center}.message-timestamp{position:absolute;top:102%;font-size:8px;opacity:50%}.delete-all-messages{position:fixed;left:50%;height:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;width:fit-content;padding:0 10px;border-radius:10px;background-color:#fff}.delete-all-messages:has(.dark){background-color:var(--dark-theme-color)}@media (max-width: 800px){.typing-effect-text{left:0}.send-message-input{width:100%!important}.messages-box{padding:5% 0%}.messaging-to-cont>div{margin-left:0!important}}.chat-not-selected{height:100%;width:100%;justify-content:center;align-items:center;display:flex;flex-direction:column}.group-edit-container{display:flex;position:relative;flex-direction:column;gap:10px;padding:5%;width:100%;align-items:center}.grp-edit-members-box{width:100%}.group-info-back{position:absolute;top:10px;left:10px}.new-added-members{display:flex;flex-direction:column;gap:10px;padding:10px}@tailwind base;@tailwind components;@tailwind utilities;:root{--text-clr: black;--bg-color: rgb(223, 223, 223);--chat-side-width: 250px;--dark-theme-color: #17191a;--dark-theme-color-little-light: #232628}html{color:var(--text-clr);background-color:var(--bg-color)}*{font-family:Raleway,sans-serif!important;padding:0;margin:0;box-sizing:border-box}.main-container{position:relative;display:flex;flex-direction:column;background-color:#fff;min-height:100vh;max-height:100vh}.main-content{flex-grow:1;position:relative;display:flex;flex-direction:row}svg{width:21px!important;height:21px!important}*::-webkit-scrollbar{width:5px}h1,h2,h3,h4,h5,h6{color:#000000b3}.l-t-svg{color:#dfdfdf}.d-t-svg{color:#212121}.l-t{background-color:#dfdfdf}.d-t{background-color:var(--dark-theme-color)}.d-t-l{background-color:#242424}.main-container-t-w{background-color:var(--dark-theme-color)!important}.main-container-t-w h1,.main-container-t-w h2,.main-container-t-w h3,.main-container-t-w h5,.main-container-t-w h6{color:#fff}.dark-theme-light{color:#fff!important;background-color:var(--dark-theme-color-little-light)!important}
