body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  /* border-color: theme('borderColor.DEFAULT', currentColor); 2 */
  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: theme(
    "fontFamily.sans",
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  ); /* 4 */
  font-feature-settings: theme(
    "fontFamily.sans[1].fontFeatureSettings",
    normal
  ); /* 5 */
  font-variation-settings: theme(
    "fontFamily.sans[1].fontVariationSettings",
    normal
  ); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  /* color: inherit;
  text-decoration: inherit; */
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: theme(
    "fontFamily.mono",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace
  ); /* 1 */
  font-feature-settings: theme(
    "fontFamily.mono[1].fontFeatureSettings",
    normal
  ); /* 2 */
  font-variation-settings: theme(
    "fontFamily.mono[1].fontVariationSettings",
    normal
  ); /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

/* button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; 
  background-color: transparent;
  background-image: none; 
} */

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  /* margin: 0; */
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: theme("colors.gray.400", #9ca3af); /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

.patient-details-layout {
  padding: 24px 152px !important;
  padding-top: 0 !important;
  height: calc(100vh - 124px) !important;
}

.patient-window-navbar-container {
  width: calc(100% - 160px) !important;
  top: 88px !important;
  left: 80px !important;
}

.patient-window-navbar-button-blue {
  margin-right: 32px;
}

.create-patient-container {
  padding: 32px !important;
  margin-top: 90px;
  background: #fff;
}

.create-patient-container .patient-window-navbar-step-label {
  margin-top: 0px !important;
}

.patient-window-navbar-divider {
  margin-left: 0px !important;
}

.af-signup-select-with-prefix .ant-select-selection-search-input,
.af-signup-select-with-prefix .ant-select-selection-placeholder {
  padding-left: 18px !important;
}

.antd-password-input .ant-input {
  -webkit-text-security: disc;
}

.account-info-phone-number .ant5-form-item-explain-error {
  margin-left: -115px;
}

.archform-address-popover .ant5-popover-inner {
  padding: 0 !important;
}

.archform-default-address-checkbox .ant5-checkbox-inner {
  width: 20px !important;
  height: 20px !important;
}
/* .archform-default-address-checkbox .ant5-checkbox-wrapper {
  margin-left: 30px;
} */

.create-refinement-radio .ant5-radio-wrapper {
  position: relative !important;
}

.create-refinement-radio .ant5-radio {
  position: absolute !important;
  top: 23px;
  left: 24px;
}
.create-refinement-radio .ant5-radio-wrapper span {
  padding-left: 0 !important;
}

.desktop-address-form .ant-form-item-label {
  display: none;
}
.desktop-address-form .ant-form-item {
  margin-bottom: 0;
}
.desktop-address-input .ant-input {
  text-overflow: ellipsis !important;
}

.af-border-right-radius-none .ant-select-selector {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.af-border-left-radius-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important;
}

.af-phone-code,
.af-phone-code .ant-select-selector {
  width: 110px !important;
}

.history-timeline .ant5-timeline-item-content {
  margin-inline-start: 15px !important;
}

.af-aligner-tool-dragger .ant5-upload-icon {
  display: flex;
  align-items: center;
}

.settings-mobile-select .ant5-select-selector {
  background-color: white !important;
  color: black !important;
}

.archform-tour .ant5-tour-buttons {
  margin: auto;
}

@media (min-width: 1420px) {
  .archform-tour .ant5-tour-arrow {
    right: 70px !important;
  }

  .archform-tour .ant5-tour-content {
    transform: translateX(300px);
  }
}

@media (max-width: 1120px) {
  .archform-tour .ant5-tour-arrow {
    left: -110px !important;
  }

  .archform-tour .ant5-tour-content {
    transform: translateX(-300px);
  }
}

@media (max-width: 520px) {
  .archform-tour .ant5-tour-arrow {
    left: -180px !important;
  }

  .archform-tour .ant5-tour-content {
    transform: translateX(-360px);
  }
}

@media (max-width: 481px) {
  .af-signup-select-with-prefix .ant-select-selection-item {
    margin-left: 20px;
  }
}

.ant5-badge-dot {
  width: 8px !important;
  height: 8px !important;
}

/* alert style */
.ant5-alert-info {
  background: #edf5ff !important;
}

.prescription-motion .ant5-form-item {
  margin-bottom: 0;
}

/* antd v5 ant5-table-container */
.ant5-table-container {
  border-width: 1px;
  border-radius: 12px !important;
  border-start-start-radius: 0 !important;
}

.ant5-table-header .ant5-table-thead .ant5-table-cell:last-child {
  border-start-end-radius: 12px !important;
}

.ant5-table-header .ant5-table-thead .ant5-table-cell {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280 !important;
  padding: 10px 24px !important;
  &::before {
    display: none !important;
  }
}

.ant5-table-container .ant5-table-tbody .ant5-table-row {
  cursor: pointer;
  height: 72px !important;
}

.ant5-table-container .ant5-table-tbody .ant5-table-cell {
  padding: 0 !important;
  padding-left: 24px !important;
  display: flex !important;
  align-items: center !important;
}

.ant5-table-container
  .ant5-table-tbody
  .ant5-table-row
  .ant5-table-cell:last-child {
  padding-right: 24px !important;
}

.ant5-table-wrapper .ant5-table-column-sorters {
  justify-content: flex-start !important;
}
.ant5-table-wrapper .ant5-table-column-title {
  flex: none !important;
}
.ant5-table-wrapper .ant5-table-column-has-sorters {
  background: #fafafa !important;
}

/* response style for create patient photos & xrays upload card */
@media (min-width: 1645px) {
  .create-patient-photos-xrays {
    display: flex;
    grid-column-gap: 24px;
    column-gap: 24px;
  }
  .create-patient-photos-xrays
    .archform-photos-container
    .responsive-drag-upload-card {
    width: 456px;
    grid-gap: 12px !important;
    gap: 12px !important;
  }
  .create-patient-photos-xrays
    .archform-xrays-container
    .responsive-drag-upload-card {
    width: 144px;
    grid-gap: 12px !important;
    gap: 12px !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .create-patient-photos-xrays .archform-edit-upload-photo-border {
    width: 144px;
    height: 140px;
  }
  .create-patient-photos-xrays .archform-photos-icon {
    height: 84px;
  }
  .create-patient-photos-xrays .archform-photos-picture {
    height: 100px;
  }
  .create-patient-photos-xrays .archform-photos-title {
    font-size: 9px;
    font-weight: 600;
    white-space: nowrap;
  }
  .create-patient-photos-xrays .archform-photos-composite-picture {
    height: 138px;
  }
  .create-patient-photos-xrays .archform-photos-composite-title {
    margin-top: 60px;
    font-size: 10px;
    font-weight: 500;
  }
  .create-patient-photos-xrays .archform-photos-composite-btn {
    bottom: 38px;
  }
  .create-patient-photos-xrays .archform-photos-tip {
    display: none;
  }
}

@media (max-width: 1644px) {
  .create-patient-photos-xrays {
    display: flex;
    grid-column-gap: 24px;
    column-gap: 24px;
  }
  .create-patient-photos-xrays
    .archform-photos-container
    .responsive-drag-upload-card {
    width: 384px;
    grid-gap: 12px !important;
    gap: 12px !important;
  }
  .create-patient-photos-xrays
    .archform-xrays-container
    .responsive-drag-upload-card {
    width: 120px;
    grid-gap: 12px !important;
    gap: 12px !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .create-patient-photos-xrays .archform-edit-upload-photo-border {
    width: 120px;
    height: 118px;
  }
  .create-patient-photos-xrays .archform-photos-icon {
    height: 70px;
  }
  .create-patient-photos-xrays .archform-photos-picture {
    height: 86px;
  }
  .create-patient-photos-xrays .archform-photos-title {
    font-size: 7px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: -5px;
  }
  .create-patient-photos-xrays .archform-photos-composite-title {
    margin-top: 50px;
    font-size: 8px;
    font-weight: 500;
  }
  .create-patient-photos-xrays .archform-photos-composite-picture {
    height: 116px;
  }
  .responsive-drag-upload-card .archform-photos-composite-btn {
    bottom: 28px;
  }
  .create-patient-photos-xrays .archform-photos-tip {
    display: none;
  }
}

/* .App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-title {
  font-size: 1.5em;
}

.App-intro {
  font-size: large;
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
} */

/*
.ant-drawer-body {
  padding: 0
}

.ant-menu-submenu-title {
  font-weight: bold
} */

body {
  background-color: transparent !important;
  overflow: hidden;
}
:root {
  --purple-1: #7723f5;
  --purple-2: #f9f4ff;
  --red-1: #ff3a60;
  --red-2: #fff5f7;
  --pink-1: #fc4c81;
  --pink-2: #fff6f8;
  --yellow-1: #fcbc0c;
  /* --yellow-1: #ffd852; */
  --yellow-2: #fffdf5;
  --orange-1: #ffa100;
  --orange-2: #fffaf1;
  /* New colors */
  --gray-1: #010102;
  --gray-2: #46454d;
  --gray-3: #8a8f98;
  --gray-4: #a6abae;
  --gray-5: #e9eaea;
  --gray-6: #f4f4f4;
  --gray-10: #f3f3f3;
  --white: #ffffff;
  --alert-100: #ff3b30;
  --alert-25: #ffccc9;
  --teal-100: #5ac8fa;
  --teal-25: #cff2ff;
  --purple-100: #5856d6;
  --purple-25: #d6d3f7;
  --pink-100: #ff5474;
  /* Old yellow */
  /* --warning-100: #ffcc00; */
  --warning-100: #f9c642;
  --warning-25: #fff3b8;
  --success-100: #34c759;
  --success-25: #c3f3d2;
  --orange-100: #ff9500;
  --orange-25: #ffe4ba;
  --primary: #0076ff;
  --primary-2: #e4f1ff;
  --turquoise-1: #03fccf;
}

.patient-details-comment {
  background: #fbfbfb;
  margin-bottom: 16px;
  padding: 0 10px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 8px;
}

.pac-container {
  z-index: 9999;
}

.dark {
  color: #1a1a1a;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: inherit !important;
  /* border-right-width: 0px !important; */
  box-shadow: none;
}

.ant-input-search .ant-input:focus-visible {
  border-color: inherit !important;
  box-shadow: none;
}

.ant-input-search:hover {
  border-color: none !important;
  box-shadow: none !important;
}

.ant-input-search .ant-input:hover {
  /* border-right-width: 0px !important; */
  background: #f3f3f3;
}

.ant-message-notice .anticon {
  display: inline-flex;
}

.note-notification-content {
  border-radius: 4px;
  border: 1px solid var(--gray-6);
  word-break: break-word;
}

.note-notification-reply-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  background-color: #fbfbfb;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin: 16px 0px;
  padding: 12px 8px 8px 8px;
}

.note-notification-reply-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.note-notification-reply-content > textarea {
  padding: 0;
}
/* Override ant-d input */

.note-notification-reply-content textarea,
.note-notification-reply-content textarea:focus,
.note-notification-reply-content textarea:hover {
  border: none;
  box-shadow: none;
  resize: none;
}

.note-notification-reply-content textarea::-webkit-scrollbar {
  display: none;
}

.note-notification-reply-content textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.note-notification-content p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  letter-spacing: -0.04em;
  /* Gray 3 */
  color: var(--gray-3);
  margin: 10px 8px 10px 8px;
}

.comment-button-dropdown-list {
  display: none;
  position: absolute;
  background: white;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--gray-6);
  box-sizing: border-box;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 5;
  /* left: 0; */
}

