
body {
    font-size: 1rem;
    background-color: #dadada; /* топъл светло-сив тон */
}

::-webkit-scrollbar {
    width: 8px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb {
    background: #FFA500FF;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.indicator-icon {
    cursor: pointer;
}


#animatedBox {
    width: 45rem;
    height: 25rem;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    display: none; /* Initially hidden */
    z-index: 1000;
}


#logo img {
    width: 3.7rem;
    height: auto;
}

#brand img {

    width: 6.4rem;
    height: auto;
}


.navbar {


    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(0.325rem);
    border: none;
    box-shadow: none;

    padding: 1rem 0;

    position: sticky;
    top: 0;
    z-index: 1000;

}

.nav-item {
    margin-right: 4.5rem;
}


.dropdown-menu.transparent-matte-bg {
    background-color: rgba(255, 255, 255, 0.9);

    filter: blur(0.030rem);
    border: none;
    box-shadow: none;
}


.dropdown-menu.transparent-matte-bg a:focus {
    background-color: rgba(255, 255, 255, 0.7);
    filter: blur(0.045rem);
}


.navbar-nav .nav-link {
    color: #FFA500FF !important;;
    transition: color 0.3s;
}


.navbar-nav .nav-item:hover .nav-link {
    color: #035203 !important;
}


.message {
    text-align: center;
    color: orange;
}

@media (max-width: 48rem) {
    .navbar-nav {
        margin-left: 0;
        text-align: center;

    }

    .nav-item {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    h1 {
        font-size: 1.75rem;

    }

    p {
        font-size: 1rem;
    }

    .message {
        text-align: center;
        color: orange;
        font-size: 1.26rem;
    }

}


.indicator {
    position: relative;
}

.indicator-item {
    position: absolute;
    top: -0.5rem;
    right: -0.9rem;
    background-color: transparent;
    color: rgba(17, 17, 17, 0.68);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
}


.navbar-nav .nav-link, #userDropdown,
.dropdown-menu.transparent-matte-bg a {
    color: #FFA500 !important;
    transition: color 0.3s;
}


.navbar-nav .nav-link:hover,
.dropdown-menu.transparent-matte-bg a:hover {
    color: #008000 !important;
    text-decoration: underline;
}


.navbar-nav .nav-item.dropdown .nav-link {
    color: #FFA500 !important;
    transition: color 0.3s;
}


.navbar-nav .nav-item.dropdown .nav-link:hover {
    color: #008000 !important;
}


body {
    font-family: Arial, sans-serif;
}

.nav {
    padding: 20px;
}


.modal-content {
    width: 7rem;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
}


.hidden {
    display: none;
}


input[type="email"], input[type="password"] {
    padding: 0.1rem;
}


.datenschutz {
    color: #008000
}

.home-h3 {

    font-family: 'Loto', sons-serif, serif;

    font-size: 1.2rem;
    font-weight: bold;


    color: #035203;

}

#load-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 100);
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
}

#load-nav img {
    margin-top: 18rem;
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
}

.footer-lucid-img {
    width: 100%;
    max-width: 5rem;
    height: auto;
    position: absolute;
    left: 0.0625rem;
    top: 0.125rem;
}


@media (max-width: 600px) {

    nav {
        padding: 10px;
    }

    body {
        font-size: 18px;
    }

    input[type="email"], input[type="password"] {
        padding: 0.1rem;
    }


}


@media (max-width: 768px) {

    .home-h1 {
        font-size: 6vw;
    }

    .home-slogan {
        font-size: 5vw;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .login-placeholder {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-placeholder-username, .col-sm-6 {
        width: 100%;
    }

    .footer-lucid-img {
        width: 3.5rem;
        height: 3.5rem;
        left: 0.05rem;
        top: 0.25rem;
    }
}

@media (max-width: 480px) {
    .footer-lucid-img {
        width: 5rem;
        height: 5rem;
        left: 0.5rem;
        top: 0.2rem;
    }
}


/*footer*/


.footer {

    background: rgba(7, 238, 34, 0.8);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.325rem);
    color: rgb(255, 145, 0);
    padding: 2rem 0;
}


.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.footer * {
    position: relative;
    z-index: 1;
}


P {
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    color: #035203;

}


.footer-icons {
    margin-bottom: 1rem;
}

.footer-icons .footer-icon {
    font-size: 2rem;
    margin-right: 1rem;
    color: #fff;
}

.footer-links .footer-link {

    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    color: #035203;

    margin-right: 1rem;
}

.footer-links .footer-link:hover {
    color: rgba(255, 165, 0, 0.81)
}

@media (max-width: 768px) {


    .footer {

        background: rgba(7, 238, 34, 0.8);
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(0.325rem);
        color: rgb(255, 145, 0);
        padding: 2rem 0;
    }

    .footer-icons {
        margin-bottom: 0.5rem;
    }

    .footer-icons .footer-icon {
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }

    .footer-links .footer-link {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
}
