/* Temel Stiller */
body {
  font-family: sans-serif;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

pre {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-left: 2px solid #3bafda;
  border-radius: 4px;
}

/* Bootstrap Stilleri  */
.section-title h2,
.section-title h1 {
  font-size: 48px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  font-weight: 700;
  color: #233d63;
}

.section-title h2:after,
.section-title h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  background: #265cdc;
  height: 3px;
  margin: auto;
}

.section-title p {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 32px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.toggler-icon {
  width: 33px;
  height: 4px;
  display: block;
  background-color: #022eb9;
}

.middle-bar {
  margin: 5px auto;
}

.nav-item {
  position: relative;
}

a.nav-link {
  color: #5b728f;
}

.navbar {
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
}

.navbar-nav .nav-link.active {
  border-right: 1px solid #eeeeee;
  border-bottom: 3px #265cdc solid;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 28px 15px;
  }
}

/* Özelleştirilmiş stiller */
.extra-margin {
  margin-top: 80px;
}

.form-normal {
  box-shadow: 0 20px 0 -10px #ebeef685, 0 38px 0 -20px #ebeef647;
  border: 1px solid #ebeef6;
  padding: 25px;
  background: #ffffff;
}

.ssl-btn.ssl-btn-theme {
  background: #022eb9;
  border-color: #022eb9;
  color: #ffffff;
}

.sorgu-form .ssl-btn {
  width: 100%;
  height: 45px;
  padding: 0 15px;
}

.form-normal textarea.form-control {
  height: 360px;
}

.style-boxed .ssl-service-block {
  padding: 30px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 0.35rem;
  box-shadow: 0 3px 10px 0 rgba(38, 59, 94, 0.1);
}

.ssl-service-block {
  text-align: center;
  padding: 0 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.xs-title {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 10px 0 23px;
  color: #004085;
}

.ssl-service-block p {
  margin-bottom: 15px;
  color: #212121;
}

.xs-title i {
  font-size: 25px;
  margin-right: 8px;
}

.footer-one.footer-dark {
  background: #00257e;
  background-image: linear-gradient(-35deg, #00257e 0%, #0854b3 100%);
}

.footer-one .footer-bottom {
  padding: 15px 0;
}

.footer-one.footer-dark p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.85;
}

.footer-one.footer-dark a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.85;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

#output-header {
  margin-top: 2.5rem;
}

#output-config {
  font-size: 0.8rem;
  max-height: unset;
  white-space: pre-wrap;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

#copy {
  bottom: 4rem;
  float: right;
  position: relative;
  right: 0.75rem;
}

#copy-icon {
  fill: currentColor;
  height: 1rem;
  margin-bottom: 4px;
}

.table {
  --bs-table-striped-bg: rgb(248, 250, 255);
}

.table-responsive-sm {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.navbar-expand-lg.fixed-top.expanded {
  background-color: white;
  height: 100%;
  overflow: hidden;
  display: block;
}

.navbar-expand-lg {
  padding: 0;
  margin: 0;
}

.navbar-expand-lg.fixed-top.expanded .navbar-nav {
  height: 100%;
  overflow-y: hidden;
}

@media (max-width: 576px) {
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .nav-item {
    text-align: center;
    line-height: 47px;
    font-weight: 600;
    border-bottom: 1px solid #f5f5f5;
    font-size: 18px;
  }
}

.sorgu-form .form-control {
    font-size: 18px;
    height: 45px;
    border: 2px solid #022eb9!important;
}

@media (max-width: 480px) {
    .sorgu-form .form-control {
        font-size: 18px;
        border: 2px solid #022eb9!important;
    }
}