@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');

body {
	--portal-main-color: #ed2926;
	--portal-main-text-color: #fff;
	color: #525f7f;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	--ms-tag-bg: #eeeeee;
	--ms-tag-color: #333333;
	--ms-max-height: 400px;
	--ms-option-bg-selected: #3875d7;
	--ms-option-bg-selected-pointed: #3875d7;
	--ms-option-bg-pointed: #3875d7;
	--ms-option-color-pointed: #ffffff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0 !important;
	color: #1d2327;
	font-family: 'Montserrat', sans-serif !important;
}

.h1,
h1 {
	font-size: 36px !important;
}

.h2,
h2 {
	font-size: 30px !important;
}

.h3,
h3 {
	font-size: 24px !important;
}

.h4,
h4 {
	font-size: 18px !important;
}

.h5,
h5 {
	font-size: 16px !important;
}

.h6,
h6 {
	font-size: 14px !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}


.clr {
	clear: both;
}

.clearfix:after {
	display: block;
	content: '';
	width: 100%;
	clear: both;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-upper {
	text-transform: uppercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-normal {
	text-transform: none;
}

::-webkit-input-placeholder {
	color: #525f7f !important;
}

::-moz-placeholder {
	color: #525f7f !important;
}

:-ms-input-placeholder {
	color: #525f7f !important;
}

:-moz-placeholder {
	color: #525f7f !important;
}

.portal-margin-top-28 {
	margin-top: 28px;
}

.portal-margin-bottom-28 {
	margin-bottom: 28px;
}

label {
	color: #525f7f;
}

.portal-main-color {
	color: var(--portal-main-color) !important;
}

.portal-topbar {
	background-color: var(--portal-main-color);
	padding: 6px 0;
	color: #fff;
	position: relative;
	z-index: 9999;
}

.portal-topbar .x-container {
	padding-left: 28px;
	padding-right: 28px;
}

.topbar-col-left {
	float: left;
	width: 200px;
}

.topbar-col-right {
	padding-left: 200px;
	text-align: right;
}

.portal-topbar-btn {
	font-size: 14px;
	line-height: 14px;
	color: var(--portal-main-color);
	background-color: #fff;
	text-transform: uppercase;
	padding: 6px 19px;
	border-radius: 3px;
	margin: 1px 0;
	display: inline-block;
	vertical-align: top;
}

.portal-topbar-btn .material-icons-outlined {
	font-size: 15px;
	line-height: 14px;
	vertical-align: middle;
}

.portal-user-login-info {
	display: inline-block;
	vertical-align: top;
	line-height: 14px;
	margin-left: 10px;
}

.portal-user-login-left {
	display: inline-block;
	vertical-align: top;
}

.portal-user-login-info .portal-user-login-status {
	font-size: 9px;
	display: inline-block;
	position: relative;
	padding-left: 13px;
}

.portal-user-login-info .portal-user-login-status:before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 8px;
	height: 8px;
	border: #fff 2px solid;
	border-radius: 50%;
}

.portal-user-icon {
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-left: 4px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.portal-logout-btn,
.potal-login-btn,
.switch-portal,
.switch-portal-user {
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	font-size: 14px;
	line-height: 29px;
	margin-left: 10px;
}

.switch-portal,
.switch-portal-user {
	position: relative;
}

.switch-portal-btn,
.switch-user-btn {
	color: #fff !important;
}

.portal-switch-list {
	padding: 20px 10px;
	min-width: 350px;
	border-radius: 5px;
	text-align: left;
	position: absolute;
	top: 35px;
	right: 0;
	margin: 0;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	z-index: 999;
}

ul.switch-portal-list,
ul.switch-portal-user-list {
	display: block;
	list-style: none;
	max-height: 470px;
	overflow: auto;
	margin: 0;
}

ul.switch-portal-list li,
ul.switch-portal-user-list li {
	display: block;
	border-bottom: #f0f0f0 1px solid;
	padding: 7px 50px 7px 7px;
	position: relative;
}

ul.switch-portal-list li:last-child,
ul.switch-portal-user-list li:last-child {
	border-bottom: none;
}

ul.switch-portal-list li a,
ul.switch-portal-user-list li a {
	color: #333;
	display: block;
	transition: 0.3s;
}

.favorite-btns {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	text-align: right;
}

.favorite-btns .fb-wordpress {
	width: 17px;
	height: 17px;
	background: url(images/wordpress-simple.svg) no-repeat center center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.favorite-btns .fb-star {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	padding: 0px !important;
	background: url(images/star-regular.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	transition: all 0.3s;
	border-bottom: none !important;
}

.favorite-btns .fb-star.active {
	background: url(images/star-solid.svg) no-repeat center center;
}

.favorite-btns .fb-page {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url(images/page-regular.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	transition: all 0.3s;
}

ul.switch-portal-list li:hover,
ul.switch-portal-list li.sso-menu-focus {
	background-color: #f0f0f0;
	color: var(--portal-main-color);
}

span.portal-list-logo {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
	border-radius: 50%;
}

.portal-switch-list .portal-search-box {
	padding: 0;
	border-bottom: none;
	box-shadow: none;
	margin-bottom: 15px
}

.portal-logout-btn span,
.potal-login-btn span,
.switch-portal-btn span,
.switch-user-btn span {
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height: 29px;
	line-height: 29px;
	font-size: 19px;
	background-color: #fff;
	color: var(--portal-main-color);
	border-radius: 50%;
	text-align: center;
}

.portal-body .x-navbar {
	box-shadow: none;
	border-bottom: none;
}

.portal-body .x-navbar .x-container.max {
	max-width: inherit;
	width: 100%;
	padding-left: 28px;
	padding-right: 28px;
}

.x-brand {
	margin-bottom: 14px;
}

.x-navbar .desktop .x-nav>li>a:hover,
.x-navbar .desktop .x-nav>.x-active>a,
.x-navbar .desktop .x-nav>.current-menu-item>a {
	box-shadow: none !important;
}

li.portal-main-menu-mobile {
	display: none;
	position: relative;
	padding-right: 40px;
}

.portal-body .x-container.max.width.offset {
	max-width: inherit;
	width: 100%;
	margin: 0 auto;
}

.portal-body .x-sidebar {
	width: calc(20%);
	background-color: #fff;

	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
	transition: width 0.3s;
	float: left;
	position: fixed;
	z-index: 9999;
}

.portal-body .x-main {
	width: calc(100%);
	display: block;
	position: relative;
	min-width: 0;
	max-width: 100%;
	float: none;

}

.portal-body .x-container.max.width.offset .x-main {
	padding-left: 20%;
	transition: all 0.3s;
}

.portal-body .x-container.max.width.offset.fixed .x-sidebar {
	top: 0;
	left: 0;
	bottom: 0;
}

.x-sidebar .nicescroll-rails {
	z-index: 9999 !important;
	left: auto !important;
	right: 0;
}

.portal-body .x-container.max.width.offset.fixed .x-main {
	width: calc(100%);
	padding-left: 20%;
}

.portal-body .x-sidebar .h-widget {
	font-size: 14px !important;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--portal-main-color);
	padding: 24px 15px 24px 46px;
	margin: 0;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

.portal-body .x-sidebar .h-widget:before {
	position: absolute;
	left: 15px;
	top: 24px;
	content: "";
	background: url(images/airplay.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 18px;
	opacity: 1;
}

.portal-body .x-sidebar .h-widget:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	content: "\e5d2";
	font-size: 26px !important;
	opacity: 1;
	font-family: 'Material Icons Outlined';
	transition: all 0.3s;
	text-align: center;
}

.portal-body .x-sidebar .widget {
	text-shadow: none;
}

.portal-body .portal-left-menu-collapse .x-sidebar {
	width: calc(5%);
}

.portal-body .portal-left-menu-collapse .x-main {
	padding-left: 5%;
}

.portal-body .x-container.max.width.offset.portal-left-menu-collapse.fixed .x-main {
	padding-left: 5%;
}

.portal-body .portal-left-menu-collapse .x-sidebar .h-widget {
	font-size: 0 !important;
	padding: 24px 0;
}

.portal-body .portal-left-menu-collapse .x-sidebar .h-widget:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.portal-body .portal-left-menu-collapse .x-sidebar .portal-search-box {
	padding: 15px 5px;
}

.portal-body .portal-left-menu-collapse .x-sidebar .portal-search-field {
	padding-right: 100%;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .portal-search-box {
	padding: 15px;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .portal-search-field {
	padding-right: 56px;
}

.portal-body .portal-left-menu-collapse .x-sidebar .portal-search-box button[type="submit"] {
	width: 100%;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .portal-search-box button[type="submit"] {
	width: 56px;
}

.portal-body .portal-left-menu-collapse .x-sidebar .h-widget:before,
.portal-body .portal-left-menu-collapse .x-sidebar .widget_nav_menu ul li a span.portal-sidebar-menu-text,
.portal-body .portal-left-menu-collapse .x-sidebar .widget_meta ul li a span.portal-sidebar-menu-text,
.portal-body .portal-left-menu-collapse .x-sidebar .widget_pages ul li a span.portal-sidebar-menu-text {
	display: none;
}

.portal-body .portal-left-menu-collapse .x-sidebar .widget_nav_menu ul li a,
.portal-body .portal-left-menu-collapse .x-sidebar .widget_meta ul li a,
.portal-body .portal-left-menu-collapse .x-sidebar .widget_pages ul li a {
	text-align: center;
	padding: 15px 0;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover {
	width: calc(20%);
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .h-widget:before {
	display: block;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .widget_nav_menu ul li a span.portal-sidebar-menu-text,
.portal-body .portal-left-menu-collapse .x-sidebar:hover .widget_meta ul li a span.portal-sidebar-menu-text,
.portal-body .portal-left-menu-collapse .x-sidebar:hover .widget_pages ul li a span.portal-sidebar-menu-text {
	display: inline-block;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .widget_nav_menu ul li a,
.portal-body .portal-left-menu-collapse .x-sidebar:hover .widget_meta ul li a,
.portal-body .portal-left-menu-collapse .x-sidebar:hover .widget_pages ul li a {
	text-align: left;
	padding: 15px;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .h-widget {
	font-size: 14px !important;
	padding: 24px 15px 24px 46px;
}

.portal-body .portal-left-menu-collapse .x-sidebar:hover .h-widget:after {
	left: auto;
	right: 15px;
	margin: 0;
}

.portal-body .x-sidebar .widget_nav_menu ul li a,
.portal-body .x-sidebar .widget_meta ul li a,
.portal-body .x-sidebar .widget_pages ul li a {
	border-bottom: #f0f0f0 1px solid;
	padding: 15px 15px;
	box-shadow: none;
	color: #3c434a;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s;
}

.portal-body .x-sidebar .widget_nav_menu ul li a .material-icons-outlined,
.portal-body .x-sidebar .widget_meta ul li a .material-icons-outlined,
.portal-body .x-sidebar .widget_pages ul li a .material-icons-outlined {
	font-size: 16px;
	line-height: normal;
	vertical-align: middle;
}

.portal-body .x-sidebar .widget_nav_menu ul li a span.portal-sidebar-menu-text,
.portal-body .x-sidebar .widget_meta ul li a span.portal-sidebar-menu-text,
.portal-body .x-sidebar .widget_pages ul li a span.portal-sidebar-menu-text {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
}

.portal-body .x-sidebar .widget_nav_menu ul li a:before,
.portal-body .x-sidebar .widget_meta ul li a:before,
.portal-body .x-sidebar .widget_pages ul li a:before {
	display: none;
}

.portal-body .x-sidebar .widget ul,
.portal-body .x-sidebar .widget ol {
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.portal-body .x-sidebar .widget_nav_menu ul li .portal-sub-menus li a:hover,
.portal-body .x-sidebar .widget_meta ul li a:hover,
.portal-body .x-sidebar .widget_pages ul li a:hover,
.portal-body .x-sidebar .widget_nav_menu ul li.portal-menu-active a,
.portal-body .x-sidebar .widget_meta ul li.portal-menu-active a,
.portal-body .x-sidebar .widget_pages ul li.portal-menu-active a,
.portal-body .x-sidebar ul.portal-main-left-menu li.portal-menu-focus a {
	background-color: #f0f0f0;
	color: var(--portal-main-color);
}

.portal-body .x-sidebar .widget_nav_menu ul li .portal-sub-menus li a:hover,
.portal-body .x-sidebar .widget_meta ul li a:hover,
.portal-body .x-sidebar .widget_pages ul li a:hover,
.portal-body .x-sidebar .widget_nav_menu ul li.portal-menu-active,
.portal-body .x-sidebar ul.portal-main-left-menu li.portal-menu-focus {
	background-color: #f0f0f0;
}

.portal-body .x-sidebar .widget_nav_menu ul li:hover a:before,
.portal-body .x-sidebar .widget_meta ul li:hover a:before,
.portal-body .x-sidebar .widget_pages ul li:hover a:before,
.portal-body .x-sidebar .widget_nav_menu ul li.portal-menu-active a:before,
.portal-body .x-sidebar .widget_meta ul li.portal-menu-active a:before,
.portal-body .x-sidebar .widget_pages ul li.portal-menu-active a:before,
.portal-body .x-sidebar ul.portal-main-left-menu li.portal-menu-focus a:before {
	color: var(--portal-main-color);
}

.portal-left-menu-collapse .x-sidebar .favorite-btns {
	display: none;
}

.portal-left-menu-collapse .x-sidebar:hover .favorite-btns {
	display: block;
}

.portal-left-menu-collapse ul.portal-main-left-menu li {
	padding-right: 0px !important;
}

.portal-body .x-main .entry-wrap {
	padding: 0;
	background-color: inherit;
	box-shadow: none;
	min-height: 600px;
}

.portal-search-box {
	background-color: #fff;
	padding: 15px;
	border-bottom: #f0f0f0 1px solid;

	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
	transition: all 0.3s;
}

.portal-search-field {
	width: 100%;
	background-color: #efeff0;
	padding-right: 56px;
	border-radius: 3px;
	position: relative;
}

.portal-search-field input[type="text"] {
	display: block;
	width: 100%;
	height: 41px;
	background: none;
	border: none;
	box-shadow: none !important;
	padding: 0 15px;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.portal-search-box button[type="submit"] {
	display: block;
	width: 56px;
	height: 41px;
	background: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #525f7f;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	transition: width 0.3s;
}

.menu-left-menu-container .portal-search-field {
	border-radius: 0;
}

.portal-main-container {
	padding: 30px;
	color: #525f7f;
}

.portal-dashboard-counter-section {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	min-width: 0;
	min-height: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: calc(((0rem / 2) + 1px) * -1) calc(((2rem / 2) + 1px) * -1);
	margin-bottom: 30px;
}

.portal-dashboard-counter-section .x-column.x-1-4 {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	display: block;
	position: relative;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: inherit;
	max-height: none;
	margin: calc(2rem / 2) calc(2rem / 2);
	flex-basis: calc(25% - 2rem);
	background-color: var(--portal-main-color);
}

.portal-dashboard-counter-box {
	padding: 19px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;

	position: relative;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 100%;
	background-color: var(--portal-main-color);
}

.portal-dashboard-counter-box .x-counter {
	text-align: left;
}

.portal-dashboard-counter-box .x-counter .number-wrap {
	font-size: 22px;
	margin: 2px 0 5px;
}

.portal-dashboard-counter-box p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.portal-dashboard-counter-box-right {
	flex: 0 0 auto;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border: #fff 2px solid;
	text-align: center;
}

.portal-dashboard-counter-box-right .material-icons-outlined {
	font-size: 50px;
	line-height: 68px;
}

.portal-dashboard-counter-box-left {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	margin-right: .5rem;
}

.portal-counter-box-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center !important;
	padding: 15px 15px;
	margin-bottom: 30px;
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.portal-counter-content {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 75%;
	margin-right: .5rem;
	word-break: break-all;
}

.portal-counter-box-2 .x-counter {
	text-align: left;
}

.portal-counter-box-2 .x-counter .number-wrap {
	color: var(--portal-main-color);
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
}

.portal-counter-box-2 .text-below {
	font-size: 14px;
	text-transform: none !important;
	letter-spacing: 0.5px !important;
}

.portal-counter-icon {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.portal-counter-box-2 .portal-counter-icon .material-icons-outlined,
.portal-counter-box-2 .portal-counter-icon i {
	font-size: 55px;
	color: #ececec;
}

.portal-counter-icon.portal-counter-icon-svg .material-icons-outlined,
.portal-counter-icon.portal-counter-icon-svg .portal-counter-icon i {
	font-size: 0;
}

.portal-counter-icon img {
	width: 100%;
	max-width: 55px;
	height: 55px;
}

.portal-dashboard-counter-section-2-row {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	min-width: 0;
	min-height: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: calc(((0rem / 2) + 1px) * -1) calc(((2rem / 2) + 1px) * -1);
	margin-bottom: 30px;
}

.portal-dashboard-counter-section-2-row .x-column.x-1-4 {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	display: block;
	position: relative;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: inherit;
	max-height: none;
	margin: calc(2rem / 2) calc(2rem / 2);
	flex-basis: calc(25% - 2rem);
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.portal-dashboard-counter-section-2-row .x-column.x-1-4 .portal-counter-box-2 {
	border: none;
	background-color: inherit;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.portal-dashbord-item {
	width: 100%;
	margin-bottom: 18px;
}

.portal-dashbord-item-box {
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.portal-ticket-details h4.portal-ticket-subject {
	background-color: #fff;
	border-bottom: #c3c4c7 1px solid;
	padding: 18px 15px;
	font-size: 16px !important;
	line-height: 31px;
	color: #1d2327;
	font-weight: 500;
	margin: 0;
}

.portal-dashbord-item-box-heading {
	background-color: #fff;
	border-bottom: #c3c4c7 1px solid;
	padding: 18px 15px;
}

.portal-dashbord-item-box-heading h4 {
	font-size: 16px !important;
	line-height: 31px;
	color: #1d2327;
	font-weight: 500;
	margin: 0;
}

.portal-dashbord-item-box-heading a,
.portal-dashboard-button {
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff !important;
	text-align: center;
	background-color: var(--portal-main-color);
	padding: 9px 17px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	transition: 0.3s;
}

.portal-dashbord-item-box-heading a:hover,
.portal-dashboard-button:hover {
	color: #fff;
	background-color: #525f7f;
}

.portal-dashboard-button.portal-dashboard-button-small {
	font-size: 10px;
	line-height: 12px;
	padding: 4px 15px;
}

.portal-dashboard-item-row-header {
	background-color: #f5f5f5;
	padding: 19px 15px;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.5px;
	color: #3c434a;
	text-transform: uppercase;
	border-bottom: #c3c4c7 1px solid;
}

.portal-dashboard-item-row {
	border-bottom: #e9ecef 1px solid;
	padding: 18px 15px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.5px;
}

.portal-dashboard-item-row:last-child {
	border-bottom: none;
}

.portal-dashbord-item-box.without-table-head .portal-dashbord-item-box-heading {
	background-color: #f5f5f5;
}

.portal-dashbord-item-box-table,
.portal-ticket-details table.portal-table {
	margin: 0;
	letter-spacing: 0.5px;
}

.portal-dashbord-item-box-table tr td,
.portal-dashbord-item-box-table tr th,
.portal-ticket-details table.portal-table tr td,
.portal-ticket-details table.portal-table tr th {
	padding: 18px 15px;
	border-color: #e9ecef;
	font-size: 12px;
	color: #525f7f;
	font-weight: normal;
}

.portal-dashbord-item-box-table tr:first-child td,
.portal-ticket-details table.portal-table tr:first-child td {
	border-top: none;
}

.portal-dashbord-item-box-table tr td a,
.portal-dashbord-item-box-table tr th a,
.portal-ticket-details table.portal-table tr td a,
.portal-ticket-details table.portal-table tr th a {
	color: #525f7f;
}

.portal-dashbord-item-box-table tr td a:hover,
.portal-dashbord-item-box-table tr th a:hover,
.portal-ticket-details table.portal-table tr td a:hover,
.portal-ticket-details table.portal-table tr th a:hover {
	color: var(--portal-main-color);
}

.portal-dashbord-item-box-table label {
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 4px;
}

span.portal-table-checkbox {
	display: block;
	margin-bottom: 3px;
}

span.portal-table-checkbox:last-child {
	margin-bottom: 0;
}

.portal-tickets-labels {
	display: inline-block;
	vertical-align: top;
	padding: 3px 0px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 10px;
	margin-left: 8px;
}

.portal-tickets-label {
	margin-right: 5px;
}

.p-ticket-priority {
	background-color: #FFF699;
}

.portal-tickets-label .material-icons {
	font-size: 12px;
	line-height: 10px;
	color: var(--portal-ticket-label, #ffffff);
	vertical-align: top;
	margin-top: 1px;
}

span.portal-tickets-comments,
.portal-update-created {
	display: inline-block;
	vertical-align: top;
	background-color: #f0f0f1;
	padding: 3px 9px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 10px;
	color: #525f7f;
	margin-left: 8px;
}

span.portal-tickets-comments .material-icons-outlined {
	font-size: 12px;
	line-height: 10px;
	color: #00a650;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 1px;
}

.portal-update-created i.x-icon.x-icon-circle {
	font-size: 8px;
	line-height: 8px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	color: #00a650;
}

.portal-dashbord-item-box-table.portal-table-align-top tr td {
	vertical-align: top;
}

.portal-dashbord-item-box-table thead {
	background-color: #f5f5f5;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.5px;
	color: #3c434a;
	text-transform: uppercase;
	border-bottom: #c3c4c7 1px solid;
}

.portal-dashbord-item-box-table .portal-action-button,
.portal-search-results-wrapper .portal-action-button,
.data_entry_search_results .portal-action-button {
	display: inline-block;
	color: #525f7f;
	margin-left: 3px;
	transition: 0.3s;
}

.portal-dashbord-item-box-table .portal-action-button .material-icons-outlined,
.portal-search-results-wrapper .portal-action-button .material-icons-outlined,
.data_entry_search_results .portal-action-button .material-icons-outlined {
	font-size: 20px;
	line-height: 20px;
}

.portal-dashbord-item-box-table .portal-action-button:hover,
.portal-search-results-wrapper .portal-action-button:hover,
.data_entry_search_results .portal-action-button:hover {
	color: var(--portal-main-color);
}

.portal-dashbord-item-box-content {
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #525f7f;
}

.p-key-pressed-popup .portal-dashbord-item-box-content {
	max-height: 70vh;
	overflow-y: scroll;
}

.uberall-inactive,
.portal-status-inactive {
	color: red;
	font-size: 10px;
}

.uberall-active,
.portal-status-active {
	color: #00a650;
	font-size: 10px;
}

.portal-status-yellow {
	color: #ffa600;
	font-size: 10px;
}

.portal-status-black {
	color: black;
	font-size: 10px;
}

.x-colophon.bottom {
	background-color: #000;
	color: #fff;
	padding: 0 !important;
}

.x-colophon.bottom .x-container.max {
	padding-top: 10px;
	padding-bottom: 10px;
}

.x-colophon.bottom .x-colophon-content {
	color: #fff;
}

.portal-body .x-main .x-section .x-container.max {
	max-width: none;
}

.home.portal-body .portal-header {
	padding: 21px 30px;
}

.portal-header {
	background-color: #fff;
	padding: 18px 30px;

	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1d2327;
	position: relative;
}

.portal-header h4 {
	margin-bottom: 0;
}

.portal-header .portal-add-new-btn,
.portal-dashboard-action-button,
.portal-back-listing-btn {
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff !important;
	text-align: center;
	background-color: var(--portal-main-color);
	padding: 9px 17px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	transition: 0.3s;
	box-shadow: none;
	border: none;
	font-family: 'Montserrat', sans-serif !important;
}

.portal-header .portal-add-new-btn:hover,
.portal-dashboard-action-button:hover,
.portal-back-listing-btn:hover {
	color: #fff;
	background-color: #525f7f;
}

.portal-search-form-wrapper,
.data-entry-sec {
	margin-bottom: 35px;
}

form.portal-search-form .x-column.x-1-1 {
	margin-bottom: 15px;
}

form.portal-search-form,
.data-entry-sec form.data-entry-search-form {
	background-color: #fff;
	padding: 15px;
	margin: 0;

	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
}

.portal-search-form-wrapper form.data-entry-search-form:after,
.portal-search-form-wrapper form.portal-search-form:after {
	display: block;
	content: '';
	width: 100%;
	clear: both;
}

form.portal-search-form input,
form.portal-search-form select,
form.portal-search-form input[type=file],
.data-entry-sec form.data-entry-search-form input[type=text] {
	display: block;
	width: 100%;
	height: 41px;
	background: #fff;
	padding: 0 15px;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	border-radius: 3px;
	border: #c3c4c7 1px solid;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

form.portal-search-form button[type="submit"],
.data-entry-sec form.data-entry-search-form button[type="submit"] {
	display: block;
	width: 100%;
	height: 41px;
	background: var(--portal-main-color);
	border-radius: 3px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0;
}

form.portal-search-form button[type="submit"]:after,
.data-entry-sec form.data-entry-search-form button[type="submit"]:after {
	content: "\e8b6";
	font-size: 23px;
	font-family: 'Material Icons Outlined';
}

form.portal-search-form .portal-field select[multiple],
.portal-field select[size] {
	height: 41px;
	border: #c3c4c7 1px solid;
}

.portal-news .portal-search-form input[type="text"],
.portal-pink-perks .portal-search-form input[type="text"],
.portal-review-requests .portal-search-form input[type="text"],
.portal-users-admin .portal-search-form input[type="text"],
.portal-text-usage-reporting .portal-search-form input[type="text"],
.portal-data-points .portal-search-form input[type="text"],
.portal-location-profile .portal-search-form input[type="text"],
.portal-locations .portal-search-form input[type="text"] {
	margin-bottom: 0;
}

.portal-search-results-wrapper,
.data_entry_search_results {
	margin-bottom: 30px;
}

.portal-search-results-wrapper table,
.data_entry_search_results table,
.portal-review-requests table.portal-table {
	margin: 0;
	letter-spacing: 0.5px;
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	margin-bottom: 25px;
}

.portal-review-requests table.portal-table tr:first-child td,
.portal-review-requests table.portal-table tr:first-child th {
	border-top: none;
}

.portal-search-results-wrapper table tr td,
.data_entry_search_results table tr td {
	padding: 18px 15px;
	border-color: #e9ecef;
	font-size: 12px;
	color: #525f7f;
	word-break: normal;
}

.portal-search-results-wrapper table tr:first-child td,
.data_entry_search_results table tr:first-child td {
	border-top: none;
}

.portal-search-results-wrapper table tr td a,
.data_entry_search_results table tr td a {
	color: #525f7f;
}

.portal-search-results-wrapper table thead,
.data_entry_search_results table thead,
.portal-search-results-wrapper table tfoot,
.data_entry_search_results table tfoot {
	background-color: #f5f5f5;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.5px;
	color: #3c434a;
	text-transform: uppercase;
	border-bottom: #c3c4c7 1px solid;
}

.portal-search-results-wrapper table tr th,
.data_entry_search_results table tr th {
	padding: 18px 15px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
}

a.page-numbers,
span.page-numbers.current {
	padding: 8px 12px;
	min-width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 0;
	border: #c3c4c7 1px solid;
	font-size: 12px;
	line-height: 12px;
	color: #1d2327;
	background-color: #fff;
}

span.page-numbers.current {
	background-color: var(--portal-main-color);
	color: #fff;
	border: none;
}

.portal-public-form-wrapper,
.portal-news-view {
	margin-bottom: 30px;
	padding: 25px 15px;
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.portal-news-view .x-recent-posts-date {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.portal-news-view .x-recent-posts-date .material-icons-outlined {
	vertical-align: top;
	font-size: 21px;
	color: var(--portal-main-color);
}

.portal-field,
.account-form.portal-my-account-tab-contents .f-field {
	margin-bottom: 20px;
}

.portal-field input[type=text],
.portal-field input[type=url],
.portal-field input[type=number],
.portal-field input[type=email],
.portal-field select,
.account-form.portal-my-account-tab-contents .f-field input,
.account-form.portal-my-account-tab-contents .f-field select {
	display: block;
	width: 100%;
	height: 41px;
	background: #fff;
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	border-radius: 3px;
	border: #c3c4c7 1px solid;
	margin: 0;
	box-shadow: none;
}

.portal-field textarea,
.account-form.portal-my-account-tab-contents .f-field textarea {
	display: block;
	width: 100%;
	height: 150px;
	background: #fff;
	padding: 15px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	border-radius: 3px;
	border: #c3c4c7 1px solid;
	margin: 0;
	box-shadow: none;
}

.account-form.portal-my-account-tab-contents .f-field input[type=file] {
	border: none;
	padding: 0;
}

.portal-field-inline input#resource_is_active,
.portal-field-inline label,
.portal-field.is-active input#pink_perk_is_active,
.portal-field.is-active label {
	display: inline-block;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: 39px;
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-choices {
	padding: 0 15px;
	border-radius: 3px;
	background-image: inherit;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin: 9px 5px 0 0;
}

table#portal_ticket_files tr td:last-child,
table#portal_text_files tr td:last-child {
	text-align: right;
}

table#portal_ticket_files tr td:last-child a,
table#portal_text_files td:last-child a,
a.portal-remove-btn,
a.portal-remove-btn:hover {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background-color: var(--portal-main-color);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}

.x-btn.x-btn-mini {
	font-size: 10px;
	line-height: 12px;
	padding: 4px 15px;
	letter-spacing: 1px;
	border: none;
	box-shadow: none;
}

.portal-public-form-wrapper .portal-public-form .submit-btn {
	text-align: center;
}

.portal-public-form-wrapper .portal-public-form .submit-btn input[type=submit],
.account-form.portal-my-account-tab-contents .submit-btn input[type=submit],
input.button.generate-ticket-btn,
button.button.button-primary,
button.button {
	font-size: 12px;
	line-height: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background-color: var(--portal-main-color);
	padding: 9px 33px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	transition: 0.3s;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-family: 'Montserrat', sans-serif !important;
}

.portal-body table .edit-btn {
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background-color: var(--portal-main-color);
	padding: 9px 10px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	transition: 0.3s;
	box-shadow: none;
	border: none;
	font-family: 'Montserrat', sans-serif !important;
}

.portal-body table a.edit-btn:hover {
	color: #fff;
	background-color: #525f7f;
}

.my-account-content {
	padding: 30px;
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.account-menu ul.portal-my-account-tabs {
	display: block;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.account-menu ul.portal-my-account-tabs li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.account-menu ul.portal-my-account-tabs li a {
	display: block;
	padding: 10px 20px;
	font-size: 12px;
	text-align: center;
	background-color: #525f7f;
	color: #fff;
	transition: 0.3s;
	letter-spacing: 1px;
}

.account-menu ul.portal-my-account-tabs li:hover a,
.account-menu ul.portal-my-account-tabs li.active a {
	background-color: var(--portal-main-color);
	color: #fff;
}

.account-form.portal-my-account-tab-contents h3 {
	text-transform: uppercase;
}

.portal-upload-btn-field {
	margin-bottom: 20px;
}

.portal-browse-button,
.portal-upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.portal-browse-button input[type=file],
.portal-upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.btn {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	height: 20px;
	border: none;
	box-shadow: none;
	padding: 0 15px;
	margin-right: 5px;
	border-radius: 3px;
	background: var(--portal-main-color);
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
}

.portal-fields-wrapper .submit-btn {
	text-align: center;
}

.resources-groups-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	min-width: 0;
	min-height: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: calc(((0rem / 2) + 1px) * -1) calc(((2rem / 2) + 1px) * -1);
}

.resources-groups-wrapper .x-column.x-1-5 {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	display: block;
	position: relative;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: inherit;
	max-height: none;
	margin: calc(2rem / 2) calc(2rem / 2);
	flex-basis: calc(20% - 2rem);
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.resources-groups-wrapper a {
	padding: 15px 15px;
	display: block;
}

.portal-resource-folder {
	background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' enable-background='new 0 0 48 48'%3E%3Cpath fill='%23FFA000' d='M40,12H22l-4-4H8c-2.2,0-4,1.8-4,4v8h40v-4C44,13.8,42.2,12,40,12z'/%3E%3Cpath fill='%23FFCA28' d='M40,12H8c-2.2,0-4,1.8-4,4v20c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V16C44,13.8,42.2,12,40,12z'/%3E%3C/svg%3E%0A");
	background-size: contain;
	height: 100px;
	width: 100px;
	margin: 0px auto;
}

.portal-resource-name {
	color: #525f7f;
	text-transform: uppercase;
}

.login-page {
	padding: 50px 0;
	border-top: #ccc 1px solid;
}

.portal-forgotformwrap,
.portal-loginformwrap {
	max-width: 370px;
	margin: 0 auto;
	padding: 30px 20px;
	border: #dadada 1px solid;
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.portal-forgotformwrap form,
.portal-loginformwrap form {
	margin: 0;
}

.portal-forgotformwrap input,
.portal-loginformwrap input {
	display: block;
	width: 100%;
	height: 41px !important;
	background: #fff;
	border: #c3c4c7 1px solid;
	box-shadow: none !important;
	border-radius: 3px !important;
	margin-bottom: 15px;
}

.portal-forgotformwrap .button,
.portal-forgotformwrap [type="submit"],
.portal-loginformwrap .button,
.portal-loginformwrap [type="submit"] {
	display: block;
	width: 100%;
	margin: 25px 0 15px;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	background: var(--portal-main-color);
	padding: 11px 17px;
	border-radius: 3px;
	transition: 0.3s;
	box-shadow: none;
	border: none;
	font-family: 'Montserrat', sans-serif !important;
}

.portal-forgotformwrap .button:hover,
.portal-forgotformwrap [type="submit"]:hover,
.portal-loginformwrap .button:hover,
.portal-loginformwrap [type="submit"]:hover {
	border: none;
	box-shadow: none;
	margin: 25px 0 15px;
	color: #fff;
	background-color: #525f7f;
}

.portal-browse-button input[type="file"] {
	display: block;
}

.portal-browse-button input[type=file],
.portal-upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.portal-browse-button a.x-btn.x-btn-flat,
.portal-browse-button .x-btn.x-btn-flat {
	height: 25px;
}

.portal-field.uploaded-box {
	padding: 30px 15px 10px;
	margin-bottom: 15px;
	position: relative;
	background-color: #f5f5f5;
}

.portal-field.uploaded-box input[type=text] {
	margin-bottom: 9px;
}

.portal-field.uploaded-box textarea {
	height: 110px;
}

a.portal-close {
	position: absolute;
	right: 0;
	top: 0;
	background-color: red;
	color: #fff !important;
	width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.portal-resource-preview {
	margin-bottom: 10px;
	border: #ddd 1px solid;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
	text-align: center;
}

.portal-resource-preview img.portal-resources-preview-img {
	display: inline;
	vertical-align: middle;
	max-height: 160px;
	margin: 0;
}

.portal-resource-preview img {
	padding: 0;
	border: none;
	background-color: inherit;
	box-shadow: none;
	border-radius: 0;
	display: inline;
	vertical-align: middle;
	max-height: 160px;
	margin: 0;
}

.portal-resource-preview.otherfile {
	background: url('../images/nopreview.svg') no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 160px;
}

a.x-btn.x-btn-flat,
.x-btn.x-btn-flat {
	display: inline-block;
	height: 41px;
	padding: 0 1.143em !important;
	background: var(--portal-main-color);
	border-radius: 3px;
	border: none !important;
	box-shadow: none;
	text-shadow: none !important;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif !important;
}

a.x-btn.x-btn-flat:hover,
.x-btn.x-btn-flat:hover {
	color: #fff;
	background-color: #525f7f;
}

a.x-btn.x-btn-flat.x-btn-mini,
.x-btn.x-btn-flat.x-btn-mini {
	height: inherit !important;
	padding: 5px 15px !important;
	font-size: 12px;
	line-height: 12px;
}

a.x-btn.x-btn-flat i.x-icon,
.x-btn.x-btn-flat i.x-icon {
	line-height: 41px;
}

a.x-btn.x-btn-flat.x-btn-mini i.x-icon,
.x-btn.x-btn-flat.x-btn-mini i.x-icon {
	line-height: normal;
}

input[type="submit"],
input[type="button"] {
	padding: 0 40px;
	text-shadow: none;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	height: 41px;
	background: var(--portal-main-color);
	border-radius: 3px;
	box-shadow: none;
	border: none;
	font-family: 'Montserrat', sans-serif !important;
}

.x-btn:hover,
.button:hover,
[type="submit"]:hover {
	box-shadow: none !important;
	text-shadow: none !important;
}

.pink_perk_remove button {
	padding: 0 10px;
}

.data-entry-sec .portal-field,
.portal-search-form-wrapper .portal-field {
	margin: 0;
}

.data-entry-search-form,
.portal-search-form {
	margin: 15px 0 0;
}

.data-entry-search-form input[type="text"],
.data-entry-search-form select,
.portal-search-form input[type="text"],
.portal-search-form select {
	display: block;
	width: 100%;
	height: 41px;
	background: #fff;
	box-shadow: none;
	padding: 0 15px;
	margin-bottom: 15px;
	border-radius: 0.25em;
}

.data-entry-search-form button,
.portal-search-form button {
	padding: 0 40px;
	width: 100%;
	text-shadow: none;
	height: 41px;
	border-radius: 0.25em;
	box-shadow: none;
	border: none;
}

.data-entry-search-form button:hover,
.portal-search-form button:hover {
	box-shadow: none;
	border: none;
}

.data_entry_search_results,
.portal-search-results-wrapper {
	margin-top: 30px;
}

.data_entry_search_results table,
.portal-search-results-wrapper table {
	border: #c3c4c7 1px solid;
}

.portal-reviews-management .data-entry-sec form.data-entry-search-form {
	background-color: inherit;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*Location Profile*/
.portal-location-profile-box {
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 4%);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 4%);
	margin-bottom: 30px;
}

.portal-location-profile-box-headig {
	border-bottom: #c3c4c7 1px solid;
	padding: 18px 15px;
	background-color: #f5f5f5;
}

.portal-location-profile-box-headig h4 {
	font-size: 16px !important;
	line-height: 31px;
	color: #1d2327;
	font-weight: 500;
	margin: 0;
}

.portal-marketing-budget .portal-location-profile-box-headig {
	background-color: #fff;
}

.portal-location-profile-box-item {
	padding: 40px 15px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.portal-location-profile-box-item p strong {
	font-weight: bold;
}

.portal-location-info ul.portal-social-icons {
	display: block;
	list-style: none;
	margin: 0 0 1.313em;
	padding: 0;
}

.portal-location-info ul.portal-social-icons li {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}

.portal-location-info ul.portal-social-icons li a {
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: #525f7f;
	transition: 0.3s;
}

.portal-location-info ul.portal-social-icons li a:hover {
	color: var(--portal-main-color);
}

.portal-location-info .portal-location-img {
	width: 395px;
	max-width: 100%;
	margin-bottom: 30px;
}

.portal-location-info .portal-latitude-info {
	margin: 0 -1%;
}

.portal-location-info .portal-longitude {
	float: left;
	width: 48%;
	margin: 0 1% 14px;
	padding: 12px 5px;
	border: var(--portal-main-color) 1px solid;
	border-radius: 3px;
	text-align: center;
}

.portal-location-info .portal-longitude h5 {
	font-size: 18px;
	line-height: 18px;
	color: var(--portal-main-color);
	font-weight: 700;
	margin: 0 0 10px;
}

.portal-location-info .portal-longitude p {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}

.portal-location-info .portal-gbm-id {
	background-color: var(--portal-main-color);
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 3px;
	padding: 8px 5px;
	margin-bottom: 25px;
}

.portal-location-gmap {
	margin-bottom: 15px;
}

.portal-location-info .portal-location-gmap iframe {
	width: 100%;
	height: 416px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border: #fff 8px solid;
}

.portal-map-direction-btn {
	background-color: var(--portal-main-color);
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	padding: 13px 5px;
	transition: 0.3s;
	margin-bottom: 30px;
}

.portal-map-direction-btn:hover {
	color: #fff;
	background-color: #525f7f;
}

.portal-location-owners {
	background-color: #f5f5f5;
	padding: 20px 20px 0;
	margin-bottom: 23px;
}

.portal-location-owners-info-section {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	min-width: 0;
	min-height: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: calc(((0rem / 2) + 1px) * -1) calc(((2rem / 2) + 1px) * -1);
}

.portal-location-owners-info-box {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	display: block;
	position: relative;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: inherit;
	max-height: none;
	margin: calc(2rem / 2) calc(2rem / 2);
	border: 0;
	border-radius: 0;
	padding: 20px 15px 0;
	flex-basis: calc(50% - 2rem);
	background-color: #fff;
}

.portal-location-owners-info-box h6 {
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
}

.portal-store-hours-grid {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	min-width: 0;
	min-height: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: calc(((0rem / 2) + 1px) * -1) calc(((0rem / 2) + 1px) * -1);
}

.portal-store-hours-column {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	display: block;
	position: relative;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: 105px;
	max-height: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 35px 5px;
	flex-basis: calc(20% - 0rem);
	text-align: center;
	border-top: #c8c8c8 1px solid;
	border-right: #c8c8c8 1px solid;
	background-color: #f5f5f5;
}

.portal-store-hours-column:nth-child(even) {
	background-color: #e7e7e7;
}

.portal-store-hours-column:nth-child(5n) {
	border-right: none;
}

.portal-store-hours-column:nth-child(-n+5) {
	border-top: none;
}

.portal-store-hours-day {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.portal-store-hours-time {
	font-size: 12px;
	line-height: 14px;
	color: var(--portal-main-color);
	text-transform: uppercase;
}

.portal-store-hours-column.portal-today-active {
	background-color: var(--portal-main-color);
}

.portal-store-hours-column.portal-today-active .portal-store-hours-day,
.portal-store-hours-column.portal-today-active .portal-store-hours-time {
	color: #fff;
}

.portal-list-table table {
	border: #c8c8c8 1px solid;
}

.portal-list-table table tr td {
	border-color: #c8c8c8;
	border-right: #c8c8c8 1px solid;
	padding: 12px;
}

.portal-list-table table tr td:first-child {
	background-color: #f5f5f5;
	min-width: 170px;
}

.portal-list-table table tr td:last-child {
	border-right: none;
}

.portal-text-club .portal-list-table {
	margin-top: 30px;
}

.portal-list-table .portal-credit-cards span {
	display: inline-block;
	margin-right: 10px;
	padding-left: 13px;
	position: relative;
}

.portal-list-table .portal-credit-cards span:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 6px;
	background: #00a650;
}

.portal-offter-box {
	background-color: #ed2926;
	background-image: url(images/offer-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 299px;
	color: #fff;
	padding: 30px 10px;
	position: relative;
	margin-bottom: 30px;
}

.portal-offter-box h3 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px;
}

.portal-offter-icon {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-color: #fff;
	color: #ed2926;
	border-radius: 50%;
	font-size: 55px;
	margin: 0 auto 15px;
}

.portal-offter-expiry-date {
	border: #fff 1px solid;
	border-radius: 3px;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 12px;
}

.portal-offter-expiry-date span {
	font-size: 24px;
	font-weight: 700;
}

.portal-offter-active {
	font-size: 14px;
	text-transform: uppercase;
}

.portal-offter-active span {
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin-left: 5px;
}

.portal-qr-code-box {
	background-color: #f5f5f5;
	padding: 25px 20px;
}

.portal-qr-code-img {
	border: #dddddd 1px solid;
	max-width: 90%;
	margin: 0 auto 20px;
}

/*Uberall Reviews*/
.portal-reviews-management .portal-fields-wrapper {
	padding: 30px 15px;
	background-color: #f5f5f5;
}

.portal-reviews-management .portal-fields-wrapper div#uberall-reviews-wrapper {
	max-width: 700px;
	margin: 0 auto 20px;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}

.c-review-box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #e2e3de 2px solid;
}

.c-review-box:last-child {
	border-bottom: none;
}

.reviewer-img {
	float: left;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.review-content {
	padding-left: 70px;
	padding-top: 5px;
}

.name-date {
	margin-bottom: 4px;
}

.name-date span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #1d2327;
}

.name-date span.r-name {
	color: #137dd8;
}

.r-rating {
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.r-rating li {
	display: inline-block;
	vertical-align: top;
	color: #cacaca;
	font-size: 16px;
	line-height: 16px;
}

.r-rating.rating1 li:nth-child(1),
.r-rating.rating2 li:nth-child(1),
.r-rating.rating2 li:nth-child(2),
.r-rating.rating3 li:nth-child(1),
.r-rating.rating3 li:nth-child(2),
.r-rating.rating3 li:nth-child(3),
.r-rating.rating4 li:nth-child(1),
.r-rating.rating4 li:nth-child(2),
.r-rating.rating4 li:nth-child(3),
.r-rating.rating4 li:nth-child(4),
.r-rating.rating5 li:nth-child(1),
.r-rating.rating5 li:nth-child(2),
.r-rating.rating5 li:nth-child(3),
.r-rating.rating5 li:nth-child(4),
.r-rating.rating5 li:nth-child(5) {
	color: #fea128;
}

.r-source {
	margin-bottom: 15px;
	color: #787878;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
}

.review-content p {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 15px;
}

.view-coment {
	margin: 0;
	padding: 0;
}

.view-coment li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	color: #989898;
}

.view-coment li:last-child {
	margin-right: 0;
}

.action-bar {
	border-top: #ececec 1px solid;
	padding-top: 10px;
}

.action-bar a {
	display: inline-block;
	padding: 3px 15px;
	text-align: center;
	background-color: #f2f2f2;
	color: #525f7f;
	font-size: 12px;
	border: #dcdcdc 1px solid;
	border-radius: 2px;
	transition: 0.3s;
	margin-right: 10px;
	margin-bottom: 5px;
}

.action-bar a span.dashicons {
	font-size: 14px;
	height: auto;
	width: auto;
	transition: none;
	line-height: 19px;
}

.action-bar a:hover {
	background-color: #137dd8;
	color: #fff;
}

.action-bar a:hover .action-bar a span.dashicons {
	color: #fff;
}

.reply-comment-box {
	background-color: #f3f9ff;
	padding: 13px 15px 15px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.replyer-img {
	float: left;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.reply-content {
	padding-left: 40px;
	padding-top: 5px;
}

.reply-content .reply-to {
	font-weight: bold;
	color: #137dd8;
}

.reply-comment-box .name-date span {
	font-size: 12px;
	line-height: 12px;
}

.reply-textarea {
	margin-top: 10px;
}

.reply-textarea textarea {
	display: block;
	width: 100%;
	height: 95px;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
	color: #444;
}

.comment-submit {
	text-align: right;
}

.comment-submit input[type="submit"] {
	background: var(--portal-main-color);
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 16px;
	border-radius: 3px;
}

.comment-submit input[type="submit"]:hover {
	color: #fff;
	background-color: #525f7f;
}

.reply-phrases-box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 0;
}

.reply-phrases {
	position: absolute;
	bottom: 100%;
	width: 350px;
	max-height: 150px;
	overflow: auto;
	right: 0;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0px 15px 38px rgb(0 0 0 / 10%);
}

.reply-phrases ul {
	margin-bottom: 0;
	margin-left: 15px;
}

.reply-phrases ul li a {
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
	display: block;
}

.smily-box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}

.all-smily {
	position: absolute;
	bottom: 100%;
	width: 350px;
	max-height: 150px;
	overflow: auto;
	right: 0;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
}

.all-smily a {
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
}

.smily-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 18px;
	box-shadow: 0px 0 38px rgb(0 0 0 / 20%);
}

.smily-btn.portal-ai-response {
	background-color: #fea128;
}

.reply-phrases-box .smily-btn {
	margin-right: 7px;
}

.reply-comment-box .action-bar {
	border-top: #dce5ec 1px solid;
}

.reply-comment-box .action-bar a {
	border: #d2d2d2 1px solid;
	background-color: #fff;
}

.reply-comment-box .action-bar a:hover {
	background-color: #137dd8;
}

.reply-comment-box .reply-comment-box {
	background-color: #dedede;
}

.uberall_recaptcha {
	float: left;
}

.uberall_text_notification {
	float: left;
	padding-top: 8px;
	margin-right: 10px;
}

.uberall_reply_form_status {
	text-align: left;
	margin-top: 10px;
}

.uberall-notify-owner-submit {
	margin-top: 10px;
}

/*Uberall reviews*/

.portal-column-auto-xindex .x-column {
	z-index: auto;
}

.wp-editor-wrap .x-btn,
.wp-editor-wrap .button,
.wp-editor-wrap [type="submit"],
.wp-editor-wrap .x-btn:hover,
.wp-editor-wrap .button:hover,
.wp-editor-wrap [type="submit"]:hover {
	box-shadow: none;
	text-shadow: none;
}

.portal-public-form .mce-toolbar .mce-btn button,
.portal-public-form .qt-dfw {
	background-color: inherit;
}

/*Uberall reviews*/

.portal-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.portal-switch.small {
	height: 16px;
	vertical-align: middle;
}

.portal-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.portal-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.portal-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.portal-switch.small .slider:before {
	height: 8px;
}

.portal-switch input:checked+.slider {
	background-color: green;
}

.portal-switch input:focus+.slider {
	box-shadow: 0 0 1px green;
}

.portal-switch input:disabled+.slider {
	cursor: not-allowed;
	background-color: rgb(223, 223, 223);
}

.portal-switch input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.portal_terminal {
	background-color: #000;
	max-height: 200px;
	min-height: 200px;
	overflow-y: scroll;
	color: #C6C6C6;
	padding: 10px;
}

div#portal_terminal_wrapper {
	margin-bottom: 30px;
}

.portal-current-budget .portal-dashbord-item-box-content {
	padding: 40px 15px 10px;
}

.portal-current-budget .portal-current-budget-row {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	min-width: 0;
	min-height: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: calc(((0rem / 2) + 1px) * -1) calc(((2rem / 2) + 1px) * -1);
	margin-bottom: 30px;
}

.portal-current-budget .portal-current-budget-row .x-column.x-1-4 {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	display: block;
	position: relative;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: inherit;
	max-height: none;
	margin: calc(2rem / 2) calc(2rem / 2);
	flex-basis: calc(25% - 2rem);
	border: #c3c4c7 1px solid;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 4%);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 4%);
}

.portal-current-budget .portal-current-budget-row .x-column.x-1-4:before {
	content: "\e263";
	font-family: 'Material Icons Outlined';
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 55px;
	line-height: 55px;
	color: #ececec;
	z-index: -1;
}

.portal-current-budget .portal-current-budget-row .x-column.x-sm.x-1-4.portal-special-budget {
	border-color: var(--portal-main-color);
	background-color: #f5f5f5;
}

.portal-current-budget .portal-current-budget-row .x-column.x-sm.x-1-4.portal-special-budget:before {
	color: var(--portal-main-color);
}

.portal-current-budget .portal-current-budget-row .portal-current-budget-box {
	position: relative;
	padding: 15px;
}

.portal-current-budget .portal-current-budget-row .portal-budget-value {
	color: var(--portal-main-color);
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.portal-current-budget .portal-current-budget-row .portal-budget-label {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px !important;
}

.portal-reports {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	min-width: 0;
	min-height: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: calc(((0rem / 2) + 1px) * -1) calc(((0rem / 2) + 1px) * -1);
}

.portal-reports-box {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	display: block;
	position: relative;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: 0;
	max-height: none;
	margin: calc(1rem / 2) calc(1rem / 2);
	border: 0;
	border-radius: 0;
	flex-basis: calc(16.6666% - 1rem);
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 5px 30px;
	text-align: center;
}

.portal-reports-box h5 {
	font-size: 14px !important;
}

.portal-reports-box .pdf-icon .material-icons-outlined {
	font-size: 75px;
	line-height: 75px;
	color: var(--portal-main-color);
	margin-bottom: 15px;
}

.portal-dashboard-button .material-icons-outlined {
	font-size: 15px;
	line-height: 12px;
	vertical-align: top;
}

.portal_multiselect_wrap,
.portal_multiselect_wrap .chosen-container {
	width: 100% !important;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
	top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
	top: 2px;
}

.portal-dashbord-item .x-skill-bar .bar {
	box-shadow: none;
}

@media screen and (max-width:1480px) {
	.portal-current-budget .portal-current-budget-row .x-column.x-1-4 {
		flex-basis: calc(33.3333% - 2rem);
	}

	.portal-reports-box {
		flex-basis: calc(20% - 1rem);
	}
}

@media screen and (max-width:1330px) {

	.portal-dashboard-counter-section .x-column.x-1-4,
	.portal-dashboard-counter-section-2-row .x-column.x-1-4 {
		flex-basis: calc(50% - 2rem);
	}
}

@media screen and (max-width:1280px) {
	.portal-current-budget .portal-current-budget-row .x-column.x-1-4 {
		flex-basis: calc(50% - 2rem);
	}

	.portal-reports-box {
		flex-basis: calc(25% - 1rem);
	}
}

@media screen and (max-width:1180px) {
	.resources-groups-wrapper .x-column.x-1-5 {
		flex-basis: calc(25% - 2rem);
	}
}

@media screen and (max-width: 1100px) {
	table {
		border: 0;
	}

	table caption {
		font-size: 1.3em;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		border-bottom: 1px solid #ddd;
		display: block;
		margin-bottom: .625em;
		-webkit-box-shadow: 0px 0px 30px 0px rgb(136 152 170 / 15%);
		-moz-box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
		box-shadow: 0px 0px 30px 0px rgb(136 152 170 / 15%);
	}

	table tr:last-child {
		border-bottom: none;
		margin-bottom: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	.portal-location-profile-box .portal-list-table tr,
	.portal-review-requests table.portal-table tr {
		border-bottom: none;
		margin-bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: table-row;
	}

	.portal-location-profile-box .portal-list-table tr td,
	.portal-review-requests table.portal-table tr td,
	.portal-review-requests table.portal-table tr th {
		display: table-cell;
		width: auto;
	}

	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right;
		width: 100%;
	}

	table td::before {
		content: attr(data-label);
		float: left;
		font-weight: 500;
		text-transform: uppercase;
		padding-right: 5px;
		width: 25%;
	}

	table td span.portal-td-inner-wrap {
		display: block;
		float: left;
		width: 75%;
	}

	table td:after {
		display: block;
		content: '';
		width: 100%;
		clear: both;
	}

	table td:last-child {
		border-bottom: 0;
	}

	.portal-dashbord-item-box-table tr td,
	table td.right-text,
	.portal-search-results-wrapper table tr td.center-text,
	.data_entry_search_results table tr td.center-text {
		text-align: left !important;
	}

	.ui-datepicker table thead {
		height: auto;
		margin: 0 0 .4em;
		overflow: hidden;
		position: inherit;
		width: auto;
	}

	.ui-datepicker tr {
		display: table-row;
	}

	.ui-datepicker td {
		display: table-cell;
		vertical-align: inherit;
		width: auto;
	}

	table.no-responsive td {
		border-bottom: inherit;
		display: table-cell;
		text-align: inherit;
		width: inherit;
	}

	table.no-responsive thead {
		height: auto;
		margin: 0px;
		position: static;
		width: auto;
	}

	table.no-responsive td::before {
		content: "";
	}

	.portal-search-results-wrapper table.no-responsive tr th,
	.data_entry_search_results table.no-responsive tr th {
		white-space: wrap;
	}
}

@media screen and (max-width:979px) {

	.portal-topbar .x-container,
	.portal-body .x-navbar .x-container.max,
	.portal-main-container,
	.home.portal-body .portal-header,
	.portal-header {
		padding-left: 15px;
		padding-right: 15px;
	}

	.x-btn-navbar.collapsed {
		color: #fff !important;
		background-color: var(--portal-main-color) !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.x-nav-wrap.mobile {
		background-color: #fff;
		margin-bottom: 30px;
	}

	.x-navbar .mobile .x-nav {
		margin: 0 !important;
	}

	.x-navbar .mobile .x-nav li>a {
		padding: 1em 15px !important;
	}

	li.portal-main-menu-mobile {
		display: block;
	}

	li.portal-main-menu-mobile .material-icons-outlined {
		display: none !important;
	}

	.portal-body .x-container.max.width.offset {
		display: block;
	}

	.x-sidebar {
		margin-top: 0 !important;
		display: none !important;
	}

	.portal-body .x-container.max.width.offset.portal-left-menu-collapse.fixed .x-main,
	.portal-body .x-container.max.width.offset.fixed .x-main {
		padding-left: 0;
	}

	.portal-store-hours-column {
		flex-basis: calc(33.3333% - 0rem);
	}

	.portal-store-hours-column:nth-child(5n) {
		border-right: #c8c8c8 1px solid;
	}

	.portal-store-hours-column:nth-child(-n+5) {
		border-top: #c8c8c8 1px solid;
	}

	.portal-store-hours-column:nth-child(3n) {
		border-right: none;
	}

	.portal-store-hours-column:nth-child(-n+3) {
		border-top: none;
	}

	.portal-list-table table tr td:first-child {
		min-width: inherit;
	}

	.portal-reports-box {
		flex-basis: calc(33.3333% - 1rem);
	}
}

@media screen and (max-width:767px) {

	.portal-topbar,
	.portal-topbar .right-text {
		text-align: center;
	}

	.topbar-col-left {
		float: none;
		width: 100%;
	}

	.topbar-col-right {
		padding-left: 0;
		text-align: center;
	}

	.switch-portal {
		margin-top: 12px;
	}

	.portal-user-login-info,
	.portal-logout-btn,
	.potal-login-btn,
	.switch-portal,
	.switch-portal-user {
		margin-top: 12px;
	}

	ul.switch-portal-list,
	.portal-switch-list {
		right: auto;
	}

	.portal-dashbord-item-box-heading,
	.portal-dashbord-item-box-heading .right-text,
	.portal-header,
	.portal-header .right-text {
		text-align: center;
	}

	.portal-location-owners-info-box {
		flex-basis: calc(100% - 2rem);
	}

	.portal-store-hours-column {
		flex-basis: calc(50% - 0rem);
	}

	.portal-store-hours-column:nth-child(3n) {
		border-right: #c8c8c8 1px solid;
	}

	.portal-store-hours-column:nth-child(-n+3) {
		border-top: #c8c8c8 1px solid;
	}

	.portal-store-hours-column:nth-child(2n) {
		border-right: none;
	}

	.portal-store-hours-column:nth-child(-n+2) {
		border-top: none;
	}

	.portal-offter-box h3 {
		font-size: 24px;
	}

	.portal-offter-expiry-date {
		font-size: 14px;
	}

	.portal-offter-expiry-date span {
		font-size: 18px;
	}

	.portal-news .portal-search-form input[type="text"],
	.portal-pink-perks .portal-search-form input[type="text"],
	.portal-review-requests .portal-search-form input[type="text"],
	.portal-users-admin .portal-search-form input[type="text"],
	.portal-text-usage-reporting .portal-search-form input[type="text"],
	.portal-data-points .portal-search-form input[type="text"],
	.portal-location-profile .portal-search-form input[type="text"],
	.portal-locations .portal-search-form input[type="text"],
	.portal-store-hours .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-special-hours .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-location-attributes .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-hiring-status .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-subscriber-welcome-offer .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-subscriber-birthday-offer .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-qr-codes .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-marketing-budget .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-clear-cache .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-resources form.portal-search-form .portal-field select[multiple],
	.portal-field select[size],
	.portal-secondary-hours .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-social-profiles .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-return-policy .data-entry-sec form.data-entry-search-form input[type=text],
	.portal-rewards-program .data-entry-sec form.data-entry-search-form input[type=text] {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:640px) {
	.reviewer-img {
		width: 30px;
		height: 30px;
	}

	.review-content {
		padding-left: 40px;
	}

	.all-smily {
		width: 240px;
	}

	.reply-phrases {
		width: 240px;
		right: -40px;
	}

	.resources-groups-wrapper .x-column.x-1-5 {
		flex-basis: calc(33.3333% - 2rem);
	}

	.portal-reports-box {
		flex-basis: calc(50% - 1rem);
	}

}

@media screen and (max-width:575px) {
	.switch-portal {
		display: block;
		margin-left: 0;
	}

	.portal-switch-list {
		position: inherit;
		top: 0;
		margin-top: 5px;
		width: 100%;
	}

	ul.switch-portal-list {
		max-height: inherit;
	}

	ul.switch-portal-list li:first-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	ul.switch-portal-list .portal-search-box {
		display: none;
	}

	.portal-location-info .portal-longitude h5 {
		font-size: 14px;
		line-height: 14px;
	}

	.portal-header a.portal-add-new-btn,
	.portal-dashboard-action-button,
	.portal-back-listing-btn,
	.portal-public-form-wrapper .portal-public-form .submit-btn input[type=submit],
	.account-form.portal-my-account-tab-contents .submit-btn input[type=submit],
	input.button.generate-ticket-btn,
	button.button.button-primary,
	button.button {
		font-size: 11px;
		letter-spacing: 0.5px;
		padding: 9px 10px;
		margin-bottom: 7px;
	}

}

@media screen and (max-width:480px) {

	.portal-dashboard-counter-section .x-column.x-1-4,
	.portal-dashboard-counter-section-2-row .x-column.x-1-4,
	.portal-current-budget .portal-current-budget-row .x-column.x-1-4 {
		flex-basis: calc(100% - 2rem);
		margin: calc(1rem / 2) calc(2rem / 2);
	}

	.portal-location-info .portal-longitude {
		width: 100%;
	}

	.resources-groups-wrapper .x-column.x-1-5 {
		flex-basis: calc(50% - 2rem);
	}

	.resources-groups-wrapper a {
		padding: 8px;
	}

	table td::before {
		width: 35%;
	}

	table td span.portal-td-inner-wrap {
		width: 65%
	}

	.portal-reports-box {
		flex-basis: calc(100% - 1rem);
	}
}

.portal-pull-right {
	float: right;
}

.chosen-container-single .chosen-single {
	height: 40px;
	line-height: 40px;
}

.chosen-container-single .chosen-single div b {
	background-position: 0px 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 10px;
}

:root {
	--star-size: 18px;
	--star-color: #cacaca;
	--star-background: #fea128;
}

.portal-star-ratings {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: var(--star-size);
	font-family: "FontAwesome";
	line-height: 1;
}

.portal-star-ratings::before {
	content: "\f005\f005\f005\f005\f005";
	letter-spacing: 3px;
	background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.review-tracking-header {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
}

.review-tracking-logo {
	width: 100%;
	max-width: 125px;
}

.review-tracking {
	max-width: 600px;
	margin: 0 auto;
	border: #E0E0E0 1px solid;
	background-color: #F5F5F5;
	padding: 30px 20px;
}

.review-tracking h3 {
	font-size: 30px;
}

.review-tracking h4 {
	font-size: 20px;
}

.review-tracking h5 {
	font-size: 18px;
	margin-bottom: 16px;
}

.review-tracking form {
	margin: 0;
}

.review-tracking .portal-fields-wrapper {
	padding: 20px 0 0;
	max-width: inherit;
}

.review-tracking .review-socials a {
	display: inline-block;
	margin-bottom: 10px;
}

.review-tracking .account-form-inner,
.review-tracking .portal-fields-wrapper {
	background-color: inherit;
}

ul.recommend_rating {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.recommend_rating li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 5px;
}

ul.recommend_rating li a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	border: #ABABAB 1px solid;
	font-weight: bold;
	display: block;
	text-align: center;
}

ul.recommend_rating li.active a {
	background-color: #FFB203;
	border-color: #FFA707;
	color: #fff;
}

.text-services p {
	color: #AFAFAF;
	margin: 5px 0 0;
}

.portal-sub-header>div {
	padding: 10px;
	vertical-align: middle;
}

.portal-input-half {
	margin: 0px !important;
	display: block !important;
	width: 50% !important;
}

.portal-padding-top5 {
	padding-top: 5px;
}

.portal-display-iniline {
	display: inline;
}

.portal-display-block {
	display: block;
}

.portal-resources-files {
	margin-top: 20px;
}

.ui-timepicker-wrapper,
.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 18em;
	font-size: 18px;
}

@media screen and (max-width:575px) {
	.review-tracking {
		padding: 30px 15px;
	}

	.review-tracking h3 {
		font-size: 24px;
	}

	.review-tracking h4 {
		font-size: 18px;
	}

	.review-tracking h5 {
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {
	ul.recommend_rating li a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
}

.subscriber-interest-header {
	background-color: #ffffff;
	text-align: center;
}

.subscriber-interest-logo {
	width: 100%;
	max-width: 150px;
	margin: 10px;
}

.subscriber-interest-wrapper {
	background-color: #ffffff;
	width: 90%;
	max-width: 500px;
	margin: 10px auto;
}

.subscriber-interest-heading {
	background-color: var(--portal-main-color);
	color: #ffffff;
	font-size: 20px;
	padding: 15px;
	margin-top: 10px;
}

.subscriber-interest-wrapper p {
	margin: 0px;
}

.subscriber-interest-wrapper {
	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
}

.subscriber-interest-text {
	padding: 15px;
}

.subscriber-interest-form-wrapper {
	padding: 25px;
	padding-top: 0px;
}

.portal-subscriber-interests-inline {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.portal-subscriber-interests-inline>li {
	display: inline-block;
	margin-right: 15px;
}

.portal-clear-website-cache-img-loader {
	height: 32px;
	width: 32px;
	display: inline-block;
}

.portal-clear-website-cache-img-loader img {
	height: 32px;
	width: 32px;
}

.portal-clear-website-cache-img-loader img {
	opacity: 0;
}

.portal-clear-website-cache-img-loader.loading {
	background: url('../images/circle-loader.svg') no-repeat 50% 50%;
}

.portal-clear-website-cache-img-loader.loaded {
	background: url('../images/loader-success.svg') no-repeat 50% 50%;
}

.portal-clear-website-cache-img-loader.error {
	background: url('../images/loader-error.svg') no-repeat 50% 50%;
}

#portal-clear-all-cache-wrapper {
	background-color: #ffffff;
	padding: 30px;
}

.portal-clear-website-cache-img-loader-wrap {
	padding: 15px 5px 20px;
	border: #ddd 1px solid;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px 0px rgba(136, 152, 170, 0.15);
}

.portal-clear-website-cache-name {
	line-height: 16px;
	max-height: 18px;
	margin: 5px;
	overflow: hidden;
}

.portal-clear-website-cache-img-loader-wrap .portal-dashboard-action-button {
	font-size: 11px;
	padding: 5px 7px;
	margin-top: 8px;
}

.portal-phrases-list {
	position: absolute;
	width: 350px;
	max-height: 150px;
	overflow: auto;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0px 15px 38px rgb(0 0 0 / 10%);
	z-index: 99;
}

.portal-phrases-list ul {
	margin-bottom: 0;
	margin-left: 15px;
}

.portal-phrases-list ul li a {
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
	display: block;
}

#portal_utm_builder_urls {
	border: #AFAFAF 1px dashed;
	margin-top: 20px;
}

.utm_url {
	border-bottom: #AFAFAF 1px dashed;
	padding: 10px 15px;
}

.utm_url:last-child {
	border-bottom: none;
}

.utm_url .x-column.x-sm.x-4-5 {
	line-height: 31px;
}

.utm_url .x-column.x-sm.x-1-5.last {
	text-align: right;
}

.ui-widget-content {
	font-size: 18px;
}

.portal-social-post-type {
	margin-top: 5px;
}

.portal-social-post-type label {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px
}

.portal-social-post-type input {
	display: none !important;
}

.portal-social-post-type span.ppt-cnt {
	display: block;
	line-height: 16px;
	padding: 10px 25px;
	border: #777 1px solid;
	border-radius: 3px;
	color: #525f7f;
	cursor: pointer;
	transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-ms-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
}

.portal-social-post-type span.ppt-cnt span {
	display: inline-block;
	vertical-align: middle;
}

.portal-social-post-type label input:checked+span.ppt-cnt {
	border-color: var(--portal-main-color);
	color: #fff;
	background-color: var(--portal-main-color);
}

.portal-social-post-type label input[disabled]+span.ppt-cnt,
:disabled {
	opacity: 0.9;
	cursor: not-allowed;
}

.portal-social-dir label {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 10px;
}

.portal-social-dir input {
	display: none;
}

.portal-social-dir span.pd-cnt {
	display: block;
	line-height: 16px;
	padding: 5px 10px;
	border: #777 1px solid;
	border-radius: 3px;
	color: #525f7f;
	cursor: pointer;
	transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-ms-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
}

.portal-social-dir span.pd-cnt span.ps-image {
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}

.portal-social-dir label input:checked+span.pd-cnt {
	border-color: var(--portal-main-color);
	color: #fff;
	background-color: var(--portal-main-color);
}

.portal-media label {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 5px;
}

.portal-media input {
	display: none;
}

.portal-media span.pm-cnt {
	display: block;
	line-height: 16px;
	padding: 5px 10px;
	border: #777 1px solid;
	border-radius: 3px;
	color: #525f7f;
	cursor: pointer;
	transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-ms-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
}

.portal-media span.pm-cnt span {
	display: inline-block;
	vertical-align: middle;
}

.portal-media label input:checked+span.pm-cnt {
	border-color: var(--portal-main-color);
	color: #fff;
	background-color: var(--portal-main-color);
}

.portal-media-img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 15px;
	position: relative;
}

.portal-media-img img {
	width: 90px;
	height: 90px;
	border-radius: 3px;
}

.portal-media-img .img-remove-btn {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	color: red;
	text-align: center;
	border-radius: 2px;
	transition: 0.3s;
}

.portal-media-img .img-remove-btn span.material-icons-outlined {
	font-size: 16px;
}

.portal-media-img .img-remove-btn:hover {
	background-color: red;
	color: #fff;
}

.pm-browse-btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.pm-browse-btn .upld-btn {
	border: #aaa 1px solid;
	color: #525f7f;
	background-color: #f4f4f4;
	width: 90px;
	height: 90px;
	border-radius: 3px;
	cursor: pointer;
}

.pm-browse-btn .upld-btn span.material-icons-outlined {
	font-size: 32px;
}

.pm-browse-btn.pm-bb-v .upld-btn span.material-icons-outlined {
	font-size: 40px;
}

.pm-browse-btn input[type=file] {
	font-size: 90px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	width: 90px;
	height: 90px;
}

.pm-video-thumb {
	width: 90px;
	height: 90px;
	text-align: center;
	background-color: var(--portal-main-color);
	color: #fff;
	border-radius: 3px;
}

.pm-video-thumb a,
.pm-video-thumb a:hover {
	color: #fff;
}

.pm-video-thumb span.material-icons-outlined {
	font-size: 45px;
	line-height: 90px;
}

.portal-visibility-tcol {
	display: block;
	list-style: none;
	margin: 0 0 20px;
	font-size: 14px;
}

.portal-visibility-tcol li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 8px;
}

.portal-visibility-tcol input {
	display: none;
}

.portal-visibility-tcol span.pv-cnt {
	display: block;
	padding: 0px 5px;
	border: #777 1px solid;
	border-radius: 3px;
	color: #525f7f;
	cursor: pointer;
	transition: all ease-in-out 400ms;
	-webkit-transition: all ease-in-out 400ms;
	-moz-transition: all ease-in-out 400ms;
	-ms-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
}

.portal-visibility-tcol span.pv-cnt span {
	display: inline-block;
	vertical-align: middle;
}

.portal-visibility-tcol span.pv-cnt .material-icons-outlined {
	font-size: 16px;
}

.portal-visibility-tcol label input:checked+span.pv-cnt {
	border-color: var(--portal-main-color);
	color: #fff;
	background-color: var(--portal-main-color);
}

.portal-visibility-tcol span.pv-cnt span.portal-visi-off {
	display: none;
}

.portal-visibility-tcol label input:checked+span.pv-cnt .portal-visi-off {
	display: inline-block;
}

.portal-visibility-tcol label input:checked+span.pv-cnt .portal-visi {
	display: none;
}

@media screen and (max-width:979px) {
	.portal-social-post-type span.ppt-cnt {
		padding: 10px 20px;
	}
}

@media screen and (max-width:767px) {
	.portal-social-post-type span.ppt-cnt {
		padding: 8px 10px;
	}

	.portal-media-img img,
	.pm-video-thumb,
	.pm-browse-btn .upld-btn,
	.pm-browse-btn input[type=file] {
		width: 60px;
		height: 60px;
	}

	.pm-video-thumb span.material-icons-outlined {
		line-height: 60px;
	}

	.pm-browse-btn input[type=file] {
		font-size: 60px;
	}

	.pm-browse-btn .upld-btn span.material-icons-outlined {
		font-size: 25px;
	}

	.pm-browse-btn.pm-bb-v .upld-btn span.material-icons-outlined {
		font-size: 30px;
	}
}

table.month-picker-year-table {
	margin-bottom: 0px;
}

html .ui-icon {
	position: unset !important;
}

.portal-table-toggle-column-wrap {
	display: none;
}

@media screen and (min-width:1101px) {

	.portal-tbody-scroll table tbody {
		display: block;
		max-height: 60vh;
		overflow-y: scroll;
	}

	.portal-tbody-scroll table thead,
	.portal-tbody-scroll table tfoot,
	.portal-tbody-scroll table tbody tr {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.portal-table-toggle-column-wrap {
		display: block;
	}
}

.portal-max-height-35 {
	max-height: 35px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	word-break: break-all;
}

.portal-max-height-35::after {
	content: "...";
	position: absolute;
	z-index: 9;
}

.portal-check-buttons {
	list-style: none;
	margin: 0px;
}

.portal-check-buttons>li {
	display: inline-block;
	margin: 4px 0px;
}

.portal-check-buttons>li>input {
	display: none;
}

.portal-check-buttons>li>label {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 10px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}

.portal-check-buttons>li>label:hover {
	background: #f0f0f1;
	color: var(--portal-main-color);
}

.portal-check-buttons>li>input:checked+label {
	background: var(--portal-main-color);
	color: #ffffff;
}

.ui-datepicker .ui-datepicker-title select {
	margin: 0px;
	padding: 4px;
	width: auto;
	height: auto;
}

.p-msg-box {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
}

.p-msg-box .x-alert.x-alert-block {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 550px;
	max-width: 100%;
	margin: 0 auto;
	padding: 35px 15px;
	text-align: center;
	z-index: 99;
	font-size: 20px;
	border: none;
	box-shadow: none;
}

.cqr_preview {
	margin: 0px auto;
	max-width: 350px;
}

.vue-pagination {
	display: block;
	list-style: none;
	margin: 20px 0;
	text-align: center;
}

.vue-pagination li.page-item {
	display: inline-block;
	vertical-align: top;
	margin: 3px;
}

.vue-pagination li.page-item a.page-link {
	display: block;
	background-color: #fff;
	color: #333;
	padding: 4px 13px;
	border: #ccc 1px solid;
	cursor: pointer;
	font-size: 12px;
}

.vue-pagination li.page-item.active a.page-link {
	background-color: var(--portal-main-color);
	color: #fff;
}

.vue-pagination li.page-item.disabled a.page-link {
	cursor: not-allowed;
}

.vue-sort-column i {
	font-size: 10px;
	margin-left: 2px;
}

.portal-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	left: 0;
	top: 0;
	z-index: 999;
	text-align: center;
}

.portal-loader .lds-ellipsis {
	display: inline-block;
	position: fixed;
	width: 64px;
	height: 64px;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 60%;
	margin: 0 auto;
}

.portal-left-menu-collapse .portal-loader .lds-ellipsis {
	left: 50%;
}

.portal-loader .lds-ellipsis .pl-dots {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--portal-main-color);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.portal-loader .lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.portal-loader .lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.portal-loader .lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 0);
	}
}

.multiselect-tags-search,
.multiselect-search {
	height: 26px !important;
	border: 0px !important;
	background-color: transparent !important;
	margin: 0px !important;
	padding: 20px 10px !important;
}

.multiselect-tags-search:focus,
.multiselect-search:focus {
	box-shadow: none !important;
}

.x-alert-warning {
	background-color: #f6dca7;
	border-color: #f6dca7;
	color: #c09853;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.spin {
	animation-name: spin;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.logouting-sites {
	text-align: center;
	border: #ddd 1px solid;
	background-color: #fff;
	padding: 30px 15px;
	margin: 45px 0;
}

.logouting-sites h3 {
	margin-bottom: 15px;
}

.logouting-sites h4 {
	margin-bottom: 30px;
}

.logout-sites-sec {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.logout-site-box {
	width: 20%;
	padding: 0 15px 30px;
	text-align: center;
}

.portal-clear-website-cache-img-loader-wrap {
	height: 100%;
	margin-bottom: 0;
}

.logout-site-box .portal-clear-website-cache-name {
	margin: 0;
	font-size: 15px;
	color: #3c434a;
	max-height: initial;
	overflow: inherit;
}

.logout-site-box .x-btn.x-btn-mini {
	background-color: var(--portal-main-color);
	text-shadow: none;
	transition: 0.3s;
	margin-top: 10px;
}

.logout-logo-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.logout-site-logo {
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

@media screen and (max-width:1366px) {
	.logout-site-box {
		width: 25%;
	}
}

@media screen and (max-width:1160px) {
	.logout-site-box {
		width: 33.3333%;
	}
}

@media screen and (max-width:767px) {
	.logout-site-box {
		width: 50%;
	}
}

@media screen and (max-width:575px) {
	.logout-site-box {
		width: 100%;
	}
}

.p-ticket-listing-head {
	padding: 18px 15px;
	background-color: var(--portal-main-color);
	color: #fff;
}

.p-ticket-listing-head h5 {
	color: #fff;
}

.p-ticket-listing-head .portal-dashboard-button {
	background-color: #fff !important;
	color: var(--portal-main-color) !important;
}

.p-ticket-listing .portal-dashbord-item-box-table thead {
	background-color: var(--portal-main-color);
	color: #fff;
}

.p-ticket-listing .portal-dashbord-item-box-table thead h5 {
	margin-bottom: 0;
	color: #fff;
}

.p-ticket-listing table tr td.p-ticket-project-name {
	background-color: #f5f5f5;
}

.p-ticket-project-name a {
	font-size: 15px;
	font-weight: 600;
}

.p-ticket-project-name a.router-link-active.router-link-exact-active {
	margin-right: 10px;
}

.p-ticket-project-name .portal-dashboard-button {
	font-size: 10px;
	font-weight: 500;
	padding: 5px 10px;
}

.p-ticket-list {
	font-size: 14px;
	margin-top: 15px;
}

.p-ticket-task-list-wrap {
	margin-bottom: 15px;
}

.p-ticket-details-sec {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.p-ticket-details-sec-left {
	width: 70%;
	padding-right: 30px;
	margin-bottom: 30px;
}

.p-ticket-details-sec-right {
	width: 30%;
}

.p-ticket-created-by {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #ddd 1px solid;
}

.p-ticket-info {
	background-color: #f3f3f3;
	padding: 30px 20px;
	height: 100%;
}

.p-ticket-info-box {
	border-bottom: #ddd 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.p-ticket-info-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.p-ticket-info-box-top {
	color: var(--portal-main-color);
	font-weight: 700;
}

.p-ticket-info-box .portal-tickets-labels {
	margin-left: 0;
}

.portal-ticket-details {
	padding: 20px;
}

.pt-details-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #d7d7d7 1px solid;
}

.portal-ticket-meta {
	border-bottom: #d7d7d7 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pt-meta-box {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	padding-left: 8px;
	margin-bottom: 13px;
	border-left: #cecece 1px solid;
	font-size: 13px;
	line-height: 13px;
}

.pt-meta-box:first-child,
.reply-user-info .pt-meta-box:nth-of-type(1) {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.pt-meta-box .fa {
	color: var(--portal-main-color);
	margin-right: 4px;
}

span.pt-priority {
	background-color: #fff798;
	color: #000;
	padding: 2px 8px;
	border-radius: 30px;
}

span.pt-priority.p-on {
	background-color: #fd9800;
}

span.pt-priority.p-urgent {
	background-color: #f55d1e;
	color: #fff;
}

span.pt-priority.p-before {
	background-color: #b5d6a7;
}

.pt-status span {
	padding: 2px 8px;
	border-radius: 30px;
	margin-right: 5px;
}

.pt-discussion-sec {
	max-width: 765px;
}

.pt-discussion-btn {
	margin-bottom: 35px;
}

.pt-discussion-btn .pt-discussion-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: var(--portal-main-color);
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.pt-discussion-btn .pt-write-comment {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	width: 375px;
	padding: 12px 15px;
	border: #c6c6c6 1px solid;
	border-radius: 5px;
}

.p-ticket-images {
	display: flex;
	margin: 0 -15px;
	flex-direction: row;
	flex-wrap: wrap;
}

.p-ticket-image {
	width: 25%;
	margin-bottom: 30px;
	padding: 0 15px;
}

.p-ticket-image .preview-img {
	width: 100%;
	height: 220px;
	border: #c6c6c6 1px solid;
	border-radius: 15px;
	padding: 7px;
}

.p-ticket-image .preview-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 10px;
}

.p-ticket-images-details {
	margin-top: 15px;
	padding-right: 55px;
	position: relative;
}

.pt-img-name {
	font-size: 14px;
	font-weight: 700;
	word-break: break-all;
}

.pt-img-size {
	margin: 0;
}

.pt-img-download {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	color: #525f7f;
	border: #c6c6c6 1px solid;
	text-align: center;
	border-radius: 10px;
}

.pt-img-download:hover {
	color: var(--portal-main-color);
}

.portal-user-comments {
	border-top: #ddd 1px solid;
	padding-top: 25px;
}

.p-comment-box {
	padding: 20px 20px 40px;
	border-radius: 10px;
	margin-bottom: 40px;
	border: #dedede 1px solid;
	position: relative;
}

.p-comment-box-header {
	border-bottom: #dedede 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-right: 80px;
	position: relative;
}

.p-user-comment-action {
	position: absolute;
	right: 0;
	top: 8px;
}

.p-user-comment-edit {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	background-color: var(--portal-main-color);
	border-radius: 50%;
}

.p-user-comment-delete {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	background-color: #ff4747;
	border-radius: 50%;
}

.p-comment-box .reply-user-name {
	text-transform: uppercase;
}

.p-comment-box .reply-user-name .fa {
	color: var(--portal-main-color);
}

.p-comment-box .comment-date {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: var(--portal-main-color);
}

.p-comment-box .user-comment {
	padding-left: 25px;
}

.p-comment-box .user-comment p:last-child {
	margin-bottom: 0;
}

.p-user-comment-images {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.p-user-comment-images .p-ticket-image {
	width: 33.3333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.p-user-comment-images .p-ticket-image .preview-img {
	height: 170px;
}

.p-user-comment-reaction {
	position: absolute;
	bottom: -13px;
	left: 25px;
}

.p-user-comment-reaction-box,
.p-user-comment-current-reaction {
	position: relative;
	display: inline-block;
}

.p-user-comment-reaction-icon,
.reacted-icon-box {
	font-size: 16px;
	line-height: 16px;
	padding: 4px 5px;
	text-align: center;
	border: #dedede 1px solid;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
}

.p-user-comment-reaction-icon-box {
	background-color: #fff;
	padding: 3px 10px;
	border: #dedede 1px solid;
	border-radius: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	display: inline-block;

}

.p-user-comment-reaction-box:hover .p-user-comment-reaction-icon-box {
	left: 35px;
	opacity: 1;
	visibility: visible;
}

.p-user-comment-reaction-icon-box span {
	font-size: 18px;
	line-height: 18px;
	margin: 2px;
	cursor: pointer;
}

.reacted-persons {
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 2px 5px;
	width: 150px;
	text-align: center;
	border-radius: 8px;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 100%;
	line-height: 24px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.reacted-persons span {
	display: block;
}

.p-user-comment-current-reaction:hover .reacted-persons {
	opacity: 1;
	visibility: visible;
}

.comment-reacted {
	mix-blend-mode: luminosity;
}

.p-creat-ticket-form-inside {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.p-ticket-form-left {
	width: 65%;
	border: #ddd 1px solid;
	padding: 25px;
}

.p-ticket-form-right {
	width: 35%;
	padding-left: 25px;
}

@media screen and (max-width:1366px) {
	.p-ticket-image {
		width: 33.3333%;
	}
}

@media screen and (max-width:1199px) {
	.p-ticket-image .preview-img {
		height: 180px;
	}
}

@media screen and (max-width:1100px) {
	.p-ticket-listing .portal-dashbord-item-box-table thead {
		position: inherit;
	}

	.p-ticket-listing table tr td.p-ticket-project-name {
		background-color: inherit;
	}
}

@media screen and (max-width:767px) {

	.p-ticket-listing-head,
	.p-ticket-listing-head .right-text {
		text-align: center;
	}

	.p-ticket-details-sec-left,
	.p-ticket-details-sec-right {
		width: 100%;
	}

	.p-ticket-info {
		height: auto;
		margin-bottom: 30px;
	}

	.p-ticket-image,
	.p-user-comment-images .p-ticket-image {
		width: 50%;
	}
}

@media screen and (max-width:640px) {
	.p-ticket-form-left {
		width: 100%;
		border: none;
		padding: 0;
	}

	.p-ticket-form-right {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width:575px) {

	.p-ticket-image,
	.p-user-comment-images .p-ticket-image {
		width: 100%;
	}

	.p-ticket-image .preview-img,
	.p-user-comment-images .p-ticket-image .preview-img {
		height: 220px;
	}

	.pt-discussion-btn .pt-write-comment {
		width: 300px;
	}

	.pt-meta-box {
		display: block;
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}

	.p-comment-box-header .pt-meta-box {
		margin-left: 5px;
		padding-left: 8px;
		border-left: #cecece 1px solid;
		display: inline-block;
	}

	.p-comment-box-header .pt-meta-box:first-child {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}
}

@media screen and (max-width:480px) {
	.pt-discussion-btn .pt-write-comment {
		width: 230px;
	}
}

@media screen and (max-width:360px) {

	.p-ticket-image .preview-img,
	.p-user-comment-images .p-ticket-image .preview-img {
		height: 180px;
	}

	.pt-discussion-btn .pt-write-comment {
		width: 200px;
	}
}

.portal-drop-area {
	border: 2px dashed #ccc;
	padding: 20px;
	text-align: center;
	cursor: pointer;
}

.portal-drop-preview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.portal-drop-file {
	width: 200px;
	position: relative;
	margin: 10px 5px;
}

.portal-drop-file .drop-file-preview {
	border: #c6c6c6 1px solid;
}

.portal-drop-file .preview-img {
	width: 200px;
	height: 200px;
	object-fit: contain;
	object-position: center;
}

.portal-drop-file .drop-file-name-size {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	word-break: break-all;
}

.portal-drop-file .remove-btn {
	position: absolute;
	right: -5px;
	top: -6px;
	background-color: #ff0000;
	color: #ffffff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50px;
	text-align: center;
}

.drop-file-preview span {
	text-align: center;
	font-size: 48px;
	line-height: 200px;
	display: block;
}

.mention::before {
	content: "@";
}

.mention {
	color: var(--portal-main-color);
}

.portal-input-small {
	width: 150px !important;
}

.pt-subscribers::before {
	content: ", ";
}

.pt-subscribers:nth-child(2)::before {
	content: "";
}

.portal-file-attachment-preview {
	max-width: 100px;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	padding: 5px;
}

.portal-file-attachment {
	display: inline-block;
	position: relative;
	margin-top: 15px;
}

.portal-file-attachment-remove {
	position: absolute;
	top: -16px;
	right: -14px;
	font-size: 21px;
}

.text-bold,
.text-bold a {
	font-weight: bold;
}

.portal-single-select .multiselect {
	border-width: 0px;
	min-height: 40px;
}

.portal-single-select .multiselect.is-active {
	border-width: 0px;
	box-shadow: none;
}

.portal-single-select .multiselect-search {
	padding-left: var(--ms-px, .875rem) !important;
}

.seo-item-big,
.seo-item-big-3 {
	background-color: #f8f8f8;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #f1f1f1;
	text-align: center;
}

.seo-item-big svg {
	max-width: 160px;
}

.seo-item-big-3 svg {
	max-width: 200px;
}

.seo-item-big h5 {
	margin-top: 15px !important;
}

.seo-item-big-3 h5 {
	margin-top: 15px !important;
}

.seo-item-featured-small {
	background-color: var(--portal-main-color);
	padding: 10px;
	color: #fff;
}

.seo-item-featured-small svg {
	max-width: 55px;
}

.seo-score-featured-small {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}

.seo-label-featured-small {
	margin-top: 5px;
	font-size: 12px;
}

.seo-item-small {
	padding: 20px 15px;
	color: #000;
	border: 1px solid #c3c4c7;
}

.seo-item-small .seo-score-small {
	font-size: 22px;
	color: var(--portal-main-color);
	font-weight: bold;
}

.seo-item-small .seo-label-small {
	font-size: 13px;
	color: #525f7f;
	margin-top: 15px;
}

.seo-item-small-3 {
	padding: 20px 15px;
	color: #000;
	border: 1px solid #c3c4c7;
}

.seo-item-small-3 .seo-score-small {
	font-size: 32px;
	color: var(--portal-main-color);
	font-weight: 700;
}

.seo-item-small-3 .seo-label-small {
	font-size: 16px;
	color: #525f7f;
	margin-top: 15px;
}

.seo-item-small-3 i {
	float: right;
	color: #ececec;
	font-size: 72px;
	margin-top: 0px;
}

.seo-item-small-3.dark i {
	opacity: 0.2;
}

.seo-item-small-3.dark {
	padding: 20px 15px;
	color: #ffffff;
	border-width: 0px;
	background-color: var(--portal-main-color);
}

.seo-item-small-3.dark .seo-score-small,
.seo-item-small-3.dark .seo-label-small {
	color: #ffffff;
}

.website-preview {
	max-height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid rgba(0, 0, 0, .15);
	padding: 5px;
	background-color: #fff;
	;
}

.website-preview img {
	width: 100%;
}

.seo-chart-container .portal-chart-wrapper {
	height: 300px;
}

.seo-item-small i {
	float: right;
	color: #ececec;
	font-size: 44px;
	margin-top: 10px;
}

.data-loading {
	position: relative;
}

.data-loading::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--portal-main-color);
	mask: url("data:image/svg+xml,%3Csvg version='1.1' id='L4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23000' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'/%3E%3C/circle%3E%3Ccircle fill='%23000' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'/%3E%3C/circle%3E%3Ccircle fill='%23000' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'/%3E%3C/circle%3E%3C/svg%3E");
	z-index: 9;
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: 100px;
}

.data-loading::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: #fff;
	z-index: 7;
}

.pt-details-content a,
.pt-details-content a:hover,
.p-user-comment a,
.p-user-comment a:hover {
	color: var(--portal-main-color);
}

.portal-ticket-action-options {
	position: absolute;
	display: none;
	background-color: #ffffff;
}

.portal-ticket-action-options ul {
	list-style: none;
	width: 150px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	box-shadow: 0px 0px 3px #c6c6c6;
}

.portal-ticket-action-options ul li {
	padding: 5px 10px;
	border-bottom: 1px dashed #c6c6c6;
	font-size: 12px;
}

.portal-ticket-action-options ul li a {
	display: block;
}

.portal-ticket-action-options ul li:last-child {
	border-bottom-width: 0px;
}

.pt-action-options-wrap {
	display: inline;
}

.keyword-related mark,
.search-terms-related mark {
	font-size: 16px;
	margin: 0px 5px 10px 5px;
	padding: 5px 15px;
	display: inline-block;
}

.search-terms-related mark a {
	color: #ffffff;
}

.search-terms-related mark a::before {
	content: "\f08e";
	font-family: fontAwesomePro;
	font-size: 14px;
	margin-right: 5px;
}

.tooltip-inner {
	font-size: 14px;
	line-height: 150%;
	min-width: 250px;
	max-width: none;
}

.cursor-help {
	cursor: help;
}

.portal-ai-generating a {
	pointer-events: none;
	cursor: pointer;
}

.fixed-buttons {
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgb(198, 198, 198);
}

.portal-rec-per-page {
	box-shadow: none;
	border-radius: 0;
	border: #c3c4c7 1px solid;
	padding: 8px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 7px;
	display: inline;
	vertical-align: middle;
	color: #1d2327;
	background-color: #fff;
}

.portal-per-page-wrap {
	margin-left: 10px;
}

.portal-dashboard-counter-box.pdcb-new {
	align-items: center;
}

.portal-dashboard-counter-box.pdcb-new .x-counter .number-wrap {
	font-size: 30px;
	margin: 0 0 5px;
}

.portal-dashboard-counter-box.pdcb-new p {
	font-size: 12px;
	text-transform: uppercase;
}

.portal-dashboard-counter-box.pdcb-new .portal-dashboard-counter-box-right {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 65px;
	border: none;
	background-color: #fff;
	color: var(--portal-main-color);
}

.portal-dashboard-counter-box.pdcb-new .portal-dashboard-counter-box-right .material-icons-outlined {
	font-size: 35px;
	line-height: 65px;
}

.portal-campaign-heading {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.portal-campaign-heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: 1px;
	background: var(--portal-main-color);
	z-index: 1;
}

.portal-campaign-heading span {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: var(--portal-main-text-color);
	background-color: var(--portal-main-color);
	z-index: 2;
	position: relative;
}

.portal-campaign-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.portal-campaign-boxes>div {
	width: 100%;
}

.portal-campaign-box {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.portal-campaign-box-inner {
	border: #b6b7bb 1px solid;
	position: relative;
}

.portal-campaign-box-inner .rt-sidebar-close {
	font-size: 30px;
	top: 25px;
	right: 5px;
	position: absolute;
}

.portal-campaign-box-inner .rt-sidebar-close::before {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	top: 7px;
	left: 7px;
	z-index: -1;
	background-color: #fff;
}

.portal-campaign-box h5 {
	font-size: 13px !important;
	line-height: 22px;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--portal-main-text-color);
	background-color: var(--portal-main-color);
	padding: 15px;
	margin: 0;
	word-wrap: break-word;
}

.portal-campaign-details-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portal-campaign-details-list li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: #b6b7bb 1px solid;
}

.portal-campaign-details-list li:last-child {
	border-bottom: none;
}

.portal-campaign-details-list li span {
	display: block;
	padding: 10px 15px;
	width: 50%;
	font-size: 13px;
	text-transform: uppercase;

}

.portal-campaign-name {
	border-right: #b6b7bb 1px solid;
}

.portal-campaign-name::before {
	content: attr(data-icon);
	margin-right: 5px;
	font-family: "FontAwesome";
}

.portal-nps-score {
	text-align: center;
}

.portal-overview {
	text-align: center;
}

.portal-dashbord-item-box-heading.pdibh-form select {
	display: block;
	width: 100%;
	height: 40px;
	border: #b6b7bb 1px solid;
	box-shadow: none;
	margin: 0;
}

@media screen and (max-width:766.98px) {
	.portal-campaign-box {
		width: 100%;
	}

	.portal-dashbord-item-box-heading.pdibh-form select {
		margin-bottom: 10px;
	}
}

.portal-header-date {
	border: 0px solid transparent !important;
	box-shadow: none !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #1d2327 !important;
	padding: 0px 0px 0px 8px !important;
	margin: -4px 0px 0px 0px !important;
	height: auto !important;
	position: relative;
	cursor: pointer !important;
	background-color: transparent !important;
	width: 225px;
	line-height: 25px !important;
}

.portal-header-date-wrapper {
	position: relative;
}

.portal-header-date-wrapper::before {
	content: "(";
	position: absolute;
	z-index: 9;
	top: -5px;
	left: 0px;
	font-family: "Lato", sans-serif !important;
}

.portal-header-date-wrapper::after {
	content: ")";
	position: absolute;
	z-index: 9;
	top: -5px;
	right: 0px;
	font-family: "Lato", sans-serif !important;
}

.portal-performance-report td {
	word-break: break-all;
}

table.vgt-table {
	font-size: 13px;
}

.vgt-table.bordered td,
.vgt-table.bordered th {
	vertical-align: middle;
}

.vgt-global-search form {
	margin: 0px;
}

.vgt-input,
.vgt-select {
	margin: 0px !important;
}

.portal-pointer>span {
	cursor: pointer;
}

.portal-tab-tables .x-tab-pane {
	padding: 15px !important;
}

.x-nav-tabs>.active>a {
	box-shadow: inset 0 3px 0 0 var(--portal-main-color) !important;
}

.portal-performance-report .portal-chart-wrapper>canvas {
	height: 400px;
}

.portal-dashbord-item-box-heading select {
	margin-bottom: 0;
}

.vgt-wrap__footer .footer__row-count form {
	margin: 0;
}

.vgt-wrap__footer .footer__row-count::after {
	transform: translate(0, -50%);
	margin-top: 1px;
	right: 7px;
}

.vgt-wrap__footer .footer__row-count__select {
	background-color: #fff;
	border: #ddd 1px solid;
	border-radius: 3px;
	height: 24px;
	padding-right: 20px;
	margin-bottom: 0;
	box-shadow: none;
}

.vgt-wrap__footer .footer__navigation__page-btn {
	color: var(--portal-main-color);
	line-height: 24px;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron:after {
	transform: translate(0, -50%);
	margin-top: 1.5px;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
	border-left: 6px solid var(--portal-main-color) !important;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
	border-right: 6px solid var(--portal-main-color) !important;
}

.portal-dashbord-item-box-content .x-nav-tabs>li>a {
	color: #fff !important;
	background-color: #525f7f;
	box-shadow: none;
	transition: 0.3s;
}

.portal-dashbord-item-box-content .x-nav-tabs>li>a:hover {
	color: #525f7f !important;
}

.portal-dashbord-item-box-content .x-nav-tabs>.active>a,
.portal-dashbord-item-box-content .x-nav-tabs>.active>a:hover {
	color: var(--portal-main-text-color) !important;
	background-color: var(--portal-main-color) !important;
}

ul.portal-console-filters {
	margin: 0 0 20px;
	list-style: none;
	text-align: center;
}

ul.portal-console-filters li {
	display: inline-block;
	vertical-align: top;
	margin: 2px;
}

ul.portal-console-filters li a {
	background-color: var(--portal-main-color);
	color: var(--portal-main-text-color);
	padding: 5px 3px 5px 7px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 12px;
	display: block;
}

ul.portal-console-filters li a:after {
	content: "\f00d";
	background-color: #fff;
	color: var(--portal-main-color);
	border-radius: 2px;
	padding: 0 3px;
	margin-left: 5px;
	font-family: "FontAwesome";
}

.vgt-table thead tr:first-child th {
	background: #525f7f;
	color: #fff;
	border: 1px solid #3f4a64;
}

.vgt-table th.sortable button:before {
	/*border-top: 5px solid #fff;*/
}

.vgt-table th.sortable button:after {
	/*border-bottom: 5px solid #fff;*/
}

.vgt-table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

.portal-resource-file-title {
	word-break: break-word;
}

.portal-parent-menu {
	position: relative;
	padding: 15px 25px 15px 15px;
	border-bottom: #ddd 1px solid !important;
}

.portal-left-menu-collapse .portal-parent-menu {
	padding: 0px 15px 0px 0px;
}

.portal-body .x-sidebar ul li .portal-parent-menu:hover {
	background-color: var(--portal-main-color);
}

.portal-body .x-sidebar ul li .portal-parent-menu:hover a.portal-parent-menu-item,
.portal-body .x-sidebar ul li a.portal-parent-menu-item:hover {
	background-color: inherit;
	color: var(--portal-main-text-color);
}

.portal-body .x-sidebar ul li a.portal-parent-menu-item {
	padding: 0;
	text-transform: uppercase;
	position: relative;
	border: none;
	transition: none;
	font-weight: 600;
}

.portal-body .x-sidebar ul li a.portal-parent-menu-item:after {
	content: "\f107";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	font-family: "FontAwesome";
	opacity: 1;
	transition: 0.3s;
}

.portal-body .x-sidebar ul li.parent-menu-close a.portal-parent-menu-item:after {
	transform: translate(0, -50%) rotate(-90deg);
}

.portal-parent-menu-item i {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: var(--portal-main-color);
	margin-right: 8px;
}

.portal-parent-menu:hover .portal-parent-menu-item i {
	color: #ffffff;
}

.portal-sub-menus-wrap {
	padding: 8px 15px;
	border-bottom: #ddd 1px solid;
}

.portal-left-menu-collapse .portal-sub-menus-wrap {
	padding: 0px;
}

.portal-body .x-sidebar ul li .portal-sub-menus li a {
	padding: 7px 11px;
	border-bottom: none;
}

.portal-body .x-sidebar ul li .favorite-btns a:hover {
	background-color: inherit;
}

.portal-sub-menus>li {
	position: relative;
}

.portal-sub-menus>li>.favorite-btns {
	display: none;
}

.portal-sub-menus>li:hover>.favorite-btns {
	display: block;
}

@media (min-width: 1000px) {
	.performance-date-picker .mbsc-popup {
		margin-left: -20%;
	}
}

.review-compare {
	font-size: 11px;
}

.review-compare i {
	font-size: 18px;
	vertical-align: middle;
	padding-top: 2px;
}

.template-designer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.td-content {
	width: 80%;
	padding-right: 25px;
}

.td-sidebar {
	width: 20%;
}

.td-image-placeholder {
	margin: 10px 0px;
	position: relative;
}

.td-sidebar-tabs {
	background-color: #fff;
	border: #c3c4c7 1px solid;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	margin-bottom: 15px;
}

.td-sidebar-tab-button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: #c3c4c7 1px solid;

}

.td-sidebar-tab-button button {
	width: 50%;
	border: none;
	box-shadow: none;
	background: #f3f3f3;
	font-size: 13px;
	text-transform: uppercase;
	color: #3c434a;
	font-weight: 600;
	padding: 15px 5px;
	transition: 0.3s;
	font-family: 'Montserrat', sans-serif !important;
}

.td-sidebar-tab-button button:hover,
.td-sidebar-tab-button button.active {
	background: var(--portal-main-color);
	color: #fff;
}

.td-sidebar-tab-content {
	padding: 20px 10px;
}

ul.td-sidebar-elements-list {
	list-style: none;
	margin: 0 -5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.td-sidebar-elements-list li {
	width: 50%;
	text-align: center;
	padding: 5px;
}

.td-sidebar-elements-list-box {
	background-color: #f3f3f3;
	border: #d2d2d2 1px solid;
	padding: 15px 5px;
	cursor: move;
}

.td-sidebar-elements-icon {
	font-size: 20px;
}

.td-sidebar-elements-icon i {
	font-family: 'FontAwesome';
	font-style: normal;
}

ul.td-sidebar-properties-list {
	list-style: none;
	margin: 0;
}

.td-sidebar-properties-label {
	font-size: 13px;
}

.td-sidebar-properties-field input,
.td-sidebar-properties-field select {
	display: block;
	width: 100%;
	border: #c3c4c7 1px solid;
	box-shadow: none !important;
	border-radius: 3px;
	padding: 0 5px;
}

.td-sidebar-layers {
	background-color: #fff;
	border: #c3c4c7 1px solid;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	margin-bottom: 15px;
}

.td-sidebar-layers-heading {
	background-color: #f3f3f3;
	border-bottom: #c3c4c7 1px solid;
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.td-sidebar-layer-list {
	padding: 3px;
	max-height: 25vh;
	overflow: scroll;
}

.td-sidebar-layer-item {
	background-color: #f3f3f3;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #3c434a;
	position: relative;
}

.td-layer-name {
	margin-right: 45px;
	cursor: pointer;
}

.td-layer-handle,
.td-layer-delete {
	float: right;
	padding: 0px 2px;
	margin: 0px 4px;
	font-size: 16px;
}

.td-layer-handle {
	cursor: move;
}

.td-layer-delete {
	color: red;
}

.file-input__input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-input__label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	padding: 10px 12px;
	background-color: #525f7f;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.file-input__label i {
	margin-right: 5px;
}

@media screen and (max-width: 1480px) {
	.td-content {
		width: 75%;
		padding-right: 20px;
	}

	.td-sidebar {
		width: 25%;
	}
}

@media screen and (max-width: 1280px) {
	.td-content {
		width: 70%;
	}

	.td-sidebar {
		width: 30%;
	}

	.td-image-placeholder {
		max-height: 550px;
	}
}

@media screen and (max-width: 1080px) {
	.td-content {
		width: 65%;
	}

	.td-sidebar {
		width: 35%;
	}

	.td-image-placeholder {
		max-height: 500px;
	}
}

@media screen and (max-width: 640px) {
	.td-content {
		width: 100%;
		padding-right: 0;
	}

	.td-sidebar {
		width: 100%;
	}

	.td-image-placeholder {
		max-height: 350px;
	}
}



.td-sidebar-layers {
	max-height: 40vh;
	overflow: hidden;
}

.td-sidebar-tab-content {
	max-height: 50vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

.template-layers {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transform-origin: left top;
}

.template-qr-element {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}

.xc-hidden {
	display: none !important;
}

.template-custom-fonts {
	margin: 5px;
}

.custom-font-name {
	min-width: 250px;
	display: inline-block;
	padding: 5px;
}

.template-qr-element i {
	font-size: 4em;
}

.template-text {
	all: unset;
	display: inherit;
}

.td-sidebar.is-affixed .inner-wrapper-sticky {
	margin-top: 30px;
}

.template-image {
	min-height: 50px;
}

.trace-number form.portal-search-form {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.trace-number form.portal-search-form input[type="text"] {
	margin-bottom: 0;
}

.portal-dashboard-counter-section-2-row.p-subscriber-info {
	margin-bottom: 0;
}

.portal-dashboard-counter-section-2-row.p-subscriber-info .x-column.x-1-4 {
	align-content: center;
}

.p-subscriber-info .portal-counter-box-2 .number-wrap {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--portal-main-color);
}

.p-subscriber-info .portal-counter-box-2 .text-below {
	font-size: 13px;
}

.p-subscriber-info .trace-number form.portal-search-form {
	font-size: 48px;
}

.p-trace-number-msg-box {
	margin-bottom: 20px;
}

.p-trace-number-msg-box:last-child {
	margin-bottom: 0;
}

.p-trace-number-msg-box .p-msg-text {
	background-color: #f3f3f3;
	padding: 25px;
	border-radius: 20px 20px 0 20px;
	margin-bottom: 7px;
}

.p-trace-number-msg-box .p-msg-text p:last-child {
	margin-bottom: 0;
}

.p-trace-number-msg-box .p-msg-text img {
	max-width: 300px;
	border-radius: 15px;
}

.p-trace-number-msg-box .p-msg-info {
	text-align: right;
}

.p-trace-number-msg-box .p-msg-info span.p-msg-date {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.p-trace-number-msg-box .p-msg-info span.p-msg-direction {
	background-color: #ff4141;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	transform: rotate(130deg);
}

.p-trace-number-msg-box.p-msg-outgoing .p-msg-info span.p-msg-direction {
	background-color: #1abb00;
	transform: rotate(-40deg);
}

.p-t-incoming-call {
	color: #ff4141;
}

.p-t-outgoing-call {
	color: #1abb00;
}

.p-key-pressed-popup {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99;
}

.p-key-pressed-popup-box {
	max-width: 750px;
	position: fixed;
	margin: 0 auto;
	top: 50%;
	left: 37%;
	transform: translate(0, -50%);
}

.p-close-popup-btn {
	font-size: 24px;
	color: #ff4141;
	cursor: pointer;
}

.key-pressed-list-box {
	border-bottom: #d7d7d7 1px solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.key-pressed-list-box:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.key-pressed-list {
	list-style: none;
	margin: 0;
}

ul.key-pressed-list li {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

ul.key-pressed-list li::before {
	content: "\f058";
	color: var(--portal-main-color);
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
}

@media (max-width: 766.98px) {
	.trace-number form.portal-search-form input[type="text"] {
		margin-bottom: 15px;
	}
}

.portal-report-view-container {
	background-color: #fff;
}

.portal-report-view-container .portal-public-form-wrapper {
	background-color: #f3f4f6;
	border: none;
	box-shadow: none;
	border-radius: 25px;
	padding: 30px 20px;
}

.rt-content-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: flex-start;
	min-height: 350px;
	margin: 0 -12px;
}

.rt-content-element {
	padding: 12px;
	position: relative;
}

.rt-content-element-inner {
	position: relative;
	padding: 0px;
	min-height: 30px;
}

.rt-element-close {
	position: absolute;
	top: 0px;
	right: -7px;
	font-size: 28px;
	color: #ff4141;
	cursor: pointer;
	z-index: 91;
	padding: 0px 7px;
	display: none;
}

.rt-element-close::after {
	content: "";
	position: absolute;
	background-color: #ffffff;
	top: 6px;
	left: 13px;
	z-index: -1;
	padding: 8px;
}

.rt-element-center-wrapper {
	position: absolute;
	z-index: 91;
	top: -5px;
	left: 50%;
	font-size: 18px;
	color: #fff;
	transform: translate(-50%, 0px);
	padding: 0px 7px;
	display: none;
}

.rt-element-center-wrapper [data-x-icon] {
	font-family: 'FontAwesomeLight' !important;
	font-weight: 100;
}

.rt-element-settings {
	width: 35px;
	cursor: pointer;
	position: relative;
	margin: 0px 2px;
	text-align: center;
	line-height: 35px;
}

.rt-content-element:hover>.rt-element-center-wrapper,
.rt-content-element:hover>.rt-element-close {
	display: flex;
}

.rt-element-settings::after {
	content: "";
	position: absolute;
	background-color: #4e4e4e;
	top: 2px;
	left: 2px;
	z-index: -1;
	padding: 16px;
	border-radius: 50%;
}

.rt-content-element-inner::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 90;
	cursor: move;
}

.rt-search-elements {
	margin: 15px 0px;
	position: relative;
}

.rt-elements-search-box {
	padding: 15px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);

}

.rt-elements-search {
	width: 100%;
	background-color: #efeff0;
	border-radius: 0;
	position: relative;
}

.rt-elements-search input[type="text"] {
	display: block;
	width: 100%;
	height: 41px;
	background: none;
	border: none;
	box-shadow: none !important;
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.rt-elements-search button[type="submit"] {
	display: block;
	width: 56px;
	height: 41px;
	background: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #525f7f;
	position: absolute;
	right: 0;
	top: 4px;
	margin: 0;
	padding: 0;
	transition: 0.3s;
}

.rt-elements {
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20);
	border-top: #c2c3c7 1px solid;
	padding: 15px 30px;
	position: absolute;
	width: 100%;
	z-index: 99999;
}

ul.rt-elements-list {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 -7px;
	max-height: 415px;
	overflow: auto;
}

ul.rt-elements-list li {
	padding: 3px 7px;
}

.rt-elements-list-box {
	background-color: #f3f3f3;
	border: 1px solid transparent;
	color: #525f7f;
	padding: 10px 40px 10px 35px;
	position: relative;
	transition: 0.3s;
}

.rt-elements-list-box.rt-element-focus {
	border: #b8b8b8 1px solid;
}

.rt-elements-list-box:before {
	content: attr(data-icon);
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 9px;
	width: 35px;
	text-align: center;
}

.rt-add-element {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	color: var(--portal-main-color);
	font-size: 18px;
}

.report-template {
	position: relative;
}

.report-template .rt-content {
	padding: 10px;
}

.rt-properties-box {
	background-color: #fff;
	border: #c3c4c7 1px solid;
	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
	position: absolute;
	z-index: 9999 !important;
}

.rt-properties-box .multiselect-tags-search,
.rt-properties-box .multiselect-search {
	padding: 11px !important;
}

.rt-sidebar-heading {
	background-color: #f3f3f3;
	border-bottom: #c3c4c7 1px solid;
	padding: 15px;
	position: relative;
	cursor: move;
}

.rt-sidebar-heading h6 {
	margin-bottom: 0;
}

.rt-sidebar-close {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 10px;
	font-size: 18px;
	color: #ff4141;
	cursor: pointer;
}

ul.rt-properties-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 20px 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.rt-properties-label {
	font-size: 13px;
}

.rt-properties-field input,
.rt-properties-field textarea,
.rt-properties-field select {
	display: block;
	width: 100%;
	border: #c3c4c7 1px solid;
	box-shadow: none !important;
	border-radius: 3px;
	padding: 0 5px;
}

.rt-properties-field .multiselect {
	margin-bottom: 10px;
}

.rt-content .portal-counter-box-2 {
	margin-bottom: 0px;
}

.portal-report-view-name {
	font-size: 26px;
	line-height: 26px;
	color: #525f7f;
}

.portal-report-view-details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
}

.portal-report-view-details-col:first-child {
	width: 70%;
	margin-bottom: 24px;
}

.portal-report-view-details-col:last-child {
	width: 30%;
	margin-bottom: 24px;
}

.portal-report-view-details-name {
	display: flex;

	justify-content: stretch;
	align-items: center;
	width: 100%;
}

.portal-report-view-duration {
	font-size: 16px;
	color: #525f7f;
	padding-left: 55px;
	position: relative;
	margin-bottom: 24px;
	line-height: 22px;
}

.portal-report-view-duration:before {
	content: "\f073";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 8px;
	color: #525f7f;
	font-size: 20px;
	text-align: center;
	font-family: "FontAwesome";
}

.portal-report-view-duration span span {
	display: block;
	font-size: 12px;
}

.portal-report-view-details-name select,
.portal-report-view-details-name .portal-field {
	width: 100%;
	border-radius: 8px;
	border: none;
}

.portal-heading-buttons .portal-add-new-btn {
	margin-right: 10px;
}

.portal-report-view-details-name i {
	margin-right: 7px;
}

.portal-report-view-details-col .portal-field {
	margin-bottom: 0;
}

.portal-report-view-container .portal-public-form-wrapper .portal-dashboard-counter-box {
	color: #525f7f;
	background-color: #fff;
	border-radius: 15px;
}

.portal-report-view-container .portal-public-form-wrapper .portal-dashboard-counter-box p {
	color: #525f7f;
	text-transform: none;
	font-size: 14px;
}

.portal-report-view-container .portal-dashboard-counter-box.pdcb-new .portal-dashboard-counter-box-right {
	background-color: #f3f4f6;
	color: #525f7f;
}

.portal-report-view-container .portal-dashboard-counter-box-right {
	border-color: #525f7f;
}

.portal-report-view-container .portal-public-form-wrapper .portal-dashboard-counter-box.pdcb-color {
	background-color: var(--portal-main-color);
	color: #fff;
}

.portal-report-view-container .portal-public-form-wrapper .portal-dashboard-counter-box.pdcb-color p {
	color: #fff;
}

.portal-report-view-container .portal-public-form-wrapper .portal-dashboard-counter-box.pdcb-new.pdcb-color .portal-dashboard-counter-box-right {
	background-color: #fff;
	color: var(--portal-main-color);
}

.portal-report-view-container .portal-public-form-wrapper .portal-dashboard-counter-box.pdcb-color .portal-dashboard-counter-box-right {
	border-color: #fff;
}

.portal-report-view-container .portal-counter-box-2.pdcb-color {
	background-color: var(--portal-main-color);
	color: #fff;
	border: none;
}

.portal-report-view-container .portal-counter-box-2.pdcb-color .x-counter .number-wrap {
	color: #fff;
}

.portal-report-view-container .portal-dashbord-item-box {
	border: none;
	box-shadow: none;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
}

.portal-report-view-container .portal-dashbord-item-box-heading,
.portal-report-view-container .portal-dashbord-item-box.without-table-head .portal-dashbord-item-box-heading {
	background-color: inherit;
	border-bottom: none;
	padding: 0;
	margin-bottom: 15px;
	font-size: 16px;
}

.portal-report-view-container .portal-dashbord-item-box select {
	margin-bottom: 0;
	box-shadow: none;
	border-color: #ddd;
	border-radius: 8px;
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
}

.portal-report-view-container .portal-dashbord-item-box-content {
	padding: 0;
}

.portal-report-view-container .vgt-inner-wrap {
	box-shadow: none;
}

.portal-report-view-container table.vgt-table {
	font-size: 13px;
	background-color: inherit;
}

.portal-report-view-container table.vgt-table thead tr:first-child th {
	background: #f3f4f6;
	color: #525f7f;
	border: 1px solid #ddd;
}

.portal-report-view-container .vgt-table th.sortable button:before {
	/*border-top: 5px solid #525f7f;*/
}

.portal-report-view-container .vgt-table th.sortable button:after {
	/*border-bottom: 5px solid #525f7f;*/
}

.vgt-table thead th.sorting-desc button::before {
	border-top: 5px solid #525f7f;
}

.vgt-table thead th.sorting-desc button::after {
	opacity: 0;
}

.vgt-table thead th.sorting-asc button::after {
	border-bottom: 5px solid #525f7f;
}

.vgt-table thead th.sorting-asc button::before {
	opacity: 0;
}

.portal-report-view-container .vgt-table.bordered td,
.vgt-table.bordered th {
	border: 1px solid #ddd;
	background: none;
	color: #6f7174;
}

.portal-report-view-container input[type=text],
.portal-report-view-container input[type=number],
.portal-report-view-container textarea {
	box-shadow: none;
	color: #525f7f;
	border: #ddd 1px solid;
	border-radius: 8px;
}

.portal-report-view-container textarea {
	font-size: 14px;
	padding: 5px 8px;
	line-height: 150%;
}

.portal-report-view-container table.vgt-table input[type=text]::-webkit-input-placeholder,
.portal-report-view-container table.vgt-table input[type=text]:-ms-input-placeholder,
.portal-report-view-container table.vgt-table input[type=text]:-moz-placeholder,
.portal-report-view-container table.vgt-table input[type=text]::-moz-placeholder {
	color: #e6e6e6 !important;
	opacity: 1;
}

.portal-report-view-container .portal-report-veiw-dark input[type=text]::-webkit-input-placeholder,
.portal-report-view-container .portal-report-veiw-dark input[type=text]:-ms-input-placeholder,
.portal-report-view-container .portal-report-veiw-dark input[type=text]:-moz-placeholder,
.portal-report-view-container .portal-report-veiw-dark input[type=text]::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

.portal-report-veiw-dark .vgt-wrap__footer .footer__navigation__page-btn,
.portal-report-veiw-dark .vgt-wrap__footer .footer__navigation__info,
.portal-report-veiw-dark .vgt-wrap__footer .footer__navigation__page-info {
	color: #ffffff !important;
}

.portal-report-view-container .vgt-table tbody tr:nth-child(even) {
	background-color: inherit
}

.portal-report-view-container .vgt-table.bordered td,
.vgt-table.bordered th {
	border: 1px solid #ddd;
	background: none;
	color: #6f7174;
}

.portal-report-view-container .vgt-wrap__footer .footer__navigation__page-btn {
	color: #525f7f;
}

.portal-report-view-container .vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
	border-left: 6px solid #525f7f !important;
}

.portal-report-view-container .vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
	border-right: 6px solid #525f7f !important;
}

@media (max-width: 766.98px) {
	.portal-report-view-details-col {
		width: 100%;
	}

	.portal-report-view-details-col:first-child,
	.portal-report-view-details-col:last-child {
		width: 100%;
	}
}

.portal-report-view-container .portal-report-veiw-dark {
	background-color: #0b0e16;
}

.portal-report-veiw-dark .portal-report-view-name {
	color: #eeeeee;
}

.portal-report-veiw-dark .portal-report-view-details-name {
	color: #eee;
}

.portal-report-veiw-dark .portal-report-view-duration {
	color: #b6bed3;
}

.portal-report-veiw-dark .portal-report-view-duration:before {
	background: #1f263a;
	color: #eee;
}

.portal-report-veiw-dark .portal-report-view-details-name select,
.portal-report-veiw-dark .portal-report-view-details-name .portal-field {
	background: #1f263a;
	color: #c7cee1;
}

.portal-report-veiw-dark .portal-dashbord-item-box.without-table-head .portal-dashbord-item-box-heading {
	color: #eee;
}

.portal-report-veiw-dark .portal-dashbord-item-box.without-table-head {
	background-color: #1f263a;
}

.portal-report-veiw-dark .portal-dashbord-item-box-heading h4 {
	color: #eee;
}

.portal-report-view-container .portal-report-veiw-dark .portal-dashbord-item-box select {
	background: #0b0e16;
	border-color: #3e4966;
	color: #c7cee1;
	max-width: 150px;
}

.portal-report-veiw-dark .portal-chart-wrapper {

	color: #fff;
}

.portal-report-view-container .portal-report-veiw-dark .portal-dashboard-counter-box {
	background-color: #1f263a;
	border: none;
	color: #eee;
}

.portal-report-view-container .portal-report-veiw-dark .portal-dashboard-counter-box p {
	color: #eee;
}

.portal-report-view-container .portal-report-veiw-dark .portal-dashboard-counter-box-right {
	border-color: #fff;
}

.portal-report-veiw-dark .portal-dashboard-counter-box.pdcb-new .portal-dashboard-counter-box-right {
	color: #eee;
	background-color: #0b0e16;
}

.portal-report-view-container .portal-report-veiw-dark table.vgt-table thead tr:first-child th {
	background: #0b0e16;
	color: #ffffff;
	border: 1px solid #3e4966;
}

.portal-report-veiw-dark .vgt-table thead th {
	color: #9ea5c0;
}

.portal-report-veiw-dark .vgt-table.bordered td,
.portal-report-veiw-dark .vgt-table.bordered th {
	border: 1px solid #3e4966;
	color: #ffffff;
}

.portal-report-view-container .portal-report-veiw-dark input[type=text] {
	color: #9ea5c0;
	border: #3e4966 1px solid;
	background: #0b0e16;
}

.portal-report-veiw-dark .vgt-wrap__footer {
	color: #fff;
	border: 1px solid #434f71;
	background: #121623;
}

.portal-report-veiw-dark .vgt-wrap__footer label {
	color: #eee;
}

.portal-report-view-container .portal-report-veiw-dark .vgt-wrap__footer .footer__navigation__page-btn {
	color: #eee;
}

.portal-report-view-container .portal-report-veiw-dark .vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
	border-left: 6px solid #ddd !important;
}

.portal-report-view-container .portal-report-veiw-dark .vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
	border-right: 6px solid #ddd !important;
}

.portal-report-view-colorful {
	border: none;
	background: #e1eec3;
	background: -webkit-linear-gradient(to right, #f05053, #e1eec3);
	background: linear-gradient(to right, #f05053, #e1eec3);
}

.portal-report-view-colorful .portal-report-view-name {
	color: #fff;
}

.portal-report-view-colorful .portal-report-view-details-name {
	color: #fff;
}

.portal-report-view-colorful .portal-report-view-duration {
	color: #fff;
}

.portal-report-view-colorful .portal-report-view-duration:before {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.portal-report-view-colorful .portal-report-view-details-name select,
.portal-report-view-colorful .portal-report-view-details-name .portal-field {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .portal-dashboard-counter-box {
	background: #CB356B;
	background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);
	background: linear-gradient(to right, #BD3F32, #CB356B);
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .portal-dashboard-counter-box p {
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .portal-dashboard-counter-box-right {
	border-color: #fff;
}

.portal-report-view-colorful .portal-dashboard-counter-box.pdcb-new .portal-dashboard-counter-box-right {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
}

.portal-report-view-colorful .portal-dashbord-item-box {
	background: #C33764;
	background: -webkit-linear-gradient(to right, #1D2671, #C33764);
	background: linear-gradient(to right, #37429c, #C33764);
}

.portal-report-view-colorful .portal-dashbord-item-box-heading,
.portal-report-view-colorful .portal-dashbord-item-box.without-table-head .portal-dashbord-item-box-heading {
	color: #fff;
}

.portal-report-view-colorful .portal-dashbord-item-box-heading h4 {
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .portal-dashbord-item-box select {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border: none;
}

.portal-report-view-colorful table.vgt-table {
	background-color: inherit;
	border: none;
}

.portal-report-view-container .portal-report-view-colorful .vgt-table thead tr:first-child th {
	border: 1px solid #a19f9f;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .vgt-table th.sortable button:before {
	border-top: 5px solid #fff;
}

.portal-report-view-container .portal-report-view-colorful .vgt-table th.sortable button:after {
	border-bottom: 5px solid #fff;
}

.portal-report-view-colorful table.vgt-table td {
	color: #fff;
}

.portal-report-view-colorful .vgt-table.bordered td,
.portal-report-view-colorful .vgt-table.bordered th {
	border: 1px solid #a19f9f;
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful input[type=text] {
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	border: none;
}

.portal-report-view-container .portal-report-view-colorful input[type=text]::-webkit-input-placeholder {
	color: #eee !important;
}

.portal-report-view-container .portal-report-view-colorful input[type=text]::-moz-placeholder {
	color: #eee !important;
}

.portal-report-view-container .portal-report-view-colorful input[type=text]:-ms-input-placeholder {
	color: #eee !important;
}

.portal-report-view-container .portal-report-view-colorful input[type=text]:-moz-placeholder {
	color: #eee !important;
}

.portal-report-view-container .vgt-table tbody tr:nth-child(even) {
	background-color: inherit
}

.portal-report-view-colorful .vgt-wrap__footer {
	background: rgba(0, 0, 0, 0.3);
	border: #a19f9f 1px solid;
	color: #fff;
}

.portal-report-view-colorful .vgt-wrap__footer label {
	color: #fff;
}

.portal-report-view-colorful .vgt-wrap__footer .footer__navigation__page-btn,
.portal-report-view-colorful .vgt-wrap__footer .footer__navigation__info,
.portal-report-view-colorful .vgt-wrap__footer .footer__navigation__page-info {
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .vgt-wrap__footer .footer__navigation__page-btn {
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
	border-left: 6px solid #fff !important;
}

.portal-report-view-container .portal-report-view-colorful .vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
	border-right: 6px solid #fff !important;
}

.vgt-fixed-header {
	z-index: 7 !important;
}

.portal-report-veiw-dark .portal-campaign-details-list {
	color: #fff;
}

.rt-content-element-place_holder>.rt-content-element-inner::before,
.rt-content-wrapper-view .rt-content-element-inner::before {
	content: unset;
	display: none;
}

.rt-content-element-place_holder>.rt-content-element-inner {
	outline: 1px dashed #525f7f;
}

.rt-content-wrapper-view .rt-content-element-place_holder>.rt-content-element-inner {
	outline: none;
}

.rt-content-element-place_holder>.rt-content-element-inner>.rt-content-wrapper {
	min-height: auto;
	padding: 25px 10px;
}

.rt-content-wrapper-view .rt-content-element-place_holder>.rt-content-element-inner>.rt-content-wrapper {
	padding: 0px;
}

.rt-content-wrapper-view .rt-content-element.rt-content-element-place_holder {
	padding: 0px 12px;
}

.rt-content-element-place_holder .rt-content-wrapper.rt-content-wrapper-empty {
	min-height: 100px;
	display: block;
	margin-bottom: -12px;
}

#rt-fixed-elements-sticky-wrapper {
	height: 55px;
}

.is-sticky .rt-search-elements {
	padding: 15px 10px;
	background-color: #ffffff;
	margin-top: 0px;
}

.admin-bar .is-sticky .rt-search-elements {
	margin-top: 32px;
}

.portal-report-view-colorful .rt-element-paragraph,
.portal-report-veiw-dark .rt-element-paragraph {
	color: #ffffff;
	font-size: 15px;
}

.portal-report-import-popup,
.portal-report-save-template-popup {
	position: fixed;
	top: 0;
	left: 20%;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

@media screen and (max-width: 979px) {

	.portal-report-import-popup,
	.portal-report-save-template-popup {
		left: 0;
	}
}

.portal-report-import-popup-box,
.portal-report-save-template-popup-box {
	max-width: 650px;
	background-color: #fff;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 15px;
}

.portal-report-import-popup-heading,
.portal-report-save-template-popup-heading {
	background-color: #f5f5f5;
	border-radius: 15px 15px 0 0;
	padding: 15px;
	position: relative;
}

.portal-report-import-popup-box h2,
.portal-report-save-template-popup-heading h2 {
	font-size: 18px !important;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
}

.prip-close-btn {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 20px;
	display: block;
	color: red;
}

.portal-report-import-popup-content {
	padding: 15px;
}

.portal-report-import-popup-box .rt-elements-search {
	background-color: inherit;
	margin-bottom: 15px;
}

ul.portal-report-template-list {
	list-style: none;
	margin: 0;
}

ul.portal-report-template-list li {
	background-color: #f5f5f5;
	padding: 10px 78px 10px 15px;
	margin-bottom: 5px;
	border-radius: 8px;
	position: relative;
}

.portal-report-template-list-action {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translate(0, -50%);
}

.portal-report-template-list-action a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #525f7f;
	color: #fff !important;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	margin: 0 2px;
}

.portal-report-template-list-action a.portal-report-template-list-action-delete {
	background-color: red;
}

.portal-report-template-list-pagination {
	margin-top: 20px;
	text-align: center
}

.portal-report-template-list-pagination a {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 28px;
	background-color: #fff;
	color: #525f7f;
	font-size: 14px;
	border: #ddd 1px solid;
	border-radius: 50%;
	margin: 2px;
	transition: 0.3s;
}

.portal-report-template-list-pagination a:hover,
.portal-report-template-list-pagination a.current {
	background-color: #525f7f;
	border-color: #525f7f;
	color: #fff;
}

.portal-report-save-template-field {
	margin: 25px 15px;
	position: relative;
}

.portal-report-save-template-field input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 8px 8px 0;
	padding: 0 25px;
}

.portal-report-template-already-exist {
	margin: 15px 15px 30px;
	text-align: center;
}

.portal-report-template-already-exist p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

.portal-report-template-already-exist input[type="button"] {
	color: #fff;
	margin: 0 5px;
	padding: 0 25px;
	border-radius: 8px;
}

.rt-content-element-heading .rt-element-heading {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.rt-content-element-text .rt-element-paragraph {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	font-size: 13px;
	margin: 0;
}

.portal-report-veiw-dark .rt-content-element-heading .rt-element-heading {
	background-color: #1f263a;
	color: #eee;
	display: block;
}

.portal-report-veiw-dark .x-tab-content,
.portal-report-view-colorful .x-tab-content {
	background-color: transparent;
}

.portal-report-veiw-dark .rt-content-element-text .rt-element-paragraph {
	background-color: #1f263a;
	color: #eee;
}

.portal-report-view-colorful .rt-content-element-heading .rt-element-heading {
	background: #C33764;
	background: -webkit-linear-gradient(to right, #1D2671, #C33764);
	background: linear-gradient(to right, #37429c, #C33764);
	color: #fff;
}

.portal-report-view-colorful .rt-content-element-text .rt-element-paragraph {
	background: #C33764;
	background: -webkit-linear-gradient(to right, #1D2671, #C33764);
	background: linear-gradient(to right, #37429c, #C33764);
	color: #fff;
}

.portal-report-view-colorful .portal-dashbord-item-box-content {
	color: #fff;
}

.portal-report-view-colorful .portal-campaign-box h5 {
	background-color: rgba(0, 0, 0, 0.3);
}

.portal-report-view-colorful .portal-campaign-box-inner,
.portal-report-view-colorful .portal-campaign-details-list li,
.portal-report-view-colorful .portal-campaign-name {
	border-color: #fff;
}

.portal-report-veiw-dark .portal-campaign-box h5 {
	background-color: #0b0e16;
}

.portal-report-veiw-dark .portal-campaign-box-inner,
.portal-report-veiw-dark .portal-campaign-details-list li,
.portal-report-veiw-dark .portal-campaign-name {
	border-color: #3e4966;
}

.vgt-input::placeholder,
.vgt-select::placeholder {
	opacity: 1 !important;
}

.rt-checkbox {
	margin: 5px;
	padding: 5px;
}

.rt-checkbox input[type="checkbox"] {
	margin-right: 5px;
}

/*Revies*/
.portal-report-reviews .review-card {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}

.portal-report-reviews .review-card:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.portal-report-reviews .review-header {
	margin-bottom: 10px;
}

.portal-report-reviews .reviewer-name {
	color: #0073e6;
	margin-right: 10px;
}

.portal-report-reviews .review-stars {
	color: #cacaca;
	font-size: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.portal-report-reviews .review-stars.rating1>i:nth-child(-n+1) {
	color: #f5a623;
}

.portal-report-reviews .review-stars.rating2>i:nth-child(-n+2) {
	color: #f5a623;
}

.portal-report-reviews .review-stars.rating3>i:nth-child(-n+3) {
	color: #f5a623;
}

.portal-report-reviews .review-stars.rating4>i:nth-child(-n+4) {
	color: #f5a623;
}

.portal-report-reviews .review-stars.rating5>i:nth-child(-n+5) {
	color: #f5a623;
}

.portal-report-reviews .review-source {
	color: #888;
}

.portal-report-reviews .review-text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

.portal-report-reviews .review-text p {
	margin: 0 0 15px;
}

.portal-report-reviews .review-text p:last-child {
	margin: 0;
}

.portal-report-reviews .admin-reply {
	background-color: #f1f8ff;
	padding: 15px;
	border-radius: 8px;
	margin-top: 15px;
	margin-left: 15px;
}

.portal-report-veiw-dark .portal-report-reviews .review-card {
	border-color: #4c5161;
	color: #eee;
}

.portal-report-veiw-dark .portal-report-reviews .review-header,
.portal-report-veiw-dark .portal-report-reviews .review-text {
	color: #eee;
}

.portal-report-veiw-dark .portal-report-reviews .admin-reply {
	background-color: #000;
}

.portal-report-view-colorful .portal-report-reviews .review-card {
	border-color: #a19f9f;
}

.portal-report-view-colorful .portal-report-reviews .reviewer-name {
	color: #fff;
}

.portal-report-view-colorful .portal-report-reviews .admin-reply {
	background-color: rgba(0, 0, 0, 0.3);
}

/*Revies summary*/
.portal-report-reviews-summary .review-summary-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: #ddd 1px solid;
}

.portal-report-reviews-summary .review-summary-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.portal-report-reviews-summary .star {
	color: #f5a623;
	margin: 0 2px;
}

.portal-report-veiw-dark .portal-report-reviews-summary .review-summary-item {
	border-color: #4c5161;
	color: #eee;
}

.portal-report-view-colorful .portal-report-reviews-summary .review-summary-item {
	border-color: #a19f9f;
}

.portal-report-view-container .vue-pagination li.page-item a.page-link {
	border-radius: 5px;
}

.portal-report-veiw-dark .vue-pagination li.page-item a.page-link {
	background-color: inherit;
	color: #ccc;
	border: #ddd 1px solid;
}

.portal-report-veiw-dark .vue-pagination li.page-item.active a.page-link {
	background-color: #ddd;
	color: #0b0e16;
}

.portal-report-view-colorful .vue-pagination li.page-item a.page-link {
	background-color: inherit;
	color: #ddd;
	border: #ddd 1px solid;
}

.portal-report-view-colorful .vue-pagination li.page-item.active a.page-link {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	border-color: rgba(0, 0, 0, 0.4);
}

.portal-field.p-report-date-picker {
	background: none !important;
	font-size: 16px;
	color: #525f7f;
	padding-left: 55px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 24px;
	line-height: 22px;
	width: auto;
}

.portal-field.p-report-date-picker:before {
	content: "\f073";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 8px;
	color: #525f7f;
	font-size: 20px;
	text-align: center;
	font-family: "FontAwesome";
}

.portal-field.p-report-date-picker:after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	color: #525f7f;
	font-family: "FontAwesome";
}

.portal-field.p-report-date-picker input[type=text] {
	background: none !important;
	padding: 0;
	color: #525f7f;
	box-shadow: none !important;
	border: none;
}

.portal-report-view-colorful .portal-field.p-report-date-picker,
.portal-report-view-colorful .portal-field.p-report-date-picker input[type=text],
.portal-report-view-colorful .portal-field.p-report-date-picker:after {
	color: #fff;
}

.portal-report-view-colorful .portal-field.p-report-date-picker:before {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.portal-report-veiw-dark .portal-field.p-report-date-picker:before {
	background: #1f263a;
	color: #eee;
}

.rt-content-element .tooltip {
	display: inline-block !important;
}

.rt-content-element .tooltip .tooltip-inner {
	min-width: auto;
	background-color: var(--portal-main-color) !important;
}

.rt-content-element .tooltip .tooltip-arrow {
	border-top-color: var(--portal-main-color) !important;
}

.portal-dashboard-lead-header {
	background-color: #f3f4f6;
	border-bottom: #c3c4c7 1px solid;
	padding: 25px 15px 15px 15px;
	position: relative;
}

.dashboard-lead-close {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 10px;
	font-size: 18px;
	color: #ff4141;
	cursor: pointer;
}

.dashboard-lead-controls,
.dashboard-lead-heading {
	display: inline-block;
}

@media print {
	.portal-dashboard-lead-header {
		display: none;
	}
}

.portal_google_ad_headline {
	color: #1a0dab;
	max-height: 38px;
	overflow: hidden;
	display: inline-block;
}

.portal_google_ad_description {
	color: #545454;
	max-height: 76px;
	overflow: hidden;
	display: inline-block;
}

.portal-report-view-container .portal-report-view-colorful .vgt-table a,
.portal-report-view-container .portal-report-view-colorful .dashboard-lead-close {
	color: #e1edc2;
}

.portal-report-view-container .portal-report-view-colorful .portal-dashboard-lead-header {
	border: 1px solid #a19f9f;
	border-bottom: none;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful h5,
.portal-report-view-container .portal-report-veiw-dark h5 {
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .portal-search-results-wrapper table {
	background-color: inherit;
	color: #fff;
	border-color: #a19f9f;
}

.portal-report-view-container .portal-report-view-colorful .portal-search-results-wrapper table tr th,
.portal-report-view-container .portal-report-view-colorful .portal-search-results-wrapper table tr td {
	border: 1px solid #a19f9f;
	color: #fff;
}

.portal-report-view-container .portal-report-veiw-dark .portal-dashboard-lead-header {
	background: #0b0e16;
	color: #ffffff;
	border: 1px solid #3e4966;
	border-bottom: none;
}

.portal-report-view-container .portal-report-veiw-dark button.x-btn.x-btn-flat.x-btn-rounded.x-btn-mini {
	background-color: #fff;
	color: #1f263a;
}

.portal-report-view-container .portal-report-veiw-dark .portal-search-results-wrapper table {
	background-color: inherit;
	color: #fff;
	border-color: #3e4966;
}

.portal-report-view-container .portal-report-veiw-dark .portal-search-results-wrapper table tr th,
.portal-report-view-container .portal-report-veiw-dark .portal-search-results-wrapper table tr td {
	border: 1px solid #3e4966;
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful .portal-search-results-wrapper table iframe,
.portal-report-view-container .portal-report-veiw-dark .portal-search-results-wrapper table iframe {
	background-color: #fff !important;
}

.portal-report-view-container .portal-report-veiw-dark a.x-btn.x-btn-flat.x-btn-rounded.x-btn-mini {
	background-color: #525f7f;
	color: #fff;
}

.portal-report-view-container .portal-report-view-colorful a.x-btn.x-btn-flat.x-btn-rounded.x-btn-mini {
	background-color: #fff;
	color: #a21e52 !important;
}

.portal-dashbord-item-box-heading .x-btn {
	margin-top: 6px;
}

.portal-resource-breadcrumb {}

.portal-resource-breadcrumb ul {
	list-style: none;
	margin: 5px 0 0;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}

.portal-resource-breadcrumb ul li {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	color: #555;
}

.portal-resource-breadcrumb ul li:last-child::after {
	display: none;
}

.portal-resource-breadcrumb ul li:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 8px;
}

.portal-resource-breadcrumb ul li a {
	color: #1d2327;
	transition: 0.3s;
}

.portal-resource-breadcrumb ul li a:hover {
	color: var(--portal-main-color);
}

.portal-resource-header {
	background-color: #fff;
	padding: 15px;

	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.portal-resource-header-left {
	width: 65%;
}

.portal-resource-header-right {
	margin-left: auto;
	width: 35%;
}

.portal-resource-header .portal-search-box {
	background-color: inherit;
	box-shadow: none;
	padding: 0;
	border-bottom: none;
}

ul.portal-resource-header-left-menu {
	list-style: none;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
}

ul.portal-resource-header-left-menu li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	padding-right: 15px;
	border-right: #b8b8b8 1px solid;
}

ul.portal-resource-header-left-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

ul.portal-resource-header-left-menu li a {
	color: #3c434a;
	transition: 0.3s;
}

ul.portal-resource-header-left-menu li.disabled a {
	cursor: not-allowed;
	color: #bababa !important;
}

ul.portal-resource-header-left-menu li a:hover {
	color: var(--portal-main-color);
}

li.portal-resource-header-left-menu-dropdown {
	position: relative;
}

ul.portal-resource-header-left-menu-dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	background-color: #525f7f;
	padding: 10px 0;
	min-width: 190px;
	transition: 0.3s;
	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
	display: none;
}

li.portal-resource-header-left-menu-dropdown:hover ul.portal-resource-header-left-menu-dropdown-list {
	display: block;
}

ul.portal-resource-header-left-menu-dropdown-list li {
	display: block;
	margin-right: 0;
	border-right: none;
	padding: 0;
}

ul.portal-resource-header-left-menu-dropdown-list li a {
	color: #fff !important;
	display: block;
	border-bottom: #717d9c 1px solid;
	padding: 10px 15px;
}

ul.portal-resource-header-left-menu-dropdown-list li:last-child a {
	border-bottom: none;
}

.portal-resource-upload-drop-area {
	border: #c6c5c5 2px dashed;
	padding: 50px 15px;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}

.portal-drop-zone {
	height: 200px;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border: #c6c5c5 2px dashed;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}

.portal-drop-zone--over {
	border-style: solid;
}

.portal-drop-zone__input {
	display: none;
}

.portal-drop-zone__thumb {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #cccccc;
	background-size: cover;
	position: relative;
}

.portal-drop-zone__thumb::after {
	content: attr(data-label);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	text-align: center;
}

.portal-resource-upload-process-area {
	margin-top: 20px;
}

.portal-resource-upload-process-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #ddd 1px solid;
}

.portal-resource-upload-process-item:last-child {
	border-bottom: none;
}

.portal-resource-upload-process-item-name {
	font-weight: bold;
}

.portal-resource-upload-process-item-size {
	font-size: 12px;
}

.portal-resource-upload-process-item-progress {
	margin: 5px 0;
	padding: 0;
	width: 100%;
	height: 18px;
	overflow: hidden;
	background: #e5e5e5;
	border-radius: 6px;
}

.portal-resource-upload-process-item-progress-bar {
	position: relative;
	float: left;
	min-width: 1%;
	height: 100%;
	background: #5cb85c;
	transition: all 800ms ease-in-out;
}

.portal-resource-upload-process-item-progress-bar-percent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 12px;
	color: white;
}

.portal-resource-list {
	margin-top: 20px;
}

.portal-resource-list table {
	border: #c3c4c7 1px solid;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.portal-resource-list table thead {
	background-color: #f5f5f5;
	color: #3c434a;
	border-bottom: #c3c4c7 1px solid;
}

.portal-resource-list table tbody {
	background-color: #fff;
	max-height: 55vh;
	overflow-y: auto;
	display: block;
	width: 100%;
}

.portal-resource-list table tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	min-height: 48px;
}

.portal-resource-list table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.portal-resource-list table tbody tr.selected {
	background-color: #ddd;
}

.portal-resource-list table thead th,
.portal-resource-list table td {
	padding: 8px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: none;
	border-bottom: 1px solid #ddd;
}

.portal-resource-list table thead tr th {
	padding: 15px 15px;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: none;
}

.portal-resource-list-name-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.portal-resource-list-icon {
	width: 35px;
	font-size: 24px;
}

.portal-resource-list-icon.icon-folder {
	color: #eeae4a;
}

.portal-resource-file-name,
.portal-resource-file-rename-field {
	transition: 0.3s;
	cursor: default;
	user-select: none;
}

.portal-resource-file-rename-field input[type="text"] {
	width: 100%;
	height: 27px;
	background: #fff;
	border: #ddd 1px solid;
	display: block;
	box-shadow: none;
	border-radius: 3px;
	margin-bottom: 0;
}

a.portal-resource-desc-btn {
	color: var(--portal-main-color);
}

.portal-resource-popup {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

.portal-resource-popup form {
	margin: 0;
}

.portal-resource-popup-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0 auto;
	max-width: 600px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(136, 152, 170, 0.15);
	padding: 20px;
}

a.portal-resource-popup-close-btn {
	display: block;
	color: red;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	top: -6px;
	right: -5px;
}

@media screen and (max-width: 1430px) {
	ul.portal-resource-header-left-menu li {
		margin-right: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1330px) {
	.portal-resource-header-left {
		width: 70%;
	}

	.portal-resource-header-right {
		width: 30%;
	}
}

@media screen and (max-width: 1230px) {
	ul.portal-resource-header-left-menu {
		font-size: 13px;
		line-height: 13px;
	}

	ul.portal-resource-header-left-menu li {
		margin-right: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 767px) {
	.portal-resource-header-left {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.portal-resource-header-right {
		width: 100%;
	}

	ul.portal-resource-header-left-menu li {
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

.portal-delete-button {
	background-color: #ff4747 !important;
}

/* Portal Context Menu Styles */
.portal-context-menu {
	position: fixed;
	z-index: 9999;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	min-width: 150px;
	padding: 4px 0;
	font-size: 14px;
	font-family: inherit;
}

.portal-context-menu-item {
	padding: 8px 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	transition: background-color 0.2s ease;
}

.portal-context-menu-item:hover {
	background-color: #f5f5f5;
}

.portal-context-menu-item i {
	font-size: 14px;
	width: 16px;
	text-align: center;
}

/* Inline Edit Styles */
.portal-resource-file-rename-field {
	display: block !important;
}

.portal-resource-file-rename-field input {
	width: 100%;
	padding: 4px 8px;
	border: 1px solid #007cba;
	border-radius: 3px;
	font-size: inherit;
	font-family: inherit;
	background: #fff;
	outline: none;
}

.portal-resource-file-rename-field input:focus {
	border-color: #005a87;
	box-shadow: 0 0 0 1px #007cba;
}

/* Sortable Table Headers */
.portal-sortable {
	cursor: pointer;
	user-select: none;
	position: relative;
}

.portal-sortable:hover {
	background-color: #f5f5f5;
}

.portal-sort-icon {
	margin-left: 5px;
	font-size: 12px;
	opacity: 0.7;
}

.portal-sortable:hover .portal-sort-icon {
	opacity: 1;
}

.colomn-format-red {
	background-color: #FF9594 !important;
	color: #000000 !important;
}

.colomn-format-green {
	background-color: #BBE57F !important;
	color: #000000 !important;
}

.colomn-format-yellow {
	background-color: #FFF675 !important;
	color: #000000 !important;
}

.colomn-format-blue {
	background-color: #98E7FF !important;
	color: #000000 !important;
}

.colomn-format-purple {
	background-color: #D2B3FF !important;
	color: #000000 !important;
}

.portal-report-veiw-dark .colomn-format-red {
	background-color: #CC403F !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-green {
	background-color: #76B51D !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-yellow {
	background-color: #E69C00 !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-blue {
	background-color: #00ADE2 !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-purple {
	background-color: #9247FF !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-red {
	background: #FF5151 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-green {
	background: #49A104 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-yellow {
	background: #F5A600 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-blue {
	background: #00ADE2 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-purple {
	background: #9247FF !important;
	color: #fff !important;
}

.colomn-format-orange {
	background-color: #FFC685 !important;
	color: #000 !important;
}

.colomn-format-teal {
	background-color: #7CE6D1 !important;
	color: #000 !important;
}

.colomn-format-pink {
	background-color: #FFB3D1 !important;
	color: #000 !important;
}

.colomn-format-brown {
	background-color: #D1A26A !important;
	color: #000 !important;
}

.colomn-format-gray {
	background-color: #D3D3D3 !important;
	color: #000 !important;
}

.portal-report-veiw-dark .colomn-format-orange {
	background-color: #E67E22 !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-teal {
	background-color: #1ABC9C !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-pink {
	background-color: #E84393 !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-brown {
	background-color: #8E5C2A !important;
	color: #fff !important;
}

.portal-report-veiw-dark .colomn-format-gray {
	background-color: #7F8C8D !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-orange {
	background: #FF8C00 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-teal {
	background: #16A085 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-pink {
	background: #FF4081 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-brown {
	background: #6D4C41 !important;
	color: #fff !important;
}

.portal-report-view-colorful .colomn-format-gray {
	background: #9E9E9E !important;
	color: #fff !important;
}

.link-created-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 30px;
}
.link-created-details .rt-content-element {
    width: 33.3333%;
}
.link-type h3 {
    margin-bottom: 15px;
}
.link-type p {
    margin-bottom: 10px;
}
.link-type i, .referrer-links i{
    color: #3fb7ff;
}
.traffic-statistics {
    margin-bottom: 30px;
}
.traffic-statistics h3 {
    margin-bottom: 20px;
}
.traffic-statistics table {
    border: #ddd 1px solid;
	margin-bottom: 0;
}
.traffic-statistics tr:nth-child(even) {
    background-color: #f5f5f5;
}
.traffic-statistics tr td:first-child {
    font-weight: bold;
}
.traffic-statistics tfoot {
    background-color: var(--portal-main-color);
    color: var(--portal-main-text-color);
}
.traffic-sources {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.traffic-sources .rt-content-element {
    width: 33.3333%;
}
.link-details .portal-dashboard-counter-box-right {
    font-size: 24px;
}
.click-best-day {
    background-color: #f5f5f5;
    border: #ddd 1px solid;
    padding: 15px 15px 0;
}
