:root {

	--jet-color-orange-100: #FE6600;
	--jet-color-apricot-100: #FB9216;
	--jet-color-honey-100: #F1B51C;
	--jet-color-north-sea-100: #F1B51C;
	--jet-color-light-blue-100: #eaf1f9;
	--jet-color-navy-100: #2C3580;
	--jet-color-gray-100: #808080;
	--jet-color-gray-75: #8C8C8C;
	--jet-color-gray-25: #DFDFDF;
	--jet-color-black-100: #322B29;
	--jet-color-red-100: #BE2E39;
	--jet-color-purple-100: #862EBE;
	--jet-color-turquoise-100: #2EBEA8;
	--jet-color-yellow-100: #FFC630;
	--jet-color-yellow: #F2C31F;
	--jet-color-yellow-75: #E9F360;
	--jet-color-primary-text: var(--jet-color-navy-100);
	--jet-color-background: #f4f7fa;
	--jet-color-white: #ffffff;
	--jet-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
	--jet-border-radius: 7px;
	--font-primary: 'Inter', system-ui, -apple-system, sans-serif;
}

@font-face {
	font-family: Inter;
	src: url('../fonts/Inter.ttf') format('truetype');
	font-weight: 200 900;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('../fonts/Inter-Italic.ttf') format('truetype');
	font-weight: 200 900;
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}


#jethost-total-care,
#jethost-total-care * {
	box-sizing: border-box;
}


#wpwrap {
	background-color: var(--jet-color-background);
}

#jethost-total-care .nav-tab-wrapper,
#jethost-total-care .wrap h2.nav-tab-wrapper,
#jethost-total-care h1.nav-tab-wrapper {
	border-bottom: 1px solid white;
}

#jethost-total-care .nav-tab {
	background: none;
	border: none;
	font-family: Inter, serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--jet-color-primary-text);
}

#jethost-total-care .nav-tab-active,
#jethost-total-care .nav-tab-active:focus,
#jethost-total-care .nav-tab-active:focus:active {
	color: var(--jet-color-orange-100);
}

#jethost-total-care .nav-tab-active:hover,
#jethost-total-care .nav-tab:hover {
	color: var(--jet-color-apricot-100);
	text-decoration: underline;
}

#jethost-total-care .card {
	position: relative;
	padding: .7em 1.4em 1em;
	border-radius: var(--jet-border-radius);
	border: none;
	box-shadow: var(--jet-box-shadow);
}

#jethost-total-care .button {
	border: 1px solid var(--jet-color-navy-100);
	padding: 10px 30px;
	margin: 0;
	text-decoration: none;
	background: var(--jet-color-navy-100);
	color: white;
	font-size: 20px;
	text-align: center;
	border-radius: var(--jet-border-radius);
	min-height: 0;
	line-height: normal;
}

#jethost-total-care .button:hover {
	background: white !important;
	color: var(--jet-color-navy-100);
}

#jethost-total-care,
#jethost-total-care p {
	font-family: Inter, sans-serif;
	font-size: 16px;
	color: var(--jet-color-primary-text);
}

#jethost-total-care h1,
#jethost-total-care h2,
#jethost-total-care h3,
#jethost-total-care h4,
#jethost-total-care h5,
#jethost-total-care h6 {
	font-family: Inter, serif;
	font-weight: 500;
	color: var(--jet-color-primary-text);
}

#jethost-total-care h1 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
}

#jethost-total-care h3 {
	font-size: 24px;
}

#jethost-total-care p.submit {
	padding: 0;
	margin: 0;
}

#jethost-total-care .notice p {
	margin: 0.5em 0 !important;
	padding: 2px;
}

#jethost-total-care .button-primary {
	background: var(--jet-color-navy-100);
	border-color: var(--jet-color-navy-100);
}

#jethost-total-care .button-primary:hover {
	background: var(--jet-color-navy-100);
	border-color: var(--jet-color-navy-100);
}

#jethost-total-care .button-primary.wpdiv-red {
	background-color: var(--jet-color-red-100);
	border-color: var(--jet-color-red-100);
}

#jethost-total-care .button-primary.wpdiv-red:hover {
	background: var(--jet-color-red-100);
	border-color: var(--jet-color-red-100);
}

#jethost-total-care a:not(.nav-tab):not(.button) {
	color: var(--jet-color-navy-100);
}

#jethost-total-care a:not(.nav-tab):not(.button):hover {
	color: var(--jet-color-navy-100);
	text-decoration: none;
}

#jethost-total-care a.wpdiv-red {
	color: var(--jet-color-white);
}

#jethost-total-care p {
	margin: 0 0 5px;
}

#jethost-total-care .cfg-error {
	color: var(--jet-color-red-100);
}

.wpdiv-logo {
	padding: 20px;
}

