body {
    font-family: "Poppins", sans-serif;
    color: #0d3151 !important;
}

.header {
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    font-weight: 900 !important;
    font-size: 20pt;
}

.button {
    background-color: #4499A3 !important;
    border: none !important;

}

.card {
    border-color: #f0a120 !important;
    border-width: 2px;
}

.item-background {
    background-color: white !important;
}

.required-field::after {
    content: "*" !important;
    color: red !important;
}

/*.catamaran-ms {
    font-family: "Catamaran", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
} */