/*
Theme Name:   Ensoul Theme
Description:  Ensoul's Twenty Twenty-Five child theme. In combination with Ensoul React Blocks
Author:       Ensoul
Template:     twentytwentyfive
Version:      1.0.1
Text Domain:  twentytwentyfivechild
*/

body {
  overflow-x: hidden;
}

::selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

::-moz-selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

::-webkit-selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

#inactivity_message {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  color: #999;
  padding: 0 2rem;
  text-align: center;
}
