.navbar-doctor{background-color: #f9fbff;}
.bg-light {background-color: #f7f9fd !important; }
.text-primary {  color: #007bff !important;}
.bg-primary-light {
    background-color: #e6f0ff !important; }
.bg-secondary-light {
    background-color: #f0f3f8 !important; }
.profile-page-title {
    color: #343a40;
}

.profile-sidebar {
    position: sticky;
    top: 20px;
    border: 1px solid #e9ecef;
    
background-image: url(../images/doctor-sidebar-bg-uydvSqQk.jpg);
background-repeat: no-repeat;
background-size: 100% 13% ;
}
.profile-photo-lg {
    width: 140px;
    height : 140px;
        border: 5px solid white;}

.profile-nav-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
}
.profile-nav-list li:last-child { border-bottom: none;}
.profile-nav-list li a {
    color: #495057;
    text-decoration: none;
    display: block;
    padding: 0.3rem 0;
    transition: color 0.2s;}
.profile-nav-list li.active a,
.profile-nav-list li a:hover {
    color: #007bff;
    font-weight: 600;
}
.profile-nav-list li.active {
    background-color: #f0f4ff;
    border-radius: 0.25rem;
    padding-left: 0.5rem;}
.profile-content-area {
    border: 1px solid #e9ecef;
}
.profile-tabs .nav-link {
    color: #495057;
}
.profile-tabs .nav-link:hover {
background-color: #007bff !important;
color: white;
}
.profile-tabs .nav-link.active {
    background-color: #007bff;
    color: white;
    font-weight: 600;
}
.profile-tabs .nav-link:hover:not(.active) {
    background-color: #e9ecef;
}
.delete-btn:hover{
cursor: pointer;
color: #007bff !important;
}
.add-btn:hover {
cursor: pointer;
color: black !important;
}
.language-tags .badge {
    padding: 0.5rem 0.75rem;
    font-weight: normal;
}
.language-tags .btn-sm {
    font-size: 0.8rem;
}
/* By Search */
.form-control[type="date"] { position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-control[type="date"]::-webkit-calendar-picker-indicator { opacity: 0;position: absolute; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer;}
.form-control[type="date"] {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' class='bi bi-calendar' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 0.5rem center;
 padding-right: 2rem;}
.education-saved-item {background-color: white;border-color: #dee2e6 !important;}

