@font-face {
    font-family: Trj;
    src: url('./fonts/TrajanPro-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Trj;
    src: url('./fonts/TrajanPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body,
html {
    min-width: 800px;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #000;
}

body {
    background: url('../imgs/bg-top.png?2022.2') no-repeat center top;
    background-color: #0a1626;
    color: #e5f1ff;
    background-size:cover;
}

body,
a,
a:active,
a:visited,
a:link,
input,
textarea,
select {
    font-family: Arial, Tahoma;
    font-size: 13px;
    text-decoration: none;
}

a,
a:active,
a:visited,
a:link {
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, Tahoma;
}

a,
input {
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

.pddInner {
    padding: 0 15px 30px;
}

a,
a:active,
a:visited,
a:link {
    color: #fff;
    transition: color 0.4s;
}

a:hover {
    color: #a8d4ff;
}

article a,
article a:active,
article a:visited,
article a:link {
    color: #a8d4ff;
}

article a:hover {
    color: #fff;
}

hr {
    background: linear-gradient(90deg, transparent, rgba(30, 144, 255, 0.4), transparent);
    height: 1px;
    border: 0;
    box-shadow: 0 0 5px rgba(30, 144, 255, 0.2);
}

article h1.welcome {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    background: url(../imgs/faixa.png) no-repeat center top;
    background-size: 600px;
    color: #9ecbff !important
}

#alerta {
    visibility: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: table;
    z-index: 1001;
    margin: 0;
    padding: 25px 30px;
    box-sizing: border-box;
    font-size: 15px;
    background: rgba(10, 22, 38, 0.98);
    border: 1px solid rgba(30, 144, 255, 0.4);
    border-radius: 8px;
    color: #ece8d7;
    box-shadow: 0 0 30px rgba(30, 144, 255, 0.25);
}

#alerta .ok {
    display: table;
    width: 100%;
}

#alerta .ok>div {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    display: table;
    float: right;
    margin: 15px 0 0 0;
    padding: 5px 0;
    text-align: center;
    width: 60px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    border-radius: 4px;
}

#alerta .ok>div:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

#alerta .ok.sucesso>div {
    background: #79af46;
    border: 1px solid #79af46;
}

#alerta .ok.sucesso>div:hover {
    background: #a1e463;
    border: 1px solid #a1e463;
}

#backblack {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1000;
}

a.default,
span.default,
input.default {
    border: 1px solid rgba(30, 144, 255, 0.3);
    color: #a8d4ff !important;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: 'Times New Roman', Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 0 8px 0;
    width: 198px;
    margin: 0 0 1px;
    border-radius: 4px;
    background: rgba(30, 144, 255, 0.1);
    box-shadow: 0px 1px 0px rgba(30, 144, 255, 0.2) inset;
}

article .ucp a.default,
.ucp a.default,
.ucp span.default,
.ucp input.default {
    padding: 12px 0 13px 0;
}

article a.default:active,
a.default:active,
input.default:active,
span.default:active {
    opacity: 0.7;
}

