@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 ------------*/

.btn-primary {
	background-color: #1462E0;
}
.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;
}
/*----------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: #f2f2f2;
	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-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 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%;
}

.user-action a img {
	vertical-align: middle;
}
.page-wrapper {
	position: relative;
	display: block;
	padding: 40px;
	padding-top: 60px;

}
.content-area header h2 {
	font-size: 20px;
	text-transform: uppercase;
}
.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;
}

/*---------Widget----------*/
.widget {
	background-color: #fff;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	position: relative;
	margin-bottom: 15px;
}
.widget h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	position: relative;
}
.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 {
	height: 100%;
	max-height: 470px;
	overflow: hidden;
}
.dashboard-graphs .widget, .dashboard-graphs .widget .table {
	margin-bottom: 0px;
}
.dashboard-graphs .widget .widget-content {
	height: 400px;
	padding: 0px;
}
.dashboard-graphs .widget .table th {
	font-size: 14px;
}
/* District Wise table: scroll area + less congestion */
.dashboard-graphs .widget-district-table .district-wise-table-scroller {
	max-height: 320px;
	overflow-y: auto;
	padding: 0;
}
.dashboard-graphs .widget-district-table .widget-caption {
	font-size: 12px;
	line-height: 1.3;
}
.dashboard-graphs .district-wise-widget-wrap {
	margin-bottom: 0.5rem;
}
.dashboard-graphs #district-wise-helpdesk-table tr.district-row-inactive td {
	color: #999;
	background-color: #fafafa;
}
.rating-stars ul {
	list-style-type: none;
	display: flex;
}
.rating-overview {
}
.rating-overview .average-rating {
	background-color: #388efb ;
	color: #FFF;
}
.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: 25px;
}
.rating-overview .average-rating h6 {
	font-size: 14px;
	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;
}

/* --- Overall Rating: FAB + right-side drawer --- */
/* Prevent horizontal scroll when FAB tooltip or hover shadow extends viewport */
body:has(.feedback-drawer-fab),
body.has-feedback-fab {
	overflow-x: hidden;
}
.feedback-drawer-fab {
	position: fixed;
	right: 24px;
	bottom: 28px;
	z-index: 1040;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: none;
	background: linear-gradient(145deg, #3b82f6, #2563eb);
	color: #fff;
	font-size: 1.35rem;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4), 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feedback-drawer-fab:hover {
	transform: scale(1.06);
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45), 0 4px 10px rgba(0, 0, 0, 0.1);
}
.feedback-drawer-fab:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.4);
}

.feedback-drawer-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1050;
	background: rgba(15, 23, 42, 0.35);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}
body.feedback-drawer-open .feedback-drawer-backdrop {
	opacity: 1;
	visibility: visible;
}

.feedback-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: 32%;
	min-width: 320px;
	max-width: 420px;
	height: 100vh;
	z-index: 1060;
	background: #fff;
	box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12), -2px 0 8px rgba(0, 0, 0, 0.06);
	transform: translateX(100%);
	transition: transform 0.28s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
body.feedback-drawer-open .feedback-drawer {
	transform: translateX(0);
}

.feedback-drawer__inner {
	flex: 1;
	overflow-y: auto;
	padding: 1.5rem 1.25rem 2rem;
	-webkit-overflow-scrolling: touch;
}

