@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}


ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

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

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

.white-title {
    color: white;
    text-decoration: none;
}

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

.arrow-class {
    position: absolute;
    right: -4%;
    color: lightgray;
}

.arrow-admin-container-hide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.arrow-admin-container-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

.my-space {
    display: flex;
    align-items: center;
    gap: 3px;
}

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

/* mid content  */

/* side-bar  */

.content-container-side-bar {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
    overflow: hidden;
    height: 100%;
    background-color: white!important;
}

.side-bar-content {
    display: grid;
    grid-template-rows: 1fr 10%;
      transition: width 0.3s ease;
}

.main-content-container {
    padding: 7px 1rem;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0px;
    overflow: hidden;
}

.top-content-side {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    border-right: 1px solid #CCCCCC;
    padding: 1rem;
}

.announcement-container {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}


.inner-top-content-space-hide {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center!important

}
.inner-top-content-space-show {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start!important

}

.side-title {
    font-weight: 600;
    font-size: 24px;
}

.icon-tab-box {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    width: max-content;
}

.icon-inner-class {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-side-span {
    font-size: 1.8rem !important;
}


.arrow-side-bar {
    display: flex;
    align-items: center;
    justify-content: end;
}

.icon-inner-class>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.tab-text-title {
    font-weight: 400;
    font-size: 17px;
    color: black;
}

.margin-top-class {
    margin-top: 14px;
}

.icon-announcement {
    width: 40px;
    height: 40px;
}

.give-feedback-tex {
    font-weight: 400;
    font-size: 18px;
}

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

/* sidebar  */

.header-box-workspace {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.invesment-workspace-box {
    padding-top: 0px!important;
     padding-bottom: 0px!important;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #E3E3E3;
    border-radius: 5px;
}

.invesment-text-title {
    font-weight: 500;
    font-size: 17px;
    color: #222222;
}

.coin-invesment-label {
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-user {
    display: flex;
    align-items: center;
}

.coin-box-sb {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-head-show {
    width: 25px;
    height: 25px;
    position: relative;
    bottom: 15px;
    right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-workspace-data {
    display: grid;
    grid-template-rows: 35% 1fr;
    gap: 20px;
    /* display: none; */
}

.all-data-description-title {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 6px;
    position: relative;
}

.tagged-event-box {
    height: auto;
}

.tagged-event-box>fieldset {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.tagged-event-side-bar {
    font-size: 0.7rem;
    color: #585555;
    font-weight: 500;
    border-radius: 2px;
    padding: 0 6px;
}

.head-life-info-container {
    padding: 10px;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.padding-left-ul {
    padding-left: 18px !important;
}

.flag-box {
    width: 34px;
    height: 24px;
}

.fieldset-p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #333;
    flex: 1;
    padding-left: 10px;
}

.cancel-icon {
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
}

.cancel-icon:hover {
    color: #e53935;
}


.cancel-icon {
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
}

.cancel-icon:hover {
    color: #e53935;
}

.workspace-tab-title {
    font-weight: 500!important;
    font-size: 24px!important;
    color: #808080!important;
}

.user-logo-profile {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* timeline-css  */

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

.timelineIconHide{
    display: none!important;
}

.timelineIconShow{
    display: block!important;
}
.clockShow{
    display: block!important;
}

.clockHide{
    display: none!important;
}
.play-icon-btn-2 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
}

.play-icon-btn {
    width: 30px;
    height: 30px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-inner-head {
    display: flex!important;
    align-items: center!important;
    width: 100%!important;

}


.margin-left {
    margin-left: 10px;
}

.phase-title-five {
    font-size: 16px;
    font-weight: 500;
}

/* timeline-end-css  */

.banner-upload-box {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); */
    z-index: 10;
    position: relative;
}

.banner-upload-box:hover .edit-banner-btn {
    visibility: visible;
}

.banner-image-profile {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.idea-content-container {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 2rem;
}

legend {
    float: none !important;
    width: fit-content !important;
    margin-bottom: 0px !important;
}

.idea-inner-upload {
    width: 100%;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.life-info-parent {
    padding: 10px 13px;
    background-color: #F2F2F2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.font-wight-700 {
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 24.2px!important;
}

.number-country {
    font-size: 1rem;
    color: #9f9696;
    font-weight: 500;
}


.workspace-upload-card {
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.user-logo-edit {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #D9D9D9; */
    cursor: pointer;
}

.user-logo-edit:hover .hover-edit-btn {
    visibility: visible;
}

.hover-edit-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.user-workshop-edit {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

.name-your-business-class {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.input-box-business {
    width: 300px;
    border-radius: 5px;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-box-business>input {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #4D4D4D;
    border: none;
    border-radius: 5px;
}

.user-profile-save {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #006AF6;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color: white;
}

.save-icon {
    width: 25px;
    height: 21px;
}

.upload-photo {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
}

.edit-banner-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5%;
    right: 1%;
    cursor: pointer;
    visibility: hidden;
}

.workspace-team-container {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.life-information-container {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: min-content;
}

.life-info-text {
    font-weight: 600;
    font-size: 19px;
    color: #222222;
}

.home-workspace-title {
    font-weight: 500;
    font-size: 20px;
    color: #808080;
}

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

.idea-description-workspace {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #323232;
}

.sdg-audio-workspace {
    display: flex;
    align-items: center;
    gap: 15px;
}

.life-sdg-goal-container-side-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

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

.image-box>img {
    height: 100%;
    border-radius: 5px;
}

.image-box {
    height: 80px;
    width: 80px;
    border-radius: 6px;
}

.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;
    height: 50px;
}

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

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

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

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

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

.workspace-author-title {
    font-weight: 600;
    font-size: 16px;
    color: #828282;
}

/* mid content  */


/* resources css start  */

.resources-tab-container {
    overflow: auto;
}

.resources-main-container {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
}

.content-top-resources {
    display: grid;
    grid-template-columns: 5% 1fr;
    gap: 10px;
}

.resources-articles-container {
    border-top: 1px solid #DEDEDE;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 6px;
    overflow: hidden;
}

.arrow-btn-container {
    display: flex;
    justify-content: center;
}

.looking-resources-container {
    display: grid;
    grid-template-rows: auto auto;
    gap: 7px;
    text-align: center;
}

.arrow-btn-inner {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
    border-radius: 5px;
    cursor: pointer;
}

.container-key-values-main {
    padding: 10px 8rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.key-box-resources {
    border: 1px solid #B2B2B2;
    padding: 6px 7px;
    border-radius: 4px;
    cursor: pointer;
    height: 35px;
}

.add-resources-container {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    padding: 10px;
}

.add-inner-child-box {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 10px;
}

.add-inner-child-box-2 {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}

.upload-document-container {
    padding: 10px;
    background-color: #F3F3F3;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    height: 10vh;
}

.text-document-upload {
    color: #4E4E4E;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

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

.data-container-3-colume {
    padding: 10px;
    background-color: #D9D9D9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-radius: 5px;
}

.colume-inner-box {
    padding: 10px;
    border-right: 1px solid #333333;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}

.border-right-none {
    border: none;
}

.head-title-colume-container {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
}

.head-title-colume-container>h4 {
    font-weight: 500;
    font-size: 20px;
}

.listed-item-contianer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    gap: 14px;
    color: #3C3C3C;
    font-weight: 400;
}

.articles-resources-container {
    padding: 10px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 10px;
    border-left: 1px solid #DEDEDE;
    overflow: hidden;
}

.heading-articels-box {
    font-weight: 600;
    font-size: 22px;
}

.articels-container-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    overflow: auto;
}

.articels-container-box::-webkit-scrollbar {
    width: 0px;
}

.footer-articels-container {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.view-articels-text {
    font-weight: 400;
    font-size: 18px;
}

.articels-info-box {
    display: grid;
    gap: 6px;
    background: #EBEBEB;
}

.title-info-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.footer-info-min {
    padding: 3px;
    position: relative;
    bottom: 10px;
    right: 10px;
}

.footer-info-min>p {
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: end;
}

.padding-span {
    padding: 10px;
}

.textdescoratinon-none {
    text-decoration: none;
    color: black;
}

.articels-flex-class {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    gap: 7px;
}

/* resources css end  */

/* manage roll css  edit */

.manage-roll-container {
    display: grid;
    grid-template-rows: auto 1fr;
    padding: 10px;
    gap: 10px;
}

.manage-roll-head {
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.user-assign-box {
    padding: 0px 9rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


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

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

.team-member-box-label {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EFEFEF;
   border-radius: 5px;
   height: min-content;
}

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

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


/* manage roll css end  edit */

/* manage popup css start  */

.manage-popup-container {
    height: 90vh;
    background-color: white;
    border-radius: 5px;
}

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

p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.container-participant-label {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}

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

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

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

.font-header-menu {
    line-height: 21.78px;
}

.label-see-listed {
    height: 30px;
}

/* 
.innovation-Hub-box {
    color: #006af6;
    padding: 8px;
    border-radius: 5px;
} */

.my-work-space {
    color: #8E8E8E;
}

.roll-wall-main-content {
    padding: 10px 2rem;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 20px;
    overflow: hidden;
}

.arrow-left {
    width: 30px;
    height: 30px;
    border: 2px solid #7B7B7B;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7B7B7B;
    cursor: pointer;
    font-size: 15px;
}

.sidebar-arrwo {
    font-size: 17px !important;
}

.flex-colume {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.roll-wall-assign-data {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E6F1FF;
}

.roll-title-wall {
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #323232;
}

.roll-description-title {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #323232;
}

.team-user-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

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

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

.user-name-label {
    font-weight: 600;
    font-size: 16px;
    color: #323232;
}

.roll-main-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow: auto;
}

.roll-inner-container {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.roll-text-title-multiple {
    font-weight: 600;
    font-size: 22px;
    color: #676767;
}

.roll-box-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.roll-data-inner-main {
    border: 1px solid #AEAEAE;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
}

.roll-define-title {
    font-weight: 600;
    font-size: 18px;
    color: #404040;

}

.title-roll-assign {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #323232;
}

.roll-data-inner-main {
    border: 1px solid #AEAEAE;
    border-radius: 6px;
    position: relative;
}

.box-label {
    position: absolute;
    top: -10px;
    left: 50%;
    background-color: white;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
}

.define-role-title {
    font-weight: 500;
    font-size: 14px;
    color: #6A6A6A;
    margin-left: 17%;
}

.gap {
    gap: 0px;
}

/* manage popup css end  */

/* assign popup css  start */


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

.assign-container-popup {
    background-color: white;
    border-radius: 5px;
}


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

.main-head-box {
    padding: 5px 21px;
}



.ceo-data-box {
    padding: 10px 1rem;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 10px;
}

.data-key-value-box {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background-color: #EDEDED;
}

.inner-value-box {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
}

.inner-value-box-2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.border-right-ceo {
    border-right: 1px solid #A1A1A1;
}

.font-key-value {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.container-center-2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.grid-class {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 1rem;
    padding: 0px 10px;
}


.title-qution {
    font-weight: 600;
    font-size: 18px;
}

.title-answer {
    font-weight: 400;
    font-size: 15px;
}

.child-inner-box-value {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.roll-text-title-multiple {
    font-weight: 600;
    font-size: 22px;
    color: #676767;
}


.roll-define-title {
    font-weight: 600;
    font-size: 18px;
    color: #404040;
}

.footer-ceo-container {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-you-are-ceo {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #323232;
}

.button-assign-role {
    padding: 0.60rem 1rem;
    border-radius: 6px;
    background-color: #003D8E;
    font-weight: 600;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

/* popup css  */

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

.max-width-assign {
    max-width: 500px !important;
}

.assign-role-container {
    border: 2px solid #006AF6;
    background-color: #E6F1FF;
    display: grid;
    grid-template-rows: 1fr auto;
    padding: 10px;
    gap: 1.5rem;
    border-radius: 5px;
}

.assign-title-med {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.assign-text-data {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.button-cancel-assign {
    padding: 0.60rem 1rem;
    background: #FF7070;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-blue {
    padding: 0.60rem 1rem;
    background: #006AF6;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

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

/* assign popup css end  */

/* assign conform css  popup */

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

.max-width-assign {
    max-width: 500px !important;
}


.assign-role-container {
    border: 2px solid #006AF6;
    background-color: #E6F1FF;
    display: grid;
    grid-template-rows: 1fr auto;
    padding: 10px;
    gap: 1.5rem;
    border-radius: 5px;
}

.assign-title-med {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.assign-text-data {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.assign-footer-button {
    padding: 5px;
    text-align: center;
    gap: 6px;
}

.button-cancel-assign {
    padding: 0.60rem 1rem;
    background: #FF7070;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-blue {
    padding: 0.60rem 1rem;
    background: #006AF6;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

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

/* assign conform css  popup end */

/* business canvas css  start */

/* .business-canvas-container {
    width:  92vw;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.first-colume {
    border: 1px solid black;
    border-bottom: none;
    grid-row: 1 / 3;
    border-right: none;
    padding: 10px 10px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

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

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

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

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


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

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

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

.three-colume {
    border: 1px solid black;
    border-bottom: none;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    border-right: none;
    padding: 10px 10px;
    
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.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: 10px;
    
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px;
}


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

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

.six-colume {
    grid-column: 1 / 3;
    border-top: none;
    
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px;
}

.seven-colume {
    border-left: 1px solid black;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px;
    
}

.eight-colume {
    border-top: none;
    border-right: none;
    border-left: 1px solid black;
    padding: 10px 10px;
    grid-column: 4 / 6;
    
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px;
}

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

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

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

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

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

/* business canvas css end  */

/* .value-propostion-container {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1rem;
    display: none;
}

.square-box {
    width: 500px;
    height: 500px;
    border: 2px solid black;
    border-radius: 10px;
    padding: 3px 1px;
    display: flex;
    align-items: center;
    position: relative;
}

.cercol-box {
    width: 500px;
    height: 500px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

.inner-box-content {
    width: 50%;
    height: 100%;
    border-right: 2px solid lightgray;
}

.business-logo-container {
    width: 100%;
    height: 150px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-logo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #f2f7fc;
    z-index: 10;
    padding: 10px 10px;
}

.border-hide {
    border: none;
    display: flex;
    flex-direction: column;
}

.two-box-inner {
    width: 100%;
    height: 50%;
    position: relative;
}

.value-propostion-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 10px 17px;
}

.text-font-title {
    font-size: 14px;
    font-weight: 600;
}

.logo {
    width: 50px;
    height: 50px;
}

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

.label-end {
    display: flex;
    justify-content: end;
    gap: 1.2rem;
}

.cercol-data-box {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two-box {
    width: 100%;
    height: 35%;
    position: relative;
}

.heder-cercol {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}

.right-heder {
    border-right: 1px solid black;
}

.border-none-label {
    border: none;
}

.top-border-label {}

.center-label-top {
    display: flex;
    justify-content: flex-start;
    padding-top: 5.5rem;
}

.customer-logo-cercol {
    width: 100%;
    height: 140px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heder-label {
    justify-content: flex-start;
}

.title-heder {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 1%;
}

.line-label {
    width: 300px;
    border: 1px solid lightgray;
    position: absolute;
    bottom: 0;
}


.line-label-2 {
    width: 300px;
    height: 1px;
    border: 1px solid lightgray;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.line-inner-cont {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.line-inner-cont>i {
    position: absolute;
    right: 0;
    color: lightgray;
}


.line-inner-cont-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.line-inner-cont-2>i {
    position: absolute;
    left: 0;
    color: lightgray;
}


.left-responded-text {
    position: relative;
    left: 3rem;
}

.circle-left-text {
    position: relative;
    left: 4rem;
}

.listed-text-align {
    position: relative;
    right: 3rem;
}

.listed-customer-job {
    position: relative;
    right: 5rem;
}

.ul-listed-style {
    position: relative;
    left: 10%;
} */

/* key value propostion end css  */

/* core frameworks css start  */

.container-freamwork {
    display: none;
}

.content-main-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    overflow: hidden;
}

.board-card-strucure {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 7px;
    overflow: hidden;
}

.listed-class-flex {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 2rem;
    font-size: 14px;
}

.content-card-box {
    border: 1px solid #676767;
    padding: 5px;
    border-radius: 6px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
}

.card-title-structure {
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.add-card-button-container {
    padding: 10px;
    border-radius: 8px;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.add-icon {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-data-card-container {
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
    gap: 2px;
    height: 50vh;
}

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

.content-text-box-inner {
    border: 2px solid #a39b9b;
    padding: 10px 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    font-weight: 400;
    color: #444343;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}

.footer-name-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: gray;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 16.94px;
}

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

/* popup  */

/* popup-css-start  */

.font-weight-600 {
    font-weight: 600;
    color: #373737;
}

.border-Outer {
    border: 2px solid #929090 !important;
}


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

.pop-up-container {
    border-radius: 20px;
    padding: 1rem;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}

.font-1-1 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}

.header-box {}

.text-data-container {
    display: flex;
    padding: 10px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.padding-ul-class {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.key-partner-data-text-container {
    padding: 10px 10px;
    border: 1px solid black;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.two-data-box-text {
    padding: 10px 10px;
    border: 1px solid red;
}

.response-container {
    height: 100%;
    position: relative;
}

.response-container>textarea {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 1rem;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 400;
    outline: none;
    border: 2px solid #929090;
}

.button-label-box {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cancel-button-Customize {
    padding: 0.80rem 3rem;
    background-color: transparent;
    border: 2px solid #6a6969;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    color: #424040;
}

.submit-button-Customize {
    padding: 0.80rem 3rem;
    background-color: black;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    border: none;
}

/* popup-three-css-start */

.info-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
}

.purpose-of-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

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

.wrapper-response-container {
    display: flex;
    align-items: center;
    gap: 10px;

}

.add-final-response {
    border-radius: 20px;
    padding: 10px 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #1C7EFF;
    color: white;
    font-size: 14px;
}

/* new css popup  */

.content-purpose-of-section {
    display: flex;
    flex-direction: column;
}

.title-purpose-section-f2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
}

.content-text-box-inner {
    border: 2px solid #a39b9b;
    padding: 10px 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    font-weight: 400;
    color: #444343;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}

.delete-container-inner {
    position: absolute;
    bottom: 2%;
    right: 3%;
}

.delete-icon-box {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: lightblue;
    padding: 3px;
    color: red;
    display: none;
}

.content-text-box-inner:hover .delete-icon-box {
    display: block;
}

/* core framwork css end  */

.active-tab1 {
    border-bottom: 2px solid #006af6;
    padding-bottom: 8px;
}

.articels-flex-class {
    height: min-content;
}

.tab-side-text-none {
    display: none;
}
 .tab-side-text{
        display: block;
    }


.timeline-side-container-hide {
    height: min-content;
     padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.timeline-side-container-show {
    height: min-content;
    border: 1px solid #878787;
     padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.gray-color-timeline {
    color: #757575;
}

/* profile-css start  */

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

.profile-width {
    position: absolute !important;
    right: 2%;
    top: 5%;
}

.profile-workspace-container {
    width: 25vw;
    background-color: #F2F2F2;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 10px;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    gap: 10px;
}

.profile-head-container {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E8E8E8;
    border-radius: 6px;
}


.profile-head-container2 {
    border-bottom: 2px solid #B1B1B1;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-theme-change-box {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    background-color: #E8E8E8;
    border-radius: 6px;
}

.profile-select-area {
    border-bottom: 2px solid #B1B1B1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    cursor: pointer;
    padding-bottom: 10px;
}

.logout-container {
    padding: 10px;
    height: 40px;
    background-color: #E8E8E8;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.information-user-pro {
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.profile-arrowmd {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.changemaker-title {
    font-weight: 500;
    font-size: 18px;
    color: #555555;
}

.changemaker-user-text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.mail-user-name {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.main-user-name {
    font-weight: 500;
    font-size: 22px;
    color: #1A1A1A;
}

.user-mail-text {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.profile-user-photo {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
}

.profile-user-photo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-btn {
    padding: 4px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-dark {
    background-color: #CCCCCC;
}

.icon-theme-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.theme-title-text {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.outer-theme-box {
    padding-bottom: 10px;
    border-bottom: 2px solid #B1B1B1;

}

.label-select-profile {
    display: flex;
    align-items: center;
    gap: 6px;
}

.select-theme-title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.theme-icon-color {
    color: #333333;
}

/* profile css end  */

/* tab timeline css  */

.timeline-tab-container {
    position: absolute;
    left: 8%;
    background-color: white;
    bottom: 4%;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 4px;
    border-radius: 5px;
    display: none;
}

.icon-play-tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-inner-class {
    border: 1px solid black;
    padding: 4px;
}

.time-inner-class {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icon-tab-play {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-left-text {
    margin-left: 6px;
}

.tab-timeline-text {
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}

.button-timeline-btn {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer;
}
/* tab timeline css  */


/* value articulation css  */

.value-articulation-head {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.titile-value-articulation {
    font-weight: 500;
    font-size: 26px;
    color: #808080;
}

.description-value-articulation {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    width: 70%;
}


.value-articulation-container {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 10px;
}

.filling-response-articulation-container {
    padding: 2rem 2rem;
    background-color: #E6E6E6;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 10px;
}


.collab-able-container {
    height: min-content;
    border-radius: 5px;
}

.chooes-filling-container {
    /* border: 1px solid black; */
    padding: 10px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 6px;
    background-color: #CCCCCC;
    border-radius: 5px;

}

.data-text-articulation {
    /* border: 1px solid black; */
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.child-articulatino-box {
    /* border: 1px solid black; */
    padding: 10px;
    /* height: 40px; */
    display: flex;
    align-items: center;
    gap: 1.7rem;
    /* cursor: pointer; */
}

.btn-filled-box {
    width: 90px;
    height: 45px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.text-font-articulation {
    font-weight: 500;
    font-size: 23px;
    color: #222222;

}

.border-green {
    border: 2px solid #00C52E;
}

.textarea-container-articulation {
    border-top: 1px solid #878787;
    padding: 10px;
    display: grid;

}

.child-textarea-articulation {
    /* border: 1px solid black; */
    padding: 10px 0px;
}

.child-textarea-articulation>textarea {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 10px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.add-response-head {
    /* border: 1px solid black; */
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cancel-btn-md {
    padding: 0.60rem 0.80rem;
    border: 2px solid #006AF6 !important;
    color: black;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-md-footer {
    display: flex;
    gap: 10px;
}

.add-res-text {
    font-weight: 400!important;
    font-size: 20px!important;
    
}

.add-res-text-value {
   font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.4!important;
}
.text-color{
    color: #007bff!important;
}


/* tap cpllab  */

.container-articulation-collab {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

/* Collapsible toggle */
input#toggle {
    display: none;
}

label.topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #F2F2F2;
    color: black;
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
}

.arrow {
    transition: transform 0.3s;
}

input#toggle:checked+label .arrow {
    transform: rotate(180deg);
}

.content-collabe {
    display: none;
    padding: 20px;
    border-top: 1px solid #ccc;
    background-color: #CCCCCC;
}

input#toggle:checked+label+.content-collabe {
    display: block;
}

input[type="radio"] {
    display: none;
}

.tab-content {
    display: none;
}

#tab1:checked~.container-articulation-collab .tab1,
#tab2:checked~.container-articulation-collab .tab2,
#tab3:checked~.container-articulation-collab .tab3 {
    display: block;
}

.footer-collabe {
    display: flex;
    justify-content: end;
    gap: 14px;
    margin-top: 10px;
}

.footer-collabe label {
    /* background-color: #007BFF; */
    border: 1px solid #444444;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    color: black;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-collabe label:hover {
    /* background-color: #0056b3; */
}

.collabe-inner-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.collabe-inner-container>p {
    color: #333333;
    font-weight: 500;
    font-size: 15px;
}


.collabe-inner-container .collabe-head-text {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.flex-collabesabel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.collabe-view-example {
    font-weight: 500;
    font-size: 18px;
    color: black;
}
.footer-articulation-edit {
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;

}

.static-articulation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 10px;

}


.save-data-articulation {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.colume-articulation-container {
    display: flex;
    gap: 13px;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 5px;

}

.add-res-text-2 {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    display: flex;
    align-items: center;
}

.save-static-text {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: white;
    border-radius: 5px;
}

.label-first-save {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}


.second-label-cde-articulation {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
/* value articulation css end  */


@media(max-width:1440px) {

    .timeline-tab-container {
        display: none;
    }

    .timeline-tab-container {
        display: none;
    }

    .play-icon-btn-2 {
        /* display: none; */
    }

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

    .icon-inner-class {
        width: 30px;
        height: 30px;
    }

    .tab-text-title {
        font-size: 17px;
    }


    .workspace-tab-title {
        font-size: 21px;
    }

    .content-workspace-data {
        grid-template-rows: auto 1fr;
    }

    .home-workspace-title {
        font-size: 16px;
    }

    .idea-title-heading {
        font-size: 16px;
    }

    .workspace-team-container {
        gap: 12px;
    }

    .idea-description-workspace {
        font-size: 16px;
        line-height: 22px;
    }


}

@media(max-width:1368px) {

    .timeline-tab-container {
        display: none;
    }

    .timeline-tab-container {
        display: none;
    }

    .tab-side-text-none {
        display: none;
    }
     .tab-side-text{
        display: block;
    }

    .side-title {
        font-size: 19px;
    }

    .icon-inner-class {
        width: 25px;
        height: 25px;
    }

    .tab-text-title {
        font-size: 16px;
    }



    .workspace-tab-title {
        font-size: 20px;
    }

    .content-workspace-data {
        grid-template-rows: auto 1fr;
    }

    .home-workspace-title {
        font-size: 15px;
    }

    .idea-title-heading {
        font-size: 16px;
    }

    .workspace-team-container {
        gap: 10px;
    }

    .idea-description-workspace {
        font-size: 14px;
        line-height: 22px;
    }

    .sdg-audio-workspace {
        width: 65vw;
    }


    .resources-title-text {
        font-size: 22px;
    }

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

    .custom-resources-text {
        font-size: 21px;
    }

    .container-key-values-main {
        padding: 10px 5rem;

    }

    .head-title-colume-container>h4 {
        font-size: 15px;
    }

    .listed-item-contianer {
        font-size: 11px;
    }

    .title-info-text {
        font-size: 13px;
    }

    .footer-info-min>p {
        font-size: 13px;
    }

    .idea-content-container {
        gap: 0rem;
        grid-template-columns: 50% 1fr;
    }

    .play-icon-btn-2 {
        /* display: none; */
    }

}

@media(max-width:1280px) {

    .timeline-tab-container {
        display: none;
    }

    .timeline-tab-container {
        display: block;
    }

    .tab-side-text-none {
        display: none;
    }
     .tab-side-text{
        display: block;
    }

    .play-icon-btn-2 {
        /* display: none; */
    }

    .timeline-side-container {
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .margin-left {
        display: none;
    }

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

    .font-wight-700 {
        font-size: 15px;
    }

    .invesment-text-title {
        font-size: 17px;
    }


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

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

    .side-title {
        font-size: 19px;
    }

    .icon-inner-class {
        width: 25px;
        height: 25px;
    }

    .tab-text-title {
        font-size: 16px;
    }



    .workspace-tab-title {
        font-size: 20px;
    }

    .content-workspace-data {
        grid-template-rows: auto 1fr;
    }

    .home-workspace-title {
        font-size: 15px;
    }

    .idea-title-heading {
        font-size: 16px;
    }

    .workspace-team-container {
        gap: 10px;
    }

    .idea-description-workspace {
        font-size: 14px;
        line-height: 22px;
    }

    .sdg-audio-workspace {
        width: 65vw;
    }

    .resources-title-text {
        font-size: 22px;
    }

    .key-box-resources {
        font-size: 14px;
    }

    .custom-resources-text {
        font-size: 22px;
    }

    .container-key-values-main {
        padding: 10px 5rem;

    }

    .head-title-colume-container>h4 {
        font-size: 14px;
    }

    .listed-item-contianer {
        font-size: 12px;
    }

    .title-info-text {
        font-size: 12px;
    }

    .footer-info-min>p {
        font-size: 11px;
    }

   .inner-top-content-space-hide {
        align-items: center;
          gap: 2rem;
    }

       .inner-top-content-space-show {
        align-items: flex-start;
          gap: 2rem;
    }

    .play-icon-btn-2 {
        /* display: none; */
    }
}

@media(max-width:1180px) {

    .timeline-tab-container {
        display: block;
    }

    .tab-side-text-none {
        display: none;
    }
     .tab-side-text{
        display: block;
    }

    .play-icon-btn-2 {
        /* display: none; */
    }

    .timeline-side-container {
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .margin-left {
        display: none;
    }

    .idea-content-container {
        gap: 0rem;
        grid-template-columns: 50% 1fr;
    }

    .number-country {
        font-size: 14px;
    }



    .life-info-text {
        font-size: 16px;
    }

    .font-wight-700 {
        font-size: 14px;
    }

    .invesment-text-title {
        font-size: 17px;
    }

   .inner-top-content-space-hide {
        align-items: center;
          gap: 2rem;
    }

       .inner-top-content-space-show {
        align-items: flex-start;
          gap: 2rem;
    }



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

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

    .side-title {
        font-size: 19px;
    }

    .icon-inner-class {
        width: 20px;
        height: 20px;
    }

    .tab-text-title {
        font-size: 14px;
    }



    .workspace-tab-title {
        font-size: 18px;
    }

    .content-workspace-data {
        grid-template-rows: auto 1fr;
    }

    .home-workspace-title {
        font-size: 15px;
    }

    .idea-title-heading {
        font-size: 16px;
    }

    .workspace-team-container {
        gap: 10px;
    }

    .idea-description-workspace {
        font-size: 14px;
        line-height: 22px;
    }

    .sdg-audio-workspace {
        width: 65vw;
    }


    .resources-title-text {
        font-size: 20px;
    }

    .key-box-resources {
        font-size: 14px;
    }

    .custom-resources-text {
        font-size: 20px;
    }

    .container-key-values-main {
        padding: 10px 5rem;

    }

    .head-title-colume-container>h4 {
        font-size: 14px;
    }

    .listed-item-contianer {
        font-size: 10px;
    }

    .title-info-text {
        font-size: 12px;
    }

    .footer-info-min>p {
        font-size: 11px;
    }

   .inner-top-content-space-hide {
        align-items: center;
          gap: 2rem;
    }

       .inner-top-content-space-show {
        align-items: flex-start;
          gap: 2rem;
    }

    .play-icon-btn-2 {
        /* display: none; */
    }
}

@media(max-width:1024px) {

    .timeline-tab-container {
        display: block;
    }


    .tab-side-text-none {
        display: none;
    }
     .tab-side-text{
        display: block;
    }

    .play-icon-btn-2 {
        /* display: none; */
    }

    .timeline-side-container {
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .margin-left {
        display: none;
    }

    .life-info-text {
        font-size: 16px;
    }

    .font-wight-700 {
        font-size: 15px;
    }

    .invesment-text-title {
        font-size: 17px;
    }



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

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

    .side-title {
        font-size: 19px;
    }

    .icon-inner-class {
        width: 20px;
        height: 20px;
    }

    .tab-text-title {
        font-size: 14px;
    }



    .workspace-tab-title {
        font-size: 18px;
    }

    .content-workspace-data {
        grid-template-rows: auto 1fr;
    }

    .home-workspace-title {
        font-size: 13px;
    }

    .idea-title-heading {
        font-size: 13px;
    }

    .workspace-author-title {
        font-size: 13px;
    }

    .workspace-team-container {
        gap: 7px;
    }

    .idea-description-workspace {
        font-size: 14px;
        line-height: 22px;
    }

    .sdg-audio-workspace {
        width: 55vw;
    }

    .image-box {
        width: 50px;
        height: 50px;

    }


    /*  */

    .resources-title-text {
        font-size: 20px;
    }

    .key-box-resources {
        font-size: 14px;
    }

    .custom-resources-text {
        font-size: 20px;
    }

    .container-key-values-main {
        padding: 10px 5rem;

    }

    .head-title-colume-container>h4 {
        font-size: 14px;
    }

    .listed-item-contianer {
        font-size: 10px;
    }

    .title-info-text {
        font-size: 12px;
    }

    .footer-info-min>p {
        font-size: 11px;
    }

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

    .idea-content-container {
        gap: 0rem;
        grid-template-columns: 50% 1fr;
    }

    .inner-top-content-space-hide {
        align-items: center;
          gap: 2rem;
    }

       .inner-top-content-space-show {
        align-items: flex-start;
          gap: 2rem;
    }
}