@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&family=Lumanosimo&family=Mate+SC&family=Mitr&family=Norican&family=Open+Sans&family=Oswald&family=PT+Serif&family=Pacifico&family=Poppins&family=Roboto&family=Russo+One&family=Tektur&family=Ubuntu&display=swap');
:root {    
  --primary-color: #50B855;
  --secondary-color: #000000;
  --primaryhover-color: #61BF66;   
  --color-green:  #50B855;
  --color-green1:  #4FB754;
  --color-black1: #000000;
  --color-black2: #242A2E;
  --color--grey1: #5E5E5E; 
  --color--grey2: #4B4B4B;
  --color--grey3: #707070;
  --color--grey4: #C6C6C6;
  --color--grey5: #B5B5B5;
  --color--grey6: #121212;
  --color--grey7: #070707;
  --color--grey8: #A7A7A7;
  --color--grey9: #494949;
  --color--grey10: #414141;
  --color--grey11: #838B91;
  --color--grey7070: #707070;
  --color-white:  #ffffff;
  --themecolor-white: #FCFFFC;
  --themecolor-black: #222426;
  --bg-white: #FFFFFF;
  --bg-white1: #FFF;
  --bg-black: #131517;  
  --bg-black1: #000000;
  --bg-lightgreen: #FCFFFC;  
  --bg-lightgreen: #fafaf8;  
  --bg-lightgreen1: #F4FEF4;    
  --primary-font: 'Roboto', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
  --box-shawdow: 0px 3px 20px #0000000F;
  --input-border: #C6C6C6;
  --border-grey:#4B4B4B;
  --line1:#D5D5D5;
  --line2:#D5D5D5; 
  --bg-label:#DAF6DA;
  --bs-primary-rgb: 80,184,85;
  --box-border: #f0f0f0;
}
[data-theme="dark"] {
  --primary-color: #50B855;
  --secondary-color: #ffffff;
  --primaryhover-color: #61BF66;
  --color-green:  #50B855;
  --color-black1: #ffffff;
  --color-black2: #ffffff;
  --color--grey1: #FFF; 
  --color--grey2: #4B4B4B;
  --color--grey3: #FFFFFF;
  --color--grey4: #C6C6C6;
  --color--grey5: #ffffff;
  --color--grey6: #ffffff;
  --color--grey7: #ffffff;
  --color--grey8: #ffffff;
  --color--grey9: #ffffff;
  --color--grey10: #ffffff;
  --color--grey11: #ffffff;
  --color-white:  #ffffff;
  --color--grey7070: #ffffff; 
  --themecolor-white: #FCFFFC; 
  --themecolor-black: #222426;
  --bg-white: #1d2630;
  --bg-white1: #000000;
  --bg-black: #fff; 
  --bg-lightgreen: #131920;
  --bg-lightgreen1: #131517;
  --primary-font: 'Roboto', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
  --box-shawdow: 0px 3px 20px #0000000F;
  --input-border: #C6C6C6;
  --border-grey:#4B4B4B;
  --line1:#131517;
  --line2:#D5D5D5;
  --box-border: #303f50;
}
html {
  overflow-y: scroll !important;
}
/*------------- Loader css ---------------*/
#login_form_la .btn{
  color: #fff;
    background-color: var(--primary-color); 
}
.tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--bg-white);
  box-shadow: 0px 1px 8px #0000001f;
  height: 32px;
  width: 120px;
  padding: 0px 15px;
  line-height: 0px;
  border-radius: 17px;
  color: var(--color--grey8);
  text-align: center;
  justify-content: center;
  margin-right: 10px;
}
.tab:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
} 
.admembttn button {
  color: var(--primary-color);
  background: var(--bg-lightgreen1);
  width: 115px;
  height: 27px;
  border: 1px solid #50B855;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.admembttn {
  display: flex;
  align-items: center;
}
#reportcmnd .titlepop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0,0,0,0.1);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
[data-theme="dark"] #reportcmnd .titlepop{
  border-bottom: 1px solid rgb(255,255,255,0.4);
}
[data-theme="dark"] #ratingPopup .titlepop{
  border-bottom: 1px solid rgb(255,255,255,0.4);
}
#reportcmnd .titlepop p{
  margin-bottom: 0px;
  font-size: 18px;
  color:var(--color-black1);
}
#reportcmnd .nice-select.rpstselect{
  width: 100%;
  margin-bottom: 15px;
}
#reportcmnd select{
  background-image: url("../images/br_down.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 10px;
}
[data-theme="dark"] #reportcmnd select{
  background-image: url("../images/br_down_d.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 10px;
}
.coment-area {
  margin-top: 25px;
  width: 100%;
  display: none;
}
.coment-area.showdesk{
  display: block;
}   
.idzchatpage .btn.post-btn {
  box-shadow: 0px 0px 6px #0000001C;
  background: var(--primary-color) !important;
  color: var(--color-white);
  font-size: 14px;
  height: 40px;
  border-radius: 22px;
  line-height: 40px !important;
  float: right;
  font-weight: normal;
}
div#sign_popup a.btn.post-btn
{
  float: unset;
}
.btn {
  /* display: flex; */
  /* padding: 0px 30px; */
  /* line-height: 45px; */
  /* text-align: center; */
  /* vertical-align: middle; */
  /* user-select: none; */
  /* background-color: transparent; */
  /* border: 1px solid; */
  /* border-radius: 14px; */
  /* transition: all .15s ease-in-out; */
  /* cursor: pointer; */
  /* text-align: center; */
  /* justify-content: center; */
  /* font-weight: 500; */
} 
#pre-load {
  background-color: var(--bg-white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px; 
  left: 0px; 
  z-index: 9999999999;
}
#pre-load .loader-icon svg .cls-1 {
  fill: #fff !important;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px; 
  border-top: 4px solid  var(--primary-color);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  text-align: center;
}
.bottom-loader .loader .loader-icon {
  top: 60%; 
}
.loader .loader-icon svg { 
  animation: loaderpulse alternate 900ms infinite;
  width: 36px; 
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(360deg);
}
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
}
100% {
    transform: scale(1.2);
}
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
} 

         
/*------------- chat css ---------------*/

.cgcmnpop .insidepopup{
  text-align: center;
}
.cgcmnpop .insidepopup .post-btn{
  box-shadow: 0px 0px 6px #0000001c;
    background: var(--primary-color) !important;
    color: var(--color-white);
    font-size: 14px;
    height: 40px;
    border-radius: 22px;
    line-height: 40px !important;
    width: fit-content;
    margin: 0 auto;
    border: none;
    font-weight: normal;
    margin-top: 30px;
}
.cgcmnpop .close-button{  
  right: 1rem;
  top: 0.5rem;
  position: absolute;
}    
#ratingPopup .close-button{  
  right: 1rem;
  top: 0.5rem;
  position: absolute;
}  
.rateuscnt h4{
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--bg-black1);
}   
.in_chat_count {    
    position: absolute;
    right: 10px;
    /* left: auto; */
    /* top: 1px; */
    /* z-index: 9999; */
    background: #50b855;
    width: 20px;
    height: 20px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    font-size: 11px;
    color: #fff;
}  
.chat-user-name{
  font-size: 13px; 
}

h1,h2,h3,h4,h5,h5,a,span,div{
	font-family: var(--primary-font);
}
* {
    -webkit-tap-highlight-color: transparent;
}  
body.chatgroupcmn{
    overflow-x: hidden; 
    position: relative; 
}

body.chatgroupcmn,
html {
    font-size: 14px;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    background: var(--bg-lightgreen);
}
[data-theme="dark"] body,
html {

}
html.is-reveal-open body::before
{
    display: none !important;
}
p { 
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;   
    color: var(--gray-color);
    word-break: break-word;   
    font-family: var(--primary-font)!important;
}
a {
    color: var(--color-black);
    -webkit-tap-highlight-color: transparent;
}
a:focus,
a:hover {
    color: var(--color-black);
}
ul {
    margin-left: 0px;
}
li {
    list-style-type: none;
}
dl,
ol,
ul {
    margin-bottom: 0px;
}
label {
    color: var(--color-black1);
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  height: 45px;
  border: 1px solid var(--input-border);
  border-radius: 14px;
  box-shadow: none !important;
  padding: 10px 20px;
  background: transparent;
  color: var(--color-black2);
  margin-bottom: 10px;
}
[data-theme="dark"] .form-sec .intl-tel-input .selected-flag .iti-arrow, [data-theme="dark"] .form-sec .iti__selected-flag .iti__arrow  {
    filter: invert(1);
}
option:hover {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 100px rgba(0, 0, 0, 0.05)inset; 
  }
  select {
    color: var(--bg-black1)!important;
  }
  select { 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}  
  select option{ 
    color: var(--bg-black1)!important;
  }
.form-group label.form_label svg
{
    fill: var(--color-black1);
}
/* body > * ::-webkit-scrollbar {
    width: 3px;
    border-color: #EEEEEE;
}
body > * ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background-color: #D0D9E2;
    outline: 1px solid #D0D9E2;
}
body > * ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body > * {
    scrollbar-color: #D0D9E2 #F5F5F5;
    scrollbar-width: thin!important;
}  */
.idzchatpage .main-section .grid-container,.idzgrouppage .main-section .grid-container{
  padding-right: 10px;
    padding-left: 10px;
}
.idzchatpage .mobile_header{
  display: none;
}
.idzgrouppage .mobile_header{
  display: none;
}
.idzgrouppage .helpsec{
  display: none;
}
.main-section {
  min-height: calc(100vh - 83px);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.chat-heading {
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 0px;
}
.chat-heading h4 {
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 0px;
  margin-left: 10px;
}
.chat-heading svg {
  height: 20px;
}
.search_us {
  top: 5px;
  left: 0;
  width: 100%!important;
  border-color: var(--primary-color) !important;
  padding: 8px 30px 8px 45px !important;
  background: url(../images/search.png) left 20px center no-repeat !important;
  background-size: 18px !important;
  border-radius: 45px!important;
  font-size: 14px!important;
  margin-bottom: 5px!important;
  margin-top: 5px!important; 
  height: 35px!important;
}
.search_us::placeholder {
  color: var(--primary-color);
  opacity: 1;
  font-size: 12px;
}
.search_us:-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}
.search_us::-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}
#serachChatUser {
  border-radius: 50px;
  height: unset;
  padding: 10px 15px 10px 55px !important;
}
#serachChatUser {
  top: 5px;
  left: 0;
  width: 100%;
  border-color: var(--primary-color) !important;
  padding: 8px 30px 8px 45px !important;
  background: url(../images/search.png) left 20px center no-repeat !important;
  background-size: 18px !important;
  border-radius: 45px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
  height: 35px;
  box-shadow: none;
}
.userchatbar {
  padding: 0px 20px;
}
#serachChatUser::placeholder {
  color: var(--primary-color);
  opacity: 1;
  font-size: 12px;
}
#serachChatUser:-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}
#serachChatUser::-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}
.d-flex {
  display: flex !important;
}
.avatar-xs {
  height: 35px;
  width: 35px;
  border-radius: 50px;
}

.chatpage .grid-container{
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px; 
}
.searchresultlist{
  display: none;
  padding: 5px 20px;
}
.searchresultlist.show {
  display: block;
}
.chatser-tle{
  position: relative;
}
[data-theme="dark"] .chat-tle{
background-color: #131517;
}
.chat-tle {
  color: #CBCBCB;
  font-size: 16px;
  position: relative;
  padding-right: 10px !important;
  width: 20%;
  position: relative;
  color: var(--color--grey8);
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  background: #FCFFFC;
  z-index: 1;
  padding-left: 0px;
  justify-content: flex-start;
  
}
[data-theme="dark"] .chatser-tle::before {
  background-color: rgba(255, 255, 255, 0.4);  
}
.chatser-tle::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
}
.searchatlist ul li:first-child {
  padding-top: 0px;
}
.searchatlist ul li {
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 0px;
}
.searchatlist ul li a{
    text-decoration: none;
    color: #AEAEAE;
    text-shadow: none;
    cursor: pointer; 
}
.chat-message-lists .chat-list.chat-user-list{
  box-shadow: none;
  padding: 0px 0px 10px 0px;
}
.chat-message-lists .chat-list li a{
  padding: 5px 0px;
}

/*--------- chat header ------*/
.chatgroupcmn .more-post-optns>ul {
  background: var(--bg-white) none repeat scroll 0 0;
  border-radius: 17px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 15px 20px;
  position: absolute;
  right: -100px;
  top: -220%;
  transform: scale(0);
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 175px;
  z-index: 99;
}
[data-theme="dark"] .chatgroupcmn .more-post-optns>ul {
  background: #263240;
}
ul.space-memberul > li:last-child ul,
ul.space-memberul > li:nth-last-child(2) ul {
    top: auto;
    bottom: 0;
}
.chatgroupcmn .more-post-optns {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 30px;
}
.chatgroupcmn .more-post-optns>ul>li {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  transition: all 0.2s linear 0s;
  width: 100%;
  font-weight: 400;
  color: var(--color--grey8);
  margin-bottom: 0px;
}
.chatgroupcmn .more-post-optns>ul>li.active {
  color: var(--primary-color);
}
.chatgroupcmn .more-post-optns>ul>li.active svg path {
  fill: var(--primary-color);
}
.chatgroupcmn .more-post-optns>ul>li:last-child {
  margin-bottom: 0;
  border: none;
}
[data-theme="dark"] .chatgroupcmn .more-post-optns>ul>li i{
color:var(--primary-color);
}
[data-theme="dark"] .chatgroupcmn .more-post-optns > svg path {
  fill: #757575 !important;
}
.chatgroupcmn .more-post-optns>ul>li i {
  color: #222;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.1s linear 0s;
  vertical-align: middle;
  width: 15px; 
}
.chatgroupcmn .more-post-optns>ul>li i.arciveicon svg {
  width: 11px;
}
[data-theme="dark"] .chatgroupcmn .more-post-optns>ul>li i.arciveicon svg path {
  fill: #fff;
}
[data-theme="dark"] .chatgroupcmn .postpopparent .more-post-optns>ul>li.active i.arciveicon svg path {
  fill: #50b855 !important;
}
[data-theme="dark"] .chatgroupcmn .postpopparent .more-post-optns>ul>li.active i.fa.arciveicon svg{
  filter: brightness(1);
}
.chatgroupcmn .more-post-optns>ul>li:hover i {
  transform: scale(1.1);
}

