/* ==========Deshborad header css========== */


.dash_header {
	background: #FFF;
	height: 124px;
	/* border-bottom: 1px solid #edf2f9; */
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1030;
	display: flex;
	align-items: center;
}
.dash_logo img {
	max-height: 40px;
}
.dash_header .dash_logo {
    width: 338px;
    display: flex;
    padding-left: 17px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    background-color: var(--white-color);
    padding-top: 10px;
    box-shadow: -15px 2px 20px 10px rgba(0, 0, 0, 0.07);
	height: 100%;
}
.dash_logo img {
    max-height: 77px;
}
.dash_logo .logo_fold {
	display: none;
}
.nav_dash_wrap {
    flex: 1;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FCE9F4;
    box-shadow: 10px 0px 5px 0px #FCE9F4;
    align-items: center;
    padding: 15px 30px 15px 10px;
}
.nav_dash_wrpLeft {
	display: flex;
	align-items: center;
}

.dashIconFold {
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-left: 30px;
    margin-top: 0px !important;
    border: none;
}
.dashIconFold svg {
	width: 25px;
	height: 25px;
	color: #0D1118;
	transition: all .2s ease;
}
.folded {
	display: none;
}
.dash_userProfile {
	display: flex;
	align-items: center;
}
.dash_userProfile img {
	box-shadow: 0px 5px 10px 6px rgba(41, 72, 152, 0.14);
	border-radius: 10px;
	width: 100%;
	flex: 0 0 48px;
	max-width: 48px;
}
.prfDash_userContent {
	flex: 0 0 calc(100% - 48px);
	max-width: calc(100% - 48px);
	padding-left: 15px;
}
.topPRfNameUser {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	color: #0D1118;
	margin-bottom: 5px;
}
.makeAvaiDash {
	display: flex;
	align-items: center;
}
.makeAvaiDash span {
	font-weight: 300;
	font-size: 13px;
	line-height: 17px;
	color: rgba(13, 17, 24, .6);
	margin-right: 6px;
}

.switch-style-1 {
	line-height: 0;
}
.switch-style-1 input[type="checkbox"]::before, .switch-style-1 input[type="radio"]::before {
	background: #FFFFFF;
	box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.1);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
}
.switch-style-1 input[type="checkbox"], .switch-style-1 input[type="radio"] {
	appearance: none;
	width: 24px;
	height: 14px;
	border-radius: 30px;
	background: rgb(211,211,211);
	background: linear-gradient(90deg, rgba(62,205,123,1) 50%, rgba(211,211,211,1) 50%);
	margin: 0 6px;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
	background-size: 100px;
	background-position: -70px 0px;
	outline: 0;
	box-shadow: none;
}
.switch-style-1 input[type="checkbox"]:checked::before , .switch-style-1 input[type="radio"]:checked::before{
    left:11px;
}
.switch-style-1 input[type="checkbox"]:checked , .switch-style-1 input[type="radio"]:checked{
    background-position: -20px 0px;
}

.statusDash_tag.available {
	color: #0CAB50;
}   
.statusDash_tag.notAvailable{
    color:#EE0909
}
.statusDash_tag {
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #0D1118;
	margin-left: 6px;
}
.nav_dash_wrpRight {
	display: flex;
	align-items: center;
	gap: 48px;
	position: relative;
}
.nav_dash_wrpRight::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #FCE9F4;
	left: 73px;
	top: 0;
	margin: 0 auto;
}

.rightMenuBtn {
	display: inline-block;
	background: #fff;
	color: #53535f;
	padding: 10px;
	display: flex;
	line-height: 1;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	position: relative;
}
.rightMenuBtn {
	color: #53535f;
	line-height: 1;
	font-weight: 500;
	border-radius: 50px;
	border: 0.2px solid #E53F9E;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
}
.rightMenuBtn.newNotiMsg::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F43F5E;
	position: absolute;
	right: 14px;
	top: 12px;
}
.nav_right_notification .dropdown-menu {
	border: 0px;
	border-radius: 10px;
	font-size: 14px;
	min-width: 180px;
	color: #53535f;
	box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	width: 290px;
	padding: 0;
	padding-bottom: 15px;
}
.view_logout_box .dropdown-menu {
	width: fit-content;
	padding: 10px 0;
	margin-top: 5px !important;
}
.view_logout_box ul li a i {
	margin-right: 5px;
}
.notiHeader_top {
	padding: 15px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f0d4e4;
}
.view_logout_box ul li a:hover {
	background-color: #fce9f4ea;
}
.notiHeaderTopHeading {
	color: #212529;
	font-weight: 500;
}
.view_logout_box  ul li a {
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
	padding: 8px 0;
	padding-left: 10px;
	display: block;
	border-bottom: 1px solid #e9ecef;
	font-weight: 500;
}
.view_logout_box  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_right_notification .dropdown-menu {
	font-size: 14px;
	color: #53535f;
	text-align: left;
	list-style: none;
}

