.remove_violet_header .card-header{
    display:none;
}
.remove_violet_header.content{
    margin-top: 30px !important;
}
.remove_violet_header .custom-select{
    display: inline-block;
    width: 100px;
    border: 1px solid #eee !important;
    appearance: auto;
    border-radius: 6px;
    border-bottom: none !important;
    padding: 5px;
    margin: 0 3px;
}
.remove_violet_header .dataTables_filter span{
    display: inline-block;
}

.job-chat{
    height: 240px;
    overflow-y: auto;
}
.chat_btn{
    border:1px solid #eee;
}
.chat_btn textarea{
    padding: 10px;
    border:none;
    width: 100%;
}
.paginate_button.page-item:hover {
    background: none !important;
    border: none !important;
}
.sidebar .nav p {
    line-height: 25px !important;
    white-space: normal !important;
}
.sidebar .nav i {
    height: 35px !important;
}

/*modal image*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}
.img-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*  z-index: -1;  Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(87,87,87,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content1 {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}


/* Add Animation */
.modal-content1, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform:scale(0)
    }
    to {
        -webkit-transform:scale(1)
    }
}

@keyframes zoom {
    from {
        transform:scale(0)
    }
    to {
        transform:scale(1)
    }
}

/* The Close Button */
.img-close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.img-close:hover,
.img-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content1 {
        width: 100%;
    }
}

.error {
    color: #f33923 !important;
    /*font-size: 90% !important;*/
}

.delete-icon {
    color: red !important;
}

/*.sidebar .nav {
    margin-top: 7px;
}*/
.sidebar .nav li a, .sidebar .nav li .dropdown-menu a{
    /*margin: 5px 15px 0;*/
    padding: 7px 15px;
}

.submenu-hidden {
  visibility: hidden !important;
}

.add-btn  {
  text-transform: capitalize;
  font-weight: bold;
  font-size:13px !important;
}


/* Custom page title in place of layout titlePage */
.page-title {
    font-weight: 700;       
    font-size: 1.8rem;
    color: #000;           
    position: relative;
    /* top: -30%;              */
    margin-bottom: 20px;
    width: 100%;
    text-align: left;       /* aligns left like layout */
}

/* Card Titles */
.card .card-title {
    font-weight: 700;   
    color: #000;
}

/* Labels */
label.col-form-label {
    /* font-weight: 600;    */
    color: #000;
}

/* Colon after labels */
label.col-form-label::after {
    /* content: " :"; */
    margin-left: 2px;
    font-weight: normal;
}

/* Input fields (text, email, number) */
.form-control {
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: none;
    padding: 6px 10px;
    color: #000;
}

/* Button Styling */
.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: black;
}

/* Validation messages */
span.text-danger {
    font-size: 0.875rem;
}

/* Card footer buttons spacing */
.card-footer .btn {
    margin-right: 8px;
}

