/*!
Theme Name: ZillaMetrics User Portal
Theme URI: http://underscores.me/
Author: Brogrammers Agency
Author URI: http://brogrammersagency.com
Description: ZillaMetrics theme developed by Brogrammers Agency.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zillametrics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ZillaMetrics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--=============== GENERAL STYLE ===============--*/

:root {
	--color-344157: var(--dark);
	--color-343844: #343844;

	--space-80-20: clamp(1.25rem, 0.5rem + 3.75vw, 5rem);
	--green: #6ab82b;
	--dark: #344157;
}

*::-moz-selection {
	background: var(--green);
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: var(--green);
	color: #ffffff;
	text-shadow: none;
}

a {
	color: var(--green);
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}

body {
	color: var(--dark);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	line-height: 1.3;
}

p {
	font-family: "Inter", sans-serif;
	font-size: 14px;
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	color: #010101;
	font-weight: 700;
}

.page-wrapper {
	min-height: 100vh;
	position: relative;
	background-color: #ffffff;
	z-index: 1;
	width: 100%;
	overflow-x: hidden;
}

body~* {
	display: none;
}

/*--=============== END OF GENERAL STYLE ===============--*/

/*--=============== MAIN STYLE ===============--*/
.page-wrapper .top-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 530px;
	z-index: -1;
}

.page-wrapper.help-desk .top-bg {
	top: -6.5%;
}

body.page-template-page-help-desk .top-bg {
	top: -7.5% !important;
}

body:not(.page-template-page-help-desk) .page-wrapper.help-desk .top-bg,
body:not(.help-article-template-default) .page-wrapper.help-desk .top-bg {
	top: -16.5%;
}

body.tax-help-article-category .page-wrapper.help-desk .top-bg,
body.single-help-article .page-wrapper.help-desk .top-bg {
	top: -6.5% !important;
}

body.help-article-template-default .page-wrapper.help-desk .top-bg {
	top: -14%;
}

.header-area {
	padding: 30px 30px 30px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_profile_picture {
	position: relative;
}

.header_profile_picture .profile_pic {
	width: 60px;
    height: 60px;
    border: 2px solid var(--green);
    border-radius: 100px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.header_profile_picture .profile_pic span {
	width: 21px;
    height: 26px;
    display: flex;
}

.header_profile_picture .dropdown_list {
	display: none;
	position: absolute;
    width: 200px;
    right: -5px;
    background-color: #fff;
    border-radius: 10px;
    top: 80px;
}

.header_profile_picture .dropdown_list .profile-menu-class:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateX(-50%) rotate(-45deg);
	right: 17px;
	bottom: calc(100% - 8px);
	background-color: #ffffff;
}


.header_profile_picture .dropdown_list ul {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
    z-index: 2;
}
.header_profile_picture .dropdown_list ul li {
    width: 100%;
}

.header_profile_picture .dropdown_list ul li a {
	width: 100%;
    border: none;
    color: var(--green);
    font-size: 18px;
	font-weight: 600;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(52, 56, 68, 0.2);
	transition: all 0.4s ease-in-out;
	border-radius: 0;
}

.header_profile_picture .dropdown_list ul li a:hover,
.header_profile_picture .dropdown_list ul li.current_page_item a {
	background-color: var(--green);
	color: #fff;
}

.site-logo {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-logo img {
	height: 50px;
}

.intake-chat {
	font-size: 32px;
	font-weight: 200;
	line-height: 1.3;
	color: #ffffff;
	margin-left: 10px;
	padding-left: 11px;
	border-left: 1px solid #d9d9d9;
	display: none;
}

.menu-item {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.3;
}

.menu-item:hover {
	color: var(--green);
}

main {
	padding: 20px;
}

.user-title {
	font-size: 56px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.tab-section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px;
}

.tab-content-area.main {
	padding: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(52, 65, 87, 0.3);
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-items {
	display: flex;
	justify-content: center;
	margin: 60px 0 30px;
}

.tab-items.main .tab-item {
	padding: 10px 30px;
	border-bottom: 3px solid var(--green);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	margin: 0 20px;
}

.tab-items.main .tab-item.active,
.tab-items.main .tab-item.highlight,
.tab-items.main .tab-item:hover {
	background-color: var(--dark);
	color: var(--green);
}

.block-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px 0;
}

.block-heading.no-img {
	padding: 5px 0 20px;
}

.block-heading.bordered {
	border-bottom: 1px solid rgba(52, 56, 68, 0.2);
	margin-bottom: 20px;
}

.block-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark);
	line-height: 1.4;
}

.block-heading.no-img .block-title {
	font-size: 28px;
}

.search-block {
	display: inline-flex;
	align-items: center;
}

.block-heading.with-back-link {
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 14px;
}

.block-heading.with-back-link .block-title {
	font-size: 22px;
}

.search-block label {
	font-size: 14px;
	font-weight: 700;
	color: rgba(52, 65, 87, 0.4);
	line-height: 1.4;
	margin-right: 20px;
}

.search-block input {
	height: 46px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: var(--dark);
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	min-width: 320px;
}

.search-block input[type="search"]::-webkit-search-cancel-button{
	position:relative;
	right:25px;
}

.single-lisence-info {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	border-radius: 10px;
	background-image: url("../../../wp-content/themes/zillametrics/img/lisence-bg.svg");
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
}

.lisence-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.lisence-title {
	padding-left: 50px;
	display: inline-block;
	flex-direction: column;
	position: relative;
}

.lisence-title h3 {
	font-size: 26px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 6px 0;
	line-height: 1;
}

.lisence-title p {
	font-size: 15px;
	font-weight: 600;
	color: var(--dark);
	margin: 0;
	line-height: 1;
}

.lisence-title-favicon {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: auto;
}

/* Subscription */

.single-subscription-info {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	border-radius: 10px;
	/* background-image: url("../../../wp-content/themes/zillametrics/img/subscription-bg.svg"); */
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
}

.single-subscription-info.withoutBorder {
	border: 0;
	padding: 20px 10px 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-color: transparent;
	border-radius: 0;
}

.single-subscription-info.noBottomBorder {
	border: 0;
	padding: 0px 0px 15px;
	margin: 0 0 10px;
	border-bottom: none;
	background-color: transparent;
	border-radius: 0;
}

.subscription-info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.subscription-title {
	padding-left: 0px;
	display: inline-block;
	position: relative;
}

.subscription-title h3 {
	font-size: 26px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 10px 0;
	line-height: 1;
}

.subscription-title h5 {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 8px 0;
	line-height: 1;
}