a.default.big,
span.default.big,
input.default.big {
    text-transform: uppercase;
    min-width: 200px;
    padding: 12px 28px;
    font-size: 15px;
    background: linear-gradient(135deg, #1e90ff 0%, #1c7ed6 100%);
    border-color: #1e90ff;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(12, 46, 90, 0.35);
}

a.default.dbig,
span.default.dbig,
input.default.dbig {
    min-width: 220px;
    padding: 13px 30px;
    line-height: 20px;
    height: auto;
}

a.default.superbig,
span.default.superbig,
input.default.superbig {
    background: linear-gradient(135deg, #1e90ff 0%, #1c7ed6 100%);
    border-color: #1e90ff;
    padding: 13px 33px;
    box-shadow: 0 4px 15px rgba(12, 46, 90, 0.35);
}

a.default:hover,
input.default:hover,
span.default:hover {
    background: linear-gradient(135deg, #1c7ed6 0%, #155a9c 100%);
    border-color: #1c7ed6;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(12, 46, 90, 0.45);
    transform: translateY(-1px);
}

a.default:hover,
input.default:active,
span.default:active {
    background: #0f3a68;
    border-color: #0f3a68;
}

a.default.sucesso,
span.default.sucesso,
input.default.sucesso {
    background: #a1e463 !important;
    border-color: #a1e463 !important;
    color: #fff !important;
}

section {
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    position: relative;
}


.top {
    width: 800px;
    height: 320px;
    display: table;
    margin: 0 auto;
    position: relative;
}

.top a.logo {
    display: table;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.loggedAs {
    display: table;
    width: 280px;
    height: 110px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(10, 22, 38, 0.85);
    border: 1px solid rgba(30, 144, 255, 0.25);
    position: absolute;
    top: 30px;
    left: 0;
    box-shadow: 0 0 15px rgba(12, 46, 90, 0.25);
}

.loggedAs .avatar {
    display: block;
    overflow: hidden;
    padding: 5px;
    float: left;
    background: rgba(30, 144, 255, 0.12);
    border: 1px solid rgba(30, 144, 255, 0.25);
}

.loggedAs .avatar,
.loggedAs .avatar>img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.loggedAs .info {
    display: table;
    float: left;
    width: 166px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.loggedAs .info .user {
    width: 100%;
    font-family: Trj, Arial;
    font-size: 15px;
    color: #d7eaff;
    padding: 10px 0 4px;
    text-shadow: 0 0 8px rgba(12, 46, 90, 0.35);
}

.loggedAs .info .user>limit-txt {
    width: 166px;
    overflow: hidden;
}

.loggedAs .info .chdata {
    width: 100%;
}

.loggedAs .info .chdata a {
    text-transform: uppercase;
    font-family: Trj, Arial;
    font-size: 10px;
    color: rgb(255, 255, 255, 0.4);
}

.loggedAs .info .chdata a:hover {
    color: rgb(255, 255, 255, 0.8);
}

.loggedAs .info .chdata a:first-child {
    margin: 0 !important;
}

.sair {
    position: absolute;
    top: 70px;
    right: 0;
}

.sair,
.sair>a {
    width: 124px;
    height: 38px;
    line-height: 38px;
}

.sair>a {
    display: table;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    color: #d7eaff;
    font-size: 14px;
    font-family: Trj, Arial;
    font-weight: normal;
    padding: 2px 20px 0 0;
    background: transparent url('../imgs/logout-button.png') no-repeat 0 0;
}

.sair>a i {
    transition: color 0.4s;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 19px;
}

.sair>a:hover {
    background-position: 0 -40px;
}

.sair>a:hover,
.sair>a:hover i {
    color: #fff;
}

.sair>a:active {
    opacity: 0.8;
}

article {
    width: 100%;
    max-width: 800px;
    display: table;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(10, 22, 38, 0.95);
    border-radius: 8px;
    border: 1px solid rgba(30, 144, 255, 0.25);
    box-shadow: 0 0 25px rgba(12, 46, 90, 0.3), 0 0 15px rgba(0, 0, 0, 0.45);
}

section.login article {
    margin-top: 40px;
}

.flex {
    display: flex;
}

.lang-block {
    position: absolute;
    box-sizing: border-box;
    top: 30px;
    right: 30px;
    z-index: 1000;
}

.lang-block a {
    display: block;
    text-transform: uppercase;
    color: #fffefc;
    font-size: 10px;
    text-align: center;
    width: 24px;
    margin-left: 10px;
}

.lang-block a:first-child {
    margin: 0;
}

.lang-block a:hover {
    margin-top: -3px;
}

.lang-block a img {
    margin-bottom: 3px;
}

.smallCenter {
    text-align: center;
    position: relative;
    display: table;
    width: 422px;
    margin: 0 auto 0;
    padding: 20px 0 0 0;
}

.smallCenter .grayArea {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    background: rgba(30, 144, 255, 0.08);
    border: 1px solid rgba(30, 144, 255, 0.2);
    border-radius: 4px;
}


.smallCenter .grayArea a:hover {
    opacity: 1;
}

.smallCenter .accessButton {
    display: table;
    margin: 10px auto 20px;
}

.formpadrao,
.formpadrao>div,
.formpadrao .camp input,
.formpadrao .camp select,
.newcamp input,
.newcamp textarea,
.newcamp select {
    border-radius: 20px;
}

.formpadrao {
    display: table;
    margin: 0 auto 2px auto;
}

.formpadrao>div {
    display: table;
}

.formpadrao .desc {
    font-size: 12px;
    width: 150px;
    padding: 0 10px;
    font-weight: bold;
    font-family: Trj, Arial;
    text-align: right;
}

.formpadrao .desc,
.formpadrao .camp,
.formpadrao .camp2 {
    float: left;
    height: 46px;
    line-height: 46px;
}

.newcamp input,
.newcamp textarea,
.newcamp select,
.formpadrao .camp input[type="text"],
.formpadrao .camp input[type="number"],
.formpadrao .camp input[type="password"],
.formpadrao .camp input[type="file"] {
    border: 0;
    width: 230px;
    margin: 5px 5px 0 0;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
}

.newcamp select,
.formpadrao .camp select {
    border: 0;
    width: 240px;
    margin: 5px 5px 0 0;
    padding: 9px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

#qtdCoins,
.formpadrao .camp select,
.formpadrao .camp select option {
    color: #e5f1ff;
    background: #0a1626;
}

.formpadrao textarea {
    border: 0;
    resize: vertical;
    height: 300px;
    width: 230px;
    margin: 0 4px 10px 0;
    padding: 5px;
}

.formpadrao .desc {
    color: #fff;
}

.newcamp input,
.newcamp textarea,
.newcamp select,
.formpadrao .camp input[type="text"],
.formpadrao .camp input[type="number"],
.formpadrao .camp input[type="password"],
.formpadrao .camp input[type="file"],
.formpadrao .camp select,
.formpadrao textarea {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #1f5f9b;
    color: rgb(255, 255, 255, 0.8)
}

.newcamp input:focus,
.newcamp textarea:focus,
.newcamp select:focus,
.formpadrao .camp input[type="text"]:focus,
.formpadrao .camp input[type="number"]:focus,
.formpadrao .camp input[type="password"]:focus,
.formpadrao .camp select:hover,
.formpadrao textarea:focus {
    background: rgba(0, 0, 0, 1);
    border-color: #1e90ff;
    box-shadow: 0 0 10px rgba(30, 144, 255, 0.3);
}

.formpadrao.t2,
.formpadrao.t2 .desc,
.formpadrao.t2 .camp,
.formpadrao.t2 .camp2 {
    float: none;
    width: 100%;
}


.newcamp {
    width: 100%;
    display: table;
    text-align: left;
    margin: 0 0 15px 0;
}

.newcamp>div {
    padding: 0 0 5px 0;
    font-weight: bold;
}

.newcamp input,
.newcamp textarea,
.newcamp select {
    width: 100%;
}


label.captcha {
    position: relative;
}

label.captcha img.captchaImage {
    position: absolute;
    left: 8px;
    top: 3px;
    opacity: 0.8;
    border-radius: 3px;
}

label.captcha a {
    position: absolute;
    right: 12px;
    top: 12px;
}

label.captcha a,
label.captcha a img {
    width: 23px;
    height: 23px;
}

label.captcha a:hover {
    opacity: 0.7;
}

label.captcha a:active {
    opacity: 1;
}

ul.breadcrumb {
    display: none;
}

h1,
h2,
h3 {
    font-family: Trj, Arial !important;
    font-weight: normal !important;
    color: #b9e0ff !important;
    text-shadow: 0 0 10px rgba(168, 210, 255, 0.35);
}

h1 {
    font-size: 20px;
    margin: 0 0 15px 15px;
}

h1 i {
    margin-right: 7px;
}

h2 {
    font-size: 17px;
    margin: 0 0 15px 15px;
}

footer {
    color: #b9e0ff;
    font-size: 13px;
    font-family: Trj, Arial;
    font-weight: normal;
    width: 100%;
    padding: 42px 0;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    text-shadow: 0 0 8px rgba(168, 210, 255, 0.3);
}

footer a.atualstudio {
    top: 40px;
    right: 50px;
    position: absolute;
    opacity: 0.4;
    display: block;
    width: 120px;
    height: 18px;
    background: transparent url('../imgs/nm/atualstudio.png');
}

footer a.atualstudio:hover {
    opacity: 1;
}

.box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 5px;
    padding: 0 0 15px 0;
}

.twoBox {
    width: 100%;
    display: table;
}

.twoBox .box:first-child {
    margin-left: 0;
}

.box h1 {
    width: 100%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.25) 0%, rgba(28, 126, 214, 0.2) 100%);
    border-bottom: 1px solid rgba(30, 144, 255, 0.28);
}

.box h1 i {
    display: none;
}

.lines {
    padding: 0 15px;
}

.lines>div {
    padding: 0 10px;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-family: Arial;
    font-size: 14px;
    border-top: 1px solid rgba(30, 144, 255, 0.15);
}

.lines>div.two {
    background: rgba(30, 144, 255, 0.08);
}

.lines>div:first-child {
    border: 0;
}

.lines>div span {
    float: right;
    font-family: Trj, Arial;
    font-size: 13px;
    font-weight: bold;
}

.lines.logs>div {
    background: rgba(30, 144, 255, 0.08);
}

.lines.logs>div.two {
    background: rgba(30, 144, 255, 0.05);
}

.rulesbox {
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.5);
    color: #000 !important;
    overflow: auto;
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 4px;
}

.rulesbox h1 {
    padding: 0 0 10px;
    font-size: 17px;
}

table.default {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: 0;
    overflow: hidden;
}

table.default tr td {
    text-align: center;
    font-size: 12px;
    padding: 6px 8px;
    border-left: 1px solid rgba(30, 144, 255, 0.2);
    border-bottom: 1px solid rgba(30, 144, 255, 0.2);
    background: rgba(30, 144, 255, 0.05);
}

table.default tr th {
    font-weight: bold;
    font-family: Trj, Arial;
    text-align: center;
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.4) 0%, rgba(28, 126, 214, 0.3) 100%);
    color: #fff;
    text-shadow: 0 0 8px rgba(168, 210, 255, 0.45);
    padding: 10px 0;
    border: 1px solid rgba(30, 144, 255, 0.3);
}

