/* -- Header -- */
.az-sub-header-seeker,
.az-sub-header-employer {
	position: absolute;
	line-height: 0;
	font-size: 10pt;
	bottom: 10px;
	/*margin-left: 7px;*/
	color: #fff;
}
.az-navbar .nav-sub-link:hover,
.az-navbar .nav-sub-link:focus {
    color: #0062cc;
}

/* -- Floating Label -- */
.az-floating-label {
	position: relative;
}

.az-floating-label label {
	position: absolute;
	top: 0;
	padding: 8px 0 0 10px;
	transition: all 200ms;
	opacity: 0.5;
}

.az-floating-label select ~ label {
	left: 0;
}

.az-floating-label input:not([disabled]):focus ~ label,
.az-floating-label textarea:not([disabled]):focus ~ label,
.az-floating-label select:not([disabled]):focus ~ label,
.az-floating-label.hasValue input:not([disabled]) ~ label,
.az-floating-label.hasValue textarea:not([disabled]) ~ label,
.az-floating-label.hasValue select:not([disabled]) ~ label {
	font-size: 75%;
	padding: 0 5px;
	left: 5px;
	transform: translate3d(0, -50%, 0);
	background-color: #fff;
	opacity: 1;
}

@media (max-width: 992px) {
	.az-header {
		position: fixed;
		width: 100%;
	}
	
	.az-content-dashboard {
		padding-top: 70px;
	}
}

.az-navbar-dashboard-eight .nav-item.active::before {
	margin-right: -15px;
}

@media (min-width: 992px) {	
    .az-navbar {
		position: sticky;
		top: 0;
		z-index: 99;
	}
}

/*section header*/
.section-header {
  background-color: #004691;
  color: #fff;
  padding: 50px 0;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .section-header h1 {
    font-size: 1.4rem;
    margin-top: -10px;
  }
}

/* avatar */
.avatar {
  position: relative;
  width: 38px;
  height: 38px; }
  .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8392a5;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center; }

.avatar-offline::after,
.avatar-online::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff; }

.avatar-offline::after {
  background-color: #c0ccda; }

.avatar-online::after {
  background-color: #10b759; }

.avatar-xs {
  width: 26px;
  height: 26px; }
  .avatar-xs .avatar-initial {
    font-size: 10px; }
  .avatar-xs.avatar-offline::after, .avatar-xs.avatar-online::after {
    width: 5px;
    height: 5px; }

.avatar-sm {
  width: 32px;
  height: 32px; }
  .avatar-sm .avatar-initial {
    font-size: 13px; }
  .avatar-sm.avatar-offline::after, .avatar-sm.avatar-online::after {
    width: 7px;
    height: 7px; }

.avatar-md {
  width: 48px;
  height: 48px; }
  .avatar-md .avatar-initial {
    font-size: 18px; }
  .avatar-md.avatar-offline::after, .avatar-md.avatar-online::after {
    width: 9px;
    height: 9px;
    right: 2px;
    bottom: 2px; }

.avatar-lg {
  width: 64px;
  height: 64px; }
  .avatar-lg .avatar-initial {
    font-size: 24px; }
  .avatar-lg.avatar-offline::after, .avatar-lg.avatar-online::after {
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: 4px; }

.avatar-xl {
  width: 72px;
  height: 72px; }
  .avatar-xl .avatar-initial {
    font-size: 30px; }
  .avatar-xl.avatar-offline::after, .avatar-xl.avatar-online::after {
    width: 11px;
    height: 11px;
    bottom: 4px;
    right: 5px;
    box-shadow: 0 0 0 2.5px #fff; }

.avatar-xxl {
  width: 100px;
  height: 100px; }
  .avatar-xxl .avatar-initial {
    font-size: 45px; }
  .avatar-xxl.avatar-offline::after, .avatar-xxl.avatar-online::after {
    width: 13px;
    height: 13px;
    bottom: 6px;
    right: 7px;
    box-shadow: 0 0 0 3px #fff; }

/* footer */
.az-footer {
  border-top: 1px solid #ced4da; }
  .az-footer .container {
    border-top: unset; }

/* authentication */
.az-signin-wrapper {
  background-image: url(https://colorlib.com/etc/lf/Login_v5/images/bg-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.az-card-signin {
  height: auto;
  background-color: #fff;
}

.az-signup-wrapper {
  background-image: url(https://colorlib.com/etc/lf/Login_v5/images/bg-01.jpg);
}
.az-column-signup {
  padding: 30px 40px 25px 40px;
}

.az-column-signup-left a {
  color: #3f3d56b0;
  font-weight: 700;
}
.az-column-signup-left a:hover {
  text-decoration: underline;
}

.az-nav-column .nav-link.active,
.az-nav-column .nav-link.active:hover,
.az-nav-column .nav-link.active:focus {
    color: #0062cc;
}

.divider-text {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #8392a5;
  font-size: 10px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: .5px;
  margin: 15px 0;
}
.divider-text::before,
.divider-text::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background-color: #e5e9f2;
}
.divider-text::before {
  margin-right: 10px;
}
.divider-text::after {
  margin-left: 10px;
}

/* footer */
.footer {
  background: #f9f9f9;
  padding: 20px 0;
  border-top: 1px solid #ced4da;
}
.widget h5 {
  cursor: pointer;  
  font-size: 1.01563rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.widget_content ul {
  list-style: none;
  margin-left: -40px;
}

.widget_content ul li a {
  color: #494c57;
}

.widget_content ul li a:hover {
  color: #007bff;
  text-decoration: underline;
}
  
@media only screen and (max-width: 576px) {    
  .widget_content{
    display:none;
  }
  .active .widget_content{
    display:inline; 
  }
  .widget h5 { 
    border-bottom:1px solid #ddd;
  }   
  .widget h5:after {
    content:"\203A";
    color:white;
    width:20px;
    height:20px;
    background:#999;
    display:inline-block;
    text-align:center;
    float:right;
  }
  .active.widget h5:after {
    content:"\2039";    
    background:#ccc;
  }
}


.multi-line-ellips-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.multi-line-ellips-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}