.app {
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(rgb(138, 24, 18) 34%, rgb(138, 24, 18) 100%), url(https://nader-sicherheitsdienst.de/wp-content/uploads/2021/12/man-security.jpg); */
    background-position: left center;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    border-width: 0px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    background-size: cover;
    background-attachment: fixed;
}

.navbar-brand {
    display: none !important;
}

.footer-link {
    color: #FFF;
}

.footer-link:hover {
    color: rgb(226, 226, 226);
}

.logo-img {
    width: 50%;
}

.project-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 150%;
    width: 200%;
}

.btn-primary,
.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.bg-customized {
    background-color: var(--header-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.forget-password {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.forget-password:hover {
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none;
}

a {
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: black;
    text-decoration: none;
}

.btn-link {
    color: var(--primary-color);
    font-weight: 400;
    text-decoration: none;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.02);
    color: var(--primary-color) !important;
}

.sidebar .nav-link .nav-icon {
    color: var(--primary-color);
    display: inline-block;
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
    text-align: center;
    width: 1.25rem;
}

.sidebar.bg-white .nav-link.active .nav-icon,
.sidebar.bg-white .nav-link.active:hover {
    color: var(--primary-color) !important;
}

.sidebar-pills .nav-link.active,
.sidebar-pills .nav-link:hover,
.sidebar-pills .nav-link:hover .nav-icon {
    color: var(--primary-color) !important;
}

.relative-footer {
    position: relative;
}

.sticky-footer {
    position: fixed;
    height: fit-content;
}

.top-buttons {
    margin-bottom: 2%;
    margin-left: 17px;
    margin-right: 5px;
}