html {
    zoom: 90%;
}

body {
    background-color: #f8f9fa;
}

.brand-logo {
    font-size: 30px;
    font-weight: bold;
    color: #007bff;
    text-align: center;
}

.btn-custom {
    background: var(--bs-danger);
    color: #fff;
}

.btn-custom:hover {
    background: var(--bs-light);
    color: var(--text-dark);
}

/* global overlay  */
.global-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

body>.global-overlay {
    position: fixed;
}

.global-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.global-overlay .loading-message {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    color: #333;
    font-weight: 500;
}

/* /global overlay */

.brand-logo-img {
    width: 80px;
    height: 80px;
}

.action-btns .fa {
    cursor: pointer;
}

.crm-footer {
    z-index: -9999;
}

.bg-light-gray {
    background-color: var(--bs-light-gray);
}

.text-decoration-line-none, .tdl-0 {
    text-decoration-line: none !important;
}

.filter-dropdown .dropdown-toggle::after,
.calendar-nav .dropdown-toggle::after {
    display: none;
}

.btn-xs {
    font-size: xx-small !important;
}

.bg-danger,
.btn-danger {
    background-color: var(--bs-danger) !important;
}

.btn-danger:hover {
    background-color: var(--bs-danger) !important;
}

.text-danger {
    color: var(--bs-danger) !important;
}

.rounded-circle {
    border-radius: 50% !important;
    height: 200px;
    width: 200px;
}

.table-responsive {
    scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {  
    scrollbar-width: none;
}

.active {
    color: var(--text-dark) !important;
    border-color: var(--bs-danger) !important;
    background-color: var(--bs-light-gray) !important;
}

.ulg li {
    cursor: pointer !important;
}

.chart-container { 
    justify-content: space-around;
    align-items: flex-start;
    gap: 0px;
    margin: 3px;
    padding: 0% !important; 
    width: 100% !important;
    display: block;
}  

canvas {
    height: 100% !important;
    padding: 0% !important;
}

.growth-chart {
    height: 350px !important;
    width: 100%;   /* optional: makes it scale full width too */
    display: block;
    padding-top: 3rem;
}

.ts-user-avatar {
    width: 32px !important;
    height: 32px !important;
}

/* Select2 CSS fixes */
.select2-selection__rendered {
    line-height: 2.6em !important;
}

.select2-container .select2-selection--single {
    height: 2.6em !important;
}

.select2-selection__arrow {
    height: 2.6em !important;
}
 
.select2-container .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    padding: 0rem 0rem;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-selection__arrow {
    height: 100% !important;
    top: 0;
    right: 0;
}
/* /Select2 CSS fixes */

/* Data Table */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 2rem !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px #212529 solid !important;
}

.contact-results .dataTables_wrapper .dataTables_length,
.contact-results .dataTables_wrapper .dataTables_filter {
    display: none !important;
}

/* /Data Table */

.z-index-1 {
    z-index: -1;
}

.z-index-2 {
    z-index: 1;
}

.z-index-3 {
    z-index: 3;
} 

.table {
    width: 100% !important;
}

.border-dark {
    border-color: var(--bs-dark) !important;
}

.hover-bg-none {
    background-color: transparent !important;
}

.text-md {
    font-size: medium !important;
}

.modal-backdrop { 
  width: 100% !important;
  height: 100% !important; 
} 

table .dropdown-toggle .dropdown-menu { 
    position: absolute !important;
    z-index: 1000 !important;
}

.spinner-large {
    width: 5rem !important;
    height: 5rem !important;
}
.p-100 {
    height: 100vh !important;
}