/* Drawer-specific rating overview (premium SaaS look) */
.rating-overview--drawer .average-rating,
.feedback-drawer .rating-overview .average-rating {
	padding: 1.75rem 1.25rem;
	border-radius: 12px;
	background: linear-gradient(160deg, #3b82f6 0%, #2563eb 100%);
	color: #fff;
	text-align: center;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
	margin-bottom: 1.5rem;
}
.rating-overview--drawer .average-rating h5,
.feedback-drawer .rating-overview .average-rating h5 {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	opacity: 0.92;
	margin: 0 0 0.5rem;
}
.rating-overview--drawer .average-rating h1,
.feedback-drawer .rating-overview .average-rating h1 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 0.5rem;
	line-height: 1.2;
}
.rating-overview--drawer .average-rating ul.stars,
.feedback-drawer .rating-overview .average-rating ul.stars {
	gap: 0.25rem;
	margin: 0 0 0.5rem;
}
.rating-overview--drawer .average-rating i.fa-star,
.feedback-drawer .rating-overview .average-rating i.fa-star {
	font-size: 1.25rem;
	opacity: 0.95;
}
.rating-overview--drawer .average-rating h6,
.feedback-drawer .rating-overview .average-rating h6 {
	font-size: 0.8125rem;
	font-weight: 500;
	opacity: 0.88;
	margin: 0;
}
.rating-overview--drawer .rating-status,
.feedback-drawer .rating-overview .rating-status {
	margin-bottom: 1.5rem;
}
.rating-overview--drawer .rating-status .row,
.feedback-drawer .rating-overview .rating-status .row {
	margin-bottom: 0.75rem;
	align-items: center;
	font-size: 0.8125rem;
	color: #475569;
}
.rating-overview--drawer .rating-status .rating-rail,
.feedback-drawer .rating-overview .rating-status .rating-rail {
	height: 10px;
	border-radius: 6px;
	background: #e2e8f0;
}
.rating-overview--drawer .feedback-message,
.feedback-drawer .rating-overview .feedback-message {
	padding: 1rem 1.25rem;
	background: #f8fafc;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #334155;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.rating-overview--drawer .feedback-message .sentiment-badge,
.feedback-drawer .rating-overview .feedback-message .sentiment-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.25rem 0.5rem;
	border-radius: 6px;
	font-weight: 600;
}
.rating-overview--drawer .feedback-message .sentiment-badge--positive,
.feedback-drawer .rating-overview .feedback-message .sentiment-badge--positive {
	background: rgba(16, 185, 129, 0.15);
	color: #059669;
}
.rating-overview--drawer .feedback-message .sentiment-badge--neutral,
.feedback-drawer .rating-overview .feedback-message .sentiment-badge--neutral {
	background: rgba(245, 158, 11, 0.15);
	color: #b45309;
}
.rating-overview--drawer .feedback-message .sentiment-badge--negative,
.feedback-drawer .rating-overview .feedback-message .sentiment-badge--negative {
	background: rgba(239, 68, 68, 0.12);
	color: #dc2626;
}
.rating-overview--drawer .feedback-message .sentiment-badge i,
.feedback-drawer .rating-overview .feedback-message .sentiment-badge i {
	color: inherit;
}
.rating-overview--drawer .feedback-message .sentiment-badge--none,
.feedback-drawer .rating-overview .feedback-message .sentiment-badge--none {
	background: #f1f5f9;
	color: #64748b;
}

/*---------Search bar----------*/
.search-box {
	padding: 15px 20px;
}
.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: #1462E0;
	border-bottom-width: 1px;
	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;
}
.pagination {
	margin: 15px 0px;
}
.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: 100px;
    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: 20px 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 – modern box style, aligned with label text */
.custom-checkbox {
	display: none;
}
.custom-checkbox-label {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
	position: relative;
	padding-left: 28px !important;
	cursor: pointer;
	width: auto;
	font-size: 0.9375rem;
	line-height: 1.4;
	user-select: none;
	min-height: 22px;
}
.custom-checkbox-label:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 18px;
	height: 18px;
	border: 2px solid #cbd5e1;
	border-radius: 4px;
	background-color: #fff;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.custom-checkbox-label:hover:before {
	border-color: #94a3b8;
}
.custom-checkbox:focus-visible + .custom-checkbox-label:before {
	box-shadow: 0 0 0 3px rgba(0, 51, 153, 0.25);
}
.custom-checkbox-label:after {
	display: none;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	content: '';
	width: 6px;
	height: 10px;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
}
.custom-checkbox:checked + .custom-checkbox-label:before {
	border-color: #003399;
	background-color: #003399;
}
.custom-checkbox:checked + .custom-checkbox-label:after {
	display: block;
}
.custom-checkbox:checked + .custom-checkbox-label:hover:before {
	border-color: #003366;
	background-color: #003366;
}

/* Custom radio – circular style, aligned with label text */
.custom-radio + .custom-checkbox-label:before {
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.custom-radio + .custom-checkbox-label:after {
	width: 8px;
	height: 8px;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	border-radius: 50%;
	background-color: #fff;
}
.custom-radio:checked + .custom-checkbox-label:before {
	border-color: #003399;
	background-color: #fff;
}
.custom-radio:checked + .custom-checkbox-label:after {
	background-color: #003399;
	display: block;
}
.custom-radio:checked + .custom-checkbox-label:hover:before {
	border-color: #003366;
}
.custom-radio:checked + .custom-checkbox-label:hover:after {
	background-color: #003366;
}
.acco-content {
	display: none;
}
footer {
	text-align: center;
	padding: 16px 20px;
	background-color: #e5e7eb;
	color: #374151;
	font-size: 13px;
	line-height: 1.5;
	border-top: 1px solid #d1d5db;
	flex-shrink: 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;

}
.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: 15px;
}
.row.settings.settings-wrapper {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.settings-wrapper .settings-menu li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.settings-wrapper .settings-menu li:first-child {padding: 0px 0 10px;}
.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;
}

.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: 768px) {
.page-wrapper {
	min-height: 90vh;
}
.search-box h2 {
	text-align: right;
}
.search-box .form-group {
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
.row-reverse-sm {
	flex-direction: row-reverse;
}

.date-filter {
	height: 100%;
}
.modal-xl {
	width: 90%;
	max-width: 1200px;
}
}

@media (max-width: 768px) {

}
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: #1462E0;
    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;
}
