body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th, td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f0f0f0;
}

/* Responsive Styles for Different Screen Sizes */
@media (max-width: 768px) {
    /* Adjust font sizes for smaller screens */
    body {
        font-size: 14px;
    }

    table {
        font-size: 12px;
    }

    /* Adjust column widths for smaller screens */
    .tdInput, .tdHesap {
        width: 50%;
    }

    /* Hide buttons for smaller screens */
    .btn {
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    .btn {  /* Butonların tüm sınıflarını hedefler */
        display: block;  /* Butonları üst üste görüntüler */
        width: 100%;  /* Butonların genişliğini tam ekran yapar */
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    /* Adjust font sizes for medium screens */
    body {
        font-size: 16px;
    }

    table {
        font-size: 14px;
    }
}

@media (min-width: 993px) {
    /* Adjust font sizes for larger screens */
    body {
        font-size: 16px;
    }

    table {
        font-size: 16px;
    }
}
@media (min-height: 768px) {
    th, td {
        line-height: 1.7;
    }
}
@media (min-height: 900px) {
    th, td {
        line-height: 2;
    }
}
@media (min-width: 1200px) {  /* 1200px'den büyük ekranlar için */
    .inputKC {
        min-height: calc(8vh - 1.3rem)!important;  /* Görüntü alanı yüksekliği bazlı yükseklik */
    }
}

.tableKC {
    /*width: 100% !important;*/
    table-layout: fixed !important;
    border: 1px #0dcaf0;
    border-style: outset;
    border-collapse: collapse!important;
}

.trKC {
    padding: 3px;
    border: 1px #0dcaf0;
}
.tdKC {
    padding: 3px;
    border: 1px #0dcaf0;
}
.divKC {
    width: 100% !important;
}
.divTitle {
    padding: 1px;
    font-size: 12px;
}

.input {
    width: 100% !important;

    border-radius: 3px;
    background-color: greenyellow;
    border: none!important;
    box-sizing: border-box!important;
    -webkit-box-sizing:border-box!important;
    -moz-box-sizing: border-box!important;
}
table, th, td {
    border: 2px solid gray;
    padding: .1rem .1rem!important;
    border-collapse: collapse;
    text-align: center;
    align-content: center!important;
}
th, td {
    /*width: 80px !important;*/
    background-color: #0dcaf0;
    word-wrap: break-word;
}
.thKC {
    /*font-size: small!important;*/
    width: 80px !important;
}
.thSol {
    /*font-size: x-small!important;*/
    /*width: 60px !important;*/
}
.tdInput {
    background-color: lightgoldenrodyellow!important;
    border-style: double!important;
    border-width: 2px!important;
}
.tdHesap {
    background-color: #0dcaf0!important;

}
.inputKC {
    margin: auto!important;
    display: block!important;
    min-height: 100%;

    border-radius: 0px;
    padding: 0!important;
    text-align: center;
    background-color: lightgoldenrodyellow;
    border: none!important;
    box-sizing: border-box!important;
    -webkit-box-sizing:border-box!important;
    -moz-box-sizing: border-box!important;
}
.dikeyyaz {
    writing-mode: vertical-lr;

    /*height: 60px;*/
    white-space: nowrap;
    /*padding: 40px !important;*/
    min-width: 50px; /* for firefox */
}

div.dikeyx1 {
    writing-mode: vertical-rl;
    text-orientation:mixed;
    max-height: 60px;
    padding-bottom: 1px;

}
div.dikey
{
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); /* Safari/Chrome */
    -moz-transform: rotate(-90deg); /* Firefox */
    -o-transform: rotate(-90deg); /* Opera */
    -ms-transform: rotate(-90deg); /* IE 9 */
    white-space: nowrap;
}

th.dikey
{
    height: 90px;
    line-height: 1px;
    /*padding-bottom: 90px;*/
    text-align: left;

}
.fontx1 {
    /*font-size: x-small;*/
}
.fontx2 {
    /*font-size: xx-small;*/
}
.fontm1 {
    font-size: 12px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scGizle::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scGizle {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.scAcikla {
    display: none;
}
.scAcikla.gorunur { /* 'gorunur' classı eklendiğinde gösterilecek */
    display: block;
}
#gosterA.goster {
    /* Gösterme durumundaki buton stili */
    background-color: #4CAF50; /* Yeşil */
    color: white;
}

#gosterA.gizle {
    /* Gizleme durumundaki buton stili */
    background-color: #f44336; /* Kırmızı */
    color: white;
}