@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'AB Nirvana*';
    src: url('../fonts/ABNirvana/ABNirvana.eot');
    src: url('../fonts/ABNirvana/ABNirvana.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ABNirvana/ABNirvana.woff2') format('woff2'),
        url('../fonts/ABNirvana/ABNirvana.woff') format('woff'),
        url('../fonts/ABNirvana/ABNirvana.ttf') format('truetype'),
        url('../fonts/ABNirvana/ABNirvana.svg#ABNirvana') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*==============================================================
	Common Styles Initials
==============================================================*/

:root {
	--white: #FFFFFF;
	--dark-blue: #6D2FD1;
	--dark-blue-1: #4113D3;
	--sky-blue:#076AAC;
	--text-blue:#330267;
	--light-gray:#D9D2E9;
	--light-blue:#F2EBFD;
	--pink:#DC0BC4;
	--border-color:#DECDF6;
	--light-pink:#E4D2F7;
	--light-pink-1:#EFE2FB;
	--light-pink-text:#966ADE;
	--light-pink-bg:#F3E8FC;
	--body-bg:#FAF5FF;
	--dark-purple:#AE87D0;
	--medium-purple:#7850A9;
	--table-border:#EDE1FB;
	--border-toggle-btn:#E4DAEE;
	--red:#D12F2F;
	--modal-bg:#F0E8FC;
	--placeholder:#C4A8EC;
}

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

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

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}

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

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

input, textarea, select {
	outline: none;
	resize: none;
}
input:focus{
	box-shadow: none;
}

