﻿/***************************************************************************************
 * Ontario TECK VBA Developers
 * License - 2023/2026
 *
 * Location : D:\Curriculum Vitae\ASP.Net 6\CV\wwwroot\css\
 * Filename : ontarioteck\painmaintenance.css
 *
 * Date Created: 2026-05-10 10:45:12.117
 ***************************************************************************************/

.form-floating,
.form-check {
    margin-left: 4px; /* subtle alignment correction */
}

    .form-floating > label {
        font-size: 0.85rem;
        opacity: 0.75;
    }

.medicine-profile-container {
    scroll-behavior: smooth;
    padding: 16px 20px; /* ← adds left margin + keeps right consistent */
    overflow-y: auto;
    min-height: 0; /* CRITICAL for flex/grid layouts */
}

.form-control {
    font-size: 0.9rem;
}

    .form-control:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.25);
    }

.painmedworking {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    min-height: 0;
}
