
  .ph-apply-box .resume-section .resume-group .drives .cloud-options-group,
.ph-apply-box .resume-section .resume-group .drives .resume-upload-wrapper {
    display: inline-block !important;
    vertical-align: middle;
    width: 30%;
    text-align: center;
}
.ph-apply-box .resume-section .resume-group .drives .apply-or-line{
    display: inline-block !important;
    vertical-align: middle;
    width: 15%;
    text-align: center;
}
.ph-apply-box .cloud-options-group ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0px 12px;
}
.ph-apply-box .form-group .form-fields {
    margin: 0px auto 20px;
}
.ph-apply-box .resume-section .resume-group .cloud-options {
    border: 1px solid;
    padding-block: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ph-apply-box .resume-section .resume-group .cloud-options .drives{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 60%;
}
.ph-apply-box .resume-section{
    margin: 1rem 0;
}
input, textarea {
    width : 100%;
    padding:20px;
}
input[type='text']{
    padding:10px;
}
.object-field.undefined h3 {
    display: none;
}
@media only screen and (max-width: 767px){
.apply {
}
}