table.default tr.ctype2,
table.default tr.ctype2 td {
    padding: 0;
    margin: 0;
    height: 2px;
    background: rgba(30, 144, 255, 0.2);
}

table.default .pos {
    width: 25px;
    text-align: center;
}

table.default tr.pin td {
    background: #fffde5 !important;
}

span#confirm {
    background: #fffb99;
    color: #000;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: 10px 0;
    padding: 30px 0;
    text-align: center;
    font-size: 15px;
}

span#confirm.invis {
    display: none !important;
}

.rmsg {
    display: table;
    width: 390px;
    margin: 0 auto 20px auto;
    padding: 10px;
    background: linear-gradient(135deg, rgba(16, 140, 0, 0.8) 0%, rgba(20, 160, 0, 0.8) 100%);
    border: 1px solid rgba(16, 140, 0, 0.5);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(16, 140, 0, 0.3);
}

.rmsg.error {
    background: linear-gradient(135deg, rgba(179, 0, 0, 0.9) 0%, rgba(200, 0, 0, 0.9) 100%) !important;
    border-color: rgba(179, 0, 0, 0.6) !important;
    box-shadow: 0 2px 10px rgba(179, 0, 0, 0.3) !important;
}

.rmsg.warn {
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.65) 0%, rgba(28, 126, 214, 0.65) 100%) !important;
    border: 1px solid rgba(30, 144, 255, 0.4) !important;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(12, 46, 90, 0.3) !important;
}