.chatgroupcmn .more-post-optns::before {
  background: #eee none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 33px;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s linear 0s;
  width: 33px;
  z-index: 0;
}
[data-theme="dark"] .chatgroupcmn .more-post-optns::before {
  background: #000;
}
.chatgroupcmn .more-post-optns>i {
  position: relative;
  z-index: 0;
  color: var(--color--grey8);
}
.chatgroupcmn .more-post-optns:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.chatgroupcmn .more-post-optns.chatmore li {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
  padding: 5px 0px;
  margin-bottom: 0px;
}
.chatgroupcmn .more-post-optns.chatmore li:last-child {
  border-bottom: none;
}
.chatgroupcmn .more-post-optns>ul>li:last-child {
  margin-bottom: 0;
  border: none;
}
/*--------- Footer text editor  ---*/
.chat-input-collapse .wysiwyg {
  border-radius: 8px;
  max-width: 600px!important;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-right: 0px !important;
  flex-shrink: 0;
  width: auto;
}
.chat-input-collapse .wysiwyg .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--bg-white) !important;
  flex-grow: 2;
}
.chat-input-collapse .wysiwyg .btns .category {
  display: flex;
  align-items: flex-start;
  padding: 0px;
}
.chat-input-collapse .wysiwyg .btns .category {
  display: flex;
  align-items: flex-start;
  padding: 0px;
} 
[data-theme="dark"] select option{
  color:#fff !important;
}
[data-theme="dark"] .idzgrouppage .chat-input-collapse .category select.font-family{
width: 90px; 
position: relative;
background: url(../images/angle-down1.svg), #131517; 
background-repeat: no-repeat;
background-size: 10px;
background-position: 90% 50%;
padding: 0px 25px 0px 10px !important;  
}
[data-theme="dark"] .idzgrouppage .chat-input-collapse .wysiwyg .btns{
  background-color: transparent!important; 
}
[data-theme="dark"] .chat-input-collapse .category select.font-family{
  width: 90px;
  position: relative;
  background: url(../images/angle-down1.svg), #222426;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 90% 50%;
  padding: 0px 25px 0px 10px !important;
}
.chat-input-collapse .category select.font-family {
  width: 90px;
  position: relative;
  background: url(../images/angle-down.svg), #F5F5F5;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 90% 50%;
  padding: 0px 25px 0px 10px !important;
}
[data-theme="dark"] .chat-input-collapse .category select.font-size {
  position: relative;
  background: url(../images/angle-down1.svg), #F5F5F5;   
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 80% 50%;
}  
.chat-input-collapse .category select.font-size {
  position: relative;
  background: url(../images/angle-down.svg), #F5F5F5;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 80% 50%;
}
.chat-input-collapse .category button {
  width: 37px;
}
.chat-input-collapse .wysiwyg select, .chat-input-collapse .wysiwyg input, .chat-input-collapse .wysiwyg button {
  border: none;
  padding: 0.5em 0.8em;
  border-radius: 7px;
  color: var(--subdued-color) !important;
  cursor: pointer;
  outline-style: none;
  font-size: 13px;
  height: 37px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
[data-theme="dark"] .idzgrouppage .chat-input-collapse .wysiwyg select, [data-theme="dark"] .idzgrouppage .chat-input-collapse .wysiwyg button{
  background-color: #131517 !important;
}
[data-theme="dark"] .chat-input-collapse .wysiwyg select, [data-theme="dark"] .chat-input-collapse .wysiwyg button {
  background-color: #222426 !important;
}
[data-theme="dark"] .idzgrouppage .chat-input-collapse .wysiwyg select, [data-theme="dark"] .idzgrouppage .chat-input-collapse .wysiwyg button{
  background-color: #131517 !important; 
}
[data-theme="dark"]  .chat-input-collapse .wysiwyg select, [data-theme="dark"]  .chat-input-collapse .wysiwyg button{
  background-color: #222426 !important;
}
[data-theme="light"] .chat-input-collapse .wysiwyg select, [data-theme="light"] .chat-input-collapse .wysiwyg button {
  background-color: #F5F5F5 !important;
}
.chat-input-collapse .t_bold.active,.chat-input-collapse .t_italic.active,.chat-input-collapse .t_underline.active{
  background-color: #6c6c6c !important;
  color: #ffff !important;
}
.chat-input-collapse .category select:focus{
border: none !important;
}
/*--------- End Footer text editor ---*/
.plyr__control--overlaid{
  background: var(--primary-color)!important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
  background: var(--primary-color)!important;
}
.plyr--full-ui input[type=range]{
  color:var(--primary-color)!important;
}
.mesgtextsec {
  width: 65%;

}
/*.chat-input-collapse {
  width: 35%;
}*/
.dflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}
.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(78, 172, 109, 0.4);
}
.waves-effect.waves-success .waves-ripple {
  background-color: rgba(6, 214, 160, 0.4);
}
.waves-effect.waves-info .waves-ripple {
  background-color: rgba(80, 165, 241, 0.4);
}
.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 209, 102, 0.4);
}
.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(239, 71, 111, 0.4);
}
.avatar-xs {
  height: 35px;
  width: 35px;
  border-radius: 50px;
}
.avatar-sm {
  height: 50px;
  width: 50px; 
  border-radius: 100px;
}
.avatar-md {
  height: 4rem;
  width: 4rem;
}
.avatar-lg {
  height: 5rem;
  width: 5rem;
}
.avatar-xl {
  height: 6rem;
  width: 6rem;
}
.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 7px;
}
.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px;
}
.avatar-group .avatar-group-item {
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
body[data-theme="dark"] .avatar-group .avatar-group-item {
  border-color: #262626;
}
.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-17 {
  font-size: 17px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.social-list-item:hover {
  color: #797c8c;
  background-color: #f9f9f9;
}
.w-xs {
  min-width: 80px;
}
.w-sm {
  min-width: 95px;
}
.w-md {
  min-width: 110px;
}
.w-lg {
  min-width: 140px;
}
.w-xl {
  min-width: 160px;
}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: rgba(52, 58, 64, 0.7);
}
.border-primary {
  border-color: var(--primary-color) !important;
}
body[data-theme="dark"] .text-muted {
  color: #8f9198 !important;
}
body[data-theme="dark"] .text-dark {
  color: #adb5bd !important;
}
body[data-theme="dark"] .text-body {
  color: #8f9198 !important;
}
body[data-theme="dark"] .border,
body[data-theme="dark"] .border-bottom {
  border-color: #2e2e2e !important;
}
body[data-theme="dark"] .border-primary {
  border-color: #4eac6d !important;
}
body[data-theme="dark"] .border-secondary {
  border-color: #797c8c !important;
}
body[data-theme="dark"] .border-success {
  border-color: #06d6a0 !important;
}
body[data-theme="dark"] .border-info {
  border-color: #50a5f1 !important;
}
body[data-theme="dark"] .border-warning {
  border-color: #ffd166 !important;
}
body[data-theme="dark"] .border-danger {
  border-color: #ef476f !important;
}
body[data-theme="dark"] .border-purple {
  border-color: #6153cc !important;
}
body[data-theme="dark"] .border-pink {
  border-color: #e83e8c !important;
}
body[data-theme="dark"] .border-light {
  border-color: #f6f6f9 !important;
}
body[data-theme="dark"] .border-indigo {
  border-color: #560bad !important;
}
body[data-theme="dark"] .border-dark {
  border-color: #343a40 !important;
}
body[data-theme="dark"] .border-primary {
  border-color: var(--primary-color) !important;
}
body[data-theme="dark"] .popover {
  background-color: #333;
  border-color: #383838;
}
body[data-theme="dark"] .bs-popover-top > .popover-arrow::before {
  border-top-color: #383838;
}
body[data-theme="dark"] .bs-popover-top > .popover-arrow::after {
  border-top-color: #333;
}
body[data-theme="dark"] .img-thumbnail {
  background-color: #262626;
  border-color: #333;
}
body[data-theme="dark"] .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/.6em auto no-repeat;
}
body[data-theme="dark"] .alert .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/.6em auto no-repeat;
}
body[data-theme="dark"] .list-group-item {
  background-color: #262626;
  border-color: #2e2e2e;
}
.loader-line {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.loader-line .line:nth-last-child(1) {
  -webkit-animation: loadingLine 1.25s 1s infinite;
  animation: loadingLine 1.25s 1s infinite;
}
.loader-line .line:nth-last-child(2) {
  -webkit-animation: loadingLine 1.25s 0.75s infinite;
  animation: loadingLine 1.25s 0.75s infinite;
}
.loader-line .line:nth-last-child(3) {
  -webkit-animation: loadingLine 1.25s 0.5s infinite;
  animation: loadingLine 1.25s 0.5s infinite;
}
.loader-line .line:nth-last-child(4) {
  -webkit-animation: loadingLine 1.25s 0.25s infinite;
  animation: loadingLine 1.25s 0.25s infinite;
}
.loader-line .line:nth-last-child(5) {
  -webkit-animation: loadingLine 1.25s 0s infinite;
  animation: loadingLine 1.25s 0s infinite;
}
.line {
  display: inline-block;
  width: 4px;
  height: 10px;
  border-radius: 14px;
  background-color: rgba(121, 124, 140, 0.7);
}
@-webkit-keyframes loadingLine {
  0% {
    height: 10px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 10px;
  }
}
@keyframes loadingLine {
  0% {
    height: 10px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 10px;
  }
}
.custom-accordion .card + .card {
  margin-top: 0.5rem;
}
.custom-accordion a i.accor-plus-icon {
  font-size: 16px;
}
.custom-accordion a.collapsed i.accor-plus-icon:before {
  content: "\F0142";
}
.accordion-button:after {
  margin-left: auto;
  margin-right: 0;
}
body[data-theme="dark"] .accordion-button {
  background-color: #262626;
  border-color: #2e2e2e;
  color: #adb5bd;
}
body[data-theme="dark"] .accordion-button:not(.collapsed) {
  background-color: #2e2e2e;
  -webkit-box-shadow: inset 0 -1px 0 #262626;
  box-shadow: inset 0 -1px 0 #262626;
}
body[data-theme="dark"] .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body[data-theme="dark"] .accordion-item {
  border-color: #2e2e2e;
  background-color: #262626;
}
body[data-theme="dark"] .accordion-collapse {
  border-color: #2e2e2e;
}
body[data-theme="dark"] .modal-footer,
body[data-theme="dark"] .modal-header {
  border-color: #2e2e2e;
}
.modal-header-colored .modal-header {
  background-color: var(--primary-color);
  margin: 0 -1px -1px -1px;
}

.form-check,
.form-check-input,
.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
body[data-theme="dark"] .form-control {
  color: #8f9198;
  background-color: #333;
  border: 1px solid #333;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.postlinks{
  color:#1a0dab;
  text-decoration: underline; 
}
.postlinks:hover{
  color:#1a0dab;
  text-decoration: underline; 
}
.chat_no_data_class {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-size: 16px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}


[data-theme="dark"] .chat_no_data_class{
color: #fff;
}
[data-theme="dark"] .chat_no_data_class p{
  color: #fff;
  }  
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0 !important;
}
.simplebar-content-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 5px;
  border-color: #EEEEEE;
}
.simplebar-content-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px; 
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-color: #D0D9E2;  
  outline: 0px solid #D0D9E2;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}
/*.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.custom-scroll {
  height: 100%;
} */


