/*v2 style*/
/*.login-wrapper *, .page-wrapper *{
	font-family: Roboto;
}*/
.login-body .navbar-brand {
	/*width: 95px;*/
	display: block;
	margin: 20px auto 0;
	/*height: 95px;*/
	padding: 0;
}
.login-body .navbar-brand img {
	width: 100%;
	height: 100%;
	padding: 0;
	mix-blend-mode: multiply;
}
.logtext {
	text-align: center;
}
.logtext p {
	color: #404040;
	font-size: 15px;
	line-height: 22px;
	margin-top: 17px;
	font-weight: 600;
}
.logtext p b {
	font-size: 21px;
	font-weight: 800;
	line-height: 31px;
	color: #160e49;
}
.login-body {
	background: #f7f6fa;
}
.login-container {
	background: url(../img/login-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: calc(100vH - 200px);
}
#login_form , .form-card {
	padding: 60px 40px;
	width: 100%;
	max-width: 440px;
	margin: 60px auto;
	background: #fff;
	box-shadow: 0px 0px 70px 0px rgba(0,0,0,.1);
	border-radius: 15px;
}
.btn.btn-link.forgt {
	float: right;
	color: #665ab0;
	font-size: 14px;
}
.loghead {
	font-size: 25px;
	font-weight: 800;
	margin: 5px 0 20px;
}
#login_form input.form-control , .form-card  input.form-control{
	height: 46px;
}
#login_form .btn.btn-orange.btn-block ,  .form-card .btn.btn-orange.btn-block {
	background: #ee2a7b;
	height: 50px;
	border-radius: 2px;
}
#login_form label , .form-card  label {
	color: #626262;
	font-size: 14px;
}
.page-wrapper .fa, .page-wrapper .far, .page-wrapper .fas, .page-wrapper .fab {
    font-family: "Font Awesome 5 Free";
}
.login-wrapper {
	background: #fff;
}
.auth-left{
	background:url('../img/auth-left-bg.png');
	background-size: cover;
	background-position: center center;
	background-color: #2a3357;
	min-height: 100vH;
	padding: 40px;
}
.login-text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
}
.login-text h1 {
	color: #fff;
	font-weight: 900;
	font-size: 50px;
	font-family: roboto;
}

.login-text h4 {
	font-size: 30px;
	color: #f6eafd;
	font-weight: 700;
	font-family: roboto;
}
.side-content .blue-card {
    background: #5ca4ea;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 15px;
}
/*.login-container {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}*/
.logo-login {
	width: 100%;
	max-width: 215px;
	display: block;
	margin-bottom: 20px;
}
.logo-login img{
	width: 100%;
}
.login-container h2 {
	font-size: 30px;
	color: #1e1d2f;
	font-weight: 700;
}
.login-container p {
	color: #5d5d5d;
	font-size: 15px;
}
.action-menu .user-action > a {
	background-color: rgba(0,0,0,0);
}
.action-menu .dropdown-toggle::after {
	display: inline-block;
}
.action-menu .notification .dropdown-toggle::after {
	display: none;
}
.login-container .form-group label {
	color: #9d9d9d;
	margin-bottom: 5px !important;
}
.login-container .form-group .forgot {
	color: #8d8cb4;
	margin-bottom: 5px !important;
	font-size: 13px;
	padding: 0;
	float: right;
}
.login-container .form-control {
	border: 1px solid #d5d5dc;
	height: 60px;
	border-radius: 2px;
}
.login-container .form-control[type="password"]{
	letter-spacing: 4px;
}
.btn.btn-blue.btn-block {
	height: 60px;
	background: #ee2a7b;
	color: #fff;
	border-radius: 2px;
	font-size: 17px;
}
.navbar {
	background-color: #ee2a7b !important;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 999;
}
.navbar-light .navbar-nav .nav-link {
	color: #eee;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 9px !important;
	margin-left: 2px;
}
.dashboard-overview .row {
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dashboard-overview .widget {
	margin: 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	-webkit-border: none;
	padding: 0px;
	display: flex;
}
.box-shadow, .widget, .dashboard-overview .row {
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
}
.form-control:disabled, .hasDatepicker.form-control[readonly] {
	 background-color: #fff; 
	opacity: 1;
}
.navbar-nav a i {
	vertical-align: top;
    font-size: 20px;
}
.navbar-light .navbar-nav.top-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-light .navbar-nav.top-nav .nav-link:hover {
    color: #ee2a7b;
}
.navbar-light .navbar-nav.top-nav .nav-link::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #ee2a7b;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all ease .3s;
}
.panel.panel-default {
	background: #fff;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.panel-heading {
	border-bottom: 1px solid #dddd;
	background: #fbfbfb !important;
	margin: -20px;
	padding: 10px;
	margin-bottom: 20px;
}
.panel-heading h3{
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}
/*.form-group .btn {
	background-color: #ee2a7b;
	border-color: #ee2a7b;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	line-height: 35px;
	min-width: 90px;
}*/
.btn-danger {
    background-color: #e77f9f;
    color: #fff;
    border-color: #e77f9f;
}
.form-group .btn.btn-primary {
	background-color: #ee2a7b;
	border-color: #ee2a7b;
}
.form-group .btn.btn-danger {
	background-color: #fb383d;
	border-color: #fb383d;
}
.subscription-plan h2 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0 0;
}
.subscription-plan p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0 40px;
}