.comment-button,
.comment-button-small,
.comment-button-medium {
  /* Gray 6 */
  border: 1px solid var(--gray-6);
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  width: 155px;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  white-space: nowrap;
}

.comment-button:hover,
.comment-button-small:hover,
.comment-button-medium:hover {
  filter: opacity(0.5);
}

.comment-button p,
.comment-button-small p,
.comment-button-medium p {
  margin: 0 9px 0 9px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: -0.04em;
  /* Gray 2 */
  color: var(--gray-2);
}

.comment-button-small,
.comment-button-medium {
  justify-content: center;
}

.comment-button-small {
  width: 70px;
  height: 28px;
}

.comment-button-small p {
  margin: 0;
}

.comment-button-medium {
  width: 88px;
  height: 32px;
}

comment-button-dropdown-list hr {
  border-top: 1px solid var(--gray-6);
  margin: 4px 0px 4px 0px;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.comment-button-dropdown-list > label {
  margin: 0 32px 8px 8px;
}

.comment-button-dropdown-list > label,
.comment-button-dropdown-list > p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 117% */
  letter-spacing: -0.04em;
  /* Gray 2 */
  color: var(--gray-2);
  display: flex;
  /* margin: 4px 30px 4px 8px; */
}

.comment-button-dropdown-list > label > input {
  margin-right: 8px;
}

.comment-button-dropdown:hover .comment-button-dropdown-list,
.comment-button-dropdown-list:hover {
  /* display: block; */
  display: flex;
}

.comment-textarea > .ant5-input,
.comment-textarea > .ant5-input-outlined:focus {
  border: none;
  padding: 9px 13px;
  box-shadow: none;
}

.avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 10px;
  line-height: 12px;
  background: grey;
  display: flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.line-break {
  border-top: 1px solid var(--gray-6);
  margin: 0;
}

.ant-input-search input {
  background: transparent;
}

.ant-comment-inner {
  align-items: center;
  padding: 5px 0;
}

#root {
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: 1;
  /* text-align: center; */
}

.logo {
  color: #161d2d;
  letter-spacing: 0.2px;
  font-size: 18px;
  line-height: 72px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-decoration: none !important;
  background: #fff;
  height: 100%;
}

.patient-table-list {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */

.patient-table-list::-webkit-scrollbar {
  display: none;
}

.logo:active {
  color: #161d2d;
}

.logo:hover {
  color: #161d2d;
}

.logo::before {
  content: "ArchForm";
}

.ant-layout-header {
  height: 72px;
  line-height: 72px;
}

.ant-table-tbody {
  cursor: pointer;
}

.patient-image-modal .ant-modal-content {
  background: none;
  box-shadow: none;
}

.wrap-edit-mfg-order-modal .ant5-modal-body {
  overflow-x: auto;
}

/* .full-screen-antd-modal .ant5-modal {
  width: 100% !important;
  max-width: 100% !important;
}

.full-screen-antd-modal .ant5-modal .ant5-modal-content {
  border-radius: 0px !important;
  height: 100vh !important;
} */

.patient-image-modal {
  top: 0px !important;
}

.patientchatmessage:hover {
  background: #f9f8fa;
  border-radius: 10px;
}

.teeth-checkbox {
  display: flex;
}

.teeth-checkbox-item {
  margin: 0 1px 0 1px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  outline: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  color: #999999;
}

.teeth-checkbox-selected {
  background: var(--gray-6);
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.chat-msg-image {
  max-width: 200px;
  max-height: 100px;
  object-fit: contain;
}

.teeth-checkbox .ant-divider-horizontal {
  margin: 8px 0 8px 0;
  position: inherit;
}

.teeth-checkbox-horizontal-divider {
  margin: 8px 0 8px 0;
  height: 1px;
  width: 100%;
  background: #e8e8e8;
}

.teeth-checkbox-vertical-divider {
  width: 1px;
  margin: 0px 8px;
  background: #e8e8e8;
}

/* Patient table (list page) */

/* .patient-table-avatar {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.patient-table-avatar > img {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}
.th {
  cursor: pointer;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #8A8F98;
  height: 16px;
}

.td {
  cursor: pointer;
  justify-content: start;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  letter-spacing: -0.04em;
  color: #46454D;
}

.tr .td:last-child {
  justify-content: flex-end;
  right: 0;
  height: 100%;
}

.tr .td:first-child {
  cursor: default;
}

.tr {
  border-top: 1px solid var(--gray-10) ;
  border-bottom: 1px solid var(--gray-10) ;
  padding: 16px 24px;
}

.table > div:first-child .tr {
  margin: 30px 0px 0px 0px;
  border: none;
  border-bottom: 1px solid var(--gray-10);
}

.patient-table .th {
  background: #fff !important;
}

.patient-file-list .ant-list-item-meta-title {
  margin-bottom: 0px !important;
} */

@media (min-width: 481px) {
  .signup-form {
    /* position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    min-width: 350px;
    border: none;
    /* margin-right: 20%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .signup-form .ant-card-body {
    width: 100%;
  }
  .signup-form .ant-select-selection-item {
    margin-left: 30px;
  }
  .signup-form .ant-select-selection-search-input {
    padding-left: 28px !important;
  }
  .signup-form .ant-select-selection-placeholder {
    margin-left: 10px;
  }
  .signup-form .ant-input-affix-wrapper .ant-input {
    padding-left: 40px;
  }
  .signup-cta {
    font-family: Roboto, "sans-serif";
    color: #161d2d;
    letter-spacing: 0.2px;
    /* margin-left: 15%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    font-size: 18px;
  }
  #signup-cta-calendar {
    margin-left: 2%;
  }
  #signup-content {
    /* background: '#fff!important'; */
    height: 100%;
    /* display: flex;
    flex-direction: row;
    justify-content: space-around; */
  }
  #calendly-inline-widget {
    width: 1000px;
  }
  #calendar {
    /* margin-right: 5% !important; */
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .signup-form .ant-card-body {
    width: 100%;
  }
  .signup-cta {
    text-align: left;
    font-size: 15px;
    font-family: Roboto, "sans-serif";
    color: #161d2d;
    letter-spacing: 0.2px;
    margin: 0.2em 0.5em 0.2em 0.5em;
  }
  #calendly-inline-widget {
    width: 100%;
    /* margin-left: 0; */
  }
  #signup-content {
    flex-direction: column;
  }
}

