    .imapsSprite-group,
.imapsContainer-group {
    background-color: #121c22 !important;
}
    .footer-section.footer-section-bottom {
    display: none !important;
}

        .image-preview img {
    max-width: 150px;
    max-height: 100px;
    height: auto;
    display: block;
}

       .teknik-destek-tablo {
            border-collapse: collapse;
            border: 1px solid #ccc;
            background: #fff;
            table-layout: fixed;
            width: 100%;
        }
        .teknik-destek-tablo th,
        .teknik-destek-tablo td {
            border-right: 1px solid #ccc;
            padding: 8px;
            vertical-align: middle;
            word-wrap: break-word;
        }
        .teknik-destek-tablo th:last-child,
        .teknik-destek-tablo td:last-child {
            border-right: none;
        }
        .teknik-destek-tablo input[type="text"],
        .teknik-destek-tablo input[type="number"] {
            width: 100%;
            padding: 6px;
            border: 1px solid #ccc;
            border-radius: 3px;
            box-sizing: border-box;
        }
        .teknik-destek-tablo textarea {
            width: 100%;
            min-height: 60px;
            resize: both;
            padding: 6px;
            border: 1px solid #ccc;
            border-radius: 3px;
            font-family: inherit;
            box-sizing: border-box;
        }
        .satir-sil {
            font-weight: bold;
            font-size: 14px;
        }
       
        .sutun-baslik { width: 30%; }
        .sutun-aciklama { width: 50%; }
        .sutun-rakam { width: 20%; }

       
        .sortable-row {
            cursor: move;
        }

        
        .ui-state-highlight {
            height: 50px;
            background: #ffffcc;
            border: 2px dashed #ccc;
        }