.appointment-module-button-persisted {
  border: 3px solid #428BCA !important;
}

.eye-designation-indicator {
  margin-bottom: 20px;
}

.note-field-container {
  background-color: #EEE;
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}

.prepopulated-note-text {
  text-align: left;
  display: block;
  border-radius: 5px;
  margin: 10px 0 20px 0;
}

ul.appointment-actions {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  font-size: 24px;
  margin-bottom: 0.5rem;
}
ul.appointment-actions li {
  padding: 0 8px;
}

.chart-detail-details {
  display: flex;
  justify-content: flex-end;
  font-size: 80%;
}
.chart-detail-details div {
  margin-right: 40px;
}

.chart-detail-nav-container {
  display: flex;
}

.appointment-module-form-body textarea {
  min-height: 250px;
}

.appointment-module-header {
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.appointment-module-header h4 {
  font-size: 24px;
}

.image-format-reminder {
  position: relative;
  top: -8px;
}

.radio_buttons.appointment_modules_dataset_intake_iop_method,
.radio_buttons.appointment_modules_dataset_intake_appointment_patient_dominant_eye_laterality {
  padding-top: 0;
}
.radio_buttons.appointment_modules_dataset_intake_iop_method label.collection_radio_buttons,
.radio_buttons.appointment_modules_dataset_intake_appointment_patient_dominant_eye_laterality label.collection_radio_buttons {
  font-weight: normal;
}

.appointment-module-bottom-buttons {
  margin-bottom: 2px;
}

.exam-table-sub-borders h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.vision-indicator-text {
  font-size: 100%;
  margin-left: 2px;
  margin-top: 3px;
  display: inline-flex;
}

.icon-with-superscript {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.superscript-text {
  font-size: 70%;
  margin-left: 2px;
}

a:hover .superscript-text,
a:hover .vision-indicator-text {
  text-decoration: underline;
}

.invisibly-disabled {
  opacity: 1 !important;
}

.auto-save-button {
  display: none;
}

#medicare-response-information, #side-panel {
  overflow-y: scroll;
  max-height: calc(100vh - 9em);
}

#inquiry-canvas-body {
  overflow-y: auto;
  max-height: calc(100vh - 103px);
}

#waystar-inquiries-pagination {
  overflow-x: auto;
}

.billing-workflow-step {
  border: 1px solid #DDD;
  padding: 15px;
  margin: 20px 0;
  border-radius: 10px;
}
.billing-workflow-step a {
  color: #000;
}
.billing-workflow-step .billing-workflow-step-completed-indicator {
  color: #888;
  font-size: 85%;
}
.billing-workflow-step .billing-workflow-step-completed-indicator, .billing-workflow-step form {
  margin-top: 8px;
}
.billing-workflow-step .billing-workflow-step-completed-checkbox {
  margin-right: 2px;
}

.billing-workflow-step-current {
  border: 2px solid #428BCA;
}

.calendar-loading-indicator {
  position: absolute;
  font-size: 3rem;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

turbo-frame[busy] .calendar-loading-indicator {
  display: inline-block;
}

turbo-frame .calendar-loading-indicator {
  display: none;
}

.calendar-table {
  border-bottom: 1px solid #CCC;
  position: relative;
}

.calendar-table-tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.calendar-table-th {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #CCC;
  font-weight: bold;
  padding: 7px 0;
}

.calendar-table-td {
  display: table-cell;
  border-right: 1px solid #CCC;
  padding: 7px 0;
  height: 180px;
  font-size: 80%;
}

.calendar-day-inner {
  padding: 10px;
}

.calendar-secondary-dimension {
  display: block;
  color: #000;
  background-color: #EEE;
  margin: 10px 0 14px 0;
  padding: 5px 8px;
  border-radius: 10px;
}

.calendar-today {
  font-weight: bold;
}
.calendar-today .calendar-secondary-dimension {
  background-color: #DDF;
  font-weight: normal;
}

.cataract-eval-counts {
  min-width: 300px;
}

.color-option {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 2px;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.color-option.selected {
  border: 2px solid yellow;
}

.line-width-option {
  width: 50px;
  margin: 10px;
  cursor: pointer;
  border: 1px solid #000000;
}

.line-width-option.selected {
  border-color: #ecfe2a;
}

#line-width-option-1 {
  height: 3px;
  background-color: black;
}

#line-width-option-2 {
  height: 5px;
  background-color: black;
}

