body {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.h2-font-wight {
    font-size: 1.5rem;
    font-weight: 700 !important;
}

.font-tab-text {
    font-size: 1.2rem;
}

.font-size-1-5 {
    font-size: 1.5rem;
}

.font-header-menu {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.78px;
}

.capture-container-box-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 31.47px;
    color: #323232;
}

.border-gray {
    border: 2px solid gray;
}

.color-blue {
    color: #006af6 !important;
}

.black-color {
    color: black !important;
}

.border-black {
    border: 1px solid black;
}

ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

legend {
    float: none !important;
    width: fit-content !important;
    margin-bottom: 0px !important;
}

.container-main {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100vh;
    background-color: #F7F7F7;
}

.heder-container {
    border-bottom: 2px solid #efeaea;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2rem;
}

.content-container {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    padding: 1rem 2rem;
    gap: 1rem;
}

.heder-right-box {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.my-space {
    color: rgb(13 110 253);
    padding: 8px;
    border-radius: 5px;
}

.my-work-space {
    color: #8E8E8E;
}

.user-profile {
    width: 40px;
    height: 40px;
    padding: 9px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-profile>i {
    font-size: 1.3rem;
}

.content-tab-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.Notes-box {
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}

.Notes-box:hover {
    background-color: #DBF3FF;
    cursor: pointer;
}

.My-idea {
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    background-color: #DBF3FF;
    border-bottom: 1px solid #006af6;
}

.tab-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
}

.title-container-and-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.two-box-timer-and-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.two-box-timer-and-title>p>a {
    color: #323232;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    text-decoration: none;
}

.ideation-phase-container {
    padding: 10px 10px;
    border: 1px solid #00bb07;
    background-color: #f0fff0;
    display: flex;
    align-items: center;
    border-radius: 45px;
}

.container-parent {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    overflow: auto;
}

.container-parent::-webkit-scrollbar {
    width: 0px;
}

.life-idea-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    gap: 10px;
}

