/*ICONS*/
.userprofilelock_icon_lock:before {
  content:"\f023";
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
}
.userprofilelock_icon_unlock:before {
  content: "\f09c";
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
}

/*Lock Message*/
.userprofilelock_message{
  display: flex;
  align-items: center;
}
.userprofilelock_message_icon{
  margin-right:15px;
}
[dir="rtl"] .userprofilelock_message_icon{
  margin-right:0;
  margin-left:15px;
}
.userprofilelock_message_icon i{
  background-image: url(~/application/modules/Userprofilelock/externals/images/shield.png);
  background-size:contain;
  display: block;
  height:48px;
  width:48px;
}
.userprofilelock_message_cont{
  flex:1;
}
.userprofilelock_message_title{
  font-weight:bold;
  font-size:120%;
  margin-bottom:5px;
}
.userprofilelock_message_cont p{
  margin:0;
  margin-top: 0.625rem;
}
.userprofilelock_message_cont p a{
  padding: 7px 15px;
}