:root {
  --blue: #090d10;
  --white: #ffffff;
  --primarycolor: #8e1bcf;
  --btn-primary: #8E1BCF;
  --font-family: 'Open Sans';
  --plain-background: #f5f5f5;
  --bold: bold;
  --non-border: 0;
  --btn-hover: var(--btn-primary);
  --fontweight400: 400;
  --fontweight500: 500;
  --fontweight600: 600;
  --fontweight700: 700;
  --fontweight800: 800;
  --colorgreen: #00917c;
  --colorwhite: #fff;
  --colorgreen1: #23AA59;
  --colorred: red;
  --colorblack: #17172F;
}

/*common style */

body {
  font-family: var(--font-family);
  background-color: var(--plain-background);
}
.btn.btn-primary:focus ,.btn-danger.focus , .btn-danger:focus {
  border: 2px solid #9c14d6 !important;
  .btn-danger.focus
}
.btn-primary:focus {
  box-shadow: 0 0 0 .1rem rgb(133 2 136 / 50%) !important;
}

.btn-primary:not(:disabled):not(.disabled):active{
      background-color: #b100cc !important;
}
.btn{
border: none !important;
}

p {
  font-weight: var(--fontweight400);
  color: #828181;
}

h1 {
  font-weight: var(--fontweight700);
  color: var(--colorblack);
  font-size: 25px;
}

h2 {
  font-weight: var(--fontweight600);
  color: var(--colorblack);
}


a {
  color: #090d10;
}

a:hover {
  text-decoration: none;
  color: #090d10;
}

/* end of common css */



.close:not(:disabled):not(.disabled):focus{
  outline:none !important;
}
.plain_background {
  background: var(--plain-background);
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shadow-lg {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.100) !important;
  opacity: 2px !important;
}



/* background end */

/* container */

.wrapper {
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content_body {
  width: 100%;
  padding: 2%;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


/* end of container */

/* buttons group */


.btn-primary {
  background-color: var(--btn-primary);
  color: var(--white);
  font-weight: var(--fontweight600);
  border: var(--non-border);
  font-size: 15px;
}

.btn-outline-primary {
  background-color: var(--white);
  color: var(--btn-primary);
  font-weight: var(--bold);
  border: 1px solid var(--btn-primary);
  font-size: 15px;
}

.btn-outline-primary:hover {
  background: #fff;
  color: var(--btn-primary);
  border-color: var(--btn-primary);

}

.btn-primary:hover {
  background-color: var(--btn-hover);
}



/*butoon cancel */



/* end of buttons */






/* top navbar */
.navbar {
  padding: 6px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #f1ecec;
}

.menu {
  margin: 30px 0;
}

#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  color: #797C95;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  border-right: 2px solid #f1ecec;
}

#sidebar.active ul.components li {
  font-size: 14px;
}

#sidebar.active ul.components li a {
  padding: 10px 0;
}

#sidebar.active ul.components li a span {
  margin-right: 0;
  display: block;
  font-size: 24px;
}

#sidebar.active .logo {
  padding: 10px 0;
}

#sidebar.active .footer {
  display: none;
}

#sidebar .logo {
  display: block;
  color: #fff;
  font-weight: 900;
  padding: 10px 30px;
}

#sidebar ul li {
  font-size: 16px;
}

#sidebar ul li>ul {
  margin-left: 10px;
}

#sidebar ul li>ul li {
  font-size: 14px;
}

#sidebar ul li a {
  padding: 10px 30px;
  display: block;
  color: #797C95;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a span {
  margin-right: 15px;
}

#sidebar ul li a {
  border-left: 4px solid #fff;
}

#sidebar ul li a:hover {
  color: rgb(254, 254, 254);
  background-color: #F9EEFF;
  color: #303030;
  border-left: 4px solid #8E1BCF;
}

#sidebar ul li.active>a {
  background: transparent;
  color: #000;
}



.searchicon {
  color: #A5A5C1;
}

.searchbar {
  background-color: #F6F6FB;
  min-width: 300px !important;
}

.refer_and_earn {
  font-size: 18px;
  font-weight: 400;
  color: #797C95;
}

