<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@page {
	margin: 15mm 10mm;
	size: A4 portrait;
}

@media print {
    .extract {
        font-weight: bolder;
    }
}

body {
	background: #F6F7F5;
	color: #656565;
	font-size: 14px !important;
	min-width: 320px;
}


a {
	color: #656565;
}
a.disabled {
	opacity: 0.5;
	pointer-events: none;
}
a:hover:not(.btn):not(.alert-link),
a:focus:not(.btn):not(.alert-link) {
	color: #7db458;
	text-decoration: none;
}


/*
.obfuscate span {
	text-shadow: 0 0 8px #444;
	color: transparent;
}
*/


header {
	display: inline;
}


header .top {
	background: #FFF;
	border: none;
	-webkit-box-shadow: 0 2px 4px -2px #6da34c;
	box-shadow: 0 2px 4px -2px #6da34c;
	min-height: 60px;
	min-width: 320px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}
header .top .navbar {
	padding-left: 0;
	padding-right: 0;
}
header .top .navbar-brand img {
	width: 165px;
}
header .top .navbar-light .navbar-nav .nav-link:focus,
header .top .navbar-light .navbar-nav .nav-link:hover {
	color: #7db458;
}
header .top .navbar-nav .nav-link {
	margin-right: 5px;
	margin-left: 5px;
}
@media (min-width: 768px) {
	header .top .navbar-nav .nav-link {
		position: relative;
	}
}
header .top .navbar-nav:last-child {
	margin-right: -10px;
}
header .top .navbar-toggler-right {
	right: 0;
}


