@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/greycliffcf-regular-webfont.woff2") format("woff2"), url("../fonts/greycliffcf-regular-webfont.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/greycliffcf-demibold-webfont.woff2") format("woff2"), url("../fonts/greycliffcf-demibold-webfont.woff") format("woff");
  font-weight: 600; }

@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/greycliffcf-bold-webfont.woff2") format("woff2"), url("../fonts/greycliffcf-bold-webfont.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.text-style-xxl {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600; }

.text-style-h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400; }

body {
  font-family: "GreycliffCF";
  color: #292B2E;
  background-color: #f5f5f5; }

a {
  color: #247E9B; }
  a:hover {
    color: #5AA1B8;
    text-decoration: none; }

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px; }

.privacy_tip {
  color: #7C22FF;
  height: 20px;
  width: 20px;
  font-size: 20px; }

.page {
  background-color: #fff;
  min-width: 360px;
  min-height: calc(100vh - 100px); }
  .page__header {
    padding: 30px 20px 15px 20px !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E3E4E5;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600; }
    .page__header i {
      margin-right: 8px; }

.table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: none; }
  .table.table-bordered thead.thead-light th {
    background: #E3E4E5;
    vertical-align: middle;
    padding: 0 10px;
    height: 44px;
    border: 1px solid #E3E4E5;
    border-left: none;
    background: #F7F8FA;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
    .table.table-bordered thead.thead-light th:first-child {
      border: 1px solid #E3E4E5;
      border-top-left-radius: 6px;
      border-left: 1px solid #E3E4E5; }
    .table.table-bordered thead.thead-light th:last-child {
      border-top-right-radius: 6px; }
  .table.table-bordered tbody {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
    .table.table-bordered tbody tr:first-child td {
      border-top: none; }
    .table.table-bordered tbody tr:last-child td {
      border-bottom: 1px solid #E3E4E5; }
      .table.table-bordered tbody tr:last-child td:first-child {
        border-bottom-left-radius: 6px; }
      .table.table-bordered tbody tr:last-child td:last-child {
        border-bottom-right-radius: 6px; }
    .table.table-bordered tbody tr td {
      border: 1px solid #E3E4E5;
      border-bottom: none;
      border-left: none;
      padding: 5px 10px; }
      .table.table-bordered tbody tr td ul {
        padding-left: 6px; }
      .table.table-bordered tbody tr td:first-child {
        border-left: 1px solid #E3E4E5; }

.table.table-bordered.horizontal-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: none; }
  .table.table-bordered.horizontal-table tbody {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
    .table.table-bordered.horizontal-table tbody tr:first-child td {
      border-top-right-radius: 6px; }
    .table.table-bordered.horizontal-table tbody tr:first-child th:first-child {
      border-top-left-radius: 6px; }
    .table.table-bordered.horizontal-table tbody tr:last-child td {
      border-bottom: 1px solid #E3E4E5; }
      .table.table-bordered.horizontal-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 6px; }
    .table.table-bordered.horizontal-table tbody tr:last-child th {
      border-bottom: 1px solid #E3E4E5; }
      .table.table-bordered.horizontal-table tbody tr:last-child th:first-child {
        border-bottom-left-radius: 6px;
        border-bottom: 1px solid #E3E4E5; }
    .table.table-bordered.horizontal-table tbody tr th {
      background: #E3E4E5;
      vertical-align: middle;
      width: 230px;
      padding: 0 10px;
      height: 44px;
      border: 1px solid #E3E4E5;
      border-left: none;
      background: #F7F8FA;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }
      .table.table-bordered.horizontal-table tbody tr th:first-child {
        border: 1px solid #E3E4E5;
        border-left: 1px solid #E3E4E5;
        border-bottom: none; }
      .table.table-bordered.horizontal-table tbody tr th:last-child {
        border-top-right-radius: 6px; }
    .table.table-bordered.horizontal-table tbody tr td {
      border: 1px solid #E3E4E5;
      border-bottom: none;
      border-left: none;
      vertical-align: middle;
      padding: 5px 10px; }
      .table.table-bordered.horizontal-table tbody tr td span {
        display: block; }
      .table.table-bordered.horizontal-table tbody tr td ul {
        padding-left: 6px; }
      .table.table-bordered.horizontal-table tbody tr td:first-child {
        border-left: 1px solid #E3E4E5; }

.header {
  min-width: 358px;
  height: 50px;
  padding: 0 15px !important;
  background-image: linear-gradient(90deg, #6149b0, #4954a1 0.5%, #523799 5%, #6d2faa 10%, #4c2b8b 15%, #4c2b8b 70%, #513e9c 85%, #4c2b8b);
  background-size: auto 22px; }
  .header__logo {
    width: 102px;
    height: 38px;
    background: url("../images/nrich-logo.svg");
    background-repeat: no-repeat;
    background-size: cover; }

.main-menu {
  width: 800px;
  padding-top: 10px;
  margin: auto; }
  .main-menu__link, .main-menu__link:hover {
    color: #717d88;
    display: flex;
    align-items: center;
    padding: 7px 16px 6px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
    .main-menu__link i, .main-menu__link:hover i {
      color: #84888F;
      margin-right: 4px;
      font-size: 18px;
      height: 18px; }
  .main-menu__item {
    border-bottom: 1px solid #E3E4E5; }
    .main-menu__item_active {
      border-bottom: 3px solid #7C22FF; }
      .main-menu__item_active .main-menu__link {
        color: #33475b; }
        .main-menu__item_active .main-menu__link i {
          color: #7C22FF; }

.last-revision {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600; }

.privacy-notice-menu {
  display: flex;
  padding-left: 0;
  justify-content: center; }
  .privacy-notice-menu__item {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 13px 39px;
    border: 1px solid #E3E4E5; }
    .privacy-notice-menu__item:first-child {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      border-right: none; }
    .privacy-notice-menu__item:last-child {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .privacy-notice-menu__item .us-flag-icon {
      height: 20px;
      width: 20px;
      background: url("../images/us-flag.svg");
      margin-right: 6px; }
    .privacy-notice-menu__item .public {
      font-size: 24px;
      margin-right: 6px; }
    .privacy-notice-menu__item a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      display: flex;
      align-items: center;
      color: #292B2E; }
      .privacy-notice-menu__item a:hover {
        text-decoration: none;
        color: #292B2E; }
    .privacy-notice-menu__item.active {
      background: #EEEEF0; }
      .privacy-notice-menu__item.active a {
        font-weight: 600; }

.page__content {
  max-width: 700px;
  min-height: 350px; }
  .page__content.my-data__content {
    max-width: 853px; }
    .page__content.my-data__content h4 {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
    .page__content.my-data__content .page-about {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
  .page__content .text-style-h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px; }

b, strong {
  font-weight: 600; }

.notice-info.list-group > li {
  cursor: pointer;
  padding: 0; }
  .notice-info.list-group > li .list-group-item__content {
    padding: 12px 6px 20px 6px; }
    .notice-info.list-group > li .list-group-item__content ol {
      padding-left: 25px; }
  .notice-info.list-group > li div {
    cursor: default; }
  .notice-info.list-group > li strong {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding: .75rem 2rem .75rem 0.5rem; }
    .notice-info.list-group > li strong:before {
      content: '';
      width: 1rem;
      height: 1rem;
      position: absolute;
      right: 1rem;
      top: 1.2rem;
      background: center center no-repeat url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.41 0.589966L6 5.16997L10.59 0.589966L12 1.99997L6 7.99997L0 1.99997L1.41 0.589966Z' fill='%23424242'/%3e%3c/svg%3e"); }
  .notice-info.list-group > li.js-notice-info-item-open strong:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.notice-info.list-group ol ol {
  list-style-type: lower-alpha;
  padding-left: 25px; }

.notice-info.list-group ol ol[type='i'] {
  list-style-type: revert-layer;
  padding-left: 25px; }

.privacy-notice-notes {
  font-size: .75rem;
  color: #a3afbb; }

.copyrights {
  font-family: "GreycliffCF";
  font-size: 0.75rem;
  min-width: 360px;
  padding: 10px 20px !important;
  display: flex;
  justify-content: center;
  background: #F7F8FA; }
  .copyrights__delimiter {
    width: 0;
    height: 0;
    overflow: hidden; }

.my-data-do-not-have {
  text-align: center;
  padding: 20px 0 20px 0;
  margin-top: 8px; }
  .my-data-do-not-have .fingerprint {
    font-size: 60px;
    color: #6A6E75; }

.my-data {
  justify-content: space-between;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(414px, 1fr));
  display: grid;
  column-gap: 25px;
  row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 10px; }
  .my-data__info {
    display: flex;
    flex-grow: 1;
    align-items: center; }
    .my-data__info .material-icons {
      color: white;
      font-size: 30px;
      padding: 35px 20px; }
    .my-data__info_creation {
      background: #7C22FF; }
    .my-data__info_id {
      background: #247E9B; }
    .my-data__info_role {
      background: #502E91; }
    .my-data__info_controller {
      background: #3996DD; }
    .my-data__info_origin {
      background: #AD3CC9; }
    .my-data__info_privacy {
      background: #05948D; }
  .my-data__body {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden; }
  .my-data__body {
    background-color: #fff;
    height: 100%; }
  .my-data__header {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400; }
    .my-data__header strong {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600; }
  .my-data__tooltip {
    width: 16px;
    height: 16px;
    cursor: help;
    background: transparent center center url("data:image/svg+xml;charset=UTF-8, %3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.3335 4.66659H8.66683V5.99992H7.3335V4.66659ZM7.3335 7.33325H8.66683V11.3333H7.3335V7.33325ZM8.00016 1.33325C4.32016 1.33325 1.3335 4.31992 1.3335 7.99992C1.3335 11.6799 4.32016 14.6666 8.00016 14.6666C11.6802 14.6666 14.6668 11.6799 14.6668 7.99992C14.6668 4.31992 11.6802 1.33325 8.00016 1.33325ZM8.00016 13.3333C5.06016 13.3333 2.66683 10.9399 2.66683 7.99992C2.66683 5.05992 5.06016 2.66659 8.00016 2.66659C10.9402 2.66659 13.3335 5.05992 13.3335 7.99992C13.3335 10.9399 10.9402 13.3333 8.00016 13.3333Z' fill='%23A9B1BA'/%3e%3c/svg%3e "); }
  .my-data__text {
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6A6E75; }
  .my-data__link {
    white-space: nowrap;
    text-overflow: ellipsis; }

.button-opt-out {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 9px 16px;
  background-color: #247E9B;
  border-color: #247E9B;
  color: #fff; }
  .button-opt-out:hover, .button-opt-out:focus, .button-opt-out:active {
    background-color: #247E9B !important;
    border-color: #247E9B !important; }
  .button-opt-out:focus, .button-opt-out:active {
    outline: 0 !important;
    box-shadow: none !important; }

.main-menu__body {
  position: relative;
  height: 40px; }

.main-menu__current {
  cursor: pointer;
  border-bottom: 3px solid #1976D2; }
  .main-menu__current span {
    background: transparent no-repeat right 0.7rem bottom 0.4rem url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.41 0.589966L6 5.16997L10.59 0.589966L12 1.99997L6 7.99997L0 1.99997L1.41 0.589966Z' fill='%23424242'/%3e%3c/svg%3e"); }

@media screen and (max-width: 1439px) {
  .page {
    margin: 0 !important; }
    .page__menu {
      padding-left: 20px;
      padding-right: 20px; }
    .page__content {
      padding-left: 20px;
      padding-right: 20px; }
      .page__content .privacy-notice-menu__item {
        padding: 13px; }
      .page__content .table-wrapper {
        overflow-x: auto; }
        .page__content .table-wrapper .table-bordered {
          min-width: 600px; }
      .page__content .my-data {
        grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
        margin-bottom: 50px; }
      .page__content .notice-info.list-group > li .list-group-item__content {
        padding: 12px 0 20px 0; }
    .page .main-menu {
      width: auto;
      overflow-x: auto; }
  .copyrights {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F8FA; } }

.tooltip.show {
  opacity: 1; }

.tooltip-inner {
  padding: 0.65rem;
  background-color: #273247;
  border: none;
  border-radius: 0;
  max-width: 358px; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-width: 0.6rem 0.6rem 0;
  border-top-color: #273247; }

.tooltip.copied .tooltip-inner {
  padding: 0.32rem 0.5rem; }

.tooltip.copied.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.copied.bs-tooltip-top .arrow::before {
  display: none; }