.subscription-title h4 {
	font-size: 18px;
	font-weight: 600;
	color: var(--dark);
	margin: 10px 0;
	line-height: 1;
}

.subscription-title h4.included-your-subs {
	margin: 0;
	padding: 10px 0;
}

.subscription-title p {
	font-size: 15px;
	font-weight: 600;
	color: var(--dark);
	margin: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.subscription-title p a {
	display: inline-block;
}

.subscription-title.flex {
	padding-left: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	gap: 5px;
}

.subscription-title.flex img {
	max-width: 40px;
	width: 100%;
}

.subscription-title.flex h3 {
	margin-bottom: 0;
}

.subscription-list {
	padding: 0;
	margin: 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}

.subscription-list.horizontal {
	padding: 0;
	margin: 10px 0 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.subscription-list li {
	font-size: 15px;
	padding-left: 0px;
}

.subscription-list li::before {
	position: relative;
	font-size: 20px;
	color: var(--green);
	content: "●";
	margin-right: 8px;
}

.subscription-vertical-divider {
	width: 1px;
	height: 100%;
	min-height: 30px;
	background-color: var(--green);
	margin: 0 15px;
	display: inline-block;
}

.subscription-copyIcon {
	display: inline-block;
	width: 20px;
	margin-left: 7px;
}

.fields-raw.subscription-fields .single-field-group .single-field-wrap {
	border: none;
	background-color: #eeeeee;
	padding-left: 0;
	border-radius: 4px;
}

.fields-raw.subscription-fields .single-field-group .single-field-wrap input {
	background: #f2faef;
    border: 1px solid var(--green);
    color: var(--dark);
    font-weight: 600;
}

.fields-raw.subscription-fields .single-field-group .single-field-wrap input::placeholder {
	color: var(--dark);
}

.edit-text {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	line-height: 1;
	cursor: pointer;
	background-color: var(--green);
	min-width: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 4px 4px 0;
}

.primary-button {
	padding: 15px 30px;
	background-color: var(--green);
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	box-shadow: none;
	border: none;
	border-radius: 5px;
}

.primary-button:hover,
.copy-text:hover {
	background: var(--dark);
}

.primary-button.disabled {
	background-color: #e5e5e5;
	color: #a0a0a0;
}

.outline-button {
	padding: 15px 30px;
	background-color: transparent;
	border: 1px solid var(--green) !important;
	color: var(--green);
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	box-shadow: none;
	border: none;
	border-radius: 5px;
}

.outline-button:hover {
	background-color: var(--green);
	color: #fff;
}

.underline-green-link {
	font-size: 16px;
	color: var(--green) !important;
	text-decoration: underline;
}

.transaction-links {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.lisence-fields {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}

.single-field-group {
	flex: 1;
}

.single-field-wrap {
	width: 100%;
	height: 52px;
	border: 2px solid #e1e1e1;
	padding-left: 52px;
	position: relative;
	background-color: #ffffff;
}

.single-field-wrap.has-input-right {
	padding-right: 100px;
}
.single-field-wrap.has-input-right input.input-field {
	background-size: 4%;
}

.copy-text {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	line-height: 48px;
	cursor: pointer;
	background-color: var(--green);
	min-width: 100px;
	text-align: center;
}

.single-field-wrap .icon {
	position: absolute;
	left: -2px;
	top: -2px;
	width: 52px;
	height: 52px;
	border: 2px solid var(--green);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.single-field-wrap .input-field {
	width: 100%;
	height: 100%;
	padding: 0 15px;
}

.single-field-wrap .input-field.disabled {
	pointer-events: none;
}

.common-space {
	display: flex;
	height: 60px;
	clear: both;
}

.clear {
	clear: both;
}

.search-filter-info {
	padding: 16px 20px;
	background-color: rgba(52, 65, 87, 0.04);
	color: 344157;
	font-weight: 300;
	border-radius: 10px;
	display: inline-flex;
}

.table-wrapper table {
	border-bottom: 1px solid rgba(52, 65, 87, 0.2);
}

.table-wrapper thead th {
	font-size: 16px;
	font-weight: 600;
	color: rgba(52, 65, 87, 0.4);
	padding: 12px 8px;
	border-top: 1px solid rgba(52, 65, 87, 0.2);
	text-transform: capitalize;
}

/* .table-wrapper tbody tr td:last-child,
.table-wrapper thead tr th:last-child {
    text-align: right;
} */
.table-wrapper tbody td {
	font-size: 16px;
	font-weight: 400;
	color: var(--dark);
	padding: 12px 8px;
	border-top: 1px solid rgba(52, 65, 87, 0.2);
}

.table-wrapper tbody td a {
	font-weight: 700;
	text-decoration: underline;
	display: inline-block;
	color: var(--dark);
}

.table-wrapper.downloads-table thead th {
	/* color: rgba(52, 65, 87, 0.2); */
}

.table-wrapper.refferal-table tbody td {
	text-align: center;
}

.table-wrapper.refferal-table tbody td:first-child {
	text-align: left;
}

.form {
	margin-top: 20px;
}

.fields-raw {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.fields-raw .single-field-group {
	padding: 0 15px;
	margin-bottom: 30px;
	width: 50%;
	flex: none;
}

.single-field-group label {
	font-size: 14px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 10px 0;
	display: flex;
	text-transform: capitalize;
}

.payment-info p {
	font-size: 18px;
}

.payment-info a {
	text-decoration: underline;
	color: var(--green);
	font-weight: 700;
}

.tab-content-area.inner .tab-items {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 30px;
	border-bottom: 1px solid rgba(52, 65, 87, 0.2);
}

.tab-content-area.inner .tab-items .tab-item {
	padding: 10px 30px;
	border-bottom: 3px solid var(--green);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: var(--dark);
	font-weight: 700;
	font-size: 16px;
	margin: 0;
}

.tab-content-area.inner .tab-items .tab-item.active {
	color: var(--green);
}

.tab-content-area.inner .tab-items.subs-tabs {
	margin: 0px 0 30px;
}

.checkbox-group label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.checkbox-group label .checkbox-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	background-image: url("../../../wp-content/themes/zillametrics/img/checkbox-icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 6px;
}

.checkbox-group input:checked+label>.checkbox-icon {
	background-image: url("../../../wp-content/themes/zillametrics/img/checked-icon.png") !important;
}

.table-bottom {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.single-lisence-page-info .lisence-info {
	margin-bottom: 20px;
}

.single-lisence-page-info .single-field-group {
	max-width: 530px;
}

.three-dot-menu {
	position: relative;
}

.three-dot-menu .three-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	cursor: pointer;
}

.lisence-field-info-right {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	gap: 10px;
}

.lisence-field-info-right .three-dot-menu {
	margin-left: 30px;
}

.three-dot-dropdown {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 20px);
	display: none;
	z-index: 100;
}

.three-dot-dropdown.show {
	display: flex;
}

.three-dot-dropdown:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateX(-50%) rotate(-45deg);
	left: 50%;
	bottom: calc(100% - 9px);
	background-color: #ffffff;
}

.three-dot-dropdown ul {
	display: flex;
	flex-direction: column;
	padding: 16px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	min-width: 200px;
}

.three-dot-dropdown ul li a {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 15px;
	font-weight: 500;
	color: var(--color-343844);
	display: flex;
}

.three-dot-dropdown ul li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.three-dot-dropdown ul li:last-child a {
	border-bottom: none;
}

.lisence-details-raw {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.lisence-details-raw label {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
	min-width: 150px;
	text-align: right;
}

.lisence-details-raw .info {
	display: inline-flex;
	border-radius: 10px;
	padding: 12px 24px;
	background-color: rgba(52, 65, 87, 0.06);
	margin: 0 16px;
	width: 230px;
	font-size: 15px;
	font-weight: 400;
	color: var(--dark);
}

.lisence-details-raw .info a {
	display: inline-block;
	color: var(--green);
	font-weight: 600;
	text-decoration: underline;
}

.lisence-details-raw .more-info-link {
	display: inline-block;
	color: var(--green);
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
}

.footer-area {
	background-color: #102030;
	padding: 30px 20px;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.footer-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-top .site-logo {
	padding-right: 100px;
}

.footer-top .footer-right {
	padding-left: 100px;
	display: inline-flex;
}

.footer-menu {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-menu a {
	display: inline-flex;
	color: #efefef;
	font-size: 14px;
	font-weight: 500;
	margin: 0 8px;
	text-transform: uppercase;
}

.footer-menu a:hover {
	color: var(--green);
}

.footer-right .button a {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	box-shadow: none;
	border-bottom: 4px solid #aaaaaa;
	border-radius: 10px;
	padding: 10px 16px;
	background-color: var(--green);
}

.footer-right .button a:hover {
	color: var(--green);
	background: #fff;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
	margin-top: 40px;
}

.auth-pages-wrapper {
	width: 100%;
	display: flex;
	min-height: 100vh;
	position: relative;
	padding-bottom: 60px;
	background-color: #ffffff;
	z-index: 1;
	border-bottom: 5px solid var(--dark);
	flex-wrap: wrap;
	overflow: hidden;
}

.auth-footer-area {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
}

.left-content {
	width: 50%;
	padding-right: 40px;
}

.right-content {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.right-content img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.auth-footer-area img {
	width: 100%;
}

.auth-header-area {
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	padding: 20px 0 20px 80px;
}

.auth-header-area .intake-chat {
	color: var(--dark);
}

.auth-form-content {
	padding: 40px 0 40px 80px;
}

.auth-form-content .single-field-wrap {
	margin-bottom: 30px;
}

.auth-page-title {
	font-size: 48px;
	color: var(--dark);
	font-weight: 600;
}

.auth-form-content .form {
	margin-top: 30px;
}

.toggle-password {
	position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.form-bottom {
	display: flex;
	column-gap: 30px;
	align-items: center;
}

.checkbox-group {
	display: inline-flex;
}

.auth-help-info {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-343844);
	margin-top: 40px;
}

.auth-help-info a {
	text-decoration: underline;
	color: var(--color-343844);
}

.otp-fields {
	display: flex;
	column-gap: 16px;
	margin-bottom: 30px;
}

.otp-fields input {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	width: 56px;
	height: 52px;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
.otp-fields input::-webkit-outer-spin-button,
.otp-fields input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.otp-fields input[type="number"] {
	-moz-appearance: textfield;
}

.auth-help-info:not(.reset) .auth-msg {
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	width: max-content;
	font-weight: bold;
}

.auth-help-info:not(.reset) .auth-msg.error {
	background-color: rgba(255, 0, 0, 0.1);
}

.auth-help-info:not(.reset) .auth-msg.success {
	background-color: rgba(0, 255, 0, 0.1);
}

form .primary-button {
	cursor: pointer;
}

.help-desk-content {
	background-color: #fff;
}

.help-desk-wrapper {
	max-width: 1720px;
	margin: auto;
	display: flex;
	padding: 0 20px;
}

.help-desk-wrapper .category-sidebar-wrapper {
	width: 20%;
}

.category-sidebar-scrollable {
	overflow-y: auto;
}

.category-sidebar-scrollable::-webkit-scrollbar {
	width: 10px;
	background-color: rgba(0, 0, 0, 0.05);
}

.category-sidebar-scrollable::-webkit-scrollbar-track {
	border-radius: 10px;
}

.category-sidebar-scrollable::-webkit-scrollbar-thumb {
	background: #6bb82bbb;
	border-radius: 10px;
	border: 3px solid transparent;
	background-clip: padding-box;
}

.help-desk-wrapper .category-sidebar-wrapper .category-item {
	position: relative;
	max-width: 250px;
	width: 100%;
}

.help-desk-wrapper .category-sidebar-wrapper .category-sidebar-scrollable {
	padding-top: 60px;
	padding-right: var(--space-80-20);
}

.help-desk-wrapper .category-sidebar-wrapper .category-item .fa-chevron-right {
	position: absolute;
	right: 0;
}

.help-desk-wrapper .category-sidebar-wrapper .parent-category {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color-344157);
	padding: 0 0 16px;
	opacity: 0.4;
}

.help-desk-wrapper .category-sidebar-wrapper .category-sidebar-scrollable .category-item .sub {
	padding-bottom: 16px;
	padding-left: 10px;
}

.help-desk-wrapper .category-sidebar-wrapper .sub-category {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0;
	color: var(--color-344157);
	margin: 0;
	display: flex;
	cursor: pointer;
	align-items: center;
	padding-right: 15px;
}

.help-desk-wrapper .category-sidebar-wrapper .sub-category span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.help-desk-wrapper .category-sidebar-wrapper .sub-category.active i {
	transform: rotate(90deg);
}

.help-desk-wrapper .category-sidebar-wrapper .posts li {
	list-style: none;
	margin: 0;
	border-radius: 10px;
	padding: 0;
}

.help-desk-wrapper .category-sidebar-wrapper .posts li:first-child {
	padding-top: 0px;
	margin-top: 0;
}

.help-desk-wrapper .category-sidebar-wrapper .posts li a {
	color: var(--color-344157);
	padding: 0;
	display: inherit;
	font-size: 16px;
	font-weight: normal;
	opacity: 0.4;
}

.help-desk-wrapper .category-sidebar-wrapper .posts li.active {
	background-color: #f1f8ea;
	margin-bottom: -8px;
	margin-top: -8px;
}

.help-desk-wrapper .category-sidebar-wrapper .posts li.active:first-of-type {
	margin-top: 0;
}

.help-desk-wrapper .category-sidebar-wrapper .posts li.active:last-of-type {
	margin-bottom: 0;
}

.help-desk-wrapper .category-sidebar-wrapper .posts li.active a {
	opacity: 1;
	color: var(--green);
	padding: 8px 12px;
}

.help-desk-wrapper .category-sidebar-wrapper .sub .posts {
	display: none;
}

.help-desk-wrapper .category-sidebar-wrapper .sub .posts.active {
	display: block;
}

.help-desk-wrapper .category-sidebar-wrapper .sub .posts .post_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 24px;
	padding-left: 30px;
	margin-top: 16px;
}

.help-desk-wrapper .related-articles-sidebar {
	width: 20%;
	padding-top: 60px;
}

.help-desk-wrapper .related-articles-sidebar .inner-wrapper-sticky {
	padding-left: var(--space-80-20);
}

.help-desk-wrapper .related-articles-sidebar .heading {
	padding-top: 0;
	color: var(--color-344157);
	opacity: 0.4;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.help-desk-wrapper .related-articles-sidebar.is-affixed .heading {
	padding-top: 20px;
}

.help-desk-wrapper .related-articles-sidebar .help-article-mini h5 {
	font-size: 15px;
	margin-bottom: 0;
}

.help-desk-wrapper .related-articles-sidebar .suggested-articles-box {
	margin-top: 16px;
	gap: 16px;
}

.help-desk-wrapper .related-articles-sidebar .suggested-articles-box .help-article-mini {
	transform: none !important;
}

/* .help-desk-wrapper .related-articles-sidebar .help-article-mini {
    margin: 10px 0;
} */

.help-desk-wrapper .content-area {
	width: 60%;
	padding-top: 60px;
	position: relative;
	margin-right: 0;
	padding-bottom: 80px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

.help-desk-wrapper .category-sidebar-wrapper .go-back {
	color: var(--green);
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 40px 0;
}

.help-desk-wrapper .category-sidebar-wrapper .go-back i {
	margin-right: 10px;
}

.archive .help-desk-wrapper .content-area {
	padding: 40px;
}

.archive .help-desk-wrapper .content-area .help-articles .help-article-content {
	margin-bottom: 40px;
}

.archive .help-desk-wrapper .content-area .help-articles .help-article-content:last-of-type {
	margin-bottom: 0;
}

.help-desk-wrapper .content-area h2 {
	margin-bottom: 0;
	color: var(--color-344157);
}

.help-desk-wrapper .content-area .topics {
	margin-bottom: 40px;
	padding: 0 var(--space-80-20);
	border-right: 0;
}

.help-desk-wrapper .content-area .topics .topics-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.help-desk-wrapper .content-area .topics .topics-header a,
.help-desk-wrapper .content-area .topics .topics-header span {
	font-size: 16px;
	font-weight: 700;
	color: var(--green);
}

.help-desk-wrapper .suggested-articles {
	padding: 0 var(--space-80-20) 40px;
}

.help-desk-wrapper .suggested-articles h5 {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-344157);
}

.help-desk-wrapper .content-area.help-article-single h2 {
	text-align: left;
	margin-bottom: 15px;
}

.help-desk-wrapper .category-blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.help-desk-wrapper .parent-block {
	width: calc(25% - 15px);
	padding: 9px;
	margin: 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.help-desk-wrapper .parent-block,
.help-article-mini,
.help-desk-wrapper .category-sidebar-wrapper .sub-category i {
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease-in-out;
}

.help-desk-wrapper .parent-block:hover,
.help-article-mini:hover {
	transform: translateY(-5px);
}

.help-desk-wrapper .parent-block h4 {
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
	color: var(--color-344157);
}

.help-desk-wrapper .parent-block p {
	color: rgba(0, 0, 0, 0.5);
	color: var(--color-344157);
	font-size: 12px;
	font-weight: 500;
	opacity: 0.4;
}

.help-desk-wrapper .content-area .navigation {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.help-article-single .nav-links {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.help-article-single .nav-links:not(:has(.nav-previous)) {
	justify-content: end;
}

.help-article-single .nav-links a .nav-title {
	color: var(--green);
	font-size: 14px;
	font-weight: 600;
}

.help-article-single .nav-links a .nav-title .fa-arrow-left {
	margin-right: 10px;
}

.help-article-single .nav-links a .nav-title .fa-arrow-right {
	margin-left: 10px;
}

.suggested-articles {
	padding: 20px 0;
}

.help-desk-wrapper .suggested-articles .suggested-articles-box,
.suggested-articles-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 24px;
	margin-top: 30px;
}

.help-desk-wrapper .suggested-articles .suggested-articles-box .help-article-mini,
.suggested-articles-box .help-article-mini {
	display: block;
	padding: 16px 20px;
	background-color: #fff;
	margin: 0 0;
	border-radius: 5px;
	border-left: 3px solid var(--green);
}

.help-desk-wrapper .suggested-articles .help-article-mini h5,
.suggested-articles-box .help-article-mini h5 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

.help-desk-wrapper .suggested-articles .help-article-mini p,
.suggested-articles-box .help-article-mini p {
	font-size: 16px;
	color: var(--color-344157);
	opacity: 0.7;
}

.helpful-box {
	padding: 42px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 20px var(--space-80-20) 0px;
}

.helpful-box h5 {
	margin-bottom: 15px;
	font-size: 16px;
	color: var(--dark);
	font-weight: 700;
}

.helpful-box .not-submitted .buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 15px;
}

.helpful-box .helpful-btn {
	padding: 12px 22px;
	background-color: #fff;
	border: 1px solid var(--green);
	border-radius: 3px;
	margin: 0;
	color: var(--green);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.helpful-box .helpful-btn:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: #fff;
	cursor: pointer;
}

.helpful-box .helpful-btn i,
.helpful-box .undo-helpful i {
	margin-right: 0;
}

.helpful-box .submitted,
.helpful-box .not-submitted {
	text-align: center;
}

.helpful-box .undo-helpful {
	background-color: transparent;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.5);
	transition: all 0.2s ease-in-out;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 0 auto;
}

.helpful-box .undo-helpful:hover {
	color: var(--dark);
}

.help-desk-page-title {
	padding: 20px 0 96px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 605px;
	margin: auto;
}

.help-desk-page-title h1 {
	font-size: 56px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.help-desk-page-title .search-field {
	margin-top: 30px;
}

.help-desk-page-title .search-field form {
	position: relative;
}

.help-desk-page-title .search-field input {
	width: 100%;
	padding: 13px 15px;
	padding-left: 55px;
	box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #d6d7da;
	border-radius: 5px;
	font-size: 18px;
	color: var(--color-343844);
}

.help-desk-page-title .search-field input::placeholder {
	color: var(--color-343844);
}

.help-desk-page-title .search-field .fa-magnifying-glass {
	color: var(--green);
	margin-right: 10px;
	position: absolute;
	z-index: 5;
	top: 12px;
	left: 21px;
	font-size: 24px;
}

.bread-crumb {
	text-align: center;
	/* color: #fff; */
	font-weight: 600;
	margin-top: 25px;
}

.bread-crumb a,
.bread-crumb i {
	color: #fff;
	margin-right: 20px;
}

.bread-crumb a,
.bread-crumb span {
	font-size: 14px;
	font-weight: 700;
}

.bread-crumb span {
	color: var(--green);
}

.help-desk-wrapper .content-area .article-content {
	padding: 0 var(--space-80-20) 40px;
}

.help-desk-wrapper .content-area .article-content p {
	margin-bottom: 15px;
}

.help-desk-wrapper .content-area .article-content p:last-of-type {
	margin-bottom: 0;
}

.balance-block {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: row;
	margin-top: 40px;
	border-radius: 10px;
	background-image: url("../../../wp-content/themes/zillametrics/img/lisence-bg.svg");
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	box-shadow: 0px -6px 50px 0px rgba(0, 0, 0, 0.1);
}

.balance-block.userPortal-leads {
	justify-content: space-between;
	padding: 25px 40px;
}

.balance-block.userPortal-reports {
	margin-bottom: 0px;
}

.balance-block.userPortal-leads .available-balance {
	flex: 1 1 30%;
	padding: 0;
}

.balance-block.userPortal-leads .available-balance.center {
	display: flex;
	justify-content: center;
	flex: 1 1 40%;
}

.balance-block.userPortal-leads .available-balance.end {
	display: flex;
	justify-content: flex-end;
	border-right: none;
}

@media screen and (max-width: 991px) {
	.balance-block.userPortal-leads {
		flex-direction: column;
		gap: 20px;
		padding: 25px 25px;
	}

	.balance-block.userPortal-leads .available-balance {
		flex: 1 1 100%;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding-bottom: 20px;
	}

	.balance-block.userPortal-leads .available-balance.center {
		justify-content: flex-start;
	}

	.balance-block.userPortal-leads .available-balance.end {
		justify-content: flex-start;
		border-bottom: 0px solid rgba(0, 0, 0, 0.2);
		padding-bottom: 0px;
	}
}

.available-balance {
	padding: 20px 40px 20px 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.available-balance h1 {
	font-size: 36px;
	color: var(--dark);
}

.available-balance h2 {
	color: var(--dark);
	font-size: 14px;
	margin-bottom: 4px;
}

.available-balance h4 {
	color: var(--dark);
	font-size: 22px;
	margin-bottom: 6px;
}

.available-balance h4 i {
	color: var(--dark);
	font-size: 30px;
	font-style: normal;
}

.available-balance img {
	width: 20px;
}

.upcoming-payment {
	display: flex;
	gap: 7px;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	min-width: 20%;
}

.upcoming-payment h1 {
	font-size: 16px;
	color: var(--dark);
}

.upcoming-payment p {
	color: #989898;
	font-weight: 600;
}

.upcoming-payment h4 {
	color: var(--dark);
	font-size: 18px;
}

.payout {
	align-self: center;
	margin-left: auto;
}

.payment-status {
	text-transform: capitalize;
}

.request-unavailable {
	font-size: 10px;
	max-width: 60%;
	text-align: center;
	margin: auto;
}

td.payment-status {
	font-weight: bold !important;
}

td.payment-status.complete {
	color: var(--green);
}

.referral-link-text {
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 10px;
}

.header-right {
	display: flex;
	align-items: center;
}

header .case-goal-calculator {
	display: flex;
	padding-right: 61px;
	position: relative;
}

header .case-goal-calculator:after {
	content: "";
	background-color: #d9d9d954;
	height: 100%;
	width: 2px;
	position: absolute;
	right: 5%;
}

header .case-goal-calculator .how-many-leads {
	padding-right: 28px;
	display: flex;
	align-items: center;
}

header .case-goal-calculator .how-many-leads span {
	font-size: 16px;
	color: #fff;
}

header .case-goal-calculator .calculator-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .case-goal-calculator .calculator-btn a {
	display: block;
	background-color: var(--green);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid;
	padding: 10px 20px;
	border-radius: 5px;
}

header .case-goal-calculator .calculator-btn a:hover {
	background: transparent;
	color: var(--green);
}

header .case-goal-calculator .calculator-btn a svg {
	margin-bottom: -3px;
	margin-right: 5px;
}

header .case-goal-calculator .calculator-btn a svg path {
	fill: #fff;
}

header .case-goal-calculator .calculator-btn a:hover svg path {
	fill: var(--green);
}

/*--=============== END OF MAIN STYLE ===============--*/
.highcharts-figure,
.highcharts-data-table table {
	min-width: 360px;
	max-width: 1200px;
	margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid red;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #fff;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}

#leads.active {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.tab-items.inner {
	margin: 0;
	background: #f2faef;
	line-height: 36px;
	border: 1px solid #5db842;
	border-radius: 3px;
	margin-right: 20px;
	position: relative;
	z-index: 50;
}

.tab-items.inner a {
	width: 166px;
	flex: 0 0 166px;
	text-align: center;
}

a.tab-item.active {
	background: var(--green);
	color: #fff;
}

a.notification {
	height: 36px;
	width: 36px;
	border: 1px solid var(--green);
	display: block;
	position: relative;
	border-radius: 50%;
	line-height: 41px;
	text-align: center;
	position: relative;
	z-index: 50;
}

a.notification span {
	position: absolute;
	background: #d60000;
	height: 20px;
	line-height: 20px;
	color: #fff;
	width: 20px;
	border-radius: 50%;
}

.grid-section select,
.grid-section button {
	color: #67b72c;
	border: 1px solid #67b72c !important;
	height: 28px;
	margin: 0 10px;
	background: #f2faef;
	border-radius: 3px;
	padding: 0 10px;
	font-weight: 600;
}

.grid-section button::before {
	content: url(http://app.zillametrics.com/wp-content/uploads/2024/05/plus-icon.png);
	display: inline-flex;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.grid-section h4 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 800;
	color: #4d4d4d;
}

.highcharts-credits {
	display: none;
}

.grid-section select {
	margin: 0;
}

.leads-page th {
	color: #4d4d4d;
	font-weight: 600;
	text-align: left;
}

.leads-page td {
	color: var(--dark) !important;
	font-weight: 600 !important;
}

.leads-page .block-title {
	display: inline-flex;
	align-items: center;
}

.leads-page .block-title img {
	margin-right: 10px;
}

.leads-tab {
	display: flex;
}

.tab-items.inner a+a {
	border-left: 1px solid var(--green);
}

div#leads .tab-content-area {
	flex: 0 0 100%;
	margin-top: -39px;
}

.table-filter {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0px 0 24px;
	position: relative;
}

.table-filter select {
	height: 39px;
	color: var(--green);
	border: 1px solid var(--green);
	border-radius: 3px;
	padding: 0 20px 0 10px;
	font-weight: 700;
	font-size: 16px;
	background: #f2faef;
}

.table-filter .export select {
	background: var(--green);
	color: #fff;
}

.table-filter button {
	color: var(--green);
	border: 1px solid var(--green);
	background: #fff;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 39px;
}

.table-filter button::after {
	content: url(http://app.zillametrics.com/wp-content/uploads/2024/05/plus-icon.png);
	display: inline-flex;
	position: relative;
	top: 2px;
	margin-left: 8px;
}

.table-filter button[disabled] {
	color: #bebebe;
	border: 1px solid #bebebe;
}

.table-filter div {
	position: relative;
}

.table-filter input {
	height: 39px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 40px 0 12px;
	width: 251px;
	border-radius: 3px;
	color: var(--green);
	border: 1px solid var(--green);
	background: #f2faef;
}

.table-filter input[type="date"] {
	padding: 0 10px 0 12px;
	width: 150px;
}
/* Target the calendar icon for WebKit-based browsers like Chrome and Safari */
.table-filter input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(40%) sepia(98%) saturate(2800%) hue-rotate(73deg) brightness(92%) contrast(88%);
    cursor: pointer;
}


.table-filter button[type="submit"] {
	border: none;
	position: absolute;
	right: 0;
	background: none;
	/* top: 0; */
	padding: 0;
}

.table-filter input::placeholder {
	color: var(--green);
	opacity: 1;
}

.leads-filter-fields {
    display: flex;
    gap: 20px;
}
.grid-section {
	font-weight: 500;
	color: #4d4d4d;
}

/* #myleads .tab-items.leads {
  justify-content: flex-start;
  margin-top: 10px;
}

#myleads .tab-items.leads .tab-item {
  padding: 8px 0;
  margin-right: 30px;
  border-color: #fff;
}
#myleads .tab-items.leads .tab-item.active {
  background: none;
  color: var(--dark);
  border-color: var(--green);
}
#myleads .tab-content-area {
  margin-top: 0 !important;
} */

.leads-heading {
	max-width: 290px;
}

.leads-heading .primary-button{
	padding: 7px 15px;
    font-size: 16px;
    font-weight: normal;
}

#referral-leads .tab-items.leads {
	justify-content: flex-start;
	margin-top: 10px;
}

#referral-leads .tab-items.leads .tab-item {
	padding: 8px 0;
	margin-right: 30px;
	border-color: #fff;
}

#referral-leads .tab-items.leads .tab-item.active {
	background: none;
	color: var(--dark);
	border-color: var(--green);
}

#referral-leads .tab-content-area {
	margin-top: 0 !important;
}

.shared-leads-note {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	margin-right: auto;
}

.shared-leads-note .note-heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.shared-leads-note .note-decs {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

a.manage-leads {
	height: 39px;
	background: var(--green);
	color: #fff;
	line-height: 39px;
	font-weight: 700;
	font-size: 16px;
	padding: 0 15px;
	border-radius: 3px;
	margin-right: 10px;
}

a.export-btn {
	margin-right: 10px;
	height: 39px;
	width: 39px;
	line-height: 47px;
	text-align: center;
	border: 1px solid;
	display: block;
	background: #f6fff0;
	border-radius: 3px;
}

.leads-market-toparea {
	display: flex;
}

.marketform-filter {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	flex-grow: 1;
}

.marketform-filter .sm {
	padding: 0 10px;
	flex-grow: 1;
	max-width: 100%;
	margin-bottom: 24px;
}

.marketform-filter label {
	display: block;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 500;
	margin-bottom: 10px;
}

.marketform-filter select,
.marketform-filter input {
	font-size: 14px;
	font-weight: 600;
	background: #fefefe;
	color: #bebebe;
	height: 43px;
	border: 1px solid;
	width: 100%;
	border-radius: 3px;
	padding: 0 10px;
}

.marketform-filter .select {
	position: relative;
	display: block;
}

.select::after {
	background: #fff;
	content: url(http://app.zillametrics.com/wp-content/uploads/2024/05/select-icn.png);
	display: block;
	padding: 0 10px;
	right: 1px;
	top: 2px;
	position: absolute;
	height: 40px;
	line-height: 38px;
	border-radius: 3px;
	pointer-events: none;
}

.marketform-filter .md {
	flex: 0 0 40%;
	padding: 0 10px;
}

.marketform-filter .md .date {
	position: relative;
	width: calc(50% - 7px);
}

span.date i {
	position: absolute;
	height: 43px;
	background: #f5fff1;
	right: 0;
	line-height: 51px;
	padding: 0 5px;
	pointer-events: none;
	border-radius: 0 3px 3px 0;
	border: 1px solid var(--green);
}

.marketform-filter .md div {
	display: flex;
	align-items: center;
}

.marketform-filter .md div img {
	margin: 0 5px;
}

.market-summary {
	flex: 0 0 293px;
	margin-left: 70px;
	border: 1px solid #e1e1e1;
	margin-bottom: 24px;
	border-radius: 10px;
	font-weight: 500;
}

.market-summary h4 {
	font-size: 15px;
	font-weight: 700;
	padding: 10px 10px;
	border-bottom: 1px solid #e1e1e1;
}

.summary-con {
	padding: 10px;
	line-height: 20px;
	text-align: right;
}

.summary-con span {
	width: 50px;
	display: inline-block;
	text-align: left;
}

a.select-leads img {
	margin-left: 8px;
}

a.select-leads {
	height: 42px;
	background: #e1e1e1;
	width: 136px;
	line-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-top: 27px;
	border-radius: 3px;
	color: #4d4d4d;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	align-items: flex-end;
}

.pagination a {
	background: #eee;
	margin: 0 5px;
	height: 43px;
	line-height: 43px;
	padding: 0 17px;
	color: #231f20;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
}

.pagination span {
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
}

.pagination img {
	display: inline-block;
	vertical-align: middle;
	/* margin-right: 7px; */
}
.pagination .prev-page img {
	margin-right: 7px;
}
 
.pagination .next-page img {
	margin-left: 7px;
}

span.page-numbers.current {
    background: #d9d9d9;
    margin: 0 5px;
    height: 43px;
    line-height: 43px;
    padding: 0 17px;
    color: #231f20;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.pagination a:hover {
    background: #dedede;
}

a.next img {
	margin: 0;
	transform: scaleX(-1);
}

.reset-filter img {
	margin-right: 5px;
}

.reset-filter {
	font-size: 16px;
	font-weight: 600;
	color: #bebebe;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.table-filter .select,
.table-filter .export {
	position: relative;
	margin-right: 10px;
	display: inline-block;
}

.table-filter .select::after {
	background: #f2faef;
	height: 36px;
	line-height: 35px;
	content: url("http://app.zillametrics.com/wp-content/uploads/2024/05/greenselect-icon.png");
}

.table-filter .export.select::after {
	background: var(--green);
	height: 37px;
	line-height: 35px;
	content: url("http://app.zillametrics.com/wp-content/uploads/2024/05/whiteselect-icon.png");
}

.grid-section .select {
	margin: 0 10px;
	position: relative;
	display: inline-block;
}

.table-filter button[type="submit"]::after {
	content: "";
}

.grid-section .select::after {
	background: #f2faef;
	height: 26px;
	line-height: 22px;
	content: url("http://app.zillametrics.com/wp-content/uploads/2024/05/greenselect-icon.png");
	top: 1px;
	right: 5px;
	padding: 0 5px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.referral-more {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}

.referral-container {
	margin: 100px auto 0;
	max-width: 600px;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}

.referral-container>div {
	max-height: calc(100vh - 200px);
	overflow: auto;
}

.referral-container h3 {
	font-weight: 20px;
	font-weight: 600;
}

.referral-container h4 {
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 14px;
}

.referral-container h4~h4 {
	margin-top: 30px;
}

.referral-container>div::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
}

.referral-container>div::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.referral-container>div::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10pc;
}

a.learn-more-referral {
	cursor: pointer;
}

h4.block-title.mb-3 {
	margin-bottom: 10px;
}

.referral-container>div::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.learn-more-referral-close {
	float: right;
	cursor: pointer;
}

.learn-more-referral-close img {
	width: 12px;
}

#licenses .tab-content-area.inner .tab-items {
	border: 1px solid var(--green);
	z-index: 0;
}

#licenses .tab-content-area.inner .tab-items .tab-item {
	flex-grow: 1;
	border: none;
	border-radius: 0;
	color: var(--green);
	font-weight: 500;
	padding: 0;
	line-height: 40px;
}

#licenses .tab-content-area.inner .tab-items .tab-item+.tab-item {
	border-left: 1px solid var(--green);
}

#licenses .tab-content-area.inner .tab-items .tab-item.active,
#licenses .tab-content-area.inner .tab-items .tab-item:hover {
	color: #fff;
	background: var(--green);
}

.tab-menu-items {
	display: flex;
	justify-content: center;
	margin: 60px 0 30px;
	gap: 40px
}

.menu-item a {
	padding: 10px 30px;
	border-bottom: 3px solid transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0;
	display: inline-block;
}

.tab-menu-items .menu-item.current_page_item a,
.tab-menu-items .menu-item.current-page-ancestor a,
.tab-menu-items .menu-item.highlight a,
.tab-menu-items .menu-item:hover a {
	background-color: var(--dark);
	color: var(--green);
	border-bottom: 3px solid var(--green); 
}

td.action {
	position: relative;
}

.dp-icn {
	font-size: 30px;
	width: 36px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.dp-inner {
	width: 16px;
	height: 20px;
	cursor: pointer;
}

.dp-menu {
	background: #fff;
	box-shadow: 1px 3px 10px #ccc;
	position: absolute;
	min-width: 150px;
	border-radius: 5px;
	display: none;
	z-index: 5;
	top: 100%;
	right: 0;
}

.dp-menu a {
	display: block !important;
	text-decoration: none !important;
	padding: 10px 15px;
}

.dp-menu a+a {
	border-top: 1px solid #ccc;
}

.dp-menu a.del {
	color: #ea4d4f !important;
}

.dp-menu-inner {
	background: #fff;
	box-shadow: 1px 3px 10px #ccc;
	position: absolute;
	min-width: 150px;
	border-radius: 5px;
	overflow: hidden;
	display: none;
	z-index: 5;
	top: 30%;
	left: calc(100% - 10px);
}

@media screen and (max-width: 1400px) {
	.dp-menu-inner {
		left: auto;
		right: 100%;
	}
}

.dp-menu-inner a {
	display: block;
	text-decoration: none !important;
	padding: 10px 15px;
}

.dp-menu-inner a+a {
	border-top: 1px solid #ccc;
}

.dp-menu-inner a.del {
	color: #ea4d4f !important;
}

.dp-menu .dp-menu-inner a.export-link {
	display: none !important;
}

.dp-menu .dp-menu-inner a:hover {
	background-color: #dbdbdb;
}

.dp-menu a.export-link {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	border-bottom: 1px solid #ccc;
}

.dp-menu a.export-link:hover {
	background-color: #dbdbdb;
}

span.cases {
	font-size: 30px;
	font-weight: 700;
	display: block;
}

a.case-lnk {
	font-size: 15px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.case-heading {
	display: flex;
	align-items: center;
}

#leadsmarket td a {
	color: var(--green);
}

.case-heading img {
	margin-right: 6px;
}

.notification-wrapper {
	position: relative;
}

.notification-dropdown {
	position: absolute;
	top: 155%;
	right: 0;
	background: #fff;
	box-shadow: 1px 3px 10px #ccc;
	width: 350px;
	border-radius: 10px;
	z-index: 100000;
	display: none;
}

.noti-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	font-size: 15px;
}

.noti-heading h3 {
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
}

.notification-content .item {
	padding: 15px 20px;
	display: flex;
	border-top: 1px solid #ccc;
}

.notification-content .avatar {
	height: 36px;
	width: 36px;
	border: 1px solid var(--green);
	border-radius: 50%;
	flex: 0 0 36px;
	text-align: center;
	line-height: 36px;
	color: var(--green);
	font-size: 15px;
	font-weight: 700;
	margin-right: 10px;
}

.notification-content .con {
	color: rgba(51, 65, 86, 0.7);
	font-size: 14px;
}

.notification-content .con b {
	color: RGB(51, 65, 86);
	font-weight: 500;
}

.notification-content .con span {
	display: block;
	margin: 10px 0;
	color: rgba(51, 65, 86, 0.4);
}

.notification-content .con a.border-btn {
	display: inline-block;
	background: #fff;
	border: 1px solid var(--green);
	padding: 6px 15px;
	border-radius: 5px;
}

.notification-content .con a.colored-btn {
	background: var(--green);
	color: #fff;
	padding: 6px 15px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid var(--green);
}

.release-modal {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 5;
}

.release-content {
	width: 500px;
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
}

.release-content li {
	display: block;
}

.release-content h1,
.release-content li {
	margin-bottom: 10px;
}

.report_column_box {
	border-radius: 12px;
	background: #fff;
}

.report_graph_box .graph_box_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 20px 25px 30px 0;
}

.report_graph_box .graph_box_title .title_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.report_graph_box .graph_box_title h5 {
	font-size: 14px;
	line-height: 34px;
	font-weight: 600;
	font-family: var(--font-inter);
	color: #343844;
	margin: 0;
	opacity: 0.7;
}

.report_graph_box .graph_box_title .select_box {
	display: flex;
	flex-wrap: wrap;
	background-color: #f8fbf4;
	border: 1px solid var(--green);
	border-radius: 5px;
	position: relative;
}

.report_graph_column .report_graph_column_header .select_box {
	position: relative;
}

.report_graph_box .graph_box_title .select_box span.selected_box {
	font-size: 13px;
	line-height: initial;
	font-weight: bold;
	font-family: var(--font-inter);
	color: var(--green);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
	padding: 10px 18px 10px 10px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box span.selected_box {
	gap: 10px;
	padding: 10px 15px;
}

.report_graph_box .graph_box_title .select_box span .icon_box {
	transition: all 0.4s ease-in-out;
}

.report_graph_box .graph_box_title .select_box:hover,
.report_graph_box .graph_box_title .select_box.open_box span.selected_box {
	background-color: var(--green);
}

.report_graph_box .graph_box_title .select_box:hover span.selected_box,
.report_graph_box .graph_box_title .select_box.open_box span.selected_box,
.report_graph_box .graph_box_title .select_box:hover span.selected_box svg path,
.report_graph_box .graph_box_title .select_box.open_box span.selected_box svg path {
	color: #fff;
	fill: #fff;
}

.report_graph_box .graph_box_title .select_box.open_box span.selected_box .icon_box {
	transform: rotate(180deg);
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box.open_box span.selected_box .icon_box {
	transform: rotate(135deg);
}

.report_graph_box .graph_box_title .select_box span.selected_box>span {
	display: flex;
	flex-wrap: wrap;
	pointer-events: none;
}

.report_graph_box .graph_box_title .select_box .select_dropdown,
.report_graph_column .report_graph_column_header .select_box .select_dropdown {
	display: flex;
	flex-direction: column;
	position: absolute;
	border-radius: 5px;
	border: 2px solid transparent;
	background: #fff;
	padding: 0 10px;
	top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 99;
}

.report_graph_box .graph_box_title .select_box.open_box .select_dropdown,
.report_graph_column .report_graph_column_header .select_box.open_box .select_dropdown {
	max-height: 1000px;
	border: 2px solid #e6e6e6;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
}

.report_graph_box .graph_box_title .select_box .select_dropdown span,
.report_graph_column .report_graph_column_header .select_box .select_dropdown span {
	font-size: 14px;
	line-height: initial;
	font-weight: 600;
	font-family: var(--font-inter);
	color: #343844;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center left -14px;
	background-image: url("/wp-content/plugins/zillametrics-chat/admin/images/true_icon.svg");
}

.report_graph_box .graph_box_title .select_box .select_dropdown span:last-of-type,
.report_graph_column .report_graph_column_header .select_box .select_dropdown span:last-of-type {
	border-bottom: none;
}

.report_graph_box .graph_box_title .select_box .select_dropdown span:hover,
.report_graph_column .report_graph_column_header .select_box .select_dropdown span:hover {
	color: #68b42a;
}

.report_graph_box .graph_box_title .select_box .select_dropdown span.selected {
	color: #68b42a;
	/* padding-left: 20px; */
	background-position: center left 0;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown {
	padding: 0 30px;
	width: 245px;
	gap: 30px;
	flex-direction: initial;
	flex-wrap: wrap;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box.open_box .select_dropdown {
	padding: 15px 30px;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box h6,
.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box .check_box label {
	font-size: 14px;
	line-height: initial;
	font-weight: bold;
	font-family: var(--font-inter);
	color: #343844;
	margin: 0 0 15px;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box {
	width: calc(50% - 15px);
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box .check_box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box .check_box:last-of-type {
	margin-bottom: 0;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box .check_box input {
	width: 12px;
	height: 12px;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none;
	min-width: initial;
	line-height: initial;
	border-radius: 3px;
	top: 2px;
	position: relative;
	border-color: #c2c3c7;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box .check_box input:checked::before {
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%236AB82B%27%2F%3E%3C%2Fsvg%3E");
	margin: 0;
	left: -4px;
	position: relative;
	top: -3px;
	width: 16px;
	height: 16px;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box .check_box label {
	margin-bottom: 0;
}

.report_graph_box .graph_box_title .select_box.filter_by_select_box .select_dropdown .dropdown_box .check_box input:checked~label {
	color: #68b42a;
}

a.show_compare {
	cursor: pointer;
	color: var(--green);
	font-weight: 600;
	font-size: 24px;
}

.compare-to-text {
	color: rgba(0, 0, 0, 0.4);
	margin-left: 5px;
}

.open_box {
	background-color: var(--green);
}

.filter-dropdown {
	width: 520px;
}

.date_fields {
	display: flex;
}

#date-type span.disabled {
	display: none !important;
}

/* .tab-content-area.settingsPageTabs .tabs-content-wrapper{
  border-top: none !important;
} */
.profile-desc p {
	margin-top: 30px;
	font-size: 18px;
}

.table-filter .row {
    gap: 10px;
    justify-content: space-between;
}