.w-5.h-5 {
  width: 16px;
  height: 16px;
}

.flex.justify-between.flex-1.sm\:hidden {
  margin-bottom: 16px;
}

.invite-reviewers-forms .rendered-form .form-group {
  margin-bottom: 0 !important;
}

.invite-reviewers-forms .btn {
  border-radius: 50rem !important;
}

[widget-name=event_reviewers] .btn-add-reviewer {
  display: inline-block;
}
[widget-name=event_reviewers] .btn-add-reviewer.loading:after {
  font-size: 28px;
}

.nav-pills {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid #f6f6f6;
}
.nav-pills .nav-link {
  font-size: 15px;
  color: #999999;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  margin-bottom: -2px;
  padding: 10px 12px;
}
.nav-pills .nav-link .badge-light {
  padding: 0;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
}
.nav-pills .nav-link:hover {
  color: #333333;
}
.nav-pills .nav-link:hover .badge-light {
  color: #333333;
}
.nav-pills .nav-link.active {
  color: #333333;
  background: transparent;
  border-bottom-color: #333333;
}
.nav-pills .nav-link.active .badge-light {
  color: #333333;
}

[widget-name=profile_cover_ph_actions] .mw-76 + .col {
  margin-top: 5px;
}
[widget-name=profile_cover_ph_actions] .img-thumbnail-lg {
  width: 202px;
  height: 202px;
}
[widget-name=profile_cover_ph_actions] .wc-email icon-image {
  font-size: 14px;
}

@media all and (min-width: 758px) {
  [widget-name=profile_cover_ph_actions] .wc-item {
    margin-bottom: 3px;
  }
  [widget-name=profile_cover_ph_actions] .mw-76 {
    max-width: 220px;
  }
}
/* form-control-st */
.form-control-st {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 5px;
}
.form-control-st > div {
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1439px) {
  #event-creatives-modal .modal-dialog,
  #event-reviewers-modal .modal-dialog {
    max-width: 700px;
  }
}
