@charset "utf-8";


input[type=submit] {
	-webkit-appearance: none
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}



a {
	text-decoration: none;
	color: #555
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: none
}

:focus {
	outline: 0
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto
}

input,
select,
textarea {
	resize: none;
	font-family: Inter, sans-serif
}

select,
textarea {
	outline: 0
}

a,
button,
input {
	outline: 0!important
}

button::-moz-focus-inner {
	border: 0
}



ol,
p,
ul {
	padding: 0
}

ol,
ul {
	margin: 0;
	list-style: none
}

p {
	margin: 0 0 15px
}

.container {
	max-width: 1120px;
	width: 100%
}

.pd-0 {
	padding: 0
}

.pd-5 {
	padding: 5px
}

.pd-10 {
	padding: 10px
}

.pd-20 {
	padding: 20px
}

.pd-ltr-20 {
	padding: 20px 20px 0
}

.pd-30 {
	padding: 30px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-30 {
	padding-bottom: 30px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-5 {
	margin-bottom: 5px!important
}

.mr-10 {
	margin-right: 10px
}

.mr-20 {
	margin-right: 20px
}

.font-30 {
	font-size: 30px;
	line-height: 1.33em
}

.font-24 {
	font-size: 24px;
	line-height: 1.42em
}

.font-20 {
	font-size: 20px;
	line-height: 1.5em
}

.font-18 {
	font-size: 18px;
	line-height: 1.65em
}

.font-16 {
	font-size: 16px;
	line-height: 1.62em
}

.font-14 {
	font-size: 14px;
	line-height: 1.71em
}

.font-12 {
	font-size: 12px;
	line-height: 1.83em
}

.h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3
}

.h1,
.h2,
.h3 {
	color: #1b3133;
	font-family: Inter, sans-serif
}

.h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35
}

.h3 {
	font-size: 24px;
	line-height: 1.5
}

.h3,
.h4 {
	font-weight: 700
}

.h4,
.h5,
.page-header h4 {
	font-size: 20px;
	line-height: 1.35;
	color: #1b3133;
	font-family: Inter, sans-serif
}

.h5 {
	font-size: 18px;
	font-weight: 600
}

.weight-300 {
	font-weight: 300
}

.weight-400 {
	font-weight: 400
}

.weight-500 {
	font-weight: 500
}

.weight-600 {
	font-weight: 600
}

.weight-700 {
	font-weight: 700
}

.weight-800 {
	font-weight: 800
}

.height-100-p {
	height: 100%
}

.width-50-p {
	width: 50%
}

.width-box {
	width: 50px;
	height: 50px
}

.min-height-200px {
	min-height: 200px
}

.bg-light-blue {
	background-color: #e1e1f5
}

.color-light-blue {
	color: #e1e1f5
}

.bg-blue {
	background-color: #6777ef
}

.text-blue {
	color: #6777ef
}

.text-light-blue {
	color: #2976aa
}

.text-blue-50 {
	color: #62a8ea
}

.card-box,
.da-card {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
	box-shadow: 0 0 28px rgba(0, 0, 0, .08)
}

.card-img-bottom {
	border-radius: 0 0 10px 10px
}

.card-img {
	border-radius: 10px
}

.card-title {
	font-size: 18px;
	font-weight: 600
}

.card-header {
	font-weight: 500;
	font-size: 16px
}

.card-text {
	font-size: 15px
}

.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-group {
	margin-bottom: 20px
}

.form-group>label {
	font-weight: 500;
	font-size: 14px
}

.custom-select,
.form-control {
	font-family: Inter, sans-serif;
	color: #131e22;
	font-weight: 400;
	height: 45px;
	border-color: #d4d4d4;
	letter-spacing: .035em;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.custom-select,
.form-control {
	font-size: 14px
}

.form-control.form-control-sm {
	height: 38px
}

textarea.form-control {
	height: 180px
}

.custom-select:focus,
.form-control:focus {
	color: #131e22;
	border-color: #6777ef;
	-webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .1);
	box-shadow: 0 0 28px rgba(0, 0, 0, .1)
}

.input-group {
	margin-bottom: 25px
}

.input-group.custom>.custom-select,
.input-group.custom>.form-control {
	width: 100%
}

.input-group.custom>.custom-select:not(:first-child),
.input-group.custom>.form-control:not(:first-child) {
	border-radius: .25rem;
	padding-left: 50px
}

.input-group.custom>.custom-select:not(:last-child),
.input-group.custom>.form-control:not(:last-child) {
	border-radius: .25rem;
	padding-right: 50px
}

