
/*-----------------
	1. General
-----------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600');
html {
	height: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333448;
	background: linear-gradient(0deg, rgba(51, 53, 72, 0.05), rgba(51, 53, 72, 0.05)), #FFFFFF;
	overflow-x: hidden;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}
h1,
.h1 {
	font-size: 2.25rem;
}
h2,
.h2 {
	font-size: 1.875rem;
}
h3,
.h3 {
	font-size: 1.5rem;
}
h4,
.h4 {
	font-size: 1.125rem;
}
h5,
.h5 {
	font-size: 0.875rem;
}
h6,
.h6 {
	font-size: 0.75rem;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #009ce7;
	outline: none;
}
.form-control {
	box-shadow: none;
	padding: 10px 15px;
	font-size: 14px;
	min-height: 45px;
	border: 2px solid rgba(46, 55, 164, 0.1);
	border-radius: 10px;
}
.form-control::placeholder {
	font-size: 13px;
}
.form-control:focus {
	border-color: #2e37a4;
	box-shadow: none;
	outline: 0 none;
}
a {
	color: #2E37A4;
	text-decoration: none;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
input,
button {
	outline: none;
}
input[type="file"] {
	height: auto;
	padding: 6px 0.75rem;
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.form-control {
	resize: vertical;
}
.navbar-nav > li {
	float: left;
}
.input-block {
	margin-bottom: 20px;
}
.display-block {
	display: block;
}
.btn.rounded {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.btn.focus,
.btn:focus {
	box-shadow: inherit !important;
}
.list-group-item {
	border: 1px solid #eaeaea;
}


/*-----------------
	3. Helper Class
-----------------------*/

.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-t-0 {
	margin-top: 0 !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.w-40 {
	width: 40px;
}
.block {
	display: block !important;
}
.text-ellipsis {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-muted-light {
	color: #aaa;
}
.card-box {
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
.card-title {
	color: #333448;
	font-size: 16px;
	margin-bottom: 20px;
}
.page-title {
	color: #333448;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
}
.page-sub-title {
	color: #565656;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.cal-icon:after {
	background: transparent url("../img/icons/calendar-icon.svg") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 24px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	width: 24px;
	cursor: pointer;
}
.cal-icon {
	position: relative;
	width: 100%;
}
.time-icon:after {
	background: transparent url("../img/clock.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 19px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	width: 19px;
}
.time-icon {
	position: relative;
	width: 100%;
}
.badge-success-border {
	border: 1px solid #55ce63;
	color: #55ce63;
	background-color: #fff;
	display: inline-block;
	min-width: 80px;
}
.badge-danger-border {
	border: 1px solid #f62d51;
	color: #f62d51;
	background-color: #fff;
	display: inline-block;
	min-width: 80px;
}
.badge-warning-border {
	border: 1px solid #ffbc34;
	color: #ffbc34;
	background-color: #fff;
	display: inline-block;
	min-width: 80px;
}
.badge-info-border {
	border: 1px solid #009efb;
	color: #009efb;
	background-color: #fff;
	display: inline-block;
	min-width: 80px;
}
.modal-footer.text-start {
	text-align: left;
}
.modal-footer.text-center {
	text-align: center;
}
.font-18 {
	font-size: 18px;
}
.border-right {
	border-right: 1px solid #e7e7e7;
}
.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.btn {
	font-size: 0.875rem;
}

/*-----------------
	4. Bootstrap Classes
-----------------------*/

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
}
.rounded,
.circle {
	border-radius: 500px;
}
.bg-primary,
.badge-primary {
	background-color: #009efb !important;
}
.bg-success,
.badge-success {
	background-color: #55ce63 !important;
}
.bg-info,
.badge-info {
	background-color: #009efb !important;
}
.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}
.bg-danger,
.badge-danger {
	background-color: #f62d51 !important;
}
.bg-white {
	background-color: #fff;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #00d3c7 !important;
}
.text-success,
.dropdown-menu > li > a.text-success {
	color: #55ce63;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #f62d51;
}
.text-info,
.dropdown-menu > li > a.text-info {
	color: #009efb;
}
.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #ffbc34;
}
.text-purple,
.dropdown-menu > li > a.text-purple {
	color: #7460ee;
}
.btn-primary {
	border-color: transparent;
	background-color: #2E37A4;
	border-radius: 8px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #00d3c7;
	border: 1px solid #00d3c7;
	color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #009efb;
	border: 1px solid #009efb;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb;
	color: #fff;
}
.btn-outline-primary {
	border-color: #009efb;
	color: #009efb;
}
.btn-outline-primary:hover {
	background-color: #009efb;
	border-color: #009efb;
	color: #fff;
}
.btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-outline-primary:active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb;
	color: #fff;
}
.btn-success {
	background-color: #55ce63;
	border: 1px solid #55ce63
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background: #4ab657;
	border: 1px solid #4ab657
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	background: #4ab657;
	border: 1px solid #4ab657
}
.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}
.btn-warning {
	background: #ffbc34;
	border: 1px solid #ffbc34
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-danger {
	background: #f62d51;
	border: 1px solid #f62d51
}
.btn-danger:hover,
.btn-danger:focus {
	background-color: #e6294b;
	border: 1px solid #e6294b
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #00d3c7;
	border-color: #00d3c7;
}
.pagination > li > a,
.pagination > li > span {
	color: #2e37a4;
	font-size: 14px;
    padding: 5px 15px !important;
}
.page-item.active .page-link {
	background-color: #2e37a4;
	border-color: #2e37a4;
}
.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	transform-origin: left top 0;
	box-shadow: inherit;
	background-color: #fff;
}
.navbar-nav .open .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group-xs > .btn,
.btn-xs {
	min-height: 22px;
	min-width: 22px;
}
.dropdown-menu {
	font-size: 13px;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	box-shadow: none;
}
.btn-link {
	color: #333;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.card {
	margin-bottom: 25px;
	box-shadow: none;
	border: 0;
	border-radius: 12px;
	width: 100%;
}
.card-title {
	margin-bottom: 1.125rem;
}
.dropdown-action .dropdown-toggle:after {
	display: none;
}
.badge.rounded-pill {
	border-radius: 10rem;
}
.badge-primary {
	color: #fff;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: #eee;
	border-color: transparent;
}
.nav-tabs .nav-link {
	border-radius: 0;
}
.table.dataTable {
	border-collapse: collapse !important;
}
textarea.form-control {
	height: auto;
}
.progress-example .progress {
	margin-bottom: 1.5rem;
}
.progress-xs {
	height: 4px;
}
.progress-sm {
	height: 15px;
}
.progress.progress-sm {
	height: 6px;
}
.progress.progress-md {
	height: 8px;
}
.progress.progress-lg {
	height: 18px;
}
.form-control.form-control-sm {
	padding: 0.25rem 0.5rem;
}
.card .card-header {
	background-color: rgba(255, 255, 255, 0.1);
	border: 0 none;
	font-size: 16px;
	line-height: 30px;
	padding: 15px;
}
.card .card-header .card-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 5px 0;
}
.table h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	vertical-align: middle;
}
.table h5 + p {
	color: #9e9e9e;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}
.page-link:focus {
    box-shadow: unset;
}
.col-form-label {
	font-size: 14px;
	font-weight: 500;
}
.input-group-text {
	height: 45px;
}

/*-----------------
	5. Header
-----------------------*/

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1039;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px rgba(204, 204, 204, 0.25);
}
.header .header-left {
	float: left;
	height: 70px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: 220px;
	z-index: 1;
}
.logo {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: start;
}
.logo span {
	color: #2E37A4;
	font-size: 20px;
	font-weight: 500;
	margin-left: 10px;
}
.header .navbar-nav .badge {
	position: absolute;
	right: 7px;
	top: 4px;
}
.header .dropdown-menu > li > a {
	position: relative;
}
.header .dropdown-toggle:after {
	display: none;
}
.page-title-box {
	border-radius: 0;
	height: 70px;
	margin-bottom: 0;
	padding: 14px 20px;
}
.page-title-box h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.user-menu {
	margin: 0;
	position: relative;
	z-index: 99;
}
.user-menu.nav > li > a {
	color: #fff;
	font-size: 16px;
	line-height: 70px;
	padding: 0 5px;
	/* height: 70px; */
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
	background-color: #eee;
}
.user-img {
	display: inline-block;
	position: relative;
}
.header .user-img img {
	width: 40px;
	border-radius: 14px;
}
.user-img .status {
	border: 2px solid #fff;
	bottom: 0;
	height: 10px;
	position: absolute;
	right: 0;
	width: 10px;
}
.user-menu .user-img .status {
	bottom: 0px;
}
.user-menu .dropdown-menu {
	min-width: 145px;
	padding: 0;
	visibility: hidden;
    opacity: 0;
    display: block;
	transform: translate(0px, 100px);
}
.user-menu .dropdown-menu.show {
	visibility: visible;
    opacity: 1;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.table .dropdown-item {
	padding: 7px 10px;
}
.user-menu .bg-primary {
	background-color: #009efb !important;
}
.status {
	background-color: #ccc;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	width: 10px;
}
.status.online {
	background-color: #55ce63;
}
.status.offline {
	background-color: #f62d51;
}
.status.away {
	background-color: #faa937;
}
.top-nav-search {
    float: left;
    margin-left: 22px;
}
.top-nav-search form {
    margin-top: 13px;
	position: relative;
    width: 270px;
}
.top-nav-search .form-control {
    background: rgba(46, 55, 164, 0.05);
	border-radius: 12px;
	border: 0;
    height: 40px;
    padding: 10px 15px 10px 40px;
}
.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    min-height: 45px;
    padding: 7px 10px;
    position: absolute;
    left: 0;
    top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top-nav-search .form-control::-webkit-input-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control::-moz-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control:-ms-input-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control::-ms-input-placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.top-nav-search .form-control::placeholder {
	color: rgba(46, 55, 164, 0.3);
	font-weight: 500;
}
.theme-set .form-control {
	line-height: 29px;
}
.user-profile-list .user-link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0px 10px !important;
}
.user-menu.nav li.user-profile-list a {
	line-height: 20px;
}
.user-names {
	padding-right: 10px;
	text-align: right;
}
.user-names h5 {
	color: #2E37A4;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.user-names span {
	color: rgba(46, 55, 164, 0.5);
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}
.user-menu.nav li {
	margin-right: 12px;
	position: relative;
	align-items: center;
}

