.hero-section {
    /* background: url('/images/herobgv2.jpg'); */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.navwidth {
    max-width: 85rem;
}

.hero-content {
    max-width: 85rem;
}

.text-lightdark {
    color: #222 !important;
}

.blueborder {
    border: 1px solid #d1e9f8;
}
    
.bluebordercolor {
    border-color:  #d1e9f8;
}

.bg-lightblue {
    background-color: #eef5ff;
}

.bluebg {
    background-color: #eef5ff;
}

.bluebg-wrap {
    border: 1px solid #e5e7eb;
    border-top: 0;
}


/* .hero-font {
    font-size: 52px
} */

.btn-secondary:hover {
    background-color: #2e9a59;
}

.btn-outline-primary {
    border-color: #33b066;
    color: #000;
}

.blueline {
    border-bottom: 1px solid #d1e9f8;
    padding-bottom: 0.5rem;
}

.list-dot {
    text-align: left !important;
    margin-top: 0.5rem;
}

.list-dot li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #33b066 !important;
    background-color: #33b066;
    margin-right: 8px;
    transform scale=[1.85];
  }

  .fjhpwu .cn-call-button {
    border: 1px solid #33b066 !important;
  }

  .blueborder-b {
        border-bottom: 1px solid #  ;
   }

   .text-brand-blue {
    color: #d1e9f8;
   }

   .shadowtitle {
    border: 1px solid #e5e7eb;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
   }

   .hidden-content {
    display: none;
   }

   .toggle-icon {
    display: inline-block; /* Makes it align properly */
    width: 16px; /* Set icon size */
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330'%3E%3Cpath d='M325.607 79.393c-5.857-5.857-15.355-5.858-21.213 0.001l-139.39 139.393L25.607 79.393c-5.857-5.857-15.355-5.858-21.213 0.001-5.858 5.858-5.858 15.355 0 21.213l150.004 150c2.813 2.813 6.628 4.393 10.606 4.393s7.794-1.581 10.606-4.394l149.996-150c5.858-5.857 5.858-15.355 0-21.213z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease; /* Add animation for rotation */
  }

  /* Rotate icon when expanded */
  .toggle-icon.open {
    transform: rotate(180deg); /* Flips the arrow up */
  }

  @keyframes blink {
    50% {
        background-color: rgba(255, 0, 0, 0.2); /* Light red */
    }
    100% {
        background-color: transparent;
    }
}

.blink {
    animation: blink 1s infinite alternate;
}

.dt-bottom-row {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* DataTables Pagination - Clean CRM Style */
.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 6px;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* Default button */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff !important;
    border: 0 !important;
    color: #000 !important;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    box-shadow: none; 
}


/* Hover + Focus */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #fff !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #000 !important;
}

/* Active / Current page */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-weight: 600;
    box-shadow: none;
    transform: none;
}

/* Disabled state */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #aaa !important;
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

/* Add border under each row */
/* Add bottom border to every table row except the last row in each tbody */
table.dataTable tbody tr:not(:last-child) {
    border-bottom: 1px solid #e5e7eb; /* light gray border */
}

/* Alternate row colors */
.dataTable tbody tr:nth-child(odd) {
    background-color: #ffffff; /* white */
}

.dataTable tbody tr:nth-child(even) {
    background-color: #f9fafb; /* light gray */
}

/* Optional: highlight on hover */
.dataTable tbody tr:hover {
    background-color: #f1f5f9; /* slightly darker gray */
    transition: background-color 0.2s ease;
}

table.dataTable thead th:first-child {
    text-align: center !important;
}

#add-customer-modal {
    margin-left: 0 !important;
}