.input-group-text {
	border: 0;
	background: 0 0
}

.input-group-text i {
	font-size: 20px
}

.form-control:focus~.input-group-append .fa {
	color: #6777ef
}

.form-control-lg,
.input-group-lg>.form-control {
	height: 50px;
	font-size: 16px
}
.btn-lg {
	padding: .657rem 1rem
}

.btn-group-lg>.btn,
.btn-lg {
	font-size: 18px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: 12px
}

.btn:focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.breadcrumb {
	background: 0 0;
	padding: .75rem 0
}

.breadcrumb-item.active {
	color: #6777ef;
	font-weight: 500
}

.breadcrumb-item a {
	color: #031e23
}

/* .breadcrumb-item+.breadcrumb-item::before { */
	/* font-family: FontAwesome;
	content: "\f105" */
/* } */

.form-control.time-picker-default:disabled,
.form-control.time-picker-default[readonly],
.form-control.time-picker:disabled,
.form-control.time-picker[readonly] {
	background: #fff
}

/* .custom-control {
	padding-left: 35px;
	cursor: pointer;
	padding-bottom: 5px
}

.custom-control-label {
	cursor: pointer;
	font-weight: 400
}

.custom-control-label::before {
	width: 20px;
	height: 20px;
	top: 2px;
	left: -30px;
	background-color: transparent;
	border: 2px solid #6777ef
}

.custom-control-label::after {
	width: 20px;
	height: 20px;
	left: -30px;
	background-size: 60%;
	top: 2px
}

.custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #6777ef
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(../images/check-mark.png);
	background-repeat: no-repeat;
	background-position: center center
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #6777ef
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	border: 2px solid transparent
} */

.label-info {
	background-color: #009efb
}

.notification-list ul li a p {
	margin-bottom: 0
}

.header {
	position: fixed;
	height: 70px;
	width: calc(100% - 280px);
	background: #fff;
	right: 0;
	top: 0;
	z-index: 123;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 50%
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 70px;
	width: 50%
}

.notification-list ul li a {
	display: block;
	position: relative;
	padding: 10px 15px 10px 75px;
	min-height: 75px;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	font-family: Inter, sans-serif;
	border-radius: 5px
}

.notification-list ul li a img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 13px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, .2);
	box-shadow: 1px 2px 13px rgba(0, 0, 0, .2)
}

.notification-list ul li a h3 {
	font-size: 16px;
	color: #202342;
	font-weight: 700;
	text-transform: capitalize;
	font-family: Inter, sans-serif;
	padding-bottom: 5px
}

.notification-list ul li a h3 span {
	float: right;
	font-size: 12px;
	font-weight: 500;
	padding-top: 2px
}

.footer-wrap {
	width: 100%;
	position: relative;
	text-align: center;
	font-weight: 500
}

.footer-wrap a {
	color: #6777ef;
	text-decoration: underline
}

.select-role {
	margin-bottom: 25px;
	padding: 0 5px
}

.select-role .btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.select-role .btn-group .btn {
	margin: 0 5px;
	border: 1px solid #d4d4d4;
	text-align: left;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: calc(50% - 10px);
	border-radius: 5px!important;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #333;
	position: relative
}

.select-role .btn-group .btn.active,
.select-role .btn-group .btn.active:focus {
	background-color: rgba(27, 0, 255, .05);
	border-color: rgba(27, 0, 255, .5);
	color: #6777ef
}

.select-role .btn-group .btn .icon {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px
}

.select-role .btn-group .btn span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #222
}

.main-container {
	padding: 80px 20px 2px 300px
}

.page-header {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
	box-shadow: 0 0 28px rgba(0, 0, 0, .08);
	margin-bottom: 30px;
	padding: 20px
}

.page-header .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-header h4 {
	font-weight: 600;
	padding-bottom: 5px
}

.page-header .breadcrumb {
	padding: 0;
	margin: 0
}

.timeline ul {
	position: relative
}

.btn-list .btn {
	margin: 5px
}

.da-card .da-card-content {
	padding: 20px 15px;
	background: #fff;
	font-size: 14px
}

.da-card,
.da-card .da-card-photo {
	position: relative;
	overflow: hidden
}

.da-card .da-card-photo img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.da-card .da-card-photo:hover img {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0)
}

.da-card .da-card-photo:hover .da-social {
	opacity: 1
}

.da-card .da-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.da-card .da-social h5 {
	position: absolute;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 500
}

