:root{
    /*--ana-renk:#026952;*/
    --ana-renk2:#355284;
    --ana-renk:#f4b582;
} 
#app {
    position: relative;
  }
.log.info {
     --toastBackground: green;
   }
.log.warn {
     --toastBackground: red;
   }
a,.link {
    color:var(--bs-dark);
    text-decoration: none;
}
a:hover,.link:hover{
    color:var(--ana-renk2);
}
.link {
    cursor: pointer;
}
.bg-header{
    background-color: var(--ana-renk);
    color:#19191b;
}
.toplogo{
    padding:10px 60px;
    background-color: white;
    border:5px solid var(--ana-renk2);
    border-top:none;
    box-shadow: 0px 0px 0 10px white;
    margin-bottom:40px;
    text-align: center;
}
.toplogo img {
    margin-bottom: -20px;
    background-color: white;
    padding:0px 5px; 
    max-width: 500px;
}
@media (max-width:768px) {
    .toplogo img {
        max-width: 100%;
    }
    .jname {
        font-size: 90%;
    }
}
.trio {
    font-size:1.5em;
   /* color:white;*/
     color:#19191b;
    font-weight: bold;
    line-height:1em;  
}

 .menu { 
    box-shadow: 0px 10px 0 10px white,
    0px 20px 0 5px var(--ana-renk2),
    0px 25px 0 10px white;
 }
 .botlogo{
    padding:10px 40px;
    background-color: white;
    border:5px solid var(--ana-renk2);
    border-bottom:none;
    box-shadow: 0px 0px 0 20px white;
    margin-bottom:-25px;
    text-align: center;
    position: relative; 
}
.botlogo .cizgi {
    position: absolute;
    left:-30px;
    bottom:0;
    width:30px;
    height: 30px; 
    border-right:5px solid var(--ana-renk2);
    border-bottom:5px solid var(--ana-renk2);
}
.botlogo .cizgi.sag {
    right: -30px;
    left: unset;
    border-right: none;
    border-left:5px solid var(--ana-renk2);
    border-bottom:5px solid var(--ana-renk2);
}
.menu ul{
    /* display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between; */
    padding: 10px 0 0 0 ;
}
.menu ul li { 
    font-weight: bold;
    text-align: center;
}
.menu ul li a {
    color:black;
}

.dergibilgi {
    padding: 0 20px;
    background-color: var(--ana-renk2);
    margin-top:-25px;
} 
.dergibilgi > div > div:nth-child(2) {
    border-right:2px solid white;
    border-left:2px solid white;
}
ul.dergi-baslik{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding:0;
    margin:0;
  flex-wrap: wrap;
}
ul.dergi-baslik > li{
    display: inline-block; 
    padding:5px 1px;
    white-space: nowrap;
}
.makale {
    margin:20px 0;
}
ul.makale-islemler-sag{
    list-style: none;
    padding:0;
    margin:0;
}
ul.makale-islemler{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding:0;
    margin:0;
  flex-wrap: wrap;
}
ul.makale-islemler > li{
    display: inline-block; 
    padding:5px 1px;
    white-space: nowrap;
}
ul.makale-islemler a {
    color:var(--bs-dark);
}
ul.makale-islemler a:hover {
    color:var(--bs-primary);
}
.bi {
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    background-repeat: no-repeat; 
    background-size: 1rem 1rem;
    display: inline-block;     
}

.bi-2x {
    width:2rem;
    height: 2rem;
}
.bi-4x {
    width:4rem;
    height: 4rem;
}
.seritbaslik, .card.listtable .card-header {
    padding: 10px 10px;
    background-color: var(--ana-renk);
    color:white;
    font-size: 1.2rem;
    font-weight: bold;
}
.listtable {
    margin:20px 0;
}
.listtable thead {
    background-color: var(--ana-renk);
    color:white;
}
.listtable tr, .card.listtable { 
    border:2px solid var(--ana-renk);
}
.listtable tbody td:nth-child(odd) {
        background-color: rgba(0,0,0,0.05);
}
.listtable th {
    text-align: center;
}
.listtable tr.borderless,.listtable tr.borderless td {
    border:none;
    display: block;
    height: 5px;
}
.listtable tbody tr.borderless td  {
    background-color: inherit;
}
.waitlistcount{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
}
.yazismalar {
    display: flex;
    margin:30px 0;
    flex-direction: column;
}
.sola-hizala {
    align-self: flex-start;
    float: left;
}
.saga-hizala {
    align-self: flex-end;
    float: right;
}
.mesajbalon {
    background-color: var(--bs-light);
    color: var(--bs-dark);
    font-size: 0.8em;
    line-height: 1.75;
    padding: 25px 25px; 
    margin:20px 40px;
    cursor: default;
    width: 70%;
    box-shadow: 3px 3px 3px var(--bs-dark);
  }
  .mesajbalon:nth-child(2n) {
    border-left: 5px var(--ana-renk2) solid; 
  }
  
  .mesajbalon:nth-child(2n+1) {
    border-right: 5px var(--ana-renk) solid;
  } 
  .mesajbalon .tarih { 
    font-style: italic;
    float: right;
    color:var(--bs-dark);
  }
  .mesajbalon .tarih:before {
    content: "- ";
  }
  .mesajbalon .username { 
    font-style: italic;
    float: right;
    clear: both;
  }
  .mesajbalon .username:before {
    content: "- ";
  }
  .timeline ul{
    list-style: none;
    padding: 0;
  }
  .timeline .tarih {
      display: inline-block;
      font-weight: bold;
  }
  .timeline li {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
  }
  .timeline li:last-child {
    border: 0px;
    padding-bottom: 0;
  }
  .timeline li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }
  div.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}
.autocomplete-items-list {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    width: 297px;
    border: 1px solid #ddd;
    background-color: #ddd;
    list-style: none;
}
li.autocomplete-items {
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

li.autocomplete-items:hover {
    background-color: #81921f;
    color: white;
}

li.autocomplete-items:active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

table td.actions{
    width: 1%;
    white-space: nowrap;
  }
.breadcrumb a {
    color:#0a58ca;
    font-weight: bold;
}
.cell-info-red,.cell-info-green {
    color:white;
    padding:3px;
    background-color: var(--bs-danger);
    font-weight: bold;
}
.cell-info-green {
    background-color: var(--bs-success);
}
footer {
    background-color: var(--bs-light);
}
footer > div {
    padding:50px 0;
}
footer .alt {
    padding:10px 0;
    background-color: rgba(0,0,0,0.2);
}
.parent-kutular{
    display: flex;
    flex-wrap: wrap; 
}
.card.small { 
    flex:1 1 200px;
    margin:5px;
    text-align: center;
}
.card.small strong{
    font-size:120%;
}
.backdrop {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 99;
}
.backdrop.hide{
    display: none;
}
.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }
  
  @media (min-width: 1025px) {
    .h-custom-2 {
      height: 100%;
    }
  }

  fieldset {
    border: 1px groove #ddd;
    padding: 10px;
  }
  legend {
    width: auto;
    float: none;
    margin-left: 30px;
  }
      .swiper-slide{
        height:unset !important;
    }