.paginate {
    display: table;
    margin: 30px auto;
}

.paginate a {
    display: block;
    padding: 5px 8px;
    font-weight: bold;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    float: left;
    margin: 0 1px 0 0;
    border-radius: 3px;
}

.paginate a.atual,
.paginate a.desatived {
    cursor: default;
    box-shadow: none;
}

.paginate a {
    background: rgba(30, 144, 255, 0.18);
    border: 1px solid rgba(30, 144, 255, 0.3);
    color: rgba(255, 255, 255, 0.8) !important;
}

.paginate a:hover {
    background: rgba(30, 144, 255, 0.32) !important;
    border-color: rgba(30, 144, 255, 0.5) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(12, 46, 90, 0.35);
}

.paginate a:active,
.paginate a.atual {
    background: linear-gradient(135deg, #1e90ff 0%, #1c7ed6 100%) !important;
    border-color: #1e90ff !important;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(12, 46, 90, 0.4);
}

.paginate a:active {
    opacity: 0.5;
}

.paginate a.desatived {
    background: rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: rgba(0, 0, 0, 0.3) !important;
}

.atualEnd {
    padding: 0 0 20px 0;
}

.atualEnd.invis {
    display: none;
}

.lines.logs {
    height: 190px;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    padding-right: 0;
}

.lines.logs>div {
    font-size: 13px;
}

.lines.logs>div>div {
    float: left;
    line-height: 13px !important;
    padding: 7px 0 0 0;
}

.lines.logs>div>div>i {
    display: block;
    font-size: 8px;
    font-family: Arial;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0.7;
}

.lines.logs>div>span {
    letter-spacing: -0.5px;
    font-size: 12px;
}

.lines.logs>div {
    padding: 0 10px;
}

.lines.logs>a {
    text-shadow: none;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(30, 144, 255, 0.18);
    border: 1px solid rgba(30, 144, 255, 0.3);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.lines.logs>a:hover {
    background: rgba(30, 144, 255, 0.3);
    border-color: rgba(30, 144, 255, 0.45);
    box-shadow: 0 2px 10px rgba(12, 46, 90, 0.3);
    transform: translateY(-1px);
}


.donate_menu {
    display: table;
    margin: 0 auto 20px;
}

.donate_menu>a {
    display: table;
    float: left;
    padding: 13px 22px;
    margin: 5px;
    background: rgba(30, 144, 255, 0.15);
    border: 1px solid rgba(30, 144, 255, 0.22);
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.donate_menu>a:hover {
    background: rgba(30, 144, 255, 0.25);
    border-color: rgba(30, 144, 255, 0.45);
    box-shadow: 0 2px 8px rgba(12, 46, 90, 0.25);
}

.donate_menu>a.act {
    background: linear-gradient(135deg, #1e90ff 0%, #1c7ed6 100%);
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(12, 46, 90, 0.3);
}

.donate_menu>a.act:hover {
    background: linear-gradient(135deg, #1c7ed6 0%, #155a9c 100%);
    box-shadow: 0 4px 15px rgba(12, 46, 90, 0.4);
    transform: translateY(-1px);
}

.donate-box,
.pay-method {
    display: table;
    width: 100%;
}

.pay-method>div {
    cursor: pointer;
    width: 252px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 8px;
    background: rgba(30, 144, 255, 0.12);
    border: 1px solid rgba(30, 144, 255, 0.25);
    box-sizing: border-box;
    float: left;
    margin: 0 20px 0 0;
    transition: all 0.3s ease;
}

.pay-method>div:hover {
    background: rgba(30, 144, 255, 0.22);
    border-color: rgba(30, 144, 255, 0.4);
    box-shadow: 0 2px 10px rgba(12, 46, 90, 0.2);
}

.pay-method>div.active {
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.4) 0%, rgba(28, 126, 214, 0.4) 100%);
    border: 2px solid #1e90ff;
    box-shadow: 0 0 15px rgba(12, 46, 90, 0.35);
}

.pay-method>div>img {
    max-width: 100%;
    max-height: 100%;
}

.pix-area textarea {
    width: 100%;
    height: 30px;
    font-size: 11px;
}

.pix-area img {
    max-width: 400px;
}

.pix-instructions {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.pix-instructions>span {
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: 0 6px 0 0;
}


.donate-box .formpadrao {
    margin: 10px 0;
}

.donate-box .formpadrao .desc {
    width: auto;
    padding: 9px 0 0 9px;
    box-sizing: border-box;
}

.donate-box .formpadrao .desc img {
    height: 32px;
    border-radius: 6px;
}

.donate-box .formpadrao .camp {
    height: auto !important;
    line-height: normal !important;
}

.donate-box .formpadrao select {
    width: 400px;
    margin: 8px;
}

.donate-box .formpadrao input[type='number'] {
    width: 390px;
    margin: 8px;
}

.donate-box .saldo {
    text-shadow: none;
    font-size: 17px;
    margin: 0;
    width: 459px;
    box-sizing: border-box;
}