.dashborad_full_content {
    background-color: #eee;
}
.dashboard_left_content{
    height: 100vh;
    background: #fff;
    position: relative;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
.dash_borad_left_logo {
    text-align: center;
    border-bottom: 2px solid #dfdfdf;
}
.dashboard_logo {
    width: 60%;
    margin: 20px 0 13px;
}
#v-pills-tab {
    gap: 12px;
    margin: 35px 0 0 0;
}
.dash_left_content {
    position: absolute;
    width: inherit;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffff;
    box-shadow: 4px 1px 11px #767575;
    padding: 0 15px;
}
.logout_btn {
    background-color: #a5a5a5;
    color: #000;
    width: 100%;
    margin: auto;
    padding: 4%;
    border-radius: 4px;
    border: none;
    font-weight: 500;
}
.logout_btn:hover, .submit_add:hover {
    background-color: #e45525 !important;
    color: #ffffff;
} 
  
.nav-pills .tab_btns.active, .nav-pills .show>.tab_btns {
    background: #e45525 !important;
    padding: 6% !important;
    border-radius: 4px;
    color: #000000 !important;
}
.tab_btns:hover ,a.home_page_link:hover{
    background: #eeeeee;
    padding: 6%;
    
} 
.tab_btns{
    color: #757f92 !important;
    padding: 6% !important;
    text-align: start;
    font-weight: 500;
    display: flex !important;
}
.home_page_link {
    text-decoration: none;
    padding: 6% 6%;
    display: flex;
    color: #757f92;
    font-weight: 500;
    gap: 15px;
    border-radius: 4px;
}
.dash_icon {
    width: 30px;
    height: 30px;
}
.tab_btns{
    display: flex;
    gap: 15px !important;
}
.tab_btns.active > .dashboard_icon img {
    filter: invert(9) brightness(0.5) brightness(0.5);
}
.header_search_all {
    position: sticky;
    top: 0px;
    display: flex;
    justify-content: end;
    padding: 12px;
    width: 100%;
    align-items: center;
    background-color: #eeeeee;
    box-shadow: 4px 5px 4px #d6d6d6; 
    z-index: 9;
}
.search_btns {
    border: none;
    background-image: url(/Admin_panel/dashborad/assets/icons/search.svg);
    width: 34px;
    height: 32px;
    padding: 4%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.search_product {
    border: none;
    outline: none;
    background-color: transparent;
}
.search_btn_all {
    margin: 0 28px 0 0;
    border-bottom: 2px solid #a9afbb;
    height: max-content;
    padding: 5px;
}
.user_btns_color::after{
    display: none !important;
}
.user_icon {
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
}
.user_btns_color {
    border: none;
    background-color: #e45525;
    padding: 6px;
    width: 160px;
    border-radius: 6px;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}
.user_name {
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
h1.dash_board {
    position: fixed;
    top: 20px;
    margin: 0 0 0 16px;
    font-size: 24px;
    color: #e45525;
    z-index: 9;
    text-transform: uppercase;
}
.tab-content {
    margin: 20px auto;
    padding: 50px 30px;
    background-color: #ffffff;
    width: 98%;
    border-radius: 8px;
    position: relative;
}

.table_header {
    position: sticky;
    top: 0;
}
.dashboard_left_content {
    position: fixed;
    z-index: 999;
    top: 0;
}
.dashboard_righ_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
}
.user_catgerory {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 7% 0;
}
.add_user_roll {
    font-size: 18px;
    font-weight: 500;
    color: #7f7f7f;
    width: 150px;
}
.form_select_roll {
    padding: 6px;
    border: 1.5px solid #e45525;
    border-radius: 7px;
    text-align: left;
    width: 320px;
    transition: 0.3s ease;
}
.submit_add {
    width: 180px;
    border: none;
    padding: 10px;
    border-radius: 8px;
    background-color: #c4c4c4;
} 
.all_user {
    list-style: decimal-leading-zero;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.user_list {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 16px;
    font-weight: 400;
}
.edit_user_name {
    border: none;
    background: no-repeat;
    color: red;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
}
h2.edit_user_dash {
    color: #e45525;
    margin: 0 0 45px 0;
}
input.category_add {
    width: 100%;
    padding: 1%;
}
.catgerory_title {
    margin: 0px 0px 23px;
}
textarea.category_add {
    width: 100%;
    height: 100px;
}
.uploaded_img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #e45525;
    padding: 5px;
}
.banner_uploaded_img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border: 1px solid #e45525;
    padding: 5px;
    margin: 10px 0;
}
.delete {
    border: none;
    background-color: transparent;
}
.banner_title {
    font-size: 20px;
}
.table thead th {
    background-color: #919191;
    color: white;
    padding: 8px;
}

