<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top: 3.125rem;
}

.chk_success-container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #ffffff;
}

.number-pedido {
	color: #AE1217;
	font-weight: normal;
	font-family: "AvenirNextLTW01-Bold";
    margin: 0 !important;
    font-size: 37px;
}

.msg-final {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}

.msg-final &gt; img {
	height: 50px;
	width: 50px;
	margin-right: 20px;
}

.msg-final-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: auto;
	min-height: 50px;
}

.msg-final-col h1 {
	text-transform: uppercase;
	font-size: 12px;
	/* letter-spacing: 2px; */
	color: #5A5A5A;
	margin: 0;
	font-family: "AvenirNextLTW01-Bold";
	font-weight: normal;
}

.msg-final-col h2 {
}

.msg-sucesso {
	margin-top: 25px;
	text-align: center;
	color: #484848;
	font-size: 14px;
	max-width: 488px;
    margin: 0 15px;
	font-family: 'AvenirNextLTW01-Regular';
	line-height: 25px;
}

.msg-sucesso-container {
	display: flex;
	align-items: center !important;
	justify-content: center !important;
}

.chk-sc-info-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
    border-radius: 6px;
    background-color: #F7F7F7;
	margin: 25px auto;
	flex-wrap: wrap;
}

.chk-sc-card {
	display: flex;
	flex-direction: column;
	margin: 28px;
}

.chk-sc-head {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.chk-sc-head &gt; p {
	/* letter-spacing: 2px; */
	color: #5A5A5A;
	font-size: 10px;
	font-family: "AvenirNextLTW01-Bold";
	margin: 0;
}

.chk-sc-head &gt; h1 {
	color: #AE1217;
	font-weight: normal;
	font-family: "AvenirNextLTW01-Bold";
    margin: 0;
    font-size: 29px;
}

.chk-sc-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 12px;
}
.chk-sc-content &gt; p,
.chk-sc-content span {
	text-transform: capitalize;
	font-size: 14px;
	font-family: "AvenirNextLTW01-Regular";
	font-weight: normal;
	color: #484848;
	margin: 0px;
}

.chk-sc-content .u-email {
	text-transform: none !important;
}

.bt-boleto {
	-webkit-appearance: none;
	border: 0;
	background: 0;
	background-color: #AE1217;
	height: 50px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'AvenirNextLTW01-Bold';
	font-weight: normal;
}
#ProcessBankSlip.bt-boleto{
	background-color: #676767;
	width: 135px;
	height: 29px;
	border-radius: 4px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	margin-top: 10px;
}
@media (max-width: 560px) {
	.chk-sc-info-container {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767px){
	.chk-sc-info-container{
		flex-direction: column;
	}
}
/*Modal checkoutsucess*/
#modalPassword,
#modalPassword .header,
#modalPassword .content,
#modalPassword .actions{
    background-color: #F7F7F7;
    border: none;
    color: #5A5A5A;
    font-family: 'AvenirNextLTW01-Bold';
}
#modalPassword .content #formPassword label,
#modalPassword .content h4{
    font-family: "AvenirNextLTW01-Regular";
    color: #707070;
}
#modalPassword .content #formPassword .ui.input input{
    height: 48px;
    border-radius: 6px;
    border: none;
    color: #707070;
    font-size: 13px;
    font-family: "AvenirNextLTW01-Regular";
}
#BackPassword{
	width: 148px;
    height: 29px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
    background-color: #676767;
    font-family: 'AvenirNextLTW01-Bold';
}
#ConfirmPassword{
	width: 148px;
    height: 29px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
    background-color: #AE1217;
    font-family: 'AvenirNextLTW01-Bold';
}</pre></body></html>