/**
 * Customer main Style
 */

.not-desktop.ccc-dt-responsive.dtr-hidden ~ .text-center.w-1\/5.searchable.dtr-control.sorting_1::before {
    content: none;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control.ccc-dt-responsive::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    /* Datatable responsive icon */
    content: "\f0d7" !important;
    font-family: FontAwesome;
    color: black;
    border: none;
    background-color: rgb(0, 0, 0, 0) !important;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-sidebar {
    width: 50px;
    color: #2f383e;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 54px;
    background: var(--bg-sidebar);
    z-index: 1010;
    position: fixed;
}

.icon-sidebar span {
    display: none;
}

.icon-sidebar i {
    padding-top: 8px;
}

#minifyButton ~ .row.justify-center {
    padding-left: 20px !important;
}

.ccc-modal-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ccc-modal-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

table:has(> ul.ccc-modal-list) {
    width: 100%;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.modal-header {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding-top: 0;
}

.cursor-default-important {
    cursor: default !important;
}

table#datatable thead tr th.not-desktop.ccc-dt-responsive::before {
    content: none !important;
}

table#datatable thead tr th.not-desktop.ccc-dt-responsive {
    height: 30px;
}

td.text-center.underline,
p.text-sm.text-gray-500.text-center.underline {
    border-bottom: none !important;
}

/* Form styling for CCC panels */
.panel-body .col-md-12 {
    padding: 15px;
}

.panel-body .form-group {
    margin-bottom: 15px;
}

.panel-body .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.panel-body .btn {
    margin: 5px;
}