.bellicon {
  color: #333333;
  margin: 17px;
  font-size: 30px;
}
/* li .username{
  font-weight: var(--fontweight700) !important;
} */

/* //profile list  */
.rightsideheader .dropdown-menu {
  width: 310px;
  height: auto;
  padding: 15px;
  border-radius: 15px;
}

.rightsideheader .dropdown-menu h1 {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.rightsideheader .dropdown-menu p {
  font-family: 'Open Sans' !important;
  font-size: 14px;
  font-weight: 400 !important;
  color: #333333;
  margin-top: -10px;
  color: #828181;
}

.rightsideheader .profileediticon i {
  font-size: 26px;
  /* padding-top: 8px; */
}

.rightsideheader .dropdown-menu label {
  font-family: 'Open Sans' !important;
  color: #3B3B43;
  font-size: 17px;
  font-weight: 400;
}

.rightsideheader .dropdown-menu select {
  width: 100% !important;
  font-family: 'Open Sans';
  font-weight: 400;
  border: 1px solid #B7B7B7 !important;

}


.rightsideheader .dropdown-menu .button1 {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #828181 !important;
  border: 1px solid #828181;

}

.rightsideheader .dropdown-menu .button1:hover {
  background: none;

}

.rightsideheader .dropdown-menu .button2 {
  background: #8E1BCF !important;
  color: #FFFFFF !important;
  font-family: 'Open Sans';
  font-weight: 400;
  border: none;
  width: 100% !important;
}

.rightsideheader .dropdown-menu .button2:hover {
  background: #8E1BCF !important;
  color: #FFFFFF !important;

}

.nav-item .badge {
  position: absolute;
  text-align: center;
  border-radius: 15px;
  margin-top: 12px;
  margin-left: -30px;

}

.dropdown_menu_width_small {
  width: 200px !important;
}

.form-control:focus {
  box-shadow: none;
}

/* left menu dropdown hover  */

/* main css start  */

/* member area */
.main-block{
  margin: 40px 10px;
}
.main-block .container{
      max-width: 1200px !important;
}

.member-list , .chating-area , .profile-view{
  background-color: var(--white);
  /*height: 575px;*/
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 6px;

}
.member-list .btn-block .btn{
  width: 100%;
  background-color: #f6f6f6;
  color: var( --colorblack);
  border: none !important;
  padding: 4px 15px;
  border-radius: 0px !important;

}
.member-list .btn-block{
  padding: 20px 20px;
}
.member-list .btn-block .active{
  background-color: #fff !important ;
  color: var( --colorblack) !important;
  border: 1px solid #DCDCDC;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 4px !important;
}
.member-list .btn-block .btn:focus{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px !important;
  outline: none !important;
  background-color: #fff !important ;
  color: var( --colorblack) !important;
  border: 1px solid #DCDCDC !important;
  border-radius: 4px !important;

}
.member-list .btn-block .btn:hover{
  box-shadow: none !important;
  outline: none !important;
}
.lists ul li {
  list-style: none !important;
  padding: 13px 0px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  margin-inline:-5px !important ;
  border-left: 6px solid #ffffff;
}
.lists ul .active{
  background-color: #F3E8F9;
  border-left: 6px solid #8E1BCF;
}
.lists ul{
  padding: 0px 5px;
  margin-bottom: 5px;
}
.lists ul li a{
  display: flex;
}
.member-name{
  margin: auto 11px;
}
.member-name h6{
  font-weight: var(--fontweight700);
}
.member-message{
  width: 150px; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
  font-size: 13px;
}
.last-message{
  
  font-size: 11px;
  opacity: 0.8;
  margin-top: 40px;
}

.lists ul li.active{
  background-color: #F3E8F9;
  border-left: 6px solid #8E1BCF;
  cursor: pointer; 
}
.lists ul li a{
position: relative;
}

.lists ul li .badge {
  position: absolute;
  bottom: 0;
  left: 40px;
  transform: translateX(-50%);
  color: white;
  border-radius: 50%;
}
.lists ul li .badge img{
  height: 18px;
  width: 18px;
}
#original-list{
  height:502px;;
  overflow-y: auto;
}