.banner_desc, .banner_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    word-spacing: -2px;
    margin:0px;
}
.delete_icon {
    width: 21px;
    height: 22px;
}

.thumblin_deled {
    width: 50px;
    height: 50px;
    object-fit: fill;
}
.banner_name_t {
    width: 15%;
}
.banner_c_tt {
    width: 22%;
}
.banner_name_tdec {
    width: 20%;
}
.banner_imag {
    margin: 0 0 25px 0;
}
.catgerory_title_image {
    display: flex;
}
p.upload_imag {
    margin: 0 0 7px 0;
}
.upload_imag.m-0 {
    font-weight: 500;
    color: #e45525;
}
input#image_upload {
    width: 100px;
}
.catgerory_title_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10% 0;
}
.thumblin_img {
    width: 40px;
    height: 40px;
}

.categories_list {
    background-color: #ebebeb;
    height: -webkit-fill-available;
    width: 90%;
    margin: 0 0 0 auto;
    border: 2px solid #cccccc;
    border-radius: 10px;
    overflow: overlay;
    position: relative;
}

.categories_list::-webkit-scrollbar {
    width: 10px;
}

.categories_list::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 0 50px 50px 0;
}

.categories_list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #e45525, #e45525);
    border-radius: 0 50px 50px 0;
}

