/* /assets/css/app/core.css */
:root {
  --primary-blue: #253a65;
  --primary-blue-highlight: #3a4f85;
  --accent-color: #0091a5;
  --accent-color-2: #85de81;
  --primary-color: #253a65;
  --background-color: #253a65;
  --text-color-dark: #333;
  --text-color-white: #fff;
}

html, body {
  height: auto;
    margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


#bombo-content-area {text-align: center;
color:#fff;}

*, *::before, *::after {
  box-sizing: border-box;
}

/* FOOTER*/
.footer-app-copyright {
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
  padding-left: 1rem;
  opacity: 0.6;
  margin-top: 2rem;
}


* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#bombo-content-area.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#bombo-content-area {
  opacity: 1;
  transition: opacity 0.3s ease;
}
