@import url('web.css');
/*.btn {
	border-radius: 50px;
	-webkit-border-radius: 50px;
}

*/.btn .material-icons {
	vertical-align: middle;
}
/*.input-rounded {
	border-radius: 50px;
	-webkit-border-radius: 50px;
}*/
/*----------Colors Resets ------------*/
body {
    font-family: 'Nunito', sans-serif;
}
.btn-primary {
	background-color: #ee2a7b;
}
/* .btn-primary:hover {
	background-color: #0855C4;
} */
.btn-danger {
	background-color: #F40029;
}
.btn-danger:hover {
	background-color: #D1002D;
}
.btn-warning {
	background-color: #FD7400;
}
.btn-warning:hover {
	background-color: #E06203;
	color: #fff;
}
.btn-success {
	background-color: #3DA507;
}
.btn-success:hover {
	background-color: #308c00;
	color: #fff;
}
/* .btn-primary{
	background-color: #5c2c98;
    border-color: #5c2c98;
    color: #fff;
} */
.btn-primary:hover{
	background-color: #EE2A7B;
    border-color: #EE2A7B;
    color: #fff;
}
 .btn-outline-info {
    color: #17a2b8;
    background-color: #fff !important;
    background-image: none;
    border-color: #17a2b8;
}
 .btn-outline-info:hover {
    background: #17a2b8 !important;
    color: #ffff;
}
/*----------Colors Resets ends------------*/