a, input, button{
	outline:none !important;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

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

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul > li,
ol > li {
	color: #330267;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #330267;
}



/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder{opacity:1;}
.form-control:-moz-placeholder{opacity:1;}
.form-control::-moz-placeholder{opacity:1;}
.form-control:-ms-input-placeholder{opacity:1;}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a, .nav > li.active > a:focus{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn,.btn-close:focus{
	outline: none !important;
	box-shadow: none !important;
}
.form-select:focus,
.form-control:focus{
	box-shadow: none;
	outline: none;
}
/*==============================================================
	Custom Style
==============================================================*/

.container {
	max-width: 1280px;
	width:100%;
	padding: 0 30px;
}

.btn-gradient-task{
	color: #ffffff;
	border-radius: 30px;
	background: black;
	border: 2px solid #000000;
}

.btn-outline-blue, .btn-gradient{
	color: #ffffff;
	border: 2px solid #ffffff;
}

.btn-outline-blue:hover, .btn-gradient:hover, .btn-gradient-task:hover{
	color: #000000;
	background: linear-gradient(orange, violet);
	background: -webkit-linear-gradient(orange, violet);
	background: -moz-linear-gradient(orange, violet);
	background: linear-gradient(orange, violet);

}

/*==============================================================
	Background video in login Page
==============================================================*/  

.video-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
}
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.login-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: table;
	/* padding-top: 200px; */
}
.login-caption{
	display: flex;
    height: 100vh;
    /* justify-content: center; */
    align-items: center;
	padding-bottom: 100px;
}
body.iphone .login-container video{
	display: none;
}
body.iphone .login-container .login-caption::before{
	background: url(../images/video-banner.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.login-caption::after{
	content: "";
	position: fixed;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #06009B,#7B4DC6,#743ECB, #6D2FD1);
	opacity: .3;
	z-index: -1;
}

/*==============================================================
	Login Logo section
==============================================================*/
.login-wrap .login-left{
	padding-top: 10px;
}
.login-wrap .logo-title{
	font-size: 127px;
	line-height: 120px;
	text-shadow: 0px 2px 4px #543c92;
	color: #50388d;
	font-family: 'AB Nirvana*';
	margin-top: 30px;
}

/*==============================================================
	Login form section
==============================================================*/
.login-wrap .login-right{
	padding-top: 45px;
	padding-left: 5px;
	max-width: 525px;
}
.login-wrap .block-title{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 35px;
}
.login-wrap .form-group{
	margin-bottom: 40px;
	position: relative;
}
.login-wrap .form-label{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}
.login-wrap .form-control,
.login-wrap .form-control:focus{
	height: 60px;
	width: 100%;
	background:
	linear-gradient(to left, rgba(0, 7, 191,.5) 20%/*bottom-right color*/, rgba(109, 47, 209, .7) 80% /*top-left color*/);
	border-radius: 30px;
	border: none;
	position: relative;
	padding-left: 60px;
	color: #FFFFFF;
}
.login-wrap .form-group .tag-line,
.login-wrap .form-group .tag-line a{
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 26px;
	padding: 0px;	
}
.login-wrap .form-group .tag-line{
	margin: 10px 0px 0px 25px;
}
.login-wrap .form-group .tag-line a{
	font-weight: 600;
	display: inline-block;
}

.login-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFFFFF;
}
.login-wrap input::-moz-placeholder { /* Firefox 19+ */
	color: #FFFFFF;
}
.login-wrap input:-ms-input-placeholder { /* IE 10+ */
	color: #FFFFFF;
}
.login-wrap input:-moz-placeholder { /* Firefox 18- */
	color: #FFFFFF;
}
.login-wrap .input-icon{
	position: relative;
}
.login-wrap .input-icon::after{
	content: "";
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -1px;
	display:inline-block;
}
.login-wrap .input-icon.username::after{
	content: url(../images/icons/user.svg);
	background: url(../images/icons/user.svg) no-repeat;
	width: 16px;
	height: 18px;
}
.login-wrap .input-icon.password::after{
	content: url(../images/icons/lock.svg);
	background: url(../images/icons/lock.svg) no-repeat;
	width: 16px;
	height: 21px;
}
.login-wrap .btn-gradient{
	width: 100%;
	height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	border-radius: 30px;
}


/*==============================================================
	Logo in Footer
==============================================================*/
.footer-content{
	width: 100%;
	/* max-width: 1224px; */
	text-align: center;
	background: #50388d;
	border-top: 1px solid #000000;
	margin: 0 auto;
}
.footer-content p{
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 20px;
}
.footer-content-log{
	width: 100%;
	max-width: 1224px;
	text-align: center;
	background: transparent;
	border-top: 1px solid #ffffff;
	margin: 0 auto;
}
.footer-content-log p{
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 20px;
}
.login-container footer{
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
	margin-top: 30px;
}
.login-container .footer-content{
	border-top: 1px solid #6D2FD1;
}
.login-container p{
	padding: 35px;
}
/*==============================================================
	Header Start
==============================================================*/
.header-main{
	padding: 10px 0px;
	background: #50388d;
	/* background: -webkit-linear-gradient(to left, rgba(65,19,211,6%), rgba(220,11,196,6%));
	background: -moz-linear-gradient(to left, rgba(65,19,211,6%), rgba(220,11,196,6%));
	background: linear-gradient(to left, rgba(65,19,211,6%), rgba(220,11,196,6%));
    background-image: -ms-linear-gradient(to left, rgba(65,19,211,6%), rgba(220,11,196,6%));
    background-image: -o-linear-gradient(to left, rgba(65,19,211,6%), rgba(220,11,196,6%)); */
}
.header-left a{
	color: #ffffff;
	font-family: 'AB Nirvana*';
	font-size: 39px;
	line-height: 28px;
	text-transform: uppercase;
}
.header-left p{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.header-left img{
	margin-right: 20px;
}
.header-right .btn.dropdown-toggle {
	border: none;
	color: #ffffff;
	line-height: 36px;
	font-size: 14px;
	font-weight: 400;
	width: 155px;
}
.header-right .btn img{
	margin-right: 10px;
	margin-left: 20px;
}
.header-right .notification{
	margin-right: 20px;
	position: relative;
	display: flex;
    flex-shrink: 0;
}
.header-right .notification::after{
	content: "";
	position: absolute;
	right: -20px;
	top: 0px;
	background: #D9D2E9;
	width: 1px;
	height: 25px;
}
.header-right .notification .alert{
	width: 10px;
    height: 10px;
    background-color: #DC0BC4;
    border-radius: 50%;
    display: block;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.header-right .dropdown-menu{
	padding: 0px;
	border: none;
	top: 12px !important;
	background-color: #9382bd;
	overflow: hidden;
}
.header-right .dropdown-menu li a{
	font-size: 14px;
    line-height: 24px;
	font-weight: 500;
	padding: 10px 20px;
	color: #ffffff;
}
.header-right .dropdown-menu li a:hover{
	background-color: #50388d;
	/* color: #FFFFFF; */
}
.search-box{
	margin-right: 6px;
}
.search-box .input-group{
	border-bottom: 1px solid #ffffff;
	padding-right: 5px;
	flex-wrap: nowrap;
}
.search-box [type="search"]{
	height: 35px;
	padding: 10px 0px;
	box-shadow: none;
	width: 260px;
	font-size: 14px;
	line-height: 28px;
	color: rgb(255, 255, 255);
	/* color: #C4A8EC; */
}
.search-box [type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	 height: 10px;
	 width: 10px;
	 background: url("../images/icons/close.svg") no-repeat;
	 background-size: contain;
	 cursor: pointer;
  }
.search-box .btn{
	margin-top: 3px;
	padding: 0px;
	filter: invert(98%) sepia(39%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.search-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgb(255, 255, 255);
}
.search-box input::-moz-placeholder { /* Firefox 19+ */
	color: rgb(255, 255, 255);
}
.search-box input:-ms-input-placeholder { /* IE 10+ */
	color: rgb(255, 255, 255);
}
.search-box input:-moz-placeholder { /* Firefox 18- */
	color: rgb(255, 255, 255);
}

/*==============================================================
	Main COntainer
==============================================================*/
main{
	margin-top: 50px;;
	margin-bottom: 70px;
}
main .container::after{
	content: "";
	position: absolute;
	bottom: -60px;
	right: 0;
	background: url("../images/owl.svg") no-repeat;
	background-size: contain;
	width: 340px;
	height: 490px;
	z-index: -1;
}

/*==============================================================
	Task bar Start
==============================================================*/
.account-task-bar{
	background-color: #50388D;
	padding: 10px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.account-task-bar .task-bar-title{
	font-size: 26px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
}
.account-task-bar .btn{
	padding: 7px 23px 7px 23px;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.task-bar-btn .icon{
	margin-right: 10px;
}
.account-task-bar .btn-outline-blue{
	margin-right: 20px;
}


/*==============================================================
	Task card Start
==============================================================*/
.task-card{
	background: url("../images/curve.svg") no-repeat top right  #876ec5;
	border-radius: 10px;
	background-size: 191px 108px;
}
.task-card a{
	padding: 30px;
	display: block;
}
.task-card .card-icon{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #ffffff;
	margin-right: 24px;
}
.task-card .count{
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
}
.task-card .name{
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0px;
}

/*==============================================================
	Report Chart Start
==============================================================*/
.report-chart{
	margin: 60px -15px 0px;
}
.report-chart .apexcharts-grid .apexcharts-gridlines-horizontal .apexcharts-gridline{
	display: none;
}
#survivalRateChart2 .apexcharts-legend .apexcharts-legend-series:nth-of-type(2){
	display: none;
}
#survivalRateChart2 .apexcharts-tooltip .series-name {
	display: none;
 }
 .chart-data{
	width: 100%;
	overflow-x: auto;
}
/*==============================================================
	Sidebar Menu Start
==============================================================*/
.side-bar-menu{
	background-color: #876ec5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: 20px;
}
.side-bar-menu ul > li > a{
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 20px 20px 20px 55px;
	display: block;
	font-weight: 600;
	border-bottom: 1px solid #543c92;
	position: relative;
}
.side-bar-menu ul > li > a::after {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
}
.side-bar-menu ul > li:nth-of-type(1) > a::after{
	background: url(../images/icons/dashboard.svg) no-repeat;
}
.side-bar-menu ul > li:nth-of-type(2) > a::after{
	background: url(../images/icons/about.svg) no-repeat;
}
.side-bar-menu ul > li:nth-of-type(3) > a::after{
	background: url(../images/icons/task-history.svg) no-repeat;
}
.side-bar-menu ul > li:nth-of-type(4) > a::after{
	background: url(../images/icons/report.svg) no-repeat;
}
.side-bar-menu ul > li:nth-of-type(5) > a::after{
	background: url(../images/icons/tutorial.svg) no-repeat;
}
.side-bar-menu ul > li > a:hover{
	background-color: #382861;
}
.side-bar-menu ul > li.active a{
	background-color: #50388d;
}
.side-bar-menu ul > li:last-child a{
	border-bottom: none;
}

/*==============================================================
	Dashboard container Start
==============================================================*/
.dashboard-container .dashboard-left{
	width: 16%;
}
.dashboard-container .dashboard-right{
	width: 84%;
}

/*==============================================================
	About page images and content
==============================================================*/
.about-content p {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
}
.about-content ul li {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
	margin: 5px 0px;
}
.about-content ul li::before{
	content: "";
	background: #6D2FD1;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 0px;
	top: 10px;
	position: absolute;
}
.about-content ul{
	list-style: none;
}
.about-image img{
	border-radius: 10px;
}

/*==============================================================
	About page table
==============================================================*/
.table-title{
	font-size: 22px;
	font-weight: 600;
	color: #330267;
	margin-bottom: 20px;
	margin-top: 20px;
}
.table{
	max-width: 580px;
	width: 100%;
	margin-bottom: 30px;
}
.table tr th {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
}
.table thead th.sr-number-th {
	background-color: #AE87D0;
}
.table thead th.date-time-th{
	background-color: #7850A9;
}
.table thead th.project-name-th{
	background-color: #330267;
}
.table thead th:first-child{
	border-top-left-radius: 10px;
}
.table thead th:last-child{
	border-top-right-radius: 10px;
}
.table tr td {
	border-top: none;
	border-color: #EDE1FB;
	color: #330267;
	font-size: 14px;
	font-weight: 400;
}

.table tbody td.date-time-td span{
	color: #4113D3;
	margin-left: 7px;
}
.table tbody td.project-name-td{
	font-weight: 700;
}
.table tr th,
.table tr td{
	padding: 20px 20px;
	white-space: nowrap;
	text-align: center;
}


/*==============================================================
	Task History page table
==============================================================*/
.show-data{
	margin-top: -25px;
}
.show-data p{
	color: #966ADE;
	font-size: 14px;
	line-height: 28px;
}
.show-data a{
	color: #330267;
	margin-left: 5px;
}
.show-data.tutorial p,
.show-data.tutorial a{
	font-size: 16px;
}
.show-data select{
	width: 40px;
	height: 26px;
	border-radius: 5px;
	border-color: #4113D3;
	font-size: 12px;
	margin: 0px 3px;
	color: #966ADE;
	border-width: 1px;
}
.task-table{
	max-width: 100%;
	margin-bottom: 0px;
}
.table.task-table thead{
	background: linear-gradient(to left, rgba(190, 129, 255, 15%), rgba(141, 80, 255, 20%));
}
.table.task-table tbody{
	border-top-style: hidden;
}
.table.task-table th{
	background-color: transparent !important;
	color: #330267;
}
.table.task-table thead th.project-name-th {
	border-radius: 0px;
}
.table.task-table tr td.collapse-td{
	padding: 0px;
	border: none;
}
.table.task-table tr td .collapse-main{
	background: rgba(150, 106, 222, .3);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 12px 20px;
	display: none;
}
.table.task-table tr td.actions-name-td a{
	margin: 0px 8px;
}
.table.task-table tr td .collapse-main .collapse-box{
	text-align: left;
	width: 20%;
}
.table.task-table tr td .collapse-main .collapse-box p{
	margin-bottom: 0px;
}
.table.task-table tr td .collapse-main .collapse-title{
	color: #330267;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}
.table.task-table tr td .collapse-main .collapse-box .qc{
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #330267;
	font-weight: 600;
	margin-bottom: 0px;
}
.table.task-table tr td .collapse-main .collapse-box .qc a{
	color: #D12F2F;
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}
.table.task-table tr td .collapse-main .collapse-box .files{
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.table.task-table tr td .collapse-main .collapse-box .files a{
	margin-left: 5px;
}
.table.task-table tr td.toggle-td .toggle-btn{
	width: 20px;
	height: 20px;
	border: 1px solid #E4DAEE;
	border-radius: 5px;
	position: relative;
	display: inline-block;
}
.table.task-table tr td.toggle-td .toggle-btn.active{
	background-color: #4113D3;
	border-color: #FFFFFF;
}
.table.task-table tr td.toggle-td .toggle-btn.active::after{
	background: url('../images/icons/arrow-up.svg') no-repeat;
}
.table.task-table tr td.toggle-td .toggle-btn::after{
	content: "";
	background: url('../images/icons/down-arrow.svg') no-repeat;
	width: 9px;
	height: 5px;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*==============================================================
	folder-text
==============================================================*/
#radio-text{
	padding-top: 2%;
	color: red;
	font-size: 12px;
}

/*==============================================================
	Pagination
==============================================================*/
.pagination{
	margin-top: 60px;
}
.pagination li a{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #4113D3;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #4113D3;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	margin: 0px 5px;
}
.pagination li a.current{
	background-color: #6D2FD1;
	color: #FFFFFF;
}

/*==============================================================
	Tutorial Page
==============================================================*/
.video-title{
	color: #330267;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
}

/*==============================================================
	STart Modal New Task & New Sub Task
==============================================================*/
.task-modal.modal .modal-dialog{
	max-width: 444px;
}
.task-modal.modal.medium .modal-dialog{
	max-width: 600px;
}
.task-modal.task-modal-lg .modal-dialog{
	max-width: 650px;
}
.task-modal.modal .btn-close{
	opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
	color: #6D2FD1;
}
.task-modal.modal .modal-content{
	border-radius: 10px;
	background-color: #ffffff;
	border: none;
}
.task-modal.modal .modal-header{
	padding: 20px 50px;
}
.task-modal.modal .modal-body{
	padding: 0px 50px 0px 50px;
}
.task-modal.modal .modal-footer{
	padding: 20px 50px 50px;
}
.task-modal.modal .modal-title{
	font-size: 26px;
	line-height: 28px;
	color: #000000;
	font-weight: 600;
	margin-top: 10px;
}
.task-modal.modal .form-label{
	color: #000000;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 5px;
}
.task-modal.modal .form-select{
	height: 40px;
	border: 1px solid #966ADE;
	color: #330267;
}
.task-modal.modal .btn-gradient{
	height: 40px;
	border-radius: 20px;
}
.task-modal.modal .input-group{
	border: 1px solid #966ADE;
	height: 40px;
	border-radius: 3px;
	background: #FFFFFF;
}
.task-modal.modal .input-group label{
	position: absolute;
    left: 0px;
    background-color: #6D2FD1;
    color: #FFFFFF;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    height: 39px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 12px;
}
.task-modal.modal .file-name{
	padding: 8px 15px;
	max-width: 230px;
	color: #966ADE;
	font-size: 14px;
	height: 38px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 100%;
}
.task-modal.modal input[type="file"] {
	/* z-index: -1; */
	position: absolute;
	opacity: 1;
	height: 40px;
	font-size: 14px;
	width: 100%;
	padding-left: 6px;
	line-height: 30px;
	color: #966ADE;
    font-size: 14px;
}
.task-modal .table-shadow{
	box-shadow: 0px 0px 4px 0px #0000003d;
    border-radius: 8px;
}
.task-modal .quote-imgs-thumbs{
	background: #ffffff;
    height: 38px;
    position: absolute;
    top: 0px;
    padding: 7px 0px;
	overflow: hidden;
}
.task-modal .quote-imgs-thumbs p{
	color: #966ADE;
}
p.error{
	color: #DC0BC4;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0px;
}
.task-modal.modal input{
	color: #966ADE;
    font-size: 14px;
	height: 40px
}
.task-modal.modal input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #966ADE;
}
.task-modal.modal input::-moz-placeholder { /* Firefox 19+ */
	color: #966ADE;
}
.task-modal.modal input:-ms-input-placeholder { /* IE 10+ */
	color: #966ADE;
}
.task-modal.modal input:-moz-placeholder { /* Firefox 18- */
	color: #966ADE;
}


/* Loder Css */
.loder {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .5;
	z-index: 9999;
}
.loder span{
    position: absolute;
    left: 50%;
    z-index: 999999;
    top: 50%;
    opacity: 1;
    color: #fff;
    transform: translate(-50%, -50%);
    margin-top: 42px;
	font-size: 18px;
}

.loader01 {
	width: 56px;
	height: 56px;
	border: 8px solid #f8e7fc;
	border-right-color: transparent;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	top: 50%;
	margin: -28px auto 0;
}

.loader01::after {
	content: '';
	width: 8px;
	height: 8px;
	background: #f8e7fc;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: 33px;
}


@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader02 {
	width: 56px;
	height: 56px;
	border: 8px solid rgba(0, 82, 236, 0.25);
	border-top-color: #f8e7fc;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	top: 50%;
	margin: -28px auto 0;
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader03 {
	width: 56px;
	height: 56px;
	border: 8px solid transparent;
	border-top-color: #f8e7fc;
	border-bottom-color: #f8e7fc;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	top: 50%;
	margin: -28px auto 0;
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader04 {
	width: 56px;
	height: 56px;
	border: 2px solid rgba(0, 82, 236, 0.5);
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s ease-in-out infinite;
	top: 50%;
	margin: -28px auto 0;
}

.loader04::after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f8e7fc;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -5px;
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader05 {
	width: 56px;
	height: 56px;
	border: 4px solid #f8e7fc;
	border-radius: 50%;
	position: relative;
	animation: loader-scale 1s ease-out infinite;
	top: 50%;
	margin: -28px auto 0;
}

@keyframes loader-scale {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.loader06 {
	width: 56px;
	height: 56px;
	border: 4px solid transparent;
	border-radius: 50%;
	position: relative;
	top: 50%;
	margin: -28px auto 0;
}

.loader06::before {
	content: '';
	border: 4px solid rgba(0, 82, 236, 0.5);
	border-radius: 50%;
	width: 67.2px;
	height: 67.2px;
	position: absolute;
	top: -9.6px;
	left: -9.6px;
	animation: loader-scale 1s ease-out infinite;
	animation-delay: 1s;
	opacity: 0;
}

.loader06::after {
	content: '';
	border: 4px solid #f8e7fc;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	position: absolute;
	top: -4px;
	left: -4px;
	animation: loader-scale 1s ease-out infinite;
	animation-delay: 0.5s;
}

@keyframes loader-scale {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.loader07 {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: relative;
	animation: loader07-u04c322d6 1s linear infinite;
	top: 50%;
	margin: -8px auto 0;
}

@keyframes loader07-u04c322d6 {
	0% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #f8e7fc;
	}
	12.5% {
		box-shadow: 0 -27px 0 0 #f8e7fc, 19px -19px 0 0 rgba(0, 82, 236, 0.05), 27px 0 0 0 rgba(0, 82, 236, 0.1), 19px 19px 0 0 rgba(0, 82, 236, 0.2), 0 27px 0 0 rgba(0, 82, 236, 0.3), -19px 19px 0 0 rgba(0, 82, 236, 0.4), -27px 0 0 0 rgba(0, 82, 236, 0.6), -19px -19px 0 0 rgba(0, 82, 236, 0.8);
	}
	25% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.8), 19px -19px 0 0 #f8e7fc, 27px 0 0 0 rgba(0, 82, 236, 0.05), 19px 19px 0 0 rgba(0, 82, 236, 0.1), 0 27px 0 0 rgba(0, 82, 236, 0.2), -19px 19px 0 0 rgba(0, 82, 236, 0.3), -27px 0 0 0 rgba(0, 82, 236, 0.4), -19px -19px 0 0 rgba(0, 82, 236, 0.6);
	}
	37.5% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.6), 19px -19px 0 0 rgba(0, 82, 236, 0.8), 27px 0 0 0 #f8e7fc, 19px 19px 0 0 rgba(0, 82, 236, 0.05), 0 27px 0 0 rgba(0, 82, 236, 0.1), -19px 19px 0 0 rgba(0, 82, 236, 0.2), -27px 0 0 0 rgba(0, 82, 236, 0.3), -19px -19px 0 0 rgba(0, 82, 236, 0.4);
	}
	50% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.4), 19px -19px 0 0 rgba(0, 82, 236, 0.6), 27px 0 0 0 rgba(0, 82, 236, 0.8), 19px 19px 0 0 #f8e7fc, 0 27px 0 0 rgba(0, 82, 236, 0.05), -19px 19px 0 0 rgba(0, 82, 236, 0.1), -27px 0 0 0 rgba(0, 82, 236, 0.2), -19px -19px 0 0 rgba(0, 82, 236, 0.3);
	}
	62.5% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.3), 19px -19px 0 0 rgba(0, 82, 236, 0.4), 27px 0 0 0 rgba(0, 82, 236, 0.6), 19px 19px 0 0 rgba(0, 82, 236, 0.8), 0 27px 0 0 #f8e7fc, -19px 19px 0 0 rgba(0, 82, 236, 0.05), -27px 0 0 0 rgba(0, 82, 236, 0.1), -19px -19px 0 0 rgba(0, 82, 236, 0.2);
	}
	75% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.2), 19px -19px 0 0 rgba(0, 82, 236, 0.3), 27px 0 0 0 rgba(0, 82, 236, 0.4), 19px 19px 0 0 rgba(0, 82, 236, 0.6), 0 27px 0 0 rgba(0, 82, 236, 0.8), -19px 19px 0 0 #f8e7fc, -27px 0 0 0 rgba(0, 82, 236, 0.05), -19px -19px 0 0 rgba(0, 82, 236, 0.1);
	}
	87.5% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.1), 19px -19px 0 0 rgba(0, 82, 236, 0.2), 27px 0 0 0 rgba(0, 82, 236, 0.3), 19px 19px 0 0 rgba(0, 82, 236, 0.4), 0 27px 0 0 rgba(0, 82, 236, 0.6), -19px 19px 0 0 rgba(0, 82, 236, 0.8), -27px 0 0 0 #f8e7fc, -19px -19px 0 0 rgba(0, 82, 236, 0.05);
	}
	100% {
		box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #f8e7fc;
	}
}

