/* public/profile/audit/audit.css */

body.auth-locked .profile-wrapper {
  display: none;
}

#auditPageContainer .button-group {
margin-bottom: 10px;
}
.audit-status{
opacity: .8;
font-size: 13px;
margin: 0 0 10px 0;
}
.audit-more-wrap{
margin-top: 10px;
}
.audit-row {
border-radius: 7px;
background: #ffffff0a;
}
.audit-row__top {
text-align: left;
padding: 9px 15px;
}
.audit-row__text {
color: #fff;
}
.audit-row__text a {
padding: 0;
text-decoration: underline;
display: block;
color: #6ea3ff !important;
background: none !important;
border: 0 !important;
}
.audit-row__time {
color: #cba9ff;
margin: 8px 0px 0px 0px;
}
.audit-row__meta {
margin: 0;
padding: 10px;
color: aquamarine;
text-align: left;
}
.audit-empty {
opacity: .75;
font-size: 13px;
padding: 8px 0;
}
.audit-link {
color: #0de7f3;
text-decoration: none;
}
.audit-link:hover { text-decoration: underline; }
.save {
cursor: pointer;
background: #5d7fab;
color: #fff;
border: 0;
padding: 10px 21px;
margin: auto;
border-radius: 999px;
display: flex;
justify-content: center;
font-size: 16px;
}