.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 */

.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 */

/* Card Titles */
.card .card-title {
    font-weight: 700;   /* bold title */
    color: #000;
}

/* Labels */
label.col-form-label {
    font-weight: 600;   /* bold */
    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;
        font-weight: bold;
}

/* 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;
}

/* 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;
}

/* 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: bold !important;
    float:right;
}
 


/* 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: 600;
    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; /* slight gap below title */
    padding-top: 0 !important;
}

/* DataTable search and pagination */
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
    margin-top: 5px !important;  /* small top margin */
    margin-bottom: 10px !important;
}

/* 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: 500 !important;
    font-size: 1.6rem !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;
}
.change-font{
font-weight:normal;
}

.add-colon::after {
    content: " :";
    font-weight: bold !important;
    float: right;
}










.form-label {
    font-weight: 500;
    color: #333;
}

.form-control {
    border-radius: 6px;
    padding: 8px 10px;
}

.radio-group {
    display: flex;
    gap: 30px;
    align-items: flex-end; /* Aligns radio buttons and labels slightly lower */
    flex-wrap: wrap;
    margin-top: 6px; /* Adds spacing below label row */
}

.radio-group input[type="radio"] {
    margin-top: 4px; /* Nudges radio button lower for better alignment */
}

.radio-group label {
    margin-bottom: 0;
    font-weight: 400;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.card-body {
    padding: 25px 30px;
}

.card-footer {
    border-top: 1px solid #eaeaea;
    background-color: #fafafa;
    padding: 15px;
}















.nav-item.active-master > .nav-link {
background-color: rgba(0, 0, 0, 0.03); /* light transparent grey */    border-radius: 4px;
    font-weight: 500;
}
.modal-sm-custom {
  max-width: 600px;
}
@media (max-width: 768px) {
  .modal-sm-custom {
    max-width: 90vw;
    margin: 0 auto;
  }
}
.table th, .table td {
  padding: 0.4rem 0.6rem;
  font-size: 14px;
}
.modal-mod{
width: 50%; 
}

  /* .gallery-thumb {
    width: 150px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ccc;
  } */
.gallery-thumb {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
}