/* Space info css */
.addspaceimg{
  display: flex;
  align-items: center; 
}
.addspaceimg .img-prv{
  border: 1px solid #50B855;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  overflow: hidden;
}
.addspaceimg .img-prv img{
  object-fit: cover;
  width: 70px;
  height: 70px;
} 
.addspaceimg .img-prv #uploadedImage{
  width: 100%;
  height: 100%;
}
#uploadedImage{
  display: none;
}
.addspaceimg .imguploadspace input{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.addspaceimg .imguploadspace{
  margin-right: 10px;
}
.addspaceimg .imguploadspace svg{
margin-right: 20px;
width: 30px;
}
.addspaceimg .imguploadspace p{
  color:var(--primary-color);
  font-size: 16px;  
  margin-bottom: 0px; 
}
.addspaceimg{ 
  margin-bottom: 15px !important;
}
[data-theme="dark"] .imguploadspace label {
  background: #131920;
}
.imguploadspace label {
  display: flex;  
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
min-width: 300px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 17px;
  height: 70px;
  padding: 0px 60px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0px !important;
}
.chatgroupcmn .share-options {
  width: auto;
  background: var(--bg-white);
  border-radius: 17px;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px;
  position: absolute;
  top: 45px;
  right: 0px;
  display: none;
  z-index: 999;
  min-width: 350px;
}

[data-theme="dark"] .chatgroupcmn .share-options {
    background: #131920;
}

.chatgroupcmn .copy-url {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 20px;
}
.chatgroupcmn .copy-url h4 {
  font-size: 16px;
  margin: 0px;
}
.chatgroupcmn .url-input {
  position: relative;
  width: 75%;
}
.chatgroupcmn .copy-url input {
  border: 1px solid #929292;
  border-radius: 21px;
  margin: 0px;
  font-size: 12px;
  color: #929292;
}
.copied {
  opacity: 0;
  position: absolute;
     margin: 0 auto;
     left: 0px;
     right: 0px;
     text-align: center;
     top: 68px;
 }
 .copied span{
   font-size: 12px;
 }
 .idzgrouppage .copied.groupcopied{
  position: absolute;
  right: 22px!important;
  left: unset!important;
  top: 61px!important;
  bottom: unset!important;
 }
 .idzgrouppage .share-invitemember .copy-url button {
  top: 6px;
}
 .idzgrouppage div#copied-success{
  position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 68px;
 }
 [data-theme="dark"] .share-options ul li a {
  box-shadow: rgb(29 38 48) 0px 3px 6px !important;
} 
 .share-options ul li a:hover {
  background: var(--primary-color) !important;
  color: #fff;
}
.share-options ul li a:hover svg path {
  fill: #fff !important;
}
.chatgroupcmn .share-options ul li a:hover span{
  color: #fff!important;   
}
.chatgroupcmn .copy-url button {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #929292;
  background: var(--bg-white);
  border-radius: 100%;
}
.chatgroupcmn .share-options ul {
  display: flex;
  margin-left: 0px;
  justify-content: space-between;
}
.space-others ul {
  display: flex;
  align-items: center;
}
.chatgroupcmn .share-options ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 14px;
}
.chatgroupcmn .share-options ul li a {
  width: 76px;
  height: 76px;
  box-shadow: 0px 3px 6px #00000029;
  background: var(--bg-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chatgroupcmn .share-options ul li a span {
  font-size: 11px;
  color: var(--color-black1);
  margin-top: 5px;
}
.chatgroupcmn .mcommantclose, .chatgroupcmn .mshareclose, .chatgroupcmn .mnoticlose, .chatgroupcmn .mmoreclose, .chatgroupcmn .mnotimoreclose, .chatgroupcmn .zmoreclose {
  display: none;
}
.chatgroupcmn .more-post-optns {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-left: 20px;
  height:38px;
  width:38px;
}
.prouinfo {
  display: none;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: transform .35s;
  -moz-transition: transform .35s;
  -o-transition: transform .35s;
  -ms-transition: transform .35s;
  transition: transform .35s;
  transform: translateY(100%) !important;
  -webkit-transform: translateY(100%) !important;
  -moz-transform: translateY(100%) !important;
  -o-transform: translateY(285px) !important;
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 30px 80px 30px !important;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
  display: block;
  outline: 0;
  opacity: 0;
  border-radius: 14px;
  background: var(--bg-white);
  overflow-y: auto;
  max-height: 80vh;
  overflow-x: hidden;
}
.prouinfobox {
  display: flex;
  align-items: center;
}
.prouinfobox .pimg {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.prouinfobox .pimg img {
  border-radius: 17px;
  width: 48px;
  height: 48px;
}
.prouinfobox .people-name {
  width: 70%;
  word-break: break-word;
  text-align: left;
}
.prouinfobox .people-name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--color-black1);
}
.prouinfobox .people-name p {
  font-size: 12px;
  color: var(--color-black1);
  margin-bottom: 0px;
}
.prouinfobtns {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.viewprofilebtn {
  background: var(--primary-color);
  height: 30px;
  color: var(--color-white);
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 12px;
  box-shadow: 0px 0px 6px #0000001c;
  margin-right: 7px;
  padding: 20px 40px;
}
.chatbtnin {
  background: var(--bg-white);
  height: 30px;
  color: var(--color-black1);
  box-shadow: 0px 0px 6px #0000001c;
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 12px;
  box-shadow: 0px 0px 6px #0000001c;
  margin-right: 0px;
  padding: 20px 40px;
}
.spaceinfobox{
  display: none;
}
.spaceinfobox.show{
  display: block;
}
.deskhide { 
  display: none;
}
.spaceadminbtn.deskhide { 
  display: none;
}
.p-3 {
  padding: 1rem!important;
}
.more-post-optns.deskhide.mobileshow{
  display: none;
}
/* End Space info css */

.ml-44 {
  margin-left: 44px;
}
.side-menu {
  min-width: 75px;
  max-width: 75px;
  height: 100vh;
  min-height: 570px;
  background-color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  border-right: 1px solid #2e2e2e;
  padding: 0 8px;
}



.chatmoremobile{
  display: none;
}
div#cht-btn .chat-cunt {
  display: none;
}

@media (max-width: 991.98px) {
  .muc-embedded  .user-chat.bgtransparent .p-lg-4.user-chat-topbar{
     background: #fff!important;  
  }
  
  .muc-embedded .profile-information{
    display: none !important;
    box-shadow: none !important; 
  }
  .muc-embedded ul#users-conversation {
    padding-bottom: 85px !important;
}
.muc-embedded .todaymsg {
  
  padding: 0px 7px;
  height: 30px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: normal;
}
.muc-embedded .conversation-list .rate-us .rateuscnt h4 {
  font-size: 16px;
}
.conversation-list .rate-us .rateuscnt .rateusbtn {
  width: 110px;
  height: 35px;
  font-size: 12px;
  
}
[data-theme="dark"] .muc-embedded .user-chat.bgtransparent .p-lg-4.user-chat-topbar::after{
  background: var(--bg-white);
  left:0;
}


[data-theme="dark"] .muc-embedded .user-chat.bgtransparent .p-lg-4.user-chat-topbar {
  background: var(--bg-white) !important;
}
  .side-menu {
    position: fixed;
    bottom: 0;
    height: 60px;
    min-width: 100%;
    min-height: auto;
    border-top: 1px solid #2e2e2e;
  }
  body.muc-embedded .chat-leftsidebar {
      display: none;
  }
  body.muc-embedded .flex-shrink-0.d-lg-none.me-2 {
      display: none;
  }
  body.muc-embedded .user-chat {
      visibility: visible;
      transform: none !important;
      box-shadow: none !important; 
      transition: none !important;  
  }
  body.muc-embedded .user-chat-topbar{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #fff;
  }
  [data-theme="dark"]  body.muc-embedded .user-chat-topbar{
    background: #131517;
  }
  [data-theme="dark"] body.muc-embedded .chat-input-section{
    background: #131517;
  }
  [data-theme="dark"] body.muc-embedded .chat-conversation{
    background: #131517; 
  }
  .muc-embedded aside.sidemenu {
    display: none;
  }
  .muc-embedded .p-3{
    padding: 1rem 0px !important;
  }
.muc-embedded #pre-load{    
  display: none!important;
} 

  
}
.side-menu .navbar-brand-box {
  text-align: center;
}
.side-menu .navbar-brand-box svg {
  fill: var(--primary-color);
}
@media (max-width: 991.98px) {
  .side-menu .navbar-brand-box {
    display: none;
  }
}
.side-menu .navbar-brand-box .logo {
  line-height: 70px;
}
.side-menu .navbar-brand-box .logo-dark {
  display: block;
}
.side-menu .navbar-brand-box .logo-light {
  display: none;
}
.sidemenu-navigation {
  height: 100%;
}
@media (max-width: 991.98px) {
  .sidemenu-navigation {
    width: 100%;
  }
  .sidemenu-navigation .tooltip {
    display: none;
  }
}
.side-menu-nav {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .side-menu-nav {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.side-menu-nav .nav-item {
  margin: 7px 0;
  display: block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .side-menu-nav .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 5px 0;
  }
}
.side-menu-nav .nav-item .nav-link {
  text-align: center;
  font-size: 28px;
  color: #878a92;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.side-menu-nav .nav-item .nav-link i {
  vertical-align: middle;
}
.side-menu-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  right: -8px;
  top: 18px;
}
@media (max-width: 991.98px) {
  .side-menu-nav .nav-item .nav-link::before {
    width: 20px;
    height: 2px;
    right: auto;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 991.98px) {
  .side-menu-nav .nav-item .nav-link {
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
  }
}
.side-menu-nav .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--primary-color);
}
.side-menu-nav .nav-item .nav-link.active::before {
  background-color: var(--primary-color);
}
.side-menu-nav .nav-item.show > .nav-link {
  color: var(--primary-color);
}
.side-menu-nav .profile-user {
  height: 36px;
  width: 36px;
  background-color: #f6f6f9;
  padding: 3px;
}
.light-mode {
  display: none;
}
body[data-theme="dark"] .side-menu {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
body[data-theme="dark"] .side-menu-nav .nav-item .nav-link {
  color: #8f9198;
}
body[data-theme="dark"] .side-menu-nav .nav-item .nav-link.light-dark .bx-moon:before {
  content: "\eb90";
}
body[data-theme="dark"] .side-menu-nav .nav-item .nav-link.active {
  color: var(--primary-color);
}
body[data-theme="dark"] .side-menu-nav .profile-user {
  background-color: #262626;
}
body[data-theme="dark"] .light-mode {
  display: inline-block;
}
body[data-theme="dark"] .dark-mode {
  display: none;
}
[data-theme="dark"] .chat-leftsidebar {
  /* background: #131517;  */
}
[data-theme="dark"] .idzgrouppage .chat-leftsidebar {
  /* background: #131517;    */
}
[data-theme="dark"] .idzgrouppage .chat-input-section{
  background: transparent;
}

.chat-leftsidebar {
  height: calc(100vh - 60px);
  position: relative;
  background: var(--bg-white) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0px;
  position: relative;
  /* box-shadow: var(--box-shawdow); */
}
@media (min-width: 992px) {
  .chat-leftsidebar {
    height: 100vh;
    margin-bottom: 0px;
  }
  .d-lg-none {
    display: none!important;
}
}
.addmemelists .maddp{
  display: none;
}
.chat-leftsidebar .user-status-box {
  background-color: #f6f6f9;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  margin-top: 16px;
  display: block;
}
.chat-leftsidebar .user-status-box .chat-user-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.chat-search-box .form-control {
  border: 0;
}
.chat-search-box .search-icon-btn {
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 0;
}
.chat-room-list {
  max-height: calc(100vh - 130px);
}
.idzgrouppage .chat-room-list {
  max-height: calc(100vh - 195px);
}
@media (max-width: 991.98px) {
  .chat-room-list {
    height: calc(100vh - 190px);
  }
}
.chat-group-list {
  height: calc(100vh - 140px);
}
@media (max-width: 991.98px) {
  .chat-group-list {
    height: calc(100vh - 198px);
  }
}






.chat-list.chat-user-list{
    display: block;
    padding: 0 10px;
}
.chat-list {
  margin: 0;
}
.chat-list li.active a {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 60px;
}
.chat-list li.active a p{
  color: #fff;
}
.chat-list li.active a.active .overflow-hidden .text-truncate{
  color: #fff!important;
}
.chat-list li.active a.active .overflow-hidden .mute-msg{
  color: #fff!important;
}
.chat-list li.active a span.avatar-title {
  color: #fff !important;
}
.chat-list li.active a span.avatar-title.bg-light {
  background-color: rgba(246, 246, 249, 0.25) !important;
}
.chat-list li.active a .badge {
  background-color: rgba(246, 246, 249, 0.25) !important;
  color: #fff !important;
}
.chat-list li.active a .bg-primary {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.chat-list li a {
  display: block;
  color: #5a636c;
  font-size: 14px;
  position: relative;
  border-radius: 60px;
  padding: 4px;
  /* border: 1px solid var(--box-border); */
} 
.chat-list.chat-user-list li {
    margin-bottom: 5px;
}
.overflow-hidden {
  overflow: hidden!important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-truncate{
  color:var(--color-black1);
}
[data-theme="dark"] .text-truncate{
  color:var(--primary-color);
}
[data-theme="dark"] .chat_users .text-truncate{
  color:#fff; 
}
[data-theme="dark"] .mute-msg{
  color:#AEAEAE;
}
.mute-msg{
  font-size: 10px;
  color:var(--color--grey8);
  font-weight: normal;
  margin-bottom: 0px;
}
.gropu-imgs{
  /* width: 35px; */
  /* height: 35px; */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gropu-imgs img{
  width:16px;
  height:16px;
  border-radius:7px;
}
.mute-msg.writemsg{
  color:var(--primary-color);
}
[data-theme="dark"] .mute-msg.writemsg{
  color: #AEAEAE;
}
.mt-1 {
  margin-top: 0.25rem!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.me-2 {
  margin-right: 0.5rem!important;
}
.chat-list li .chat-user-message {
  font-size: 14px;
}
.chat-list li .unread-msg-user {
  font-weight: 600;
}
.chat-list.comunitylist{
  padding: 0px 10px;
}
.chat-list.comunitylist li a{
  /* box-shadow: 0px 3px 6px #0000000F; */
border-radius: 60px;
padding: 4px;
/* border: 1px solid var(--box-border); */

}
.chat-list.comunitylist li{
  margin-bottom: 5px;
}
[data-theme="dark"] .chat-list.comunitylist li a{
  /* background: #222426;  */
}
.chat-list.comunitylist li a.active{
background: var(--primary-color);
color:#fff;
}
.chat-list.comunitylist li a.active p{
  color:#fff;
}
.chat-list.comunitylist li a.active .user-status{
  background-color: #fff;
  border:2px solid var(--primary-color);
}
.chat_users a.online .user-status {
  background-color: var(--primary-color);
}
.statusposition{
  position: relative;
}
.comunitylist .chat_users  .user-status{
  width: 10px;
  height: 10px; 
  background-color: #adb5bd;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 15px; 
}
.chat-users-li a.online .user-status {
  background-color: var(--primary-color);
}
.chat-users-li .chat_users.active a.online .user-status {
  background-color: #fff; 
}   
.chat-users-li .chat_users  .user-status{
  width: 9px;
  height: 9px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 15px;
  left: auto;
  top: 15px;
} 
.chat-list li.typing .chat-user-message {
  color: var(--primary-color);
  font-weight: 500;
}
.chat-list li.typing .chat-user-message .dot {
  background-color: var(--primary-color);
}
.chat-list li .unread-message {
  position: absolute;
  display: inline-block;
  right: 24px;
  left: auto;
  top: 33px;
}
.chat-list li .unread-message .badge {
  line-height: 16px;
  font-weight: 600;
  font-size: 10px;
}
.chat-user-img {
  position: relative;
}
.chat-user-img .user-status {
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
}
.chat-user-img.online .user-status {
  background-color: var(--primary-color);
}
.chat-user-img.away .user-status {
  background-color: #ffd166;
}
.contact-list li {
  cursor: pointer;
  padding: 8px 24px;
}
.contact-list-title {
  padding: 6px 24px;
  color: var(--primary-color);
  font-weight: 500;
  position: relative;
  font-size: 12px;
}
.contact-list-title:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  right: 0;
  background-color: #f6f6f9;
}
.chat-bookmark-list,
.chat-call-list {
  max-height: calc(100vh - 68px);
}
@media (max-width: 991.98px) {
  .chat-bookmark-list,
  .chat-call-list {
    height: calc(100vh - 125px);
  }
}
.chat-bookmark-list li,
.chat-call-list li {
  position: relative;
  padding: 10px 24px;
  border-bottom: 1px solid #f6f6f9;
}
.chat-bookmark-list li:last-child,
.chat-call-list li:last-child {
  border-bottom: 0;
}
.profile-user {
  position: relative;
  display: inline-block;
}
.profile-user .profile-photo-edit {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  cursor: pointer;
}
.profile-user .user-profile-img {
  -o-object-fit: cover;
  object-fit: cover;
}
.profile-user .profile-img-file-input {
  display: none;
}
.theme-btn-list.theme-color-list .form-check .form-check-input:checked + .form-check-label::before {
  color: #fff;
}
.theme-btn-list .form-check {
  padding: 0;
}
.theme-btn-list .form-check .form-check-input {
  display: none;
}
.theme-btn-list .form-check .form-check-label {
  position: relative;
}
.theme-btn-list .form-check .form-check-input:checked + .form-check-label::before {
  content: "\e9a4";
  font-family: boxicons !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: var(--primary-color);
  font-size: 16px;
  z-index: 1;
}
.theme-btn-list .form-check .form-check-input:checked + .form-check-label.light-background::before {
  color: var(--primary-color);
}
.theme-btn-list.theme-btn-list-img .theme-btn {
  background-color: transparent !important;
}
.theme-btn {
  cursor: pointer;
  border: 1px solid #e6ebf5;
}
body[data-theme="dark"] .chat-leftsidebar {
  background-color: #262626;
}
body[data-theme="dark"] .chat-list li a {
  color: #adb5bd;
}
body[data-theme="dark"] .chat-list li.active a {
  color: #fff;
}
body[data-theme="dark"] .chat-user-img .user-status {
  border-color: #262626;
}
body[data-theme="dark"] .contact-list-title:after {
  background-color: #2e2e2e;
}
body[data-theme="dark"] .theme-btn {
  border-color: #2e2e2e;
}
body[data-theme="dark"] .chat-bookmark-list li,
body[data-theme="dark"] .chat-call-list li {
  border-bottom: 1px solid #2e2e2e;
}
.user-chat {
    background: var(--bg-white) none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 20px 0px 20px;
    position: relative;
    /* box-shadow: var(--box-shawdow); */
    /* -webkit-transition: all .4s; */
    /* transition: all .4s; */
}

@media (max-width: 991.98px) {
  .user-chat {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 99;
  }
  .user-chat.user-chat-show {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1; 
  }
  .chat-leftsidebar {
    width: 98% !important;
      position: fixed;
  }
}
.user-chat .chat-content {
  position: relative;
}
.user-chat.user-chat-show .chat-welcome-section {
  display: none;
}
@media (min-width: 992px) {
  .user-chat.user-chat-show .chat-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.chat-welcome-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .chat-welcome-section {
    display: none;
  }
}
.copyclipboard-alert {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.user-chat-topbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999; 
  background-color: var(--bg-white);
  border-bottom: 1px solid #eaeaf1;
 /* -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px); */
  padding-bottom: 15px;
}
[data-theme="dark"] .user-chat-topbar{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
  background-color:transparent!important; 
}
@media (max-width: 991.98px) {
  .user-chat-topbar {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem!important;
    top:0px;
  }

}
.user-chat-topbar .topbar-bookmark {
  position: absolute;
  bottom: -51px;
  left: 0;
  right: 0;
  border-radius: 0;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-links {
  color: #cc8f00;
  font-size: 14px;
  padding: 1px 16px;
  border-right: 1px solid rgba(255, 209, 102, 0.7);
  white-space: nowrap;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-links:first-child {
  padding-left: 4px;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-list-link::-webkit-scrollbar {
  -webkit-appearance: none;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-list-link::-webkit-scrollbar:vertical {
  width: 12px;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-list-link::-webkit-scrollbar:horizontal {
  height: 5px;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-list-link::-webkit-scrollbar-thumb {
  background-color: rgba(52, 58, 64, 0.1);
  border-radius: 10px;
  border: 2px solid transparent;
}
.user-chat-topbar .topbar-bookmark .bookmark-tabs .tab-list-link::-webkit-scrollbar-track {
  border-radius: 10px;
}
.user-chat-topbar .topbar-bookmark .btn-close {
  padding: 12px 20px;
}
.call-close-btn {
  -webkit-box-shadow: 0 0 0 6px #fff;
  box-shadow: 0 0 0 6px #fff;
}
.user-chat-nav .nav-btn {
  height: fit-content;
  width: 40px;
  line-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 22px;
  color: #797c8c;
  border: none;
}
@media (max-width: 575.98px) {
  .user-chat-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
   
/* [data-theme="dark"] .replymessage-block{
  background-color: #222426!important;
} */ 

[data-theme="dark"] .card{
  background-color: transparent;
  border: none;
}
[data-theme="dark"] .replymessage-block span{
color:#fff!important;
}
[data-theme="dark"] .replymessage-block p{
  color:#fff!important;
  } 

  [data-theme="dark"] .replymessage-block #close_toggle i{
    color:#fff!important;
  }
.replymessage-block span{
  word-break: break-word; 
}
.replymessage-block {
  padding: 8px 8px;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: left;
  border-radius: 4px;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-left: 2px solid var(--primary-color);
}
.replymessage-block .conversation-name {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1;
}
.replymessage-block #close_toggle{
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
  cursor: pointer;
  justify-content: flex-end;
}
.replymessage-block #close_toggle i{
  font-size: 20px;
}
.idzgrouppage .chat-conversation { 
  /* height: calc(100vh - 106px);    */
}
.chat-conversation { 
  height: calc(100vh - 98px);  
}
@media (max-width: 991.98px) {
  .chat-conversation {
    height: calc(100vh - 110px);
    margin-bottom: 0px;
  }
}
.idzgrouppage .chat-conversation .simplebar-content-wrapper{
overflow-y: hidden; 
}
.chat-conversation .simplebar-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /* -ms-flex-direction: column;
  flex-direction: column; */
  flex-direction: column-reverse; 
}
.chat-conversation.spaceinfobox  .simplebar-content-wrapper .simplebar-content {
  margin-top: inherit;
}
 .spaceinfobox.show .chat-conversation .simplebar-content-wrapper .simplebar-content{
  margin-top: unset; 
}
.chat-conversation .simplebar-content-wrapper .simplebar-content {
  margin-top: auto;
} 
.chat-conversation .chat-conversation-list {
  margin-top: 80px;  
  padding-top: 10px;
  margin-bottom: 0; 
  padding-bottom: 24px;       
}

.chat-conversation .chat-conversation-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:0px;
  background-color: none;
  width: 100%;
  box-shadow: none;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
}
.chat-conversation li:last-of-type .conversation-list {
  margin-bottom: 0;
}
.chat-conversation .chat-list.left .check-message-icon {
  display: none;
} 
 /*.chat-conversation .chat-list .message-box-drop {
  visibility: hidden;
}    */ 
.chat-conversation .chat-list:hover .message-box-drop {
  visibility: visible;
}
.chat-conversation .chat-avatar {
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
.chat-conversation .chat-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}
.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 12px;
  width: 100%;
}
.chat-conversation .chat-day-title .title {
  background-color: #fff;
  position: relative;
  font-size: 13px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 5px;
}
.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  top: 10px;
}
.chat-conversation .chat-day-title .badge {
  font-size: 12px;
}
.chat-conversation .conversation-list {
  margin-bottom: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 50%; 
}
.chat-conversation .chat-conversation-list > li.audio-chat-list{
  display: block;
}

.chat-conversation .conversation-list .audio-chat-avatar{
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .chat-conversation .conversation-list {
    max-width: 90%;
  }
}
.chat-conversation .conversation-list .ctext-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.chat-conversation .conversation-list .ctext-content {
  word-wrap: break-word;
  word-break: break-word;
}
.chatdetails .cusername{
  color: var(--primary-color);
  margin-bottom: 4px;
  font-size: 12px;
}
.chat-conversation .conversation-list .ctext-wrap-content {
  padding: 10px;
  background-color: #f2f2f2;
  /* background-color: var(--bg-lightgreen1);*/
  position: relative;
  border-radius: 3px;
 /* display: flex;  */
}
.chat-conversation .chat-list.left.active-card .conversation-list .ctext-wrap-content{
  background-color: #dbe7db; 
}
[data-theme="dark"] .chat-conversation .conversation-list .ctext-wrap-content{
  background: #F2F2F2;
}
[data-theme="dark"] .chat-conversation .conversation-list .ctext-wrap-content p{
  color: #000000;
}
[data-theme="dark"] .chat-conversation .conversation-list .ctext-wrap-content:before{
  border-left-color: #27332b;
  border-top-color: #27332b;
  bottom: -8px;
}
[data-theme="dark"] .chat-conversation .chat-list.left.active-card .conversation-list .ctext-wrap-content:before {
  border-left-color: #dbe7db;
  border-top-color: #dbe7db;
}
[data-theme="dark"] .chat-conversation .chat-list.left.active-card .cusername {
  color: #000000;
} 
@media (max-width: 575.98px) {
  .chat-conversation .conversation-list .ctext-wrap-content .attached-file .attached-file-avatar {
    display: none;
  }
  .chat-conversation .conversation-list .ctext-wrap-content .attached-file .dropdown .dropdown-toggle {
    display: block;
  }
}
.chat-conversation .conversation-list .conversation-name {
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: #797c8c;
}
[data-theme="dark"]  .chat-conversation .conversation-list .dropdown .dropdown-toggle{
  color: #fff;
}
/* @media (max-width: 575.98px) {
  .chat-conversation .conversation-list .dropdown .dropdown-toggle {
    display: none;
  }
} */
.chat-conversation .conversation-list .chat-time {
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
}
.chat-conversation .chat-list.left .conversation-list .message-img{
  justify-content: flex-start; 
}
.video-mess-cont{
  position: relative; 
}
.video-mess-cont:before {
  content: '';
  background: url(../images/play_v.png);
  position: absolute;
  top: 27%; 
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-size: 16px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #50b855;
  border-radius: 2px; 
}
.message-vid-list .video-mess-cont:before {
  top: 50% !important;
  transform: translateY(-50%);
}
.chat-conversation .conversation-list .message-img {
  border-radius: 0.2rem;
  position: relative;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  /* gap: 8px; */
  /* justify-content: flex-end;   */
}
.chat-conversation .conversation-list .message-img .message-img-list {
  position: relative;
}
.chat-conversation .conversation-list .message-img img {
  /* max-width: 150px;  */
  /* max-width: 112px; */
  /* height: 20px; */
  /* width: 40PX; */
}
.chat-conversation .conversation-list .message-img .message-img-link {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: 10px;
}
.chat-conversation .conversation-list .message-img .message-img-link li > a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  width: 26px;
  height: 24px;
  border-radius: 3px;
  background-color: rgba(52, 58, 64, 0.7);
  text-align: center;
}
.chat-conversation .right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-conversation .right .chat-avatar {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 0;
  margin-left: 16px;
}
.chat-conversation .right .chat-time {
  text-align: left;
  color: #797c8c;
}
.chat-conversation .right .conversation-list {
  text-align: right;
}
.chat-conversation .right .conversation-list .ctext-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: rgba(var(--bs-primary-rgb),0.5);
  -webkit-box-shadow: none;
  box-shadow: none; 
  text-align: left;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content.no-bg, .chat-conversation .conversation-list .ctext-wrap-content.no-bg {
    background: transparent;
    padding: 0;
}

.chat-conversation .conversation-list .ctext-wrap-content.no-bg .message-img img, .chat-conversation .conversation-list .ctext-wrap-content.no-bg .imgwithtext a {
  margin-bottom: 0;
  padding: 0;
}

.ctext-wrap-content.mw-50 {
    max-width: 50%;
}
.ctext-wrap-content.mw-60 {
    max-width: 60%;
}
.ctext-wrap-content.mw-70 {
    max-width: 70%;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content.audiobgplyr{
  background:none !important;   
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content p{
  margin-bottom: 4px;
  font-size: 14px;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content span{
  font-size: 14px;  
} 
.chat-conversation .conversation-list .ctext-wrap .ctext-wrap-content span.read_more,.chat-conversation  .conversation-list .ctext-wrap .ctext-wrap-content span.read_less{ 
  text-decoration: underline;
    margin-left: 6px;
    cursor: pointer;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content p,.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content span{
  /* color:#fff; */
  text-align: left;  
}
.content-info img{
  width: 76px; 
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover; 
}
.content-info{
  line-height: 1.2;
}
/*.imgwithtext .popup-img{ 
  margin-top: 20px;  
} 
.chat-conversation .imgwithtext a.popup-img img{ 
  max-width: 100%;  
} */
.chat-list.left .message-img-link ul.list-inline{
  margin-left: 0px; 
}  
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block .flex-grow-1{
line-height: 1.2;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block {
  background-color: rgba(255, 255, 255, 0.2); 
  /* border-color: var(--primary-color); */ 
  border-color: #f4fef4;
  color: #495057;
  justify-content: space-between;

}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block .btn{
  display: none;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block .conversation-name {
  color: var(--primary-color);
}
.chat-conversation .right .conversation-list .conversation-name {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-conversation .right .conversation-list .conversation-name .check-message-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.chat-conversation .right .conversation-list .conversation-name .time {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.chat-conversation .right .conversation-list .conversation-name .name {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.chat-conversation .right .conversation-list .dropdown {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.chat-conversation .right .dot {
  background-color: #343a40;
}
.videocallModal .modal-content {
  min-height: 450px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .videocallModal .modal-content {
    min-height: 350px;
  }
}
.videocallModal-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.user-chat-remove {
  background-color:transparent;
  color: var(--primary-color) !important;
  border-radius: 3px;
  line-height: 1;
}
.user-chat-remove i{
  font-size: 34px;
  border: 1px solid;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}
.chat-input-section {
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid #eaeaf1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  position: relative;
  z-index: 1;
}
[data-theme="dark"] .id-spaceadminpage .chat-input-section,[data-theme="dark"] .id-spacegroupadminpage .chat-input-section{
  background: #222426; 
}
[data-theme="dark"] .chat-input-section{
    border-top: 1px solid var(--box-border);
    background: #1d2630;
}
@media (max-width: 991.98px) {
  .chat-input-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px !important;
    z-index: 1;
    background: var(--bg-lightgreen);
    padding: 0px 10px;
  }
 .chat-input-section .mesgtextsec {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-control.chat-input{
  border: 1px solid #cfd4d8 !important;
}
.chat-input-collapse .links-list-item{
  display: none;
}
.dflex button.btn.chat-send {
  border-radius: 0.4rem!important;
  padding: 0!important;
  font-size: 22px!important;
  width: 43px!important;
  height: 43px!important;
}
.mesgtextsec > div.position-relative{
  width: 90%;
}
}
.chat-input-section .chat-input-collapse {
  display: flex;
  align-items: center;
  border:none;
  z-index:9999;
  justify-content: flex-end;
  
}
@media (max-width: 991.98px) {
  .chat-input-section .chat-input-collapse {
    bottom: -87px;
  }
}
.chat-input-section .chat-input-feedback {
  display: none;
  position: absolute;
  top: -18px;
  left: 16px;
  font-size: 12px;
  color: #ef476f;
}
.chat-input-section .show {
  display: flex;
  opacity: 1;
  transform: translateY(-85px) !important;
}
.chat-input-section .replyCollapse {
  z-index: 1;
}
[data-theme="dark"] .file_Upload {
  background-color: #222426!important; 
} 
.chatform .replyCard.show {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
.file_Upload {
  background: var(--bg-lightgreen);
  border: 1px solid #f6f6f9;
  padding: 16px 24px;
}
.file_Upload .card {
  margin-bottom: 0;
  border-color: rgba(var(--bs-primary-rgb),.3) !important;
  border-radius: 6px;
  border:none !important;
  background-color: var(--bg-lightgreen1);
}
[data-theme="dark"] .file_Upload .card{
 background: #000;
}
.rounded-circle {
  border-radius: 50%!important;
}
.ri-attachment-2{
  color: var(--primary-color);
}
.file_Upload{
  background-color: var(--bg-lightgreen1);
    border-radius: 17px;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 7px 20px; 
}
.file_Upload .card h5{
  margin-bottom:0px; 
  font-size: 13px!important;
}
.file_Upload .card .flex-grow-1 p{
  font-size: 12px!important;
}
.errmsg_cnt{
    border-radius: 17px;
    box-shadow: none;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 10px 20px; 
    font-size: 13px;
    color: #997d3d;
    background-color: #fff6e0;
    border-color: #fff1d1; 
}

.file_Upload .card > div.d-flex{
  position: relative;
}
.file_Upload .card .flex-shrink-0.ms-3{
  position: absolute;
  right: 0px;
  font-size: 22px; 
  cursor: pointer;
  color: #797c8c!important;
}
.file_Upload,
.replyCard,.errmsg_cnt {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #f6f6f9;
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%; 
    margin: 0 auto;
}
[data-theme="dark"] .file_Upload,
.replyCard,[data-theme="dark"] .errmsg_cnt {
  border: 0px solid rgba(255, 255, 255, 0.3);
}
.col-auto{
  display: none;
}
.mesgtextsec .links-list-item{
  display: none;
}
@media (max-width: 991.98px) {
  .file_Upload,
  .replyCard,.errmsg_cnt {
    bottom: -12px;
  }
  .chat-input-collapse.show{
    -webkit-transform: translateY(-170px);
    transform: translateY(-160px);
    opacity: 1;
  }
  .chat-input-links .links-list-item > .btn{
    border:none;
  }
  .chat-input-section .col-auto{

  }
  .chat-input-collapse {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #f6f6f9;
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 90%;
    margin: 0 auto;
}
.chat-input-section .chat-input-collapse{
  width: 100%;
  border: 1px solid #ececec;
  background: var(--bg-white);
  padding: 10px 20px 5px 20px;
  display: flex;
}
.chat-input-section .chat-input-collapse .swiper{
  width: 100%;
}
.chat-input-section .swiper-wrapper{
  justify-content: center;
}
.swiper-wrapper .swiper-slide {
  margin-left: 0px!important;
}
.swiper-slide label{
  flex-direction: column;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  line-height: 1.8!important;
  height: auto!important;
}
.swiper-slide label span{
  margin-left: 0px!important; 
}
.col-auto{
  display: block;
}
.mesgtextsec .links-list-item{
  display: block;
}

}


@media (max-width:1023px) {

  .file_Upload.show,
.replyCard.show, .errmsg_cnt.show {
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 1;
}
.replyCard.show {
  -webkit-transform: translateY(-55px) !important;
  transform: translateY(-55px) !important;
}
 .bjsafari .replyCard.show {
      -webkit-transform: translateY(-80px) !important;
      transform: translateY(-80px) !important;
  }
  
  .chat-conversation #scroller-id{
    padding-bottom: 45px !important;
  }
  .chatgroupcmn .share-options ul {
    display: flex;
    margin-left: 0px;
    justify-content: center;
    gap: 20px;
}
div#share_popup_b .copy-url h4 {
  display: none;
}
#share_popup_b .share-options{
  overflow: hidden;
}
#share_popup_b{
  padding-bottom: 20px !important;
}
.chat-conversation .simplebar-content-wrapper{
  flex-direction: column;
}
  .file_Upload.show,
  .replyCard.show {
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px); 
  }
}
.contact-modal-list .contact-list li {
  margin: 2px 0;
}
.contact-modal-list .contact-list li.selected {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.chat-input-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat-input-links .links-list-item > .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 22px;
  width: 43px;
  height: 43px;
}
.chat-input-links .links-list-item > .btn.btn-link {
  color: #797c8c;
}
.animate-typing .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #343a40;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.animate-typing .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.animate-typing .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes wave {
  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-moz-document url-prefix() {
  .chat-input-section {
    background-color: #f2f2f2 !important;
  }
  .user-chat-topbar {
    /* background-color: #f2f2f2 !important; */
  }
  [data-theme="dark"] .chat-input-section,
  [data-theme="dark"] .user-chat-topbar {
    background-color: #2e2e2e !important;
  }
  .chatgroupcmn .chat-input-section{
    background: rgba(255, 255, 255, 0.05) !important;
  }
}
.user-profile-sidebar {
  height: 100vh;
  background-color: #fff;
  display: none;
  min-width: 380px;
  max-width: 380px;
}
@media (min-width: 992px) {
  .user-profile-sidebar {
    border-left: 4px solid #f6f6f9;
  }
}
@media (max-width: 1199.98px) {
  .user-profile-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }
}
@media (max-width: 575.98px) {
  .user-profile-sidebar {
    min-width: 100%;
  }
  [data-theme="dark"] .spaceinfobox.show .sapcetopbar {
    background: #131517;
}
[data-theme="dark"] input#serachChatUser {
  color: #000 !important;
}
.spaceinfosec .smesmore.show ul.semsul{
  top: unset !important;
  width: 100%;
  z-index: 9999;
  bottom: 0px !important;
  opacity: 1 !important;
  visibility: visible;
  height: auto;
  padding: 10px !important;
  left: 0px !important;
} 
.more-post-optns.smesmore.show ul.semsul {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -webkit-transition: transform .35s;
  -moz-transition: transform .35s;
  -o-transition: transform .35s;
  -ms-transition: transform .35s;
  transition: transform .35s;
  bottom: 0;
  display: block!important;
  position: fixed;
  opacity: 1;
  z-index: 9999;
  width: 100% !important;
  max-height: 60vh;
  overflow-y: auto;
  top: unset;

}
[data-theme="dark"] .more-post-optns.smesmore.show ul.semsul {
  background: #000;
}
}
.user-profile-img {
  position: relative;
}
.user-profile-img .overlay-content {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.user-profile-img .user-name {
  font-size: 16px;
  color: #fff;
}
.user-profile-img .profile-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .user-profile-img .profile-img {
    height: 160px;
  }
}
.user-profile-img .profile-foreground-img-file-input {
  display: none;
}
.user-profile-img .profile-photo-edit {
  cursor: pointer;
}
.user-profile-image {
  -o-object-fit: cover;
  object-fit: cover;
}
.user-profile-desc {
  height: calc(100vh - 285px);
}
@media (max-width: 991.98px) {
  .user-profile-desc {
    height: calc(100vh - 194px);
  }
}
.profile-desc {
  height: calc(100vh - 285px);
}
@media (max-width: 991.98px) {
  .profile-desc {
    height: calc(100vh - 330px);
  }
}
.profile-media-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.profile-media-img .media-img-list {
  position: relative;
}
.profile-media-img .media-img-list a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.profile-media-img .media-img-list a img {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
  object-fit: cover;
}
.profile-media-img .media-img-list a .bg-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.profile-media-img .media-img-list .image-remove {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(52, 58, 64, 0.7);
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  margin: 4px;
}
.favourite-btn.active .bx-heart {
  color: #ef476f;
}
.favourite-btn.active .bx-heart:before {
  content: "\ed36";
}
.edit-input.form-control[readonly] {
  padding: 0;
  font-weight: 500;
}
.edit-input.form-control[readonly]:focus {
  border-color: transparent;
}
.user-setting {
  height: calc(100vh - 288px);
}
@media (max-width: 991.98px) {
  .user-setting {
    height: calc(100vh - 320px);
  }
}
body[data-theme="dark"] .user-profile-sidebar {
  background-color: #262626;
}
@media (min-width: 992px) {
  body[data-theme="dark"] .user-profile-sidebar {
    border-color: #333;
    
  }
}
.auth-logo .logo {
  margin: 0 auto;
}
.auth-logo .logo-dark {
  display: block;
}
.auth-logo .logo-light {
  display: none;
}
.auth-bg {
  background-color: var(--primary-color);
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
.auth-logo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .auth-logo-section {
    height: 100vh;
  }
}
@media (max-width: 991.98px) {
  .auth-logo-section {
    text-align: center;
  }
}
.authentication-page-content {
  height: calc(100% - 48px);
  background-color: #fff;
  border-radius: 16px;
  margin: 24px;
}
.auth-img {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1549.98px) {
  .auth-img {
    max-width: 220%;
  }
}
@media (min-width: 1550px) {
  .auth-img {
    max-width: 200%;
  }
}
@media (max-width: 991.98px) {
  .auth-img {
    display: none;
  }
}
.auth-pass-inputgroup input[type="text"] + .btn .ri-eye-fill:before {
  content: "\ec80";
}
.signin-other-title {
  position: relative;
}
.signin-other-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #f6f6f9;
  top: 10px;
}
.signin-other-title .title {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 2px 16px;
}
body[data-theme="dark"] .authentication-page-content {
  background-color: #262626;
}
body[data-theme="dark"] .signin-other-title .title {
  background-color: #262626;
}
body[data-theme="dark"] .signin-other-title::after {
  background-color: #2e2e2e;
}
/*# sourceMappingURL=app.min.css.map */



/* ========= Custom Css ===========*/
.chat-user-img {
    position: relative;
    border-radius: 7px;
}
.chat-user-img img.avatar-xs{
    border-radius: 50px;
    height: 35px;
    width: 35px;
    /* border: 1px solid rgb(0, 0, 0, 0.1); */
    object-fit: cover;
} 

.ms-0 {
    margin-left: 0!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-grow-1 {
  -webkit-box-flex: 1!important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cfd4d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
[data-theme="dark"] .form-control{
  background: #131517;
  color: #fff;
}
.user-chat-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
    width: 70%;
}
.list-inline-item {
    display: inline-block;
}
.foot .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.foot li a {
  font-size: 13px;
  color: var(--color--grey5) !important;
  line-height: 1.8;
  transition: all 0.2s linear 0s;
}
.foot li a:hover {
  color: var(--primary-color) !important;
  text-decoration: underline;
  }
.toolbarsec{
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
[data-theme="dark"] .toolbarsec h6 .user-profile-show{
  color:#fff;
}
.toolbarsec h6 .user-profile-show{
  font-size: 18px;   
}

.searchmsg{
    height: 35px;
    margin-bottom: 0px;
}
.swiper-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.d-none {
  display: none!important;
}
.swiper-box{
  display: flex;
  align-items: center;
}
.swiper-slide label{
  line-height: 0px;
  height: 22px; 
  display: flex;
  align-items: center;
  width: fit-content;
  z-index: 999;
  cursor: pointer;
}
.swiper-slide label svg{
  width: 25px;
}
.swiper-slide label span{
  color: var(--primary-color);
  font-size: 14px;
  margin-left: 10px;
}
.swiper-wrapper .swiper-slide{
  margin-left:20px;
}

.form-control.chat-input{
  border:none;
  margin-top: 20px;
  resize: none;
  box-shadow: none;
}
.dflex button.btn.chat-send{
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--bg-white);
  box-shadow: 0px 1px 8px #0000001f;
  height: 35px;
  width: 100px;
  padding: 0px 15px;
  line-height: 0px;
  border-radius: 45px;
  border:none !important;
  color: var(--color-black1);
  text-align: center;
  justify-content: center;
  margin-left: 20px;
}
[data-theme="dark"] .dflex button.btn.chat-send{
  background: #fff;
  color: #000;
}
.d-inline-block {
  display: inline-block!important;
}
.p-2 {
  padding: 0.5rem!important;
}
.bg-soft-primary{
  background-color: rgba(78,172,109,.9)!important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.ms-3 {
  margin-left: 1rem!important;
}
.attechedFile-remove{
  cursor: pointer;
  font-size: 18px;
}
.border-primary {
  border-color: var(--primary-color);
}
.user-chat-content .dropdown-menu{
  background: var(--bg-white);
    padding: 10px 0px;
    box-shadow: var(--box-shawdow);
    border-radius: 3px;
    border: none !important;
}
[data-theme="dark"] .user-chat-content .dropdown-menu{
 background: #000;
} 
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.35rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
[data-theme="dark"] .dropdown-item{
 color:#fff;
}
[data-theme="dark"] .dropdown a:hover {
  background-color: transparent; 
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.font-size-13 {
  font-size: 13px!important;
}
[data-theme="dark"] .reveal.postpopup{
  background: var(--bg-white);
  border: 1px solid var(--box-border) !important;
}
[data-theme="dark"] .postpopup .posttle{
  /* border-bottom: 1px solid var(--box-border); */
}
[data-theme="dark"] .postpopup .posttle .close-button{
  background: #131517!important;
}
[data-theme="dark"]  .postcnt-inn .reaction-msg .msgbtns .pmsgbtn{
  background: #000000;
}
.reveal.postpopup {
  padding: 0px;
  background: #FCFFFC !important;
  border: 1px solid #C3E8C3 !important;
  border-radius: 15px !important;
}
#sharetochatModal.postpopup .posttle{
  position: static;
}
#sharetospaceModal.postpopup .posttle{
  position: static; 
}
.postpopup .posttle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #C3E8C3; */
  padding: 15px 30px;
}
.postpopup .posttle h2 {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 0px;
}
.postpopup .posttle .close-button {
  width: 25px;
  height: 25px;
  background: #C3E8C3;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.postpopup .posttle .close-button span {
  color: #fff;
  line-height: 25px;
  font-size: 20px;
}
.postcnt {
  padding: 15px 20px;
}
.postpopup .central-meta {
  margin-bottom: 10px;
  box-shadow: none;
}
#serachChatUser::placeholder {
  color: var(--primary-color);
  opacity: 1;
  font-size: 12px;
}
#serachChatUser:-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}
#serachChatUser::-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}

#serachShareuser,#serachShareuser_space { 
  border-radius: 50px;
  height: unset;
  padding: 10px 15px 10px 55px !important;
}
#serachShareuser,#serachShareuser_space {
  top: 5px;
  left: 0;
  width: 100%;
  border-color: var(--primary-color) !important;
  padding: 8px 30px 8px 45px !important;
  background: url(../images/search.png) left 20px center no-repeat !important;
  background-size: 18px !important;
  border-radius: 45px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0px;
  height: 35px; 
}

#serachShareuser::placeholder,#serachShareuser_space::placeholder {
  color: var(--primary-color);
  opacity: 1;
  font-size: 12px;
}
#serachShareuser:-ms-input-placeholder,#serachShareuser_space:-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}
#serachShareuser::-ms-input-placeholder,#serachShareuser_space::-ms-input-placeholder {
  color: var(--primary-color);
  font-size: 12px;
}

.postcnt {
  padding: 15px 20px;
}
.postpopup .central-meta {
  margin-bottom: 10px;
  box-shadow: none;
}
.postcnt-inn {
  height: 400px;
  overflow-y: auto;
  padding-right: 15px;
}
.postcnt .postcnt-inn::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #D0D9E2;
}
.postcnt .postcnt-inn::-webkit-scrollbar {
  width: 1px;
  border-color: #EEEEEE;
}
.postcnt .postcnt-inn::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-color: #C3E8C3;
  outline: 2px solid #C3E8C3;
}
.reaction-peoples {
  padding: 0px 0px;
}
[data-theme="dark"] .reacticon a svg path{
  fill: #fff; 
}
.reaction-list {
  padding: 0px 0px 15px 0px;
}
.reaction-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reaction-details {
  display: flex;
  align-items: center;
  width: 40%;
}
.reaction-details .pimg {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  flex-shrink: 0;  
}
.reaction-details .pimg img {
  border-radius: 17px;
  width: 48px;
  height: 48px;
}
.reaction-details .reaction-name h4 {
  font-size: 15px;
  margin-bottom: 0px;
  color: var(--primary-color);
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
} 
.reaction-details .reaction-name p {
  font-size: 12px;
  color: var(--color-black1);
  margin-bottom: 0px;
}
.reaction-msg .msgbtns {
  display: flex;
  align-items: center;
}
.msgbtns .pmsgbtn {
  background: var(--bg-white);
  height: 30px;
  color: var(--color-black1);
  box-shadow: 0px 0px 6px #0000001C;
  line-height: 50px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 12px;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #797c8c!important;
}
[data-theme="dark"] .text-muted{
  color:rgba(255, 255, 255, 0.7)!important; 
}
.rounded-3 {
  border-radius: 0.4rem!important;
}
.p-3 {
  padding: 1rem!important;
}
.ms-4 {
  margin-left: 1.5rem!important;
}
.border {
  border: 1px solid #f6f6f9!important;
}
.chat-list.left .ctext-wrap-content .text-start{
  color: #000;
}
.chat-list.left .user-chat-content .text-muted.text-truncate{
  color: #000 !important;
}
.chat-list.left .text-muted.download-file {
  color: rgba(0, 0, 0, 0.5)!important;
}
.chat-list.left .border {
  border: 1px solid rgba(var(--bs-primary-rgb),.3) !important; 
}
.ctext-wrap-content .text-start{
  color: #fff;
}
.text-muted.download-file{
  color: #fff!important;
}
.avatar-title .ri-attachment-2{
  color:#fff !important; 
}
.user-chat-content .text-muted.text-truncate{
  color:#fff !important; 
} 
.chat-list.left .dropdown-menu{
  left: 0px;
  right: unset;
} 
.chat-list.right .dropdown-menu{
  right: 0px;
  left: unset;
}
.dropdown-menu {
  -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
  box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
  -webkit-animation-name: DropDownSlide;
  animation-name: DropDownSlide;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  z-index: 1000;
}
.dropdown-menu {
  position: absolute;
  right: 25px;
  top: 27px; 
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: .9375rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f6f6f9;
  border-radius: 0.25rem;
}
.dropdown-menu.show {
  display: block;
}
.todaymsg{
  border: 1px solid #50B855;
  width: fit-content;
  padding: 0px 20px; 
  height: 40px;
  background: #F4FEF4;
  border-radius: 50px;
  color: var(--primary-color);
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: normal; 
}
[data-theme="dark"] .todaymsg{
  background: #000;
}
.conversation-list .rate-us{
  background: var(--bg-white) none repeat scroll 0 0;
  border: none;
  border-radius: 17px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 0px 20px 20px;
  position: relative;
  box-shadow: var(--box-shawdow);
  text-align: left;
}
[data-theme="dark"] .conversation-list .rate-us{
  background: #000000;
}
.conversation-list .rate-us .rateuscnt{
    width: 70%;
}
.conversation-list .rate-us .rateuscnt h4{
  font-size: 18px;
  font-weight: bold;
  color: var(--color-black1);
}
.conversation-list .rate-us .rateuscnt h4 .rname{
  color: var(--primary-color);
}