/* chat area start */
.chat-header{
  height: 80px;
  background: rgb(251, 253, 254);
  padding: 5px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.chat-header li {
  margin: 5px !important;
  list-style: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.member-country{
  opacity: 0.5;
  font-size: 12px;
  font-weight: var(--fontweight600);
  margin-top: -3px;
}
.member-country img{
  opacity: 0.9 !important;
}
.member-name span{
  opacity: 0.5;
  font-size: 13px;
  font-weight: var(--fontweight600);
  margin-top: -7px;
}
/* chat area header end */

/* scroll bar area */
#original-list::-webkit-scrollbar {
  width: 5px;   
  height:5px;
  margin-top: 5px !important;         
}

#original-list::-webkit-scrollbar-track {
  background-color: #F9EEFF !important;      
}

#original-list::-webkit-scrollbar-thumb {
  opacity: 0.4 !important; 
  background-color: #a5a5c166 !important;    
  border-radius: 5% !important;       
}

.message-chat::-webkit-scrollbar {
  width: 6px; 
  height:5px;
}

.message-chat::-webkit-scrollbar-track {
  background-color: #F9EEFF !important;      
}

.message-chat::-webkit-scrollbar-thumb {
  opacity: 0.4 !important; 
  background-color: #a5a5c166 !important;    
  border-radius: 5px;       
}

.articles-area::-webkit-scrollbar {
  width: 5px;   
  height:5px;
  margin-top: 5px !important;         
}

.articles-area::-webkit-scrollbar-track {
  background-color: #F9EEFF !important;      
}

.articles-area::-webkit-scrollbar-thumb {
  opacity: 0.4 !important; 
  background-color: #a5a5c166 !important;    
  border-radius: 5% !important;       
}
/* scroll bar end */
/*textarea scroll bar */
textarea::-webkit-scrollbar{
  width: 5px;  
  height:5px;
  margin-top: 5px !important;        
}
textarea::-webkit-scrollbar-track {
  background-color: #F9EEFF !important;      
}
textarea::-webkit-scrollbar-thumb {
  opacity: 0.4 !important;
  background-color: #a5a5c166 !important;    
  border-radius: 5% !important;      
}
/*textarea scroll bar end */

/* chat area main block */
.message {
  display: flex;
  flex-flow: column wrap;
  /* justify-content: space-between; */
  width: 100%;
  max-width: 867px;
  min-height: 495px;
  height: calc(100% - 50px);
  border: var(--border);
  border-radius: 5px;
  background: var(--message-bg);
}

.message-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #eee;
  color: #666;
}
.member-text{
  padding: 5px 30px;
  background: #8E1BCF;
  color: white;
  border-radius: 15px 15px 0px 15px;
}
.message-chat {
  flex: 1;
  padding: 10px;
  height: 370px;
  max-height: 393px;
  /*overflow-y: auto;*/
  overflow: auto !important;
  width: 100% !important;
}
.bot-message{
  padding: 5px 30px;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  color: rgb(0, 0, 0);
  border-radius: 15px 15px 15px 0px;
}
.bot-message-cus{
  padding: 5px 30px;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  color: rgb(0, 0, 0);
  border-radius: 15px 15px 0px 15px;
}
.message-chat::-webkit-scrollbar {
  width: 6px;
}
.message-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.message-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  margin: 30px 0px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble {
  max-width: 450px;
  padding: 2px;
  border-radius: 15px;
  background: var(--left-msg-bg);
  color: #000 !important;
}
.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}
.msg-info-time {
  font-size: 0.85em;
  opacity: 0.6;
  margin: 4px;

}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  background: var(--right-msg-bg);
  color: #fff;
  border-bottom-right-radius: 0;
}
.right-msg .msg-img {
  margin: 20px 5px;
}

