a {
  text-decoration: none;
  color: inherit;
}

h3 {
  font-weight: 600;
}


:root {
  --primary-color: #006af6;
  --secondary-color: #009ff2;
  --font-primary: #333333;
  --font-secondary: #555555;
  --tab-active: #dbf3ff;
  --border: #ede3e4;
  --taupe-color: #463f3a;
  --white: #fff;
  --green: #00bb07;
  --light-green: #f0fff0;
  --idea-label-color: #a78a75;
}

.ideas-container {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content;
  overflow: auto;
}

/* drop-down-start */

.two-box-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.two-box {
  gap: 13px;
  display: grid;
  grid-template-rows: auto;
}

.two-box>h2 {
  font-weight: 600;
}

.my-idea-label {
  padding: 0.4rem;
  border-radius: 4px;
  border: 1px solid var(--border);
  font-size: 0.9rem;
  background-color: transparent;
  cursor: pointer;
}

.title-description-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.life-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.life-sdg-goal-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sdg-add-text-data {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.sdg-text-data {
  font-size: 14px;
  font-weight: 600;
  color: gray;
}

/* complete-doted-css  */

.line.completed {
  background-color: #007bff;
}

.play-icon {
  font-size: 2rem !important;
}

/* .css-popup  */

.main-popup-container {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.8rem;
}

.sdg-title-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.banner-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}

img:focus {
  border: 2px solid var(--primary-color);
}

.max-width-1000 {
  max-width: 1000px !important;
}


.play-recording-container {
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #EDE3E4;
}

.play-button-box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF6B6B;
  color: white;
  font-size: 1.4rem;
}

.progress-bar2 {
  flex: 1;
  margin: 0 8px;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: #FF6B6B;
  border-radius: 4px;

}

.progress-bar2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #FF6B6B;
  border-radius: 50%;
  cursor: pointer;
}

.time {
  font-weight: 500;
  color: #FF6B6B;
}

.close-button-recording {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6B6B;
}


.gold-image {
  width: 60px;
  height: 60px;
}

.silver-image {
  width: 50px;
  height: 50px;
}

.brozone-image {
  width: 40px;
  height: 40px;
}

.image-fit {
  width: 100%;
  height: 100%;
}

.image-content-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* next-css */

/* .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);
} */

.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)!important;
  font-weight: 500!important;
}


.main-content {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
}

.header-right-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.main-content1 {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  height: 100%;
  overflow: hidden;
  padding: 1rem 2rem;
  gap: 1rem;
}

.filter-capsule {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.filter-capsule p {
  font-size: 14px;
}

.capsule {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--secondary-color);
  background-color: var(--white);
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
}

.idea-data1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 4px;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.creater {
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 600;
}


.modal-footer {
  display: flex;
  gap: 1rem;
  justify-content: center;
}


.dot {
  width: 6px;
  height: 6px;
  background-color: #adadad;
  border-radius: 10px;
}


.title-and-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cta {
  padding: 12px 20px;
  cursor: pointer;
  color: var(--white);
  font-size: inherit;
  border-radius: 6px;
  border: none;
  background-color: #006AF6;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.cta-secondary {
  padding: 12px 20px;
  cursor: pointer;
  color:white!important;
  font-size: inherit;
  border-radius: 6px;
  display: flex;
  background-color: #FF7070;
  color: inherit;
  gap: 6px;
  align-items: center;
  justify-content: center;
  border: none;
}

.sdg-goals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.phase-label {
  padding: 1rem;
  font-size: inherit;
  background-color: var(--light-green);
  border: 1px solid var(--green);
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.phase-name-and-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.phase-details {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 14px;
}

#alarm {
  font-size: 14px;
}

#play {
  font-size: 36px;
}


.width-export-class {
  max-width: 1300px !important;
}

.main-container-preference {
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  padding: 15px;
}

.modal-content {
  border-radius: 17px !important;
}

.header-my-prefrence-data {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.card-prefrence-container {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 10px;
}

.footer-prefrence-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.title-first-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-first-text-name {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
}

.description-preference {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.author-text-style {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: #828282;
}

.cancel-icon-label-box {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #e9e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.character-detail-card {
  border: 1px solid #C9C9C9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 6px;
  padding: 1rem;
}

.character-detail-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #828282;
}

/* css  */

.three-box-container {
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.two-box-1 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tagged-sdg-goal {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #828282;
}

.attached-media-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #828282;
}

.two-box {
  gap: 14px;
  display: grid;
  grid-template-rows: auto;
}

.life-sdg-goal-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.life-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.image-box-my-preference {
  width: 65px;
  height: 65px;
  background-color: #eeeded;
  border-radius: 6px;
  border: 2px solid #dfdfdf;
}

.sdg-add-text-data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sdg-text-data {
  font-size: 14px;
  font-weight: 600;
  color: gray;
}

.font-size-1rem {
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.play-recording-container {
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #d1cfcf;
}

.play-button-box {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7e3e3;
  font-size: 1.1rem;
}

.progress-bar2 {
  flex: 1;
  margin: 0 8px;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: #eaeaea;
  border-radius: 4px;
}

.time {
  font-weight: 500;
  color: gray;
  font-size: 0.90rem;
}

.progress-bar2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #e4e1e1;
  border-radius: 50%;
  cursor: pointer;
}

.flag-box-preference {
  width: 30px;
  width: 30px;
}

.image-fit {
  width: 100%;
}

.user-name-icon-container-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gender-age-flag-data {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
}

.event-box-text-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #828282;
}