.conversation-list .rate-us .rateuscnt p{
  font-size: 14px;
  color: var(--color-black1);
}
.conversation-list .rate-us .rateuscnt .rateusbtn{
   width:140px;
   height: 40px;
   font-size: 14px;
   color: var(--primary-color);
   font-weight: 500;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50px;
   border:1px solid var(--primary-color);
   cursor: pointer;
   margin-top: 20px;
}
.helpsec a.helplink{
 background: var(--primary-color);
 width: 72px;
 height: 35px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 border-radius: 7px;
 float: right;
}
.helpsec{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: #fff;
  text-align: right;
  padding: 10px 20px;
  display:none; 
}
[data-theme="dark"] .helpsec{
 background: #131517;
}
.rating_requestfrm input{
  border:none;
  border-bottom:1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding:5px 0px;
}
.rating_requestfrm input:focus{
  border:none;
  border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.chat-list.left .conversation-list .rate-us{
  padding: 20px 20px 20px 20px;
}
.ratereqbtn{
  width:fit-content;
    height: 40px;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    margin-top: 20px;
    padding: 0px 20px;
    float: right;
}
.rate-us .rateuscnt h4 .rname {
  color: var(--primary-color);
}
.rate-us .rateuscnt h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-black1);
}
[data-theme="dark"] #ratingPopup .close-button:hover{
  color:#fff;  
}
[data-theme="dark"]  .rating_requestfrm input{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.help-title h4{
  color:var(--primary-color);
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1;
}
.empty-help{
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  margin-top: -35%;
}
.empty-help h4{
  font-size: 28px;
  color:var(--color-black1);
  font-weight: bold;
}
.empty-help p{
  font-size: 14px;
  color:#B5B5B5;
}
.help-info{
  width: 40%;
  text-align: center;
}
.helpcntp .clicklink{
  color:var(--primary-color);
}
.helpchat  .conversation-list{
  max-width: 60%;
}
.helpchat .chat-list.left  .user-chat-content .ctext-wrap{
  flex-direction: column;
}
.foundsolution{
  display: flex;
  align-items: center;
  margin: 10px 0px;
  border-bottom: 1px solid rgb(0,0,0,0.2);
  width: fit-content;
  padding: 10px 0px;
}
.foundsolution h4{
  color:var(--primary-color);
  font-size: 18px;
}
.foundsolution .yesnobtn{
  display: flex;
  align-items: center;
}
.yesnobtn button{
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--bg-white);
  box-shadow: 0px 1px 8px #0000001f;
  height: 35px;
  width: 100px;
  padding: 0px 15px;
  line-height: 0px;
  border-radius: 45px;
  border: none !important;
  color: var(--color-black1);
  text-align: center;
  justify-content: center;
  margin-left: 20px;
}
.ynbtns{
  display: flex;
  align-items: center;
}
.cantfoundsolution .cantcnt{
  padding: 12px 20px;
  background-color: var(--bg-lightgreen1);
  position: relative;
  border-radius: 3px;
  margin-top: 15px;
}
.cantfoundsolution h4{
  color:var(--primary-color);
  font-size: 18px;
}
.cantfoundsolution p{
  font-size: 14px;
  color:var(--color-black1);
}
.cantfoundsolution ul li{
  border-bottom: 1px solid rgb(0,0,0,0.2);
  padding: 10px 0px;
}
.cantfoundsolution ul li:last-child{
  border-bottom: none;
}
.zisolution{
  margin-bottom: 50px;
}
.helpchat .chat-conversation-list{
  margin-top: 50px; 
}

