@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.button_primary {
  color: #FFFFFF;
  background-color: #2563EB;
  border: 1.5px solid #2563EB;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 100ms ease;
}

.button_primary:hover {
  background-color: #1D4ED8;
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.button_primary:active {
  background-color: #1E40AF;
  transform: translateY(1px);
  box-shadow: none;
}

.button_primary:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

.button_primary:disabled,
.button_primary.disabled {
  background-color: #E2E8F0;
  color: #94A3B8;
  border-color: #E2E8F0;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.button_primary.rounded {
  border-radius: 9999px;
}

.button_primary.large {
  height: 48px;
  padding: 0 1.5rem;
  font-size: 1rem;
}

.button_primary.medium {
  height: 40px;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}

.button_primary.small {
  height: 32px;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}

.button_primary .load_spinner {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2563EB;
  transition: all ease-in-out 0.2s;
  z-index: 3;
  align-items: center;
  justify-content: center;
}

.button_primary .load_spinner:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid white;
}

.button_primary.loading {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.button_primary.loading .load_spinner {
  display: flex;
}

.button_primary.loading .load_spinner:before {
  animation: spin 0.4s ease-in infinite;
}

.button_inline_primary {
  background-color: transparent;
  color: #2563EB;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1rem;
  transition: all 150ms ease;
  text-decoration: none;
}

.button_inline_primary:hover {
  border-color: #2563EB;
  background-color: #EFF6FF;
  color: #2563EB;
}

.button_inline_primary:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

.button_inline_primary span,
.button_inline_primary i {
  position: relative;
}

.button_inline_primary.rounded {
  border-radius: 9999px;
}

.button_inline_primary.large {
  height: 48px;
  font-size: 1rem;
}

.button_inline_primary.medium {
  height: 40px;
  font-size: 0.875rem;
}

.button_inline_primary.small {
  height: 32px;
  font-size: 0.75rem;
}

.button_inline_primary.small i {
  font-size: 13px;
}

.button_danger {
  background-color: #DC2626;
  color: #FFFFFF;
  border: 1.5px solid #DC2626;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}

.button_danger:hover {
  background-color: #B91C1C;
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.button_danger:active {
  transform: translateY(1px);
}

.button_danger:focus-visible {
  outline: 2px solid #DC2626;
  outline-offset: 2px;
}

.button_danger:disabled,
.button_danger.disabled {
  background-color: #E2E8F0;
  color: #94A3B8;
  border-color: #E2E8F0;
  cursor: not-allowed;
  pointer-events: none;
}

.button_danger.large {
  height: 48px;
  padding: 0 1.5rem;
  font-size: 1rem;
}

.button_danger.medium {
  height: 40px;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}

.button_danger.small {
  height: 32px;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}

.input_wrapper {
  position: relative;
}

.input_wrapper label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #334155;
  margin-bottom: 0.25rem;
  display: block;
}

.input_wrapper label .required-mark {
  color: #DC2626;
}

.input_wrapper input,
.input_wrapper select,
.input_wrapper textarea {
  background-color: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  padding: 0 1rem;
  height: 40px;
  font-size: 0.875rem;
  color: #1E293B;
  transition: border-color 100ms ease, box-shadow 100ms ease;
  width: 100%;
  box-sizing: border-box;
}

.input_wrapper input::-moz-placeholder, .input_wrapper select::-moz-placeholder, .input_wrapper textarea::-moz-placeholder {
  color: #94A3B8;
}

.input_wrapper input::placeholder,
.input_wrapper select::placeholder,
.input_wrapper textarea::placeholder {
  color: #94A3B8;
}

.input_wrapper input:hover,
.input_wrapper select:hover,
.input_wrapper textarea:hover {
  border-color: #94A3B8;
}

.input_wrapper input:focus,
.input_wrapper input:active,
.input_wrapper select:focus,
.input_wrapper select:active,
.input_wrapper textarea:focus,
.input_wrapper textarea:active {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

.input_wrapper input:disabled,
.input_wrapper select:disabled,
.input_wrapper textarea:disabled {
  background-color: #F1F5F9;
  border-color: #E2E8F0;
  color: #CBD5E1;
  cursor: not-allowed;
}

.input_wrapper textarea {
  height: 60px;
  padding: 0.75rem 1rem;
}

.input_wrapper .message {
  display: none;
}

.input_wrapper .helper-text {
  font-size: 0.75rem;
  color: #64748B;
  margin-top: 0.25rem;
}

.input_wrapper .error-message {
  font-size: 0.75rem;
  color: #B91C1C;
  margin-top: 0.25rem;
}

.input_wrapper.icon i {
  position: absolute;
  left: 10px;
  top: 28px;
  font-size: 0.875rem;
  color: #64748B;
}

.input_wrapper.icon input {
  padding-left: 30px;
}

.input_wrapper.icon input:focus + i,
.input_wrapper.icon input:active + i {
  color: #2563EB;
}

.input_wrapper.no_label_icon i {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 0.875rem;
  color: #64748B;
}

.input_wrapper.no_label_icon input {
  padding-left: 30px;
}

.input_wrapper.no_label_icon input:focus + i,
.input_wrapper.no_label_icon input:active + i {
  color: #2563EB;
}

.input_wrapper.require i {
  color: #DC2626;
}

.input_wrapper.require input,
.input_wrapper.require select {
  border-color: #DC2626;
  background-color: #FFF1F2;
}

.input_wrapper.require input:focus,
.input_wrapper.require select:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.input_wrapper.require textarea {
  border-color: #DC2626;
  background-color: #FFF1F2;
}

.input_wrapper.require .message {
  color: #B91C1C;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}

.input_wrapper.require .message:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\F071";
  margin-right: 0.25rem;
}

.input_wrapper.disable input {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.input_checkbox_wrapper input[type=radio],
.input_checkbox_wrapper input[type=checkbox] {
  display: none;
}

.input_checkbox_wrapper input[type=radio]:checked + label.box_content .box,
.input_checkbox_wrapper input[type=checkbox]:checked + label.box_content .box {
  border: 1px solid #2563EB;
}

.input_checkbox_wrapper input[type=radio]:checked + label.box_content .box:before,
.input_checkbox_wrapper input[type=checkbox]:checked + label.box_content .box:before {
  transform: scale(0.5);
  opacity: 1;
}

.input_checkbox_wrapper input[type=radio]:checked + label.box_content .other_option,
.input_checkbox_wrapper input[type=checkbox]:checked + label.box_content .other_option {
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
          user-select: inherit;
  pointer-events: inherit;
}

.input_checkbox_wrapper label.box_content {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.input_checkbox_wrapper label.box_content .box {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  position: relative;
  transition: all 150ms ease;
}

.input_checkbox_wrapper label.box_content .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2563EB;
  display: block;
  transform: scale(0);
  transition: all 150ms ease;
  opacity: 0;
  border-radius: 50%;
}

.input_checkbox_wrapper label.box_content span {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.input_checkbox_wrapper label.box_content .other_option {
  margin-left: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.input_checkbox_wrapper.radio label.box_content .box {
  border-radius: 50%;
}

.input_checkbox_wrapper.radio label.box_content .box:before {
  border-radius: 50%;
}

.input_checkbox_wrapper.radio.require label.box_content .box {
  border: 1px solid #DC2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.switch_wrapper {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.switch_wrapper span {
  flex: 1;
  padding: 0 0.75rem;
  height: 32px;
  font-size: 0.75rem;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
}

.switch_wrapper span:first-child {
  border-right: none;
}

.switch_wrapper span:last-child {
  border-left: none;
}

.switch_wrapper span.selected {
  background-color: #2563EB;
  color: #FFFFFF;
  border: 1px solid #2563EB;
}

.switch_wrapper span.selected:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 0.5rem;
}

.badge,
.badge-cancelled,
.badge-active,
.badge-complete,
.badge-pending {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  border: 1px solid transparent;
  white-space: nowrap;
}

.badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  flex-shrink: 0;
}

.badge--pending,
.badge-pending {
  background-color: #FFFBEB;
  border-color: #FDE68A;
  color: #92400E;
}

.badge--pending .badge__dot,
.badge-pending .badge__dot {
  background-color: #F59E0B;
}

.badge--success,
.badge-complete {
  background-color: #F0FDF4;
  border-color: #BBF7D0;
  color: #15803D;
}

.badge--success .badge__dot,
.badge-complete .badge__dot {
  background-color: #16A34A;
}

.badge--error,
.badge-cancelled {
  background-color: #FFF1F2;
  border-color: #FECDD3;
  color: #B91C1C;
}

.badge--error .badge__dot,
.badge-cancelled .badge__dot {
  background-color: #DC2626;
}

.badge--info,
.badge-active {
  background-color: #F0F9FF;
  border-color: #BAE6FD;
  color: #0369A1;
}

.badge--info .badge__dot,
.badge-active .badge__dot {
  background-color: #0EA5E9;
  animation: badge-pulse 1.5s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

.table_page {
  position: relative;
  padding: 1.5rem;
  min-width: 0;
}

.table_page .skeleton_layout {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.table_page_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.table_page_heading {
  display: grid;
  gap: 0.5rem;
  max-width: 760px;
}

.table_page_kicker {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748B;
}

.table_page_title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.table_page_title i {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
  color: #FFFFFF;
  box-shadow: 0 18px 36px -22px rgba(37, 99, 235, 0.95);
  flex-shrink: 0;
}

.table_page_title h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: #0F172A;
}

.table_page_description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #64748B;
}

.table_page_actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.table_page_actions .button_primary,
.table_page_actions .button_inline_primary {
  min-width: 170px;
  justify-content: center;
}

.table_page_search {
  margin-bottom: 1rem;
  max-width: 380px;
}

.table_page_search input {
  height: 44px;
  border-radius: 14px;
  padding-left: 42px;
  border-color: #E2E8F0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02);
}

.table_page_search input:hover {
  border-color: #CBD5E1;
}

.table_page_search i {
  left: 14px !important;
  top: 14px !important;
  color: #94A3B8;
}

.list_panel,
.mobile_list_header {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 22px;
  box-shadow: 0 24px 54px -40px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}

.list_panel_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 26px 24px 18px;
  flex-wrap: wrap;
}

.list_panel_copy h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #0F172A;
}

.list_panel_copy p {
  margin: 6px 0 0;
  font-size: 0.875rem;
  color: #64748B;
}

.list_panel_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
}

.list_panel_actions .searchbox {
  width: 300px;
  max-width: 100%;
}

.list_panel_actions .searchbox i {
  left: 18px;
  top: 13px;
  font-size: 15px;
  color: #94A3B8;
}

.list_panel_actions .searchbox input {
  height: 40px;
  padding-left: 46px;
  border: none;
  border-radius: 9999px;
  background-color: #EFF6FF;
  box-shadow: none;
  color: #334155;
}

.list_panel_actions .searchbox input::-moz-placeholder {
  color: #94A3B8;
}

.list_panel_actions .searchbox input::placeholder {
  color: #94A3B8;
}

.list_panel_actions .searchbox input:hover,
.list_panel_actions .searchbox input:focus {
  border: none;
  box-shadow: 0 0 0 1px #2563EB;
}

.list_panel_actions .button_primary,
.list_panel_actions .button_inline_primary {
  min-width: 172px;
  gap: 10px;
  padding: 0 18px;
  border-radius: 9999px;
  justify-content: center;
}

.list_panel_actions .button_primary {
  background-color: #2563EB;
  border-color: #2563EB;
  box-shadow: none;
}

.list_panel_actions .button_primary:hover {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  box-shadow: none;
}

.table_wrapper.is_list_panel_table {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  overflow: hidden;
}

.table_wrapper.is_list_panel_table table {
  min-width: 0;
}

.table_wrapper.is_list_panel_table table .small {
  max-width: none;
}

.table_wrapper.is_list_panel_table table thead {
  background: #F8FAFC;
}

.table_wrapper.is_list_panel_table table thead tr th {
  padding: 14px 24px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748B;
}

.table_wrapper.is_list_panel_table table tbody tr {
  min-height: 64px;
}

.table_wrapper.is_list_panel_table table tbody tr td {
  padding: 12px 24px;
  font-size: 15px;
  color: #64748B;
  border-bottom-color: #E2E8F0;
}

.table_wrapper.is_list_panel_table table tbody tr td.td-primary {
  color: #0F172A;
  font-weight: 500;
}

.table_wrapper.is_list_panel_table table .button_inline_primary.small,
.table_wrapper.is_list_panel_table table .button_primary.small {
  min-width: 112px;
}

.table_entity_link {
  text-decoration: none;
  color: inherit;
}

.table_entity_title {
  font-size: 15px;
  font-weight: 500;
  color: #0F172A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #DBEAFE;
  color: #3B82F6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.table_identity {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.table_identity_copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.table_placeholder {
  color: #94A3B8;
}

.table_secondary_text {
  font-size: 13px;
  color: #94A3B8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_date_text {
  color: #64748B;
}

.status_badge .status_indicator {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: currentColor;
  display: inline-block;
}

.status_badge.soft {
  border: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  gap: 8px;
}

.status_badge.soft.is_success {
  background-color: #F0FDF4;
  color: #22C55E;
}

.status_badge.soft.is_pending {
  background-color: #FFFBEB;
  color: #F59E0B;
}

.status_badge.soft.is_info {
  background-color: #EFF6FF;
  color: #2563EB;
}

.status_badge.soft.is_muted {
  background-color: #F1F5F9;
  color: #64748B;
}

.status_badge.soft.is_error {
  background-color: #FFF1F2;
  color: #EF4444;
}

.table_wrapper {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  box-shadow: 0 16px 38px -24px rgba(15, 23, 42, 0.22);
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.table_wrapper > div {
  min-width: 100%;
}

.table_wrapper table {
  width: 100%;
  min-width: 720px;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #FFFFFF;
}

.table_wrapper table.dark_border {
  box-shadow: 0 0 0 1px #CBD5E1;
}

.table_wrapper table .overflow_column {
  min-width: 0;
}

.table_wrapper table .overflow_column p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.table_wrapper table .small {
  flex: 0 0 136px;
  max-width: 136px;
}

.table_wrapper table .status {
  flex: 0 0 148px;
  max-width: 148px;
}

.table_wrapper table .options {
  flex: 0 0 108px;
  max-width: 108px;
  justify-content: center;
  text-align: center;
}

.table_wrapper table .options i {
  font-size: 15px;
  cursor: pointer;
}

.table_wrapper table thead {
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
  border-bottom: 1px solid #E2E8F0;
}

.table_wrapper table thead tr {
  display: flex;
  width: 100%;
}

.table_wrapper table thead tr th {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1rem 1.5rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}

.table_wrapper table tbody {
  display: block;
  color: #334155;
}

.table_wrapper table tbody tr {
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  width: 100%;
  transition: background-color 150ms ease;
  background-color: #FFFFFF;
  min-height: 68px;
}

.table_wrapper table tbody tr:last-child {
  border-bottom: none;
}

.table_wrapper table tbody tr:hover {
  background-color: #F8FAFC;
}

.table_wrapper table tbody tr td {
  text-align: left;
  font-size: 0.875rem;
  color: #334155;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 1rem 1.5rem;
  vertical-align: middle;
  line-height: 1.5;
}

.table_wrapper table tbody tr td.td-primary {
  font-weight: 600;
  color: #0F172A;
}

.table_wrapper table tbody tr td.complete,
.table_wrapper table tbody tr td.pending,
.table_wrapper table tbody tr td.process,
.table_wrapper table tbody tr td.atender {
  font-weight: 600;
  justify-content: flex-start;
}

.table_wrapper table tbody tr td.complete:before,
.table_wrapper table tbody tr td.pending:before,
.table_wrapper table tbody tr td.process:before,
.table_wrapper table tbody tr td.atender:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.table_wrapper table tbody tr td.complete {
  color: #15803D;
}

.table_wrapper table tbody tr td.complete:before {
  background-color: #16A34A;
}

.table_wrapper table tbody tr td.pending {
  color: #92400E;
}

.table_wrapper table tbody tr td.pending:before {
  background-color: #F59E0B;
}

.table_wrapper table tbody tr td.process,
.table_wrapper table tbody tr td.atender {
  color: #0369A1;
}

.table_wrapper table tbody tr td.process:before,
.table_wrapper table tbody tr td.atender:before {
  background-color: #0EA5E9;
}

.table_wrapper .button_inline_primary.small,
.table_wrapper .button_primary.small {
  min-width: 108px;
  justify-content: center;
  gap: 0.5rem;
  box-sizing: border-box;
}

.status_badge,
.appointment_done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.status_badge.is_primary,
.appointment_done.is_primary {
  background-color: #F0F9FF;
  border-color: #BAE6FD;
  color: #0369A1;
}

.status_badge.is_info,
.appointment_done.is_info {
  background-color: #F0F9FF;
  border-color: #BAE6FD;
  color: #0369A1;
}

.status_badge.is_warning,
.status_badge.is_pending,
.appointment_done.is_warning,
.appointment_done.is_pending {
  background-color: #FFFBEB;
  border-color: #FDE68A;
  color: #92400E;
}

.status_badge.is_success,
.appointment_done.is_success {
  background-color: #F0FDF4;
  border-color: #BBF7D0;
  color: #15803D;
}

.status_badge.is_error,
.appointment_done.is_error {
  background-color: #FFF1F2;
  border-color: #FECDD3;
  color: #B91C1C;
}

.status_badge.is_muted,
.appointment_done.is_muted {
  background-color: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}

.appointment_done {
  background-color: #F0FDF4;
  border-color: #BBF7D0;
  color: #15803D;
}

.table_icon_action {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  background-color: transparent;
  color: #64748B;
  transition: all 150ms ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table_icon_action:hover {
  color: #2563EB;
  border-color: #BFDBFE;
  background-color: #EFF6FF;
}

.table_icon_action.delete:hover {
  color: #DC2626;
  border-color: #FECDD3;
  background-color: #FFF1F2;
}

.table_money_value {
  font-weight: 600;
  color: #0F172A;
}

.table_money_value.is_debt {
  color: #DC2626;
}

.table_muted_value {
  color: #64748B;
}

.table_error_value {
  color: #B91C1C;
  font-weight: 600;
}

.search_results_empty,
.empty_table,
.empty_state {
  width: 100%;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.search_results_empty img,
.empty_table img,
.empty_state img {
  width: 150px;
  margin-bottom: 1.5rem;
}

.search_results_empty h3,
.search_results_empty h4,
.empty_table h3,
.empty_table h4,
.empty_state h3,
.empty_state h4 {
  margin: 0;
}

.search_results_empty h3,
.empty_table h3,
.empty_state h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 0.5rem;
}

.search_results_empty h4,
.empty_table h4,
.empty_state h4 {
  max-width: 380px;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #64748B;
  margin-bottom: 1.25rem;
}

.table_results_shell {
  position: relative;
}

.table_loading_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.table_loading_overlay_content,
.table_processing_state {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid #E2E8F0;
  color: #334155;
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
  font-size: 0.875rem;
  font-weight: 500;
}

.table_loading_overlay_content .spinner,
.table_processing_state .spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.18);
  border-top-color: #2563EB;
  animation: spin 0.7s linear infinite;
}

.table_processing_state {
  margin: 1.5rem auto;
  width: -moz-fit-content;
  width: fit-content;
}

.pagination_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pagination_bar .pagination_resume {
  margin: 0;
  font-size: 0.75rem;
  color: #64748B;
  min-width: 0;
  overflow-wrap: anywhere;
}

.pagination_bar .pagination_meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  min-width: 0;
}