.notiHeader_top .viewBtn {
    color: #fff;
    border: 1px solid #E53F9E;
    padding: 6px 17px;
    font-size: 13px;
    border-radius: 8px;
    background: #E53F9E;
    box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
}
.notificationListDrop {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 250px;
	overflow: auto;
}
.notiHeader_top .viewBtn:hover{
	border: 1px solid #E53F9E;
	background: transparent;
	color: #E53F9E;
}
.notificationListDrop li:not(:last-child) .dropdown-item {
	border-bottom: 1px solid #edf2f9;
}
.notificationListDrop .dropdown-item {
	padding: 15px;
}
.notificationListDrop::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

.notificationListDrop::-webkit-scrollbar-thumb{
	background:rgba(229, 63, 157, 0.596);
    border-radius: 10px;
}

.notificationListDrop::-webkit-scrollbar-track{
    background:#FCE9F4;
}

.notificationListDrop .dropdown-item{
    padding:15px;
}
.notificationListDrop li:not(:last-child) .dropdown-item{
    border-bottom: 1px solid #edf2f9 ;
}
.notificationListDrop .dropdown-item:hover{
    background:#fafafa;
}
.notiListCard {
	display: flex;
	align-items: center;
}
.notiListCard .notiListImg {
	flex: 0 0 30px;
	max-width: 30px;
	width: 100%;
}
.notiListCard .notiListImg img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}
.notiListCard .notiListContent {
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	width: 100%;
	padding-left: 15px;
}
.notiListCard .notiListContent p {
	color: #2a2a2a;
	font-size: 14px;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notiListCard .notiListContent small {
	display: block;
	color: #72849a;
}
.notiListCard .notiListContent p span {
    color: #e53f9e;
}
.notiHeaderTopHeading i {
	font-weight: 500;
}
.notiHeader_top i {
	padding-right: 5px;
}
.rightMenuBtn.langDropBtn {
	min-width: 48px;
	width: auto;
	padding: 10px 15px;
}
.rightMenuBtn.langDropBtn img {
	height: 14px;
	width: auto;
	margin-right: 10px;
}
.nav_right_notification.landDropDown .dropdown-menu {
	padding: 0;
	width: unset;
	min-width: unset;
	border-radius: 10px;
}
.rightMenuBtn.langDropBtn {
	min-width: 48px;
	width: auto;
	padding: 10px 15px;
}
.rightMenuBtn.langDropBtn img {
	height: 14px;
	width: auto;
	margin-right: 10px;
}

.nav_right_notification .dropdown-toggle::after {
	display: none ;
}
.nav_right_notification .dropdown-toggle {
	border: 0;
	background-color: #fff;
}
.is-folded .folded {
    display: inline-flex;
}

.is-folded .notFolded{
    display: none;
}

.is-folded .dashIconFold {
    margin-top: 23px;
}

/* =======----- Head-Deshboard css ----======== */

@media only screen and (max-width: 991.98px) {

    .is-folded .side_nav{
        left:0;
    }
	.dash_header{
		border-bottom: 1px solid rgba(190, 209, 235, .3);
		height: 104px;
	}
    .dash_header .dash_logo {
        width: 100%;
        background: transparent;
		box-shadow: unset;
		border-bottom: 0;
    }

    .nav_dash_wrap {
        justify-content: flex-end;
        align-items: center;
        flex-direction: row-reverse;
    }
    .dashIconFold {
        margin-right: 0;
        background-color: var(--white-color);

    }
	.dashIconFold {
		width: 50px;
		height: 50px;
		margin-left: 0px;
		margin-top: 11px;
		margin-right: 10px;
	}
    .nav_dash_wrpRight {
        margin-left: auto;
    }
    .dash_userProfile{
        display: none;
    }
    .is-folded .dashBoard_overLay{
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width:767.98px) {
    .dash_header{
        height: 70px;
    }
	.dash_logo img {
		max-height: 47px;
	}
	 
	.dashIconFold svg {
		width: 20px !important; 
		height: 20px !important;
	}
	.rightMenuBtn {
		width: 42px;
		height: 42px;
	}
	.rightMenuBtn.newNotiMsg::before {
		right: 11px;
		top: 11px;
	}
    .nav_dash_wrap{
        padding:5px 15px;
    }
    .dash_header .dash_logo{
        padding-left: 15px;
		width: 50%;
    }
   
	.main_content {
		padding: calc(70px + 30px) 0px 30px !important;
	}
	.nav_right_notification .dropdown-menu {
		width: 250px;
	}
	.view_logout_box.nav_right_notification .dropdown-menu {
		width: 100%;
	}
	
}
@media (max-width:575.98px) {
    .dash_header .dash_logo img{
        display: none;
    }
	.nav_dash_wrpRight {
		gap: 25px;
	}
	.nav_dash_wrpRight::before {
		left: 54px;
	}
	.dash_header .dash_logo .logo_fold {
		display: block;
		height: auto;
		width: 45px;
	}
	.dashIconFold {
		width: 40px;
		height: 40px;
		
	}
	.dashIconFold svg {
		width: 16px !important;
		height: 16px !important;
	}
}