/* response style for order option card */
@media (max-width: 1942px) {
  .responsive-large-order-card {
    display: none;
  }
  .responsive-small-order-card {
    display: block;
  }
}

/* response style for order option card */
@media (min-width: 1942px) {
  .responsive-large-order-card {
    display: block;
  }

  .responsive-small-order-card {
    display: none;
  }
}

/* create patient with special width */
.custom-order-card-width-500 .responsive-large-order-card,
.custom-order-card-width-500 .responsive-small-order-card {
  width: 500px !important;
}

/* create refinement order with special width */
.custom-order-card-width-544 .responsive-large-order-card,
.custom-order-card-width-544 .responsive-small-order-card {
  width: 502px !important;
}

.price-unit {
  display: inline-block;
}

.price-short-unit {
  display: none;
}

.responsive-large-order-card .price-unit {
  display: inline-block;
}
.responsive-large-order-card .price-short-unit {
  display: none;
}

.responsive-small-order-card .price-unit {
  display: none;
}
.responsive-small-order-card .price-short-unit {
  display: inline-block;
}

/* @media (min-width: 650px) and (max-width: 1000px) {
  .nav-search-bar {
    width: calc(100vw - 575px) !important;
  }
} */

.signup-input-label {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #161d2d;
  letter-spacing: 0.2px;
  text-decoration: none;
  line-height: 24px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

#signup-content .ant-form-item-control {
  line-height: 24px !important;
}

.login-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 350px;
}

.signup-layout .header {
  margin-bottom: 0;
}

.header {
  background: #fff;
  box-shadow: 0 1px 0 0 #e6e8eb;
  z-index: 1;
  margin-bottom: 24px;
}

.header .ant-row {
  height: 100%;
}

.header .ant-col {
  height: 100%;
}

thead .ant-table-selection {
  display: none;
}

.active-product {
  box-shadow: #808080 0px 6px 9px;
  border: 0.1rem inset rgb(0, 118, 255);
}

.active-product:hover {
  box-shadow: #808080 0px 6px 9px !important;
  border: 0.1rem inset rgb(0, 118, 255);
}

#signup_cc {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.5;
  padding: 9px 11px;
  /* box-shadow: 0 0 black; */
}

.slick-slide {
  height: 1px;
}

.slick-slide {
  height: 1px !important;
}

.slick-active {
  height: 100% !important;
}

.dropzonecarddisabled {
  opacity: 0.3;
}

.ant-carousel .slick-initialized .slick-slide {
  text-align: center;
}

.ant-upload-list-item-info span {
  height: 100%;
}

.ant-upload-list-item-name {
  white-space: normal;
  max-width: 200px;
}

.ant-avatar img {
  object-fit: cover;
}

.calendly-spinner {
  position: absolute;
  top: 0px;
}

.Purple-1 {
  background: var(--purple-1);
  border-radius: 3px;
}

.Purple-2 {
  background: #f9f4ff;
  border-radius: 3px;
}

/* Red 1 */

.Red-1 {
  background: #ff3a60;
  border-radius: 3px;
}

.Red-2 {
  background: #fff5f7;
  border-radius: 3px;
}

/* Pink 1 */

.Pink-1 {
  background: #fc4c81;
  border-radius: 3px;
}

.Pink-2 {
  background: #fff6f8;
  border-radius: 3px;
}

.Yellow-1 {
  background: #ffd852;
  border-radius: 3px;
}

.Yellow-2 {
  background: #fffdf5;
  border-radius: 3px;
}

.Orange-1 {
  background: #ffa100;
  border-radius: 3px;
}

.Orange-2 {
  background: #fffaf1;
  border-radius: 3px;
}

.Dark {
  background: #1a1a1a;
}

/* .flex,
.flex-row,
.flex-column {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
} */

/* Media  */

/* .ant-layout {
  background: #fff;
}
.ant-menu-inline {
  border-right: none;
}

.ant-layout-sider-zero-width-trigger {
  top: 0;
  background: #fff;
  color: #161d2d;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

.ant-layout-sider-zero-width-trigger:hover {
  background: #fff;

}
th {
  background: #fff!important;
  color: #757A80!important;
}

td {
  font-weight: 600;
  font-size: 16px;
  color: #121925!important;
} */

/* Text  */

.prescription-form-item .ant5-form-item-explain {
  line-height: 1.1 !important;
}

.ant5-picker-separator {
  display: inline-flex !important;
}

.underline-href {
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.upload-input .ant5-input {
  text-align: left;
  cursor: pointer;
}

.disabled-svg-icon {
  filter: drop-shadow(1000px 0 0 #00000040);
  transform: translateX(-1000px);
}

.history-timeline .ant5-timeline-item-head {
  background-color: #f8fcff !important;
}

.custom-word-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}

.archform-overflow-modal .ant5-modal-content {
  padding: 20px 0 !important;
}

.custom-archform-alert {
  height: 36px !important;
  line-height: 36px !important;
  background: #58a3ff !important;
  color: white !important;
  border-radius: 6px !important;
  position: fixed !important;
  top: 67px;
  z-index: 10;
  font-weight: 500;
}
.alert-to-dash-v1 {
  width: 860px !important;
  left: calc(50% - 440px);
}
.alert-account-info {
  z-index: 100 !important;
  width: 520px !important;
  left: calc(50% - 265px);
}
.custom-archform-alert a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: white !important;
}
.custom-archform-alert a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #0076ff !important;
}
.custom-archform-alert .anticon svg {
  color: white !important;
  margin-top: -2px;
}
.custom-archform-alert .anticon svg:hover {
  color: #0076ff !important;
}

.archform-edit-upload-photo-border .ant5-upload-drag {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #d9d9d9;
  border-radius: 6px !important;
}
.archform-edit-upload-photo .ant5-upload-drag .ant5-upload {
  padding: 0 !important;
}
.archform-edit-upload-photo .ant5-upload-drag .ant5-upload-drag-container {
  display: flex !important;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  height: 100%;
}
.archform-date-picker .ant5-btn {
  border-radius: 0 6px 6px 0 !important;
  padding-left: 8px !important;
}
.archform-new-version-required .ant-btn {
  background-color: #0076ff;
  height: 38px;
  font-weight: 500;
  line-height: 20px;
}
.archform-new-version-required-modal .ant-checkbox-inner {
  width: 14px;
  height: 14px;
}

.archform-dropdown button {
  height: 36px !important;
  font-weight: 500 !important;
}

.archform-tooltip {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.archform-tooltip .ant5-tooltip-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.archform-tooltip .ant5-tooltip-inner {
  padding: 0 !important;
}

.calendly-spinner {
  display: none !important;
}

/* heroicon icon style */

.heroicon-sw-2 path {
  stroke-width: 2 !important;
}
.heroicon-sw-2\.25 path {
  stroke-width: 2.25 !important;
}

.heroicon-sw-2\.5 path {
  stroke-width: 2.5 !important;
}

/* sharable link style */
.af-sharable-link:active,
.af-sharable-link:active a:active {
  color: #6023a2 !important;
}
.af-sharable-link:focus,
.af-sharable-link:focus a:focus {
  color: #6023a2 !important;
}

.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 0px;
}

.ant-popover-arrow {
  border-width: 0;
}

.archform-rc-table .rc-table-tbody-virtual-holder {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.archform-step-item:hover .archform-step-dot {
  background-color: #0076ff;
}
.archform-step-title-item:hover .archform-step-title {
  color: white;
  border-radius: 4px;
  background: #0076ff;
}

.login-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container {
  border-radius: 10px;
  box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  padding: 56px 56px 32px 56px;
  flex-direction: column;
  height: auto;
}

.login-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 34px;
  text-align: center;
  color: #4b5563;
}

.login-form-container {
  display: flex;
  flex-direction: column;
}

.form-field {
  padding: 8px;
  border: 1px solid #f2f2f2;
  background-color: #fbfbfb;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  width: 256px;
  border-radius: 4px;
}

.form-field::placeholder {
  color: #8a8f98;
}

.login-submit-button {
  padding: 8px;
  width: 256px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary-2);
  color: var(--primary);
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3;
  border: 1px solid transparent;
}

.login-submit-button:hover {
  background-color: transparent;
  border: 1px solid var(--primary);
  transition: all 0.3s;
}

.login-links-group {
  display: flex;
  justify-content: center;
}

