.overflow-hidden {
	touch-action: none;
	-ms-touch-action: none;
	-webkit-touch-action: none;
	-moz-touch-action: none;
}

.save-btn {
	text-align: center;
	padding: 20px 0 0;
}

.user-detail {
	position: relative;
}

.avatar-wrapper {
	position: relative;
	height: 290px;
	width: 290px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.avatar-wrapper:hover {
	cursor: pointer;
}

.avatar-wrapper:hover .profile-pic {
	opacity: 0.5;
}

.avatar-wrapper .profile-pic {
	width: 100%;
}

.avatar-wrapper .profile-pic:after {
	font-family: FontAwesome;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 190px;
	background: #ecf0f1;
	color: #34495e;
	text-align: center;
}

.avatar-wrapper .upload-button {
	position: absolute;
	top: 38px;
	left: 45px;
	height: 100%;
	width: 100%;
}

.avatar-wrapper .upload-button .fa-arrow-circle-up {
	position: absolute;
	font-size: 234px;
	top: -17px;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
	color: #34495e;
}

.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
	opacity: 0.9;
}

.user-detail .change-btn {
	position: absolute;
	/* bottom: 0; */
	left: 0;
	right: 0;
	text-align: center;
	bottom: 10px;
}

.user-detail .change-btn input[type="file"] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.user-detail .change-btn a svg {
	margin-right: 6px;
}

.user-detail .change-btn a {
	font-size: 18px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #FFFFFF;
	display: inline-block;
}

/*==================================================================*/

/*========== New Class Add Start ==========*/

/*==================================================================*/

/*==================================================================*/

/*========== New Class Add End ==========*/

/*==================================================================*/

.edit-profile.content {
	padding: 125px 0 0;
}

.profile-main {
	/* display: flex; */
	padding: 0 0 50px;
}

.right-wrapper {
	width: 100%;
	padding-left: 90px;
	margin-top: 40px;
}

.left-menu {
	width: 292px;
	/* background: #FFFFFF;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	border-radius: 15px; */
	float: left;
}

.left-menu h5 {
	font-size: 24px;
	line-height: 30px;
	color: #2A3042;
	font-family: 'Mulish', sans-serif;
	margin: 0 0 20px;
}

.left-menu .left-inner {
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	border-radius: 15px;
	padding-bottom: 35px;
}

.user-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.user-menu ul li {
	display: block;
	list-style-type: none;
}

.user-menu ul li a {
	font-size: 20px;
	line-height: 20px;
	color: #484848;
	display: block;
	padding: 27px 22px;
	text-decoration: none;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
}

.user-menu ul li a:hover, .user-menu ul li a.active {
	background: #2A3042;
	color: #fff;
	font-weight: 700;
}

.main-title {
	text-align: center;
	position: absolute;
	top: 170px;
	/* position: relative; */
	left: 0;
	right: 0;
	width: 100%;
}

.main-title h2 {
	font-weight: bold;
	font-size: 35px;
	line-height: 44px;
	color: #2A2F42;
	font-family: 'Mulish', sans-serif;
	border-bottom: 6px solid #FFE504;
	display: inline-block;
	margin: 0 0 30px;
}

.section-title {
	padding: 0 0 45px;
}

.section-title h3 {
	font-size: 30px;
	line-height: 30px;
	color: #2A2F42;
	margin: 0;
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
}

.main-block {
	border-top: 3px solid #E2E2E2;
	padding: 30px 0 65px;
}

