/*  
to use the color copy code below
var(--parnu-blue);
*/

:root {
  --white: #ffffff;
  --light-blue: #ECF1FD;
  --darker-blue: #D5DFFA;
  --beige: var(--color-5, #F7F2E9);
  --front-page-beige: #F7F2E9;
  --green: #365590;
  --light-green: #B1E2BC;
  --orange: var(--color-3, #F14C2A);
  --light-green-yellow: #dadad8;
  --yellow: #F5EEAE;

  --body-background: #F5F6FA;
  --card-background: #ffffff;
  --main-and-search-background: var(--color-8, #ffffff);

  --dark-blue: rgb(11, 57, 84);
  --parnu-blue: var(--color-4, #1A7AB7);
  --main-text-and-heading-color: #000000;
  --other-text: #000000;
  --table-text-color: #000000;

  --header:  var(--color-1, #F7F2E9);
  --header-text: #000000;
  --footer: var(--color-2, #055542);
  --footer-text: #FFFFFF;

  --header-font: 'Roboto', sans-serif;
  --main-w-font: bold;

  --selected-view-in-search: #FEEDEA;

  --fc-buttons: var(--color-6, #1A7AB7);
  --fc-active-button: var(--color-7, #064c77);
  --fc-button-text: #000000;
  --fc-active-button-text: #FFFFFF;
  --fc-button-radius: 35px;
  --fc-button-margin-right: 5px;
  --fc-event-bg-color: #FEEDEA;

  --link-default-color: #000000;
  --fc-non-business-color: hsla(0deg 0% 35.92% / 50%);
  /* --fc-border-color:rgba(133, 133, 133, .3);
    --fc-neutral-bg-color: rgba(72, 80, 79, 0.2); */

  --datatables-spinner-color: var(--orange);

}