.wpdiv-logo img {
	width: 205px;
}

.wpdiv-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-right: 3rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.wpdiv-row {
		min-width: 600px;
		max-width: calc(50% - 1rem);
	}
}

@media (max-width: 768px) {
	.wpdiv-container {
		margin-right: 0px;
	}
}

/*.wpdiv-row > div,*/
/*.wpdiv-row > section {*/
/*	width: 100%;*/
/*	max-width: 850px;*/
/*	z-index: 1;*/
/*}*/

.wpdiv-row .card {
	min-width: 190px;
	max-width: unset;
	width: 100%;
}

.wpdiv-icon {
	width: 135px;
	height: 120px;
	fill: var(--jet-color-gray-75);
}

.wpdiv-icon.success {
	fill: var(--jet-color-turquoise-100);
}

.wpdiv-icon.warning {
	fill: var(--jet-color-orange-100);
}

.wpdiv-icon.error {
	fill: var(--jet-color-red-100);
}

.wpdiv-flex {
	display: flex;
}

.wpdiv-mt-20 {
	margin-top: 20px;
}

.wpdiv-mb-10 {
	margin-bottom: 10px;
}

.wpdiv-m-center {
	margin: 0 auto;
}

.wpdiv-center {
	text-align: center;
}

.wpdiv-right {
	text-align: right;
}

.wpdiv-left {
	text-align: left;
}

.wpdiv-f-between {
	display: flex;
	justify-content: space-between;
}

input[type="checkbox"].wpdiv-toggle {
	appearance: none;
	padding: 14px 32px !important;
	border-radius: var(--jet-border-radius);
	background: radial-gradient(circle 10px, var(--jet-color-white) 100%, transparent calc(100% + 1px)) var(--jet-color-gray-25) -16px;
	transition: 0.3s ease-in-out;
	border: none;
}

input[type="checkbox"].wpdiv-toggle:checked {
	background-color: var(--jet-color-navy-100);
	background-position: 16px;
}

input[type="checkbox"].wpdiv-toggle:checked:before {
	content: '';
	margin: 0;
	height: 0;
	width: 0;
}

input[type="checkbox"]:focus {
	box-shadow: 0 0 0 1px var(--jet-color-navy-100);
}

.wpdiv-dropdown-menu {
	position: relative;
}


.wpdiv-dropdown {
	width: 30px;
	height: 30px;
}

.wpdiv-dropbtn-icons {
	position: absolute;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}

.wpdiv-dropbtn-icons li {
	background: none repeat scroll 0 0 #000;
	height: 5px;
	width: 5px;
	line-height: 0;
	list-style: none;
	margin: 0 3px 0 0;
	border-radius: var(--jet-border-radius);
	pointer-events: none;
}

.wpdiv-dropdown-content {
	display: none;
	position: absolute;
	background-color: var(--jet-color-white);
	min-width: 160px;
	overflow: auto;
	box-shadow: var(--jet-box-shadow);
	z-index: 1;
	right: 0;
	border-radius: var(--jet-border-radius);
	top: 25px;
}

.wpdiv-dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.wpdiv-dropdown a:hover {
	background-color: #f1f1f1
}


/*---- Connect begin  ---- */
#wpdiv-connect {
	margin: 0 auto;
	max-width: 650px;
}

#wpdiv-connect img {
	margin-top: 25px;
	margin-bottom: 25px;
}

#wpdiv-connect p {
	font-size: 16px;
}

#wpdiv-connect h2 {
	font-size: 26px;
	line-height: 1.2;
}

#wpdiv-connect h3 {
	font-size: 22px;
	line-height: 1.2;
}

#wpdiv-connect .card {
	margin-top: 20px;
}

#jethost-total-care .wpdiv-connect-form p.submit {
	text-align: center;
	margin-bottom: 10px;
}

/*---- Connect End  ---- */
/*---- Dashboard begin  ---- */
#wpdiv-dashboard,
#wpdiv-enhancements {
	position: relative;
	z-index: 1;
}

.wpdiv-dashboard-svg-group {
	position: absolute;
	left: 520px;
	top: 270px;
	z-index: 0;
}

.wpdiv-enhancements-svg-group {
	position: absolute;
	right: 300px;
	top: 400px;
	z-index: 0;
}

.wpdiv-contact-us-form form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wpdiv-contact-us-form>* {
	width: 100%;
}

.wpdiv-page-main-block .wpdiv-row {
	align-items: center;
}

.wpdiv-page-main-block svg {
	width: 260px;
	height: 175px;
}

