/*--Header section css start here--*/
.header{
    padding: 0;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/*--Navbar--*/
.header .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 15px!important;
    color: var(--light-yellow);
    font-size: 1rem;
    border-radius: 8px;
    font-weight: var(--regular);
}
.comp-logo {
	overflow: clip;
    padding: 0px;
    max-width: 30%;
}


.menu-box h6 {
    color: var(--dark-navy);
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.menu-box p {
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.menu-box{
    padding: 7px 0px;
    margin: 10px 0;
    border-radius: 10px;
}

.menu-box:hover{
    background: var(--gray--50);
}

ul.navbar-nav {
    padding: 0px;
}

.header .navbar-nav .nav-item .nav-link:hover, 
.header .navbar-nav .nav-item .nav-link.show{
    background: var(--dark-navy);
}

.profile {
    padding: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    line-height: 50px;
}




a.nav-link.show svg, .profile:hover svg {
    transform: rotate(180deg);
}

.dropdown-menu[data-bs-popper] {
    top: 120%;
}


.vew-all {
    margin-top: 20px;
    text-decoration: underline;
}

.vew-all a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.dropdown-menu.second {
	max-width: 800px;
}

.title {
	color: #738196;
	font-weight: 600;
	line-height: 20px;
	font-size: 0.875rem;
	padding-left: 0px;
	margin-top: 15px;
	text-transform: uppercase;
}

.menu-box ul{
    display: flex;
    flex-direction: column;
    gap:3px;
}
.menu-box ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.menu-box ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
    padding: 5px;
    font-size: 0.875rem;
	color: var(--text-muted);
    width: 100%;
    border-radius: 4;
}
.menu-box ul li:hover a{
    color: var(--primary);
}
.sub-menu-text-content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.sub-menu-text-content .small-text {
	line-height: normal;
}

.sub-menu-big-icon {
	min-width: 52px;
	min-height: 52px;
	height: 52px !important;
	width: 52px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.small-dropdown {
	width: auto!important;
	min-width: 260px!important;
}

.small-dropdown .menu-box {
    margin: 0;
    padding: 0;
}
.sub-menu-text-content big {
	font-size: 0.875rem;
}


.header .navbar-nav .nav-item .nav-link {
    color: var(--text-muted);
    display: flex;
    background: transparent!important;
    justify-content: space-between;
}
.header .navbar-nav .nav-item .nav-link:hover {
	color: var(--primary);
	background-color: #F0FDF4 !important;
}

.navbar-nav .dropdown-menu {
    position: static;
}
.dropdown-menu {
	width: 800px;
	left: 0px !important;
	background-color: var(--white);
	border-radius: 10px !important;
	align-self: auto;
	padding: 8px 8px 8px 30px;
	box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}


/* Navigation */
.navbar {
    background: var(--white);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-brand svg {
    color: white;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 3px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
}

.nav-links a {
    color: var(--dark-navy);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary-orange);
}

.nav-buttons {
    display: flex;
    gap: 1rem;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    padding: 8rem 0 5rem 0;
}

.hero-section .text-success {
    color: var(--primary) !important;
}

.badge-green{
    background-color: var(--primary);
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    display: inline-flex;
    margin-bottom: 10px;
}
.banner-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.banner-img img, .banner-img-big img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.banner-img-big{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

/* Stats Section */
.stats-section {
    background: var(--dark-navy);
}

.stat-item h2 {
    margin: 0;
}

.text-success {
    color: var(--primary)!important;
}

/* Cards */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.light-yellow-bg{
    background-color: var(--yellow--30);
}


/* How It Works */
.how-it-works-section .icon-wrapper {
    display: inline-flex;
    align-items: center;
    background-color: #DBEAFE;
    justify-content: center;
    border-radius: 50px;
    width: 62px;
    height: 62px;
    min-height: 62px;
    min-width: 62px;
    padding: 5px;
    margin: 0 auto;
}
.how-it-works-section .icon-wrapper i{
    font-size: 2rem;
}
.light-green-bg{
    background-color: #DCFCE7!important;
}
.text-blue{
    color: #3B73EE!important;
}


/* Why Choose Section */
.why-choose-section {
    padding: 5rem 0;
}

.why-choose-icons {
	background-color: #DBEAFE;
	display: inline-flex;
	width: 62px;
	height: 62px;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
}
.light-orange{
    background-color: #FEE2E2!important;
}

.light-yellow{
    background-color: #FEF3C7!important;
}

.light-purple{
    background-color: #F3E8FF!important;
}
.dark-green-bg{
    background-color: #254D47!important;
}



/* Pricing Section */
.pricing-section {
    padding: 5rem 0;
}
.most-popular {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
}

.pricing-amount {
    padding: 1rem 0 0;
}

.card.border-success {
    position: relative;
}

/* Future Section */
.future-section {
    background: var(--dark-navy);
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-green) 0%, #0d7a36 100%);
    padding: 4rem 0;
}

/* Footer */
.footer {
    background:var(--dark-navy);
    color: var(--white);
    padding: 3rem 0 1.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
	max-width: 70%;
}

.footer-brand h4 {
    margin: 0;
    font-weight: 700;
}

.footer-col p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-col h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.875rem;
}

.footer-col a:hover {
    color: var(--primary);
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.social-icons a:hover {
    opacity: 0.7;
}

.footer hr {
    border: none;
    border-top: 1px solid var(--text-muted);
    margin: 2rem 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: var(--text-muted);
    margin: 0;
}
.footer-bottom a{
    color: var(--text-muted);
}
.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary);
}