header .user {
	background: linear-gradient(225deg, #6da34c 0, #7db458 100%);
	background-color: #7db458;
	color: #FFF;
	padding: 70px 0 10px 0;
}
header .user img {
	background-color: #FFF;
	border: 3px solid #DDD;
	float: left;
	height: 80px;
	margin-right: 15px;
	width: 80px;
}
header .user strong {
	display: block;
	font-size: 20px;
	margin-top: 12px;
}
header .user p {
	margin-bottom: 18px;
}
header .user a {
	background: #609241;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 12px;
	padding: 6px 10px;
}
header .user a.active {
	background: #49752d;
}
header .user a:hover,
header .user a:focus {
	background: #FFF;
	color: #609241;
}
header .user small {
	margin-top: 8px;
	padding: 0 2px;
}
@media (max-width: 767px) {
	header .user img {
		height: 60px;
		width: 60px;
	}
	header .user strong {
		font-size: 18px;
		margin-top: 5px;
	}
	header .user a {
		margin-top: 0;
	}
}
header .navigation {
	background: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	font-size: 13px;
	margin-bottom: 16px;
}
header .navigation .breadcrumb {
	background: none;
	margin: 0;
	padding: 6px 2px;
}
header .navigation .breadcrumb .active {
	color: #7db458;
}
header .navigation .wallet {
	margin-top: -1px;
	padding: 6px 2px;
}
header .navigation .badge {
	font-size: 80%;
	font-weight: 400;
	padding-left: 5px;
	padding-right: 5px;
}
header .navigation .badge-default {
	background-color: #d6d6d6;
	color: #636c72;
}
header .navigation .badge-success {
	background-color: #deefd4;
	color: #7db458;
}
header .navigation .badge-danger {
	background-color: #f2dede;
	color: #d9534f;
}


.background {
	height: auto;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}
.background::before {
	background-attachment: fixed;
    /* background-image: url('../images/conta/fundo.png'); */
    background-image: url('../assets/images/bg/bg-afiliados-home.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.background .wrap {
	position: relative;
}


.wrap {
	margin: 0 auto;
	max-width: 550px;
	padding: 50px;
}
.wrap.large {
	max-width: 675px;
}
@media (max-width: 575px) {
	.wrap {
		padding: 10px;
	}
}


.content {
	background: #FFF;
	border-radius: 6px;
	margin-bottom: 16px;
	padding: 20px;
}
.content.transparent {
	background: #fffffff5;
}
.content .actions div &gt; button {
	margin: 4px 4px 0 0;
}
.content.top {
	background: #7db458;
	border-radius: 6px 6px 0 0;
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 0;
	padding: 20px 20px 15px 20px;
}
.content.top.transparent {
	background: #7db458f5;
}
.content.top a {
	background-image: url('/tpl/themes/widepay/images/logos/branco.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	height: 25px;
	position: absolute;
	right: 15px;
	top: -2px;
	width: 160px;
}
@media (max-width: 575px) {
	.content.top a {
		width: 42px;
	}
}
.content.bar {
	background-color: #6da34c;
	border-radius: 0;
	height: 5px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.content.bar.loading:before{
	animation: barLoading 1s linear infinite;
	background-color: #538037;
	content: "";
	display: block;
	height: 5px;
	left: -200px;
	position: absolute;
	width: 200px;
}
@-webkit-keyframes barLoading {from {left: -200px; width: 30%;} 50% {width: 30%;} 70% {width: 70%;} 80% { left: 50%;} 95% {left: 120%;} to {left: 100%;}}
@keyframes barLoading {from {left: -200px; width: 30%;} 50% {width: 30%;} 70% {width: 70%;} 80% { left: 50%;} 95% {left: 120%;} to {left: 100%;}}
.content.bottom {
	border-radius: 0 0 6px 6px;
}
.content.left {
	background-color: #7db458;
	border-radius: 6px 6px 0 0;
	font-family: arial;
	font-size: 9px;
	line-height: 13px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.content.left hr {
	display: none;
}
.content.left i {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
.content.left a {
	color: #4d793a;
	padding: 14px;
}
.content.left a:hover {
	color: #305526;
}
.content.left .active {
	position: relative;
	color: #305526;
}
.content.left .active::after {
	border-color: transparent transparent #FFF transparent;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	width: 0;
}
.content.right {
	border-radius: 0 0 6px 6px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.content.left i {
		margin-top: 2px;
		width: 24px;
	}
	.content.left span {
		display: none;
	}
}
@media (min-width: 768px) {
	.content.left {
		border-radius: 6px 0 0 6px;
	}
	.content.left hr {
		display: block;
		margin: 10px 0;
	}
	.content.left ul {
		margin: 10px 0;
		position: -webkit-sticky;
		position: sticky;
		top: 60px;
	}
	.content.left a {
		padding: 10px 6px;
	}
	.content.left .active::after {
		border-color: transparent #FFF transparent transparent;
		border-width: 9px 9px 9px 0;
		bottom: inherit;
		left: inherit;
		margin-left: inherit;
		margin-top: 10px;
		right: -1px;
		top: 0;
	}
	.content.right {
		border-radius: 0 6px 6px 0;
	}
}
@media (min-width: 768px) {
	.content.left {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14%;
		-ms-flex: 0 0 14%;
		flex: 0 0 14%;
		max-width: 14%;
	}
	.content.right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 86%;
		-ms-flex: 0 0 86%;
		flex: 0 0 86%;
		max-width: 86%;
	}
}
@media (min-width: 992px) {
	.content.left {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11%;
		-ms-flex: 0 0 11%;
		flex: 0 0 11%;
		max-width: 11%;
	}
	.content.right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 89%;
		-ms-flex: 0 0 89%;
		flex: 0 0 89%;
		max-width: 89%;
	}
}
@media (min-width: 1200px) {
	.content.left {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 9%;
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width: 9%;
	}
	.content.right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91%;
		-ms-flex: 0 0 91%;
		flex: 0 0 91%;
		max-width: 91%;
	}
}


.divider {
	border-color: #7db458;
	border-width: 2px;
}


.balance {
	background-image: url(../images/conta/saldo.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 80px auto;
}


.links {
	font-size: 13px;
}
.links a {
	display: block;
}
.links a img {
	width: 32px;
}


.chart-pie {
	margin: 0 10px 10px 0;
	position: relative;
	text-align: center;
}
.chart-pie &gt; div {
	color: #333;
	font-size: 9px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 65px;
}
.chart-pie &gt; canvas {
	left: 0;
	position: absolute;
	top: 0;
}


.receiving {
	max-width: 820px !important;
	padding: 15px;
}
.receiving .logo-account {
	background-color: #FFF;
	border: 3px solid #DDD;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	z-index: 1;
}
@media (max-width: 576px) {
    .receiving .logo-account {
        height: 60px;
        width: 60px;
    }
}
.receiving .logo-footer {
	width: 120px;
}
.receiving .content {
	border-bottom: 3px solid #DDD;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	border-top: 3px solid #7db458;
	margin: 10px 0;
	padding: 15px;
}
.receiving .content .flag {
	margin-right: 15px;
}
.receiving .content .flag img {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
}
@media print {
	.receiving .content {
		border-bottom: 0;
		padding: 0;
	}
	.receiving .content .card-header {
		display: none;
	}
}


.loader,
.loader:before,
.loader:after {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: loaderKeyframes 1.8s infinite ease-in-out;
	animation: loaderKeyframes 1.8s infinite ease-in-out;
	border-radius: 50%;
	height: 2.5em;
	width: 2.5em;
}
.loader {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	color: #7db458;
	font-size: 10px;
	margin: 0 auto 5em auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	left: -3.5em;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes loaderKeyframes {0%, 80%, 100% {box-shadow: 0 2.5em 0 -1.3em;} 40% {box-shadow: 0 2.5em 0 0;}}
@keyframes loaderKeyframes {0%, 80%, 100% {box-shadow: 0 2.5em 0 -1.3em;} 40% {box-shadow: 0 2.5em 0 0;}}


fieldset {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 7.5px 15px 5px 15px;
}
fieldset legend {
	color: #9a9a9a;
	font-size: 14px;
	margin: -5px 0 0 -5px;
	padding: 0 5px;
	width: auto;
}


.alert .close {
	font-size: 1.2rem;
}
.alert-light {
    border-color: #e9ecef;
}


.lead {
	font-size: 18px;
}


.text-success {
	color: #7db458 !important;
}
a.text-success:focus,
a.text-success:hover {
	color: #6da34c !important;
}
.text-info {
	color: #54a4d9 !important;
}
.text-muted {
  color: #999 !important;
}


.border-success {
    border-color: #7db458!important;
}


.bg-success {
	background-color: #7db458 !important;
}
.bg-info {
	background-color: #54a4d9 !important;
}


.btn {
	cursor: pointer;
}
.btn-secondary {
	background-color: #f4f4f4;
	border-color: #d9d9d9;
	color: #656565;
}
.btn-secondary:hover {
	background-color: #e4e4e4;
	border-color: #cecece;
	color: #565656;
}
.btn-secondary:active, .btn-secondary.active,
.show &gt; .btn-secondary.dropdown-toggle {
	background-color: #e4e4e4;
	border-color: #cecece;
	color: #565656;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #656565; /* colocado por causa da v4*/
	background-color: #f4f4f4;
	border-color: #d9d9d9;
}
.btn-success {
	background-color: #7db458;
	border-color: #6da34c;
}
.btn-success:hover {
	background-color: #6da34c;
	border-color: #6da34c;
}
.btn-success.disabled,
.btn-success:disabled {
	background-color: #7db458;
	border-color: #6da34c;
}
.btn-success:active,
.btn-success.active,
.show &gt; .btn-success.dropdown-toggle {
	background-color: #6da34c;
	border-color: #6da34c;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show&gt;.btn-success.dropdown-toggle {
    background-color: #6da34c;
    border-color: #6da34c;
}
.btn-warning {
	border-color: #e6ac00;
}
.btn-danger {
	border-color: #c93f3b;;
}
.btn-light {
	color: #666;
}


.page-link {
	color: #7db458;
}
.page-item.active .page-link {
	background-color: #7db458;
	border-color: #6da34c;
}


.dropdown-menu {
	font-size: 13px;
}
.dropdown-header,
.dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #EBEBEB;
	color: #000;
}


.progress {
	height: 10px;
}


.tooltip,
.popover {
	font-size: 12px;
}


.table {
    outline: 0;
}
.table thead tr:first-child th,
.table tbody tr:first-child td {
	border-top: 0;
}
.table thead th,
.table tbody th,
.table tfoot th,
.table thead td,
.table tbody td,
.table tfoot td {
	font-size: 12px;
	padding: 8px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fbfbfb;
}
.table-hover tbody tr:hover {
	background-color: #f6f6f6;
}
.table-active,
.table-active &gt; th,
.table-active &gt; td {
	background-color: #f0f0f0;
}
.table-hover .table-active:hover {
	background-color: #ebebeb;
}
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
	background-color: #ebebeb;
}
.jab-table-row .jab-link {
	margin: 0 2px;
}
.jab-table-row-summary {
	font-weight: bold;
}


.form-group {
	margin-bottom: 8px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #CCC;
}
.form-control::-moz-placeholder {
	color: #CCC;
}
.form-control:-ms-input-placeholder {
	color: #CCC;
}
.form-control::-ms-input-placeholder {
	color: #CCC;
}
.form-control::placeholder {
	color: #CCC;
}
.form-control:focus:not(.is-invalid) {
	border-color: #96C670;
}
.form-control-label,
.has-success .form-control-label,
.has-warning .form-control-label,
.has-danger .form-control-label {
	color: #60666c;
}
.form-control-static {
	padding-top: 0;
}
.form-check-label {
	font-size: 13px;
}


.custom-select {
	padding-left: .35rem;
}
.custom-select-sm {
	font-size: 95%;
}


.modal-header {
	background-color: rgba(0, 0, 0, .035);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	z-index: 1;
}
.modal-footer {
	justify-content: flex-start;
}
.modal-header,
.modal-body,
.modal-footer {
	padding: 20px;
}
.modal-header .fa, .modal-header .fal, .modal-header .far, .modal-header .fas {
	text-align: center;
	width: 1.25em;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}


.nav-tabs .nav-link {
	font-size: 14px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs .nav-link.active {
	border-color: #7db458 #eceeef #fff;
	border-top-width: 2px;
	margin-top: -1px;
}


.nav-pills {
	position: sticky;
	top: 75px;
}
.nav-pills .nav-link i {
	text-align: center;
	width: 18px;
}
.nav-pills .nav-link {
	background-color: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.nav-pills .nav-link.active {
	background-color: #7db458;
	color: #FFF !important;
}


.tabs-light &gt; .nav-tabs {
	border-bottom-width: 2px;
}
.tabs-light &gt; .nav-tabs &gt; .nav-item {
	margin-bottom: -2px;
}
.tabs-light &gt; .nav-tabs &gt; .nav-item &gt; .nav-link {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	margin: 0 0.5rem 0 0;
	padding: 0.5rem 0.2rem;
}
.tabs-light &gt; .nav-tabs.justify-content-center &gt; .nav-item &gt; .nav-link {
	margin: 0 0.35rem;
}
.tabs-light &gt; .nav-tabs.justify-content-end &gt; .nav-item &gt; .nav-link {
	margin: 0 0 0 0.5rem;
}
.tabs-light &gt; .nav-tabs &gt; .nav-item &gt; .nav-link:not(.active) {
	color: #7b848c;
}
.tabs-light &gt; .nav-tabs &gt; .nav-item &gt; .nav-link.active {
	border-color: #7db458;
	color: #7db458;
}
.tabs-light &gt; .nav-tabs &gt; .nav-item &gt; .nav-link:not(.active):hover {
	color: #343a40;
}


.table-wrap {
	border: 1px solid #e2e7eb;
	border-radius: 4px;
	overflow: auto;
}
.table-wrap thead tr {
	background-color: #f7f7f9;
}


.modal-dialog-vertical {
	height: 100%;
	margin: 0;
	max-width: 375px;
}
.modal-dialog-vertical .modal-content {
	border-radius: 0;
	border-width: 0;
	height: inherit;
}
.modal-dialog-vertical .modal-header {
	border-radius: inherit;
}
.modal-dialog-vertical .modal-body {
	height: inherit;
	overflow-y: auto;
}
.modal.fade .modal-dialog-vertical {
	transform: translateX(-100%)
}
.modal.show .modal-dialog-vertical {
	transform: translateX(0);
}






@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1340px;
    }
  }



.noscroll {
    overflow: hidden;
}
.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    background-color: #fff;
    pointer-events: none;
    user-select: none;
}
.documento {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 16777200;
    pointer-events: all;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
}




.pixinput {
    font-size: 16px;
}

.pixinput::-webkit-input-placeholder {
    color: #495057 !important;
}

.pixinput::-moz-placeholder {
    color: #495057 !important;
}

.pixinput:-ms-input-placeholder {
    color: #495057 !important;
}

.pixinput::-ms-input-placeholder {
    color: #495057 !important;
}

.pixinput::placeholder {
    color: #495057 !important;
}</pre></body></html>