/*-----------------
	6. Sidebar
-----------------------*/

.sidebar {
	top: 90px;
	width: 250px;
	z-index: 1039;
	background-color: #fff;
	bottom: 0;
	margin-top: 0px;
	position: fixed;
	left: 0;
	transition: all 0.2s ease-in-out;
    border-top-right-radius: 40px;
	box-shadow: 5px 20px 14px rgba(46, 55, 164, 0.05);
    overflow-y: hidden;
	height: 100vh;
}
.sidebar.opened {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar-inner {
	height: 100%;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu li a {
	color: #888;
	display: block;
	font-size: 15px;
	height: auto;
	padding: 0 20px;
}
.sidebar-menu li a:hover {
	color: #2e37a4;
}
.sidebar-menu ul li .active img {
    filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.sidebar-menu li.active a {
	color: #2e37a4;
}
.menu-title {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 20px;
}
.menu-title > i {
	float: right;
	line-height: 40px;
}
.sidebar-menu li.menu-title a {
	color: #009efb;
	display: inline-block;
	float: right;
	padding: 0;
}
.sidebar-menu li.menu-title a.btn {
	color: #fff;
	display: block;
	float: none;
	font-size: 15px;
	line-height: inherit;
	margin-bottom: 15px;
}
.sidebar-menu ul .submenu .active {
	color: #2E37A4;
	font-weight: 500;
}
.sidebar-menu ul li .active {
	color: #2E37A4;
	font-weight: 500;
}
.sidebar-menu ul .submenu ul .active {
	position: relative;
}
.sidebar-menu ul .submenu ul .active:before {
	background-image: url(../img/icons/right-icon.svg);
	content: "";
	position: absolute;
	width: 10px;
    height: 10px;
    background-repeat: no-repeat;
	top: 50%;
    left: 35px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.sidebar-menu ul ul a.active {
	color: #2E37A4;
	font-weight: 500;
}
.mobile-user-menu {
	color: #fff;
	display: none;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 50px;
	z-index: 10;
}
.mobile-user-menu > a {
	color: #fff;
	padding: 0;
}
.mobile-user-menu > a:hover {
	color: #fff;
}
.mobile-user-menu > .dropdown-menu > a {
    line-height: 23px;
}
.profile-rightbar {
	display: none !important;
	color: #009efb;
	font-size: 26px;
	margin-left: 15px;
}
.fixed-sidebar-right {
	position: fixed;
	top: 60px;
	right: 0;
	width: 300px;
	margin-right: -300px;
	bottom: 0;
	z-index: 101;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile_btn {
	display: none;
}
.sidebar .sidebar-menu > ul > li > a span {
	transition: all 0.2s ease-in-out 0s;
	margin-left: 10px;
	white-space: nowrap;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
	color: #fff;
	margin-left: auto;
}
.sidebar-menu ul ul a {
	display: block;
	font-size: 14px;
	padding: 9px 10px 9px 60px;
	position: relative;
	color: rgba(46, 55, 164, 0.5);
	font-weight: 500;
}
.sidebar-menu ul ul {
	display: none;
}
.sidebar-menu ul ul ul a {
	padding-left: 70px;
}
.sidebar-menu ul ul ul ul a {
	padding-left: 90px;
}
.sidebar-menu > ul > li {
	position: relative;
}
.sidebar-menu .menu-arrow {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform .15s;
	position: absolute;
	right: 25px;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	line-height: 40px;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 18px;
	top: 23px;
}
.sidebar-menu .menu-arrow:before {
	content: "\f105";
}
.sidebar-menu li a.subdrop .menu-arrow {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
	top: 6px;
}
.sidebar-menu a {
	transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	-ms-transition: unset;
	-webkit-transition: unset;
}
.sidebar-menu > ul > li > a {
	padding: 12px 20px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	color: rgba(51, 53, 72, 0.75);
	font-weight: 500;
}
.sidebar-menu ul li a i {
	font-size: 18px;
	min-height: 24px;
	line-height: 18px;
	transition: all 0.2s ease-in-out 0s;
	background: rgba(46, 55, 164, 0.05);
	border-radius: 8px;
	width: 40px;
	height: 40px;
	margin-left: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.sidebar-menu ul li a span.menu-side {
	font-size: 18px;
	min-height: 24px;
	line-height: 18px;
	transition: all 0.2s ease-in-out 0s;
	background: rgba(46, 55, 164, 0.05);
	border-radius: 8px;
	width: 40px;
	height: 40px;
	margin-left: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.sidebar-menu ul .submenu .active img {
	filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.sidebar-menu li a:hover img {
   filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg) brightness(50%) contrast(340%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.sidebar-menu ul li.menu-title a i {
	font-size: 16px;
	margin-right: 0;
	text-align: right;
	width: auto;
}
.logout-btn {
	margin: 50px 0px;
}
.logout-btn a span.menu-side {
	font-size: 18px;
    min-height: 24px;
    line-height: 18px;
    transition: all 0.2s ease-in-out 0s;
    background: rgba(46, 55, 164, 0.05);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	flex-shrink: 0;
}
.logout-btn a {
    padding: 12px 20px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    color: #2E37A4;
    font-weight: 500;
}
.logout-btn a span {
	margin-left: 10px;
}

/*-----------------
	7. Content
-----------------------*/

.page-wrapper {
	left: 0;
	padding-top: 70px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.page-wrapper > .content {
	padding: 30px;
	padding-bottom: 0;
}

/*-----------------
	12. Login
-----------------------*/

.login-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right .login-right-wrap .input-block {
	position: relative;
}
.login-wrapper .loginbox .login-right .login-right-wrap .input-block label {
	font-size: 12px;
	color: #333448;
	font-weight: 500;
	position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    margin-bottom: 0;
	padding: 0px 5px;
}
.login-danger,
.star-red {
	color: #FF0000;
}

.accordion-active {
    background-color: #a1e8ca !important;
}

.operation-disabled {
    pointer-events: none;     /* disables clicks */
    opacity: 0.5;             /* visual feedback */
    cursor: not-allowed;
}


.account-subtitle {
    color: #02021eab;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
	font-weight: 500;
}
.account-subtitle a {
	color: #2E37A4;
}
.login-wrapper .loginbox .login-right h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 40px;
}
.login-wrapper .loginbox .login-right .forgotpass {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 40px;
}
.remember-me .custom_check {
	color: #333448;
	font-size: 13px;
	font-weight: 500;
}
.remember-me .custom_check .checkmark {
	width: 18px;
	height: 18px;
	top: 2px;
    left: 2px;
	border: 2px solid rgba(51, 52, 72, 0.2);
	border-radius: 4px;
	background-color: #fff;
}
.remember-me .custom_check .checkmark::after {
	left: 3px;
    top: 0px;
}
.login-wrapper .loginbox .login-right .forgotpass a {
	color: #00D3C7;
	font-size: 14px;
	font-weight: 500;
	margin-left: auto;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
	color: #333;
	text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
	color: #a0a0a0;
	margin: 20px 0px;
}
.login-wrapper .loginbox .login-right .dont-have a {
	color: #18AEFA;
	font-weight: 500;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
	text-decoration: underline;
}
.social-login {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-login > span {
	color: #a0a0a0;
	margin-right: 8px;
}
.social-login > a {
	background: rgba(51, 52, 72, 0.05);
	border-radius: 50%;
	height: 40px;
	margin-right: 6px;
	width: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.social-login > a:hover {
	background-color: #e6e6e8;
    color: #fff;
}
.social-login > a:last-child {
	margin-right: 0;
}
.btn-primary.primary-reset {
    background-color: #18AEFA;
    border-color: #18AEFA;
}
.btn-primary.primary-reset:hover {
    background-color: #3d5ee1;
    border: 1px solid #3d5ee1;
}
.profile-views {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
	color: rgba(51, 52, 72, 0.2);
	cursor: pointer;
}
.login-right .form-control {
	border: 2px solid rgba(46, 55, 164, 0.1);
	border-radius: 10px;
	height: 45px;
}
.login-right .form-control:focus {
	border: 2px solid rgb(74 83 199 / 80%);
}
.btn-block {
    width: 100%;
}
.account-logo {
	margin-bottom: 40px;
	text-align: left;
}
.login-right .btn-primary {
	background: linear-gradient(92.39deg, #4E57CD 1.86%, #2E37A4 100%);
	border-radius: 12px;
	font-size: 16px;
	padding: 10px 15px;
}
.login-right .btn-primary:hover {
	background: linear-gradient(92.39deg, #2E37A4 1.86%, #00318b 100%);
	border: 1px solid #00318b;
}
.next-sign {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.login-btn {
	margin-bottom: 40px;
}
.login-wrapper .login-right .user-lock-screen h2 {
	margin-bottom: 10px;
}
.user-lock-screen p {
	margin-bottom: 0;
	color: #333448;
	font-size: 14px;
	font-weight: 500;
}
.user-lock-screen {
	margin-bottom: 30px;
}
.sucess-mail h4 {
	font-size: 26px;
	font-weight: 600;
	margin: 15px 0px 20px;
}
.sucess-mail p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
}

/*-----------------
	14. Login
-----------------------*/

.login-sec {
    text-align: center;
    display: flex;
    flex-direction: column;
    /* CHANGE: Changed from 'end' to 'center' */
    justify-content: center; 
    align-items: center;
    /* CHANGE: Ensure it fills the parent's full height */
    height: 100vh; 
    width: 100%;
    position: relative; /* Changed from absolute to keep flex logic simple */
}

.log-img {
    display: flex;
    align-items: center;    
    justify-content: center; 
    /* CHANGE: Let the container expand naturally or fill available space */
    width: 100%;
    height: auto; 
    position: relative;     
}

.log-img video{
  display:block;
  width:min(480px, 42vw);   /* ✅ control size nicely */
  height:auto;
  max-height:80vh;
  border-radius:20px;
  object-fit:contain;
}

/* Container must be relative (you already have this) */
.log-img{
  position:relative;
  display:inline-block;     /* ✅ shrink-wrap */
  width:fit-content;        /* ✅ fit to video */
  height:fit-content;       /* ✅ fit to video */
}

/* YouTube-style mute button */
.yt-mute-btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background .2s ease, transform .15s ease;
}

/* Hover effect like YouTube */
.yt-mute-btn:hover {
  background: rgba(250, 92, 92, 0.85);
  transform: scale(1.05);
}

/* SVG */
.yt-mute-btn svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  stroke: #000000;
  stroke-width: 2;
  stroke-linecap: round;
}

.icon-wave {	
  fill: none;              
  stroke: currentColor; 
}

.yt-mute-btn .icon-muted path[fill="none"]{
  stroke: currentColor;
}

/* show unmuted by default */
.yt-mute-btn .icon-unmuted{ display:block; }
.yt-mute-btn .icon-muted{ display:none; }

/* muted state: red bg + white icon */
.yt-mute-btn.muted{
  background: rgba(204,27,27,0.9);
}

.yt-mute-btn.muted .yt-icon{
  color:#fff;                  /* muted icon white */
}

/* toggle which group is visible */
.yt-mute-btn.muted .icon-unmuted{ display:none; }
.yt-mute-btn.muted .icon-muted{ display:block; }


/* Muted icon color (slightly softer white) */
.yt-mute-btn.muted svg {
  fill: #ffecec;
  stroke: #ffecec;
}

/* DEFAULT: unmuted */
.icon-x { opacity: 0; }
.icon-wave { opacity: 1; }

/* MUTED STATE */
.yt-mute-btn.muted {
  background: rgba(204, 27, 27, 0.85); /* 🔴 red like YouTube */
}

/* Hover while muted */
.yt-mute-btn.muted:hover {
  background: rgba(204, 27, 27, 1);
}

/* MUTED STATE */
.yt-mute-btn.muted .icon-x { opacity: 1; }
.yt-mute-btn.muted .icon-wave { opacity: 0; }



.login-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.login-wrap{
  background:#2E37A4;
  position:fixed;
  top:0;
  left:0;
  height:100vh;
  padding:0;
  border-radius:0 65px 65px 0;
  overflow:hidden;
}
.login-wrap-bg {
	position: absolute;
	right: 0;
	padding: 15px 90px 15px;
	height: 100%;
}
.login-wrap .login-sec{
  height:100%;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;

  background-image:url('../img/login-0l.png');
  background-repeat:no-repeat;
  background-position:top right;
  background-size:cover;
}
.login-wrapper .loginbox {
	background: #FFFFFF;
	box-shadow: 0px 80px 80px rgba(46, 55, 164, 0.03);
	border-radius: 24px;
	display: flex;
	max-width: 830px;
	width: 100%;
}
.login-wrapper .loginbox .login-right {
	padding: 50px;
	width: 100%;
}

/*-----------------
	9. Dashboard
-----------------------*/

.dash-widget {
	background-color: #fff;
	border-radius: 12px;
	backdrop-filter: blur(2px);
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
.dash-boxs {
	background: rgba(46, 55, 164, 0.05);
	border: 2px solid rgba(46, 55, 164, 0.1);
	border-radius: 12px;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.dash-content h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.dash-content h2 {
	color: #2E37A4;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.dash-content p {
	color: rgba(51, 52, 72, 0.5);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
}
.dash-content p .negative-view {
	color: #FF3667;
}
.dash-content p .passive-view {
	color: #00D3C7;
}
.comman-flex-center {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.card-table.card-table-top .card-body {
	height: 175px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.btn-primary-one {
	border: 1px solid #ffbc35;
	border-radius: 25px;
	width: 100px;
	background: transparent;
	color: #000;
}
.btn-primary-two {
	border: 1px solid #009efb;
	border-radius: 25px;
	width: 100px;
	background: transparent;
	color: #000;
}
.btn-primary-three {
	border: 1px solid #55ce63;
	border-radius: 25px;
	width: 100px;
	background: transparent;
	color: #000;
}
.btn-primary-four {
	border: 1px solid #ffbc35;
	border-radius: 25px;
	width: 100px;
	background: transparent;
	color: #000;
}

.dash-content h5 {
	font-size: 24px;
	color: #2E37A4;
	font-weight: 600;
	margin-bottom: 20px;
}


/*-----------------
	12. Nav tabs
-----------------------*/

.nav-tabs > li > a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: transparent;
	color: #333;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #333;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #2e37a4;
	border-color: #2e37a4;
	color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 50px;
}
.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
	border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}


/*-----------------
	15. Chat
-----------------------*/

.media .avatar{
	min-width: 36px;
}
.avatar {
	background-color: #aaa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 38px;
	line-height: 38px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 38px;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
}
.avatar:hover {
	color: #fff;
}
.avatar > img {
	width: 100%;
	display: block;
}
.card.chat-box {
	padding: 20px;
	border-radius: 8px;
	width: 100%;
}
.card.chat-box-clinic {
	padding: 0;
	border-radius: 8px;
	width: 100%;
}
.chat-box-clinic .chat-user-group,
.chat-box-clinic .chat-search {
	padding: 10px 20px;
}
.chat-box-clinic .chat-user-group,
.chat-box-clinic .chat-search {
	margin-bottom: 20px;
}
.chat-box-clinic .chat-user-group:hover {
	background: #2E37A4;
}
.chat-box-clinic .chat-user-group:hover .user-titles h5,
.chat-box-clinic .chat-user-group:hover .chat-user-time p {
    color: #FFFFFF;
}
.chat-box-clinic .chat-user-group:hover .user-text p {
	color: rgba(255, 255, 255, 0.5);
}
.chat-user-group:hover .chat-user-count span {
	background: #fff;
	color: #2E37A4;
}
.chat-user-group {
	margin-bottom: 30px;
}
.chat-user-group-head .img-users {
    margin-right: 10px;
}
.chat-user-group-head {
	padding: 20px;
}
.chat-user-group-head .user-titles h5 {
    color: #2E37A4;
}
.chat-users {
	width: 100%;
}
.chat-users.user-main {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.user-dot-list {
	width: 40px;
	height: 40px;
	background: rgba(51, 52, 72, 0.05);
	border-radius: 8px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.user-dot-list a {
	color: #171717;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-user-time,
.chat-user-count {
	margin-left: auto;
}
.user-titles h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
}
.chat-user-time p,
.user-text p {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
	color: rgba(51, 53, 72, 0.5);
}
.chat-user-count span {
	background: #2E37A4;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	font-size: 10px;
	color: #fff;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.chat-user-count .user-check {
	background: none;
	color: #838383;
	font-size: 14px;
}
.chat-user-group .img-users {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.user-check.active {
	color: #399E8D;
}
.chat-user-group .active-users {
    width: 8px;
    height: 8px;
    right: 5px;
    top: 0px;
}
.img-users {
	position: relative;
}

.card.chat-message-box {
	padding: 20px;
}
.message-sub-box h4 {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}
.message-sub-box p {
	font-size: 14px;
	font-weight: 400;
	background: rgba(51, 52, 72, 0.1);
	border-radius: 0px 10px 10px 10px;
	padding: 10px;
	margin-bottom: 15px;
	max-width: 700px;
}
.message-sub-box span {
	color: rgba(51, 53, 72, 0.5);
	font-size: 10px;
	font-weight: 500;
}

.msg-sub-list {
	margin-bottom: 0;
}
.msg-sub-list li {
	background: rgba(46, 55, 164, 0.05);
	border-radius: 8px;
	margin-bottom: 5px;
	padding: 5px;
	max-width: 270px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}
.msg-sub-list li:last-child {
	margin-bottom: 0;
}
.footer-discussion {
    display: inline-flex;
    width: 100%;
}
.footer-discussion .inputgroups {
    width: 100%;
	margin-top: 30px;
	position: relative;
}

.inputgroups textarea {
    width: 100%;
    border: none;
	font-size: 13px;
    outline: none;
    resize: none;            /* Removes the draggable corner */
    padding: 10px 45px 10px 15px; /* Leave space for the send icon */
    border-radius: 20px;
    max-height: 150px;       /* Prevents it from growing forever */
    overflow-y: auto;        /* Adds a scrollbar if it hits max-height */
    line-height: 1.5;
    font-family: inherit;
    display: block;
}

.voice-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: transform 0.2s ease;
}

.voice-btn:hover {
    transform: scale(1.1);
}

.voice-btn i {
    color: #666; /* Subtle gray when muted */
    font-size: 18px;
}

#chatInput {
    width: 100%;
	flex: 1;
    padding-right: 45px; /* Important: space for the icon */
    border: none;
    outline: none;
    resize: none;
    max-height: 200px;
    font-size: 16px;
    line-height: 1.5;
	background: transparent;
}

.send-chat-btn {
    position: absolute;
    right: 12px;
    bottom: 8px; /* Keeps it at the bottom as the box grows */
    background: transparent;
    border: none;
    color: #ccc; /* Default grey when empty */
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* The "Active" state when user types (Gemini Blue) */
.send-chat-btn.active {
    color: #1a73e8; 
    background-color: #f1f3f4;
}

.send-chat-btn:hover.active {
    background-color: #e8f0fe;
}

/* Ensure the container grows with the textarea */
.inputgroups {
    display: flex;
	position: relative;
    align-items: center; 
    background: #fff;
    border: 1px solid #d5d5d5;
	box-shadow: 0 1px 6px rgba(136, 118, 187, 0.314);
	transition: box-shadow 0.3s;
    border-radius: 30px;
    padding: 5px 15px;
	margin: 5px;
    gap: 10px;
}


.inputgroups:focus-within {
    box-shadow: 0 4px 12px rgba(93, 130, 93, 0.33);
}

#voiceToggle {
    margin-left: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

#voiceToggle:active {
    transform: scale(0.9);
}

/* Container for the whole message line */
.chat-message-wrapper {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    align-items: flex-start;
}

/* User Message: Avatar on the right, Text on the left */
.user-side {
    flex-direction: row-reverse; 
}

/* AI Message: Avatar on the left, Text on the right (Default) */
.ai-side {
    flex-direction: row;
}

.avatar {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.inputgroups input[type="text"] {
    width: 100%;
    height: 52px;
    padding-left: 32px;
	background: rgba(46, 55, 164, 0.05);
	border-radius: 25px;
	border: 0;
	font-size: 15px;
}
.inputgroups input[type="text"]::placeholder {
	font-size: 15px;
	color: rgba(44, 45, 63, 0.65);
}
.chat-footer-box {
	border-top: 2px solid rgba(46, 55, 164, 0.05);
	border-radius: 0px 0px 10px 10px;
}
.position-icon {
	position: absolute;
}
.micro-text {
	top: 15px;
	left: 10px;
}
.send-chat {
	background: #234CE3;
	border-radius: 8px;
	width: 52px;
	height: 52px;
	top: 0;
	right: 0;
}
.comman-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.symple-text ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 0;
}
.symple-text ul li {
	list-style: none;
}
.symple-text {
	top: 15px;
    right: 65px;
}
.chat-heading h3 {
	margin-bottom: 20px;
}
.chat-users.chat-user-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.comman-space-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.chat-user-blk .user-titles p {
	color: rgba(51, 53, 72, 0.5);
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}
.chat-user-blk .user-text {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-user-icon {
	margin-left: 15px;
}

.message-sub-box h5 {
	color: rgba(51, 52, 72, 0.5);
	font-size: 10px;
	font-weight: 500;
}


/*-----------------
	10. Join Call
-----------------------*/

.page-content {
	width: 100%;
}

/*-----------------
	16. Focus Label
-----------------------*/

.form-focus {
	display: flex;
	height: 50px;
	position: relative;
}
.form-focus .focus-label {
	font-size: 16px;
	font-weight: 400;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 22px, 0) scale(1);
	-ms-transform: translate3d(0, 22px, 0) scale(1);
	-o-transform: translate3d(0, 22px, 0) scale(1);
	transform: translate3d(0, 22px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	left: 12px;
	top: -8px;
	z-index: 1;
	color: #888;
}
.form-focus.focused .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -14px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .form-control {
	height: 50px;
	padding: 21px 12px 6px;
}
.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #bbb;
}
.profile-basic .cal-icon {
	width: 100%;
}
.form-focus .select2-container .select2-selection--single {
	border: 1px solid #ccc;
	height: 50px;
	border-radius: 0;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 12px;
	padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fc6075;
}
.file-size {
	color: #888;
}


/*-----------------
	23. Chat Right Sidebar
-----------------------*/

.fixed-header .custom-menu {
	margin: 1px 0 0;
}
.topnav-dropdown-footer {
	border-top: 1px solid #eee;
}
.notification-box {
	bottom: 0;
	margin-right: -300px;
	position: fixed;
	right: 0;
	top: 70px;
	transition: all 0.4s ease 0s;
	width: 300px;
	z-index: 101;
	border-left: 1px solid #ddd;
}
.open-msg-box .notification-box {
	margin-right: 0;
}
.msg-sidebar {
	background-color: #fff;
}
.list-box {
	list-style: none;
	padding-left: 0;
}
.list-item.new-message {
	background-color: rgba(0, 0, 0, 0.2);
}
.list-item {
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	position: relative;
}
.list-left {
	height: 48px;
	position: absolute;
	width: 48px;
}
.files-icon {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
}
.files-icon i {
	color: #777;
	font-size: 20px;
}
.list-body {
	padding: 0 0 0 50px;
}
.message-author {
	color: #333448;
	float: left;
	font-weight: bold;
	width: 175px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
}

.message-content {
	color: #333;
	font-size: 15x;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.footer.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; /* Ensures it stays above other content */
    background-color: #ffffff; /* Matches your bg-white */
}


body {
    padding-bottom: 50px; 
}



.sticky-panel {
  position: sticky;
  top: 80px;
  height: calc(100vh - 90px);
  overflow-y: auto;

  /* Hide scrollbar (cross-browser) */
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;       /* IE / Edge */
}

.sticky-panel::-webkit-scrollbar {
  display: none;                  /* Chrome / Safari */
}



/*-----------------
	34. Error
-----------------------*/

.error-pages {
	background: #fff;
}
.error-box {
	border-radius: 5px;
	line-height: 1;
	margin: 0 auto;
	max-width: 620px;
	padding: 50px 30px 55px;
	text-align: center;
	width: 100%;
}
.error-wrapper {
	margin: 0;
	color: #4F5155;
	-moz-box-align: center;
	-moz-box-pack: center;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}
.error-box h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}
.error-box p {
	margin-bottom: 40px;
	color: rgba(51, 52, 72, 0.5);
}
.error-box img {
	margin-bottom: 50px;
}
.error-box .btn {
	text-transform: capitalize;
	min-width: 179px;
	padding: 10px 15px;
	border-radius: 12px;
}

.error-banner {
    background: #ffcccc;
    border: 1px solid #ff9999;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #990000;
}


/*-----------------
	35. Lock Screen
-----------------------*/

.lock-user {
	margin-bottom: 20px;
}
.lock-user img {
	margin-bottom: 15px;
	width: 100px;
}


.page-header {
    margin-bottom: 1.875rem;
}

/*-----------------
	40. Chat Sidebar
-----------------------*/

.chat-sidebar {
	background-color: #fff;
	border-left: 1px solid #eaeaea;
	width: 300px;
}
.chat-sidebar .chat-contents {
	background-color: #fff;
}
.chat-sidebar .chat-left .chat-content {
	border: 0;
	padding: 0;
	border-radius: 0 !important;
	background-color: transparent;
	max-width: 100%;
}
.chat-sidebar .chat-left .chat-body {
	margin-left: 50px;
	padding-right: 0;
}
.chat-sidebar .chat-date {
	background-color: #fff;
}
.chat-sidebar .chats {
	padding: 15px 15px 30px;
}
.chat-sidebar .avatar {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.chat-sidebar .chat.chat-left {
	margin-bottom: 20px;
}
.chat-sidebar .chat.chat-left:last-child {
	margin-bottom: 0;
}
.chat-sidebar .chat-left .chat-time {
	color: #888;
	display: inline-block;
	font-size: 11px;
}
.chat-sidebar .chat-content > p {
	font-size: 13px;
	margin-bottom: 0;
}
.chat-sidebar.opened {
	margin-right: 0;
}


/*-----------------
   42. Settings
-----------------------*/

.card .card-header .card-title {
    margin-bottom: 0;
	font-size:16px;
	font-weight: 600;
}
.settings-form {
    margin-top: 20px;
}
.settings-label {
    margin-bottom: 10px;
	font-size: 13px;
}
.settings-btn {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 46px;
}
.settings-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.settings-btn .upload {
    position: absolute;
    z-index: 11;
    background: #2e37a4;
    border-radius: 5px;
    right: 2px;
    top: 1.5px;
    width: 41px;
    height: 41px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.settings-size {
    font-size: 13px;
    color: #131523;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
}
.settings-size span {
    font-weight: 700;
}
.upload-images {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    display: flex;
    margin-top: 30px;
    width: 196px;
    height: 78px;
    justify-content: space-around;
    align-items: center;
    position: relative;
	margin-bottom: 24px;
}
.upload-images img {
    max-height: 45px;
    width: auto;
}
.upload-images .btn-icon {
    color: #00d3c7;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 20px;
    height: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 0px;
    top: 0px;
    justify-content: center;
    -webkit-justify-content: center;
}



.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}
.bg-danger-light {
    background-color: rgb(255 218 218 / 49%) !important;
    color: #FF0000 !important;
}
.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}
.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}
.card-two {
    border: 1px solid #DBDFEA;
    border-radius: 5px;
}

/* 1. Reset the link container hover effect */
.nav-item .nav-link:hover, 
.nav-item .nav-link:focus {
    background-color: transparent !important; /* Remove the large box color */
    color: inherit; /* Stop the text from changing color unexpectedly */
}

/* 2. Target ONLY the icon for the hover effect */
.nav-link .fa-moon {
    background-color: #f0f0f0; 
    color: #2E37A4;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Optional: Add a hover effect */
.nav-link:hover .fa-moon {
    background-color: #2E37A4;
    color: #ffffff;
	transform: scale(1.1);
}

/* The "Active" state for Dark Mode */
body.dark-theme .fa-moon {
    background-color: #333333; /* Darker circle background */
    color: #f1c40f;           /* Yellow/Gold moon */
    box-shadow: 0 0 10px rgba(241, 196, 15, 0.3); /* Soft glow */
}

 
body[data-layout-mode=dark] .alertify .ajs-dialog {
  background-color: #313533;
}
body[data-layout-mode=dark] .alertify .ajs-body {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #2E37A4;
}

body[data-layout-mode=dark] .alertify .ajs-footer,
body[data-layout-mode=dark] .alertify .ajs-header {
  color: #ced4da;
  background-color: #313533;
  border-color: #3b403d;
}

.btn-primary span {
	color: #fff;
}
.btn.btn-primary:disabled {
	color: #fff;
}
.swal2-header .swal2-title {
	font-size: 22px;
}
.auth-logo {
	display: flex;
	justify-content: center;
}
.modal-dialog.modal-bottom {
	display: flex;
    align-items: end;
    height: 90%;
}

/*-----------------
	43. Responsive
-----------------------*/


@media only screen and (min-width: 991px) {
	#toggle_btn {
		color: #fff;
		float: left;
		font-size: 20px;
		line-height: 70px;
		padding: 0 10px;
	}
	.user-active .call-imgs {
		width: 100%;
	}
	.join-video.user-active {
		height: auto;
	}
	.single-user .call-imgs {
		width: 100%;
	}
	.mini-sidebar .header-left .logo span {
		display: none;
	}
	.mini-sidebar .header .header-left {
		padding: 0 5px;
		width: 60px;
	}
	.mini-sidebar .sidebar {
		width: 60px;
	}
	.mini-sidebar.expand-menu .sidebar {
		width: 230px;
	}
	.mini-sidebar .menu-title {
		visibility: hidden;
		white-space: nowrap;
	}
	.mini-sidebar.expand-menu .menu-title {
		visibility: visible;
	}
	.modal-open .mini-sidebar .sidebar {
		z-index: 1051;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
		display: inline;
		opacity: 1;
	}
	.mini-sidebar .page-wrapper {
		margin-left: 60px;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span.menu-side {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
	}
	.mini-sidebar .sidebar-menu > ul > li > a {
		padding: 12px 10px;
	}
	.mini-sidebar.expand-menu .sidebar-menu > ul > li > a {
		padding: 12px 20px;
	}
	.mini-sidebar .sidebar-menu .logout-btn a {
		padding: 12px 10px;
	}
	.mini-sidebar.expand-menu .sidebar-menu .logout-btn a { 
		padding: 12px 20px;
	}
}
@media only screen and (min-width: 768px) {
	.modal-md {
		width: 500px;
	}
	.nav-tabs.nav-justified.nav-tabs-top {
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs.nav-justified.nav-tabs-top > li > a,
	.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
	.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
		border-width: 2px 0 0 0;
	}
	.nav-tabs.nav-tabs-top > li {
		margin-bottom: 0;
	}
	.nav-tabs.nav-tabs-top > li > a,
	.nav-tabs.nav-tabs-top > li > a:hover,
	.nav-tabs.nav-tabs-top > li > a:focus {
		border-width: 2px 0 0 0;
	}
	.nav-tabs.nav-tabs-top > li + li > a {
		margin-left: 1px;
	}
	.nav-tabs.nav-tabs-top > li > a.active,
	.nav-tabs.nav-tabs-top > li > a.active:hover,
	.nav-tabs.nav-tabs-top > li > a.active:focus {
		border-top-color: #2e37a4;
	}
	.nav-tabs.nav-tabs-bottom > li {
		margin-bottom: -1px;
	}
	.nav-tabs.nav-tabs-bottom > li > a.active,
	.nav-tabs.nav-tabs-bottom > li > a.active:hover,
	.nav-tabs.nav-tabs-bottom > li > a.active:focus {
		border-bottom-width: 2px;
		border-color: transparent;
		border-bottom-color: #009efb;
		background-color: transparent;
		transition: none 0s ease 0s;
		-moz-transition: none 0s ease 0s;
		-o-transition: none 0s ease 0s;
		-ms-transition: none 0s ease 0s;
		-webkit-transition: none 0s ease 0s;
	}
	.nav-tabs.nav-tabs-bottom > li {
		margin-bottom: -1px;
	}
	.nav-tabs.nav-tabs-bottom > li > a.active,
	.nav-tabs.nav-tabs-bottom > li > a.active:hover,
	.nav-tabs.nav-tabs-bottom > li > a.active:focus {
		border-bottom-width: 2px;
		border-color: transparent;
		border-bottom-color: #2e37a4;
		background-color: transparent;
		transition: none 0s ease 0s;
		-moz-transition: none 0s ease 0s;
		-o-transition: none 0s ease 0s;
		-ms-transition: none 0s ease 0s;
		-webkit-transition: none 0s ease 0s;
	}
	.nav-tabs.nav-tabs-solid {
		background-color: #fafafa;
		border: 0;
	}
	.nav-tabs.nav-tabs-solid > li {
		margin-bottom: 0;
	}
	.nav-tabs.nav-tabs-solid > li > a {
		border-color: transparent;
	}
	.nav-tabs.nav-tabs-solid > li > a:hover,
	.nav-tabs.nav-tabs-solid > li > a:focus {
		background-color: #f5f5f5;
	}
	.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
		background-color: #f5f5f5;
		border-color: transparent;
	}
	.nav-tabs-justified.nav-tabs-top {
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs-justified.nav-tabs-top > li > a,
	.nav-tabs-justified.nav-tabs-top > li > a:hover,
	.nav-tabs-justified.nav-tabs-top > li > a:focus {
		border-width: 2px 0 0 0;
	}
}

@media screen and (max-width: 768px) {
    .desktop-footer-text {
        display: none;
    }

    .chat-wrapper {
        padding-bottom: 100px !important;
    }
}

@media only screen and (max-width: 1199.98px) {
	.profile-user-img img {
		width: 90px;
	}
	.profile-edit-icon img {
		width: 25px;
	}
	.follow-btn-group .btn-info {
		min-width: auto;
	}
	.profile-table.custom-table thead tr th, .profile-table.custom-table tbody tr td {
		padding: 10px;
	}
	.invoices-view {
		width: 90%;
		float: right;
	}
	.invoices-tabs ul li {
		margin-right: 10px;
	}
	.invoices-tabs ul li a {
		font-size: 14px;
	}
	.login-wrap-bg {
		padding: 15px 50px 15px;
	}
	.login-wrapper .loginbox .login-right {
		padding: 30px;
	}
	.morning-user {
		padding: 30px 0px 30px 30px;
	}
	.morning-user h2 {
		font-size: 28px;
		font-weight: 600;
	}
	.border-right-bg:before {
		display: none;
	}
	.border-right-bg {
		margin-bottom: 10px;
	}
	.wallet-widget .circle-bar > div canvas {
		width: 140px !important;
		height: 140px !important;
	}
	.meeting .join-video {
		height: 320px;
	}
	.join-video.single-user {
		height: auto;
	}
}
@media only screen and (max-width: 991.98px) {
    /* Ensure the containers stack normally instead of overlapping */
    .login-wrap, .login-wrap-bg {
        position: relative !important;
        top: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    /* Force the video to stay at the top and the login box to follow below it */
    .login-wrapper {
        margin-top: 20px; /* Gives a little breathing room between video and text */
        position: relative;
        z-index: 1;
    }
}

@media only screen and (max-width: 991.98px) {
	.profile-rightbar {
		display: inline-block !important;
	}
	div.dataTables_wrapper div.dataTables_info {
		padding-bottom: 0.85em;
	}
	.chat-profile-view {
		display: none;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		right: 0;
		transform: translateX(0px);
		z-index: 1041;
		width: 300px;
		position: fixed;
		margin-right: -300px;
		display: table-cell;
		top: 0;
		padding-bottom: 60px;
		margin-top: 50px;
	}
	.message-view.chat-view {
		width: 100%;
	}
	.slide-nav .page-wrapper {
		left: 225px;
		margin-left: 0;
	}
	.chat-main-row {
		left: 0;
	}
	.header .header-left {
		position: absolute;
		width: 100%;
	}
	.mobile_btn {
		display: block;
	}
	.page-title-box {
		display: none;
	}
	.sidebar {
		margin-left: -225px;
		width: 225px;
	}
	.page-wrapper {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.slide-nav .sidebar {
		margin-left: 0;
	}
	a.mobile_btn {
		color: #fff;
		font-size: 24px;
		height: 70px;
		left: 0;
		line-height: 70px;
		padding: 0 20px;
		position: absolute;
		top: 0;
		width: 60px;
		z-index: 10;
	}
	.slide-nav .page-wrapper {
		left: 225px;
		margin-left: 0;
	}

	.fade {
		opacity: 0;
		transform: scale(1.015);   /* start slightly zoomed in */
		transition: opacity 5s ease-in-out, transform 5s ease-in-out;
	}

	#operationName::after {
    content: '|';
    animation: blink 0.7s infinite;
	}

	@keyframes blink {
		0%, 50%, 100% { opacity: 1; }
		25%, 75% { opacity: 0; }
	}

	#toggle_btn {
		display: none;
	}
	.sidebar {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.page-wrapper {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	
	.login-wrap {
        display: block; 
        max-height: 360px; 
        overflow: hidden;
		margin-left: calc(-50vw + 50%);
		border-radius: 0px;
		
    }
    #loginVideo {
        object-fit: cover; 
        height: 365px;
		padding: 15px;
		width: 290px;
    }
	.account-logo,
	.login-wrapper .loginbox .login-right h2,
	.login-wrapper .loginbox .login-right .forgotpass,
	.login-btn	{
		margin-bottom: 25px;
	}
	.login-wrapper .loginbox .login-right h2 {
		font-size: 20px;
	}
	.error-box h3 {
		font-size: 26px;
	}
	.mob-view {
		display: none;
	}
	.logo {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	.morning-user {
		padding: 25px 0px 25px 25px;
	}
	.morning-user h2 {
		font-size: 26px;
	}
	.user-menu.nav li {
		margin-right: 6px;
	}
	
	.follow-btn-group .btn-info {
		min-width: 90px;
		font-size: 12px;
		padding: 4px 15px;
	}
	.meeting .join-video {
		height: 320px;
	}
	.join-video.single-user {
		height: auto;
	}
	.feather-chevron-right:before {
		top: 2px;
		position: relative;
	}
}
@media only screen and (max-width: 767.98px) {
	.table .invoice-link{
		font-size: 14px;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		padding-bottom: 15px;
		justify-content:center;
	}
	.profile-info-left {
		border-right: none;
		border-bottom: 2px dashed #ccc;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.navbar-nav .open .dropdown-menu {
		float: left;
		position: absolute;
	}
	.notifications {
		right: -48px;
	}
	.notifications:before,
	.notifications:after {
		right: 60px;
	}
	.modal-body.card-box {
		background-color: #fff;
		border: none;
		border-radius: inherit;
		box-shadow: unset;
		margin-bottom: 0;
		padding: 15px;
	}
	.roles-menu {
		margin-bottom: 20px;
	}
	.left-action {
		text-align: center;
		margin-bottom: 15px;
	}
	.right-action {
		text-align: center;
	}
	.top-action-left .float-left {
		float: none !important;
	}
	.top-action-left .btn-group {
		margin-bottom: 15px;
	}
	.top-action-right {
		text-align: center;
	}
	.top-action-right a.btn.btn-white {
		margin-bottom: 15px;
	}
	.mail-sent-time {
		float: left;
		margin-top: 10px;
		width: 100%;
	}
	.nav-tabs.nav-justified {
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs.nav-justified > li > a.active,
	.nav-tabs.nav-justified > li > a.active:hover,
	.nav-tabs.nav-justified > li > a.active:focus {
		border-color: transparent transparent transparent #009efb;
		border-left-width: 2px;
	}
	.nav-tabs {
		border-bottom: 0;
		position: relative;
		background-color: #fff;
		padding: 5px 0;
		border: 1px solid #ddd;
		border-radius: 3px;
	}
	.nav-tabs .nav-item {
		margin-bottom: 0;
	}
	.nav-tabs > li > a {
		border-width: 2px;
		border-left-color: transparent;
	}
	.nav-tabs .nav-link {
		border-width: 2px;
	}
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
		background-color: #fafafa;
	}
	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active,
	.nav-tabs > li > a.active,
	.nav-tabs > li > a.active:hover,
	.nav-tabs > li > a.active:focus {
		background-color: #f5f5f5;
		border-color: transparent transparent transparent #009efb;
		border-left-width: 2px;
	}
	.nav-tabs > li.open:not(.active) > a,
	.nav-tabs > li.open:not(.active) > a:hover,
	.nav-tabs > li.open:not(.active) > a:focus {
		background-color: #fafafa;
	}
	.nav-tabs.nav-tabs-solid {
		padding: 5px;
	}
	.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
		border-radius: 5px;
	}
	.nav-tabs.nav-tabs-solid > li > a {
		border-left-width: 0!important;
	}
	.nav-tabs-justified {
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs-justified > li > a.active,
	.nav-tabs-justified > li > a.active:hover,
	.nav-tabs-justified > li > a.active:focus {
		border-width: 0 0 0 2px;
		border-left-color: #009efb;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.17em;
	}
	h4 {
		font-size: 1.12em;
	}
	h5 {
		font-size: .83em;
	}
	h6 {
		font-size: .75em;
	}
	.page-title {
		font-size: 1.2em;
		padding-top: 10px;
	}
	.card-title {
		font-size: 1.12em;
	}
	.blog-view .blog-title {
		font-size: 18px;
	}
	.widget h3 {
		font-size: 18px;
	}
	.my-video ul li {
		width: 80px;
	}
	.voice-call-avatar .call-avatar {
		width: 120px;
		height: 120px;
	}
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.header .has-arrow .dropdown-toggle > span:nth-child(2) {
		display: none;
	}
	.header .has-arrow .dropdown-toggle:after {
		display: none;
	}
	.btn-white {
		margin: 0px;
	}
	.login-wrapper .loginbox .login-right .forgotpass,
	.next-sign 	{
		display: block;
	}
	.remember-me {
		margin-bottom: 10px;
	}
	.login-right .btn-primary {
		font-size: 14px;
		padding: 7px 15px;
	}
	.account-subtitle {
		margin-bottom: 15px;
	}
	.login-wrap-bg {
		padding: 15px 20px 15px;
	}
	.login-wrapper .loginbox .login-right {
		padding: 20px;
	}
	.error-box h3 {
		font-size: 18px;
	}
	.error-box p {
		font-size: 14px;
	}
	.error-box img {
		margin-bottom: 25px;
	}
	.sucess-mail h4 {
		font-size: 22px;
	}
	.mobile-user-menu > a {
		color: #2e37a4;
	}
	.morning-img img {
		position: relative;
		width: 100%;
	}
	.good-morning-blk:before {
		display: none;
	}
	.morning-user {
		padding: 0;
	}
	.good-morning-blk {
		padding: 20px;
	}
	.morning-user h2 {
		font-size: 20px;
	}
	.morning-user p {
		font-size: 14px;
	}
	.page-header .breadcrumb {
		font-size: 14px;
	}
	.dash-content h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.dash-content h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.patient-visit {
		flex-wrap: wrap;
	}
	.chat-user-total {
		margin: 10px 0px;
	}
	.wallet-widget .circle-bar > div canvas {
		width: 100px !important;
		height: 100px !important;
	}
	.steps-history li,
	.doctor-date-list li {
		font-size: 12px;
	}
	.doctor-date-list li span {
		padding-left: 5px;
	}
	.border-right-bg:before {
		display: none;
	}
	.border-right-bg {
		margin-bottom: 10px;
	}
	.active-doctor {
		display: block;
	}
	.weight-blk {
		margin-bottom: 5px;
	}
	.treat-box {
		display: block;
	}
	.user-imgs-blk {
		margin-bottom: 10px;
	}
	.user-imgs-blk img {
		margin-right: 8px;
	}
	.profile-user-img img {
		width: 90px;
	}
	.profile-edit-icon img {
		width: 25px;
	}
	.doctor-follows h5 {
		font-size: 12px;
	}
	.doctor-follows h4 {
		font-size: 16px;
	}
	.follow-group {
		padding: 0px 15px;
	}
	.follow-btn-group .btn-info {
		font-size: 14px;
		padding: 6px 15px;
	}
	.follow-btn-group {
		margin: 15px 0px;
	}
	.names-profiles h4,
	.tab-content-set li a	{
		font-size: 16px;
	}
	.tab-content-set ul li a.active::after, 
	.tab-content-set ul li a:hover::after {
		display: none;
	}
	.tab-content-set li {
		margin-bottom: 15px;
	}
	.tab-content-set {
		padding: 0;
	}
	.detail-personal {
		margin-bottom: 15px;
	}
	.doctor-submit .btn-primary {
		min-width: 125px;
		font-size: 12px;
		border-radius: 12px;
		padding: 7px 15px;
		margin-bottom: 8px;
		margin-right: 0px !important;
	}
	.invoice-counts h4 {
		display: inline-block;
	}
	.activity-list::before {
		display: none;
	}
	.timeline-group-blk {
		display: block;
	}
	.comman-activitys {
		padding: 12px;
		margin-top: 5px;
	}
	.activity-sub-list li {
		margin-bottom: 10px;
	}
	.latest-posts-act .post-thumb {
		float: inherit;
		margin-bottom: 15px;
	}
	.latest-posts-act .post-info {
		margin-left: 0;
	}
	.blog-grp-blk {
		flex-wrap: wrap;
	}
	.blog-img-blk {
		margin-bottom: 5px;
	}
	.blog-grp-blk span {
		margin-left: auto;
	}
	.grid-blog .blog-title a {
		font-size: 15px;
	}
	.chat-search-group {
		display: block;
	}
	.chat-search-list ul {
		margin-top: 10px;
	}
	.chat-search-list ul li:first-child {
		margin-left: 0;
	}
	.inputgroups input[type="text"] {
		padding-right: 125px;
	}
	.settings-btn.upload-files-avator .upload {
		width: 120px;
		font-size: 12px;
	}
	.mailview-header, .send-user.send-user-name h4 {
		display: block;
	}
	.sender-info {
		margin-bottom: 10px;
	}
	.send-user.send-user-name h4 span {
		display: inline-block;
		margin: 0;
	}
	.mail-attach .msg-sub-list li {
		margin-bottom: 10px;
	}
	.forward-send .btn-primary {
		margin-bottom: 10px;
		width: 100%;
	}
	.chat-user-group.clinic-user {
		display: block !important;
	}
	.call-list-add {
		padding: 0;
	}
	.meeting .join-video {
		height: 116px;
	}
	.join-video.single-user {
		width: 100%;
	}
	.join-video.single-user {
		height: auto;
	}
	.meet-icons .meet-items .meet-item > a {
		width: 35px;
		height: 35px;
	}
	.end-call-chat .btn-primary {
		min-width: 90px;
		margin: 0px 5px;
		padding: 6px 13px;
		font-size: 14px;
	}
	.meet-icons .meet-items .meet-item, .action-items .action-item {
		margin-right: 5px;
	}
	.card {
		width: 100%;
	}
	.patient-structure h3 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 575.98px) {
	.app-listing li {
		width: 100%;
	}
	.download-grp {
		margin-top: 10px;
	}
	.invoices-tabs ul li {
		margin-right: 0;
		display: block;
		margin-bottom: 14px;
	}
	.schedule-time{
		margin-bottom: 10px;
	}
	.invoices-tabs ul li a{
		padding-bottom: 0;
	}
	.invoices-settings-btn{
		justify-content: start;
	}
	.invoices-create-btn .btn {
		font-size: 14px;
		padding: 10px;
		min-width: auto;
	}

	.alert-compact {
	padding: 6px 10px;
	font-size: 0.85rem;
	line-height: 1.3;
	}



	.invoice-info-card .invoice-item-one .invoice-info {
		text-align: left;
	}
	.invoice-item .invoice-details {
		text-align: left;
		float: left;
	}
	.invoice-info.invoice-info2 {
		text-align: left;
	}
	.invoice-total-footer h4 {
		font-size: 14px;
	}
	.nav-tabs.menu-tabs .nav-link{
		padding: 10px;
	}
	ul.nav.nav-tabs.menu-tabs {
		padding: 10px;
	}
	.invoice-setting-btn .btn {
		min-width: auto;
		padding: 10px;
	}
	.contact-cat {
		padding-right: 70px;
	}
	.user-menu {
		display: none;
	}
	.mobile-user-menu {
		display: block;
	}
	.search-box {
		display: none;
	}
	.filter-row {
		margin-bottom: 15px;
	}
	.page-wrapper > .content {
		padding: 15px;
	}
	.profile-view .profile-basic {
		margin-left: 0;
	}
	.profile-img-wrap {
		position: relative;
		margin: 0 auto;
	}
	.profile-view .profile-img-wrap {
		margin: 0 auto 10px;
		height: 100px;
		width: 100px;
	}
	.profile-view .profile-img {
		height: 100px;
		width: 100px;
	}
	.profile-view .profile-img .avatar {
		font-size: 24px;
		height: 100px;
		line-height: 100px;
		margin: 0;
		width: 100px;
	}
	.profile-info-left {
		text-align: center;
	}
	.profile-basic {
		margin-left: 0;
		margin-top: 15px;
	}
	.page-title {
		font-size: 18px;
	}
	.fc-toolbar .fc-right {
		display: inline-block;
		float: none;
		margin: 10px auto 0;
		width: 200px;
		clear: both;
	}
	.fc-toolbar .fc-left {
		float: none;
		margin: 0 auto;
		width: 200px;
	}
	.upload-text {
		font-size: 18px;
	}
	.call-duration {
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		position: inherit;
	}
	.end-call {
		margin-top: 10px;
		position: inherit;
	}
	.chat-right .chat-content {
		max-width: 90%;
	}
	.chat-right .chat-body {
		padding-left: 0;
		padding-right: 0;
	}
	.chat-left .chat-content {
		max-width: 90%;
	}
	.chat-left .chat-body {
		padding-left: 0;
		padding-right: 0;
	}
	.chat-avatar .avatar {
		height: 20px;
		line-height: 20px;
		width: 20px;
	}
	.account-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.content {
		padding: 0 50px;
	}
	.custom-menu.navbar-nav > li > a {
		margin-left: 10px;
	}
	.error-box h1 {
		font-size: 50px;
	}
	.submit-btn {
		min-width: 150px;
	}
	.ui-kit-wrapper button {
		margin-bottom: 5px;
	}
	.pagination > li > a,
	.pagination > li > span {
		padding: .5rem !important;
	}
	.invoice-item-box{
		float: left;
	}
	.wizard .nav-tabs li:after {
		display: none;
	}
}
@media only screen and (max-width: 479px) {
	.compose-btn button {
		padding: 0.365rem 0.5rem;
	}
	.doctor-search-blk .add-group{
		margin-top: 10px;
	}
	.doctor-search-blk .top-nav-search {
		margin-left: 0;
	}
	.attachments li {
		float: none;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.meeting .join-video {
		height: 100%;
	}
	.follow-btn-group .btn-info {
		min-width: auto;
	}
}

.hi {
	color: rgb(13, 1, 41);
	font-size: 30px;
}

.welcomeG{
	color: rgb(6, 2, 17);
}

/* Only change colors, don't touch layout properties */
body.dark-theme {
    background-color: #1a1d21;
    color: #ffffff;
}

/* Use specific targeting so you don't overwrite layout/width */
body.dark-theme .page-wrapper,
body.dark-theme .footer.fixed-bottom,
body.dark-theme .header,
body.dark-theme .card.chat-message-box,
body.dark-theme .card.chat-message-box{
    background-color: #212529 !important;
}

body.dark-theme .fixed-input-container.chatting-mode{
  background: linear-gradient(transparent, #212529 20%) !important;
}

body.dark-theme .welcomeG,
body.dark-theme .hi{
	color: #FFF;
}

body.dark-theme .inputgroups textarea,
body.dark-theme .inputgroups{
    background-color: #1a1d21 !important;
	color: #FFF;
}

/* Keep the icon logic as is */
body.dark-theme #darkModeToggle .fa-moon {
    color: #f1c40f !important;
    background-color: #333 !important;
}

/* Container for messages */
.chat-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 150px; /* Space for the input box at bottom */
}

.message-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-top: 20px;
}

/* The container for the text inside the message bubble */
.message-text {
    display: block;
    word-wrap: break-word;
}

/* Collapsed state: Limits height and adds a fade effect at the bottom */
.message-text.collapsed {
    max-height: 6.5em; 
    overflow: hidden;
    position: relative;
    /* This creates a soft fade-out at the bottom of the text */
    -webkit-mask-image: linear-gradient(180deg, black 50%, transparent 100%);
    mask-image: linear-gradient(180deg, black 50%, transparent 100%);
}

/* The button that triggers the expansion */
.btn-show-more {
    display: block;
    background: none;
    border: none;
    color: #ef1313; /* Blue link color */
    font-size: 0.85rem;
    font-weight: 600;
    padding: 4px 0 0 0;
    cursor: pointer;
    margin-left: auto; 
    text-align: right;
}

.btn-show-more:hover {
    text-decoration: underline;
}

/* User & AI Message Styles */
.message { 
	padding: 15px 15px; 
	border-radius: 15px 15px 0px 15px; 
	max-width: 80%; 
}
.user-msg { align-self: flex-end; background: #e8f0fe; color: #1a1c46; }
.ai-msg { align-self: flex-start; background: #edecec; color: #1d2932; }

/* The Dynamic Input Wrapper */
.fixed-input-container.initial-state {
    position: relative;
    margin-top: -150px; /* Pulls it up into the welcome section */
}

/* When chat starts, pin to bottom like Gemini */
.fixed-input-container.chatting-mode {
    position: fixed;
    bottom: 30px; /* Above your footer */
    left: 0;
    right: 0;
    background: linear-gradient(transparent, white 20%);
    padding: 20px 0;
    margin-top: 0;
    z-index: 100;
}

/* Hide scrollbar but allow scrolling */
#messageList::-webkit-scrollbar { display: none; }
#messageList { -ms-overflow-style: none; scrollbar-width: none; }

/* Typing Bubble Styles */
.typing-dots {
    display: flex;
    gap: 4px;
    padding: 10px 0;
}

.typing-dots span {
    width: 8px;
    height: 8px;
    background-color: #9ca3af; /* Gray color */
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.4s infinite ease-in-out both;
}

/* staggered animation for the dots */
.typing-dots span:nth-child(1) { animation-delay: -0.32s; }
.typing-dots span:nth-child(2) { animation-delay: -0.16s; }

@keyframes pulse {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1.0); }
}
.cursor {
    font-weight: 100;
    color: rgb(6, 2, 17);
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.ai-msg table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}


.ai-msg ul {
  padding-left: 20px;
}


.ai-msg pre {
  background: #f6f8fa;
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 12px 0;
}

.ai-msg code {
  font-family: 'Fira Code', 'JetBrains Mono', monospace;
  font-size: 13px;
}

.ai-msg pre code {
  background: none;
  padding: 0;
}

/* Make tables scroll horizontally inside the message bubble */
.ai-msg .table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 12px 0;
  border-radius: 10px;
}

/* Keep table from shrinking columns too aggressively */
.ai-msg .table-scroll table {
  width: 100%;
  min-width: 520px;      /* tweak: forces scroll when too wide */
  border-collapse: collapse;
}


.ai-msg th,
.ai-msg td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
  word-break: normal;
}

.ai-msg th {
  background: #f3f4f6;
  font-weight: 600;
  white-space: nowrap;   /* keeps headers readable */
}

/* Make markdown headings smaller inside AI messages */
.ai-msg h1 { font-size: 18px; line-height: 1.25; margin: 10px 0 8px; }
.ai-msg h2 { font-size: 16px; line-height: 1.25; margin: 10px 0 8px; }
.ai-msg h3 { font-size: 15px; line-height: 1.25; margin: 10px 0 8px; }
.ai-msg h4 { font-size: 14px; line-height: 1.25; margin: 8px 0 6px; }
.ai-msg h5, .ai-msg h6 { font-size: 13px; line-height: 1.25; margin: 8px 0 6px; }

/* Optional: make headings look like “section titles” */
.ai-msg h1, .ai-msg h2, .ai-msg h3 {
  font-weight: 700;
}

/* Ensure long words don’t overflow on mobile */
.ai-msg {
  overflow-wrap: anywhere;
}

@media (max-width: 576px) {
	.ai-msg h1 { font-size: 16px; }
	.ai-msg h2 { font-size: 15px; }
	.ai-msg h3 { font-size: 14px; }
}