.wpdiv-page-main-block li {
	align-items: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.wpdiv-page-main-block li:before {
	display: inline-block;
	content: " ";
	border: 1px solid black;
	width: 15px;
	height: 15px;
	border-radius: var(--jet-border-radius);
	margin-right: 10px;
}

.wpdiv-page-main-block li.wpdiv-active:before {
	border-color: var(--jet-color-turquoise-100);
	background-color: var(--jet-color-turquoise-100);
}

.wpdiv-page-main-block li.wpdiv-inactive:before {
	border-color: var(--jet-color-red-100);
	background-color: var(--jet-color-red-100);
}

.wpdiv-upgrade>div:first-of-type {
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

@media only screen and (max-width: 640px) {

	#wpdiv-dashboard .wpdiv-settings,
	#wpdiv-dashboard .wpdiv-statuses-blocks .wpdiv-row {
		flex-wrap: wrap;
	}

	/*#wpdiv-dashboard .wpdiv-statuses-blocks .card {*/
	/*	width: 190px;*/
	/*}*/
}

@media only screen and (max-width: 580px) {
	.wpdiv-page-main-block>.wpdiv-row {
		flex-direction: column;
	}
}

/*---- Dashboard end  ---- */

/*---- Backup start  ---- */
#wpdiv-backup {
	position: relative;
	z-index: 1;
}

.wpdiv-backup-svg-group {
	position: absolute;
	left: 480px;
	top: 300px;
	z-index: 0;
	width: 420px;
	height: 420px;
}

.wpdiv-security-svg-group {
	position: absolute;
	right: 300px;
	top: 300px;
	z-index: 0;
	width: 420px;
	height: 420px;
}

#wpdiv-backup .wpdiv-available-backups__row {
	width: 100%;
	gap: 10px;
	padding: 10px 0;
	align-items: center;
}

#wpdiv-backup .wpdiv-available-backups__row:not(:last-of-type) {
	border-bottom: 1px solid var(--jet-color-gray-25);
}

#wpdiv-backup .wpdiv-available-backups__row>div {
	align-items: center;
	gap: 5px;
}

#wpdiv-backup .wpdiv-available-backups__row>div:first-of-type {
	width: 100%;
}

#wpdiv-backup .wpdiv-available-backups__row .wpdiv-dropdown-menu {
	margin-left: 10px;
}

.wpdiv-available-backups {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.wpdiv-wrap {
		flex-wrap: wrap;
	}
}

/*---- Backup end  ---- */

/*---- Backup restore begin ---- */
#wpdiv-backup-download,
#wpdiv-backup-restore {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	padding: 20px;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.9);
}

#wpdiv-backup-download>section,
#wpdiv-backup-restore>section {
	position: relative;
	padding: 30px 60PX;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 500px;
	background: var(--jet-color-white);
	border-radius: var(--jet-border-radius);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#wpdiv-backup-download>section>form,
#wpdiv-backup-restore>section>form {
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

#wpdiv-backup-download h1,
#wpdiv-backup-restore h1 {
	margin-bottom: 30px;
}

#wpdiv-backup-download p,
#wpdiv-backup-restore p {
	margin-bottom: 10px;
}

#wpdiv-backup-download p.wpdiv-backup-restore-note {
	margin-bottom: 40px;
}

.wpdiv-backup-download-container,
.wpdiv-backup-restore-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: auto;
}

.wpdiv-backup-restore-form-step-1 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	margin-top: 30px;
}

.wpdiv-restore-big-label {
	font-size: 24px;
	margin-right: 20px;
	vertical-align: text-bottom;
}

.wpdiv-backup-restore-chunks {
	margin-top: 20px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.wpdiv-backup-restore-chunks .wpdiv-chunk {
	margin-bottom: 15px;
	font-size: 16px;
}

.wpdiv-steps-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.wpdiv-steps-dots div {
	width: 25px;
	height: 25px;
	border-radius: var(--jet-border-radius);
	background: var(--jet-color-gray-25);
}

.wpdiv-steps-dots div.wpdiv-step-active {
	background: var(--jet-color-navy-100);
}

.wpdiv-spinner {
	max-width: 400px;
	margin: 0 auto;
}

#wpdiv-backup-restore-successfull {
	color: var(--jet-color-navy-100);
	font-size: 32px;
}

.wpdiv-backup-download-submit {
	margin-bottom: 50px;
	padding: 5px;
}

.wpdiv-cross-stand-alone {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	display: inline-block;
	transition: all 150ms;
	outline: none;
}

.wpdiv-cross-stand-alone:hover {
	transform: scale(120%);
}

.wpdiv-cross-stand-alone:before,
.wpdiv-cross-stand-alone:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 4px;
	background: #000;
	border-radius: var(--jet-border-radius);
}

.wpdiv-cross-stand-alone:before {
	transform: rotate(45deg);
}

.wpdiv-cross-stand-alone:after {
	transform: rotate(-45deg);
}

.wpdiv-cross-stand-alone span {
	display: block;
}

.wpdiv-download-ready ul {
	font-size: 18px;
	text-align: center;
}