.pagination_bar .pagination_actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
}

.pagination_bar .pagination_actions .pagination_status {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
}

.pagination_bar .pagination_actions button[disabled] {
  opacity: 0.45;
  pointer-events: none;
}

.pagination_bar.inside_panel {
  margin-top: 0;
  padding: 16px 24px 20px;
  border-top: 1px solid #E2E8F0;
}

.pagination_bar.inside_panel .pagination_resume {
  font-size: 0.875rem;
  color: #64748B;
}

.pagination_bar .pagination_page_size {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #64748B;
}

.pagination_bar .pagination_page_select {
  height: 32px;
  min-width: 68px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background-color: #FFFFFF;
  color: #334155;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.pagination_bar .pagination_page_select:hover {
  border-color: #CBD5E1;
}

.pagination_bar .pagination_page_select:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.pagination_bar .pagination_page_select:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.pagination_bar .pagination_nav,
.pagination_bar .page_chip {
  min-width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  color: #64748B;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
  box-sizing: border-box;
}

.pagination_bar .pagination_nav:disabled,
.pagination_bar .page_chip:disabled {
  cursor: default;
  opacity: 0.55;
}

.pagination_bar .pagination_nav {
  width: 32px;
  flex: 0 0 32px;
  font-size: 22px;
  color: #94A3B8;
}

