.p-6 {
 border: 1px #d6c5fa solid;
}

#topnav .navigation-menu > li .submenu li a {
 font-size: 12px !important;
}
.navnum {
 padding: 2em;
 margin: -2em;
}

.my-3{
 margin-right:3px;
 width: 100%;
}
.md\:py-8 {
	padding-top: 6rem !important;
	padding-bottom: 0.5rem !important;
}
	
@media only screen and (max-width: 768px) {
	.-mt-16 {
		margin-top: 0 !important;
	}
}

.border-gray-200 {
	border-color: rgb(186, 182, 255) !important;
}
.AcceptLESA {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1rem 1.5rem;
	width: 24rem;
	border-radius: 0.5rem;
}

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.create-title{
	text-align: center;
}

.ftable {
	word-wrap: anywhere !important;
	padding: 5px;
}
.content {
	display: inline;
}
.copy {
	font-size: 20px;
}
#tooltip {
  visibility: hidden;
  min-width: 50px;
  /*margin-left: -125px;
  background-color: #333;*/
  /*color: #fff;*/
  text-align: center;
  border-radius: 2px;
  /*padding: 16px;*/
  position: relative;
  z-index: 1;
  /*left: 10%;*/
  /*bottom: 30px;*/
  font-size: 12px;
}

#tooltip.show {
  visibility: visible;
  animation: fadeIn 0.5s, fadeOut 0.5s 2.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

.fadeIn {
  animation-name: fadeIn;
}
.cert {
	text-wrap: nowrap;
	width: 90%;
}

@media only screen and (max-width: 768px) {
	.md\:py-8{
		padding-top: 6rem !important;
		padding-bottom: 1rem !important;
	}
	.-mt-16 {
		margin-top: 0 !important;
	}
}
.scroll::-webkit-scrollbar {
   display: none;
 }
.scroll {
	padding: 2px;
}
.typewrite > .wrap { border-right: 0.08em solid transparent; }
#lesa { display: block; } 

.captcha-code-span {
	display: block;
	box-sizing: border-box;
	padding: 6px;
	margin: 2px 0 16px 0;
	background: #f1f1f1;
	text-align: center;
}
