/* _content/DemoViewer/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-rpra0qwwi5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-rpra0qwwi5] {
  color: #0077cc;
}

.btn-primary[b-rpra0qwwi5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-rpra0qwwi5], .nav-pills .show > .nav-link[b-rpra0qwwi5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-rpra0qwwi5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-rpra0qwwi5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-rpra0qwwi5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-rpra0qwwi5] {
  font-size: 1rem;
  line-height: inherit;
}


/* Footer */

.footer[b-rpra0qwwi5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.footer-modern[b-rpra0qwwi5] {
    background: #1f1f1f;
    color: #ccc;
    padding: 50px 0 20px 0;
}

.footer-container[b-rpra0qwwi5] {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-left h5[b-rpra0qwwi5] {
    color: white;
    margin-bottom: 10px;
}

.footer-links a[b-rpra0qwwi5] {
    display: block;
    color: #aaa;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.3s;
}

    .footer-links a:hover[b-rpra0qwwi5] {
        color: #4CAF50;
    }

.footer-copy[b-rpra0qwwi5] {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #777;
}

.footer-custom[b-rpra0qwwi5] {
    background: #2e2e2e;
    padding: 25px 20px;
    position: relative;
}

.footer-inner[b-rpra0qwwi5] {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left[b-rpra0qwwi5] {
    color: #bbb;
    font-size: 14px;
}

.footer-right ul[b-rpra0qwwi5] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

    .footer-right ul li a[b-rpra0qwwi5] {
        width: 45px;
        height: 45px;
        background: #5235ff;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 16px;
        transition: 0.3s ease;
    }

        .footer-right ul li a:hover[b-rpra0qwwi5] {
            background: #755eff;
            transform: translateY(-3px);
        }

/* Scroll Top Button */

.btn-top[b-rpra0qwwi5] {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #5235ff;
    color: white;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 999;
}

    .btn-top:hover[b-rpra0qwwi5] {
        background: #755eff;
        transform: scale(1.1);
    }

/* Responsive */

@media (max-width: 768px) {
    .footer-inner[b-rpra0qwwi5] {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.social-icons1[b-rpra0qwwi5] {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
}

    .social-icons1 li a[b-rpra0qwwi5] {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s ease;
        text-decoration: none;
    }

        .social-icons1 li a:hover[b-rpra0qwwi5] {
            background: #4CAF50; /* Temana uygun yeşil tonu */
            transform: translateY(-3px);
            color: white;
        }
