
.container-marketplace-page {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 6px;
    background-color: #f7f7f7;
}
.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    z-index: 0;
    opacity: 1;
    height: 10rem;
}

.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: 1rem;
}

.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-page {
    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-page {
    overflow: auto;
}

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

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

.content-final-ideas-box-idea {
    border: 1px solid #B1B1B1;
    border-radius: 6px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    overflow: hidden;
    cursor: pointer;
}

.final-idea-header-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px;
    position: relative;
    overflow: hidden;
    height: 7rem;
}

.team-name-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    color: #FFFFFF;
    text-transform: uppercase;

}

.border-bottom-reated {
    padding-bottom: 10px;
    border-bottom: 1px solid #B1B1B1;
}

.rated-head-left-container {
    display: flex;
    align-items: center;
}

.ranking-box-rated {
    width: 200px;
    padding: 6px;
    display: flex;
    gap: 16px;
}

.ranking-logo {
    width: 40px;
    height: 100%;
}

.ranking-top-title {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.view-result-btn {
    padding: 10px 10px;
    border-radius: 5px;
    outline: none;
    background-color: transparent;
    border: 1px solid #B1B1B1;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

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

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

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

.description-data-ideas {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color: #333333;
}



.image-box-my-preference {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    overflow: hidden;
    border: none;
}


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

.export-ankar-style {
    text-decoration: none;
}

/* card style css  start */

.card-custome-class {
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 10px 13px;
    gap: 5px;
}

.font-top-header {
    font-size: 2rem !important;
    cursor: pointer;
}


.first-bg {
    background: linear-gradient(90deg, #004094 0%, #74AAF0 100%);
}

.second-bg {
    background: linear-gradient(90deg, #004616 0%, #007F1E 100%);

}

.therd-bg {
    background: linear-gradient(90deg, #A63C00 0%, #000000 100%);

}

.review-left-container {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.review-logo-card {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: white; */
    overflow: hidden;
}

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

/* card style css end  */

/* button timline  */

.phase-label-page {
    background-color: #f0fff0;
    display: flex;
    align-items: center;
    padding: 0.60rem 1.2rem;
    border: 1px solid #00bb07;
    border-radius: 40px;
    gap: 0.4rem;
}

#play {
    font-size: 36px;
    color: black;
}

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

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

.sdgImage{
  width: 4rem;
  border-radius: 5px;
}

/* button timeline  */

@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;
    }
    .sdgImage{
  width: 5rem;
  border-radius: 5px;
}
}

@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;
    }
    .sdgImage{
  width: 4rem;
  border-radius: 5px;
}
}

@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: 1rem;
    }

    .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;
    }
    .sdgImage{
  width: 4rem;
  border-radius: 5px;
}
}

@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: 1rem;
    }


    .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;
    }
    .sdgImage{
  width: 4rem;
  border-radius: 5px;
}


}