.pagination_bar .pagination_nav:hover:not(:disabled) {
  background-color: #F8FAFC;
  color: #2563EB;
}

.pagination_bar .page_chip {
  width: auto;
  padding: 0 0.5rem;
  flex: 0 1 auto;
}

.pagination_bar .page_chip.is_active {
  background-color: #2563EB;
  color: #FFFFFF;
  font-weight: 600;
}

.pagination_bar .page_chip.is_ellipsis {
  width: auto;
  min-width: 24px;
  background-color: transparent;
}

.pagination_bar .page_chip:hover:not(:disabled):not(.is_active) {
  background-color: #F8FAFC;
  color: #2563EB;
}

.table_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.table_scroll {
  width: 100%;
  min-width: 0;
}

.table_load_more_sentinel {
  width: 100%;
  height: 1px;
}

.table_load_more_indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748B;
}

.table_load_more_indicator .spinner {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.18);
  border-top-color: #2563EB;
  animation: spin 0.7s linear infinite;
}

.mobile_list_layout {
  display: grid;
  gap: 0.75rem;
}

.mobile_data_cards {
  display: none;
}

.mobile_data_card {
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  background-color: #FFFFFF;
  box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.28);
  overflow: hidden;
}

.mobile_data_row {
  display: grid;
  grid-template-columns: minmax(78px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 12px 14px;
  border-bottom: 1px solid #F1F5F9;
}

.mobile_data_row:last-child {
  border-bottom: none;
}

.mobile_data_label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.mobile_data_value {
  min-width: 0;
  font-size: 0.875rem;
  color: #0F172A;
}

.mobile_data_value .table_entity_title {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  overflow-wrap: anywhere;
}

.mobile_data_value .table_secondary_text {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  overflow-wrap: anywhere;
}

.mobile_data_value .overflow_column p,
.mobile_data_value p {
  overflow: visible;
  display: block;
  margin: 0;
  overflow-wrap: anywhere;
}

.search_input {
  height: 36px;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  font-size: 0.875rem;
  padding: 0 1rem;
  color: #1E293B;
}

.search_input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

.pagination {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #64748B;
}

.pagination button,
.pagination .page_btn {
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  color: #334155;
  font-size: 0.875rem;
  background-color: transparent;
  cursor: pointer;
}

.pagination button:hover,
.pagination .page_btn:hover {
  background-color: #F1F5F9;
}

.pagination button.active,
.pagination button.is_active,
.pagination .page_btn.active,
.pagination .page_btn.is_active {
  background-color: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
}

.table_action_btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background-color: transparent;
  color: #64748B;
  transition: all 150ms ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table_action_btn.view,
.table_action_btn:hover {
  color: #2563EB;
  border-color: #BFDBFE;
  background-color: #EFF6FF;
}

.table_action_btn.delete:hover {
  color: #DC2626;
  border-color: #FECDD3;
  background-color: #FFF1F2;
}

@media (max-width: 1024px) {
  .table_page {
    padding: 1.25rem;
  }

  .list_panel_top {
    align-items: flex-start;
  }

  .list_panel_actions {
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
  }

  .list_panel_actions .searchbox {
    flex: 1 1 280px;
    min-width: 0;
  }

  .table_page_header {
    align-items: stretch;
  }

  .table_page_search {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .table_page {
    padding: 1rem 0.75rem;
    overflow-x: hidden;
  }

  .mobile_list_layout {
    display: grid;
    gap: 0.75rem;
  }

  .mobile_list_header {
    overflow: hidden;
  }

  .mobile_list_header .list_panel_top {
    justify-content: flex-start;
  }

  .mobile_list_header .list_panel_actions {
    flex: none;
  }

  .mobile_list_header .list_panel_actions .searchbox {
    flex: 0 0 auto;
    width: 100%;
  }

  .mobile_list_header .list_panel_actions .button_primary,
  .mobile_list_header .list_panel_actions .button_inline_primary {
    width: auto;
    min-width: 168px;
    max-width: 100%;
    align-self: flex-start;
  }

  .list_panel_top {
    padding: 22px 18px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    justify-content: flex-start;
  }

  .list_panel,
  .table_results_shell {
    min-height: 0;
  }

  .list_panel {
    display: grid;
    align-content: start;
  }

  .list_panel_copy h2 {
    font-size: 1.125rem;
  }

  .list_panel_actions {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.75rem;
  }

  .list_panel_actions .searchbox {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
  }

  .list_panel_actions .button_primary,
  .list_panel_actions .button_inline_primary {
    width: auto;
    min-width: 168px;
    max-width: 100%;
    align-self: flex-start;
  }

  .table_page_title h2 {
    font-size: 1.25rem;
  }

  .table_page_actions {
    width: 100%;
  }

  .table_page_actions .button_primary,
  .table_page_actions .button_inline_primary {
    width: 100%;
  }

  .mobile_data_cards {
    display: grid;
    gap: 0.75rem;
  }

  .table_wrapper,
  .table_wrapper.is_list_panel_table {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: hidden;
    max-width: 100%;
  }

  .table_wrapper table,
  .table_wrapper.is_list_panel_table table {
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    height: auto !important;
  }

  .table_wrapper table thead,
  .table_wrapper.is_list_panel_table table thead {
    display: none;
  }

  .table_wrapper table tbody,
  .table_wrapper.is_list_panel_table table tbody {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .table_wrapper table tbody tr,
  .table_wrapper.is_list_panel_table table tbody tr {
    display: block;
    margin: 0;
    max-width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    background-color: #FFFFFF;
    box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.28);
    min-height: auto;
    overflow: hidden;
  }

  .table_wrapper table tbody tr td,
  .table_wrapper.is_list_panel_table table tbody tr td {
    display: grid;
    grid-template-columns: minmax(78px, auto) minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    padding: 12px 14px !important;
    border-bottom: 1px solid #F1F5F9;
    min-width: 0;
    min-height: 0;
    font-size: 0.875rem;
    color: #0F172A;
    word-break: break-word;
  }

  .table_wrapper table tbody tr td:last-child,
  .table_wrapper.is_list_panel_table table tbody tr td:last-child {
    border-bottom: none;
  }

  .table_wrapper table tbody tr td::before,
  .table_wrapper.is_list_panel_table table tbody tr td::before {
    content: attr(data-label);
    font-weight: 700;
    font-size: 0.65rem;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .table_wrapper table tbody tr td > *,
  .table_wrapper.is_list_panel_table table tbody tr td > * {
    min-width: 0;
  }

  .table_wrapper table tbody tr td .table_entity_link,
  .table_wrapper.is_list_panel_table table tbody tr td .table_entity_link {
    max-width: 100%;
  }

  .table_wrapper table tbody tr td .table_identity,
  .table_wrapper.is_list_panel_table table tbody tr td .table_identity {
    width: 100%;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .table_wrapper table tbody tr td .table_identity_copy,
  .table_wrapper.is_list_panel_table table tbody tr td .table_identity_copy {
    width: 100%;
  }

  .table_wrapper table tbody tr td .table_entity_title,
  .table_wrapper.is_list_panel_table table tbody tr td .table_entity_title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
  }

  .table_wrapper table tbody tr td .table_secondary_text,
  .table_wrapper.is_list_panel_table table tbody tr td .table_secondary_text {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
  }

  .table_wrapper table tbody tr td .table_avatar,
  .table_wrapper.is_list_panel_table table tbody tr td .table_avatar {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .table_wrapper table tbody tr td .overflow_column p,
  .table_wrapper table tbody tr td p,
  .table_wrapper.is_list_panel_table table tbody tr td .overflow_column p,
  .table_wrapper.is_list_panel_table table tbody tr td p {
    overflow: visible;
    -webkit-line-clamp: unset;
    display: block;
    overflow-wrap: anywhere;
  }

  .table_wrapper table tbody tr td.options,
  .table_wrapper.is_list_panel_table table tbody tr td.options {
    grid-template-columns: minmax(78px, auto) auto;
    justify-content: space-between;
  }

  .table_wrapper table tbody tr td .button_inline_primary.small,
  .table_wrapper table tbody tr td .button_primary.small,
  .table_wrapper table tbody tr td .table_icon_action,
  .table_wrapper table tbody tr td .status_badge,
  .table_wrapper.is_list_panel_table table tbody tr td .button_inline_primary.small,
  .table_wrapper.is_list_panel_table table tbody tr td .button_primary.small,
  .table_wrapper.is_list_panel_table table tbody tr td .table_icon_action,
  .table_wrapper.is_list_panel_table table tbody tr td .status_badge {
    justify-self: start;
  }

  .table_wrapper table tbody tr td .button_inline_primary.small,
  .table_wrapper table tbody tr td .button_primary.small,
  .table_wrapper.is_list_panel_table table tbody tr td .button_inline_primary.small,
  .table_wrapper.is_list_panel_table table tbody tr td .button_primary.small {
    width: auto;
    min-width: 112px;
    max-width: 100%;
  }

  .table_wrapper table tbody tr td .table_icon_action,
  .table_wrapper.is_list_panel_table table tbody tr td .table_icon_action {
    width: 34px;
    height: 34px;
  }

  .search_results_empty,
  .empty_table,
  .empty_state {
    min-height: 220px;
    padding: 1.5rem 1rem;
  }

  .table_processing_state {
    margin: 1rem auto;
  }

  .table_processing_state.mobile_list_refresh {
    margin: 0;
  }

  .pagination_bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .pagination_bar .pagination_meta {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }

  .pagination_bar .pagination_actions {
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 0.25rem;
    row-gap: 0.5rem;
  }

  .pagination_bar.inside_panel {
    padding: 16px 18px 18px;
  }
}

.form_page,
.form_workspace {
  min-height: calc(100vh - 80px);
  padding: 1.5rem;
  box-sizing: border-box;
  background: radial-gradient(circle at top right, rgba(219, 234, 254, 0.7), transparent 28%), linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 100%);
}

.form_page_header,
.top_bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.form_page_header > span,
.top_bar > span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.form_page_header > span > i,
.top_bar > span > i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
  color: #FFFFFF;
  box-shadow: 0 18px 30px -22px rgba(37, 99, 235, 0.78);
}

.form_page_header > span h2,
.top_bar > span h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0F172A;
  text-transform: none;
}

.form_panel,
.form_surface,
.create_client_form.form_panel,
.create_work_order_form.form_surface,
.create_requirement_order_form.form_surface,
.create_recipeultation_form.form_surface,
.create_consultation_form.system_form_shell {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  box-shadow: 0 24px 54px -42px rgba(15, 23, 42, 0.24);
  padding: 24px;
  box-sizing: border-box;
}

.system_modal_form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.system_modal_form .top_bar_modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 0;
}