.profile {
	font-size: 1rem;
	gap: 5px;
	display: flex;
	align-items: center;
    color: var(--primary);
}

.banner-img p,
.banner-content-list li{
    font-size: 0.75rem;
    color: var(--text-muted);
}

.banner-img h6{
    font-size: 0.875rem;
}

.banner-content-list li{
    display: flex;
    gap:20px;
    margin-bottom: 10px;
}

.ai-icons-img{
    width: 42px!important;
    height: 42px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 6px;
}

.inprogress-badge {
	color: #966742;
	background-color: var(--yellow--30);
	padding: 5px 10px;
	font-size: 0.75rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21%;
	border-radius: 50px;
	margin-top: 3px;
}


/*---Login form section---*/
.login-page {
	height: 100%;
	width: 100%;
	min-height: 100vh;
    padding: 2rem 0;
}
.login-form{
    min-height: 300px;
    padding: 1.2rem;
    border-radius: 1rem;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.form-label {
	margin-bottom: .5rem;
	font-size: 0.875rem;
	color: var(--dark-navy);
}
.form-control, .form-select{
    padding: .75rem .75rem!important;
    font-size: 0.875rem!important;
}

.login-form p {
	font-size: 0.875rem;
    text-align: center;
    margin-bottom: 10px;
}

.login-form a {
    color: var(--primary);
	font-size: 0.875rem;
}
.login-form a:hover{
    text-decoration: underline;
}

/*--Dashboard page--*/
.dashboard-page{
    background: #F9FAFC;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.sidebar-wrapper {
	z-index: 20;
	width: 80px;
	height: 100%;
	position: fixed;
}
.sidebar-wrapper-inner {
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	padding: 0;
	background: var(--dark-navy);
	overflow: visible !important;
}
.user-profile {
	text-align: center;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	flex-direction: row;
	align-items: center;
	padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-wrapper .nav {
	padding: 0 10px;
	flex-direction: column;
}
.sidebar-wrapper .nav li {
	transition: all .3s ease;
	margin-bottom: 3px;
	border-radius: 10px;
}

.sidebar-wrapper .nav li {
	position: relative;
	white-space: nowrap;
}
.sidebar-wrapper .nav li a {
    border-radius: 10px;
	display: flex;
    align-items: center;
	width: 100%;
	line-height: 42px;
	height: 42px;
	padding: 0 18px;
    font-size: 1.2rem;
    color: #94A3B6;
}
.hide-menu {
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 0px;
	display: none;
	color: var(--dark-navy);
	font-size: 0.875rem;
	font-weight: 600;
	position: absolute;
	z-index: 999;
	left: 45px;
	top: 0;
	border-radius: 0 10px 10px 0;
	min-width: 195px;
}
.sidebar-wrapper .nav li:hover a {
	background-color: #0F2733;
	color: var(--dark-navy);
}
.sidebar-wrapper .nav li:hover .hide-menu {
	display: inline-block;
}

.admin {
	font-weight: 700;
	color: var(--white);
	font-size: 1rem;
	display: none;
	margin-left: 10px;
}
.user-profile .admin img {
	height: auto;
	width: auto;
}

.top-header.floating-nav {
	right: 0;
	margin: 0;
	position: fixed;
	z-index: 9;
    padding: 0 15px;
	background-color: rgba(255, 255, 255, 1);
}
.header-navbar {
	min-height: 3.45rem;
	-webkit-transition: all .3s ease,background 0s;
	transition: all .3s ease,background 0s;
	z-index: 997;
}
.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	width: calc(100% - 2rem - 95px);
	box-shadow: var(--boxShadow);
}

.sidebar-mini-btn {
	background-color: var(--white);
	border-radius: var(--bdrRadius);
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px;
	left: 12px;
	position: absolute;
	top: 12px;
}

.right-icons ul {
	display: flex;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
	align-items: center;
}
.right-icons ul li {
	margin-left: 10px;
}

.user-nav {
	float: left;
	margin-right: .8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.user-name {
	font-weight: 400;
	font-size: 1rem;
	color: var(--dark-navy);
}
.user-status {
	font-size: smaller;
	color: var(--dark-navy);
	opacity: 0.6;
	line-height: 6px;
}

.sidebar-full-view .sidebar-wrapper {
	width: 288px;
    background-color: #0F2733;
}
.sidebar-full-view .sidebar-wrapper .nav li.active {
	background-color: #0F2733;
}
.sidebar-full-view .sidebar-wrapper .hide-menu {
	display: inline-block;
    color: #94A3B6;
}
.sidebar-full-view .sidebar-wrapper .nav li.active a,
.sidebar-full-view .sidebar-wrapper .nav li:hover a,
.sidebar-full-view .sidebar-wrapper .nav li:hover a .hide-menu,
.sidebar-full-view .sidebar-wrapper .nav li.active a .hide-menu{
    color: var(--primary);
}

.sidebar-full-view .user-profile .admin {
	display: flex;
}
.sidebar-full-view .top-header.floating-nav {
	width: calc(100% - 0rem - 288px);
}
.sidebar-mini-btn.arrow-revert i {
	transform: rotate(180deg);
}

.notification {
	padding: 5px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	border-radius: 50px;
	position: relative;
    color: var(--text-muted);
}

.red-dot {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background: var(--primary-orange);
	border-radius: 50px;
}

.sidebar-full-view .page-wrapper {
	margin-left: 278px;
}
.page-wrapper {
	margin-left: 80px;
}

.page-wrapper {
	padding: 4.875rem 1rem 0 2rem;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	min-height: calc(100% - 2.35rem);
    transition: 0.3s;
}


/*--After login Title section--*/
.page-title-section {
    background-color: var(--dark-navy);
}
.page-title-section  h1{
    font-size: 2rem!important;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 5px;
}
.page-title-section p{
    color: var(--white);
    font-size: 0.875rem;
}

/*---Stats card section css--*/

.starts-card {
	box-shadow: var(--boxShadow);
	border: 0;
}
.left-content-section p {
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 5px;
    line-height: normal;
}
.count-text{
    font-weight: 700;
    font-size: 2rem!important;
    color: var(--dark-navy);
}

/*--Table View Section css--*/
.table-section {
	padding: 20px 0;
}
.table-section h4{
    font-size: 1rem!important;
}

th, td {
	padding: 10px 15px;
	font-size: 0.75rem;
	color: var(--dark-navy);
}
table th {
	background-color: #F7FAFB;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75rem;
	border-top: 1px solid #E3E7EF;
	border-bottom: 1px solid #E3E7EF;
}
table td{
    font-size: 0.75rem;
	border-top: 1px solid #E3E7EF;
	border-bottom: 1px solid #E3E7EF;
}
table tr:hover{
    background-color: #F7F9FB;
}

.table-filter-seciton form {
	gap: 15px;
}
.light-gray{
    color: #86909D;
}
.section-title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}
.section-left h6{
    font-weight: 600;
    color: var(--dark-navy);
    margin-bottom: 0px;
}
.section-left h6 i {
	font-size: 1.2rem;
}
.section-left p{
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.list-item-section {
	display: block;
	width: 100%;
	border: 1px solid var(--border-color);
	border-radius: var(--bdrRadius);
	padding: 12px;
	margin: 5px 0;
}

.timer {
	background-color: #EEF6FF;
	padding: 5px 10px;
	font-size: 0.75rem;
	color: #0E3BD9;
	margin-right: 10px;
	font-weight: 600;
	border-radius: 6px;
}

.user-detail-section {
	display: flex;
	flex-direction: column;
	width: 80%;
}
.user-name-seciton {
	display: flex;
	align-items: center;
	gap: 10px;
}
.name-user {
	font-size: 0.875rem;
	font-weight: 600;
}

.orange-btn-tag, .purple-btn-tag, .green-btn-tag, .blue-btn-tag, .gray-btn-tag {
	padding: 3px 10px;
	background-color: #FEF9C2;
	border-radius: 50px;
	font-weight: 500;
	font-size: 0.75rem;
    color: #9A6E20;
}
.gray-btn-tag{
    background-color: #F3F3F5;
    color: #343A4A;
}
.green-btn-tag{
    background-color: #DCFCE6;
    color: #159344;
}

.btn-purple:hover{
    color: var(--white);
}

.purple-btn-tag{
    background-color: #F4E8FE;
    color: #7D22D7;
}

.blue-btn-tag{
    background-color: #CFFAFE;
    color: #0C7087;
}
.user-detail-section p {
	font-size: 0.75rem;
	color: var(--text-muted);
}

.patient-list-section li {
	display: flex;
	align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
}
.patient-details {
	display: flex;
	flex-direction: column;
}
.patient-details .text-muted {
	font-size: 0.75rem;
}

.dash-logo {
	width: auto;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.dash-logo img {
	max-width: 23%;
}

.admin-tag {
	border: 1px solid #16A348;
	color: #16A348;
	font-size: 0.75rem;
	padding: 2px 10px;
	border-radius: 50px;
	font-weight: 500;
}

.main-text {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px 14px;
	letter-spacing: 1px;
}
.new-tag {
	border-radius: 50px;
	padding: 2px 10px;
	background-color: #16A348;
	font-size: 0.75rem;
	color: var(--white);
	font-weight: 600;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.new-tag.alert-text {
	background-color: transparent;
	color: #94A3B6;
	padding: 0 10px;
}

.user-info-bot {
	width: 100%;
	display: flex;
	padding: 10px 15px  ;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}
.user-info-bot a i{
    color: #94A3B6;
}
.dash-user-detials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.user-pic {
	width: 32px;
	height: 32px;
	background: #24C4A0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	color: var(--white);
	font-size: 1rem;
	font-weight: 600;
	min-width: 32px;
	min-height: 32px;
}

.user-info-dash {
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	color: var(--white);
}
.degnation {
	font-size: 0.75rem;
	color: #94A3B6;
}

.text-light{
    color: #BBCDE3!important;
}

.page-title-section .btn{
    font-size: 0.8rem!important;
    border-radius: var(--bdrRadius);
}
.page-title-section .btn-outline {
	background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
}

.starts-card  .why-choose-icons {
	width: 52px;
	height: 52px;
}

.btn-outline-orange{
    border-color: #FEEF8B!important;
    color: #CA8C18!important;
}

.btn-outline-orange:hover{
    background-color: #FEEF8B!important;
    color: var(--dark-navy)!important;
}
.dot {
	width: 5px;
	height: 5px;
	display: inline-flex;
	background-color: var(--text-muted);
	border-radius: 25px;
	margin: 0 5px;
}

.quick-task-box{
    background-color: #FEF7DB;
    border:1px solid #FDE689;
}
.view-all{
    font-size: 0.875rem;
}
.simplebar-scrollable-y {
	position: -webkit-sticky;
	position: sticky;
	top: 5rem;
	display: block !important;
	height: calc(100vh - 9rem);
	padding-left: .25rem;
	margin-left: -.25rem;
	overflow-y: auto;
}

/*--Detail page css start here--*/

/*--Right Sidebar css--*/
.sidebar-right {
	width: 380px;
	border-left: 1px solid #E0E2E5;
    height: calc(100% - 2.35rem);
    background-color: #F6F8FA;
    position: fixed;
    right: 0;
    top: 56px;
    transition: 0.3s;
}
.sidebar-header{
    background-color: #1B44D3;
    padding: 15px 15px;
}
.sidebar-header p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;    
}

.right-sidebar-tabs .nav-tabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.right-sidebar-tabs .nav-tabs li{
    width: 25%;
}
.tab-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #E1E3E5;
}
.tab-link:hover, .tab-link.active{
    background-color: #ECF4FE;
    border-color: #133EAF;
    color: #0E3BD9;
}

.info-tab {
	white-space: nowrap;
	font-size: 0.875rem;
}

.right-sidebar-tabs .tab-content {
	padding: 10px;
    height: calc(100vh - 12rem);
}

.tag-blue{
    background-color: #D6E6FE!important;
    color: #001246!important;
    font-size: 0.75rem;
}

.patient-info-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.patient-img-detial {
	display: flex;
	align-items: center;
	gap: 10px;
}

.patient-img-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.samll-text{
    font-size: 0.75rem;
    color: #63666E;
}

.patient-name-info {
	display: flex;
	flex-direction: column;
}

.patient-personal-detials {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}

.dob-left {
	width: 50%;
	display: flex;
	gap: 10px;
	margin: 10px 0;
}

.bob-detials {
	display: flex;
	flex-direction: column;
}
.calendar-icon i{
	color: #737880;
}
.label-text {
	font-size: .75rem;
	color: #737880;
}
.dob-dark {
	font-size: .75rem;
	line-height: normal;
    color: #1A1D23;
}

.fs-12{
    font-size: 0.75rem;
}

.risk-factor-section h5{
    font-size: 1rem;
    color:#1A1D23;
    margin-bottom: 10px;
}
.risk-factor-list {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 15px;
}
.risk-factor-list li{
    font-size: 0.75rem;
    color: #3A3E49;
    font-weight: 500;
    list-style-type: disc;
}

.recommendation-section {
	background-color: #ECF4FE;
	border: 1px solid #C6D3E7;
	padding: 10px;
    margin-top: 10px;
}
.recommendation-section h6{
    margin-bottom: 5px;
    color: #132458;
}
.recommendation-section ul li{
    color: #2B3F84;
    line-height: normal;
}

.annual-influ-bg{
    background-color: #FDEFEE;
    border-color: #EDCFCF;
}
.annual-influ-bg .patient-info-head i{
    color: #A83636;
}
.annual-influ-bg .recommendation-section{
    background-color: #FEDCDD;
    border-color: #F0C8C8;
}
.annual-influ-bg .recommendation-section h6, .annual-influ-bg .recommendation-section p,
.annual-influ-bg .recommendation-section ul li {
    color:#5D1214;
}

.no-prescription-available i, .no-prescription-available p{
    color: #9297A4;
}
.no-prescription-available p{
    font-size: 1rem;
}

/*--Detail left section css--*/
.dtail-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heading-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    gap: 15px;
}
.heading-section h1 {
	font-size: 1.82rem !important;
	font-weight: 700;
}

.heading-section p {
	font-size: 0.875rem;
	color: #272B33;
	font-weight: normal;
}

.detial-page-main-content {
	padding-right: 400px;
    transition: 0.3s;
}
.show-ai-assient-btn{
    background-color: #2257E6;
    padding:8px 20px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.show-ai-assient-btn:hover{
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}


.left-sidebar-tabs .tab-link {
	display: flex;
	flex-direction: row;
	gap: 10px;
     font-weight: bold;
}
.left-sidebar-tabs .tab-link:hover, .left-sidebar-tabs .tab-link.active {
	background-color: transparent;
	border-color: #133EAF;
	color: #0E3BD9;  
}
.left-sidebar-tabs .card:hover {
	transform: none !important;
	box-shadow: none !important;
}

.soap-buttons-set {
	display: flex;
	width: 100%;
	margin: 5px 0 5px 0;
}

.show-hide-arrow {
	position: absolute;
	left: -17px;
	background-color: #fff;
	font-size: 1rem;
	cursor: pointer;
	border-radius: 50px;
	min-width: 26px;
	min-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	color: #000;
	font-weight: 600;
	top: 15px;
}
.arrow-revert i{
    transform: rotate(-180deg);
}

.detial-page-main-content.right-sidebar-open {
	padding-right: 20px;
}

.detial-page-main-content.right-sidebar-open .sidebar-right {
	right: -350px;
}

/*---Sidebar-left menu--*/
.submenu {
    display: none;
    background: #34495e;
}

.submenu a {
    padding-left: 0;
    font-size: 0.875rem!important;
}

.submenu.leftsidebar-dropdown {
	background-color: transparent;
	margin-top: 5px;
    margin-left: 2rem;
}
.sidebar-full-view .sidebar-wrapper .nav li:hover .submenu li a{
    background-color: transparent;
    color: #94A3B6;
}
.sidebar-full-view .sidebar-wrapper .nav li .submenu li:hover a{
    color: var(--primary);
}
.sidebar-full-view .sidebar-wrapper .nav li .submenu li a{
    padding: 0px 10px;
    height: 36px;
}

.has-submenu {
	display: flex;
    flex-direction: column;
}
.analytics-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
    font-size: 0.875rem;
}
.menu-toggle {
	position: relative;
}





/* Responsive Styles */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .managers-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .comp-logo {
        max-width: 70%;
    }
    .navbar-toggler {
        background-color: transparent;
        border: 0px;
        padding: 0;
    }

    .header .nav-item {
        border-bottom: 1px solid var(--text-muted);
    }
    .header .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 600;
        padding: 1rem 1rem 1rem 1.5rem!important;
    }
    .dropdown-menu{
          width: 95%;
          margin:0 auto 20px auto;
    }
    .offcanvas{
        overflow: auto;
    }

    .hero-title {
        font-size: 2rem;
    }
    .hero-content-main {
        padding: 97px 0 80px 0;
    }
    .hero-grid {
        gap: 1rem;
    }
    .signup-card {
        padding: 1.2rem;
    }
    .signup-card h3 {
        font-size: 1.2rem!important;
    }
    .signup-form {
        gap: 0;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .section-title {
        font-size: 1.5rem;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .cta-section h2 {
        font-size: 1.5rem;
    }
    .cta-section p {
        font-size: 0.875rem;
    }
    .form-column {
        gap: 0.2rem;
    }
    .header .contact-info {
        padding: 1.5rem;
    }
    .header .contact-info h2 {
        font-size: 1.52rem;
        margin-bottom: 1rem;
    }
    .header .info-item a, .header .info-item span{
        color: var(--dark-navy);
    }
    .header .info-item {
        display: flex;
        gap: 10px;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding-bottom: 1rem;
    }
    .nav-logo{
        max-width: 40%;
    }
}

@media (max-width: 768px) {

    .footer-grid {
	grid-template-columns: repeat(2, 1fr);
}
.footer-bottom {
	flex-direction: column;
	gap: 20px;
}

}

@media (max-width: 480px) {
   
    
}
