
.voucher-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--color-primary-pure);
    height: 62px;
    z-index: 0;
    padding: 11px 24px;
    border-bottom: 1px solid #E9EDF4;
    margin-bottom: 3%;
}

.centralizar {
    margin: 0 auto 5% auto !important;
    display: table;
    max-width: 430px;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 10px 0px 20px 0px;
    background-color: white;
}

.voucherh2 {
    font-family: "Work Sans", Sans-serif;
    margin: 0 auto !important;
    display: table;
    max-width: 500px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #145d5c;
    padding-bottom: 5px;
}

.voucherp {
    font-family: var(--font-weights-regular);
    font-size: 16px;
    line-height: 24px;
    color: var(--color-neutral-pure);
    margin: 0 auto !important;
    display: table;
    max-width: 500px;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

.centralizar img {
    margin: 10px auto 20px auto !important;
    display: table;
    width: 80%;
    height: auto !important;
    border-radius: 8px;
}

.centralizar .voucher-search {
    margin: 0 auto !important;
    display: table;
    max-width: 500px;
    width: 90%;
}

.alert-search-voucher {
    color: #626262;
    padding: 1px;
    border-radius: 4px;
    margin: 2px 20px 20px 20px;
    font-size: 12px;
    text-align: center;
    font-family: "Work Sans", Sans-serif;
}

.alert-danger-voucher {
    background-color: #ff6363 !important;
    border-color: #f9f1f1;
    color: #ffffff;
    padding: 1px;
    border-radius: 4px;
    margin: 2px 20px 20px 20px;
    font-size: 12px;
    text-align: center;
}

.alert-success-voucher {
    background-color: #109e10 !important;
    border-color: #f9f1f1;
    color: #ffffff;
    padding: 1px;
    border-radius: 4px;
    margin: 2px 20px 20px 20px;
    font-size: 12px;
    text-align: center;
}

.alert-info-voucher {
    background-color: #d89d00 !important;
    border-color: #f9f1f1;
    color: #ffffff;
    padding: 1px;
    border-radius: 4px;
    margin: 2px 20px 20px 20px;
    font-size: 12px;
    text-align: center;
}

.alert-voucher {
    background-color: #cfe2ff !important;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
    margin: 0 auto 25px auto !important;
    max-width: 430px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border: 1px solid #e7e7e7;
    color: #0043a6;
    border-color: #b6d4fe;
    font-family: "Work Sans", Sans-serif;
}

#formularioUtilizado {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.ui-icon {
    text-indent: initial;
}

.text-muted {
    display: none !important;
}




