﻿
body.page-loading,
body.page-loading * {
    cursor: wait !important;
}

/* Hide the asp-validation-summary alert when ModelState has no errors.
   ASP.NET Core's jQuery Validation Unobtrusive adds .validation-summary-valid
   when the form is clean and .validation-summary-errors when it isn't —
   without this rule the .alert-danger styling shows as an empty pink banner
   on every Edit/Create form. */
.alert.validation-summary-valid {
    display: none;
}

.login-body {
    height: 100%;
    background-image: url("../img/bg.png");
    background-position: center;
    background-size: cover;
}

html, body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    /* Phase 24-01: removed `min-width: 1280px !important;` to enable responsive baseline. */
}

.clickable {
    cursor: pointer;
}

.notclickable {
    cursor: none;
}

a {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits text color from parent */
    display: contents; /* Allows nested elements to behave as if there's no <a> tag */
}

.form-signin {
    padding: 1rem;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.signinCont {
    padding: 190px 0;
}

.signinT1 {
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-top: 50px;
    font-size: 20px;
    padding-bottom: 10px;
}

.signinT2 {
    font-size: 80px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    padding-top: 20px;
}

.card {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 16px;
}



.signinCard {
    max-width: 430px;
    margin: 0 auto;
    font-family: "Rajdhani", serif;
}

    .signinCard h1 {
        font-weight: 700 !important;
        font-size: 30px;
    }

.signinCard {
    text-align: center;
}

.innerCont {
    width: 100%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.signinBoxSubText {
    text-align: left;
    padding-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

// Tom select
.ts-control .placeholder,
.ts-control input::placeholder {
    color: inherit !important;
    opacity: 1 !important;
}

#addlistofservicecodes-ts-control::placeholder {
    color: inherit !important;
    opacity: 1 !important;
}

.form-floating {
    margin-bottom: 10px;
}

    .form-floating > .form-select {
        padding-top: 0;
        padding-bottom: 0;
    }

.btnSignIn {
    font-weight: 700;
    font-size: 18px;
}

.pwdFloat {
    position: absolute;
    right: 0;
}

    .pwdFloat .pwdForgot {
        margin-top: -50px;
        margin-right: 20px;
    }

        .pwdFloat .pwdForgot a {
            font-weight: 700;
            text-decoration: none;
        }


.footer {
    text-align: center;
    background-color: #fff;
    padding: 30px 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
}

.footerDash {
    text-align: center;
    background-color: #fff;
    padding: 30px 10px;
    height: 80px;
}

.copyright {
    font-weight: 700;
}

/* Merge */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast-message {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: fade-in 0.3s ease-out;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Dashboard */
.container-urgentchart {
    max-width: 1500px;
}

.container-worklists {
    height: 100vh;
}

.container-reports {
    height: 100vh;
}


.container-scheduling {
    height: 100vh;
}

.container-xxl {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 1800px;
    text-align: left;
    min-width: 1257px !important;
}

.dashboard-main {
    background-color: #f4f4f4;
    height: 100vh !important;
}

.app-logo {
    width: 200px;
    margin-right: 30px;
    margin-left: 30px;
}

.nav-main {
    color: #333;
    font-weight: 700;
}

    .nav-main li {
        padding: 0px 8px 0px 8px;
    }

.nav-link {
    border-bottom: 20px 0px;
}

    .nav-link.active {
        border-bottom: 6px solid #88D8EA;
    }

.nav-link-reports {
    padding: 0px 16px 0px 16px;
}

.search-dashboard {
    max-width: 612px;
    height: 64px;
    margin: 0 auto;
    position: relative;
}

    .search-dashboard input {
        height: 48px;
        border: 3px solid #333;
        border-radius: 200px;
        padding-left: 64px;
    }

    .search-dashboard .search-icon {
        position: absolute;
        margin-top: -36px;
        margin-left: 30px;
    }

        .search-dashboard .search-icon i {
            font-size: 24px;
            user-select: none;
        }

.subdash {
    margin-top: 30px;
    margin-bottom: 30px;
}

.subdash-schedule {
    margin-bottom: 0px;
}

.schedule-card {
    margin-top: 40px;
}

.schedule-dateinput {
    width: 234px;
}

.search-small {
    margin: 8px 0px 0px 0px;
}

    .search-small input {
        height: 46px;
    }

    .search-small .search-icon {
        margin-top: -35px;
    }

.data-dashboard {
    padding: 0px 10px;
}

.card-header-dash {
    border-bottom: 1px solid #bbb;
    padding-bottom: 9px;
}

    .card-header-dash span {
        border-bottom: 6px solid #88d8ea;
        font-size: 24px;
        padding-bottom: 6px;
        font-weight: 700;
    }

.tbl-dash-card {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

    .tbl-dash-card th {
        color: #fff;
        font-weight: 700;
        padding: 5px 10px;
    }

    .tbl-dash-card td {
        font-weight: 700;
        padding: 5px 10px;
        vertical-align: middle !important;
    }

    .tbl-dash-card .alternate td {
        background-color: #f0f3f6;
        vertical-align: middle !important;
    }

    .tbl-dash-card .btnCol {
        width: 130px;
    }

    .tbl-dash-card .btnCol2 {
        text-align: center;
    }

    .tbl-dash-card .btn {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

        .tbl-dash-card .btn:hover {
            background-color: #333;
        }

    .tbl-dash-card .thBlue th {
        background-color: #329dff;
    }

    .tbl-dash-card .thPurple th {
        background-color: #6e82d9;
    }

    .tbl-dash-card .checkin {
        text-align: center;
        padding: 6px;
    }

        .tbl-dash-card .checkin i {
            color: #42d50f;
            font-size: 20px;
        }

.table-striped tr:nth-child(even) {
    background-color: #f2f2f2;
}

.btnViewAll {
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    padding: 6px 20px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none !important;
}

    .btnViewAll:hover {
        background-color: #333;
    }

.firstPartDash {
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.iconcard {
    flex: 1;
    padding: 0;
    flex-basis: 44%;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .iconcard .purplecard {
        background: #6F86D6;
        background: linear-gradient(0deg,rgba(111, 134, 214, 1) 0%, rgba(102, 110, 232, 1) 100%);
    }

    .iconcard .redcard {
        background: #B63563;
        background: linear-gradient(0deg,rgba(182, 53, 99, 1) 0%, rgba(239, 10, 106, 1) 100%);
    }

    .iconcard .bluecard {
        background: #2A5DAB;
        background: linear-gradient(0deg,rgba(42, 93, 171, 1) 0%, rgba(30, 159, 242, 1) 100%);
    }

    .iconcard .greencard {
        background: #28CFB3;
        background: linear-gradient(0deg,rgba(40, 207, 179, 1) 0%, rgba(114, 215, 204, 1) 100%);
    }

    .iconcard .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 100%;
        border-radius: 16px 0 0 16px;
    }

    .iconcard .leftpart {
        width: 50%;
        border-radius: 16px 0 0 16px;
        text-align: center;
    }

        .iconcard .leftpart img {
            vertical-align: middle;
            padding: 26px 0;
        }

    .iconcard .rightpart {
        text-align: right;
        font-weight: 700;
        padding-right: 15px;
    }

    .iconcard .count {
        font-size: 60px;
        line-height: 1.1;
        padding-top: 16px;
    }

    .iconcard .subCount {
        font-size: 16px;
    }

.dashLinks {
}

    .dashLinks a {
        text-decoration: none;
        color: #333;
    }

    .dashLinks .dashLink {
        margin: 14px 0;
    }

    .dashLinks .dashlinkIcon {
        background: #48C6EF;
        background: linear-gradient(0deg,rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50px;
        vertical-align: middle;
    }

        .dashLinks .dashlinkIcon:hover {
            background: linear-gradient(0deg,rgba(111, 134, 214, 1) 0%, rgba(72, 198, 239, 1) 100%);
        }

    .dashLinks .dashlinkText {
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        padding-left: 6px;
    }

.dashLink {
}

    .dashLink .dashlinkIcon {
        text-align: center;
    }

    .dashLink i {
        color: #fff;
        margin-top: 12px;
    }

.dashboard-icon {
    font-size: 1.2rem;
}

.dashboard-icon2 {
    font-size: 1.5rem;
}

.clockcard {
    margin-bottom: 20px;
    background: #84F5DE;
    background: linear-gradient(0deg,rgba(132, 245, 222, 1) 0%, rgba(86, 232, 242, 1) 50%, rgba(76, 197, 248, 1) 100%);
    padding: 0;
}

    .clockcard .clockcardCont {
        margin: 20px;
    }

    .clockcard .dashClock {
        width: 206px;
        height: 206px;
        background: url('../img/dashboard_clock.png') no-repeat;
        color: #fff;
        padding-top: 26px;
        text-align: center;
        font-weight: bold;
    }

        .clockcard .dashClock .dashClockHR {
            text-align: right;
            font-size: 54px;
            font-weight: 700;
        }

        .clockcard .dashClock .dashClockMin {
            font-size: 54px;
            font-weight: 700;
        }

        .clockcard .dashClock .dashClockDate {
            text-align: right;
            font-size: 24px;
            font-weight: 700;
        }

        .clockcard .dashClock .dashClockDay {
            font-size: 24px;
            font-weight: 700;
        }

        .clockcard .dashClock .dashClockMonthYear {
            font-size: 18px;
            font-weight: 400;
            text-align: center;
            padding-left: 20px
        }

.hours-minutes {
    margin-right: 0px;
    margin-top: 0px;
}

.day-month {
    margin-right: 5px;
    margin-top: -10px;
}

.wRoom {
}

    .wRoom .wRoomTime {
        font-size: 16px;
    }

        .wRoom .wRoomTime span {
            font-size: 40px;
            font-weight: 700;
            padding-right: 10px;
        }

    .wRoom .wRoomBtn {
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

        .wRoom .wRoomBtn span {
            max-width: 88px;
            text-align: center;
            margin-left: 35px;
        }

.wrTable {
    width: 100%;
}

    .wrTable table {
        width: 100%;
        font-weight: 600;
    }

        .wrTable table th {
            background-color: #fff;
        }

        .wrTable table th, .wrTable table td {
            padding: 5px 10px;
        }

    .wrTable .center {
        text-align: center;
    }

    .wrTable .pName {
        width: 50%;
    }

    .wrTable .alternate {
        background-color: #b6ffff;
    }

.wRoom h5 {
    margin-bottom: 0;
}

.bigIcons {
    color: #fff;
    font-size: 56px;
    margin: 36px 0;
}

.green {
    background-color: green;
}

.green2 {
    background-color: #42d610;
}

.red {
    background-color: red;
}

.orange {
    background-color: #ff9024;
}

.blue {
    background-color: #3183cf;
}

.blue2 {
    background-color: #1f9bed;
}

.blue3 {
    background-color: #329dff;
}

.purple {
    background-color: #6e82d9;
}

.header-avatar {
    color: #3f66a0;
    font-size: 1.8em;
    float: left;
}

.header-userName {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.header-userName-link {
    color: inherit;
    text-decoration: none;
}

.header-userName-link:hover {
    text-decoration: underline;
    color: inherit;
}

.header-logout {
    font-size: 1.4em;
    color: #3f66a0;
    margin-left: 10px;
}

.header-separator {
    margin: 0px 0px 0px 10px;
}

.btn-success {
    background-color: #329DFF;
    border-color: #3bafc6;
    font-weight: 600;
}

    .btn-success:hover {
        background-color: #333333;
        color: white;
    }

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.status-charted {
    display: inline-block;
    background-color: green;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
}

.status-closed {
    display: inline-block;
    background-color: green;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
}

.status-checkedin {
    display: inline-block;
    background-color: mediumaquamarine;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-inobservation {
    display: inline-block;
    background-color: mediumaquamarine;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-cancelled {
    display: inline-block;
    background-color: indianred;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-voided {
    display: inline-block;
    background-color: darkgray;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-pending {
    display: inline-block;
    background-color: #ff9024;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
    margin-top: 8px;
}

.status-review {
    display: inline-block;
    background-color: #ff9024;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-requested {
    display: inline-block;
    background-color: #ff9024;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-assigned {
    display: inline-block;
    background-color: #ff9024;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-chartsigned {
    display: inline-block;
    background-color: #3183cf;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-signed {
    display: inline-block;
    background-color: #3183cf;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-received {
    display: inline-block;
    background-color: #C3E6CB;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-open {
    display: inline-block;
    background-color: #C3E6CB;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-collected {
    display: inline-block;
    background-color: #FFD966;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-inroom {
    display: inline-block;
    background-color: orange;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-toreview {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-refunded {
    display: inline-block;
    background-color: orange;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-updated {
    display: inline-block;
    background-color: orange;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-inprogress {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-generated {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-overpaid {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-paidpartial {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-filed {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-autofiled {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-submitted {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-updated {
    display: inline-block;
    background-color: #FFA07A;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-scheduled {
    display: inline-block;
    background-color: dodgerblue;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-notfiled {
    display: inline-block;
    background-color: dodgerblue;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-charged {
    display: inline-block;
    background-color: dodgerblue;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-created {
    display: inline-block;
    background-color: dodgerblue;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
    margin-top: 8px;
}

.status-senttolab {
    display: inline-block;
    background-color: orange;
    color: black;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
    margin-top: 8px;
}

.status-unscheduled {
    display: inline-block;
    background-color: dimgrey;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-ordered {
    display: inline-block;
    background-color: darkslategrey;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-completed {
    display: inline-block;
    background-color: green;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-checkedout {
    display: inline-block;
    background-color: green;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-paid {
    display: inline-block;
    background-color: green;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-paidpartial {
    display: inline-block;
    background-color: lightseagreen;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-removed {
    display: inline-block;
    background-color: darkgray;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
    margin-top: 8px;
}

.status-cancelled {
    display: inline-block;
    background-color: darkgray;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-expired {
    display: inline-block;
    background-color: darkgray;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-denied {
    display: inline-block;
    background-color: darkred;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-rejected {
    display: inline-block;
    background-color: darkgray;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.status-empty {
    display: inline-block;
    background-color: darkgray;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

/* Appointment request status: queued */
.status-queued {
    display: inline-block;
    background-color: #ff9024;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

/* Appointment request status: accepted */
.status-accepted {
    display: inline-block;
    background-color: green;
    color: white;
    padding: 6px 0px 6px 0px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}

.checkin-icon {
    color: green;
    font-size: 1.2em;
}

.navigation-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    background-color: white;
}

.main-content {
    margin-top: 70px;
    min-width: 1278px;
}

.welcome-branding {
    padding-left: 140px;
}

.visit-separator {
    border: 0;
    border-top: 4px solid dodgerblue;
    margin: 10px 30px;
}

.register-card {
    height: 184px;
}

    .register-card .user-pic {
        max-width: 150px;
        font-size: 5em;
        padding: 0px 0px 0px 30px;
    }

    .register-card .user-reg-det {
        /*margin-top: 10px;*/
    }

.register-flex {
    display: flex;
    align-items: stretch;
}

.register-card-box {
    flex-basis: 45%;
    margin: 0 10px;
    flex-grow: 5;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.8;
    color: #fff;
    height: 184px;
}

    .register-card-box i {
        text-align: right;
        font-size: 80px;
        width: 100%
    }

.profile-pic {
    max-width: 100px;
    height: auto;
}


.patdash {
    background: #32B7B6;
    background: linear-gradient(0deg,rgba(50, 183, 182, 1) 0%, rgba(53, 129, 165, 1) 49%, rgba(66, 83, 137, 1) 100%);
}

    .patdash .patdashicon {
        color: #aeffae;
        /*display: block;*/
    }

.clinsum {
    background: #666EE8;
    background: linear-gradient(0deg,rgba(102, 110, 232, 1) 0%, rgba(111, 134, 214, 1) 100%);
}

    .clinsum .clinsumicon {
        color: #c4e4ff;
        display: block;
    }

.patreg {
    background: #1479C0;
    background: linear-gradient(0deg,rgba(20, 121, 192, 1) 0%, rgba(73, 145, 255, 1) 100%);
}

    .patreg .patregicon {
        color: #32eeff;
    }

.patient-side-card {
    padding: 0;
    margin-bottom: 20px;
}

    .patient-side-card .sc-header {
        padding: 12px 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        border-radius: 16px 16px 0 0;
    }

    .patient-side-card .sc-body {
        padding: 20px;
        border-radius: 0 0 20px 20px;
    }

    .patient-side-card .sc-label {
        font-size: 14px;
        padding: 5px 10px;
    }

    .patient-side-card .sc-val {
        font-size: 14px;
        font-weight: 700;
        padding: 5px 10px;
    }

    .patient-side-card .sc-text {
        font-size: 14px;
        padding: 0px 10px 0px 0px;
        margin-bottom: 10px
    }

    .patient-side-card .sc-icon {
        font-size: 1.4em;
        padding: 5px 10px;
    }

.sc-header-alerts {
    background-color: #eb303f;
}

.sc-header-diagnoses {
    background-color: #276ebd;
}

.sc-header-medications {
    background-color: #329dff;
}

.sc-header-allergies {
    background-color: #276ebd;
}

.sc-header-procedures {
    background-color: #329dff;
}

.sc-header-socialhistory {
    background-color: #276ebd;
}

.sc-header-identification {
    background-color: #276ebd;
}

.sc-header-insurance {
    background-color: #329dff;
}

.sc-header-contact {
    background-color: #276ebd;
}

.sc-header-information {
    background-color: #329dff;
}

.sc-header-documents {
    background-color: #276ebd;
}

.sc-header-forms {
    background-color: #329dff;
}

.editheader {
    position: absolute;
    color: #fff;
    right: 0;
    font-size: 20px;
    margin: 12px 12px 0 0;
    cursor: pointer;
}


.patsc {
    margin: 20px 0 30px 0;
}

    .patsc .patsclabel {
        font-weight: 500;
        margin-top: 8px;
    }

    .patsc .patscinner {
        padding: 5px 0;
    }

    .patsc .patscblanktop {
        margin-top: 50px;
    }


.patscbutton {
    text-align: right;
    margin-bottom: 30px;
}

    .patscbutton .btn {
        max-width: 300px;
    }

.odb0 {
    width: 120px;
}

.odb1 {
    width: 80px;
}

.odb2 {
    width: 150px;
}

.odb3 {
    width: 200px;
}

.odb4 {
    width: 90px;
}

.odb5 {
    width: 240px;
}

.odb6 {
    width: 160px;
}

.checkin2 {
    color: #157dc3;
    font-size: 24px;
}

.cardNav {
    margin-bottom: 40px;
}

.navigator_menu {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

    .navigator_menu a {
        text-decoration: none;
        color: #333;
    }

    .navigator_menu li:hover {
        background-color: #f2f2f2;
    }

    .navigator_menu li {
        list-style: none;
        padding: 10px 20px;
        cursor: pointer;
    }

    .navigator_menu .active, .navigator_menu .active:hover {
        background-color: #c9f1fa;
    }

.worklist-filters {
    display: flex;
    padding-top: 20px;
}

    .worklist-filters .form-select, .worklist-filters .form-control {
        width: auto;
        margin-right: 10px;
    }

.taskWorklistTBL {
    font-size: 12px;
    width: 100%;
}

    .taskWorklistTBL th {
        font-size: 14px;
    }

    .taskWorklistTBL a {
        font-size: 14px;
    }

    .taskWorklistTBL i {
        font-size: 24px;
        margin: 0 5px;
    }

.clinicalSummaryTBL {
    font-size: 20px;
    width: 100%;
}

    .clinicalSummaryTBL th {
        font-size: 22px;
    }

    .clinicalSummaryTBL a {
        font-size: 16px;
    }

    .clinicalSummaryTBL i {
        font-size: 24px;
        margin: 0 5px;
    }

.clinicalSummaryEqualCols {
    table-layout: fixed;
    width: 100%;
}

    .clinicalSummaryEqualCols th,
    .clinicalSummaryEqualCols td {
        width: 50%;
    }

.clinical-summary-pdf-title {
    font-size: 24px;
    font-weight: bold;
}

.clinical-summary-pdf-subtitle {
    font-size: 22px;
    font-weight: bold;
}

.patientEmb_Gray {
    display: inline-block;
    margin-top: 5px;
    background-color: #747d85;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    vertical-align: top;
}

.patientEmbDet {
    display: inline-block;
}

.appointmentsHead {
}

    .appointmentsHead h5 {
        padding-right: 30px;
        margin-top: 5px;
        cursor: pointer;
    }

    .appointmentsHead i {
        margin: 0 10px;
        cursor: pointer;
    }

.apptBtn {
    margin-top: 6px;
}

    .apptBtn span {
        padding: 10px 40px;
        font-size: 14px;
    }

.cardtemp {
    flex-basis: 27%;
    width: 200px;
    background: #1479C0;
    background: linear-gradient(0deg,rgba(20, 121, 192, 1) 0%, rgba(73, 145, 255, 1) 100%);
}

    .cardtemp .cardtempicon {
        color: #32eeff;
    }

.cardbpm {
    flex-basis: 27%;
    width: 200px;
    background: #014575;
    background: linear-gradient(0deg,rgba(1, 69, 117, 1) 0%, rgba(7, 135, 234, 1) 100%);
}

    .cardbpm .cardbpmicon {
        color: #ddf0ff;
    }

.vitals-card-alert {
    background: #d9534f !important;
    background: linear-gradient(0deg, rgba(217, 83, 79, 1) 0%, rgba(195, 60, 55, 1) 100%) !important;
}

    .vitals-card-alert .cardtempicon,
    .vitals-card-alert .cardbpmicon,
    .vitals-card-alert .mmhgicon {
        color: #fff !important;
    }

.vitals-badge-warning {
    border: 2px solid #f0ad4e;
}

.vitals-badge-stale {
    border: 2px solid #d9534f;
    opacity: 0.7;
}

.mmhg {
    background: #666EE8;
    background: linear-gradient(0deg,rgba(102, 110, 232, 1) 0%, rgba(111, 134, 214, 1) 100%);
}

    .mmhg .mmhgicon {
        color: #c4e4ff;
    }

.pcBig {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}

.pcSmall {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.progresscard {
    padding: 0;
}

    .progresscard .progresspatient {
        padding: 20px;
    }

    .progresscard .inprogress {
        border-radius: 0 20px 20px 0;
        background: #38EBBA;
        background: linear-gradient(0deg,rgba(56, 235, 186, 1) 0%, rgba(111, 177, 210, 1) 100%);
        color: black;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        height: 183px;
        text-align: center;
    }

.inprogress-datetime {
    font-size: 14px;
}

.sc-inbetween {
    background-color: #f4f4f4;
    padding: 10px;
    font-weight: 500;
}

.sc-inbetween {
}


.allergy {
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 15px;
}

.chartnotesinner {
    padding-top: 20px;
}

    .chartnotesinner select {
        width: 300px;
    }

    .chartnotesinner textarea {
        width: 100%;
        height: 400px;
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        font-size: 16px;
        resize: none;
        margin-top: 10px;
    }

.chart-navigator {
    margin-top: 48px;
}

.chart-signbtn {
    margin-top: 48px;
}

.disabled {
    color: gray;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.chart-updatebtn {
    float: right;
}

.macrodrop {
    float: right;
}

.subchartnote {
    margin: 20px 0;
}

    .subchartnote i {
        text-align: right;
        font-size: 22px;
        float: right;
        cursor: pointer;
    }

.chartdoctor {
    padding: 10px 30px;
    font-weight: 700;
    width: auto;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 6px;
}

.chartai {
    padding: 5px 10px 5px 10px;
    font-weight: 700;
    width: auto;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    display: inline-block;
    margin-right: 20px;
}

.activechartbtn {
    background-color: #0cbcf5;
    color: #fff;
}

.chartdoctor i {
    color: #0cbcf5;
    margin-right: 10px;
}

.activechartbtn i {
    color: #fff;
}

.patient-icon-text {
    padding-bottom: 8px;
}

.patform-label {
    font-weight: 500;
}

.patient-separator {
    font-size: 24px;
    font-weight: 700;
    text-align: Left;
    margin: 10px 0px 0px 0px;
    color: darkslategrey;
}

.patient-section-separator {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: darkslategrey;
    text-decoration: underline;
}

.required {
    color: red;
    font-size: 0.8em;
}

.newreg-icon {
    font-size: 2.6rem;
    color: green;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding: 0px 0px 0px 0px;
}

    .newreg-icon button {
        all: unset;
    }


.newpolicy-icon {
    font-size: 1.6rem;
    color: green;
    display: flex;
    justify-content: flex-end;
    float: right;
    padding: 0px 0px 0px 0px;
}

.policy-verification-icon {
    font-size: 1.6rem;
    color: green;
    display: flex;
    justify-content: flex-end;
    float: right;
    padding: 0px 0px 0px 0px;
}

.newreg-icon button {
    all: unset;
}

.newreg-icon-dashboard {
    padding: 10px 0px 0px 0px;
}

.newpolicy-icon-dashboard {
    padding: 10px 0px 0px 0px;
}

.admin-plus-icon {
    font-size: 2.6rem;
    color: green;
    text-align: right;
    padding: 0px 30px 0px 0px;
}

.patient-dashboard-plus-icon {
    font-size: 1.8rem;
    float: right;
    color: green;
    text-align: right;
    padding: 0px 30px 0px 0px;
}

.schedule-column-plus-icon {
    font-size: 1.6rem;
    color: green;
    text-align: left;
    padding: 0px 0px 0px 10px;
}

.patient-registration-card {
    margin-bottom: 20px;
}

.worklist-card {
    margin-bottom: 20px;
}

.scheduling-card {
    margin-bottom: 20px;
}

.patient-insurance-card {
    margin-bottom: 20px;
    min-height: 1200px;
}

.autocomplete-suggestions {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    z-index: 995;
    max-height: 400px;
    overflow-y: auto;
    width: 457px;
}

    .autocomplete-suggestions .suggestion-item {
        padding: 8px 12px;
        cursor: pointer;
        display: block;
        white-space: nowrap;
    }

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

    .suggestion-item:hover {
        background-color: #F0F7FF;
        color: black;
        font-weight: 700;
    }

    .suggestion-item .primary {
        font-weight: 600; /* bold name */
        font-size: 14px;
        margin-bottom: 4px;
    }

    /* Secondary details */
    .suggestion-item .secondary {
        font-size: 12px;
        color: #555;
        border-top: 1px solid #ddd;
        padding-top: 4px;
        margin-top: 4px;
    }


.autocomplete-insurance-carrier-suggestions {
    width: 403px;
}

.schedulingTBL {
    font-size: 12px;
    margin-top: -50px;
}

    .schedulingTBL th {
        text-align: center;
        width: 16%;
    }

    .schedulingTBL td {
        text-align: left;
        width: 16%;
        height: 160px;
    }

    .schedulingTBL tr:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
    }

    .schedulingTBL .th-head {
        border-bottom: 0 !important;
    }

.scheduling-date {
    float: right;
}

.schedule-timelabel {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.appointment-card-plus {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center */
    background-color: #F2F2F2;
    border-radius: 16px;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    height: 140px;
}

    .appointment-card-plus i {
        font-size: 64px;
        color: darkgrey;
        text-align: center;
    }

.appointment-card {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-height: 150px;
}

    .appointment-card .appt-name {
        font-weight: 600;
        font-size: 1rem;
    }

    .appointment-card .appt-id {
        font-size: 0.85rem;
        color: #666;
    }

    .appointment-card .appt-reason {
        margin-top: 0px;
        font-style: italic;
        color: #333;
    }

    .appointment-card .appt-time {
        margin-top: 4px;
        font-weight: 600;
        color: #0078D4;
        float: right;
    }

    .appointment-card .appt-status {
        margin-top: 4px;
        font-weight: 600;
        color: #0078D4;
        float: left;
    }

    .appointment-card .appt-icon {
        font-size: 1em;
        text-align: right;
        color: grey;
    }

.card-header-band {
    height: 12px;
    background-color: #4CAF50;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: -12px -12px 8px -12px;
}

.chb-scheduled {
    background-color: dodgerblue;
}

.chb-unscheduled {
    background-color: dimgrey;
}

.chb-cancelled {
    background-color: red;
}

.chb-arrived {
    background-color: lightgoldenrodyellow;
}

.chb-inroom {
    background-color: darkorange;
}

.chb-charted {
    background-color: green;
}

.chb-chartsigned {
    background-color: #3183cf;
}

.chb-checkedout {
    background-color: green;
}

.chb-checkedin {
    background-color: mediumaquamarine;
}

.chb-awaiting-clearance {
    background-color: #f0a500;
}

.schedule-header {
    font-size: 18px;
    font-weight: 600;
    background-color: transparent !important;
}

    .schedule-header span {
        color: black;
    }

    .schedule-header .appt-hd-cont {
        background-color: #e7f8ff;
        border-radius: 20px;
        box-shadow: 0 0 10px #888888;
        padding: 10px 0;
    }

.sticky-sched {
    position: sticky;
    top: 74px;
    padding: 10px;
    z-index: 899;
}

.patient-checkbox {
    margin-top: 10px !important;
}

.patient-card {
    padding: 0px 20px 0px 20px;
}

.patient-delete-icon {
    font-size: 1.4em;
    text-align: right;
    margin: 10px 0px 0px 0px;
    color: grey;
}

.reportshead, .reportshead select {
    font-size: 14px;
}

    .reportshead label {
        margin: 14px 10px 0 0;
    }

    .reportshead .apptBtn span {
        margin-right: 10px;
    }

.report-summary {
    padding: 20px 0;
}

.reportTabActive {
    color: #329dff !important;
    font-weight: bold;
}

.reportTabInactive {
    color: black !important;
    font-weight: normal;
}

.toggleBtn {
    border-radius: 20px;
    cursor: pointer;
    background-color: #777;
    border-radius: 20px;
    max-width: 180px;
    text-align: center;
    padding: 2px 10px;
    color: #fff;
}

.reportTabs {
    margin-bottom: 20px;
}

.panel-tile {
    background-color: #ffffff;
    border-radius: 0.5rem;
    transition: box-shadow 0.2s;
    cursor: pointer;
    padding: 20px;
}

.panel-icon {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    display: inline-block;
    max-width: 100px;
    width: 50px;
    margin-right: 20px;
    line-height: 1;
}

.panel-label {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
}

    .panel-label ul {
        padding-left: 5px;
        width: 100%;
    }

    .panel-label li::before {
        content: '▶ ';
        left: 0px;
    }

    .panel-label li {
        list-style: none;
        padding: 4px;
    }

        .panel-label li:hover {
            background-color: #edfcfd;
        }

            .panel-label li:hover a {
                text-decoration: underline;
            }

.panel-tile-side {
    font-size: 14px;
    padding-top: 10px;
}

    .panel-tile-side .panel-tile {
        padding: 5px 20px;
    }

    .panel-tile-side h4 {
        font-size: 16px;
    }

    .panel-tile-side .panel-label ul {
        padding-left: 0;
        width: 100%;
        font-weight: 400;
    }

    .panel-tile-side .panel-label li {
        font-size: 14px;
        padding: 0;
    }

        .panel-tile-side .panel-label li::before {
            content: none;
        }

    .panel-tile-side .panel-label li {
        content: none;
    }

    .panel-tile-side .panel-label .active-li {
        background-color: #edfcfd;
    }

    .panel-tile-side .panel-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
        display: inline-block;
        max-width: 40px;
        width: 100%;
        margin-right: 10px;
        line-height: 1;
        text-align: center;
    }

    .panel-tile-side .panel-label {
        width: 75%;
    }

.cp-container {
    padding: 10px;
}


.text-green {
    color: green;
}

.text-green2 {
    color: #42d610;
}

.text-red {
    color: red;
}

.text-red2 {
    color: #9a194a;
}

.text-orange {
    color: #ff9024;
}

.text-blue {
    color: #3183cf;
}

.text-blue2 {
    color: #1f9bed;
}

.text-blue3 {
    color: #329dff;
}

.text-purple {
    color: #6e82d9;
}

.text-grey {
    color: grey;
}

.chart-nav-icon {
    float: right;
    font-size: 1.2em;
    color: grey;
}

.chart-comment-icon {
    color: red;
}

.chart-vitals-icon {
    display: inline-block;
    float: right;
    font-size: 2.5em;
    color: green;
    margin: 0px 20px 0px 0px;
}

.chart-physicians-icon {
    display: inline-block;
    font-size: 2.5em;
    color: green;
    margin: 0px 20px 0px 0px;
}

.chart-orders-icon {
    display: inline-block;
    float: right;
    font-size: 2.5em;
    color: #0CBCF5;
    margin: 0px 20px 0px 0px;
}

.chart-vitals {
    margin-top: 10px;
}

.chart-sidebar-icon {
    font-size: 1.4em;
    float: right;
}

.chart-summary-icon {
    font-size: 1.4em;
    color: green;
}

.form-label {
    font-weight: 600;
}

.allergies-text {
    font-size: 14px;
    padding: 5px 10px
}

/* Header Styles */
header {
    min-width: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

    header .container-xxl {
        min-width: auto;
    }

    header .app-logo {
        max-width: 180px;
        height: auto;
    }

    header .navbar-toggler {
        border: 1px solid #6c757d;
        padding: 0.5rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #f8f9fa;
        border-radius: 0.25rem;
        color: #212529 !important;
    }

        header .navbar-toggler:hover {
            background-color: #e9ecef;
        }

        header .navbar-toggler:focus {
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            outline: 0;
        }

    header .nav-main {
        flex-wrap: nowrap !important;
        width: auto !important;
    }

        header .nav-main .nav-link {
            padding: 0.5rem 1rem;
            white-space: nowrap;
            color: #212529 !important;
            font-weight: 500;
            text-decoration: none;
        }

            header .nav-main .nav-link:hover {
                color: #0d6efd !important;
                background-color: transparent;
            }

            header .nav-main .nav-link.active {
                font-weight: 600;
                border-bottom: 2px solid #0d6efd;
                color: #0d6efd !important;
            }

    header .header-avatar,
    header .header-userName,
    header .header-logout {
        white-space: nowrap;
        color: #212529 !important;
    }

        header .header-avatar i,
        header .header-logout i {
            color: #6c757d !important;
            font-size: 1.1rem;
        }

            header .header-logout i:hover {
                color: #0d6efd !important;
            }

    header .header-userName {
        font-size: 0.95rem;
        font-weight: 500;
    }

    header .header-separator {
        margin: 0 0.5rem;
        color: #dee2e6;
    }

/* Mobile Header Styles */
@media (max-width: 991.98px) {
    header {
        min-width: auto !important;
    }

        header .container-xxl {
            min-width: auto !important;
        }

        header .d-flex {
            flex-wrap: wrap !important;
        }

        header .app-logo {
            max-width: 140px;
        }

        header .mobile-user-actions {
            order: 3;
        }

            header .mobile-user-actions .header-avatar i,
            header .mobile-user-actions .header-logout i {
                color: #6c757d !important;
                font-size: 1.2rem;
            }

                header .mobile-user-actions .header-logout i:hover {
                    color: #0d6efd !important;
                }

        header .navbar-collapse {
            width: 100%;
            order: 4;
            background-color: #ffffff !important;
            margin-top: 0.5rem;
            border-top: 1px solid #e9ecef;
        }

        header .nav-main {
            flex-direction: column !important;
            width: 100% !important;
            padding: 0.5rem 0;
        }

            header .nav-main .nav-link {
                padding: 0.75rem 1rem !important;
                border-bottom: 1px solid #e9ecef;
                display: flex !important;
                align-items: center;
                color: #212529 !important;
                font-weight: 500;
                text-decoration: none;
            }

                header .nav-main .nav-link i {
                    color: #6c757d !important;
                    width: 20px;
                }

                header .nav-main .nav-link:hover {
                    background-color: #f8f9fa !important;
                    color: #0d6efd !important;
                }

                    header .nav-main .nav-link:hover i {
                        color: #0d6efd !important;
                    }

                header .nav-main .nav-link.active {
                    background-color: #e7f3ff !important;
                    border-left: 3px solid #0d6efd !important;
                    border-bottom: 1px solid #e9ecef !important;
                    color: #0d6efd !important;
                }

                    header .nav-main .nav-link.active i {
                        color: #0d6efd !important;
                    }

            header .nav-main .nav-item:last-child .nav-link {
                border-bottom: none;
            }

        header .mobile-user-info {
            font-size: 0.875rem;
            color: #6c757d !important;
            background-color: #f8f9fa;
            padding: 0.5rem 0;
        }

            header .mobile-user-info i {
                color: #6c757d !important;
                font-size: 0.875rem;
            }

            header .mobile-user-info span {
                color: #212529 !important;
            }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
    header .app-logo {
        max-width: 160px;
    }
}

/* Override minimum width constraint on smaller devices */
@media (max-width: 1280px) {
    html, body {
        min-width: auto !important;
    }
}

.document-viewer-image {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    height: auto;
    width: auto;
    margin: 50px auto 0px auto;
    object-fit: contain;
}

.document-viewer-button {
    display: block;
    margin: auto;
    width: 10%;
    margin-top: 50px;
}

.font-weight-bold {
    font-weight: bold;
}

.icd10-input {
    width: 658px;
}

.icd10-claim-detail-input {
    width: 425px;
}

.chart-tab .nav-item {
    margin-right: 5px;
}

    .chart-tab .nav-item a {
        padding: 10px 20px;
    }

.chart-tab .tab-content {
    margin-top: 10px;
    padding: 5px;
}

.nav-tabs .nav-link {
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f8f9fa;
}

    .nav-tabs .nav-link.active {
        background-color: #fff;
        font-weight: bold;
    }

.tab-pane {
    border: 1px solid #ccc;
    padding: 15px;
}

.date-nav-icon {
    font-size: 1.8rem;
}

.table-sort-icon {
    font-size: 1rem !important;
    margin: 0px 0px 0px 10px !important;
}

.cpt-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 8px;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    position: relative;
}

    .cpt-autocomplete li {
        padding: 8px 12px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

        .cpt-autocomplete li:hover {
            background-color: #F5F5F5 !important;
        }

        .cpt-autocomplete li:last-child {
            border-bottom: none;
        }

.chart-diagnosis-icon {
    font-size: 16px !important;
}

.unstyled-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: 700;
    text-align: right;
}

.o2bpm {
    flex-basis: 27%;
    width: 200px;
    background: #014575;
    background: linear-gradient(0deg,rgba(1, 69, 117, 1) 0%, rgba(7, 135, 234, 1) 100%);
}

    .o2bpm .cardbpmicon {
        color: #ddf0ff;
    }

.pcreg-card {
    margin-bottom: 0px;
}

.chart-status-icon {
    margin-top: 9px;
}

.patient-dashboard-status-icon {
    margin-top: 23px;
}

.patient-dashboard-action-icon {
    font-size: 1.6em;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 800;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* Hidden by default */
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

    #scrollToTopBtn:hover {
        background-color: #0056b3;
    }

.autocomplete-results {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background: white;
    width: 660px;
    z-index: 1000;
}

.result-item {
    padding: 8px;
    cursor: pointer;
}

    .result-item:hover {
        background-color: #f0f0f0;
    }

.not-selected-button {
    background-color: grey;
}

.claim-checkbox {
    height: 24px;
    width: 24px;
}

.registration-payment-icon {
    color: green;
    font-size: 1.5em;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #0D6EFD;
    color: #fff;
}

.chart-summary-separator {
    margin: 5px 0px 0px 0px;
    border: 2px solid gray;
}

.referral-noye-icon {
    font-size: 1rem;
}

/* BI Dashboard */
.widgets-Cont {
    display: flex;
    flex-wrap: wrap;
}

.widgets2026 {
    flex: 0 0 calc(33.333% - 20px);
    width: 200px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 200px;
}

.widText {
    font-size: 16pt;
}

.list-text-widget1 {
    margin: 0;
    padding: 10px 10px 5px 10px;
}

.list-text-widget2 {
    margin: 0;
    padding: 0px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.list-text-widget {
}

    .list-text-widget .row {
        margin: 0;
        padding: 10px 10px 5px 10px;
        border-bottom: 1px solid #ddd;
    }

        .list-text-widget .row:last-child {
            border-bottom: none;
        }

.wid-body-text .sc-label {
    font-size: 16px;
}

.wid-body-text .sc-val-Carriers {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.wid-body-text .sc-val-CPT {
    font-size: 26px;
    font-weight: 700;
    text-align: right;
}

.wid-body-text .sc-val-Codes {
    font-size: 18px;
    font-weight: 700;
    color: #3f66a0;
}

.widMainText {
    font-size: 40pt;
    color: #fff;
}

.widget_Mtext .widText {
    padding-top: 74px;
}

.alter_wid_Col {
    background-color: #f9f9f9;
}

.textlist-card-box {
    margin: 0 10px;
    height: 180px;
}

.widMainText2 {
    color: #fff9bb;
    font-size: 50px;
}

.widMainText2Sub {
    color: #fff9bb;
    font-weight: 400;
    font-size: 30px;
}


.widget_daily_visits {
    background: #0C2441;
    background: linear-gradient(0deg,rgba(12, 36, 65, 1) 0%, rgba(79, 116, 146, 1) 100%);
}

    .widget_daily_visits .widMainText {
        color: #93f4ff;
    }

.widget_avg_chrg_visit {
    background: #6975DD;
    background: linear-gradient(0deg,rgba(105, 117, 221, 1) 0%, rgba(115, 85, 176, 1) 100%);
}

.widget_avg_chrg .widMainText {
    color: #faefff;
}


.widget_rev_mon_date {
    background: #216383;
    background: linear-gradient(0deg,rgba(33, 99, 131, 1) 0%, rgba(113, 191, 188, 1) 100%);
}

.widget_wait_times {
    background: #FF934C;
    background: linear-gradient(0deg,rgba(255, 147, 76, 1) 0%, rgba(252, 104, 111, 1) 100%);
}

.overlayImgWidget {
    display: block;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    right: 0;
}


.masonry {
    column-count: 3;
    column-gap: 20px;
}

.item_masonry {
    break-inside: avoid;
    margin-bottom: 20px;
    min-height: 200px;
    box-sizing: border-box;
    width: 350px;
    min-width: 200px;
    position: relative;
    display: inline-block;
}


.masonry_card-box {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    height: 180px;
}

.bi-dashboard-timespan {
    font-size: 24px;
    font-weight: 500;
    padding: 0px 30px 0px 0px;
}

.bi-dashboard-code-description {
    font-size: 1rem;
    font-weight: 600;
}

.bi-timespan-icon {
    color: green;
    font-size: 2rem;
}

.bi-dashboard-banner-red {
    background-color: #eb303f;
}

.bi-dashboard-banner-green {
    background-color: #449d59;
}

.bi-dashboard-banner-blue {
    background-color: #288ec9;
}

.form-check-input {
    border-color: black;
    width: 1.1rem;
    height: 1.1rem;
}

.form-check-label {
    font-weight: bold;
}

.bi-report-friendly-filters {
    font-size: 1rem;
    font-weight: 500;
    margin: 5px 0px 0px 0px;
}

.bi-report-column1 {
    min-width: 90px;
}

.bi-manage-filter-icon {
    font-size: 1.5rem;
    margin: 10px 0px 0px 30px;
}

.admin-no-access {
    color: darkgrey;
    cursor: default;
}

.required-highlight {
    color: blue;
}

.required-label {
    color: red;
}

.required-character {
    color: red;
}

.reschedule-dimmed {
    opacity: 0.4;
    pointer-events: none;
}

.notesdiff-scroll {
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fafafa;
    border-radius: 4px;
}

.insurance-results {
    font-weight: 500;
}

.macros-icon {
    font-size: 1.2rem;
    margin: 15px 0px 0px 10px;
}

.macros-name {
    font-size: 1rem;
    font-weight: 500;
    margin: 15px 0px 0px 0px;
}

    .macros-name span {
        font-size: 1rem;
        font-weight: 500;
        margin: 15px 0px 0px 0px;
        border: none;
    }

.macros-li {
    padding: 4px 10px 4px 10px !important;
}

.readonly-locked {
    background-color: #e9ecef;
    pointer-events: none;
    touch-action: none;
}

/* Media classes */
@media (max-width: 1000px) {
    header ul.nav-main {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

@media only screen and (max-width: 1500px) {

    .container-urgentchart {
        max-width: 1360px;
        min-width: 1260px;
    }

    .container {
        min-width: 1260px !important;
    }

    .container-xxl {
        min-width: 1257px;
    }

    .newreg-icon-dashboard {
        padding: 04px 0px 0px 0px;
    }

    .leftcarddash {
        margin-left: 0;
    }

    .dashLinks {
        font-size: 14px;
    }

        .dashLinks .dashlinkIcon {
            width: 30px;
            height: 30px;
        }

    .dashlinks-col {
        padding-right: 0px;
    }

    .wRoom .wRoomBtn span {
        margin-left: 15px;
    }

    .subdash {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-dashboard {
        max-width: 646px;
        height: 64px;
        margin: 0 auto;
        position: relative;
    }

    .wRoom {
        padding-left: 30px;
    }

    .iconcard .subCount {
        font-size: 14px;
    }

    .autocomplete-insurance-carrier-suggestions {
        width: 360px;
    }

    .autocomplete-suggestions {
        width: 360px;
    }
}

/* Media classes */
@media only screen and (max-width: 1500px) {
    .intro-login {
        padding: 0 60px;
    }

    .signinCont {
        padding: 120px 0;
    }

    .clockcard .clockcardCont {
        margin: 20px 20px 20px 0;
    }

    .dashLink i {
        margin-top: 8px;
    }

    .schedule-header {
        font-size: 14px;
    }

    .schedule-timelabel {
        font-size: 24px;
    }

    .schedulingTBL th {
        width: auto;
    }

    .schedule-time {
        width: 10%;
    }

    .schedule-timelabel {
        font-size: 20px;
    }

    .h1, h1 {
        font-size: 2em;
    }

    .scheduling-card {
        margin-top: 20px;
    }

    .pcBig {
        font-size: 32px;
    }

    .pcTxtBox {
        padding-top: 10px;
    }

    .sc-label {
        max-width: 120px !important;
    }

    .sc-val {
        max-width: 180px !important;
    }

    .med-val-3 {
        width: 28%;
    }
}

@media (max-width: 1500px) {
    .item_masonry {
        width: 320px;
    }
}

/* Force visible header navigation - Override all conflicting styles */
header .nav-main .nav-item { display: list-item !important; }
header .nav-main .nav-link { display: block !important; color: #212529 !important; }
header .navbar-toggler { display: inline-block !important; }

@media (min-width: 992px) {
    header .navbar-toggler { display: none !important; }
    header .navbar-collapse { display: flex !important; }
    header .nav-main { display: flex !important; flex-direction: row !important; }
    header .nav-main .nav-item { display: inline-block !important; }
}

@media (max-width: 991.98px) {
    header .navbar-collapse.collapse:not(.show) { display: none !important; }
    header .navbar-collapse.collapse.show { display: block !important; }
    header .nav-main { display: flex !important; flex-direction: column !important; }
    header .nav-main .nav-item { display: list-item !important; }
    header .nav-main .nav-link { display: flex !important; }
}

/* OccMed shared icon gradient colors — dashboard tiles + subnav strip */
.occ-ic-blue   { background: linear-gradient(135deg,#2A5DAB,#1E9FF2); }
.occ-ic-indigo { background: linear-gradient(135deg,#6610f2,#6f42c1); }
.occ-ic-purple { background: linear-gradient(135deg,#6F86D6,#666EE8); }
.occ-ic-teal   { background: linear-gradient(135deg,#28CFB3,#0da89b); }
.occ-ic-green  { background: linear-gradient(135deg,#198754,#20c997); }
.occ-ic-cyan   { background: linear-gradient(135deg,#0098b7,#0dcaf0); }
.occ-ic-orange { background: linear-gradient(135deg,#f6810d,#fbb034); }
.occ-ic-rose   { background: linear-gradient(135deg,#B63563,#EF0A6A); }

/* OccMed secondary navigation bar */
.occmed-subnav { background: #ffffff; border-top: 1px solid #dee2e6; border-bottom: 3px solid #88D8EA; padding: 0.4rem 0; box-shadow: 0 2px 6px rgba(0,0,0,0.07); position: relative; z-index: 10; }
.occmed-subnav-items { display: flex !important; gap: 0.15rem; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; -ms-overflow-style: none; }
.occmed-subnav-items::-webkit-scrollbar { display: none; }
.occmed-subnav-item { display: flex !important; flex-direction: column; align-items: center; padding: 0.3rem 0.6rem; border-radius: 8px; text-decoration: none !important; white-space: nowrap; transition: background .15s ease; min-width: 56px; }
.occmed-subnav-item:hover { background: rgba(0,0,0,0.06); }
.occmed-subnav-item.active { background: rgba(30,159,242,0.1); }
.occmed-subnav-icon { width: 32px; height: 32px; border-radius: 8px; display: flex !important; align-items: center; justify-content: center; font-size: 0.85rem; color: #fff !important; margin-bottom: 0.2rem; flex-shrink: 0; transition: box-shadow .15s ease; }
.occmed-subnav-item.active .occmed-subnav-icon { box-shadow: 0 2px 8px rgba(0,0,0,0.25); }
.occmed-subnav-label { font-size: 0.62rem; font-weight: 600; text-align: center; color: #6c757d; line-height: 1; letter-spacing: .01em; }
.occmed-subnav-item.active .occmed-subnav-label { color: #1e9ff2; }

/* OccMed table action buttons — flex row, fixed icon-button size */
.occ-btn-row { display: flex !important; gap: 3px; justify-content: flex-end; flex-wrap: nowrap; align-items: center; }
.occ-btn-row form.d-inline,
.occ-btn-row form { display: inline-flex !important; align-items: center; }
.occ-btn-row .btn { flex-shrink: 0; width: 28px; height: 26px; padding: 0 !important; font-size: 0.78rem; justify-content: center; align-items: center; display: inline-flex !important; border-radius: 4px; line-height: 1; border-width: 1px !important; border-style: solid !important; }
/* Explicit color overrides so btn-outline-* are always visible (bypasses CSS variable cascade issues) */
.occ-btn-row .btn-outline-primary   { background: transparent !important; border-color: #0d6efd !important; color: #0d6efd !important; }
.occ-btn-row .btn-outline-secondary { background: transparent !important; border-color: #6c757d !important; color: #6c757d !important; }
.occ-btn-row .btn-outline-success   { background: transparent !important; border-color: #198754 !important; color: #198754 !important; }
.occ-btn-row .btn-outline-danger    { background: transparent !important; border-color: #dc3545 !important; color: #dc3545 !important; }
.occ-btn-row .btn-outline-warning   { background: transparent !important; border-color: #cc8400 !important; color: #cc8400 !important; }
.occ-btn-row .btn-outline-info      { background: transparent !important; border-color: #0a9bb5 !important; color: #0a9bb5 !important; }
.occ-btn-row .btn-outline-dark      { background: transparent !important; border-color: #343a40 !important; color: #343a40 !important; }
.occ-btn-row .btn-success           { background: #198754 !important; border-color: #198754 !important; color: #fff !important; }
.occ-btn-row .btn-warning           { background: #ffc107 !important; border-color: #ffc107 !important; color: #212529 !important; }
.occ-btn-row .btn-outline-primary:hover   { background: rgba(13,110,253,0.1) !important; }
.occ-btn-row .btn-outline-secondary:hover { background: rgba(108,117,125,0.1) !important; }
.occ-btn-row .btn-outline-success:hover   { background: rgba(25,135,84,0.1) !important; }
.occ-btn-row .btn-outline-danger:hover    { background: rgba(220,53,69,0.1) !important; }
.occ-btn-row .btn-outline-warning:hover   { background: rgba(204,132,0,0.1) !important; }
.occ-btn-row .btn-outline-info:hover      { background: rgba(10,155,181,0.1) !important; }
.occ-btn-row .btn-outline-dark:hover      { background: rgba(52,58,64,0.1) !important; }
