

.container-marketplace {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 6px;
    background-color: #f7f7f7;
}

.header-container {
    border-bottom: 2px solid #efeaea;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2rem;
}

.h2-font-wight {
    font-size: 1.5rem;
    font-weight: 700 !important;
}

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

.font-header-menu {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.78px;
}

.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;
}

.idea-marketplace-text {
    color: #006AF6;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.78px;
}

.title-container-and-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.two-box-timer-and-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.capture-container-box-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 31.47px;
    color: #323232;
}

.two-box-timer-and-title>p {
    color: #323232;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
}

.container-ideas-scroll {
    overflow: auto;
}

.container-ideas-scroll::-webkit-scrollbar {
    width: 0px;
}

.final-ideas-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    overflow: auto;
    /* padding: 0.50rem 2rem; */
}

.content-final-ideas-box {
    border: 1px solid #B1B1B1;
    padding: 10px 15px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.team-name-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    color: rgb(130, 130, 130);
    text-transform: uppercase;
}

.rating-box-show {
    border: 1px solid #B1B1B1;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.rated-star {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rated-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #323232;
}

.title-final-idea {
    font-weight: 600;
    font-size: 30px;
    color: #323232;
}

.title-ideas {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
}

.description-data-ideas {
    line-height: 30px;
    color: #323232;
}

.life-sdg-goal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    padding: 10px 0px;
}

.teachers-comments-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-box-teacher {
    border: 1px solid #B2B2B2;
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    gap: 8px;
    background-color: #F7F7F7;
}

.chat-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #323232;
}

.title-comments-container {
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.name-title-time-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user-label-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 16.94px;
    color: #8C8C8C;
}

.time-label-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 16.94px;
    color: #8C8C8C;
}

.comments-box {
    width: 25px;
    height: 25px;
}

.comment-icon {
    color: #323232 !important;
}

.teacher-chat-container-outer {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.comments-title-teacher {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    color: #323232;
}

.life-two-box-container {
    display: flex;
    gap: 3rem;
}

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

.image-box-my-preference {
    width: 65px;
    height: 65px;
    background-color: rgb(238, 237, 237);
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    border-image: initial;
}

.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;
}

/* popup-css-star */

.container-parameters {
    width: 100%;
    height: 100vh;
    border-radius: 16px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 6px;
    padding: 1rem;
}

.team-name-box {
    padding: 10px 0px;
}

.team-name-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    color: rgb(130, 130, 130);
    text-transform: uppercase;
}

.content-title-parameters {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.title-parameters {
    font-size: 40px!important;
    font-weight: 600!important;;
    line-height: 48.41px!important;;
    color: #323232;
}


.description-parameters {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #323232;
}

.rating-box {
    padding: 10px;
    height: 150px;
}

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

.member-author-container {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-member-box {
    border: 1px solid #B1B1B1;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    gap: 5px;
}

.rating-show-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.rated-parameter-container {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 25px;
    overflow: hidden;
}

.teacher-chat-container-outer {
    display: flex;
    flex-direction: column;
    gap: 9px;
    height: 10vh;
  overflow: auto;
}

.chat-box-teacher {
    border: 1px solid #B2B2B2;
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    gap: 8px;
    background-color: #F7F7F7;
}

.chat-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #323232;
}

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

.user-label-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 16.94px;
    color: #8C8C8C;
}

.time-label-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 16.94px;
    color: #8C8C8C;
}

.comments-title-teacher {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.89px;
    color: #323232;
}

.parameter-box {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    gap: 10px;
}

.parameter-box2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.button-sub {
    padding: 0.70rem 2rem;
    background-color: #009ff2;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    border: none;
    cursor: pointer;
}

.average-rating-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.data-rated-container {
    overflow: auto;
}

.data-rated-container::-webkit-scrollbar {
    width: 0px;
}

.title-average {
    font-size: 28px!important;
    font-weight: 600!important;
    line-height: 33.89px!important;
    color: #323232!important;
}

.average-rating-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7F7F7F;
}

.rated-by-teacher-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.data-business-container {
    border: 1px solid #B2B2B2;
    padding: 10px 10px;
    border-radius: 7px;
}

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

.title-of-solution {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #323232;
}

.rated-by-teacher {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    background-color: #F0F0F0;
}

.rated-star {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rated-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #323232;
}

.description-solution {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #7F7F7F;
    width: 70%;
}
.wrapper-sdg-title {
    display: flex;
    align-items: center;
    gap: 16px;
    /* justify-content: space-between; */
}

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

