/* Minification failed. Returning unminified contents.
(112,32): run-time error CSS1038: Expected hex color, found '#0003'
 */
site-map-body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    /*padding: 50px;*/
		
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9 !important;
    top: 0;
    left: 0;
    background-color: rgb(242, 244, 247);
    background-color: rgba(242, 244, 247, 1);
    overflow-y: hidden;
	overflow-y: auto;
    transition: 0.5s;
    /*padding: 60px;*/
		/*overflow: auto;*/
}


.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.overlay a {
    padding: 3px;
    text-decoration: none;
	margin-bottom:0px;
    font-size: 14px;
    color: black;
    display: block;
    transition: 0.3s;
		white-space: nowrap;
}

.overlay h2 {
    padding: 0px;
		margin-bottom:0px;
    text-decoration: none;
    font-size: 26px;
    color: black;
    transition: 0.3s;
}

.overlay h4 {
    padding: 0px;
	margin-bottom:0px;
    text-decoration: none;
    font-size: 17px;
    color: black;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    /*opacity: 0.6;*/
		background-color: rgba(218, 227, 242, 1);
}

.overlay .closebtn {
    position: absolute;
    top: 150px;
    right: 25px;
    font-size: 30px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
   font-size: 40px;
   top: 15px;
   right: 35px;
  }
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between{
    justify-content: space-between;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 9998; /* Below the banner (assuming it's z-index 9999) */
    display: none;
}

#page-overlay.active {
    display: block !important;
}

.auth-form-container {
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
    background: white;
    padding: 25px 30px;
}

.auth-form-container .input-lg {
    height: 37px;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1;
}
