@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: 'Source Sans 3', sans-serif;
    background: #F8F9FA;
    color: #212529;
    margin: 0;
    padding: 0;
}

.navbarBG {
    background-color: var(--bs-success-bg-subtle);
}

.navbar {
    /* background: linear-gradient(90deg, #004085 0%, #002752 100%); */
    background: #002855;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    padding: 0.5rem 1rem;
}

.extra-small {
    font-size: 15px;
}

.fa-user {
    color: #002855;
}

.navbar .nav-link {
    color: #e9ecef;
    font-size: 14px;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-brand {
    color: #fff !important;
    font-weight: 700;
    font-size: 1.4rem;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background: rgba(255, 255, 255, 0.35);
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.3s ease;
}

.custom-select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wtf {
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 5px;
}

.login {
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 8px;
}

.form-control {
    height: 50px;
    /* background: rgba(255, 255, 255, 0.35); */
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-control::placeholder {
    font-size: 14px;
    color: #6c757d;
}

.form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

table.table.dataTable> :not(caption)>*>* {
    background-color: var(--bs-table-bg);
}

.bbtn {
    text-align: left;
    width: 100%;
    border: 0;
    padding: 10px 20px;
    transition: background-color 0.45s ease, color 0.45s ease;
    border-radius: 5px;
    font-size: 15px;
    background-color: transparent;
    color: #212529;
    cursor: pointer;
}

.bbtn:hover {
    background: rgb(73, 73, 73);
    color: #fff;
}

.dashBar {
    width: 23.5%;
    height: 100px;
    border-radius: 10px;
    border: 1px solid rgba(240, 241, 243, 0.7);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}



/* .dashBar-full {
    border-radius: 15px;
    border: 1px solid rgba(231, 234, 243, 0.7);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
} */



.card-title {
    font-size: 21px;
    font-weight: 600;
    color: #212529;
}

.card {
    border-radius: 15px !important;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.table-clear-bg {
    background-color: transparent !important;
}

.table-clear-bg thead,
.table-clear-bg tbody,
.table-clear-bg tr,
.table-clear-bg td,
.table-clear-bg th {
    background-color: transparent !important;
}

.table-clear-bg tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.card-header {
    border: 1px solid var(--bs-success-subtle);
    border-radius: 14px 14px 0 0 !important;
    color: #666;
    background-color: #002855;
}

.container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* General smooth transitions */
input,
select,
button {
    transition: all 0.3s ease;
}

.btn-primary {
    background: #002855;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    color: #fff;

}

.btn-primary:hover {
    background: #00152e;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    color: #fff;

}

.acc-btn {
    background: #002855;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.acc-btn:hover {
    background: #15003b;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem;
    height: 50px;
}

.text-sort {
    color: #002855;

}

th.sortable {
    cursor: pointer;
    user-select: none;
}

.sort-icon {
    font-size: 0.8rem;
    margin-left: 5px;
    color: #999;
}

th.sortable.active-asc .sort-icon::after {
    content: "▲";
    color: #000;
}

th.sortable.active-desc .sort-icon::after {
    content: "▼";
    color: #000;
}

#vitCollapser {
    width: 1000px !important;
}




.opps {
    height: 20px;
}

#vitValsContent .card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#vitValsContent table td {
    vertical-align: middle;
}

#vitValsContent table td:last-child {
    font-weight: 600;
    text-align: center;
}

#vitValsContent p {
    font-size: 0.9rem;
}

:root {
    --bg-color: #f0f2f5;
    --card-bg: #ffffff;
    --text-color: #333333;
    --placeholder-color: #8f9298;
    --border-color: #dddddd;
    --accent-color: rgb(0, 40, 85);
    --button-hover: #0069d9;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --font-family: 'Inter', sans-serif;
}

.login-container {
    width: 100%;
    /* No max-width here allows it to take up the available space for centering */
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.login-form {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 2.5rem;
    width: 100%;
    max-width: 750px;
    height: auto;
    box-shadow: 0 10px 25px var(--shadow-color);
}

.login-header {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--accent-color);
}

.login-header i {
    margin-right: 0.75rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.form-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input::placeholder {
    color: var(--placeholder-color);
}

.form-group input:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

.login-btn {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    background-color: var(--accent-color);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.login-btn:hover {
    background-color: var(--button-hover);
    transform: translateY(-2px);
}