/* :root {
  --primary-color: #006af6;
  --font-primary: #333333;
  --font-secondary: #555555;
  --tab-active: #dbf3ff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
} */
/* 
.container {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 0 auto;
  color: var(--font-primary);
  background-color: #f7f7f7;
} */

/* p {
  color: var(--font-secondary);
} */

a {
  text-decoration: none;
  color: inherit;
}


.font-tab-text {
  font-size: 1.2rem !important;
}

.header {
  border-bottom: 2px solid #efeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 2rem;
  background-color: #fff;
}

.header a {
  text-decoration: none;
  color: inherit;
}

.nav {
  display: flex;
  gap: 2rem;
  list-style-type: none;
  align-items: center;
}

.active1 {
  color: var(--primary-color);
  font-weight: 500;
}

.capture-container-box-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 31.47px;
  color: #323232;
}

.border-gray {
  border: 2px solid gray;
}

.border-black {
  border: 1px solid black;
}

.main-content {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  padding: 1rem 2rem;
}

.header-right-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.my-space {
  background-color: #e3e3e3;
  padding: 8px;
  border-radius: 5px;
}

.my-work-space {
  color: #8e8e8e;
}

.content-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tab-buttons {
  display: flex;
  justify-content: center;
}

.tab-button {
  padding: 1rem;
  cursor: pointer;
  width: 100%;
  border: none;
  background: transparent;
  color: inherit;
}

.tab-button:hover {
  background-color: #eef6ff;
}

.tab-button.active {
  background-color: var(--tab-active);
  color: var(--primary-color);
  font-weight: bold;
  border-radius: 0.2rem;
  border-bottom: 1px solid var(--primary-color);
}

.tab-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 29.05px;
}

.tab-content {
  border-top: none;
  display: none;
  padding: 1rem 0;
  height: 100%;
}

.tab-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 1rem;
}

.title-and-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.refresh {
  padding: 8px 16px;
  cursor: pointer;
  color: white;
  font-size: inherit;
  border-radius: 6px;
  border: none;
  background-color: #009ff2;
  display: flex;
  gap: 6px;
  align-items: center;
}

.tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.live-a-life {
  padding: 0.8rem 1.4rem;
  font-size: inherit;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 300px;
}

.title-and-refresh {
  display: flex;
  justify-content: space-between;
}

.tab-content.active {
  display: block;
}

.container-ideation {
  /* height: 75vh; */
  background-color: white;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
}

.header-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.ideation-image-box {
  border: 2px solid #cccaca;
  background-color: #e8e6e6;
  border-radius: 7px;
}

.footer-begin-container {
  text-align: center;
}

.footer-begin-container>button {
  padding: 1rem 3rem;
  background: black;
  color: white;
  border-radius: 9px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
}

.ideation-phase-text {
  font-weight: 600 !important;
  color: #3c3a3a;
  font-size: 1.8rem !important;
}

.description-title-label-text {
  font-size: 1.2rem;
  font-weight: 400;
}

.modal-width-customize {
  max-width: 1200px !important;
}

.modal-content-style-export {
  border: 2px solid #afacac !important;
  border-radius: 20px !important;
}

.cursor{
  cursor: pointer;
}

/* timeline */
.container-timeline {
    /* width: 800px; */
    height: 80px;
    /* border: 1px solid black; */
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}


#play {
    font-size: 36px;
}

.phase-name-and-details {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
}

.phase-details {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 14px;
}

#alarm {
    font-size: 14px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #adadad;
    border-radius: 10px;
}

.phase-label {
    padding: 1rem;
    font-size: inherit;
    background-color: #f0fff0;
    border: 1px solid #00bb07;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.circle-pending {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.child-dot {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #A2A2A2;
}

/* popup-css-end */

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

@media (max-width: 1280px) {

  .font-header-menu {
    font-size: 16px;
  }

  .header-right-box {
    gap: 1rem;
  }

  .capture-container-box-title {
    font-size: 24px;
  }

  .paragaraph-text-1 {
    font-size: 23px;
  }

  .live-a-life-text {
    font-size: 21px;
  }

}

@media (max-width: 1199px) {

  .font-header-menu {
    font-size: 14px;
  }

  .header-right-box {
    gap: 1rem;
  }

  .capture-container-box-title {
    font-size: 23px;
  }

  .paragaraph-text-1 {
    font-size: 22px;
  }

  .live-a-life-text {
    font-size: 19px;
  }

}

@media (max-width: 1024px) {

  .font-header-menu {
    font-size: 13px;
  }

  .header-right-box {
    gap: 1rem;
  }

  .capture-container-box-title {
    font-size: 23px;
  }

  .paragaraph-text-1 {
    font-size: 22px;
  }

  .live-a-life-text {
    font-size: 18px;
  }

}

@media (max-width: 991px) {

  .font-header-menu {
    font-size: 12px;
  }

  .header-right-box {
    gap: 1rem;
  }

  .capture-container-box-title {
    font-size: 23px;
  }

  .paragaraph-text-1 {
    font-size: 22px;
  }

  .live-a-life-text {
    font-size: 17px;
  }

}