.e123_adv_role_reg_form .pdf-export-section {
    margin: 30px 0;
    text-align: center;
}

.e123_adv_role_reg_form .export-pdf-btn {
    background-color: #009673;
    color: white;
    padding: 6px 21px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;    
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.e123_adv_role_reg_form .export-pdf-btn:hover {
    background-color: #009673;
}

.e123_adv_role_reg_form .export-pdf-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.e123_adv_role_reg_form .export-pdf-btn:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}