.form-control {
	background: #FFFFFF;
	border: 1px solid #686868;
	border-radius: 8px;
	font-size: 18px;
	line-height: 18px;
	padding: 15px 27px;
	height: 60px;
	color: #484848;
	color: #2A2F42;
	font-family: 'Mulish', sans-serif;
	box-shadow: none !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.form-control:focus {
	border: 2px solid #3B4151;
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #484848;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #484848;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #484848;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #484848;
}

.custom-select {
	text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 60px;
	background: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3015 0.846742L19 2.24287L9.5 10L4.4498e-07 2.23502L1.69849 0.846741L9.5 7.22343L17.3015 0.846742Z' fill='%236D6D6D'/%3E%3C/svg%3E%0A") no-repeat right 25px center/19px 10px;
}

.small-title h6 {
	font-size: 20px;
	line-height: 20px;
	color: #212121;
	font-family: 'Mulish', sans-serif;
	margin: 0 0 12px;
}

.inner-title h6 {
	font-size: 18px;
	line-height: 18px;
	color: #212121;
	font-family: 'Mulish', sans-serif;
	margin: 0 0 12px;
}

.block-title h4 {
	font-size: 24px;
	line-height: 24px;
	color: #2A2F42;
	font-family: 'Mulish', sans-serif;
	margin: 0 0 12px;
	font-weight: 600;
}

.date-form {
	display: flex;
	align-items: center;
}

.date-input {
	position: relative;
	width: 292px;
}

.date-input .icon {
	position: absolute;
	left: 18px;
	right: auto;
	top: 11px;
	z-index: 0;
}

.menu-toggler {
	display: none;
}

.date-input .form-control {
	background: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3015 0.846742L19 2.24287L9.5 10L4.4498e-07 2.23502L1.69849 0.846741L9.5 7.22343L17.3015 0.846742Z' fill='%236D6D6D'/%3E%3C/svg%3E%0A") no-repeat right 20px center/12px 8px;
	padding-left: 57px;
	position: relative;
	z-index: 98;
}

.custom-control-label::before {
	height: 20px;
	width: 20px;
	border: 3px solid #2A3042 !important;
	left: 0;
	right: auto;
	top: 0;
	background: #fff !important;
	box-shadow: none !important;
}

.custom-control-label::after {
	height: 10px;
	width: 10px;
	display: block;
	background: #4F57A6 !important;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	opacity: 0;
	left: 4px;
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13 10.2' style='enable-background:new 0 0 13 10.2;' xml:space='preserve'%3E%3Cpath class='st0' fill='%232A3042' d='M13,1.5L11.5,0L4.3,7.1L1.5,4.4L0,5.9l4.3,4.3L13,1.5z'/%3E%3C/svg%3E%0A") !important;
	width: 12px;
	height: 9.42px;
	border-radius: 0;
}

.custom-control .custom-control-label {
	padding-left: 30px;
	font-size: 14px;
	line-height: 18px;
	color: #484848;
	font-weight: 400;
	cursor: pointer;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	opacity: 1;
}

.del-btn a {
	font-size: 16px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #E23045;
	display: inline-block;
}

.add-btn {
	padding-top: 30px;
}

.add-btn a {
	font-family: "Mulish";
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #2A3042;
}

.role-block {
	padding: 45px 0;
}

.sub-block {
	padding: 40px 0;
}

.sub-block+.sub-block {
	border-top: 1px solid #E2E2E2;
	padding-bottom: 0;
}

.office-main .sub-block {
	padding-top: 0;
}

.form-group p {
	font-size: 14px;
	line-height: 18px;
	color: #484848;
	margin: 5px 0 0;
	font-family: "Mulish";
	font-weight: 400;
}

#sticky_item-sticky-wrapper {
	width: 450px;
}

.newsletter {
	padding-left: 60px;
}

.newsletter .form-group {
	position: relative;
}

.newsletter .form-group .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	font-weight: 600;
	color: #555353;
	padding: 15px 31px;
}

.newsletter .form-group .form-control {
	border-radius: 20px;
	padding-right: 142px;
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8F8F8F;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #8F8F8F;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #8F8F8F;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #8F8F8F;
}

.f-bottom {
	background: rgba(216, 216, 216, .1);
	padding: 40px 0;
	text-align: center;
}

.f-bottom p {
	font-size: 14px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	font-family: 'FontsFreeNetgilory';
}

/*==================================================================*/

/*========== Footer End ==========*/

/*==================================================================*/

/* Gallery Upload Block Start */

.gallery-upload-block .upload-image-block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 626px;
	border: 5px dashed #E2E2E2;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.gallery-upload-block .upload-image-block .upload-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.gallery-upload-block .upload-notification img {
	margin-bottom: 20px;
}

.gallery-upload-block .upload-notification p {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #484848;
	margin: 0 0 27px;
}

.gallery-upload-block .upload-notification span {
	display: block;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	color: #484848;
	margin-bottom: 33px;
}

