@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

#root,
#__next {
  isolation: isolate;
}

a {
  text-decoration: none;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

textarea:focus,
select:focus,
input:focus,
button:focus,
a:focus {
  outline: none !important;
}

:root {
  --font-family-default: "Inter", sans-serif;
  --font-weight-default: 400;
  --font-color-default: hsl(0, 0%, 24%);
  --font-size-default: 1.5rem; /*  px */
  --primary-color: #464e8f;
  --zindex-sidenav: 907;
  --zindex-sidenav-checked: 1017;
  --zindex-topnav: 1000;
  --page-max-width: 125rem;
  --page-header-height: 9rem;
  --page-padding-inline: 4rem;
  --page-padding-inline-mobile: 1.2rem;
  --left-panel-width: 25rem;
  --left-panel-width-mobile: var(--left-panel-width);
  --left-panel-width-min: 7rem;
  --left-panel-bg: hsl(240, 31%, 98%);
  --left-panel-border: hsl(240, 33%, 95%);
  --border-color: #c3c3c3;
  --elm-radius: 0.4rem;
  --elm-height: 4rem;
  --btn-height: var(--elm-height);
  --btn-line-height: var(--elm-height);
  --btn-radius: var(--elm-radius);
}

html {
  font-size: 62.5% !important; /* 1rem is set to 10px */
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.index-html {
  scroll-behavior: auto;
  background-color: white;
}

body {
  font-family: var(--font-family-default);
  font-weight: var(--font-weight-default);
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  overflow-x: hidden;
}

a {
  color: var(--font-color-default);
}

a:hover {
  color: var(--primary-color);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.preloadTransitions * {
  transition: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.utf-8 {
  content: "Für charset"; /* DO NOT remove this */
}

.btn-group {
  box-shadow: none;
}
.btn-group:hover, .btn-group:focus, .btn-group:active {
  box-shadow: none;
}

.btn-wrap {
  align-items: center;
  display: flex;
  column-gap: 1rem;
}

.btn {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  border-radius: var(--btn-radius);
  padding: 1.2rem 1.7rem;
  font-size: calc(var(--font-size-default) - 0.1rem);
  line-height: 100%;
  white-space: nowrap;
  border-width: 0;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
}
.btn:hover {
  filter: saturate(1.2) brightness(1.2);
}
.btn .btn .material-symbols-outlined {
  font-size: 1.4rem;
  margin-right: 0.3rem;
}

[class*=btn-outline] {
  color: var(--primary-color);
  border-width: 1px;
  border-color: var(--primary-color);
  background-color: white;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: calc(var(--font-size-default) - 0.2rem);
}

.chip-wrap {
  display: flex;
  column-gap: 0.5rem;
}

.chip {
  display: flex;
  align-items: center;
  font-size: calc(var(--font-size-default) - 0.1rem);
  white-space: nowrap;
  background-color: hsla(0deg, 0%, 76%, 0.2);
  padding: 0.6rem 0.8rem 0.7rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
}

.dark-mode .chip {
  color: hsla(255deg, 100%, 100%, 0.6);
}
.dark-mode .chip-selected {
  background-color: var(--primary-color);
  filter: brightness(0.6);
  border: solid 1px var(--primary-color);
  color: white;
}

.chip-selected {
  background-color: white;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}

.chip .material-symbols-outlined {
  font-size: 1.6rem;
  margin-left: 0.3rem;
}

/* Common style for the responsive tables
---------------------------------------------------------- */
:root {
  ge-padding-inline-mobile: 1.2rem;
}

.profile-intable {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.table-top-line {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.restable.restable-nowrap .cotable-cell.tb-user-name {
  justify-content: left;
}

.m-only {
  display: none !important;
}

.restable {
  margin-bottom: 1.2rem;
}

.restable .btn-wrap {
  margin-bottom: 0;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  justify-content: center;
}

.restable.restable-nowrap .cotable-cell-head,
.restable.restable-nowrap .cotable-cell {
  overflow: hidden !important;
  white-space: nowrap;
  transition: 0.4s ease-in-out;
}

.restable.restable-nowrap .cotable-row:hover .cotable-cell:last-child,
.restable.restable-nowrap .cotable-cell-head:last-child,
.restable.restable-nowrap .cotable-cell:last-child {
  border-right: 0 none;
}

.restable.restable-nowrap .btn-wrap {
  flex-wrap: nowrap;
}

.restable .align-l {
  justify-content: flex-start;
  text-align: left;
}

.restable .align-r {
  justify-content: flex-end;
  text-align: right;
}

.gsico-more-intable {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  width: 1rem;
  min-width: 1rem !important;
  height: 100%;
}

/* Responsive column-oriented table
---------------------------------------------------------- */
.column-oriented-table {
  position: relative;
}

.cotable-head,
.cotable-row {
  display: grid;
  padding: 0;
  transition: 0.4s ease-in-out;
}

.cotable-row {
  cursor: pointer;
  color: #6d6d6d;
}

.cotable-head-wrap {
  position: relative;
  margin-bottom: 1rem;
}

.cotable-head {
  border-top: solid 1px hsl(240deg, 33%, 80%);
  border-bottom: solid 1px hsl(240deg, 33%, 80%);
  color: hsl(240deg, 25%, 55%);
}

.cotable-row:hover {
  background: hsl(258deg, 50%, 96%);
}

.dark-mode .cotable-head {
  border-top: solid 1px hsla(240deg, 33%, 80%, 0.5);
  border-bottom: solid 1px hsla(240deg, 33%, 80%, 0.5);
  color: hsl(240deg, 25%, 75%);
}
.dark-mode .cotable-row {
  border-bottom: solid 1px hsla(0deg, 0%, 100%, 0.2);
  color: hsla(255deg, 100%, 100%, 0.5);
}
.dark-mode .cotable-row:hover {
  background: hsla(248deg, 25%, 46%, 0.4);
}

.point-text {
  font-size: 1.3rem;
  margin-left: 0.5rem;
}

.cotable-cell-head,
.cotable-cell,
.rotable-cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  text-align: center;
}

.cotable-cell-head {
  padding: 1.2rem 2rem;
}

/* Responsive row-oriented table
---------------------------------------------------------- */
/* Paging
---------------------------------------------------------- */
.pagination {
  align-items: center;
  display: flex;
  padding: 1.5rem var(--page-padding-inline) 1.5rem var(--page-padding-inline);
}

.page-item .page-link {
  height: var(--elm-height);
  text-align: center;
}

.page-item {
  margin-left: 1rem;
}

.page-item.active .page-link {
  box-shadow: none;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.7rem;
}

/* MOBILE
---------------------------------------------------------- */
@media (max-width: 992px) {
  .cotable-row {
    border-bottom: solid 1px hsl(0deg, 0%, 80%);
  }
  .cotable-body {
    border-top: solid 1px var(--primary-color);
    padding-top: 1rem;
  }
  .cotable-cell.tb-user-name {
    display: flex;
    margin-block: 0.4rem 0.7rem;
  }
  .top-table-filter {
    display: none;
  }
  .restable.restable-nowrap {
    overflow: visible;
  }
  .column-oriented-table {
    border-left: 0 none;
    border-right: 0 none;
  }
  .cotable-head,
  .cotable-cell.m-hide,
  .pagination {
    display: none;
  }
  .top-table-filter-mobile {
    display: flex;
    align-items: center;
    padding: 0.4rem 0 0 0;
  }
  .top-table-filter-mobile .btn {
    margin-left: 0.2rem;
  }
  .cotable-search-result.show {
    overflow-x: hidden;
    white-space: nowrap;
  }
  .cotable-search-result .btn-wrap {
    flex-wrap: nowrap;
    row-gap: 0;
    justify-content: left;
  }
  .cotable-row {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .cotable-cell {
    display: block;
    text-align: left;
    padding: 0 0;
  }
  .m-only {
    display: block !important;
  }
  .m-fixed-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
  .m-fixed-left.m-checkbox .form-check {
    margin-left: 0.2rem;
    margin-top: 0.5rem;
  }
  .m-checkbox {
    top: 1.9rem;
    left: 1rem;
  }
  .m-fixed-right {
    position: absolute;
    top: 0.9rem;
    right: var(--page-padding-inline-mobile);
    text-align: right;
    font-size: 1.3rem !important;
  }
  .m-fixed-row2 {
    top: 2.8rem;
  }
  .tb-title {
    margin-bottom: 1rem;
    line-height: 1.3;
    overflow: visible;
    font-size: 1.6rem;
  }
  .m-gray {
    color: #929292;
  }
  .m-gray-d {
    color: var(--gray-d);
  }
  .m-sm {
    font-size: calc(var(--font-size-default) - 0.1rem);
  }
  .gsico-noresult {
    height: 60vh;
    width: clamp(2rem, 10vw, 5rem);
    height: clamp(2rem, 10vw, 5rem);
  }
}
/* DESKTOP
---------------------------------------------------------- */
@media (min-width: 992px) {
  .rotable-body {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: row;
  }
  .rotable-row {
    width: 100%;
  }
  .rtable-row-half-d {
    width: 50%;
  }
}
html,
body {
  min-height: 100%;
  background-color: hsl(230deg, 27.7%, 97%);
}

.site-body {
  position: relative;
  margin: 0 auto 0 auto;
  text-align: left;
  overflow: hidden;
  max-width: var(--page-max-width);
  margin-top: var(--page-header-height);
}

.body-wrap {
  max-width: var(--page-max-width);
  position: relative;
  margin-inline: auto;
  padding-left: var(--page-padding-inline);
  padding-right: var(--page-padding-inline);
}

.tile-wrap {
  display: grid;
  grid-template-columns: 1.37fr 0.63fr 1fr 1fr;
  grid-template-rows: 65rem 37rem;
  row-gap: 3rem;
  column-gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 9rem;
}

.tile-wrap > li {
  background-color: white;
}

.tile-item {
  min-height: 28rem;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 3.5rem 5rem;
  position: relative;
  border-radius: 1rem;
  border: solid 1px hsl(0deg, 0%, 93%);
}

.back-img {
  z-index: 0;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  width: 100%;
  mix-blend-mode: soft-light;
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.3, rgba(0, 0, 0, 0)), color-stop(0.7, rgba(0, 0, 0, 0.3)), color-stop(1, rgb(0, 0, 0)));
  background-image: url(../images/navy-bg.jpg);
}

.tile-item.navy {
  background: linear-gradient(109.43deg, #555b89 6.97%, #3e425c 74.99%);
  border: 0 none;
}

.tile-item.navy:hover {
  background: linear-gradient(109.43deg, #3e425c 6.97%, #525a91 74.99%);
}

.tile-item-feature {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 3rem 4rem;
}

.tile-graph {
  padding: 3.5rem 5rem;
}

.tile-graph1,
.tile-graph3 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.tile-graph2,
.tile-graph4 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}

.tile-graph3,
.tile-graph4 {
  grid-row-start: 3;
  grid-row-end: 4;
}

@media (max-width: 1000px) {
  .tile-wrap {
    display: block;
    margin-top: 0;
  }
  .tile-item.navy {
    height: 52rem;
  }
  .tile-wrap > li {
    width: 100%;
    border-radius: 0;
    margin-bottom: 3rem;
  }
}
.site-header-wrap {
  position: fixed;
  z-index: var(--zindex-topnav);
  top: 0;
  width: 100%;
  height: var(--page-header-height);
  background-color: white;
  border-bottom: solid 1px rgb(226, 226, 226);
  transition: height 0.27s ease-out;
  left: 50%;
  transform: translateX(-50%);
}

.site-header {
  position: relative;
  max-width: var(--page-max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.shrinked .site-header-wrap {
  height: 6rem;
}

.site-header .logo {
  width: auto;
  height: 3.2rem;
  font-size: 2.3rem;
  position: relative;
  transition: scale 0.27s ease-out;
}

.site-header .logo img {
  height: 2rem;
  margin-right: 0.3rem;
}

.logo a {
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 700;
}

.shrinked .site-header-wrap .site-header .logo {
  scale: 0.9;
}

/* GLOBAL NAVIGATION */
.header-menu {
  display: flex;
  align-items: center;
}

.btn.btn--header {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: white;
  background-color: var(--primary-color);
  transition: scale 0.27s ease-out;
}

.btn--header:hover {
  color: var(--primary-color);
  background-color: white;
}

.shrinked .site-header-wrap .btn--header {
  scale: 0.9;
}

.gnav-wrap {
  z-index: 10;
  margin-left: auto;
  display: flex;
  column-gap: 11rem;
}

.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 9rem;
}

.gnav__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  transition-duration: 0.5s;
}

.gnav__item .ico--submenu {
  margin-left: 0.8rem;
  width: 1rem;
  height: 1.2rem;
}

.gnav__item a {
  font-weight: 500;
  font-size: 1.6rem;
  color: hsl(0deg, 0%, 24%);
  padding-bottom: 0.3rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.gnav_1stlink {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico-gnav-wrap {
  margin-left: 0.5rem;
  width: 2rem;
}

.site-header-wrap.shrinked .gnav__item a {
  font-size: 1.6rem;
}

.gnav__item a:hover {
  color: var(--primary-color);
}

.gnav__item:hover > a,
.gnav__item:focus-within > a,
.gnav__item.on a {
  cursor: pointer;
}

.gnav__item:hover > a .ico--submenu,
.gnav__item:focus-within > a .ico--submenu {
  fill: var(--primary-color);
}

.gnav__item:focus-within a {
  outline: none;
}

.gnav__sublist {
  background: white;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.4rem 1rem hsla(0deg, 0%, 0%, 0.07), 0rem 0.5rem 2rem hsla(0deg, 0%, 0%, 0.03);
}

.gnav__list li:hover > ul,
.gnav__list li:focus-within > ul,
.gnav__list li ul:hover,
.gnav__list li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.gnav__subitem {
  clear: both;
  width: 100%;
  padding-bottom: 1rem;
}

.gnav__subitem:last-child {
  padding-bottom: 0rem;
}

.gnav__sublist .ico--subitem {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.4rem;
  fill: var(--hwp-color);
}

.gnav__sublist .ico--subitem.pdf {
  fill: var(--pdf-color);
}

.gnav__subitem a {
  display: block;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: var(--fw-default);
}

.gnav__subitem a:hover {
  color: var(--primary-color);
}

/* hamburger button */
.gnbCheck,
.gnbHandle {
  display: none;
}

/* MOBILE  */
@media (max-width: 992px) {
  .site-wrap {
    width: 100%;
  }
  #gnbCheck:checked + .site-wrap {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
  }
  .site-header-wrap {
    z-index: var(--zindex-topnav);
    background: transparent;
    border-bottom: none;
  }
  .shrinked .site-header-wrap {
    background-color: white;
    border-bottom: solid 1px rgb(226, 226, 226);
  }
  .site-header {
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
    padding-inline: 0;
  }
  .logo-wrap {
    position: absolute;
    top: 2.8rem;
    left: 3rem;
    z-index: 2;
    text-align: center;
    transition: top 0.2s ease-in-out, scale 0.27s ease-out;
  }
  .logo-wrap .logo {
    transition: margin 0.2s ease-in-out, scale 0.27s ease-out;
  }
  .shrinked .site-header-wrap .logo-wrap {
    top: 1.2rem;
    scale: 0.9;
  }
  .shrinked .site-header-wrap .gnbHandle {
    top: 1.2rem;
    scale: 0.9;
  }
  .gnbHandle {
    position: absolute;
    z-index: 100000;
    top: 3rem;
    right: 2rem;
    margin-left: 5.5rem;
    display: block;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    transition: top 0.2s ease-in-out, scale 0.27s ease-out;
  }
  .gnbHandle:before,
  .gnbHandle:after,
  .gnbHandle i:before {
    content: "";
    display: block;
    width: 2rem;
    height: 0.3rem;
    background-color: var(--primary-color);
    border-radius: 0.4rem;
    position: absolute;
    top: 0.5rem;
    left: 0.6rem;
    animation-name: gnbH_ani_1;
    animation-duration: 0.3s;
  }
  .gnbHandle:after {
    top: 1.9rem;
    animation-name: gnbH_ani_2;
  }
  .gnbHandle i:before {
    top: 1.2rem;
    animation-name: gnbH_ani_3;
  }
  @keyframes gnbH_ani_1 {
    0% {
      transform: rotate(-45deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes gnbH_ani_2 {
    0% {
      transform: rotate(45deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  #gnbCheck:checked + .site-wrap .gnbHandle:before,
  #gnbCheck:checked + .site-wrap .gnbHandle:after {
    /* close icon */
    width: 2.2rem;
    top: 1.2rem;
    left: 0.2rem;
    transform: rotate(45deg);
    animation-name: gnbH_close_ani_1;
    animation-duration: 0.3s;
  }
  #gnbCheck:checked + .site-wrap .gnbHandle:after {
    /* close icon */
    transform: rotate(-45deg);
    animation-name: gnbH_close_ani_2;
    animation-duration: 0.3s;
  }
  #gnbCheck:checked + .site-wrap .gnbHandle i:before {
    /* close icon */
    display: none;
  }
  @keyframes gnbH_close_ani_1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @keyframes gnbH_close_ani_2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-45deg);
    }
  }
  /* GNB menu */
  .gnav-wrap {
    display: block;
    position: fixed;
    margin: 0;
    z-index: 601;
    width: 27rem;
    background-color: white;
    overflow: hidden;
    transition: transform 0.3s ease;
    right: 0;
    height: 100vh;
    height: 100dvh;
    transform: translateX(100%);
  }
  #gnbCheck:checked + .site-wrap .gnav-wrap {
    z-index: 601;
    opacity: 1;
    overflow: visible;
    overflow: auto;
    transform: translateX(0%);
  }
  .gnav-bg-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    visibility: hidden;
    opacity: 0;
    background: #000;
  }
  #gnbCheck:checked + .site-wrap .gnav-bg-mobile {
    visibility: visible;
    opacity: 0.6;
  }
  .gnav__list {
    margin: 0;
    display: block;
    padding: 9rem 3rem;
  }
  .gnav__item {
    display: block;
    text-align: center;
    padding: 2rem 2rem;
  }
  .gnav__subitem a {
    font-size: var(--fs-default);
    font-weight: var(--fw-default);
  }
  .gnav__sublist {
    position: relative;
    display: block;
    background: transparent;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    padding: 1rem 0.4rem;
    margin: -3rem auto 2rem auto;
  }
  /* header menu */
  .site-wrap .header-menu {
    justify-content: center;
  }
}
.ms-auto {
  margin-left: auto;
}

.vscroll {
  overflow-y: auto;
}

.right-content-footer {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-top: 2rem;
  background-color: white;
  padding-block: 0.8rem;
}

.scrollfixed-right-btn {
  position: fixed;
  bottom: 0.8rem;
}

.grid-wrap {
  display: grid;
  column-gap: 1.5rem;
}

.account-profil-box {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
}

.account-profile-pic {
  max-width: 20rem;
  width: 100%;
  height: 120%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.account-profile-pic img {
  width: 100%;
  height: 100%;
}

.accordion-a9-round-title {
  border-radius: var(--elm-radius);
  padding: 0.8rem 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:not(:first-of-type) {
  border-radius: var(--elm-radius) !important;
  overflow: hidden;
}

.gsico-accordion-title,
.gsico-account-profil {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.2rem;
  margin-right: 0.6rem;
}

.gsico-account-profil {
  width: 2.5rem;
  height: 2.5rem;
}

.accordion-item {
  margin-bottom: 0.8rem;
  border-radius: var(--elm-radius);
  flex-direction: row;
}

.accordion-item-title {
  width: 100%;
}

.account-profile-name {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  justify-content: center;
  line-height: 1.4;
}

.account-profile-name .name {
  font-size: 1.75rem;
}

.account-profile-name .id {
  display: block;
}

.accordion-button,
.accordion-body {
  padding: 1rem 1.2rem;
}

.accordion-button:after {
  margin-inline: 0.8rem -0.1rem;
  width: 1rem;
  background-size: 1rem;
}

.accordion-item p {
  margin-bottom: 0;
}

.accordion-body li {
  margin-bottom: 1.2rem;
}

.accordion-body li:last-child {
  margin-bottom: 0;
}

.accordion-body h4 {
  margin-bottom: 0.3rem;
}

/* MOBILE
---------------------------------------------------------- */
@media (max-width: 992px) {
  .right-content-footer {
    position: fixed;
    width: 100%;
  }
  .grid-wrap {
    display: block;
  }
  .gridcol-fixed {
    width: 100%;
  }
  .account-profil-box {
    flex-direction: row;
    column-gap: 1.5rem;
  }
  .account-profile-pic {
    max-width: 14rem;
    max-height: 15rem;
    margin-bottom: 0;
  }
  .gsico-account-profil {
    flex-shrink: 0;
  }
}
.tile-item.navy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tile-item .tile-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  margin-bottom: 1.5rem;
}

.tile-graph .tile-title {
  margin-left: -1rem;
  margin-bottom: 3rem;
}

.tile-item.navy .tile-title {
  color: hsla(0deg, 0%, 100%, 0.8);
  margin-bottom: 0.4rem;
}

.tile-item.navy a {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  font-size: 0;
}

.tile-list {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 6rem;
}

.tile-list li {
  padding-block: 0.3rem 0.4rem;
}

.tile-list li .material-symbols-outlined {
  font-size: 1.7rem;
  font-variation-settings: "wght" 600;
}

.tile-item.navy .num {
  font-size: 2.5rem;
  line-height: 100%;
  display: inline-block;
  width: 4rem;
  margin-left: -1rem;
  text-align: center;
}

.tile-item.navy .list-text {
  line-height: 100%;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.5rem;
}

.tile-item.navy li a .list-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0rem;
  bottom: -0.4rem;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.2s ease !important;
}

.tile-item.navy li:hover a .list-text::after {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.user-pic {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 7rem;
  transform: translateX(-50%);
}

.user-menu {
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
  color: white;
  margin-block: 15rem 1rem;
  background-color: hsla(9deg, 100%, 31%, 0.15);
  width: 20rem;
  margin-inline: auto;
  padding-block: 0.6rem 0.4rem;
  border-radius: 3rem;
}

.user-name {
  text-align: center;
  color: white;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.user-name .title {
  color: hsla(0deg, 0%, 100%, 0.5);
  font-size: 1.4rem;
  margin-left: 0.4rem;
}

.user-noti-icon,
.user-message-icon {
  display: inline-block;
  width: 2.4rem;
  height: 2rem;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-variation-settings: "wght" 300;
}

.user-noti-icon.on:after,
.user-message-icon.on:after {
  display: block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #ff6b08;
  position: absolute;
  top: 0rem;
  right: 0rem;
}

.profile-wrap {
  margin-block: 4rem 5rem;
}

.profile-img {
  margin-inline: auto;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.legend,
.legend-script {
  padding-bottom: 4.7rem;
  position: absolute;
  right: 3.5rem;
  text-align: right;
  top: 3.5rem;
}

.legend-script {
  top: 6rem;
  font-size: 1.3rem;
  color: #8f8f8f;
}

.legend li {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 3rem;
  padding-left: 1.4rem;
  position: relative;
}

.legend li:before {
  background: #dbdbdb;
  border-radius: 0;
  content: "";
  display: block;
  height: 0.9rem;
  left: 0;
  position: absolute;
  top: 0.6rem;
  width: 0.9rem;
  border-radius: 50%;
}

.legend li.lg1:before {
  background-color: var(--primary-color);
}

.legend.legend-navy {
  color: hsla(0deg, 0%, 100%, 0.3);
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
  padding-right: 3rem;
}

.legend.legend-navy li {
  font-size: 1.1rem;
}

.legend.legend-navy li:before {
  width: 0.7rem;
  height: 0.7rem;
}

.chart-feature-wrap {
  width: 26rem;
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: inset(0px 0rem 0rem 0px);
  animation: clip 1s;
}

@keyframes clip {
  0% {
    clip-path: inset(0px 30rem 0rem 0px);
  }
  100% {
    clip-path: inset(0px 0rem 0rem 0px);
  }
}
.chart-feature {
  display: block;
  box-sizing: border-box;
  height: 288px;
  width: 576px;
}

@media (max-width: 1000px) {
  .profile-wrap {
    margin-block: 1rem 2rem;
  }
  .tile-list {
    margin-bottom: 3rem;
  }
  .chart-feature-wrap {
    bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .tile-graph .tile-title {
    margin-bottom: 1rem;
  }
  .legend,
  .legend-script {
    position: relative;
    text-align: left;
    padding-bottom: 1rem;
    top: auto;
    right: auto;
    margin-left: -1rem;
  }
  .legend li:first-child {
    margin-left: 0;
  }
}
.site-footer-wrap {
  position: sticky;
  top: 100vh;
  background: #333;
  padding: 5rem 0 8rem 0;
  color: whtie;
}

.site-footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page-max-width);
  padding-inline: var(--page-padding-inline);
}

.site-footer,
.site-footer a {
  color: hsl(0deg, 0%, 50%);
}

.site-footer a:hover {
  color: hsl(0deg, 0%, 67%);
  text-decoration: underline;
}

.footer-title {
  margin-bottom: 1rem;
  display: block;
}

.footer-top {
  display: flex;
  column-gap: 10rem;
  align-items: flex-start;
}

.footer-company {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
}

.f-com-logo {
  width: 4rem;
  opacity: 0.5;
  margin-top: 0.5rem;
}

.footer-touch {
  margin-left: auto;
}

.f-media-li {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.f-media-icon {
  width: 3rem;
  opacity: 0.5;
}

.f-media-item a:hover .f-media-icon {
  opacity: 0.9;
}

.footer-bottom {
  margin-top: 8rem;
  border-top: solid 1px #444;
  padding-top: 1.5rem;
}

@media (max-width: 1000px) {
  .footer-top {
    display: block;
  }
  .footer-company,
  .footer-touch {
    margin-bottom: 7rem;
  }
  .footer-company,
  .footer-touch,
  .footer-socialmedia,
  .f-media-li,
  .footer-bottom {
    text-align: center;
    justify-content: center;
  }
  .footer-bottom {
    margin-inline: var(--page-padding-inline-negative);
  }
}
.performance {
  color: #333;
  display: flex;
  row-gap: 3rem;
  margin-top: 4rem;
  margin-bottom: 5.5rem;
  justify-content: center;
}

.donut-wrap {
  width: 17rem;
  padding-top: 1rem;
  padding-inline: 1.5rem 1rem;
}

.half-donut-wrap {
  margin-top: 2rem;
  margin-left: 0;
}

.performance-right {
  width: calc(100% - 17rem);
  padding-left: 5.5rem;
  margin-left: auto;
}

.performance-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.performance-ment {
  line-height: 110%;
  padding-block: 5rem 1rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.535);
}

.num-wrap {
  display: flex;
  font-size: 3.3rem;
}

.num-item {
  width: 33.333333%;
}

.num-item .num {
  display: block;
  line-height: 100%;
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.4rem;
}

.num-item .num:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #464e8f;
}

.num-item:nth-child(2) .num:before {
  background-color: rgb(193, 171, 242);
}

.num-item:nth-child(3) .num:before {
  background-color: rgb(147, 187, 236);
}

.num-title {
  font-size: 1.3rem;
  display: block;
  color: rgb(149, 151, 183);
}

.num-title br {
  display: none;
}

.team-profile {
  padding-block: 1rem 1.7rem;
  padding-inline: 1rem;
}

.member-pic {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-left: -1.5rem;
  border: solid 2px white;
}

@media (max-width: 800px) {
  .performance {
    display: block;
    text-align: center;
    margin-top: 0;
  }
  .team-profile {
    padding-block: 3rem 2rem;
  }
  .num-item .num {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .num-item .num:before {
    display: inline-block;
    position: relative;
    margin-top: -1rem;
    margin-right: 0.5rem;
  }
  .num-title br {
    display: block;
  }
  .donut-wrap {
    margin-inline: auto;
    max-width: 14rem;
    margin-bottom: 2rem;
  }
  .performance-right {
    width: 100%;
    padding-left: 0;
    margin-inline: auto;
  }
  .team-profile {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style-db-js.css.map */