.login-link {
  color: var(--primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.ant-alert-error {
  margin-top: 16px;
}

.sidebar {
  width: 256px;
  height: calc(100vh - 64px);
  background: #fafafa;
  display: flex;
  flex-direction: column;
  font-family: Inter;
  position: fixed;
  padding: 24px 16px;
  z-index: 2;
}

.sidebar-container {
  scroll-behavior: smooth;
}

@media only screen and (max-height: 865px) {
  .sidebar {
    overflow-y: hidden;
  }
  .sidebar:hover {
    overflow-y: overlay;
  }

  .sidebar::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
  }

  .sidebar::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 16px;
  }
}

.sidebar-top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 6px;
}

.sidebar-top-nav > h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  color: var(--gray-2);
  margin-bottom: 0px;
}

.sidebar-top-nav > img {
  width: 100px;
  cursor: pointer;
}

.sidebar-letter-icon {
  background-color: #da8e8e;
  color: var(--white);
  font-size: 10px;
  border-radius: 4px;
  margin-right: 8px;
}

.sidebar-menu,
.sidebar-bottom-items {
  display: flex;
  flex-direction: column;
}

.sidebar-bottom-items {
  margin-top: auto;
  padding-top: 32px;
}

.sidebar-menu-title {
  color: var(--gray-1);
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 8px;
}

.sidebar-menu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
  padding: 6px;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: transparent;
}

.sidebar-menu-item:hover {
  background-color: var(--gray-5);
  transition: all 0.2s;
}

.sidebar-menu-item-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-2);
}

.sidebar-menu-item-icon,
.sidebar-patient-menu-item-icon {
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.sidebar-patient-menu-item-icon {
  border-radius: 50%;
  border: 2px solid;
}

.sidebar-menu-item-count {
  order: 2;
  margin-left: auto;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
}

.subscription-prompt-container {
  position: fixed;
  margin-left: 256px;
  width: calc(100vw - 256px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.subscription-prompt-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 2;
  overflow: hidden;
}

.subscription-prompt-card {
  width: 500px;
  height: 130px;
  background-color: white;
  border-radius: 4px;
  padding: 16px;
  z-index: 3;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.subscription-prompt-card > div:first-of-type > p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #8a8f98;
  margin-bottom: 8px;
}

.subscription-prompt-card > div:first-of-type > p:first-of-type {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #1b1c1e;
  letter-spacing: -0.04em;
}

.subscription-prompt-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 4px 16px;
  width: 120px;
  height: 32px;
  background-color: var(--primary-2);
  border-radius: 2px;
  align-self: center;
}

.subscription-prompt-button:focus {
  outline: none;
}

.subscription-prompt-button p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #0076ff;
  margin: 0;
}

.tag {
  height: 20px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.tag span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin: 0px 8px;
  color: blue;
}

.patient-table-treatment-tag-container * {
  margin: 0px 2px;
}

.patient-list-table-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.patient-list-table-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Table code  */

.th {
  cursor: pointer;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #8a8f98;
  height: 16px;
}

.td {
  cursor: pointer;
  justify-content: start;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  letter-spacing: -0.04em;
  color: #46454d;
}

.tr .td:last-child {
  justify-content: flex-end;
  right: 0;
  height: 100%;
}

.tr .td:first-child {
  cursor: default;
}

.tr {
  /* border-top: 1px solid var(--gray-10) ; */
  border-bottom: 1px solid var(--gray-10);
  padding: 12px 16px;
}

.table-row {
  display: flex;
  border-bottom: 1px solid var(--gray-10);
  padding: 16px 16px;
}

.table > div:first-child .tr {
  margin: 30px 0px 0px 0px;
  border: none;
  border-bottom: 1px solid var(--gray-10);
}

.patient-table .th {
  background: #fff !important;
}

.patient-file-list .ant-list-item-meta-title {
  margin-bottom: 0px !important;
}

.patient-list-body {
  margin-left: 256px;
  min-height: 280px;
  width: 100%;
  height: calc(100vh - 64px);
  box-sizing: border-box;
}

.patient-list-header {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 16px 24px 0px 24px;
  box-sizing: border-box;
}

.patient-list-header-status-icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid;
}

.patient-list-header-info {
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  white-space: nowrap;
}

.patient-list-header-info p {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.04em;
  margin: 0;
  color: #46454d;
}

.patient-list-search-container {
  flex-grow: 2;
}
.patient-list-header-search {
  width: 100%;
  display: flex;
  padding: 6px 8px;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid var(--gray-5);
}

.patient-list-header-search input {
  border: none;
  background-color: transparent;
  margin: 0px 0px 0px 4px;
  padding: 0;
  color: #1a1a1a;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
}

.patient-list-header-search input::placeholder {
  color: #8a8f98;
}

.patient-list-header-search input:focus {
  outline: none;
}

.patient-list-button {
  justify-content: center;
  border: 1px solid #5856d6;
  margin-left: 16px;
  padding: 8px 16px;
  background: transparent;
  box-shadow: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}

.patient-list-button:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.patient-list-header-actions {
  display: flex;
  align-items: center;
  margin-left: 16px;
  width: 100%;
}

.patient-list-table-container {
  max-width: 100%;
  height: 90vh;
}

.patient-list-table-container .th {
  display: flex;
  align-items: center;
}

.patient-list-table-header {
}

.patient-table-col-1 {
  display: flex;
  word-break: break-word;
  align-items: center;
}

.patient-table-avatar {
  margin-right: 8px;
  height: 24px;
  width: 24px;
}

.patient-table-avatar > img {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.patient-list-patient-name {
  color: #46454d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.days-in-status {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #46454d;
}

.comment-button-dropdown-list {
  display: none;
  position: absolute;
  background: white;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--gray-6);
  box-sizing: border-box;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 5;
  /* left: 0; */
}

.comment-button,
.comment-button-small,
.comment-button-medium {
  /* Gray 6 */
  border: 1px solid var(--gray-5);
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  /* width: 155px; */
  /* height: 32px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  white-space: nowrap;
  transition: border 0.3s;
}

.comment-button:hover,
.comment-button-small:hover,
.comment-button-medium:hover {
  transition: border 0.3s;
  border: 1px solid #e9eaea;
  /* filter: none; */
}

.comment-button p,
.comment-button-small p,
.comment-button-medium p {
  margin: 0 9px 0 9px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: -0.04em;
  /* Gray 2 */
  color: var(--gray-2);
}

.comment-button-small,
.comment-button-medium {
  justify-content: center;
}

.comment-button-small {
  padding: 8px;
  color: var(--gray-2);
}

.comment-button-small p {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}

.comment-button-medium {
  width: 88px;
  height: 32px;
}

.comment-button-dropdown-list hr {
  border-top: 1px solid var(--gray-6);
  margin: 4px 0px 4px 0px;
  width: 100%;
}

.comment-button-dropdown-list label,
.comment-button-dropdown-list p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: -0.04em;
  /* Gray 2 */
  color: var(--gray-2);
  display: flex;
  padding: 4px 30px 4px 8px;
}

.comment-button-dropdown-list label input {
  margin-right: 12px;
}

.comment-button-dropdown:hover .comment-button-dropdown-list,
.comment-button-dropdown-list:hover {
  display: flex;
}

.button-dropdown-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 30px;
  margin: 0;
}

.button-dropdown-item:hover {
  filter: opacity(0.8);
  background: var(--gray-6);
}

.file-notification-content p {
  /* Caption/Extra small/500 */
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: -0.04em;
  /* Gray 4 */
  color: var(--gray-4);
}

.notification-header-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: -0.04em;
  /* Gray 1 */
  color: #010102;
}

#notifications-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 10% 0 10%;
}

#notifications-outer-container {
  width: 100%;
  height: 100vh;
}

.notification-container {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  z-index: 2;
}

.notification-content {
  /* box-shadow: 1px 0px 60px 0px rgba(0, 0, 0, 0.1); */
  width: 75%;
  margin: 0 2em 0 2em;
}

#notifications-shadow {
  box-shadow: 1px 3px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 75%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.notification-actions {
  width: 25%;
  margin: 1em 0 0 2em;
}

.notification-actions button {
  margin-top: 8px;
}

#notifications-navbar {
  /* width: 100%; */
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0px 24px;
}

#notifications-navbar input {
  background: var(--gray-6);
}

.notifications-header-filter-link {
  cursor: pointer;
  /* Caption/Small/500 */
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  letter-spacing: -0.04em;
  /* Gray 4 */
  color: var(--gray-4);
}

.notifications-header-filter-link-active {
  color: #010102;
}

.notification-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: -0.04em;
  /* Dark */
  color: var(--gray-4);
}

.notification-timestamp {
  margin: 0;
}

.notification-inner-content {
  margin: 16px 0px 16px 32px;
}

.status-notification-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.status-name-notification-box {
  height: 22px;
  width: 104px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.04em;
  text-align: center;
}

.status-name-notification-box p {
  margin: 0px !important;
  color: white;
}

