/* /Layout/MainLayout.razor.rz.scp.css */

body[data-theme=light] .navbar-bg[b-0ih0jktfc3] {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

body[data-theme=dark] .navbar-bg[b-0ih0jktfc3] {
    background-color: #19222c;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}



.wrapper[b-0ih0jktfc3] {
    display: flex;
    height: 100vh;

}



.content[b-0ih0jktfc3] {

    overflow-y: scroll;

}

.footer[b-0ih0jktfc3] {
    flex-shrink: 0;
    background: #f8f9fa;
    padding: 0.5rem;
}





/* Scrollable sidebar */
#sidebar[b-0ih0jktfc3] {
   
    overflow-y: scroll; /* Sidebar has its own scroll */

}


[b-0ih0jktfc3]::-webkit-scrollbar {
    width: 7px;
}


body[b-0ih0jktfc3] {
    background-color: #121212;
}


/* /Layout/NavMenu.razor.rz.scp.css */
body[b-1p5hvc46y7] {
    overflow-y: hidden !important;
}


/* /Layout/WelcomeLayout.razor.rz.scp.css */

.wrapper[b-p0qt2rqxqf] {
    display: flex;
    height: 100vh;
}



.content[b-p0qt2rqxqf] {
    overflow-y: scroll;
}
[b-p0qt2rqxqf]::-webkit-scrollbar {
    width: 7px;
}
/* /Pages/Patient/PatientDrugs/Parts/DrugsCardView.razor.rz.scp.css */
/* Card feel */
.med-card[b-urkvky1dlo] {
    border-radius: 1rem;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    background: var(--bs-body-bg);
}

    .med-card:hover[b-urkvky1dlo] {
        transform: translateY(-2px);
        box-shadow: 0 .35rem 1rem rgba(0,0,0,.08);
    }

/* Status chip uses Bootstrap’s bg-* + text-* classes for color;
   this just gives it a pill look with internal padding */
.status-chip[b-urkvky1dlo] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    padding: .25rem .6rem;
    font-weight: 600;
    font-size: .8rem;
    border: 1px solid rgba(0,0,0,.05);
    white-space: nowrap;
}

/* Small rounded meta chips */
.chip[b-urkvky1dlo] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    font-size: .78rem;
    border: 1px solid var(--bs-border-color);
}

.chip-danger[b-urkvky1dlo] {
    background: rgba(220, 53, 69, .06);
    color: #dc3545;
    border-color: rgba(220, 53, 69, .25);
}

/* Secondary meta row spacing */
.med-meta[b-urkvky1dlo] {
    margin-top: .15rem;
}


/* Two-line clamp for notes */
.text-truncate-2[b-urkvky1dlo] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* /Pages/Shared/Patients/FlipPatientCard.razor.rz.scp.css */
/* /Pages/Shared/Patients/PatientCard.razor.rz.scp.css */
/* Container + 3D flip */
.pcard[b-g39meow7fd] {
    --pc-gap: 1rem;
    --pc-radius: 1.2rem;
    --pc-overlay: 24;
    position: relative;
    perspective: 1200px;
    min-height: 320px;
}

.pcard-inner[b-g39meow7fd] {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .6s cubic-bezier(.2,.6,.2,1);
}

    .pcard-inner.is-flipped[b-g39meow7fd] {
        transform: rotateY(180deg);
    }

.pcard-face[b-g39meow7fd] {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: var(--pc-radius);
    overflow: hidden;
}

.pcard-back[b-g39meow7fd] {
    transform: rotateY(180deg);
}

/* Elegant cover */
.pcard-cover[b-g39meow7fd] {
    height: 96px;
    background: radial-gradient(120% 120% at 0% 0%, rgba(13,110,253,.18) 0%, transparent 70%), linear-gradient(135deg, rgba(32,201,151,.14), rgba(13,110,253,.12));
}

/* Body spacing */
.pcard-body[b-g39meow7fd] {
    padding: calc(var(--pc-gap) + .25rem);
}

/* Avatar */
.pcard-avatar img[b-g39meow7fd] {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.pcard-avatar .pcard-chip[b-g39meow7fd] {
    transform: translate(25%, -25%);
}

/* Floating action button */
.pcard-fab[b-g39meow7fd] {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    z-index: var(--pc-overlay);
}

/* Hover lift */
.pcard:hover[b-g39meow7fd] {
    box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.08);
    transform: translateY(-2px);
    transition: box-shadow .3s ease, transform .3s ease;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .pcard-inner[b-g39meow7fd] {
        transition: none;
    }

    .pcard:hover[b-g39meow7fd] {
        transform: none;
    }
}

/* Fine-tune placeholders */
.placeholder[b-g39meow7fd] {
    height: .875rem;
}
/* /Pages/Shared/Patients/ShowPatient.razor.rz.scp.css */
