
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #008c96; 
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background:#008c96 ;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #ed5d74;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
	color: #fff;
    transform: translateY(-50%);
}
.profile-tab p {
    margin: 0;
    line-height: 40px;
}

.profile-tab .row {
    padding: 5px 0;
}
/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background:#008c96;
}*/

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #000;
}

a.article,
a.article:hover {
    background: #000 !important;
    color: #fff !important;
}
.emp-profile {
    box-shadow: 0 1px 3px 0 rgb(86 86 86 / 20%);
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
	background: #fff;
    transition: all 0.3s;
}

.profile-work {
    background: #f8f8f8;
}

.profile-tab .row:nth-child(odd) {
    background: #f8f8f8;
}
.profile-tab hr {
    display: none;
}
		.sidebar-header h3 {
    color: #fff;
    margin-bottom: 0;
}
		#sidebar ul.components img, .profile-img img {
    border-radius: 50%;
    height: 100px !important;
    width: 100px !important;
    vertical-align: middle;
	border: 2px solid #d6d6d6;
}
	.profile-img {
    background: #f8f8f8;
}	
.profile-work {
    padding: 40px 20px !important;
}
.profile-work h5 {
    margin-bottom: 30px;
}
.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 10px 0;
}
.profile-work a {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.profile-tab {
    margin-top: -45px !important;
}
		.profile-edit-btn {
    border: none;
    border-radius: 0 !important;
    /* min-width: 202px !important; */
    padding: 10px 30px !important;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    background: #008c96;
}

.profile-edit-btn:hover {
   background: #000;

}
		.profile-tab label {
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
@media (max-width: 767px) {
.profile-tab {
    margin-top: 15px !important;
    padding: 15px;
}
.profile-work {
    margin-top: -10px;
}
.profile-head h6 {
    margin-bottom: 25px;
}
}

ul.CTAs a, ul.CTAs a i {
    font-size: 14px;
    text-align: left;
}
ul.CTAs a {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}

ul.CTAs {
    padding: 20px 10px;
}

@media (max-width: 768px) {
.wrapper {
    display: block !important;
}
#sidebar {
    margin: 0 auto !important;
    min-width: 95% !important;
    max-width: 95% !important;
}
.profile-work p {
    font-size: 16px !important;
	}
}

/* Sidebar category icon spacing */
.catagories-menu a > span {
  padding-right: 10px;
}

/* Hide doctor profile info in sidebar on mobile only; visible on desktop */
@media (max-width: 768px) {
  .profile-info-list {
    display: none !important;
  }
}

/* My Playlists collapsible */
.playlist-collapsible {
    margin: 0;
    padding: 0;
}
.playlist-collapsible summary {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}
.playlist-collapsible summary::-webkit-details-marker {
    display: none;
}
.playlist-collapsible summary::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.2s ease;
}
.playlist-collapsible[open] summary::before {
    transform: rotate(-180deg);
}
.playlist-series-list {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    margin-left: 8px;
}
.playlist-series-header {
    padding: 0 !important;
}

/* --- Infographics language (native select; excluded from nice-select) --- */
.catagories-menu li.infographic-lang-widget {
    list-style: none;
    border-bottom: 1px solid #efe8e8;
    padding: 10px 12px 14px !important;
}

.catagories-menu .infographic-lang-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #008c96;
    margin: 0 0 8px 0;
}

.catagories-menu .infographic-lang-select {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 34px 8px 12px;
    font-size: 14px;
    line-height: 1.35;
    color: #333;
    background-color: #fff;
    border: 1px solid #cfe8ea;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23007e87' d='M2.5 4.5L6 8l3.5-3.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.catagories-menu .infographic-lang-select:hover {
    border-color: #007e87;
}

.catagories-menu .infographic-lang-select:focus {
    outline: none;
    border-color: #007e87;
    box-shadow: 0 0 0 2px rgba(0, 126, 135, 0.22);
}

.mobile-sidebar-content .catagories-menu .infographic-lang-select {
    background-color: #fafafa;
    border-color: #e0e0e0;
}

.mobile-sidebar-content .catagories-menu .infographic-lang-select:hover,
.mobile-sidebar-content .catagories-menu .infographic-lang-select:focus {
    background-color: #fff;
    border-color: #007e87;
}