.loader08 {
	width: 20px;
	height: 20px;
	position: relative;
	animation: loader08-ub06eb63b 1s ease infinite;
	top: 50%;
	margin: -46px auto 0;
}

@keyframes loader08-ub06eb63b {
	0%,
	100% {
		box-shadow: -13px 20px 0 #f8e7fc, 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
	}
	25% {
		box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #f8e7fc, 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
	}
	50% {
		box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #f8e7fc, -13px 46px 0 rgba(0, 82, 236, 0.2);
	}
	75% {
		box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 #f8e7fc;
	}
}

.loader09 {
	width: 10px;
	height: 48px;
	background: #f8e7fc;
	position: relative;
	animation: loader09-u3e967ec0 1s ease-in-out infinite;
	animation-delay: 0.4s;
	top: 50%;
	margin: -28px auto 0;
}

.loader09::after,
.loader09::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 48px;
	background: #f8e7fc;
	animation: loader09-u3e967ec0 1s ease-in-out infinite;
}

.loader09::before {
	right: 18px;
	animation-delay: 0.2s;
}

.loader09::after {
	left: 18px;
	animation-delay: 0.6s;
}

@keyframes loader09-u3e967ec0 {
	0%,
	100% {
		box-shadow: 0 0 0 #f8e7fc, 0 0 0 #f8e7fc;
	}
	50% {
		box-shadow: 0 -8px 0 #f8e7fc, 0 8px 0 #f8e7fc;
	}
}

