#itemBDiv .load-more,
#itemADiv .load-more {
  display: flex;
  justify-content: center;
  font-size: 15px;
  margin-top: 30px;
  cursor: pointer;
}

.profile-panel {
  background-color: #fff;
  width: 700px;
  margin: 30px auto;
  padding: 50px;
}

.profile-panel .tab-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #f0f2f6;
}

.profile-panel .tab-panel .active {
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  background-color: #484c7f;
}

.profile-panel .tab-panel .tab-panel-links {
  padding: 0 20px;
  cursor: pointer;
}

.profile-panel .success {
  padding: 20px 0;
  color: #85E521;
}

.profile-panel .error {
  padding: 10px 0;
}

.profile-panel .error li {
  color: #e53935;
}

.profile-panel .profile-form .form-group {
  padding-bottom: 20px;
}

.profile-panel .profile-form .form-group .password-repeat span {
  font-size: 10px;
  padding-bottom: 5px;
}

.profile-panel .profile-form .form-group .password-repeat .repeat {
  flex-direction: column;
  display: flex;
}

.profile-panel .profile-form .form-group .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.profile-panel .tab-content .tab-content-items {
  display: none;
}

.profile-panel .tab-content .tab-content-items__active {
  display: block;
}

.profile-panel .tab-content .delete-account-button > a > button {
  background-color: #e53935;
}

.statements-item .info-title {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.statements-header .title {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #acafb8;
}

