body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  overflow-y: scroll;
}

.no-style {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  align-items: center;
  height: 80px;
  position: relative;
}

.navbar-nav .active {
  background-color: #4f8d96;
  border: 1px solid #4f8d96;
  color: #fff !important;
}

.navbar-nav a {
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  width: 70%;
  margin-top: 5px;
  padding: 8px 25px !important;
}

.nav-link:not(.active):hover {
  background-color: #cdcdcd;
}

.nav-link:focus {
  box-shadow: none;
  outline: 0;
}

.link {
  color: #76aeb7;
  cursor: pointer;
  padding: 4px;
  font-weight: 500;
  text-decoration: underline;
}

.form-switch {
  margin-bottom: 0;
}

.form-switch .form-check-input {
  cursor: pointer;
  border: 2px solid #4f8d96;
  outline: 0;
  width: 50px;
  height: 25px;
}

.form-switch .form-check-input:focus {
  box-shadow: none;
}

.form-switch .form-check-input:checked {
  background-color: #4f8d96;
}

.form-control {
  color: #333;
  background-color: #fff;
  border: 0;
  outline: 1px solid #b3b3b3;
  margin-top: 2px;
  padding: 7px 15px;
}

.form-control:focus {
  box-shadow: none;
  background-color: #f9f9f9;
  border: 0;
  outline: 2px solid #76aeb7;
}

.progress .progress-bar {
  background-color: #4f8d96;
}

.invoicesTotals {
  float: right;
  width: 600px;
  max-width: 600px;
}

.invoicesTotals td {
  border: 1px solid gray;
  padding: 5px;
}

.invoicesTableContainer {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  overflow-x: auto;
}

.invoicesTable {
  width: 100%;
}

.invoicesTable th {
  background-color: #f1fdff;
}

.invoicesTable tr, .invoicesTable td, .invoicesTable th {
  border: 1px solid gray;
}

.invoicesTable .even-row {
  background-color: #e9ecef;
}

.invoicesTable .trans-fail {
  background: #db412c4d;
}

.tableActions span {
  cursor: pointer;
}

.tableActions span:hover {
  cursor: pointer;
  color: #4f8d96;
}

.btn-primary, .btn-primary:disabled {
  --bs-btn-active-bg: #76aeb7;
  --bs-btn-active-border-color: #76aeb7;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  background-color: #76aeb7;
  border: 1px solid #76aeb7;
  padding: 15px 40px;
}

.btn-primary:hover {
  background-color: #4f8d96;
  border: 1px solid #4f8d96;
}

.btn-primary:focus {
  background-color: #4f8d96;
  outline: 0;
  box-shadow: 0 0 0 .2rem #4f8d9699;
}

.btn-mydatasearch {
  width: 100%;
}

.btn-qr {
  border: 1px solid #76aeb7;
  outline: 1px solid #76aeb7;
  margin-top: 2px;
  padding: 0 30px;
}

.page-link:not(.active), .page-link:hover {
  color: #76aeb7;
  border: 1px solid #76aeb7;
}

.page-link:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #4f8d9699;
}

.active .page-link {
  color: #f9f9f9;
  background-color: #4f8d96;
}

.primary-card {
  background-color: #f9f9f9;
  border: 1px solid #4f8d96;
  min-height: 100%;
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
}

.myData-card {
  min-height: 0;
}

.correlated-card {
  border: 1px solid #4f8d96 !important;
}

.primary-card .card-title {
  color: #f9f9f9;
  background-color: #4f8d96;
}

.primary-card .card-text div {
  border-bottom: 1px solid;
}

.primary-card .card-text .invoiceValue {
  text-align: end;
  max-width: 70%;
}

.primary-card .card-text div:last-child {
  border-bottom: 0;
}

.alt-card {
  background-color: #fff;
  border: 1px solid #4f8d96;
  border-radius: 4px;
  min-height: 100%;
}

.paymentMethod-card, .taxesTotals-card {
  background-color: #f9f9f9;
  border: 1px solid #4f8d96;
  min-height: 100%;
}

.card-title {
  border-bottom: 1px solid #4f8d96;
}

.alt-card .card-title {
  background-color: #76aeb7;
  border-bottom: 1px solid #76aeb7;
  font-size: 13px;
}

.alt-card .card-text {
  font-size: 13px;
}

.alt-card .card-body {
  padding: 0;
}

.alt-card .card-text .content {
  padding: 0 5px;
}

.alt-card .card-text .invoiceValue {
  text-align: end;
  max-width: 70%;
}

.classification {
  margin-left: 10px;
}

.selected-row {
  color: #fff;
  background-color: #4f8d96;
}

.selected-row tr, .selected-row td, .selected-row th {
  border: 1px solid #fff !important;
}

.qr-modal {
  width: 100%;
  height: 400px;
  padding: 2px;
}

.qr-modal video {
  width: 100%;
  height: 100%;
}

.settingsContainer {
  display: flex;
}

.rightOfSidebarContent {
  flex: 1;
}

.app-navbar-nav {
  background-color: #f1fdff;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
}

.user-info {
  border-top: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 237px;
  display: flex;
}

.user-info span {
  text-align: center;
}

.user-info button {
  height: 40px;
}

.menu-overlay {
  z-index: 50;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

@media (width >= 768px) {
  .btn-mydatasearch {
    width: auto;
  }

  .qr-modal {
    width: 100%;
    height: 400px;
    padding: 16px;
  }

  .app-navbar-nav {
    position: unset;
    box-shadow: unset;
    padding: 0;
  }

  .user-info {
    border: unset;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .nav-link {
    width: unset;
    background-color: unset;
    border: unset;
    border-radius: unset;
    margin: unset;
    justify-content: center;
  }
}

.table-tbody {
  & tr {
    cursor: pointer;
  }

  & tr:hover {
    background-color: #d3d3d3;
  }
}