#line-width-option-3 {
  height: 7px;
  background-color: black;
}

#canvas-container {
  border: 2px solid #898989;
  background-color: #fff;
}

.options-box {
  padding: 1px;
  background-color: #d7d8d9;
  border: 1px solid #898989;
  display: flex;
  gap: 5px;
  align-items: center;
}

.convenience-button-container button {
  width: 100%;
  text-align: left;
  margin: 3px 0;
}

.charge-generator .input-group {
  margin-bottom: 15px;
}

.charge-generator input[type=submit] {
  margin-top: 15px;
}

.charge-statuses .sectioned-page-section {
  min-height: 300px;
}

.modifier-container {
  height: 180px;
  padding: 0;
  margin-bottom: 10px;
  overflow: scroll;
}
.modifier-container legend {
  display: none;
}

.global-period {
  border: 2px solid #F00;
  color: #F00;
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
}

.co-management-case-notice {
  border: 2px solid green;
  color: green;
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
}

.global-period-charge {
  margin-top: 20px;
}

.office-visit-charge-form th {
  width: 400px;
}
.office-visit-charge-form label {
  font-weight: normal;
}

.office-visit-charge-shadow-elements {
  display: none;
}

.spinner-container {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.spinner-container::before {
  content: "";
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 1s ease-in-out infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
turbo-frame[busy] .turbo-existing-content {
  display: none;
}

turbo-frame[busy] .spinner-container {
  display: flex;
}

.chart-module-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 2rem 0;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #DDD;
}
.chart-module-header h3 {
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
}

.exam-table {
  table-layout: fixed;
  width: 100%;
  margin: 8px 0;
}
.exam-table input {
  width: 100%;
}
.exam-table h4 {
  font-weight: bolder;
}
.exam-table th {
  font-weight: normal;
}
.exam-table td, .exam-table th {
  padding-left: 5px;
  padding-right: 5px;
}
.exam-table .ts-wrapper {
  border: none;
}
.exam-table .ts-wrapper .ts-control::after {
  display: none !important;
}
.exam-table .ts-wrapper .ts-control .item {
  max-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
}

.exam-table-sub-borders {
  border-top: 3px;
  border-radius: 3px;
  box-shadow: 0 0 3px 0px;
}

.exam-table-columns-copy-buttons {
  width: 48px;
  margin: 0px auto;
}

td.exam-copy-button-column-padding {
  position: relative;
  padding: 0px;
  left: -4px;
}

.exam-table-columns-labels {
  width: 20%;
}

.exam-table-columns-clear-buttons {
  width: 95px;
  text-align: right;
}

.exam-table-columns-form-fields {
  width: 33%;
}

.exam-table-copy-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  margin: 0px;
}

.dilated-fields-container {
  display: inline-block;
  margin-top: 30px;
  background-color: #DDD;
  padding: 5px 5px 5px 15px;
  border-radius: 5px;
}

.dilated-fields {
  display: flex;
  align-items: center;
}

.dilated-fields-label-main {
  margin-right: 20px;
}

.ru-dev {
  grid-area: ru-dev;
}

.mu-dev {
  grid-area: mu-dev;
}

.lu-dev {
  grid-area: lu-dev;
}

.rm-dev {
  grid-area: rm-dev;
}

.mm-dev {
  grid-area: mm-dev;
  padding-top: 0.5em !important;
}

.lm-dev {
  grid-area: lm-dev;
}

.rd-dev {
  grid-area: rd-dev;
}

.md-dev {
  grid-area: md-dev;
}

.ld-dev {
  grid-area: ld-dev;
}

.right-eom {
  grid-area: right-eom;
}

.left-eom {
  grid-area: left-eom;
}