.chat-conversation .conversation-list .ctext-wrap-content:before,.cantfoundsolution .cantcnt:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
   /* border-right-color: rgba(var(--bs-primary-rgb), 0.5); 
  border-top-color: rgba(var(--bs-primary-rgb), 0.5);*/
 //border-right-color: var(--primary-color); 
  //border-top-color: var(--primary-color);
  border-left-color: var(--bg-lightgreen1);
  border-top-color: var(--bg-lightgreen1);
  left: 0;
  right: auto;
  bottom: -10px;
}
.chat-list.right  .conversation-list .ctext-wrap-content:before,.chat-list.right  .cantfoundsolution .cantcnt:before {
  content: "";
  position: absolute;
  border: 6px solid transparent; 
    /*border-right-color: rgba(var(--bs-primary-rgb),0.5);
  border-top-color: rgba(var(--bs-primary-rgb),0.5);*/
  right: 0;
  left: auto;
  bottom: -9px;
}      
.feedchat-sidebar .chat-list{
  padding: 0px!important;
}  
.feedchat-sidebar .chat-message-list .chat-list{
  box-shadow: none;
}
.feedchat-sidebar .chat-list li a{
  padding: 5px 0px;
}
.feedchat-sidebar .userchatbar {
  padding: 0px 0px;
}
.feedchat-sidebar #serachChatUser{
  margin-bottom: 5px;
  margin-top: 5px;
}
.chat-list.feed-chatlist{
  padding: 5px 20px 20px 20px;
}

