/*
 * 11.2 - Settings Header
 */

#ags-psrf-settings-header {
  background      : $agsDarkGrey;
  position        : relative;
  padding         : 16px 23px;
  justify-content : space-between;
  display         : flex;
  flex-wrap       : wrap;
  align-items     : center;

  @media (max-width : 600px) {
    justify-content : center;

    h3 {
      text-align : center;
      }
    }

  .ags-psrf-settings-logo {
    img {
      display        : inline-block;
      vertical-align : middle;
      margin-right   : 10px;
      width          : 35px;
      }

    h3 {
      margin         : 5px 20px 5px 0;
      color          : #FFF;
      font-size      : 20px;
      font-weight    : bold;
      display        : inline-block;
      vertical-align : middle;
      }
    }
  }

#ags-psrf-settings-header-links a {
  text-decoration     : none;
  color               : #FFFFFF;
  font-size           : 14px;
  opacity             : 0.54;
  font-weight         : 600;
  margin-left         : 20px;
  padding             : 8px 16px 8px 30px;
  display             : inline-block;
  border-radius       : 4px;
  background-size     : 28px;
  background-repeat   : no-repeat;
  background-position : left center;
  box-shadow          : none;

  &:hover {
    opacity : 1;
    }

  &.active {
    opacity : 1;
    }

  &:first-of-type {
    margin-left : 0;
    }
  }


#ags-psrf-settings-header-link-settings {
  background-image : url(../images/settings.svg);
}

#ags-psrf-settings-header-link-support {
  background-image : url(../images/help.svg);
}

#ags-psrf-settings-header-link-upgrade {
  background-image : url(../images/upgrade_pro.svg);
}

#ags-psrf-settings-header-link-review {
  background-image : url(../images/review.svg);
}