.message-inputarea {
  overflow: auto;
  width: 100%;
  display: flex;
  border-top: var(--border);
  background: #ffffff;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; */
}
.message-inputarea * {
  padding: 0px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.message-input:focus{
  border: none !important;
  outline: none !important;
}
.message-input::placeholder{
  font-size: 13px;
  opacity: 0.8;
  padding-left: 5px;
}
.message-input {
  flex: 1;
  background: #ffffff;
  padding: 15px 35px;

}

.message-send-btn , .emoji_icon , .files_icon , .mic_icon{
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 5px !important;
  background-color: transparent !important;
}
.message-send-btn:focus , .emoji_icon:focus  , .files_icon:focus  , .mic_icon:focus {
outline: none !important;
}
.message-send-btn:hover , .emoji_icon:hover  , .files_icon:hover  , .mic_icon:hover {
 border: #e0e0e0 2px solid;
}
.message-inputarea button{
  margin-inline: 5px;
}
.typing-area{
  width: 100%;
  /* height: 130px; */
  background-color: #F9F9F9;
  position: relative;
}
.chat-option-header{
  margin: 10px 20px;
}
.chat-option-header > div{
  padding-inline: 10px;
  margin-inline: 5px;
  cursor: pointer;
}
.chat-option-header > div:hover{
  border-bottom: 4px solid #8E1BCF;
 
}
.chat-option-header  .active{
  border-bottom: 4px solid #8E1BCF;
 
}

/* emoji section */
#emoji-section{
  height: auto;
  width: 350px;
  background: #FFFFFF;
  flex-wrap: nowrap;
  display: flex;
  margin-bottom: 20px; 

}
#myTextarea {
  display: flex;
  align-items: center;
}
#emojiContainer {
  display: flex;
  margin-left: 10px;
  flex-wrap: wrap;
}

.emoji {
  padding: 10px;
  cursor: pointer;
}
.emoji:hover{
 opacity: 0.7;
}


/* profile view start */

.member-profile-view{
  overflow: auto;
  text-align: center !important;
  padding: 30px 15px;
  height: 575px;
}
.profile-view .close-profile{
  display:none;
}
.profile-contact{
  text-align: left !important;
  margin-top: 34px;
}
.contact-header{
  font-weight: var(--fontweight700);
  opacity: 0.9;
}
.user-history{
  text-align: left !important; 
  font-weight: var(--fontweight700);
  opacity: 0.9;
  margin-top: 35px;
}
.user-history-names > div {
opacity: 0.8;
}
.user-history-link > div , .user-history-names > div {
margin: 15px -10px;
font-size: 13px;
font-weight: var(--fontweight500);
}
.user-history-link a, .user-history-names a{
color: #418BEB !important;
}

/* chat widget new html page */
.team-name h6{
margin-top: 5px;
color: #8E1BCF;
font-weight: var(--fontweight600);
}
.team-name {
display: flex;
align-items: center;
}
.team-settings {
display: flex;
align-items: center;
}
.team-settings i{
margin: 15px;
font-size: 24px;
}

/* onboarding-social blazer 9 */
.container-fluid.head-group {
margin: 40px auto;
padding-top: 18px;
min-height: 540px;
width: 93%;
gap: 0px;
background: #FFFFFF;
}