.icon-box {
    width: 35px;
    height: 35px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-alerm {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ideation-text-container {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ideation-text-container>h3 {
    font-weight: 500;
    font-size: 1rem;
    color: #555555;
}

.icon-para-text-container {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.80rem;
    font-weight: 500;
    color: gray;
}

.icon-para-text-container>ul {
    padding: 0 1rem;
}

.character-about {
    color: #A78A75;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
}

.sdg-and-plus-container {
    padding: 0.50rem 1rem;
    border: 2px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    color: gray;
}


.sdg-title-submission {
    color: #A78A75;
}

.event-title {
    font-weight: 500;
    font-size: 1.17em;
}

.sdg-container-span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.icon-notification {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-user {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-icon {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    color: #FF6B6B;
}

.play-icon {
    font-size: 2rem !important;
}

/* css-popup */




.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;
}

.container-export-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease;
    opacity: 0;
}


.unselect-card-cantainer {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}


/* tab-css */


.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;
}

.container-export-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease;
    opacity: 0;
}



.tab-labels li {
    transition: background-color 0.3s ease;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tab-labels a {
    text-decoration: none;
    /* color: #333; */
}

.tab-content {
    border-top: none;
}

.tab-content.active {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: auto;
}

.tab-labels li.active {
    /* border-bottom: 2px solid #d7c3c3; */
    /* padding-bottom: 10px; */
}

/* tab-css-end  */


/* card-style */

.idea-data-wrapper1 {
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: auto;
    background-color: #FFFFFF;
}

.idea-data {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0.8rem 1rem;
    border: 1px solid #ede3e4;
    background-color: white;
    border-radius: 4px;
    height: 100%;
    overflow: auto;
}

.idea-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.label {
    color: #a78a75;
    font-size: 14px;
}

.user-name-text {
    font-size: 1.3rem;
}

.country-problem-title {
    font-size: 1.3rem;
    font-weight: 600;
}


.about-character {
    display: grid;
    gap: 2px;
}

.character-details {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    color: var(--font-secondary);
}

.dot {
    width: 4px;
    height: 4px;
    background-color: var(--taupe-color);
    border-radius: 10px;
}

.country {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.idea-content {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.idea-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.idea-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sdg-goals {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.goal1 {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-weight: 600;
}

.idea-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tagged-event {
    border: 1px solid #ede3e4;
    padding: 0.8rem;
    border-radius: 4px;
    position: relative;
}

.tagged-event-label {
    position: absolute;
    top: -10px;
    z-index: 1;
    background-color: white;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0.3rem;
    color: #6e6e6e;
    font-weight: 500;
}

.idea-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.idea-section ul {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.idea-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


/* card-style */

@media(max-width:1280px) {

    .font-header-menu {
        font-size: 16px;
    }

    .heder-right-box {
        gap: 1rem;
    }

    .h2-font-wight {
        font-size: 29px;
    }

    .sdg-text-style {
        font-size: 14px;
    }

    .sdg-image-box {
        width: 55px;
        height: 55px;
    }

    .life-on-land {
        font-size: 13px;
    }

    .capture-container-box-title {
        font-size: 24px;
    }

    .idea-box-label {
        font-size: 16px;
    }

    .fieldset-p {
        font-size: 16px;
    }

}

@media(max-width:1199px) {

    .font-header-menu {
        font-size: 14px;
    }

    .sdg-and-plus-container>p {
        font-size: 13px;
    }

    .description-box {
        font-size: 14px;
    }

    .font-wight-700 {
        font-size: 19px;
    }

    .voice-text {
        font-size: 15px;
    }

    .heder-right-box {
        gap: 1rem;
    }

    .h2-font-wight {
        font-size: 28px;
    }

    .capture-container-box-title {
        font-size: 23px;
    }

    .paragaraph-text-1 {
        font-size: 22px;
    }

    .live-a-life-text {
        font-size: 19px;
    }

    .two-box-timer-and-title>p {
        font-size: 15px;
    }

    .two-box-timer-and-title {
        gap: 2px;
    }

    .sdg-text-style {
        font-size: 14px;
    }

    .sdg-image-box {
        width: 50px;
        height: 50px;
    }

    .life-on-land {
        font-size: 13px;
    }

    .two-box-timer-and-title>p>a {
        font-size: 13px;
    }

    .idea-box-label {
        font-size: 15px;
    }

    .fieldset-p {
        font-size: 15px;
    }

}

@media(max-width:1024px) {

    .font-header-menu {
        font-size: 13px;
    }

    .sdg-and-plus-container>p {
        font-size: 11px;
    }

    .description-box {
        font-size: 13px;
    }

    .font-wight-700 {
        font-size: 18px;
    }

    .voice-text {
        font-size: 14px;
    }

    .heder-right-box {
        gap: 1rem;
    }

    .h2-font-wight {
        font-size: 27px;
    }

    .capture-container-box-title {
        font-size: 23px;
    }

    .paragaraph-text-1 {
        font-size: 22px;
    }

    .live-a-life-text {
        font-size: 18px;
    }

    .two-box-timer-and-title>p {
        font-size: 13px;
    }

    .two-box-timer-and-title {
        gap: 2px;
    }

    .sdg-text-style {
        font-size: 13px;
    }

    .sdg-image-box {
        width: 50px;
        height: 50px;
    }

    .life-on-land {
        font-size: 11px;
    }

    .two-box-timer-and-title>p>a {
        font-size: 13px;
    }

    .idea-box-label {
        font-size: 14px;
    }

    .fieldset-p {
        font-size: 14px;
    }
}

@media(max-width:991px) {

    .font-header-menu {
        font-size: 12px;
    }

    .sdg-and-plus-container>p {
        font-size: 11px;
    }

    .heder-right-box {
        gap: 1rem;
    }

    .h2-font-wight {
        font-size: 25px;
    }

    .capture-container-box-title {
        font-size: 23px;
    }

    .paragaraph-text-1 {
        font-size: 22px;
    }

    .live-a-life-text {
        font-size: 17px;
    }

    .font-wight-700 {
        font-size: 18px;
    }

    .description-box {
        font-size: 13px;
    }

    .two-box-timer-and-title>p {
        font-size: 13px;
    }

    .two-box-timer-and-title {
        gap: 2px;
    }

    .sdg-text-style {
        font-size: 13px;
    }

    .sdg-image-box {
        width: 50px;
        height: 50px;
    }

    .life-on-land {
        font-size: 11px;
    }

    .two-box-timer-and-title>p>a {
        font-size: 13px;
    }

}