@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.cx-wizard-progress-bar .step .bullet::after {
	right: -198px !important;
	width: 198px !important;
}
.wc-affiliate-sw-panel {
	display: grid;
	grid-template-columns: 30% auto;
	text-align: left;
	align-items: center;
	margin-bottom: 20px;
	column-gap: 10px;
}
.wc-affiliate-sw-panel.wc-affiliate-sw-dashboard-create-new {
	grid-template-columns: 30% min-content;
}
.wc-affiliate-sw-panel.wc-affiliate-sw-enable-discount {
	grid-template-columns: 30% min-content;
}
.wc-affiliate-sw-panel.wc-affiliate-sw-cookie-expiry-time {
	grid-template-columns: 30% auto auto;
}
.wc-affiliate-sw-panel.wc-affiliate-sw-dashboard {
	grid-template-columns: 30% 45% auto;
}
.wc-affiliate-sw-panel .wca-rf-field-desc {
	grid-column-end: 3;
	font-size: 12px;
	margin: 0;
}

.wc-affiliate-single-email-config {
	position: relative;
}

.wc-admin-emails {
	width: 100%;
    margin-bottom: -29px;
}

.wc-admin-emails h3 {
	margin-bottom: 5px;
}

.wc-affiliate-emails {
	text-align: center;
    width: 100%;
    margin-bottom: -29px;
    margin-top: 35px;
}

.wc-affiliate-emails h3 {
	margin-bottom: 5px;
}

span.affiliate_applied_admin_enable, 
span.request_payout_admin_enable, 
span.add_credit_admin_enable, 
span.affiliate_approved_enable, 
span.account_reject_enable, 
span.request_payout_enable, 
span.add_credit_enable, 
span.payout_process_enable, 
span.affiliate_applied_enable,
span.affiliate_commission_based_enable,
span.commission_rate_enable,
span.cookie_expiry_enable {
	background-color: #002151;
	position: absolute;
    top: 0;
    left: calc(100% + 60px);
	color: white;
	width: 400px;
	border-radius: 13px;
	padding: 15px;
	line-height: 1.7;
}