.wpdiv-restore-all-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.wpdiv-restore-footer {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 600px) {
	.wpdiv-backup-restore-form-step-1 {
		margin-top: 20px;
		gap: 20px;
		flex-direction: column;
	}

	#wpdiv-backup-download>section,
	#wpdiv-backup-restore>section {
		width: 100%;
		height: 100%;
	}
}

/*---- Backup restore end ---- */

/*---- Malware start ---- */
#wpdiv-malware {
	position: relative;
	z-index: 1;
}

.wpdiv-malware-svg-group {
	position: absolute;
	left: 550px;
	top: 230px;
	z-index: 0;
	width: 420px;
	height: 420px;
}

.wpdiv-malware-result-table-header,
.wpdiv-malware-result-table-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 10px 0 10px;
}

.wpdiv-malware-result-table-row {
	border-radius: var(--jet-border-radius);
	box-shadow: var(--jet-box-shadow);
	background-color: #ffffff;
	padding: 12px 30px 12px 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.wpdiv-malware-result-table-row:hover {

	box-shadow: var(--jet-box-shadow);
}

.wpdiv-malware-result-table-row span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: var(--jet-border-radius);
	background-color: var(--jet-color-turquoise-100);
}

.wpdiv-malware-result-table-row span.wpdiv-scan-error {
	background-color: var(--jet-color-red-100);
}

.wpdiv-malware-result-table-row span.wpdiv-scan-error a {
	color: var(--jet-color-white) !important;
}

.wpdiv-modal-container {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	z-index: 99999;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 100vw;
	height: 100vh;
}

.wpdiv-modal-container>div {
	padding: .1em 2em 1em;
	border-radius: var(--jet-border-radius);
	border: none;
	box-shadow: var(--jet-box-shadow);
	background-color: var(--jet-color-white);
	position: relative;
	max-width: calc(100vw - 40px);
	overflow: auto;
}

.wpdiv-modal-container .wpdiv-modal-container-body {
	width: 770px;
	height: 450px;
	overflow: auto;
	max-height: calc(100vh - 40px);
	padding: 10px;
}

.wpdiv-modal-container .wpdiv-modal-container-body>div {
	margin-bottom: 10px;
	overflow: hidden;
}

.wpdiv-modal-container .wpdiv-modal-container-footer {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.wpdiv-malware-scan-warning {
	border-radius: var(--jet-border-radius);
	background-color: var(--jet-color-background);
	font-weight: 600;
	font-size: 15px;
	padding: 20px 30px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 20px !important;
}

/*---- Malware end ---- */
/*---- Monitoring start ---- */
#wpdiv-monitoring>div {
	position: relative;
	max-width: 1240px;
}

.wpdiv-free-service-popup {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.wpdiv-free-service-popup .card {
	width: 100%;
	padding: 30px;
}

#jethost-total-care .wpdiv-free-service-popup .card h3 {
	color: var(--jet-color-navy-100);
}

@media only screen and (max-width: 1200px) {
	.wpdiv-free-service-popup {
		display: block;
		position: relative;
	}

	.wpdiv-free-service-popup .card {
		max-width: 610px;
	}
}

/*---- Monitoring end ---- */

.wpd-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90%;
}

.wpd-loader img {
	margin: 0 auto;
}

.terms_agreement .td {
	display: table-cell;
	padding: 2px;
}

.terms_agreement label {
	display: table-cell;
	padding: 2px;
}

.wpd-error-page {
	padding: 0 20px;
	text-align: center;
}

.wpd-error-page .sad-face {
	margin: 60px auto 30px;
	display: block;
}

#jethost-total-care .wpd-error-page h3 {
	color: #de7177;
	font-family: Inter, sans-serif;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

#jethost-total-care .wpd-error-page h4 {
	color: #de7177;
	font-size: 32px;
	line-height: 120%;
	font-weight: bold;
}

#wpdiv-connect-spinner {
	margin: 10vw auto 0;
	max-width: 650px;
	text-align: center;
}

.wpdiv-toggle-header,
.wpdiv-number-header,
.wpdiv-select-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.wpdiv-toggle-header label,
.wpdiv-number-header label,
.wpdiv-select-header label {
	font-weight: 600;
	font-size: 18px;
}

.wpdiv-input-container {
	position: relative;
}

.wpdiv-input-container:not(:last-of-type) {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--jet-color-gray-25);
}

.wpdiv-input-container .wpdiv-toggle-container {
	border: none;
	margin-bottom: 0;
}

.wpdiv-button-container .wpdiv-description {
	padding-top: 10px;
}

.wpdiv-number-container input[type="number"] {
	background-color: var(--jet-color-white);
	border: 2px solid var(--jet-color-gray-25);
	border-radius: var(--jet-border-radius);
	padding: 2px 0;
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: var(--jet-color-primary-text);
	width: 70px;
	transition: all 0.3s ease;
	-moz-appearance: textfield;
	text-align: center;
}