.msg_box{
	position:fixed;
	bottom:-5px;
	width:300px;
	background:var(--bg-white);
	box-shadow: 0px 3px 48px #0000000F;
  border-radius: 30px 30px 0px 0px; 
  z-index: 999; 
  height:460px; 
  overflow:hidden;
}
.msg_box iframe {
  height: 509px!important;  
    width: 100% !important;
	border:none !important;
}
@media (max-width: 1400px), (max-height: 400px) {  
  .msg_box iframe {
    height: 404px!important;  
  }
  .msg_box {
    height: 415px;
  }
  .chatgroupcmn .share-options ul li a {
    width: 58px;
    height: 58px;
}
.chatform .chat-input-section{
  z-index: 999;
}
}
.msg_head{	
	background:transparent;
	color:var(--color-black1);
  padding: 15px 15px;
	font-weight:bold;
	cursor:pointer;
	border-radius: 20px 20px 0px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msg_head .us-img img{
  width: 35px;
  height: 35px;
  border-radius: 7px;
  flex-shrink: 0;
}
.msg_head .us-img{
  width: 20%;
}
.msg_head .us-info{
  width: 70%;
}
.msg_head .us-info p{
  font-size: 13px;
  margin-bottom: 0px;
}
.msg_head .us-info p.true{
  color: var(--primary-color);
}
.msg_head .close{
  width: 10%;
  text-align:center;
  font-size: 18px;
  color: var(--color--grey8);
}
.msg_body{
	background:white;
	/*height:449px;*/  
	font-size:12px;
	padding:0px 15px 15px 15px; 
	overflow:auto;
	overflow-x: hidden;
}
.msg_input{
	width:100%;
	height: 55px !important;
	border: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;  
  font-size: 12px;
  line-height: 1.2; 
  resize: none; 
}
.msg_input:focus{
  border: none;
}
.mgsndbtn{
  cursor: pointer;
    display: flex;
    align-items: center;
    background: var(--bg-white);
    box-shadow: 0px 1px 8px #0000001f;
    height: 30px;
    width: 75px;
    padding: 0px 15px;
    line-height: 0px;
    border-radius: 45px;
    border: none !important;
    color: var(--color-black1);
    text-align: center;
    justify-content: center;
    margin-right: 20px;
    float: right;
    margin-bottom: 20px;
}
.close{
	float:right;
	cursor:pointer;
}
.msg_box .close{
  position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    width: 25px;
    background: #fff;
}  
.minimize{
	float:right;
	cursor:pointer;
	padding-right:5px;
	  
}
iframe .msg_body .chat-leftsidebar{
  display: none !important;   
}
.msg-left{
	position:relative;
  background-color: var(--bg-white);
	padding:5px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
	word-break: break-all;
  display: flex;
}
.msg-left .rimg{
  width: 35px;
  height: 35px;
  border-radius: 7px;
  flex-shrink: 0;
  margin-right: 10px; 
}
.msg-left p{
  font-size: 13px;
  color: var(--color-black1);
  line-height: 1.1;
  margin-bottom: 0px;
}
.msg-right{
  background-color: var(--bg-lightgreen1);
	padding:5px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-break: break-all;
}
[data-theme="dark"] .goverlay {
  background: rgb(0,0,0,0.9) !important;
}
.goverlay {
  background: rgb(255,255,255,0.9) !important;
}
.glightbox-clean .gslide-media{
  box-shadow: none !important;
} 
iframe.vimeo-video img{
  margin:0 auto!important;
}
.gslide-media{
  display: flex!important;
  width: auto;
  justify-content: center;
  align-items: center;
}
.gslide-media iframe html{
  display: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

div.maudio .audio{height:0;overflow:hidden;display:none;}
div.maudio .audio-control{
  overflow:hidden;
  font-size: 12px;
  font-weight: normal;
}
div.maudio .audio-control a,
div.maudio .audio-control div{
  float:left;
  margin:0 5px;
  cursor:pointer;
} 
.chat-list.right div.maudio .audio-control a{ 
  display:block;
  background:url(../images/audio_icon1.png) no-repeat 0 0;
  width:30px;
  height:30px; 
  text-align:center;
  text-decoration:none;
  overflow:hidden; 
}
div.maudio .audio-control a{
  display:block;
  background:url(../images/audio_icon.png) no-repeat 0 0;
  width:30px;
  height:30px; 
  text-align:center;
  text-decoration:none;
  overflow:hidden; 
}
.chat-list.right div.maudio .audio-control a.play{
  border-radius:50%;
 
  background-position:10px 8px;
}
.chat-list.right div.maudio.playing .audio-control a.play{
  background-position:11px -22px;
}
div.maudio .audio-control a.play{
  border-radius:50%;
 
  background-position:10px 8px;
}
div.maudio.playing .audio-control a.play{
  background-position:11px -22px;
}
div.maudio .audio-control a.fast-reverse,
div.maudio .audio-control a.fast-forward{
  width:17px;
  height:17px;
  margin-top:7px;
  background-position:-50px 1px;
}
div.maudio .audio-control a.fast-reverse{
  background-position:-50px -59px;

}
div.maudio .audio-control a.fast-forward:hover{
  background-position:-50px -29px;
}
div.maudio .audio-control a.fast-reverse:hover{
  background-position:-50px -89px;
}

 div.maudio .audio-control .progress-bar{
  width:145px;
  height:6px;
  margin:11px 5px;
  border-radius:3px;
  background:#dfdede;
  overflow:hidden;
}
.replymessage-block div.maudio .audio-control {
  width: max-content;
}
.replymessage-block div.maudio .audio-control .duration{
  color: #9d9c9c;
}
div.maudio .audio-control .progress-pass{
  width:0;
  height:8px;
  margin:0;
  border-radius:3px;
  background:#5550b8;
}
.chat-list.left div.maudio .audio-control .time-keep{
  color: #9d9c9c;
}
.replymessage-block{
  cursor: pointer;
}

div.maudio .audio-control .time-keep{
  height:30px;
  line-height:30px;
  color:#fff;
  cursor:default;
}
div.maudio .audio-control .mute{
  width:21px;
  height:17px;
  margin-top:7px;
  background-position:0 -60px;
}
div.maudio .audio-control .mute.muted{
  background-position:0 -90px;
}
div.maudio .audio-control .volume-bar{
  width:50px;
  height:5px;
  margin-top:13px;
  border-radius:2px;
  background:#afafaf;
}
div.maudio .audio-control .volume-pass{
  width:100%;
  height:5px;
  margin:0;
  border-radius:2px;
  background:#fff;
} 
.comunitygroup{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0px;
}
.comunitygroup .comunityimg img{
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-left:5px;
  min-width: 30px;
}
.dflex-aligncenter {
  display: flex;
  align-items: center;
}
.searchbox.searchposition{
  position: absolute;
  right: 25px;
  top: 0px;
  width: 50%;
}
.searchbox.searchbox-open input:focus{
  background: var(--bg-white);
}
.plusonline{
  display: flex;
  align-items: center;
}
.plusonline p{
  margin-bottom: 0px;
  font-size: 14px;
  color:var(--color-black1);
}
.plusonline .onlinecount{
  background: var(--bg-lightgreen);
  border-radius: 7px;
  width: 30px;
  height: 30px;
  border:1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color:var(--primary-color);
  font-size: 14px;
  margin: 0px 5px;
}
.comtotal{
  background: var(--primary-color);
  border-radius:50%;
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color:#fff;
  font-size: 14px;
  margin: 0px 0px 0px 20px;
  min-width:30px;
}
.comtotal p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 0px;
}
h6.comunityname{
  font-size: 15px;
}
.chatmore li .bx{
  color: var(--primary-color);
  font-size: 16px;
}
.howtogroupbtn{
  width: 100% !important;
  margin-top: 10px;
}
.howsec{
  padding: 0 20px;
}
.spacecreatebtn, .findgroup,.howtogroupbtn{
width: 125px;
height: 35px;
background: var(--primary-color);
border: 0px solid var(--primary-color);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color:#fff;
cursor: pointer;
padding:0px 5px;
}
.findgroup{
  margin-right: 5px;
}
.spacecreatebtn span{
  display: flex;
align-items: center;
}
.zi-chatgroup{
  justify-content: space-between;
  padding: 0px 15px;
}
.spacecreatebtn i{
  font-size: 16px;
}
.add-spacegroup{
  box-shadow: 0px 0px 20px #00000029;
  background:var(--bg-white);
  border-radius: 18px;
  padding: 20px;
  display: none;
  position: absolute;
  right: -40px;
  z-index: 99;
  top: 70px;
}
.add-spacegroup.show{
  display: block;
}
.spacechatbar h4,.spacename h4{
 font-size: 14px;
 font-weight: 500;
 color:var(--color-black1);
 margin-bottom: 0px;
 line-height:1;
}
.spacename input{
  width: 100%;
    border-color: var(--primary-color) !important;
    padding: 8px 20px 8px 20px !important;
    background-size: 18px !important;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 35px;
    background: var(--bg-lightgreen1);
}
.spacename input::-webkit-input-placeholder {
  color: var(--primary-color) !important;
}
.spacename input::-moz-placeholder {
  color: var(--primary-color) !important;
}
.spacename input:-ms-input-placeholder {
  color: var(--primary-color) !important;
}
.spacename input::-ms-input-placeholder {
  color: var(--primary-color) !important;
}
.spacename input::placeholder {
  color: var(--primary-color) !important;
}
.spacename input.is-invalid-input::placeholder{
  color:#cc4b37 !important;
}
.spacename input.is-invalid-input::-webkit-input-placeholder {
  color:#cc4b37 !important;
}
.spaceuserslist{
  height: 300px;
  overflow-y: auto;
}
.spaceuserslist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.spaceuserslist::-webkit-scrollbar {
  width: 5px;
  border-color: #EEEEEE;
}
.spaceuserslist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-color: #D0D9E2;
  outline: 0px solid #D0D9E2;
}
.spaceuserslist li{
  margin-bottom: 5px;
} 
.spaceuserslist input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.spaceuserslist label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.spaceuserslist label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-black1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer; 
}
.spaceuserslist input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 5px;
  height: 11px;
  border: solid #fff;

  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.spaceuserslist input:checked + label:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.spce-user{
  display: flex;
  align-items: center;
}
.spce-user p{
  margin-bottom: 0px;
  color:var(--color-black1);
  font-size: 13px;
}
.spaceuserslist label .spce-user img{
margin: 0px 10px;
}
[data-theme="dark"] .creategroupbtc{
  background: #1d2630;
}
.creategroupbtc{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: #fff;
  text-align: right;
  padding: 10px 20px 20px 20px;
}
.creategroupbtc .crategrbtn{
  background: var(--primary-color);
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
[data-theme="dark"] .groupaddedmsg{
  background: #060606;
}
.groupaddedmsg{
  border: 1px solid #50B855;
  width: fit-content;
  height: auto;
  background: #F4FEF4;
  border-radius: 50px;
  color: var(--primary-color);
  text-align: center;
  margin: 0 auto;
  padding:10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
}
.addedgroup-invite{
  position: relative;
}
[data-theme="dark"] .addedgroup-invite .share-options{
  background: #060606 !important;
  }  
.addedgroup-invite .share-options {
  width: fit-content;
  background: var(--bg-white);
  border-radius: 17px;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px;
  position:relative;
  top: unset;
  right: 0px;
  display: none;
  z-index: 0;
  left: 0px;  
  margin: 0 auto 20px auto;
}
.share-invitemember .url-input input{
  height: 40px;
}
[data-theme="dark"] .share-invitemember .url-input input{
  background: #131517;
}
[data-theme="dark"]  .copy-url input{
color: #fff;
}
.share-invitemember .copy-url button {
  top: 2px;
}
.share-invitemember .share-options{
  display: block;
}
h4.sharein-tle{
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px; 
}
.user-chat.bgtransparent{
  background: transparent;
  box-shadow: none;
}
.user-chat.bgtransparent .user-chat-topbar{
  background: var(--bg-lightgreen); 
}
.user-chat.bgtransparent .form-control.chat-input{
  background: transparent;
}
[data-theme="dark"] .sapcetopbar{
  border-bottom: 1px solid var(--box-border);
  background: #1d2630;
} 
.sapcetopbar{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #eaeaf1;
  padding-bottom: 20px;
  background: var(--bg-white); 
}
.barinner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spaceback a{
  display: flex;
  align-items: center;
  color: var(--color-black1);
  font-size: 18px;
}
.spaceback a i{
  color: var(--primary-color);
  font-size: 22px;
  margin-right: 10px;
}
.space-others ul{
  display: flex;
  align-items: center;
}
.space-others ul li{
  margin-left: 25px;
  position: relative;
}
.space-others ul li a{
  display: flex;
  align-items: center;
  color: var(--color-black1);
  font-size: 14px;
}
.space-others ul li a i{
  color: var(--primary-color);
  font-size: 22px;
  margin-right: 10px;
}
.space-others ul li a i.bxs-share{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.spacenameinput h4{
  font-size: 14px;
  color: var(--color-black1);
  margin-bottom: 0px;
  line-height: 0;
}
.spacenameinput input{
  width: 100%;
  border-color: var(--primary-color) !important;
  padding: 8px 20px 8px 20px !important;
  background-size: 18px !important;
  border-radius: 7px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
  height: 35px;
  background: var(--bg-lightgreen1);
}
.spacenameinput input:focus{
  background: var(--bg-lightgreen1);
}
.space-memberlist{

}
[data-theme="dark"] .space-memberlist ul li{
  border-bottom: 1px solid rgb(255, 255, 255, 0.1); 
}
.space-memberlist ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaf1;
  padding: 10px 0px;
}
.space-memberlist ul li:last-child{
  border-bottom: none !important; 
}
.space-memberlist .smem{
  display: flex;
  align-items: center;
}
.space-memberlist .smem img{
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 60px;
}
.space-memberlist .smem p.semname{
  font-size: 14px;
  color:var(--color-black1);
  margin-bottom: 0px;
} 
.spaceadminbtn{
  color: var(--primary-color);
  background: var(--bg-lightgreen1);
  width: 115px;
  height: 27px;
  border: 1px solid #50B855;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.spacead{
  display: flex;
}
.smemsecond{
  display: flex;
  align-items: center;
}
.space-memberul{
  margin-top: 80px;
  padding-top: 10px;
  margin-bottom: 0;
}
.semcount{
  font-size: 16px;
  color:var(--color-black1);
  margin-top: 20px;
}
.space-shareoptions.show{
  display: block;
}
.spaceinputname{
  position: relative;
} 
.spaceinputname button{   
  position: absolute; 
  top: 9px;  
  right: 17px; 
  width: 16px; 
  cursor: pointer; 
}   
.spaceinputname  img{
  right: 17px;
  width: 16px;
}
.spaceinputname button.update_btn {
  width: max-content;
  color: var(--primary-color);
  background: var(--bg-lightgreen1);
  border: 1px solid #50B855;
  padding: 5px 10px;
  top: 5px;
  font-size: 12px;
  display: none;;
}
[data-theme="dark"] .addmem,[data-theme="dark"] .pendingreq{
  border: 1px solid #515151;
  background: transparent;
}
.addmem{
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 17px;
  background: var(--bg-white);
  padding: 10px 20px;
}
.addmem h4{
  font-size: 14px;
  color:var(--color-black1);
  margin-bottom: 0px;
}
.addmem-tle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.addmem-tle i {
  font-size: 28px;
  cursor: pointer;
}
.addmemlist label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.addmemlist label .spce-user img {
  margin: 0px 10px;
}
.addmemlist label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-black1);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.addmemlist input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.addmemlist ul li { 
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  padding: 4px 0px;
}
.addmemlist input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.addmemlist input:checked + label:before {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.cmcharbar{
  top: 5px;
    left: 0;
    width: 100%;
    border-color: var(--primary-color) !important;
    padding: 8px 30px 8px 45px !important;
    background:var(--bg-lightgreen1) url(../images/search.png) left 20px center no-repeat !important;
    background-size: 18px !important;
    border-radius: 45px;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 35px;
}

.cmcharbar::-webkit-input-placeholder {
  color: var(--primary-color) !important;
}
.cmcharbar::-moz-placeholder {
  color: var(--primary-color) !important;
}
.cmcharbar:-ms-input-placeholder {
  color: var(--primary-color) !important;
}
.cmcharbar::-ms-input-placeholder {
  color: var(--primary-color) !important;
}
.cmcharbar::placeholder {
  color: var(--primary-color) !important;
}
.addmemelists{
  display: none;
}
.addmemelists.show{
  display: block;
}
.pendingreq{
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 17px;
  background: var(--bg-white);
  padding: 10px 20px;
  margin-top: 15px;
}
.pendingreq .penreq-tle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.pendingreq .penreq-tle h4{
  font-size: 14px;
  color: var(--color-black1);
  margin-bottom: 0px;
}
.pendingreq .penreq-tle i{
  font-size: 28px;
  cursor: pointer;
}
.pendingreqlists{
  max-height: 300px;
  overflow-y: auto;
}
.pendingreqlists ul{
  margin-left: 0px;
  margin-right: 20px;
}
.pendingreqlists ul li {
  border: none;
  display: flex;
  align-items: center;
  justify-content:space-between;
  margin: 10px 0px;
}
.pendingreqlists .pguserinfo{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
}
.pendingreqlists .pguserinfo img{
  height: 35px;
  width: 35px;
  border-radius: 7px;
  margin-right: 10px;
}
.pendingreqlists .pguserinfo p{
  font-size: 14px;
  color:var(--color-black1);
  margin-bottom: 0px;
}
.pguserbtns{
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
}
.pguserbtns .acptbtn{
  background: var(--primary-color);
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  float: right;
  cursor: pointer;
  box-shadow: 0px 1px 8px #0000001F;
}
.pguserbtns .declinebtn{
  background: var(--bg-white);
  box-shadow: 0px 1px 8px #0000001F;
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black1);
  border-radius: 30px;
  float: right;
  cursor: pointer;
  margin: 0px 10px;
}
a.vew-profile{
color: var(--primary-color);
font-size: 14px;
}
.addmemlist{
  max-height: 300px;
  overflow-y: auto;
}
.pendingreqlists{
  display: none;
}
.pendingreqlists.show{
  display: block;
}
.pendingreqlistscroll{
  max-height: 300px;
  overflow-y: auto;
}
.customscrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.customscrollbar::-webkit-scrollbar {
  width: 5px;
  border-color: #EEEEEE;
}
.customscrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-color: #D0D9E2;
  outline: 0px solid #D0D9E2;
}
.pendingreq .comtotal{
  width: 25px;
  height: 25px;
}
.pendingreq .comtotal p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 0px;
}
.space-memberul.margintop-0{
  margin-top: 0px;
}
.spacenamesec{
  margin-top: 60px;
  padding-top: 10px;
}
.reportcnt{
  text-align: center;
  width: 65%;
  margin: 0 auto;
}
.reportcnt h4{
  color:var(--primary-color);
  font-size: 22px;
  font-weight: bold;
}
.reportcnt p{
  color:var(--color-black1);
  font-size: 16px;
}
.reportcnt svg{
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
} 
.reportspacesec .simplebar-content-wrapper .simplebar-content{
  margin-top: unset;
}
.reportspacesec .simplebar-content-wrapper{
    align-items: center;
    justify-content: center;
}
.reportspacesec .chat-conversation {
  height: calc(100vh - 50px);
}
.reportcnt.joincnt{
  width: 100%;
}
.reportcnt.joincnt h4{
  color:var(--color-black1);
  font-size: 20px;
}
.reportcnt.joincnt svg{
  margin-bottom: 20px; 
}
.reqstbtn{
  background: var(--primary-color);
  width: fit-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  padding:0px 30px;
  margin:0 auto;
  margin-top: 30px;
  cursor: pointer;
}
.reqstcancelbtn{
  background: var(--bg-white);
  width: fit-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px #0000001C;
  color: var(--color-black1);
  border-radius: 30px;
  padding:0px 40px;
  margin:0 auto;
  margin-top: 20px;
  cursor: pointer;
}
.reqcancelsec{
  display: none;
}
.reqcancelsec.show{
  display: block;
}
p.reqsent{
  color: #7E7E7E;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.joinrequest{
  border:1px solid var(--primary-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 40px;
}
.joinrequest p{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
  color: var(--color-black1); 
  font-size: 14px;
}
.joinrequest p a{
  color: var(--primary-color);
  margin-left: 10px;
}
.w-100 {
  width: 100%!important;
}
.position-relative {
  position: relative!important;
} 
.help-title a{
  display: none;
}
.chatpage .more-post-optns::before{
background: transparent!important;
}
.desktophides.dflex{
  display: none;
}
.gropu-imgs img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.msg_head {
    position: absolute;
    right: 10px;
    padding: 0px !important;
    width: 25px;
    height: 25px;
    border: none; 
    top: 10px;
}
.chatgrp .msg_body{
  overflow: hidden!important; 
  padding: 1px!important;
}   
 .msg_box .close{
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 20px; 
  position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    width: 25px;
    background: #fff;
}  
[data-theme="dark"] .msg_box .close  {
  background: var(--bg-white);
}
span.file_loader {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: var(--primary-color);
  width: 0%;
  
}
span.file_loader.act
{
  width: 100%;
  transition: width 3s;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb;
    background-color: var(--bg-white);
   }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            max-height: 300px;
            overflow-y: auto; 
            z-index: 999;}
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {        
    font-size: 12px;
    height: 36px;
    line-height: 34px; }  
    .nice-select.small:after {   
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; } 

      .nice-select.sort-filter-Product .list{
          box-shadow: var(--box-shawdow) !important;
          border-radius: 12px;
          z-index: 99; 
      }
  .nice-select .list {
    background-color: var(--bg-white);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
    border: 1px solid var(--box-border);
  }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important;
      color:var(--color-black1);
   }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: var(--primary-color);
      color:#fff;
   }
    .nice-select .option.selected {
      font-weight: bold; 
      background-color: var(--primary-color);
      color:#fff;  
  }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