.custom-box {
padding-top: -70px;
padding-left: 22px;
opacity: 1;
margin-top: 10px; 
}
.Layout-content{
display: flex;
flex-direction: column;
align-items: center;
}
.Layout-box {
left: 146.32px;
opacity: 1;
/* Text styles */
font-family: 'Open Sans', sans-serif;
font-size: 26px;
font-weight: 700;
text-align: left;
color: #342259;
}
.Layout-center {
opacity: 1;
/* Text styles */
font-family: "Public Sans", sans-serif; 
font-size: 28px;
font-weight: 650;
line-height: 56.4px;
text-align: center;
color: #8E1BCF;
} 
.bottom-btn .btn-white{
background-color: var( --white);
color: var(--btn-primary);
border: 1px solid white;
padding: 3px 9px;
font-size: 13px;
font-weight: 500;
font-family: 'Open Sans', sans-serif;
width:86px;
height:35px;
justify-content: center; 
margin-top:-60px;
}
.bottom-btn .btn-purple{
background-color: var(--btn-primary);
color: var(--white);
border: 1px solid  var(--btn-primary);
padding: 3px 9px;
font-size: 13px;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
width:98px;
height:35px;
justify-content: center;
margin-top:-60px;
}
.bottom-btn button:focus {
border: none !important;
outline: none !important;
box-shadow: none !important;
border: 1px solid  var(--btn-primary) !important;
}
.bottom-btn .btn-white:active {
border: none !important;
outline: none !important;
box-shadow: none !important;
background-color:#ffffff !important; 
}
.bottom-btn .btn-white:focus {
border: none !important;
}
.bottom-btn .btn-purple:active {
border: none !important;
outline: none !important;
box-shadow: none !important;
background-color:#8E1BCF !important; 
}
.rectangle {
width: 26px;
height: 5px; 
background-color:#8E1BCF;
border-radius: 20px 20px 20px 20px;
margin-top:50px;
}
.ellipse {
width: 5px; 
height: 4px; 
background-color: #DDCFE2; 
border-radius: 20%; 
margin-top: 50px;
margin-left:9px;
}
/* onboarding-social blazer 10 */
.Layout-group {
opacity: 1;
/* Text styles */
font-family: "Public Sans", sans-serif; 
font-size: 25px;
font-weight: 700;
line-height: 56.4px;
text-align: center;
color: #8E1BCF;
margin-top: -45px;
}
.installation_card {
border: 1px solid #F1F1F1;
width: 80px;
height: 75px;
border-width: 1px 0px 0px 0px; 
opacity: 1; 
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
margin-top:27px;
margin-right: 75px;
}
.installation_card:hover  {
border-bottom: 6px solid #8E1BCF;  
border-radius: 5px 5px 5px 5px;
}
.info_layout {
width: 260px;
height: 40px;
opacity: 1;
border-left: 4px solid #FFC727;
border-radius: 0px;
font-family:'Open Sans';
font-size: 12px;
font-weight: 400;
line-height: 27.24px;
text-align: left;
color: #884508; 
background-color: #FFF9EA;
margin-top:25px;
padding: 5px 5px 5px 10px;
}
.script_layout {
width: 397px;
height: 33px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 32.68px;
text-align: left;
color: #0B182C;
/* margin-top:3px; */
}
.script_content {
width: 484px;
height: 171px;
border: 2px solid #dad9d9e5;
border-style: dashed;
/* margin-top:2px; */
}
.copy-button{
display: inline-block;
padding: 0px 5px 12px 12px;
border-radius: 4px;
text-decoration: none;
cursor: pointer;
background-color: black;
border: 1px solid rgb(137, 151, 155);
box-shadow: rgb(6 22 33 / 30%) 0px 1px 2px;
color: #F2F2F2;
font-size: 14px;
font-weight: 400;
height: 19px;
transition: all 150ms ease-in-out 0s;
font-family: "Open Sans", sans-serif;
font-size: 11px;
font-weight: 400;
line-height: 21.79px;
text-align: left;
}
.script-textarea
{
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 19.07px;
text-align: left;
padding: 10px;
} 
.hide {
display: none;
}
/* knowledge base Article area */
.knowledge-list .knowledge-col{
border-bottom: 1px solid #EDEDED ; 
padding: 20px;
display: flex;
align-items: center; 
justify-content: center; 
font-size: 18px;
font-family:'Open Sans', sans-serif;
cursor: pointer;
}
.knowledge-list .knowledge-col:hover {
border-bottom-color: #8E1BCF; 
border-bottom-width: 3px; 
cursor: pointer;
}
.knowledge-col.active {
border-bottom-color: #8E1BCF; 
border-bottom-width: 3px; 
cursor: pointer;
font-weight:600;
}
.articles-area {
  overflow-y: auto !important;
}

.article-content .dropdown-menu {
  right: 0px !important;
  left: auto !important;
  }
  
.member-list , .articles-area {
background-color: white;
/*height: auto;*/
height: 575px !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;

}

/* .articles-area{
border-radius: 6px !important;
} */
.articles-header {
padding:7px;
}
.input-group.article-search  {
position: relative;
width:25.8%;
padding-left: 15px;

}
.input-group.article-search .fa-search {
position: absolute;
top: 22%;
left: 11%;
transform: translateX(-130%);
}
.search-input {
border: none;
border-bottom: 1px solid #EDEDED; 
border-radius: 0;
box-shadow: none;
background-color: transparent;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
}
.search-input:focus {
border-bottom: 1px solid #EDEDED; 
border-radius: 0;
box-shadow: none;
}