.wpdiv-number-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.wpdiv-number-control-btn {
	background: transparent;
	border: none;
	color: var(--jet-color-navy-100);
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wpdiv-number-decrement {
	left: 8px;
}

.wpdiv-number-increment {
	right: 8px;
}

.wpdiv-number-control-btn:after {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.wpdiv-number-increment:after {
	content: '+';
}

.wpdiv-number-decrement:after {
	content: '−';
}

.wpdiv-number-control-btn:hover {
	color: var(--jet-color-navy-100);
}

.wpdiv-number-control-btn:disabled {
	color: var(--jet-color-gray-75);
	cursor: not-allowed;
}

/* Update existing styles */
.wpdiv-number-container input[type="number"]::-webkit-outer-spin-button,
.wpdiv-number-container input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wpdiv-number-container input[type="number"]:focus {
	outline: none;
	border-color: var(--jet-color-navy-100);
	box-shadow: 0 0 0 2px var(--jet-color-navy-100);
}

.wpdiv-number-container input[type="number"]:hover:not(:disabled) {
	border-color: var(--jet-color-navy-100);
}

.wpdiv-number-container input[type="number"]:disabled {
	background-color: var(--jet-color-gray-25);
	cursor: not-allowed;
	opacity: 0.7;
}

.wpdiv-select-container {
	font-family: Inter, sans-serif;
}

.wpdiv-select-container:not(:last-of-type) {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--jet-color-gray-25);
}

.wpdiv-select-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.wpdiv-select-label {
	font-weight: 600;
	color: var(--jet-color-primary-text);
	font-size: 14px;
}

.wpdiv-select {
	background-color: var(--jet-color-white);
	border: 2px solid var(--jet-color-gray-25);
	border-radius: var(--jet-border-radius) !important;
	padding: 8px 35px 8px 15px;
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: var(--jet-color-primary-text);
	min-width: 120px;
	transition: all 0.3s ease;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	cursor: pointer;
}

.wpdiv-select:focus {
	outline: none;
	border-color: var(--jet-color-navy-100);
	box-shadow: 0 0 0 2px var(--jet-color-navy-100);
}

.wpdiv-select:hover:not(:disabled) {
	border-color: var(--jet-color-navy-100);
}

.wpdiv-select:disabled {
	background-color: var(--jet-color-gray-25);
	cursor: not-allowed;
	opacity: 0.7;
}

.wpdiv-select option {
	background-color: var(--jet-color-white);
	color: var(--jet-color-primary-text);
	padding: 8px;
}

.wpdiv-select-description {
	color: var(--jet-color-gray-75);
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 0;
}

[dir="rtl"] .wpdiv-select {
	background-position: left 10px center;
	padding: 12px 15px 8px 35px;
}

.wpdiv-button-container {
	display: flex;
	flex-direction: column;
}

.wpdiv-salt-heading {
	font-family: 'Inter', sans-serif !important;
	font-weight: 600;
	font-size: 18px;
}

.wpdiv-subheading {
	font-weight: 700;
	font-size: 18px !important;
}

.wpdiv-salt-button {
	margin-left: auto !important;
	margin-top: 0.5rem !important;
	background-color: var(--jet-color-navy-100);
	padding-top: 3px;
	padding-bottom: 3px;
}

#wpdiv-notices {
	position: sticky;
	top: 2rem;
	z-index: 99;
}

#wpdiv-enhancements {
	display: flex;
	gap: 24px;
}

@media (max-width: 1024px) {
	#wpdiv-enhancements {
		flex-direction: column;
	}
}

.wpdiv-admin-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.wpdiv-admin-list li {
	margin-top: 12px;
	margin-bottom: 8px;
}

.wpdiv-admin-list a {
	text-decoration: none;
	color: var(--jet-color-navy-100);
	font-size: 16px;
}

.wpdiv-admin-list a:hover {
	color: var(--jet-color-navy-100);
}

#wpdiv-author-base {
	background-color: var(--jet-color-white);
	border: 2px solid var(--jet-color-gray-25);
	border-radius: var(--jet-border-radius);
	padding: 8px 15px;
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: var(--jet-color-primary-text);
	width: 200px;
	transition: all 0.3s ease;
}

#wpdiv-author-base:focus {
	outline: none;
	border-color: var(--jet-color-navy-100);
	box-shadow: 0 0 0 2px var(--jet-color-navy-100);
}

#wpdiv-author-base:hover:not(:disabled) {
	border-color: var(--jet-color-navy-100);
}

.wpdiv-admin-list li::before {
	display: none;
}

#wpdiv-author-base-container {
	display: none;
}

.wpd-tooltip-container {
	position: relative;
	margin-right: auto;
	display: inline-block;
}

