.ui-dialog .button {
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    gap: 10px;
    justify-content: center;
    padding: 10px 24px !important;
    position: relative;
    border-style: none;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    cursor: pointer;
}

.ui-dialog .button[disabled] {
    background-color: #DFE0E1 !important;
    color: #717171 !important;
    border-style: none;
    cursor: default;
}

/* Primary button */
.ui-dialog .button--primary {
    background-color: #0058a0 !important;
    color: #ffffff !important;
    font-weight: 800;
}

/* Secondary button */
.ui-dialog .button--secondary {
    background-color: #fff !important;
    color: #0058A0 !important;
    font-weight: 600;
    border: 1.5px solid #0058A0;
}