@charset "UTF-8";

 /* The Modal (background) */
.modal-tip {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,.6); /* Black w/ opacity */
  scrollbar-width: thin;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Modal Content/Box */
.modal-content-tip {
	position: relative;
	display: block;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(30,30,30,.8);
  padding: 20px;
  /*border: 1px solid #888;*/
  border: none;
  max-width: 900px; /* Could be more or less, depending on screen size */
  width: 80%;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
}

/* The Close Button */
.close-tip {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-tip:hover,
.close-tip:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-hands-tip{
	font-size: small;
	text-align: justify;
	min-height: 100px;
	margin: 0px 0px 10px 0px;
  padding: 10px;
	/*width: 860px;*/
  width: 100%;
  overflow: auto; /* Enable scroll if needed */
}
#logo{
	width: 30px;
	height: 30px;
	position: relative;
	left: 10px;
	top: 10px;
}
#logo img{
	max-width: 30px;
	max-height: 30px;
	filter: invert(60%);
}
#messages-tip{
  color: grey;
  font-size: small;
  width: 100%;
}
