@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background: black !important;
      font-family: "Poppins", sans-serif !important;
  font-style: normal;                        
}

.card-header h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff !important;
}
.card, .comp-card {
    background:#1a1a1a;
    box-shadow: none !important;
}

.dataTables_processing{
    background: black !important;
    box-shadow:0px 0px 8px 0px #333 !important;
    color: white !important;

}
.dropdown-menu,
.sticky-top {
    background: #1a1a1a !important;
    box-shadow: 0px 0px 4px 0px black !important;
    color: #ffffff !important;
}

.list-group-item {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.list-group-item:hover {
    background: #333333 !important;
    color: white;
}
.dropdown-item {
    color: #ffffff !important;
}
.dropdown-item:hover {
    background: black !important;
    color: white;
}

.ti-dots-vertical {
    color: #ffffff !important;
}

thead th {
    background: #333333 !important;
}

tr th {
    color: white !important;
}

tbody tr {
    background: black !important;
    color: white !important;
    font-weight: bold !important;
    height: 80px !important;
    
}


 table.dataTable {
        background: #333333 !important;
        color: #ffffff !important;
    }

    /* Header background */
    table.dataTable thead th {
        background: #1a1a1a !important;
        color: #ffffff !important;
        border-color: #444444 !important;
    }

    /* Table body background */
    table.dataTable tbody tr {
        background: #000 !important;
        color: #ffffff !important;
    }

    /* Hover row */
    table.dataTable tbody tr:hover {
        background: #1a1a1a !important;
    }

    /* Table borders */
    table.dataTable td,
    table.dataTable th {
        border-color: #333 !important;
    }

    /* Pagination colors */
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: #ffffff !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #444444 !important;
        color: #ffffff !important;
        border-color: #555555 !important;
    }

    /* Search box / length dropdown text color */
    .dataTables_wrapper .dataTables_filter input,
    .dataTables_wrapper .dataTables_length select {
        background: #333333 !important;
        color: #ffffff !important;
        border: 1px solid #444444 !important;
    }

    label, #leads-table_info{
        color: #ffffff;
    }

    .dataTables_wrapper .dataTables_filter input:focus,
    .dataTables_wrapper .dataTables_length select:focus,
    .dataTable-input:focus {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;

    }
    .dropdown-menu{
        background-color: #000;
        border: 1px solid #333333;
    }
    
.modal-content {
    background-color: black !important;
    color: #ffffff !important;
    box-shadow:0px 0px 8px 0px #1a1a1a;
}

/* Headings inside modals */
.modal-title,
h1, h2, h3, h4, h5, h6,
label.form-label {
    color: #ffffff !important;
}

/* ALL text inside modal */
.modal-body,
.modal-body * {
    color: #ffffff !important;
}

/* ALL input fields */
input.form-control,
select.form-control,
textarea.form-control {
    background-color: #262626 !important;
    border: 1px solid #555 !important;
    color: #ffffff !important;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.15) !important;
}

/* Placeholder */
::placeholder {
    color: #bfbfbf !important;
}

/* Checkboxes + Radio */
.form-check-input {
    border: 2px solid #333 !important;
    background-color: black !important;
        box-shadow: none !important;

}

.form-check-input:checked {
    background-color: #0f3568 !important;
    box-shadow: none !important;
    border: none !important;
}

/* Buttons */
.btn-light {
    background-color: #0f3568 !important;
    color: #ffffff !important;
    border: 1px solid #555 !important;
}

.btn-primary {
    background-color:#1a1a1a !important;
    color: white !important;
    border:none !important;
}

/* Close button background color */
.btn-close {
    background-color: #1a1a1a !important;
    border-radius: 4px; /* optional */
    opacity: 1 !important;
    padding: 6px;
}

/* White close icon */
.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath d='M2.146 2.854a.5.5 0 0 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3e%3c/svg%3e") !important;
}



/* Select2 support */
.select2-container--default .select2-selection--single {
    background-color: #262626 !important;
    border-color: #555 !important;
    height: 42px !important;
}

.select2-container--default .select2-selection__rendered {
    color: #ffffff !important;
    line-height: 42px !important;
}

.select2-dropdown {
    background-color: #1a1a1a !important;
    border: 1px solid #333 !important;
}

.select2-results__option {
    color: #ffffff !important;
}

/* GLOBAL FORM FIX — FOR ALL PAGES */
input:not(.btn),
select:not(.btn),
textarea {
    background-color: #262626 !important;
    border: 1px solid #555 !important;
    color: #ffffff !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ffffff !important;
    box-shadow: none !important;
}

/* Radio + checkbox fix */
input[type="radio"],
input[type="checkbox"] {
    accent-color: #0f3568 !important;
}

   .custom-form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    background: #000; /* keep your theme color */
    text-align: center !important;
    font-weight: bold !important;
}
.form-label .text-danger,
    .form-label span.required,
    x-required,
    .required {
        color: #ffd300 !important;  /* Yellow */
    }
