/* --------------------------------------------------------------------------------------------------------
/* ----------------- GENERAL STYLES -----------------
/* -------------------------------------------------------------------------------------------------------- */
body {
  /* background-color: #f8f9fa; */
  background-color: white;
  margin          : 0;
  padding         : 0;
}

main {
  padding: 20px;
}

/* --------------------------------------------------------------------------------------------------------
/* ----------------- INTERACTIVE ELEMENTS FOCUS -----------------
/* -------------------------------------------------------------------------------------------------------- */
button:active, input:active, optgroup:active, select:active, textarea:active,
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus,
.form-group:focus-within, .input-container:focus-within,
a:focus, a:active,
label:focus, label:active,
[role="button"]:focus, [role="button"]:active,
.btn-outline-light
{
  box-shadow: none!important;
  outline   : none!important;
}
