
.ankar-style {
    text-decoration: none;
    color: #323232;
}

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

.container-tame-workspace {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
}

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

.heder-right-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

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

.my-work-space {
    color: #006af6;
    padding: 8px;
    border-radius: 5px;
}

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

.content-workspace-container {
    padding: 5px;
    overflow: auto;
    height: 100%;
}

.container-scroll-data {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    overflow: auto;
    padding: 1rem 2rem;
}

.all-data-workspace {
    display: grid;
    grid-template-rows: auto;
    gap: 10px;
}

.resource-team-member-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.roles-team-resource-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Bright-Futures-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #828282;
}

.three-resources-box {
    padding: 8px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    border-radius: 5px;
    background-color: #323232;
    color: white!important;
    cursor: pointer;
}

.text-white {
    color: white !important;
}
.text-black {
    color: black !important;
}

.list-style-none {
    text-decoration: none;
}

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

.info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

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

.description-text-style {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #323232;
}

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

.life-sdg-goal-container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.business-canvas-container {
    height: 88vh;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.title-of-purpose>h2 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
}

.business-canvas-title-chat-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.89px;
}

.business-canvas-title-chat-box>h2 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
}

.chat-box {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1%;
    right: 4%;
    cursor: pointer;
}

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

.first-colume-new {
    border: 1px solid black;
    border-bottom: none;
    grid-row: 1 / 3;
    border-right: none;
    padding: 10px 10px;
    border-top-left-radius: 10px;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
}

.second-colume {
    border: 1px solid black;
    border-bottom: none;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    border-right: none;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    background-color: #F4F4F4;
    cursor: pointer;
    gap: 1rem;
}

.three-colume {
    border: 1px solid black;
    border-bottom: none;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    border-right: none;
    padding: 10px 10px;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
}

.four-colume {
    border: 1px solid black;
    border-bottom: none;
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    border-right: none;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    cursor: pointer;
}

.five-colume {
    border: 1px solid black;
    border-bottom: none;
    grid-column: 5 / 6;
    grid-row: 1 / 3;
    border-top-right-radius: 10px;
    background-color: #F4F4F4;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    cursor: pointer;
}

.footer-grid-box {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid black;
    background-color: #F4F4F4;
    cursor: pointer;
}

.purpose-business-footer {
    grid-column: 1 / 7;
    border-top: none;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 10px 10px;
    
}

.solution-title {
    font-style: italic;
}

.six-colume {
    grid-column: 1 / 3;
    border-top: none;
    /* background-color: #F4F4F4; */
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 10px 10px;
    cursor: pointer;
}

.seven-colume {
    border-left: 1px solid black;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 10px 10px;
    cursor: pointer;
}

.eight-colume {
    border-top: none;
    border-right: none;
    border-left: 1px solid black;
    padding: 10px 10px;
    grid-column: 4 / 6;
    /* background-color: #F4F4F4; */
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 10px 10px;
    cursor: pointer;
}

.nine-colume {
    border: 1px solid black;
}

.two-box-grid {
    border: 1px solid black;
    border: none;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
}

.container-label-info-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow:auto;
}

.border-top {
    border-top: 1px solid black;
}

.responded-container {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #6E6E6E;
}

.responded-container-value {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #6E6E6E;
    padding: 10px 10px;
}

.card-element {
    padding-left: 10px;
}

.key-word-title-box {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    color: #323232;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attached-box-icon {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-count-time-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cercol-logo {
    width: 39px;
    height: 39px;
    background-color: #CBCBCB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BDBDBD;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
}

.logo-card-count {
    display: flex;
    gap: 10px;
    align-items: center;
}

.number-count-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

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

.padding-0 {
    padding: 0px 0px !important;
}

/* popup-css-end  */

.padding-0 {
    padding: 0px 0px !important;
}

.container-my-team {
    padding: 10px;
    padding: 10px;
    display: grid;
    grid-template-rows: auto 1fr ;
    gap: 1rem;
}

.width-team-pop-up {
    max-width: 700px !important;
}

.header-content-team {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}

.title-name-data-team {
    font-size: 26px!important;
    font-weight: 600!important;
    line-height: 31.47px!important;
    color: #323232;
}

.team-data-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: #323232;
}

.team-member-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.team-member-box-label {
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-of-purpose>h2 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
}

.user-logo-user-name-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user-logo-member {
    border: 1px solid #C8C8C8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #6A6A6A;
    background-color: #E0E0E0;
}

.user-name-member {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    color: #323232;
}

.title-assign {
    font-size: 16px;
    font-weight: 500;
    line-height: 16.94px;
    color: #6A6A6A;
}

.footer-container-team {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.close-button-team {
    padding: 0.50rem 2rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    border-radius: 6px;
    background-color: black;
    color: white;
}

.color-text-style {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 16.94px;
    color: #009FF2;
    cursor: pointer;
}

.tagged-edit-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.edit-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

.all-goal-box {
    border: 1px solid #C2C2C2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #eee7e7;
    border-radius: 8px;
}

.all-goal-box>h2 {
    font-weight: 700;
    font-size: 22px;
    color: #323232;

}
.add-name-team {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    background-color: #323232;
    color: white;
    border-radius: 3px;
    border: none;
}
.padding-0 {
    padding: 0px 0px !important;
}

.input-container-add-name {
    border: 1px solid #757575;
    border-radius: 6px;
    padding: 1rem 2rem;
    display: grid;
    gap: 7px;
}

.header-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    padding: 5px;
}

.title-label-text {
    font-size: 20px!important;
    font-weight: 600!important;
    line-height: 27px!important;
    color: #323232;
}

.title-label-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #323232;
}

.visionary-input-box {
    border: 1px solid #B0B0B0;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
}

.visionary-input-box>input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 5px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    color: #B0B0B0;
}

.footer-button-container {
    /* padding: 10px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    position: relative;
    top: 20%;
}

.button-style {
    padding: 0.70rem 1.3rem;
    border-radius: 7px;
    border: 1px solid #323232;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
}


@media(max-width:1280px) {

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

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

    .title-first-text-name {
        font-size: 37px;
    }

    .description-text-style {
        font-size: 18px;
    }

    .key-word-title-box {
        font-size: 18px;
    }

    .modal-width-dailog {
        max-width: 1100px !important;
    }

}

@media(max-width:1199px) {

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

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

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

    .title-first-text-name {
        font-size: 35px;
    }

    .description-text-style {
        font-size: 16px;
    }

    .key-word-title-box {
        font-size: 16px;
    }

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

}

@media(max-width:1024px) {

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

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

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

    .title-first-text-name {
        font-size: 33px;
    }

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

    .key-word-title-box {
        font-size: 15px;
    }

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

@media(max-width:991px) {

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

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

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

    .title-first-text-name {
        font-size: 33px;
    }

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

    .key-word-title-box {
        font-size: 15px;
    }
}