input#phone:focus-visible {
    border: none !important;
    outline: none !important;
    text-indent: 0.7rem;
}

.consulte-seus-pontos {
    font-size: 1.2rem;
}

.d-none {
    display: none !important;
}

.table-pontuacao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 1.5rem;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.table-pontuacao .fechar-table {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.table-beneficios {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 1.5rem;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0 0 2px 3px #e8e8e8;
}

.table-beneficios .fechar-table {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.table-resgate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 1.5rem;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.table-resgate .fechar-table {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.btn-voltar {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    gap: 4px;
    cursor: pointer;
}

.btn-voltar svg {
    width: 16px;
}