.gallery-upload-block .upload-notification .btn-upload {
	display: inline-block;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	padding: 18px 37px;
	color: #FFFFFF;
	background-color: #2A3042;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

/* Gallery Upload Block End */

/* Social Accounts Block Start */

.social-accounts-block .social-links-list {
	padding-top: 34px;
}

.social-links-list .social-block {
	padding-bottom: 38px;
}

.social-links-list .social-block label {
	display: flex;
	align-items: center;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	color: #2A2F42;
	font-size: 20px;
	line-height: 25px;
	margin: 0;
}

.social-links-list .social-block label img {
	margin-right: 25px;
}

.social-links-list .social-block .form-control {
	resize: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.social-links-list .social-block .form-control::-webkit-input-placeholder {
	color: #999999;
}

.social-links-list .social-block .form-control::-moz-placeholder {
	color: #999999;
}

.social-links-list .social-block .form-control:-ms-input-placeholder {
	color: #999999;
}

.social-links-list .social-block .form-control:-o-placeholder {
	color: #999999;
}

.datepicker.datepicker-dropdown {
	border: none !important;
	background-color: #002550;
	z-index: 99999 !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	margin: 5px 0 0;
	border: 1px solid rgba(36, 60, 149, 0.03);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	background-color: #ffffff !important;
	box-shadow: 0 3px 15px 0 rgba(21, 38, 102, 0.05);
	padding: 10px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
	border-bottom-color: #ffffff !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-top:after {
	border-top-color: #ffffff !important;
}

.datepicker.datepicker-dropdown.dropdown-menu .table-condensed thead tr th, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed thead tr td, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tbody tr th, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tbody tr td, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tfoot tr th, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tfoot tr td {
	color: #ffffff;
	color: #002550;
	border-radius: 0;
}

.datepicker.datepicker-dropdown.dropdown-menu .table-condensed thead tr th, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tbody tr th, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tfoot tr th {
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
}

.datepicker.datepicker-dropdown.dropdown-menu .table-condensed thead tr td, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tbody tr td, .datepicker.datepicker-dropdown.dropdown-menu .table-condensed tfoot tr td {
	height: 24px;
	width: 24px;
	font-size: 14px;
	line-height: 14px;
}

.datepicker.datepicker-dropdown.dropdown-menu .datepicker-switch, .datepicker.datepicker-dropdown.dropdown-menu .prev, .datepicker.datepicker-dropdown.dropdown-menu .next, .datepicker.datepicker-dropdown.dropdown-menu tfoot tr th {
	font-weight: bold;
	text-transform: uppercase !important;
	color: #ffffff;
}

.datepicker.datepicker-dropdown.dropdown-menu .datepicker-switch:hover, .datepicker.datepicker-dropdown.dropdown-menu .prev:hover, .datepicker.datepicker-dropdown.dropdown-menu .next:hover, .datepicker.datepicker-dropdown.dropdown-menu tfoot tr th:hover {
	color: #002550;
}

.datepicker.datepicker-dropdown table tr td span:hover, .datepicker.datepicker-dropdown table tr td span.focused {
	background: #ffed00;
	color: #002550;
}

.datepicker.datepicker-dropdown table tr td.day:hover, .datepicker.datepicker-dropdown table tr td.day.focused {
	background: #ffed00;
	color: #002550;
}

.datepicker.datepicker-dropdown table tr td .month {
	background: #ffffff;
	color: #002550;
}

.datepicker.datepicker-dropdown table tr td .month.active, .datepicker.datepicker-dropdown table tr td .month.focused {
	background: #ffffff !important;
	color: #002550 !important;
	background: #ffed00 !important;
}

.datepicker.datepicker-dropdown table tr td .year {
	background: #ffffff;
	color: #002550;
}

.datepicker.datepicker-dropdown table tr td .year.active, .datepicker.datepicker-dropdown table tr td .year.focused {
	background: #ffffff !important;
	color: #002550 !important;
	background: #ffed00 !important;
}

.datepicker.datepicker-dropdown table tr td.active {
	background: #ffed00 !important;
	color: #002550 !important;
}

.datepicker.datepicker-dropdown table tr td.today {
	background: #002550 !important;
	color: #ffffff !important;
}

.datepicker.datepicker-dropdown table tr td.today:hover {
	background: #ffffff !important;
	color: #002550 !important;
	background: #ffed00 !important;
}

.datepicker.datepicker-dropdown table tr td.today.disabled:hover {
	background: #ffffff;
	color: #002550;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: none !important;
	color: #999 !important;
	cursor: no-drop !important;
}

.error {
	color: #E23045 !important;
	border-color: #E23045 !important;
}

.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #E23045 !important;
}

.error::-moz-placeholder {
	/* Firefox 19+ */
	color: #E23045 !important;
}

.error:-ms-input-placeholder {
	/* IE 10+ */
	color: #E23045 !important;
}

.error:-moz-placeholder {
	/* Firefox 18- */
	color: #E23045 !important;
}

.sub-block .row.primary-role-block:nth-child(1) {
	background: transparent;
}

.sub-block .row.primary-role-block:nth-child(even) {
	background: #FBFBFB;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 30px;
	margin: 30px -30px 30px;
}

.sub-block .row.additional-role-block:nth-child(1) {
	background: transparent;
}

.sub-block .row.additional-role-block:nth-child(even) {
	background: #FBFBFB;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 30px;
	margin: 30px -30px 30px;
}

.row.additional-role-office:nth-child(1) {
	background: transparent;
}

.row.additional-role-office:nth-child(2), .row.additional-role-office:nth-child(even) {
	background: #FBFBFB;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 30px;
	margin: 30px -30px 30px;
}

.row.add-role-activity:nth-child(1) {
	background: transparent;
}

.row.add-role-activity:nth-child(even) {
	background: #FBFBFB;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 30px;
	margin: 30px -30px 30px;
}

.row.fun-fact-role:nth-child(1) {
	background: transparent;
}

.row.fun-fact-role:nth-child(even) {
	background: #FBFBFB;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 30px;
	margin: 30px -30px 30px;
}

.row.fun-quick-role:nth-child(1) {
	background: transparent;
}

.row.fun-quick-role:nth-child(even) {
	background: #FBFBFB;
	margin-top: 0;
	padding: 15px;
	margin-bottom: 30px;
	margin: 30px -30px 30px;
}

textarea.form-control {
	resize: none;
}

.fixed h3:first-child {
	position: fixed;
	top: 80px;
	z-index: 9999;
	position: fixed;
	/* top: 70px; */
	z-index: 9999;
	/* left: 0;
    right: 0; */
	/* text-align: center; */
	padding: 5px 0;
}

.section-title h3 {
	background: white;
	width: 100%;
	height: auto;
}