.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-warning {
    border-radius: 1.5rem;
    background-color: #FFF1D8;
    color: #FFA600;
}

.btn-info {
    border-radius: 1.5rem;
    background-color: #DBE7FF;
    color: #0059FF;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}


/* Default unchecked state */
.custom-switch .form-check-input {
    width: 2.5rem;
    height: 1.25rem;
    background-color: #ccc; /* Default grey color */
    border-color: #ccc;
    cursor: pointer;
}

/* Checked state - change background to green */
.custom-control-input:checked {
    background-color: #00B607 !important;
    border-color: #00B607 !important;
}

/* Remove the default focus ring */
.custom-switch .form-check-input:focus {
    box-shadow: none;
}

.statCard {
    padding: 0.5rem;
    margin: 1rem;
    color: #FFFFFF;
    border-radius: 0.8rem;
}

.statCard.all {
    box-shadow: rgba(0, 117,223, 0.24) 4px 8px 10px;
    background-color: #0075DF;

}

.statCard.active {
    box-shadow: rgba(232, 246, 231, 0.24) 4px 8px 10px;
    background-color: #E8F6E7;
    color: #000000;;
}

.statCard.inactive {
    box-shadow: rgba(255, 235, 235, 0.24) 4px 8px 10px;
    background-color: #F9E7E6;
    color: #000000;
}

.statCard.filter {
    box-shadow: #CCCCCC 0px 7px 29px 0px;
    background-color: #CCCCCC;
}

.btn-back {
    font-size: 1rem;
    font-weight: bolder;
    background-color: #FFFFFF;
    border-radius: 0.6rem;
}

.form-control {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ADADAD;
    color: #000000;
    /* font-weight: bold; */
}

.bi-chevron-left {
    color: #E40006;
}

.btn-on {
    background-color: #00B607;
    border-radius: 0.6rem;
    color: #FFFFFF !important;
    font-size: 1rem;
    font-weight: bold;
}

.bi-toggle2-on {

}

.btn-white {
    background-color: #FFFFFF;
    border-radius: 0.6rem;
    color: #00B607;
    border: none;
}

.btn-filter {
    background-color: #FFFFFF;
    border-radius: 0.6rem;
    color: #000000;
}

.info-sec {
    background-color: #1D1D1D;
    width: 100%;
    border-radius: 2rem;
    display: flex;
    padding: 1rem;
    padding-bottom: 0rem;
}

.btn-prev {
    background-color: #424242;
    padding: 1rem;
    border-radius: 2rem;
}

.btn-next {
    background-color: #424242;
    padding: 1rem;
    border-radius: 2rem;
}

.btn-vol-ind {
    background-color: #c29a09;
    color: #FFFFFF;
    border-radius: 0.6rem;
}

.badge.btn-secondary {
    border-radius: 2rem;
    font-size: 1.1rem;
    padding-bottom: 0rem;
}

.bi-square-fill {
    color: #ABABAB;
    font-size: 2rem;
    margin: 0.1rem;
}
.bi-square-fill.active {
    color: #0094FF;
    font-size: 2rem;
    margin: 0.1rem;
}

.btn-round {
    border-radius: 2rem;
}

.btn-disabled {
    background-color: #ABABAB;
    color: #1d1d1d;
}

.card-head {
    padding: 1rem;
}

.doserSwitch {
    font-size: 2rem;
    color: #00B607;
}

.sched-box {
    border: 1px solid #ADADAD;
    display: flex;
}

.currDetails {
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;    
    color: #FFFFFF;
    border-radius: 2rem;
    padding: 1rem;
}

.ampDetails {
    color: #FFFFFF;
    border-radius: 2rem;
    padding: 1rem;
}

.ampDetails.secondary {
    background: linear-gradient(90deg, rgba(245,218,219,1) 0%, rgba(233,188,190,1) 51%, rgba(217,183,185,1) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ampDetails.warning {
    background: linear-gradient(90deg, rgba(255,241,216,1) 0%, rgba(255,241,216,1) 51%, rgba(250,215,152,1) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ampDetails.info {
    background: linear-gradient(90deg, rgba(219,231,255,1) 0%, rgba(219,231,255,1) 51%, rgba(141,173,238,1) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.voltage {
    font-weight: bolder;
    font-size: 2rem;
}

.voltIndic {
    /* padding: 1rem; */
    font-size: 1.5rem;
    border-radius: 5rem;
    font-weight: bold;
}

.ampIndic {
    border-radius: 5rem;
    padding: 0.4rem;
    font-size: 1rem;
    font-weight: bold;
}

.rVolt {
    background-color: #E40006;
}

.yVolt {
    background-color: #FFA600;
}

.nVolt {
    background-color: #FFFFFF;
    color: #000000;
}

.bVolt {
    background-color: #0059FF;
}

.ampDetails .voltage {
    color: #000000;
}


/* Tabs Navigation */
.tabs ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs li {
    flex: 1;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer;
    background: #ADADAD;
    color: #FFFFFF;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 0;
}

.tabs li:hover {
    background: #ADADAD;
}

.tabs .active {
    /* background: linear-gradient(135deg, #1D1D1D, #3C3C3C); */
    color: #E90309;
    border-top: 4px solid #E40006;
    background: #FFFFFF;
}

.tabs .active:hover {
    background-color: #FFFFFF;
}

/* Tab Content */
.tab-content {
    display: none;
    padding: 20px;
    background: #FFFFFF;
    color: #000000;
    border-radius: 0 0 8px 8px;
}

.tab-content.active {
    display: block;
    background-color: #FFFFFF;
    animation: fadeIn 0.3s ease-in-out;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.dozerSchedule {
    display: flex;
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #ADADAD;
}

.dozerControls .bi-toggle2-on {
    color: #00B607 !important;
    font-size: 2rem;
}

.dozerControls .bi-toggle2-off {
    color: #E90309 !important;
    font-size: 2rem;
}

.dozerControls .bi-plus-circle-fill {
    color: #E90309;
    font-size: 2rem;
}

.dozerSchedule .bi-toggle2-on {
    color: #00B607 !important;
    font-size: 2rem;
}

.dozerSchedule .bi-toggle2-off {
    color: #E90309 !important;
    font-size: 2rem;
}

.dozerSchedule .bi-pencil {
    color: #000000;
    background-color: #ABABAB;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 1rem;
}

.dozerSchedule .bi-trash3-fill {
    color: #E90309 !important;
    background-color: #FFEBEB !important;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 1rem;
}

.divider {
    width: 2px; /* Thickness of the divider */
    height: 100%; /* Full height of the parent container */
    background-color: rgba(255, 255, 255, 0.3); /* Light color for visibility */
    margin: 0 15px; /* Space between columns */
}

.dashStatus {
    display: block;
}

.runningData {
    font-size: 2rem;
    font-weight: bold;
    color: #00B607;
}

.stoppedData {
    font-size: 2rem;
    font-weight: bold;
    color: #E40006;
}

.faultData {
    font-size: 2rem;
    font-weight: bold;
    color: #c29a09;
}

.levelLowData {
    font-size: 2rem;
    font-weight: bold;
}

.offlineData {
    font-size: 2rem;
    font-weight: bold;
}

/* Default list styling */
.notItem {
    list-style-type: disc; /* Ensures dots are visible */
    padding-left: 1.2rem; /* Space between dot and text */
}

/* Styling the marker (dot) for different classes */
.notItem::marker {
    font-size: 1.2rem; /* Adjust dot size */
}

/* Blue dot for info */
.notItem.info::marker {
    color: blue;
}

/* Yellow dot for warning */
.notItem.warning::marker {
    color: yellow;
}

.userImage {
    width: 8rem;
    border-radius: 50%;
}

/* .dropzone {
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 1rem;
    border-radius: 50%;
} */

.accordianHead {
    display: flex;
    border-bottom: 1px solid #ADADAD;
}