.nine-point-gaze-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr 1fr;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-color: initial;
  grid-template-rows: auto;
  grid-template-areas: "ru-dev right-eom mu-dev left-eom lu-dev" "rm-dev right-eom mm-dev left-eom lm-dev" "rd-dev right-eom md-dev left-eom ld-dev";
}

.nine-point-gaze-grid > div {
  padding: 0.5em;
  padding-top: calc(0.5em + 15px);
  text-align: center;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.eom-excursion-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1em;
}

.exam-carry-forward-buttons {
  float: right;
  margin: 5px;
}

.eylea-eligibility-item {
  margin: 20px 0;
}
.eylea-eligibility-item ul {
  margin-top: 5px;
}

.narrow-number {
  width: 70px;
  font-family: "Courier New";
  text-align: right;
}

.wide-number {
  width: 100px;
  text-align: right;
  font-family: "Courier New";
  font-weight: bold;
}

.help-block {
  font-size: 85%;
  color: #888;
}

.external-physician-view-link {
  margin-top: 10px;
}

.landing {
  background-color: #B3C6EB;
}

.blink-danger.label-danger {
  white-space: normal;
}

.blink-danger {
  animation: blinkingDanger 3s infinite;
  border-radius: 3px;
}

@keyframes blinkingDanger {
  0% {
    background-color: #fff;
    color: #d9534f;
  }
  50% {
    background-color: #d9534f;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #d9534f;
  }
}
.file-upload-container {
  width: 350px;
}
.file-upload-container input[type=file] {
  width: 200px;
}
.file-upload-container form {
  border: 2px solid #DDD;
  background-color: #F0F0F0;
  padding: 10px;
  border-radius: 10px;
}

.search-form input[type=text] {
  width: 500px;
}

.insurance-type-form textarea {
  min-height: 250px;
}

.reply-indicator {
  color: #AAA;
  margin-left: 15px;
}

.message-unread {
  font-weight: bold;
}

.recipients-field select, .recipient-list {
  height: auto !important;
}

.recipient-list {
  overflow: auto;
}

.red-dot {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.insurance-account-display {
  background-color: #EEE;
  margin: 10px 0 20px 0;
  padding: 20px 10px;
  border-radius: 10px;
}

.insurance-account-display .accordion-header {
  display: flex;
}

.insurance-account-display .accordion-button {
  width: auto;
  padding: 0.5rem 1rem;
  background-color: #CCE3F8;
}

.insurance-account-display .accordion {
  --bs-accordion-border-color: #EEE;
  --bs-accordion-bg: #EEE;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-margin-x: 5px;
}

.accordian-button-text {
  margin-right: 5px;
}

.swipe-data-container {
  position: relative;
}

#swipe_data {
  position: absolute;
  left: -10000px;
}

#billing_card_patient_payment_card_number {
  width: 200px;
}

#billing_card_patient_payment_cvc,
#billing_card_patient_payment_amount {
  width: 80px;
}

#billing_card_patient_payment_expiration_month,
#billing_card_patient_payment_expiration_year {
  width: 80px;
}

.patient-charge-confirmation-amount {
  color: red;
  font-weight: bold;
}

#referring-physician-fields {
  display: none;
}

.invalid-address dd {
  color: #D9534F;
}

.phone-note-message-fields {
  display: none;
}

.require-review {
  color: red;
  padding-left: 1em;
}

.button-wrapper {
  background-color: #EEE;
  padding: 10px 10px 2px 10px;
  border-radius: 5px;
}

.button-wrapper .btn {
  margin-bottom: 8px;
}

tr.new-payment {
  border: 2px solid #0A0 !important;
}

#pto-entry-audit-logs {
  display: flex;
  flex-direction: column;
}
#pto-entry-audit-logs .audit-entry {
  padding-bottom: 0.5rem;
}
#pto-entry-audit-logs .field-row {
  display: grid;
}

.choices[data-type*=select-one] .choices__list .choices__item[data-id="1"] {
  opacity: 0.5;
}