.system_modal_form .top_bar_modal h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0F172A;
}

.system_modal_form .top_bar_modal i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748B;
  background-color: #F1F5F9;
  transition: background-color 150ms ease, color 150ms ease;
  cursor: pointer;
}

.system_modal_form .top_bar_modal i:hover {
  background-color: #EFF6FF;
  color: #2563EB;
}

.system_modal_form .form_edit_client,
.system_modal_form .form_edit_user,
.system_modal_form .form_create_appointment,
.system_modal_form .form_create_pay {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.system_modal_form > .button_primary,
.system_modal_form > .button_inline_primary {
  align-self: flex-end;
  min-width: 160px;
  margin-top: 0.25rem;
}

.system_form_shell {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
}

.system_form_shell .create_consultation_form_wrapper {
  width: 100%;
}

.form_workspace .create_work_order_form.order,
.form_workspace .create_requirement_order_form.order,
.form_workspace .create_recipeultation_form.recipe {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
}

.form_workspace .create_work_order_form_wrapper,
.form_workspace .create_requirement_order_form_wrapper,
.form_workspace .create_recipe_form_wrapper {
  width: 100%;
}

.type_gender > label,
.type_user > label,
.type_bill > label,
.type_glass > label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
}

.type_gender .type_gender_wrapper,
.type_gender .type_user_wrapper,
.type_gender .type_bill_wrapper,
.type_gender .type_glass_wrapper,
.type_user .type_gender_wrapper,
.type_user .type_user_wrapper,
.type_user .type_bill_wrapper,
.type_user .type_glass_wrapper,
.type_bill .type_gender_wrapper,
.type_bill .type_user_wrapper,
.type_bill .type_bill_wrapper,
.type_bill .type_glass_wrapper,
.type_glass .type_gender_wrapper,
.type_glass .type_user_wrapper,
.type_glass .type_bill_wrapper,
.type_glass .type_glass_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  min-height: 34px;
}

