.fm-text-center {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.text-black {
  color: black;
}

.img-profile {
  height: 38px !IMPORTANT;
}

.margin-0 {
  margin-bottom: 0 !IMPORTANT;
}

.p-picture {
position: relative;
display: inline-block;
}

.p-image {
  /* max-height: 200px; */
}

/* .p-picture:hover */
.p-picture .p-delete {
display: block;
}

.p-delete {
padding-top: 5px;
padding-right: 25px;
position: absolute;
right: 0;
top: 0;
display: none;
}

.p-delete a {
color: #000;
}

.container-phone {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-lg-12-phone {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 992px) {
  .btn-admin {
    display: none;
  }

  .nav-item-icon {
    display: none !important;
  }

}

@media screen and (max-width: 768px) {
  #dropdown-btn {
    display: block;
  }

  .navbar-menu {
    display: none;
  }

  .container-phone {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
  }

  .col-lg-12-phone {
    position: relative;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #changePW .modal-dialog {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      min-height: calc(100% - 1rem);
  }

}
@media screen and (min-width: 768px) {
  #dropdown-btn {
    display: none;
  }

}

.profile-img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.container-profilepic {
    width: 250px;
    height: 250px;
}
.photo-preview {
    background-image: url("https://abipage.org/static-assets/img/user-unknown.jpg");
    background-size: cover;
    background-position: center;
}
.middle-profilepic {
    background-color: rgba( 255,255,255, 0.69 );
}
.container-profilepic .middle-profilepic {
    display: flex!important;
    cursor: pointer;
}