#reportcmnd .btnfield .btn{
  box-shadow: 0px 0px 6px #0000001C;
  background: var(--primary-color) !important;
  color: var(--color-white);
  font-size: 14px;
  height: 40px;
  border-radius: 22px;
  line-height: 40px !important;
  float: right;
  font-weight: normal;
}

@media only screen and (max-width:1023px) {
/* .chatgroupcmn .ui-widget{
  bottom: 0 !important;
  height: auto;
  max-height: 250px;
  overflow-y: auto;
  left: 0px !important;
    width: 100% !important;
  }
   */

  .conversation-list .dropdown-menu.show .dropdown-item {
    justify-content: center !important;
    width: calc(100% - 30px);
    margin: auto;
    padding: 10px 1.5rem;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
/* .chat-list li.active a {
  background-color: transparent !important;
color: var(--color-black1);
} */ 
/* .chat-list li.active a p{
  color: var(--color-black1);
} */
.user-chat-nav {
  width: 20%;
}
  .user-chat-remove i {
    font-size: 30px;
    border: 1px solid;
    height: 32px;
    width: 32px;
    border-radius: 100%;
}

  .conversation-list .dropdown-menu {
    position: fixed;
    top: unset;
    width: 100%;
    padding: 40px 0px !important;
    transform: translateY(100%);
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -o-transition: transform .35s;
    -ms-transition: transform .35s;
    transition: transform .35s;
    z-index: 10000;
}
.chat-list .dropdown .dropdown-menu {
  right: unset !important;
  left: 0px;
}
.chat-list.left .dropdown-menu {
  left: 0px;
  right: unset;
}
.conversation-list .dropdown-menu.show {
  display: block;
  transform: translateY(0%);
  bottom: 0;
}
.user-chat-content .dropdown-menu {
  background: var(--bg-white);
  padding: 10px 0px;
  box-shadow: var(--box-shawdow);
  border-radius: 3px;
  border: none !important;
}
  .idzgrouppage .user-chat-show{
    overflow: inherit !important;
  }
  .user-chat .user-chat-overlay.show {
    opacity: 1;
    backdrop-filter: blur(2px);
    z-index: 9;
    pointer-events: none;
}

.conversation-list .dropdown-menu .mshareclose {
  top: 20px;
  right: 30px !important;
}


  .imguploadspace label{
    height: 55px;
  }
  .sidemenu .a_middle_sec {
    padding: 0px 0 !important;
}
  .spaceinfobox.show .chat-conversation {
    height: calc(100vh - 20px);
}
  .addspaceimg .img-prv img, .addspaceimg .img-prv   {
    height: 55px;
    width: 55px;
  }
  .todaymsg{
    font-size: 10px; 
  }
  [data-theme="dark"] .chat-input-links .links-list-item > .btn{
    color: #fff; 
  }
  [data-theme="dark"] .user-chat-topbar{
    background-color:#131517!important; 
  } 
  .chat-input-collapse .wysiwyg{
    display: none;
  }
  .swiper-box{
    justify-content: center;
  }
  .swiper-wrapper .swiper-slide{
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .desktophides.dflex{
    display: flex;
  }
  .user-chat .user-chat-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0.1;
  }
  .user-chat .user-chat-overlay.show{
    opacity: 1;
    backdrop-filter: blur(2px);
    z-index: 9;
  }
  .toolbarsec .flex-grow-1.overflow-hidden{
    overflow: visible!important;
  }
  .chatboxmore.mhide{
    display: none!important;
  }
  .user-chat-topbar{
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
  .chatmoremobile .chatboxmore{
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -o-transition: transform .35s;
    -ms-transition: transform .35s;
    transition: transform .35s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(285px);
    width: 100% !important;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 10px 50px 20px!important;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    display: block;
    outline: 0;
    opacity: 0;
    border-radius: 14px;
    background: var(--bg-white);
    overflow-y: auto;
    max-height: 60vh;
    overflow-y: auto;
    top: unset;
    visibility: visible!important;
  }
  .chatmoremobile .chatboxmore.show{
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -o-transition: transform .35s;
    -ms-transition: transform .35s;
    transition: transform .35s;
    bottom: 0;
    display: block!important;
    position: fixed;
    opacity: 1;
    z-index: 9999;
    width: 100% !important;
    max-height: 60vh;
    overflow-y: auto;
    top: unset; 
  }
  .chatmoremobile .chatboxmore li{
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    padding: 10px 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .chatmoremobile .chatboxmore li a{
    font-size: 14px;
  }
  .more-post-optns>ul>li:last-child{
    border-bottom: none;
  }
  .more-post-optns:hover>ul{
   /* opacity: 0!important;
    right: 0px;
    top: unset; */
  }
  .help-title{
    display: flex;
    align-items: center;
  }
  .help-title a{
    margin-right: 10px;
  }
  .help-info {
    width: 80%;
    text-align: center;
}
div.maudio .audio-control .progress-bar{
  width: 130px;
}
.chatboxmore li:last-child{
  border:none;
}
.user-chat{
  padding: 20px 10px 0px 10px;
  border-radius: 0px;
}
.help-title a {
  display: block;
}
.id-spaceadminpage .helpsec{
  display: none;
}
.userchatbar #serachChatUser{
  border-radius: 12px !important;
  height: 45px !important;
  background-color: #F4FEF4!important;
  background-image: url(../images/search.png) left 20px center no-repeat !important;
}
.spacecreatebtn, .findgroup{
  height: 45px !important;
  font-size: 14px;
  font-weight: 500;
  /* background: var(--bg-white); */
}
.chat-heading h4{
  font-weight: 500;
}
.text-truncate{
  font-weight: 500;
}
.id-spaceadminpage .chat-leftsidebar{
  background: transparent;
  box-shadow: none;
  margin-top: 0px;
}
.chat-list.comunitylist li a{
  box-shadow:none!important;
}
.chat-user-img img {
  border-radius: 4px;
} 
.user-chat.bgtransparent{
  background: var(--bg-white);
}
.comunitygroup,.plusonline,.comtotal{
  display: none;
}
.searchbox-input{
  height: 40px!important;
  margin-bottom: 0px!important;
}
.searchbox.searchposition{
  top: 13px;
  width: 70%;
  right: 35px;
}

.searchbox.searchposition.searchbox-open{
  background: var(--bg-lightgreen);
  z-index: 9;
  width: 87%;
}
.avatar-sm{
  width: 35px;
  height: 35px;
}
.add-spacegroup{
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: transform .35s;
  -moz-transition: transform .35s;
  -o-transition: transform .35s;
  -ms-transition: transform .35s;
  transition: transform .35s;
  transform: translateY(100%) !important;
  -webkit-transform: translateY(100%) !important;
  -moz-transform: translateY(100%) !important;
  -o-transform: translateY(285px) !important;
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 20px!important;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
  display: block;
  outline: 0;
  opacity: 0;
  border-radius: 14px;
  background: var(--bg-white);
  overflow-y: auto;
  max-height: 90vh;
  overflow-y: hidden;
  top: unset;
}
.add-spacegroup.show{
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -webkit-transition: transform .35s;
  -moz-transition: transform .35s;
  -o-transition: transform .35s;
  -ms-transition: transform .35s;
  transition: transform .35s;
  bottom: 0;
  display: block!important;
  position: fixed;
  opacity: 1;
  z-index: 9999;
  max-height: 90vh;
  overflow-y: hidden;
} 
.creategroupbtc .crategrbtn{
  border-radius: 14px;
  height: 45px;
}
.spacechatbar .search_us{
  border-radius: 12px !important;
  height: 45px !important;
  background-color: #F4FEF4!important;
  background-image: url(../images/search.png) left 20px center no-repeat !important;
}
.spacename input{
  height: 45px !important;
}

.addedgroup-invite .share-options{
  transform: none !important;
  opacity: 1;
  padding: 10px !important;
  background: transparent;
  box-shadow: none;
  width: auto;
  overflow: hidden;
}
.addedgroup-invite .share-options ul li{
  margin-right: 10px;
}
.groupaddedmsg{
  padding: 10px 20px;
}
h4.sharein-tle{
  margin-bottom: 0px;
}
.id-addedgroup .chat-conversation {
  margin-top: 35px;
}
.exitbtn1{
  background: var(--primary-color);
  width: 72px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 7px;
  float: right;
}
.cancelsbtn1{
  background: var(--bg-white);
  width: 72px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  border-radius: 7px;
  float: right;
  box-shadow: 0px 0px 5px #00000029;
}
.rowbtns{
  display: flex;
  justify-content: center;
}
.rowbtns button{
  margin: 0px 5px;
}
#exit-space #content_alert{
  text-align: center;
  font-weight: bold;
}
#exit-space .insidepopup{
  padding: 0px;
}
.popupscnt{
  padding: 0px 40px;
}
#exit-space .close-button span{
  color: var(--color-black1);
}
.chatmoremobile .chatboxmore.transformnone{
  transform: none;
}
#share-space .share-options {
  transform: none !important;
  opacity: 1;
  padding: 10px !important;
  background: transparent;
  box-shadow: none;
  width: auto;
  overflow: hidden;
  position: relative;
}
#share-space .insidepopup{
  padding: 0px;
}
#share-space .popupscnt{
  padding: 20px 0px;
}
#exit-space .popupscnt{
  padding: 30px 40px;
}
.chat-list.comunitylist li a{
  padding: 7px 10px;
}
.userchatbar {
  padding: 0px 10px!important;
}
.zi-chatgroup{
  padding: 5px 10px !important;
}
h6.comunityname{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.toolbarsec h6.text-truncate{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
#share-space .close-button,#exit-space .close-button{
  position: absolute;
  top: 10px;
  right: 30px;
}
#share-space .close-button span {
  color: var(--color-black1);
}
.chatmoremobile .chatboxmore .transformnone{
  transform: none;
}
.id-spacegroupadminpage .chat-leftsidebar{
  display: none;
}
.id-spacegroupadminpage .user-chat{
  transform:none;
  visibility: visible;
}
.id-spacegroupadminpage .chat-conversation{
  height: calc(100vh - 70px);
}
.space-others ul{
  display: none;
}
.spacenameinput input{
  height: 45px;
  border-radius: 7px;
}
.addmem,.pendingreq{
  padding: 9px 20px;
  border-radius: 7px;
}
.id-spacegroupadminpage .pendingreq .comtotal{
  display: flex;
}
.addmem h4,.pendingreq .penreq-tle h4{
  font-size: 14px;
}
.id-spacegroupadminpage .semcount{
  margin-top: 10px;
}
.mflex{
  display: flex !important;
}
.smemin .spaceadminbtn{
  margin-top: 5px;
  height: 23px;
  line-height: 23px;
  text-align: center;
}
.spaceinfosec .smemin .spaceadminbtn{
  margin-top: 0px;
}
.mspaceuserinfo,.addmemelists,.pendingreqlists{
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: transform .35s;
  -moz-transition: transform .35s;
  -o-transition: transform .35s;
  -ms-transition: transform .35s;
  transition: transform .35s;
  transform: translateY(100%) !important;
  -webkit-transform: translateY(100%) !important;
  -moz-transform: translateY(100%) !important;
  -o-transform: translateY(285px) !important;
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 20px!important;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
  display: block;
  outline: 0;
  opacity: 0;
  border-radius: 14px;
  background: var(--bg-white);
  overflow-y: auto;
  max-height: 80vh;
  overflow-y: hidden;
  top: unset;
}
.mspaceuserinfo.show,.addmemelists.show,.pendingreqlists.show{
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -webkit-transition: transform .35s;
  -moz-transition: transform .35s;
  -o-transition: transform .35s;
  -ms-transition: transform .35s;
  transition: transform .35s;
  bottom: 0;
  display: block!important;
  position: fixed;
  opacity: 1;
  z-index: 9999;
  max-height: 80vh;
  overflow-y: hidden;
} 
.prouinfo .prootherbtns{
  margin-top: 10px;
}
.prouinfo .prootherbtns button{
    height: 30px;
    box-shadow: 0px 0px 6px #0000001c;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 12px;
    box-shadow: 0px 0px 6px #0000001c;
    margin-right: 0px;
    padding: 20px 40px;
}
.prouinfo .prootherbtns .makespacebtn{
  background: var(--bg-white);
  color: var(--color-black1);
  margin-bottom: 10px;
}
.prouinfo .prootherbtns .removespacebtn{
  background: #CC1818;
  color: #fff;
}
.addmemlist ul li{
  display: flex;
}
.id-spacegroupadminpage .cmcharbar{
  border-radius: 14px;
  height: 45px;
}
.addmemelists .maddp{
  font-size: 14px;
  font-weight: bold;
  display: flex;
}
.pendingreqlists ul li{
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
.pendingreqlists .pguserinfo,.pguserbtns{
  width: 100%;
}
.id-spacegroupadminpage .pguserbtns{
  justify-content: flex-start;
}
.id-spacegroupadminpage .pguserbtns a.vew-profile{
  display: none; 
}   
.id-spacegroupadminpage .pguserbtns{
  margin-top: 10px;
}
.id-spacegroupadminpage .pguserbtns button{
  border-radius: 14px;
  width: 50%;
}
.id-spacegroupadminpage .pendingreqlists.show{
  overflow-y: auto!important;
}
.pendingreqlists ul{
  margin-right: 0px;
}
.pendreq{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pendreq .maddp{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  margin-bottom: 0px;
}
.id-spacegroupadminpage .simplebar-mask{
  z-index: auto;
}
.space-memberul{
  margin-top: 55px;
}
.reportcnt svg{
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
}
.reportcnt{
  width: 100%;
}
.reportcnt.joincnt h4{
  font-size: 16px;
}
.reqstcancelbtn,.reqstbtn{
  border-radius: 14px;
  height: 45px; 
  width: 100%;
}


}



[data-theme="light"] .chat-input-collapse .wysiwyg button.t_bold.active {
  background-color: #50b855 !important;
}
.chat-input-collapse .wysiwyg .t_bold.active, .chat-input-collapse .wysiwyg .t_italic.active, .chat-input-collapse .wysiwyg .t_underline.active{

  background-color: #50b855 !important;
}
[data-theme="dark"]  .idzgrouppage .chat-input-collapse .t_bold.active{
  background-color: #50b855 !important;
}
[data-theme="dark"] .idzgrouppage .chat-input-collapse .t_italic.active, [data-theme="dark"] .idzgrouppage .chat-input-collapse .t_underline.active{
  background-color: #50b855 !important;
}

.user-chat.bgtransparent .p-lg-4.user-chat-topbar {
  background: #fcfffc !important;

}
.user-chat.bgtransparent .p-lg-4.user-chat-topbar::after{
  background: #fcfffc;
  position: absolute;
  width: 100%;
  content: "";
  height: 15px;
  bottom: -16px;
}

[data-theme="dark"] .user-chat.bgtransparent .p-lg-4.user-chat-topbar::after{
  background: #222426;
  position: absolute;
  width: 100%;
  content: "";
  height: 15px;
  bottom: -16px;
}

[data-theme="dark"] .user-chat.bgtransparent .p-lg-4.user-chat-topbar {
  background: #222426 !important;
}
[data-theme="dark"] .user-chat-topbar{
  background-color: #1d2630 !important;
}
.p-lg-4.user-chat-topbar::after{
  background: #fff;
  position: absolute;
  width: 100%;
  content: "";
  height: 15px;
  bottom: -16px;
}
[data-theme="dark"] .p-lg-4.user-chat-topbar::after {
  background: #1d2630;
  position: absolute;
  width: 100%;
  content: "";
  height: 15px;
  bottom: -16px;
}
div#scroller-id {
  padding-right: 5px !important;
  overflow-y: auto !important;
}

