/* Client V2 overrides */
/* Sweet Alert*/
/* line 6, /opt/wander/app/assets/stylesheets/client_v2/overrides.css.scss */
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.5em !important; }

/* line 9, /opt/wander/app/assets/stylesheets/client_v2/overrides.css.scss */
div:where(.swal2-container) {
  z-index: 3001 !important; }

/* Tables */
/* line 18, /opt/wander/app/assets/stylesheets/client_v2/overrides.css.scss */
.table .table__section.table__section--head .table__row .table__cell {
  text-align: start; }
  /* line 20, /opt/wander/app/assets/stylesheets/client_v2/overrides.css.scss */
  .table .table__section.table__section--head .table__row .table__cell a.sort_link {
    text-decoration: none;
    color: #2d2d2d; }
    /* line 24, /opt/wander/app/assets/stylesheets/client_v2/overrides.css.scss */
    .table .table__section.table__section--head .table__row .table__cell a.sort_link:hover {
      opacity: 0.5; }
/* line 33, /opt/wander/app/assets/stylesheets/client_v2/overrides.css.scss */
.table .table__section.table__section--body .table__row .table__cell {
  padding: 14px var(--table-cell-padding, 16px); }

/* buttons */
/* line 41, /opt/wander/app/assets/stylesheets/client_v2/overrides.css.scss */
[type="button"]:focus-visible, [type="reset"]:focus-visible, [type="submit"]:focus-visible, button:focus-visible {
  outline: unset; }
