/* _content/MeuConsumo/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-53uttmtbmi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-53uttmtbmi] {
    flex: 1;
}

.sidebar[b-53uttmtbmi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-53uttmtbmi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-53uttmtbmi]  a, .top-row[b-53uttmtbmi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-53uttmtbmi]  a:hover, .top-row[b-53uttmtbmi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-53uttmtbmi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-53uttmtbmi] {
        justify-content: space-between;
    }

    .top-row[b-53uttmtbmi]  a, .top-row[b-53uttmtbmi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-53uttmtbmi] {
        flex-direction: row;
    }

    .sidebar[b-53uttmtbmi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-53uttmtbmi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-53uttmtbmi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-53uttmtbmi], article[b-53uttmtbmi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-53uttmtbmi] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-53uttmtbmi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MeuConsumo/Components/Pages/Home.razor.rz.scp.css */
.cupom[b-r4mckyg2yl] {
  margin: 20px auto;
  background: #fff;
  padding: 15px;
  border: 2px solid #000;
  font-family: 'Courier New', monospace;
}

.cabecalho-cupom[b-r4mckyg2yl] {
  text-align: center;
  border-bottom: 1px dashed #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.dados-empresa[b-r4mckyg2yl] {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 10px;
}

.dados-empresa span[b-r4mckyg2yl] {
  display: block;
}

.dados-empresa img[b-r4mckyg2yl] {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin-right: 15px;
}

.total[b-r4mckyg2yl] {
  font-weight: bold;
  border-top: 1px dashed #000;
  padding-top: 10px;
  margin-top: 15px;
}
.valor[b-r4mckyg2yl] {
  text-align: right;
  font-family: 'Courier New', monospace;
}

.bold[b-r4mckyg2yl] {
  font-weight: 600;
}

.tecno-footer[b-r4mckyg2yl] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.tecno-footer div p[b-r4mckyg2yl] {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.tecno-footer img[b-r4mckyg2yl] {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
}

.tecno-footer span[b-r4mckyg2yl] {
  font-weight: 600;
  font-size: 20px;
}

.refresh-icon[b-r4mckyg2yl] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-exclamation-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z'%3E%3Cpath d='M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m0-5v1.5a.5.5 0 0 1-1 0V11a.5.5 0 0 1 1 0m0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'/%3E%3C/svg%3E");
}