.wpd-tooltip {
	display: none;
	padding: 15px 24px 15px 27px;
	border-radius: var(--jet-border-radius);
	border: 1px solid var(--jet-color-navy-100);
	background: #fff;
	box-shadow: var(--jet-box-shadow);
	font-family: 'Inter', sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	z-index: 2;
	min-width: 500px;
}

.wpd-tooltip.wpd-align-bottom {
	bottom: 30px;
}

.wpd-tooltip-icon {
	margin-left: 10px;
	cursor: pointer;
	fill: #d4d4d8;
}

.wpd-tooltip-icon svg {
	width: 25px;
	height: 25px;
}

.wpd-tooltip-icon:hover {
	fill: var(--jet-color-navy-100);
}

.wpd-tooltip-icon.active {
	fill: var(--jet-color-navy-100);
}

@media only screen and (max-width: 550px) {
	.wpd-tooltip {
		left: 50%;
		transform: translate(-50%);
		min-width: 280px;
	}
}

.wpdiv-salt-top {
	display: flex;
	flex-direction: column;
}

.wpdiv-salt {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
}

@media (max-width: 768px) {
	.wpdiv-salt {
		flex-direction: column;
		gap: 0.5rem;
	}
}

.wpdiv-salt .wpd-tooltip-icon svg {
	margin-bottom: -6px;
}

#jethost-total-care .notice:not(#wpdiv-notices .notice),
.wpd-total-care_page_jethost-total-care-security .notice:not(#wpdiv-notices .notice),
.toplevel_page_jethost-total-care-enhancements .notice:not(#wpdiv-notices .notice) {
	display: none;
}

/* Text Input Component Styles */
.wpdiv-text-input-container {
	font-family: Inter, sans-serif;
}

.wpdiv-text-input-container:not(:last-of-type) {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--jet-color-gray-25);
}

.wpdiv-text-input-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.wpdiv-text-input-label {
	font-weight: 600;
	color: var(--jet-color-primary-text);
	font-size: 18px;
}

.wpdiv-text-input-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
}

.wpdiv-text-input {
	flex: 1;
	background-color: var(--jet-color-white);
	border: 2px solid var(--jet-color-gray-25);
	border-radius: var(--jet-border-radius);
	padding: 8px 12px;
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: var(--jet-color-primary-text);
	transition: all 0.3s ease;
}

.wpdiv-text-input:focus {
	outline: none;
	border-color: var(--jet-color-navy-100);
	box-shadow: 0 0 0 2px rgba(44, 53, 128, 0.2);
}

.wpdiv-text-input:hover:not(:disabled) {
	border-color: var(--jet-color-navy-100);
}

.wpdiv-text-input:disabled {
	background-color: var(--jet-color-gray-25);
	cursor: not-allowed;
	opacity: 0.7;
}

.wpdiv-text-input-button {
	white-space: nowrap;
	min-width: auto;
	padding: 8px 16px !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
}

.wpdiv-text-input-description {
	color: var(--jet-color-gray-75);
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 0;
}

/* Password Protection Specific Styles */
#wpdiv-password-container {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--jet-color-gray-25);
}

#wpdiv-password-container .wpdiv-text-input-container {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Custom Redirect Table Styles */
#wpdiv-redirect-container {
	margin-top: 15px;
	margin-bottom: 0;
}

.wpdiv-redirect-table-container {
	background-color: var(--jet-color-white);
	border-radius: var(--jet-border-radius);
	padding: 20px;
	border: 1px solid var(--jet-color-gray-25);
}

.wpdiv-redirect-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-family: Inter, sans-serif;
	border-radius: var(--jet-border-radius);
	overflow: hidden;
}

.wpdiv-redirect-table th {
	background-color: var(--jet-color-navy-100);
	color: var(--jet-color-white);
	padding: 12px 15px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	border: none;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.wpdiv-redirect-table th:last-child {
	border-right: none;
}

.wpdiv-redirect-table thead tr:first-child th:first-child {
	border-top-left-radius: var(--jet-border-radius);
}

.wpdiv-redirect-table thead tr:first-child th:last-child {
	border-top-right-radius: var(--jet-border-radius);
}

.wpdiv-redirect-table td {
	padding: 12px 15px;
	border: none;
	border-right: 1px solid var(--jet-color-gray-25);
	border-bottom: 1px solid var(--jet-color-gray-25);
	vertical-align: middle;
}

.wpdiv-redirect-table td:last-child {
	border-right: none;
}

.wpdiv-redirect-table tbody tr:last-child td {
	border-bottom: none;
}

.wpdiv-redirect-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: var(--jet-border-radius);
}

.wpdiv-redirect-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: var(--jet-border-radius);
}

.wpdiv-redirect-table tbody tr:nth-child(even) {
	background-color: var(--jet-color-background);
}

