﻿ body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      background-color: #f2f2f2;
    }

    .pix-container {
      max-width: 360px;
      margin: 40px auto;
      background: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    h2 {
      font-size: 20px;
      color: #0070c0;
      text-align: center;
      margin-bottom: 20px;
    }

    label {
      font-weight: 600;
      color: #333;
    }

	.top-header {
    background: #0041ab;
    width: 100%;
    font-size: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bcbcbc;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%), 0 0 10px 1px rgb(255 255 255 / 20%);
    position: relative;
}

	.top-header i {
    font-size: 24px;
    width: 45px;
}

	.header_flex_item {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    width: 50%;
}
    input {
      width: 100%;
      padding: 10px;
      margin: 6px 0 15px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
    }

    .pix-paste-button-container {
      text-align: right;
      margin-top: -10px;
      margin-bottom: 15px;
    }

    .pix-paste-button {
      background-color: transparent;
      color: #0070c0;
      border: none;
      font-weight: 600;
      cursor: pointer;
      font-size: 14px;
    }

    .send-pix {
      width: 100%;
      background-color: #0070c0;
      color: white;
      padding: 12px;
      font-size: 18px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      font-weight: 700;
    }

    .confirm-box,
    .receipt-box {
      background-color: #eaf4ff;
      border: 1px solid #b3d6f7;
      padding: 15px;
      margin-top: 20px;
      border-radius: 10px;
      font-size: 15px;
      display: none;
    }

    .confirm-box b,
    .receipt-box b {
      color: #005fa3;
    }

    .confirm-box button,
    .receipt-box button {
      margin-top: 15px;
      background-color: #0070c0;
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
    }

    .loading {
      text-align: center;
      margin-top: 20px;
      font-size: 16px;
      color: #0070c0;
      display: none;
    }

    .receipt-logo {
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 18px;
      color: #0070c0;
    }

    .receipt-line {
      border-top: 1px dashed #aaa;
      margin: 12px 0;
    }
	
	.header {
    background-color: #0070c0;
    color: white;
    padding: 16px;
}

	.header-title {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 6px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
}

	.top-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 20px;
}
	.perfil-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}
	.minha-conta {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
}
	.dados-conta {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
    color: white;
    font-size: 13px;
    width: fit-content;
}
	.saldo-topo {
    background-color: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
    cursor: pointer;
}

	.dados-conta {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
    color: white;
    font-size: 13px;
    width: fit-content;
}
	.bottom-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
}
	.saldo-container1 {
    background-color: #0c326f;
    margin: 20px auto;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    text-align: center;
    max-width: 360px;
}
.weui_mask {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
}

	.weui_dialog {
    position: fixed;
    z-index: 998;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fafafc;
    text-align: center;
    border-radius: 10px;
    font-family: arial;
}
	.weui_dialog_hd { 
	padding:0 0 .3em;
	margin-top:15px
}
.weui_dialog_bd {
		padding:0 20px;
		font-size:16px;
		color:#888
}
.weui_dialog_ft {
	width:90%;
	margin-left:5%;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	position:relative;
	line-height:1.6rem;
	margin-top:20px;
	font-size:17px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.weui_dialog_ft:after { 
	content:" ";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1px;
	border-top:1px solid #d5d5d6;
	color:#d5d5d6;
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scaleY(.5);
	transform:scaleY(.5)
}
.weui_btn_dialog.primary {
	color:#fff
}
.weui_dialog_ft .btn { 
	background:#c00;
	color:#fff;
	font-size:1.2em;
	-webkit-box-flex:1;
	-webkit-flex:1;-ms-flex:1;
	flex:1;
	-webkit-tap-highlight-color:transparent
}
.weui_dialog_title { 
	font-weight:600;
	font-size:20px;
	color:#000;
	margin-top:10px
}
.weui_close {
	display:block;
	position:absolute;
	top:6px;right:6px
}
.weui_dialog_ft .btn { 
	width:80%
	;max-width:345px;
	margin:15px auto;
	border-radius:5px;
	color:#fff;
	font-weight:700;
	text-align:center;
	display:block;
	text-decoration:none;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	box-shadow:none
}