body {
    color: #52606D;
}

a {
    color: #0059F1;
}

[type="radio"] {
    background-color: #fff;
    appearance: none;
    border: 1px solid #CBD2D9;
    border-radius: 50%;
    height: 18px;
    outline: none;
    width: 18px;
}

[type="radio"]:checked {
    background: #00BA86 url(../img/sprite.svg#g-checked) no-repeat center;
    background-size: 10px 9px;
    border-color: #00BA86;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/sprite.svg#g-select) no-repeat right 16px center;
    background-size: 13px 7px;
}

/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.h1, h1, .h2, h2, .h3, h3 {
    color: #111B25;
    font-weight: 600;
}

.h1, h1 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
}

.h2, h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
}

.h3, h3 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.h6, h6 {
    font-size: 14px;
    line-height: 1.5;
}

.collapsed {
    display: none;
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 16px;
    line-height: 1.42857;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    text-decoration: none;
}

.btn .icon {
    fill: currentColor;
    margin-right: 8px;
    position: relative;
    top: 1px;
    vertical-align: baseline;
}

.btn-lg {
    font-size: 16px;
}

.btn-primary {
    background-color: #0059F1;
    border-color: #0059F1;
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
}

.btn-secondary {
    border-color: #E4E7EB;
    color: #3E4C59;
}

.btn-secondary:hover {
    color: #3E4C59;
}

.btn-link {
    border: none;
    color: #0059F1;
    padding: 8px 0;
}

.btn-group {
    margin-top: 30px;
}