span.affiliate_applied_admin_enable::after, 
span.request_payout_admin_enable::after, 
span.add_credit_admin_enable::after, 
span.affiliate_approved_enable::after, 
span.account_reject_enable::after, 
span.request_payout_enable::after, 
span.add_credit_enable::after, 
span.payout_process_enable::after, 
span.affiliate_applied_enable::after,
span.affiliate_commission_based_enable::after,
span.commission_rate_enable::after,
span.cookie_expiry_enable::after {
	content: ' ';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -18px;
	border-width: 10px 20px 10px 0;
	border-style: solid;
	border-color: transparent #002151 transparent transparent;
}
.wc-affiliate-sw-panel {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 24px !important;
}
.wc-affiliate-sw-panel label {
	color:#002151;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}
.wc-affiliate-sw-panel select,
.wc-affiliate-sw-panel input[type="text"],
.wc-affiliate-sw-panel input[type="number"]{
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #EEEEEE;
	background: transparent;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
}
.wc-affiliate-sw-panel input[type="text"] {
	width: 94%;
}
.wc-affiliate-sw-panel input[type="number"] {
	width: 88%;
}
.wc-affiliate-sw-panel select:focus-visible,
.wc-affiliate-sw-panel input[type="text"]:focus-visible,
.wc-affiliate-sw-panel input[type="number"]:focus-visible {
	outline: none;
}
.wc-affiliate-create-page-area {
	margin-top: 24px;
}
.wc-affiliate-sw-panel p {
	margin-top: 8px !important;	
	color:#838383;
}
.wc-affiliate-wizard-logo {
	text-align: center;
}
.wc-affiliate-wizard-first-wrapper h2 {
	text-align: center;
	color:#002151;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 10px;
}
.wc-affiliate-wizard-first-wrapper h3 {
	color:#002151;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 50px;
}
.wc-affiliate-wizard-first-wrapper p {
	text-align: center;
	color: #435167;
	font-size: 16px;
	line-height: 30px;
	padding-left: 16px;
	padding-right: 16px;
}
.wc-affiliate-sw-panel h3 {
	text-align: center;
	color:#002151;
	font-size: 24px;
	font-weight: 500;
}
.wc-affiliate-sw-panel h4 {
	color:#002151;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.wc-affiliate-sw-panel p {
	text-align: center;
	color: #435167;
	font-size: 16px;
	line-height: 30px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 24px;
	padding-left: 28px;
	padding-right: 28px;
}
.wc-affiliate-page-selection {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}
.wc-affiliate-page-selection input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0;
}
.wc-affiliate-page-selection label {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.wc-affiliate-notes {
	width: 100%;
	text-align: center;
}
.wc-affiliate-notes p {
	color:#00B261;
	font-size: 16px;
	line-height: 30px;
	margin:0;
	text-align: center;	
}
.wc-affiliate-shortcode-note{
	text-align: left !important;
	margin-bottom: 30px !important;
	padding-left: 0 !important; 
	padding-right: 0 !important;
}
.wc-affiliate-commission-base {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
}
.wc-configuration-row {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}
.wc-configuration-column {
	width: 48%;
}
.wc-configuration-column label {
	margin-bottom: 10px;
	display: block;
}
.wc-affiliate-admin-email-configuration {
	width: 100%;
}
.wc-affiliate-single-email-config {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wc-affiliate-email-title p {
	color:#002151;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0;
}
.wc-affiliate-switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.wc-affiliate-switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 22px;
	background: #E9E9EB;
	display: block;
	border-radius: 100px;
	position: relative;
}

.wc-affiliate-switch label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.wc-affiliate-switch input:checked + label {
	background: #34C759;
}

.wc-affiliate-switch input:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}
.wc-affiliate-complete-actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	gap: 24px;
}
.wc-affiliate-complete-actions-last {
	grid-template-columns: repeat(1, 1fr);
}
.wc-affiliate-complete-column {
	/* border: 1px solid #eeeeee; */
	padding: 24px;
	border-radius: 12px;
	margin-bottom: 24px;
}
.wc-affiliate-complete-column.documentation {
	background: #E6DFF8;
}
.wc-affiliate-complete-column.upgrade-to-pro {
	background: #FBF4E6;
}
.wc-affiliate-complete-actions-last.support {
	background: #E7FAE8;
	border-radius: 12px;
}
.wc-affiliate-complete-column img {
	margin-bottom: 24px;
}
.wc-affiliate-complete-column h4 {
	color:#002151;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 16px;
}
.wc-affiliate-complete-column p {
	padding: 0 !important;
	text-align: left;
}
.wc-affiliate-complete-column a {
	color:#222D3D;
	display: inline-block;
	text-decoration: none;
	transition: .3s all ease;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.wc-affiliate-complete-column a.upgrade {
	padding: 11px 10px;
	background: #FFBA6C;
	color: #222D3D;
	border-radius: 8px;
	box-sizing: border-box;
	width: 156px;
}
.wc-affiliate-complete-column a.upgrade:hover {
	background: #F48100;
	color: #ffffff;
}
.wc-affiliate-complete-column a.upgrade:hover svg path {
	fill: #ffffff;
}
.wc-affiliate-complete-column a.upgrade svg {
	margin-right: 6px;
}
.wc-affiliate-complete-column a.documentation:hover svg,
a.support:hover svg  {
	margin-left: 2px;
}
#wc-affiliate-wizard-subs {
    border: 2px dashed #25b525;
}
#setup-wizard-email {
    padding: 8px;
    width: 40%;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 16px;
}
.cx-wizard-btn.btn-primary {
	background: #1F76F6 !important;
	border: 1px solid #1F76F6;
}
.cx-wizard-btn.btn-hero.prev {
	color: #1F76F6 !important;
}
.wc-affiliate-wizard-platform-wrap {
    text-align: center;
    margin-bottom: 20px;
}
#wc-wizard-select {
	padding: 13px;
    border: 1px solid #2271b1;
    border-radius: 3px;
}
.wizard-social-link {
	display: flex;
    gap: 16px;
    justify-content: start;
	margin-bottom: 20px;
}

.wizard-social-link a {
    width: 40px;
    height: 40px;
    border: 1px solid #EAEAEA;
    border-radius: 100px;
    box-shadow: 0px 12px 18.3px 0px #8F8F8F40;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard-social-link img {
	margin-bottom: 0;
}

.wizard-social-link {
	color: #002151;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 16px;
}
.upgrade.community {
	color: #000 !important;
}

.upgrade.community img {
	width: 15px;
	margin-bottom: 0;
	vertical-align: text-top;
	margin-right: 5px;
}