.communitymembers {
  height: 89.5vh;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.communitymembers .communityMembers {
  overflow-y: scroll;
  height: 100%;
}

.communitymembers .addMembersToCommunity.hidden {
  display: none;
}

.communitymembers .addMembersToCommunity {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #3333;
  background-color: white;
  padding: 5px 0 10px;
}

.communitymembers .addMembersToCommunity .addMemberTitle {
  font-family: 'Metropolis Light';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2.52px;
  color: #333333;
  margin: 0 calc(78% - 230px);
}

.communitymembers .addMembersToCommunity .addMemberIcon {
  background-image: url('https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/add_s_v1.png');
  width: 40px;
  height: 40px;
  background-size: 40px;
}

.modal.fade.popup-msg {
  background-color: rgba(203, 203, 203, 0.3);
  opacity: 1;
}

.modal.fade.popup-msg .modal-dialog {
  width: 250px;
}

.modal.fade.popup-msg .modal-content {
  height: 180px;
}

.modal.fade.popup-msg .modal-title {
  font-size: 16px;
}

.modal.fade.popup-msg .modal-body {
  font-size: 12px;
}

.modal.fade.popup-msg .cancel-button {
  font-size: 12px;
  margin-right: 0 !important;
  padding: 6px 15px 3px;
}

.modal.fade.popup-msg .remove-button {
  font-size: 12px;
}