
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 300;
    font-style: normal;
}



html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/

:root {
    --medical-blue: #2376ff;
    --medical-blue-80: #5a9aff;
    --medical-success: #1aae6f;
    --medical-warning: #e7b008;
    --card-border: rgba(0,0,0,.08);
    --medical-blue-30: color-mix(in srgb, var(--medical-blue) 30%, transparent);
}

/* Brand helpers converted from Tailwind tokens */
.medical-gradient {
    background: linear-gradient(135deg, var(--medical-blue), var(--medical-blue-80));
}

.text-medical-blue {
    color: var(--medical-blue) !important;
}

.bg-medical-success {
    background-color: var(--medical-success) !important;
}

/* Card hover & elevation */
.medical-card {
    border-radius:15px;
    border: 1px solid var(--card-border);
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

    .medical-card:hover {
        box-shadow: 0 .75rem 2rem rgba(0,0,0,.12);
        border-color: color-mix(in srgb, var(--medical-blue) 40%, transparent);
        transform: translateY(-2px);
    }

/* Gradient text */
.gradient-text {
    background: linear-gradient(90deg, var(--medical-blue), color-mix(in srgb, var(--medical-blue) 80%, white));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Soft icon bubble */
.icon-bubble {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
    background: linear-gradient(135deg, var(--medical-blue), var(--medical-blue-80));
}
.icon-bubble-big {
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
    background: linear-gradient(135deg, var(--medical-blue), var(--medical-blue-80));
}
/* Header big bubble */
.header-bubble {
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .75rem 2rem rgba(0,0,0,.15);
}

/* Muted foreground mimic */
.text-muted-foreground {
    color: #6c757d !important;
}

.cursor-pointer {
    cursor: pointer;
}

.medical-gradient-auth {
    background: linear-gradient(135deg, #0473e3, #b2d8ff);
}
.bg-trans {
    background-color: #ffffff87 !important;
}
.dim-primary-btn {
    width: 100%;
    padding: 9px 16px;
    background: linear-gradient(135deg, #86b7fe 0%, #86b7fe 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.auth-checkbox {
    width: 10px;
    height: 10px;
    padding: 8px;
    margin-right: 5px;
}
.auth-checkbox-label {
    position: relative;
    top: 3px;
}
main {
    width:100%
}

.main-body {

}
    .main-body .main-left-nav {
        padding: 20px 15px;
        height: calc(100vh - 0px);
        border-right: 1px solid #ededed;
        background-color: #ffffff;
    }
    .main-body .left-nav {
/*        margin-top:20px*/
    }
    .main-body ul.left-nav {
        margin-top: 10px;
        font-weight: 400;
        border: 1px solid #e4e4e4;
        border-radius: 10px;
        padding: 8px 0;
    }
    .main-body .left-nav li {
        line-height: 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .main-body .left-nav li:last-child {
        border-bottom: none;
    }
            .main-body .left-nav li a {
                font-size: 13px;
                color: #202020 !important;
                font-weight: 300;
            }
                .main-body .left-nav li a.active {
                    color: #3b3b3b;
                    background-color: #f2f2f2;
                    border-radius: 0;
                    font-weight: 500;
                    border-right: 3px solid #367a8b;
                }
        .main-body .main-left-nav .main-head {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0px;
            line-height: 8px;
        }
        .main-body .main-left-nav .small {
            font-size: 10px;
            font-weight: 300;
            margin-bottom: 0px;
        }



    .main-body .main-container {
        padding: 20px 0;
    }

main.pb-3 {
    padding: 0 !important;
    padding-bottom: 0 !important;
}

.main-container h3 {
    font-size:18px;

}
a {
    text-decoration: auto !important;
}
.bg-red-bar {
    background-color: #fff3f5;
}
.validation-summary-errors ul li {
    list-style:none;
}

.details-cards .d-card{
    padding:15px 15px;
    border:1px solid #ccc;
    border-radius:12px;
    margin:10px;
}
    .details-cards .d-card p {
        font-size: 14px;
        text-align: left;
    }
.details-cards .d-card h3{
    font-weight:500;
    font-size:18px;
    text-align:left;
}
.wmd-card .d-card {
    background-color: #fff;
}
.header-login {
    padding:15px 15px;
}
.header-login h2{
    margin:0;
}
.ai-philosophy {
    background-color: #0f172b !important;
    color: #fff;
    padding:15px;
    border-radius:15px;
    margin:10px;
}
.ai-philosophy h3{
    color: #fff;
    text-align:left;
    font-size:18px;
}
    .ai-philosophy p {
        color: #ffffffd9;
        font-size: 14px;
        text-align: left;
    }

.alert-bar {
    background-color: #367a8b;
    color: #ffff;
    text-align: center;
    padding: 10px 10px 12px 10px;
}
.alert-bar p{
    margin:0
}
.alert-bar .text-bold {
    font-weight:600;
}
.alert-bar .dot {
    position:relative;
    top:-4px;
    font-weight:700;
}
alert-bar .text-normal {
}