/*v2 style*/
/*.login-wrapper *, .page-wrapper *{
	font-family: Roboto;
}*/

/* login */
.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 wrap - customer module*/
.side-content-wrap {
	padding-top: 1rem;
}
.side-content .blue-card {
	background: #5ca4ea;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 10px;
	margin: -1rem 1rem 0;
}
/*.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 */
.navbar-light .navbar-nav .nav-link {
	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;
	background-color: #fff;
	border-radius: 0.5rem;
}
.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: 5px 0 0 10px;
}
.modal-body, .modal-footer {
	margin: auto;
	border: 0;
}
.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: -3px;
    left: -3px;
	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;
}

/* widgets */
.widget-container {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.static-wrapper > div .widget-container {
	border: 2px solid #E5E4E2;
    /* padding: 0.2rem; */
    border-radius: 0.25rem;
	text-align: center;
}
.static-wrapper > div .widget-container h2 {
    color: #EE2A7B;
	text-align: center;
}

.count-box-outer {
	background: #fff;
    padding: 15px 15px;
    margin: 15px 20px 0px 15px;
    border-radius: 8px;
	box-shadow: 0 2px 8px -3px rgba(0,0,0,.1);
}

/* .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 {
    text-align: center;
	font-size: 1.5rem;
}
.widget-container span {
	color: #dbdbdb;
	padding: 5px;
	display: block;
	float: left;
	line-height: 42px;
	/* width: 55px; */
	/* height: 55px; */
}

.widget-container h3 {
	margin: auto;
	color: #ee2a7b;
	font-size: 31px;
	/* float: left;
	width: calc(100% - 55px); */
	/* text-align: center; */
	/* height: 40px; */
	/* padding-left: 5px; */
}

.widget-container p {
    margin: 0;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

/* .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;
} */

.widget.task-wrap {
    overflow: auto !important;
}

.tickets > div:nth-child(7) .count-wrp {
	background: #26ae5f;
}

.static-wrapper > div .count-wrp h2{
	color: #fff;
}

/* date-filter */
.date-filter {
    background: #fff;
    padding: 10px 15px;
	z-index:100;
}
.date-filter h5 {
    color: #1e1d32;
    font-size: 14px;
    font-weight: 700;
}
.date-filter label {
    margin-bottom: 2px;
    font-size: 13px;
    color: #737373;
}
.date-filter input {
    background: #fff !important;
	font-size: 0.7rem;
}

/* overall-rating */
.rate-wp {
	border-radius: 100px;
	margin: 0.5rem 0;
}

.rate-wp h4 {
	font-size: 16px;
	margin-bottom: 0 !important;
	margin-top: 4px;
}

.rating-overview .average-rating i {
	font-size: 18px;
	/* color: #ffcc48; */
}


/* dashboard-graphs */
.dashboard-graphs .color-card {
    color: #FFF;
}

.dashboard-graphs .color-card .btn {
    color: #fff;
    float: right;
    font-size: 13px;
}
.dashboard-graphs .widget h4 {
    text-align: center;
    font-size: 1.5rem;
	margin-top: 1rem;
	color: #000;
}

.dashboard-graphs .widget small {
	color: #000;
}

.task  {
	padding: 0.4rem;
}
.dashboard-graphs .task a {
    font-weight: 600;
    font-size: 0.82rem;
	display: block;
	display: -webkit-box;
	max-width:97%;
	height: 27px;
	font-size: 12px;
	line-height: 1.1;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: gray;
}

.dashboard-graphs .task p {
    color: #979bad;
    font-size: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    word-break: break-all;
    line-height: 15px;
}

.dashboard-graphs .task {
    border-bottom: 1px solid #e6e6e6;
}
.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;
}

.recent-enquiry-inner {
	display: flex;
	align-items: center;
	gap: 4rem;
}

.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: #D3D3D3;
    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 {
    border-radius: 50%;
    padding: 5px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 1rem;
    color: #adadba;
}
.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 {
    margin-top: 10px;
    border: 0;
}
.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;
    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;
    height: auto;
}

.sidevertical-wrapper {
	height: calc(100vH - 50px);
	overflow-y: scroll;
	width: 395px;
}
.sidevertical-wrapper .list-group {
	list-style-type: none;
}
.sidevertical-container .alert {
	padding: 7px 15px;
	margin-bottom: 8px;
	border-radius: 0.25rem;
	font-weight: 500;
	color: #1e1d32;
	font-size: 13px;
	border: none;
}
.sidevertical-container .alert .badge {
	font-size: 12px;
}
.sidevertical-container .alert.alert-secondary {
	background: #e8eaec;
}

