﻿.text-danger {
    font-size: 16px;
}
.btn-vhs-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill: px-3;
}

.btn-vhs-secondary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill px-3;
}

.btn-vhs-success {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill px-3;
}

.btn-vhs-danger {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #fff;    
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill px-3;
}

.btn-vhs-warning {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill px-3;
}

.btn-vhs-info {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill px-3;
}

.btn-vhs-light {
    --bs-btn-font-weight: 600;
    --bs-btn-color: ##f8f9fa;
    --bs-btn-bg: #d3d4d5;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill px-3;
}

.btn-vhs-dark {
    --bs-btn-font-weight: 600;
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
    font-size: 1rem;
    padding: .20rem;
    width: 6rem;
    height: 30px;
    rounded-pill px-3;
}
#tblData {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}
    #tblData th, #tblData td {
        padding: 3px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        height: 3px; /* Set row height */
    }
    #tblData th {
        height: 2px; /* Set row height */
    }
    #tblData tr {
        height: 4px; /* Set row height */
    }
    #tblData tr:hover {
        background-color: #f5f5f5;
    }


.lblvhs {
    font-size: 1rem;
    height: 30px;
    width: 100%;
    min-width: 8rem;
}

.inputvhs {
    font-size: 1rem;
    height: 35px; /* Adjusted height to match label */
    width: 100%;
    min-width: 5rem;
}
.selectvhs {
    font-size: 1rem;
    height: 35px; /* Adjusted height to match label */
    width: 100%;
    min-width: 5rem;
}
/* Custom CSS for DataTable search box */
.table-responsive {
    max-height: 500px; /* Set the desired max height */
    /*overflow-y: auto;*/ /* Enable vertical scrolling */
    /*overflow-x: auto;*/ /* Enable horizontal scrolling */
}
/* General Toastr Styles */
.toast {
    font-size: 1.5rem; /* Increase font size */
    padding: 20px; /* Increase padding */
    border-radius: 8px; /* Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    
}

/* Success Notification Styles */
.toast-success {
    background-color: #28a745 !important; /* Green background for success */
    color: white !important; /* White text */
}

/* Error Notification Styles */
.toast-error {
    background-color: #dc3545 !important; /* Red background for error */
    color: white !important; /* White text */
}

/* Info Notification Styles */
.toast-info {
    background-color: #17a2b8 !important; /* Blue background for info */
    color: white !important; /* White text */
}

/* Warning Notification Styles */
.toast-warning {
    background-color: #ffc107 !important; /* Yellow background for warning */
    color: black !important; /* Black text */
}

/* Close Button Styles */
.toast-close-button {
    color: white !important; /* White close button */
    font-size: 1.2rem; /* Increase close button size */
}