.loader10 {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: relative;
	animation: loader10-uba7e1836 0.9s ease alternate infinite;
	animation-delay: 0.36s;
	top: 50%;
	margin: -42px auto 0;
}

.loader10::after,
.loader10::before {
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	animation: loader10-uba7e1836 0.9s ease alternate infinite;
}

.loader10::before {
	left: -40px;
	animation-delay: 0.18s;
}

.loader10::after {
	right: -40px;
	animation-delay: 0.54s;
}

@keyframes loader10-uba7e1836 {
	0% {
		box-shadow: 0 28px 0 -28px #f8e7fc;
	}
	100% {
		box-shadow: 0 28px 0 #f8e7fc;
	}
}

.loader11 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 40px 0 #f8e7fc;
	position: relative;
	animation: loader11-u7f16642c 0.8s ease-in-out alternate infinite;
	animation-delay: 0.32s;
	top: 50%;
	margin: -50px auto 0;
}

.loader11::after,
.loader11::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 40px 0 #f8e7fc;
	animation: loader11-u7f16642c 0.8s ease-in-out alternate infinite;
}

.loader11::before {
	left: -30px;
	animation-delay: 0.48s;
}

.loader11::after {
	right: -30px;
	animation-delay: 0.16s;
}

@keyframes loader11-u7f16642c {
	0% {
		box-shadow: 0 40px 0 #f8e7fc;
	}
	100% {
		box-shadow: 0 20px 0 #f8e7fc;
	}
}

.loader12 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	animation: loader12-u6338d783 1s linear alternate infinite;
	top: 50%;
	margin: -50px auto 0;
}

@keyframes loader12-u6338d783 {
	0% {
		box-shadow: -60px 40px 0 2px #f8e7fc, -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
	}
	25% {
		box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 2px #f8e7fc, 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
	}
	50% {
		box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 2px #f8e7fc, 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
	}
	75% {
		box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 2px #f8e7fc, 60px 40px 0 0 rgba(0, 82, 236, 0.2);
	}
	100% {
		box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 2px #f8e7fc;
	}
}


/* loader */