.activity-action {
  display: flex;
  padding: 25px 25px 10px 25px;
}
.activity-action .activity-search {
  width: 70%;
}
.activity-action .activity-search .activity-search__input {
  width: 90%;
  background: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  height: 45px;
  padding-left: 10px;
}
.activity-action .activity-search .activity-search__btn button.btn {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  background: #001D85;
  border-radius: 18px;
  padding: 0;
}
.activity-action .activity-search .activity-search__btn button.btn img {
  width: 24px;
  height: 24px;
}
.activity-action .activity-filter {
  width: 30%;
}
.activity-action .activity-filter .activity-filter__btn a.btn {
  background: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  width: 60%;
  justify-content: left;
}
.activity-action .activity-filter .activity-filter__btn a > span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #B0B0B0;
  float: left;
}
.activity-action .activity-filter .activity-filter__btn .dropdown-toggle::after {
  float: right;
  margin-top: 5px;
}
.heading-rating {
  display: flex;
}
.heading-rating .rating-container {
  height: 20px;
  display: flex;
  margin: auto;
}
.heading-rating .rating-container .rating-item {
  height: 20px;
  display: flex;
}
.heading-rating .rating-container .rating-item + .rating-item {
  margin-left: 10px;
}
.tokens-container .search-form .search-input-group {
  display: flex;
  flex: 1;
}
.tokens-container .search-form .search-input-group .form-group {
  width: 100%;
}
.tokens-container .search-form .create-api {
  float: right;
  width: unset;
  margin-bottom: 20px;
}
.tokens-container .form-label {
  display: none;
}
.tokens-container .table-tokens {
  border: #BFCCE9;
}
.tokens-container .table-tokens thead > tr {
  height: 50px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.tokens-container .table-tokens thead > tr > th {
  background-color: #001D85;
  color: #fff;
}
.tokens-container .table-tokens .apitokens-content {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: calc(1rem + 3px);
  color: #000000;
}
.tokens-container .table-tokens .apitokens-content tr {
  background: #F2F4F9;
}
.tokens-container .table-tokens .apitokens-content tr:nth-child(even) {
  background: #F2F4F9;
}
.tokens-container .table-tokens .apitokens-content .api-actions {
  text-align: center;
}
.tokens-container .table-tokens .apitokens-content .api-actions img {
  margin-right: 10px;
}
.tokens-container .table-tokens .table-index {
  text-align: center;
}
.trash-container .btn-trash {
  width: 130px;
  height: 30px;
  background: #E92F46;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
}
.trash-container .btn-trash img {
  margin-right: 10px;
  margin-bottom: 5px;
}
#user-edit-role-form #js-unit,
#user-edit-role-form #org,
#user-edit-role-form #org-role,
#user-edit-role-form #group,
#user-edit-role-form #group-role {
  background: #FFFFFF;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 45px;
}
#search-dashboard #date-search-dashboard {
  background: #FFFFFF;
  min-height: 45px;
  height: 45px;
  border: 1px solid #D7DAE2 !important;
  border-radius: 10px;
}
#search-dashboard .form-label {
  display: none;
}
#search-dashboard .controls {
  margin-top: 0;
}
.user-container::after,
.user-container .user-profile .user-profile__top::after {
  display: block;
  clear: both;
  content: "";
}
.user-container .user-profile {
  float: left;
  width: 430px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px 30px 20px;
}
.user-container .user-profile .user-profile__top {
  margin-bottom: 30px;
}
.user-container .user-profile .user-profile__top .user-profile__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.user-container .user-profile .user-profile__top .user-profile__detail {
  float: left;
  padding-left: 20px;
}
.user-container .user-profile .user-profile__top .user-profile__detail .user-profile__name {
  margin-top: 13px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: justify;
}
.user-container .user-profile .user-profile__top .user-profile__detail .user-profile__email {
  margin-top: 6px;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
}
.user-container .user-profile .user-profile__top .user-profile__detail .user-profile__status {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: #AFACAC;
}
.user-container .user-profile .user-profile__top .user-profile__detail .user-profile__status::before {
  content: '';
  background: #AFACAC;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  float: left;
  margin-top: 3px;
  margin-right: 7px;
}
.user-container .user-profile .user-profile__top .user-profile__detail .user-profile__status.user-profile__status-active {
  color: #008F00;
}
.user-container .user-profile .user-profile__top .user-profile__detail .user-profile__status.user-profile__status-active::before {
  content: '';
  background: #008F00;
}
.user-container .user-profile .user-profile__info + .user-profile__info {
  display: flex;
}
.user-container .user-profile .user-profile__info:not(:last-child) .user-profile__label,
.user-container .user-profile .user-profile__info:not(:last-child) .user-profile__content {
  margin-bottom: 10px;
}
.user-container .user-profile .user-profile__info .user-profile__label {
  font-weight: 700;
  padding-right: 5px;
}
.user-container .user-profile .user-profile__info .user-profile__content {
  font-weight: 400;
  text-align: justify;
}
.user-container .user-detail {
  float: left;
  width: calc(100% - 430px - 24px);
  margin-left: 24px;
}
.permission-search #type-group {
  border-radius: 10px;
}
.edit-permission #js-unit {
  border-radius: 10px;
  border: 1px solid #D7DAE2 !important;
}
.edit-permission #org {
  border-radius: 10px;
  border: 1px solid #D7DAE2 !important;
}
.edit-permission #org-role {
  border-radius: 10px;
  border: 1px solid #D7DAE2 !important;
}
.edit-permission .org-form .form-control.select2-container {
  border-radius: 10px;
  border: 1px solid #D7DAE2;
}
.body-create-user {
  background: #F2F4F9;
  width: 100%;
  padding: 0 2px;
}
.body-create-user .div_create-user {
  padding: 30px 30px;
}
.format-dashboard {
  padding: 0px !important;
}
.format-dashboard-select {
  border-radius: 0px !important;
}
.format-dashboard-input {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.color-rating-datasets {
  color: #EEBD01;
}
.down-line-dataset-title {
  line-break: anywhere;
}