.inbox-search {
  background: var(--gray-6);
  width: 60%;
  margin-bottom: 0px;
}

@media (max-width: 1400px) {
  .inbox-search {
    width: 30%;
  }
}

/* Layout/commonly used page specific  */

/* .patient-view-layout span, 
.patient-view-layout p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #444444;
} */

.patient-view-container,
.patient-details-header {
  box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.patient-view-container {
  /* min-height: 716px; */
}

.patient-details-layout {
  /* margin-left: 256px; */
  /* padding: 24px 24px 24px calc(256px + 24px);
  height: calc(100vh - 64px); */
  /* width: 100vw; */
  min-width: 1440px;
}

/* header */

.patient-details-header-container {
  display: flex;
  height: 100px;
  /* max-height: 20vh; */
  margin-bottom: 24px;
  box-sizing: border-box;
}

.patient-details-header {
  display: flex;
  padding: 18px 24px;
  width: 100%;
  align-items: center;
  /* justify-content: space-between; */
  flex-direction: row;
}

.patient-details-header {
}

.patient-details-avatar {
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  margin-right: 24px;
}

.patient-details-avatar-placeholder {
  height: 64px;
  width: 64px;
  background-color: gray;
  border-radius: 50%;
}

.patient-details-header-info {
  display: flex;
  flex-direction: column;
}

.patient-details-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}

.patient-id {
  margin-bottom: 8px;
  font-size: 12px;
  color: #444;
  font-weight: 500;
}

.patient-details-tag-group {
  display: flex;
  flex-direction: row;
}

.patient-details-nav-top-group {
  display: flex;
  align-items: center;
  margin-left: auto;
  white-space: nowrap;
}

.patient-details-button-group {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.patient-details-button-group .comment-button {
  justify-content: center;
}

.patient-button-group-text {
  display: flex;
  flex-direction: column;
  margin: 0px 16px;
}

.paperslip-container {
  height: 16px;
}
.comment-file-button {
  cursor: pointer;
  transition: all 0.3s;
}

.comment-file-button:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.comment-file-name {
  line-height: 16px;
  margin: 0 8px;
  color: var(--gray-2);
}
/* end  */

.note-notification-reply-actions {
  width: -webkit-fill-available;
}

/*  */

.ant-tabs-tabpane {
  padding: 0px 20px 0px 20px;
  height: 100%;
}

.ant-tabs-bar {
  min-height: 5%;
  margin: 0;
}

.ant-tabs-content {
  height: 95%;
}

.ant-tabs-tabpane-active {
  overflow-y: hidden;
}
.ant-tabs-tabpane-active:hover {
  overflow-y: overlay;
}

.ant-tabs-tabpane-active::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

.ant-tabs-tabpane-active::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 16px;
}

.bold-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1a1a1a;
}

.patient-view-top-bar-status {
  margin: 0px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #5856d6;
}

.sidebar-image-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444444;
}

.composite-img,
.composite-img-end,
.composite-img-placeholder,
.composite-img-placeholder-end,
.xray-img,
.xray-img-placeholder {
  cursor: pointer;
  width: calc(100% / 3);
  border-radius: 16px;
  display: inline-block;
  height: 60px;
  object-fit: cover;
}

.composite-img,
.composite-img-placeholder,
.xray-img-placeholder {
  padding-right: 3px;
}

.composite-img-placeholder,
.composite-img-placeholder-end {
  height: 60px;
  box-sizing: border-box;
}

.xray-img,
.xray-img-placeholder {
  height: 80px;
}

.composite-img-placeholder > div,
.composite-img-placeholder-end > div,
.xray-img-placeholder > div {
  width: 100%;
  height: 100%;
  padding: 0px 8px;
  border-radius: 2px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xray-img,
.xray-img-placeholder {
  width: 50%;
}

.patient-details-sidebar-link {
  display: flex;
  color: #999999;
  cursor: pointer;
  line-height: 16px;
  word-break: break-word;
}

.patient-details-sidebar-link:hover {
  filter: opacity(0.5);
}

.patient-details-sidebar-link a {
  color: #999999;
  line-height: 16px;
}

.patient-details-sidebar-link svg {
  margin-right: 8px;
}

textarea {
  background: none !important;
}

.ant-tabs-nav {
  margin: 12px 0px 12px 24px !important;
}

.ant-tabs-tab {
  margin: 0px !important;
  padding: 0px 12px !important;
}

.ant-tabs-tab-active {
  padding: 0px 8px !important;
  margin: 0px 4px !important;
  color: black !important;
}

.ant-tabs-tab-active::before {
  background: #e6e6e6;
  /* background: black; */
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

.ant-tabs-nav .ant-tabs-tab:hover {
  color: initial;
  /* font-weight: 500; */
}

.ant-tabs-nav .ant-tabs-tab:hover::before {
  background: #e6e6e6;
  /* background: black; */
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

.ant-tabs-ink-bar {
  display: none !important;
}

.tab-container {
  margin: 24px;
}

/* Perscription css */

.perscription-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 64px;
  gap: 24px 64px;
  margin: 24px 0px 32px 0px;
}

.clinical-conditions {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  margin-top: 24px;
  padding-bottom: 60px;
  flex-direction: column;
  grid-gap: 0px 64px;
}

.crowding-500 {
  font-weight: 500;
}

.crowding-gray {
  color: #999;
}

.crowding-table,
.relationship-table,
.relationship-table-two {
  display: flex;
  flex-direction: row;
}

.crowding-table {
  grid-column: 1/1;
  grid-row: 1/3;
}

.relationship-table {
  grid-column: 2/2;
  grid-row: 1/2;
  /* margin-top: 16px; */
}

.relationship-table-two {
  grid-column: 2/2;
  grid-row: 2/3;
}

.crowding-col-1 {
  /* grid-column: 1/1; */
  margin-right: 16px;
}

.crowding-col {
  margin-left: 16px;
}

.crowding-col-2 {
  margin-left: 45px;
}

.teeth-table-container {
  margin-bottom: 32px;
}

.teeth-table {
  margin-top: 24px;
}

/* Text style */
.patient-details-subtitle {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.patient-menu-icon-container,
.patient-menu-avatar-container {
  width: 24px;
  height: 26px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: white;
}

.patient-menu-avatar-container {
  height: 32px;
}

.patient-table-comment-button {
  position: absolute;
  right: 16px;
}

.status-selector-dropdown {
  position: relative;
  border: 1px solid var(--gray-5);
  background-color: #fff;
  width: 155px;
  height: 32px;
  /* padding: 8px; */
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.status-selector-dropdown > p {
  /* width: 100%; */
  line-height: 14px;
  margin: 0px 9px;
}

.status-selector-dropdown p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
  color: #444444;
  margin-bottom: 0px;
}

.status-selector-dropdown-list {
  display: none;
  position: absolute;
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--gray-6);
  box-sizing: border-box;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 5;
  top: 100%;
  left: 0px;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

.status-selector-dropdown-list p {
  padding: 10px;
  width: 100%;
}

.status-selector-dropdown-list p:hover {
  filter: opacity(0.8);
  background: var(--gray-6);
}

.public-viewer-modal .public-viewer-modal-container {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}

.public-viewer-modal .public-viewer-modal-row {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.public-viewer-modal-container > p {
  margin-bottom: 8px;
}

.public-viewer-modal a {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file-description-label {
  margin: 0;
}

@media (max-width: 1000px) {
  .patient-details-header {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .patient-details-button-group {
    margin-left: 0px;
  }

  .patient-button-group-text {
    margin-left: 0px;
  }
}

.perscription-item > p:first-child {
  margin-bottom: 14px;
}

.clinical-conditions div p {
  margin-bottom: 14px;
}

.change-password-submit-button {
  display: block;
}

.settings-page-container .shipping-address-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.change-address-button {
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3;
  border: 1px solid transparent;
  width: -webkit-fill-available;
}

.address-container {
  width: 400px;
}

.address-text {
  margin-bottom: 8px;
}

.change-address-button {
  background-color: var(--primary-2);
  color: var(--primary);
}

.address-line {
  padding: 0;
  margin: 0;
}

.create-patient-container h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 32px;
}

.create-patient-container h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.create-patient-container h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0px;
}

.create-patient-container h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #444444;
}

.create-patient-container p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 0px;
}

.form-field {
  color: #0d0d0d;
}

.create-patient-container .uppercase-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}

.file-upload-field {
  width: 192px;
  height: 219px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 2px 60px rgba(40, 40, 40, 0.08);
  border-radius: 10px;
  cursor: pointer;
}

.file-upload-field .uppercase-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}

.file-upload-field p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 0px;
}

.file-upload-field:focus {
  outline: none;
}

.file-upload-field div {
  width: 160px;
  height: 128px;
  border: 1px dashed #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
}

.file-upload-preview-image,
.file-upload-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.file-upload-preview-image {
  padding: 15px;
}