.box-shadow, .widget, .dashboard-overview .row {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.no-wrap {
	white-space: nowrap;
}
svg g text {
	font-family: 'Nunito', sans-serif !important;
}
body {
	background-color: #fafbfd;
	color: rgba(0,0,0,0.9)
}
.navbar {
	background-color: #0062cc;
	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: 999999;
}
.navbar-light .navbar-nav .nav-link {
	color: #eee;
	font-size: 14px;
	font-weight: 600;
}
.navbar-nav a i {
	vertical-align: top;
	font-size: 20px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
	/*color: rgba(255,255,255,1);*/
}
.navbar-brand {
	/*background-color:#fff;*/
	margin-left: -16px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-brand svg .coms path {
	fill: rgba(255,255,255,0.9);
}
/*.navbar-brand:hover {
	background-color:rgba(255,255,255,0.95);
}
*/
.navbar-text {
	color: rgba(255,255,255,.9);
	line-height: 1.9em;
}
.navbar-nav .nav-link svg path {
	fill: rgba(255,255,255,0.8);
}
.navbar-nav .nav-link:hover svg path {
	fill: rgba(255,255,255,1);
}
.notification > a > span {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #F00;
	color: #FFF;
	font-size: 11px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	min-width: 20px;
	text-align: center;
	height: 20px;
	padding: 0;
	line-height: 20px;
	border-radius: 50%;
}
.action-menu > li > a {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
}
/*.action-menu > li > a:before {
	content: '';
	position: absolute;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: -1;
}*/
.action-menu > li > a:hover:before, .action-menu > li.show > a:before {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.action-menu .user-action > a {
	background-color: rgba(0,0,0,0.1);
}
.action-menu .dropdown-toggle::after {
	display: none;
}
.user-action a img {
	vertical-align: middle;
}
.page-wrapper {
	position: relative;
	display: block;
	padding-top: 15px;
}
.side-content .campaign-card {
    background: #ffff;
    color: #979bad;
    border-radius: 8px;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 15px 22px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
}
.side-content .campaign-card span {
    /* font-size: 12px; */
    font-weight: 600;
}
.side-content .campaign-card h3 {
    font-size: 25px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 700;
}

.sidebar {
	position: relative;
	/*background-color: #fff;
	border-bottom: 1px solid #e3e7eb;*/
}
.search-box .btn-outline-danger {
    background-color: transparent;
    color: #ee2a7b;
    border-color: #ee2a7b;
}
.search-box .btn-outline-danger:hover {
    color: #fff;
    background-color: #D1002D;
    border-color: #bd2130;
}
.sidebar h2 {
	font-size: 20px;
}
.modal-body .sidebar {
	margin-left: -15px;
	margin-right: -15px;
}
.content-area header h2 {
	font-size: 20px;
}
.content-area header small {
	color: rgba(0,0,0,0.7);
}
.content-area .content-widget {
	background-color: #fff;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content-area .table-widget {
	margin-top: 15px;
}
/*---------Widget----------*/
.profiltext {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #1ecbe1;
    display: block;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.widget {
	background-color: #fff;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	position: relative;
	margin-bottom: 30px;
}
.widget h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 10px 10px;
	position: relative;
	color: #000;
}
.widget h2 .btn {
	position: absolute;
	top: 4px;
	right: 15px;
}
.widget h2 .help-tooltip, .widget h2 .download-report {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.widget h2 .help-tooltip img, .widget h2 .download-report img {
	opacity: 0.6
}
.widget h2 .help-tooltip:hover img, .widget h2 .download-report:hover img {
	opacity: 1
}
.widget h2 .download-report {
	right: 35px;
}
.widget-content {
	padding: 5px;
}
.graph-area {
	height: 320px;
}
/*---------Dashboard Statistics & Graph----------*/

.dashboard-overview .widget {
	margin: 0px;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0.5px solid rgba(0,0,0,0.1);
	-webkit-border: 0.5px solid rgba(0,0,0,0.1);
	padding: 0px;
	display: flex;
}
.dashboard-overview .widget[onclick] {
	cursor: pointer;
}
.dashboard-overview .widget .widget-content {
	max-height: 400px;
	overflow-y: auto;
}
.dashboard-overview .row {
	overflow: hidden;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
}
.dashboard-overview .widget > div {
	padding: 10px;
}
.dashboard-overview .widget h3 {
	font-size: 20px;
	margin: 0;
	font-weight: 500;
}
.dashboard-overview .widget span {
	opacity: 0.8;
	font-weight: 400;
	font-size: 12px;
}
.dashboard-overview .widget.widget-success {
	background-color: #3DA507;
	color: #FFF;
}
.dashboard-overview .widget.widget-danger {
	background-color: #F40029;
	color: #FFF;
}
.dashboard-overview .widget.widget-warning {
	background-color: #FD7400;
	color: #FFF;
}
.dashboard-graphs .widget {
	overflow: hidden;
}

.dashboard-graphs .widget .widget-content {
	padding: 0px;
	margin: 1rem;
}
.dashboard-graphs .widget .table th {
	font-size: 14px;
}
.rating-stars ul {
	list-style-type: none;
	display: flex;
}

.rating-overview .average-rating h5 {
	font-size: 16px;
	opacity: 0.9
}
.rating-overview .average-rating h1 {
	font-size: 40px;
}
.rating-overview .average-rating ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.rating-overview .average-rating i {
	font-size: 18px;
    /* color: #ffcc48; */
}
.rating-overview .average-rating h6 {
	font-size: 0.62rem;
	opacity: 0.8
}
.rating-overview .rating-status .rating-rail {
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	height: 8px;
}
.rating-overview .rating-status .rating-rail .bar {
	display: block;
	height: 100%;
}
.rating-overview .rating-status .excellent .bar {
	background-color: #4AA552;
}
.rating-overview .rating-status .good .bar {
	background-color: #A5D631;
}
.rating-overview .rating-status .average .bar {
	background-color: #F7E642;
}
.rating-overview .rating-status .bad .bar {
	background-color: #F7A529;
}
.rating-overview .rating-status .very-bad .bar {
	background-color: #EF3110;
}
.rating-overview .rating-status .no-rating .bar {
	background-color: #222;
}
.feedback-message {
	color: #222;
	font-weight: bold;
}
.feedback-message i {
	color: orange;
}
/*---------Search bar----------*/
.search-box {
	background: #fff;
    padding: 15px 15px;
    margin: 15px 20px 0px 15px;
    border-radius: 8px;
	box-shadow: 0 2px 8px -3px rgba(0,0,0,.1);
    /* box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1); */


}
.search-box .form-control, .search-box .btn {
	height: auto;
	font-size: 14px;
}
.search-box .search-input {
	padding-left: 35px;
	background: #F5F5F5 url(../img/ic_search.svg) no-repeat left 6px center;
	border-color: #F5F5F5;
}
.search-box .search-input:focus {
	background: #f2f2f2 url(../img/ic_search.svg) no-repeat left 6px center;
}
.search-box label {
	margin: 0px;
	padding-left: .70rem;
}
.hasDatepicker {
	background: #fff url(../img/ic_date_range.svg) no-repeat right 5px center;
	cursor: pointer;
}
.settings h2 {
	font-size: 18px;
	font-style: italic;
}
.settings-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.settings-menu a {
	display: block;
	color: #555;
	padding: 3px 0;
}
.settings-menu a:hover {
	color: #F36523;
}
.settings-menu a i {
	width: 25px;
}
.table thead th {
	color: #495057;
	border-bottom:4px solid #fafbfd;
	/* padding-left: .5rem;
	padding-right: .5rem; */
	border-top: none;
}
.table td {
	padding: .3rem .5rem;
	vertical-align: middle;
	border-top: none;
	font-size: 12px;
}
.table td .btn {
	padding: .1rem .4rem;
	font-size: 12px;
}

.table td .setting-size{
	font-size: 12px;
}
.pagination {
	margin: 15px 0px;
	justify-content: flex-end;
}


.pagination > li > a, .pagination > li > span {
	padding: 10px 4px;
	margin: 0px 3px;
	color: #445066;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	min-width: 38px;
	text-align: center;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #d5305a;
}
.pagination > li.disabled > a, .pagination > li.disabled > span {
	opacity: 0.7;
}
/*-------- Profile---------*/

.profile {
}
.profile-left {
	background-color: #fff;
}
.profile-left h2 {
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	margin: 0px;
}
.profile-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.profile-left i {
	font-size: 18px;
	vertical-align: text-bottom;
}
.profile-center .tab-pane {
	padding: 15px;
	background-color: #fff;
	border-radius: 0 .25rem .25rem .25rem;
	-webkit-border-radius: 0 .25rem .25rem .25rem;
}
.profile .form-control {
	font-size: 14px;
	padding: .25rem .75rem;
}
.profile .form-control:not(textarea) {
	height: 30px;
}
.profile label {
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 0px;
}
.profile .form-group {
	margin-bottom: 8px;
}
.profile-completion .progress {
	height: 10px;
}
.profile-completion span {
	font-size: 12px;
	display: block;
}

.profile .alert, #msg.alert {
    position: fixed;
    display: none;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    padding: 15px 30px;
    font-size: 17px;
}
#msg.alert button.close {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #fff;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    opacity: 1;
    color: #666;
    border: 1px solid #ddd;
}
.profile .alert-success, #msg.alert-success {
	background-color: #3DA507;
	color: #fff;
}
.custom-checkbox {
	display: none;
}
.custom-checkbox-label {
	/*display: block;*/
	margin: 0px !important;
	position: relative;
	padding-left: 20px !important;
	cursor: pointer;
	width: auto;
}
.custom-checkbox-label:before {
	display: block;
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	border: 2px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	left: 0;
	top: 2px;
}
.custom-checkbox-label:hover:before {
	border-color: #11a0f8;
}
.custom-checkbox-label:after {
	display: none;
	position: absolute;
	content: '';
	width: 6px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border-left: 0px;
	border-top: none;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 4px;
	top: 4px;
}
.custom-checkbox:checked + label:before {
	border-color: #11a0f8;
	background-color: #11a0f8;
}
.custom-checkbox:checked + label:after {
	display: block;
}
.custom-radio + .custom-checkbox-label:before {
	border-radius: 50px;
	-webkit-border-radius: 50px;
}
.custom-radio + .custom-checkbox-label:after {
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	left: 4px;
	top: 5px;
	border: none;
}
.custom-radio:checked + label:before {
	border-color: #11a0f8;
}
.custom-radio:checked + label:after {
	background-color: #11a0f8;
	display: block;
}
.acco-content {
	display: none;
}
footer {
	text-align: center;
	padding: 20px 0;
}
.mail-box {
	padding: 0 15px;
}
.mail-box .mail-content {
	background-color: #fff;
	min-height: 70vh;
}
.mail-box header h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	position: relative;
}
.mail-box .pagination {
	justify-content: center;
}
.mails-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-height: 61vh;
	display: block;
	overflow-y: auto;
}
.mails-list li {
	border-bottom: 1px solid rgba(0,0,0,0.03);
	border-right: 1px solid rgba(0,0,0,0.03);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}