.wpdiv-redirect-table tbody tr:hover {
	background-color: var(--jet-color-light-blue-100);
}

.wpdiv-role-name {
	font-weight: 600;
	color: var(--jet-color-primary-text);
	text-transform: capitalize;
}

.wpdiv-redirect-input {
	width: 100%;
	padding: 8px 12px;
	border: 2px solid var(--jet-color-gray-25);
	border-radius: var(--jet-border-radius);
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: var(--jet-color-primary-text);
	background-color: var(--jet-color-white);
	transition: all 0.3s ease;
}

.wpdiv-redirect-input:focus {
	outline: none;
	border-color: var(--jet-color-navy-100);
	box-shadow: 0 0 0 2px rgba(44, 53, 128, 0.2);
}

.wpdiv-redirect-input:hover:not(:disabled) {
	border-color: var(--jet-color-navy-100);
}

.wpdiv-redirect-input::placeholder {
	color: var(--jet-color-gray-75);
	font-style: italic;
}

.wpdiv-redirect-save-container {
	text-align: right;
	padding-top: 10px;
}

#wpdiv-save-redirects {
	padding: 10px 20px !important;
	font-size: 14px !important;
	min-width: auto;
}

@media (max-width: 768px) {
	.wpdiv-redirect-table {
		font-size: 12px;
	}

	.wpdiv-redirect-table th,
	.wpdiv-redirect-table td {
		padding: 8px 10px;
	}

	.wpdiv-redirect-input {
		padding: 6px 8px;
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.wpdiv-redirect-table-container {
		padding: 15px;
		overflow-x: auto;
	}

	.wpdiv-redirect-table {
		min-width: 500px;
	}
}

/* Loader/Spinner Styles */
.wpdiv-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid var(--jet-color-primary-text);
	border-radius: 50%;
	border-top-color: var(--jet-color-white);
	animation: wpdiv-spin 0.8s ease-in-out infinite;
	vertical-align: middle;
}

@keyframes wpdiv-spin {
	to {
		transform: rotate(360deg);
	}
}

#wpdiv-comments-options-container {
	margin-top: 15px;
	padding: 20px;
	background-color: var(--jet-color-background);
	border-radius: var(--jet-border-radius);
	border: 1px solid var(--jet-color-gray-25);
}

.wpdiv-comments-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
	padding: 15px 0;
}

.wpdiv-comments-section h4 {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--jet-color-primary-text);
	margin: 0 0 12px 0;
}

.wpdiv-hide-comments-section {
	border-top: 1px solid var(--jet-color-gray-25);
	padding-top: 20px;
	margin-top: 10px;
}

.wpdiv-comments-group {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	align-items: center;
}

.wpdiv-checkbox-wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	padding: 8px 0;
}

#jethost-total-care .wpdiv-checkbox-wrapper .wpdiv-comment-checkbox,
#jethost-total-care input[type="checkbox"].wpdiv-comment-checkbox {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	border: 2px solid var(--jet-color-gray-25);
	border-radius: var(--jet-border-radius);
	background-color: var(--jet-color-white);
	background-image: none;
	background-size: 0;
	margin: 0 12px 0 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-shrink: 0;
	box-shadow: var(--jet-box-shadow);
	outline: none;
	vertical-align: middle;
}

#jethost-total-care .wpdiv-comment-checkbox:checked,
#jethost-total-care input[type="checkbox"].wpdiv-comment-checkbox:checked {
	background-color: var(--jet-color-navy-100);
	border-color: var(--jet-color-navy-100);
	transform: scale(1.05);
}

#jethost-total-care .wpdiv-checkbox.wpdiv-comment-checkbox::before {
	display: none !important;
}

.wpdiv-comments-save-btn {
	margin-top: 12px !important;
	margin-left: auto !important;
}

#jethost-total-care .wpdiv-comment-checkbox:checked::after,
#jethost-total-care input[type="checkbox"].wpdiv-comment-checkbox:checked::after {
	content: '';
	position: absolute;
	left: 6px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	display: block;
}

.wpdiv-checkbox:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(44, 53, 128, 0.2), var(--jet-box-shadow);
}

.wpdiv-checkbox:hover:not(:disabled) {
	border-color: var(--jet-color-navy-100);
	transform: scale(1.02);
}

.wpdiv-checkbox:disabled {
	background-color: var(--jet-color-gray-25);
	border-color: var(--jet-color-gray-25);
	cursor: not-allowed;
	opacity: 0.7;
	transform: none;
}

.wpdiv-checkbox-label {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--jet-color-primary-text);
	cursor: pointer;
	line-height: 1.4;
}

.wpdiv-checkbox:disabled+.wpdiv-checkbox-label {
	color: var(--jet-color-gray-75);
	cursor: not-allowed;
}

