/* #081E32 */
/* #FF9900 */

:root {
  --color-primary: #081e32; /* Orange color */
  --color-secondary: #ff9900; /* Blue color */
}

input:focus,
textarea:focus,
label:focus,
select:focus {
  box-shadow: 0 0 0 0.2rem #081e3275 !important; /* Adjust the box-shadow color and intensity */
}

.max-main-container-size{
}

.text-bold-1{
  font-weight: bold;
}

.max-h-full {
  max-height: 100%;
}

.text-secondary{
  color: var(--color-secondary) !important
}
