/* # Login and Sign Up Form
---------------------------------------------------------------------------------------------------- */
.auth-form-container {
	box-shadow: 0 4px 8px 0 #00000014, 0 0 4px 0 #0000000a, 0 1px 1px 0 #0000001f;
}

.auth-form.login-form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	align-items: center;
	justify-content: space-between;
}

.auth-form .form-control-wrap {
	margin-bottom: 32px;
	position: relative;
}

.auth-form .form-control-wrap:not(.form-check) input,
.auth-form .form-control-wrap select {
	border-radius: 10px;
	padding: 14px 12px;
	background-color: #ffffff;
	border: 1px solid #00000029;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 8px;
}

.auth-form .form-control-wrap.form-check,
.auth-form .form-control-wrap.forgot-password {
	width: 48%;
}

.auth-form .form-control-wrap.form-check input {
	margin-right: 8px;
}

.auth-form .form-control-wrap.form-check label {
	font-weight: 500;
}

.auth-form .form-control-wrap,
.auth-form .form-control-wrap:not(.form-check) input,
.auth-form .form-control-wrap:not(.form-check) label {
	display: block;
	width: 100%;
}

.auth-form .form-control-wrap label {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.auth-form .form-control-wrap label span {
	color: #f46600;
}

.auth-form .form-control-wrap button {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	background-color: transparent;
	color: #1c3140;
	font-size: 12px;
	line-height: 1.2;
	position: absolute;
	top: 46px;
	right: 10px;
}

.auth-form .form-control-wrap.forgot-password {
	font-size: 14px;
	text-align: end;
}

.auth-form .form-control-wrap.form-error,
p.form-error {
	color: #ff0000;
	font-size: 14px;
}

.auth-form .form-control-wrap.form-success,
p.form-success {
	color: #5cb85c;
	font-size: 14px;
}

.auth-form input[type="submit"] {
	width: 100%;
	padding: 12px 24px;
	font-weight: 500;
}

.auth-form-redirect {
	margin-top: 32px;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.auth-form .form-control-wrap {
		margin-bottom: 28px;
	}
	
	.auth-form .form-control-wrap:not(.form-check) input,
	.auth-form .form-control-wrap select {
		padding: 11.5px 10px;
		font-size: 13px;
		margin-top: 6px;
	}
	
	.auth-form .form-control-wrap.form-check input {
		margin-right: 7px;
	}
	
	.auth-form .form-control-wrap label {
		font-size: 15px;
	}

	.auth-form .form-control-wrap button {
		font-size: 11px;
		top: 40px;
	}
	
	.auth-form .form-control-wrap.forgot-password,
	.auth-form .form-control-wrap.form-error,
	p.form-error,
	.auth-form .form-control-wrap.form-success,
	p.form-success {
		font-size: 13px;
	}
	
	.auth-form input[type="submit"] {
		padding: 10px 20px;
	}
	
	.auth-form-redirect {
		margin-top: 28px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.auth-form .form-control-wrap {
		margin-bottom: 24px;
	}
	
	.auth-form .form-control-wrap:not(.form-check) input,
	.auth-form .form-control-wrap select {
		padding: 9px 8px;
		font-size: 12px;
		margin-top: 4px;
	}
	
	.auth-form .form-control-wrap.form-check input {
		margin-right: 6px;
	}
	
	.auth-form .form-control-wrap label {
		font-size: 14px;
	}

	.auth-form .form-control-wrap button {
		font-size: 10px;
		top: 34px;
	}
	
	.auth-form .form-control-wrap.forgot-password,
	.auth-form .form-control-wrap.form-error,
	p.form-error,
	.auth-form .form-control-wrap.form-success,
	p.form-success {
		font-size: 12px;
	}
	
	.auth-form input[type="submit"] {
		padding: 8px 16px;
	}
	
	.auth-form-redirect {
		margin-top: 24px;
		font-size: 14px;
	}
}

/* # Pricing
---------------------------------------------------------------------------------------------------- */
.rfn-pricing {
	display: flex;
	justify-content: center;
	gap: 32px 2.79%;
	width: 100%;
}

body.page-id-646 .rfn-pricing {
	max-width: 1144px;
	margin-left: auto;
	margin-right: auto;
}

.rfn-pricing .rfn-pricing-card {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	background-color: #262626;
	border: 1px solid #4e4e4e;
	border-radius: 8px;
	padding: 32px 24px;
	width: 31.47%;
}

/* body.page-id-646 .rfn-pricing .rfn-pricing-card {
	background-color: #00000005;
	border-color: #e1e1e1;
} */

.rfn-pricing .rfn-pricing-card:focus,
.rfn-pricing .rfn-pricing-card:hover {
	background-color: #3a3a3a;
	border: 2px solid #777777;
}

/* body.page-id-646 .rfn-pricing .rfn-pricing-card:focus,
body.page-id-646 .rfn-pricing .rfn-pricing-card:hover {
	border: 2px solid #f46600;
	background-color: #fffaf7;
} */

.rfn-pricing .rfn-pricing-card h3 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 8px;
}

/* body.page-id-646 .rfn-pricing .rfn-pricing-card h3,
body.page-id-646 .rfn-pricing-card .rfn-pricing-card-price {
	color: #000000 !important;
} */

.rfn-pricing .rfn-pricing-card p {
	font-size: 14px;
}

.rfn-pricing .rfn-pricing-card .rfn-pricing-card-price {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	color: #ffffff;
	margin-bottom: 0;
}

.rfn-pricing .rfn-pricing-card .rfn-pricing-card-price span:not(.amount):not(.amount span) {
	font-size: 14px;
	color: #e1e1e1;
}

/* body.page-id-646 .rfn-pricing .rfn-pricing-card p,
body.page-id-646 .rfn-pricing .rfn-pricing-card ul li,
body.page-id-646 .rfn-pricing .rfn-pricing-card .rfn-pricing-card-price span:not(.amount):not(.amount span) {
	color: #3a3a3a;
} */

.rfn-pricing .rfn-pricing-card ul {
	margin: 16px 0 24px;
}

.rfn-pricing .rfn-pricing-card ul li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
}

