.payment-form [id="cidade"],
.payment-form [id="estado"] {
    text-align: left;
}
.error-hint {
    color: #d50258;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 8px;
    min-height: 16px;
}
.payment-form > label,
.payment-form > div,
.payment-form > input,
.payment-form > select {
    margin-bottom: 16px;
    text-align: left;
}

.payment-form label {
    text-align: left;
    display: block;
    margin-bottom: 4px;
}

.payment-form {
    font-family: 'Behind-Medium', serif;
    font-size: 14px;
}

.payment-form .radio-group {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
}
/* Estilo para o formulário de pagamento */
.payment-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
}

.payment-form input,
.payment-form select {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #ffb6c1;
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
}

.payment-form label {
    font-weight: 500;
    color: #d50258;
    margin-bottom: 2px;
    display: block;
}

@font-face {
    font-family: 'Beloved Dream';
    src: url('BelovedDream.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Behind-Medium';
    src: url('Behind_Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Behind-Semi';
    src: url('Behind_Semi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

body{
    background: url('background.jpg') no-repeat center center fixed;
    background-size: cover;
}

.name{
    margin: 20px 0;
}

.name h1{
    margin-top: -15px;
}

.name.presente h1{
    font-size: 75px;
}

h1{
    background: url('background.jpg') center center no-repeat;
    font-family: 'Beloved Dream', cursive, sans-serif;
    text-transform: uppercase;
    font-size: 90px;
    line-height: .9;
    font-weight: normal;
    color: #d50258;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

a, button{
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background: url('background.jpg') top center;
    display: block;
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 30px;
    font-family: 'Behind-Semi', sans-serif;
    width: 100%;
    border: none;
}

p{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Behind-Medium', serif;
    color: #333;
}

.content{
    width: 80vw;
    padding: 10vw;
    background: #f7eee2;
    margin: 10vw auto;
}

.list{
    margin: 20px 0;
}

.list .item{
    font-family: 'Behind-Medium', serif;
    font-size: 14px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 90px;
    text-align: left;
}

.list .item .item-content{
    border: 1px solid #CCC;
    border-right: 0;
    flex: 1;
    padding: 10px 10px 10px 20px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list .item .item-content b{
    display: block;
    margin-top: 10px;
    color: #ff325e;
}

.list .item .item-action{
    border: 1px solid #CCC;
    border-left: 1px dashed #CCC;
    position: relative;
    width: 48px;
}

.list .item .item-action a{
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-lr;
    text-align: center;
}

.list .item::before, .list .item::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: #f7eee2;
    z-index: 1;
}

.list .item::before {
    left: -10px;
}

.list .item::after {
    right: -10px;
}


a.small{
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    background: transparent;
    color: #ff325e;
    margin-top: 2px;
}

.qrcode .copy p{
    background: rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 5px;
    overflow-x: scroll;
}