/* dashboard */
.dashboard-container .content-area {
    height: calc(100vH - 50px);
    overflow-y: scroll;
	width:100%;
	padding: 30px 30px 0;
	background-color: #f6f6f6;
}

.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: 8px;
  height: 14px;
  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: 14px;
  background: #dcdcdc;
  width: calc(100% - 50px);
  border-radius: 10px 0 0 10px;
  float: left;
  overflow: hidden;
}
.progress-bar-wrap.clearfix {
  padding: 5px 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 15px;
    font-size: 0.8rem;
}
.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;
	position: absolute;
	will-change: transform;
	top: 0px;
	left: 0px;
	transform: translate3d(-5px, 30px, 0px);
	background: #ee2a7b;
}
.menu-wrapper .dropdown-menu.dropdown-menu-right.show a{
	color: #fff;
	background: #ee2a7b;
}
.menu-wrapper .dropdown-menu.dropdown-menu-right.show a:hover{
	background-color: #fff;
	color: #ee2a7b;
}

.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;
	color: #fff !important;
    position: absolute;
    left: -2px;
    transform: rotate(45deg);
    top: 10px;
	z-index: -2;
}
.menu-wrapper li.nav-item:hover span{
	left:60px;
	opacity: 1;
}
.menu-wrapper .nav-item.active, .menu-wrapper .nav-item:hover {
    background: #E5E4E2;
    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: 0.25rem;
    font-size: 0.87rem;
    padding: 0.37rem 0.75rem;
}
.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);
	font-size: 0.7rem;
}
.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;
}
.mail-left span {
	color: gray;
}
.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: #fff;
	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: 0.3rem 0.8rem;
}
.iframe-container {
    padding: 1rem;
}
.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;
}

.call-icon {
	font-size: 1rem;
}


@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;
	z-index: -2;
}
.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;
}
.sidebar-wrapper .nav-item.dropdown span{
	width: auto;
}
@media(max-width:576px){
	.search-box .select2-container{
		width: 100% !important;
	}
}
.search-box .select2-container{
	width: 100% !important;
}

.widget.rating-overview {
	border: none;
	box-shadow: none;
	padding: 0 !important;
	margin: 0 -15px;
   /* border-top: 1px solid #ddd;*/
}
.average-rating {
	padding: 20px 15px !important;
}

.clear{
	clear: both;
	display: block;
}
.hasDatepicker {
	background: none !important;
}

#content .rating-overview .row:first-child {
	margin-bottom: 0;
}
.dashboard-graphs .widget, .dashboard-graphs .widget .table {
	box-shadow: none;
	border-radius: 0.5rem;
}

.calender-wrap .ui-datepicker {
	width: 19.5em !important;
	border: none;
	box-shadow: none;
}
.calender-wrap .ui-datepicker a.ui-state-default {
	text-align: center;
	border: none;
	background: none;
	font-size: 12px;
	padding: 8px 3px !important;
	border-radius: 69%;
	transition: all ease .3s;
}

/* Created on : 14-09-2023 */