.da-card .da-social ul li {
	float: left
}

.da-card .da-social ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	line-height: 43px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.da-card .da-social ul li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.da-card .da-social ul li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.da-card .da-social ul li a:hover {
	background: #fff;
	color: #6777ef
}

.nav-tabs.customtab .nav-item.show .nav-link,
.nav-tabs.customtab .nav-link.active {
	color: #6777ef;
	border: 0;
	border-bottom: 2px solid #6777ef
}

.nav-tabs.customtab .nav-item {
	margin-bottom: 0
}

.nav-tabs.customtab .nav-link {
	color: #181f48;
	border: 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.nav-tabs.customtab .nav-link:focus,
.nav-tabs.customtab .nav-link:hover {
	color: #6777ef;
	border: 0;
	border-bottom: 2px solid #6777ef
}

.timeline ul:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #6777ef;
	position: absolute;
	left: 150px
}

.timeline ul li {
	position: relative;
	padding-left: 180px;
	padding-top: 20px;
	padding-bottom: 30px
}

.timeline ul li:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 142px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px #6777ef;
	box-shadow: 0 0 0 3px #6777ef
}

.timeline .timeline-date {
	position: absolute;
	left: 0;
	top: 20px;
	width: 120px;
	background: #6777ef;
	color: #fff;
	font-size: 16px;
	padding: 6px 10px;
	border-radius: 5px
}

.profile-setting .profile-edit-list>li {
	padding: 20px
}

.profile-photo {
	width: 160px;
	height: 160px;
	margin: 0 auto 15px;
	position: relative
}

.profile-photo .edit-avatar {
	position: absolute;
	right: -15px;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .4)
}

.profile-photo .avatar-photo,
.profile-photo .edit-avatar {
	border-radius: 100%
}

.profile-info,
.profile-skills,
.profile-social {
	border-top: 2px dashed #ecf0f4;
	padding: 15px
}

.profile-info ul li {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	word-wrap: break-word
}

.profile-info ul li span {
	display: block;
	font-size: 14px;
	color: #6777ef;
	font-weight: 500;
	padding-bottom: 5px
}

.profile-info ul li:last-child {
	margin-bottom: 0
}

.profile-social ul li {
	float: left;
	margin: 5px
}

.profile-social ul li .btn {
	padding: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px
}

.profile-tab .nav-tabs.customtab {
	background: #fff
}

.profile-tab .nav-tabs.customtab .nav-link {
	padding: 18px 30px;
	background: 0 0;
	font-weight: 500
}

.profile-setting {
	height: 100%
}

.profile-setting .container {
	max-width: 800px
}

.profile-tab .tab-content {
	height: calc(100% - 63px)
}

.profile-setting .profile-edit-list {
	padding: 30px 0;
	margin: 0
}

.profile-setting .btn-outline-secondary {
	border-color: #ced4da
}

.profile-setting .profile-edit-list .form-control {
	font-weight: 400
}

.task-title {
	padding-bottom: 30px
}

.task-title a {
	padding-left: 20px;
	padding-right: 20px
}

.profile-task-wrap .container {
	max-width: 800px
}

.profile-task-list ul li {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #263238;
	margin-bottom: 25px
}

.profile-task-list.close-tasks ul li {
	color: #90a4ae;
	text-decoration: line-through
}

.profile-task-list ul li .task-type {
	font-size: 16px;
	color: #90a4ae;
	font-weight: 500
}

.profile-task-list ul li .task-assign {
	font-size: 16px;
	color: #90a4ae;
	font-weight: 300
}

.profile-task-list ul li .due-date {
	display: inline-block;
	padding-left: 10px
}

.profile-task-list ul li .due-date:before {
	content: "\f111";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 8px;
	vertical-align: middle;
	margin-right: 8px;
	opacity: .5
}

.profile-task-list ul li .custom-control,
.profile-timeline-list ul:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.profile-task-list ul li .custom-control-label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0
}

.profile-task-list ul li .custom-control-label::after,
.profile-task-list ul li .custom-control-label::before {
	top: 50%;
	margin-top: -12px;
	left: 0
}

.task-list-form>ul>li {
	padding: 30px 20px;
	background: #e7eef0;
	position: relative;
	border-bottom: 2px dashed #2976aa
}

.task-list-form>ul>li .remove-task {
	position: absolute;
	right: 22px;
	top: 3px;
	font-size: 18px;
	color: #2976aa
}

.task-list-form .form-control {
	font-weight: 400
}

.task-list-form textarea.form-control {
	height: 80px
}

