/* Block 26 */
#ns_affwp-affiliate-account + .ns_affwp-extend-block{
	margin-top: 32px;
}

.ns_affwp-extend-block h3 + .ns_text-paragraphs {
	margin-top: 8px;
}

.ns_affwp-extend-block .row-min{
	margin-top: 32px;
	margin-right: -12px;
	margin-left: -12px;
}

.ns_affwp-extend-block .row-min .col-xs-12{
	padding-left: 12px;
	padding-right: 12px;
}

.ns_affwp-extend-block-level-box{
	position: relative;
	background: var(--hipnos-color-secondary-3);
}

.ns_affwp-extend-block-level-box .ns_tag{
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	line-height: 20px;
	border: 2px solid var(--hipnos-color-primary-1);
}

.ns_affwp-extend-block-level-box .ns_tag.off{
	background: var(--hipnos-color-neutral-5);
	color: var(--hipnos-color-primary-1);
}

.ns_affwp-extend-block-level-box strong + p{
	margin-top: 4px;
}

.ns_affwp-extend-table.ns_table tr{
	border-bottom: 2px solid var(--hipnos-color-primary-1);
}

.ns_affwp-extend-table.ns_table th{
	text-transform: none;
}

.ns_affwp-extend-table.ns_table th,
.ns_affwp-extend-table.ns_table td{
	position: relative;
	width: auto;
	text-align: center;
	background: none;
	padding: 16px;
}

.ns_affwp-extend-table.ns_table tbody tr:not(:last-child) > td:after{
	display: none;
}

.ns_affwp-extend-table.ns_table tbody tr > th:not(:last-child):before,
.ns_affwp-extend-table.ns_table tbody tr > td:not(:last-child):before{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	right: 0px;
	width: 2px;
	height: 100%;
	background: var(--hipnos-color-primary-1);
}

.ns_affwp-extend-table.ns_table th:first-child,
.ns_affwp-extend-table.ns_table td:first-child{
	text-align: left;
}

.ns_affwp-extend-table.ns_table td .ns_tooltip-trigger{
	position: relative;
	top: 3px;
}

.ns_affwp-extend-table.ns_table[data-user-level='1'] tbody tr > th:nth-child(2){
	background: linear-gradient(180deg, var(--hipnos-color-neutral-5) 0%, var(--hipnos-color-neutral-5) 5.71%, var(--hipnos-color-primary-3) 29.7%) !important;
}

.ns_affwp-extend-table.ns_table[data-user-level='1'] tbody tr > td:nth-child(2){
	background: var(--hipnos-color-primary-3);
}

.ns_affwp-extend-block-advantage_unlock{
	color: var(--hipnos-color-primary-1) !important;
	font-size: 24px !important;
	line-height: 24px !important;
}

.ns_affwp-extend-block-progress{
	margin-top: 32px;
}

.ns_affwp-extend-block-progress strong{
	display: block;
	color: var(--hipnos-color-primary-1);
}

.ns_affwp-extend-block-progress-bar{
	position: relative;
	width: 100%;
	height: 4px;
	background: var(--hipnos-color-secondary-3);
	border-radius: 2px;
}

.ns_affwp-extend-block-progress-bar-percent{
	position: absolute;
	height: 100%;
	left: 0px;
	background: var(--hipnos-color-primary-1);
	width: 50%;
	border-radius: 2px;
}

.ns_affwp-extend-block + .ns_affwp-extend-table.ns_table{
	margin-top: 64px;
}

@media only screen and (max-width: 767px) {
	.ns_affwp-extend-block .row-min{
		margin-top: 48px;
	}

	.ns_affwp-extend-block > .row-min > .col-sm-4:not(:last-child){
		margin-bottom: 32px;
	}
}