/* Card styling */
.card {
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Card body padding */
.card-body {
    padding: 20px;
}


/* Custom page title */
.page-title {
    font-weight: 700;     
    font-size: 1.8rem;
    color: #000;            /* black text */
    position: relative;
    /* top: -30%;                */
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

/* Card Titles */
.card .card-title {
    font-weight: 700;   
    color: #000;
}

/* Labels */
label.col-form-label {
    /* font-weight: 600;    */
    color: #000;        /* black */
}

/* Colon after labels */
label.col-form-label::after {
    /* content: " :"; */
    margin-left: 2px;
    font-weight: normal;
}

/* Input fields (text, email, number, password) */
.form-control {
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: none;
    padding: 6px 10px;
    color: #000;
    background-color: #fff;
}

/* Select boxes same style */
select.form-control {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

/* Card body text default black */
.card-body {
    color: #000;
}

/* Error messages in red */
.text-danger {
    color: red;
}

/* Input focus styling */
.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/* Button Styling */
.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

/* Card footer buttons spacing */
.card-footer .btn {
    margin-right: 8px;
}

/* Card styling */
.card {
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Card body padding */
.card-body {
    padding: 20px;
}
.page-title {
    font-weight: 700;      
    font-size: 1.8rem;
    color: #000;
    position: relative;
    margin-bottom: 20px;
/* margin-top:3%; */
    width: 100%;
    text-align: left;
margin-left:2%;
}
/* Card input fields */
.card .card-body .form-control,
.card .card-body select.form-control,
.card .card-body textarea.form-control {
    border: 1px solid #000 !important; 
    color: #000 !important;           
    background-color: #fff !important; 
    border-radius: 6px !important;
    padding: 10px !important;
    box-shadow: none !important;
}

/* Labels */
.card .card-body label.col-form-label {
    /* font-weight: bold !important; */
    color: #000 !important;
}

.card .card-body label.col-form-label::after {
    /* content: " :"; */
    font-weight: normal !important;
}
.page-title {
    font-weight: 700;      
    font-size: 1.8rem;
    color: #000;
    position: relative;
    margin-bottom: 20px;
margin-top:3%;
    width: 100%;
    text-align: left;
margin-left:2%;
}
/* Card input fields */
.card .card-body .form-control,
.card .card-body select.form-control,
.card .card-body textarea.form-control {
    border: 1px solid #000 !important; 
    color: #000 !important;           
    background-color: #fff !important; 
    border-radius: 6px !important;
    padding: 10px !important;
    box-shadow: none !important;
}

/* Labels */
.card .card-body label.col-form-label {
    /* font-weight: bold !important; */
    color: #000 !important;
}

.card .card-body label.col-form-label::after {
    /* content: " :"; */
    font-weight: normal !important;
}
 .page-title {
        font-weight: 900;
        font-size: 1.8rem;
        color: #000;
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
        position: relative;
        /* top: -30%; */
    }



/* user list */

/* Move search box to the right */
.dataTables_filter {
    float: right !important;
    text-align: right;
}

/* Move pagination to the right */
.dataTables_paginate {
    float: right !important;
}

/* Keep "Show entries" on the left */
.dataTables_length {
    float: left !important;
}

/* Style table borders and remove fade effect */
table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #ddd !important;
}

/* Style table header */
table.dataTable thead th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: bold;
font-size: 14px;
    border-bottom: 1px solid #ddd;
}

/* Style table body */
table.dataTable tbody td {
    border-bottom: 1px solid #eee;
}

/* Remove the default search input shadow/border fade */
.dataTables_filter input {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    border-radius: 4px;
    padding: 4px 8px;
}
/* Remove pink outline and focus glow from search box */
.dataTables_filter input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc !important; /* keep a neutral border */
}

/* Remove the small grey line / underline */
.dataTables_filter input {
    border-bottom: 1px solid #ccc !important; /* optional: set your own subtle border */
}
/* Slight space from top */
.content.remove_violet_header,
.container-fluid {
    margin-top: 15px !important; /* small top gap */
    padding-top: 0 !important;
}

/* Page title */
.page-title {
    margin-top: 0 !important; 
    padding: 0 0 10px 0 !important; /* small space below title */
    top: 0 !important;
}

/* Table and form wrapper */
.card, .card-body {
    margin-top: 10px !important; 
    padding-top: 0 !important;
}

/* DataTable search and pagination */

/* Search input styling */
.dataTables_filter input {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
}

/* Remove pink focus */
.dataTables_filter input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}
/* add user */

/* Keep page background default, only card white */
.content.remove_violet_header {
    background: inherit !important; /* do not change the page background */
}

/* Page title */
.page-title {
    font-weight: 900 !important;
    font-size: 1.8rem !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    margin-top: 15px !important; /* keep top spacing */
}

/* Card styling - only the form card is white */
.card {
    background: #fff !important; /* form white */
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}

/* Remove grey underline and pink focus from inputs */
input.form-control, select.form-control {
    border: 1px solid #ccc !important;  /* light border */
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

input.form-control:focus, select.form-control:focus {
    border-color: #999 !important; /* darker on focus but not pink */
    box-shadow: none !important;
}

/* Remove any small underline pseudo-elements */
input.form-control::after,
select.form-control::after {
    display: none !important;
}

/* Spacing around form rows */
.row.mb-3 {
    margin-bottom: 15px !important;
}

/* Card footer button alignment */
.card-footer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Adjust container top spacing */
.container-fluid {
    margin-top: 15px !important;
}
#telecom-assets-tbl th {
    position: relative;
    padding-right: 30px !important; /* give more space for arrows */
    white-space: nowrap; /* prevent wrapping */
}

/* Position the sorting arrows correctly */
#telecom-assets-tbl th.sorting::after,
#telecom-assets-tbl th.sorting_asc::after,
#telecom-assets-tbl th.sorting_desc::after {
    position: absolute;
    right: 10px;  /* distance from right edge */
    top: 50%;
    transform: translateY(-50%); /* vertically center arrows */
}
#nonItAssetsTbl th {
    position: relative;
    padding-right: 30px !important; /* space for arrows */
    white-space: nowrap;
}

#nonItAssetsTbl th.sorting::after,
#nonItAssetsTbl th.sorting_asc::after,
#nonItAssetsTbl th.sorting_desc::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
td.d-flex.gap-2 a {
    margin-right: 8px;
}
/* Ensure we're using the left slot where "Show entries" used to be */
.dataTables_length { float: left !important; }        /* keep the slot visible */
.dataTables_filter { float: right !important; }       /* search on the right */

/* Match top spacing between left (year) and right (search) controls */
/* .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
} */

/* Year Filter styles (replaces Show entries) */
#batch_year {
    display: inline-block;
    width: 150px;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border: 1px solid #000;     
    border-radius: 0.25rem;
    background-color: #fff;

    /* caret */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2rem;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
#batch_year:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

/* Label */
.year-filter-label {
    margin-right: 8px;
    font-weight: 600;
    color: #000;
}

