
.drag_area {
    width: 460px;
    border: 1.5px dashed #cfd4dd;
    box-shadow: 0px 0px 15px 1px #cfd4dd;
}
.upload_option p.d1 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
}
.upload_option p.d2 span {
    color: #b5bac4;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.upload_option p.d2 span:before {
    content: "";
    position: absolute;
    background: #e3e7ed;
    width: 130px;
    height: 1.5px;
    top: 10px;
    right: 32px;
}
.upload_option p.d2 span:after {
    content: "";
    position: absolute;
    background: #e3e7ed;
    width: 130px;
    height: 1.5px;
    top: 10px;
    left: 32px;
}
.upload_option p.d3 {
    color: #b5bac4;
    font-size: 14px;
    font-weight: 600;
}
.upload_btns.upload_file {
    background-image: url(../images/ar_upload_file.svg);
}
.upload_btns {
    background-color: #fff;
}
.upload_option .label_upload,
.ptp_w {
    width: 154px !important;
}
.pdf_tabs .nav-link {
    width: 120px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #222;
}
.pdf_tabs .nav-link.active,
.pdf_tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #1e70b9 !important;
    border: none;
}
.mss_pdf {
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .drag_area {
        width: 100%;
    }
    .upload_option p.d2 span:before,
    .upload_option p.d2 span:after {
        width: 85px;
    }
    .mss_pdf {
        justify-content: center;
        margin-top: 10px;
    }
    .pdf_tabs {
        justify-content: center;
    }
    .upload_option .label_upload span {
        display: block;
    }
    .mpdfn{display: none;}
    .append_image_box .img_box .remove_image{display: block;}
}
.password_area .toggle-password {
    max-width: 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../webimages/password_str1.svg);
    z-index: 3;
}
.pass_check_button{
    background: #1E70B9 !important;
    max-width: 60px;
    color: #fff !important;
    border: 1px solid #E3E7ED;
    font-weight: 700;
    background-clip: border-box;
}
.remove_image{
    width: 25px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
	display: none;
}
.append_image_box .img_box{
	position: relative;
}
.append_image_box .img_box:hover .remove_image{display: block;}

#name_edit{
    margin: 0 0 5px 3px;
}
.aca_res_txt2 img{
    margin-bottom: 3px;
}

.aca_add_btn{
    position: relative;
}

.aca_files_count{
    position: absolute;
    left: -13px;
    top: -5px;
    /* display: none; */
}