body.toplevel_page_revenue {
	display: none;
}
body.toplevel_page_revenue.revx-loaded {
	display: block;
}


.revx-wc-install__btn::before,
.button.activating-message:before,
.button.installing:before,
.button.updating-message:before,
.import-php .updating-message:before,
.update-message p:before,
.updating-message p:before {
	color: #ffffff;
}

.revx-wc-install {
	display: flex;
	align-items: center;
	background: #fff;
	width: calc(100% - 30px);
	border-left: 24px solid #F17B2C;
	margin: auto;
	background-color: #FEF3EB;
	height: 112px;
	display: flex;
	align-items: center;
}

.revx-wc-install__img {
	max-width: 80px;
	margin-left: 72px;
	margin-right: 24px;
}

.revx-wc-install__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }

.revx-wc-install__body {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.revx-wc-install__message {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.006em;
	text-align: left;
	color: #525866;

}

.revx-wc-install__heading {
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.015em;
	text-align: left;
	color: #0A0D14;
}

.revx-wc-install__btn {
	height: 52px;
	border-radius: 12px;
	background: #F17B2C;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 16px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 28px ;
	padding-right: 28px;
}
.revx-wc-install__btn:hover{
	background: #C2540A;
}

.revx-wc-install__spinner {
	display: none;
	animation: dashicons-spin 1s infinite linear;
}

.revx-wc-install--loading .revx-wc-install__spinner {
	display: inline-block;
	margin-top: 12px;
	margin-right: 5px;
}

@keyframes dashicons-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.revx-wc-install__notice {
	color: white;
	background-color: #6C6CFF;
	position: relative;
	font-size: 16px;
	padding-left: 10px;
	line-height: 23px;
}

.revx-wc-install__notice-wrapper {
	margin-bottom: 0 !important;
	padding: 10px 5px;
}

.revx-wc-install__btn--pro {
	margin-left: 5px;
	background-color: #3c3cb7 !important;
	border-radius: 4px;
	max-height: 30px !important;
	padding: 8px 12px !important;
	font-size: 14px;
	position: relative;
	top: -4px;
}

.revx-wc-install__btn--pro:hover {
	background-color: #29298c !important;
}

.revx-wc-install__dismiss {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	background-color: #3f3fa6;
	padding: 4px 5px 5px;
	font-size: 12px;
	line-height: 1;
	border-bottom-left-radius: 3px;
	text-decoration: none;
}

.revx-wc-install__dismiss:hover {
	color: red;
}

.revx-wc-install__dismiss .dashicons {
	display: inline-block;
	font-size: 16px;
}

.revx-wc-install--pro .revx-wc-install__heading {
	font-size: 20px;
	margin-bottom: 5px;
}

.revx-wc-install--pro .revx-wc-install__body>div {
	max-width: 100%;
	margin-bottom: 10px;
}

.revx-wc-install--pro .revx-wc-install__btn--pro {
	background: #2271b1;
	color: #fff;
}

.revx-wc-install--pro .revx-wc-install__btn--pro:hover,
.revx-wc-install--pro .revx-wc-install__btn--pro:focus {
	background: #185a8f;
}

.revx-wc-install--pro .revx-wc-install__btn--hero {
	padding: 8px 14px !important;
	min-height: inherit !important;
	line-height: 1 !important;
	box-shadow: none;
	border: none;
	transition: 400ms;
}

.revx-wc-install--pro .revx-wc-install__btn--hero:hover,
.revx-wc-install--pro .revx-wc-install__btn--hero:focus {
	border: none;
	box-shadow: none;
}
