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

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

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

.padding-ul-class>li {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #323030;
}

.purpose-of-section-container {
    padding: 0px 10px;
}

.title-of-purpose {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}

.description-of-purpose {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}

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

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

.heder-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}

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

.add-my-response-container {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: scroll;
    overflow-x: hidden;
}

.add-response-outer-container {
    padding: 10px 0px;
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}
.add-my-response-container-final {
   display: grid;
  grid-template-columns: 1fr 37%;
  gap: 10px;
  overflow: hidden;
}


.add-response-outer-container-final {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
  overflow: auto;
}

.final-response-box{
border: 1px solid gray;
border-radius: 6px;
padding: 3rem;
background-color: #F0F0F0;
width: 40rem;
height: 50%;
display: flex;
flex-direction: column;
gap: 1rem;
justify-content: center;
align-items: center;
position: relative;
}
.final-response-box:hover .delete-btn {
    display: block; /* Show on hover */
  }

.final-response-box-inner{
    /* border: 1px solid gray; */
    border-radius: 6px;
    background-color: white;

    }

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

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

.border-dash-box {
    height: 250px;
    width: auto;
    border: 2px dashed #706d6d;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f2f2;
    margin-top: 10px;
}

.capsule-button>i {
    font-size: 1.2rem;
}

.capsule-button {
    padding: 1.2rem 2rem;
    border-radius: 30px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

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

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

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

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

/* a {
    height: 200px;
} */

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


@media(max-width:1280px) {

    .capsule-button {
        font-size: 13px;
    }

    .content-text-box-inner {
        font-size: 12px;
    }

    .footer-name-time {
        font-size: 12px;
    }

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

    .border-dash-box {
        height: 164px;
    }
}

@media(max-width:1199px) {

    .capsule-button {

        font-size: 12px;
    }

    .content-text-box-inner {
        font-size: 12px;
    }

    .footer-name-time {
        font-size: 12px;
    }

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

    .border-dash-box {
        height: 164px;
    }
}

@media(max-width:1024px) {

    .capsule-button {
        font-size: 10px;
    }

    .content-text-box-inner {
        font-size: 10px;
    }

    .footer-name-time {
        font-size: 10px;
    }

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

    .border-dash-box {
        height: 164px;
    }
}

@media(max-width:991px) {

    .capsule-button {
        padding: 1rem 1rem;
    }

    .add-response-outer-containe {
        grid-template-columns: auto auto auto;
        font-size: 1rem;
    }

    .content-text-box-inner {
        font-size: 10px;
    }

    .footer-name-time {
        font-size: 10px;
    }

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

    .border-dash-box {
        height: 164px;
    }

}