.file-attach-popup .container1 {
    height: auto;
    margin: 20px;
    align-items: center;
    /* display: flex; */
    justify-content: center;
    background-color: #fcfcfc;
}

.card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    padding: 10px 30px 40px;
}

.card h3 {
    font-size: 22px;
    font-weight: 600;

}

.card1 h3 {
    color: var(--Black, #000);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 45.49px;
    /* 38.4px */
}

.drop_box {
    /* margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
      */
    display: inline-flex;
    /* padding: 23.273px 92.5px 21.622px 92.5px; */
    padding: 0;
    
    justify-content: center;
    align-items: center;
    gap: 2.697px;
    border-radius: 10.918px;
    border: 1.092px dashed var(--320C64, #6F6AF8);
    width: 100%;
    height: 147px;
    /*   width: 350px;
    height: 150px; */
    margin: 24px 0 16px 0;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
   /* margin-top: 10px; */
    /* margin-top:-30px; */
    /* margin-bottom: 20px; */
    font-size: 12px;
    color: #a3a3a3;
}

.chose-file {
    text-decoration: none;
    background-color: #005af0;
    padding: 0px 0px 21.62px 0;
    border: none;
    outline: none;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    background: transparent;
    color: var(--280357, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.chose-file img{
    width: 52.40px;
    height: 52.40px;
}
.file-attach-popup .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}

.file-attach-popup {
    color: var(--Black, #000);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
}