@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 4, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .body-section {
  position: relative;
  border-bottom: 1px solid #dadada;
  box-shadow: 30px 0px 0 #9ca4aa inset;
}

/* line 8, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .body-section .section-title {
  color: white;
  position: absolute;
  height: 27px;
  transform: rotate(-90deg);
  transform-origin: center center;
  left: calc(-50% + 15px);
  top: calc(50% - 15px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

/* line 22, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .body-section .section-content {
  padding: 15px 15px 15px calc(30px + 15px);
  position: relative;
}

/* line 26, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .body-section .section-content.customer-info h3,
.accept-payment .body-section .section-content.customer-info span {
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 35, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .body-section .section-content.customer-info:after {
  content: " ";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #0f3b95;
  z-index: 0;
}

/* line 48, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment table {
  table-layout: fixed;
}

/* line 52, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment table tbody tr:first-of-type,
.accept-payment table thead th:first-of-type {
  width: 75%;
}

/* line 57, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .big-font td,
.accept-payment .big-font {
  font-size: 18px;
}

/* line 61, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .bold-font td {
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .transactions-list {
  max-height: 120px;
  overflow-y: scroll;
}

/* line 68, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .voided {
  font-style: italic;
  text-decoration: line-through;
}

/* line 71, app/assets/stylesheets/pages/accept_payment.scss */
.accept-payment .voided td {
  color: grey !important;
}

/* line 78, app/assets/stylesheets/pages/accept_payment.scss */
.acceptPaymentModal .modal-body {
  padding: 0;
}

/* line 81, app/assets/stylesheets/pages/accept_payment.scss */
.acceptPaymentModal .modal-body .col-md-12:first-of-type {
  padding: 0;
}