.file-upload-required-input,
.hidden-input {
  display: flex !important;
  opacity: 0;
  height: 1px;
  margin: -4px;
  cursor: pointer;
}

.hidden-input {
  cursor: pointer;
}

.create-patient-container {
  padding: calc(64px + 32px + 88px) 0px 32px 64px;
}

.basic-info-container {
  width: 536px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
}

.basic-info-container input {
  width: 256px;
}

.scans-upload-container {
  width: 416px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 64px;
}

.additional-info-container {
  width: 536px;
  margin-top: 32px;
  margin-bottom: 64px;
}

.treatment-timeline-container {
  display: flex;
  justify-content: space-between;
}

.additional-info-container h3 {
  margin-bottom: 16px;
}

.additional-info-container input {
  width: 256px;
  margin-bottom: 32px;
}

.patient-photos-container {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.patient-photos-container .file-upload-field {
  margin-bottom: 32px;
}

.full-composite-upload-field {
  width: 192px;
  height: 219px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border: 1px dashed #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
}

.full-composite-upload-field h4 {
  color: #444444;
}

.xray-photos-container {
  width: 416px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 64px;
}

.notes-input {
  width: 640px;
  height: 203px;
  background: #ffffff;
  box-shadow: 0px 2px 60px rgba(40, 40, 40, 0.08);
  border-radius: 10px;
  border: none;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #999999;
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.notes-input::placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}

.clinical-preferences-container {
  margin-top: 24px;
  margin-bottom: 8px;
  width: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -256px;
}

.clinical-preferences-input {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  margin-bottom: 24px;
}

.clinical-preferences-input p {
  margin-bottom: 16px;
}

.clinical-preferences-input .dropdown-input {
  width: 192px;
  margin-bottom: 0px;
}

.clinical-conditions-container-crowding,
.clinical-conditions-container-ap-relationship {
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  margin-right: 84px;
  margin-bottom: 32px;
}

.clinical-conditions-container-crowding h4,
.clinical-conditions-container-ap-relationship h4 {
  margin-bottom: 0px;
}

.clinical-conditions-container-crowding .dropdown-input,
.clinical-conditions-container-ap-relationship .dropdown-input {
  margin-right: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  height: 36px;
}

.clinical-conditions-container-crowding {
  width: 434px;
}

.clinical-conditions-container-crowding * {
  flex-basis: 33%;
}

.clinical-conditions-container-crowding .dropdown-input {
  max-width: 124px;
}

.clinical-conditions-container-ap-relationship {
  width: 417px;
}

.clinical-conditions-container-ap-relationship .dropdown-input {
  max-width: 110px;
}

.clinical-conditions-container-ap-relationship * {
  flex-basis: 31%;
}

.clinical-conditions-container-ap-relationship *:nth-child(3n + 4),
.clinical-conditions-container-ap-relationship *:first-child {
  flex-basis: 38%;
}

.clinical-conditions-divider-crowding,
.clinical-conditions-divider-ap-relationship {
  background: #f2f2f2;
  width: 1px;
  position: absolute;
}

.clinical-conditions-divider-crowding {
  left: calc(66% - 11px);
  height: 244px;
  top: 32px;
}

.clinical-conditions-divider-ap-relationship {
  left: calc(69% - 11px);
  height: 88px;
  top: 32px;
}

.teeth-table {
  margin-bottom: 32px;
}

.dropdown-input {
  position: relative;
  padding: 8px;
  border: 1px solid #f2f2f2;
  background-color: #fbfbfb;
  width: 200px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.dropdown-input p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
  color: #444444;
  margin-bottom: 0px;
  -webkit-user-select: none;
          user-select: none;
}

.dropdown-input-list {
  display: none;
  position: absolute;
  background: #fbfbfb;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--gray-6);
  box-sizing: border-box;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 5;
  top: 100%;
  left: 0px;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

.dropdown-input-list p {
  padding: 10px;
  width: 100%;
}

.dropdown-input-list p:hover {
  filter: opacity(0.8);
  background: var(--gray-6);
}

.submit-patient-button {
  /* float: right;
  margin-top: -64px; */
}

.submit-patient-button,
.submit-patient-disabled-button {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 4px 16px;
  width: 123px;
  height: 32px;
  background-color: var(--primary-2);
  border-radius: 4px;
}

.submit-patient-button:focus,
.submit-patient-disabled-button:focus {
  outline: none;
}

.submit-patient-button p,
.submit-patient-disabled-button p {
  color: var(--primary);
  line-height: 21px;
}

.submit-patient-overlay,
.submit-patient-disabled-overlay {
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.submit-patient-overlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.submit-patient-disabled-overlay > div {
  background: #fbfbfb;
  border: 1px solid var(--gray-6);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 350px;
  height: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  color: #0d0d0d;
  padding: 4px 16px;
  position: fixed;
}

.create-patient-container .ant-spin-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--gray-2);
  margin-top: 16px;
}

.create-patient-container .product-selection-subheader {
  margin-top: -16px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #8a8f98;
}

.product-selection-container {
  width: calc(330px * 3 + 33px * 2);
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 32px;
}

.product-info-container {
  width: 330px;
  height: 154px;
  background: #f9f9fa;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-info-container .production-selection-description {
  margin-bottom: 16px;
  margin-top: 16px;
  line-height: 21px;
  color: #1b1c1e;
  width: 204px;
}

.product-expand-button,
.product-select-button,
.product-selected-button,
.product-expanded-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 4px 16px;
  width: 87px;
  height: 32px;
  background-color: var(--primary-2);
  border-radius: 2px;
}

.product-expand-button:focus,
.product-select-button:focus,
.product-selected-button:focus,
.product-expanded-button:focus {
  outline: none;
}

.product-expand-button p,
.product-select-button p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #0076ff;
}

.product-expanded-button p,
.product-selected-button p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.product-expanded-button,
.product-selected-button {
  background: #0076ff;
}

.product-info-container .product-title-name {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #1b1c1e;
  letter-spacing: -0.04em;
}

.product-expanded-selection-container > div > h3 {
  margin-top: 32px;
}

.product-expanded-selection-container {
  display: flex;
  flex-direction: row;
}

.product-expanded-selection-container > div:first-of-type {
  margin-right: 64px;
}

.product-expanded-selection-container > div > p {
  /* margin-bottom: 24px; */
  margin-top: 8px;
}

.product-info-price-container {
  display: flex;
  justify-content: space-between;
}

.product-info-price-container > p:first-of-type {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #8a8f98;
  margin: 0px;
}

.product-info-price-container > div:first-of-type > p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  letter-spacing: -0.04em;
  color: #1b1c1e;
  margin: 0px;
}

.product-info-price-container > div:first-of-type > p:first-of-type {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
}

.product-info-price-container > div:first-of-type > p:nth-of-type(2) {
  font-size: 12px;
  line-height: 12px;
  color: #2f3032;
}

.product-in-office-print-container {
  background: #f9f9fa;
  border-radius: 2px;
  width: 191px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-in-office-print-container p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #1b1c1e;
  margin: 0px 8px 0px 8px;
}

.product-in-office-print-container svg {
  cursor: pointer;
}

/* .product-expanded-container .product-in-office-print-description {
  margin-top: 32px;
  margin-bottom: 24px;
} */

.product-form-aligners-info-container {
  width: 191px;
  height: 102px;
  padding: 16px 12px 12px 12px;
  margin-right: 12px;
}

.product-expanded-form-aligner-selection-container {
  flex-direction: column;
}

.product-selection-form-aligner-stages {
  flex-direction: row;
  display: flex;
  margin-top: 24px;
}

/* Product */

.create-patient-container .product-card-container {
  display: flex;
  flex-direction: row;
  width: calc(330px * 3 + 33px * 2);
  justify-content: space-between;
  position: relative;
}

.create-patient-container .product-card {
  width: 330px;
  height: 205px;
  background: #f9f9fa;
  box-sizing: border-box;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}

/* For product name/price on same line */
.create-patient-container .product-card > div:first-of-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.create-patient-container .product-card p,
.product-expanded-container p {
  font-style: normal;
}

.create-patient-container .product-card-product-name {
  font-weight: 600;
  font-size: 16px;
  max-width: 200px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #2f3032;
}

.create-patient-container .product-card-product-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2f3032;
}

.create-patient-container .product-card-product-description-sub {
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #8a8f98;
  white-space: nowrap;
}

.create-patient-container .product-card-product-price,
.create-patient-container .product-card-product-price-summary {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  letter-spacing: -0.04em;
  color: #1b1c1e;
}

.create-patient-container .product-card-product-price-summary {
  color: #000000;
  text-align: left;
}

.create-patient-container .product-card-product-price-description,
.create-patient-container .product-card-product-price-description-summary {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  letter-spacing: -0.04em;
  color: #8a8f98;
}
.create-patient-container .product-card-product-price-description-summary {
  color: #000000;
  text-align: left;
}