/* flex */
.flex {
	display: flex;
}
.flexcenter {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexbetween {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flexaround {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.flexevenly {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.flexend {
	display: flex;
	align-items: center;
	justify-content: end;
}

.justify-center {
	justify-content: center;
	gap: 1rem;
}
.assign-wrap-container {
	background-color: #F9FAFC;
}

.assign-wrap {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 1rem;
	margin-bottom: 1rem;
}
.wrapper {
	display: flex;
	gap: 1rem;
}
.cdr-table {
	display: inline-table;
}
.template-button-container {
	display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.d-end {
	display: flex;
    justify-content: end;
    gap: 1rem;
}

.flexwrap {
	flex-wrap: wrap;
}

.profile-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

/* campaign module */
.anchor-wrap .btn-outline-primary:hover {
    color: #fff;
    border-color: #007bff;
	background-color: #fff !important;
}

/*Dashboard - Tickets */
.tickets {
	text-align: center;
}
.count-wrp {
	border: 2px solid #E5E4E2;
	padding: 0.2rem;
	border-radius: 0.25rem;
}
.count-wrp span {
    font-size: 12px;
	color: gray;
}
.count-wrp h3 {
    border: none !important;
    margin: 0 !important;
    font-size: 1.3rem;
    font-weight: 700;
	color: #ee2a7b;
}

.date-filter-wrap {
	border-top: 2px solid #E5E4E2;
}

.link-color {
	text-align: end;
	margin-right: 1rem;
}

.link-color a{
	color: #000 ;
}

.task-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
	padding: 0.62rem;
}
.task-inner span {
	color: gray;
}
.task-inner label {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.task-inner:nth-child(1) label {
	color: #961EE1;
}

.task-inner:nth-child(2) label {
	color: #E1341E;
}

.task-inner:nth-child(3) label {
	color: #1E6AE1;
}

.widget-head {
	top: 0;
    position: sticky;
}

.widget-head a {
	color: #000;
}

.fa-question-circle:before {
	font-size: 1rem;
}

.average-rating-inner {
	text-align: center;
	border: 2px solid #E5E4E2;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
	margin-bottom: 1rem;
}

.nav-item a {
	color: #000;
}

.enquiry-title {
	font-size: 0.8rem;
}

.filter-date-container {
	display: flex;
	margin-top: 1rem;
	font-size: 0.8rem;
}

.filter-date-container .form-control {
	font-size: 0.6rem;
}

.filter-date-container label {
	color: gray;
}

.docket-num-wrap {
	font-size: 0.8rem;
    color: gray;
}

.dropdown-container {
	overflow: visible;
}

.package-container img{
	width: 25rem;
    height: auto;
}

.table-overflow {
	overflow: visible;
}

.bgprimary {
	background-color: #ee2a7b !important;
}

/* dashboard - welcome */
.welcome-dash-outer {
	margin-bottom: 30px;
}

.welcome-dash {
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
}

.welcome-dash h3 {
	font-size: 2rem;
    line-height: 2.4rem;
	color: #fff;
}

.widget-gradient {
	background: radial-gradient(ellipse at center,  #00b7ea 0%,#009ec3 100%);
	/* background: radial-gradient(ellipse at center,  #4096ee 0%,#4096ee 0%,#0062cc 100%); */
}

.followup-wrapper {
	height: 91%;
}

/* dashboard widget - agent performance */
.widget-nav .nav-item a {
	background-color: #fff;
	color: #495057;
}

.pink-active .active{
	color: #EE2A7B !important;
}

.nav-tabs .nav-link {
    border: 0;
}

.bggrey {
	background-color: #FAFBFD;
}
/* dashboard-recent enquiry widget */
.block-ellipsis {
	display: block !important;
	display: -webkit-box !important;
	max-width: 100%;
	margin: 0 auto;
}

/* position */
.positionrelative {
	position: relative;
}

/* search-box reset */
.reset-container {
	position: absolute;
	top: -1rem;
	right: 1rem;
	cursor: pointer;
	color: #007bff;
	font-size: 0.8rem;
}

.reset-container-new {
	position: absolute;
    top: -2rem;
    right: 0.5rem;
    cursor: pointer;
    color: #007bff;
    font-size: 0.8rem;
}

/* search-box submit button */
.subbtn-wrap {
	text-align: end;
	margin-top: 0.5rem;
}

/* search-box settings - submit button */
.settings-btn-wrap {
	margin-bottom: 0.3rem;
}

/* search-box */
.search-box h2 {
	font-size: 1rem;
}

/* settings reset */
.settings-reset-container {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	cursor: pointer;
	color: #007bff;
	font-size: 0.8rem;
}

.settings-reset-wrap {
    position: absolute;
    top: -3rem;
    right: 0.5rem;
    cursor: pointer;
    color: #007bff;
    font-size: 0.8rem;
}

/* search-box reset button */
.reset-wrapper {
	text-align: end;
	cursor: pointer;
	font-size: 0.8rem;
	color: #007bff;
}

/* buttons */
button:focus {
	outline: 0;
	box-shadow: none;
}

.btn-primary:focus {
	outline: 0;
	box-shadow: none;
}

.buttonstyle {
	color: gray;
	font-size: 1.2rem;
}

.buttonstyle:hover {
	color: darkgray;
}

.btn-container {
	display: flex;
    justify-content: end;
	align-items: end;
    gap: 0.2rem;
    margin-top: 0.5rem;
}

.btn-group span {
	padding: 0.5rem;
	margin: auto;
}

.end-btn-outer {
	margin: 0.5rem;
	cursor: pointer;
}

.addmore-btn {
	background-color: #3395FF;
	color: #fff;
}
.addmorebtn-padd {
	padding: 3px 8px;
}

/* campaign */
.campaign-btn-wrap {
	display: flex;
	gap: 1rem;
}

.tracker-nav-btn {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.tracker-nav-btn a:active	{
	color: #ee2a7b;
}

.main-content {
	width: -webkit-fill-available;
	width: -moz-available;
}

.borderbottom {
	border-bottom: 0;
}

/* mail-list-left */
.tick-icon-mail-list {
	font-size: 1rem;
	color:	green;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 5px;
}

.plus-icon-mail-list {
	font-size: 1rem;
	color:	red;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 5px;
}

/* email templates */
.green-tick-icon {
	font-size: 1rem;
	color: green;
	margin-right: 10px;
}

/* Mail */
.change-status-btn {
	color: #fff;
	background-color: gray;
	border-radius: 0.25rem;
	border: 0;
	cursor: pointer;
}

.change-status-btn:focus {
	outline: 0;
}

.camp-head label{
	font-weight: 600;
}

.submit-bg {
	background-color: #d3d3d3;
}

.create-sale-container {
	cursor: pointer;
}

.popup-container {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 1rem;
}

.download-file a{
	text-decoration: underline;
}

.exel-file {
	border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
	border-radius: 0.25rem;
}

/* dropdown */

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
    text-decoration: none;
    background-color: #EE2A7B;
}

.dropdown-item.active, .dropdown-item:hover {
	color: #fff;
    text-decoration: none;
    background-color: #EE2A7B;
}

.button-set-channels {
	display: flex;
	align-items: center;
	gap: 1rem;
}

/* media query max-width:991px starts */
@media(max-width:991px) {

	/* flex */
	.d-block-mobile {
		display: block;
	}
	.flex {
		display: block;
	}
	.flex-nowrap {
		flex-wrap: nowrap;
	}
	.flex-gap {
		display: flex;
		gap: 0.1rem;
	}
	/* .d-end {
		justify-content: revert;
	} */
	.flexcenter-sm {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.flexbetween-sm {
		display: block;
		text-align: center;
		margin-top: 1rem;
	}

	.content-area-sm {
		display: block;
		text-align: center;
	}

	.flexend {
		display: block;
		text-align: end;
	}

	.listview-icon-container {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.5rem;
	}

	/* dashboard */
	.dashboard-container .content-area {
		width: auto;
		/* padding: 15px; */
		margin: 0;
	}
	.widget {
		margin-bottom: 20px;
	}
	.welcome-dash {
		display: none;
	}
	.view-more {
		background-color:#fff;
		text-align:right;
	}

	/* overflow */
	.table-overflow {
		overflow-x: scroll;
	}
	.content-area .table-widget {
		overflow-x: scroll;
	}
	.dropdown-container {
		overflow-x: scroll;
	}
	#navbarDropdown {
		overflow: inherit;
	}

	/* buttons */
	.btnfont {
		font-size: 0.8rem;
	}

	/* sidevertical-tab */
	.sidevertical-wrapper {
		width: auto;
		height: auto;
	}

	.minwidth {
		min-width: 100ch;
	}

	.notify-wrap{
		max-height: 20rem;
		overflow: auto;
		min-width: 19rem;
		max-width: 15rem;
	}
	#notification_list {
		overflow-y: scroll;
	}

	.package-container img {
		width: 15rem;
	}

	.mobile-textend {
		text-align: end;
	}

	.content-area-mobile .btn-info {
		margin-bottom: 1rem;
	}

	.margin-bottom-sm {
		margin-bottom: 1rem;
	}

	/* campaigns */
	.campaign-btn-wrap {
		display: block;
	}

	/* table */
	.td-icon {
		display: inline-flex;
		gap: 1rem;
	}

	.td-icon-camp {
		display: inline-flex;
		gap: 1rem;
	}
	.td-icon-camp a{
		margin-top: 1.5rem;
	}


	/* footer */
	footer {
		text-align: center;
		padding: 20px 65px;
		font-size: 0.7rem;
	}

}

/* media query ends */

/* media query max-width:1200px starts */

@media(max-width:1200px) {

	/* dashboard */
	.count-wrp span {
		font-size: 10px;
	}
}

/* media query ends */

/* whatsapp template */

#met_whatsapp_template_div .email-list{
	background: transparent !important;
	border-radius: 0 0 .25rem .25rem;
}

#met_whatsapp_template_div{
	margin: initial !important;
	padding: 0;
	/* box-shadow: 0 -1px 10px #ebebeb; */
}

#metaTemplateMessageDiv .preview-wrap, .whatsapp-content-wrap {
	background-color: white;
	border-radius: .25rem;
	box-shadow: 0 -1px 10px #ebebeb;
}

#metaTemplateMessageDiv .preview-wrap .preview-text, .whatsapp-content-wrap .whatsapp-content-title{
	padding: 0rem 0rem 1rem 0rem;
	padding: .5rem;
	font-size: 16px;
	font-weight: 600;
	color: rgb(238, 42, 123);

}
#met_whatsapp_template_div ul li{
	position: relative;
	border-bottom: none;
	border: 1px solid #eaeaea;
	border-radius: .25rem;
}
#met_whatsapp_template_div ul li:not(:last-child){
	margin-bottom: .5rem;
}


