body,
html {
  margin: 0;
  padding: 0;
}

#ace {
  height: 100vh;
  width: 100vw;
  background-color: rgba(229, 225, 230, 0.2);
}

body {
  background-color: #fff;
}

.show-children {
  font-size: 20px;
}

.node {
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #e5e1e6;
  box-shadow: 0 0 10px #e5e1e6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.profile-container {
  width: 30%;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.profile {
  width: 100%;
}

.info-container {
  width: 100%;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem;
  margin-left: 0;
}

.name {
  font-size: 18px;
  color: #000;
}

.title {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.email {
  font-size: 14px;
  color: #000;
}

.office {
  font-size: 14px;
  color: #000;
}

.name,
.title,
.email,
.office {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.node-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a52650;
  border-radius: 50%;
  color: white;
}

/* .btn { */
/* margin: 3px;
        color: inherit;
        text-transform: uppercase;
        word-wrap: break-word;
        white-space: normal;
        cursor: pointer;
        border: 0;
        border-radius: 0.125rem;
        -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
          0 2px 10px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        -webkit-transition: color 0.15s ease-in-out,
          background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
          -webkit-box-shadow 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
          border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
          border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
          border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
          -webkit-box-shadow 0.15s ease-in-out;
        padding: 0.84rem 2.14rem;
        font-size: 0.81rem;
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
      }

      .btn-action-button {
        text-transform: lowercase;
        font-size: 11px !important;
        border-radius: 7px !important;
        color: white !important;
        padding: 4px 5px !important;
        background-color: #1d2643 !important;
      }*/

.action-buttons {
  position: absolute;
  top: 10px;
  right: 35px;
}

.svg-chart-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle at center, #04192b 0, #000b0e 100%);
}