.subscription-plan .card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	overflow: hidden;
}

.card-heading {
	margin: -16px;
	background: #ea7b25;
	overflow: hidden;
	border: none;
	padding: 20px 10px;
	margin-bottom: 0;
}
.card-heading h3 {
	color: #fff;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10px;
}
.card-heading h4 {
	font-size: 35px;
	font-weight: 900;
	margin: 0;
	color: #fff;
}
.card-body {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
.card-body h6 {
	color: #565656;
	font-size: 16px;
	line-height: 20px;
}
.card-body h5 {
	font-weight: 900;
	font-size: 25px;
	margin-top: 10px;
	color: #ea7b25;
}
.card-body .btn.btn-primary {
	margin: 10px 0 0;
}
.plans-wrap .plans-list:nth-child(1) .card-heading{
	background-color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-heading{
	background-color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-heading{
	background-color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-heading{
	background-color: #229bff;
}
.plans-wrap .plans-list:nth-child(1) .card-body h5 {
	color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-body h5 {
	color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-body h5 {
	color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-body h5 {
	color: #229bff;
}
.modal-header {
	background: #ee2a7b;
	color: #fff;
	padding: 10px;
}
.modal-body, .modal-footer {
    background-color: #fafbfd;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
	/*border: 1px solid #fff !important;*/
	width: 30px;
	height: 30px;
	padding: 0 !important;
	display: block !important;
	margin: 0 !important;
	border-radius: 50%;
	top: 2px;
	position: relative;
}
.modal-dialog {
	max-width: 600px;
	margin: 1.75rem auto;
}
.modal-content {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
}
.checkbox-wrapper {
	display: inline-block;
	position: relative;
	margin-right: 13px;
}

.checkbox-wrapper input {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 22;
	cursor: pointer;
}
.checkbox-wrapper span {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #ee2a7b;
	left: 0;
	top: 5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 0px;
}
.checkbox-wrapper span::after {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #ee2a7b;
	left: 2px;
	top: 2px;
	display: inline-block;
	border-radius: 50%;
	content: '';
	opacity: 0;
	transition: all ease .1s;
}
.checkbox-wrapper input:checked + span::after {
	opacity: 1;
	
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 8px 15px;
	clear: both;
	font-weight: 400;
	color:#212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 16px;
	transition: all ease .3s;
}
.dropdown-item i {
	font-size: 12px !important;
	margin-right: 6px;
	line-height: 20px;
	position: relative;
	left: 0;
	transition: all ease .5s;
}
.dropdown-item:hover  i{
	left: 4px;
	transition: all ease .3s;
}
.navbar-nav a i{
	vertical-align: top;
    font-size: 20px !important;
}

.nav-link:hover{
	transition: all ease .3s;
}
.navbar-nav a:hover i{
	transition: all ease .3s;
	left: 3px;
}
.action-menu .nav-link i {
	font-size: 20px;
	left: 0 !important;
	top: 3px;
	position: relative;
}
.action-menu .nav-link {
	line-height: 25px;
	margin-top: 2px;
}
.widget-container {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.static-wrapper > div:nth-child(1) .widget-container {
    background: #7f7f7f;
}
.static-wrapper > div:nth-child(2) .widget-container {
    background: #fcc155;
}
.static-wrapper > div:nth-child(3) .widget-container {
    background: #60bc75;
}
.static-wrapper > div:nth-child(4) .widget-container {
    background: #db6144;
}
.static-wrapper > div .widget-container h2 {
    color: #fff;
}
.static-wrapper > div .widget-container span {
    color: #fff;
    text-align: center;
}
.widget-container span {
	font-size: 35px;
	color: #dbdbdb;
	padding: 6px;
	height: 55px;
	display: block;
	width: 55px;
	float: left;
	line-height: 42px;
}
.widget-container h2 {
	float: left;
	width: calc(100% - 55px);
	text-align: left;
	height: 40px;
	margin: 0;
	color: #ee2a7b;
	font-size: 31px;
	padding-left: 5px;
}
.widget-container p {
	float: left;
	width: calc(100% - 55px);
	margin: 0;
	font-size: 11px;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.tickets .bg-secondary {background: #7f7f7f;}
.tickets .bg-warning {background: #fcc155;}
.tickets .bg-success {background: #60bc75;}
.tickets .bg-danger{background: #db6144;}
.tickets .bg-violet {background: #957eb3;}
.tickets .bg-primary {background: #ee2a7b !important;}
.tickets > div:nth-child(7) .count-wrp {background: #26ae5f;}
.count-wrp span {
    /* color: #979bad; */
    color: #fff;
    font-size: 13px;
    
}
.count-wrp h3 {
    /* color: #1e1d32; */
    color: #fff;
    border: none !important;
    margin: 0 !important;
    font-size: 25px;
    font-weight: 700;
}
.static-wrapper > div .count-wrp h2{
	color: #fff;
}

.date-filter {
    background: #eff2fc;
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 10px;
	z-index:100;
}
.date-filter h5 {
    color: #1e1d32;
    font-size: 14px;
    font-weight: 600;
}.date-filter label {
    margin-bottom: 2px;
    font-size: 13px;
    color: #737373;
}
.date-filter input {
    background: #fff !important;
}
.widget.task-wrap {
    max-height: 245px !important;
    overflow: auto !important;
}
.dashboard-graphs .task p {
    color: #979bad;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 5px;
    word-break: break-all;
    line-height: 15px;
}

.dashboard-graphs .task {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
}
.dashboard-graphs .task:last-child {
    border-bottom: none;
}
.dashboard-graphs .task .profile-text {
    /*min-width: 30px; */
    height: 28px;
    padding: 0px 8px;
    line-height: 28px;
    text-align: center;
    background: #c2b48d;
    display: inline-block;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.dashboard-graphs .task:nth-child(3n) .profile-text {
    background: #a7b3eb;
}
.dashboard-graphs .task:nth-child(4n) .profile-text {
    background: #f294e8;
}
.dashboard-graphs .task:nth-child(5n) .profile-text {
    background: #fbdc84;
}
.dashboard-graphs .color-card {
    background: #ee2a7b;
    color: #fff;
    height: 245px !important;
    background-image: url(../img/followup-img.png) !important;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.dashboard-graphs .widget h5 {
    font-size: 18px;
}

.dashboard-graphs .color-card .btn {
    border-color: #fff;
    color: #fff;
    border-radius: 0px;
    float: right;
    font-size: 13px;
}.dashboard-graphs .widget h4 {
    margin-bottom: 0px;
    text-align: right;
    font-size: 50px;
}



.static-wrapper > div .count-wrp span{color: #fff; text-align: center;}
.date-filter-wrapper {
	position: fixed;
	z-index: 9;
	width: 300px;
	right: -300px;
	top: 44px;
	box-shadow: 0px 0px 12px 0px rgb(0, 0, 0,.2);
	background: #ee2a7b;
	border: 2px solid #ee2a7b;
	transition: all cubic-bezier(0.64, 0.57, 0.67, 1.53) .3s;
}
/*2020*/
.notify-wrap{
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    border: none;
    max-height: 350px;
    overflow: auto;
    min-width: 350px;
    max-width: 460px;
}
.notify-wrap li span {
    font-size: 14px;
    font-weight: 600;
}

.notify-wrap li a {
      border-bottom: 1px solid #e3e6f0;
          padding-top: .5rem;
    padding-bottom: .5rem;
 }
 .notify-wrap .dropdown-header {
    background-color: #ee2a7b;
    border: 1px solid #ee2a7b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75rem;
        padding-top: .60rem;
    padding-bottom: .60rem;
        border-radius: 6px 6px 0px 0px;
 
}
.profile-sidebar{
	height: calc(100vH - 50px);
    overflow-y: scroll;
}
.profile-sidebar .profiltext {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f29497;
    border-radius: 50%;
    font-size: 0px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
.profile-sidebar .profiltext::first-letter {
	font-size: 40px;
}
.profile-sidebar h4 {
    font-size: 13px;
    font-weight: 700;
    color: #adadba;
}
.profile-sidebar .button-group a {
    background: #a7b3eb;
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}
.profile-sidebar h2 {
	font-size: 16px;
	font-weight: 800;
	padding: 7px;
	margin: 0px;
	text-transform: capitalize;
}
.profile-sidebar i{
	font-size: 16px;
}
.profile-sidebar p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}
 .profile-sidebar label {
    color: #adadba !important;
    font-size: 14px !important;
    margin-bottom: 0px;
    font-weight: 600 !important;
}
.profile-sidebar .card {
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
}
.profile-sidebar .card button {
    padding: 3px 8px !important;
}
.profile-sidebar .card h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 7px;
    margin: 0px;
}
.profile-sidebar textarea {
    height: 50px !important;
} 
.profile-sidebar .form-control {
    font-size: 13px;
    height: 32px;
}
.right-sidebar {
    background: #fff;
    margin:1rem;
    padding: 23px;
    width: 350px;
    border-radius: 10px;
    height: calc(100vH - 50px);
    overflow-y: scroll;
}
.right-sidebar h3 {
    font-size: 16px;
    font-weight: 700;
}
ul.profile-timeline {
    list-style-type: none;
    padding: 0px;
}
ul.profile-timeline li {
	position: relative;
	border-left: 1px solid #adadba;
    display: flex;
   padding-bottom: 10px;
}
ul.profile-timeline a {
    color: #a7b3eb;
    font-weight: 700;
    font-size: 12px;
}
ul.profile-timeline p {
    font-size: 12px;
    font-weight: 600;
    color: #adadba;
    margin-bottom: 2px;
    text-transform: capitalize;
        margin-left: 5px;
}
ul.profile-timeline h3 {
    font-size: 12px;
    text-transform: capitalize;
        margin-left: 5px;
}
ul.profile-timeline span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #8fe4fb;
    display: block;
    border-radius: 50%;
   position: relative;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    left: -12px;
    position: absolute;
}
/*ul.profile-timeline span:after {
	 position: absolute;
    left: auto;
    display: inline-block;
    content: "";
    border-left: 1px solid #adadba;
    right: 11px;
    top: 24px;
    height: 60px;
}*/
ul.profile-timeline :nth-child(3n) span {
    background: #f294e8;
}
ul.profile-timeline :nth-child(4n) span {
    background: #fbdc84;
}
ul.profile-timeline :nth-child(5n) span {
    background: #89ec9d;
}
ul.profile-timeline li:last-child {
    /* background: red; */
    border: none;
}

ul.profile-timeline i {
    font-size: 12px;
}
.profile-content .nav-tabs {
    border-bottom: none;
}
.profile-content .nav-tabs .nav-link {
    color: #393c4a;
    padding: .6rem .5rem;
        border: none;
        font-size: 13px;
        font-weight: 600;

}
.profile-content .nav-tabs .nav-link.active {
    color: #393c4a;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ee2a7b;
    margin-bottom: 5px;
}
.sidevertical-container {
    background: #fff;
    padding: 15px;
    width: 300px;
    height: 100vH;
}
.dashboard-container .content-area {
    height: calc(100vH - 50px);
    overflow-y: scroll;
width:100%; 
}
.content-area {
    padding: 20px;
}
.date-filter-wrapper.active {
	right: 0px;
}
.date-filter-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #ee2a7b;
	color: #fff;
	text-align: center;
	line-height: 40px;
	top: 22px;
	left: -40px;
	border-radius: 3px 0 0 3px;
	font-size: 20px;
	cursor: pointer;
}
 .widget .count-wrap h2{
	border-bottom:none; 
}

.border-table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.card-conatiner {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.card-block h4 {
  font-size: 15px;
  margin-bottom: 2px;
}
.card-block h4 a {
  color: #343434;
  font-size: 15px;
}
.card-block {
  margin: 3px auto;
  border: 1px solid #dcdcdc;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  top: 0px;
  box-shadow:0 0px 30px 0 rgba(0,0,0,.00);
  cursor:pointer;
  transition: box-shadow ease .3s;
  background:#fff;
}
.card-block:hover {
  box-shadow:0 0px 30px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 99;
}
.card-block.ui-sortable-helper {
  background: #edf5ff   !important;
}
.card-head h3 {
  float: left;
  font-size: 17px;
  color: #343434;
  text-transform: uppercase;
}
.card-head span {
  display: block;
  float: right;
  padding: 0px 0;
  background: #ea7b25;
  color: #fff;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  border-radius: 0 10px 10px 0;
  width: 50px;
  text-align: center;
}
.card-conatiner {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
  height: calc(100vH - 270px);
  overflow-y: auto;
}
.card-block i {
  font-size: 10px;
  margin-right: 4px;
}
.card-block p {
  margin-bottom: 0;
  font-size: 11px;
  color: #7A7A7A;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card-block span {
  margin-bottom: 0;
  font-size: 11px;
  color: #849ab6;
}
.card-block h4 i {
  position: relative;
  top: -2px;
}
.card-block:hover .card-action {
   right: 3px;
   opacity: 1;
}
.card-action {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: #666;
  opacity: 0;
  transition: all ease .3s;
}
.drag i {
  color: #B1B1B1;
  font-size: 14px;
}
.drag {
  color: #A6A6A6;
  cursor: move;
}
.add-pro {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  line-height: 31px;
}
.outter-progress {
  height: 15px;
  background: #dcdcdc;
  width: calc(100% - 50px);
  border-radius: 10px 0 0 10px;
  float: left;
  overflow: hidden;
}
.progress-bar-wrap.clearfix {
  padding: 10px 0;
}

.inner-progress {
  height: 15px;
  background: gray;
  transition: all ease .3s;
}
.card-block.ui-sortable-handle {
  border-left: 2px solid #555;
  margin: -1px;
  border-radius: 3px;
}




.anchor-wrap a i{
	color: #97b6d7;
}
.action-btn .dropdown-toggle::after {
	display: none;
}
.action-btn .dropdown-toggle {
	font-size: 20px;
	float: right;
	color: #666;
	margin-right: 5px;
}
.status_icon, span.low, span.medium, span.high {
	padding: 0 6px;
	text-align: center;
	margin: 0px 3px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	height: 20px;
	min-width: 20px;
	line-height: 20px;
	font-size: 11px;
	opacity: .7;
	text-transform: uppercase;
}
.count-bdge {
	background: #F00;
	padding: 2px 10px;
	border-radius: 20px;
	color: #fff;
	font-size: 10px;
}

#sortablewrp_1 .inner-progress, #sortablewrp_LEAD .card-head span{
 background: #7f7f7f;
}
#sortablewrp_2 .inner-progress, #sortablewrp_Qualified .card-head span{
 background: #f2c572;
}
#sortablewrp_3 .inner-progress, #sortablewrp_Proposition .card-head span{
 background: #81a489;
}
#sortablewrp_4 .inner-progress, #sortablewrp_Negotiation .card-head span{
 background: #c04c31;
}
#sortablewrp_5 .inner-progress, #sortablewrp_CUSTOMER .card-head span{
 background: #3597dc;
}

.timeline-icon {
    display: none;
}


#sortablewrp_1 .card-head h3{
 color:#7f7f7f;
}
#sortablewrp_2 .card-head h3{
 color:#f2c572;
}
#sortablewrp_3 .card-head h3{
 color:#81a489;
}
#sortablewrp_4 .card-head h3{
 color:#c04c31;
}
#sortablewrp_5 .card-head h3{
 color: #3597dc;
}

#sortablewrp_1 .card-block.ui-sortable-handle {
 border-left: 2px solid #7f7f7f;
}
#sortablewrp_2 .card-block.ui-sortable-handle {
 border-left: 2px solid #f2c572;
}
#sortablewrp_3 .card-block.ui-sortable-handle {
 border-left: 2px solid #81a489;
}
#sortablewrp_4 .card-block.ui-sortable-handle {
 border-left: 2px solid #c04c31;
}
#sortablewrp_5 .card-block.ui-sortable-handle {
 border-left: 2px solid #3597dc;
}
ul.timeline {
    list-style-type: none;
    position: relative;
    max-height: 200px;
    overflow-y: scroll;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 19px;
  background: #f5f5f5;
  line-height: 12px;
  padding-right: 10px;
  padding-top: 4px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li h4 {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #424242;
}
ul.timeline > li span {
  float: right;
  font-size: 13px;
  color: #666;
  position: relative;
  top: 7px;
}
* {
  scrollbar-width: thin;
  scrollbar-color:  #cdcdcd  #f0f0f0;
}
*::-webkit-scrollbar {
  width: 12px;
   border-radius:10px;
}
*::-webkit-scrollbar-track {
  background: #f0f0f0;
   border-radius:10px;
}
*::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 20px;
  border: 3px solid  #f0f0f0;
  border-radius:10px;
}
#container-citizen .highcharts-title {
    font-size: 14px !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
#container-citizen .highcharts-credits {
    display: none;
}
@media (max-width: 767px) {
.sidevertical-container {
    background: #fff;
    padding: 15px;
    width: 300px;
    height: auto;
}
	.timeline-icon {
    display: block;
    position: fixed;
    z-index: 9;
    /* width: 132px; */
    color: #fff;
    right: -2px;
    top: 63px;
    padding: 4px;
    border-radius: 7px;
    box-shadow: 0px 0px 12px 0px rgb(0, 0, 0,.2);
    background: #ee2a7b;
    border: 2px solid #ee2a7b;
    transition: all cubic-bezier(0.64, 0.57, 0.67, 1.53) .3s;
}
.timeline-wrap {
    position: fixed;
    z-index: 9;
    width: 300px;
    right: -316px;
    top: 83px;
    box-shadow: 0px 0px 12px 0px rgb(0, 0, 0,.2);
    transition: all cubic-bezier(0.64, 0.57, 0.67, 1.53) .3s;
}
.timeline-wrap.show {
    right: -16px !important;
}
	.logo-login {
	max-width: 125px;
	margin: 0 auto;
}
.login-text {
	position: relative;
	top: 0;
	transform: none;
	margin-top:10px;
	text-align: center;
}
.auth-left {
	padding: 20px;
	height: auto;
	min-height: auto;
}
.login-text h1 {
	font-size: 20px;
}
.login-text h4 {
	font-size: 15px;
	margin-bottom: 0;
}
.login-container h2 {
	font-size: 25px;
	color: #1e1d2f;
	font-weight: 700;
	margin-top: 10px;
}
}








/*leftside design*/

.page-wrapper {
	padding-left: 60px;
}
.page-wrapper.outside_base {
	padding-left: 0px;
}
.sidebar-wrapper {
    display: block;
    padding: 0;
    margin: 0;
}
.menu-wrapper {
      left: 0;
    top: 0;
       width: 60px;
    height: 100vH;
    position: fixed;
    background: #ee2a7b;
    z-index: 999;
}
.menu-wrapper a.dropdown-item {
    padding: 0px 20px;
    font-size: 15px;
}
.menu-wrapper a.dropdown-item i {
    font-size: 15px !important;
    vertical-align: middle;
   /* color: #ee2a7b;*/
    /* padding: 0px 15px !important; */
}
.menu-wrapper .dropdown-menu.dropdown-menu-right.show {
    z-index: 99999;
}
 .menu-wrapper .dropdown-toggle::after {   display: none;}
.menu-wrapper li.nav-item span {
    background: #ee2a7b;
    padding: 0px 5px;
    position: absolute;
    left: 0px;
	  white-space: nowrap; 
    width: 150px;
    text-align: center;
    display: block;
    top: 3px;
    z-index: 999;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    transition: all ease .3s;
    opacity: 0;
    color: #fff !important;
    pointer-events: none;
}
.menu-wrapper li.nav-item span:after {
    width: 12px;
    content: '';
    height: 13px;
    background: #ee2a7b;
    position: absolute;
    left: -2px;
    transform: rotate(45deg);
    top: 10px;
}
.menu-wrapper li.nav-item:hover span{
	left:60px;
	opacity: 1;
}
.menu-wrapper .nav-item.active, .menu-wrapper .nav-item:hover {
    background: #ff6ca9;
    color: #fff;
}
.navbar.navbar-expand-lg {
	width: calc(100% - 60px);
    left: 60px;
    background: #fff !important;
    box-shadow: none;
    border-bottom: 1px solid #eaebf0;
        z-index: 101;
}
.sidebar-logo {
	padding: 7px 20px;
	text-align: center;
	border-bottom: 1px solid #3d4771;
	height: 52px;
}
.menu-wrapper .nav-item {
	width: 100%;
	padding: 5px 10px 5px 10px;
	    display: block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease .3s;
    position: relative;
}
.navbar-brand {
       
    padding: 12px;
    width: 100%;
    max-width: 137px;
    /* display: none; */
}
.navbar.navbar-expand-lg {
	/*margin-left: 200px;*/
	/*width: calc(100% - 200px);
	background: #fff !important;
	padding: 5px 10px !important;
	box-shadow: 0 2px 8px -3px rgba(0,0,0,.1);*/
}
.navbar-light .navbar-nav .nav-link {
	color: #393c4a;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px !important;
    position: relative;
}
.menu-wrapper .nav-link {
	color: #fff !important;
	padding: 0px !important;
}
.menu-wrapper .navbar-nav .nav-link i {
	z-index: 9999;
    position: relative;
    color: #fff !important;
    vertical-align: top;
    font-size: 20px;
    
}
.page-wrapper > .sidebar {
	/*padding: 10px 20px 0;*/
	background: transparent;
	border: none;
}
.page-wrapper > .sidebar > .search-box {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 8px -3px rgba(0,0,0,.1);
}
.btn-primary {
	background-color: #ee2a7b;
	border-color: #ee2a7b;
	border-radius: 3px;
}
.btn-outline-danger {
	color: #ff5858;
	background-color: transparent;
	background-image: none;
	border-color: #ff5858;
}
/*.table thead th {
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 500;
}*/
.content-area .table-widget .table {
	border-collapse: separate;
	border-spacing: 0;
}
/*.table-widget.table-responsive {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}*/
.table td {
  /*  padding: .7rem .5rem !important;*/
    vertical-align: middle;
    border-top: none;
    font-size: 12px;
}
.content-area .table-widget .table tr td:first-child, .content-area .table-widget .table tr th:first-child {
	/*border-radius: 0;
	-webkit-border-radius: 0;*/
	    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
}
.content-area .table-widget .table tr {
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid rgba(0,0,0,0.1);
}
.anchor-wrap:hover{
	background: #fafafa !important;
	cursor: pointer;
}
.content-area .table-widget .table tr td {
	border-bottom: 4px solid #fafbfd;
	padding: 8px 5px;
}
.content-area .table-widget .table.height-small tr td {
	border-bottom: 1px solid #dee2e6;
	padding: 4px 3px;
}
.history-table.table thead th{
	padding: 4px 3px;
}
.history-table.table thead th {
	font-size: 12px;
	color: #7c7c7c;
	font-weight: 500;
}
.subtable h5 {
	text-align: center;
    font-size: 1.25rem;
    margin-top: 10px;
    
}
.listproimg {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.listproimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btn.toggle-tabs {
	border: none !important;
	box-shadow: none !important;
}
.pipelinelist {
	width: 20%;
	padding: 0 15px;
}
.file-container { position: relative; margin-top: 0px; float: left; overflow: hidden; width: 100%; } 
.card-header span { float: right; color: #da78aa; font-size: 17px; line-height: 30px; text-transform: uppercase; } 
.file-container .form-control-file { position: absolute; width: 100%; height: 100%; z-index: 99; left: 0; top: 0; opacity: 0; cursor: pointer; } 
.input-file-trigger { 
	display: block; 
	background: #17a2b8; 
	float: left; 
	color: #fff; 
	line-height: 40px; 
	padding: 0 20px; 
	position: relative; 
	max-width: 100%; 
	border-radius: 2px; 
	min-width: 170px; 
	text-align: center; 
	border: 1px solid #17a2b8; 
	cursor: pointer; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; } 
.file-return { margin: 0; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.download-wrp {
	background: #f5f5f5;
	padding: 20px;
}
.profile-left {
	padding: 10px;
}
.profile-pic {
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	padding: 0 !important;
	position: relative;
	background: #f5f5f5;
}
.profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ajax-file-upload {
	display: block !important;
	text-align: center !important;
	width: 160px !important;
	margin: 10px auto !important;
	padding: 10px !important;
}
.ajax-upload-dragdrop > span {
	text-align: center;
	display: block;
	padding: 0px 0;
}
.profile-left h2 {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0px 0 5px;
	color: #242424;
}
.pro-email {
	color: #676b6c;
	font-size: 13px;
}
.pro-phone {
	color: #242424;
	font-size: 13px;
}
.profile-left li i {
	font-size: 12px;
	vertical-align: text-bottom;
	margin-right: 2px;
	top: -1px;
	position: relative;
}
.pro-option .btn{
	padding: 4px 7px;
	font-size: 12px;
}
.pro-option .btn:hover{
	opacity: .8;
}
.btn-success {
	background-color: #3ac55a !important;
	border: 1px solid #3ac55a !important;
}
.btn-secondary {
	background-color: #957eb3 !important;
	border: 1px solid #957eb3 !important;
}
.btn-dark{
	background-color: #458cfc !important;
	border: 1px solid #458cfc !important;
}
.pro-option .btn i {
	font-size: 12px;
	top: -2px;
	position: relative;
	margin-right: 3px;
}
.profile-left:hover .changeimg{
	top: 0;
	opacity: 1;
}
.changeimg {
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	padding: 44px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	transition: all ease .3s;
	opacity: 0;
}

.changeimg i {
	font-size: 12px;
	margin-right: 3px;
	position: relative;
	top: -2px;
}
.loadpro {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	text-align: center;
	line-height: 110px;
}
.loadpro i {
	font-size: 50px;
	position: relative;
	top: 13px;
	color: #9A9A9A;
}
.widget-heading {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.widget-heading h2 {
	border-bottom: none;
}
.widget-heading select {
	margin-top: 5px;
}

.mail-left {
	width: 400px;
	background: #fff;
	padding: 10px;
	height: calc(100vH - 160px);
	float: left;
}

.mail-left h2 {
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-top: 4px;
}
.mails-list a {
	display: block;
	padding: 7px 0px;
	color: #000;
}
.mails-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-height: calc(100vH - 270px);
	display: block;
	overflow-y: auto;
	width: calc(100% + 30px);
	padding-right: 10px;
}
.mail-right {
	float: left;
	width: calc(100% - 400px);
	background: #fff;
	padding: 10px;
	height: calc(100vH - 160px);
	border-left: 1px solid #dedede;
}
.mail-content {
	position: relative;
	height: 100%;
	overflow: scroll;
	padding: 15px;
}

.email-content-header h5 {
	color: #343438;
	font-size: 16px;
}
.email-content-header img{
	margin-right: 5px;
}
.btn.mail-btn {
	background: #f4f6f8;
	border-radius: 50%;
	color: #7F7F7F !important;
	float: right;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
}
.datemail {
	margin-top: 13px;
	font-size: 12px;
	color: #787878;
}
.email-content-body h1 {
	font-size: 21px;
	font-weight: 600;
	margin-top:10px;
}
.email-content-header {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
/*.feedback-message i {
	font-size: 39px;
	line-height: 10px;
	position: relative;
	top: 9px;
}*/
.anchor-wrap strong {
	color: #3c4b84;
}
.btn.btn-sm.btn-outline-danger i {
	color: #ff5858;
}
.btn.btn-sm.btn-outline-primary i{
	color: #007bff;
}

.dropdown-display .dropdown-chose-list {
	height: 24px !important;
}
.mails-list li a {
	background: transparent;
}
.mails-list li.unread a {
	padding-left: 10px;
}
.no-record {
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
    color: #bbb;
    font-weight: bold;
}
#agent-performance tbody::after {
    content: 'No Data Found';
    text-align: center;
    width: 100%;
    position: absolute;
    padding: 52px 0;
    color: #bbb;
    font-weight: bold;
    font-size: 20px;
}
.content-area .table-widget #lead_lists.table tr td {
    border-top: 1px solid #f0f0f0 !important;
    padding: 4px 5px 2px 5px !important;
}
.iframe-container {
    padding: 15px;
}
.iframe-wrp {
    background: #dbe3ea;
    border-radius: 5px;
    padding: 10px;
}
.iframe-wrp h3 {
    font-size: 15px;
    font-weight: 600;
}
.iframe-wrp p {
    font-size: 12px;
    color: #4a4a4a;
}
.iframe-wrp textarea {
    width: 100%;
    background: aliceblue;
    border: none;
    font-size: 11px;
    font-family: Source Code Pro;
    color: #777;
}



@media (max-width: 991px) {
.page-wrapper {
	padding: 0px !important;
	/*padding-top: 50px !important;*/
}
.navbar.navbar-expand-lg {
	width: calc(100% - 60px);
    left: 60px;
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eaebf0;
}
/*2020 CSS*/

.sidebar-wrapper {
	width: 60px;
	height: 100vH;
	position: fixed;
	background: #ee2a7b;
	z-index: 999;
}
#content-wrapper {
	padding-left: 60px;
}
#content-wrapper .topbar {
	width: calc(100% - 60px);
	left: 60px;
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid #eaebf0;
}
.sidebar-wrapper ul {
	display: block;
	padding: 0;
	margin: 0;
}
.sidebar-wrapper li {
    display: block;
}
.sidebar-wrapper li.nav-item {
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	margin-top: 20px;
	line-height: 40px;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: all ease .3s;
	position: relative;
}
.sidebar-wrapper li.nav-item span {
	background: #ee2a7b;
	padding: 0px 5px;
	position: absolute;
	left: 0px;
	width: 100px;
	text-align: center;
	display: block;
	top: 3px;
	z-index: 999;
	height: 35px;
	line-height: 35px;
	border-radius: 6px;
	transition: all ease .3s;
	opacity: 0;
	color: #fff !important;
	pointer-events: none;
}
.sidebar-wrapper li.nav-item i{
	z-index: 9999;
	position: relative;
	color: #fff !important;
}
.sidebar-wrapper li.nav-item:hover span{
	left:60px;
	opacity: 1;
}
.sidebar-wrapper li.nav-item span::after {
	width: 12px;
	content: '';
	height: 13px;
	background: #ee2a7b;
	position: absolute;
	left: -2px;
	transform: rotate(45deg);
	top: 10px;
}
.sidebar-wrapper .nav-item.active, .sidebar-wrapper .nav-item:hover {
	background: #ff6ca9;
	color: #fff;
}
.nav.navbar-nav.ml-auto.action-menu {
	display: block;
	/*margin-top: -40px;
	float: right;
	margin-right: 10px;*/
}
.action-menu li {
	float: left;
	display: block;
	/*width: 40px;*/
}
#navbarDropdown {
	height: 40px;
	overflow: hidden;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	float: none;
	left: auto;
	right: auto;
}

}
#faq_lists .status_icon {
	background: #666;
}
#agent-performance tr:first-child {
    position: sticky;
    top: 0;
    background: #f4f4f4;
}
#agent-performance tr:last-child {
    position: sticky;
    bottom: 0;
    background: #f4f4f4;
   
}
#agent-performance tr:last-child td, #agent-performance tr:first-child td{
	 font-weight: bold;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

input[type="number"] {
    min-width: 50px;
}




.indvidual-progress.Test.Data {
	display: none;
}
.Kudumbasree.indvidual-progress h4{
	color: #1999d6;
}
.Prathidwani.indvidual-progress h4{
	color: #829ef0;
}

.Placement.indvidual-progress h4{
	color: #a3cf5e;
}
.CMD.indvidual-progress h4{
	color: #a87cb7;
}
.DWMS.indvidual-progress h4{
	color: #a3cf5e;
}
.ASAP.indvidual-progress h4{
	color: #c3b59b;
}

.Kudumbasree .indvidual-progress-wrp span{
	background:  #1999d6;
}
.Prathidwani .indvidual-progress-wrp span{
	background:  #829ef0;
}
.Placement .indvidual-progress-wrp span{
	background:  #a3cf5e;
}
.CMD .indvidual-progress-wrp span{
	background:  #a87cb7;
}
.DWMS .indvidual-progress-wrp span{
	background:  #a3cf5e;
}
.ASAP .indvidual-progress-wrp span{
	background:  #c3b59b;
}