/*---------------------------------------------------------------------------
# DIVE CSS CUSTOM SKY
# Here are the basic css of Dive and elements of several frameworks.
---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
#
# START DIVE CSS
#
---------------------------------------------------------------------------*/
:root {
  --dive-login-background: #e2c5c5;
  --dive-body-background:#f6f9ff;

  --menu-coachee-area-background: #ffffff;
  --menu-coachee-background-button: #ffffff;
  --menu-coachee-background: #b5d6fe82;

  --dive-btn-color:#19a0ff;
  --dive-btn-text-color:white;
  --dive-btn-hover-color:#0023ff;
  --dive-btn-hover-text-color:white;
}