.sdg-inner-container {
    background-origin: padding-box;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sdg-goalbox {

    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: lightgray;
    overflow: hidden;
}

.sdg-goalbox>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-container {
    display: flex;
    gap: 10px;
}

.sdg-goal-number {
    font-weight: 500;
    font-size: 16px;
    color: #878787;
}
.container-main-selection {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}

.flex-teacher-comment {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.title-desc-md {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7F7F7F;
}
.add-comment-by-teacher {
    padding: 10px;
    border: 1px solid lightgray;
    display: grid;
    grid-template-rows: 1fr 12%;
    border-radius: 6px;
    gap: 10px;
    overflow: auto;

}

.message-show-box {
    width: fit-content;
    max-height: 100px;
    background-color: rgb(227, 227, 227);
    font-size: 13px;
    font-weight: 400;
    line-height: 19.36px;
    color: rgb(50, 50, 50);
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
}

.add-input-comment-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.add-comment-title {
    font-size: 25px;
    color: #323232;
    font-weight: 600;
    /* padding: 5px 0px; */
}

.input-filed {
    height: 50px;
    width: 90%;
}

.input-filed>input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #e4e4e4;
}


.send-icon {
    width: 40px;
    height: 40px;
    background-color: #006AF6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.rating-wrapper-md {
    display: flex;
    gap: 15px;
}

.add-rating-teacher-btn {
    padding: 10px 10px;
    background-color: #006AF6;
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;

}

.rating-number-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 3px;
}

#ratingValue {
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
}

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

.wrapper-title-md {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.message-chat-container {
    padding: 10px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title-teacher-comment {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.teacher-title-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: rgb(140, 140, 140);
}

.container-main-selection {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}

.flex-teacher-comment {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.title-desc-md {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7F7F7F;
}

.close-btn-rating {
    padding: 0.70rem 2rem;
    background-color: #FF4F4F;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    border: none;
    cursor: pointer;
}

/* popup-css-end */

@media(max-width:1280px) {

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

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

    .idea-marketplace-text {
        font-size: 15px;
    }

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

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

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

    .team-name-text {
        font-size: 18px;
    }

    .title-final-idea {
        font-size: 25px;
    }

    .title-ideas {
        font-size: 1.1rem;
    }

    .description-data-ideas {
        font-size: 17px;
    }

    .comments-title-teacher {
        font-size: 23px;
    }

    .rated-text {
        font-size: 16px;
    }
}

@media(max-width:1199px) {

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

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

    .idea-marketplace-text {
        font-size: 14px;
    }

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

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

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

    .team-name-text {
        font-size: 17px;
    }

    .title-final-idea {
        font-size: 24px;
    }

    .title-ideas {
        font-size: 1.1rem;
    }

    .description-data-ideas {
        font-size: 16px;
    }

    .comments-title-teacher {
        font-size: 22px;
    }

    .rated-text {
        font-size: 14px;
    }

    .title-parameters {
        font-size: 31px;
    }

    .description-parameters {
        font-size: 15px;
    }

    .author-text-style {
        font-size: 15px;
    }

    .title-average {
        font-size: 22px;
    }

    .average-rating-title {
        font-size: 16px;
    }

    .title-of-solution {
        font-size: 15px;
    }

    .description-solution {
        font-size: 13px;
    }
}

@media(max-width:1024px) {

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

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

    .idea-marketplace-text {
        font-size: 13px;
    }

    .header-right-box {
        gap: 1.8rem;
    }

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

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

    .team-name-text {
        font-size: 16px;
    }

    .title-final-idea {
        font-size: 22px;
    }

    .title-ideas {
        font-size: 1.1rem;
    }

    .description-data-ideas {
        font-size: 15px;
    }

    .chat-text {
        font-size: 13px;
    }

    .user-label-text {
        font-size: 13px;
    }

    .comments-title-teacher {
        font-size: 21px;
    }

    /* popup */

    .rated-text {
        font-size: 13px;
    }

    .title-parameters {
        font-size: 30px;
    }

    .description-parameters {
        font-size: 14px;
    }

    .author-text-style {
        font-size: 14px;
    }

    .title-average {
        font-size: 21px;
    }

    .average-rating-title {
        font-size: 15px;
    }

    .title-of-solution {
        font-size: 13px;
    }

    .description-solution {
        font-size: 12px;
    }

}

@media(max-width:991px) {

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

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

    .idea-marketplace-text {
        font-size: 12px;
    }

    .header-right-box {
        gap: 2rem;
    }

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

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

    .team-name-text {
        font-size: 15px;
    }

    .title-final-idea {
        font-size: 21px;
    }

    .title-ideas {
        font-size: 1.1rem;
    }

    .description-data-ideas {
        font-size: 14px;
    }

    .chat-text {
        font-size: 13px;
    }

    .user-label-text {
        font-size: 12px;
    }
}