@media (min-width: 768px){
	#met_whatsapp_template_div ul li.selected::after{
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		background-color: #ffe3ef;
		border-top: 1px solid #ee2a7b;;
		border-right: 1px solid #ee2a7b;
		right: -6px;
		transform: rotate(45deg);
		top: 14px;
		transition: all .2s;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition-timing-function:cubic-bezier();
	}
}

#met_whatsapp_template_div ul li.selected{
	transition: .2s !important;
	border: 1px solid #ee2a7b;
	background-color: #ffe3ef !important;
	color:#ee2a7b !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding: 8px 15px !important;
}

.whatsapp-btn-footer{
	margin: initial !important;
	margin-left: auto !important;
}

.whatsapp-btn-footer .close-btn{
	font-size: 0.87rem;
}
.preview-wrap #meta_whatsapp_template_demo{
	padding: 0rem 1rem 1rem 1rem;
}

.whatsapp-title{
	background-color: #ebebeb;
	padding: 8px 15px;
	margin-bottom: .5rem;
	background-color: rgb(238, 42, 123, .1);
	border-radius: .25rem .25rem 0 0;
}
.whatsapp-title h6{
	font-size: 16px !important;
	font-weight: 600 !important;
}
.whatsapp-search-box{
	padding: 0rem !important;
}

