a[href='admin.php?page=edit-person'] {
    display: none!important;
}
i.fa.fa-edit {
    float: right;
    padding: 5px;
}
.editprofilelink {
  color: #92B9A4;
  float:right;
  width: 40%;
  cursor: pointer;
}
.editprofile {
  float:right;
  color:#92B9A4;
}
div#tabbuttons button {
    margin-bottom: 0;
}
.update-modal-overlay{
    display: none;
    z-index: 99999;
    height: 100%;
    width: 100vw;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
  /*  left: 0;
    top: 0; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.update-modal-overlay .modal {
    display: none;
    position: absolute;
    z-index: 999999;
    background-color: #fafafa;
    /* right: 25%;
    bottom: 8%; */
    padding: 2% 2%;
    border-radius: 5px;
    width: 60%;
    margin: auto;
}
.reg-fcol textarea, .reg-col textarea {
    width: 100%;
}
span#regclose {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #92B9A4;
    padding: 6px 10px;
    margin: 5px;
    border-radius: 5px;
    border: 2px solid #fafafa;
    color: #fafafa;
}
#message{
	display:none;
}
.update-modal-overlay .modal button#submit_changes {
   width: 55%;
    margin-top: 3%;
    margin-bottom: 3%;
    padding:10px!important;
    margin-right: 2%;
    border: none;
    padding: 7px;
    background-color: #92b9a4;
    color: #fafafa;
    border-radius: 3px;
    font-size: 20px;
}
.update-modal-overlay .reg-col input {
    width: 100%;
    /* font-size: 20px; */
    margin-top: 1%;
}
.update-modal-overlay .reg-fcol , .update-modal-overlay .reg-col{
	    text-align: left;
}
.update-modal-overlay label {
    opacity: 0.6;
    font-family: 'Roboto',sans-serif;
    text-align: left;
}
p#error {
    padding: 9px 0 0;
    color: red;
}
p#success{
	padding: 9px 0 0;
        color: #92b9a4;
}
div#custom_search_div.left-side {
    width: 25%;
}
