/* Utility helpers (colors, bg, text, misc helpers) */
.bg-darker-blue { background: #041e42 !important; }
.text-darker-blue { color: #041e42 !important; }
.bg-dark-blue { background: #1b3962; }
.border-dark-blue { border-color: #1b3962!important; }
.bg-arrow-red { background: #e4002b; }
.bg-darker-white { background: #f7f3ed; }
.bg-darkgray, .bg-dark-gray { background: #4d4d4d !important; }
.bg-lightgray, .bg-light-gray { background: #a3a3a3 !important; }
.text-darkgray { color: #4d4d4d !important; }
.nobutton { border: none !important; }

/* small helpers used across components */
.dark-border { border: 1px solid var(--dark-border) !important; }
.shadow-1 { box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
.hr-red { border-top: 1px solid red; }
