.drop_zone {
    position: relative;
    display: contents;
    margin-top: -100px;
    top: 95px;
    width: 100%;
    height: 297px;
    border-radius: 14px;
}
.drop_zone p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 170px;
    color: black;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #5B5B7B;
    white-space: normal;
}
.upload_icon{
    width: 100%;
    height: 10px;
    text-align: center;
    line-height: 120px;
    color: black;
    font-size: 60px!important;
    color: #5B5B7B;
}
.file{
    position: absolute!important;
    margin: 0!important;
    padding: 0!important;
    width: 100%!important;
    height: 100%!important;
    outline: none!important;
    opacity: 0!important;
}
.borda_drop_zone{
    border: 2px dashed #c2cdda;
    width: 100%;
    height: 84%;
    position: relative;
    border-radius: 14px;
    margin: 0 auto;
    background-color: #f9f9f9;
    display: grid;
}
.borda_drop_zone:hover{
    opacity: 0.9;
}
.btn_upload_dropzone{
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.to-format-gender > table > tbody > tr > td {
    padding: 0px 20px 0 0;
}

.to-format-gender > table > tbody > tr > td > input {
    margin: 0px 5px 0px 0;
    top: -1px;
    position: relative;
}

.borda_drop_zone2 > div > a.btn {
    color: #fff;
}

.itn > div > div > label.font-weight-bold {
    margin: 4px 0px 0 0;
}

.drg-msg, .btn-upload-file {
    width: 50%;
}

.drop_zone p {
    font-family: Arial;
    font-weight: bold;
    color: #5B5B7B;
    line-height: normal !important
}

.borda_drop_zone2 {
    text-align: center;
    display: grid;
    border: 4px dashed #c2cdda;
    position: relative;
    border-radius: 18px;
    margin: 0 auto;
    background-color: #f7f8fc;
    animation-delay: 2s;
    padding: 30px 0;
}

.borda_drop_zone2.infile {
    background-color: #c9cace;
    animation-delay: 2s;
}

.btn-upload-file {
    padding: 41px;
}

.upload_icon {
    line-height: normal !important;
    height: 60px !important;
}

.borda_drop_zone2 > div > a.btn {
    color: #fff;
}

.itn > div > div > label.font-weight-bold {
    margin: 4px 0px 0 0;
}

.drg-msg, .btn-upload-file {
    width: 50%;
}

.drop_zone p {
    font-family: Arial;
    font-weight: bold;
    color: #5B5B7B;
    line-height: normal !important
}