body.dark .layout-px-spacing{min-height:calc(100vh - 142px)!important}body.dark .wrapper{width:1000px;height:600px;position:relative;left:50%;transform:translate(-50%)}body.dark .chat-system{border:1px solid #0e1726;height:calc(100vh - 158px);display:flex;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}body.dark .chat-system .hamburger{display:none}body.dark .chat-system .user-list-box{background:#0e1726;border-right:1px solid #191e3a;border-top-left-radius:8px;border-bottom-left-radius:8px;width:30%;max-width:400px}body.dark .chat-system .user-list-box .search{padding:13px 0;display:flex;position:relative}body.dark .chat-system .user-list-box .search svg{content:"";color:#181e2e;position:absolute;top:25px;left:30px}body.dark .chat-system .user-list-box input{color:#22c7d5;width:100%;box-shadow:none;background:#191e3a;border:1px dashed #3b3f5c;border-radius:4px;outline:none;margin:0 20px;padding:12px 16px 12px 20px;font-size:16px}body.dark .chat-system .user-list-box input::placeholder{color:#506690}body.dark .chat-system .user-list-box .people{width:100%;height:calc(100vh - 238px);margin:auto;padding:0;position:relative;overflow:auto}body.dark .chat-system .user-list-box .people .person{cursor:pointer;border-bottom:1px solid #191e3a;width:100%;padding:20px;position:relative}body.dark .chat-system .user-list-box .people .person.border-none{border-bottom:none}body.dark .person{display:inline-block}body.dark .chat-system .user-list-box .people .person .user-info{display:flex}body.dark .chat-system .user-list-box .people .person .user-info .f-head img{border:2px solid #3b3f5c;border-radius:50%;width:45px;height:45px;margin-right:12px}body.dark .chat-system .user-list-box .people .person .user-info .f-body{width:100%}body.dark .chat-system .user-list-box .people .person .user-info .f-body .meta-info .user-name{color:#bfc9d4;font-size:14px;font-weight:700}body.dark .chat-system .user-list-box .people .person .user-info .f-body .meta-info .user-meta-time{color:#888ea8;float:right;font-size:12px;font-weight:700;position:absolute;top:16px;right:11px}body.dark .chat-system .user-list-box .people .person .user-info .f-body .preview{white-space:nowrap;text-overflow:ellipsis;color:#888ea8;width:70%;font-size:13px;font-weight:600;display:inline-block;overflow:hidden!important}body.dark .chat-system .user-list-box .people .person:hover .user-info .f-body .meta-info .user-name,body.dark .chat-system .user-list-box .people .person:hover .user-info .f-body .meta-info .user-meta-time{color:#22c7d5}body.dark .chat-system .user-list-box .people .person.active:after,body.dark .chat-system .user-list-box .people .person:hover:after{display:none}body.dark .chat-system .chat-box{background-image:url(../media/bg.c0a03304.png);border-top-right-radius:8px;border-bottom-right-radius:8px;width:100%;height:calc(100vh - 158px);position:relative}body.dark .chat-system .chat-box .chat-not-selected{justify-content:center;height:100%;display:flex}body.dark .chat-system .chat-box .chat-not-selected p{color:#e0e6ed;background:#0e1726;border-radius:8px;align-self:center;margin-bottom:0;padding:7px 20px;font-size:18px;font-weight:600;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}body.dark .chat-system .chat-box .chat-not-selected p svg{vertical-align:middle;color:#888ea8}body.dark .chat-system .chat-box .overlay-phone-call{z-index:-1;opacity:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#030305a8;background-size:contain;background-attachment:fixed;width:100%;height:calc(100vh - 104px);transition:all .4s ease-in-out;display:none;position:absolute}body.dark .chat-system .chat-box .overlay-phone-call.phone-call-show{opacity:1;z-index:4}body.dark .chat-system .chat-box .overlay-phone-call>div{flex-direction:column;justify-content:space-between;height:100%;display:flex}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-info{padding:20px 16px}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-info svg{color:#fff;vertical-align:middle;cursor:pointer;margin-right:12px;font-size:28px}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-info .user-name{color:#fff;vertical-align:middle;margin-right:8px;font-size:20px}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-info .call-status{vertical-align:sub;color:#fff;font-size:10px;font-weight:600}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-img{text-align:center}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-img img{border:4px solid #ebedf2;border-radius:50%}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-img .timer{visibility:hidden;color:#fff;margin-top:7px;font-size:16px;font-weight:600}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-img .timer .minutes,body.dark .chat-system .chat-box .overlay-phone-call>div .calling-user-img .timer .seconds{color:#fff}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-options{text-align:center}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-options svg{color:#fff;cursor:pointer;background:#15151647;border-radius:50%;width:48px;height:46px;margin-bottom:23px;padding:11px;font-size:25px;transition:all .35s;box-shadow:0 0 20px #000000ab}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-options svg:hover{transform:translateY(-5px)scale(1.02)}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-options svg:not(:last-child){margin-right:7px}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-options svg.switch-to-microphone{position:relative}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-options svg.switch-to-microphone.micro-off:after{content:"";background:#fff;width:2px;height:35px;position:absolute;top:6px;left:20px}body.dark .chat-system .chat-box .overlay-phone-call>div .calling-options svg.cancel-call{background-color:#e7515a}body.dark .chat-system .chat-box .overlay-video-call{z-index:-1;opacity:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#030305a8;background-size:contain;background-attachment:fixed;width:100%;height:calc(100vh - 104px);transition:all .4s ease-in-out;display:none;position:absolute}body.dark .chat-system .chat-box .overlay-video-call.video-call-show{opacity:1;z-index:4}body.dark .chat-system .chat-box .overlay-video-call.onConnect{background-image:url(https://designreset.com/cork/html/src/assets/assets/img/video-chat-2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:unset}body.dark .chat-system .chat-box .overlay-video-call .video-caller{width:173px;height:112px;position:absolute;bottom:8px;right:8px}body.dark .chat-system .chat-box .overlay-video-call>div{flex-direction:column;justify-content:space-between;height:100%;display:flex}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-info{padding:20px 16px}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-info svg{color:#fff;cursor:pointer;margin-right:12px;font-size:28px}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-info .user-name{color:#fff;margin-right:8px;font-size:20px}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-info .call-status{color:#fff;margin-top:10px;font-size:10px;font-weight:600}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-info .timer{visibility:hidden;color:#fff;font-size:16px;font-weight:600}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-info .timer .minutes,body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-info .timer .seconds{color:#fff;margin-bottom:0}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-img{text-align:center}body.dark .chat-system .chat-box .overlay-video-call>div .calling-user-img img{border:4px solid #ebedf2;border-radius:50%}body.dark .chat-system .chat-box .overlay-video-call>div .calling-options{text-align:center}body.dark .chat-system .chat-box .overlay-video-call>div .calling-options svg{color:#fff;cursor:pointer;background:#1515168f;border-radius:50%;width:48px;height:46px;margin-bottom:23px;padding:11px;font-size:25px;transition:all .35s;box-shadow:0 0 20px #000000ab}body.dark .chat-system .chat-box .overlay-video-call>div .calling-options svg:hover{transform:translateY(-5px)scale(1.02)}body.dark .chat-system .chat-box .overlay-video-call>div .calling-options svg:not(:last-child){margin-right:7px}body.dark .chat-system .chat-box .overlay-video-call>div .calling-options svg.switch-to-microphone{position:relative}body.dark .chat-system .chat-box .overlay-video-call>div .calling-options svg.switch-to-microphone.micro-off:after{content:"";background:#fff;width:2px;height:35px;position:absolute;top:6px;left:20px;transform:rotate(46deg)}body.dark .chat-system .chat-box .overlay-video-call>div .calling-options svg.cancel-call{background-color:#e7515a}body.dark .chat-system .chat-box .chat-box-inner{height:auto}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user{display:none}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active{background-color:#0e1726;border-top-right-radius:8px;justify-content:space-between;width:100%;display:flex;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name{padding:14px 15px 15px}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name span{color:#888ea8;font-size:15px}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name span img{border-radius:10px;width:45px;height:45px;margin-top:0;margin-right:10px;transition:all .35s}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name span .name{color:#bfc9d4;font-weight:600}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn svg{cursor:pointer;color:#888ea8;vertical-align:middle;fill:#00173714;width:20px;height:20px;margin-right:6px}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn svg:hover{color:#22c7d5;fill:#1b55e23d}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn svg:not(:last-child){margin-right:9px}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu{border-width:initial;border-style:none;border-color:initial;border-image:initial;background:#060818;padding:10px;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003;top:15px!important}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu.show{top:35px!important}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a{color:#888ea8;padding:11px 8px;font-size:12px;font-weight:700}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a:hover{color:#22c7d5;background-color:#0000}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a svg{color:#888ea8;vertical-align:middle;fill:#00173714;width:20px;height:20px;margin-right:6px}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a.dropdown-item.active,body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a.dropdown-item:active{background-color:#0000}body.dark .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a:hover svg{color:#22c7d5;fill:none}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box{width:100%;height:calc(100% - 138px);margin:auto;position:relative;overflow:auto}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat{flex-direction:column;justify-content:flex-end;padding:30px 40px 0;display:none;position:relative;overflow:hidden}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat{display:flex}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble{-o-transition-timing-function:cubic-bezier(.4,-.04,1,1);transition-timing-function:cubic-bezier(.4,-.04,1,1)}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:first-of-type{animation-duration:.15s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(2){animation-duration:.3s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(3){animation-duration:.45s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(4){animation-duration:.6s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(5){animation-duration:.75s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(6){animation-duration:.9s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(7){animation-duration:1.05s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(8){animation-duration:1.2s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(9){animation-duration:1.35s}body.dark .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(10){animation-duration:1.5s}body.dark .chat-system .chat-box .chat-footer{display:none}body.dark .chat-system .chat-box .chat-footer.chat-active{-webkit-box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003;-moz-box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003;background:#0e1726;border:1px solid #0e1726;border-bottom-right-radius:8px;padding:6px 10px;display:block;box-shadow:0 -6px 10px #00000024,0 -1px 18px #0000001f,0 -3px 5px -1px #0003}body.dark .chat-system .chat-box .chat-form{position:relative}body.dark .chat-system .chat-box .chat-input svg{color:#888ea8;fill:#00173714;position:absolute;top:12px;left:11px}body.dark .chat-system .chat-box .chat-input input{color:#22c7d5;width:100%;box-shadow:none;background:#0e1726;border:1px dashed #3b3f5c;outline:none;padding:12px 16px 12px 43px;font-size:16px}body.dark .chat-system .chat-box .bubble{clear:both;vertical-align:top;word-break:break-word;border-radius:5px;max-width:370px;margin-bottom:8px;padding:9px 18px;font-size:16px;display:inline-block;position:relative}body.dark .chat-system .chat-box .bubble:before{content:" ";width:8px;height:6px;display:block;position:absolute;top:18px;transform:rotate(29deg)skew(-35deg)}body.dark .chat-system .chat-box .bubble.you{float:left;color:#e0e6ed;background-color:#0e1726;align-self:flex-start;animation-name:slideFromLeft;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}body.dark .chat-system .chat-box .bubble.you:before{background-color:#0e1726;left:-3px}body.dark .chat-system .chat-box .bubble.me{float:right;color:#fff;background-color:#4361ee;align-self:flex-end;animation-name:slideFromRight;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}body.dark .chat-system .chat-box .bubble.me:before{background-color:#4361ee;right:-3px}body.dark .chat-system .chat-box .conversation-start{text-align:center;width:100%;margin-bottom:27px;position:relative}body.dark .chat-system .chat-box .conversation-start span{color:#e0e6ed;background:#0e1726;border-radius:8px;margin-bottom:0;padding:7px 20px;font-size:12px;font-weight:700;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}@keyframes slideFromLeft{0%{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;margin-left:-200px}to{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;margin-left:0}}@keyframes slideFromRight{0%{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;margin-right:-200px}to{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;margin-right:0}}body.dark .credits{color:#fff;font-size:11px;position:absolute;bottom:10px;right:15px}body.dark .credits a{color:#fff;text-decoration:none}@media (max-width:1199px){body.dark .chat-system .user-list-box{width:40%}body.dark .chat-system .chat-box{width:60%}body.dark .chat-system .chat-box .overlay-video-call .video-caller{width:68px;height:68px}}@media (max-width:991px){body.dark .chat-system .chat-box{border-radius:8px}body.dark .chat-system .chat-box .overlay-video-call .video-caller{width:83px;height:67px}}@media (max-width:767px){body.dark .chat-system .hamburger{color:#fff;z-index:78;background-color:#515365;border-radius:50%;align-self:center;padding:7px 10px;font-size:20px;display:block;position:fixed;top:218px;right:9px}body.dark .chat-system .user-list-box{z-index:40;width:255px;position:absolute;left:-341px}body.dark .chat-system .user-list-box.user-list-box-show{z-index:34;border-radius:0;position:absolute;left:15px}body.dark .chat-system .chat-box{width:100%}body.dark .chat-system .chat-box .overlay-video-call .video-caller{width:110px;height:75px}}@media (max-width:575px){body.dark .chat-system .chat-box .overlay-video-call .video-caller{bottom:83px}body.dark .chat-system .chat-box .conversation-start span:before,body.dark .chat-system .chat-box .conversation-start span:after{background-color:#0000}}@-moz-document url-prefix(){body.dark .chat-system .chat-box .overlay-phone-call,body.dark .chat-system .chat-box .overlay-video-call{background-color:#030305}}@media (-ms-high-contrast:none),(-ms-high-contrast:active){body.dark .chat-system .chat-box .overlay-phone-call,body.dark .chat-system .chat-box .overlay-video-call{background-image:none}body.dark .chat-system .chat-box .overlay-video-call.onConnect{background-attachment:local}}
