@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 3, app/assets/stylesheets/layout/variables.scss */
:root {
  font-size: 16px;
  --sera-button-height: 42px;
  --sera-border-radius: 0.5rem !important;
  --sera-color-text-links: rgb(26,86,219) !important;
  /* bg-blue-700 */
  --sera-main-padding: 1.5rem;
}

/* line 11, app/assets/stylesheets/layout/variables.scss */
sera-checkbox {
  --sera-border-radius: 0.25rem !important;
  --sera-color-drop-shadows-white: rgb(243,244,246) !important;
  /* bg-gray-100 */
}

/* line 135, app/assets/stylesheets/layout/variables.scss */
:root {
  --text-color-ss: #353a3b;
  --cobalt-blue: #0f3b95;
  --primary-color-contrast: #ffffff;
  --secondary-color: #9ca4aa;
  --secondary-color-contrast: #000000;
  --marketing-yellow-color: yellow;
  --marketing-lime-green-color: #1BDA27;
  --medium-color-shade: #babdbf;
  --medium-color-tint: #d7dbdd;
  --light-color-shade: #d7d8da;
  --light-color-tint: #f5f6f9;
  --light-gray-border: #dee2e6;
  --dark-gray-border: #6d767d;
  --success-color: #00ae0b;
  --danger-dark-color: #a30000;
  --angel-blue: #ecf2fd;
  --border-light-color: #ededed;
  --border-dark-color: #e0e0e0;
  --border-gray-color: #dcdfe1;
  --pale-blue: #f3f7ff;
  --separator-gray: #cbd1df;
  --primary-accent-color: #7e8fb4;
  --primary-light-accent-color: #cbd1df;
  --angel-blue: #ecf2fd;
  --background-gradient: linear-gradient(0deg, #fff 0%, #d3d7d9 100%);
  --breakfast-orange: #f1911b;
  --background-task-enqueued: #9ca4aa;
  --background-task-processing: #f1911b;
  --background-task-ready: #00ae0b;
  --background-task-failed: #cc0000;
  --box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
  --danger-color-shade: #f7e5e5;
  --danger-color: #de0000;
  --darkblue: #2e4462;
  --field-error-border-color: #dc3545;
  --field-error-background-color: #f7e5e5;
  --field-success: #42DA4C;
  --font-color: #353a3b;
  --font-body-color: #6F767B;
  --font-title-color: #353A3B;
  --gold: #a38500;
  --gray-border-color: #d3d7d9;
  --gray: #6c757d;
  --light-color: #f4f5f5;
  --light-coral: #ff8585;
  --light-gray: #f2f4f6;
  --lightblue: #027db4;
  --pure-red: #de0000;
  --medium-color: #d3d7d9;
  --neutral-gray: #F4F5F5;
  --neutral-gray-100: #F4F5F5;
  --neutral-gray-400: #E1E2E3;
  --neutral-gray-600: #9CA4AA;
  --neutral-gray-700: #6F767B;
  --organic-green: #00ae0b;
  --pakistan-green: #006607;
  --pastelblue: #e2eeff;
  --primary-accent: #7e8fb4;
  --primary-color: #125AEB;
  --primary-light-accent: #cbd1df;
  --rufous: #a30000;
  --secondary-color: #9ca4aa;
  --shadow-color: #b9b9b9;
  --tertiary-color: #0f3b95;
  --text-links: #125AEB;
  --font-title-color: #353A3B;
  --uranian-blue: #bce3ff;
  --warning-yellow: #ffec99;
  --white: #ffffff;
  --yellow-crayola: #ffec99;
  --table-row-selected: #ccddff;
  --primary-shade-color: #bce3ff;
  --warning-color: #ffe15b;
  --sera-color-neutral-gray-light-gray-200: #F3F6F7;
  --sera-color-neutral-gray-light-gray-500: #838383;
}

/* line 5, app/assets/stylesheets/pages/invoice.scss */
.invoice .card-header {
  height: 46.5px;
}

/* line 10, app/assets/stylesheets/pages/invoice.scss */
.invoice table .discount-row {
  height: 24px;
}

/* line 14, app/assets/stylesheets/pages/invoice.scss */
.invoice table.line-items-table thead {
  border-bottom: 1px solid #ededed;
}

/* line 19, app/assets/stylesheets/pages/invoice.scss */
.invoice table.line-items-table tbody tr:first-of-type, .invoice table.line-items-table tbody tr:last-of-type {
  height: 10px;
}

/* line 24, app/assets/stylesheets/pages/invoice.scss */
.invoice table.line-items-table tbody td {
  height: 35px;
  padding-bottom: 10px;
}

/* line 27, app/assets/stylesheets/pages/invoice.scss */
.invoice table.line-items-table tbody td.item-name {
  white-space: normal;
}

/* line 31, app/assets/stylesheets/pages/invoice.scss */
.invoice table.line-items-table tbody td:nth-of-type(3), .invoice table.line-items-table tbody td:nth-of-type(4) {
  width: 20%;
  min-width: 100px;
}

/* line 36, app/assets/stylesheets/pages/invoice.scss */
.invoice table.line-items-table tbody td:last-of-type {
  min-width: 50px;
  text-align: center;
}

/* line 44, app/assets/stylesheets/pages/invoice.scss */
.invoice table i.fa-trash-alt {
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/pages/invoice.scss */
.invoice .bold-font td {
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/pages/invoice.scss */
.invoice .new-item-btn {
  position: absolute;
  background-color: #FFF !important;
  z-index: 1;
}

/* line 58, app/assets/stylesheets/pages/invoice.scss */
.invoice .spacer-gif {
  position: absolute;
  left: 96px;
  background: #FFF;
  height: 25px;
  width: 25px;
  z-index: 0;
}

/* line 67, app/assets/stylesheets/pages/invoice.scss */
.invoice .approval-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
  margin-top: 15px;
}

/* line 76, app/assets/stylesheets/pages/invoice.scss */
.signature-container {
  height: 400px;
  overflow: scroll;
}

/* line 81, app/assets/stylesheets/pages/invoice.scss */
.pipe-divider {
  min-height: 15px;
  width: 1px;
  background-color: #ededed;
  margin: 0 10px;
}

/* line 87, app/assets/stylesheets/pages/invoice.scss */
.spb-past-due-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  font-weight: 600;
}

/* line 99, app/assets/stylesheets/pages/invoice.scss */
.spb-past-due-banner__icon {
  font-size: 18px;
}

/* line 103, app/assets/stylesheets/pages/invoice.scss */
.spb-past-due-banner__text {
  flex: 1;
}