.rfn-pricing .rfn-pricing-card ul li:not(:last-child) {
	margin-bottom: 16px;
}

.rfn-pricing .rfn-pricing-card a {
	width: 100%;
	text-align: center;
	margin-top: auto;
	padding: 13px 20px;
	font-size: 16px;
}

.rfn-pricing .rfn-pricing-card a:focus,
.rfn-pricing .rfn-pricing-card a:hover {
	color: #ffffff;
	background-color: transparent;
}

.rfn-pricing .rfn-pricing-card:first-child a {
	color: #ff9425;
	background-color: transparent;
}

/* body.page-id-646 .rfn-pricing .rfn-pricing-card:first-child a {
	background-color: #ffffff;
	color: #777777;
} */

.rfn-pricing .rfn-pricing-card:nth-child(2) a {
	color: #000000;
	background-color: #f46600;
}

.rfn-pricing .rfn-pricing-card:nth-child(2) a:focus,
.rfn-pricing .rfn-pricing-card:nth-child(2) a:hover {
	color: #000000;
	background-color: #f46600;
}

.rfn-pricing .rfn-pricing-card:last-child a {
	color: #e1e1e1;
	background-color: #000000;
}

@media only screen and (max-width: 1024px) {
	.rfn-pricing .rfn-pricing-card {
		row-gap: 7px;
		padding: 28px 21px;
	}
	
	.rfn-pricing .rfn-pricing-card h3 {
		font-size: 19px;
		margin-bottom: 7px;
	}

	.rfn-pricing .rfn-pricing-card p {
		font-size: 13px;
	}
	
	.rfn-pricing .rfn-pricing-card .rfn-pricing-card-price {
		font-size: 32px;
	}
	
	.rfn-pricing .rfn-pricing-card .rfn-pricing-card-price span:not(.amount):not(.amount span) {
		font-size: 13px;
	}

	.rfn-pricing .rfn-pricing-card ul {
		margin: 14px 0 21px;
	}

	.rfn-pricing .rfn-pricing-card ul li {
		gap: 10px;
		font-size: 15px;
	}

	.rfn-pricing .rfn-pricing-card ul li:not(:last-child) {
		margin-bottom: 14px;
	}

	.rfn-pricing .rfn-pricing-card a {
		padding: 11px 17px;
		font-size: 15px;
	}
}