.choices .choices__inner {
  background-color: white;
  min-height: 15px;
  line-height: 1;
  padding: 4px 24px 4px 4px;
  vertical-align: middle;
  border-radius: 0;
  border: var(--bs-border-width) solid #ced4da;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 4px;
}

.choices__list--multiple + input {
  background: white;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.choices__list--multiple:not(:empty) + input::placeholder {
  opacity: 0;
}

.choices__list--multiple:not(:empty) + input {
  min-width: 0 !important;
}

#appointments-created-by-day-chart-container,
#recalls-created-by-day-chart-container,
#fax-health-chart-container {
  height: 300px;
  width: 100%;
  margin-bottom: 50px;
}

#simple-format-text p {
  margin-bottom: 0;
}

#reports_mips_search_report_report_csvs {
  display: none;
}

#paymentsByAgingRangeChartContainer {
  height: 420px;
  width: 100%;
}

html {
  height: 100vh;
}

body {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 80px;
  font-size: 16px;
  background-color: #FFF;
}

.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

textarea.form-control.small-textarea {
  min-height: 100px;
}

.number {
  text-align: right;
  font-family: "Courier New";
  font-weight: bold;
}

.text-fixed {
  font-family: "Courier New";
  font-weight: bold;
}

.good, .good:hover {
  color: #0A0;
}

.bad, .new-mail {
  color: #D9534F !important;
}

.cancel {
  color: #000;
}

.very-noticeable {
  color: #FFF;
  background-color: #D9534F;
  padding: 3px 5px;
  border-radius: 5px;
}

.inactive * {
  color: #AAA;
}

.clock-in-button .fa {
  color: red;
}

.clock-out-button .fa {
  color: green;
}

.sign_in_container {
  text-align: center;
  width: 400px;
  margin: 50px auto 0 auto;
  padding: 30px 50px;
}
.sign_in_container h2 {
  margin: 0 0 30px 0;
  padding: 0;
}

.who-am-i {
  font-size: 12px;
}

.resource-actions {
  width: 200px;
}

abbr {
  display: none;
}

h3.panel-title {
  margin: 0;
}

.page-header {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  padding: 10px 15px 0 15px;
  margin: 0 0 20px 0;
}
.page-header h1 {
  color: #000;
  font-size: 24px;
  margin: 0;
  padding: 0;
  height: 43px;
  line-height: 43px;
}

#error_expl h3 {
  margin: 0;
  padding: 0;
}

.form-info {
  line-height: 34px;
}

.modal {
  text-align: left;
}

.btn-group-full-width {
  display: flex;
}
.btn-group-full-width .btn-main {
  flex: 1;
}

.staging-indicator, .impersonating-indicator {
  background: #F00;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.table-border {
  border: 1px solid #CCC;
  border-left: none;
  width: auto;
}
.table-border td, .table-border th {
  border-left: 1px solid #CCC;
}

.action-buttons {
  text-align: right;
}
.action-buttons a {
  display: inline;
}

.faint {
  color: #AAA;
}

.bigger {
  font-size: 24px;
}

.smaller {
  font-size: 80%;
}

.hr-dark {
  border-top: 1px solid #AAA;
}

.hr-spaced {
  margin: 1.5rem 0;
}

.inconspicuous-link {
  color: #000;
}
.inconspicuous-link:hover, .inconspicuous-link:focus {
  color: #000;
  text-decoration: none;
}

.modal-full {
  --bs-modal-width: 95%;
}

table.padded-table td, table.padded-table th {
  padding: 0.5em;
}

