.d3-life-area-pie {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.d3-life-area-pie svg {
  height: 100%;
}
.d3-life-area-pie .lifeAreaIcon {
  cursor: pointer;
  pointer-events: bounding-box;
  display: block;
}

.d3-life-area-pie-tooltip {
  opacity: 0;
  width: 440px;
  padding: 16px;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(169, 178, 184, 0.4);
  border-radius: 16px;
  display: none;
  flex-direction: column;
  z-index: 10;
}
@media (max-width: 1280px) {
  .d3-life-area-pie-tooltip {
    width: 340px;
  }
}
@media (max-width: 768px) {
  .d3-life-area-pie-tooltip {
    top: calc(50vh - 70px) !important;
    left: 0 !important;
    right: 0 !important;
    min-width: unset;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    width: 96vw;
    box-sizing: border-box;
    position: fixed;
  }
}
.d3-life-area-pie-tooltip .wrapper_titulo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 20px;
  width: 100%;
}
.d3-life-area-pie-tooltip .wrapper_titulo img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .d3-life-area-pie-tooltip .wrapper_titulo img {
    width: 32px;
    height: 32px;
  }
}
.d3-life-area-pie-tooltip .wrapper_titulo h3 {
  padding: 6px 0;
  margin: 0;
  color: #1B2B3A;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .d3-life-area-pie-tooltip .wrapper_titulo h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .d3-life-area-pie-tooltip .wrapper_titulo h3 {
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.d3-life-area-pie-tooltip .wrapper_descricao {
  display: flex;
  flex-flow: row wrap;
  margin-top: 8px;
}
.d3-life-area-pie-tooltip .wrapper_descricao p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #484d5f;
  line-height: 24px;
  text-align: left;
  white-space: normal;
}

.d3-life-area-pie-legend {
  width: 100%;
  display: flex;
  padding: 0 16px;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
  height: unset;
  bottom: -60px;
}
@media (max-width: 1280px) {
  .d3-life-area-pie-legend {
    bottom: -33%;
  }
}
@media (max-width: 768px) {
  .d3-life-area-pie-legend {
    flex-wrap: nowrap;
    height: unset;
    flex-direction: column;
    row-gap: 8px;
    bottom: -120px;
  }
}
.d3-life-area-pie-legend .legend-text {
  width: max-content;
  height: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 4px;
}
.d3-life-area-pie-legend .legend-text .bullet {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 10px;
}
.d3-life-area-pie-legend .legend-text .texto {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #666D86;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: currentColor;
}
@media (max-width: 1280px) {
  .d3-life-area-pie-legend .legend-text .texto {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: currentColor;
  }
}
.d3-life-area-pie-legend .legend-text .texto .percent {
  font-weight: 700;
  margin-left: 4px;
  color: #1B2B3A;
}

