    .print-tab {
        margin-bottom: 1.5em;
        width: 100%;
        border: 1px solid rgb(193 193 193 / 31%);
        overflow: hidden;
    }

    .print-tab ul.print-tab-menu {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        background: #f3f3f3;
    }

    .print-tab ul.print-tab-menu > li {
        position: relative;
        margin: 0 -0.2em 0 0;
        display: inline-block;
        cursor: pointer;
    }

    .print-tab ul.print-tab-menu > li.active {
        border-top: 2px solid #ff9800;
        background: #fff;
        z-index: 2;

    }

    .print-tab ul.print-tab-menu > li > a {
        display: block;
        min-width: 182px;
        max-width: 182px;
        overflow: hidden;
            font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-rendering: optimizeLegibility;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #404040;
        font-weight: 600;
        font-size: 13px;
        line-height: 40px;
        text-align: center;
    }

    .print-tab .print-tab-content > div {
        margin-top: -3px;
        position: relative;
        padding: 5px;
        display: none;
        background: #fff;
    }

    .print-tab .print-tab-content > div.view {
        display: block;
        width: 100%;
        min-height: 200px;
    }

    .print-tab .print-tab-content > div p {
        /*min-height: 200px;*/
        /*line-height: 200px;*/
        display: block;
    }
	
	  #hiddenDiv2 {
    display: none;
    position: fixed;
    top: 0px; /* Ekranın üst kısmında sabit kalsın */
    left: 40.7%;
    transform: translateX(-50%);
    padding: 0px;
	background-color: white;
    border: 1px solid #EFEFEF;
    border-radius: 0px;
    z-index: 999; /* Diğer içeriklerin üstünde kalsın */
  }
  .cmmnt_usr_dt img {
    width: 60px;
	margin-left: 5px;
    height: 50px;
    border-radius: 10%;
    border: 1px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
    margin-left: 15px;
}

  /* Karartma overlay'ı için stiller */
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    overflow: hidden; /* Sayfanın scrollunu kilitle */
  }
  
    /* Overlay içindeki resim için stiller */
  #overlay img {
    max-width: 45%; /* Resmin maksimum genişliği */
    max-height: 45%; /* Resmin maksimum yüksekliği */
  }

  /* 'tanit' butonunun stilleri */
  #tanit {
    position: relative;
    padding: 0.55rem 0.5rem;
    vertical-align: baseline;
    margin-right: 10px;
    color: #535353;
    font-size: 12px;
    font-weight: 700;
    min-width: 170px;
    z-index: 20000; /* Butonun overlay'in üzerinde kalmasını sağlar */
  }