@media (max-width: 600px) {
	.wpdiv-comments-group {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.wpdiv-checkbox-wrapper {
		width: 100%;
	}
}

#wpdiv-custom-login-slug {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid var(--jet-color-gray-25) !important;
	border-left: none !important;
}

.wpdiv-url-prefix {
	background: #f1f1f1;
	padding: 5.4px 10px;
	border-top-left-radius: var(--jet-border-radius);
	border-bottom-left-radius: var(--jet-border-radius);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid var(--jet-color-gray-25);
	border-right: none !important;
	color: #666;
}

.wpdiv-warning-box {
	background-color: #fffbf0;
	border: 1px solid #f0c674;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.wpdiv-warning-box h4 {
	margin-top: 0;
	color: #8a6914;
}

.wpdiv-warning-box p {
	margin-bottom: 0;
}

.wpdiv-url-wrapper {
	display: flex;
	align-items: center;
	gap: 0;
}

.wpdiv-url-wrapper input {
	border-left: none;
	margin: 0;
}

#wpdiv-custom-login-container .wpdiv-button-container {
	margin-top: 15px;
}

#wpdiv-custom-login-container {
	display: none;
}

#wpdiv-custom-login-container.wpdiv-show {
	display: block;
}

#wpdiv-notices .notice {
	background-color: var(--jet-color-navy-100);
}

#wpdiv-notices .notice p {
	color: var(--jet-color-white);
}

/* Database Optimization Styles */
.wpdiv-database-optimization-group {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0;
	padding: 20px;
	background-color: var(--jet-color-background);
	border-radius: var(--jet-border-radius);
	border: 1px solid var(--jet-color-gray-25);
}

.wpdiv-database-optimization-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wpdiv-database-option-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wpdiv-checkbox-option-with-tooltip {
	display: flex;
	align-items: center;
	gap: 10px;
}

.optimization-result {
	margin-left: 40px;
	font-size: 14px;
	color: var(--jet-color-gray-75);
	font-style: italic;
}

.wpdiv-database-total-summary {
	margin: 15px 0;
	padding: 15px 20px;
	background-color: var(--jet-color-white);
	border-radius: var(--jet-border-radius);
	border: 2px solid var(--jet-color-navy-100);
	text-align: center;
	box-shadow: var(--jet-box-shadow);
}

.wpdiv-database-total-summary strong {
	font-family: Inter, sans-serif;
	font-size: 16px;
	color: var(--jet-color-navy-100);
	font-weight: 600;
}

#optimization-options h4 {
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--jet-color-primary-text);
	margin: 0 0 15px 0;
}

@media (max-width: 600px) {
	.wpdiv-database-optimization-group {
		padding: 15px;
		gap: 15px;
	}
	
	.optimization-result {
		margin-left: 20px;
	}
}

/* Scheduled Database Optimization Styles */
.wpdiv-last-optimization {
	background-color: var(--jet-color-light-blue-100);
	padding: 15px;
	border-radius: var(--jet-border-radius);
	margin-bottom: 20px;
}

.wpdiv-last-optimization p {
	margin: 0;
	font-size: 16px;
}

#schedule-type-select {
	width: 200px;
	padding: 10px;
	border: 1px solid var(--jet-color-gray-25);
	border-radius: var(--jet-border-radius);
	font-size: 16px;
	background-color: var(--jet-color-white);
	font-family: Inter, sans-serif;
	color: var(--jet-color-primary-text);
}

#schedule-type-select:focus {
	border-color: var(--jet-color-navy-100);
	outline: none;
	box-shadow: 0 0 0 1px var(--jet-color-navy-100);
}

.scheduled-optimization-checkbox {
	margin-right: 10px;
}

@media (max-width: 600px) {
	#scheduled-optimization-config {
		padding: 15px;
		margin-top: 15px;
	}
	
	#schedule-type-select {
		width: 100%;
	}
	
	.wpdiv-last-optimization {
		padding: 10px;
	}
}

#check-results {
	display: none;
	margin-top: 15px;
}

#optimization-options {
	display: none;
}

#scheduled-optimization-config {
	margin-top: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: var(--jet-border-radius);
	border: 1px solid var(--jet-color-gray-25);
}

#scheduled-optimization-config.wpdiv-hidden {
	display: none;
}

.wpdiv-database-section {
	margin-top: 30px;
}

.wpdiv-database-options-header {
	margin-top: 30px;
}

.wpdiv-database-config-row {
	margin-top: 20px;
}

.jet-is-new-inline::after {
	display: inline-block;
	content: 'NEW';
	margin-left: 5px;
	font-size: 11px;
	font-weight: 600;
	vertical-align: super;
	color: var(--jet-color-orange-100);
}

:lang(bg-BG) .jet-is-new-inline::after{
	content: 'НОВО';
}