	@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    /* SÃ¼tun baÅŸlÄ±klarÄ±nÄ± gizle (display: none; ile deÄŸil ama) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    tr { border: 1px solid #ccc; }
    
    td { 
        /* SatÄ±r gibi davranmasÄ±nÄ± saÄŸla */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    
    td:before { 
        /* SÃ¼tun baÅŸlÄ±ÄŸÄ± varmÄ±ÅŸ gibi dÃ¼zenle */
        position: absolute;
        /* Sol tarafÄ±nda baÅŸlÄ±k iÃ§in yer aÃ§ */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    
    /*
    Tablo BaÅŸlÄ±klarÄ±
    Her bir <td> elementi iÃ§in sÃ¼tun baÅŸlÄ±klarÄ±nÄ± ekle
    Her tablo iÃ§in Ã¶zelleÅŸtirmelisiniz.
    */


}
 @media only screen and (min-width: 700px) {
/*== Question Widget Faq Page ==*/
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons {
    margin-bottom: 60px;
}

.shortcode_widget_buttons .ui_kit_button button {
    margin: 10px 5px;
}

.shortcode_widget_buttons .ui_kit_button button:last-child {
    margin-right: 0;
}

.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.ui_kit_select_box h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4 {
    color: #1a3760;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}
/*== Tab Widget UI Page ==*/
.ui_kit_tab .nav.nav-tabs {
    background-color: #EEF2F6;
    border-radius: 8px;
    border-bottom: none;
    height: 45px;
}

.ui_kit_tab .nav.nav-tabs .nav-link {
    color: #1a3760;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    margin-left: 5px;
    margin-top: 6px;
    text-align: center;
    width: 109px;
}

.ui_kit_tab .nav.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.ui_kit_tab .nav.nav-tabs .nav-link.active,
.ui_kit_tab .nav.nav-tabs .nav-link:focus,
.ui_kit_tab .nav.nav-tabs .nav-link:hover,
.ui_kit_tab .nav.nav-tabs .nav-link:visited {
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
}

.ui_kit_tab.style2 .nav.nav-tabs {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #EAEAEA;
}

.ui_kit_tab.style2 .nav.nav-tabs .nav-item {
    line-height: ;
}

.ui_kit_tab.style2 .nav.nav-tabs .nav-link {
    border-bottom: 3px solid transparent;
    color: #5F6973;
    line-height: normal;
    padding: 0 17px 19px 10px;
    text-align: left;
    width: auto;
}

.ui_kit_tab.style2 .nav.nav-tabs .nav-link:focus,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:active,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:hover,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:visited {
    background-color: transparent;
    border: 1px solid transparent;
}

.ui_kit_tab.style2 .nav.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid #1947E2;
    border-radius: 0;
    color: #1947E2;
    height: auto;
    line-height: normal;
    text-align: left;
    width: auto;
}

.ui_kit_tab.style2 .tab-content .tab-pane {
    padding: 20px 0 30px;
}

.ui_kit_tab .tab-content .tab-pane {
    padding: 18px 0 30px;
}

.ui_kit_tab .tab-content .tab-pane p {
    color: #5F6973;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    width: 85%;
}

.ui_kit_table .table {
    background-color: #f9f9f9;
    border-radius: 8px;
    border: none;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.ui_kit_table .table thead {
    border-radius: 8px;
}
.ui_kit_table .table th, .ui_kit_table .table td {
    border: none;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 14px;
    color: #5f6973;
}
.ui_kit_table .table th {
    background-color: var(--genel);
    border-bottom: transparent;
    color: #fff;
    font-weight: normal;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
}