@media only screen and (max-width: 767px) {
	.rfn-pricing {
		flex-wrap: wrap;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.rfn-pricing .rfn-pricing-card {
		row-gap: 6px;
		padding: 24px 18px;
		width: 100%;
	}
	
	.rfn-pricing .rfn-pricing-card h3 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.rfn-pricing .rfn-pricing-card p {
		font-size: 12px;
	}
	
	.rfn-pricing .rfn-pricing-card .rfn-pricing-card-price {
		font-size: 28px;
	}
	
	.rfn-pricing .rfn-pricing-card .rfn-pricing-card-price span:not(.amount):not(.amount span) {
		font-size: 12px;
	}

	.rfn-pricing .rfn-pricing-card ul {
		margin: 12px 0 18px;
	}

	.rfn-pricing .rfn-pricing-card ul li {
		gap: 8px;
		font-size: 14px;
	}

	.rfn-pricing .rfn-pricing-card ul li:not(:last-child) {
		margin-bottom: 12px;
	}
	
	.rfn-pricing .rfn-pricing-card a {
		padding: 9px 14px;
		font-size: 14px;
	}
}

/* # Dashboard - Licenses
---------------------------------------------------------------------------------------------------- */
.dashboard-container {
	min-height: calc(100vh - 455.56px) !important;
}

.dashboard-licenses .dashboard-licenses-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.dashboard-licenses .dashboard-licenses-title h1 {
	font-size: 36px;
}

.dashboard-licenses .dashboard-licenses-title .button,
.dashboard-licenses .dashboard-licenses-empty .button {
	padding: 7px 14px;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 500;
}

.dashboard-licenses .dashboard-licenses-title .button {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dashboard-licenses .dashboard-licenses-title .button svg {
	width: 20px;
	height: 20px;
}

.dashboard-licenses .table-responsive {
	overflow-x: auto;
	margin-top: 24px;
	width: 100%;
}

.dashboard-licenses table {
	color: #000000;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	width: 1312px;
}

.dashboard-licenses table thead {
	background-color: #E1E1E180;
}

.dashboard-licenses table thead th:first-child {
	border-radius: 8px 0 0 0;
}

.dashboard-licenses table thead th:last-child {
	border-radius: 0 8px 0 0;
}

.dashboard-licenses table tbody tr:not(:last-child) {
	border-bottom: 1px solid #d5d5d5;
}

.dashboard-licenses table th,
.dashboard-licenses table td {
	padding: 21px 16px;
	font-size: 16px;
	line-height: 1.3;
}

.dashboard-licenses table th {
	font-weight: 600;
}

.dashboard-licenses table td {
	font-weight: 400;
}

.dashboard-licenses table td.license {
	cursor: pointer;
}

.dashboard-licenses table td span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	border-radius: 100px;
}

.dashboard-licenses table td span.active {
	background-color: #e0f2ff;
	color: #0265dc;
}

.dashboard-licenses table td span.expiring-soon {
	background-color: #ffeccc;
	color: #b14c00;
}

.dashboard-licenses table td span.expired {
	background-color: #ffebe7;
	color: #d31510;
}

.dashboard-licenses table td span svg {
	width: 8px;
	height: 8px;
}

.dashboard-licenses .dashboard-licenses-empty {
	text-align: center;
	margin-top: 100px;
}

.dashboard-licenses .dashboard-licenses-empty .button {
	margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
	.dashboard-container {
		min-height: calc(100vh - 473.84px) !important;
	}
	
	.dashboard-licenses .dashboard-licenses-title h1 {
		font-size: 32px;
	}
	
	.dashboard-licenses .dashboard-licenses-title .button,
	.dashboard-licenses .dashboard-licenses-empty .button {
		font-size: 15px;
	}
	
	.dashboard-licenses .dashboard-licenses-title .button {
		gap: 7px;
	}

	.dashboard-licenses .dashboard-licenses-title .button svg {
		width: 19px;
		height: 19px;
	}
	
	.dashboard-licenses table {
		width: 1162px;
	}
	
	.dashboard-licenses table th,
	.dashboard-licenses table td {
		padding: 18px 14px;
		font-size: 15px;
	}
	
	.dashboard-licenses .dashboard-licenses-empty {
		margin-top: 70px;
	}
	
	.dashboard-licenses .dashboard-licenses-empty img {
		width: 315px;
	}
	
	.dashboard-licenses .dashboard-licenses-empty .button {
		margin-top: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.dashboard-container {
		min-height: calc(100vh - 417.88px) !important;
	}
	
	.dashboard-licenses .dashboard-licenses-title h1 {
		font-size: 28px;
	}
	
	.dashboard-licenses .dashboard-licenses-title .button,
	.dashboard-licenses .dashboard-licenses-empty .button {
		font-size: 14px;
	}
	
	.dashboard-licenses .dashboard-licenses-title .button {
		gap: 6px;
	}

	.dashboard-licenses .dashboard-licenses-title .button svg {
		width: 18px;
		height: 18px;
	}
	
	.dashboard-licenses table {
		width: 1012px;
	}
	
	.dashboard-licenses table th,
	.dashboard-licenses table td {
		padding: 15px 12px;
		font-size: 14px;
	}
	
	.dashboard-licenses .dashboard-licenses-empty {
		margin-top: 30px;
	}
	
	.dashboard-licenses .dashboard-licenses-empty img {
		width: 270px;
	}
	
	.dashboard-licenses .dashboard-licenses-empty .button {
		margin-top: 12px;
	}
}

/* # Dashboard - Account
---------------------------------------------------------------------------------------------------- */
.dashboard-account {
	max-width: 639px;
	margin-left: auto;
	margin-right: auto;
}

.dashboard-account h1 {
	font-size: 36px;
}

.dashboard-account .edit-account {
	margin-top: 32px;
}

.dashboard-account .edit-account .woocommerce-form-row {
	margin-bottom: 32px;
}

.dashboard-account .edit-account fieldset .woocommerce-form-row:last-child {
	margin-bottom: 0;
}

.dashboard-account .edit-account .woocommerce-form-row.woocommerce-form-row--first,
.dashboard-account .edit-account .woocommerce-form-row.woocommerce-form-row--last {
	width: 48%;
}

.dashboard-account .edit-account .woocommerce-form-row.woocommerce-form-row--first {
	float: left;
}

.dashboard-account .edit-account .woocommerce-form-row.woocommerce-form-row--last {
	float: right;
}

.dashboard-account .edit-account fieldset legend,
.dashboard-account .edit-account .woocommerce-form-row label {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.dashboard-account .edit-account .woocommerce-form-row input {
	border-radius: 10px;
	padding: 14px 12px;
	background-color: #ffffff;
	border: 1px solid #00000029;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 8px;
}

.dashboard-account .edit-account .woocommerce-form-row span {
	font-size: 12px;
}

.dashboard-account .edit-account button[type="submit"] {
	margin-top: 48px;
	padding: 12px 89px;
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.dashboard-account {
		max-width: 514px;
	}
	
	.dashboard-account h1 {
		font-size: 32px;
	}
	
	.dashboard-account .edit-account {
		margin-top: 28px;
	}

	.dashboard-account .edit-account .woocommerce-form-row {
		margin-bottom: 28px;
	}

	.dashboard-account .edit-account fieldset legend,
	.dashboard-account .edit-account .woocommerce-form-row label {
		font-size: 15px;
	}

	.dashboard-account .edit-account .woocommerce-form-row input {
		padding: 11.5px 10px;
		font-size: 13px;
		margin-top: 7px;
	}

	.dashboard-account .edit-account .woocommerce-form-row span {
		font-size: 11px;
	}
	
	.dashboard-account .edit-account button[type="submit"] {
		margin-top: 42px;
		padding: 10px 74px;
	}
}

@media only screen and (max-width: 767px) {
	.dashboard-account {
		max-width: 389px;
	}
	
	.dashboard-account h1 {
		font-size: 28px;
	}
	
	.dashboard-account .edit-account {
		margin-top: 24px;
	}

	.dashboard-account .edit-account .woocommerce-form-row {
		margin-bottom: 24px;
	}
	
	.dashboard-account .edit-account fieldset legend,
	.dashboard-account .edit-account .woocommerce-form-row label {
		font-size: 14px;
	}

	.dashboard-account .edit-account .woocommerce-form-row input {
		padding: 9px 8px;
		font-size: 12px;
		margin-top: 6px;
	}

	.dashboard-account .edit-account .woocommerce-form-row span {
		font-size: 10px;
	}
	
	.dashboard-account .edit-account button[type="submit"] {
		margin-top: 36px;
		padding: 8px 59px;
		width: 100%;
	}
}

/* # Checkout
---------------------------------------------------------------------------------------------------- */
/* .wp-block-woocommerce-checkout,
.wp-block-woocommerce-checkout h2 {
	color: #000000;
} */