ul.plain {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inline {
  display: inline;
}

.crud-form {
  max-width: 500px;
}

.full-width-form {
  max-width: 100%;
}

.eyenote-logo {
  color: #888;
  letter-spacing: 1px;
}
.eyenote-logo i {
  position: relative;
  top: 1px;
  font-size: 87%;
  margin-left: -2px;
  margin-right: -2px;
}

.cert-logos img {
  max-height: 3rem;
  max-width: 8rem;
  margin-right: 1rem;
}

.schedule-appointment-tr {
  font-size: 16px;
}
.schedule-appointment-tr > td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.schedule-appointment-details-tr > td {
  border-top: 0px !important;
}

.schedule-appointment-table > tbody > tr:nth-of-type(4n + 1) td {
  background-color: #f9f9f9;
}

.schedule-appointment-table > tbody > tr:nth-of-type(4n + 2) td {
  background-color: #f9f9f9;
}

.schedule-appointment-summary i.fas {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.schedule-appointment-summary .flag-link i {
  font-size: 16px;
  padding: 0;
}

.schedule-appointment-component {
  width: 250px;
}

.schedule-appointment-details {
  margin: 10px 0 20px 0;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #CCC;
}
.schedule-appointment-details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.schedule-appointment-dilation-performed-at {
  min-width: 200px;
}

.schedule-appointment-details-inner {
  display: flex;
}

.calendar-display-item-links {
  margin-left: auto;
}

.calendar-display-item-starts-at {
  width: 80px;
}

.calendar-display-item-display-value i {
  margin-right: 4px;
}

.schedule-appointment-notes {
  min-width: 250px;
}

.schedule-appointment-checked {
  color: #999;
}

.appointment-filter-form-container {
  display: inline-block;
  background-color: #EEE;
  padding: 20px;
  margin: 15px 0;
  border-radius: 15px;
}

.schedule-note {
  padding: 15px;
  margin: 15px 0;
  border: 2px solid #EEE;
  border-radius: 15px;
}

.blocked-all-day-note {
  padding: 15px;
  margin: 15px 0;
  border: 2px solid red;
  border-radius: 15px;
}

#appointment-filter-form {
  display: flex;
  align-items: flex-start;
  grid-gap: 6px;
}

.appointment-filter-date {
  margin-left: 4px;
}

.appointment-filter-options select {
  margin-right: 6px;
}

.tall-select {
  height: 34px;
  border: 1px solid #CCC;
  padding: 0 3px;
  border-radius: 4px;
}

.number-of-patients-indicator {
  color: #AAA;
  clear: both;
  margin-bottom: 10px;
}

.check-in-out-indicator {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 1px 5px;
  width: 110px;
}

.check-in-button .fa,
.check-out-button .fa {
  color: green;
}

.flag-created-at {
  color: #AAA;
}

.calendar-actions {
  margin: 15px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  grid-gap: 5px;
}

.new-to-clinic {
  width: 60px;
}

.insurance-notice {
  width: 40px;
  color: #AAA;
}

.visit-status-select-container {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 1px 5px;
  width: max-content;
  overflow: hidden;
}

.visit-status-select {
  width: 100%;
}

.schedule-preview-availability-block {
  position: absolute;
  background-color: #5bc0de;
  color: white;
  padding: 5px;
  margin: 0;
  box-sizing: border-box;
  z-index: 10;
  border-style: solid;
  border-width: thin;
  height: 60px;
}

.availability-block-text {
  font-size: 0.5em;
}

.small-availability-block-text {
  font-size: 0.3em;
}

.availability-block-td {
  position: relative;
  height: 60px;
}

.sectioned-page-container {
  margin-top: 0;
  padding: 15px;
}

.sectioned-page-section {
  margin: 30px 0;
}

.sectioned-page-section, .content-section {
  padding: 10px 20px 30px 20px;
  border: 2px solid #CCC;
  border-radius: 15px;
  background-color: #FFF;
}
.sectioned-page-section h3, .content-section h3 {
  margin-bottom: 40px;
}

.content-section {
  background-color: #F8F8F8;
  margin-bottom: 30px;
}

.sectioned-page-table {
  overflow-y: auto;
}

.staff-pool-entity-table {
  position: relative;
  width: auto;
}

.staff-pool-entity-table-tr {
  display: table;
  table-layout: fixed;
  width: calc(14.2857142857% * min(7, var(--column-count)));
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.staff-pool-entity-th {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #CCC;
  font-weight: bold;
  padding: 7px 3px;
}

.staff-pool-droppable-area {
  min-height: 66px;
}

.staff-pool-entity-td {
  display: table-cell;
  border-right: 1px solid #CCC;
  padding: 7px 0;
  height: 180px;
  font-size: 80%;
  border-bottom: 1px solid #CCC;
}

.staff-pool-droppable-area.highlight, .staff-pool-entity-td.highlight {
  background-color: #e9f7ff !important;
  border: 2px dashed #8f9a8f !important;
}

.staff-pool-sortable-ghost {
  opacity: 0.6;
  background-color: #cceeff;
}

.staff-pool-horizontal-stacking {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.staff-pool-vertical-stacking {
  display: flex;
  flex-direction: column;
}

.staff-pool-entity-dropping-area {
  width: 100%;
}

.statement-payment-form-container {
  background-color: #F4F4F4;
  border: 1px solid #CCC;
  padding: 30px 30px 15px 30px;
  margin: 0 0 20px 0;
}
.statement-payment-form-container .statement-payment-form-header {
  margin: 0 0 30px 0;
  padding: 0;
  color: #888;
}
.statement-payment-form-container .fa-lock {
  margin-right: 3px;
}

.expiration-container {
  display: flex;
}
.expiration-container select {
  margin-right: 8px;
}

.statement-payment-amount-container {
  margin: 20px 0 50px 0;
  color: #888;
}

.statement-payment-amount {
  color: #000;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 28px;
}

#billing_card_patient_payment_card_number {
  font-family: "Courier New";
  font-weight: bold;
}

@media (min-width: 1000px) {
  .statement-search-form input[type=text] {
    width: 300px;
  }
  .statement-search-form input[type=date] {
    width: 300px;
  }
}
.statement-search-form input[type=submit] {
  margin-top: 10px;
}

.system-generated-statement-queue-button {
  margin-top: 10px;
}

.system-generated-statement-page-header {
  margin-bottom: 30px;
}

.list-unstyled-bullet-only {
  list-style-type: none;
  padding-left: 20px;
}

/* Override Tom Select's default styles with important */
.ts-control .selected-item {
  background-image: none !important;
  background-color: #e2e8f0 !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  margin: 2px !important;
  font-size: 14px !important;
  color: #1a202c !important;
  box-shadow: none !important;
  border: 1px solid #e2e8f0 !important;
}

/* Style for the remove button */
.ts-control .item .remove-item {
  margin-left: 8px !important;
  cursor: pointer !important;
  color: #718096 !important;
}

.ts-control .item .remove-item:hover {
  color: #e53e3e !important;
}

/* Style for the dropdown */
.ts-dropdown {
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  margin-top: 4px !important;
}

/* Style for the dropdown options */
.ts-dropdown .option {
  padding: 8px !important;
}

.ts-dropdown .option:hover {
  background-color: #f7fafc !important;
}

.tribute-container {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4pm rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.05);
}
.tribute-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tribute-container li {
  background: #fff;
  padding: 0.2em 1em;
  min-width: 15em;
  max-width: 100%;
}
.tribute-container .highlight {
  background: #1b6ac9;
  color: #fff;
}
.tribute-container .highlight span {
  font-weight: bold;
}

.tt-menu {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 5px 10px;
}

.tt-highlight {
  background-color: yellow;
}

.twitter-typeahead {
  display: block !important;
}

.tt-suggestion:hover {
  cursor: pointer;
}

.tt-suggestion:hover, .tt-suggestion.tt-cursor {
  background-color: #0F0;
}

.tt-suggestion:hover .tt-highlight,
.tt-suggestion.tt-cursor .tt-highlight {
  background: none;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
  width: 100%;
}

.tt-hint {
  color: #999;
}

.attestation-container {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.attestation-header {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.attestation-text {
  margin-bottom: 20px;
}

.attestation-button {
  display: flex;
  justify-content: center;
}

.clock-icon-trigger {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.visit-summary-letter-editor-container {
  padding-bottom: 50px;
}

.visit-summary-letter-container-active {
  border: 2px solid #428BCA;
}

.letter-modal-section {
  margin-bottom: 30px;
}