.product-expanded-container {
  background: #ffffff;
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  border-radius: 2px;
  width: 1056px;
  padding: 24px;
  margin-bottom: 32px;
  margin-top: 48px;
}

.product-expanded-container p {
  -webkit-user-select: none;
          user-select: none;
}

.product-expanded-container .product-expanded-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2f3032;
}

.product-expanded-container .product-expanded-close-button {
  border: 1px solid #f3f4f5;
  box-sizing: border-box;
  border-radius: 2px;
  background: #ffffff;
}

.product-expanded-container .product-expanded-close-button p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #8a8f98;
  -webkit-user-select: none;
          user-select: none;
}

/* For expanded product name and close button on same line */
.product-expanded-container > div:first-of-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.product-expanded-container .product-expanded-product-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #2f3032;
  margin-bottom: 8px;
}

.product-expanded-container .product-expanded-product-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #8a8f98;
  margin-bottom: 8px;
}

.product-expanded-container .product-expanded-partial-manufacturing-selection {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}

.product-expanded-partial-manufacturing-selection
  .product-form-aligners-info-container {
  margin-right: 36px;
}

.product-expanded-container .product-selection-self-manufacture-selector {
  border: 1px solid #dcdde0;
  box-sizing: border-box;
  border-radius: 2px;
  width: 83px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  margin-top: 18px;
}

.product-expanded-container .product-selection-self-manufacture-selector p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #8a8f98;
  -webkit-user-select: none;
          user-select: none;
}

.product-expanded-container .product-selection-self-manufacture-selector svg {
  cursor: pointer;
}

.create-patient-container .product-category-title {
  margin-top: 48px;
  margin-bottom: 42px;
}

.create-patient-container .product-category-title > p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: -0.04em;
  color: #1b1c1e;
}

.product-category-divider-label {
  display: flex;
  width: 600px;
  justify-content: space-between;
  margin-left: 32px;
}

.product-card-divider {
  border: 0.6px solid #bcbcbc;
  transform: rotate(90deg);
  transform-origin: 0% 0%;
  width: 205px;
  height: 0;
  left: 346px;
  position: absolute;
}
/* .create-patient-container .product-category-title>p:first-of-type {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #2f3032;
  margin-bottom: 4px;
} */

.create-patient-container .address-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #2f3032;
  margin-bottom: 8px;
}

.create-patient-container .shipping-address-title {
  font-weight: 600;
  font-size: 16px;
  max-width: 200px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #2f3032;
  margin-top: 48px;
  margin-bottom: 12px;
}

.create-patient-container .change-address-button {
  width: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0px;
}

.patient-window-navbar-container {
  position: fixed;
  /* transform: translateX(-64px); */
  background: white;
  height: 88px;
  /* width: 100%; */
  top: 64px;
  left: 0px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.patient-window-navbar-left {
  margin-left: 20px;
}

.patient-window-navbar-left,
.patient-window-navbar-right {
  display: flex;
}

.patient-window-navbar-right {
  width: 250px;
}

.patient-window-navbar-stage-container {
  display: flex;
  flex-direction: row;
  /* height: 40px; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* width: 650px; */
  /* border-radius: 50px; */
  /* border: 1px solid #f3f4f5; */
  justify-content: space-evenly;
  /* box-shadow: 0px 2px 60px rgb(40 40 40 / 8%); */
  /* margin-left: 32px; */
  /* position: fixed; */
  /* z-index: 2; */
  position: relative;
}

.patient-window-navbar-divider {
  height: 1px;
  width: calc(100% + 41px);
  background: #d8d8d8;
  top: 80px;
  margin-left: -41px;
  z-index: 3;
  border: 1px solid #f3f4f5;
  order: 3;
}

.patient-window-navbar-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 16px;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.patient-window-navbar-button-white {
  color: #46454d;
  background: white;
  border: 1px solid #f4f4f4;
}
.patient-window-navbar-button-blue {
  background: #0076ff;
  border: none;
  color: #ffffff;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.submit-button-disabled {
  background-color: #0000000a;
  color: #00000040;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.create-patient-container .patient-window-navbar-step-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999999;

  margin-top: 80px;
  margin-bottom: 8px;
}

.patient-window-navbar-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  cursor: pointer;
  width: 100px;
  /* margin-right: 46px; */
  z-index: 3;
}

.patient-window-navbar-stage:first-of-type {
  border-radius: 50px 0 0 50px;
}

.patient-window-navbar-stage:last-of-type {
  border-radius: 0 50px 50px 0;
}

.patient-window-navbar-stage > p {
  /* margin-left: 8px; */
  white-space: nowrap;
  margin-top: 10px;
  /* margin-right: 12px; */
}

.patient-window-navbar-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #8a8f98;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  /* margin-left: 12px; */
}

.patient-window-navbar-stage-complete {
  /* background: #e4f1ff; */
}

.patient-window-navbar-stage-line {
  height: 1px;
  width: calc(100% - 89px);
  background: #dcdde0;
  border: 1px solid #f3f4f5;
  position: absolute;
  top: 10px;
  z-index: 2;
}

.patient-window-navbar-stage-complete > p {
  color: #0076ff;
}

.patient-window-navbar-stage-complete .patient-window-navbar-circle {
  background: #0076ff;
}

.patient-window-navbar-stage-complete .patient-window-navbar-circle > p {
  color: #ffffff;
}

.patient-window-navbar-stage-active p {
  color: #0076ff;
}

.patient-window-navbar-stage-active .patient-window-navbar-circle {
  border-color: #0076ff;
}

/* .patient-window-navbar-button {

  height: 40px;

  border-radius: 50px;
  background: none;
  border: 1px solid #E8E9EA;

  font-size: 16px;
  font-weight: 400;
  line-height: 16px;

  padding: 12px 24px;
  color: #8A8F98;

  box-shadow: 0px 2px 60px rgb(40 40 40 / 8%);
}

.patient-window-navbar-button-blue {
  border-radius: 63px;
  background: #0076FF;
  border: none;
  color: white;

}

.patient-window-navbar-button-active {
  cursor: pointer;
} */

.patient-window-bottom-navbar-container {
  position: relative;
  bottom: 0;
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  position: fixed;
  z-index: 2;
}

.patient-window-bottom-navbar-clear {
  position: fixed;
  background: white;
  height: 72px;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.patient-window-container .patient-window-stage-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #2f3032;

  margin-bottom: 32px;
}

.patient-summary-product-container .proudct-summary-category-label {
  margin: 6px 0px;
}

.patient-summary-product-container .product-card {
  height: 150px;
}

.patient-summary-product-container .product-card-product-price-summary,
.patient-summary-product-container
  .product-card-product-price-description-summary {
  display: none;
}

.product-summary-price-details {
  color: #8a8f98;
  font-size: 15px;
  margin-left: 6px;
}

.patient-summary-info-and-photos-container {
  display: flex;
  flex-direction: row;
}

.patient-summary-info-and-photos-container p:first-of-type {
  margin-bottom: 16px;
  margin-top: 32px;
}

.patient-summary-info-container {
  flex-direction: column;
  display: flex;
}
.patient-summary-info-container > div {
  flex-direction: row;
  display: flex;
  /* width: 450px; */
  justify-content: space-between;
}

.patient-summary-info-field-container {
  flex-direction: column;
  justify-content: flex-start;
  width: 200px;
}

.patient-summary-info-container p:last-child {
  font-weight: 400;
  color: #2f3032;
}

.patient-summary-info-container p:last-child {
  font-weight: 400;
  color: #2f3032;
}

.patient-summary-photos-container {
  flex-direction: row;
  display: flex;
}
.patient-summary-photo-field-container,
.patient-summary-xray-field-container,
.patient-summary-xray-field-container-clear,
.patient-summary-photo-field-container-clear {
  background: var(--gray-6);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 8px;
  margin-bottom: 8px;
}

.patient-summary-photo-field-container-clear,
.patient-summary-xray-field-container-clear {
  background: none;
}

.patient-summary-photo-field-container,
.patient-summary-photo-field-container-clear {
  width: 84px;
  height: 52px;
}

.patient-summary-photo-field-container-clear img,
.patient-summary-xray-field-container-clear img {
  object-fit: contain;
  height: 100%;
}

.patient-summary-xray-field-container,
.patient-summary-xray-field-container-clear {
  width: 130px;
  height: 83px;
}
.patient-summary-product-container {
  margin: 16px 0px;
}

.patient-summary-product-container > div {
  margin-right: 32px;
}

.patient-summary-edit-button {
  border: 1px solid #0076ff;
  border-radius: 4px;
  cursor: pointer;
}

.patient-summary-edit-button p {
  margin: 3px 13px;
  line-height: 20px;
  color: #0076ff;
}