/* Keep the rest of your existing table/search/pagination styles… */
.dataTables_empty {
    text-align: center !important;
    font-weight: bold;
    color: #555;
}
 .sidebar .logo {
            height: 80px; 
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;

        }
        .sidebar .logo h3 {
            margin: 0;
            font-size: 18px;
            line-height: 1.2;

        }

 .year-filter-container select {
        border: 1px solid #000;
        padding: 5px 10px;
        border-radius: 4px;
    }
    .datatable-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; 
    }


  /* Make table cells wrap long text */
    #polls-tbl td {
        white-space: normal !important; /* allow text to wrap */
        word-wrap: break-word;          /* break long words if needed */
        max-width: 400px;               /* optional: limit cell width */
    }

    /* Optional: adjust table row height automatically */
    #polls-tbl tr {
        vertical-align: top;
    }
/* td ul {
    padding-left: 15px;
    margin: 0;
    list-style-type: disc;
    max-height: 100px;     
    overflow-y: auto;       
    word-wrap: break-word; 
    white-space: normal;    
}

td {
    max-width: 250px;      
    word-wrap: break-word;  
} */

/* td, th {
    word-wrap: break-word;    
    white-space: normal;       
    vertical-align: top;       
}

table {
    table-layout: auto;        
    width: 100%;               
}

td ul {
    padding-left: 15px;
    margin: 0;
    list-style-type: disc;
} */


  .truncate-options {
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 0;
        margin-left: 0;
    }

    .truncate-options li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 20rem;
    }

    .truncate-options {
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 0.5rem;
        margin-left: 0;
    }

    .truncate-options li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
    }

    .action-icons i {
        font-size: 1.2em;
        margin-right: 0.5rem;
        vertical-align: middle;
    }

    .action-icons form {
        display: inline-block;
    }

    .modal-body ul {
        padding-left: 1rem;
    }



 .truncate-options li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
    }
    .action-icons i {
        font-size: 1.2em;
        margin-right: 0.6rem;
        vertical-align: middle;
    }
    .action-icons form {
        display: inline-block;
    }
.input-group-sm .form-control {
    border-radius: 0.25rem;
    box-shadow: none;
    padding-left: 0.8rem; 

}
    .btn-search-icon {
        border: none;            
        background: #ffffff;     
        box-shadow: 0 2px 6px rgba(0,0,0,0.15); 
        padding: 6px 10px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;

    }

    .btn-search-icon i {
        color: #555;
        font-size: 1rem;
    }

    .btn-search-icon:hover {
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        color: #333;
    }

    /* Clear button */
    .btn-clear-icon {
        border: none;
        background: transparent;
        padding: 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .btn-clear-icon i {
        color: #888;
        font-size: 0.95rem;
    }

    .btn-clear-icon:hover i {
        color: #555;
    }

    .search-spacer {
        min-width: 300px; 
    }




    .truncate-options {
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 0.5rem;
        margin-left: 0;
    }

    .truncate-options li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
    }

    .action-icons i {
        font-size: 1.2em;
        margin-right: 0.6rem;
        vertical-align: middle;
    }

    .action-icons form {
        display: inline-block;
    }

    .modal-header {
        position: sticky;
        top: 0;
        z-index: 1055;
        background-color: #1b4673;
        color: white;
        border-bottom: 1px solid #dee2e6;
    }

    .modal-body {
        max-height: 70vh;
        overflow-y: auto;
    }

    .modal-footer {
        border-top: 1px solid #dee2e6;
    }
div.dataTables_wrapper div.dataTables_length label {
        color: #3C4858 !important;}


.media-container {
    width: 100%;
    max-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #000;
}
.media-container video,
.media-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

/* Responsive */
@media (max-width: 768px) {
    .datatable-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .create-btn-and-search {
        align-items: flex-start;
        margin-top: 5px !important;
    }
    #customSearch input {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}


/* move colon near to fields  in events form */
/* Make each form row flex and vertically centered */
.row.mb-3 {
    display: flex;
    align-items: center;
}

/* Style labels */
.col-form-label.text-dark {
    position: relative;
    padding-right: 0; /* remove extra spacing */
}

/* Colon after label text (optional) */
.col-form-label.text-dark::after {
    /* content: ":";           */
    position: absolute;
    right: -10px;          /* adjust space from label to input */
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;       /* bold colon */
    font-size: 16px;        /* font size */
    color: #000;            /* match label color */
    pointer-events: none;   /* allow clicks on input */
    content: none !important;

}

.input-with-colon {
    position: relative;
}

.input-with-colon::before {
    content: ":";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 16px;
    color: #000;
    pointer-events: none;
}

.remove_font{
font-weight: none !important;
}


.icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
}
.icon-btn i { pointer-events: none; }
.icon-btn.add-option { background-color: #28a745; color: #fff; }
.icon-btn.add-option:hover { background-color: #218838; transform: scale(1.05); }
.icon-btn.remove-option { background-color: #dc3545; color: #fff; }
.icon-btn.remove-option:hover { background-color: #c82333; transform: scale(1.05); }
.option-row .icon-btn { 
margin-left: 8px; } 













/* blade file responsive css */


/*  responsive code for group chat listing  */