.task-list-form .btn-outline-primary {
	border-color: #ced4da
}

.add-more-task {
	text-align: right
}

.add-more-task a {
	display: inline-block;
	padding: 10px;
	color: #2976aa
}

.profile-timeline {
	padding: 30px
}

.profile-timeline .timeline-month {
	margin-bottom: 20px
}

.profile-timeline .timeline-month h5 {
	font-size: 16px;
	font-weight: 700
}

.profile-timeline-list ul {
	padding-left: 15px;
	position: relative
}

.profile-timeline-list ul:before {
	content: "";
	width: 2px;
	left: 4px;
	background-color: #6777ef
}

.profile-timeline-list ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 100px;
	line-height: 24px;
	padding-top: 8px
}

.profile-timeline-list ul li p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500
}

.profile-timeline-list ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #6777ef;
	border-radius: 22px;
	position: absolute;
	left: -16px;
	top: 15px;
	background: #6777ef
}

.profile-timeline-list .date {
	position: absolute;
	top: 8px;
	left: 5px;
	font-weight: 700;
	font-size: 13px
}

.profile-timeline-list .task-name {
	text-transform: uppercase;
	font-weight: 600;
	color: #6777ef;
	font-size: 14px;
	line-height: 22px;
	position: relative
}

.profile-timeline-list .task-name i {
	position: absolute;
	left: -22px;
	top: 0;
	font-size: 18px
}

.profile-timeline-list .task-time {
	color: rgba(24, 31, 72, .71);
	font-size: 12px;
	font-weight: 700
}

@media (min-width:1301px) and (max-width:1400px) {
	.header {
		width: calc(100% - 250px)
	}
	.main-container {
		padding-left: 270px
	}
}

@media (max-width:1300px) {
	.main-container {
		padding-left: 0;
		padding-right: 0
	}
	.header {
		width: 100%
	}
	.footer-wrap {
		width: 100%
	}
}

@media (max-width:1024px) {
	.header {
		position: relative
	}
	.header-left {
		width: 25%
	}
	.header-right {
		width: 75%
	}
	.main-container {
		padding-top: 10px
	}
}

@media (max-width:767px) {
	.header {
		position: fixed;
		left: 0;
		top: 0;
		-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
		box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
	}
	.main-container {
		padding-top: 80px
	}
	.xs-pd-20-10 {
		padding: 20px 10px
	}
	.xs-mb-20 {
		margin-bottom: 20px
	}
	.h1,
	h1 {
		font-size: 2rem
	}
	.h2,
	h2 {
		font-size: 1.6rem
	}
	.h4,
	h4 {
		font-size: 1.4rem
	}
	.main-container,
	.timeline ul li {
		padding-bottom: 0
	}
	.footer-wrap {
		position: relative;
		height: auto
	}
	.page-header {
		margin-bottom: 30px
	}
	.timeline .timeline-date {
		position: relative;
		top: 0;
		margin-bottom: 20px;
		left: 35px
	}
	.timeline ul:before {
		left: 10px
	}
	.timeline ul li {
		padding-left: 0
	}
	.timeline ul li:before {
		left: 2px;
		top: 28px
	}
}

@media (max-width:660px) {
	.select-role .btn-group .btn {
		padding-left: 35px;
		font-size: 14px
	}
	.select-role .btn-group .btn .icon {
		left: 5px;
		width: 25px;
		height: 25px
	}
	.btn-group-lg>.btn,
	.btn-lg {
		font-size: 16px
	}
}


.pre-loader {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
	background-color: #00000063;
	opacity: .5;
}

.pre-loader .loader-logo {
	padding-bottom: 15px
}

.pre-loader .loader-progress {
	height: 8px;
	border-radius: 15px;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	background: #ecf0f4;
	overflow: hidden
}

.pre-loader .bar {
	width: 0%;
	height: 8px;
	display: block;
	background: #6777ef
}

.pre-loader .percent {
	text-align: center;
	font-size: 24px;
	display: none
}

.pre-loader .loading-text {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding-top: 15px
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    width: 50%;
    float: right;
		font-size: 12px !important;
}

/* Select area */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

element.style {
    width: auto;
}
.select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

/* Image area */
  .file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
  }
  .image-upload-wrap {
	margin-top: 20px;
	position: relative;
  }
  .cursor-pointer{
	cursor: pointer;
  }

  .label-required:after {
	content:" *";
	color: #fc544b!important;
  }


  /* Loader Animation */
  .pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background:#fc544b;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}