﻿
.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;
    min-width: 1280px !important;
}

.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;
}

.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 {
    padding: 0px 0px 0px 0px;
}

.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;
}

.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;
    }

    .tbl-dash-card .alternate td {
        background-color: #f0f3f6;
    }

    .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;
    }


.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: 50px;
    }

        .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
        }

.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-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-arrived {
    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-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;
}

.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-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-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: #FFA07A;
    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-scheduled {
    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-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: #008080;
    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: black;
    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: 1000;
    background-color: white;
}

.main-content {
    margin-top: 70px;
    min-width: 1278px;
}

.welcome-branding {
    padding-left: 140px;
}


.register-card {
}

    .register-card .user-pic {
        max-width: 150px;
    }

    .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: 170px;
}

    .register-card-box i {
        text-align: right;
        font-size: 80px;
    }


.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;
    }

.clinsum {
    background: #666EE8;
    background: linear-gradient(0deg,rgba(102, 110, 232, 1) 0%, rgba(111, 134, 214, 1) 100%);
}

    .clinsum .clinsumicon {
        color: #c4e4ff;
    }

.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;
    }

.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;
}

.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;
}

.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;
}

    .taskWorklistTBL th {
        font-size: 14px;
    }

    .taskWorklistTBL a {
        font-size: 14px;
    }

    .taskWorklistTBL i {
        font-size: 24px;
        margin: 0 5px;
    }

.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: #F03838;
    background: linear-gradient(0deg,rgba(240, 56, 56, 1) 0%, rgba(182, 50, 95, 1) 100%);
}

    .cardbpm .cardbpmicon {
        color: #ffb5d3;
    }

.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: 44px;
    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: #fff;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        height: 170px;
        line-height: 170px;
        text-align: center;
    }

.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: 200px;
    }

    .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: 92px;
}

.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;
}

.chartai {
    padding: 5px 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;
}

.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;
}

.newreg-icon button {
    all: unset;
}

.newreg-icon-dashboard {
    padding: 10px 0px 0px 0px;
}

.newpolicy-icon-dashboard {
    padding: 10px 0px 0px 0px;
}

.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: 10;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

    .suggestion-item:hover {
        background-color: #eee;
    }

.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: 120px;
}

    .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);
    height: 140px;
}

    .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: 6px;
        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: darkslategrey;
}

.chb-arrived {
    background-color: #ff9024;
}

.chb-inroom {
    background-color: #FFA07A;
}

.chb-charted {
    background-color: green;
}

.chb-chartsigned {
    background-color: #3183cf;
}

.chb-checkedout {
    background-color: black;
}

.schedule-header {
    font-size: 18px;
    font-weight: 600;
}

    .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;
    }

.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;
}

.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-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;
}

.form-label {
    font-weight: 600;
}

.allergies-text {
    font-size: 14px;
    padding: 5px 10px
}

header {
    min-width: 1257px;
}

    header .d-flex {
        flex-wrap: nowrap !important;
    }

    header .nav-main {
        flex-wrap: nowrap !important;
        width: auto !important;
    }

    header .container-xxl {
        min-width: 1257px;
    }

@media (max-width: 1000px) {
    header ul.nav-main {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

/* Media classes */
@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;
    }
}

/* 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: 48px;
    }

    .pcTxtBox {
        padding-top: 10px;
    }

    .sc-label {
        max-width: 120px !important;
    }

    .sc-val {
        max-width: 150px !important;
    }

    .med-val-3 {
        width: 28%;
    }
}
