/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .ets-btn{
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0px 0px 0px 0px;
  border: 0px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  text-transform: uppercase;
}
.ets-btn.btn-connect-to-bot{
  font-weight:normal;
  display: none;
  text-transform: none;
}
.ets-btn.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background-color:#77A02E;
  color: #ffffff;
}


div.ets_restrictcontentpro_connect_btn_wrapper{
  
}
div.ets_restrictcontentpro_connect_btn_wrapper img{
  width: 20px;
  display: inline-block;
  margin-left: 5px;
}
div.ets_restrictcontentpro_connect_btn_wrapper a.res-btn-connect{
  background-color: #77A02E;
  width: auto;
  max-width: 350px;
  color: #fff;
}
div.ets_restrictcontentpro_connect_btn_wrapper a.res-btn-disconnect{
  background-color:#FF0000;
  width: auto;
  max-width: 350px;
  color: #fff;
}
.ets_assigned_role{
  font-size: 12px;
}
.ets_assigned_role > span{
  padding: 0px 7px;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  align-items: center; 
  background-color: #292727;
  margin-right: 5px;
}
.ets_assigned_role > span > i{
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;     
}
.ets-connection-lbl{
  font-size: 20px;
  font-weight: 600;
  display: block;
}
div.ets_restrictcontentpro_connect_btn_wrapper img.ets-restrictcontentpro-discord-user-avatar{
  width: 40px;
  display: inline-block;
  /* margin-left: 5px; */
  max-width: 40px;
  border-radius: 50%;
}