@font-face {
    font-family: 'Open Sans';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-light-webfont.woff') format('woff'), url('opensans-light-webfont.ttf') format('truetype'), url('opensans-light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal; }

body {
    font-family: 'Open Sans';
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.language {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float: none;
    margin-top:5px;
}

 /* Popup CSS */
 .cookie-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    color: #4f4f4f;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    z-index: 9999;
  }

  /* Başlık stili */
  .cookie-popup-content h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #009fc3;
  }

  /* Metin stili */
  .cookie-popup-content p {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    margin: 10px 0;
    color: #4f4f4f;
  }

  /* Buton stili */
  .accept-btn {
    background-color: #009fc3;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
  }

  .accept-btn:hover {
    background-color: #007b9e;
  }

  /* Çerez Politikası linki */
  .cookie-policy {
    color: #009fc3;
  }

  .cookie-policy:hover {
    text-decoration: underline;
  }

  /* Policy Pop-up */
  .policy-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: #4f4f4f;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 800px;
    max-height: 80%;
    border: 4px double #009fc3;
    overflow-y: auto;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    z-index: 10001;
  }

  /* Policy Pop-up İçeriği */
  .policy-popup-content h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #009fc3;
  }

  /* Policy Pop-up İçeriği */
  .policy-popup-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #009fc3;
  }

  .policy-popup-content p {
    font-size: 14px;
    margin: 10px 0;
    color: #4f4f4f;
  }

  /* Kapama Butonu */
  #close-policy-popup {
    background-color: #009fc3;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
  }

  #close-policy-popup:hover {
    background-color: #007b9e;
  }

  /* Backdrop */
  .backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    text-align: left;
  }

  th, td {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    padding: 12px 15px;
    border: 1px solid #ddd;
  }

  th {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: bold;
    background-color: #f4f4f4;
  }

  tr:hover {
    background-color: #f1f1f1;
  }

  a {
    color: #007bff;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .flex-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-overflow: ellipsis;
      flex-wrap: wrap;
  }

  .logo {
     max-width: 200px;
  }