.btn-group .btn + .btn {
    margin-left: 11px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.gutters-8 {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-8 > .col,
.gutters-8 > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.text-center{
    text-align: center;
}

.form .h6 {
    margin-top: 48px;
}

.form .h-title {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

label {
    color: #616E7C;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.form-control {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    height: 56px;
    line-height: 1;
    padding: 18px 16px;
    width: 100%;
}

.form-control ~ label {
    font-size: 16px;
    left: 16px;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    transition: all 0.15s ease;
}

.form-control.filled,
.form-control:not(:placeholder-shown):not(select) {
    padding-bottom: 6px;
    padding-top: 26px;
}

.form-control.filled ~ label,
.form-control:not(:placeholder-shown):not(select) ~ label {
    font-size: 14px;
    top: 12px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F5F7FA;
}

.form-copy{
    position: relative;
}

.form-copy-icon{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.form-copy .form-control,
.form-copy .form-control:not(:placeholder-shown):not(select)
{
    border-color: transparent;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #627D98;
    outline: none;
    padding: 18px 16px 18px 54px;
}

.invoice {
    margin-top: 82px;
}

.invoice-header {
    margin-bottom: 33px;
}

.invoice-body {
    border: 1px solid #E4E7EB;
    border-radius: 6px;
    margin-bottom: 32px;
    padding: 32px 15px;
}

@media (min-width: 768px) {
    .invoice-body {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.invoice-body-secondary {
    background-color: #FBFCFD;
}

.invoice-image {
    display: block;
    margin-bottom: 16px;
}

.invoice-description {
    margin-bottom: 56px;
}

.invoice-description p {
    margin-bottom: 8px;
}

.alert {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.alert-icon {
    margin-bottom: 24px;
}
    
.alert .spin {
    margin-bottom: 13px;
}

.label {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 14px;
}

.label-warning {
    background-color: #FF9800;
}

.h-title {
    border-bottom: 1px solid #E4E7EB;
    padding-bottom: 8px;
}

.h-title .label {
    margin-left: 16px;
    position: absolute;
}

.table {
    color: #111B25;
    margin-bottom: 21px;
    width: 100%;
}

.table th,
.table td {
    padding: 8px;
}

.table th {
    color: #111B25;
    font-weight: normal;
}

.table td {
    color: #616E7C;
}

@media (max-width: 575px) {
    .table-content tr {
        display: flex;
        flex-wrap: wrap;
    }

    .table-content td {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .table-content td {
        height: 56px;
    }

    .table-content .col-name {
        width: 45%;
    }
}

.table th:first-child,
.table td:first-child {
    padding-left: 0;
}

.table th:last-child,
.table td:last-child {
    padding-right: 0;
}

.table-data {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    padding: 12px 16px 8px;
}

.table-data:before {
    color: #616E7C;
    content: attr(data-th);
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px;
}

.table .table-data {
    height: 100%;
}

#more-details {
    padding-top: 15px;
}

#more-details .table + .h-title {
    margin-top: 48px;
}

.card-title {
    margin-bottom: 32px;
}

.checks-list {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    white-space: nowrap;
}

.badge-pro {
    background-color: #0059F1;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.35714;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    color: #fff;
}

.check-inline {
    display: inline-block;
    flex: 0 0 33.333333%;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    text-align: center;
}

.check-inline .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}

.check-inline label {
    background-color: #F0F5FF;
    border-radius: 4px;
    box-shadow: inset 3px 0 0 0 #CBD2D9;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding: 24px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #222222;
}

.check-inline input {
    background-color: #fff;
    appearance: none;
    border: 1px solid #CBD2D9;
    border-radius: 50%;
    height: 18px;
    margin-top: 0;
    outline: none;
    position: absolute;
    right: 24px;
    top: 12px;
    width: 18px;
}

.check-inline input:focus {
    outline: none;
}

.check-inline input:checked {
    background: #00BA86 url(../img/sprite.svg#g-checked) no-repeat center;
    background-size: 10px 10px;
    border-color: #00BA86;
}

.check-inline input:checked~label {
    box-shadow: inset 3px 0 0 0 #0059F1;
}
.check-inline .badge-pro {
    position: absolute;
    left: 23px;
    top: 9px;
    font-size: 9px;
    line-height: 17px;
    font-weight: normal;
}

.panel-bar-code {
    margin-top: 25px;
}

.panel-bar-code .h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}

.panel-bar-code .h6 > img {
    margin-right: 10px;
}

.bar-code-control {
    background-color: transparent;
    border: none;
    line-height: 1;
    outline: none;
    padding: 8px 0;
    width: 100%;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.bill-pay .card-title {
    margin-bottom: 50px;
}

.bill-pay-part + .bill-pay-part {
    border-top: 1px solid #E4E7EB;
    margin-top: 24px;
    padding-top: 32px;
}

.bill-pay-header {
    align-items: center;
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
}

.bill-pay .table {
    margin-bottom: 13px;
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 84px;
}

.spin circle {
    fill: none;
    stroke-width: 2;
}

.spin .dash {
    stroke: #0059F1;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

.btn .spin {
    width: 22px;
    margin-right: 8px;
}

.btn .spin circle{
    stroke-width: 4;
}

.btn-primary .spin .dash {
    stroke: #fff;
}

.alert-danger .btn-group {
    margin-top: 32px;
}

.alert-danger .btn-group .btn {
    display: block;
}

.alert-danger .btn-group .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
}

.invoice-success .container {
    max-width: 536px;
}

.invoice-success .invoice-image,
.invoice-success .invoice-body {
    text-align: center;
}

.invoice-success .invoice-body {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
}

.invoice-success .invoice-body + .invoice-body {
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.invoice-success .btn-group {
    margin-top: 32px;
}

.invoice-success .btn-group .btn {
    margin-bottom: 16px;
}

.footer {
    margin-top: 81px;
    padding-bottom: 31px;
    padding-top: 31px;
}

.footer > .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.footer-links {
    font-size: 13px;
    line-height: 1.2307;
}

.footer-links a {
    color: #52606D;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.data-payment-info {
    margin-bottom: 21px;
    min-height: 88px;
}

@media (max-width: 767px) {
    .bill-pay-header {
        flex-wrap: wrap;
    }

    .bill-pay-number {
        word-break: break-all;
    }
}

.pix-qrcode{
    max-width: 581px;
    margin: 30px auto 36px;
}

@media (max-width: 991px) {
    .pix-qrcode .form-group {
        margin-top: 32px;
    }
}

.blur-content:not(.show) {
    position: relative;
}

.blur-content:not(.show) .blur-content-btn + div {
    filter: blur(6px);
    pointer-events: none;
}

.blur-content-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.blur-content.show .blur-content-btn {
    display: none;
}
