/* Sidebar Base */
.dashboard-sidebar {
    position: relative;
}

/* Desktop styles unchanged */
.usernavwrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.usernavdash {
    list-style: none;
    margin: 0;
    padding: 0;
}

.usernavdash li a {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    color: #333;
    font-weight: 500;
    border-left: 3px solid transparent;
    transition: all 0.3s ease, padding-left 0.3s ease;
}

.usernavdash li a i {
    margin-right: 10px;
    font-size: 18px;
    width: 25px;
    text-align: center;
    color: #999;
    transition: color 0.3s, transform 0.3s;
}

.usernavdash li a:hover {
    background: #f5f8ff;
    color: #056cb8;
    text-decoration: none;
    padding-left: 25px;
}

.usernavdash li.active a {
    background: #eaf3ff;
    color: #056cb8;
    border-left: 3px solid #056cb8;
}

.usernavdash li.active a i,
.usernavdash li a:hover i {
    color: #056cb8;
    transform: translateX(2px);
}

/* Mobile toggle button */
.sidebar-toggle {
    background: #056cb8;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.sidebar-toggle i {
    margin-right: 8px;
}

.sidebar-toggle:hover {
    background: #045f9e;
}

/* Mobile Sidebar */
@media (max-width: 991px) {
    #sidebarMenu {
        position: fixed;
        top: 0;
        left: -270px; /* hidden by default */
        width: 270px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-shadow: 2px 0 12px rgba(0,0,0,0.15);
        border-radius: 0 10px 10px 0;
        padding-top: 60px;
    }

    #sidebarMenu.active {
        left: 0;
    }

    /* Mobile sidebar header */
.sidebar-header {
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar-header .sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #056cb8; /* match your site theme color */
}

.sidebar-close {
    background: transparent;
    border: none;
    font-size: 22px;
    color: #056cb8; /* match your site theme color */
    cursor: pointer;
}


    body.sidebar-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
        z-index: 998;
        transition: all 0.3s;
    }

    .usernavdash {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    /* Link hover animation */
    .usernavdash li a {
        transition: all 0.3s ease;
    }
    .usernavdash li a:hover i {
        transform: translateX(5px);
    }
}




.fade:not(.show){opacity: 1;}
.profbox{background: #f1f5ff; padding:30px; margin-bottom: 30px;border-radius: 5px;}
.profbox h3{font-size: 22px; color: #515050; font-weight: 600; margin-bottom: 15px; padding-bottom: 15px;  border-bottom: 1px solid #eee; margin-left: -30px; margin-right: -30px; padding-left: 30px; padding-right: 30px;}
.profbox h3 i{font-size: 24px; margin-right: 10px; opacity: .6;}
.profbox h3 a{float: right; font-size: 14px;}
.profbox h3 a i{font-size: 14px; margin-right: 5px;}

.recomndjobs li{border-bottom: 1px solid #e8e8e8; padding: 10px 0; font-size: 14px;}
.recomndjobs li h4 a{display: block; color: #2166a4; font-size: 16px; font-weight: 600;}
.recomndjobs li p{margin-bottom: 0;color: #828282;}
.recomndjobs li:last-child{border-bottom: none; padding-bottom: 0;}
.recomndjobs li:after{clear: both; content: ''; display: table;}

.followinglist li{margin-bottom:15px; border-bottom: 1px solid #e8e8e8; padding-bottom:15px;}
.followinglist li span{font-weight:700;}


.profilestat li .inbox {
	text-align: center;
	background: #f3f6ff;
	padding: 15px 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #eee;
	transition: all 0.4s ease 0s;
}
.profilestat li .inbox:hover{transform: translateY(-3px); transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1); box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.1); background: #fff;}
.profilestat li i {
	font-size: 36px;
	color: #999;
	margin-bottom: 15px;
	display: block;
}
.profilestat li h6 {
	font-size: 30px;
	font-weight: 600;
	color: #056cb8;
	margin-bottom: 10px;
}
.profilestat li h6 span {
	font-size: 18px;
	color: #999;
}
.profilestat li strong {
	display: block;
	font-size: 13px;
	color: #333;
}
.instoretxt {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #fcfdff;
	border: 1px solid #eee;
	padding: 30px 20px;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0px 18px 40px rgb(25 15 9 / 10%);
}
.instoretxt .credit {
	font-size: 24px;
	margin-bottom: 20px;
}
.instoretxt .currency {
	font-size: 16px;
	font-weight: 700;
}
.instoretxt .currency strong {
	color: #056cb8;
}
.instoretxt strong {
	font-weight: 700;
	color: #056cb8;
}
.instoretxt a {
	font-size: 18px;
	display: inline-block;
	padding: 9px 20px;
	background: #056cb8;
	color: #fff;
	margin: 0 5px;
}
.instoretxt a:hover {
	background: #333;
	text-decoration: none;
}
.instoretxt a.history {
	background: #444;
}
.myads h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
/* The switch - the box around the slider */



.switchbox {
	padding:25px;
	text-align: center;
	background: #ffd302;
	border-radius: 7px;
	margin-bottom: 10px;
}
.switchbox .txtlbl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom:10px;
	
}
.switchbox .txtlbl i {
	font-size: 14px;
	font-weight: 400;
	color: #666
}
.switchbox strong {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 3px;
	border-radius: 18px;
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px !important;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 10px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 10px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #47a8d8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
	background-image: -webkit-linear-gradient(top, #eeeeee, white);
	background-image: -moz-linear-gradient(top, #eeeeee, white);
	background-image: -o-linear-gradient(top, #eeeeee, white);
	background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
	left: 33px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
	background: #4fb845;
}