.categories_list::-webkit-scrollbar-thumb:hover {
    background: #000;
}
input.category_add:focus-visible, .category_add:focus-visible{
    outline-color: #e45525;
}
:focus-visible{
    outline: none;
}
.category_title {
    width: 100%;
    overflow: hidden;
    max-width: 100px;
    padding: 7px 30px;
}
.key_feature {
    padding: 4%;
    border: 2px solid #e45525;
    border-radius: 8px;
    margin: 50px 0 0 0;
    position: relative;
}
.key_feturesa {
    margin: 0;
    position: absolute;
    top: -28px;
    padding: 1% 3%;
    background-color: #e5e5e5;
    border-radius: 5px;
    left: 27px;
    font-weight: 600;
    text-transform: uppercase;
}
.main_banner_uploaded_img {
    width: 100%;
    height: 710px;
    object-fit: cover;
    min-height: 365px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Preview_image {
    display: flex;
}
.thumb_imagsss {
    position: relative;
}
.thumb_imagsss > button {
    position: absolute;
    left: 0;
    background-color: red;
    border: none;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    top: 1px;
}
.thumb_imagsss > img {
    width: 100px;
    height: 70px;
    gap: 10px;
    display: flex;
    justify-content: space-evenly;
}
.thum_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
    row-gap: 13px;
    height: 710px;
    overflow: overlay;
    column-gap: 12px;
    width: 95%;
    margin: 0 0 0 auto;
    align-content: flex-start;
}
.add_product {
    margin: 25px 0 0 0;
}
.upload_imgs {
    margin: 0px 0 50px 0;
}
.thumbline_images {
    width: 30%;
}
.product_all {
    background-color: #eeeeee !important;
    color: #000 !important;
    margin: 0 0 0 30px !important;
}
.product_all.active{
    background-color: #e45525 !important;
    color: #ffffff !important;
}
.all-product-nav-pills {
    background: #d1d1d1;
    padding: 13px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
}
.all_product_cont{
    margin: 50px 0 0 0;
}
.select_color {
    display: flex;
    gap: 11px;
    border: 1px solid #000;
    width: max-content;
    padding: 4px 15px;
    background-color: #001538b5;
    color: #e45525;
    border-radius: 4px;
    margin: 0 0 8px 0;
}
select#add_colors {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.options_text{
    color: #000
}
thead .images_width, tbody.images_width {
    max-width: 300px;
}
img.all_product_img {
    width: 100%;
}
.fade:not(.show) {
    display: none;
}
.product_name_table {
    width: 330px;
    padding: 1%;
}
.descritpion_table {
    width: 30%;
}
.descirtio_short {
    width: 90%;
}
.color_tabel {
    width: 10%;
}
.descirtio_short, .color_Select{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.delete-edit {
    text-align: center;
    width: 10%;
}
.delete_edit_icons {
    display: flex;
    justify-content: center;
    gap: 40px;
}
thead > .table_header {
    border-bottom: 1px solid !important;
    padding: 1px;
}
.product_list_add {
    position: relative;
    overflow: overlay;
    height: 71.1vh;
}
tr.table_headerss {
    position: sticky;
    top: 0;
}
.show_add_colors {
    border: 1px solid #000;
    height: -webkit-fill-available;
}
.select_colorll {
    display: flex;
    gap: 20px;
}

.close_bts {
    background-color: red;
    border-radius: 50px;
    border: none;
    color: #fff;
    width: 25px;
    height: 25px;
}
.notif_text {
    background-color: #e7e3e3;
    margin: 0 0 15px 0;
    padding: 3%;
    height: 100px;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    height: stretch;
    position: relative;
    box-shadow: -1px 3px 3px 1px #9f9f9f91;
}
.icon_notifica {
    width: 40px;
}
p.notifi-title {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
p.notifi_time {
    font-size: 12px;
    font-weight: 500;
    text-align: end;
    position: absolute;
    right: 50px;
    top: 8px;
}
p.notifi_phara {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 80%;
    line-break: anywhere;
    margin: 0px;
}

.close_btns {
    border: none;
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: #c8d9d9;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-size: 15px;
}
/* *********Chart CSS******* */

:root {
	--primary-gradient: linear-gradient(135deg, #e45525 0%, #000 100%);
	--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	--success-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	--card-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	--card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.dashboard-container {
	max-width: 1400px;
	margin: auto;
	padding: 40px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	box-shadow: var(--card-shadow);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.dashboard-header {
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 2px solid rgba(102, 126, 234, 0.1);
}

.dashboard-title {
	font-size: 3.2rem;
	font-weight: 700;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.chart-card {
	border-radius: 18px !important;
	box-shadow: var(--card-shadow);
	margin-bottom: 35px;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	transition: all 0.4s ease;
	border: none !important;
	overflow: hidden;
}

.chart-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--card-hover-shadow);
}

.card-header {
	background: var(--primary-gradient);
	color: white !important;
	border: none !important;
	border-radius: 18px 18px 0 0 !important;
	font-weight: 600 !important;
	font-size: 1.2rem !important;
}

.card-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	pointer-events: none;
}

.card-header .gradient-info {
	font-size: 0.85rem;
	opacity: 0.7;
	font-weight: 400;
}

.chart-container {
	height: 380px;
	width: 100%;
	padding: 25px;
}

.dashboard-banner {
	background: var(--primary-gradient);
	color: white;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 35px;
	text-align: center;
}
.dashboard-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.chart_body {
    height: 300px;
}

.thum_img img {
    height: 70px;
    object-fit: cover;
}
/* *****chart End here******* */