.org-list > .row {
  margin: -5px -6.5px;
}
.org-list > .row .org-item {
  padding: 5px 6.5px;
  border-radius: 5px;
  overflow: hidden;
  flex: 0 0 auto;
  width: calc(100% / 6);
}
.org-list > .row .org-item .org-item-content {
  height: 100%;
  text-align: center;
  padding: 20px 5px 18px 5px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.org-list > .row .org-item .org-item-content .org-image {
  height: 120px;
  text-align: center;
}
.org-list > .row .org-item .org-item-content .org-image img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1919.98px) {
  .org-list > .row .org-item .org-item-content .org-image {
    height: 100px;
  }
}
.org-list > .row .org-item .org-item-content .org-name {
  margin-top: 15px;
  font-weight: 700;
  line-height: calc(1rem + 3px);
  text-transform: uppercase;
  color: #001D85;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.org-list > .row .org-item .org-item-content .package-count {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .org-list > .row .org-item {
    width: calc(100% / 5);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .org-list > .row .org-item {
    width: calc(100% / 4);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .org-list > .row .org-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .org-list > .row .org-item {
    width: calc(100% / 3);
  }
}
@media (max-width: 575.98px) {
  .org-list > .row .org-item {
    width: 230px;
    margin: 0 auto;
  }
}
.org-detail {
  display: flex;
}
.org-detail .org-detail__info {
  color: #FFFFFF;
  background: #001D85;
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
}
.org-detail .org-detail__info .org-detail__image {
  height: 115px;
}
.org-detail .org-detail__info .org-detail__image img {
  height: 100%;
  object-fit: contain;
}
.org-detail .org-detail__info .org-detail__name {
  margin-top: 20px;
  font-weight: 700;
  line-height: calc(1rem + 3px);
}
.org-detail .org-detail__info .org-detail__description {
  margin-top: 15px;
}
.org-detail .org-detail__info .org-detail__expand-description {
  color: #58F5FF;
  margin: 20px 0;
  font-weight: 700;
  cursor: pointer;
}
.org-detail .org-detail__info .org-detail__divider1,
.org-detail .org-detail__info .org-detail__divider2 {
  display: flex;
  margin: 24px;
  place-content: center;
}
.org-detail .org-detail__info .org-detail__divider1::after,
.org-detail .org-detail__info .org-detail__divider2::after {
  content: '';
  border-top: 1px solid #D9D9D9;
  width: 70px;
}
.org-detail .org-detail__info .org-detail__divider2:after {
  width: 26px;
}
.org-detail .org-detail__info .org-detail__label {
  text-transform: uppercase;
}
.org-detail .org-detail__info .org-detail__share {
  margin-top: 16px;
}
.org-detail .org-detail__info .org-detail__share > * {
  cursor: pointer;
}
.org-detail .org-detail__info .org-detail__share > *:not(:last-child) {
  margin-right: 25px;
}
.dataset-groups .group-container .group-heading {
  font-weight: 500;
  line-height: calc(1rem + 3px);
  margin-bottom: 6px;
}
.dataset-groups .group-container .dataset-group__select {
  margin-bottom: 20px;
  display: flex;
}
.dataset-groups .group-container .dataset-group__select .select-group {
  height: 45px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  margin-right: 10px;
}
.dataset-groups .group-container .dataset-group__select .select-group option {
  height: 30px;
}
.dataset-groups .group-container .dataset-group-list {
  padding: 0;
  margin: 0;
}
@media (min-width: 1920px) {
  .dataset-groups .group-container .dataset-group-list .org-item {
    width: calc(100% / 10);
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .dataset-groups .group-container .dataset-group-list .org-item {
    width: calc(100% / 8);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dataset-groups .group-container .dataset-group-list .org-item {
    width: calc(100% / 6);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dataset-groups .group-container .dataset-group-list .org-item {
    width: calc(100% / 4);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .dataset-groups .group-container .dataset-group-list .org-item {
    width: calc(100% / 3);
  }
}
@media (max-width: 575.98px) {
  .dataset-groups .group-container .dataset-group-list .org-item {
    width: 160px;
  }
}
.dataset-groups .group-container .dataset-group-list .org-item:hover {
  transform: none;
}
.dataset-groups .group-container .dataset-group-list .org-item .org-image {
  height: 50px;
}
.dataset-groups .group-container .dataset-group-list .org-item .org-name {
  font-weight: 400;
  line-height: calc(1rem + 3px);
  -webkit-line-clamp: 2;
}
.dataset-groups .group-container .dataset-group-list .org-item__delete {
  margin-top: 3px;
  text-align: center;
}
.org-activity {
  list-style-type: none;
  padding: 0;
  position: relative;
  margin: 0;
  word-break: break-word;
}
.org-activity .gravatar {
  border-radius: 50%;
}
.org-activity .activity-item {
  width: 100%;
  display: flex;
  height: 80px;
}
.org-activity .activity-item .activity-item__gravatar {
  width: 50px;
  margin-right: 15px;
  position: absolute !important;
}
.org-activity .activity-item .activity-item__gravatar img {
  border-radius: 50%;
}
.org-activity .activity-item .activity-item__content {
  width: 90%;
  font-style: normal;
  font-weight: 700;
  line-height: calc(1rem + 3px);
  text-align: justify;
  margin-left: 65px;
}
.org-activity .activity-item .activity-item__content .activity-date {
  display: flex;
}
.org-activity .activity-item .activity-item__content .activity-date span {
  color: #969696;
  font-weight: 400;
  font-size: 14px;
}
.org-activity .activity-item .activity-item__content .activity-date .version {
  color: #008F00;
  font-weight: 400;
}
.org-activity .activity-item .activity-item__content .activity-date .changes {
  color: #F25734;
  font-weight: 400;
}
.org-activity .activity-item .activity-item__content a {
  color: #001D85;
}
.vertical-line {
  border-left: 1px dashed #BEBCBC;
  margin-left: 25px;
  position: absolute;
  height: 90%;
  height: calc(100% - 100px);
}
.org-about {
  background-color: #F2F4F9;
  padding: 20px;
}
#organization-edit-form #field-name,
#group-edit-form #field-name {
  width: 100%;
}
.bulk-process {
  padding: 30px;
  background: #F2F4F9;
}
.bulk-process .bulk-process-table {
  border: 0;
  margin-top: 15px;
}
.bulk-process .bulk-process-table th {
  border: 0;
}
.bulk-process .bulk-process-table thead .thead-action {
  display: flex;
  position: relative;
  min-height: 30px;
  margin-bottom: 25px;
  padding-left: 40px;
}
.bulk-process .bulk-process-table thead .thead-action .checkbox-all-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  margin-right: 50px;
}
.bulk-process .bulk-process-table thead .thead-action > button.btn + button.btn {
  margin-left: 20px;
}
.bulk-process .bulk-process-table tbody {
  position: relative;
}
.bulk-process .bulk-process-table tbody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  bottom: 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.bulk-process .bulk-process-table tbody tr {
  position: relative;
  background-color: transparent;
}
.bulk-process .bulk-process-table tbody tr > td {
  background-color: transparent;
  border: 0;
}
.bulk-process .bulk-process-table tbody tr > td.dataset-detail {
  padding: 20px;
  position: relative;
}
.bulk-process .bulk-process-table tbody tr > td.dataset-detail .dataset-detail__header {
  flex-direction: row;
  display: flex;
  margin-bottom: 8px;
}
.bulk-process .bulk-process-table tbody tr > td.dataset-detail .dataset-detail__header .dataset-private {
  color: #F05327;
  align-self: center;
  height: calc(1rem * 1.5);
  margin-right: 10px;
}
.bulk-process .bulk-process-table tbody tr > td.dataset-detail .dataset-detail__header .dataset-private .dataset-private__icon {
  float: left;
  margin-right: 10px;
  height: 1rem;
}
.bulk-process .bulk-process-table tbody tr > td.dataset-detail .dataset-detail__header .dataset-private > div {
  float: left;
  margin-right: 10px;
}
.bulk-process .bulk-process-table tbody tr > td.dataset-detail .dataset-detail__header .dataset-name {
  font-weight: 700;
  font-size: calc(1rem + 4px);
  line-height: calc(1rem + 7px);
  color: #001D85;
  flex: 1;
}
.bulk-process .bulk-process-table tbody tr > td.dataset-detail .dataset-description {
  font-size: calc(1rem + 1px);
  line-height: calc(1rem + 2px);
  margin-bottom: 5px;
}
.bulk-process .bulk-process-table tbody tr:not(:first-child) td.dataset-detail::before {
  content: '';
  height: 0.5px;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}
.bulk-process .bulk-process-table tbody tr:not(:last-child) td.dataset-detail::after {
  content: '';
  height: 0.5px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.bulk-process .bulk-process-table tr > th:first-child,
.bulk-process .bulk-process-table tr > td:first-child {
  padding: 0;
  position: relative;
}
.bulk-process .bulk-process-table tr > th:first-child > input[type=checkbox],
.bulk-process .bulk-process-table tr > td:first-child > input[type=checkbox],
.bulk-process .bulk-process-table tr > th:first-child > .thead-action > input[type=checkbox],
.bulk-process .bulk-process-table tr > td:first-child > .thead-action > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