.row_inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.row_inputs.auto {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.buttons_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.buttons_wrapper .button_primary,
.buttons_wrapper .button_inline_primary {
  min-width: 150px;
}

.message_info {
  background-color: #F0F9FF;
  border: 1px solid #BAE6FD;
  color: #0369A1;
  border-radius: 16px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.625;
}

.message_info p {
  margin: 0;
}

.message_info p strong {
  font-weight: 600;
}

.autocomplete_wrapper {
  position: relative;
}

.autocomplete_wrapper ul.autocomplete {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 24px 38px -32px rgba(15, 23, 42, 0.38);
  overflow: hidden;
}

.autocomplete_wrapper ul.autocomplete.no_absolute {
  position: initial;
  margin-top: 0.5rem;
}

.autocomplete_wrapper ul.autocomplete li {
  padding: 12px 14px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
  border-bottom: 1px solid #F1F5F9;
}

.autocomplete_wrapper ul.autocomplete li:hover {
  background-color: #EFF6FF;
  color: #1D4ED8;
}

.autocomplete_wrapper ul.autocomplete li:last-child {
  border-bottom: none;
}

.add_tags_client article,
.add_tags_recipe article {
  border: 1px solid #E2E8F0;
  background-color: #F8FAFC;
  border-radius: 18px;
  padding: 1rem;
  box-sizing: border-box;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.add_tags_client.require article,
.add_tags_recipe.require article {
  border-color: #DC2626;
  background-color: #FFF1F2;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.add_tags_client .tags_empty,
.add_tags_recipe .tags_empty {
  width: 100%;
  min-height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #64748B;
  font-size: 0.875rem;
}

.add_tags_client .tags_content,
.add_tags_recipe .tags_content {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.75rem;
}

.row_tag {
  width: 100%;
  font-size: 0.75rem;
  border: 1px solid #BFDBFE;
  background-color: #FFFFFF;
  border-left: 3px solid #3B82F6;
  border-radius: 14px;
  position: relative;
  padding: 12px 14px;
  box-sizing: border-box;
  box-shadow: 0 12px 24px -24px rgba(15, 23, 42, 0.28);
}

.row_tag span {
  display: flex;
  align-items: center;
  color: #334155;
}

.row_tag span:first-child {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.row_tag button {
  border: none;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #F1F5F9;
  color: #64748B;
  transition: background-color 150ms ease, color 150ms ease;
}

.row_tag button:hover {
  background-color: #FFF1F2;
  color: #DC2626;
}

.tabs_container.system_tabs.surface_tabs {
  position: sticky;
  top: 73px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.5rem;
  min-height: 68px;
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #E2E8F0;
  backdrop-filter: blur(12px);
}

.tabs_container.system_tabs.surface_tabs .tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  flex: 1;
}

.tabs_container.system_tabs.surface_tabs > a,
.tabs_container.system_tabs.surface_tabs .tabs > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 9999px;
  color: #64748B;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.tabs_container.system_tabs.surface_tabs > a span,
.tabs_container.system_tabs.surface_tabs .tabs > a span {
  margin: 0;
  height: auto;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tabs_container.system_tabs.surface_tabs > a:hover,
.tabs_container.system_tabs.surface_tabs .tabs > a:hover {
  background-color: #F1F5F9;
  color: #0F172A;
}

.tabs_container.system_tabs.surface_tabs > a.active,
.tabs_container.system_tabs.surface_tabs .tabs > a.active {
  background-color: #EFF6FF;
  color: #1D4ED8;
  box-shadow: inset 0 0 0 1px #DBEAFE;
}

.tabs_container.system_tabs.surface_tabs .change_options {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.tabs_container.system_tabs.surface_tabs .change_options > span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 9999px;
  background-color: #F1F5F9;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}

.tabs_container.system_tabs.surface_tabs .change_options > span:hover {
  background-color: #EFF6FF;
  color: #1D4ED8;
}

.tabs_container.system_tabs.surface_tabs .change_options > span p {
  margin: 0;
}

.tabs_container.system_tabs.surface_tabs .more_options {
  display: none;
  align-items: center;
  position: relative;
  margin-left: 0.25rem;
}

.tabs_container.system_tabs.surface_tabs .more_options > i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #2563EB;
  transition: background-color 150ms ease, color 150ms ease;
}

.tabs_container.system_tabs.surface_tabs .more_options:hover > i {
  background-color: #EFF6FF;
  color: #1D4ED8;
}

.tabs_container.system_tabs.surface_tabs > a.active .more_options,
.tabs_container.system_tabs.surface_tabs .tabs > a.active .more_options {
  display: inline-flex;
}

.tabs_container.system_tabs.surface_tabs .options_list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 190px;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.42);
  overflow: hidden;
  display: none;
  z-index: 100;
}

.tabs_container.system_tabs.surface_tabs .options_list.large {
  min-width: 220px;
}

.tabs_container.system_tabs.surface_tabs .options_list li,
.tabs_container.system_tabs.surface_tabs .options_list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 14px;
  border-bottom: 1px solid #F1F5F9;
  color: #334155;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background-color 150ms ease, color 150ms ease;
}

.tabs_container.system_tabs.surface_tabs .options_list li:hover,
.tabs_container.system_tabs.surface_tabs .options_list a:hover {
  background-color: #F8FAFC;
  color: #1D4ED8;
}

.tabs_container.system_tabs.surface_tabs .options_list li:last-child,
.tabs_container.system_tabs.surface_tabs .options_list a:last-child {
  border-bottom: none;
}

.tabs_container.system_tabs.surface_tabs .options_list li p,
.tabs_container.system_tabs.surface_tabs .options_list a p {
  margin: 0;
}

.tabs_container.system_tabs.surface_tabs .change_options:hover .options_list,
.tabs_container.system_tabs.surface_tabs .more_options:hover .options_list {
  display: block;
}

@media (max-width: 992px) {
  .form_page,
  .form_workspace {
    padding: 1rem;
  }

  .row_inputs {
    grid-template-columns: 1fr;
  }

  .tabs_container.system_tabs.surface_tabs {
    padding: 0.75rem 1rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .tabs_container.system_tabs.surface_tabs .tabs {
    width: 100%;
  }

  .tabs_container.system_tabs.surface_tabs > a,
  .tabs_container.system_tabs.surface_tabs .tabs > a,
  .tabs_container.system_tabs.surface_tabs .change_options > span {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .form_panel,
  .form_surface,
  .create_client_form.form_panel,
  .create_work_order_form.form_surface,
  .create_requirement_order_form.form_surface,
  .create_recipeultation_form.form_surface,
  .create_consultation_form.system_form_shell {
    padding: 18px;
  }

  .system_modal_form > .button_primary,
  .system_modal_form > .button_inline_primary,
  .buttons_wrapper .button_primary,
  .buttons_wrapper .button_inline_primary {
    width: 100%;
    min-width: 0;
  }
}

.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: opacity 250ms ease, transform 250ms ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(8px);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .slide-fade-enter-active,
  .slide-fade-leave-active,
  .fade-enter-active,
  .fade-leave-active {
    transition: none;
  }
}

.modal_create_appointment,
.modal_create_payment,
.modal_edit_client,
.modal_drawing_eye,
.modal_create_order {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(8px);
  z-index: 400;
  overflow: auto;
  padding: 24px;
  box-sizing: border-box;
}

.modal_create_appointment .modal_create_appointment_wrapper,
.modal_create_appointment .modal_create_payment_wrapper,
.modal_create_appointment .modal_edit_client_wrapper,
.modal_create_appointment .modal_drawing_eye_wrapper,
.modal_create_appointment .modal_create_order_wrapper,
.modal_create_payment .modal_create_appointment_wrapper,
.modal_create_payment .modal_create_payment_wrapper,
.modal_create_payment .modal_edit_client_wrapper,
.modal_create_payment .modal_drawing_eye_wrapper,
.modal_create_payment .modal_create_order_wrapper,
.modal_edit_client .modal_create_appointment_wrapper,
.modal_edit_client .modal_create_payment_wrapper,
.modal_edit_client .modal_edit_client_wrapper,
.modal_edit_client .modal_drawing_eye_wrapper,
.modal_edit_client .modal_create_order_wrapper,
.modal_drawing_eye .modal_create_appointment_wrapper,
.modal_drawing_eye .modal_create_payment_wrapper,
.modal_drawing_eye .modal_edit_client_wrapper,
.modal_drawing_eye .modal_drawing_eye_wrapper,
.modal_drawing_eye .modal_create_order_wrapper,
.modal_create_order .modal_create_appointment_wrapper,
.modal_create_order .modal_create_payment_wrapper,
.modal_create_order .modal_edit_client_wrapper,
.modal_create_order .modal_drawing_eye_wrapper,
.modal_create_order .modal_create_order_wrapper {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 32px 80px -48px rgba(15, 23, 42, 0.6);
  width: 100%;
  max-width: 560px;
  padding: 24px;
  margin: 0 auto;
}

.modal_create_appointment .modal_drawing_eye_wrapper,
.modal_create_payment .modal_drawing_eye_wrapper,
.modal_edit_client .modal_drawing_eye_wrapper,
.modal_drawing_eye .modal_drawing_eye_wrapper,
.modal_create_order .modal_drawing_eye_wrapper {
  max-width: 1150px;
}

.top_bar_modal i {
  font-size: 22px;
}

.button_primary {
  color: #FFFFFF;
  background-color: #2563EB;
  border: 1.5px solid #2563EB;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 100ms ease;
}

.button_primary:hover {
  background-color: #1D4ED8;
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.button_primary:active {
  background-color: #1E40AF;
  transform: translateY(1px);
  box-shadow: none;
}

.button_primary:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

.button_primary:disabled,
.button_primary.disabled {
  background-color: #E2E8F0;
  color: #94A3B8;
  border-color: #E2E8F0;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.button_primary.rounded {
  border-radius: 9999px;
}

.button_primary.large {
  height: 48px;
  padding: 0 1.5rem;
  font-size: 1rem;
}

.button_primary.medium {
  height: 40px;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}

.button_primary.small {
  height: 32px;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}

.button_primary .load_spinner {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2563EB;
  transition: all ease-in-out 0.2s;
  z-index: 3;
  align-items: center;
  justify-content: center;
}

.button_primary .load_spinner:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid white;
}

.button_primary.loading {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.button_primary.loading .load_spinner {
  display: flex;
}

.button_primary.loading .load_spinner:before {
  animation: spin 0.4s ease-in infinite;
}

.button_inline_primary {
  background-color: transparent;
  color: #2563EB;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1rem;
  transition: all 150ms ease;
  text-decoration: none;
}

.button_inline_primary:hover {
  border-color: #2563EB;
  background-color: #EFF6FF;
  color: #2563EB;
}

.button_inline_primary:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

.button_inline_primary span,
.button_inline_primary i {
  position: relative;
}

.button_inline_primary.rounded {
  border-radius: 9999px;
}

.button_inline_primary.large {
  height: 48px;
  font-size: 1rem;
}

.button_inline_primary.medium {
  height: 40px;
  font-size: 0.875rem;
}

.button_inline_primary.small {
  height: 32px;
  font-size: 0.75rem;
}

.button_inline_primary.small i {
  font-size: 13px;
}

.button_danger {
  background-color: #DC2626;
  color: #FFFFFF;
  border: 1.5px solid #DC2626;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}

.button_danger:hover {
  background-color: #B91C1C;
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.button_danger:active {
  transform: translateY(1px);
}

.button_danger:focus-visible {
  outline: 2px solid #DC2626;
  outline-offset: 2px;
}

.button_danger:disabled,
.button_danger.disabled {
  background-color: #E2E8F0;
  color: #94A3B8;
  border-color: #E2E8F0;
  cursor: not-allowed;
  pointer-events: none;
}

.button_danger.large {
  height: 48px;
  padding: 0 1.5rem;
  font-size: 1rem;
}

.button_danger.medium {
  height: 40px;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}

.button_danger.small {
  height: 32px;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}

.input_wrapper {
  position: relative;
}

.input_wrapper label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #334155;
  margin-bottom: 0.25rem;
  display: block;
}

.input_wrapper label .required-mark {
  color: #DC2626;
}

.input_wrapper input,
.input_wrapper select,
.input_wrapper textarea {
  background-color: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  padding: 0 1rem;
  height: 40px;
  font-size: 0.875rem;
  color: #1E293B;
  transition: border-color 100ms ease, box-shadow 100ms ease;
  width: 100%;
  box-sizing: border-box;
}

.input_wrapper input::-moz-placeholder, .input_wrapper select::-moz-placeholder, .input_wrapper textarea::-moz-placeholder {
  color: #94A3B8;
}

.input_wrapper input::placeholder,
.input_wrapper select::placeholder,
.input_wrapper textarea::placeholder {
  color: #94A3B8;
}

.input_wrapper input:hover,
.input_wrapper select:hover,
.input_wrapper textarea:hover {
  border-color: #94A3B8;
}

.input_wrapper input:focus,
.input_wrapper input:active,
.input_wrapper select:focus,
.input_wrapper select:active,
.input_wrapper textarea:focus,
.input_wrapper textarea:active {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

.input_wrapper input:disabled,
.input_wrapper select:disabled,
.input_wrapper textarea:disabled {
  background-color: #F1F5F9;
  border-color: #E2E8F0;
  color: #CBD5E1;
  cursor: not-allowed;
}

.input_wrapper textarea {
  height: 60px;
  padding: 0.75rem 1rem;
}

.input_wrapper .message {
  display: none;
}

.input_wrapper .helper-text {
  font-size: 0.75rem;
  color: #64748B;
  margin-top: 0.25rem;
}

.input_wrapper .error-message {
  font-size: 0.75rem;
  color: #B91C1C;
  margin-top: 0.25rem;
}

.input_wrapper.icon i {
  position: absolute;
  left: 10px;
  top: 28px;
  font-size: 0.875rem;
  color: #64748B;
}

.input_wrapper.icon input {
  padding-left: 30px;
}

.input_wrapper.icon input:focus + i,
.input_wrapper.icon input:active + i {
  color: #2563EB;
}

.input_wrapper.no_label_icon i {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 0.875rem;
  color: #64748B;
}

.input_wrapper.no_label_icon input {
  padding-left: 30px;
}

.input_wrapper.no_label_icon input:focus + i,
.input_wrapper.no_label_icon input:active + i {
  color: #2563EB;
}

.input_wrapper.require i {
  color: #DC2626;
}

.input_wrapper.require input,
.input_wrapper.require select {
  border-color: #DC2626;
  background-color: #FFF1F2;
}

.input_wrapper.require input:focus,
.input_wrapper.require select:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.input_wrapper.require textarea {
  border-color: #DC2626;
  background-color: #FFF1F2;
}

.input_wrapper.require .message {
  color: #B91C1C;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}

.input_wrapper.require .message:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\F071";
  margin-right: 0.25rem;
}

.input_wrapper.disable input {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.input_checkbox_wrapper input[type=radio],
.input_checkbox_wrapper input[type=checkbox] {
  display: none;
}

.input_checkbox_wrapper input[type=radio]:checked + label.box_content .box,
.input_checkbox_wrapper input[type=checkbox]:checked + label.box_content .box {
  border: 1px solid #2563EB;
}

.input_checkbox_wrapper input[type=radio]:checked + label.box_content .box:before,
.input_checkbox_wrapper input[type=checkbox]:checked + label.box_content .box:before {
  transform: scale(0.5);
  opacity: 1;
}

.input_checkbox_wrapper input[type=radio]:checked + label.box_content .other_option,
.input_checkbox_wrapper input[type=checkbox]:checked + label.box_content .other_option {
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
          user-select: inherit;
  pointer-events: inherit;
}

.input_checkbox_wrapper label.box_content {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.input_checkbox_wrapper label.box_content .box {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  position: relative;
  transition: all 150ms ease;
}

.input_checkbox_wrapper label.box_content .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2563EB;
  display: block;
  transform: scale(0);
  transition: all 150ms ease;
  opacity: 0;
  border-radius: 50%;
}

.input_checkbox_wrapper label.box_content span {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.input_checkbox_wrapper label.box_content .other_option {
  margin-left: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.input_checkbox_wrapper.radio label.box_content .box {
  border-radius: 50%;
}

.input_checkbox_wrapper.radio label.box_content .box:before {
  border-radius: 50%;
}

.input_checkbox_wrapper.radio.require label.box_content .box {
  border: 1px solid #DC2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.switch_wrapper {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.switch_wrapper span {
  flex: 1;
  padding: 0 0.75rem;
  height: 32px;
  font-size: 0.75rem;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
}

.switch_wrapper span:first-child {
  border-right: none;
}

.switch_wrapper span:last-child {
  border-left: none;
}

.switch_wrapper span.selected {
  background-color: #2563EB;
  color: #FFFFFF;
  border: 1px solid #2563EB;
}

.switch_wrapper span.selected:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 0.5rem;
}

.login_container {
  background-color: #F5F6FA;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_container .login_container_wrapper {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  padding: 20px;
  width: 250px;
}

.login_container .login_container_wrapper .input_login_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

.login_container .login_container_wrapper .input_login_wrapper .logo {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.loader_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.loader_wrapper .spinner {
  transition: all ease-in-out 0.2s;
  z-index: 3;
  align-items: center;
  justify-content: center;
}

.loader_wrapper .spinner:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid rgba(59, 58, 224, 0.3);
  border-bottom: 4px solid #3b3ae0;
  animation: spin 0.5s ease-in infinite;
}

:root {
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

*:not(i) {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #3b3ae0 !important;
  color: white !important;
}

::selection {
  background: #3b3ae0 !important;
  color: white !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.slide-fade-left-enter-active {
  transition: all 0.25s ease;
}

.slide-fade-left-leave-active {
  transition: all 0.25s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-left-enter,
.slide-fade-left-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.card_shadow {
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.05);
}

.animate-spinner {
  animation: spin 0.3s linear infinite;
}

