a.params {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

/*
 * Error page
 */
.error-page a.navigate-to-main {
    text-decoration: underline;
}

/*
 * Access Requests
 */
.table-filter label {
    display: inline !important;
    white-space: nowrap;
}
/*
 * Account - Login
 */

.account-login .btn-social-outline {
    min-width: 40px;
}

.account-login .btn-social-outline i {
    font-size: 1.84615rem;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}