.patient-summary-section-header {
  margin: 0px 12px 0px 0px;
  font-size: 18px !important;
  line-height: 20px !important;
  letter-spacing: -0.04em;
  color: #2f3032;
}

.create-patient-duplicate-warning {
  margin-top: 100px;
}

.archform-product-card-container {
  display: flex;
  flex-direction: row;
  margin-left: 32px;
  justify-content: space-between;
  width: 696px;
}

@media screen and (max-width: 1260px) {
  .patient-window-navbar-stage-container {
    order: 2;
  }
  .patient-window-navbar-container {
    justify-content: flex-start;
    height: 130px;
  }

  .patient-window-navbar-step-label {
    margin-top: 110px !important;
  }
}

/* .product-expanded-container .product-info-container {
  margin-top: 24px;
}


.product-expand-button,
.product-select-button,
.product-selected-button,
.product-expanded-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 4px 16px;
  width: 87px;
  height: 32px;
  background-color: var(--primary-2);
  border-radius: 2px;
}

.product-expand-button:focus,
.product-select-button:focus,
.product-selected-button:focus,
.product-expanded-button:focus {
  outline: none;
}

.product-expand-button p,
.product-select-button p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #0076ff;
}

.product-expanded-button p,
.product-selected-button p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.product-expanded-button,
.product-selected-button {
  background: #0076ff;
} */

.RO_root {
  font-family: initial;
  font-style: normal;
  letter-spacing: -0.04em;
  color: #2f3032;
  font-weight: 500;
}
.RO_modal .ant-modal-content {
  border-radius: 8px;
}
.RO_headline {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 26px;
}
.RO_p1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-top: 26px;
}
.RO_p2 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.RO_p3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #999999;
  margin-top: 8px;
  margin-left: 16px;
  margin-bottom: 0;
}
.RO_AS {
  display: flex;
  justify-content: space-between;
}

.RO_AS .file-upload-field {
  box-shadow: none;
}
.RO_AS button {
  background-color: #fff;
  border: 1px dashed #cccccc;
  border-radius: 10px;
  width: 160px;
  height: 120px;
  padding: 14px 17px;
  cursor: pointer;
}
.RO_d1 {
  width: 192px;

  display: inline-block;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.RO_root input {
  width: 416px;
}
.RO_textArea {
  margin-bottom: 12px;
}

.RO_textArea .ant-input:hover {
  border-color: #0076ff;
}
.RO_textArea .ant-input:focus,
.RO_textArea .ant-input-focused {
  border-color: #0076ff;
}
.RO_textArea textarea.ant-input {
  background-color: #f9f9fa;
}
.RO_button {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.RO_check .ant-checkbox-group-item {
  margin-right: 40px;
}
.RO_check .ant-checkbox-input {
  background-color: #d9d9d9 !important;
}
.RO_button .ant-btn:hover,
.RO_button .ant-btn:focus {
  color: #0076ff;
  border-color: #0076ff;
}
.RO_button button.ant-btn.ant-btn-default {
  border-radius: 4px;
  height: 32px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: -0.04em;
  color: #8a8f98;
}

/* Settings page CSS */

.settings-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 8px;
}

.settings-row {
  margin-bottom: 16px;
}

.form-field {
  padding: 8px;
  border: 1px solid #f2f2f2;
  background-color: #fbfbfb;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  /* width: 256px; */
  border-radius: 4px;
  width: -webkit-fill-available;
}

.form-field::placeholder {
  color: #8a8f98;
}

.change-password-submit-button,
.logout-button {
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3;
  border: 1px solid transparent;
  width: -webkit-fill-available;
}

.change-password-submit-button {
  background-color: var(--primary-2);
  color: var(--primary);
}

.change-password-loading-button {
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid transparent;
  width: -webkit-fill-available;
  height: 39px;
  line-height: 39px;
  background-color: var(--primary-2);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logout-button {
  background-color: var(--primary);
  color: var(--primary-2);
}

.login-submit-button:hover {
  background-color: transparent;
  border: 1px solid var(--primary);
  transition: all 0.3s;
}

.sidebar-search {
  width: 100%;
  margin-bottom: 8px;
  color: var(--gray-2);
}

.settings-row .product-info-container {
  width: 240px;
  height: 120px;
  margin-right: 20px;
}

.subscription-info p {
  margin-bottom: 4px;
}

.settings-row .product-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.settings-row .product-title-container p {
  margin: 0;
  width: unset;
}

.settings-row .product-expand-button p {
  margin: 0;
}
.settings-row .product-benefits {
  margin-top: 8px;
}

.settings-layout-container .product-selection-container {
  width: calc(240px * 3 + 33px * 2);
}

.create-patient-disabled-overlay {
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.create-patient-disabled-overlay > div {
  background: #fbfbfb;
  border: 1px solid var(--gray-6);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 350px;
  height: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  color: #0d0d0d;
  padding: 4px 16px;
  position: fixed;
}

.create-patient-disabled-overlay button {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 4px 16px;
  width: 123px;
  height: 32px;
  background-color: var(--primary-2);
  border-radius: 4px;
}

.create-patient-disabled-overlay button:focus {
  outline: none;
}
.create-patient-disabled-overlay button p {
  color: var(--primary);
  line-height: 21px;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body {
  width: 100%;
  height: 100%;
  font-family: "Inter" !important;
}

/* custom navbar(avatar, 3 buttons at top) css */
.nav-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.avatar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-img {
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
}
.avatar-wrapper span {
  font-size: 16px;
  font-weight: bold;
  margin: 0.7em;
}
.nav-select {
  height: 34px;
  padding: 10px 24px;
  cursor: pointer;
  font-size: 16px;
  background: #fafafa;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  color: #444444;
  font-weight: normal;
  line-height: 16px;
  outline: none;
}
.nav-btn {
  width: 135px;
}

.nav-btn-mobile {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 55px;
}
.nav-icon {
  font-size: 9px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 10px;
  align-self: center;
}

#home-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div.section {
  margin-top: 30px;
  width: 50%;
  background-color: rgba(black, 0.1);
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .nav-links {
    list-style-type: none;
    overflow: hidden;
    transition: "all .2s ease";
    text-align: center;
    background: #cfcfcf;
    font-size: 20px;
    opacity: 0.5;
  }

  .nav-links-ul {
    list-style-type: none;
    font-weight: normal;
    font-size: 16px;
  }

  .nav-links-li {
    font-weight: bold;
    padding: 5px;
  }
}
#canvas-root {
  overflow: hidden;
}

#canvas-root {
  overflow: hidden;
}
/* custom movements card(in the middle right) css */

#container_2 {
  transform: rotate(90deg);
}

.navbar {
  display: flex;
  width: 100%;
  height: 64px;
  padding: 16px 24px;

  position: fixed;
  top: 0px;
  left: 0px;
  justify-content: space-between;
}

.navbar_mobile {
  display: flex;
  width: 100%;
  height: 50px;
  background-color: white;
  padding: 9px;

  position: fixed;
  top: 0;
  left: 0;
}

.nav-btn {
  font-family: "Inter";
  letter-spacing: -0.04em;
}

.upperBtn {
  width: 82px;
  height: 26px;
  margin-left: 28px;
  display: block;
}

.sliderLabel {
  font: Inter;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}

#upper {
  float: left;
  margin-left: 15px;
  color: #8a8f98;
}

#lower {
  float: right;
  margin-right: 15px;
  color: #8a8f98;
}

.frontBtn {
  width: 82px;
  height: 40px;
  margin-left: 28px;
  margin-top: 2px;
  display: block;
}

.backBtn {
  width: 82px;
  height: 40px;
  margin-left: 28px;
  margin-top: 2px;
  display: block;
}

.lowerBtn {
  width: 82px;
  height: 26px;
  margin-left: 28px;
  margin-top: 2px;
  display: block;
}

.rightBtn {
  width: 26px;
  height: 82px;
  margin-top: -110px;
  float: left;
  display: block;
}

.leftBtn {
  width: 26px;
  height: 82px;
  margin-top: -110px;
  float: right;
  margin-right: 8px;
  display: block;
}

.optionButton {
  height: 25px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  background-color: white;
}

/* .movements_table {
  border-radius: 10px 0px 0px 10px !important;
  width: 247px !important;
  height: 286px !important;
} */

.polygon {
  fill: white;
}

.rotateRight {
  transform: rotate(270deg);
}

.rotateLeft {
  transform: rotate(90deg);
}

.text {
  text-anchor: middle;
  fill: black;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
}

.avatar-img {
  min-width: 32px;
  min-height: 32px;
}

.patient-profile-link {
  color: black;
  margin: 5px;
}

#canvas-root {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.label {
  color: #fff;
  font-family: sans-serif;
  padding: 2px;
  background: rgba(0, 0, 0, 0.6);
}

