/* Profile Css Start Here */
.profile_sec {
	padding: 50px 0 100px;
	background-image: url(../img/video-bg.webp);
	background-size: cover;
	background-position: center center;
}
.profile_sec .personal-information .title {
	font-size: 20px;
}
.theme-color {
	color: #0b74cd;
}
.profile_sec .heading_wrapper {
	text-align: center;
	padding-bottom: 40px;
}

.profile_sec .heading_wrapper h2 {
	font-size: 43px;
}

.profile_sec .sidebar {
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	text-align: center;
	padding: 20px 10px 60px;
	height: 100%;
}

.profile_sec .sidebar ul.nav-pills {
	display: block;
	margin-top: 30px;
}

.profile_sec .sidebar .img_box {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #0b74cd;
	width: 140px;
	margin: 0px auto;
}

.profile_sec .sidebar .img_box img {
	border-radius: 50%;
}

.profile_sec .sidebar .img_box .change-img-btn {
	position: absolute;
	bottom: -1px;
	background: #f2f2f2;
	text-align: center;
	width: 100%;
	padding-bottom: 8px;
}

.profile_sec .sidebar .img_box .change-img-btn a {
	font-size: 8px;
	color: #0b74cd;
	font-weight: 600;
	text-decoration: underline;
}

.profile_sec .sidebar .profile_box h4.name {
	font-size: 25px;
	color: #2a263d;
	font-weight: 900;
	padding-top: 10px;
}

.profile_sec .sidebar {
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	text-align: center;
	padding: 20px 10px 0px;
}

.profile_sec .sidebar ul.nav-pills li.nav-item .nav-link.active {
	background: transparent;
	color: #0b74cd;
}

.profile_sec .sidebar ul.nav-pills li.nav-item .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #979797;
	padding: 6px 15px;
	text-align: left;
	display: flex;
	align-items: center;
}

.profile_sec .sidebar ul.nav-pills li.nav-item {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.profile_sec .sidebar ul.nav-pills li.nav-item:last-child {
	border-bottom: 0;
}

.profile_sec .sidebar ul.nav-pills li.nav-item .nav-link span.icon {
	background: #bff4c3;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.profile_sec .tab-content {
	height: 100%;
}

/* Profile Css End Here */

/* Tab Content Css Start Here */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff !important;
	background-color: #064071 !important;
	border-color: transparent !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
	color: #064071 !important;
}
.profile_sec .nav-tabs .nav-link {
	width: 30%;
	border-radius: 50px;
	border: 2px solid #064071;
	margin: unset;
}
.profile_sec .speciality li {
	list-style: none;
	background: #e1f3f1;
	padding: 10px 20px;
	border-radius: 50px;
	margin: 0 5px 0 0px;
	color: #756f6f;
	border: 1px solid #c9c9c9;
}
.profile_sec .tab-content {
	/* height: 820px; */
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}
.profile_sec .tab-content::-webkit-scrollbar {
	width: 0.3em;
	border-radius: 10px;
}

.profile_sec .tab-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #06407194;
}

.profile_sec .tab-content::-webkit-scrollbar-thumb {
	background-color: #064071;
}
.earing-chart .title-wrapper .subtitle {
	font-family: var(--font-default);
	line-height: 25px;
}

.earing-chart .title-wrapper .earning {
	color: #064071;
	font-size: 35px;
}

.earning-summary .title h3 {
	color: #064071;
}

.job-done-box {
	display: flex;
	align-items: center;
	background: #e1f3f1;
	padding: 20px 20px;
	border: 1px solid #239d2c;
	border-radius: 10px;
}

.job-done-box .topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.job-done-box .img-box img {
	height: 100px;
	border-radius: 10px;
	width: 100px;
	object-fit: cover;
}

.job-done-box .topbar .payment-status-tag {
	background: #31dd3e;
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 50px;
}

.job-done-box .date p {
	font-size: 14px;
}

.profile_sec .change-profile-password .show-password {
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 0;
	background: transparent;
	margin: 0 10px;
}

#deleteAccountModal button.Delete {
	border: 2px solid #df3434;
	padding: 10px 40px;
	color: #fff;
	background: #df3434;
}

#deleteAccountModal button.Cancel {
	border: 2px solid #0b74cd;
	padding: 10px 40px;
	color: #0b74cd;
}
/* Tab Content Css End Here */
