.dashboard_menu {
	background: #24656f;
	overflow: hidden;
	border-radius: 8px;
}

.dasboard_header {
	padding: 30px 0px;
	text-align: center;
}
.dasboard_header h2 {
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0px;
	margin-top: 15px;
	text-align: center;
}

.dasboard_header .dasboard_header_img {
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img label {
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	cursor: pointer;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dashboard_area {
	overflow: hidden;
}

.dashboard_menu ul li a {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.3s linear 0s;
	background: none !important;
	color: #fff;
	border-top: 1px solid #ffffff42;
	padding: 0px 0px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	text-transform: capitalize;
	position: relative;
}

.querry-count {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	color: var(--theme-color) !important;
	font-size: 12px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.dashboard_menu ul li a.active,
.dashboard_menu ul li a:hover {
	background: #ffffff38 !important;
}

.dashboard_menu ul li a span {
	display: inline-block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.inner_card p {
	color: #323232;
}
.inner_card hr:not([size]) {
	color: #c1c1c1;
}

.inner_card {
	padding: 30px 30px;
}

.user_dashboard {
	background-color: #f4f4f4 !important;
}

.dashboard_content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0 #9c9c9c33;
	height: 100%;
}
.db_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.db_inr_hd h4 {
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: capitalize;
}

.edit-btn {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: #24656f;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
	transition: all .5s ease-in-out;
	border: 1px solid #24656f;
}
.edit-btn:hover{
	color: #24656f;
	background: #fff;
}
.table-list-info a {
	display: flex;
	align-items: center;
}

.table-list-info img {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 6px;
}

.table td, .table th {
	vertical-align: middle;
}
.act-btn {
	width: 34px;
	height: 34px;
	transition: all .5s ease-in-out;
	border-radius: 6px;
	font-size: 13px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
}
.act-btn:hover{
	opacity: .8;
	color: #fff;
}
.bg-grn {
	background: #198754;
	color: #fff;
}
.common-tabs-list {
	justify-content: center;
	margin-bottom: 20px;
	border: none;
}
.common-tabs-list .nav-item .nav-link {
	padding: 10px 34px;
	color: #000;
	font-size: 16px;
	position: relative;
	border-radius: 0;
}
.common-tabs-list .nav-item .nav-link.active::after{
	border: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #24656f;
	content: '';
}
.common-tabs-list .nav-item .nav-link.active{
	border: transparent;
	color: #24656f;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #24656f;
}
.filter-row {
	list-style: none;
}


/*****Notification CSS Start *****/
.notifi-card {
	padding: 15px 15px;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin-bottom: 18px;
}

.notifi-details-card p {
	margin-bottom: 0;
	font-size: 12px;
}

.notifi-details-card h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.notifi-icon {
	width: 40px;
	height: 40px;
	background: #24656f;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	margin-right: 12px;
	min-width: 40px;
}

.notification-day {
	font-size: 18px;
	margin-bottom: 10px;
}

.notifi-card.trancation-card p {
	margin-bottom: 4px;
	font-size: 12px;
}
/*****Notification CSS Start *****/

.breadcrumb-menu ul {
	display: flex;
	justify-content: center;
	gap: 25px;
	list-style: none;
}

.dashboard_content .order_dtl_wrapp{
	box-shadow: none;
}
.dashboard_content .your-inr-ticket{
	box-shadow: none;
}
@media (min-width:768px) and (max-width:991px)
{
.dashboard_menu{
	margin-bottom: 15px;
}
}