/* _content/HaniminSitesi/Views/About/Index.cshtml.rz.scp.css */
.general-body[b-ngwkwfduf5] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.information-body[b-ngwkwfduf5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 37%;
}

@media (max-width: 1200px) {
    .general-body[b-ngwkwfduf5] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .information-body[b-ngwkwfduf5] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 44%;
    }

@media (max-width: 992px) {
    .general-body[b-ngwkwfduf5] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .information-body[b-ngwkwfduf5] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        margin-top: 20px;
    }
}

    @media (max-width: 768px) {
        .general-body[b-ngwkwfduf5] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .information-body[b-ngwkwfduf5] {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 73%;
            margin-top: 20px;
            font-size: 16px;
        }
    }
}
/* _content/HaniminSitesi/Views/Contact/Index.cshtml.rz.scp.css */
.general-body[b-e1bsuny99i] {
    display: flex;
    margin-bottom: 30px;
}

.linkedin-body[b-e1bsuny99i] {
    margin-right: 5px;
}

.linkedin-body a[b-e1bsuny99i] {
    color: none;
}

.instagram-body a[b-e1bsuny99i] {
    color: none;
}

.info-body[b-e1bsuny99i] {
    display: flex;
    margin-bottom: 15px
}

    .info-body a[b-e1bsuny99i] {
        color: #6c757d;
    }

.info-body-title[b-e1bsuny99i] {
    font-weight: 600;
}

.info-body p[b-e1bsuny99i] {
    margin-right: 3px;
}
/* _content/HaniminSitesi/Views/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-sn83769zle] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-sn83769zle] {
  color: #0077cc;
}

.btn-primary[b-sn83769zle] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-sn83769zle], .nav-pills .show > .nav-link[b-sn83769zle] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-sn83769zle] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-sn83769zle] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-sn83769zle] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-sn83769zle] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-sn83769zle] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.cursor[b-sn83769zle] {
    display: inline-block;
    width: 1ch;
    animation: blink-b-sn83769zle 1s steps(2, start) infinite;
    color: black;
}

@keyframes blink-b-sn83769zle {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