.todaymsg .todaymsg {
  border: none;
  margin: 0;
  background: transparent;
}
.replymessage-block.align-items-start {
  padding-bottom: 30px;
}
.chatgroupcmn .replymessage-block.align-items-start {
  padding-bottom: 0px;
  margin-bottom: 8px !important;
}
.space-memberul .spaceadminbtn + .more-post-optns:hover>ul {
  /* top: -92px; */

}
.space-memberul .more-post-optns:hover>ul {
  /*top: -210px; */
  
}
.space-memberlist ul li:nth-child(-n+3) .more-post-optns:hover>ul{
  /* top: 11px; */
}
.ctext-wrap-content .replymessage-block.align-items-start img {
  width: 60px;
  height: 60px;
  object-fit: contain;
    /* max-height: 50px;
    width: auto; */
}
.ctext-wrap-content .replymessage-block.align-items-start img.audioReply {
  width: auto;
   height: auto;
}
.chat-conversation .conversation-list .ctext-wrap .ctext-wrap-content p {
margin-bottom: 0 !important;
}


@media only screen and (max-width: 1240px) and (min-width: 1024px)  {
  .dflex button.btn.chat-send
  {
    width: max-content;
  }
  .swiper-slide label span
  {
    font-size: 12px;
  }
  .swiper-slide label svg {
      width: 16px;
  }
  .chat-input-collapse .wysiwyg select, .chat-input-collapse .wysiwyg input, .chat-input-collapse .wysiwyg button
  {
    height: 30px;
    padding: 0px 5px;
    font-size: 12px !important;
  }
  input#audiofile-input + label.avatar-sm.mx-auto.stretched-link svg {
      width: 10px;
  }
  .chat-input-collapse .category select.font-size {
      width: 40px;
  }
  .chat-input-collapse .category button {
      width: 25px;
  }
  .user-chat {
    padding: 15px 0px 0px 0px;
  }
}


.row.delch a.btn.post-btn.addedbtnclick {
  float: unset;
  display: inline-block;
  margin: 30px 10px 0px;
}

.imgwithtext a {
  /* display: flex; */
  /* background-color:#dcdcdc1f; */
  padding:5px 0;
  /* border-radius:5px; */
  /* gap: 10px; */
  display: block;

}

.imgwithtext a img {
  /* height: 60px; */
  /* width: 60PX; */
  margin-right:5px;
  /* object-fit: contain; */
}
.profile_pic_side_nav{
  /* display: none; */
}
.profile_pic_side_nav.profile_img_re, .profile_pic_side_nav.profile_img_add{
display: block;
}
.user-chat-content img.avatar-xs{
border:none;
}
.user-chat-content .imgwithtext a img {
margin-right: 0;
}
.user-chat-content .chat-user-img.me-2{
margin-right: 0px !important;
}
[data-theme="dark"] #sharetochatModal, [data-theme="dark"] #sharetospaceModal{
  border: 1px solid rgb(80,184,85,0.4) !important;
}
.msg_box .close {
background: transparent;
    height: 25px;
}
  .msg_head {
    top: 0px;
  }
  .sidemenu .a_middle_sec {
    background-color: var(--bg-white);
    padding: 20px 0;

}
.notification-popup .n_icon{
    background: #0000004a;  
    border-radius: 100%;
    padding: 6px 2px 3px 5px;
    margin-right: 10px;
}
.notification-popup .n_icon svg{
    height: 15px;
    width: 15px;
}
.notification-popup .n_icon svg path{
  fill:#fff; 
}
.notification-popup{
    transition: transform .35s;
    -webkit-transform: translate(-150%, -50%) !important;
    z-index: -1;
    top: 50%;
    position: absolute;
    background-color: #50b855;
    border: 1px solid #50b855;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 7px 17px 0 rgb(80 184 85 / 45%);
    left: 115px;   
    width: max-content;
}
.notification-popup.show{
    -webkit-transform: translate(0,-50%) !important;
    transition: transform .35s;
}
.chat-conversation .conversation-list .message-img img {
  /* width: 80px;  */
  /* height: 80px;  */
  /* object-fit: cover;  */
  margin-bottom: 8px;
}
.chat-conversation .conversation-list.chatAudio .message-img img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}
.chat-conversation .chatVideo a.video-mess-cont{
padding: 5px;
}
.chat-conversation .replymessage-block {
width: fit-content;
}
.chat-conversation .chatAudio .audio-mess-cont .audio-control a{
  margin-left: 0;

}
.chat-conversation .chatAudio .audio-mess-cont{
  margin-top: 10px;
}
.chatform .replyCard .content-info{
  display: flex;
  align-items: center;
  margin-top: -9px;
}

.edtbt {
  margin: 12px 0px !important;
}
.ui-widget.ui-widget-content {
  z-index: 999999999;
}
.video_share::before {
  content: "";
  background: url(../images/play_v.png);
  position: absolute;
  top: 50%;
  left: 50%;
  /* right: 0px; */
  margin: 0 auto;
  background-size: 9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #50b855;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.video_share{
  position: relative;
}
.imgwithtext .video-mess-cont:before {
display: none;
}
.cursor-pointer {
  cursor: pointer;
}
span.highlight {
  background-color: yellow;
  color: #1e1e1e;
}
[data-theme="dark"] .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content p {
  color: #fff !important;
 }
.gslide-image img {
  width: 90% !important;
 }

#landscapeWarning {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--bg-white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.warning-content h2 {
  font-size: 22px;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.warning-content p {
  font-size: 16px;
  color: var(--bg-black);
  margin: 0;
}

.warning-content svg {
  width: 80px;
}

[data-theme="dark"] .warning-content svg path:first-child {
  fill: #fff;
}
