.context-application .apicMainContent>.row>.col-sm-12 {
  padding: 0 0 1rem 0;
}

.page-node-type-application .container .contentInnerWrapper,
.page-node-type-application .container .titleInnerWrapper {
  width: unset;
}

/* Application title section styling  */
.apicAppIcon {
  margin: 0;
}

.applicationWrapper .applicationTitle {
  gap: 1rem;
}

.applicationType {
  margin: unset;
  align-self: unset;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  background-color: #396976;
}

.applicationType.development,
.applicationType.production {
  background-color: #396976;
}

a.button.apicUpgradeApp:after {
  content: '';
  background-image: url("../../images/star-lined.svg");
  width: 1rem;
  height: 1rem;
}

a.button.apicUpgradeApp {
  gap: 1rem;
}

/* Tabs */
.applicationWrapper .titleSection .applicationTabs ul,
.applicationCredentials .credentialsTable .credentialsContent .credentialsTabs ul {
  gap: 2rem;
}

.applicationWrapper .titleSection .applicationTabs li a,
.applicationCredentials .credentialsTable .credentialsContent .credentialsTabs li a {
  padding: 0.75rem 0;
  width: unset;
}

.applicationWrapper .titleSection .applicationTabs li a,
.applicationCredentials .credentialsTable .credentialsContent .credentialsTabs li a,
.nav.nav-tabs.filter-formats li a,
.apicMyOrg .titleSection .organizationTabs li a {
  border-bottom: unset;
}

.applicationWrapper .titleSection .applicationTabs li:hover a,
.applicationCredentials .credentialsTable .credentialsContent .credentialsTabs li:hover a,
.nav.nav-tabs.filter-formats li:hover a,
.apicMyOrg .titleSection .organizationTabs li:hover a,
.apicMyOrg .titleSection .organizationTabs li:focus a {
  border-bottom: 2px solid #D0D0D0;
}

.applicationWrapper .titleSection .applicationTabs li.selected a,
.applicationCredentials .credentialsTable .credentialsContent .credentialsTabs li.selected a,
.nav.nav-tabs.filter-formats li.selected a,
.apicMyOrg .titleSection .organizationTabs li.selected a {
  border-bottom: 2px solid #141414;
}

.applicationWrapper .titleSection .applicationTabs li a,
.applicationCredentials .credentialsTable .credentialsContent .credentialsTabs li a {
  transition: unset;
}

/* Subscription table */
.apicMyOrg .apicMyOrgMembers table thead,
.applicationSubscriptions .subscriptionsTable .subscriptionsContent table thead {
  background: #323232;
}

.applicationSubscriptions .subscriptionsTable .subscriptionsContent th {
  padding: 0.5rem;
  text-align: unset;
}
.applicationSubscriptions .subscriptionsTable .subscriptionsContent tbody td {
  text-align: unset;
}

.applicationCredentials .credentialsTable,
.applicationSubscriptions .subscriptionsTable {
  border: unset;
  transition: unset;
}

.applicationCredentials .credentialsTable .credentialsHeader,
.applicationSubscriptions .subscriptionsTable .subscriptionsHeader {
  padding: 0;
}

.applicationCredentials .credentialsTable .credentialsContent {
  padding: 1rem 0 0 0;
}

.applicationCredentials .credentialsTable .credentialsHeader,
.applicationSubscriptions .subscriptionsTable .subscriptionsHeader {
  align-items: center;
}

.applicationCredentials .credentialsTable .credentialsHeader {
  padding: 0.5rem 0;
  border-top: 1px solid #E1DfDD;
  border-bottom: 1px solid #E1DfDD;
}

.applicationSubscriptions .subscriptionsTable .subscriptionsHeader {
  padding: 0.5rem 0;
  border-bottom: 1px solid #E1DfDD;
}

.subscriptionsHeader {
  margin-bottom: 0.5rem;
}

.applicationCredentials .credentialsTable .credentialsContent .credentialsData .credentialSummary {
  padding: 1rem 0;
}

/*.applicationCredentials .credentialsTable .credentialsDataContainer {*/
/*  display: flex;*/
/*  gap: 1rem;*/
/*  padding-top: 1rem;*/
/*}*/

.inputWrapper {
  position: relative;
}

.clientIDContainer, .clientSecretContainer {
  padding: 0;
}

.bx--global-light-ui .credentialsContent .clientIDContainer.form-item .password-field {
  width: 100%;
  max-width: 310px;
  padding-right: 4rem;
}

.bx--global-light-ui .credentialsData .form-item {
  margin: 0 0 0.5rem 0;
}

/*.inputWrapper button.clipboardjs-button {*/
/*  position: absolute;*/
/*  right: 0.5rem;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  width: 1rem;*/
/*  height: 1rem;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*}*/

/* Notifications */
.view-notifications .view-content>h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #E1DfDD;
}

.eventLog {
  gap: 1rem;
  padding: 0.5rem 0;
  border-top: unset;
  border-bottom: 1px solid #E1DfDD;
}

.eventLogAvatar {
  padding: 0;
}

.eventLogTimestamp {
  margin-right: 0;
}

.applicationCredentials .credentialsTable .credentialsHeader .credentialsTitle,
.applicationSubscriptions .subscriptionsTable .subscriptionsHeader .subscriptionsTitle {
  display: block;
}

  /* Content hidde */
.applicationContent .applicationDescription .field--label {
  display: none;
}
