@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 3, app/assets/stylesheets/pages/pricing.scss */
.inactive-sheet {
  color: #6c757d;
  font-style: italic;
}

/* line 8, app/assets/stylesheets/pages/pricing.scss */
.price-sheet-modal,
.part-modal,
.task-modal {
  color: #353a3b;
}

/* line 12, app/assets/stylesheets/pages/pricing.scss */
.price-sheet-modal .modal-dialog,
.part-modal .modal-dialog,
.task-modal .modal-dialog {
  max-width: 600px;
}

/* line 18, app/assets/stylesheets/pages/pricing.scss */
.part-preview-modal .modal-dialog {
  max-width: 900px;
}

/* line 25, app/assets/stylesheets/pages/pricing.scss */
.task-price-modal .modal-dialog,
.membership-price-container .modal-dialog {
  max-width: 500px;
}

/* line 28, app/assets/stylesheets/pages/pricing.scss */
.task-price-modal .details-cont,
.membership-price-container .details-cont {
  width: 80%;
  margin: 0 auto;
}

/* line 32, app/assets/stylesheets/pages/pricing.scss */
.task-price-modal .display-box,
.membership-price-container .display-box {
  border-radius: 6px;
  background-color: #ffffff;
  padding: 1rem 5px;
  height: 100%;
  width: 100%;
}

/* line 38, app/assets/stylesheets/pages/pricing.scss */
.task-price-modal .display-box .value,
.membership-price-container .display-box .value {
  font-size: 1.2rem;
}

/* line 42, app/assets/stylesheets/pages/pricing.scss */
.task-price-modal .price-field,
.membership-price-container .price-field {
  width: 120px;
}

/* line 45, app/assets/stylesheets/pages/pricing.scss */
.task-price-modal .price-sheet-name,
.membership-price-container .price-sheet-name {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* line 54, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table {
  color: #353a3b;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}

/* line 59, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table thead {
  display: none;
}

/* line 62, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table tr {
  background-color: #ffffff;
}

/* line 64, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table tr td {
  text-align: right;
  padding-right: 15px;
}

/* line 67, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table tr td:first-of-type {
  padding-left: 15px;
  border-right: 1px solid #cbd1df;
}

/* line 71, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table tr td:last-of-type {
  width: 75px;
}

/* line 76, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table tr:first-of-type td {
  text-align: center;
}

/* line 80, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table tr.header-row {
  font-weight: bold;
  background-color: #f9fafb;
}

/* line 84, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-table tr.total-row {
  background-color: #f9fafb;
}

/* line 90, app/assets/stylesheets/pages/pricing.scss */
.margin-calc-accordion {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 99, app/assets/stylesheets/pages/pricing.scss */
.Costs-tab .card-header,
.Recommendations-tab .card-header,
.General-tab .card-header {
  background-color: white;
}

/* line 101, app/assets/stylesheets/pages/pricing.scss */
.Costs-tab .card-header .nav-link.active,
.Recommendations-tab .card-header .nav-link.active,
.General-tab .card-header .nav-link.active {
  background-color: white;
  border-color: #dee2e6 #dee2e6 #f9f9f9;
}

/* line 106, app/assets/stylesheets/pages/pricing.scss */
.Costs-tab .card-body,
.Recommendations-tab .card-body,
.General-tab .card-body {
  background-color: white;
}

/* line 111, app/assets/stylesheets/pages/pricing.scss */
input {
  color: var(--font-color) !important;
}

/* line 115, app/assets/stylesheets/pages/pricing.scss */
.pricebook-select-filter {
  max-width: 300px;
}