.search-btn {
border: none;
background-color: transparent;
} 
.articles {
padding: 13px; 
border-bottom: 2px solid #f4f3f5ea; 
}
.articles.listout{
padding-top: 40px;
border-bottom: 0px solid #ffffff;
padding: 0px; 
}
.group.head {
padding: 15px; 
border-bottom: 2px solid #f4f3f5ea; 
font-size: 12px;
font-weight: 500; 
}
.head-group {
border-bottom: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 13.333333%;
max-width: 99.333333%;
}
.search-label{
border-bottom: 1px solid #EDEDED;
}

.head-btn .btn-white{
background-color: var( --white);
color: var(--btn-primary);
border: 1px solid  var(--btn-primary) !important;
padding: 3px 9px;
font-size: 13px;
font-weight: 500;
font-family: 'Open Sans', sans-serif;
width:86px;
height:35px;
justify-content: center; 
}
.head-btn .btn-purple{
background-color: var(--btn-primary);
color: var(--white);
border: 1px solid  var(--btn-primary);
padding: 3px 9px;
font-size: 13px;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
width:98px;
height:35px;
justify-content: center;
}
.head-btn button:focus {
outline: none !important;
box-shadow: none !important;
border: 1px solid  var(--btn-primary) !important;
}
.head-btn button:active {
outline: none !important;
box-shadow: none !important;
background-color:#8E1BCF !important; 
color: #fff;
}

/* edit article */
th.article-title {
font-size: 15x;
font-family: 'Open Sans';
padding: 15px; 
border-bottom: 2px solid #EDEDED; 
font-weight: 700; 
border-bottom: 2px solid #EDEDED ; 
border-top : none;
padding: 20px  10px 10px 10px!important;
}
td.article-content{
padding: 15px ;
font-size: 13px;
font-weight: 500;
font-family: 'Open Sans';
border-bottom: 1px solid #EDEDED ; 
}
.category {
border-bottom: 1px solid #EDEDED ; 
padding:5px 40px 10px 4px;
justify-content: left; 
font-size: 14px;
left:45px;
letter-spacing: 0;
cursor: pointer;
}
.col.topics {
border-bottom: 1px solid #EDEDED ; 
padding: 20px;
justify-content: left; 
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 500;
cursor: pointer;
}
.category:hover {
border-left: 6px solid #8E1BCF;  
background-color: #F9EEFF;
padding:5px 40px 10px 4px;
justify-content: left; 
font-family: 'Open Sans', sans-serif;
font-size: 14px;
left:45px;
cursor: pointer;
}
.category.active {
border-left: 6px solid #8E1BCF;  
background-color: #F9EEFF;
padding:5px 40px 10px 4px;
justify-content: left; 
font-family: 'Open Sans', sans-serif;
font-size: 14px;
left:45px;
cursor: pointer;
}
.dropdown-menu {
display: none;
position: absolute;
background-color: #fff;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-item {
display: block;
/*padding: 12px 5px 20px 30px;*/
text-decoration: none;
color: #333;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}
/*#dropdownBtn {*/
/*  cursor: pointer;*/
/*  font-family: 'Open Sans', sans-serif;*/
/*}*/
.dropdownBtn {
cursor: pointer;
font-family: 'Open Sans', sans-serif;
}
.dropdown-item:active{
color: #000;
background-color: #F9EEFF;
}
/* .dropdown:hover .dropdown-menu {
display: block;
font-family: 'Open Sans', sans-serif;
}  */
.dropdown:active .dropdown-menu:active {
display: block;
font-family: 'Open Sans', sans-serif;
} 
table  tr td{
padding: 20px  10px!important;
}
/** Add New Articles **/
.article_layout {
/*padding-left: 247px;;*/
opacity: 1;
/* Text styles */
 font-size: 20px; 
font-weight: 650;
line-height: 56.4px;
color: #000;
}


/*mobile device related css*/
@media (max-width: 1000px) {
  .member-profile-view {
      display: none;
  }
  .profile-view .close-profile{
  display:block;
}
}