.whatsapp-content-wrap{
	padding:1rem;
}


/* subscription wrap */
.subscription-wrap{
	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;
}
.subscription-wrap .main-title{
	font-weight: 600;
}

/* qr code page */
.or-text-wrap{
	margin: 1.5rem 0;
	position: relative;
}
.or-text-wrap p{
	background-color: white;
	text-align: center;
	margin-bottom: 0 !important;
	display: flex;
	position: relative;
	z-index: 2;
	max-width: 30px;
	justify-content: center;
	margin: 0 auto;
}
.or-text-line{
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 10px;
	margin: 0 !important;
}
.qrcode-wrap{
	background-color: #eaeaea;
	border-radius: .25rem;
	padding: 1rem;
	min-height: 24rem;
	position: relative;
}
.qrcode-wrap::before{
	content: "QR Code generates here";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45%;
	text-align: center;
	opacity: .5;
}
.qr-code-item{
	text-align: center;
	background-color: #eaeaea;
	position: relative;
	transition: all 1s;
}

.flex-group{
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	align-items: center;
}


/* customer error card */
.customer-error-card, .customer-unsub-card{
	max-width: 500px;
	width: 100%;
	box-shadow: 0px 0px 70px 0px rgba(0,0,0,.1);
	border: none;
}
.customer-error-card .card-header{
	background-color: #ff203f;
	text-align: center;
}
.customer-unsub-card .card-header{
	background-color: #3ac55a;
	text-align: center;
}
.customer-error-card .card-body, .customer-unsub-card .card-body{
	text-align: center;
	padding: .75rem 1.25rem !important;
}
.customer-error-card .card-header i, .customer-unsub-card .card-header i{
	color: #fff;
	font-size: 6rem;
	text-align: center;
}
.customer-error-card .card-body h3{
	color: #fb383d;
	font-weight: 700;
}
.customer-unsub-card .card-body h3{
	color: #3ac55a;
	font-weight: 700;
}
.customer-error-card .card-body p, .customer-unsub-card .card-body p{
	color: #808080;
}
.unsub-msg-card-outer, .sub-error-card-outer{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
	gap: 1.5rem;
	background: url(../img/login-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	min-height: calc(100vH - 200px);
	padding: 1rem;
}
.unsub-msg-card-outer{
	background-color: #defee5;
}
.sub-error-card-outer{
	background-color: #ffe3e7;
}

/* CSv table card */
.csv-table-card{
	margin-top: 1.5rem;
	border: none;
	box-shadow: 0px 0px 70px 0px rgba(0,0,0,.1);
	border-radius: .25rem;
}
.csv-table-card table th{
	font-size: 14px;
	font-weight: 600 !important;
	color: #000;
}
