*{
    font-family: Helvetica, serif !important;
}

.btn-primary, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-button {
    --phoenix-btn-bg: #0348ad;

}
:root, [data-bs-theme=light] {
    --phoenix-link-color: #0348ad;
    --phoenix-link-color-rgb: 3, 72, 173;
}
:root, [data-bs-theme=dark] {
    --phoenix-link-color: #0348ad;
    --phoenix-link-color-rgb: 3, 72, 173;
}
.form-check-input:checked {
    background-color: #0348ad;
    border-color: #0348ad;
}

.form-control:focus {
    border-color: #0348ad;
}
.form-label {
    padding-left: 0;
    margin-bottom: 5px;
}
label .required:after {
    content:"*";color:red;
}
.toast-container > :not(:last-child) {
    margin-bottom: 10px;
}