.country-facing-issues {
  font-size: 22px;
  font-weight: 500;
  line-height: 26.63px;
  color: #323232;
}

.about-character {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #828282;
}

.character-icon {
  height: 40px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.3rem;
  font-weight: 600;
}

.character-icon {
  font-size: 2rem !important;
}

.dscription-for-character {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.author-group-member-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-group-box {
  width: 70px;
  height: 40px;
  border: 2px solid grey;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.prefrence-box {
  border: 1px solid #B5B5B5;
  padding: 9px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  gap: 9px;
}

.prefrence-text {
  color: 323232;
  font-weight: bold;
  font-size: 1.1rem;
}

.star-prefrence-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.count-batch {
  color: #323232;
  font-weight: bold;
}

/* edit-preprence-box */

.preferences-box {
  /* position: absolute; */
  bottom: 5rem;
  z-index: 1;
  background-color: white;
  padding: 1rem;
  border: 1px solid lightgray;
  right: 2rem;
  border-radius: 4px;
  gap: 0.8rem;
  display: grid;
}

.placement {
  gap: 0.4rem !important;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  transition: box-shadow 0.1s linear;
}

.border-prefrence {
  width: 100%;
  border: 1px solid #ede3e4"

}

.preference-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.solo-preference {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.element-box-label {
  display: flex;
  align-items: center;
  gap: 1rem
}

.edit-prefrence-box {
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}

.count-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.modal-absolute {
  position: absolute !important;
  right: 3%;
  bottom: 6%;
  width: 400px !important;
}

/* edit-prfrence-box */

/* next-css-end */

@media (max-width: 1280px) {



  .paragaraph-text-1 {
    font-size: 23px;
  }

  .live-a-life-text {
    font-size: 21px;
  }

  .font-header-menu {
    font-size: 16px;
  }

  .heder-right-box {
    gap: 1rem;
  }

  .h2-font-wight {
    font-size: 29px;
  }

  .capture-container-box-title {
    font-size: 23px;
  }

  .sdg-text-data {
    font-size: 14px;
  }

  .title-card-text {
    font-size: 1.5rem;
  }

  .font-size-1rem {
    font-size: 0.9rem;
  }

  .image-box {
    width: 55px;
    height: 55px;
  }

  .description-text {
    font-size: 0.9rem;
  }

  .line {
    width: 90px;
  }
}

@media (max-width: 1199px) {


  .paragaraph-text-1 {
    font-size: 22px;
  }

  .live-a-life-text {
    font-size: 19px;
  }

  .font-header-menu {
    font-size: 14px;
  }

  .heder-right-box {
    gap: 1rem;
  }

  .h2-font-wight {
    font-size: 28px;
  }

  .capture-container-box-title {
    font-size: 23px;
  }

  .sdg-text-data {
    font-size: 12px;
  }

  .title-card-text {
    font-size: 1.3rem;
  }

  .font-size-1rem {
    font-size: 0.8rem;
  }

  .image-box {
    width: 55px;
    height: 55px;
  }

  .description-text {
    font-size: 0.8rem;
  }

  .line {
    width: 65px;
  }

}

@media (max-width: 1024px) {
  .paragaraph-text-1 {
    font-size: 22px;
  }

  .live-a-life-text {
    font-size: 18px;
  }

  .font-header-menu {
    font-size: 13px;
  }

  .h2-font-wight {
    font-size: 27px;
  }

  .heder-right-box {
    gap: 1rem;
  }

  .capture-container-box-title {
    font-size: 23px;
  }

  .sdg-text-data {
    font-size: 12px;
  }

  .title-card-text {
    font-size: 1.1rem;
  }

  .font-size-1rem {
    font-size: 0.8rem;
  }

  .image-box {
    width: 55px;
    height: 55px;
  }

  .description-text {
    font-size: 0.8rem;
  }

  .line {
    width: 60px;
  }
}

@media (max-width: 991px) {

  .paragaraph-text-1 {
    font-size: 22px;
  }

  .live-a-life-text {
    font-size: 17px;
  }

  .font-header-menu {
    font-size: 12px;
  }

  .h2-font-wight {
    font-size: 25px;
  }

  .heder-right-box {
    gap: 1rem;
  }

  .capture-container-box-title {
    font-size: 23px;
  }

  .title-card-text {
    font-size: 1.1rem;
  }

  .description-text {
    font-size: 0.8rem;
  }

  .two-box-timer-and-title>p>a {
    font-size: 14px;
  }

  .sdg-text-data {
    font-size: 12px;
  }

  .font-size-1rem {
    font-size: 0.8rem;
  }

  .image-box {
    width: 55px;
    height: 55px;
  }

  .line {
    width: 60px;
  }
}