.container-main-page-card {
    width: 100vw;
    height: 100vh;
    padding: 1rem 1rem;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 20px;
}

.heder-container-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.key-left-box {
    display: flex;
    align-items: center;
    gap: 13px;
}

.back-logo-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 10px;
    background-color: #f3f3f3;
}

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

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

.responded-text {
    font-weight: 600;
    color: #6E6E6E;
}

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

.add-card-paragraph {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #323232;
}

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

.content-main-card-value {
    display: grid;
    grid-template-columns: repeat(3, 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;
    height: 14rem;
}
.content-card-box-value {
    border: 1px solid #676767;
      padding:5px;
      border-radius:6px;
      background-color: #F5F5F5;
      height: 14rem;
      display: grid;
      grid-template-columns: 40% 10% 50%;
}

.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;
    gap: 2px;
}

.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: 17px;
    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  */

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

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

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

.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 {
    /* padding: 5px 5px; */
}

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

/* 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: 17px;
    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;
    height: fit-content;
}

.delete-container-inner {
    position: absolute;
    bottom: 8%;
    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;
}