body {
 font-family: "Poppins", sans-serif;
 overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
a {
  color:unset;
  text-decoration:none;
}
p {
  margin-bottom:0px;
 
  
}
.hover-transition {
  transition:all 0.3s ease;
}


body {
  font-family: "Inter", sans-serif;
}

.login-body, html {
        height: 100%;
    }

    /* Background image */
    .login-body {
        background: url(../images/login_bg.png) center center fixed;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Login container */
    .login-container {
        background: rgba(255, 255, 255, 1);
        padding: 30px 40px;
        border-radius: 10px;
        max-width: 450px;
       
        text-align: center;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }

    /* Logo */
    .logo {
        width: auto;
        margin-bottom: 20px;
    }

    input[type="text"], input[type="password"], input[type="email"] {
        width: 100%;
        padding: 12px;
        margin: 4px 0;
        border-radius: 5px;
        border: 1px solid #EBE5E5;
        height: 40px;
    }

    .remember-forgot {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin: 10px 0;
    }

    .remember-forgot input[type="checkbox"] {
        margin-right: 5px;
    }

    .remember-forgot a {
        text-decoration: none;
        color: #1F6AE1;
    }

    .remember-forgot a:hover {
        text-decoration: underline;
    }

    .button_s {
        width: 100%;
        padding: 12px;
        background-color: #1F6AE1;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        margin-top: 20px;
    }

    .button_s:hover {
        background-color: #0056b3;
    }
.inputbox
{
  text-align: left;
  margin-bottom: 10px;
}
label {
    color: #1F2937;
    font-size: 15px;
}


.navbar{
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.08);
}

.navbar-brand{
  font-weight: 600;
}

.profile-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medi_nav ,.medi_nav ul{
    justify-content: end;
}
.notification
{
 margin-top: 0px;
padding: 0px 7px;   
}
.notification span
{
  position: absolute !important;
    padding: 2px 5px;
    font-size: 10px;
}

.medi_nav ul li a.nav-link.active, 
.medi_nav ul li a.nav-link:hover
{
color: #1F6AE1; 
}
.medi_nav ul li a.nav-link
{
  color: #1F2937;
  font-size: 15px;
  font-weight: 500;
}
/* ........top menu.......... */
.card-body {
    display: flex;
    gap:12px;
}
.medi_icon {
    width: 78px;
    height: 78px;
    flex-shrink: 0;
}
h5.card-title {
    color: #1F6AE1;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
p.card-text {
    color: var(--primary, #1F2937);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.medi_cnt {
    text-align: left;
}
h4 {
    color: var(--primary, #1F2937);
    text-align: left;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
th {
    color: var(--primary, #1F2937) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    background-color: #fff !important;
}
.followup_table thead tr th
{
 background-color: #2563eb !important;
color: #fff !important;
}
td {
color: #1F2937;
    font-size: 14px !important;
font-style: normal;
font-weight: 400;
}
.add_new_btn
{
    border-radius: 5px;
    background: #1F6AE1;
    display: flex;
    width: 104px;
    height: 31px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.view_btn
{
    border-radius: 5px;
    border: 1px solid #1F6AE1;
    background: #FFF;
    display: flex;
    width: 104px;
    height: 31px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.view
{
 border-radius: 5px;
    border: 1px solid #1F6AE1;
   display: flex;
width: 55px;
height: 28px;
padding: 10px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
color: #1F6AE1;
text-align: center;
font-family: Inter;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 46px; /* 353.846% */
}
.view:hover
{
 background-color: #1F6AE1;
 color:#fff;
}
h6{
color: var(--primary, #1F2937);
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 126.667% */

}
/* ................................................ */
.add_patient h4{
    margin-bottom: 5px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #498cf0;
    outline: 0;
    box-shadow:none;
}
.form-control {
 
    font-size:14px;
}
.auto_age
{
    right:20px;
}
.auto_age {
    right: 20px;
    top: -4px;
    font-size: 13px;
    color: #1f6ae1;
}
.section-card legend {
     color: #1f6ae1 !important;
    text-transform: capitalize;
}
.sub_title
{
color: #1F6AE1;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;

}
.blacktitle
{
   color: var(--primary, #1F2937);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 19px; /* 135.714% */ 
margin:0px;
}
.save_button {
    border-radius: 5px;
    background: #1F6AE1;
    display: flex;
    /* width: 104px;
    height: 31px; */
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.app-header { border-bottom: 1px solid #e5e9f2; background: #fff; } 
.section-card { background: #fff; border: 1px solid #e5e9f2; border-radius: .75rem; padding: 1.25rem; margin-bottom: 1rem; } .section-card legend { font-size: 1.05rem; font-weight: 600; color: #0b1b33; margin-bottom: .75rem; } .form-help { font-size: .85rem; color: #6c757d; } .required::after { content: " *"; color: #dc3545; } .drug-row input[type="number"] { max-width: 120px; } .sticky-actions { position: sticky; bottom: 0; background: linear-gradient(to top, rgba(247,249,252,0.95), rgba(247,249,252,0.6)); border-top: 1px solid #e5e9f2; padding: .75rem 0; z-index: 10; }

/* followup */

.app {
            display: flex;
            min-height: 100vh;
        }

        /* Sidebar */
        .sidebar {
            width: 240px;
            background: #ffffff;
            border-right: 1px solid #e5e7eb;
            padding: 10px;
        }
        .fs-14 {
            font-size: 14px !important;
        }
        .pdng-btn {
            padding: 8px 14px;
        }

        .logo {
            font-size: 22px;
            font-weight: bold;
            color: #2563eb;
            margin-bottom: 30px;
        }

        .menu a {
            display: block;
            padding: 10px 12px;
            color: #374151;
            text-decoration: none;
            border-radius: 6px;
            margin-bottom: 6px;
        }

        .menu a.active,
        .menu a:hover {
            background: #eef2ff;
            color: #2563eb;
        }

        /* Main */
        .main {
            flex: 1;
            padding: 24px;
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #ffffff;
            padding: 16px 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .header strong {
            color: #111827;
        }

        /* Section */
        .section {
            background: #ffffff;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .section-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 14px;
            color: #2563eb;
        }

        /* Tables */
        table {
            width: 100%;
            border-collapse: collapse;
        }

        th {
            background: #2563eb;
            color: #fff;
            text-align: left;
            padding: 10px;
            font-size: 13px;
        }

        td {
            padding: 10px;
            border-bottom: 1px solid #e5e7eb;
            font-size: 14px;
        }

        /* Drug cards */
        .drug-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .drug-card {
            background: #ffffff;
            border-radius: 10px;
            padding: 16px;
            border: 1px solid #e5e7eb;
        }

        .drug-card h4 {
            margin: 0 0 10px;
            font-size: 14px;
            color: #111827;
        }

        .add-btn {
               float: right;
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    width: fit-content;
    margin-top:0px;
        }

        .add-btn:hover {
            background: #1d4ed8;
        }
        .pt_details_strip
        {
            display: flex;
            justify-content: space-between;
            width: 100%;
            color: #1F2937;
    font-size: 15px;
        }

        /* .......modal....... */
        /* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal {
    background: #ffffff;
    width: 400px;
    max-width: 90%;
    padding: 20px;
    border-radius: 12px;
    display: block;
}

.modal h3 {
    margin-top: 0;
        color: #1F6AE1;
    font-size: 16px;
    font-weight: 600;

}

.modal label {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}

.modal input,
.modal textarea, .modal select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    color: #1F2937;
   
    font-style: normal;
}
.modal select {
     color: #1F2937;
    font-size: 14px !important;
    font-style: normal;
}
.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.btn-primary {
    background: #1f6ae1;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 150px;
}

.btn-secondary {
    background: #e5e7eb;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 150px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #dfdfdf;
}
.reset_btn
{
    min-width: 150px;
}

.sub_table{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.modal-lg {
    width: 600px;
}

.form-group {
    margin-bottom: 14px;
}

.adverse-section {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
}

.adverse-section h4 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 15px;
}

/* Week tabs */
.week-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.week-tabs button {
    border: 1px solid #d1d5db;
    background: #f9fafb;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

.week-tabs button.active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

/* Checkbox grid */
.adverse-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 20px;
}

.adverse-grid label {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.modal input[type="checkbox"] {
    width: auto;
}
#labTabs li button {
    border: 1px solid #1F2937;
    margin-right: 10px;
    color:#1F2937;
    font-size: 15px;
}
#labTabs
{
    gap:8px;
}
#labTabs li .active, #labTabs li button:hover {
    border: 1px solid #1f6ae1;
    margin-right: 10px;
    color:#1f6ae1;
    font-size: 15px;
    background-color: #fff;
   
}
.nav-tabs {
border: none;
}

/* ............... */
.compliance-box {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.compliance-table {
    width: 100%;
    border-collapse: collapse;
}

.compliance-table th {
    background: #3563d6;
    color: #ffffff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

.compliance-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.compliance-table tr:last-child td {
    border-bottom: none;
}

.radio {
    margin-right: 16px;
    font-size: 14px;
    cursor: pointer;
}

.radio input {
    margin-right: 4px;
}
.section1 {
    background: #ffffff;
    padding: 0px 20px;
    border-radius: 10px;
}

/* ...... */

.eos-box {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.eos-table {
    width: 100%;
    border-collapse: collapse;
}

.eos-table th {
    background: #3563d6;
    color: #ffffff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

.eos-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    vertical-align: middle;
}

.eos-table tr:last-child td {
    border-bottom: none;
}

.checkbox {
    margin-right: 16px;
    font-size: 14px;
    cursor: pointer;
}

.checkbox input {
    margin-right: 6px;
}

.small-input {
    max-width: 220px;
}

.save-row {
    padding: 12px;
    text-align: right;
}

.btn-save {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    width:100%;
    font-size:16px;
}

.btn-save:hover {
    background: #1d4ed8;
}
.dashboardnav_collapse
{
    flex-basis: auto;
}
.dash_nav{
   display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}
.dashboard_box
{
    margin-bottom: 15px;
}
button.navbar-toggler {
   width: 38px;
    height: 34px;
    padding: 0px 4px;
}
span.navbar-toggler-icon {
    width: 20px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border-color: #2563eb;
}
.mobile_only

 {
    display: none;
 }
@media (max-width:767px){

.logo{
    max-width: 160px;
    margin-bottom: 0px;
}
.mobile_only

 {
    display: flex;
        gap: 15px;
        position: absolute;
        top: 13px;
        right: 71px;
}
.profile-icon img

 {
    width: 28px;
}
.profile-icon {
    width: 30px;
    height: 30px;
}
.webonly, .webonly .profile-icon 
{
    display:none;
}
.sidebar {
   
    display: none;
}
.main {
    flex: 1;
    padding: 0;
}
.flex-column-mob {
    flex-direction: column;
}
.medi_nav, .medi_nav ul {
    justify-content: space-between;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
}
.btn_neww:hover {
    background-color: #57B588 !important;
}
.border-end-custom {
    border-right: 1px solid #000000;
}