.ui-dialog {
    position: fixed !important;
    width: 600px !important;
    left: calc(50% - 300px) !important;
    padding: 20px 50px;
    background-color: white;
    border: 1px solid #17244e;
    height: auto !important;
    top: calc(50vh - 25vh) !important;
}

.job-description-textarea, .reason-leaving-textarea {
    width: 100%;
    height: 400px;
    font-family: "AzoSans-Regular", "sans-serif";
    color: #17244e;
    background-color: #f3f4f5;
    padding: 24px;
    border: none;
}

.textarea-focused {
    width: 400px;
}

.ui-dialog-titlebar {
    font-family: "AzoSans-Regular", "sans-serif";
    color: #17244e;
}

.ui-dialog-titlebar-close {
    display: none;
}

.job-description-modal-close, .reason-leaving-modal-close {
    margin-top: 20px;
    background-color: #17244e;
    color: white;
    border: 2px solid #17244e;
    font-family: "AzoSans-Regular", "sans-serif";
    padding: 5px 15px;
    cursor: pointer;
}

.job-description-modal-close:hover, .reason-leaving-modal-close:hover {
    background-color: white;
    color: #17244e;
}

.ed-gravity-form-list-textarea {
    width: 150px !important;
    padding: 12px !important;
    height: 150px;
}

.ed-gravity-form-list-textarea-reason-duties .ed-gravity-form-list-textarea {
    width: 150px !important;
}