
/*LOGIN*/
.hero-section {
    background-color: var(--app-nav-bg);
}
.navbar-brand img {
    height: 45px;
}
.footerV2 {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    margin-bottom: .75rem !important;
}

.footerV2 a, .footerV2 a:hover, .footerV2 a:focus {
    color: inherit;
}
.row-footer {
    color: #fff;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: center;
}
/*ADMIN*/
.app-logo ul li {
    width: 100%;
}

.app-logo>img, .app-logo>svg {
    height: 45px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.primary-nav ul {
    flex-direction: column !important;
}

.primary-nav ul li {
    width: 100% !important;
    flex-shrink: 0;
}
.navbar-footer {
	 margin: 0;
	 padding: 1rem 1.5rem 0 1.5rem;
	 display: flex;
	 flex-direction: column;
	 gap: 0.125rem;
	 border-top: 1px solid rgba(0, 0, 0, 0.07);
	 background-color: #0961a5;
	 background-image: linear-gradient(270deg, rgba(171, 53, 214, 0.18), transparent);
	 width: var(--menu-width)!important;
}
 .navbar-footer .links {
	 display: flex;
	 flex-direction: row;
	 gap: 0.75rem;
	 margin-bottom: 0.5rem;
}
 .navbar-footer .links a {
	 position: relative;
	 cursor: pointer;
}
 .navbar-footer .links a svg {
	 fill: rgba(255, 255, 255, 0.2);
	 stroke: rgba(255, 255, 255, 0.4);
	 flex-shrink: 0;
	 width: 1.25rem;
	 height: 1.25rem;
	 display: block;
	 stroke-width: 1px;
}
 .navbar-footer .links a svg.active svg {
	 stroke: rgba(255, 255, 255, 0.9);
	 color: #fff;
}
 .navbar-footer .links a .tooltip-text {
	 visibility: hidden;
	 background-color: #333;
	 color: #fff;
	 font-size: 0.75rem;
	 color: rgba(255, 255, 255, 0.6);
	 font-weight: 400;
	 text-align: center;
	 padding: 0.25rem 0.5rem;
	 border-radius: 0.25rem;
	 position: absolute;
	 z-index: 1;
	 bottom: 125%;
	 left: 50%;
	 transform: translateX(-50%);
	 white-space: nowrap;
	 opacity: 0;
	 transition: opacity 0.3s;
}
 .navbar-footer .links a:hover .tooltip-text {
	 visibility: visible;
	 opacity: 1;
}
 .navbar-footer .credits {
	 font-size: 0.75rem;
	 color: rgba(255, 255, 255, 0.6);
	 font-weight: 400;
}
 .navbar-footer .credits a {
	 color: #fff;
     text-decoration:none !important;
}
.app-footer, .nav-footer {
    display: none !important;
}
 