.flags {
    position: fixed;
    z-index: 9999;
    top: 40px;
    right: 20px;
    height: 32px;
    float: right;
  }
  .flags ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    }
  .flags ul li {
    display: inline;
  }

  .my_switcher {
      position: fixed;
      top: 50%;
      right: 0;
      background-color: #FF4C60;
      border-radius: 30px 30px 30px 30px;
      padding: 10px;
      z-index: 5;
      /* transform: rotate(90deg); */
  }

  @media only screen and (max-width: 991px) {
      .flags {
          top: 12px;
      }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .my_switcher {
          position: fixed;
          display: flex;
      }
  }

  .my_switcher ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
  }

  .my_switcher ul li a {
      text-align: center;
      color: #fff;
      font-size: 18px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 50%;
      display: block;
      text-decoration: none;
  }

  @media only screen and (max-width: 767px) {
      .my_switcher ul li a {
          font-size: 16px;
          height: 30px;
          width: 30px;
          line-height: 30px;
      }
  }

  .my_switcher ul li a.active {
      color: #FF4C60;
      display: none;
  }

  .header-menu-dark,
  .header-menu-dark:before,
  .header-menu-dark:after {
      background: #fff !important;
      /* Diğer stil özellikleri */
  }

  .header-menu-light,
  .header-menu-light:before,
  .header-menu-light:after {
      background: #353353 !important;
      /* Diğer stil özellikleri */
  }

.thumb-img {
    max-height: 202px;
    min-height: 272px;
    object-fit: cover;
    width: -webkit-fill-available;
}

.site-logo {
    min-width: 30px;
}

#rc-anchor-container {
    border-radius: 12px !important;
}

.contact-border-radius {
    border-radius:  12px !important;
}

.contact-border-radius-sm {
    border-radius: 8px !important;
}


@media screen and (max-width:576px) {
    .prev-next-post-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .prev-post-area {
        flex: 0 0 auto;
        width: 100%;
    }

    .next-post-area {
        flex: 0 0 auto;
        width: 100%;
        justify-content: flex-start;
    }

    .next-post-btn, .next-post-title {
        text-align: start;
    }
}

@media screen and (min-width:577px) {
    .next-post-area {
        justify-content: flex-end;
    }

    .next-post-btn, .next-post-title {
        text-align: end;
    }
}
