.cash-flow-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 -1px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.cash-flow-tab {
  display: inline-block;
}

.cash-flow-tab a {
  display: block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.cash-flow-tab a:hover {
  background-color: #e8e8e8;
  color: #333;
}

.cash-flow-tab.active a {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.cash-flow-sheet-wrapper {
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 4px;
  overflow: hidden;
  background-color: #fff;
}

.cash-flow-sheet {
  width: 100%;
  min-height: 650px;
  height: 80vh;
  border: 0;
}
/* Place all the styles related to the Clients controller here. */
/* They will automatically be included in application.css. */

#client-header {
  display: block;
  padding: 10px;
  margin: 10px;
}

#clients-header h2, h3 {
  display: inline;
}

#clients-actions {
  float: right;
}

.top-nav .actions {
  padding: 10px;
}

.top-nav .description {
  color: #666;
  font-size: 1em;
}

.top-nav {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.announcement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-md {
  font-size: 1em;
}

.text-muted {
  color: #666;
}

.text-sm {
  font-size: 0.9em;
}

.text-xs {
  font-size: 0.8em;
}

body {
  font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
  font-size: 15px;
}

@media (min-width: 768px) {
  .container { width: 503px; }
}

@media (min-width: 992px) {
  .container { width: 723px; }
}

@media (min-width: 1200px) {
  .container { width: 923px; }
}

@media (min-width: 1432px) {
  .container { width: 1170px; }
}

/* Offset for the fixed sidebar (see app/views/layouts/_sidebar.html.erb). */
body {
  padding-top: 70px;
  min-height: 200vh;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
    margin-left: 260px;
  }
}

.container {
  padding-top: 30px;
  width: 90%;
}

.container--wide {
  width: 98%;
  max-width: none;
}

.hidden {
  display: none;
}

.users-show-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.users-show-header .breadcrumb {
  flex: 1;
  margin-bottom: 0;
  font-size: 24px;
}

.users-show-header .breadcrumb > .active {
  color: #333;
  font-weight: 700;
}

.users-show-header #clients-actions {
  float: none;
  display: flex;
  gap: 8px;
}

.users-session-browser {
  position: relative;
}

.users-session-browser__label {
  display: inline-block;
}

.users-session-browser__details {
  display: inline-block;
  margin-left: 8px;
}

.users-session-browser__summary {
  display: inline;
  color: #337ab7;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  list-style: none;
}

.users-session-browser__summary::-webkit-details-marker {
  display: none;
}

.users-session-browser__details[open] {
  white-space: normal;
}

.users-session-browser__details-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: block;
  margin-top: 6px;
  max-width: 460px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: #666;
  white-space: normal;
  word-break: break-word;
}
/* Pagination nav rendered by pagy's series_nav helper (`<%== @pagy.series_nav %>`).
   Styled in px (not rem) because Bootstrap 3 sets a 10px root font-size. */

[data-ui-page] .pagy.series-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

[data-ui-page] .pagy.series-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid color-mix(in srgb, var(--tw-color-ui-ink, #2a2420) 15%, transparent);
  border-radius: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--tw-color-ui-body, #4a4136);
  text-decoration: none;
}

[data-ui-page] .pagy.series-nav a[href]:hover {
  background: var(--tw-color-ui-surface-tinted, #faf6ef);
  color: var(--tw-color-ui-ink, #2a2420);
}

[data-ui-page] .pagy.series-nav a[aria-current] {
  border-color: var(--tw-color-ui-accent, #a97d3a);
  background: var(--tw-color-ui-accent, #a97d3a);
  color: #fff;
}

[data-ui-page] .pagy.series-nav a[role="separator"],
[data-ui-page] .pagy.series-nav a[role="link"]:not([aria-current]) {
  border-color: transparent;
  color: var(--tw-color-ui-faint, #b3a68f);
}

#present {
  padding: 10px;
}


#present h2 {
  display: inline;
}

#present .btn {
  float: right;
}

.recorded-at-input[readonly].form-control {
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}
.login {
  margin-left: 0px;
  height: auto;
}

body {
  min-height: auto;
}


#client-header {
  display: block;
  padding: 10px;
  margin: 10px;
}

#clients-header h2, h3 {
  display: inline;
}

#clients-actions {
  float: right;
}

.top-nav .actions {
  padding: 10px;
}

.top-nav .description {
  color: #666;
  font-size: 1em;
}

.top-nav {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.announcement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-md {
  font-size: 1em;
}

.text-muted {
  color: #666;
}

.text-sm {
  font-size: 0.9em;
}

.text-xs {
  font-size: 0.8em;
}
/* Native/generated markup hooks that Tailwind utilities cannot target directly. */

[data-ui-modal]:not([open]) {
  display: none;
}

[data-ui-modal]::backdrop {
  background: rgba(24, 19, 13, 0.5);
}

[data-ui-menu] > summary {
  list-style: none;
}

[data-ui-menu] > summary::-webkit-details-marker {
  display: none;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * Bootstrap is loaded via CDN in the layout file
 *


 */