.d3-life-area-pie2 {
  position: relative;
  width: 594px;
  height: 394px;
}
.d3-life-area-pie2 .legendas {
  position: absolute;
  display: flex;
  justify-content: flex-start;
}
.d3-life-area-pie2 .legendas:nth-of-type(1) {
  flex-direction: row-reverse;
  align-items: flex-end;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(1) {
    flex-direction: column;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(1) .wrapper_title {
  align-items: flex-end;
  margin: 0 8px 0 0;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(1) .wrapper_title {
    margin: 0;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(1) .wrapper_title span h2 {
  margin: 0 8px 0 0;
}
.d3-life-area-pie2 .legendas:nth-of-type(2) {
  flex-direction: row-reverse;
  align-items: flex-end;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(2) {
    flex-direction: column;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(2) .wrapper_title {
  align-items: flex-end;
  margin: 0 8px 0 0;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(2) .wrapper_title {
    margin: 0;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(2) .wrapper_title span h2 {
  margin: 0 8px 0 0;
}
.d3-life-area-pie2 .legendas:nth-of-type(3) {
  flex-direction: row;
  align-items: flex-start;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(3) {
    flex-direction: column;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(3) .wrapper_title {
  align-items: flex-start;
  margin: 0 0 0 8px;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(3) .wrapper_title {
    margin: 0;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(3) .wrapper_title span h2 {
  margin: 0 8px 0 0;
}
.d3-life-area-pie2 .legendas:nth-of-type(4) {
  flex-direction: row;
  align-items: flex-start;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(4) {
    flex-direction: column;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(4) .wrapper_title {
  align-items: flex-start;
  margin: 0 0 0 8px;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas:nth-of-type(4) .wrapper_title {
    margin: 0;
  }
}
.d3-life-area-pie2 .legendas:nth-of-type(4) .wrapper_title span h2 {
  margin: 0 8px 0 0;
}
.d3-life-area-pie2 .legendas img {
  width: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas img {
    width: 35px;
  }
}
.d3-life-area-pie2 .legendas .wrapper_title {
  display: flex;
  flex-direction: column;
}
.d3-life-area-pie2 .legendas .wrapper_title span {
  display: flex;
  flex-direction: row;
}
.d3-life-area-pie2 .legendas .wrapper_title span h2 {
  font-size: 16px;
  padding: 0;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas .wrapper_title span h2 {
    font-size: 14px;
  }
}
.d3-life-area-pie2 .legendas .wrapper_title span h2.indices {
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-weight: 700;
  color: #1B2B3A;
}
.d3-life-area-pie2 .legendas .wrapper_title p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  paDding: 0;
  font-weight: 400;
  color: #666D86;
}
@media (max-width: 768px) {
  .d3-life-area-pie2 .legendas .wrapper_title p {
    font-size: 12px;
  }
}

.d3-life-line {
  display: flex;
  width: 100%;
}

.d3-trail-progress {
  width: 116px;
  height: 105px;
  display: block;
}

.emotional-variation-bubbles {
  width: 590px;
  height: 462px;
}
.emotional-variation-bubbles .texts {
  display: flex;
  align-items: center;
  justify-content: center;
  text-anchor: middle;
  font-family: "Lato", sans-serif;
  opacity: 0;
}
.emotional-variation-bubbles .legendas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 8px;
}
.emotional-variation-bubbles .legendas .wrapper_title {
  width: 280px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.emotional-variation-bubbles .legendas .wrapper_title .bullet {
  display: flex;
  border-radius: 8px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .emotional-variation-bubbles .legendas .wrapper_title .bullet {
    width: 10px;
    height: 10px;
  }
}
.emotional-variation-bubbles .legendas .wrapper_title .bullet.red {
  background: #FF6500;
}
.emotional-variation-bubbles .legendas .wrapper_title .bullet.green {
  background: #1FB381;
}
.emotional-variation-bubbles .legendas .wrapper_title .bullet.blue {
  background: #2684FF;
}
.emotional-variation-bubbles .legendas .wrapper_title .bullet.yellow {
  background: #F5BE1A;
}
.emotional-variation-bubbles .legendas .wrapper_title p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #484D5F;
}
@media (max-width: 768px) {
  .emotional-variation-bubbles .legendas .wrapper_title p {
    font-size: 12px;
    line-height: 20px;
  }
}

.d3-life-line2 {
  display: flex;
  width: 100%;
}
.d3-life-line2 .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
}
.d3-life-line2 .tooltip {
  opacity: 0;
  min-width: 150px;
  max-width: 354px;
  gap: 14px;
  padding: 40px 16px 16px 16px;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(169, 178, 184, 0.4);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 10;
}
@media (max-width: 768px) {
  .d3-life-line2 .tooltip {
    min-width: 110px;
    width: 110px;
    max-width: 260px;
  }
}
.d3-life-line2 .tooltip .close {
  padding: 6px;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.d3-life-line2 .tooltip .tooltip-item {
  display: flex;
  flex-direction: column;
  width: 150px;
  padding: 6px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .d3-life-line2 .tooltip .tooltip-item {
    width: 110px;
  }
}
.d3-life-line2 .tooltip .tooltip-item .imagem-container {
  width: 150px;
  height: 112px;
  margin-bottom: 8px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .d3-life-line2 .tooltip .tooltip-item .imagem-container {
    max-width: 110px;
  }
}
.d3-life-line2 .tooltip .tooltip-item .imagem-container .imagem {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.d3-life-line2 .tooltip .tooltip-item .momento {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.d3-life-line2 .tooltip .tooltip-item .ano-pontos {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.d3-life-line2 .tooltip .tooltip-item .ano-pontos .ano, .d3-life-line2 .tooltip .tooltip-item .ano-pontos .pontos {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
  width: 50%;
}
.d3-life-line2 .tooltip .tooltip-item .ano-pontos .pontos .pontos-smile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.d3-life-line2 .tooltip .tooltip-item .ano-pontos .pontos .pontos-smile img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.d3-life-line2 .tooltip .tooltip-item .titulo {
  color: #1B2B3A;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.d3-life-line2 .tooltip .tooltip-item .descricao {
  color: #666D86;
  font-weight: 400;
  margin: 0;
  padding: 0;
  word-break: break-word;
}
.d3-life-line2 .skeleton {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: progress;
  background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee), radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%), linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
  animation: loading 1.5s infinite;
}
@keyframes loading {
  to {
    background-position: 315px 0, 0 0, 0 190px, 50px 195px;
  }
}

.engagement-index-line {
  display: flex;
  width: 100%;
}

.legendas-engagement-index-line {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
}
@media (max-width: 768px) {
  .legendas-engagement-index-line {
    column-gap: 16px;
    flex-wrap: wrap;
    bottom: -76px;
    height: 52px;
  }
}
.legendas-engagement-index-line .wrapper-legenda {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.legendas-engagement-index-line .wrapper-legenda .bullet {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  display: block;
}
.legendas-engagement-index-line .wrapper-legenda p {
  color: #484D5F;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.dognut {
  display: flex;
  flex-direction: row;
  column-gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .dognut {
    column-gap: 16px;
  }
}
.dognut .graphic-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 142px;
}
.dognut .legend-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 8px;
  column-gap: 32px;
}
.dognut .legend-container .legend-item {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.dognut .legend-container .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dognut .legend-container .legend-item .legend-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #484D5F;
}
.dognut .legend-container .legend-item .legend-percent {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #1B2B3A;
}

.map {
  display: flex;
  flex-direction: row;
  column-gap: 32px;
  align-items: center;
}
.map .map-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 134px;
}
.map .legend-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 8px;
  column-gap: 32px;
}
.map .legend-container .legend-item {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.map .legend-container .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.map .legend-container .legend-item .legend-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #484D5F;
}
.map .legend-container .legend-item .legend-percent {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #1B2B3A;
}

.d3-radial-bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.d3-radial-bars .graphic-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 276px;
  min-width: 276px;
}
.d3-radial-bars .legend-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 16px;
  column-gap: 24px;
  max-width: 440px;
  width: 100%;
}
.d3-radial-bars .legend-container .legend-item {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.d3-radial-bars .legend-container .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.d3-radial-bars .legend-container .legend-item .legend-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #484D5F;
}
.d3-radial-bars .legend-container .legend-item .legend-percent {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #1B2B3A;
}

.d3-simple-pie {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.d3-simple-pie .graphic-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 312px;
  min-width: 312px;
}
.d3-simple-pie .legend-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 16px;
  column-gap: 24px;
  max-width: 440px;
  width: 100%;
}
.d3-simple-pie .legend-container .legend-item {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.d3-simple-pie .legend-container .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.d3-simple-pie .legend-container .legend-item .legend-label {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #484D5F;
}
@media (max-width: 768px) {
  .d3-simple-pie .legend-container .legend-item .legend-label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #484D5F;
  }
}
.d3-simple-pie .legend-container .legend-item .legend-percent {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1B2B3A;
}
@media (max-width: 768px) {
  .d3-simple-pie .legend-container .legend-item .legend-percent {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #1B2B3A;
  }
}

body.mentors_admin {
  padding: 0;
  margin: 0;
}

.mentors_admin {
  --primary: #7F56D9;
  --primary-light: #E9D7FE;
  --danger: #D92D20;
  --danger-light: #FEE4E2;
  --border: #ddd;
  --text: #333;
  --text-muted: #666;
  padding: 0;
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #f5f5f5;
}
.mentors_admin * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mentors_admin .header {
  background: var(--primary);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mentors_admin .header h1 {
  font-size: 22px;
}
.mentors_admin .header a {
  color: white;
  text-decoration: none;
}
.mentors_admin .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mentors_admin a.btn-preview {
  background: white;
  border: 1px solid white;
  color: var(--primary) !important;
}
.mentors_admin .toolbar {
  background: white;
  padding: 15px 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
}
.mentors_admin .search-box {
  flex: 1;
  min-width: 200px;
}
.mentors_admin .search-box input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
}
.mentors_admin .btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.mentors_admin .btn-primary {
  background: var(--primary);
  color: white;
}
.mentors_admin .btn-secondary {
  background: var(--primary-light);
  color: var(--primary);
}
.mentors_admin .btn-danger {
  background: var(--danger-light);
  color: var(--danger);
}
.mentors_admin .btn-outline {
  background: white;
  border: 1px solid var(--border);
}
.mentors_admin .btn-sm {
  padding: 5px 10px;
  font-size: 13px;
}
.mentors_admin .btn-remove {
  padding: 8px 12px;
  background: #fee;
  color: #c00;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.mentors_admin .btn-add {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px dashed #ccc;
  border-radius: 6px;
  cursor: pointer;
  color: var(--text-muted);
}
.mentors_admin .content {
  padding: 20px;
}
.mentors_admin .card {
  background: white;
  border-radius: 8px;
  padding: 25px;
  max-width: 700px;
  margin: 0 auto;
}
.mentors_admin .mentor-list {
  background: white;
  border-radius: 8px;
}
.mentors_admin .mentor-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  gap: 12px;
}
.mentors_admin .mentor-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--primary-light);
}
.mentors_admin .mentor-info {
  flex: 1;
}
.mentors_admin .mentor-name {
  font-weight: 600;
}
.mentors_admin .mentor-title {
  font-size: 13px;
  color: var(--text-muted);
}
.mentors_admin .mentor-actions {
  display: flex;
  gap: 6px;
}
.mentors_admin .form-group {
  margin-bottom: 18px;
}
.mentors_admin .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--text);
}
.mentors_admin .form-group input, .mentors_admin .form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 14px;
}
.mentors_admin .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.mentors_admin .form-group small {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
  display: block;
}
.mentors_admin .form-actions {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.mentors_admin .form-actions .btn-outline {
  margin-right: auto;
}
.mentors_admin .photo-preview {
  margin-bottom: 10px;
}
.mentors_admin .photo-preview img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  display: none;
  border: 2px solid var(--border);
}
.mentors_admin .list-container {
  min-height: 36px;
  margin-bottom: 8px;
}
.mentors_admin .list-empty {
  color: #999;
  font-size: 13px;
}
.mentors_admin .list-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--primary-light);
  color: var(--primary);
  padding: 4px 8px;
  border-radius: 4px;
  margin: 2px 4px 2px 0;
  font-size: 13px;
}
.mentors_admin .list-item button {
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0 2px;
}
.mentors_admin .list-add {
  display: flex;
  gap: 8px;
}
.mentors_admin .list-add input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
}
.mentors_admin .sessions-container {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 12px;
}
.mentors_admin .session-item {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  align-items: center;
}
.mentors_admin .session-item input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
}
.mentors_admin .session-item input:last-of-type {
  max-width: 140px;
}
.mentors_admin .empty-state {
  text-align: center;
  padding: 50px 20px;
  color: var(--text-muted);
}
.mentors_admin .empty-state h3 {
  margin-bottom: 10px;
  color: var(--text);
}
.mentors_admin .empty-state p {
  margin-bottom: 15px;
}
.mentors_admin .notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 6px;
  color: white;
  display: none;
  z-index: 1000;
}
.mentors_admin .notification.show {
  display: block;
}
.mentors_admin .notification.success {
  background: #12B76A;
}
.mentors_admin .notification.error {
  background: #F04438;
}
.mentors_admin .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.mentors_admin .modal-content {
  background: white;
  border-radius: 12px;
  padding: 25px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow: auto;
}
.mentors_admin .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.mentors_admin .modal-header h2 {
  font-size: 20px;
  color: var(--text);
}

/*# sourceMappingURL=components.css.map */