.mails-list li a {
	background: #fff;
	transition: all ease .3s;
}
.mails-list li a:hover {
	background: #f5f5f5;
}
.mails-list a {
	display: block;
	padding: 10px 25px;
	color: #000;
}
.mails-list a, .mails-list li.active a, .mails-list li.active.read a {
	background-color: rgba(255,255,255,1);
}
.mails-list li.active a h1 {
	color: #007BFF;
}
.mails-list li.active a, .mails-list li.read a {
	background-color: rgba(255,255,255,0.5);
}
.mails-list li.read a * {
	font-weight: 400;
}
.mails-list li.unread a * {
	font-weight: 700;
}
.mails-list a:hover {
	background-color: rgba(255,255,255,0.8);
}
.mails-list a h1 {
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	font-weight: 700;
}
.mails-list a h1 span {
	color: #0062cc;
}
.mails-list a small {
	font-size: 12px;
	opacity: 0.7;
	line-height: 15px;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.mails-list a span {
	opacity: 0.9;
	font-size: 12px
}
.mails-list a span i {
	vertical-align: bottom;
	font-size: 21px;
}
.mail-content header h1 {
	font-size: 25px;
	font-weight: bold;
}
.mail-content footer {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: left;
	padding: 0px;
}
.modal-body .email-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.02);
}
.modal-body .email-list li {
	padding: 8px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
}
.modal-body .email-list li:hover {
	background-color: rgba(0,0,0,0.05);
}
.modal-body .email-list li h2 {
	font-size: 16px;
	margin: 0;
	font-weight: 700;
}
.campaign-overview {
	padding: 15px 20px;
	background-color: #fff;
}
.campaign-overview-count {
	padding: 5px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(0,0,0,0.04);
	font-size: 15px;
}
.campaign-table td {
	font-size: 14px;
}
.content-area .table-widget .table {
	border-collapse: separate;
	border-spacing: 0 4px;
	margin-top: -4px;
}
.content-area .table-widget .table tr {
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.1);
}
.content-area .table-widget .table tr:hover {
	background-color: rgba(255,255,255,0.5);
}
.content-area .table-widget .table tr td {
	border-bottom: 1px solid #dee2e6;
}
.content-area .table-widget .table tr td:first-child, .content-area .table-widget .table tr th:first-child {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.content-area .table-widget .table tr td:last-child, .content-area .table-widget .table tr th:last-child {
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.escalation-summary th {
	background-color: rgba(0,0,0,0.05);
	border: 1px solid #dee2e6;
}
.escalation-summary td {
	font-size: 16px;
	font-weight: bold;
}
.escalation-summary td a {
	display: block;
	height: 100%;
}


/*settings style*/
.settings-wrapper .widget-content {
	padding: 0.5rem;
}
.row.settings.settings-wrapper {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.settings-wrapper .settings-menu li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.settings-wrapper .settings-menu li:first-child {
	padding: 0px 0 8px;
}
.settings-wrapper .settings-menu li:last-child {
	padding: 10px 0 0;
	border-bottom: 0px solid #eee;
}
.settings-wrapper .settings h2 {
    font-size: 16px;
    font-style: normal;
    /* margin-bottom: 15px; */
}
.settings-menu a i {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 5px;
    width: 15px;
}
.settings-menu a {
    padding: 0px 0;
}
.settings-wrapper .settings-menu li:last-child:after {
	bottom: 8px;
}
.settings-wrapper .settings-menu li::after {
	width: 6px;
	height: 6px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	position: absolute;
	right: 4px;
	content: '';
	transform: rotate(-45deg);
	bottom: 14px;
}
.content-area > nav {
    margin-top: 15px;
}
.ui-datepicker a.ui-state-default {
    text-align: center;
    border: none;
    background: none;
    font-size: 12px;
    padding: 6px 5px;
    border-radius: 50%;
	transition: all ease .3s;
}
.ui-datepicker th {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: normal;
}

.ui-state-default:hover{
   background: #1b62cc  !important;
    color: #ffffff !important;
}
.ui-datepicker-today .ui-state-default{
	background: #d6ecff  !important;
	color: #222;
	border-radius: 50%;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #1b62cc  !important;
    border-radius: 50%;
    color: #ffffff !important;
}
select.ui-datepicker-year, select.ui-datepicker-month {
    border: 1px solid #d8d8d8;
    color: #666;
    padding: 2px;
    margin: 1px !important;
    border-radius: 4px;
}
.history-table.table thead th {
    font-size: 12px;
    color: #a5a5a5;
    font-weight: 600;
}


/*Date picker*/
.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0px 1px 15px 0px rgba(0,0,0,.2);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding: 3px 4px;
}
/*Date picker*/

/*v2 style*/
.auth-left{
	background:url('../img/ic_search.svg');
	background-color: #8651ff;
}

 .ui-tooltip, .arrow::after {
  background: #000 !important ;
  border: none !important;
  color: #fff !important;
  margin-left: 20px !important;
  transition: none;

}

  .ui-tooltip {
    padding: 5px 20px;
    color: white;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    margin-left: -10px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
.count-wrap{
	padding:20px;
	background:#f5f5f5;
}

.unread {
	background: #ffdede  !important;
	border-left: 2px solid #f16865 !important;
}







@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav:not(.action-menu) .nav-link {
	padding-right: .7rem;
	padding-left: .7rem;
}
.navbar-light .navbar-nav:not(.action-menu) .active>.nav-link, .navbar-light .navbar-nav:not(.action-menu) .nav-link.active, .navbar-light .navbar-nav:not(.action-menu) .nav-link.show, .navbar-light .navbar-nav:not(.action-menu) .show>.nav-link, .navbar-light .navbar-nav:not(.action-menu) .nav-link:hover {
	/* color: rgba(0,0,0,.9); */
	color: #ee2a7b;
}
}

@media (min-width: 768px) {
/* .page-wrapper {
	min-height: 90vh;
} */
.search-box h2 {
    font-weight: 700;
}
.search-box .form-group {
	margin-bottom: 0.3rem;
	padding-left: 8px;
	padding-right: 8px;
}
.row-reverse-sm {
	flex-direction: row-reverse;
}

.content-area {
	padding: 20px;
}

.modal-xl {
	width: 90%;
	max-width: 1200px;
}
}

@media (max-width: 768px) {
.content-area {
	padding: 10px;
}
}
tr.temp_popup{
	cursor: pointer;
}
tr.temp_popup:hover{
	color: #007bff;
}
#mail_sms_template_div .date_con{
    margin-top: 10px;
}
#mail_sms_template_div .show_date{
    background-color: #ee2a7b;
    color: #fff;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.procancelbtn i {
    font-size: 11px;
    color: red;
    line-height: 20px;
}
.procancelbtn {
    position: absolute;
    top: -3px;
    right: -2px;
    background: #fff;
    border: 1px solid red;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.profile-pic {
    position: relative;
}
.stage_link a{
	font-weight: bold;
    background: #f98c55;
    padding: 5px 20px;
    border-radius: 6px;
    color: #fff;
}
.ui-tooltip-content {
    word-break: break-all;
    width: 140px;
}
#notification_list {
	max-height: 300px;
	overflow-y: scroll;
}
.view-more{
	background-color:#dddfeb;
	text-align:right;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    /* border: 1px solid #aaa; */
    /* border-radius: 4px; */
    /* display: block; */
    /* width: 100%; */
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {

    position: absolute;
    top: 5px !important;
}
.interested-prod-btn .btn.btn-primary {
	padding: 1px 10px;
	background: #4863f0;
	border: 1px solid #4863f0;
}
.search-box #nav-profile-tab{
	color:#ee2a7b !important ;
}

.profile-nav-top{
	display: inline-block;
	width: 124px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	}
@media(max-width:1400px){
	@media(min-width: 768px){
		.top-nav{
			width: 70%;
		}
	}
}
.info-text {
	background-color: #f3eee2;
	border-radius: 10px;
}
.textarea-height {
    height: 100px !important;
}
.sample-text-warning {
	background-color: #f7b2b0;
	border-radius: 5px;
}
.error-textarea {
	border: 1px solid rgb(245, 79, 79) !important;
	color: rgb(245, 79, 79) !important;
}
#textareaWordsCount {
	color:rgb(245, 79, 79) !important;
}
.light-border {
	border-color: #dddada;
}
