.authentication-bg{
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../images/login-background.png') center center no-repeat;
	background-size: cover;
	background-position: left top;
}

.dropdown-item, .topnav { font-weight:500 }

#chat_active_window .simplebar-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

a.link {
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
a.link:hover {
    color: var(--bs-link-hover-color) !important;
    text-decoration: underline !important;
}
#map-container {
            height: 500px;
            width: 100%;
        }
        #map {
          width: 100%;
          height: 500px;
        }
        #controls {
          display: flex;
          flex-wrap: wrap;
        }
        #controls > * {
          padding: 10px;
        }

        #instructions {
          flex: 1 1 auto;
          padding: 0 20px;
        }

        #instructions a {
            color: #ff7204;
        }

        #instructions ol li {
            line-height: 1.4rem;
            padding-bottom: 0.4rem;
        }
#controls>* {
    margin: calc(var(--bs-modal-footer-gap)* .5);
}
.page-content {
    /* min-height: 90vh; */
}
.cc-image {
    position: absolute;
    right: 25px;
    top: 10px;
    height: 35px;
}
.ajax_loader { height: 100%; }
.ajax_loader > .spinner-border {position:absolute;left:0;right:0;top:0;bottom:0;margin:auto !important}


.nav-link .badge {
    position: absolute;
    top: 5px;
    right: 30%;
}
#Modal_HTML { min-height:15rem; }